| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
| |
Now that we use global CSRF authenticity checks, searches were logging
logged-in users out as the form is an HTML form, not a Rails-generated
form with a CSRF token. So form submission raised an InvalidAuthenticityToken
error and reset their session. We could generate the form in Rails, but we
also want to minimise the number of non-logged in people who have a
session cookie, so that varnish can cache pages extensively. So we don't
want to put the CSRF token for the search form in everyone's session.
|
|
|
|
|
| |
When we know the intent is to make a new request, make it possible to do
straight from the list of authorities.
|
|\
| |
| |
| |
| | |
Conflicts:
config/initializers/alaveteli.rb
|
| |
| |
| |
| |
| |
| |
| | |
The pages for these search results are extremely slow to load. This
is not an ideal solution by any means. Really we want to dig into why
high offsets are so slow, and whether there's anything we can do to
fix that.
|
|\ \ |
|
| | | |
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| | |
|
|/ |
|
|
|
|
|
|
|
| |
User testing highlighted that it was easy to mistake "View Requests" for
a Facebook-style wall rather than the list of all requests. [1]
[1] https://github.com/mysociety/alaveteli/issues/1505
|
|
|
|
| |
Fixes bug introduced in 039fb5cc0f2965346ef23a4ba1b9d20f6cf73805
|
|\ |
|
| |
| |
| |
| |
| | |
In user testing no one clicked "Start Now" to make a request. All users clicked
"Make a Request" in the main nav, so lets try that here.
|
| | |
|
|/
|
| |
Originally implemented in 67a8be372ffcbe943ce33c2e55c9a560588ef6fe but lost over time.
|
| |
|
|
|
|
|
|
| |
Conflicts:
app/assets/stylesheets/responsive/_utils.css
|
|
|
|
|
|
| |
As described in http://jakearchibald.github.io/sass-ie/
Set the width of various layout elements for older IE versions.
Add padding between columns in ems not rems for IE8
|
| |
|
|
|
|
| |
These make markup changes required by the responsive styling.
|
|
|
|
| |
Should make the styling more straightforward.
|
|
|
|
|
|
|
| |
'right_column' appears after content it will be to the right hand side
of on other pages. It doesn't matter to the current stylesheet, which
floats it anyway, but is easier to handle in responsive css if the
markup is consistent.
|
|
|
|
|
|
| |
http://rubygems.org/gems/fancybox-rails
Provides better asset pipeline integration.
|
|
|
|
| |
The InfoRequest is always the one associated with the event.
|
|
|
|
|
|
| |
The Welsh translations of some of these words contain single quotes;
escape them in the view so that the Javascript doesn't contain
syntax errors.
|
|\ |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
rails-3-develop
Conflicts:
Gemfile.lock
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
feature/switch-to-asset-pipeline
Conflicts:
Gemfile.lock
app/assets/images/admin-theme/ui-bg_flat_0_aaaaaa_40x100.png
app/assets/images/admin-theme/ui-bg_flat_55_fbf9ee_40x100.png
app/assets/images/admin-theme/ui-bg_flat_65_ffffff_40x100.png
app/assets/images/admin-theme/ui-bg_flat_75_cccccc_40x100.png
app/assets/images/admin-theme/ui-bg_flat_75_dadada_40x100.png
app/assets/images/admin-theme/ui-bg_flat_75_e6e6e6_40x100.png
app/assets/images/admin-theme/ui-bg_flat_75_ffffff_40x100.png
app/assets/images/admin-theme/ui-bg_inset-soft_95_fef1ec_1x100.png
app/assets/images/admin-theme/ui-icons_222222_256x240.png
app/assets/images/admin-theme/ui-icons_2e83ff_256x240.png
app/assets/images/admin-theme/ui-icons_454545_256x240.png
app/assets/images/admin-theme/ui-icons_888888_256x240.png
app/assets/images/admin-theme/ui-icons_cd0a0a_256x240.png
app/assets/javascripts/admin.js
app/assets/javascripts/admin/jquery-ui.min.js
app/assets/javascripts/application.js
app/assets/javascripts/jquery-ui.min.js
app/assets/javascripts/jquery.flot.errorbars.min.js
app/assets/javascripts/jquery.flot.min.js
app/assets/javascripts/stats.js
app/assets/stylesheets/application.css
app/assets/stylesheets/fonts.scss
app/views/general/_stylesheet_includes.html.erb
app/views/layouts/admin.html.erb
app/views/layouts/default.html.erb
app/views/public_body/statistics.html.erb
config/application.rb
config/environments/development.rb
|
| | |
| | |
| | |
| | | |
Passing it as an argument is deprecated.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The intention is to stop including our own custom build of jquery-ui
but instead use the jquery-ui-rails gem, which works well with the
asset pipeline. This commit should remove all traces of the old
download of jquery-ui.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|