mark the example submission rule files as being raw, so the escapes dont get confused
[htsworkflow.git] / htsworkflow / frontend / samples /
2014-10-23 Diane TroutChange unittest2 back into unittest.
2014-06-10 Diane TroutPostgresql has referential integrety checking.
2014-06-10 Diane TroutConvert more timestamps to include timezone
2014-01-22 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2014-01-22 Diane Troutpass filters a string not an undefined variable
2014-01-17 Diane TroutRemove django test environment setup code.
2013-12-17 Diane TroutMerge branch 'django1.4'
2013-12-17 Diane Troutmove django imports around, change one function call...
2013-12-17 Diane Troutuse url function call for url definition instead of...
2013-12-10 Diane TroutWith 1.6 boolean field changed to default Null, so...
2013-12-10 Diane TroutFix urls patterns import to be compatible with django 1.6
2013-12-10 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2013-12-06 Diane TroutAttempt to be robust to not having an alignment in...
2013-12-06 Diane TroutAttempt to be robust to not having an alignment in...
2013-10-17 Diane TroutMerge branch 'master' into django1.4
2013-06-18 Diane TroutUse proper User model import.
2013-01-09 Diane TroutDon't accidentally transform an object into a tuple.
2013-01-08 Diane TroutMerge branch 'django1.4' of mus.cacr.caltech.edu:htswor...
2012-12-14 Diane TroutMake my ChangeList sub-class compatibile with Django 1.3
2012-12-13 Diane TroutMake the inventory pages work with the new HTSChangeList.
2012-12-13 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkfl...
2012-11-30 Diane TroutChange my copied version of admin.changelist to a subclass.
2012-11-29 Diane TroutAdd a few more records for django db initial_data.json.
2012-11-29 Diane TroutUse unittest2's module hooks for setting up the django...
2012-11-29 Diane TroutChange csrf imports and database settings for django 1.4
2012-11-28 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-11-28 Diane TroutChanged name= to verbose_name= for LibraryType.
2012-11-28 Diane TroutConvert to unittest2
2012-11-28 Diane TroutConvert to unittest2
2012-11-27 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-11-27 Diane TroutIgnoring the missing type RDF error for the page under...
2012-11-20 Diane TroutTest presence of species & species name on library...
2012-11-20 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-11-20 Diane TroutRenamed various django tests.py to test_module.py
2012-11-20 Diane TroutFix RDF schema problems with lane_number and species.
2012-11-20 Diane TroutRun the library detail page through RDF validation.
2012-11-14 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-10-11 Diane TroutCatch another lookup error.
2012-09-24 Diane TroutMake the public html pages valid xhtml, and validate...
2012-09-20 Diane TroutAlso make the library index page conform to htsworkflow...
2012-08-28 Diane TroutTest RDFa encoded information for flowcell & libraries.
2012-08-07 Diane TroutCreate a lane to file name turtle data file
2012-07-17 Diane TroutFix library viewing code to read HiSeq run xmls.
2012-06-21 Diane TroutMerge ssh://jumpgate.caltech.edu/var/htsworkflow/htswor...
2012-05-25 Diane TroutMerge ssh://jumpgate.caltech.edu/var/htsworkflow/htswor...
2012-05-25 Diane Troutreplace tab charcter with spaces in the multiplex index... live
2012-05-25 Diane TroutMerge ssh://jumpgate.caltech.edu/var/htsworkflow/htswor...
2012-05-25 Diane TroutFix Multiplex index pluralization
2012-05-12 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-05-03 Diane TroutRename a cell-line since we're now using "treatment...
2012-04-13 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2012-04-12 Diane TroutExtend the adapter id field to support the dual indexed...
2012-01-23 Diane TroutInvalid library IDs should 404, not return a useless...
2011-11-07 Diane TroutFunction generating index text was assuming there'd...
2011-11-07 Diane TroutUpdate library adapter type initial data to match lorie...
2011-11-05 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2011-11-04 Diane TroutUse a logger initialized to the module name much more...
2011-10-18 Diane TroutAdd library adapter type to filter choices,
2011-10-13 Diane TroutAllow replicates 5 & 6
2011-10-11 Diane TroutUse "not run" instead of todo to describe libraries...
2011-10-11 Diane TroutAdd a todo view that shows only libraries that have no
2011-09-17 Diane TroutDisable csrf protection for the json urls
2011-09-17 Diane TroutAdd support for tracking the multiplex index sequence. 0.5.4
2011-09-08 Diane TroutEmacs stripped off trailing whitespace
2011-08-04 Diane TroutAdd a way to browse the list of entered antibody/antigene
2011-07-13 Diane TroutMake antibody catalog number optional for creating... 0.5.2
2011-06-30 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2011-06-28 Diane TroutStart supporting multiple libraries per lane, as needed...
2011-06-23 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2011-06-22 Diane TroutSlightly alter some tests to work with versions of...
2011-06-22 Diane TroutMove parse_flowcell_id out of frontend.samples.results
2011-06-13 Diane TroutRemove some now unnecessary coments and reformat some...
2011-06-11 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2011-06-11 Diane TroutConvert Rami's DataRun feature to something useful...
2011-05-27 Diane TroutAdd in test code to verify RDF data being added to...
2011-05-27 Diane TroutTrivial change, add human to common name of "homo sapiens"
2011-05-26 Diane TroutMerge branch 'add-condition'
2011-05-25 Diane TroutMake antibody & condition visible. add-condition
2011-04-06 Diane Troutdjango-nose didn't work with django 1.1, so I went...
2011-04-05 Diane TroutRevert a bad change. Apparently past me knew what I...
2011-04-05 Diane Troutremove spurious debugging print
2011-04-02 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2011-04-02 Diane TroutAdd pages to show information about a particular flowcell.
2011-02-17 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2011-02-17 Diane TroutAdd RDFa data to our library pages.
2011-01-25 Diane TroutAdd in 12x / 18x PCR protocol end points from Lorian
2010-11-07 Diane TroutMerge branch 'master' of mus.cacr.caltech.edu:htsworkflow
2010-11-07 Diane TroutRemove another ExtJS panel reference.
2010-10-05 Lorian SchaefferMinor changes to display
2010-10-01 Lorian SchaefferLimited which models show up on admin index page
2010-08-13 Diane TroutRemove debug print statement
2010-08-13 Diane TroutReduce the size of the bioanalyzer summary text box
2010-08-13 Diane TroutThis patch adds in fields to support storing bioanalyze...
2010-07-12 Diane TroutReport if a lane was on a paired end flowcell from...
2010-06-14 Diane TroutRename avg_lib_size to gel_cut_size, and add insert_size
2010-05-14 Brandon KingA patch that allows printing more than 11 labels at...
2010-05-07 Brandon KingDisabling 'delete selected'.
2010-04-29 Brandon KingAdded a 'Print Labels' action to the Library Admin...
2010-04-10 Brandon KingWARNING: Django 1.0.2 to Django 1.1.1 compatibility...
2010-03-05 Diane TroutReport hidden field in the library API
next