| Age | Commit message (Collapse) | Author |
|
|
|
Frequently, that's the only information required from the templates
panel.
|
|
It's important to disconnect the signal at the end of a request because
the toolbar now stores panels for past request.
Fix #491 (presumably).
|
|
- Include trailing colons inside translated strings because some
languages (eg. French) need a space before the colon.
- Normalize capitalization (title-style didn't seem warranted and looked
weird in some cases).
- Normalize quotes (not very useful, but we had a random mixture of
single and double quotes).
- Remove msgstr from the English po file because they're identical to
msgid by definition.
|
|
Also include context processors explicitly passed to RequestContext.
Fix #353.
|
|
|
|
Enforce absolute imports to avoid clashing with built-in package names.
Thanks Jannis for his feedback.
|