This website requires JavaScript.
Explore
Help
Register
Sign in
cst1
/
openstreetmap-website
Watch
1
Star
0
Fork
You've already forked openstreetmap-website
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ec97c63e5c
openstreetmap-website
/
app
History
Download ZIP
Download TAR.GZ
Shaun McDonald
ec97c63e5c
Fix for the refactoring commited yesterday, based on review by Dave Stubbs
2008-12-05 11:08:58 +00:00
..
controllers
Fix for the refactoring commited yesterday, based on review by Dave Stubbs
2008-12-05 11:08:58 +00:00
helpers
Adding pagination to the changesets, thus allowing you to browe large changesets, without MySQL complaining about memory. Probably needs some fine tuning. You currently can only page one of nodes, ways, and relations, without manually setting the relations. Fixing deprection notice for the classic_pagination plugin.
2008-11-27 17:06:43 +00:00
models
Refactoring the amf controller, and all models so that save_with_history! is now private. Everyone should use create_with_history, delete_with_history, and update_from instead. Also gets the amf controller to do version checks in the node/way/relation models. Needs checked. This breaks Potlatch until
#1376
is fixed.
2008-12-04 17:30:17 +00:00
views
Deal with active record not found exceptions when creating message. Some tidying of html. For some reason in rails 2.1.2 having a comment at the end of a line, in the view, means that the closing tag needs to be on the next line.
2008-12-03 12:56:02 +00:00