aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/help
Commit message (Collapse)AuthorAgeLines
* Disable contact form submit after clickGareth Rees2014-04-04-1/+1
| | | | | | Users sometimes repeatedly click submit if the form takes a while to submit. This disables the submit button with a message so that users know the form is submitting.
* Add honeypot spam protection to contact formGareth Rees2014-03-31-0/+5
| | | | | Intercepts the request and redirects to the homepage if the comment field is filled in on the contact form.
* Make all WDTK references use HTTPS.Matthew Somerville2014-01-30-5/+5
|
* Merge branch 'feature/1176-automate-authority-contacts' into rails-3-developLouise Crow2014-01-28-1/+1
|\ | | | | | | | | Conflicts: doc/CHANGES.md
| * Add links to new change request form.Louise Crow2014-01-13-1/+1
| |
* | Link 'anonymous' users to help section with explanation.Louise Crow2014-01-14-1/+14
|/ | | | | | | Requests submitted using the write API may have an anonymous user. Add a section to the FAQ explaining this, and link to it from those requests. Note this commit removes some 'h' calls that are no longer needed in Rails 3. Contributes to https://github.com/mysociety/alaveteli/issues/1286
* Fix the links to the Twitter and RSS iconsMark Longair2013-11-19-1/+1
|
* Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-14/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/admin_request_controller.rb app/controllers/admin_track_controller.rb app/controllers/request_controller.rb app/controllers/services_controller.rb app/helpers/link_to_helper.rb app/mailers/request_mailer.rb app/models/application_mailer.rb app/models/info_request.rb app/views/admin_censor_rule/edit.html.erb app/views/admin_censor_rule/new.html.erb app/views/admin_public_body/_form.html.erb app/views/admin_public_body/_locale_selector.html.erb app/views/admin_public_body/_one_list.html.erb app/views/admin_public_body/edit.html.erb app/views/admin_public_body/list.html.erb app/views/admin_public_body/new.html.erb app/views/admin_request/_incoming_message_actions.html.erb app/views/admin_request/edit.html.erb app/views/admin_request/edit_comment.html.erb app/views/admin_request/edit_outgoing.html.erb app/views/admin_request/list.html.erb app/views/admin_request/list_old_unclassified.html.erb app/views/admin_request/show.html.erb app/views/admin_track/_some_tracks.html.erb app/views/admin_track/list.html.erb app/views/admin_user/edit.html.erb app/views/admin_user/list.html.erb app/views/admin_user/show.html.erb app/views/general/_footer.html.erb app/views/general/exception_caught.html.erb app/views/help/contact.html.erb app/views/layouts/default.html.erb app/views/public_body/_alphabet.html.erb app/views/request/_request_listing_single.html.erb app/views/request/_sidebar.html.erb app/views/request/new.html.erb app/views/request/show.html.erb app/views/request_mailer/external_response.rhtml app/views/request_mailer/fake_response.rhtml config/environment.rb config/environments/production.rb config/routes.rb spec/controllers/admin_censor_rule_controller_spec.rb spec/controllers/request_controller_spec.rb spec/controllers/track_controller_spec.rb spec/helpers/link_to_helper_spec.rb spec/mailers/request_mailer_spec.rb spec/models/info_request_spec.rb spec/spec_helper.rb spec/views/public_body/show.html.erb_spec.rb spec/views/request/show.html.erb_spec.rb vendor/plugins/rails_xss/lib/rails_xss/erubis.rb
| * Fix html5 validation errorsMatthew Landauer2013-03-07-9/+6
| |
| * Make internal links relativeMatthew Landauer2013-02-15-1/+1
| |
| * Stop using main_url to generate absolute urls for the main siteMatthew Landauer2013-02-15-1/+1
| |
| * Rename helper methodMatthew Landauer2013-02-15-1/+1
| |
| * Make links to within the site use relative urlsMatthew Landauer2013-02-15-4/+4
| |
* | Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-0/+0
| | | | | | | | .rhtml is deprecated in favour of .erb in Rails 3
* | <% %> style block helpers are deprecatedHenare Degan2013-02-19-1/+1
| |
* | Using #request_uri is deprecatedHenare Degan2012-12-11-1/+1
|/
* Correct help unhappy path.Louise Crow2012-11-28-2/+2
|
* Use generated URLs in help pages - then they're accessible to routing ↵Louise Crow2012-11-28-85/+85
| | | | filters etc.
* Small html fixes to help pages validateMatthew Landauer2012-11-08-1/+1
|
* Make advanced search link in help sidebar point at advancedsearch rather ↵Matthew Landauer2012-10-04-1/+1
| | | | than search
* Internationalise the contact form by removing campaigning links and UK ↵Matthew Landauer2012-09-26-15/+5
| | | | references to data protection
* Use cannonical twitter urls (use https). Fixes #500Seb Bacon2012-06-27-1/+1
|
* Delete sample "about" page in fake SpanishDavid Cabo2011-09-26-10/+0
|
* Fix typoDavid Cabo2011-09-26-1/+1
|
* Make the "request an internal review" link into a nice, big button.Seb Bacon2011-09-16-1/+1
|
* design fixes from Nick to address Kersti's bug listSeb Bacon2011-09-09-8/+8
|
* Flash a message to users from outside the deployed country, telling them ↵Seb Bacon2011-09-05-0/+31
| | | | about either (a) a website in their country, or (b) the existence of Alaveteli to help them make one themselves. Closes #124.
* first stab at improved home pageSeb Bacon2011-08-22-46/+0
|
* merge from master and make tests passSeb Bacon2011-08-22-130/+179
|\
| * Merge branch 'master' of github.com:sebbacon/alaveteliDavid Cabo2011-08-15-0/+3
| |\
| | * Allow explanation of why postal correspondence isn't a good idea to be ↵Seb Bacon2011-08-12-0/+3
| | | | | | | | | | | | overridden in the local theme. Fixes #132.
| * | Remove WhatDoTheyKnow hardcoded name from help pages, replace with site_name ↵David Cabo2011-08-15-40/+42
| |/ | | | | | | variable
* / first version of new themeseb2011-08-22-898/+904
|/
* Revert "new localised static page for help"Seb Bacon2011-07-07-2159/+4
| | | | This reverts commit 05d1739210fac3a515d9d3c42755fe2cdb2a44f7.
* new localised static page for helpFaton Selishta2011-06-06-4/+2159
|
* some help content for new requestFaton Selishta2011-06-02-10/+8
|
* Specific code for our requirements (kosovo law, our request etc..)Faton Selishta2011-06-02-0/+8
|
* example localised static pageSeb Bacon2011-03-10-0/+10
|
* point to alaveteli instead of the mysoc githubSeb Bacon2010-12-03-2/+1
|
* Link to Atom JSON equivalents in HTTP header. Document.Francis Irving2010-10-09-2/+7
|
* Help on spreadsheet.Francis Irving2010-10-09-0/+8
|
* Move all privacy related questions to the privacy page and tidy up aFrancis Irving2010-10-09-65/+66
| | | | bit.
* Chain links between bits of help.Francis Irving2010-10-09-2/+10
|
* Clearer text.Francis Irving2010-10-09-2/+3
|
* JSON for user pages.Francis Irving2010-10-09-1/+1
|
* Send basic info about public bodies.Francis Irving2010-10-09-2/+2
|
* First .json API callFrancis Irving2010-10-09-6/+29
|
* Didn't look better with spacing.Francis Irving2010-10-04-3/+0
|
* SpacingFrancis Irving2010-10-04-0/+3
|
* Factor out requesting help page to own page.Francis Irving2010-10-04-268/+275
|