aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Suggest people make "lightweight" themesSeb Bacon2012-06-15-0/+13
|
* Latest PO files for 0.6 releaseSeb Bacon2012-06-15-8812/+12493
|
* Fix Transifex config file to upload source PO correctlySeb Bacon2012-06-15-0/+1
|
* Correct the `upload` action in translation instructionsSeb Bacon2012-06-15-1/+1
|
* another typoSeb Bacon2012-06-15-1/+1
|
* typo in user-facing stringSeb Bacon2012-06-15-1/+1
|
* Fix headers in EN locale so msgfmt doesn't complain about them.Seb Bacon2012-06-15-3/+2
|
* New PO files and related resources for new releaseSeb Bacon2012-06-14-1123/+1547
|
* Minor corrections to translation guidelinesSeb Bacon2012-06-14-3/+0
|
* Reformat function so it doesn't confuse gettextSeb Bacon2012-06-14-1/+3
|
* Ensure we generate URLs containing the current locale, even if the locale ↵Seb Bacon2012-06-14-2/+4295
| | | | | | contains an underscore. Includes a bonus test to ensure that locales with unknown territories fall back to known languages.
* Use PO files from `spec/fixtures/locale` rather than the application - makes ↵Seb Bacon2012-06-14-0/+8821
| | | | it less brittle.
* Upgrade to latest gettext_i18n_rails. As we are now using a gem, we also ↵Seb Bacon2012-06-14-3/+7
| | | | need to explicitly include the rake tasts from that gem.
* Suggest that old translations are saved to a hotfix releaseSeb Bacon2012-06-14-7/+20
|
* Fix bug that was preventing Rails from loading when *not* in test mode ↵Seb Bacon2012-06-14-1/+7
| | | | (exposed by the bug fixed in 7c846594 that was introduced in 775e122c)
* Fix test failure introduced in 775e122cb4824c9734f50db0dd2967779636080eSeb Bacon2012-06-14-1/+1
|
* Fix test breakage (really we should use a test app.po rather than the real ↵Seb Bacon2012-06-14-1/+1
| | | | one for testing!)
* Pull in latest translations from TransifexSeb Bacon2012-06-14-7446/+18016
|
* Remove vendored `gettext_i18n_rails` (we now use bundled version)Seb Bacon2012-06-14-1194/+0
|
* Fix it so we can correctly use and display locales that contain an ↵Seb Bacon2012-06-13-1/+14
| | | | | | | | | | underscore (e.g. `hu_HU`): * Use the latest version of `gettext_i18n_rails` (including fix to make it work in Railes 2.x) * Use a backend that falls back to, for example, `hu` from `hu_HU` (so we can use any underlying Rails l10n) * Normalize the underscore to a hyphen when working out which languages to display in the language switcher Fixes #503 (and see there for more discussion)
* Fall back to "parent" locale names when deciding the localised language ↵Seb Bacon2012-06-12-2/+3
| | | | name. Fixes #503
* Return column name when iterating over admin fields.Seb Bacon2012-06-12-1/+1
|
* Use POST rather than GET for tests (this matches better what the UI does)Seb Bacon2012-06-12-4/+4
|
* Ensure attention-requesting tests pass by faking a logged in userSeb Bacon2012-06-12-0/+5
|
* Make emails requesting admin attention appear to come from the user who ↵Seb Bacon2012-06-12-5/+19
| | | | requested the attention, not the user who made the original request.
* Monkey-patch for CVE-2012-2660Robin Houston2012-06-12-0/+51
| | | | Stolen from FixMyTransport. Thanks @crowbot!
* Merge branch 'release/0.6' of github.com:sebbacon/alaveteli into release/0.6Seb Bacon2012-06-12-281/+306
|\
| * Revert "Let everyone know, not just us"Robin Houston2012-06-05-1/+1
| | | | | | | | | | | | | | | | This reverts commit e3cfe550fe835c68b25d693abd40aedd954913b3. It’s a bit late in the release cycle to be making a cosmetic change to a string that has to be translated into lots of different languages. We’ll pull this change into the develop branch, but not release/0.6.
| * Merge branch 'wdtk' into release/0.6Robin Houston2012-06-05-9/+13
| |\
| | * Multi-theme support for custom routesRobin Houston2012-06-05-2/+8
| | | | | | | | | | | | | | | A simple mechanism for allowing multiple themes to register custom routes.
| | * Let everyone know, not just usRobin Houston2012-06-05-1/+1
| | |
| | * Silly syntax bugRobin Houston2012-06-04-2/+2
| | | | | | | | | | | | | | | | | | Backslashes are interpreted twice inside backticks, once by Ruby and a second time by the shell, so you need twice as many as you think you do.
| | * Fix admin debug methodRobin Houston2012-06-04-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > 10) admin debug (https://secure.mysociety.org/admin/foi/debug) - "you > are" - sentence that isn't finished > > 11) admin debug (https://secure.mysociety.org/admin/foi/debug) - > versioning incorrect & URLs to github malformed: > Alaveteli version: 0.5.2-297-g4ec7f6e > Alaveteli branch: (no > Alaveteli commit: 4ec7f6edbf2c00abc8464eafc889047f43533f90
| * | Remove WDTK-specific config variablesRobin Houston2012-06-04-5/+0
| |/
| * Log an event when a request is hiddenRobin Houston2012-06-04-1/+12
| |
| * trailing whitespaceRobin Houston2012-06-03-1/+1
| |
| * Copy the admin team on messages sent to usersRobin Houston2012-06-03-0/+1
| | | | | | | | | | When a user is notified of a request having been hidden, BCC the site admin team.
| * Allow subject to be specified when request hiddenRobin Houston2012-06-03-1/+2
| | | | | | | | When a request is hidden by an admin, allow the subject line to be specified.
| * Improve wordingRobin Houston2012-06-03-1/+1
| | | | | | | | Mention that the user will be able to see the request themselves.
| * Respect ADMIN_BASE_URLRobin Houston2012-06-03-8/+8
| | | | | | | | It turns out the admin layout has NEVER respected ADMIN_BASE_URL.
| * Prevent spiders from reporting requestsRobin Houston2012-06-03-2/+14
| | | | | | | | | | | | | | Make the "report request" button submit a POST rather than a GET request. Also restrict this action to logged-in users. Fixes #501.
| * File.dirname(__FILE__) is not necessarily absoluteRobin Houston2012-06-03-7/+7
| | | | | | | | | | | | | | It’s weird that there’s so much code here that implicitly assumes File.dirname(__FILE__) is an absolute path, because really in general it very much is not! This assumption was invalidated by the recent bundler-awareness changes.
| * Make handle-mail-replies bundler-aware tooRobin Houston2012-06-03-179/+183
| |
| * Make the scripts bundler-awareRobin Houston2012-06-03-34/+28
| |
| * Use the foi- prefix consistently on Debian scriptsRobin Houston2012-06-03-1/+1
| |
| * Correct copy-and-pasta in the purge-varnish-debian.uglyRobin Houston2012-06-03-7/+7
| |
| * Upgrade xapian-full-alaveteli a third timeRobin Houston2012-06-01-3/+3
| |
| * Upgrade xapian-full-alaveteli yet againRobin Houston2012-06-01-3/+3
| |
| * Upgrade xapian-full-alaveteli againRobin Houston2012-06-01-3/+3
| |
| * Upgrade xapian-full-alaveteli to latestRobin Houston2012-06-01-3/+3
| |