aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Show Alaveteli version number on debug page (using last git tag in history)Seb Bacon2012-05-23-0/+3
|
* Add "admin" class to body when viewing pages as an adminSeb Bacon2012-05-23-2/+2
|
* Remove unwanted CSS class from locale switcherSeb Bacon2012-05-23-1/+1
|
* Bump jquery to latest versionSeb Bacon2012-05-23-18/+4
|
* Correctly iterate over THEME_URLS arraySeb Bacon2012-05-23-2/+3
|
* latest version of commonlibSeb Bacon2012-05-23-0/+0
|
* Introduce ability to install multiple, layered themes.Seb Bacon2012-05-23-2/+16
|
* Bring commonlib up to date to get new yaml2sh functionalitySeb Bacon2012-05-23-0/+0
|
* moved sass-related control files away to the themeSeb Bacon2012-05-23-56/+0
|
* Experimental theme loader, that allows us to specify the order themes are ↵Seb Bacon2012-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 Bacon2012-05-23-6333/+956
| | | | deploy it or not while it's still immature
* Rollback refactoring of event_type validation that broke various testsSeb Bacon2012-05-23-19/+24
|
* Merge from wombleton:feature/440_sparkly_admin_cssSeb Bacon2012-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 Bacon2012-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 developSeb Bacon2012-05-22-0/+0
|\
| * Merge branch 'hotfix/0.5.2'0.5.2Seb Bacon2012-05-22-1/+5
| |\
* | \ Merge branch 'hotfix/0.5.2' into developSeb Bacon2012-05-22-0/+4
|\ \ \ | | |/ | |/| | | | | | | Conflicts: doc/CHANGES.md
| * | document hotfix changeSeb Bacon2012-05-22-0/+4
| | |
| * | Ensure we always return a string of some kind when asking for the ↵Seb Bacon2012-05-22-1/+1
| |/ | | | | | | short_or_long_name of a public body
* | Clarify where the latest release can be foundSeb Bacon2012-05-22-2/+3
| |
* | Fixes Search box cropping descenders in FFJedidiah Broadbent2012-05-16-2/+6
| | | | | | | | Fixes:#425
* | Use "bundle exec bundle install" (ugh) as a workaround for the fact that in ↵Seb Bacon2012-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 Bacon2012-05-16-1137/+825
| | | | | | | | `chmod -x` the permissions.
* | Merge branch 'feature/fix-404-in-themes' into developSeb Bacon2012-05-15-0/+12
|\ \ | | | | | | | | | Fixes #320 and fixes #56 - thanks @jms301!
| * \ Merge branch 'develop' into feature/fix-404-in-themesSeb Bacon2012-05-15-418/+430
| |\ \ | |/ / |/| |
* | | git-ignore config/aliases (a file we suggest users create in our example ↵Seb Bacon2012-05-15-1/+2
| | | | | | | | | | | | Exim config)
* | | Fix test breakage introduced in 8d78cb8844549dc901cd901371be6ec604fb7f68Seb Bacon2012-05-15-17/+12
| | |
* | | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵Seb Bacon2012-05-15-394/+394
| | | | | | | | | | | | wombleton:feature/440_sparkly_admin_css)
* | | Mention the new Google Analytics featureSeb Bacon2012-05-15-0/+3
| | |
* | | Merge remote-tracking branch 'wombleton/feature/google_analytics' into developSeb Bacon2012-05-15-6/+19
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: config/general.yml-example
| * | | Add in google analytics code if it's configured.Rowan Crawford2012-04-30-1/+18
| | | |
| | * | Add a comment to explain why we're calling `set_view_paths` in the ↵Seb Bacon2012-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 pagesSeb Bacon2012-05-15-0/+7
| |/ / |/| |
* | | Merge branch 'feature/superusers_as_admin_interface_users' into developSeb Bacon2012-05-15-51/+103
|\ \ \ | | | | | | | | | | | | Fixes #288
| * | | Centre the "emergency user" login message.Seb Bacon2012-05-14-6/+8
| | | |
| * | | Improve administrative user account support:Seb Bacon2012-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 Bacon2012-05-11-3/+27
| | | | | | | | | | | | after they've "followed" search results. Fixes #487
* | | Fix typo (introduced in commit cc023c67) that broke a testSeb Bacon2012-05-11-1/+1
| | |
* | | Correctly create tracks for searches that are filtered by variety:authority ↵Seb Bacon2012-05-11-1/+6
| | | | | | | | | | | | via the search UI
* | | Always show tracking links even for things that currently have no resultsSeb Bacon2012-05-11-2/+6
| | |
* | | Improve handling of nil for public body notesDavid Cabo2012-05-08-1/+1
| | |
* | | Fix robots.txt to handle URLs with localesDavid Cabo2012-05-08-11/+12
| | |
* | | I18n missing string in request view pageDavid Cabo2012-05-08-1/+3
| | |
* | | I18n heading on user sign up confirmation pageDavid Cabo2012-05-08-2/+2
| | |
* | | I18n some strings in user/showDavid Cabo2012-05-08-2/+2
| | |
* | | Merge pull request #482 from jms301/developSeb Bacon2012-05-08-1/+1
|\ \ \ | | | | | | | | Change link to WDTK in README.md (fixes #481).
| * | | Change link to WDTK in README.md (fixes #481).James Southern2012-05-08-1/+1
|/ / /
* | | Notes about how to upgrade. Fixes #467Seb Bacon2012-05-04-0/+19
| | |
* | | Ensure we redirect to the URL-based version of a search, when specified as a ↵Seb Bacon2012-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` commandSeb Bacon2012-05-04-0/+5
| | |