Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'hotfix/0.16.0.7' into rails-3-develop | Louise Crow | 2014-02-19 | -28/+28 |
|\ | ||||
| * | Upgrade to latest version of Rails0.16.0.7hotfix/0.16.0.7 | Louise Crow | 2014-02-19 | -28/+28 |
| | | ||||
* | | Merge remote-tracking branch ↵ | Louise Crow | 2014-02-18 | -3/+9 |
|\ \ | | | | | | | | | | 'opennewzealand_github/feature/translate-view-email' into rails-3-develop | |||
| * | | Translate title | Rowan Crawford | 2014-02-10 | -1/+1 |
| | | | ||||
| * | | Translate "make a new FOI request" in view email | Rowan Crawford | 2014-02-10 | -2/+8 |
| |/ | ||||
* | | Merge branch 'feature/https-fixes' into rails-3-develop | Louise Crow | 2014-02-17 | -10/+11 |
|\ \ | ||||
| * | | Use HTTPS Google docs viewer where using HTTPS for alaveteli | Louise Crow | 2014-02-17 | -1/+2 |
| | | | ||||
| * | | Make all WDTK references use HTTPS. | Matthew Somerville | 2014-01-30 | -9/+9 |
| | | | ||||
* | | | Remove an obsolete string | Mark Longair | 2014-01-31 | -5/+2 |
| | | | ||||
* | | | Remove fuzzy strings from en_UG/app.po as well | Mark Longair | 2014-01-30 | -57/+29 |
| | | | ||||
* | | | Remove fuzzy strings from the .po files | Mark Longair | 2014-01-30 | -3420/+1656 |
| | | | | | | | | | | | | | | | | | | Done by re-pulling from Transifex and running: bundle exec rake gettext:clean | |||
* | | | Update the .pot and .po files | Mark Longair | 2014-01-30 | -393/+13588 |
| | | | | | | | | | | | | | | | | | | | | | These were updated with: bundle exec rake gettext:store_model_attributes bundle exec rake gettext:find | |||
* | | | Update translations after pulling from Transfix + cleaning | Mark Longair | 2014-01-30 | -30/+30 |
|/ / | | | | | | | | | | | | | | | | | | | | | As suggested in the release manager's checklist, this commit introduces the results of re-pulling from transifex: tx pull -a -f ... and cleaning the .po files again: bundle exec rake gettext:clean | |||
* | | Merge branch 'feature/batch-requests' into rails-3-develop | Louise Crow | 2014-01-29 | -196/+1503 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: config/general.yml-example spec/factories.rb | |||
| * | | Fix typo | Louise Crow | 2014-01-28 | -1/+1 |
| | | | ||||
| * | | Preserve whitespace in strings for translation. | Louise Crow | 2014-01-28 | -7/+7 |
| | | | | | | | | | | | | | | | Otherwise they get marked as fuzzy in .po files and lose their existing translations. | |||
| * | | Specify sort on results to return in consistent order. | Louise Crow | 2014-01-28 | -1/+1 |
| | | | ||||
| * | | Send batch requests as a cron job. | Louise Crow | 2013-12-04 | -0/+54 |
| | | | ||||
| * | | Add a mailer method for sending a batch request notification | Louise Crow | 2013-12-04 | -0/+75 |
| | | | ||||
| * | | Show public body list when batch has not been sent. | Louise Crow | 2013-12-04 | -17/+53 |
| | | | ||||
| * | | Update notices for offline sending. | Louise Crow | 2013-12-04 | -25/+12 |
| | | | ||||
| * | | Simplify return value, set sent_at in create_batch! | Louise Crow | 2013-12-04 | -14/+43 |
| | | | ||||
| * | | Display batch requests for user on 'my requests' page | Louise Crow | 2013-12-04 | -2/+34 |
| | | | | | | | | | | | | This is the most rudimentary possible way to give them access to the batch request urls, pending #1239 | |||
| * | | Refactor specs to make adding batch changes easier. | Louise Crow | 2013-12-04 | -30/+63 |
| | | | ||||
| * | | Use public bodies not requests in find_existing | Louise Crow | 2013-12-04 | -10/+12 |
| | | | | | | | | | | | | The requests may not have been created at this point. | |||
| * | | Split the creation of a batch and the associated requests. | Louise Crow | 2013-12-04 | -32/+24 |
| | | | | | | | | | | | | We're going to want to actually create and send the requests later. | |||
| * | | Add association between batches and public bodies. | Louise Crow | 2013-12-04 | -0/+9 |
| | | | ||||
| * | | Add list of bodies batch request will be sent to. | Louise Crow | 2013-12-04 | -9/+54 |
| | | | ||||
| * | | Javascript enhancements. | Louise Crow | 2013-12-04 | -35/+156 |
| | | | | | | | | | | | | Add or remove all buttons, ajax search as you type. | |||
| * | | Raise limit on results to 1000. | Louise Crow | 2013-12-04 | -3/+3 |
| | | | | | | | | | | | | | | | Seems like you have to specify a limit with xapian. We'll probably want to document the limit somewhere on this page. | |||
| * | | Add the specific salutations to each request. | Louise Crow | 2013-12-04 | -25/+73 |
| | | | | | | | | | | | | | | | | | | Also, wrap model creation in a transaction and do the message sending separately - we may ultimately want to do this outside the request cycle. | |||
| * | | Move creation of batch to InfoRequestBatch. | Louise Crow | 2013-12-04 | -21/+28 |
| | | | ||||
| * | | Add a rudimentary view for an info request batch. | Louise Crow | 2013-12-04 | -2/+46 |
| | | | ||||
| * | | Notices for success and errors. | Louise Crow | 2013-12-04 | -23/+62 |
| | | | ||||
| * | | Add check for double submission. | Louise Crow | 2013-12-04 | -5/+95 |
| | | | ||||
| * | | Make method names for finding existing objects clearer | Louise Crow | 2013-12-04 | -12/+12 |
| | | | | | | | | | | | | | | | They're not finding by the existing object, they're finding an existing object. | |||
| * | | Simple code for the happy path | Louise Crow | 2013-12-04 | -19/+52 |
| | | | | | | | | | | | | | | | Create the batch and associate new requests with it, send the outgoing messages, and redirect to a page for the new batch. | |||
| * | | Use two bodies in specs. | Louise Crow | 2013-12-04 | -3/+5 |
| | | | ||||
| * | | Add InfoRequestBatch model. | Louise Crow | 2013-12-04 | -0/+74 |
| | | | | | | | | | | | | | | | Re-annotate models. Index InfoRequestBatches by user - we'll display the batches for a user when they view their own requests. | |||
| * | | Remove extra 'is invalid' error message. | Louise Crow | 2013-12-04 | -2/+4 |
| | | | | | | | | | | | | | | | | | | This duplicates what's done in the new action, but I can't currently think of a way of sharing functionality that doesn't seem overly complex and/or risky. | |||
| * | | Handle a banned user making batch requests. | Louise Crow | 2013-12-04 | -1/+20 |
| | | | ||||
| * | | Factor out common params for clarity. | Louise Crow | 2013-12-04 | -18/+11 |
| | | | ||||
| * | | Batch users don't have a daily limit. | Louise Crow | 2013-12-04 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | It doesn't make logical sense that they would. However I am preserving the ability to make batch requests as a separate thing from not having a daily limit - I think batch sending requires a (perhaps marginally) bigger level of trust. | |||
| * | | Add some specs for existing exceeded_limit? behaviour | Louise Crow | 2013-12-04 | -0/+24 |
| | | | ||||
| * | | Pass public bodies list through forms. | Louise Crow | 2013-12-04 | -3/+14 |
| | | | ||||
| * | | Require at least one public body in the params. | Louise Crow | 2013-12-04 | -5/+13 |
| | | | ||||
| * | | Create template and outgoing message | Louise Crow | 2013-12-04 | -23/+102 |
| | | | | | | | | | | | | | | | Add validation, preview as in single request creation. Add comments noting further work to be done in this action. | |||
| * | | Isolate code for preparing to display the compose interface. | Louise Crow | 2013-12-04 | -51/+67 |
| | | | | | | | | | | | | Reuse it for the batch request page. | |||
| * | | Create a placeholder salutation for a batch request template. | Louise Crow | 2013-12-04 | -3/+17 |
| | | | ||||
| * | | Handle the application of censor rules to a batch request template. | Louise Crow | 2013-12-04 | -1/+10 |
| | | |