##
# list edits (open changesets) in reverse chronological order
def list
- if request.format == :atom and params[:page]
- redirect_to params.merge({ :page => nil }), :status => :moved_permanently
+ if request.format == :atom and params[:max_id]
+ redirect_to params.merge({ :max_id => nil }), :status => :moved_permanently
return
end
end
if request.format == :html and !params[:bbox]
+ require_oauth
render :action => :history, :layout => map_layout
else
changesets = conditions_nonempty(Changeset.all)