]> git.openstreetmap.org Git - rails.git/commit
API 0.4 Updates - work on traces pages + pagination, edit tab, some API testing
authorDan Moore <writetodan@yahoo.com>
Fri, 23 Mar 2007 23:13:19 +0000 (23:13 +0000)
committerDan Moore <writetodan@yahoo.com>
Fri, 23 Mar 2007 23:13:19 +0000 (23:13 +0000)
commitd07277efba0c0069705bbefa68f2624a9c6c9ff0
treef59cf1a506c75d9c0b5e9de1996637c4a6c06d11
parente7c2d2a211e0f5604acc53f4a941067d94d675a9
API 0.4 Updates - work on traces pages + pagination, edit tab, some API testing
* traces - added some routes, replicated data access / pagination, but presentation and pending file control not complete
* edit - setup so that applet can be loaded + token authorisation enabled
* API - tests out ok against applet, but had to change segment-node associations
* misc - gems version required upgraded to 1.2.3 (latest stable rails version), changed some find_first to find(:first... calls
25 files changed:
app/controllers/api_controller.rb
app/controllers/application.rb
app/controllers/node_controller.rb
app/controllers/segment_controller.rb
app/controllers/trace_controller.rb
app/controllers/way_controller.rb
app/models/node.rb
app/models/segment.rb
app/models/trace.rb
app/models/user.rb
app/models/way.rb
app/views/layouts/site.rhtml
app/views/site/edit.rhtml
app/views/trace/_trace.rhtml
app/views/trace/_trace_optionals.rhtml [new file with mode: 0644]
app/views/trace/_trace_paging_nav.rhtml [new file with mode: 0644]
app/views/trace/list.rhtml
app/views/trace/mine.rhtml
config/database.yml
config/environment.rb
config/routes.rb
db/migrate.sql
lib/daemons/gpx_import.rb
public/images/RSS.gif [new file with mode: 0644]
script/daemons