|
 |
 |
 |
|
| |
|
Recent Commits to alaveteli:master |
|
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m config/crontab.ugly
m config/packages
+ script/compact-xapian-database
Compact database regularly. Fixes #127.
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/controllers/application_controller.rb
m app/controllers/general_controller.rb
m app/controllers/request_controller.rb
m app/controllers/request_game_controller.rb
m app/helpers/application_helper.rb
+ app/helpers/config_helper.rb
m app/models/application_mailer.rb
m app/models/incoming_message.rb
m app/models/track_mailer.rb
m app/models/track_thing.rb
m app/models/user_mailer.rb
m app/views/comment/new.rhtml
m app/views/contact_mailer/message.rhtml
m app/views/contact_mailer/user_message.rhtml
m app/views/general/search.rhtml
m app/views/layouts/admin.rhtml
m app/views/public_body/view_email.rhtml
m app/views/request/details.rhtml
m app/views/request/show.rhtml
m app/views/request_mailer/comment_on_alert.rhtml
m app/views/request_mailer/comment_on_alert_plural.rhtml
m app/views/request_mailer/new_response.rhtml
m app/views/request_mailer/new_response_reminder_alert.rhtml
m app/views/request_mailer/not_clarified_alert.rhtml
m app/views/request_mailer/old_unclassified_updated.rhtml
m app/views/request_mailer/overdue_alert.rhtml
m app/views/request_mailer/stopped_responses.rhtml
m app/views/request_mailer/very_overdue_alert.rhtml
m app/views/track_mailer/event_digest.rhtml
m app/views/user/_signin.rhtml
m app/views/user/_signup.rhtml
m app/views/user/set_crop_profile_photo.rhtml
m app/views/user/set_draft_profile_photo.rhtml
m app/views/user/set_profile_about_me.rhtml
m app/views/user/show.rhtml
m app/views/user/signchangeemail.rhtml
m app/views/user_mailer/already_registered.rhtml
m app/views/user_mailer/changeemail_already_used.rhtml
m app/views/user_mailer/changeemail_confirm.rhtml
m app/views/user_mailer/confirm_login.rhtml
m config/alert-tracks-debian.ugly
m spec/controllers/user_controller_spec.rb
I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable substitution in gettext strings.
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m config/initializers/fast_gettext.rb
disable FastText warnings about fuzzy/obsolete strings, at least temporarily
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/models/track_thing.rb
m app/views/public_body/_body_listing_single.rhtml
m app/views/public_body/show.rhtml
I18n'ize some more strings in views
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/models/info_request_event.rb
Index all available locales for requested_from field (fixes #126)
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m locale/es/app.po
translate localized strings to Spanish
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/models/public_body.rb
+ spec/fixtures/files/fake-authority-type-with-field-names.csv
m spec/models/public_body_spec.rb
Handle optional field list on CSV import, needed for enabling multiple locales
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/controllers/admin_public_body_controller.rb
m app/models/public_body.rb
m spec/fixtures/files/fake-authority-type-with-field-names.csv
m spec/models/public_body_spec.rb
Create public bodies in multiple locales when importing from CSV
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m locale/app.pot
m locale/de/app.po
m locale/en/app.po
m locale/es/app.po
m locale/fr/app.po
m locale/model_attributes.rb
m locale/sq/app.po
m locale/sr/app.po
m locale/sr@latin/app.po
update .pot file to reflect new localized strings
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/controllers/admin_request_controller.rb
m spec/controllers/admin_request_controller_spec.rb
Show the rejected reason for the incoming message in question, not the most recent rejected reason for the info request in question. Fixes #129.
|
|
|
|
|
|
| |
|
 |
 |
 |
 |
 |