openstreetmap-website/app/models
2009-10-01 20:39:04 +00:00
..
access_token.rb Revert r16046. 2009-06-23 02:48:38 +00:00
acl.rb Cope with MySQL and Postgres. 2009-04-16 20:40:32 +00:00
changeset.rb Qualify SCALE properly - apparently object visibility when running the 2009-08-16 10:36:16 +00:00
changeset_tag.rb Changeset tag unit tests 2008-11-19 18:00:52 +00:00
client_application.rb Moved find_token method into the token class, since that seems a more appropriate place for it. 2009-08-03 14:00:29 +00:00
country.rb Use a local lookup table for country bounding boxes rather than relying 2009-05-11 16:50:09 +00:00
diary_comment.rb Add support for commenting on, and replying to, diary entries. 2008-01-17 23:12:25 +00:00
diary_entry.rb Add a list of languages and fix a few issues with the schema. Also get 2009-05-30 16:37:21 +00:00
friend.rb Add basic support for logically deleting a user. 2008-08-24 16:53:42 +00:00
language.rb Add support for reloading the language table. 2009-09-03 21:55:42 +00:00
message.rb Added custom validator for UTF-8 strings. 2008-10-29 16:27:15 +00:00
node.rb Made XML parsing routines raise an exception if the document is valid XML, but not valid as an OSM document. This is now the same behaviour as when the document isn't valid XML. 2009-08-06 17:28:49 +00:00
node_tag.rb More tag validations, and finishing the node/way/relation tests. 2008-11-19 17:23:15 +00:00
notifier.rb Merge 16743:16811 from trunk. 2009-08-03 23:50:47 +00:00
oauth_nonce.rb Revert r16046. 2009-06-23 02:48:38 +00:00
oauth_token.rb Moved find_token method into the token class, since that seems a more appropriate place for it. 2009-08-03 14:00:29 +00:00
old_node.rb Hopefully fix the old_node_controller tests. 2009-04-21 17:07:14 +00:00
old_node_tag.rb Add missing files from api06 merge. 2009-04-20 14:09:35 +00:00
old_relation.rb Merge 15165:15373 from trunk. 2009-05-31 11:32:32 +00:00
old_relation_member.rb Data browser changes, make links more user friendly, displaying name tag where possible. 2009-05-02 00:26:37 +00:00
old_relation_tag.rb More tag validations, and finishing the node/way/relation tests. 2008-11-19 17:23:15 +00:00
old_way.rb Merge 15165:15373 from trunk. 2009-05-31 11:32:32 +00:00
old_way_node.rb Data browser changes, make links more user friendly, displaying name tag where possible. 2009-05-02 00:26:37 +00:00
old_way_tag.rb More tag validations, and finishing the node/way/relation tests. 2008-11-19 17:23:15 +00:00
relation.rb Made XML parsing routines raise an exception if the document is valid XML, but not valid as an OSM document. This is now the same behaviour as when the document isn't valid XML. 2009-08-06 17:28:49 +00:00
relation_member.rb Get rid of foreign_class specification which is no longer needed. 2009-05-01 23:20:53 +00:00
relation_tag.rb Relation Tag testing. Also sort the belong_to/has_many for user/changeset/old_way. 2008-11-18 18:50:24 +00:00
request_token.rb Removed debugging statements accidentally committed. 2009-08-03 13:58:59 +00:00
session.rb Add a model for sessions. 2007-08-09 23:21:17 +00:00
trace.rb Ignore empty tags. Closes #2311. 2009-09-24 23:27:13 +00:00
tracepoint.rb Add extra visibility options for GPS traces, and enhance the API call 2009-08-13 17:06:11 +00:00
tracetag.rb Adding a lower and upper length on various web site varchar fields. Fixes one test. 2008-10-15 16:20:43 +00:00
user.rb Replace a couple calls to inject with more readble constructs. 2009-10-01 20:39:04 +00:00
user_block.rb Tried to DRY the user_blocks controller. Moved the configuration of the blocking periods into application.yml. 2009-09-30 15:44:29 +00:00
user_preference.rb Adding a lower and upper length on various web site varchar fields. Fixes one test. 2008-10-15 16:20:43 +00:00
user_role.rb Refactored user_role and controller. Now much more DRY. 2009-10-01 17:15:34 +00:00
user_token.rb Various updates to the user management, including the creation of a 2007-08-14 23:07:38 +00:00
way.rb Made XML parsing routines raise an exception if the document is valid XML, but not valid as an OSM document. This is now the same behaviour as when the document isn't valid XML. 2009-08-06 17:28:49 +00:00
way_node.rb move potlatch presets to only be generated once, and allow pulling in way_tags in a way via a false primary key 2008-01-24 10:52:10 +00:00
way_tag.rb Validations on the way tags, with unit tests 2008-11-18 16:21:32 +00:00