Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Support legacy theme technique for backwards compatibility, and update the ↵ | seb | 2011-11-21 | -20/+20 |
| | | | | theming docs | |||
* | Merge branch 'develop' into feature/refactor-css-seb | seb | 2011-11-21 | -996/+1905 |
|\ | ||||
| * | Username from users logged in as ADMIN_USERNAME should appear in ↵ | seb | 2011-11-21 | -1/+2 |
| | | | | | | | | administrative interface event logs. Fixes #287. | |||
| * | Add basic documentation about MTAs and mention potential rubygems annoyances | seb | 2011-11-21 | -0/+25 |
| | | ||||
| * | Fix occasional test failures due to two events happening in the same second ↵ | seb | 2011-11-21 | -3/+3 |
| | | | | | | | | being treated as one for the purposes of caching. Fixes #290. | |||
| * | I18nize strings | Faton Selishta | 2011-11-10 | -10/+10 |
| | | ||||
| * | Note other possible cause for elinks/asterisk error | Seb Bacon | 2011-11-08 | -0/+4 |
| | | ||||
| * | Update doc/CHANGES.md | Robin Houston | 2011-10-18 | -0/+3 |
| | | ||||
| * | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | David Cabo | 2011-10-13 | -617/+590 |
| |\ | ||||
| * \ | Merge branch 'release/0.4' into develop | David Cabo | 2011-10-13 | -13179/+14209 |
| |\ \ | ||||
| | * | | Don't abort check-recent-requests-sent if invalid exim line found. Fixes #269 | David Cabo | 2011-10-13 | -3/+3 |
| | | | | ||||
| | * | | Update exim4 setup instructions to make logs more verbose. Fixes #270 | David Cabo | 2011-10-13 | -2/+5 |
| | | | | ||||
| | * | | Add div and id in user profile page to allow theming | David Cabo | 2011-10-11 | -1/+4 |
| | | | | ||||
| | * | | Use Fixnums for Interlock ttl arguments for memcached compatibility. Fixes #202 | David Cabo | 2011-10-10 | -3/+3 |
| | | | | ||||
| | * | | Update Spanish translation from Transifex | David Cabo | 2011-10-09 | -21/+84 |
| | | | | ||||
| | * | | Update .pot to include latest I18n strings | David Cabo | 2011-10-09 | -21/+69 |
| | | | | ||||
| | * | | Uploaded new sq app.po file | valon | 2011-10-07 | -918/+1676 |
| | | | | ||||
| | * | | I18nize some strings | Faton Selishta | 2011-10-07 | -13/+14 |
| | | | | ||||
* | | | | Have the default theme installed be the Alaveteli theme | Seb Bacon | 2011-10-14 | -0/+118 |
| | | | | ||||
* | | | | Merge branch 'feature/refactor-css-seb' of github.com:sebbacon/alaveteli ↵ | Seb Bacon | 2011-10-14 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into feature/refactor-css-seb Conflicts: public/stylesheets/main.css public/stylesheets/theme.css | |||
| * | | | | First attempt to move colours, fonts etc into "theme.css" and keep the ↵ | Seb Bacon | 2011-10-05 | -85/+292 |
| | | | | | | | | | | | | | | | | | | | | main.css styles very plain. | |||
| * | | | | merge theme and main stylesheets into one | Seb Bacon | 2011-10-05 | -1064/+901 |
| | | | | | ||||
| * | | | | compress, tidy and normalise main stylesheets | Seb Bacon | 2011-10-05 | -1530/+1260 |
| | | | | | ||||
| * | | | | remove redundant selectors | Seb Bacon | 2011-10-05 | -296/+7 |
| | | | | | ||||
| * | | | | fix selector typo | Seb Bacon | 2011-10-05 | -1/+1 |
| | | | | | ||||
* | | | | | Change the mechanism by which we support themes. Fixes #203 | Seb Bacon | 2011-10-12 | -287/+27 |
| | | | | | ||||
* | | | | | First attempt to move colours, fonts etc into "theme.css" and keep the ↵ | Seb Bacon | 2011-10-12 | -85/+292 |
| | | | | | | | | | | | | | | | | | | | | main.css styles very plain. | |||
* | | | | | merge theme and main stylesheets into one | Seb Bacon | 2011-10-12 | -1064/+901 |
| | | | | | ||||
* | | | | | compress, tidy and normalise main stylesheets | Seb Bacon | 2011-10-12 | -1530/+1260 |
| | | | | | ||||
* | | | | | remove redundant selectors | Seb Bacon | 2011-10-12 | -296/+7 |
| | | | | | ||||
* | | | | | fix selector typo | Seb Bacon | 2011-10-12 | -1/+1 |
| |_|_|/ |/| | | | ||||
* | | | | Merge pull request #268 from jpmckinney/fix_fixtures_order | Seb Bacon | 2011-10-12 | -38/+38 |
|\ \ \ \ | | | | | | | | | | | Fix fixtures order | |||
| * | | | | fix fixtures order to avoid postgresql foreign key errors | James McKinney | 2011-10-11 | -38/+38 |
| | | | | | ||||
* | | | | | Merge pull request #261 from jpmckinney/ignore_db_schema | Robin Houston | 2011-10-11 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Ignore db/schema.rb | |||
| * | | | | | add db/schema.rb to db/.gitignore | James McKinney | 2011-10-11 | -0/+1 |
| |/ / / / | ||||
* | | | | | Merge pull request #262 from jpmckinney/fix_rails_gem_version | Robin Houston | 2011-10-11 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix RAILS_GEM_VERSION | |||
| * | | | | | RAILS_GEM_VERSION ought to match the version of Rails that is vendored, for ↵ | James McKinney | 2011-10-11 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | clarity | |||
* | | | | | Merge pull request #260 from jpmckinney/without_vendor_rails | Robin Houston | 2011-10-11 | -2/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Add a more correct check for vendored Rails | |||
| * | | | | | Add a more correct check for vendored Rails, and use non-vendored Rails' ↵ | James McKinney | 2011-10-11 | -2/+6 |
| |/ / / / | | | | | | | | | | | | | | | | gem_dependency.rb if not vendored | |||
* | | | | | Merge commit '7fc6b70' into develop | Robin Houston | 2011-10-11 | -1/+1 |
|\ \ \ \ \ | ||||
| * | | | | | remove warning: 'rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc ↵ | James McKinney | 2011-10-11 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 2.4.2+)' | |||
| * | | | | | Merge branch 'release/0.3'0.3 | Seb Bacon | 2011-09-16 | -285/+964 |
| |\ \ \ \ \ | ||||
* | \ \ \ \ \ | Merge pull request #265 from jpmckinney/incoming_messages_spec | Robin Houston | 2011-10-11 | -4/+16 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Test folded sections more and fix fixture ordering | |||
| * | | | | | | test folded sections and fix fixture ordering | James McKinney | 2011-10-11 | -4/+16 |
|/ / / / / / | ||||
* | | | | | | Improve signature folding regexp. Fixes issue #253. | Seb Bacon | 2011-10-11 | -12/+430 |
| | | | | | | ||||
* | | | | | | Document workaround for elinks/UTF8 encoding issues (see issue #128) | Seb Bacon | 2011-10-10 | -0/+13 |
| | | | | | | ||||
* | | | | | | Merge branch 'release/0.4' into develop | Seb Bacon | 2011-10-10 | -12252/+12406 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||
| * | | | | | Show sign-in pop-up in current locale. Fixes #250 | David Cabo | 2011-10-05 | -1/+1 |
| | | | | | | ||||
| * | | | | | I18nize a few extra strings in sign-in page | David Cabo | 2011-10-05 | -4/+4 |
| | | | | | | ||||
| * | | | | | Patch FastGettext to handle plural forms correctly. Fixes #248 | David Cabo | 2011-10-05 | -2/+6 |
| | | | | | |