Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | themes:install: minor refactoring of checking out a ref | Mark Longair | 2013-05-24 | -5/+7 |
| | ||||
* | Rename Configuration class to avoid conflict with ActiveSupport::Configurable | Henare Degan | 2013-03-03 | -5/+5 |
| | ||||
* | Add optional branch to install themes from. Falls back if it doesn't exist. | Matthew Landauer | 2012-11-01 | -2/+10 |
| | ||||
* | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -5/+3 |
| | ||||
* | Simpler usage of git when trying to get usage tags for themes. Also for ↵ | Louise Crow | 2012-09-11 | -24/+34 |
| | | | | ALAVETELI_VERSIONS with more than 4 sequence elements (hotfixes), if we can't find an exactly matching usage tag, look for one matching the related minor release. This should prevent unexpected switching to HEAD for themes with no matching usage tag for that hotfix. | |||
* | Be more specific about the output from git remote-ls - anything except a ↵release/0.6.5 | Louise Crow | 2012-08-30 | -1/+1 |
| | | | | single commit hash and tag should cause us just to pull head. | |||
* | Be verbose for now to make any errors more obvious. | Louise Crow | 2012-08-30 | -1/+1 |
| | ||||
* | The exit-code flag to git ls-remote seems relatively recent. Check for a ↵ | Louise Crow | 2012-08-30 | -3/+3 |
| | | | | non-empty output from the tag query instead. | |||
* | Raise an error on a non-zero return code from the git pull command. | Louise Crow | 2012-08-29 | -0/+1 |
| | ||||
* | Handle absence of deprecated THEME_URL option. | Louise Crow | 2012-08-29 | -1/+2 |
| | ||||
* | Pass through verbose param, switch to false. | Louise Crow | 2012-08-29 | -4/+4 |
| | ||||
* | Move the installation of themes to a Rake task so that we can use the ↵ | Louise Crow | 2012-08-29 | -0/+85 |
ALAVETELI_VERSION constant to check for tags in themes that indicate compatibility with this version of the Alaveteli codebase. |