Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | | | | | | Bump Alaveteli versionhotfix/0.20.0.5 | Louise Crow | 2015-01-30 | -1/+1 | |
| * | | | | | | | | | | | Latest translations from Transifex | Louise Crow | 2015-01-30 | -336/+4277 | |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'hotfix/0.20.0.4'0.20.0.4 | Gareth Rees | 2015-01-16 | -1/+205 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Bump ALAVETELI_VERSIONhotfix/0.20.0.4 | Gareth Rees | 2015-01-16 | -1/+1 | |
| * | | | | | | | | | | Add config/locales/rw.yml | Gareth Rees | 2015-01-16 | -0/+204 | |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'hotfix/0.20.0.3'0.20.0.3 | Gareth Rees | 2015-01-15 | -1960/+13960 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Bump ALAVETELI_VERSIONhotfix/0.20.0.3 | Gareth Rees | 2015-01-15 | -1/+1 | |
| * | | | | | | | | Update translations | Gareth Rees | 2015-01-15 | -1959/+13959 | |
|/ / / / / / / / | |||||
* | | | | | | | | Sanitize the blog contents0.20.0.2 | Louise Crow | 2014-12-22 | -3/+15 | |
* | | | | | | | | Sanitize the contents of HTML attachments before display | Louise Crow | 2014-12-22 | -0/+39 | |
* | | | | | | | | Fix unvalidated redirects | Gareth Rees | 2014-12-22 | -3/+3 | |
* | | | | | | | | Don't allow script execution from the cache directory | Louise Crow | 2014-12-19 | -0/+7 | |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Try to avoid n+1 queries, and multiple admin authority queries.0.20.0.1hotfix/0.20.0.1 | Louise Crow | 2014-12-18 | -2/+3 | |
* | | | | | | | Merge branch 'release/0.20'0.20.0.0 | Louise Crow | 2014-12-03 | -2107/+30364 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Don't translate validation messages for models created/edited in admin interfacerelease/0.20 | Louise Crow | 2014-12-02 | -771/+96 | |
| * | | | | | | Restore translations lost in 3a412f2ec2c8f8c0a0eb5000791165ab82e7a550 | Louise Crow | 2014-12-02 | -289/+730 | |
| * | | | | | | Latest translations from Transifex | Louise Crow | 2014-12-02 | -251/+228 | |
| * | | | | | | Fix for interpolation bug introduced in 7a3b462f41321034cbdd2c83707f739a442e8... | Louise Crow | 2014-12-01 | -1/+11 | |
| * | | | | | | Bump Alaveteli version | Louise Crow | 2014-12-01 | -1/+1 | |
| * | | | | | | Merge branch 'rails-3-develop' into release/0.20 | Louise Crow | 2014-12-01 | -0/+7 | |
| |\| | | | | | |||||
| | * | | | | | Merge branch '2000-validate-category-description' into rails-3-develop | Louise Crow | 2014-12-01 | -0/+7 | |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Validate the presence of the description. | Louise Crow | 2014-12-01 | -0/+7 | |
| * | | | | | | | Move up the config changes - they're important. | Louise Crow | 2014-12-01 | -3/+3 | |
| * | | | | | | | Merge branch 'rails-3-develop' into release/0.20 | Louise Crow | 2014-12-01 | -127/+4636 | |
| |\| | | | | | | |||||
| | * | | | | | | Merge branch '1965-censor-rule-creation-failure' into rails-3-develop | Louise Crow | 2014-12-01 | -23/+575 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | | * | | | | | Remove redundant hidden fields | Gareth Rees | 2014-12-01 | -2/+0 | |
| | | * | | | | | Use instance variable for CensorRule in #destroy | Gareth Rees | 2014-11-19 | -8/+10 | |
| | | * | | | | | Use new routes for creating censor rules | Gareth Rees | 2014-11-19 | -10/+10 | |
| | | * | | | | | Tidy AdminCensorRuleController#update | Gareth Rees | 2014-11-19 | -3/+7 | |
| | | * | | | | | Set the form URL to POST to in #create | Gareth Rees | 2014-11-19 | -0/+20 | |
| | | * | | | | | Associate censor rule with something in #create | Gareth Rees | 2014-11-19 | -2/+65 | |
| | | * | | | | | Set the form URL to POST to in #new | Gareth Rees | 2014-11-19 | -0/+21 | |
| | | * | | | | | Add extra censor rule routes | Gareth Rees | 2014-11-19 | -0/+18 | |
| | | * | | | | | Associate censor rule with something in #new | Gareth Rees | 2014-11-19 | -0/+14 | |
| | | * | | | | | Initialize a new CensorRule in #new | Gareth Rees | 2014-11-19 | -0/+7 | |
| | | * | | | | | Specs for AdminCensorRuleController#update | Gareth Rees | 2014-11-19 | -0/+126 | |
| | | * | | | | | Specs for AdminCensorRuleController#create | Gareth Rees | 2014-11-19 | -0/+111 | |
| | | * | | | | | Specs for AdminCensorRuleController#destroy | Gareth Rees | 2014-11-18 | -0/+65 | |
| | | * | | | | | Specs for AdminCensorRuleController#edit | Gareth Rees | 2014-11-18 | -0/+23 | |
| | | * | | | | | Specs for AdminCensorRuleController#new | Gareth Rees | 2014-11-18 | -0/+48 | |
| | | * | | | | | Add CensorRule factories | Gareth Rees | 2014-11-18 | -0/+32 | |
| | * | | | | | | Merge branch 'clean-enRW' into rails-3-develop | Gareth Rees | 2014-11-27 | -1186/+361 | |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Manually correct spacing in en_RW msgid | Gareth Rees | 2014-11-27 | -2/+2 | |
| | | * | | | | | | Clean en_RW/app.po | Gareth Rees | 2014-11-27 | -1186/+361 | |
| | * | | | | | | | Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/ala... | Louise Crow | 2014-11-27 | -38/+4738 | |
| | |\| | | | | | | |||||
| | | * | | | | | | Merge branch 'add-en_RW' into rails-3-develop | Gareth Rees | 2014-11-26 | -0/+4691 | |
| | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | Add Rwandan English translation file. | Louise Crow | 2014-11-26 | -0/+4691 | |
| | | * | | | | | | | Don't comment out example configuration | Gareth Rees | 2014-11-25 | -1/+2 | |
| | | * | | | | | | | Merge branch '1975-destroy-pbc-heading-msg' into rails-3-develop | Gareth Rees | 2014-11-20 | -37/+43 | |
| | | |\ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | Add JS confirmation for deleting heading/category | Gareth Rees | 2014-11-20 | -2/+4 |