aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developSeb Bacon2012-07-13-1/+1
|\
| * Fix typo.Louise Crow2012-07-12-1/+1
| |
* | Merge branch 'feature/czech-website-support' into developSeb Bacon2012-07-13-134/+214
|\ \ | |/ |/|
| * Indentation fixesSeb Bacon2012-07-13-16/+14
| |
| * Misc fixes to get tests to pass - notably a MonkeyPatch to work around ↵Seb Bacon2012-07-13-1/+15
| | | | | | | | problem testing template results
| * Don't fail when a banner is completely absent.Seb Bacon2012-07-13-1/+1
| |
| * Ensure the alert banner on every page is hidden if the relevant cookie is setSeb Bacon2012-07-13-3/+8
| |
| * Factor out showing user info so it can easily be specialised in a themeSeb Bacon2012-07-13-19/+21
| |
| * Some missing i18n strings (and whitespace changes)Seb Bacon2012-07-13-30/+30
| |
| * Fix bug that only occurs when loading sample data - sometimes an InfoRequest ↵Seb Bacon2012-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 Bacon2012-07-13-15/+18
| | | | | | | | (including from themes). Fixes #524
| * Factor out stylesheet includes into separate partial (allows easier ↵Seb Bacon2012-07-13-23/+23
| | | | | | | | overriding in themes). Fixes #523
| * Support regular expressions in CensorRules; also support 'global' ↵Seb Bacon2012-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 realitySeb Bacon2012-07-09-4/+8
|
* Include request_id as well as event_id in the JSONRobin Houston2012-07-05-0/+1
|
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2012-07-04-0/+11
|\
| * Merge branch 'release/0.6.2' into developSeb Bacon2012-07-04-0/+11
| |\
| | * Changes for 0.6.2 releaseSeb Bacon2012-07-04-0/+11
| | |
* | | Merge branch 'feature/public-body-api-2a' into developRobin Houston2012-07-04-12/+137
|\ \ \ | |/ / |/| |
| * | JSON new events feedRobin Houston2012-07-04-22/+87
| | |
| * | Atom feed of request eventsRobin Houston2012-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 feedRobin Houston2012-07-04-1/+6
| | | | | | | | | | | | The <link> tags in the feed <entry>s ought to be fully-qualified URLs.
| * | Atom feed approximately working (?)Robin Houston2012-07-04-2/+4
| | |
| * | WIP new requests feedRobin Houston2012-07-04-12/+42
| | |
* | | Merge branch 'develop' of github.com:sebbacon/alaveteli into developrelease/0.6Robin Houston2012-07-04-6/+8
|\ \ \ | | |/ | |/|
| * | Add debian-testing as apt source requirement to documentation (and explain ↵Seb Bacon2012-07-04-6/+8
| |/ | | | | | | better)
* | Merge branch 'develop' of https://github.com/Flupsy/alaveteli into developRobin Houston2012-07-04-0/+1
|\ \ | |/ |/|
| * add rake (required for build)Ian Chard2012-07-02-0/+1
| |
* | Use 33 bytes consistentlyRobin Houston2012-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 wayRobin Houston2012-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/developSeb Bacon2012-07-02-1/+2
|\| | | | | Change < and > to << and >> (new notation); add rubygems
| * Change < and > to << and >> (new notation); add rubygemsIan Chard2012-07-02-1/+2
|/
* Send build notifications to seb (can't subscribe Travis from: address to ↵Seb Bacon2012-07-02-1/+1
| | | | google groups)
* Specify notification options for TravisSeb Bacon2012-07-02-0/+5
|
* Tell Travis to test develop and master onlySeb Bacon2012-07-02-1/+2
|
* Correct build status imageSeb Bacon2012-07-02-1/+1
|
* gem install rake as wellSeb Bacon2012-07-02-0/+1
|
* Downgrade gem for Travis build to silence deprecation warningsSeb Bacon2012-07-02-0/+2
|
* Include Travis build status image.Seb Bacon2012-06-29-5/+8
|
* Correct typoSeb Bacon2012-06-29-1/+1
|
* Bump travis file to start new buildSeb Bacon2012-06-29-1/+1
|
* include "rails-post-install" script in Travis buildoutSeb Bacon2012-06-29-1/+2
|
* reinstate database creation lineSeb Bacon2012-06-29-1/+2
|
* Further yml file correctionSeb Bacon2012-06-29-1/+1
|
* Fix database.yml lineSeb Bacon2012-06-29-1/+1
|
* Fix typo and remove postgres line (rake spec should create the test database ↵Seb Bacon2012-06-29-2/+1
| | | | anyway)
* Explicitly install exim rather than postfix (because postfix doesn't honour ↵Seb Bacon2012-06-29-0/+1
| | | | noninteractive apt setting)
* Attempt to make travis steup steps non-interactiveSeb Bacon2012-06-29-1/+2
|
* another pointless whitespace change to try to trigger Travis github hookSeb Bacon2012-06-29-1/+1
|
* travis twiddlingSeb Bacon2012-06-29-1/+1
|