| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
It's also used in the web interface and needs to be escaped there.
|
|\
| |
| |
| | |
ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
|
| |\ |
|
| | |
| | |
| | |
| | | |
Better to translate the full string
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | | |
Use the same msgids so that translators only have
to translate one thing.
|
| |/ |
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Include URL and error in notification and log.
|
| |
| |
| |
| |
| | |
Although many times of errors are caught, the case where a connection
is made but no reply is received resulted in an uncaught Timeout::Error.
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | | |
This sanitises non utf-8 params before they're processed by Rails.
|
|\ \ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Issue some security-related headers by default.
|
| | | |
| | | |
| | | |
| | | | |
This prevents browsers from storing and filling passwords.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
'openaustralia_github/remove-web-analytics-section' into rails-3-develop
|
| | | | | |
|
|/| | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Only return 3 similar requests to prevent the suggestions swamping the
page
|
| | | | |
| | | | |
| | | | |
| | | | | |
Use the per_page parameter to limit the results returned
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Only render the request_search_ahead_results div when a search has been
made.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
No point trying to render the results if there aren’t any to render
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Each instead of for
Unless instead of if !
.any? instead of size > 0
Line length
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Action now supports the `request_from` param as per the Xapian filtering
system to filter search typeaheads by public body
|
|\ \ \ \ \ |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
7a3b462f41321034cbdd2c83707f739a442e83c6.
The string with the unsubstituted variable pattern was being made
available for translation, instead of the translatable version.
|
| | | | | | |
|
| |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
|\ \ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It's required in [PublicBody#type_of_authority]( https://github.com/mysociety/alaveteli/blob/rails-3-develop/app/models/public_body.rb#L343-L347)
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
They'll result in changed behaviour if people don't act. Also, make
clearer what the previous default for INCOMING_EMAIL_PREFIX.
|
| | |\ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Now that the form submits to a URL containing the parent object’s id
these are no longer required
See:
- 259a0fd588e198d2a826ef4ac09284c610005387
- d5c7e08d58dc5ad52f16eccd9c456543503e4360
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Easier to check against the assigned variable, but the spec still fails
because an internal error is raised if the rule is not associated with
a User or InfoRequest
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Use resource-oriented form style, building against the censor rule
instance created in the controller
- Use the URL assigned by the controller based on what the censor rule
is being created against
- Use the new route for the buttons directing the admin to the form
- Use consistent styling for button labelling
- Use each instead of for
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Add linebreaks to break up sections
- Remove unused parentheses
- Use unless instead of if !
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Direct the (re-rendered) form at the correct route for the association
(or use the generic route if the rule is being created for some other
reason)
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Build the CensorRule against the object that is found by an additional
parameter (either :info_request_id or :user_id)
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Direct the form at the correct route for the association (or use the
generic route if the rule is being created for some other reason)
|