aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeLines
* Clarify alert logic in a commentSeb Bacon2011-07-26-1/+5
|
* Don't bother stripping whitespace when checking old requests: it's an ↵Seb Bacon2011-07-26-8/+1
| | | | expensive operation with a relatively small benefit.
* catch MissingSourceFile instead of NameError when including custom states, ↵David Cabo2011-07-26-2/+2
| | | | in order to handle the case when file is not present
* drop strange, stray commentRobin Houston2011-07-26-1/+0
| | | | | | Conflicts: app/models/raw_email.rb
* Drop post_redirects older than 2 months. The 6 month limit meant we had far ↵Seb Bacon2011-07-26-1/+1
| | | | too much redundant data that we were needlessly backing up.
* Add the ADMIN_BASE_URL variable to general.yml-example, and make the codeRobin Houston2011-07-26-1/+2
| | | | | treat an empty value the same as if the variable were absent (i.e. to use the default admin path).
* Add a flag to turn off logging memory usage, as (a) this is a debug setting, ↵Seb Bacon2011-07-25-6/+11
| | | | and (b) it's not cross-platform anyway (causes issues for people developing on OS X)
* Add another template hook _before_head_end, for themes to override.Robin Houston2011-07-18-47/+29
|
* Add a comment to the _before_body_end template, explaining that it can be ↵Robin Houston2011-07-17-1/+1
| | | | overridden in a theme for analytics
* The sense of the "is admin" test was accidentally reversed on the request ↵Robin Houston2011-07-14-3/+3
| | | | page template
* Use the ADMIN_BASE_URL config variable if present, rather than ignoring itRobin Houston2011-07-14-1/+1
|
* 1) You can’t call an instance method from a class method (d’oh)Robin Houston2011-07-14-2/+2
| | | | | | 2) The test coverage is less good than I imagined. XXXX need test for zip file attachments
* Reinstate the additional admin links.Robin Houston2011-07-14-5/+12
|
* Merge branch 'master' of git@github.com:sebbacon/alaveteliRobin Houston2011-07-14-5/+5
|\
| * Merge branch 'master' of github.com:sebbacon/alaveteliSeb Bacon2011-07-14-21/+31
| |\ | | | | | | | | | | | | Conflicts: app/views/request/_request_listing_single.rhtml
| * | Fix bug on categorisation page that was stopping game from workingSeb Bacon2011-07-14-1/+1
| | |
* | | Putting a space before the parenthesis causes a mandatory Ruby warningRobin Houston2011-07-14-2/+2
| |/ |/| | | | | "warning: don't put space before argument parentheses"
* | Inconsistent whitespaceRobin Houston2011-07-13-5/+5
| |
* | Merge branch 'master' of git@github.com:sebbacon/alaveteliRobin Houston2011-07-13-3/+4
|\|
| * Fix bug that meant plugin custom states weren't being loadedSeb Bacon2011-07-13-3/+4
| |
* | Continue processing if we encounter a corrupt zip fileRobin Houston2011-07-13-21/+31
|/
* Make memcached caching observe language settingsSeb Bacon2011-07-12-3/+3
|
* Refactor custom states loading (use class methods where appropriate, ↵Seb Bacon2011-07-12-37/+17
| | | | simplify main code at the cost (small) of test legibility)
* ensure we don't load custom states from plugins when running testsSeb Bacon2011-07-12-2/+14
|
* merge IZ/Kosovo fork and refactorSeb Bacon2011-07-12-1030/+1107
|\
| * Improve factoring out of custom states code (refactor a little, add tests)Seb Bacon2011-07-12-37/+70
| |
| * As a first attempt, in a dumb way, factor out jurisdiction-specific states ↵Seb Bacon2011-07-07-31/+35
| | | | | | | | to themes
| * show tweeter / avatar in tweets listSeb Bacon2011-07-07-1/+1
| |
| * revert changest c7a90098c00f31899cf763a180e2bf6da5aee435 (from kosovan fork)Seb Bacon2011-07-07-1/+2
| |
| * merge from masterSeb Bacon2011-07-07-5/+3
| |\
| * | fallbacks for public_body_categories (this needs to be done in a better way, ↵Seb Bacon2011-07-07-2/+9
| | | | | | | | | | | | but will do for now
| * | tidy up "blog" page; use twitter widget to display tweets; get feed ↵Seb Bacon2011-07-07-40/+57
| | | | | | | | | | | | locations from config file
| * | Roll back some unwanted changes from commit ↵Seb Bacon2011-07-07-3/+8
| | | | | | | | | | | | | | | | | | e7cd3adc2775b1450251f89d70680b3be8f291a3 (These would have broken WTDK theme)
| * | link to Alaveteli, not mySocietySeb Bacon2011-07-07-1/+1
| | |
| * | get language names from a comprehensive list, rather than just hard-code a ↵Seb Bacon2011-07-07-7/+6
| | | | | | | | | | | | handful
| * | bland, generic credits footerSeb Bacon2011-07-07-5/+1
| | |
| * | More removal of hard-coded IZ copy; and factored out standard email footer ↵Seb Bacon2011-07-07-9/+8
| | | | | | | | | | | | to make it easier to override in themes.
| * | Move various hard-coded strings to config fileSeb Bacon2011-07-07-3/+4
| | |
| * | Revert "new localised static page for help"Seb Bacon2011-07-07-2159/+4
| | | | | | | | | | | | This reverts commit 05d1739210fac3a515d9d3c42755fe2cdb2a44f7.
| * | undo hard-coded domainSeb Bacon2011-07-06-1/+1
| | |
| * | Changes required to get selishta (Kosovo) fork merges to pass tests. ↵Seb Bacon2011-07-06-17/+18
| | | | | | | | | | | | Includes new "REPLY_LATE_AFTER_DAYS" config option.
| * | fix up basic auth for admin settings: get credentials from config, cause ↵Seb Bacon2011-07-06-5/+8
| | | | | | | | | | | | default (where no config) to skip authorization completely, add tests for these
| * | Fix HTML to pass HTML4.01 strict validation during testingSeb Bacon2011-07-06-1/+2
| | |
| * | initial merge of Kosovan branch; still need to get tests passing, factor out ↵Seb Bacon2011-07-06-952/+3126
| |\ \ | | | | | | | | | | | | Kosovan-specific code
| | * | I18n string for viewsFaton Selishta2011-06-30-85/+67
| | | |
| | * | I18n string for modelsFaton Selishta2011-06-30-67/+73
| | | |
| | * | I18n string for controllersFaton Selishta2011-06-30-103/+105
| | | |
| | * | new request states for our codeFaton Selishta2011-06-14-0/+9
| | | |
| | * | Take out from cache home partFaton Selishta2011-06-14-2/+2
| | | |
| | * | Fixed some syntax errorsFaton Selishta2011-06-14-20/+18
| | | |