Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Seb Bacon | 2012-07-13 | -1/+1 |
|\ | ||||
| * | Fix typo. | Louise Crow | 2012-07-12 | -1/+1 |
| | | ||||
* | | Merge branch 'feature/czech-website-support' into develop | Seb Bacon | 2012-07-13 | -134/+214 |
|\ \ | |/ |/| | ||||
| * | Indentation fixes | Seb Bacon | 2012-07-13 | -16/+14 |
| | | ||||
| * | Misc fixes to get tests to pass - notably a MonkeyPatch to work around ↵ | Seb Bacon | 2012-07-13 | -1/+15 |
| | | | | | | | | problem testing template results | |||
| * | Don't fail when a banner is completely absent. | Seb Bacon | 2012-07-13 | -1/+1 |
| | | ||||
| * | Ensure the alert banner on every page is hidden if the relevant cookie is set | Seb Bacon | 2012-07-13 | -3/+8 |
| | | ||||
| * | Factor out showing user info so it can easily be specialised in a theme | Seb Bacon | 2012-07-13 | -19/+21 |
| | | ||||
| * | Some missing i18n strings (and whitespace changes) | Seb Bacon | 2012-07-13 | -30/+30 |
| | | ||||
| * | Fix bug that only occurs when loading sample data - sometimes an InfoRequest ↵ | Seb Bacon | 2012-07-13 | -1/+1 |
| | | | | | | | | doesn't have a PublicBody at the time its slug is being calculated. | |||
| * | Factor popup banner out into own partial, for easier setting/unsetting ↵ | Seb Bacon | 2012-07-13 | -15/+18 |
| | | | | | | | | (including from themes). Fixes #524 | |||
| * | Factor out stylesheet includes into separate partial (allows easier ↵ | Seb Bacon | 2012-07-13 | -23/+23 |
| | | | | | | | | overriding in themes). Fixes #523 | |||
| * | Support regular expressions in CensorRules; also support 'global' ↵ | Seb Bacon | 2012-07-13 | -30/+88 |
|/ | | | | CensorRules that aren't attached to a User or Request or Public Body (but don't expose this in the admin UI). Fixes #33 | |||
* | Update theme installation notes to match current reality | Seb Bacon | 2012-07-09 | -4/+8 |
| | ||||
* | Include request_id as well as event_id in the JSON | Robin Houston | 2012-07-05 | -0/+1 |
| | ||||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2012-07-04 | -0/+11 |
|\ | ||||
| * | Merge branch 'release/0.6.2' into develop | Seb Bacon | 2012-07-04 | -0/+11 |
| |\ | ||||
| | * | Changes for 0.6.2 release | Seb Bacon | 2012-07-04 | -0/+11 |
| | | | ||||
* | | | Merge branch 'feature/public-body-api-2a' into develop | Robin Houston | 2012-07-04 | -12/+137 |
|\ \ \ | |/ / |/| | | ||||
| * | | JSON new events feed | Robin Houston | 2012-07-04 | -22/+87 |
| | | | ||||
| * | | Atom feed of request events | Robin Houston | 2012-07-04 | -34/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need not only new requests, but new outgoing correspondence of any sort. The idea is that this feed will contain any event that would have triggered an email to be sent to the public body, so can be used as an alternative, equivalent way to stay up-to-date with happenings on WDTK (or the Alaveteli installation of choice). | |||
| * | | Use fully-qualified URLs in feed | Robin Houston | 2012-07-04 | -1/+6 |
| | | | | | | | | | | | | The <link> tags in the feed <entry>s ought to be fully-qualified URLs. | |||
| * | | Atom feed approximately working (?) | Robin Houston | 2012-07-04 | -2/+4 |
| | | | ||||
| * | | WIP new requests feed | Robin Houston | 2012-07-04 | -12/+42 |
| | | | ||||
* | | | Merge branch 'develop' of github.com:sebbacon/alaveteli into developrelease/0.6 | Robin Houston | 2012-07-04 | -6/+8 |
|\ \ \ | | |/ | |/| | ||||
| * | | Add debian-testing as apt source requirement to documentation (and explain ↵ | Seb Bacon | 2012-07-04 | -6/+8 |
| |/ | | | | | | | better) | |||
* | | Merge branch 'develop' of https://github.com/Flupsy/alaveteli into develop | Robin Houston | 2012-07-04 | -0/+1 |
|\ \ | |/ |/| | ||||
| * | add rake (required for build) | Ian Chard | 2012-07-02 | -0/+1 |
| | | ||||
* | | Use 33 bytes consistently | Robin Houston | 2012-07-02 | -1/+1 |
| | | | | | | | | | | Let’s use 33 bytes consistently for the API key, to avoid an = pad at the end when it’s base64-encoded. | |||
* | | Set the API key in a much more efficient way | Robin Houston | 2012-07-02 | -3/+44 |
| | | | | | | | | | | | | | | | | | | If we are using PostgreSQL, populate the api_key column in a more efficient fashion. Conflicts: db/migrate/112_add_api_key_to_public_bodies.rb | |||
* | | Merge pull request #519 from Flupsy/develop | Seb Bacon | 2012-07-02 | -1/+2 |
|\| | | | | | Change < and > to << and >> (new notation); add rubygems | |||
| * | Change < and > to << and >> (new notation); add rubygems | Ian Chard | 2012-07-02 | -1/+2 |
|/ | ||||
* | Send build notifications to seb (can't subscribe Travis from: address to ↵ | Seb Bacon | 2012-07-02 | -1/+1 |
| | | | | google groups) | |||
* | Specify notification options for Travis | Seb Bacon | 2012-07-02 | -0/+5 |
| | ||||
* | Tell Travis to test develop and master only | Seb Bacon | 2012-07-02 | -1/+2 |
| | ||||
* | 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 |
| |