aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
|
* 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
* Add test for issues #191 and #192, and fix existing onesDavid Cabo2011-09-24-18/+28
|
* Import bodies even if name is the only known info. Fixes #192David Cabo2011-09-24-1/+1
|
* Fix null pointer exception when importing bodies with no email. Fixes #191David Cabo2011-09-24-1/+1
|
* Ignore wordpress in public folderDavid Cabo2011-09-24-0/+1
|
* Tidy up DOM for new request form, so can be themed betterDavid Cabo2011-09-23-20/+22
|
* Adjust slightly modal sign-in widthDavid Cabo2011-09-23-1/+1
|
* Remove invalid collate argument for public body searchesDavid Cabo2011-09-23-2/+29
| | | | The existing bug wasn't catched by the tests, because it only fails when running in dev: otherwise all the classes are loaded before the search is done, and acts_as_xapian can find the provided 'request_collapse' argument, even if the PublicBody class doesn't define it, since all the init options end up together in acts_as_xapian.
* Remove temporary patch, found a way of adding code from themes without new ↵David Cabo2011-09-23-14/+0
| | | | controller classes
* Fix wrong display logic in search page by matching if/end's correctly (had ↵David Cabo2011-09-22-192/+183
| | | | to fix block indentations on the way also)
* fixed a syntax errorFaton Selishta2011-09-21-0/+3
|
* Add div around successful sign-in modal message so it can be themedDavid Cabo2011-09-21-1/+3
|
* Note that PassengerMaxPoolSize should be set to a low number where there's ↵Seb Bacon2011-09-20-1/+7
| | | | small amounts of RAM. Closes #179.
* Merge release 0.3 (noop, I think)Seb Bacon2011-09-20-3/+6
|\
| * Mention new search features and upgrade instructionsSeb Bacon2011-08-31-0/+1
| |
| * Correct previously unfixed mergeSeb Bacon2011-08-31-4/+0
| |
| * new CHANGES fileSeb Bacon2011-08-30-0/+7
| |
* | Ugly hack to fix _() in production when themes define controllers (kind of)David Cabo2011-09-20-1/+15
| |
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2011-09-19-9/+372
|\ \