Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | add "no results" message on user search | Dave Whiteland | 2013-09-05 | -1/+6 | |
| | | | | | | |||||
| * | | | | | bring back "devolved" to describe contact-specific endpoints | Dave Whiteland | 2013-09-05 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | I thought the word "override" was clearer, but I was wrong | ||||
| * | | | | | move override/devolved checkbox outside of hidden/revealed div | Dave Whiteland | 2013-09-05 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This checkbox should not only be revealed if the send method is not email, because it potentially applies all the time | ||||
| * | | | | | remove SHOW_ADMIN_HINTS config | Dave Whiteland | 2013-09-05 | -32/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | admin hints are displayed *like it or not* (actually, could hide for a given cobrand with CSS setting display:none) | ||||
| * | | | | | add toggle button to hide contacts, closes #505 | Dave Whiteland | 2013-09-05 | -0/+19 | |
| | | | | | | |||||
| * | | | | | indicated deleted categories clearly on the body admin | Dave Whiteland | 2013-09-05 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | this has been catching me out for years :-) | ||||
| * | | | | | add flagged user hint | Dave Whiteland | 2013-09-05 | -1/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | also updated flagged page to indicate that flagged user's reports are automatically hidden (by send_reports) | ||||
| * | | | | | add user body hint | Dave Whiteland | 2013-09-05 | -1/+13 | |
| | | | | | | |||||
| * | | | | | add user name admin hint | Dave Whiteland | 2013-09-05 | -1/+11 | |
| | | | | | | |||||
| * | | | | | add no-bullets style declaration to default admin CSS | Dave Whiteland | 2013-09-05 | -0/+6 | |
| | | | | | | |||||
| * | | | | | add user search hint | Dave Whiteland | 2013-09-05 | -0/+3 | |
| | | | | | | |||||
| * | | | | | move those divs out of the paragraphs! | Dave Whiteland | 2013-09-05 | -102/+103 | |
| | | | | | | | | | | | | | | | | | | | | | | | | added bottom margin to info boxes to fix layout on body form (hint div floating beneath it) | ||||
| * | | | | | add diligency league hint | Dave Whiteland | 2013-09-05 | -0/+7 | |
| | | | | | | |||||
| * | | | | | add open311 hints | Dave Whiteland | 2013-09-05 | -4/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Also changed 'extended status' label to be inline to match the others | ||||
| * | | | | | add send method hint | Dave Whiteland | 2013-09-05 | -0/+8 | |
| | | | | | | |||||
| * | | | | | add area covered hint | Dave Whiteland | 2013-09-05 | -0/+8 | |
| | | | | | | |||||
| * | | | | | add body parent hint | Dave Whiteland | 2013-09-05 | -0/+8 | |
| | | | | | | |||||
| * | | | | | add body name hint | Dave Whiteland | 2013-09-05 | -0/+8 | |
| | | | | | | |||||
| * | | | | | add hint for 'add bodies' | Dave Whiteland | 2013-09-05 | -1/+7 | |
| | | | | | | |||||
| * | | | | | don't hide with slideUp on page load | Dave Whiteland | 2013-09-05 | -6/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | if open311 shouldn't be show, hide it straight away (slideUp animation was distracting) | ||||
| * | | | | | tweaks to admin hint CSS | Dave Whiteland | 2013-09-05 | -2/+3 | |
| | | | | | | |||||
| * | | | | | add display-on-click hints | Dave Whiteland | 2013-09-05 | -2/+50 | |
| | | | | | | |||||
| * | | | | | move new admin styles into _layout.scss | Dave Whiteland | 2013-09-05 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is probably better practice since we can use sass Maybe need to bring the other style declarations in header into scss file too | ||||
| * | | | | | add open311 body form hint | Dave Whiteland | 2013-09-05 | -1/+10 | |
| | | | | | | |||||
| * | | | | | hide open311 inputs for bodies unless needed | Dave Whiteland | 2013-09-05 | -1/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | basically if send method is not email (or there's an endpoint value), don't show the form Maybe we need to have an "show all fields" button/link but for normal use I think this is OK | ||||
| * | | | | | make js available in admin pages | Dave Whiteland | 2013-09-05 | -1/+9 | |
| | | | | | | |||||
| * | | | | | report extra line (paste error, whoops) | Dave Whiteland | 2013-09-05 | -1/+0 | |
| | | | | | | |||||
| * | | | | | add explanation hint to flagged list | Dave Whiteland | 2013-09-05 | -0/+7 | |
| | | | | | | |||||
| * | | | | | update flagged report page title | Dave Whiteland | 2013-09-05 | -1/+1 | |
| | | | | | | |||||
| * | | | | | show "no bodies" hint on empty body db | Dave Whiteland | 2013-09-05 | -0/+11 | |
| | | | | | | |||||
| * | | | | | put hint through i18n loc | Dave Whiteland | 2013-09-05 | -3/+6 | |
| | | | | | | |||||
| * | | | | | show "no bodies" message insted of empty table | Dave Whiteland | 2013-09-05 | -41/+50 | |
| | | | | | | |||||
| * | | | | | admin hint: empty MAPIT_TYPES probably wrong | Dave Whiteland | 2013-09-05 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | if the MAPIT_URL is set but no areas returned | ||||
| * | | | | | add SHOW_ADMIN_HINTS to conf options | Dave Whiteland | 2013-09-05 | -0/+5 | |
| | | | | | | |||||
| * | | | | | add admin info/warning styles | Dave Whiteland | 2013-09-05 | -0/+15 | |
| | | | | | | |||||
* | | | | | | Version 1.2.4.v1.2.4 | Matthew Somerville | 2013-09-05 | -2/+7 | |
| | | | | | | |||||
* | | | | | | Update .po files with new strings. | Matthew Somerville | 2013-09-05 | -1349/+1562 | |
|/ / / / / | | | | | | | | | | | | | | | | (Also tidy up pt_CV a bit - --no-wrap and miswritten %s entities. | ||||
* | | | | | add Cape Verde Portuguese po file | Dave Whiteland | 2013-09-05 | -0/+4491 | |
| | | | | | |||||
* | | | | | remove Mindelo's language domain | Dave Whiteland | 2013-09-05 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | because we don't need it -- just using translation (pt_CV) file | ||||
* | | | | | add Mindelo FAQ | Dave Whiteland | 2013-09-05 | -0/+121 | |
| | | | | | |||||
* | | | | | switch Fixmindelo to pt_CV locale | Dave Whiteland | 2013-09-05 | -1/+2 | |
| | | | | | |||||
* | | | | | Spell out all "marked as %s" strings. | Matthew Somerville | 2013-09-05 | -17/+35 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | As doing interpolation from a database state field is not great for translation. Fixes #391. | ||||
* | | | | Disable info level logging in some tests | Edmund von der Burg | 2013-09-05 | -0/+15 | |
| | | | | |||||
* | | | | Remove unneeded test diagnostics | Edmund von der Burg | 2013-09-05 | -2/+0 | |
| | | | | |||||
* | | | | Use format_datetime for DBIx::Class searches to get rid of warnings when ↵ | Edmund von der Burg | 2013-09-05 | -14/+27 | |
| |_|/ |/| | | | | | | | | running test suite | ||||
* | | | Be consistent with references in templates | Chris Mytton | 2013-09-05 | -2/+2 | |
| |/ |/| | |||||
* | | Refer to stashed variables more idiomatically | Chris Mytton | 2013-09-05 | -2/+2 | |
| | | |||||
* | | Stop Template Toolkit indenting multiline strings. | Matthew Somerville | 2013-09-04 | -0/+539 | |
|/ | | | | | | | Embed a local copy of Template::Document, which includes the change of https://github.com/abw/Template2/pull/29 so that multiline quoted strings within a template are not indented and thus stop translating. | ||||
* | [Zurich] Ensure only superusers can add/edit bodies | Chris Mytton | 2013-09-04 | -0/+2 | |
| | |||||
* | Fix comment in tests | Chris Mytton | 2013-09-04 | -1/+1 | |
| |