aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add viewport to head when using responsive styles.0.18.0.10hotfix/0.8.0.10Louise Crow2014-07-29-1/+1
|
* Don't use stylesheet_link_tags0.18.0.9hotfix/0.18.0.9Louise Crow2014-07-29-1/+12
| | | | There attachments will be cached, so we don't want timestamped references to stylesheets.
* Add min-height for iframe0.18.0.8hotfix/0.18.0.8Louise Crow2014-07-29-1/+3
|
* Add upgrade notes for anti-spam honeypot0.18.0.7hotfix/0.18.0.7Louise Crow2014-07-01-1/+8
|
* Latest translations from Transifex.0.18.0.6hotfix/0.18.0.6Louise Crow2014-06-30-273/+277
|
* Copy Brazilian Portugese to Portugal Portugese0.18.0.5hotfix/0.18.0.5Louise Crow2014-06-27-984/+1049
|
* Use new status icon names (with old icons)0.18.0.4hotfix/0.18.0.4Louise Crow2014-06-09-22/+106
| | | | | Defining the basic css for status icons here so that themes can just set colours and add their own icons.
* Merge remote-tracking branch 'origin/hotfix/0.18.0.3'0.18.0.3Louise Crow2014-06-06-0/+13
|\
| * Handle converting empty RTF fileshotfix/0.18.0.3Gareth Rees2014-06-06-0/+13
| | | | | | | | Fixes https://github.com/mysociety/alaveteli/issues/1563
* | Merge branch 'hotfix/0.18.0.2'0.18.0.2Louise Crow2014-06-06-7/+26
|\ \ | |/ |/|
| * Allow a message with more than one event to be destroyed.hotfix/0.18.0.2Louise Crow2014-06-06-7/+26
|/ | | | Fixes #1569
* Add responsive assets to precompilation list0.18.0.1hotfix/0.18.0.1Louise Crow2014-05-15-1/+4
|
* Merge remote-tracking branch 'origin/release/0.18'0.18Louise Crow2014-05-15-2983/+14793
|\
| * Remove obsolete requireLouise Crow2014-05-15-2/+0
| |
| * Update specs for changes to translations in ↵Louise Crow2014-05-15-24/+24
| | | | | | | | 962e1d2b0edb6c0933ba42dd7690c38ba7d08f91
| * Bump version numberLouise Crow2014-05-15-1/+1
| |
| * Merge branch 'release/0.18' of ↵Louise Crow2014-05-15-0/+4
| |\ | | | | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into release/0.18
| | * Give google doc viewer minimum heightGareth Rees2014-05-15-0/+4
| | | | | | | | | | | | Ensures a reasonable amount of the doc is visible
| * | Make sure sass files have the proper extensions.Louise Crow2014-05-15-0/+0
| |/ | | | | | | Otherwise the rake assets:precompile task fails
| * Remove fuzzy translation tags from en_UGLouise Crow2014-05-15-6/+3
| |
| * Add missing full stops to texts for translationLouise Crow2014-05-15-1091/+1094
| |
| * Latest translations from Transifex.Louise Crow2014-05-15-55/+59
| |
| * Add missing full stops from new translationsLouise Crow2014-05-15-24/+24
| |
| * Clean up fuzzy translations for Ugandan English.Louise Crow2014-05-15-14/+7
| | | | | | | | | | This file doesn't get handled by Transifex as it's not yet one of their supported language versions, so needs to be done by hand.
| * Add some release notesLouise Crow2014-05-13-2/+32
| |
| * Merge branch 'translation-fix' into rails-3-developLouise Crow2014-05-13-16/+16
| |\
| | * Restore translations of other locale message.Louise Crow2014-05-13-1796/+5005
| | | | | | | | | | | | The only difference here was in the link content, so don't want to make people translate it again.
| * | Updated translations with new strings using rake gettext:findLouise Crow2014-05-13-1796/+5005
| |/
| * Latest translations from transifex.Louise Crow2014-05-13-237/+241
| |
| * Remove translation of error messagesLouise Crow2014-05-12-2/+2
| | | | | | | | These messages will only appear in the admin interface so currently shouldn't be translated - https://github.com/mysociety/alaveteli/issues/1353
| * Revert indentation of translations from 28a7d304b5f60ce5f32546d82740669db7d3a54dLouise Crow2014-05-12-4/+4
| | | | | | | | | | To preserve the existing whitespace and prevent the need for retranslation
| * Merge branch 'hotfix/0.17.0.2' into rails-3-developGareth Rees2014-05-07-30/+30
| |\
| * \ Merge branch 'issues/772-pdf-image-conversion' into rails-3-developGareth Rees2014-05-06-0/+48
| |\ \
| | * | Work around bug#77932 in pdftohtmlGareth Rees2014-05-06-0/+48
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Sometimes pdftohtml will generate thousands of images when converting an image embedded in a PDF. This causes a request spike when a user tries to view the converted PDF as HTML. See https://bugs.freedesktop.org/show_bug.cgi?id=77932 for the bug report.
| * | Merge branch 'update_gemfile' into rails-3-developGareth Rees2014-05-06-11/+15
| |\ \
| | * | Don't install debug gems for CIGareth Rees2014-05-06-1/+1
| | | |
| | * | Rename develop Gemfile group to debugGareth Rees2014-05-06-2/+2
| | | | | | | | | | | | | | | | Develop is too similar to development to mean anything different.
| | * | Move gems to appropriate Gemfile GroupsGareth Rees2014-05-06-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't install things we don't need in the given environment. Mainly an attempt to speed up CI builds somewhat: http://docs.travis-ci.com/user/languages/ruby/#Speed-up-your-build-by-excluding-non-essential-dependencies
| | * | Reposition test, development groupGareth Rees2014-05-06-5/+6
| | | | | | | | | | | | | | | | | | | | Develop seems to be a debugging group so should take lowest visual precedence.
| * | | Merge branch 'vagrantfile-docs' into rails-3-developGareth Rees2014-05-06-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | Fix Vagrantfile customisation docsGareth Rees2014-04-23-2/+2
| | | | | | | | | | | | | | | | Used the local constant rather than the env var required
| | * | Use full rails server command in Vagrantfile docsGareth Rees2014-04-23-1/+1
| | | |
| * | | Merge branch 'issues/762-travis-before-install' into rails-3-developGareth Rees2014-05-06-4/+4347
| |\ \ \
| | * | | Don't let travis bundle twiceGareth Rees2014-05-02-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | bundle install is run via script/wad in the step that runs script/rails-post-deploy
| | * | | Use WAD to cache bundles to Amazon S3Gareth Rees2014-05-02-4/+4346
| | |/ / | | | | | | | | | | | | https://github.com/Fingertips/WAD
| * | | Remove test directory added by mistake.Louise Crow2014-05-02-23275/+0
| | | |
| * | | Remove dependency on timezone in configLouise Crow2014-05-02-10/+12
| | | |
| * | | Specify ruby-1.8.7-p374 as possible workaround for Travis error.Louise Crow2014-05-02-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently it's defaulting to ree-1.8.7-2012.02and failing to find rake with 'Could not find rake-0.9.2.2 in any of the sources' even though the gem has been installed. https://s3.amazonaws.com/archive.travis-ci.org/jobs/24249705/log.txt
| * | | Set the location hash when loading authority previewsLouise Crow2014-05-02-0/+1
| | | | | | | | | | | | | | | | | | | | Moves the target to the new content - more useful in new responsive layout on smaller devices.
| * | | Remove redundant floatLouise Crow2014-05-02-1/+0
| | | |