Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-12-06 | 1 | -0/+7 |
|\ | |||||
| * | Fixed some inconsistency with trailing /. Made debug messages consistent. ↵ | Diva Canto | 2010-12-05 | 1 | -0/+7 |
| | | | | | | | | Changed the stored region names of HG regions. Increased the size of regionName in DB. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-11-22 | 2 | -0/+17 |
|\ \ | |/ | |||||
| * | Added creator info across the board -- TaskInventoryItems and InventoryItems ↵ | Diva Canto | 2010-11-21 | 2 | -0/+9 |
| | | | | | | | | | | | | themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255). | ||||
| * | Global creator information working on MySQL DB and on load/save OARs. ↵ | Diva Canto | 2010-11-21 | 1 | -0/+8 |
| | | | | | | | | | | | | | | Creator name properly shown on the viewer as first.last @authority. New option added to save oar -profile=url. Migration on RegionStore making CreatorID be 255 chars. Moved Handling of user UUID -> name requests to a new module UserManagement/UserManagementModule. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-11-02 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Fix logins and avatar appearance. Contains a Migration. May contain nuts. | Melanie | 2010-10-30 | 1 | -0/+8 |
| | | | | | | | | | | | | This will cause visual params to be persisted along with worn items. With this, alpha and tattoo laters will be saved. Multiple layers MAY work, but not tested because I don't use Viewer 2. | ||||
| * | Bump migration version on LastSeen field so it is actually run | Melanie | 2010-10-18 | 1 | -1/+1 |
| | | |||||
| * | Ensure no UUID.Zero region ID is ever written to presence. Add a Migration | Melanie Thielker | 2010-10-13 | 1 | -0/+8 |
| | | | | | | | | to add a LastSeen field of type "Timestamp" to Presence for MySQL | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-30 | 1 | -2/+12 |
|\ \ | |/ | |||||
| * | Implements parcel media setting persistence and packet / CAPS handling | Jonathan Freedman | 2010-08-30 | 1 | -2/+12 |
| | | | | | | | | | | | | properly for the new media settings. Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-06 | 1 | -1/+8 |
|\ \ | |/ | |||||
| * | add mysql support for media on a prim | Justin Clark-Casey (justincc) | 2010-07-26 | 1 | -1/+8 |
| | | |||||
* | | Bump the migration version, ot it would never happen | Melanie Thielker | 2010-06-21 | 1 | -1/+1 |
| | | |||||
* | | Ensure no UUID.Zero region ID is ever written to presence. Add a Migration | Melanie Thielker | 2010-06-21 | 1 | -0/+8 |
| | | | | | | | | to add a LastSeen field of type "Timestamp" to Presence for MySQL | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-16 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | * Deleted duplicated migration that was failing anyway. | Diva Canto | 2010-06-14 | 1 | -2/+0 |
| | | | | | | | | * Added an error message in initial estate owner creation that makes it clear what needs to happen. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-09 | 2 | -1/+9 |
|\ \ | |/ | |||||
| * | Add the BEGIN; I had missed | Melanie | 2010-06-09 | 1 | -0/+1 |
| | | |||||
| * | Re-add Migration version 32, which apparently got dropped completely. | Melanie | 2010-06-09 | 1 | -0/+72 |
| | | |||||
| * | * Changed CreatorIDs consistently to varchar(128) | Diva Canto | 2010-06-08 | 2 | -1/+9 |
| | | | | | | | | | | * Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-08 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Add a migration to adjust types in the WL table. The new connector likes that | Melanie | 2010-06-08 | 1 | -0/+6 |
| | | | | | | | | better | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-26 | 2 | -78/+81 |
|\ \ | |/ | |||||
| * | Merge branch 'unitests' | Melanie | 2010-05-26 | 2 | -84/+81 |
| |\ | | | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
| | * | MySQL Migrations: Minor correcton to Region/Estate split | AlexRa | 2010-05-23 | 2 | -6/+12 |
| | | | | | | | | | | | | (some Estate SQL left behind in the Region migration) | ||||
| | * | Split migrations for RegionStore and EstateStore (see WARNING!) | AlexRa | 2010-05-23 | 2 | -78/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ok, so the estate stores now want their own migration files, but as it happened the SQL definition were inside the Region migrations. It seems better/cleaner to keep each 'store' separately updatable. WARNING: any editing in the middle of the migration scripts (as opposite to just appending to them) has the potential of messing up updates of existing databases. As far as I can see, this one is (probably) safe, the worst that could happen is the EstateStore migration silently fail if the estate the tables are already there. | ||||
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-24 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | The 8th migration statement in AssetStore.migrations didn't look right. | Diva Canto | 2010-05-23 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-21 | 80 | -1066/+1275 |
|\ \ | |/ | |||||
| * | Cleaned up MySql migrations a bit more, got rid of all old-form migration ↵ | Diva Canto | 2010-05-20 | 5 | -32/+8 |
| | | | | | | | | files. Restored Presence table to its taboo-breaking form. | ||||
| * | MySQL: added CreatorID, moved asset_flag to migration script | AlexRa | 2010-05-19 | 1 | -0/+8 |
| | | |||||
| * | Converted MySQL migration history to the new format | AlexRa | 2010-05-16 | 78 | -1002/+1228 |
| | | | | | | | | | | Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-10 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | * Fixed spamming the assets table with map tiles. The tile image ID is now ↵ | Diva Canto | 2010-05-09 | 1 | -0/+3 |
| | | | | | | | | | | | | stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-09 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Add a field asset_flags and a corresponding enum to the asset database. This | Melanie | 2010-05-09 | 1 | -0/+5 |
| | | | | | | | | | | | | | | CHANGES THE ASSET SERVER PROTOCOL and means you CAN NOT MIX PRIOR VERSIONS WITH LATER ONES. It may also eat your babies, yada, yada, yada. The usual cautions for migrations to the assets table apply. Coding: Can not guarantee nut free. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-08 | 4 | -19/+21 |
|\ \ | |/ | |||||
| * | These files are part of the GridUserService write-up. | Diva Canto | 2010-05-07 | 1 | -0/+17 |
| | | |||||
| * | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 2010-05-07 | 3 | -19/+4 |
| | | | | | | | | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-30 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Somehow the starting estate number in MySQL was lost. This adds a migration | Melanie | 2010-03-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | to start estates at 100. Existing databases having autcreated estates below 100 will see a gap in estate numbering. Other database implementors need to ensure that no estates with numbers less that 100 are autocreated, unless they are prepared to deal with the viewer's built-in notions of Linden Mainland | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-03 | 17 | -0/+120 |
|\ \ | |/ | | | | | This brings careminster on the level of master. To be tested | ||||
| * | Implement the friends data adaptor | Melanie | 2010-02-05 | 2 | -0/+10 |
| | | |||||
| * | Fixed a missing field in the last regions table migration. | Diva Canto | 2010-01-16 | 1 | -0/+1 |
| | | |||||
| * | Add a handful of new region flags and a small migration | Melanie | 2010-01-15 | 1 | -0/+6 |
| | | |||||
| * | Add last_seen field to regions table | Melanie | 2010-01-10 | 1 | -0/+5 |
| | | |||||
| * | Preliminary work on the new default region setting mechanism | Melanie | 2010-01-09 | 1 | -0/+6 |
| | | |||||
| * | Add migrations to add fields to user and auth tables | Melanie | 2010-01-08 | 2 | -0/+13 |
| | | |||||
| * | AvatarStore. Untested, but complete | Melanie | 2010-01-04 | 1 | -0/+5 |
| | |