lp:~harvest-dev/harvest/django
- Get this branch:
- bzr branch lp:~harvest-dev/harvest/django
Branch merges
Branch information
Recent revisions
- 229. By Dylan McCall
-
Fixed bug in harvest.js introduced by last change, where reverting a change would not stop load countdown (because string comparisons were not like array comparisons... until now!)
- 228. By Dylan McCall
-
Changed QueryString format and serialization functions to rely more on the built in functionality of the APIs we use. SetFilters serialize their values as regular lists, which remains completely intact at all points Harvest is concerned with.
Full names for filters now using "." where we previously used ":"url_tools' current_
url_with_ parameters merged with new_url_ with_parameters . Now uses native querydict. urlencode. Expanding packages is also done using regular lists. Changed key in querystring from "expand_pkg" to "expand."
- 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.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:harvest