aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
Commit message (Collapse)AuthorAgeLines
* Redirect to front page if nothing provided.Matthew Somerville2013-02-20-4/+7
|
* Fetch needed column.Matthew Somerville2013-02-20-2/+2
|
* Zurich CSV header, and add category.Matthew Somerville2013-02-20-2/+2
|
* Put planned in all_states.Matthew Somerville2013-02-20-0/+1
|
* Translate user details in Zurich external email.Matthew Somerville2013-02-20-1/+1
|
* Add noddy reports export function.Matthew Somerville2013-02-14-4/+14
|
* Remove *_local tz functions, set timezone on fetching original columns from ↵Matthew Somerville2013-02-14-92/+77
| | | | database.
* Correct Zurich like stats.Matthew Somerville2013-02-14-5/+5
|
* Used same variable for two things.Matthew Somerville2013-02-14-2/+2
|
* Add Zurich super user stats page.Matthew Somerville2013-02-14-5/+89
|
* return details of updates to the report in ajax callStruan Donald2013-02-12-1/+32
|
* category is public on reports awaiting moderationStruan Donald2013-02-12-1/+1
|
* full stop required to be picked up by translationStruan Donald2013-02-12-1/+1
|
* correct spelling mistakeStruan Donald2013-02-12-1/+1
|
* move as_hashref call to the cobrand to enable applying any cobrand based ↵Struan Donald2013-02-12-1/+39
| | | | workflow rules
* Allow email indent to be a cobrand parameter.Matthew Somerville2013-02-11-0/+14
|
* Warnfix.Matthew Somerville2013-02-11-1/+1
|
* Don't use problem sort on update search.Matthew Somerville2013-02-08-1/+1
|
* Reference things that might have direction.Matthew Somerville2013-02-08-2/+2
|
* Allow sorting of more Zurich admin tables.Matthew Somerville2013-02-08-6/+18
|
* Only store original detail if it changes.Matthew Somerville2013-02-08-1/+1
|
* Allow Zurich admin to change location of pin, with confirmation (fixes a1).Matthew Somerville2013-02-08-1/+12
|
* Send updates to user from body email address (fixes a2a).Matthew Somerville2013-02-08-0/+6
|
* Don't fetch width/height for full size images.Matthew Somerville2013-02-07-4/+6
|
* Unneeded text now cache better.Matthew Somerville2013-02-07-2/+0
|
* Add hash as query parameter on photos so that rotating instantly works, no ↵Matthew Somerville2013-02-07-23/+29
| | | | cache issues (fixes a3).
* Fix body name in external assignment email, missing %s in translation, ↵Matthew Somerville2013-02-07-4/+6
| | | | associated tests (fix a28).
* Need to get 0 if sent.Matthew Somerville2013-02-06-1/+1
|
* Missed an order.Matthew Somerville2013-02-06-1/+1
|
* Start of Zurich admin table sort ordering (DM).Matthew Somerville2013-02-06-2/+8
|
* report page's big pin uses status-based pin colour for Zurich (other ↵Dave Whiteland2013-02-05-1/+1
| | | | cobrands remain fixed at yellow)
* use problem's pin colour (rather than 'yellow') in admin report edit (Zurich ↵Dave Whiteland2013-02-05-1/+1
| | | | only)
* Move Zurich reports query restriction higher so else catches it too.Matthew Somerville2013-02-05-26/+18
|
* Do problem search lookup in database, not in template.Matthew Somerville2013-02-05-3/+22
|
* SDM index page pagination.Matthew Somerville2013-02-05-1/+4
|
* Default order, and paginate DM/SDM summary pages.Matthew Somerville2013-02-05-1/+17
|
* Reports list, and start of pagination.Matthew Somerville2013-02-05-0/+9
|
* Show admin users on Users page by default.Matthew Somerville2013-02-05-0/+12
|
* Redirect better to prevent possible infinite loop, update test.Matthew Somerville2013-02-05-1/+4
|
* use cobrand prettify_dt method rather calling directly so it gets called ↵Struan Donald2013-02-05-2/+2
| | | | with correct params
* Add prettify_dt method to cobrand and to zurich cobrand so we can useStruan Donald2013-02-05-0/+22
| | | | it on the ajax report details call
* Redirect from auth to admin if already logged in on Zurich.Matthew Somerville2013-02-05-1/+2
|
* Fix Zurich zoom levels (b4).Matthew Somerville2013-02-05-27/+19
|
* add FixMyBarnagay council_id so users_can_hide triggers display of hide buttonDave Whiteland2013-02-05-0/+3
|
* Add a basic FMB test.Matthew Somerville2013-02-04-1/+11
|
* Remove all special body handling in order to move FMB to use bodies properly.Matthew Somerville2013-02-04-39/+1
|
* FixMyBarangay: let staff hide reports in their own barangay (i.e., won't ↵Dave Whiteland2013-02-04-0/+3
| | | | work for departments/MICS yet..)
* Fix infinite memory-eating loop.Matthew Somerville2013-02-04-1/+2
| | | | | | Reading from $problem->areas is a new string each time, so the global regex gets reset and the loop never ends. Look up the value once, first, to prevent this.
* Add some more error handling of odd RSS.Matthew Somerville2013-02-04-0/+6
|
* Check we have an area ID to look up first.Matthew Somerville2013-02-04-1/+1
|