Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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) | |||
* | | | Mention the new Google Analytics feature | Seb Bacon | 2012-05-15 | -0/+3 |
| | | | ||||
* | | | Merge remote-tracking branch 'wombleton/feature/google_analytics' into develop | Seb Bacon | 2012-05-15 | -6/+19 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: config/general.yml-example | |||
| * | | | Add in google analytics code if it's configured. | Rowan Crawford | 2012-04-30 | -1/+18 |
| | | | | ||||
| | * | | Add a comment to explain why we're calling `set_view_paths` in the ↵ | Seb Bacon | 2012-05-15 | -2/+7 |
| | | | | | | | | | | | | | | | | controller when the method doesn't exist in Alaveteli code. See [this comment](https://github.com/sebbacon/alaveteli/issues/320#issuecomment-5711523) for discussion. | |||
| | * | | Allow themes to effect the design of error pages | Seb Bacon | 2012-05-15 | -0/+7 |
| |/ / |/| | | ||||
* | | | Merge branch 'feature/superusers_as_admin_interface_users' into develop | Seb Bacon | 2012-05-15 | -51/+103 |
|\ \ \ | | | | | | | | | | | | | Fixes #288 | |||
| * | | | Centre the "emergency user" login message. | Seb Bacon | 2012-05-14 | -6/+8 |
| | | | | ||||
| * | | | Improve administrative user account support: | Seb Bacon | 2012-05-14 | -48/+98 |
|/ / / | | | | | | | | | | | | | | | | * Allow users with `super` admin level to use the administrative interface. * Allow bootstrapping these users with an Emergency User over HTTP Basic Auth * Introduce new `SKIP_ADMIN_AUTH` setting to allow all admin auth to be bypassed (used by mySociety) | |||
* | | | Redirect people to more user-friendly search results page (where possible) ↵ | Seb Bacon | 2012-05-11 | -3/+27 |
| | | | | | | | | | | | | after they've "followed" search results. Fixes #487 | |||
* | | | Fix typo (introduced in commit cc023c67) that broke a test | Seb Bacon | 2012-05-11 | -1/+1 |
| | | | ||||
* | | | Correctly create tracks for searches that are filtered by variety:authority ↵ | Seb Bacon | 2012-05-11 | -1/+6 |
| | | | | | | | | | | | | via the search UI | |||
* | | | Always show tracking links even for things that currently have no results | Seb Bacon | 2012-05-11 | -2/+6 |
| | | | ||||
* | | | Improve handling of nil for public body notes | David Cabo | 2012-05-08 | -1/+1 |
| | | | ||||
* | | | Fix robots.txt to handle URLs with locales | David Cabo | 2012-05-08 | -11/+12 |
| | | | ||||
* | | | I18n missing string in request view page | David Cabo | 2012-05-08 | -1/+3 |
| | | | ||||
* | | | I18n heading on user sign up confirmation page | David Cabo | 2012-05-08 | -2/+2 |
| | | | ||||
* | | | I18n some strings in user/show | David Cabo | 2012-05-08 | -2/+2 |
| | | | ||||
* | | | Merge pull request #482 from jms301/develop | Seb Bacon | 2012-05-08 | -1/+1 |
|\ \ \ | | | | | | | | | Change link to WDTK in README.md (fixes #481). | |||
| * | | | Change link to WDTK in README.md (fixes #481). | James Southern | 2012-05-08 | -1/+1 |
|/ / / | ||||
* | | | Notes about how to upgrade. Fixes #467 | Seb Bacon | 2012-05-04 | -0/+19 |
| | | | ||||
* | | | Ensure we redirect to the URL-based version of a search, when specified as a ↵ | Seb Bacon | 2012-05-04 | -0/+8 |
| | | | | | | | | | | | | query string, even when the variety of search is "all". Fixes #448 | |||
* | | | Give a admins a clue about where to find `run-with-lockfile` command | Seb Bacon | 2012-05-04 | -0/+5 |
| | | |