src/iconolab/models.py
Thu, 09 Mar 2017 12:11:46 +0100 Alexandre Segura Introduce folders.
Wed, 22 Feb 2017 12:02:29 +0100 Alexandre Segura Move serializers to dedicated file, do not create comment on revision creation.
Mon, 20 Feb 2017 17:29:55 +0100 Alexandre Segura Roughly implement annotation navigator.
Fri, 20 Jan 2017 16:46:41 +0100 ymh correct js compilation
Wed, 18 Jan 2017 16:53:46 +0100 ymh force unix line ending
Wed, 18 Jan 2017 14:11:30 +0100 ymh clean README text, remove unnecesary settings, refresh base requirements
Fri, 16 Dec 2016 12:00:48 +0100 durandn fixed metacategory str for admin
Fri, 16 Dec 2016 11:35:10 +0100 durandn added fields on metacategories, annotations to track the validation state of the annotation, with example handler in signals that check and update the state when a relevant metacategory is posted.
Thu, 15 Dec 2016 16:35:01 +0100 durandn added/corrected method strings on models, views and signal handlers
Tue, 06 Dec 2016 16:11:12 +0100 durandn Reworked home so collection images are presented when we first enter the site #54
Mon, 28 Nov 2016 14:34:07 +0100 durandn Pregeneration of thumbnail in import command + added "field" metadata for items + added updatecollection command
Tue, 15 Nov 2016 12:11:18 +0100 durandn Added option to assign multiple managed collections on one account + small correction on stats template #41
Wed, 09 Nov 2016 14:16:49 +0100 durandn Work on admin interface and user pages + added stat metacategories count for annotations + refactored views module #41
Thu, 20 Oct 2016 15:30:47 +0200 durandn images in item lists are now ordered by name to preserve naming convention logic at the very least, before implementing a better alternative #36
Fri, 14 Oct 2016 11:50:39 +0200 durandn corrected problem with tags count on annotation creation + added relevant tags and accurate tags stats displayed
Thu, 13 Oct 2016 13:51:43 +0200 durandn search page design and item preview for multiple images #36
Wed, 12 Oct 2016 13:30:13 +0200 durandn reworked search design and search pagination #39
Tue, 11 Oct 2016 12:06:42 +0200 durandn cleaned up __str__ methods
Mon, 10 Oct 2016 12:38:03 +0200 durandn removed leftover prints
Thu, 06 Oct 2016 15:07:50 +0200 durandn Added complete_description attribute to Collection for homepage #12 + Vue.js components to handle display and sart to harmonize javascript
Mon, 19 Sep 2016 15:27:18 +0200 durandn fixed error with __str__ method for ImageStats object
Mon, 05 Sep 2016 18:02:39 +0200 durandn Corrected error in comments model
Tue, 23 Aug 2016 18:01:08 +0200 Harris Baptiste indexing using tag labels
Thu, 18 Aug 2016 15:29:09 +0200 durandn collection home work (list and tabs) + adjusted image list template+ various design fixes
Thu, 18 Aug 2016 10:58:55 +0200 durandn Merge with e13fed7f0837208731b2f9b1472fe2284966120d
Thu, 18 Aug 2016 10:57:00 +0200 durandn generating joconde external url + small change on comment submit button + small change on __str__ for metacategories
Wed, 17 Aug 2016 15:20:08 +0200 durandn sending revision_created signal when creating an annotation
Wed, 17 Aug 2016 14:38:22 +0200 durandn iconolab profile to user relation is now one to one field + added panel for collection admin user tools (to be added) in user home + (simple) django admin for iconolab objects
Tue, 16 Aug 2016 17:02:57 +0200 durandn Added user profile to identify collection admins and extend user model + notification on collection_admins metacategories
Tue, 16 Aug 2016 11:01:35 +0200 durandn updated apps in dev.py.tmpl and deleted unused code
Thu, 18 Aug 2016 10:49:18 +0200 Harris Baptiste resolving model.py conflicts
Wed, 17 Aug 2016 18:36:44 +0200 Harris Baptiste search engine
Fri, 12 Aug 2016 16:59:53 +0200 durandn removing prints
Fri, 12 Aug 2016 16:36:16 +0200 durandn Added image field in collection for homepage view
Fri, 12 Aug 2016 16:02:23 +0200 Harris Baptiste updated indexes
Thu, 11 Aug 2016 17:52:14 +0200 durandn image import command + proper item metadatas
Fri, 12 Aug 2016 10:28:11 +0200 Harris Baptiste iconolab search
Fri, 05 Aug 2016 15:19:47 +0200 durandn Added fallback tag label storing in database for external tags in case external source is down (rudimentary)
Fri, 05 Aug 2016 12:14:33 +0200 durandn fixed comment page calculation
Fri, 05 Aug 2016 10:01:50 +0200 durandn small fixes on comment page calculation + added functionality to clear unread notification from button in user home + quick css fixes
Thu, 04 Aug 2016 15:01:27 +0200 durandn workon on notifications: user home, user notifications page, triggers in signals
Wed, 03 Aug 2016 15:47:03 +0200 durandn Started work on notification and user homepage + method for a comment to find back its page in his annotation's comments
Tue, 02 Aug 2016 11:13:52 +0200 durandn try except block missing around a json.loads call
Mon, 01 Aug 2016 11:51:50 +0200 durandn use atomic transactions on stat updates
Mon, 01 Aug 2016 10:41:24 +0200 durandn signals are now sent in model methods rather than views
Fri, 29 Jul 2016 16:17:08 +0200 durandn fixed error on stats (comments count not updating correctly for images)
Thu, 28 Jul 2016 17:07:28 +0200 durandn work on stats: calculatestats command for manage.py, stats in item page, stats in annotations list, stats in annotation page, actions increment stats (view count, annotations count, comment count etc)
Tue, 26 Jul 2016 12:09:09 +0200 durandn first pass on merge system
Thu, 21 Jul 2016 11:05:11 +0200 durandn Comments threading, pagination and date format
Wed, 13 Jul 2016 17:45:17 +0200 durandn Work on item model + item view to show items with multiple images instead of image detail + fix thumbnails in templates
Mon, 11 Jul 2016 14:51:49 +0200 durandn Added a verbose name field for collection objects, home view now gets a list of all collections
Thu, 07 Jul 2016 16:34:31 +0200 durandn design work on templates, redirect to home on /, implemented accept and reject revisions shortcuts when applicable
Mon, 04 Jul 2016 12:11:12 +0200 durandn Error handling in models + templates fixes
Fri, 01 Jul 2016 17:40:03 +0200 durandn streamlined templates for easy navigation and missing info + handled fr.dbpedia tags
Fri, 01 Jul 2016 15:37:42 +0200 durandn collection home page + tags in revision_detail view + optimization in views + fixture for demo
Fri, 01 Jul 2016 10:48:32 +0200 durandn work on extracting label from dbpedia
Thu, 30 Jun 2016 18:10:17 +0200 durandn start on dbpedia requests
Thu, 30 Jun 2016 14:24:57 +0200 durandn Added metacategories to comments + error handling on annotation forms
Wed, 29 Jun 2016 14:56:27 +0200 durandn streamlined comment system, replicated post_comment view so form errors redirect on the annotation page and not on a preview page + added revision detail view and links for specific revisions from the comments
Tue, 28 Jun 2016 15:50:57 +0200 durandn Corrected Tag methods bugs + Added comment classes and migration
less more (0) -60 tip