Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Unset any "using_admin" flag when logging out | Seb Bacon | 2012-06-27 | -0/+1 |
| | ||||
* | Show the admin navigation bar when browsing the main site. Fixes #512 | Seb Bacon | 2012-06-27 | -4/+16 |
| | ||||
* | Don't allow non-superusers to access admin interface (eek!) Fixes #515 | Seb Bacon | 2012-06-27 | -3/+14 |
| | ||||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2012-06-23 | -11562/+27603 |
|\ | | | | | | | | | | | | | | | Conflicts: Gemfile.lock script/handle-mail-replies script/handle-mail-replies.rb spec/controllers/request_controller_spec.rb | |||
| * | Merge branch 'master' into develop | Seb Bacon | 2012-06-20 | -11541/+27579 |
| |\ | ||||
| | * | Merge branch 'release/0.6'0.6 | Seb Bacon | 2012-06-20 | -185797/+31408 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/bs/app.po locale/ca/app.po locale/cs/app.po locale/cy/app.po locale/de/app.po locale/en_IE/app.po locale/es/app.po locale/eu/app.po locale/fr/app.po locale/ga_IE/app.po locale/gl/app.po locale/hu_HU/app.po locale/id/app.po locale/pt_BR/app.po locale/sq/app.po locale/sr@latin/app.po spec/fixtures/locale/en/app.po | |||
| | | * | Only invalidate a user's cached requests when their *name* changes. ↵ | Seb Bacon | 2012-06-20 | -3/+10 |
| | | | | | | | | | | | | | | | | Otherwise we issue PURGEs every time, for example, we send out email alerts. | |||
| | | * | Make successful PURGEs log at debug level to reduce unecessary noise at ↵ | Seb Bacon | 2012-06-20 | -1/+1 |
| | | | | | | | | | | | | | | | | default level (info) | |||
| | | * | Only extend the cache time on InfoRequest views for sites with Varnish ↵ | Seb Bacon | 2012-06-20 | -1/+7 |
| | | | | | | | | | | | | | | | | purging set up | |||
| | | * | Fix line wrapping for easier reading in text editors | Seb Bacon | 2012-06-20 | -7/+10 |
| | | | | ||||
| | | * | Increase the time a page is cached for sites that are using Varnish. ↵ | Seb Bacon | 2012-06-20 | -5/+10 |
| | | | | | | | | | | | | | | | | Relatedly, document the consequences of getting the Varnish config wrong; and make it easier to grep for problems with Varnish in the log. | |||
| | | * | Bind PURGE requests to localhost | Seb Bacon | 2012-06-20 | -6/+11 |
| | | | | ||||
| | | * | Use explicit `Rails.logger` (as we're not inheriting from ActiveRecord) | Seb Bacon | 2012-06-20 | -4/+4 |
| | | | | ||||
| | | * | Comment explaining the suggested method of implement purge in the VCL | Seb Bacon | 2012-06-20 | -0/+5 |
| | | | | ||||
| | | * | Fix test to match current wording | Seb Bacon | 2012-06-19 | -1/+1 |
| | | | | ||||
| | | * | Mention translations in the "upgrading" section | Seb Bacon | 2012-06-19 | -0/+9 |
| | | | | ||||
| | | * | Correctly name the person who has requested something for admin attention | Seb Bacon | 2012-06-19 | -4/+6 |
| | | | | ||||
| | | * | Revert "Set a "Content-Disposition: attachment" header when downloading ↵ | Seb Bacon | 2012-06-15 | -11/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files. Closes #428" This reverts commit 506af7a640f63b17000ccfc5e1344bbc3039c913. See issue #428 for a discussion | |||
| | | * | New lockfile to go with previous commit | Seb Bacon | 2012-06-15 | -1/+1 |
| | | | | ||||
| | | * | Use read-only git URL | Seb Bacon | 2012-06-15 | -1/+1 |
| | | | | ||||
| | | * | Another update to PO/POT files | Seb Bacon | 2012-06-15 | -322/+442 |
| | | | | ||||
| | | * | Remove reference to confusing and broken POT-generation script | Seb Bacon | 2012-06-15 | -2/+4 |
| | | | | ||||
| | | * | Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtk | Seb Bacon | 2012-06-15 | -0/+0 |
| | | |\ | ||||
| | | | * | Improved sidebar wording | Robin Houston | 2012-06-07 | -2/+14 |
| | | | | | ||||
| | | * | | Improved sidebar wording | Robin Houston | 2012-06-15 | -2/+14 |
| | | | | | ||||
| | | * | | Bring CHANGES up to date | Seb Bacon | 2012-06-15 | -7/+18 |
| | | | | | ||||
| | | * | | Declutter the part of the instructions that deals with bundler; it | Seb Bacon | 2012-06-15 | -12/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | should Just Work on debian, and we can add specific instructions for other platforms in the "troubleshooting" section. | |||
| | | * | | Suggest people make "lightweight" themes | Seb Bacon | 2012-06-15 | -0/+13 |
| | | | | | ||||
| | | * | | Latest PO files for 0.6 release | Seb Bacon | 2012-06-15 | -8812/+12493 |
| | | | | | ||||
| | | * | | Fix Transifex config file to upload source PO correctly | Seb Bacon | 2012-06-15 | -0/+1 |
| | | | | | ||||
| | | * | | Correct the `upload` action in translation instructions | Seb Bacon | 2012-06-15 | -1/+1 |
| | | | | | ||||
| | | * | | another typo | Seb Bacon | 2012-06-15 | -1/+1 |
| | | | | | ||||
| | | * | | typo in user-facing string | Seb Bacon | 2012-06-15 | -1/+1 |
| | | | | | ||||
| | | * | | Fix headers in EN locale so msgfmt doesn't complain about them. | Seb Bacon | 2012-06-15 | -3/+2 |
| | | | | | ||||
| | | * | | New PO files and related resources for new release | Seb Bacon | 2012-06-14 | -1123/+1547 |
| | | | | | ||||
| | | * | | Minor corrections to translation guidelines | Seb Bacon | 2012-06-14 | -3/+0 |
| | | | | | ||||
| | | * | | Reformat function so it doesn't confuse gettext | Seb Bacon | 2012-06-14 | -1/+3 |
| | | | | | ||||
| | | * | | Ensure we generate URLs containing the current locale, even if the locale ↵ | Seb Bacon | 2012-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 Bacon | 2012-06-14 | -0/+8821 |
| | | | | | | | | | | | | | | | | | | | | it less brittle. | |||
| | | * | | Upgrade to latest gettext_i18n_rails. As we are now using a gem, we also ↵ | Seb Bacon | 2012-06-14 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | need to explicitly include the rake tasts from that gem. | |||
| | | * | | Suggest that old translations are saved to a hotfix release | Seb Bacon | 2012-06-14 | -7/+20 |
| | | | | | ||||
| | | * | | Fix bug that was preventing Rails from loading when *not* in test mode ↵ | Seb Bacon | 2012-06-14 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | (exposed by the bug fixed in 7c846594 that was introduced in 775e122c) | |||
| | | * | | Fix test failure introduced in 775e122cb4824c9734f50db0dd2967779636080e | Seb Bacon | 2012-06-14 | -1/+1 |
| | | | | | ||||
| | | * | | Fix test breakage (really we should use a test app.po rather than the real ↵ | Seb Bacon | 2012-06-14 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | one for testing!) | |||
| | | * | | Pull in latest translations from Transifex | Seb Bacon | 2012-06-14 | -7446/+18016 |
| | | | | | ||||
| | | * | | Remove vendored `gettext_i18n_rails` (we now use bundled version) | Seb Bacon | 2012-06-14 | -1194/+0 |
| | | | | | ||||
| | | * | | Fix it so we can correctly use and display locales that contain an ↵ | Seb Bacon | 2012-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 Bacon | 2012-06-12 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | name. Fixes #503 | |||
| | | * | | Return column name when iterating over admin fields. | Seb Bacon | 2012-06-12 | -1/+1 |
| | | | | | ||||
| | | * | | Use POST rather than GET for tests (this matches better what the UI does) | Seb Bacon | 2012-06-12 | -4/+4 |
| | | | | |