Merge branch 'master' into debianized
[htsworkflow.git] / htsworkflow / frontend / samples /
2011-02-07 Diane TroutMerge branch 'master' into debianized debianized
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
2010-01-28 Diane TroutForce auth_backend error messages to sys stderr, as
2010-01-27 Diane TroutRemove debugging code that breaks mod_wsgi
2010-01-26 Diane TroutAdded 'lanes_for' which will show recent flowcell lanes...
2010-01-22 Diane TroutRefine user handling.
2010-01-21 Diane TroutDon't throw an error if library.cell_line is None.
2009-12-15 Diane TroutAdd flowcell/lane information for a library to the...
2009-12-15 Diane TroutDefine the unicode() function for HTSUser to also repor...
2009-10-27 Diane TroutTurn the library_id back into the primary key for sampl...
2009-10-08 Diane TroutAlso use the javascript dual panel choice box for tags.
2009-10-06 Diane TroutAdd an account number field to a library. (Note SCHEMA...
2009-09-23 Diane TroutReturn species information as part of the flowcell...
2009-09-19 Diane TroutPut a stub species_json in, as I'd listed it in the...
2009-09-19 Diane TroutAllow grabbing library information via json.
2009-09-16 Diane TroutForce addition of HTSUser object if someone is creating...
2009-09-14 Diane TroutFix ticket:145 this patch includes the tar.bz2 extensio...
2009-09-11 Diane TroutNone is better than a baddly munged string for when...
2009-09-10 Diane TroutDon't crash if there are no lane result summary entries...
2009-09-02 Diane Troutremove spurious debug print statement
2009-08-22 Diane TroutNow adding a user adds the key linking the htsuser...
2009-08-20 Diane TroutImplement a send started email feature.
2009-08-18 Diane TroutAdd a custom (inherited) user object named HTSUser...
2009-08-14 Brandon KingLorian's request for a thin comment field implemented.
2009-08-13 Brandon KingNew way of accessing pM for a lane in _summary_stats
2009-08-13 Brandon KingLane number fix for _summary_stats function and library...
2009-08-13 Brandon KingNew lane model patch for library_to_flowcells view.
2009-08-07 Brandon KingNew Lane Table migration progress.
2009-07-07 Brandon KingAttempted linking to archived hard drive.
2009-07-01 Diane TroutAdd LibraryType option, (this will probably require...
2009-06-30 Diane TroutAllow cellline and conditition to be blank [ticket...
2009-06-30 Diane TroutProvide a dummy eland result lane class if there's...
2009-06-27 Brandon KingPulling in barcode magic from sample tracker and starti...
2009-06-26 Brandon KingLibraries Detail View integrated.
2009-06-26 Brandon KingFixed dynamic east panel code
2009-06-24 Brandon KingSample Tracker EXTJS frontend merge part 1
2009-06-17 Brandon KingArg... spelling!
2009-06-17 Brandon KingOnce again, assumed I had a flowcell object when I...
2009-06-17 Brandon KingApparently we might be receiving None, so this check...
2009-06-17 Brandon King * Fixed urls for result_fc_cnm_eland_lane and summaryh...
2009-06-16 Brandon KingUpdated Library view to show an icon if a record exists...
2009-05-27 Diane TroutAdd a minimal test case to test a small bit of the...
2009-05-11 Diane TroutMore consistently split the flowcell id and status...
2009-05-05 Diane TroutUpdate the django app to report "raw reads" for a seque...
2009-04-08 Diane TroutStop assuming that library_id == pk.
2009-04-04 Diane TroutDon't crash if we can't find the flowcell run xml file
2009-04-04 Diane TroutDisplay the affiliations on the public library detail...
2009-04-01 Diane TroutShow the "Amplified from sample" as the parent library...
2009-03-25 Diane TroutMake the visiable names match how the "group" and ...
2009-03-12 Diane TroutUse django's FilteredSelectMultiple javascript widget...
2009-03-10 Diane TroutThe public library page needed to pass eland.genome_map...
2009-03-09 Diane TroutSort by library id, not creation data closes [ticket...
2009-03-07 Diane TroutDisplay the pM on the public library detail page.
2009-03-07 Diane TroutAllow filtering by the new hidden field on the library...
2009-03-06 Diane TroutMake the public library browsing page support several...
2009-03-04 Diane TroutAdd get_absolute_url to Library model and use it for...
2009-03-04 Diane TroutImplement experiment type as a seperate table.
2009-03-04 Diane TroutFor one of our more recent libraries, the successful_pM...
2009-02-28 Diane TroutAdd a link to the public library summary page off from...
2009-02-26 Diane Troutbetter handle the case when Affilations.contact is...
2009-02-26 Diane TroutRemove a few more fields that we dont use, and change...
2009-02-24 Diane Troutsimplify library admin index view
2009-02-13 Diane Troutenable sort of library view by descending library_id
2009-02-13 Diane TroutMerge in the library list, detail, and results download...
2009-01-23 Diane TroutAdd id as an AutoNumber(primary_key=True) field and...
2009-01-21 Diane TroutMerge in Rami's changes from last friday.
2009-01-14 Diane TroutMerged much of the stanford htsworkflow frontend into...
2009-01-08 Diane TroutThis is a partial merge of the stanford branch with...
2008-10-21 Diane TroutMerge in new modules from htsworkflow branch.