aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeLines
* Don't wildcard search public bodies when making a request (it causes performa...Seb Bacon2012-01-06-2/+1
* Show the total number of public bodies, not the number on this pageSeb Bacon2012-01-06-1/+1
* show the number of matches, not the number on the current pageSeb Bacon2012-01-05-1/+1
* Ensure attachments have been parsed before generating cached extractsSeb Bacon2012-01-05-0/+1
* Correctly test for auto-submitted headers. Fixes #316.Seb Bacon2012-01-05-2/+2
* Display internationalized emails correctly (specifically, RFC2047 headers, an...Seb Bacon2012-01-04-47/+44
* Remove class file that was made redundant in 79fd89c5aec01ea035d57c5a71213202...Seb Bacon2012-01-04-269/+0
* Reintroduce a "my requests" link. Fixes #289.Seb Bacon2012-01-02-37/+60
* Ensure we always censor safe_mail_from; and mention new only-parse-once featu...Seb Bacon2011-12-21-12/+12
* Ensure we only parse emails when needed by referring to a new last_parsed fie...Seb Bacon2011-12-21-50/+30
* Merge branch 'develop' into cache-foi-attachments-sebSeb Bacon2011-12-21-14/+30
|\
| * Don't generate endlessly recursive URLs from request pages where the URL has ...Seb Bacon2011-12-21-3/+10
| * Don't do wildcard searches for partial matches in type ahead searches. Fixes...Seb Bacon2011-12-21-10/+20
* | Further improvements to attachment cachingSeb Bacon2011-12-13-56/+67
* | WIP on caching attachmentsSeb Bacon2011-12-12-94/+502
|/
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2011-12-04-49/+58
|\
| * Don't make any entries in the translations table for bodies with entirely emp...Seb Bacon2011-12-02-0/+7
| * When listing public bodies, instead of showing only those with translations i...Seb Bacon2011-12-02-6/+6
| * Always create a the Internal Admin Authority using the default locale. Fixes...Seb Bacon2011-12-02-15/+16
| * Merge branch 'develop' into xapian-dcaboSeb Bacon2011-11-24-14/+14
| |\
| | * Fix OrderedHash-related test failure. Closes issue #274.Seb Bacon2011-11-24-1/+1
| | * Merge remote-tracking branch 'jpmckinney/pre1.9' into developSeb Bacon2011-11-24-4/+4
| | |\
| | | * sort hash keys consistently in Ruby 1.8 and 1.9James McKinney2011-10-17-3/+3
| | | * CSV::Reader#parse doesn't exist in 1.9. Using CSV#parse works in both 1.8 and...James McKinney2011-10-16-1/+1
| | * | Merge pull request #264 from jpmckinney/flexible_binary_paths_devSeb Bacon2011-11-22-9/+9
| | |\ \
| | | * | fix calls to which commandJames McKinney2011-10-11-9/+9
| | | * | Use flexible binary paths for external commandsJames McKinney2011-10-11-6/+6
| * | | | FIx HTML validation problem in commentSeb Bacon2011-11-24-1/+1
| |/ / /
| * | | Support legacy theme technique for backwards compatibility, and update the th...seb2011-11-21-0/+2
| * | | Merge branch 'develop' into feature/refactor-css-sebseb2011-11-21-31/+36
| |\ \ \
| | * | | Username from users logged in as ADMIN_USERNAME should appear in administrati...seb2011-11-21-0/+1
| | * | | Fix occasional test failures due to two events happening in the same second b...seb2011-11-21-1/+1
| | * | | I18nize stringsFaton Selishta2011-11-10-10/+10
| | | |/ | | |/|
| * | | Change the mechanism by which we support themes. Fixes #203Seb Bacon2011-10-12-3/+1
| | |/ | |/|
* | | Fix syntax errorRobin Houston2011-12-04-1/+1
| |/ |/|
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2011-10-13-12/+4
|\|
| * Improve signature folding regexp. Fixes issue #253.Seb Bacon2011-10-11-12/+4
* | Don't abort check-recent-requests-sent if invalid exim line found. Fixes #269David Cabo2011-10-13-3/+3
* | Add div and id in user profile page to allow themingDavid Cabo2011-10-11-1/+4
* | Use Fixnums for Interlock ttl arguments for memcached compatibility. Fixes #202David Cabo2011-10-10-3/+3
* | I18nize some stringsFaton Selishta2011-10-07-13/+14
|/
* Show sign-in pop-up in current locale. Fixes #250David Cabo2011-10-05-1/+1
* I18nize a few extra strings in sign-in pageDavid Cabo2011-10-05-4/+4
* don't include jquery twice (saves 89.4KiB download!)Seb Bacon2011-10-03-7/+7
* Ensure we only return true from alert-tracks process when we've actually done...Seb Bacon2011-10-03-2/+4
* I18n title in public body pageDavid Cabo2011-10-03-1/+1
* Respect admin password and username. Fixes #245.Seb Bacon2011-09-30-5/+9
* Fix bad HTMLSeb Bacon2011-09-30-4/+5
* Fix wrong variable name, fixes #197David Cabo2011-09-27-1/+1
* Removed hardcoded number of days. Fixes #199David Cabo2011-09-26-2/+3