lp:~dylanmccall/harvest/gsoc-client-stuff
- Get this branch:
- bzr branch lp:~dylanmccall/harvest/gsoc-client-stuff
Branch merges
- Daniel Holbach: Pending requested
-
Diff: 3616 lines (+2187/-888)38 files modifiedEXTERNALS (+78/-0)
TODO (+0/-2)
doc/DOM for filters.txt (+83/-0)
harvest/common/context_processors.py (+8/-2)
harvest/common/middleware/timer.py (+19/-0)
harvest/common/ordereddict.py (+127/-0)
harvest/common/utils.py (+21/-0)
harvest/filters/containers.py (+10/-9)
harvest/filters/filters.py (+164/-124)
harvest/media/css/reset.css (+50/-0)
harvest/media/css/style.css (+381/-183)
harvest/media/js/harvest.js (+622/-0)
harvest/media/js/jquery-1.4.2.min.js (+154/-0)
harvest/media/js/jquery.placeheld.js (+54/-0)
harvest/media/js/jquery.scrollstay.js (+163/-0)
harvest/media/js/yui-min.js (+0/-10)
harvest/opportunities/filters.py (+25/-22)
harvest/opportunities/management/commands/release.py (+17/-11)
harvest/opportunities/templates/opportunities/opportunities_by_package.html (+0/-67)
harvest/opportunities/templates/opportunities/opportunities_by_type.html (+0/-28)
harvest/opportunities/urls.py (+5/-28)
harvest/opportunities/views.py (+61/-144)
harvest/opportunities/wrappers.py (+6/-5)
harvest/settings.py (+4/-0)
harvest/templates/base.html (+75/-80)
harvest/templates/index.html (+1/-7)
harvest/templates/opportunities/filter.html (+11/-39)
harvest/templates/opportunities/filter_results.html (+33/-0)
harvest/templates/opportunities/opportunity_detail.inc.html (+1/-1)
harvest/templates/opportunities/opportunity_index.html (+0/-45)
harvest/templates/opportunities/opportunity_list.html (+0/-14)
harvest/templates/opportunities/opportunitylist_detail.html (+0/-13)
harvest/templates/opportunities/opportunitylist_list.html (+0/-14)
harvest/templates/opportunities/package_details.html (+13/-0)
harvest/templates/opportunities/packageset_list.html (+0/-14)
harvest/templates/opportunities/sourcepackage_detail.html (+0/-12)
harvest/templates/opportunities/sourcepackage_list.html (+0/-14)
harvest/version (+1/-0)
Branch information
Recent revisions
- 227. By Dylan McCall
-
More robust behaviour for expanding and collapsing packages.
Packages that are collapsed while results are being loaded (after request is sent to server) are collapsed again after they are loaded.
Packages check if they are expanded when first created again.
wrappers.py makes sure a string represents a number before trying to convert it to an int. - 226. By Dylan McCall
-
Quick and dirty fix so opportunity_edit works again.
Changed sourcepackage_detail url to refer to opportunities_ package_ details instead, which is a similar url that currently exists. - 225. By Dylan McCall
-
Added TimerMiddleware to top of MIDDLEWARE_CLASSES.
This gives us a more precise measure, because process_request runs at the very beginning and process_response runs at the very end. It also, for some reason, settles whatever disagreement TimerMiddleware had with django_openid_auth. - 223. By Dylan McCall
-
Adding newlines to files that were tragically cut short.
My sincere apologies to the files and their families for the trouble. Poor things :'( - 222. By Dylan McCall
-
Updated release command to construct ./version with the new versionname field!
Now takes one to two arguments on the command line and throws errors appropriately.
- 221. By Dylan McCall
-
Organizing licenses and other details for files borrowed from other people / projects
Updated TODO :)
- 219. By Dylan McCall
-
Bug fixing and performance tuning in harvest.js
Removed unnecessary calls to $.addClass, $.hasClass and $.data
Replaced $.get stuff with $.ajax.
Returned xhr is stored on our own object, instead of the jquery object.
Separate $.ajax callbacks for success and completion, with detection of aborted operations. Should allow us to reliably prevent results from being loaded.Merged status bubble stuff for Results class and Package class into a single function.
- 218. By Dylan McCall
-
Separate Package class in harvest.js. Contains event handler, local variables and methods for each package.
Basic visual feedback for loading sourcepackage results.
Pruned scrollFollow and renamed it to avoid confusion with upstream.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:harvest