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