aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Update the master FixMyStreet.po file for pushing to Transifexv1.0Mark Longair2012-10-22-90/+102
|
* Merge remote-tracking branch 'origin/master'Struan Donald2012-10-22-2/+11
|\
| * Set up internationalization with TransifexMark Longair2012-10-19-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | gettext-extract needs to be changed to instantiate values in the Plural-Forms header line, otherwise on pushing the source pot file (locale/FixMyStreet.po) it fails one of the checks that Transifex runs (msgfmt -c). This commit also adds the .tx/config configuration file, which points to the right project on Transifix and specifies where the source and translated files are in the project structure.
* | sites are now hosted by bytemarkStruan Donald2012-10-22-6/+6
|/
* turn off verbose for fetch comments scriptsStruan Donald2012-10-19-2/+2
|
* update problem confirmation text for southamptonStruan Donald2012-10-19-0/+14
|
* Merge remote-tracking branch 'origin/master'Struan Donald2012-10-18-2/+0
|\
| * EC2_HOSTNAME may be empty; don't insist that it isn'tMark Longair2012-10-18-1/+0
| |
| * A fix for the (bizarre) text entry problems on AndroidMark Longair2012-10-18-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a really very strange problem. When testing the application on an Android 2.3.5 device, there were two problems with the <input type="text"> box on the front page: * The left and right arrow keys wouldn't move within the text of the box - instead they would switch the focus highlight to another element. * Holding down the letter key to get a number (e.g. 'w' to get a '2') would end up with 'w2' being entered rather than just '2'. I couldn't reproduce this in a newly created project, so by introducing more and more of the code from the FixMyStreet phonegap app into that project isolated the problem to the CSS for an unrelated element. In short, the text input boxes will work correctly after removing 'position: fixed' from the mobile-info class. That class is only ever used in: <div class="mobile-info"> <a href="about.html">i</a> </div> Why this could possibly cause the problem above, I can't guess. However, removing it makes the Android application usable again, and we are shortly going to redesign the application in any case, so the sub-optimal position of the 'i' button is something we can live with.
* | userAgent -> navigator.userAgentStruan Donald2012-10-18-1/+1
|/
* Automatically pick the right cordova-2.1.0.jsMark Longair2012-10-18-5237/+25
|
* turn on verbose for all fetch-comment scriptsStruan Donald2012-10-17-2/+2
|
* update ios app to phonegap 2.1.0Struan Donald2012-10-17-1051/+577
|
* Update Android to Phonegap 2.1Mark Longair2012-10-17-1128/+1842
| | | | | | | In fact, this will break the iPhone version until that is updated to 2.1 as well. (The paths to cordova-?.?.?.jar in www have changed, and I've replaced the previously iOS www/cordova-1.8.0.js with the Android cordova-2.1.0.jar.)
* Pass in headers from Catalyst if present for HTTP language negotiation.Matthew Somerville2012-10-15-1/+13
|
* Add FMB site-name.txt template.Matthew Somerville2012-10-13-0/+1
|
* If update alert email is to problem reporter, make it a login link.Matthew Somerville2012-10-12-20/+63
| | | | | This is so they can more easily update, especially if the update they've just received has mistakingly 'fixed' the report. This fixes #7.
* Fix copy to match behaviour, fixes #326.Matthew Somerville2012-10-12-1/+1
|
* Allow lat,lon and OS grid references in search box, fixes #142.Matthew Somerville2012-10-12-0/+43
|
* Add another link to contact page from sidebar, fixes #318.Matthew Somerville2012-10-12-0/+1
|
* Add padding, background colour, other bits to fix #307.Matthew Somerville2012-10-12-4/+17
|
* Add auto-location to alert page (fixes #23).Matthew Somerville2012-10-12-4/+6
|
* Fix #86.Matthew Somerville2012-10-12-1/+1
|
* Merge remote-tracking branch 'origin/master'Struan Donald2012-10-12-19/+21
|\
| * Consolidate photo template to best one (fixes blank width/height).Matthew Somerville2012-10-12-19/+21
| |
* | If there is no user title submitted with a problem then do not set the DB fieldStruan Donald2012-10-12-7/+55
|/
* Fix weird text cut-off issue.Matthew Somerville2012-10-12-1/+1
|
* Allow argument to be supplied to make_css to only compile that one.Matthew Somerville2012-10-12-1/+6
|
* Password forgotten message on update form too.Matthew Somerville2012-10-12-0/+6
|
* Tweak Barnet sidebar margin to match FMS.Matthew Somerville2012-10-12-1/+1
|
* Add forgotten password note.Matthew Somerville2012-10-12-0/+14
|
* Add sharing buttons.Matthew Somerville2012-10-12-15/+50
|
* Fix missing site_title.Matthew Somerville2012-10-11-7/+2
|
* Combine the two display_location templates.Matthew Somerville2012-10-11-198/+119
|
* Use cobrand for children area types, not UK specific array.Matthew Somerville2012-10-11-5/+3
|
* use OSM maps on lichfield cobrandStruan Donald2012-10-11-0/+4
|
* Email template language paths weren't being looked at for questionnaires or ↵Matthew Somerville2012-10-10-2/+6
| | | | reports (wasn't used, but didn't want to cause confusion at some future time). Prompted by #164.
* Change 'their ref' to 'council ref', fixes #300 good enough for the moment.Matthew Somerville2012-10-10-1/+1
|
* Stop home button disappearing, fixes #280.Matthew Somerville2012-10-10-4/+3
|
* Make div cover map when in map_complete mode, so that map doesn't capture ↵Matthew Somerville2012-10-10-15/+19
| | | | dragging (fixes #296).
* skip fmb based tests if the cobrand is not enabledStruan Donald2012-10-09-53/+57
|
* set interest_count default to 0 as null + 1 = null in postgres :(Struan Donald2012-10-09-1/+149
| | | | tests for the ui for interest_count as well
* Update .po file, and make prettify function do nget() properly.Matthew Somerville2012-10-08-195/+241
|
* Add TIME_ZONE variable for local display of times.Matthew Somerville2012-10-08-12/+27
|
* Display method variables correctly.Matthew Somerville2012-10-08-1/+8
|
* add barangay buttons to /my because it's shown on loginDave Whiteland2012-10-06-4/+9
|
* all crontab jobs wanted on demo.fixmybarangay.comDave Whiteland2012-10-06-1/+1
|
* now showing sidebar, customise FMB text for report creationDave Whiteland2012-10-06-1/+24
|
* fix broken MM external_id by attaching it to correct formDave Whiteland2012-10-06-1/+2
|
* Travis script.Matthew Somerville2012-10-05-5/+37
|