aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
* Tidy up FMB templates a little.Matthew Somerville2012-10-04-3/+2
|
* Show sidebar if not-FMB or council user, not both.Matthew Somerville2012-10-03-2/+2
|
* Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetDave Whiteland2012-10-03-2/+2
|\
| * Allow closed->fixed transition in questionnaire, and spot closed problems in ↵Matthew Somerville2012-10-03-2/+2
| | | | | | | | response text (fix #269).
* | Merge branch 'fmb-read-only'Dave Whiteland2012-10-03-31/+641
|\ \ | |/ |/| | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm
| * adding a 'suggest_username' to message_manager_client.js, now only fills ↵Dave Whiteland2012-10-01-2/+1
| | | | | | | | 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 Whiteland2012-10-01-4/+6
| | | | | | | | 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 Whiteland2012-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 Whiteland2012-10-01-0/+2
| | | | | | | | email. More convenient than sensible, works for now.
| * remove redundant message 'hide' codeDave Whiteland2012-10-01-8/+0
| |
| * faq textDave Whiteland2012-10-01-4/+55
| |
| * remove console.log debuggingDave Whiteland2012-09-30-6/+0
| |
| * Merge branch 'fmb-read-only' of ↵Dave Whiteland2012-09-30-8/+43
| |\ | | | | | | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into fmb-read-only Conflicts: web/cobrands/fixmybarangay/message_manager.scss
| | * admin interface to add contact level endpointsStruan Donald2012-09-28-0/+27
| | |
| | * admin interface to set endpoint as devolvedStruan Donald2012-09-28-1/+9
| | |
| | * correct site titleStruan Donald2012-09-27-1/+1
| | |
| | * remove locate me automatically as it makes no senseStruan Donald2012-09-26-6/+6
| | |
| * | make SHOW MESSAGES and COPY TO UPDATE conditional on page displaying single ↵Dave Whiteland2012-09-30-28/+31
| | | | | | | | | | | | problem
| * | reply js/formatting for MM in /around, note suppressed SHOW MESSAGES and ↵Dave Whiteland2012-09-30-81/+95
| |/ | | | | | | COPY TO UPDATE for now
| * cut down alert options to within boundary ofStruan Donald2012-08-28-14/+63
| |
| * only show message manager interface for council usersStruan Donald2012-08-28-0/+2
| |
| * missing wordStruan Donald2012-08-27-2/+2
| |
| * change report form text to make more sense within contextStruan Donald2012-08-27-1/+10
| |
| * Display support count even if not logged inStruan Donald2012-08-27-6/+12
| | | | | | | | use a button for adding support rather than a link
| * cobrand.moniker not plain cobrandStruan Donald2012-08-27-1/+1
| |
| * show wards if NOT fixmybarangay cobrandStruan Donald2012-08-27-1/+1
| |
| * FixMyBarangay does not have wards so do not list them in the dashboardStruan Donald2012-08-24-0/+2
| |
| * show/hide message manager message listStruan Donald2012-08-23-2/+8
| |
| * Better words for supporter countStruan Donald2012-08-23-1/+1
| |
| * allow adding of message manager messages as updates rather than as issuesStruan Donald2012-08-23-2/+89
| |
| * initial crude add support option for a problemStruan Donald2012-08-23-0/+8
| |
| * update alert page text to be appropriate for FixMyBarangayStruan Donald2012-08-22-0/+41
| |
| * sort out small issues from mergeStruan Donald2012-08-22-1/+1
| |
| * fix accidentally commited conflicted file :(Struan Donald2012-08-22-36/+0
| |
| * Merge remote-tracking branch 'origin/master' into fmb-read-onlyStruan Donald2012-08-22-643/+761
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/general.yml-example perllib/FixMyStreet/App/Controller/Council.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/Cobrand/Default.pm templates/web/default/around/around_index.html templates/web/default/index.html templates/web/emptyhomes/index.html templates/web/fixmystreet/around/around_index.html templates/web/fixmystreet/index.html web/fixmystreet_app_cgi.cgi web/fixmystreet_app_fastcgi.cgi
| * | move localstorage to sessionstorage, and clear on logoutDave Whiteland2012-07-24-7/+12
| | |
| * | END token not in braces confuses parser so be a bit more explicitStruan Donald2012-07-12-5/+4
| | |
| * | Tidy up templates, to make it easier to keep in sync.Matthew Somerville2012-07-12-276/+24
| | |
| * | changed mm_msg_id to external_source_id, and added external_source colDave Whiteland2012-07-12-6/+6
| | |
| * | Merge remote branch 'origin/fmb-read-only' into fmb-read-onlyDave Whiteland2012-07-11-1/+1
| |\ \ | | | | | | | | | | | | | | | | Conflicts: perllib/FixMyStreet/App/Controller/Report/New.pm
| | * | if report generated from message manager pass id to report pageStruan Donald2012-07-11-1/+1
| | | |
| * | | reworking mm_msg_id, instead of serviceDave Whiteland2012-07-11-12/+14
| |/ /
| * | add MESSAGE_MANAGER_URL configDave Whiteland2012-07-11-3/+3
| | |
| * | passing MM message number through service field, callback on view (needs ↵Dave Whiteland2012-07-10-25/+31
| | | | | | | | | | | | client check to only trigger on rreports created this session)
| * | pass the MM message ID into FMS on submit, if there is oneDave Whiteland2012-07-05-0/+9
| | |
| * | Call /messages/available on load (and remove spurious extra div)Dave Whiteland2012-07-05-2/+2
| | |
| * | mm layout/locks after /avaible messages are pulled from MMDave Whiteland2012-07-05-6/+17
| | |
| * | MM ajax calls, using message_manager_client.jsDave Whiteland2012-07-04-2/+54
| | |
| * | FMB web fixesDave Whiteland2012-06-25-1/+117
| | |
| * | Merge branch 'master' into fmb-read-onlyDave Whiteland2012-06-25-604/+468
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css perllib/FixMyStreet/Cobrand/FixMyStreet.pm