aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Included MUUG in creditsgorm2015-05-25-0/+4
|
* whitespacegorm2015-05-25-2/+2
|
* Panel was in the waygorm2015-05-25-0/+4
|
* Turn off the internal_review featuregorm2015-05-25-2/+5
| | | | - Doesnt make sense in Norway, or not sure what sense it makes
* Turn off the internal_review featuregorm2015-05-25-0/+146
| | | | - Doesnt make sense in Norway, or not sure what sense it makes
* Fix Contact in nb theme as wellgorm2015-05-25-0/+5
|
* Fixed contact formgorm2015-05-25-79/+90
| | | | - Also updated API help (need translation)
* Correct language.Petter Reinholdtsen2015-05-24-6/+7
|
* Improve language.Petter Reinholdtsen2015-05-24-4/+4
|
* Fix typo.Petter Reinholdtsen2015-05-24-1/+1
|
* Minor language fixgorm2015-05-24-7/+4
|
* Correct typos.Petter Reinholdtsen2015-05-23-8/+10
|
* Bedre språk.Petter Reinholdtsen2015-05-23-3/+3
|
* Ikke særskriv e-postadresse.Petter Reinholdtsen2015-05-23-9/+9
|
* Improve about text.Petter Reinholdtsen2015-05-23-11/+14
|
* Fix more typos.Petter Reinholdtsen2015-05-20-3/+3
|
* Fix typo in contact page.Petter Reinholdtsen2015-05-20-1/+1
|
* Initial unhappy help in nbutvk2015-03-04-68/+51
|
* Removed es about + added important unhappy templateutvk2015-02-14-8/+220
|
* Merge pull request #3 from petterreinholdtsen/norwaypetterreinholdtsen2015-01-11-0/+0
|\ | | | | Use language code nb, not nb_NO, for Norwegian Bokmål.
| * Use language code nb, not nb_NO, for Norwegian Bokmål.Petter Reinholdtsen2015-01-11-0/+0
|/
* Merge pull request #2 from petterreinholdtsen/norway-updatespetterreinholdtsen2015-01-10-33/+35
|\ | | | | Norway updates
| * Typo.Petter Reinholdtsen2014-12-22-1/+1
| |
| * Fix translation.Petter Reinholdtsen2014-12-22-4/+4
| |
| * Spell check a bit.Petter Reinholdtsen2014-12-22-29/+31
|/
* Minor changeutvk2014-08-25-3/+3
|
* updatedutvk2014-05-09-6/+8
|
* minor changeutvk2014-03-28-3/+4
|
* Merge branch 'master' into norwayutvk2014-02-03-32/+17
|\ | | | | | | | | | | Conflicts: assets/stylesheets/custom.css.scss lib/views/general/_orglink.html.erb
| * Merge remote-tracking branch 'origin/no-logo-rename'Louise Crow2014-01-24-1/+1
| |\
| | * Revert renaming of the logo.png fileno-logo-renameMark Longair2013-11-25-1/+1
| | |
| * | Merge branch 'develop'Louise Crow2014-01-24-37/+23
| |\ \
| | * | Restore logo.pngdevelopLouise Crow2013-12-10-0/+0
| | | | | | | | | | | | | | | | See discussion at https://github.com/mysociety/alavetelitheme/commit/0d2a72017779ba0cd7c7d40e0fa32713129333c5
| | * | Add .css suffix before .scss for consistency.Louise Crow2013-12-05-0/+0
| | | | | | | | | | | | | | | | Doesn't seem to make any difference to preprocessing behaviour.
| | * | No need to create or destroy symlinks nowLouise Crow2013-12-04-23/+0
| | | | | | | | | | | | | | | | Handled by asset pipeline.
| | * | Merge branch 'switch-to-asset-pipeline' into developLouise Crow2013-11-29-14/+23
| | |\|
| | | * Move images out of /public and into the asset pipelineMark Longair2013-11-20-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An oddity here is that I had to rename logo.png to alaveteli-logo.png, or the version from the alaveteli repository was used after precompiling the assets. (This suggests that generation of precompiled assets with "rake assets:precompile" is picking the wrong version; i.e. not going through the asset path in reverse order.)
| | | * Refer to the precompiled application.css, which includes custom.cssMark Longair2013-11-20-1/+1
| | | |
| | | * Switch to work with the feature/wip-switch-to-asset-pipeline branchMark Longair2013-11-11-13/+22
| | | |
* | | | Added docs for saksbehandlere (foi officers), and typoutvk2014-01-07-46/+33
| | | |
* | | | Still need English contact infoutvk2014-01-07-21/+27
| | | |
* | | | Modified the color scheme slightly so that the site have a distinctutvk2014-01-06-39/+88
| | | | | | | | | | | | | | | | look
* | | | Encrypted help in the Norwegian language, and adjusted content to ourutvk2014-01-06-1/+807
| | | | | | | | | | | | | | | | | | | | | | | | legal environment Removed alaveteli logo Added missing template for contact
* | | | Added some norwegian categoriesutvk2014-01-06-0/+19
|/ / /
* | | Merge branch 'develop'use-with-alaveteli-0.15use-with-alaveteli-0.14Louise Crow2013-09-24-15/+11
|\| |
| * | Merge branch 'improve-development-performance' into developLouise Crow2013-09-16-15/+11
| |\|
| | * Only set up FastGettext on initialization, even in development modeimprove-development-performanceMark Longair2013-09-16-15/+11
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even on a very fast computer, there is a significant delay (a couple of seconds) in processing every request in development mode. This is because the configuration of FastGettext's paths for finding translations is done in a block passed to Rails.configuration.to_prepare, which causes the block to be run before every request by the Rails Reloader in developmetn mode. It seems to be work fine just running the FastGettext calls on initialization in development mode, however - customizations in the theme's locale-theme directory still have effect in development mode even after the reloader has reloaded classes before handling subsequent requests. So, I think this change should be safe. This commit introduces that change, having the effect that development mode is much more responsive.
* | Merge branch 'develop'use-with-alaveteli-0.13Louise Crow2013-08-20-2/+2
|\|
| * Merge branch 'master' into developLouise Crow2013-08-20-22/+17
| |\ | |/ |/|
* | Merge remote-tracking branch 'scjody_github/master'Louise Crow2013-07-18-1/+1
|\ \