aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Use generated URLs in help pages - then they're accessible to routing ↵Louise Crow2012-11-28-85/+85
| | | | filters etc.
* Merge branch 'feature/no-default-locale-in-routes' into developLouise Crow2012-11-28-1/+8
|\
| * Add a configuration option to specify that you don't want the default locale ↵Louise Crow2012-11-28-1/+8
|/ | | | to appear in URLs generated by the application.
* Symlink aliases file if created according to doc/INSTALL-exim4.mdLouise Crow2012-11-27-0/+1
|
* Update Rakefile to reflect rollback to rake 0.8.7Louise Crow2012-11-27-1/+0
|
* Try standardizing on a single version of rake that should already be ↵Louise Crow2012-11-27-4/+4
| | | | installed to prevent bundler needing to install it, triggering the associated bug (https://github.com/carlhuda/bundler/pull/2187) on a fresh install.
* Merge remote-tracking branch ↵Louise Crow2012-11-26-2/+0
|\ | | | | | | 'openaustralia_github/admin_stats_graph_axis_scales' into develop
| * Make scales of axes on admin stats graphs to be set by the data rather than ↵Matthew Landauer2012-11-25-2/+0
| | | | | | | | hardcoded
* | Merge remote-tracking branch 'henare_github/simple-date-time-zone' into developLouise Crow2012-11-22-1/+15
|\ \
| * | Fix regression by allowing Date objects tooHenare Degan2012-11-21-1/+7
| | |
| * | Make simple_date respect the time zoneHenare Degan2012-11-18-1/+9
| | |
* | | Use new function that copies existing xapian index in spec setup where a ↵Louise Crow2012-11-21-67/+67
| | | | | | | | | | | | clean copy of the xapian index with fixtures loaded is required.
* | | Add function to clone a clean copy of the xapian index with fixtures loaded ↵Louise Crow2012-11-21-18/+38
| | | | | | | | | | | | into it.
* | | Allow Xapian db_path to be set directly.Louise Crow2012-11-21-44/+47
| |/ |/|
* | Restore explanatory messages when asked to sign in for actions that don't ↵Louise Crow2012-11-20-18/+34
| | | | | | | | require an existing user. Fixes #719.
* | 3093f5d97d89dfa3518babe00d3aefea9cde15ad contained a reversion for WDTK - ↵Louise Crow2012-11-20-2/+9
| | | | | | | | where due to the proxied admin interface, we can't rely on a shared session between front end and admin interface requests. So show the admin bar for all superusers.
* | Merge remote-tracking branch 'origin/feature/isolate-mail-handling' into developLouise Crow2012-11-20-171/+284
|\ \
| * | Bugfix - need to convert to string in the just email address case.Louise Crow2012-11-15-1/+1
| | |
| * | Wrap address parsing in a address_from_string method in the mail handler.Louise Crow2012-11-15-7/+51
| | |
| * | Move address_from_name_and_email to mail handler.Louise Crow2012-11-15-24/+33
| | |
| * | Update comment to refer to mail_handler/[t]mail_extensions.rbLouise Crow2012-11-15-3/+3
| | |
| * | Move _get_file_part_name to mail handler.Louise Crow2012-11-15-13/+20
| | |
| * | Add some extra accessors to Mail::Message for nowLouise Crow2012-11-15-0/+8
| | |
| * | Move handling of TNEF mail attachments to mail handlerLouise Crow2012-11-15-42/+57
| | |
| * | Use mail handler in request mailer spec.Louise Crow2012-11-15-1/+1
| | |
| * | Use mail handler in handle-mail-replies.rbLouise Crow2012-11-15-6/+8
| | |
| * | Use mail handler in translation task.Louise Crow2012-11-15-2/+2
| | |
| * | Move TMail extensions to mail handler.Louise Crow2012-11-15-55/+38
| | |
| * | Use mail handler for making mail objects of attached emails. Add a flag to ↵Louise Crow2012-11-15-5/+6
| | | | | | | | | | | | use base64 decoding or not. Note that currently the Mail-based backend doesn't use it - I think that eventually we'll want to have the mail handler wrap the mail object with it's own interface.
| * | Use the mail handler to get a mail object.Louise Crow2012-11-15-4/+3
| | |
| * | Use mail handler method to get mail object from raw data when redelivering a ↵Louise Crow2012-11-15-2/+1
| | | | | | | | | | | | mail from the admin interface.
| * | Don't load raw emails data in specs that don't use it.Louise Crow2012-11-15-18/+0
| | |
| * | Factor out method for getting a mail object from a fixture file.Louise Crow2012-11-15-14/+11
| | |
| * | Use mailhandler method in incoming message specs.Louise Crow2012-11-15-10/+5
| | |
| * | Move generation of mail object from incoming message to mail handler.Louise Crow2012-11-15-9/+2
| | |
| * | Make mail a required gem under Ruby 1.9Louise Crow2012-11-15-0/+3
| | |
| * | Add methods for both backends to generate a mail object from raw data.Louise Crow2012-11-15-0/+17
| | |
| * | Move TMail monkey patch to MailHandler Tmail backend.Louise Crow2012-11-15-8/+25
| | |
| * | First skeletal version of separate mail handling library.Louise Crow2012-11-15-0/+42
| | |
* | | Remove old code.Louise Crow2012-11-20-10/+2
| | |
* | | Merge remote-tracking branch 'stefan_github/develop' into developLouise Crow2012-11-20-4/+11
|\ \ \
| * | | The used sql syntax is not supported by sqlite. Now db:migrate works with ↵Stefan Langenmaier2012-11-19-4/+11
| | |/ | |/| | | | | | | sqlite.
* | | Merge remote-tracking branch 'bbqsrc_github/develop' into developLouise Crow2012-11-19-2/+1
|\ \ \
| * | | Columns in wrong order in requestBrendan Molloy2012-11-17-2/+1
| |/ / | | | | | | We're making the theme more responsive for openaustralia/alaveteli, and this is one of the blockers. This has no effect on the actual appearance of the page and requires no changes to CSS.
* | | Merge remote-tracking branch 'openaustralia_github/style_error_pages_fix' ↵Louise Crow2012-11-19-7/+4
|\ \ \ | | | | | | | | | | | | into develop
| * | | Fix styling of error page with current themesMatthew Landauer2012-11-16-7/+4
| | | |
* | | | Merge remote-tracking branch 'henare_github/remove-dos' into developLouise Crow2012-11-19-8/+0
|\ \ \ \
| * | | | Remove debugging action that could easily DOS a serverHenare Degan2012-11-18-8/+0
| | |/ / | |/| |
* / | | Handle a request for json on a an external request - return the user_name ↵Louise Crow2012-11-19-1/+5
|/ / / | | | | | | | | | attribute instead of a full user model. Fixes #715.
* | | Fix for reference to nil object. Fixes ↵Louise Crow2012-11-15-12/+12
| | | | | | | | | | | | https://github.com/mysociety/alaveteli/issues/705.