Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'fmb-read-only' | Dave Whiteland | 2012-10-03 | -250/+2037 |
|\ | | | | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm | |||
| * | js lint semicolon fix | Dave Whiteland | 2012-10-01 | -1/+1 |
| | | ||||
| * | adding a 'suggest_username' to message_manager_client.js, now only fills ↵ | Dave Whiteland | 2012-10-01 | -8/+15 |
| | | | | | | | | username if none is already in use, fixes mysociety/message-manager#26 | |||
| * | explicitly handle msg-is-active class for message that will be used to ↵ | Dave Whiteland | 2012-10-01 | -5/+8 |
| | | | | | | | | create report, instead of msg-is-owned, fixes mysociety/message-manager#49 | |||
| * | don't use form tag in reply div, because it will nest in the main submit ↵ | Dave Whiteland | 2012-10-01 | -2/+2 |
| | | | | | | | | form, which is very bad | |||
| * | assume/guess that MM username -if it exists at all- will be based on the ↵ | Dave Whiteland | 2012-10-01 | -0/+2 |
| | | | | | | | | email. More convenient than sensible, works for now. | |||
| * | remove redundant message 'hide' code | Dave Whiteland | 2012-10-01 | -8/+0 |
| | | ||||
| * | faq text | Dave Whiteland | 2012-10-01 | -4/+55 |
| | | ||||
| * | tiny layout tidy | Dave Whiteland | 2012-10-01 | -5/+2 |
| | | ||||
| * | remove console.log debugging | Dave Whiteland | 2012-09-30 | -6/+0 |
| | | ||||
| * | JS lint fixes | Dave Whiteland | 2012-09-30 | -9/+7 |
| | | ||||
| * | display 'owned' message very strongly (since we're using exclusive locks), ↵ | Dave Whiteland | 2012-09-30 | -3/+5 |
| | | | | | | | | now matches the 'click map to report...' call-to-action | |||
| * | Merge branch 'fmb-read-only' of ↵ | Dave Whiteland | 2012-09-30 | -283/+481 |
| |\ | | | | | | | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into fmb-read-only Conflicts: web/cobrands/fixmybarangay/message_manager.scss | |||
| | * | FMB Sprite tweaks | Jedidiah Broadbent | 2012-09-28 | -24/+22 |
| | | | ||||
| | * | Merge branch 'fmb-read-only' of ↵ | Jedidiah Broadbent | 2012-09-28 | -9/+53 |
| | |\ | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into fmb-read-only | |||
| | | * | admin interface to add contact level endpoints | Struan Donald | 2012-09-28 | -0/+34 |
| | | | | ||||
| | | * | we now return a hash from get_council_sender | Struan Donald | 2012-09-28 | -7/+7 |
| | | | | ||||
| | | * | admin interface to set endpoint as devolved | Struan Donald | 2012-09-28 | -2/+12 |
| | | | | ||||
| | * | | Main nav tweaks, and sprite changes. | Jedidiah Broadbent | 2012-09-28 | -10/+93 |
| | |/ | ||||
| | * | Added a textured header to test. | Jedidiah Broadbent | 2012-09-28 | -74/+88 |
| | | | ||||
| | * | Merge branch 'fmb-read-only' of ↵ | Jedidiah Broadbent | 2012-09-27 | -1/+1 |
| | |\ | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into fmb-read-only | |||
| | | * | correct site title | Struan Donald | 2012-09-27 | -1/+1 |
| | | | | ||||
| | * | | Updated FMB and mySociety logo in sprite | Jedidiah Broadbent | 2012-09-27 | -0/+0 |
| | |/ | ||||
| | * | remove locate me automatically as it makes no sense | Struan Donald | 2012-09-26 | -6/+10 |
| | | | ||||
| | * | ignore autogenerated FixMyBarangay.po | Struan Donald | 2012-09-26 | -0/+1 |
| | | | ||||
| | * | correct syntax error in schema | Struan Donald | 2012-09-26 | -1/+1 |
| | | | ||||
| | * | deal with plurals | Struan Donald | 2012-09-26 | -0/+2 |
| | | | ||||
| | * | generalise make_emptyhomes_po so we can use it for FMB | Struan Donald | 2012-09-26 | -147/+199 |
| | | | | | | | | | | | | | | | make some updates to translations scripts so they work on OS X Use FMB translation in Cobrand | |||
| | * | Fix other part of race condition | Struan Donald | 2012-08-29 | -1/+1 |
| | | | ||||
| * | | small layout spacing fix | Dave Whiteland | 2012-09-30 | -1/+4 |
| | | | ||||
| * | | make SHOW MESSAGES and COPY TO UPDATE conditional on page displaying single ↵ | Dave Whiteland | 2012-09-30 | -28/+31 |
| | | | | | | | | | | | | problem | |||
| * | | reply js/formatting for MM in /around, note suppressed SHOW MESSAGES and ↵ | Dave Whiteland | 2012-09-30 | -82/+153 |
| | | | | | | | | | | | | COPY TO UPDATE for now | |||
| * | | add message_manager_client.js updated from MM | Dave Whiteland | 2012-09-27 | -22/+171 |
| |/ | ||||
| * | allow endpoints to be configured at a category level | Struan Donald | 2012-08-29 | -37/+75 |
| | | | | | | | | | | default cobrand now checks for endpoint configuration and only extra fallbacks are in UK cobrand | |||
| * | remove race condition | Struan Donald | 2012-08-28 | -2/+1 |
| | | ||||
| * | cut down alert options to within boundary of | Struan Donald | 2012-08-28 | -14/+63 |
| | | ||||
| * | only show message manager interface for council users | Struan Donald | 2012-08-28 | -0/+2 |
| | | ||||
| * | missing word | Struan Donald | 2012-08-27 | -2/+2 |
| | | ||||
| * | change report form text to make more sense within context | Struan Donald | 2012-08-27 | -1/+10 |
| | | ||||
| * | Display support count even if not logged in | Struan Donald | 2012-08-27 | -10/+23 |
| | | | | | | | | use a button for adding support rather than a link | |||
| * | cobrand.moniker not plain cobrand | Struan Donald | 2012-08-27 | -1/+1 |
| | | ||||
| * | show wards if NOT fixmybarangay cobrand | Struan Donald | 2012-08-27 | -1/+1 |
| | | ||||
| * | FixMyBarangay does not have wards so do not list them in the dashboard | Struan Donald | 2012-08-24 | -0/+2 |
| | | ||||
| * | adding text from a message manager message increments supporter count | Struan Donald | 2012-08-24 | -0/+4 |
| | | ||||
| * | show/hide message manager message list | Struan Donald | 2012-08-23 | -2/+8 |
| | | ||||
| * | Better words for supporter count | Struan Donald | 2012-08-23 | -1/+1 |
| | | ||||
| * | allow adding of message manager messages as updates rather than as issues | Struan Donald | 2012-08-23 | -2/+95 |
| | | ||||
| * | initial crude add support option for a problem | Struan Donald | 2012-08-23 | -3/+39 |
| | | ||||
| * | update alert page text to be appropriate for FixMyBarangay | Struan Donald | 2012-08-22 | -0/+41 |
| | | ||||
| * | area_types now returns array ref | Struan Donald | 2012-08-22 | -1/+1 |
| | |