Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use CONFIG.APP_NAME in templates instead of hardcoded 'FixMyStreet' | Dave Arter | 2015-08-28 | -2/+2 |
| | ||||
* | Need to confirm title on password screen as well | Struan Donald | 2014-04-03 | -0/+8 |
| | | | | | Yet another place where we confirm the name and hence need to confirm the title if required | |||
* | Include title on confirmation screen if applicable | Struan Donald | 2014-04-01 | -0/+8 |
| | | | | Fixes #156 | |||
* | Set user's title if we know it and it's used | Struan Donald | 2014-01-09 | -1/+1 |
| | ||||
* | Change initial map page if locating draft with no location | Struan Donald | 2013-09-18 | -0/+3 |
| | | | | | | | | Only display the cancel button in the toolbar, use a different button with different text to indicate you are adding a location to an existing report Fixes #138 | |||
* | Save last show name publicly status | Struan Donald | 2013-09-17 | -2/+2 |
| | | | | | | | Stops people who never want to show their name having to click the option every time. Fixes #134 | |||
* | Location instead of position | Struan Donald | 2013-09-16 | -2/+2 |
| | | | | For consistency | |||
* | Remove hardcoded position result strings from offline page | Struan Donald | 2013-09-16 | -0/+2 |
| | ||||
* | Add explanation text to offline locating screen | Struan Donald | 2013-09-16 | -0/+4 |
| | | | | Fixes #132 | |||
* | Indicate locating is optional on offline screen | Struan Donald | 2013-09-16 | -1/+1 |
| | | | | | | Just add extra text to the button. Fixes #131 | |||
* | Change photo page title if report has a photo | Struan Donald | 2013-09-16 | -1/+13 |
| | | | | | | | | Also update it when adding a photo to give an indication that adding the photo was succesful. This is to remove any confusion about whether the photo on the page has been added. Fixes #130 | |||
* | Add note about confirmation to login errors | Struan Donald | 2013-09-12 | -2/+2 |
| | | | | | | | Just to make it obvious you need to click the confirmation link to set activate the password Fixes #124 | |||
* | Add hint text to set password page | Struan Donald | 2013-09-12 | -0/+3 |
| | | | | | | | Mostly to make the user realise that they need to click the link in the confirmation email to activate the password. Fixes #125 | |||
* | move action buttons on submit password screen below field | Struan Donald | 2013-09-10 | -2/+2 |
| | | | | | | | | Again, this is to make sure the button is visible when the keyboard is on the screen. This is at the cost of button placement consistency but it's probably more obvious of the user. Related to #120 | |||
* | Place account login button directly under fields | Struan Donald | 2013-09-10 | -1/+1 |
| | | | | | | | This avoid the big gap in the screen and also means that the button is visible when the keyboard is on the screen. Fixes #120 | |||
* | Change position of remove photo button | Struan Donald | 2013-08-21 | -1/+3 |
| | | | | | | | To stop it accidentally being mistaken for the next action button move the photo button to be a red X button in the lower right corner of the photo. Fixes #112 | |||
* | Add text to clarify how to send draft reports | Struan Donald | 2013-08-20 | -0/+3 |
| | | | | Fixes #104 | |||
* | Replace view report link with a button on final screenconfirm-screen-buttons | Struan Donald | 2013-08-20 | -1/+1 |
| | | | | Link is inconsistent with the rest of the app. | |||
* | Add a start new report button to final screen | Struan Donald | 2013-08-20 | -0/+5 |
| | | | | For clarity | |||
* | Remove next button from confirm location screen | Struan Donald | 2013-08-20 | -1/+0 |
| | | | | | | | Potentially confusing to user that there is a confirm location and a next button and as they do the same remove the most ambigously titled one. Fixes #105 | |||
* | Improve geolocation failed error message | Struan Donald | 2013-08-15 | -1/+1 |
| | | | | Fixes #96 | |||
* | Add in test version warning to initial map page | Struan Donald | 2013-08-15 | -0/+5 |
| | | | | | | | Warning to say that reports will not be sent to the council to avoid confusion in advance of beta testing Fixes #94 | |||
* | Remove hardcoded location search placeholder text | Struan Donald | 2013-08-09 | -0/+1 |
| | ||||
* | Remove hardcoded submission error dialog button strings | Struan Donald | 2013-08-09 | -0/+2 |
| | ||||
* | relocate icon is displayed using background-image | Struan Donald | 2013-08-09 | -1/+1 |
| | ||||
* | Put in place timeout for file upload | Struan Donald | 2013-08-09 | -0/+1 |
| | | | | | | | A timeout mechanism that checks that the file is uploading and if not then bails out, and even if it is bails out after 2 minutes Fixes #87 | |||
* | Do not hard code image uploading message | Struan Donald | 2013-08-09 | -0/+1 |
| | ||||
* | correct titles list variable name | Struan Donald | 2013-08-02 | -2/+2 |
| | ||||
* | Make message strings a bit more consistent | Struan Donald | 2013-08-02 | -8/+8 |
| | | | | | Add full stop at the end of all messages try again -> try again later | |||
* | Change offline page into text if we are viewing a draft | Struan Donald | 2013-08-02 | -0/+4 |
| | ||||
* | remove : from photo page headline | Struan Donald | 2013-08-02 | -1/+1 |
| | ||||
* | Add in translation framework and templates | Struan Donald | 2013-07-30 | -0/+624 |
For #12 |