aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Avoid "uninitialized constant Rake::DSL" errorRobin Houston2012-03-13-0/+1
| | | | See http://stackoverflow.com/a/6686628/424991
* Admin users clicking confirmation linksRobin Houston2012-03-13-2/+53
| | | | Fixes #446. See issue for details.
* Merge branch 'merged-bundler' into developSeb Bacon2012-03-12-173239/+340
|\
| * Do 'bundler' stuff in correct orderSeb Bacon2012-03-12-18/+22
| |
| * Update CHANGES.md and INSTALL.md, largely to reflect new bundler setupSeb Bacon2012-03-09-14/+26
| |
| * fix operator precedence bugSeb Bacon2012-03-09-1/+1
| |
| * Don't load gems in environment now we use bundlerSeb Bacon2012-03-09-2/+0
| |
| * Work around glibc bug in Debian SqueezeSeb Bacon2012-03-09-1/+8
| |
| * New lock file for bundlerSeb Bacon2012-02-22-0/+2
| |
| * Further documentation refinementsSeb Bacon2012-02-22-73/+108
| |
| * cause the post-deploy process to run "bundler install"Seb Bacon2012-02-22-1/+6
| |
| * Include packages necessary for installation on Ubuntu 10.04 LTSSeb Bacon2012-02-22-1/+5
| |
| * Some more INSTALL corrections and clarifications.Seb Bacon2012-02-22-17/+33
| |
| * ...and another dependency for bundlerSeb Bacon2012-02-22-1/+2
| |
| * add packages necessary to do "bundle install" on DebianSeb Bacon2012-02-22-0/+4
| |
| * Update INSTALL.md for bundler (and some other corrections and updates)Seb Bacon2012-02-22-44/+57
| |
| * Remove redundant packages (either not been used for a while, or made ↵Seb Bacon2012-02-22-18/+0
| | | | | | | | redundant by using bundler)
| * gem dependecies for test environmentSeb Bacon2012-02-21-0/+5
| |
| * Merge jpmckinney/bundlerSeb Bacon2012-02-15-173115/+128
| |
* | Update Spanish translation file from TransifexDavid Cabo2012-03-04-152/+152
| |
* | Update Spanish translation file from TransifexDavid Cabo2012-03-03-910/+302
| |
* | Merge pull request #433 from henare/issue-271Seb Bacon2012-02-20-12/+38
|\ \ | | | | | | | | | Closes Issue 271
| * | Don't add http when https is presentHenare Degan2012-02-17-1/+7
| | |
| * | Don't add extra www characters to web addresses that have been explicitly ↵Henare Degan2012-02-16-2/+2
| | | | | | | | | | | | defined
| * | Refactor methodHenare Degan2012-02-16-17/+4
| | |
| * | Make public authority home page links work. Fixes #271Henare Degan2012-02-16-1/+12
| | |
| * | Add some tests for the public body home page calculationHenare Degan2012-02-16-0/+22
| |/
* / Display issue on request listsRobin Houston2012-02-16-2/+3
|/ | | | http://cl.ly/2w3B2u3o2T1d3u2a0p1o
* Set a "Content-Disposition: attachment" header when downloading files. ↵Seb Bacon2012-02-15-2/+11
| | | | Closes #428
* Position and size the logo correctly mk2Seb Bacon2012-02-13-0/+0
|
* Position and size the logo correctlySeb Bacon2012-02-13-0/+0
|
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developSeb Bacon2012-02-13-6/+37
|\
| * Update commonlibRobin Houston2012-02-12-0/+0
| | | | | | | | | | New version of shlib/deployfns fixes a bug that can bite people who set CDPATH in their environments.
| * Merge branch 'wdtk' into developRobin Houston2012-02-10-1/+1
| |\ | | | | | | | | | | | | Conflicts: public/stylesheets/print.css
| | * The .not-for-print rule needs to be !IMPORTANTRobin Houston2012-02-10-1/+1
| | |
| | * Generic class for hiding things from printRobin Houston2012-02-10-1/+6
| | |
| * | Merge branch 'wdtk' into developRobin Houston2012-02-10-0/+0
| |\|
| | * Upgrade commonlibRobin Houston2012-02-10-0/+0
| | | | | | | | | | | | because we want the new version of the survey module.
| * | Trailing whitespaceRobin Houston2012-02-10-1/+1
| | |
| * | Merge branch 'wdtk' into developRobin Houston2012-02-10-0/+0
| |\|
| | * Merge branch 'master' into wdtkRobin Houston2012-02-09-11790/+43335
| | |\
| * | | Generic class for hiding things from printRobin Houston2012-02-10-1/+6
| | | |
| * | | Tweak the custom routes mechanismRobin Houston2012-02-10-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It didn’t seem to work before. (?) Note that this requires a change to the code as e.g. in https://github.com/sebbacon/alavetelitheme/blob/master/lib/config/custom-routes.rb because the route configuration code should not be inside a Dispatcher.to_prepare block now.
| * | | Make /similar/request/NONESUCH a 404 not 500 errorRobin Houston2012-02-10-1/+27
| | | | | | | | | | | | | | | | Fixes #421.
| * | | Merge branch 'release/0.5.1' into developSeb Bacon2012-02-09-11756/+43180
| |\ \ \
* | | | | correct spelling of logoSeb Bacon2012-02-13-0/+0
| |_|_|/ |/| | |
* | | | Merge branch 'release/0.5.1'Seb Bacon2012-02-09-11823/+43371
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: README.md
| * | | Backup latest po files from Transifex0.5.1release/0.5.1Seb Bacon2012-02-09-569/+1039
| | | |
| * | | Document troubleshooting email problems a bit moreSeb Bacon2012-02-09-0/+41
| | | |
| * | | Update all the PO files as well as the POT when running our gettext ↵Seb Bacon2012-02-08-1857/+1776
| | | | | | | | | | | | | | | | commands. Also, don't word-wrap. Includes non-word-wrapped source files.