|
 |
 |
 |
|
| |
|
Recent Commits to alaveteli:master |
|
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m spec/models/info_request_spec.rb
test with state other than "requires_admin" (as that state sends emails and breaks other tests :()
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m spec/controllers/request_controller_spec.rb
don't test routing filters at same time as other tests
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m config/environment.rb
Explicitly set default locale when testing as well as in production
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m README.md
correct link to docs
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m spec/controllers/request_controller_spec.rb
fix "custom request states" request controller test
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/views/general/frontpage.rhtml
m app/views/request/_sidebar.rhtml
m app/views/request/list.rhtml
Make memcached caching observe language settings
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m config/environment.rb
for reasons that are as yet unclear, I18n.default_locale doesn't always delegate to FastGettext.default_available_locales; so we set it explicitly here, too
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m locale/de/app.po
m locale/fr/app.po
remove obselete msgids from de and fr translations
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m locale/app.pot
latest POT file
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m doc/TRANSLATE.md
Notes about how to find translatable strings.
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m locale/app.pot
+ locale/de/app.po
+ locale/fr/app.po
m locale/sr/app.po
+ locale/sr@latin/app.po
Update PO files from Transifex; remove obselete ids from POT file
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 + doc/TRANSLATE.md
some notes about transifex
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 + .tx/config
transifex config file
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 - doc/README_FOR_APP
Remove readme boilerplate
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/controllers/request_controller.rb
m app/models/info_request.rb
m spec/controllers/request_controller_spec.rb
m spec/models/customstates.rb
m spec/models/info_request_spec.rb
Refactor custom states loading (use class methods where appropriate, simplify main code at the cost (small) of test legibility)
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m spec/spec_helper.rb
override config for tests
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/controllers/request_controller.rb
m app/models/info_request.rb
m spec/models/info_request_spec.rb
ensure we don't load custom states from plugins when running tests
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m config/general.yml-example
m doc/INSTALL.md
update example YAML config file, and corresponding part of install doc
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m README.md
m app/controllers/admin_controller.rb
m app/controllers/admin_public_body_controller.rb
m app/controllers/application_controller.rb
m app/controllers/comment_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/request_game_controller.rb
m app/controllers/track_controller.rb
m app/controllers/user_controller.rb
m app/helpers/application_helper.rb
m app/helpers/link_to_helper.rb
m app/models/about_me_validator.rb
m app/models/application_mailer.rb
m app/models/change_email_validator.rb
m app/models/comment.rb
m app/models/contact_validator.rb
m app/models/info_request.rb
m app/models/info_request_event.rb
m app/models/outgoing_message.rb
m app/models/public_body.rb
m app/models/track_thing.rb
m app/models/user.rb
m app/models/user_mailer.rb
m app/views/admin_general/stats.rhtml
m app/views/comment/_comment_form.rhtml
m app/views/comment/_single_comment.rhtml
m app/views/comment/new.rhtml
m app/views/comment/preview.rhtml
m app/views/contact_mailer/message.rhtml
m app/views/contact_mailer/user_message.rhtml
m app/views/general/_before_body_end.rhtml
m app/views/general/_credits.rhtml
+ app/views/general/_custom_state_descriptions.rhtml
+ app/views/general/_custom_state_transitions_complete.rhtml
+ app/views/general/_custom_state_transitions_pending.rhtml
m app/views/general/_locale_switcher.rhtml
m app/views/general/_orglink.rhtml
m app/views/general/blog.rhtml
m app/views/general/exception_caught.rhtml
m app/views/general/frontpage.rhtml
m app/views/help/about.rhtml
m app/views/help/requesting.rhtml
m app/views/layouts/default.rhtml
+ app/views/outgoing_mailer/_followup_footer.rhtml
m app/views/outgoing_mailer/followup.rhtml
m app/views/outgoing_mailer/initial_request.rhtml
m app/views/public_body/_body_listing.rhtml
m app/views/public_body/_body_listing_single.rhtml
m app/views/public_body/list.rhtml
m app/views/public_body/show.rhtml
m app/views/public_body/view_email.rhtml
m app/views/public_body/view_email_captcha.rhtml
m app/views/request/_after_actions.rhtml
m app/views/request/_correspondence.rhtml
m app/views/request/_describe_state.rhtml
m app/views/request/_followup.rhtml
m app/views/request/_hidden_correspondence.rhtml
m app/views/request/_other_describe_state.rhtml
m app/views/request/_request_listing.rhtml
m app/views/request/_request_listing_short_via_event.rhtml
m app/views/request/_request_listing_single.rhtml
m app/views/request/_request_listing_via_event.rhtml
m app/views/request/_sidebar.rhtml
m app/views/request/_sidebar_request_listing.rhtml
m app/views/request/_view_html_prefix.rhtml
m app/views/request/details.rhtml
m app/views/request/followup_bad.rhtml
m app/views/request/followup_preview.rhtml
m app/views/request/hidden.rhtml
m app/views/request/list.rhtml
m app/views/request/new.rhtml
m app/views/request/new_bad_contact.rhtml
m app/views/request/new_please_describe.rhtml
m app/views/request/preview.rhtml
m app/views/request/show.rhtml
m app/views/request/show_response.rhtml
m app/views/request/similar.rhtml
m app/views/request/upload_response.rhtml
m app/views/request_game/play.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/requires_admin.rhtml
m app/views/request_mailer/stopped_responses.rhtml
m app/views/request_mailer/very_overdue_alert.rhtml
m app/views/track/_tracking_links.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/_user_listing_single.rhtml
m app/views/user/bad_token.rhtml
m app/views/user/banned.rhtml
m app/views/user/confirm.rhtml
m app/views/user/contact.rhtml
m app/views/user/no_cookies.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/sign.rhtml
m app/views/user/signchangeemail.rhtml
m app/views/user/signchangeemail_confirm.rhtml
m app/views/user/signchangepassword.rhtml
m app/views/user/signchangepassword_confirm.rhtml
m app/views/user/signchangepassword_send_confirm.rhtml
m app/views/user/wrong_user.rhtml
m app/views/user/wrong_user_unknown_email.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/environment.rb
+ config/general-example
m config/i18n-routes.yml
m config/routes.rb
m doc/INSTALL-exim4.md
m doc/INSTALL.md
+ doc/THEMES.md
m doc/todo.txt
+ lib/languages.rb
m lib/public_body_categories.rb
+ lib/public_body_categories_en.rb
m locale/app.pot
m locale/en/app.po
+ locale/model_attributes.rb
+ locale/sq/.giosavePIKAVV
+ locale/sq/app.po
+ locale/sr/.giosavePIKAVV
+ locale/sr/app.po
m public/images/rss.png
m public/images/twitter.png
m public/stylesheets/main.css
m spec/controllers/admin_public_body_controller_spec.rb
m spec/controllers/public_body_controller_spec.rb
m spec/controllers/request_controller_spec.rb
m spec/controllers/track_controller_spec.rb
m spec/controllers/user_controller_spec.rb
m spec/helpers/link_to_helper_spec.rb
+ spec/models/customstates.rb
m spec/models/info_request_spec.rb
m spec/spec_helper.rb
m spec/views/request/show.rhtml_spec.rb
+ vendor/gems/routing-filter-0.2.3/.specification
+ vendor/gems/routing-filter-0.2.3/Gemfile
+ vendor/gems/routing-filter-0.2.3/Gemfile.lock
+ vendor/gems/routing-filter-0.2.3/MIT-LICENSE
+ vendor/gems/routing-filter-0.2.3/README.markdown
+ vendor/gems/routing-filter-0.2.3/lib/routing-filter.rb
+ vendor/gems/routing-filter-0.2.3/lib/routing_filter.rb
+ vendor/gems/routing-filter-0.2.3/lib/routing_filter/adapters/rails_2.rb
+ vendor/gems/routing-filter-0.2.3/lib/routing_filter/adapters/rails_3.rb
+ vendor/gems/routing-filter-0.2.3/lib/routing_filter/chain.rb
+ vendor/gems/routing-filter-0.2.3/lib/routing_filter/filter.rb
+ vendor/gems/routing-filter-0.2.3/lib/routing_filter/filters/extension.rb
+ vendor/gems/routing-filter-0.2.3/lib/routing_filter/filters/locale.rb
+ vendor/gems/routing-filter-0.2.3/lib/routing_filter/filters/pagination.rb
+ vendor/gems/routing-filter-0.2.3/lib/routing_filter/filters/uuid.rb
+ vendor/gems/routing-filter-0.2.3/lib/routing_filter/version.rb
+ vendor/gems/routing-filter-0.2.3/test/all.rb
+ vendor/gems/routing-filter-0.2.3/test/blocks.rb
+ vendor/gems/routing-filter-0.2.3/test/filters/all_filters/generation.rb
+ vendor/gems/routing-filter-0.2.3/test/filters/all_filters/recognition.rb
+ vendor/gems/routing-filter-0.2.3/test/filters/all_filters_test.rb
+ vendor/gems/routing-filter-0.2.3/test/filters/extension_test.rb
+ vendor/gems/routing-filter-0.2.3/test/filters/locale_test.rb
+ vendor/gems/routing-filter-0.2.3/test/filters/pagination_test.rb
+ vendor/gems/routing-filter-0.2.3/test/filters/uuid_test.rb
+ vendor/gems/routing-filter-0.2.3/test/rails_test.rb
+ vendor/gems/routing-filter-0.2.3/test/routes_test.rb
+ vendor/gems/routing-filter-0.2.3/test/routing_filter_test.rb
+ vendor/gems/routing-filter-0.2.3/test/test_adapters/rails_2.rb
+ vendor/gems/routing-filter-0.2.3/test/test_adapters/rails_3.rb
+ vendor/gems/routing-filter-0.2.3/test/test_helper.rb
merge IZ/Kosovo fork and refactor
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m README.md
m doc/INSTALL-exim4.md
m doc/INSTALL.md
+ doc/THEMES.md
m doc/todo.txt
add basic themeing documentation, and put docs in own subdirectory
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/controllers/request_controller.rb
m app/models/info_request.rb
m spec/controllers/request_controller_spec.rb
+ spec/models/customstates.rb
m spec/models/info_request_spec.rb
Improve factoring out of custom states code (refactor a little, add tests)
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m spec/controllers/admin_public_body_controller_spec.rb
m spec/controllers/public_body_controller_spec.rb
m spec/controllers/request_controller_spec.rb
m spec/controllers/track_controller_spec.rb
m spec/controllers/user_controller_spec.rb
m spec/helpers/link_to_helper_spec.rb
m spec/spec_helper.rb
m spec/views/request/show.rhtml_spec.rb
m vendor/gems/routing-filter-0.2.3/lib/routing_filter/adapters/rails_2.rb
m vendor/gems/routing-filter-0.2.3/lib/routing_filter/filter.rb
m vendor/gems/routing-filter-0.2.3/lib/routing_filter/filters/locale.rb
changes to get tests to pass with IZ fork and new routing-filter gem
|
|
|
|
|
|
| |
|
 |
 |
 |
 |
 |