Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add I18n string for mail clarification | David Cabo | 2012-05-28 | -1/+1 |
| | ||||
* | I18n missing string in model for quoted sections | David Cabo | 2012-05-28 | -2/+2 |
| | ||||
* | I18n missing string for request rate exceeded page | David Cabo | 2012-05-28 | -1/+1 |
| | ||||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Seb Bacon | 2012-03-13 | -10/+61 |
|\ | ||||
| * | Fix broken test | Robin Houston | 2012-03-13 | -5/+5 |
| | | ||||
| * | Correct bad nesting | Robin Houston | 2012-03-13 | -3/+2 |
| | | ||||
| * | Avoid "uninitialized constant Rake::DSL" error | Robin Houston | 2012-03-13 | -0/+1 |
| | | | | | | | | See http://stackoverflow.com/a/6686628/424991 | |||
| * | Admin users clicking confirmation links | Robin Houston | 2012-03-13 | -2/+53 |
| | | | | | | | | Fixes #446. See issue for details. | |||
* | | ignore bundler config | Seb Bacon | 2012-03-13 | -1/+2 |
| | | ||||
* | | ignore bundled gems | Seb Bacon | 2012-03-13 | -0/+1 |
| | | ||||
* | | in production mode, ensure we skip development and test gems | Seb Bacon | 2012-03-13 | -1/+1 |
| | | ||||
* | | Mention that bundler must be installed for upgrades | Seb Bacon | 2012-03-12 | -0/+3 |
|/ | ||||
* | Merge branch 'merged-bundler' into develop | Seb Bacon | 2012-03-12 | -173239/+340 |
|\ | ||||
| * | Do 'bundler' stuff in correct order | Seb Bacon | 2012-03-12 | -18/+22 |
| | | ||||
| * | Update CHANGES.md and INSTALL.md, largely to reflect new bundler setup | Seb Bacon | 2012-03-09 | -14/+26 |
| | | ||||
| * | fix operator precedence bug | Seb Bacon | 2012-03-09 | -1/+1 |
| | | ||||
| * | Don't load gems in environment now we use bundler | Seb Bacon | 2012-03-09 | -2/+0 |
| | | ||||
| * | Work around glibc bug in Debian Squeeze | Seb Bacon | 2012-03-09 | -1/+8 |
| | | ||||
| * | New lock file for bundler | Seb Bacon | 2012-02-22 | -0/+2 |
| | | ||||
| * | Further documentation refinements | Seb Bacon | 2012-02-22 | -73/+108 |
| | | ||||
| * | cause the post-deploy process to run "bundler install" | Seb Bacon | 2012-02-22 | -1/+6 |
| | | ||||
| * | Include packages necessary for installation on Ubuntu 10.04 LTS | Seb Bacon | 2012-02-22 | -1/+5 |
| | | ||||
| * | Some more INSTALL corrections and clarifications. | Seb Bacon | 2012-02-22 | -17/+33 |
| | | ||||
| * | ...and another dependency for bundler | Seb Bacon | 2012-02-22 | -1/+2 |
| | | ||||
| * | add packages necessary to do "bundle install" on Debian | Seb Bacon | 2012-02-22 | -0/+4 |
| | | ||||
| * | Update INSTALL.md for bundler (and some other corrections and updates) | Seb Bacon | 2012-02-22 | -44/+57 |
| | | ||||
| * | Remove redundant packages (either not been used for a while, or made ↵ | Seb Bacon | 2012-02-22 | -18/+0 |
| | | | | | | | | redundant by using bundler) | |||
| * | gem dependecies for test environment | Seb Bacon | 2012-02-21 | -0/+5 |
| | | ||||
| * | Merge jpmckinney/bundler | Seb Bacon | 2012-02-15 | -173115/+128 |
| | | ||||
* | | Update Spanish translation file from Transifex | David Cabo | 2012-03-04 | -152/+152 |
| | | ||||
* | | Update Spanish translation file from Transifex | David Cabo | 2012-03-03 | -910/+302 |
| | | ||||
* | | Merge pull request #433 from henare/issue-271 | Seb Bacon | 2012-02-20 | -12/+38 |
|\ \ | | | | | | | | | | Closes Issue 271 | |||
| * | | Don't add http when https is present | Henare Degan | 2012-02-17 | -1/+7 |
| | | | ||||
| * | | Don't add extra www characters to web addresses that have been explicitly ↵ | Henare Degan | 2012-02-16 | -2/+2 |
| | | | | | | | | | | | | defined | |||
| * | | Refactor method | Henare Degan | 2012-02-16 | -17/+4 |
| | | | ||||
| * | | Make public authority home page links work. Fixes #271 | Henare Degan | 2012-02-16 | -1/+12 |
| | | | ||||
| * | | Add some tests for the public body home page calculation | Henare Degan | 2012-02-16 | -0/+22 |
| |/ | ||||
* / | Display issue on request lists | Robin Houston | 2012-02-16 | -2/+3 |
|/ | | | | http://cl.ly/2w3B2u3o2T1d3u2a0p1o | |||
* | Set a "Content-Disposition: attachment" header when downloading files. ↵ | Seb Bacon | 2012-02-15 | -2/+11 |
| | | | | Closes #428 | |||
* | Position and size the logo correctly mk2 | Seb Bacon | 2012-02-13 | -0/+0 |
| | ||||
* | Position and size the logo correctly | Seb Bacon | 2012-02-13 | -0/+0 |
| | ||||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Seb Bacon | 2012-02-13 | -6/+37 |
|\ | ||||
| * | Update commonlib | Robin Houston | 2012-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 develop | Robin Houston | 2012-02-10 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: public/stylesheets/print.css | |||
| | * | The .not-for-print rule needs to be !IMPORTANT | Robin Houston | 2012-02-10 | -1/+1 |
| | | | ||||
| | * | Generic class for hiding things from print | Robin Houston | 2012-02-10 | -1/+6 |
| | | | ||||
| * | | Merge branch 'wdtk' into develop | Robin Houston | 2012-02-10 | -0/+0 |
| |\| | ||||
| | * | Upgrade commonlib | Robin Houston | 2012-02-10 | -0/+0 |
| | | | | | | | | | | | | because we want the new version of the survey module. | |||
| * | | Trailing whitespace | Robin Houston | 2012-02-10 | -1/+1 |
| | | | ||||
| * | | Merge branch 'wdtk' into develop | Robin Houston | 2012-02-10 | -0/+0 |
| |\| |