aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | merged unhappy template with upstreamutvk2017-02-11-4/+4
| | | |
* | | | merge changes upstreamutvk2017-02-11-16/+118
| | | |
* | | | removed outgoing mailer viewutvk2017-02-11-15/+0
| | | |
* | | | Revert "Removed captcha on signup"utvk2016-12-17-52/+0
| | | | | | | | | | | | | | | | This reverts commit 639b70aae5e68e52745d58052d330809c5d87344.
* | | | Removed captcha on signuputvk2016-12-16-0/+52
| | | |
* | | | Merge pull request #5 from petterreinholdtsen/norwegian-top-quoterspetterreinholdtsen2016-11-04-0/+20
|\ \ \ \ | | | | | | | | | | Improve handling of Norwegian top quoters.
| * | | | Reduced self.remove_quoted_sections() to only recognize Norwegian top posters.Petter Reinholdtsen2016-11-04-60/+3
| | | | | | | | | | | | | | | | | | | | Approved by Gorm.
| * | | | Copy self.remove_quoted_sections() implementation from Alaveteli source.Petter Reinholdtsen2016-11-04-0/+77
|/ / / /
* | | | Fix typo, change ahref to 'a href'.Petter Reinholdtsen2016-06-13-1/+1
| | | |
* | | | Improved suggestions for unhappy users.Petter Reinholdtsen2016-06-09-4/+13
| | | |
* | | | merged into creditsutvk2016-05-12-1/+0
| | | |
* | | | Merge branch 'master' into norway2utvk2016-05-11-1077/+1058
|\| | |
| * | | Green used for status text now meets AA requirements for contrast ratioMartin Wright2016-05-04-4/+4
| | | |
| * | | Merge branch 'remove-examples'Louise Crow2016-04-26-1005/+1178
| |\ \ \ | | |_|/ | |/| |
| | * | Add generic example version of each required help page.Louise Crow2016-04-26-875/+1080
| | | |
| | * | Convert to two-space indentation.Louise Crow2016-04-06-94/+94
| | | |
| | * | Remove unused test directoryLouise Crow2016-04-06-12/+0
| | | | | | | | | | | | | | | | | | | | There is already a spec directory, which is what we actually use when writing tests for themes.
| | * | Make code customization commented out examples.Louise Crow2016-04-06-74/+54
| |/ / | | | | | | | | | Rather than having them be live code.
| * | Merge branch 'develop'Gareth Rees2016-03-16-2/+5
| |\|
| | * Use new version of law_used_full methodGareth Rees2016-03-08-1/+1
| | |
| | * Merge remote-tracking branch 'origin/master' into developGareth Rees2016-03-08-1/+1
| | |\ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/2989-language-switcher-width'Gareth Rees2016-01-22-1/+1
| |\ \
| | * | Allow language switcher dropdown to expand horizontallyZarino Zappia2016-01-22-1/+1
| |/ / | | | | | | | | | | | | | | | Handy for displaying languages with very long names! Part of mysociety/alaveteli#2989.
| | * Merge remote-tracking branch 'origin/2989-header-styling-i18n' into developGareth Rees2016-01-22-1/+4
| | |\
| | | * Update for compatibility with new core user nav stylesZarino Zappia2016-01-21-1/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | The "logged_in_bar" in the core theme now has a set width, and uses absolute positioning to vertically align its children. Since Alavetelitheme moves the language picker to the left, we no longer need to leave 2em of vertical space for it in this theme. Part of mysociety/alaveteli#2989.
| * | Merge remote-tracking branch 'origin/2946-opengraph-image'Gareth Rees2015-12-17-0/+0
| |\ \
| | * | Add 256px "logo here" image for opengraphZarino Zappia2015-12-16-0/+0
| | |/
* | | Merge errorutvk2015-12-27-0/+1
| | |
* | | Removed frontpage intro, now use strings from transifexutvk2015-12-27-8/+0
| | |
* | | Adjustments after update to responsive themeutvk2015-12-27-10/+55
| | |
* | | Rebased changes from norwayutvk2015-12-26-87/+1336
|/ /
* | Merge branch 'develop'Louise Crow2015-11-17-212/+517
|\|
| * Base language switcher position on $logo-widthZarino Zappia2015-10-27-4/+3
| | | | | | | | | | Now, when you define a wide logo, the language switcher will move to accommodate it.
| * Smaller logo on narrow screensZarino Zappia2015-10-23-3/+22
| |
| * Include pictorial element in logoZarino Zappia2015-10-23-0/+0
| | | | | | | | | | | | | | Part of mysociety/alaveteli#2699. Adding an icon to the logo makes it clear that it should be replaced when you customise the theme.
| * Use https for google fontsGareth Rees2015-09-07-1/+1
| |
| * Merge remote-tracking branch 'origin/refactor-buttons' into developGareth Rees2015-09-02-42/+135
| |\
| | * improve button colour in heroMartin Wright2015-08-21-2/+2
| | |
| | * make background color hover of secondary buttons darkerMartin Wright2015-08-21-10/+9
| | |
| | * stop 'report this request' button from being blueMartin Wright2015-08-21-0/+4
| | |
| | * 'follow' in sidebar is now a primary actionMartin Wright2015-08-21-1/+1
| | |
| | * merge latest from originMartin Wright2015-08-21-169/+121
| | |\
| | | * remove quarternary button style, do a one off style for button in heroMartin Wright2015-08-21-14/+12
| | | |
| | | * add new button style for homepageMartin Wright2015-08-21-0/+13
| | | |
| | | * style existing buttonsMartin Wright2015-08-21-17/+42
| | | |
| | | * wire up homepage buttonsMartin Wright2015-08-21-1/+14
| | | |
| | | * buttons are now built with mixins, rather than extendsMartin Wright2015-08-21-57/+52
| | | | | | | | | | | | | | | | Remove all button utlity classes
| | | * refactored buttons and button styles now available for useMartin Wright2015-08-21-42/+79
| | |/ | |/|
| * | Rename color_slate to color_blackGareth Rees2015-08-21-6/+6
| | |
| * | Merge branch 'swap-typeface' into developGareth Rees2015-08-21-3/+2
| |\ \