Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | change Barnet testing KBID | Dave Whiteland | 2012-10-31 | -12/+1 |
| | ||||
* | barnet integration staging crontab settings | Dave Whiteland | 2012-10-31 | -1/+1 |
| | ||||
* | Move map not used text to template so we can use HTML in it | Struan Donald | 2012-10-26 | -3/+2 |
| | | | | | | and not have it escaped when it is displayed Fixed #350 | |||
* | disabled fields confuse things so ignore them | Struan Donald | 2012-10-26 | -0/+1 |
| | ||||
* | Variable that works. | Matthew Somerville | 2012-10-25 | -1/+1 |
| | ||||
* | Include disabled copy of email address when logged in. | Matthew Somerville | 2012-10-25 | -0/+3 |
| | ||||
* | Expand no reports message to make it more helpful | Steven Day | 2012-10-24 | -1/+1 |
| | ||||
* | Update the README displayed on GitHub to mention the v1.0 landmark | Mark Longair | 2012-10-24 | -3/+8 |
| | | | | As requested by Tom Steinberg. | |||
* | Update admin stats header text. | Matthew Somerville | 2012-10-24 | -15/+15 |
| | ||||
* | Merge branch 'phonegap-better-password' | Struan Donald | 2012-10-23 | -140/+66 |
|\ | ||||
| * | Clear password and email field after succesful sign in | Struan Donald | 2012-10-19 | -0/+5 |
| | | | | | | | | blur fields to make sure ios virtual keyboard is dismissed | |||
| * | change sign in/sign out to be an account page | Struan Donald | 2012-10-19 | -135/+17 |
| | | | | | | | | only use one page for sign in/sign out | |||
| * | Save login details when used in problem report | Struan Donald | 2012-10-18 | -11/+50 |
| | | | | | | | | | | change sign in page to store log in details add forget option to login page | |||
* | | Update the master FixMyStreet.po file for pushing to Transifexv1.0 | Mark Longair | 2012-10-22 | -90/+102 |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' | Struan Donald | 2012-10-22 | -2/+11 |
|\ \ | ||||
| * | | Set up internationalization with Transifex | Mark Longair | 2012-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 bytemark | Struan Donald | 2012-10-22 | -6/+6 |
|/ / | ||||
* | | turn off verbose for fetch comments scripts | Struan Donald | 2012-10-19 | -2/+2 |
| | | ||||
* | | update problem confirmation text for southampton | Struan Donald | 2012-10-19 | -0/+14 |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' | Struan Donald | 2012-10-18 | -2/+0 |
|\ \ | |/ |/| | ||||
| * | EC2_HOSTNAME may be empty; don't insist that it isn't | Mark Longair | 2012-10-18 | -1/+0 |
| | | ||||
| * | A fix for the (bizarre) text entry problems on Android | Mark Longair | 2012-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.userAgent | Struan Donald | 2012-10-18 | -1/+1 |
|/ | ||||
* | Automatically pick the right cordova-2.1.0.js | Mark Longair | 2012-10-18 | -5237/+25 |
| | ||||
* | turn on verbose for all fetch-comment scripts | Struan Donald | 2012-10-17 | -2/+2 |
| | ||||
* | update ios app to phonegap 2.1.0 | Struan Donald | 2012-10-17 | -1051/+577 |
| | ||||
* | Update Android to Phonegap 2.1 | Mark Longair | 2012-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 Somerville | 2012-10-15 | -1/+13 |
| | ||||
* | Add FMB site-name.txt template. | Matthew Somerville | 2012-10-13 | -0/+1 |
| | ||||
* | If update alert email is to problem reporter, make it a login link. | Matthew Somerville | 2012-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 Somerville | 2012-10-12 | -1/+1 |
| | ||||
* | Allow lat,lon and OS grid references in search box, fixes #142. | Matthew Somerville | 2012-10-12 | -0/+43 |
| | ||||
* | Add another link to contact page from sidebar, fixes #318. | Matthew Somerville | 2012-10-12 | -0/+1 |
| | ||||
* | Add padding, background colour, other bits to fix #307. | Matthew Somerville | 2012-10-12 | -4/+17 |
| | ||||
* | Add auto-location to alert page (fixes #23). | Matthew Somerville | 2012-10-12 | -4/+6 |
| | ||||
* | Fix #86. | Matthew Somerville | 2012-10-12 | -1/+1 |
| | ||||
* | Merge remote-tracking branch 'origin/master' | Struan Donald | 2012-10-12 | -19/+21 |
|\ | ||||
| * | Consolidate photo template to best one (fixes blank width/height). | Matthew Somerville | 2012-10-12 | -19/+21 |
| | | ||||
* | | If there is no user title submitted with a problem then do not set the DB field | Struan Donald | 2012-10-12 | -7/+55 |
|/ | ||||
* | Fix weird text cut-off issue. | Matthew Somerville | 2012-10-12 | -1/+1 |
| | ||||
* | Allow argument to be supplied to make_css to only compile that one. | Matthew Somerville | 2012-10-12 | -1/+6 |
| | ||||
* | Password forgotten message on update form too. | Matthew Somerville | 2012-10-12 | -0/+6 |
| | ||||
* | Tweak Barnet sidebar margin to match FMS. | Matthew Somerville | 2012-10-12 | -1/+1 |
| | ||||
* | Add forgotten password note. | Matthew Somerville | 2012-10-12 | -0/+14 |
| | ||||
* | Add sharing buttons. | Matthew Somerville | 2012-10-12 | -15/+50 |
| | ||||
* | Fix missing site_title. | Matthew Somerville | 2012-10-11 | -7/+2 |
| | ||||
* | Combine the two display_location templates. | Matthew Somerville | 2012-10-11 | -198/+119 |
| | ||||
* | Use cobrand for children area types, not UK specific array. | Matthew Somerville | 2012-10-11 | -5/+3 |
| | ||||
* | use OSM maps on lichfield cobrand | Struan Donald | 2012-10-11 | -0/+4 |
| | ||||
* | Email template language paths weren't being looked at for questionnaires or ↵ | Matthew Somerville | 2012-10-10 | -2/+6 |
| | | | | reports (wasn't used, but didn't want to cause confusion at some future time). Prompted by #164. |