1
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added an entry for SolCAP More... about 14 years ago
fixed some encoding issues. M about/sgn/funding.mas More... about 14 years ago
squashed easily-removed direct usages of SGN::Context->new in web scripts
Robert Buels
as Rob Buels
More... about 14 years ago
made the SGN::Context object available in every web request as $c
Robert Buels
as Rob Buels
More... about 14 years ago
simplified CXGN::Apache::Registry, removed unnecessary aliasing scheme
Robert Buels
as Rob Buels
More... about 14 years ago
delegating now to a mason component. M index.pl More... about 14 years ago
A Mason-based about SGN page. A about A about/sgn A about/sgn/tools.mas A about/sgn/people.mas A about/sgn/index.mas A about/sgn/funding.mas A about/sgn/misc.mas A about/sgn/publications.mas A about/solanaceae More... about 14 years ago
replacing use of MasonFactory M cview.pl More... about 14 years ago
moved to SGN::Context object M tomato_sequencing.pl More... about 14 years ago
introduced required parameter $dbh (database handle) for mason object. M cgi-bin/cview/index.pl M mason/cview/index.mas More... about 14 years ago
a new mason component for the map index page A index.mas More... about 14 years ago
now delegates to a mason component, which yet needs some refactoring. M index.pl More... about 14 years ago
calls now the mason-based map comparison component. M view_maps.pl More... about 14 years ago
moved the whole-map comparison script to mason. A comparison.mas More... about 14 years ago
moved the view_chromosome script to a Mason component. A mason/cview/chr/index.mas M cgi-bin/cview/view_chromosome.pl More... about 14 years ago
squashed another use of a deprecated module M SGN/Genetic.pm More... about 14 years ago
fixing the referer issue M cgi-bin/cview/map.pl M mason/page/comments.mas M mason/cview/map/index.mas More... about 14 years ago
fixing an issue with the refering page. M return_comments.pl More... about 14 years ago
factored out the javascript code for the page comments, into CXGN.Page.Comments M sgn.js More... about 14 years ago
a Mason component for the page comments feature, not yet 100% functional... A comments.mas More... about 14 years ago
passing a dbh as a parameter. M index.mas More... about 14 years ago
controller now also takes care of generating the database handle. More... about 14 years ago
This script is now just a controller for the mason components. M map.pl More... about 14 years ago
a mason-based cview. In this commit are components for the map overview page. The chromosome and genome view will be done asap! A mason/cview A mason/cview/chr A mason/cview/map A mason/cview/map/abstract.mas A mason/cview/map/overview.mas A mason/cview/map/index.mas A mason/cview/map/stats.mas More... about 14 years ago
Removing CXGN::VHost dependencies, and now using the handy file() function of the mason object!!!!! M homepage/oldevents.mas M homepage/oldloci.mas M homepage/getting_started.mas M homepage/oldhighlights.mas M homepage/oldpublications.mas More... about 14 years ago
changed the manual 'use' to an automated include using Module::Find (thanks Rob!) More... about 14 years ago
cleanup of old commented-out code and inclusion of all form classes M Form.pm More... about 14 years ago
some tweaks and clarification to SGN::Context POD
Robert Buels
as Rob Buels
More... about 14 years ago
added missing use Carp; M dhandler More... about 14 years ago
changed the die to a confess. M dhandler More... about 14 years ago