lp://staging/~dooferlad/patchwork/niceties
- Get this branch:
- bzr branch lp://staging/~dooferlad/patchwork/niceties
Branch merges
Branch information
Recent revisions
- 277. By Jeremy Kerr
-
templates: Don't rely on bool(Page)
The behaviour of bool(Page) changed in django 1.4 - it no longer
evaluates to False when page has no objects.When checking for an empty patch list, use page.paginator.
count. Signed-off-by: Jeremy Kerr <email address hidden>
- 276. By Jeremy Kerr
-
models: Add connection parameter for HashField.db_type.
This is required by django-1.4.
Signed-off-by: Jeremy Kerr <email address hidden>
- 275. By Dirk Wallenstein
-
tests: Find test data relative to file location
Make test execution independent of the current directory.
Signed-off-by: Dirk Wallenstein <email address hidden>
Signed-off-by: Jeremy Kerr <email address hidden> - 274. By Jeremy Kerr
-
tests/notificat
ions: Add test for escaped patch names .. to test for the fix introduced in 18986b7e.
Signed-off-by: Jeremy Kerr <email address hidden>
- 273. By Stefan Hajnoczi
-
notifications: do not HTML-escape patch change notifications
Patch change notifications are text/plain emails and should not
HTML-escape patch names. This means quotes and ampersands in patch
names should not be turned into " and & HTML entities.Signed-off-by: Stefan Hajnoczi <email address hidden>
Signed-off-by: Jeremy Kerr <email address hidden> - 272. By Dirk Wallenstein
-
tests: Check the right optin email
Signed-off-by: Dirk Wallenstein <email address hidden>
Signed-off-by: Jeremy Kerr <email address hidden> - 271. By Jeremy Kerr
-
tests/patchparser: abstract delegate and state testing
No need to repeat the same query logic.
Signed-off-by: Jeremy Kerr <email address hidden>
- 270. By Jeremy Kerr
-
tests/patchparser: don't assume PK values
PK values may not start at 1 for each test, so remove filters that
assume this.Signed-off-by: Jeremy Kerr <email address hidden>
- 269. By Dirk Wallenstein
-
tests: Add tests for explicit delegate and state requests
Signed-off-by: Dirk Wallenstein <email address hidden>
Signed-off-by: Jeremy Kerr <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~jk-ozlabs/patchwork/master