Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Clarify alert logic in a comment | Seb Bacon | 2011-07-26 | -1/+5 |
| | ||||
* | Don't bother stripping whitespace when checking old requests: it's an ↵ | Seb Bacon | 2011-07-26 | -8/+1 |
| | | | | expensive operation with a relatively small benefit. | |||
* | catch MissingSourceFile instead of NameError when including custom states, ↵ | David Cabo | 2011-07-26 | -2/+2 |
| | | | | in order to handle the case when file is not present | |||
* | drop strange, stray comment | Robin Houston | 2011-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 Bacon | 2011-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 code | Robin Houston | 2011-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 Bacon | 2011-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 Houston | 2011-07-18 | -47/+29 |
| | ||||
* | Add a comment to the _before_body_end template, explaining that it can be ↵ | Robin Houston | 2011-07-17 | -1/+1 |
| | | | | overridden in a theme for analytics | |||
* | The sense of the "is admin" test was accidentally reversed on the request ↵ | Robin Houston | 2011-07-14 | -3/+3 |
| | | | | page template | |||
* | Use the ADMIN_BASE_URL config variable if present, rather than ignoring it | Robin Houston | 2011-07-14 | -1/+1 |
| | ||||
* | 1) You can’t call an instance method from a class method (d’oh) | Robin Houston | 2011-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 Houston | 2011-07-14 | -5/+12 |
| | ||||
* | Merge branch 'master' of git@github.com:sebbacon/alaveteli | Robin Houston | 2011-07-14 | -5/+5 |
|\ | ||||
| * | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-07-14 | -21/+31 |
| |\ | | | | | | | | | | | | | Conflicts: app/views/request/_request_listing_single.rhtml | |||
| * | | Fix bug on categorisation page that was stopping game from working | Seb Bacon | 2011-07-14 | -1/+1 |
| | | | ||||
* | | | Putting a space before the parenthesis causes a mandatory Ruby warning | Robin Houston | 2011-07-14 | -2/+2 |
| |/ |/| | | | | | "warning: don't put space before argument parentheses" | |||
* | | Inconsistent whitespace | Robin Houston | 2011-07-13 | -5/+5 |
| | | ||||
* | | Merge branch 'master' of git@github.com:sebbacon/alaveteli | Robin Houston | 2011-07-13 | -3/+4 |
|\| | ||||
| * | Fix bug that meant plugin custom states weren't being loaded | Seb Bacon | 2011-07-13 | -3/+4 |
| | | ||||
* | | Continue processing if we encounter a corrupt zip file | Robin Houston | 2011-07-13 | -21/+31 |
|/ | ||||
* | Make memcached caching observe language settings | Seb Bacon | 2011-07-12 | -3/+3 |
| | ||||
* | Refactor custom states loading (use class methods where appropriate, ↵ | Seb Bacon | 2011-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 tests | Seb Bacon | 2011-07-12 | -2/+14 |
| | ||||
* | merge IZ/Kosovo fork and refactor | Seb Bacon | 2011-07-12 | -1030/+1107 |
|\ | ||||
| * | Improve factoring out of custom states code (refactor a little, add tests) | Seb Bacon | 2011-07-12 | -37/+70 |
| | | ||||
| * | As a first attempt, in a dumb way, factor out jurisdiction-specific states ↵ | Seb Bacon | 2011-07-07 | -31/+35 |
| | | | | | | | | to themes | |||
| * | show tweeter / avatar in tweets list | Seb Bacon | 2011-07-07 | -1/+1 |
| | | ||||
| * | revert changest c7a90098c00f31899cf763a180e2bf6da5aee435 (from kosovan fork) | Seb Bacon | 2011-07-07 | -1/+2 |
| | | ||||
| * | merge from master | Seb Bacon | 2011-07-07 | -5/+3 |
| |\ | ||||
| * | | fallbacks for public_body_categories (this needs to be done in a better way, ↵ | Seb Bacon | 2011-07-07 | -2/+9 |
| | | | | | | | | | | | | but will do for now | |||
| * | | tidy up "blog" page; use twitter widget to display tweets; get feed ↵ | Seb Bacon | 2011-07-07 | -40/+57 |
| | | | | | | | | | | | | locations from config file | |||
| * | | Roll back some unwanted changes from commit ↵ | Seb Bacon | 2011-07-07 | -3/+8 |
| | | | | | | | | | | | | | | | | | | e7cd3adc2775b1450251f89d70680b3be8f291a3 (These would have broken WTDK theme) | |||
| * | | link to Alaveteli, not mySociety | Seb Bacon | 2011-07-07 | -1/+1 |
| | | | ||||
| * | | get language names from a comprehensive list, rather than just hard-code a ↵ | Seb Bacon | 2011-07-07 | -7/+6 |
| | | | | | | | | | | | | handful | |||
| * | | bland, generic credits footer | Seb Bacon | 2011-07-07 | -5/+1 |
| | | | ||||
| * | | More removal of hard-coded IZ copy; and factored out standard email footer ↵ | Seb Bacon | 2011-07-07 | -9/+8 |
| | | | | | | | | | | | | to make it easier to override in themes. | |||
| * | | Move various hard-coded strings to config file | Seb Bacon | 2011-07-07 | -3/+4 |
| | | | ||||
| * | | Revert "new localised static page for help" | Seb Bacon | 2011-07-07 | -2159/+4 |
| | | | | | | | | | | | | This reverts commit 05d1739210fac3a515d9d3c42755fe2cdb2a44f7. | |||
| * | | undo hard-coded domain | Seb Bacon | 2011-07-06 | -1/+1 |
| | | | ||||
| * | | Changes required to get selishta (Kosovo) fork merges to pass tests. ↵ | Seb Bacon | 2011-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 Bacon | 2011-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 testing | Seb Bacon | 2011-07-06 | -1/+2 |
| | | | ||||
| * | | initial merge of Kosovan branch; still need to get tests passing, factor out ↵ | Seb Bacon | 2011-07-06 | -952/+3126 |
| |\ \ | | | | | | | | | | | | | Kosovan-specific code | |||
| | * | | I18n string for views | Faton Selishta | 2011-06-30 | -85/+67 |
| | | | | ||||
| | * | | I18n string for models | Faton Selishta | 2011-06-30 | -67/+73 |
| | | | | ||||
| | * | | I18n string for controllers | Faton Selishta | 2011-06-30 | -103/+105 |
| | | | | ||||
| | * | | new request states for our code | Faton Selishta | 2011-06-14 | -0/+9 |
| | | | | ||||
| | * | | Take out from cache home part | Faton Selishta | 2011-06-14 | -2/+2 |
| | | | | ||||
| | * | | Fixed some syntax errors | Faton Selishta | 2011-06-14 | -20/+18 |
| | | | |