aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
* Tabs, text tweaks.matthew2007-02-06-12/+13
|
* Confirm page should say what it's doing.matthew2007-02-03-2/+4
|
* Random line of PHP crept in somehow!matthew2007-02-02-2/+2
|
* Fix misleading check-your-email page.matthew2007-02-02-5/+5
|
* Minor fixes.matthew2007-02-02-8/+9
|
* Update FAQ, JS tweak.matthew2007-02-02-19/+17
|
* Record whether map is used, to change report sent to council.matthew2007-02-02-4/+7
|
* Submit reports to all councils covering point; add beta.matthew2007-02-02-20/+22
|
* Problems with floated children.matthew2007-02-02-9/+10
|
* Remove nbsp from CSV; look for CGI not PHP; remove some old code.matthew2007-02-02-3/+2
|
* Need to preventDefault() for this to work.matthew2007-02-02-9/+14
|
* Shrink Yahoo!'s JS a bit.matthew2007-02-01-111/+38
|
* Bugfixing.matthew2007-01-30-5/+12
|
* Use Yahoo!'s event handling to get around possible loading error; copematthew2007-01-30-8/+9
| | | | with edge of the map.
* Text tweak; warning fix; style fix.matthew2007-01-30-8/+6
|
* Typo.matthew2007-01-26-1/+1
|
* Better alert handling, validation, checking; nicer front end, advertisematthew2007-01-26-60/+166
| | | | RSS/alerts upon confirmation.
* Tidy up alert code, use XSL rather than HTML chooser, feed icons.matthew2007-01-26-34/+123
|
* Typo, and comment on where to ask about email alert possibly.matthew2007-01-26-1/+3
|
* RSS/email alerts for updates, local problems.matthew2007-01-26-68/+187
|
* Fix problem reporting without the map; other changes.matthew2007-01-24-123/+135
|
* Text update, colour tweak, possible JS edge cage perhaps fixed?matthew2007-01-23-66/+75
|
* We don't have a drag element, so don't try to set its position.matthew2007-01-21-0/+1
|
* Don't wrap tiles, some tweaks.matthew2007-01-20-62/+68
|
* Tiny bugfix.matthew2007-01-19-16/+16
|
* Improvements to JS; move browser support onto Yahoo!'s shoulders. ;)matthew2007-01-19-112/+70
| | | | Workaround Firefox onMouseUp weirdness (related to Bugzilla 282266 I believe).
* Deal with multiple councils, more error checking, tidy some code.matthew2007-01-19-43/+83
|
* Update YUI; clean up JS a bit, add to-dos.matthew2007-01-17-692/+630
|
* First go at numbered pins.matthew2006-10-19-26/+49
|
* Be sure to remove photo param before displaying anything.matthew2006-10-18-7/+12
|
* Loading council data into the database; text tweaks.matthew2006-10-13-4/+4
|
* Show pins on individual problem page, better pin highlighting.matthew2006-10-10-104/+111
|
* Display of fixed problems.matthew2006-10-10-3/+7
|
* Allow fixing of problems via updates, and reopening too.matthew2006-10-10-20/+35
|
* Dragging in IE!matthew2006-10-10-41/+53
|
* Add photo upload, few other fixes.matthew2006-10-10-48/+132
|
* Add optional phone box.matthew2006-10-09-6/+9
|
* Various bugfixes and improvements; new pins.matthew2006-10-09-46/+104
|
* Let's not perform a needless nested loop on every mousemove shall we?matthew2006-10-07-103/+87
| | | | Dragging should be much quicker now.
* Don't reload tiles if it's what we already have.matthew2006-10-07-3/+8
|
* Typo.matthew2006-10-06-2/+2
|
* Absolute locations for confirm pages; don't fetch an ID then add with a new one.matthew2006-10-06-4/+4
|
* Dragging, in Firefox at least.matthew2006-09-29-18/+133
|
* Make pins links again (would be nice to link with the text; presumablymatthew2006-09-29-8/+13
| | | | will have to be JavaScript now :-/ ).
* Add YUI modules.matthew2006-09-29-0/+282
|
* Don't error on non-map pages.matthew2006-09-28-10/+10
|
* JS updates; pins hide when scroll off the map.matthew2006-09-28-82/+86
|
* Form state is remembered when clicking the Back button. So can't rely onmatthew2006-09-28-8/+10
| | | | that for drawing the correct bit of the map...
* Proper proxying; JS scrolling using arrows; GIF pins as the PNG fixing inmatthew2006-09-28-178/+95
| | | | IE caused onLoad never to fire.
* Start of JavaScript on new site; stupid proxy for tileserver (should addmatthew2006-09-28-107/+204
| | | | callback to JSON response instead). Think I need help with tile updating.