Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update commonlib to get restoration of memory after external command | Louise Crow | 2015-04-02 | -0/+0 |
| | ||||
* | Update to latest version of commonlib | Louise Crow | 2015-03-24 | -0/+0 |
| | ||||
* | Update commonlib to get changes for simpler external process handling | Louise Crow | 2015-03-23 | -0/+0 |
| | ||||
* | Update commonlib | Gareth Rees | 2014-08-13 | -0/+0 |
| | ||||
* | Update commonlib | Gareth Rees | 2014-08-08 | -0/+0 |
| | ||||
* | Update commonlib | Gareth Rees | 2014-04-09 | -0/+0 |
| | ||||
* | Use new version of commonlib | Louise Crow | 2014-01-23 | -0/+0 |
| | ||||
* | Update commonlib for the Unicode-aware case checking update | Mark Longair | 2014-01-09 | -0/+0 |
| | ||||
* | Make 'rake themes:install' safer for developers | Mark Longair | 2013-12-06 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the themes:install rake task would remove the existing theme with 'rm -rf' and re-clone the theme into place. This is unfortunate for a developer who has been making changes to a theme and then runs the rails-post-deploy script, since it calls the themes:install task which will wipe out those changes. In addition, when installing themes it would deliberately remove the .git directory of the theme, so if you do want to work in that theme you'd have to reinitialize the theme directory to be a git repository again. This commit changes the task so that now: - If a theme directory is present but it isn't a git repository, it's moved out of the way. - If there's no theme directory at the expected location after that step, the theme repository is cloned into place - The task ensures that the origin remote points to the theme's URL, and fetches from that remote. - If there are any uncommitted changes in the theme repository or the current commit appears not to have been pushed, the task exits with a helpful error. - The preferred branch or tag is checked out in the theme repository as before. (The uninstall, install and post_install hooks are run as before.) This shouldn't make a difference to deployed instances of Alaveteli but will be helpful for developers who want to work on developing a theme. Fixes #1111. | |||
* | Update commonlib to include Alaveteli support in install-site.sh | Mark Longair | 2013-11-19 | -0/+0 |
| | ||||
* | Switch to unidecoder gem | Louise Crow | 2013-10-21 | -0/+0 |
| | | | | | More maintained version has bugfixes for issue described in #1143. Closes #1143. | |||
* | Update commonlib to get fix for ↵ | Louise Crow | 2013-07-29 | -0/+0 |
| | | | | https://github.com/mysociety/alaveteli/issues/282 and https://github.com/opennorth/alaveteli/issues/2. Note, this will not fix https://github.com/mysociety/alaveteli/issues/902, which would require a change in request title validation in https://github.com/mysociety/alaveteli/blob/rails-3-develop/app/models/info_request.rb#L34. | |||
* | New version of commonlib | Louise Crow | 2013-07-25 | -0/+0 |
| | ||||
* | Update commonlib. | Louise Crow | 2013-07-24 | -0/+0 |
| | ||||
* | Update commonlib to get fix for email addresses with spaces in them being ↵ | Louise Crow | 2013-06-10 | -0/+0 |
| | | | | considered valid. | |||
* | Merge remote-tracking branch 'origin/hotfix/0.9.0.3' into rails-3-develop | Louise Crow | 2013-05-16 | -0/+0 |
|\ | | | | | | | | | | | | | Conflicts: Rakefile app/models/contact_mailer.rb spec/models/contact_mailer_spec.rb | |||
| * | Latest version of commonlib - I don't think the require of ↵hotfix/0.9.0.3 | Louise Crow | 2013-05-16 | -0/+0 |
| | | | | | | | | 'spec/rake/spectask' is needed, and causes problems in production. | |||
| * | Update commonlib to get memory allocation flag for ExternalCommand | Louise Crow | 2013-05-16 | -0/+0 |
|/ | ||||
* | Update commonlib to get ↵hotfix/0.9.0.1 | Louise Crow | 2013-05-01 | -0/+0 |
| | | | | https://github.com/mysociety/commonlib/commit/735dbe574c63650e5d086eea9f7ad57bbd76927f, which should allow non-ascii config variable values. | |||
* | New version of commonlib. | Louise Crow | 2012-11-29 | -0/+0 |
| | ||||
* | Updated version of commonlib. | Louise Crow | 2012-10-10 | -0/+0 |
| | ||||
* | Time out pdftohtml after 30 seconds | Robin Houston | 2012-08-01 | -0/+0 |
| | | | | | | | | We have a PDF document that appears to send pdftohtml into a loop where it creates millions of tiny PDF files and consumes ever-increasing amounts of memory. (This document: http://www.whatdotheyknow.com/request/119267/response/296719/attach/5/Document%203.pdf) | |||
* | latest version of commonlib | Seb Bacon | 2012-05-23 | -0/+0 |
| | ||||
* | Bring commonlib up to date to get new yaml2sh functionality | Seb Bacon | 2012-05-23 | -0/+0 |
| | ||||
* | 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. | |||
* | Upgrade commonlib | Robin Houston | 2012-02-10 | -0/+0 |
| | | | | because we want the new version of the survey module. | |||
* | Update commonlib to avoid a possible hang | Robin Houston | 2012-01-23 | -0/+0 |
| | ||||
* | Update commonlib to fix #357 | Robin Houston | 2012-01-20 | -0/+0 |
| | ||||
* | Upgrade commonlib | Robin Houston | 2012-01-17 | -0/+0 |
| | | | | Because we want the new version of external_command.rb | |||
* | Merge branch 'develop' of git@github.com:sebbacon/alaveteli into develop | Robin Houston | 2011-09-08 | -0/+0 |
| | | | | | Conflicts: app/models/request_mailer.rb | |||
* | Update commonlib | Robin Houston | 2011-07-13 | -0/+0 |
| | ||||
* | Upgrade commonlib | Robin Houston | 2011-07-08 | -0/+0 |
| | ||||
* | Update commonlib | Robin Houston | 2011-07-08 | -0/+0 |
| | ||||
* | Update commonlib | Robin Houston | 2011-07-08 | -0/+0 |
| | ||||
* | Change the config file to YAML, rather than PHP. | Robin Houston | 2011-07-08 | -0/+0 |
| | ||||
* | Latest version of commonlib. | Louise Crow | 2011-03-28 | -0/+0 |
| | ||||
* | Second attempt at commonlib update. | Louise Crow | 2011-03-25 | -0/+0 |
| | ||||
* | New version of commonlib | Louise Crow | 2011-03-25 | -0/+0 |
| | ||||
* | Missing commonlib checkout. | Louise Crow | 2011-03-25 | -0/+0 |
| | ||||
* | use commonlib submodule from master branch | Seb Bacon | 2011-03-09 | -0/+0 |
| | ||||
* | Latest commonlib | Louise Crow | 2011-02-24 | -0/+0 |
| | ||||
* | Wrong commit id for commonlib submodule | Louise Crow | 2011-02-24 | -0/+0 |
| | ||||
* | New version of commonlib. | Louise Crow | 2011-02-24 | -0/+0 |
| | ||||
* | New version of commonlib | Louise Crow | 2011-02-24 | -0/+0 |
| | ||||
* | New version of commonlib. | Louise Crow | 2011-02-23 | -0/+0 |
| | ||||
* | New version of commonlib | Louise Crow | 2011-02-23 | -0/+0 |
| | ||||
* | New version of commonlib | Louise Crow | 2010-10-01 | -0/+0 |
| | ||||
* | Moved tests for commonlib/rblib functions to commonlib/rblib/tests. Added ↵ | Louise Crow | 2010-10-01 | -0/+0 |
| | | | | that as a dependency for rake spec. | |||
* | New commonlib | Francis Irving | 2010-09-03 | -0/+0 |
| | ||||
* | Use latest version | Francis Irving | 2010-08-07 | -0/+0 |
| |