Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Include annotate gem in bundle | Seb Bacon | 2012-05-24 | -0/+3 |
| | ||||
* | Re-annotate models | Seb Bacon | 2012-05-24 | -66/+81 |
| | ||||
* | First stab at new feature. Adds new box in sidebar for reporting an issue, a ↵ | Seb Bacon | 2012-05-24 | -5/+62 |
| | | | | | | new "needs admin attention"-type state to InfoRequests, a flag indicating that a request has ever been marked as needing admin attention, and a controller method and route for setting this state & flag. Also adds the reason something needs admin attention to the subject of the email that gets sent to administrators. Neeeds tests. | |||
* | Correct form post URL | Seb Bacon | 2012-05-23 | -1/+1 |
| | ||||
* | Merge pull request #493 from sebbacon/feature/merge-wombleton-sparkly-admin-css | Seb Bacon | 2012-05-23 | -71/+459 |
|\ | | | | | Merge @wombleton sparkly admin css | |||
| * | Merge branch 'feature/merge-wombleton-sparkly-admin-css' of ↵ | Seb Bacon | 2012-05-23 | -0/+0 |
| |\ | | | | | | | | | | github.com:sebbacon/alaveteli into feature/merge-wombleton-sparkly-admin-css | |||
| | * | Document the new layerable themes functionality | Seb Bacon | 2012-05-22 | -0/+4 |
| | | | ||||
| | * | Show Alaveteli version number on debug page (using last git tag in history) | Seb Bacon | 2012-05-22 | -0/+3 |
| | | | ||||
| | * | Add "admin" class to body when viewing pages as an admin | Seb Bacon | 2012-05-22 | -2/+2 |
| | | | ||||
| | * | Remove unwanted CSS class from locale switcher | Seb Bacon | 2012-05-22 | -1/+1 |
| | | | ||||
| | * | Bump jquery to latest version | Seb Bacon | 2012-05-22 | -18/+4 |
| | | | ||||
| | * | Correctly iterate over THEME_URLS array | Seb Bacon | 2012-05-22 | -2/+3 |
| | | | ||||
| | * | latest version of commonlib | Seb Bacon | 2012-05-22 | -0/+0 |
| | | | ||||
| | * | Merge branch 'develop' into feature/merge-wombleton-sparkly-admin-css | Seb Bacon | 2012-05-16 | -1139/+839 |
| | |\ | ||||
| | * | | Introduce ability to install multiple, layered themes. | Seb Bacon | 2012-05-16 | -2/+16 |
| | | | | ||||
| | * | | Bring commonlib up to date to get new yaml2sh functionality | Seb Bacon | 2012-05-16 | -0/+0 |
| | | | | ||||
| | * | | moved sass-related control files away to the theme | Seb Bacon | 2012-05-16 | -56/+0 |
| | | | | ||||
| | * | | Experimental theme loader, that allows us to specify the order themes are ↵ | Seb Bacon | 2012-05-16 | -0/+7 |
| | | | | | | | | | | | | | | | | loaded in -- so we can try having more than one loaded at once. | |||
| | * | | remove files that could easily live in a theme, so people can choose to ↵ | Seb Bacon | 2012-05-16 | -6333/+956 |
| | | | | | | | | | | | | | | | | deploy it or not while it's still immature | |||
| | * | | Rollback refactoring of event_type validation that broke various tests | Seb Bacon | 2012-05-16 | -19/+24 |
| | | | | ||||
| | * | | Merge from wombleton:feature/440_sparkly_admin_css | Seb Bacon | 2012-05-15 | -1011/+6812 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes a couple of additional fixes: * Remember to HTML-quote things that could come from users * Fix form post action for editing users | |||
| * | | | Document the new layerable themes functionality | Seb Bacon | 2012-05-23 | -0/+4 |
| | | | | ||||
| * | | | Show Alaveteli version number on debug page (using last git tag in history) | Seb Bacon | 2012-05-23 | -0/+3 |
| | | | | ||||
| * | | | Add "admin" class to body when viewing pages as an admin | Seb Bacon | 2012-05-23 | -2/+2 |
| | | | | ||||
| * | | | Remove unwanted CSS class from locale switcher | Seb Bacon | 2012-05-23 | -1/+1 |
| | | | | ||||
| * | | | Bump jquery to latest version | Seb Bacon | 2012-05-23 | -18/+4 |
| | | | | ||||
| * | | | Correctly iterate over THEME_URLS array | Seb Bacon | 2012-05-23 | -2/+3 |
| | | | | ||||
| * | | | latest version of commonlib | Seb Bacon | 2012-05-23 | -0/+0 |
| | | | | ||||
| * | | | Introduce ability to install multiple, layered themes. | Seb Bacon | 2012-05-23 | -2/+16 |
| | | | | ||||
| * | | | Bring commonlib up to date to get new yaml2sh functionality | Seb Bacon | 2012-05-23 | -0/+0 |
| | | | | ||||
| * | | | moved sass-related control files away to the theme | Seb Bacon | 2012-05-23 | -56/+0 |
| | | | | ||||
| * | | | Experimental theme loader, that allows us to specify the order themes are ↵ | Seb Bacon | 2012-05-23 | -0/+7 |
| | | | | | | | | | | | | | | | | loaded in -- so we can try having more than one loaded at once. | |||
| * | | | remove files that could easily live in a theme, so people can choose to ↵ | Seb Bacon | 2012-05-23 | -6333/+956 |
| | | | | | | | | | | | | | | | | deploy it or not while it's still immature | |||
| * | | | Rollback refactoring of event_type validation that broke various tests | Seb Bacon | 2012-05-23 | -19/+24 |
| | | | | ||||
| * | | | Merge from wombleton:feature/440_sparkly_admin_css | Seb Bacon | 2012-05-23 | -1011/+6812 |
|/ / / | | | | | | | | | | | | | | | | | | | Includes a couple of additional fixes: * Remember to HTML-quote things that could come from users * Fix form post action for editing users | |||
* | | | Because the font was otherwise broken, revert "Add ŐŰőű to Delicious ↵ | Seb Bacon | 2012-05-22 | -825/+1137 |
| | | | | | | | | | | | | | | | | | | webfont (for benefit of Hungarian users); also `chmod -x` the permissions." This reverts commit 213b8e825a0b94e47eb3c7ca2011c340816fce73. | |||
* | | | Merge branch 'develop', remote-tracking branch 'origin' into develop | Seb Bacon | 2012-05-22 | -0/+0 |
|\ \ \ | ||||
| * \ \ | Merge branch 'hotfix/0.5.2'0.5.2 | Seb Bacon | 2012-05-22 | -1/+5 |
| |\ \ \ | ||||
* | \ \ \ | Merge branch 'hotfix/0.5.2' into develop | Seb Bacon | 2012-05-22 | -0/+4 |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | Conflicts: doc/CHANGES.md | |||
| * | | | | document hotfix change | Seb Bacon | 2012-05-22 | -0/+4 |
| | | | | | ||||
| * | | | | Ensure we always return a string of some kind when asking for the ↵ | Seb Bacon | 2012-05-22 | -1/+1 |
| |/ / / | | | | | | | | | | | | | short_or_long_name of a public body | |||
* | | | | Clarify where the latest release can be found | Seb Bacon | 2012-05-22 | -2/+3 |
| | | | | ||||
* | | | | Fixes Search box cropping descenders in FF | Jedidiah Broadbent | 2012-05-16 | -2/+6 |
| |_|/ |/| | | | | | | | | Fixes:#425 | |||
* | | | Use "bundle exec bundle install" (ugh) as a workaround for the fact that in ↵ | Seb Bacon | 2012-05-16 | -2/+2 |
| | | | | | | | | | | | | deployment mode, the xapian-full gem gets recompiled every time | |||
* | | | Add ŐŰőű to Delicious webfont (for benefit of Hungarian users); also ↵ | Seb Bacon | 2012-05-16 | -1137/+825 |
| | | | | | | | | | | | | `chmod -x` the permissions. | |||
* | | | Merge branch 'feature/fix-404-in-themes' into develop | Seb Bacon | 2012-05-15 | -0/+12 |
|\ \ \ | |_|/ |/| | | | | | Fixes #320 and fixes #56 - thanks @jms301! | |||
| * | | Merge branch 'develop' into feature/fix-404-in-themes | Seb Bacon | 2012-05-15 | -418/+430 |
| |\ \ | |/ / |/| | | ||||
* | | | git-ignore config/aliases (a file we suggest users create in our example ↵ | Seb Bacon | 2012-05-15 | -1/+2 |
| | | | | | | | | | | | | Exim config) | |||
* | | | Fix test breakage introduced in 8d78cb8844549dc901cd901371be6ec604fb7f68 | Seb Bacon | 2012-05-15 | -17/+12 |
| | | | ||||
* | | | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -394/+394 |
| | | | | | | | | | | | | wombleton:feature/440_sparkly_admin_css) |