Commit Graph

46 Commits

Author SHA1 Message Date
Fred Pauchet 15e7c8c72c Adds a requirements file and deletes a useless comment in the gcstar_import.py 2013-02-03 14:14:08 +01:00
Fred Pauchet f9f2406d19 Add a banner build with random item (but not centered yet) 2012-12-03 22:43:01 +01:00
Fred Pauchet 3ca27d0aa7 Deletes the link from tag through cards in the admin, as it was crashing the host by exceeding allowed memory 2012-12-02 20:48:34 +01:00
Fred Pauchet 3fee772269 Adds a partial view for cards and removes fieldset legend when list is empty. 2012-11-24 23:19:25 +01:00
Fred Pauchet 8639662831 Urls.py has been modified according to http://www.siteduzero.com/tutoriel-3-700629-organiser-proprement-vos-urls.html and bar chart has been added to /cards/charts.html 2012-11-23 16:52:48 +01:00
Fred Pauchet 4869cf9814 Adds a pie chart for statistics and a little refactoring of the admin subsite. 2012-11-20 15:48:42 +01:00
Fred Pauchet b8656da42d One or two modifications on the list template. 2012-11-18 20:58:54 +01:00
Fred Pauchet b0b85bbd8a Change the presentation when searching for a specific string (ie. in tags and in cards separately). 2012-11-16 23:20:35 +01:00
Fred Pauchet ea88751cac Ends the jQCloud plugin and integrates the lastest version of jQuery (1.8.2) 2012-11-08 15:14:02 +01:00
Fred Pauchet d991aedf20 change the generation of thumbnails: uses the /media/pictures/thumbnails to store them, and uses the card 'id' for the generation of the name 2012-11-03 18:42:56 +01:00
Fred Pauchet 620a66addd Fix the first page of the search, by avoiding to look within category and subcategory fields 2012-11-03 17:29:52 +01:00
Fred Pauchet 28956b39d6 Add a simple cloud tag to the index page. 2012-09-04 23:38:23 +02:00
Fred Pauchet 1ec949fdce Let the configuration 'as-is' for jquery autocomplete box... Beuark! 2012-09-03 23:46:53 +02:00
Fred Pauchet 49c5dfd64a adding autocomplete 2012-09-03 23:31:37 +02:00
Fred Pauchet 9eefc9f25e Add autocomplete function from http://code.google.com/p/django-autocomplete/into the admin pages (card item modifications) 2012-09-03 23:26:33 +02:00
Fred Pauchet 347691ced3 Add 'unique' constraint on Tag object 2012-09-03 23:08:17 +02:00
Fred Pauchet fe8d802cb6 Model modifications 2012-09-03 21:21:26 +02:00
Fred Pauchet 5faab55ba9 Change the __unicode__ definition of Card items 2012-09-03 20:44:20 +02:00
Fred Pauchet c22af6d87b Delete the subcategory fields (continues...) 2012-09-03 20:42:35 +02:00
Fred Pauchet eae73f116b Deletes the subcategory field 2012-09-03 20:29:02 +02:00
Fred Pauchet b7e667b875 Change the text length for tags and cards from 50 to 255. 2012-09-03 18:33:58 +02:00
Fred Pauchet 4a945117ca Add a link to the modification page 2012-09-03 18:25:46 +02:00
Fred Pauchet dd74b6b87f Delete categories and themes from display and from admin 2012-09-03 17:11:59 +02:00
Fred Pauchet 172b7fbaad Merge for modification model 'Item' => 'Card' 2012-09-03 11:45:17 +02:00
Fred Pauchet ffae1d63db Add the command 'manage.py convertcats2tags' to convert existing categories and subcategories to tags. 2012-09-03 11:42:20 +02:00
Fred Pauchet c60b19b608 Search db from PROJECT_DIR path and adds setup.py file (but not functional yet...) 2012-08-17 23:25:41 +02:00
Fred Pauchet 192fe2d974 OpenStreetMap Integration 2012-07-18 16:43:58 +02:00
Fred Pauchet 1220aa8a11 Fin de la fonctionnalite de pagination 2012-07-18 12:03:10 +02:00
Fred Pauchet 36fa059237 Ajout de la gestion des tags 2012-07-15 01:08:55 +02:00
Fred Pauchet 1d34d5c1ef adding the advanced query form 2012-06-18 21:56:53 +02:00
Fred Pauchet c6c00f821d merging from HEAD 2012-06-18 17:05:04 +02:00
Fred Pauchet 6f21c30a77 Adding paginator... 2012-06-18 09:31:17 +02:00
Fred Pauchet 7628c41c73 Preparing advanced query form 2012-06-17 21:20:03 +02:00
Fred Pauchet 23d9ba9d41 use Q objects for filtering 2012-06-14 14:20:39 +02:00
Fred 75db1afa32 Ajout du header, modif de la view pour prendre une requete plus complete en compte. 2012-06-13 21:46:27 +02:00
Fred 85d5436712 Ajout d'un query form pour faire une simili recherche full text. 2012-06-13 19:22:03 +02:00
Fred Pauchet 371e4660df Modification de l'ordering par defaut dans le fichier cards/miodels.py, ajout de la balise 'title' sur les images dans les pages index & list, modif du menu (a gauche) pour y ajouter un champ de recherche (pas encore rempli), modif de l'import pour forcer une sous-categorie au nom de sa categorie mere si ce champ est vide dans l'import gcstar 2012-06-13 17:31:31 +02:00
Fred 85ac7f412a Affiche un cadre même si l'image est manquante (évite de cracher une exception du coup).
Modifie l'affichage des détails d'une carte.
Affiche les sous-catégories en dessous d'une catégorie dans le menu de navigation.
Modifie l'import pour prendre le lien sous-catégorie - catégorie en compte.
Ajoute dans le fichier css/custom.css une classe pour aligner les images sur le texte à côté.
2012-06-12 22:32:22 +02:00
Fred Pauchet 68918ab059 Mise en page, ajout de la visualisation, correction de l'import (strip sur les labels), genericite de la page de details, inclusion tag pour le menu de navigation 2012-06-12 16:45:22 +02:00
Fred 3a0c6c6024 Add the picture importer, and add several tests data for testing import. 2012-04-15 12:47:39 +02:00
Fred e4effb626f Refactoring de l'import depuis un fichier gcstar 2012-04-14 22:51:54 +02:00
Fred Pauchet f42243d016 model is ok, import misses the pictures 2012-03-31 00:19:06 +02:00
Fred Pauchet 926b644e23 admin enabled, tryign to import data into django models 2012-03-30 17:16:27 +02:00
Fred Pauchet 19b73bd3a1 model is valid 2012-03-30 14:40:58 +02:00
Fred Pauchet 4968769b29 simple model, begin import from gcstar data 2012-03-30 13:54:42 +02:00
Fred Pauchet 553d39b2ff add simple app 2012-03-29 21:43:20 +02:00