aboutsummaryrefslogtreecommitdiffstats
path: root/web/js2.js
Commit message (Collapse)AuthorAgeLines
* Update YUI; clean up JS a bit, add to-dos.matthew2007-01-17-261/+0
|
* Show pins on individual problem page, better pin highlighting.matthew2006-10-10-2/+2
|
* Allow fixing of problems via updates, and reopening too.matthew2006-10-10-2/+3
|
* Add photo upload, few other fixes.matthew2006-10-10-1/+1
|
* Various bugfixes and improvements; new pins.matthew2006-10-09-19/+10
|
* Let's not perform a needless nested loop on every mousemove shall we?matthew2006-10-07-95/+79
| | | | Dragging should be much quicker now.
* Don't reload tiles if it's what we already have.matthew2006-10-07-1/+4
|
* Dragging, in Firefox at least.matthew2006-09-29-7/+127
|
* Don't error on non-map pages.matthew2006-09-28-10/+10
|
* JS updates; pins hide when scroll off the map.matthew2006-09-28-47/+40
|
* Form state is remembered when clicking the Back button. So can't rely onmatthew2006-09-28-7/+6
| | | | that for drawing the correct bit of the map...
* Proper proxying; JS scrolling using arrows; GIF pins as the PNG fixing inmatthew2006-09-28-71/+78
| | | | IE caused onLoad never to fire.
* Start of JavaScript on new site; stupid proxy for tileserver (should addmatthew2006-09-28-0/+163
callback to JSON response instead). Think I need help with tile updating.