Tue, 23 Aug 2016 18:37:07 +0200 Harris Baptiste adding new dev_mode variable
Tue, 23 Aug 2016 18:01:08 +0200 Harris Baptiste indexing using tag labels
Mon, 22 Aug 2016 12:46:43 +0200 Harris Baptiste fixing js dist
Mon, 22 Aug 2016 11:43:00 +0200 Harris Baptiste adding fonts
Mon, 22 Aug 2016 11:32:24 +0200 Harris Baptiste fixing js build
Mon, 22 Aug 2016 10:34:26 +0200 Harris Baptiste fixing typos
Fri, 19 Aug 2016 19:04:26 +0200 Harris Baptiste new src_js folder
Fri, 19 Aug 2016 19:03:45 +0200 Harris Baptiste removing iconolab-bundle
Thu, 18 Aug 2016 17:22:46 +0200 Harris Baptiste merge
Thu, 18 Aug 2016 17:20:22 +0200 Harris Baptiste fixing url
Thu, 18 Aug 2016 17:18:16 +0200 durandn added links to user profile when relevant
Thu, 18 Aug 2016 16:41:55 +0200 durandn Small fix on collection home
Thu, 18 Aug 2016 15:46:01 +0200 durandn updated readme for importimages command
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 15:26:21 +0200 durandn corrected error with metacategories, fixed image import command to import metacategories with new collection
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 16:46:20 +0200 durandn help page + version handling + footer
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 16:05:06 +0200 durandn small design fixes
Tue, 16 Aug 2016 16:04:51 +0200 durandn refactoring view code so there is less copypasta
Tue, 16 Aug 2016 16:04:18 +0200 durandn logging config
Tue, 16 Aug 2016 15:39:00 +0200 durandn homepage work + forgotten migration for change in models.py (replacing description charfield 255 with a textfield
Tue, 16 Aug 2016 14:50:28 +0200 durandn Finished work on user page annotation panels + small fixes on header and css
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 15:34:43 +0200 durandn use proper collection name in breadcrumbs + fixed 404 errors and added redirections for urlbar navigation
Fri, 12 Aug 2016 14:50:23 +0200 durandn small design fixes
Fri, 12 Aug 2016 14:50:12 +0200 durandn breadcrumbs in header for navigation
Fri, 12 Aug 2016 16:12:40 +0200 Harris Baptiste mergin importimage script
Fri, 12 Aug 2016 16:07:19 +0200 Harris Baptiste deleting useless file
Fri, 12 Aug 2016 16:02:23 +0200 Harris Baptiste updated indexes
Fri, 12 Aug 2016 11:50:37 +0200 durandn fixed error in import command
Fri, 12 Aug 2016 11:10:42 +0200 durandn updating fixture for new item metadata model
Fri, 12 Aug 2016 10:59:57 +0200 Harris Baptiste Merged with image import
Fri, 12 Aug 2016 10:59:26 +0200 Harris Baptiste removing wrong file
Fri, 12 Aug 2016 10:56:09 +0200 Harris Baptiste haystack connection
Thu, 11 Aug 2016 17:52:14 +0200 durandn image import command + proper item metadatas
Mon, 08 Aug 2016 18:24:27 +0200 durandn Pagination for notifications and changing notification badge color (yellow) to match new comment highlight color
Mon, 08 Aug 2016 16:30:12 +0200 durandn notifications now get cleared when visiting a page with a new comment or a revision page with unread notification, unread comments get highlighted
Fri, 12 Aug 2016 10:29:22 +0200 Harris Baptiste new haystack requirement
Fri, 12 Aug 2016 10:28:11 +0200 Harris Baptiste iconolab search
Fri, 05 Aug 2016 15:32:49 +0200 Harris Baptiste search engine
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 14:48:52 +0200 durandn *properly* fix sending two notifications to annotation author when creating comment
Fri, 05 Aug 2016 13:06:38 +0200 durandn fixed problem with duplicate notifications for annotation author
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:36:32 +0200 durandn cleaning up prints + notifications on metacategories
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 14:19:36 +0200 durandn fixing stupid mistake (properly using as_view to call the view and proper template name)
Mon, 01 Aug 2016 12:59:18 +0200 durandn signals refactoring followup: fixed circular import + added a profile view and template and link in header + refactored views into a views module
Mon, 01 Aug 2016 11:51:50 +0200 durandn use atomic transactions on stat updates
Mon, 01 Aug 2016 10:42:16 +0200 durandn added link to home in header template
Mon, 01 Aug 2016 10:42:03 +0200 durandn committing forgotten file
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)
Tue, 02 Aug 2016 16:19:31 +0200 Harris Baptiste fixing zoom handler size
Fri, 29 Jul 2016 15:15:46 +0200 Harris Baptiste fixing tag value in the merge tool
Thu, 28 Jul 2016 17:33:33 +0200 Harris Baptiste fixing template
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)
Thu, 28 Jul 2016 16:55:44 +0200 Harris Baptiste new merging tool
Thu, 28 Jul 2016 16:54:30 +0200 Harris Baptiste new mergetool component
Wed, 27 Jul 2016 10:55:21 +0200 durandn use full image instead of thumbnail when zooming
Wed, 27 Jul 2016 10:54:58 +0200 durandn Work on parent lists presentation on revision detail
Tue, 26 Jul 2016 14:37:43 +0200 Harris Baptiste new zoomviewport
Tue, 26 Jul 2016 14:37:03 +0200 Harris Baptiste removing useless files
Tue, 26 Jul 2016 14:26:12 +0200 Harris Baptiste new zoom viewport
Tue, 26 Jul 2016 12:09:09 +0200 durandn first pass on merge system
Tue, 26 Jul 2016 12:07:48 +0200 durandn clearing up fixtures
Mon, 25 Jul 2016 16:41:17 +0200 durandn fix on images ordering
Fri, 22 Jul 2016 17:33:48 +0200 durandn fix error when merging
Fri, 22 Jul 2016 16:52:43 +0200 durandn started work on merge view + corrected view error
Fri, 22 Jul 2016 16:52:10 +0200 durandn small js fixes for hiding alerts
Fri, 22 Jul 2016 11:49:25 +0200 durandn small design fixes on annotation detail (button size) and current item list
Thu, 21 Jul 2016 15:35:24 +0200 durandn replaced link with buttons on templates
Thu, 21 Jul 2016 12:00:54 +0200 durandn forgot to add migration for item models
Thu, 21 Jul 2016 11:05:11 +0200 durandn Comments threading, pagination and date format
Thu, 21 Jul 2016 11:03:14 +0200 durandn Forgot to commit item detail template
Wed, 13 Jul 2016 17:45:29 +0200 durandn fixture according to new model state
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
Mon, 11 Jul 2016 11:47:46 +0200 durandn cleanup on annotation list template
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
Fri, 22 Jul 2016 16:48:08 +0200 Harris Baptiste adding zoomview component
Wed, 13 Jul 2016 17:57:35 +0200 Harris Baptiste new zoom component
Tue, 05 Jul 2016 14:28:04 +0200 durandn Removed login_required from annotation detail view + prep work on merge view (context is set for get method + blank template) + Corrected 404 logic for checking kwargs
Mon, 04 Jul 2016 12:11:12 +0200 durandn Error handling in models + templates fixes
Mon, 04 Jul 2016 11:59:18 +0200 Harris Baptiste fixing tag editor
Mon, 04 Jul 2016 10:36:43 +0200 Harris Baptiste adding collection link to header
Fri, 01 Jul 2016 17:41:07 +0200 durandn demo data dump fixture (data with comments)
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 16:47:22 +0200 Harris Baptiste enabling wikipedia auto complete
Fri, 01 Jul 2016 12:05:20 +0200 durandn updated requirements
Fri, 01 Jul 2016 11:51:56 +0200 durandn updated settings
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
Fri, 01 Jul 2016 11:19:59 +0200 Harris Baptiste fixing tags
Fri, 01 Jul 2016 11:18:24 +0200 Harris Baptiste removing files
Fri, 01 Jul 2016 11:15:37 +0200 Harris Baptiste fixing js dependencies
Fri, 01 Jul 2016 10:40:02 +0200 Harris Baptiste Fixing drawing component
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
Wed, 29 Jun 2016 14:54:16 +0200 durandn Removed notifications from header temporarily
Tue, 28 Jun 2016 18:12:55 +0200 durandn Corrected route for annotation list on detail_image.html
Tue, 28 Jun 2016 18:25:26 +0200 Harris Baptiste new js folder structure
Tue, 28 Jun 2016 15:54:05 +0200 durandn work on comments (in annotation form, list in annotation detail, post in annotation detail isn't working yet)
Tue, 28 Jun 2016 15:50:57 +0200 durandn Corrected Tag methods bugs + Added comment classes and migration
Tue, 28 Jun 2016 12:52:33 +0200 durandn fixed login redirect
Fri, 24 Jun 2016 14:26:56 +0200 durandn added backend json handling for tags (properly tested/corrected) + corrected templates to replace image_ref with image_guid
Fri, 24 Jun 2016 12:39:13 +0200 durandn Merge with 3ed91fed6dd838420aa3193314adf9bb2dfeed6e
Fri, 24 Jun 2016 12:36:44 +0200 durandn Backend work on tags (needs testing) + model changes (image_guid, Tag)
(0) -120 +120 tip