-
Committer:
Dylan McCall
-
Date:
2010-07-07 18:59:23 UTC
-
Revision ID:
dylanmccall@gmail.com-20100707185923-n3z2hhcm54cu2rzx
In-line loading for package details with Javascript.
This includes a new view that outputs just the details for each package, modified results.html template to provide more meta-data for the client, new CSS for that modified template, and some Javascript changes.
harvest.js now uses a plain dictionary of values instead of the Query Object plugin. It isn't aware of extra parameters passed over the URL, or the default state. We need to work on that.
expand_pkg GET parameter now uses numerical package id, instead of name. This is because package names don't always fit snugly into urls.
Deleted unused templates under the opportunities application. All templates are in the global templates directory.