aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
| | | |
| * | | Add info on log file names to Exim4 setup guide. Fixes #246David Cabo2011-10-04-0/+5
| | | |
| * | | add font gzipping to example apache confSeb Bacon2011-10-03-1/+13
| | | |
| * | | don't include jquery twice (saves 89.4KiB download!)Seb Bacon2011-10-03-7/+7
| | | |
| * | | Ensure we only return true from alert-tracks process when we've actually ↵Seb Bacon2011-10-03-2/+10
| | | | | | | | | | | | | | | | done something. Fixes #247.
| * | | I18n title in public body pageDavid Cabo2011-10-03-1/+1
| | | |
| * | | Ensure I18n.available_locales is a list of symbols, not strings. Fixes #244David Cabo2011-10-02-1/+1
| | | |
| * | | Respect admin password and username. Fixes #245.Seb Bacon2011-09-30-8/+31
| | | |
| * | | Fix bad HTMLSeb Bacon2011-09-30-4/+5
| | | |
| * | | Updated de/es/fr translations from TransifexDavid Cabo2011-09-27-9377/+10103
| | | |
| * | | Rebuild .pot file with a couple extra stringsDavid Cabo2011-09-27-2564/+1903
| | | |
| * | | Fix wrong variable name, fixes #197David Cabo2011-09-27-1/+1
| | | |
| * | | Removed hardcoded number of days. Fixes #199David Cabo2011-09-26-2/+3
| | | |
| * | | Delete sample "about" page in fake SpanishDavid Cabo2011-09-26-10/+0
| | | |
| * | | Fix typoDavid Cabo2011-09-26-1/+1
| | | |
| * | | add some possibly helpful notes about exim configSeb Bacon2011-09-26-0/+6
| | | |
| * | | Correct bad syntax in sample apache confSeb Bacon2011-09-26-1/+2
| | | |
| * | | don't cause an error if script has been run before (due to trying to create ↵Seb Bacon2011-09-26-2/+5
| | | | | | | | | | | | | | | | existing symlink for downloads)
| * | | Fix duplicated route name. Fixes #198David Cabo2011-09-26-1/+1
| | | |
| * | | Add locale parameter to blog URL when fetching posts. Fixes #197David Cabo2011-09-26-5/+5
| | | |
| * | | Throw exception if body not found, 404 are handled on the ApplicationControllerDavid Cabo2011-09-26-9/+3
| | | |
| * | | Show 404 instead of error page when body can't be found. Fixes #196David Cabo2011-09-25-1/+4
| | | |
| * | | Handle localized urls when showing public body email. Fixes #195David Cabo2011-09-25-2/+6
| | | |
| * | | Reorder routes so view_email is not hidden. Fixes #194David Cabo2011-09-25-2/+1
| | | |
| * | | Add new div around public body requests for improved themingDavid Cabo2011-09-25-1/+3
| | | |
| * | | Wrap sentence with a span so it can be themedDavid Cabo2011-09-25-1/+3
| | | |
| * | | Check against default locale more robustly when importing public bodies. ↵David Cabo2011-09-24-3/+6
| | | | | | | | | | | | | | | | Fixes #193