]> git.openstreetmap.org Git - rails.git/history - db
Escape user-supplied JavaScript. Fixes http://lists.openstreetmap.org/pipermail/talk...
[rails.git] / db /
2009-09-07 Tom HughesAdd xid_to_int4() function for Postgres.
2009-09-03 Tom HughesAdd support for reloading the language table.
2009-08-25 Matt AmosAdded referer URL in user_token so that redirections...
2009-08-18 Tom HughesMerge oauth branch at r17138 to trunk.
2009-08-13 Tom HughesMerge 16891:17044 from trunk.
2009-08-13 Tom HughesAdd extra visibility options for GPS traces, and enhanc...
2009-08-06 Matt AmosMerging 16820:16891 from trunk.
2009-08-04 Tom HughesReplace hard coded nwr enumeration support with a more...
2009-08-04 Tom HughesRequire the migration helper code in some more migrations.
2009-08-03 Tom HughesMerge 16817:16819 from trunk.
2009-08-03 Tom HughesFixed migration - rails uses remove_index not drop_index.
2009-08-03 Tom HughesMerge 16743:16811 from trunk.
2009-08-03 Tom HughesAdd an index on message sender.
2009-08-03 Matt AmosAdded foreign keys to some oauth tables.
2009-07-31 Matt AmosMerged 16488:16743 from trunk.
2009-07-23 Tom HughesAllow messages to be deleted from the outbox as well...
2009-07-23 Tom HughesAdd the ability for a recipient to (logically) delete...
2009-07-14 Tom HughesMerge 16110:16487 from trunk.
2009-06-25 Tom HughesMerge 16070:16110 from trunk.
2009-06-23 Tom HughesRevert r16046.
2009-06-22 Matt AmosAdding initial version of the OAuth token authenticatio...
2009-06-19 Thomas Woodmerge 15807:16012 from rails_port
2009-06-10 Štefan Baeblerdocumented some additional requirements when installing...
2009-06-09 Tom HughesMerge 15722:15806 from head and adjust new views to...
2009-06-07 Tom HughesTweak migration to ensure that migrating from a databas...
2009-05-31 Tom HughesMerge a final translation from i18n branch.
2009-05-31 Tom HughesMore missing files from I18N merge.
2009-05-31 Tom HughesMissing migrations from I18N merrge.
2009-05-31 Tom HughesMerged I18N branch to head.
2009-05-31 Tom HughesSort out storage and use of user preferred languages.
2009-05-31 Tom HughesAdd a remove_foreign_key method and make migration...
2009-05-31 Tom HughesMerge 15165:15373 from trunk.
2009-05-30 Tom HughesFix foreign key.
2009-05-30 Tom HughesAdd a list of languages and fix a few issues with the...
2009-05-27 Tom HughesOnly use the db functions for migrations if USE_DB_FUNC...
2009-05-26 Thomas WoodMerge r15175 from i18n_2 branch.
2009-05-23 Tom HughesUse a block to add the language record as rails seems...
2009-05-23 Tom HughesRename language_code to code - language_code is tautolo...
2009-05-22 Thomas WoodFix missing require in migrations.
2009-05-22 Shaun McDonaldFirst stage of i18n. Some migrations and extra plugins.
2009-05-11 Tom HughesUse a local lookup table for country bounding boxes...
2009-05-08 Tom HughesAdd missing requires for the migration helper core.
2009-05-08 Tom HughesFix bogus casts - lat/lon are signed.
2009-05-08 Tom HughesAdd postgres implementation of tile_for_point function.
2009-05-08 Tom HughesAdd yet more foreign keys.
2009-05-07 Tom HughesAdd foreign key constraints for users.
2009-04-24 Matt AmosPatching better 412 error messages from mis-commit...
2009-04-20 Tom HughesAdd some extra indexes to the changesets table.
2009-04-20 Tom HughesAdd missing files from api06 merge.
2009-04-20 Tom HughesAdd changeset indexes to nodes, ways and relations.
2009-04-20 Tom HughesAdd a user index to the changeset table.
2009-04-20 Tom HughesMerge api06 branch to trunk.
2009-04-16 Tom HughesMerge 14394:14533 from trunk.
2009-04-16 Tom HughesHandle differences in interval constant formatting.
2009-04-13 Shaun McDonaldreverting last change, which included posgres config...
2009-04-13 Shaun McDonaldRemove duplication that is in the test helper. Adding...
2009-04-12 Shaun McDonaldMore tests, found a bug in the data browser, no fix...
2009-04-09 Tom HughesExplicitly set the default for home_lat and home_lon...
2009-04-09 Tom HughesUse the inet type for IP addresses in postgres.
2009-04-09 Tom HughesFix primary key creation for ACL table.
2009-04-09 Tom HughesUse pg_config to find postgres.
2009-04-09 Thomas WoodFix readme instructions for module compilation
2009-04-08 Tom HughesMerge 14059:14394 from trunk.
2009-03-12 Tom HughesMerged 14009:14059 from trunk.
2009-03-08 Tom HughesCommit ACL related files from earlier merges as svn...
2009-03-08 Tom HughesMerge 12304:14009 from trunk.
2009-02-19 Tom HughesAdd an ACL system to allow key/value pairs to be attach...
2008-12-12 Shaun McDonaldresync from rails_port 11795:12304
2008-12-12 Tom HughesAdd some extra indexes.
2008-11-17 Matt AmosMigration to add close-time to changesets. This replace...
2008-11-10 Andy AllanPostgres adapter, and make migration 022 db-agnostic
2008-11-10 Matt AmosMade relations ordered. Added some tests for this....
2008-11-09 Andy Allanremove indexes before renaming tables (some dbs have...
2008-11-09 Andy Allanmigrations: add specific method for nodes/ways/relation...
2008-11-09 Andy Allanmove index dropping to remove_index method
2008-11-09 Daniel SilverstoneUpdate DB readme for PgSQL a bit
2008-11-08 Daniel SilverstoneCREATE FUNCTION statement for pgsql
2008-11-08 Daniel SilverstoneSupport building a postgresql binding for maptile_for_point
2008-11-08 Andy Allanmove fulltext indexes to monkeypatch, since not all...
2008-11-08 Andy AllanMove db engine changing into db adaptor monkeypatch
2008-11-08 Andy Allanlast of the auto_increments removed from the migrations
2008-11-08 Andy AllanFixing boo-boo in r11802 - but you can assign integers...
2008-11-08 Andy AllanMoving AUTO_INCREMENTs to monkeypatching. Seems a bit...
2008-11-08 Andy AllanBoolean correctness in migrations
2008-11-08 Andy Allanmove bigint_pk id column into table def, no need to...
2008-11-08 Shaun McDonaldfixing one cmd that was missed in the resync
2008-11-08 Shaun McDonaldResyncing from head 10895:11795
2008-11-08 Andy AllanChange bigint id column to monkeypatching-friendly...
2008-11-07 Shaun McDonaldfix the indentation only
2008-11-06 Shaun McDonaldDoing the update version part of the migration in chunk...
2008-11-05 Shaun McDonaldFixing the migration so that it will better match the...
2008-11-04 Shaun McDonaldMinor fix (integer => bigint) to one of the migrations...
2008-10-22 Shaun McDonaldFixing the error messages
2008-10-12 Tom HughesLog the IP address used to create an account.
2008-10-03 Shaun McDonaldFixing a bug in my foreign keys. I can now upload and...
2008-09-30 Shaun McDonaldwrong foreign key command in the migration
2008-09-30 Shaun McDonaldwrong foreign key command in the migration
2008-09-30 Shaun McDonaldusing the wrong field name in one of the migrations
2008-09-30 Shaun McDonaldchanging the changesets migrations, so that the user...
2008-09-25 Shaun McDonaldMinor fix for the migration that was moved
next