Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Correct build status image | Seb Bacon | 2012-07-02 | -1/+1 |
| | ||||
* | gem install rake as well | Seb Bacon | 2012-07-02 | -0/+1 |
| | ||||
* | Downgrade gem for Travis build to silence deprecation warnings | Seb Bacon | 2012-07-02 | -0/+2 |
| | ||||
* | Include Travis build status image. | Seb Bacon | 2012-06-29 | -5/+8 |
| | ||||
* | Correct typo | Seb Bacon | 2012-06-29 | -1/+1 |
| | ||||
* | Bump travis file to start new build | Seb Bacon | 2012-06-29 | -1/+1 |
| | ||||
* | include "rails-post-install" script in Travis buildout | Seb Bacon | 2012-06-29 | -1/+2 |
| | ||||
* | reinstate database creation line | Seb Bacon | 2012-06-29 | -1/+2 |
| | ||||
* | Further yml file correction | Seb Bacon | 2012-06-29 | -1/+1 |
| | ||||
* | Fix database.yml line | Seb Bacon | 2012-06-29 | -1/+1 |
| | ||||
* | Fix typo and remove postgres line (rake spec should create the test database ↵ | Seb Bacon | 2012-06-29 | -2/+1 |
| | | | | anyway) | |||
* | Explicitly install exim rather than postfix (because postfix doesn't honour ↵ | Seb Bacon | 2012-06-29 | -0/+1 |
| | | | | noninteractive apt setting) | |||
* | Attempt to make travis steup steps non-interactive | Seb Bacon | 2012-06-29 | -1/+2 |
| | ||||
* | another pointless whitespace change to try to trigger Travis github hook | Seb Bacon | 2012-06-29 | -1/+1 |
| | ||||
* | travis twiddling | Seb Bacon | 2012-06-29 | -1/+1 |
| | ||||
* | Further tweaks to support Travis | Seb Bacon | 2012-06-28 | -0/+9 |
| | ||||
* | Build configuration file for Travis (http://about.travis-ci.org/) | Seb Bacon | 2012-06-28 | -0/+10 |
| | ||||
* | Bump Gemfile.lock | Seb Bacon | 2012-06-28 | -2/+2 |
| | ||||
* | Mention the new API | Seb Bacon | 2012-06-28 | -0/+5 |
| | ||||
* | Drop redundant duplicate suggestion | Seb Bacon | 2012-06-28 | -4/+0 |
| | ||||
* | Correct reference to RubyGems version | Seb Bacon | 2012-06-28 | -1/+1 |
| | ||||
* | Bump xapian-full dependency | Seb Bacon | 2012-06-28 | -1/+1 |
| | ||||
* | Updated CHANGES.md | Seb Bacon | 2012-06-27 | -1/+13 |
| | ||||
* | Use cannonical twitter urls (use https). Fixes #500 | Seb Bacon | 2012-06-27 | -5/+5 |
| | ||||
* | Link to full list of changes in 0.6 | Seb Bacon | 2012-06-27 | -0/+1 |
| | ||||
* | 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 |
| | | | | |