Commit Graph
21 Commits
Author SHA1 Message Date
Nate Coraor 1369b8d199 You can now require that users log in to use Galaxy. The sample config is way different but it's only because I cleaned it up a bit. The only new options are require_login/allow_user_creation. 2008-11-20 15:14:47 -05:00
James Taylor a212c44899 Update packed version of workflow editor script (fix z-index problem again?) 2008-09-08 09:47:37 -04:00
James Taylor 42992455c2 Internet explorer fixes and support -- popup menus and dialogs work better on IE6+,
workflow editor works on IE7 (using excanvas). It actually *nearly* works on IE6 but
there are some layout problems that are probably not worth wasting time on. If any IE
users can test this that would be great!
2008-08-22 17:47:43 -04:00
James Taylor a32ae71d33 Add excanvas javascript (emulates <canvas> in IE using silverlight) 2008-08-22 17:44:32 -04:00
James Taylor 931a51c9cb Updating packed versions of javascripts. 2008-08-07 19:28:42 -04:00
James Taylor e0eeef9e43 jquery-ui 1.5.2 (various upstream bug fixes). 2008-07-10 19:29:25 +00:00
James Taylor 3b39fb87f3 Upgrade jquery to 1.2.6 and jquery-ui to 1.5, drag and drop should be a bit
faster. Improvements to scrolling panel in workflow editor. Removed unused
and obsolete jquery plugins.
2008-06-21 03:04:28 +00:00
James Taylor f4da57df63 Upgraded to jquery-ui ~1.5b2. Workflow now uses *no* iframes, closer to
working on IE6.
2008-05-01 15:10:38 +00:00
James Taylor 94ae5b018c We're no longer using ie_pngfix anywhere. 2008-05-01 14:42:14 +00:00
James Taylor cbffed2950 Blank images needed by IE7.js for layout fixes. 2008-04-28 16:38:12 +00:00
James Taylor 94f96b47c4 Move 'confirm' javascript up to base template (other scripts to be run on
every page can be added to galaxy.base.js). Cleaned up history templates
accordingly. Also, added scripts from IE7.js which fix many layout bugs in
older versions of IE.
2008-04-28 16:35:00 +00:00
James Taylor 9714e66b00 Upgrading jQuery from 1.2.1 to 1.2.3, this seems to fix the refresh problems
in some versions of Safari.
2008-03-17 21:04:33 +00:00
James Taylor 4b88be5e25 1) Modified index page so progressive loading works better for slower
connections

2) Added a script for packing the javascripts, everything is now repacked
   with yui-compressor (the packed versions are slightly large, but they
   gzip better resulting in an overall reduction).
2007-12-11 19:30:03 +00:00
James Taylor bb7c30af07 Updating packed version of panels script. 2007-11-08 23:37:23 +00:00
James Taylor 4810f787e9 Renaming panels script... 2007-10-13 14:27:28 +00:00
James Taylor 6c42599ddc Extracted panel javascript code for reuse. 2007-10-12 18:49:14 +00:00
James Taylor 7db15430ad Repacking jquery, something got borked... 2007-10-10 00:51:42 +00:00
James Taylor 0237c186b7 Update to latest released versions of jquery and jquery.ui (ui still needed
a one line change to work for us, but we're much closer to in sync now).
2007-10-10 00:29:00 +00:00
James Taylor 0c067f843d Clean up javascript for the new layout. Using the latest (tweaked by me) version of jquery.ui (still in development, but better than interface2 which we were using). Reduced the number of different javascript files and made packed versions of everything. 2007-07-12 17:34:23 +00:00
James Taylor f29aa679d2 (javascript) New jquery release, substantially faster, smoother animation (especially in Firefox). Also, some fixes to animation speed and for Safari. 2007-07-02 14:15:59 +00:00
James Taylor 3ba107decc All javascript used in the web interface is now based on jQuery. All pages now work well with javascript disabled. Javascript enhancements (expand/collapse regions, confirmations, ajax delete, rollovers) are then added "unobtrusively".
Also, the consolidation makes the total file size substantially smaller. In addition, there is a "scripts/packed" directory that contains highly compressed versions of the javascript files. This should be used for production deployment. The initial load size is reduced by ~80%, before considering gzip and caching.
2007-06-28 23:52:40 +00:00