##
# Return XML giving the basic info about the changeset. Does not
# return anything about the nodes, ways and relations in the changeset.
##
# Return XML giving the basic info about the changeset. Does not
# return anything about the nodes, ways and relations in the changeset.
changesets = conditions_ids(changesets, params["changesets"])
# sort and limit the changesets
changesets = conditions_ids(changesets, params["changesets"])
# sort and limit the changesets
# preload users, tags and comments, and render result
@changesets = changesets.preload(:user, :changeset_tags, :comments)
# preload users, tags and comments, and render result
@changesets = changesets.preload(:user, :changeset_tags, :comments)