|
 |
 |
 |
|
| |
|
Recent Commits to alaveteli:master |
|
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/controllers/application_controller.rb
m app/controllers/general_controller.rb
m app/controllers/help_controller.rb
m app/controllers/public_body_controller.rb
m app/controllers/request_controller.rb
m app/controllers/track_controller.rb
m app/controllers/user_controller.rb
Add cache headers to various pages (in three categories: short, medium, and long).
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/controllers/request_controller.rb
m app/models/info_request.rb
Rescue NameErrors when attempting to load custom states (for the case where the file exists, but it's empty)
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m db/migrate/100_remove_redundant_raw_email_columns.rb
m spec/models/outgoing_mailer_spec.rb
m spec/spec_helper.rb
move load-email-fixtures-to-filesystem hack to global config, so that we don't need to remember to run it everywhere that the raw_emails fixture is used. At the same time, correct the migration that previously removed the data_binary column, as this is assumed for fixture loading. In a future iteration, we should probably stop abusing fixtures like this...
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m spec/controllers/request_controller_spec.rb
Remove redundant test (this change should be with commit dd58cd35e51c1b98228aae1aa930629e84b6a905)
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m config/environment.rb
+ config/initializers/session_store.rb
+ lib/whatdotheyknow/strip_empty_sessions.rb
+ spec/lib/whatdotheyknow/strip_empty_sessions_spec.rb
Merge branch 'empty_sessions' of https://github.com/dracos/alaveteli
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/controllers/request_controller.rb
m app/models/info_request.rb
m script/mailin
m spec/models/info_request_spec.rb
Merge branch 'master' of github.com:sebbacon/alaveteli
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/models/track_mailer.rb
Clarify alert logic in a comment
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/controllers/application_controller.rb
m config/general.yml-example
Add a flag to turn off logging memory usage, as (a) this is a debug setting, and (b) it's not cross-platform anyway (causes issues for people developing on OS X)
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/models/info_request.rb
Don't bother stripping whitespace when checking old requests: it's an expensive operation with a relatively small benefit.
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m script/mailin
Correct the mutt syntax, for sending notification mails about import errors.
Closes #90.
|
|
|
|
|
|
| |
|
 |
 |
 |
 |
 |