Commit Graph
18 Commits
Author SHA1 Message Date
James Taylor bb7c30af07 Updating packed version of panels script. 2007-11-08 23:37:23 +00:00
James Taylor 25b0d31956 Fixing history frame hiding 2007-10-31 00:58:24 +00:00
James Taylor 6f32d29ec7 Workflow editor works in safari now, after:
- Fixing an event bug in jquery.ui
 - Fixing positioning of canvas iframe
 - Working around a weird canvas drawing issue (see HACK in galaxy.workflow_editor.canvas.js)
 - Removing some JavaScript 1.6 methods
2007-10-30 18:31:11 +00:00
James Taylor d31c43ef31 1) Workflow changes
- Workflows have a simple database representation (StoredWorkflow)
   - Workflow step parameters can be manipulated
   - Workflows can be saved and loaded
   - Many improvements to workflow editing interface

2) General interface cleanup

   - Styles for the overall layout have been moved from the index page to
     CSS files, colors for layout backgrounds and borders and such can now
     be configured in the colors.ini file
   - Styles and javascript code for dialogs and popupmenus (code is currently
     in the workflow editor but will be moved out after more testing)
2007-10-30 05:44:08 +00:00
James Taylor e0a4b42dae Workflow editor round 3, steps now track their state properly, including
repeat and conditional parameters. Dynamic selects (including columns) "work"
but require values entered as text. These will be validated at runtime.
2007-10-20 03:11:20 +00:00
James Taylor 4b9149987a Workflow editor updates. Many UI improvements. 2007-10-19 02:55:45 +00:00
James Taylor 4810f787e9 Renaming panels script... 2007-10-13 14:27:28 +00:00
James Taylor f14ba168aa Very preliminary start on the workflow editor. Currently:
- Can add steps (tool invocations) to the workflow
 - Can modify options for tools that do not use dynamic options or nesting
 - Can connect outputs to inputs, the editor does check type compatibility
   (however this breaks down completely for the "input" type)

There is no way to save or run workflows yet (and not data model for them).

You'll need to set "enable_beta_features = True" in your config for this to
be accessible.
2007-10-12 21:09:05 +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
Nate Coraor d043b24646 Switched AJAX History from prototype to jQuery and optimized. 2007-08-07 12:15:31 +00:00
Nate Coraor f6e4514308 Asynchronous history updates. Start a job and don't click refresh.
Unfinished datasets update themselves every 3 seconds until they're done.
2007-08-06 19:03:53 +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 4a4c8d25dc New layouts and style.
They are somewhat independent (you can use the new layout with the old style
and vice versa) but they belong together.

Tested in Firefox, Safari, IE5.5, IE6, but there are still some features
to be implemented before this is ready for 'main'.

To use, first add "new_style_june_2007=true" to the app:universe section of
universe_wsgi.ini (this gives you the new layout). Second change document_root
to "%(here)s/static/june_2007_style/blue" in the app:static_style section.

Style Features: simplifications, fewer 'hatched' images, space savings in some
places, small changes to the color scheme (same general feel, but the colors
are better matched). Main changes are to history, the new style support nested
datasets much better.

Layout features: no framesets (just iframes, some of which can be replaced with divs and ajax down the road). Frames are resizable and hideable. Tools can provide width hints and history will automatically hide (try UCSC main to see this).
2007-07-05 18:39:36 +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
James Taylor f788a34fca Moving james-wsgi branch to new trunk. 2006-11-15 16:28:21 +00:00