htsworkflow.git
14 years agoFixed a minor layout bug. sampletracker
Brandon King [Wed, 15 Jul 2009 05:45:08 +0000 (05:45 +0000)]
Fixed a minor layout bug.

14 years agoFixed json library stuff
Brandon King [Tue, 7 Jul 2009 22:55:08 +0000 (22:55 +0000)]
Fixed json library stuff

14 years agoUpdated left side of toolbar to be generated from html
Brandon King [Tue, 23 Jun 2009 01:03:08 +0000 (01:03 +0000)]
Updated left side of toolbar to be generated from html

14 years agoNow dynamically generates menu panels based on HTML! =o)
Brandon King [Fri, 19 Jun 2009 00:44:54 +0000 (00:44 +0000)]
Now dynamically generates menu panels based on HTML! =o)

14 years agoMajor UI Changes:
Brandon King [Thu, 18 Jun 2009 22:58:19 +0000 (22:58 +0000)]
Major UI Changes:
 * Panels no longer collapse (for now)
 * Right side of toolbar is defined in html
 * Login/Logout buttons work.
 * HTML/JS needs a bit of clean up... but making progress. =o)

14 years agoSwitched away from accordion setup to collapsible panels:
Brandon King [Tue, 16 Jun 2009 00:34:05 +0000 (00:34 +0000)]
Switched away from accordion setup to collapsible panels:
 * Panels use state now.

14 years agoLess whitespace for Lorian
Brandon King [Fri, 12 Jun 2009 23:52:48 +0000 (23:52 +0000)]
Less whitespace for Lorian

14 years agoFixed the autofocus on currently selected accordion tab.
Brandon King [Fri, 12 Jun 2009 23:38:23 +0000 (23:38 +0000)]
Fixed the autofocus on currently selected accordion tab.

14 years agoProgress towards conversion to using Ext JS 3.0 (RC 2 for the moment).
Brandon King [Fri, 12 Jun 2009 23:06:38 +0000 (23:06 +0000)]
Progress towards conversion to using Ext JS 3.0 (RC 2 for the moment).

14 years agoSome settings for the bcprinter app (work in progress)
Brandon King [Fri, 22 May 2009 23:11:32 +0000 (23:11 +0000)]
Some settings for the bcprinter app (work in progress)

14 years agoSample ID now generated partially base on primary key of sample.
Brandon King [Fri, 22 May 2009 23:10:33 +0000 (23:10 +0000)]
Sample ID now generated partially base on primary key of sample.
 * No longer random as per ticket:137.
 * FIXME: need a way to set the starting number of the autoincrement.
Added a socket based printer function.

14 years agoUpdated indices to include a print option.
Brandon King [Thu, 14 May 2009 21:52:12 +0000 (21:52 +0000)]
Updated indices to include a print option.
 * Fix for ticket:134

14 years agoFix for ticket:135.
Brandon King [Thu, 14 May 2009 21:42:56 +0000 (21:42 +0000)]
Fix for ticket:135.
 * It is apparently helpful to close the connection with the ftp server upon printing.

14 years agoFix for ticket:130.
Brandon King [Thu, 14 May 2009 19:35:53 +0000 (19:35 +0000)]
Fix for ticket:130.
 * Now displays a message on the summary page rather than returning a useless page.

14 years agoUpdated container and freezer labels to be larger by request of Lorian.
Brandon King [Fri, 1 May 2009 00:21:58 +0000 (00:21 +0000)]
Updated container and freezer labels to be larger by request of Lorian.

14 years agoNow have functional cmd_move_sample!
Brandon King [Thu, 30 Apr 2009 20:57:37 +0000 (20:57 +0000)]
Now have functional cmd_move_sample!

14 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.