htsworkflow.git
15 years agoAdding barcode magic commands:
Brandon King [Thu, 30 Apr 2009 02:05:33 +0000 (02:05 +0000)]
Adding barcode magic commands:
 * updated magicbc.js to support the autofill mode (to fill in fields scanned into the barcode magic field.
 * added bcmagic/utils.py which contains quick functions for returning the correct dictionary expected by bcmagic.js.
 * added cmd_move_sample as first proof of concept command
   * Started a bcmagic/plugin.py which in the future will automatically look for bcm_cmds.py within each registered app and automatically add those commands to the processor.
   * provided samples/bcm_cmds.py as storage location for custom commands
   * started cmd_move_sample view and form

15 years agoMade reversion actually track changes:
Brandon King [Wed, 29 Apr 2009 19:58:16 +0000 (19:58 +0000)]
Made reversion actually track changes:
 * Done by using middleware
 * Added comments for each type of change so it will show up in object history

Updated summary pages:
 * Notes & Description fields now show up in the summary

15 years agoUpdated print code to include RequestContext so printing will work.
Brandon King [Tue, 28 Apr 2009 22:33:55 +0000 (22:33 +0000)]
Updated print code to include RequestContext so printing will work.

15 years agoNo longer linking to django-reversion svn. Use 'easy_install django-reversion' instead.
Brandon King [Tue, 28 Apr 2009 21:57:30 +0000 (21:57 +0000)]
No longer linking to django-reversion svn. Use 'easy_install django-reversion' instead.

15 years agoIncluding reversion templates for ease of use... probably a bad idea. From version...
Brandon King [Tue, 28 Apr 2009 21:53:14 +0000 (21:53 +0000)]
Including reversion templates for ease of use... probably a bad idea. From version 1.1.1

15 years agoAdded a link to admin page under settings if you have permissions to use the admin...
Brandon King [Tue, 28 Apr 2009 21:39:08 +0000 (21:39 +0000)]
Added a link to admin page under settings if you have permissions to use the admin page.

15 years agoNow using Django-reversion & requiring logins for all views
Brandon King [Tue, 28 Apr 2009 19:56:18 +0000 (19:56 +0000)]
Now using Django-reversion & requiring logins for all views

15 years agoNow using django-reversion to audit changes to django objects.
Brandon King [Wed, 22 Apr 2009 19:00:00 +0000 (19:00 +0000)]
Now using django-reversion to audit changes to django objects.

15 years agoAdded some initial bcmagic urls for google and flickr as demos.
Brandon King [Thu, 26 Mar 2009 19:30:13 +0000 (19:30 +0000)]
Added some initial bcmagic urls for google and flickr as demos.

15 years agoAdded default SampleTypes that are loaded automatically when using manage.py syncdb
Brandon King [Thu, 26 Mar 2009 18:49:45 +0000 (18:49 +0000)]
Added default SampleTypes that are loaded automatically when using manage.py syncdb

15 years agoFix for ticket:124.
Brandon King [Fri, 20 Mar 2009 17:43:25 +0000 (17:43 +0000)]
Fix for ticket:124.

15 years agoAdded ability to print container labels.
Brandon King [Tue, 17 Mar 2009 21:56:01 +0000 (21:56 +0000)]
Added ability to print container labels.

15 years agoAdded the ability to print freezer labels.
Brandon King [Tue, 17 Mar 2009 21:44:11 +0000 (21:44 +0000)]
Added the ability to print freezer labels.

15 years agoImport of sampletracker.bzr revno 42! What a great revision number to migrate to...
Brandon King [Thu, 12 Mar 2009 23:17:37 +0000 (23:17 +0000)]
Import of sampletracker.bzr revno 42! What a great revision number to migrate to svn on! Apparently the question of life is "What revision number should I migrate to svn on?" Maybe not.