aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'update_holidays' into rails-3-developGareth Rees2015-04-08-3/+3
|\
| * Update holidays gemGareth Rees2015-03-19-3/+3
| | | | | | | | http://git.io/hR7f
| * Update holidays gemGareth Rees2015-03-17-3/+3
| | | | | | | | https://github.com/alexdunae/holidays/blob/master/CHANGELOG.md#110
* | Merge remote-tracking branch 'origin/garethrees-patch-1' into rails-3-developGareth Rees2015-04-08-3/+2
|\ \
| * | Remove pledgebank mentionGareth Rees2015-03-30-3/+2
| | |
* | | Merge branch 'hotfix/0.21.0.10' into rails-3-developGareth Rees2015-04-08-6/+5
|\ \ \
| * | | Bump alaveteli versionhotfix/0.21.0.10Gareth Rees2015-04-08-1/+1
| | | |
| * | | Update Nicaragua translationsGareth Rees2015-04-08-4/+4
| | | |
| * | | Whitespace update of Croatian translationGareth Rees2015-04-08-1/+0
| | | |
| * | | Merge branch 'hotfix/0.21.0.9'0.21.0.9Gareth Rees2015-04-08-5/+5
| |\ \ \
* | \ \ \ Merge branch 'hotfix/0.21.0.9' into rails-3-developGareth Rees2015-04-08-5/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bump alaveteli versionhotfix/0.21.0.9Gareth Rees2015-04-08-1/+1
| | | | |
| * | | | Update Nicaragua translationsGareth Rees2015-04-08-4/+4
| |/ / /
| * | | Merge branch 'hotfix/0.21.0.8'0.21.0.8Gareth Rees2015-04-08-72/+75
| |\ \ \
* | \ \ \ Merge branch 'hotfix/0.21.0.8' into rails-3-developGareth Rees2015-04-08-72/+75
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bump alaveteli versionhotfix/0.21.0.8Gareth Rees2015-04-08-1/+1
| | | | |
| * | | | Update Nicaragua translationsGareth Rees2015-04-07-71/+74
| |/ / /
* | | | Merge branch 'master' into rails-3-developLouise Crow2015-04-07-7/+25
|\| | |
| * | | Merge branch 'hotfix/0.21.0.7'0.21.0.7Louise Crow2015-04-07-2/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: config/initializers/alaveteli.rb
| | * | | Bump alaveteli version.hotfix/0.21.0.7Louise Crow2015-04-07-1/+1
| | | | |
| | * | | Add note on URLs in existing emails.Louise Crow2015-04-07-1/+3
| | | | |
| * | | | Merge branch 'hotfix/0.21.0.6'0.21.0.6Louise Crow2015-04-07-5/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/initializers/alaveteli.rb
| | * | | | Bump alaveteli version.hotfix/0.21.0.6Louise Crow2015-04-07-1/+1
| | | | | |
| | * | | | Fix failure to capitalise when non category tag precedes categories.Louise Crow2015-04-07-4/+5
| | |/ / / | | | | | | | | | | | | | | | Thanks to @RichardTaylor for reporting.
| * | | | Bump alaveteli version.0.21.0.5hotfix/0.21.0.5Louise Crow2015-04-07-1/+1
| | | | |
| * | | | Limit the number of pages of requests shown for public bodies.Louise Crow2015-04-07-1/+16
| |/ / / | | | | | | | | | | | | Needs to be restored as part of https://github.com/mysociety/alaveteli/issues/2137.
| * | | Merge branch 'hotfix/0.21.0.4'0.21.0.4Louise Crow2015-04-02-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: config/initializers/alaveteli.rb
* | | | | Allow search label, placeholder and title to be localised.Louise Crow2015-04-07-3/+3
| | | | |
* | | | | Update xapian-full-alaveteli gem.Louise Crow2015-04-02-3/+3
| | | | | | | | | | | | | | | | | | | | Added credit and build directory and versioned the gem.
* | | | | Merge branch 'use-xapian-full-1.2.9.6' into rails-3-developLouise Crow2015-04-02-3/+3
|\ \ \ \ \
| * | | | | Update xapian-full-alaveteli for Ruby 2.1 compatibilityLouise Crow2015-04-02-3/+3
| | | | | |
* | | | | | Merge branch 'search-form' into rails-3-developLouise Crow2015-04-02-12/+38
|\ \ \ \ \ \
| * | | | | | Tweak columns so search form gets more space and is closer to button.Louise Crow2015-04-02-2/+2
| | | | | | |
| * | | | | | fix alignment of header search on wide screensLuke Bacon2015-04-01-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the added padding-top was causing the form to sit too low on wide screen. This removes padding added to the form for the small screen version of the menu, in commit cebea2496b3cd8e5afe08bbe2cdabb818993fa1d
| * | | | | | add aria landmark role to search formLuke Bacon2015-04-01-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see spec http://www.w3.org/TR/wai-aria/roles#search This helps citizens using assistive technology navigate the application relates to issue #2210
| * | | | | | add placeholder 'Search' as visual affordanceLuke Bacon2015-04-01-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The placeholder acts as a visual label, inside the input relates to issue #2210
| * | | | | | layout search form with button on right hand sideLuke Bacon2015-04-01-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | basically flips inverts the layout and targets the button rather than the label. Having the button on the right is a familiar pattern from Google, Facebook, all the other search froms in alaveteli etc. It would also be strange to have the button before the input for keyboard access. relates to #2210
| * | | | | | change comment style so url doesn't appear in sourceLuke Bacon2015-04-01-1/+2
| | | | | | |
| * | | | | | Add html 5 'search' input typeLuke Bacon2015-04-01-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enables browser ux improvements, see http://html5doctor.com/html5-forms-input-types/
| * | | | | | Add text label for search formLuke Bacon2015-04-01-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to make sure screen reader users are informed what this the input is for. Tested in Mac OSX VoiceOver screenreader part of #2210
| * | | | | | add search buttonLuke Bacon2015-04-01-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so citizens can submit form with click or tap as is common part of issue #2210
| * | | | | | add a utility class to visually hide contentLuke Bacon2015-04-01-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so that we can add content necessary for citizens who use screen readers, without showing it to all users. see http://a11yproject.com/posts/how-to-hide-content/ part of issue #2210
* | | | | | | More inclusive pattern for ignoring sublime texteditor files.Louise Crow2015-04-02-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'hotfix/0.21.0.4' into rails-3-developLouise Crow2015-04-02-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | Conflicts: config/initializers/alaveteli.rb
| * | | | | Bump alaveteli version.Louise Crow2015-04-02-1/+1
| | | | | |
| * | | | | Update commonlib to get restoration of memory after external commandLouise Crow2015-04-02-0/+0
| | | | | |
* | | | | | Merge branch 'hotfix/0.21.0.3' into rails-3-developLouise Crow2015-04-02-2/+8
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Bump alaveteli version number.0.21.0.3hotfix/0.21.0.3Louise Crow2015-04-02-1/+1
| | | | | |
| * | | | | Handle the expected case where conversion fails and returns nil.Louise Crow2015-04-02-1/+7
| |/ / / /
* | | | | Merge branch 'hotfix/0.21.0.2' into rails-3-developLouise Crow2015-04-02-2/+2
|\| | | |