| 2009-05-31 | Tom Hughes | Merge a final translation from i18n branch. | tree | commitdiff | 
| 2009-05-31 | Tom Hughes | More missing files from I18N merge. | tree | commitdiff | 
| 2009-05-31 | Tom Hughes | Missing migrations from I18N merrge. | tree | commitdiff | 
| 2009-05-31 | Tom Hughes | Merged I18N branch to head. | tree | commitdiff | 
| 2009-05-31 | Tom Hughes | Sort out storage and use of user preferred languages. | tree | commitdiff | 
| 2009-05-31 | Tom Hughes | Add a remove_foreign_key method and make migration... | tree | commitdiff | 
| 2009-05-31 | Tom Hughes | Merge 15165:15373 from trunk. | tree | commitdiff | 
| 2009-05-30 | Tom Hughes | Fix foreign key. | tree | commitdiff | 
| 2009-05-30 | Tom Hughes | Add a list of languages and fix a few issues with the... | tree | commitdiff | 
| 2009-05-27 | Tom Hughes | Only use the db functions for migrations if USE_DB_FUNC... | tree | commitdiff | 
| 2009-05-26 | Thomas Wood | Merge r15175 from i18n_2 branch. | tree | commitdiff | 
| 2009-05-23 | Tom Hughes | Use a block to add the language record as rails seems... | tree | commitdiff | 
| 2009-05-23 | Tom Hughes | Rename language_code to code - language_code is tautolo... | tree | commitdiff | 
| 2009-05-22 | Thomas Wood | Fix missing require in migrations. | tree | commitdiff | 
| 2009-05-22 | Shaun McDonald | First stage of i18n. Some migrations and extra plugins. | tree | commitdiff | 
| 2009-05-11 | Tom Hughes | Use a local lookup table for country bounding boxes... | tree | commitdiff | 
| 2009-05-08 | Tom Hughes | Add missing requires for the migration helper core. | tree | commitdiff | 
| 2009-05-08 | Tom Hughes | Fix bogus casts - lat/lon are signed. | tree | commitdiff | 
| 2009-05-08 | Tom Hughes | Add postgres implementation of tile_for_point function. | tree | commitdiff | 
| 2009-05-08 | Tom Hughes | Add yet more foreign keys. | tree | commitdiff | 
| 2009-05-07 | Tom Hughes | Add foreign key constraints for users. | tree | commitdiff | 
| 2009-04-24 | Matt Amos | Patching better 412 error messages from mis-commit... | tree | commitdiff | 
| 2009-04-20 | Tom Hughes | Add some extra indexes to the changesets table. | tree | commitdiff | 
| 2009-04-20 | Tom Hughes | Add missing files from api06 merge. | tree | commitdiff | 
| 2009-04-20 | Tom Hughes | Add changeset indexes to nodes, ways and relations. | tree | commitdiff | 
| 2009-04-20 | Tom Hughes | Add a user index to the changeset table. | tree | commitdiff | 
| 2009-04-20 | Tom Hughes | Merge api06 branch to trunk. | tree | commitdiff | 
| 2009-04-16 | Tom Hughes | Merge 14394:14533 from trunk. | tree | commitdiff | 
| 2009-04-16 | Tom Hughes | Handle differences in interval constant formatting. | tree | commitdiff | 
| 2009-04-13 | Shaun McDonald | reverting last change, which included posgres config... | tree | commitdiff | 
| 2009-04-13 | Shaun McDonald | Remove duplication that is in the test helper. Adding... | tree | commitdiff | 
| 2009-04-12 | Shaun McDonald | More tests, found a bug in the data browser, no fix... | tree | commitdiff | 
| 2009-04-09 | Tom Hughes | Explicitly set the default for home_lat and home_lon... | tree | commitdiff | 
| 2009-04-09 | Tom Hughes | Use the inet type for IP addresses in postgres. | tree | commitdiff | 
| 2009-04-09 | Tom Hughes | Fix primary key creation for ACL table. | tree | commitdiff | 
| 2009-04-09 | Tom Hughes | Use pg_config to find postgres. | tree | commitdiff | 
| 2009-04-09 | Thomas Wood | Fix readme instructions for module compilation | tree | commitdiff | 
| 2009-04-08 | Tom Hughes | Merge 14059:14394 from trunk. | tree | commitdiff | 
| 2009-03-12 | Tom Hughes | Merged 14009:14059 from trunk. | tree | commitdiff | 
| 2009-03-08 | Tom Hughes | Commit ACL related files from earlier merges as svn... | tree | commitdiff | 
| 2009-03-08 | Tom Hughes | Merge 12304:14009 from trunk. | tree | commitdiff | 
| 2009-02-19 | Tom Hughes | Add an ACL system to allow key/value pairs to be attach... | tree | commitdiff | 
| 2008-12-12 | Shaun McDonald | resync from rails_port 11795:12304 | tree | commitdiff | 
| 2008-12-12 | Tom Hughes | Add some extra indexes. | tree | commitdiff | 
| 2008-11-17 | Matt Amos | Migration to add close-time to changesets. This replace... | tree | commitdiff | 
| 2008-11-10 | Andy Allan | Postgres adapter, and make migration 022 db-agnostic | tree | commitdiff | 
| 2008-11-10 | Matt Amos | Made relations ordered. Added some tests for this.... | tree | commitdiff | 
| 2008-11-09 | Andy Allan | remove indexes before renaming tables (some dbs have... | tree | commitdiff | 
| 2008-11-09 | Andy Allan | migrations: add specific method for nodes/ways/relation... | tree | commitdiff | 
| 2008-11-09 | Andy Allan | move index dropping to remove_index method | tree | commitdiff | 
| 2008-11-09 | Daniel Silverstone | Update DB readme for PgSQL a bit | tree | commitdiff | 
| 2008-11-08 | Daniel Silverstone | CREATE FUNCTION statement for pgsql | tree | commitdiff | 
| 2008-11-08 | Daniel Silverstone | Support building a postgresql binding for maptile_for_point | tree | commitdiff | 
| 2008-11-08 | Andy Allan | move fulltext indexes to monkeypatch, since not all... | tree | commitdiff | 
| 2008-11-08 | Andy Allan | Move db engine changing into db adaptor monkeypatch | tree | commitdiff | 
| 2008-11-08 | Andy Allan | last of the auto_increments removed from the migrations | tree | commitdiff | 
| 2008-11-08 | Andy Allan | Fixing boo-boo in r11802 - but you can assign integers... | tree | commitdiff | 
| 2008-11-08 | Andy Allan | Moving AUTO_INCREMENTs to monkeypatching. Seems a bit... | tree | commitdiff | 
| 2008-11-08 | Andy Allan | Boolean correctness in migrations | tree | commitdiff | 
| 2008-11-08 | Andy Allan | move bigint_pk id column into table def, no need to... | tree | commitdiff | 
| 2008-11-08 | Shaun McDonald | fixing one cmd that was missed in the resync | tree | commitdiff | 
| 2008-11-08 | Shaun McDonald | Resyncing from head 10895:11795 | tree | commitdiff | 
| 2008-11-08 | Andy Allan | Change bigint id column to monkeypatching-friendly... | tree | commitdiff | 
| 2008-11-07 | Shaun McDonald | fix the indentation only | tree | commitdiff | 
| 2008-11-06 | Shaun McDonald | Doing the update version part of the migration in chunk... | tree | commitdiff | 
| 2008-11-05 | Shaun McDonald | Fixing the migration so that it will better match the... | tree | commitdiff | 
| 2008-11-04 | Shaun McDonald | Minor fix (integer => bigint) to one of the migrations... | tree | commitdiff | 
| 2008-10-22 | Shaun McDonald | Fixing the error messages | tree | commitdiff | 
| 2008-10-12 | Tom Hughes | Log the IP address used to create an account. | tree | commitdiff | 
| 2008-10-03 | Shaun McDonald | Fixing a bug in my foreign keys. I can now upload and... | tree | commitdiff | 
| 2008-09-30 | Shaun McDonald | wrong foreign key command in the migration | tree | commitdiff | 
| 2008-09-30 | Shaun McDonald | wrong foreign key command in the migration | tree | commitdiff | 
| 2008-09-30 | Shaun McDonald | using the wrong field name in one of the migrations | tree | commitdiff | 
| 2008-09-30 | Shaun McDonald | changing the changesets migrations, so that the user... | tree | commitdiff | 
| 2008-09-25 | Shaun McDonald | Minor fix for the migration that was moved | tree | commitdiff | 
| 2008-09-25 | Shaun McDonald | Doing a resync from mainline 8633:10895. There was... | tree | commitdiff | 
| 2008-08-24 | Tom Hughes | Fix migration. | tree | commitdiff | 
| 2008-08-24 | Tom Hughes | Add basic support for logically deleting a user. | tree | commitdiff | 
| 2008-08-13 | Tom Hughes | Allow users to change their email address. Closes ... | tree | commitdiff | 
| 2008-08-13 | Tom Hughes | Allow a user's email address to be marked invalid,... | tree | commitdiff | 
| 2008-08-13 | Tom Hughes | Add an administrator flag to the user table. | tree | commitdiff | 
| 2008-07-03 | Shaun McDonald | Merge changes from trunk 7673:8632. | tree | commitdiff | 
| 2008-05-04 | Tom Hughes | The current_way_nodes table is already an InnoDB table. | tree | commitdiff | 
| 2008-05-04 | Gabriel Ebner | api06: Fix tag parsing in the node-tags-normalization... | tree | commitdiff | 
| 2008-05-04 | Gabriel Ebner | api06: Use 2-byte ints and check malloc return value. | tree | commitdiff | 
| 2008-05-04 | Gabriel Ebner | api06: Fix bounds check. | tree | commitdiff | 
| 2008-05-04 | Gabriel Ebner | api06: 013_populate_node_tags_and_remove_helper: Initia... | tree | commitdiff | 
| 2008-05-04 | Frederik Ramm | buffer overrun fix | tree | commitdiff | 
| 2008-05-04 | Tom Hughes | Add timestamp indexes to current_ways and current_relat... | tree | commitdiff | 
| 2008-05-04 | Tom Hughes | Merge 7649:7673 from trunk. | tree | commitdiff | 
| 2008-05-04 | Tom Hughes | Go back to using user_id+k as the primary key for user... | tree | commitdiff | 
| 2008-05-04 | Gabriel Ebner | api06: Move add-changeset migr. to no. 16. | tree | commitdiff | 
| 2008-05-04 | Gabriel Ebner | api06: Merge changesets code from Frederik. | tree | commitdiff | 
| 2008-05-04 | Frederik Ramm | initial changeset support | tree | commitdiff | 
| 2008-05-04 | Tom Hughes | When adding new primary keys, drop the old indexes... | tree | commitdiff | 
| 2008-05-04 | Gabriel Ebner | api06: Fix the version-numbers-on-current-tables migrat... | tree | commitdiff | 
| 2008-05-04 | Gabriel Ebner | split_node_tags: Merge changes in main branch up to... | tree | commitdiff | 
| 2008-05-04 | Gabriel Ebner | split_node_tags: Implement key constraints. | tree | commitdiff | 
| 2008-05-03 | Gabriel Ebner | split_node_tags: Forgot to migrate current_way_tags... | tree | commitdiff | 
| 2008-05-03 | Gabriel Ebner | split_node_tags: | tree | commitdiff | 
| next |