index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mysqlschema.php
Age
Commit message (
Expand
)
Author
2010-11-01
Include fulltext indexes in MySQL table create
Brion Vibber
2010-10-29
tweaks for the installer whee
Brion Vibber
2010-10-29
some sorta vaguely working bits
Brion Vibber
2010-10-19
$config['db']['mysql_foreign_keys'] option to experimentally enable foreign k...
Brion Vibber
2010-10-18
MySQL schema: fix dropping unique indexes, add support for changing table pro...
Brion Vibber
2010-10-18
Drop reverseTypeMap from schemas; we're now doing the forward-mapping on the ...
Brion Vibber
2010-10-15
some more tweaking to do the mappings during filterDef; not totally sure I li...
Brion Vibber
2010-10-15
Cleanup on making the schema work for installer (not quite there yet)
Brion Vibber
2010-10-13
Filter table definitions to scrub out unsupported features before trying to a...
Brion Vibber
2010-10-11
tweak for mysql
Brion Vibber
2010-10-11
Start reworking things to build create table stuff (can view via dumpschema.p...
Brion Vibber
2010-10-08
Merge branch 'schema-x' of /Users/brion/pages/mublog into schema-x
Brion Vibber
2010-10-08
Starting on adapting postgresql schema class to look stuff up in the new drup...
Brion Vibber
2010-10-07
Some more poking at schema stuff, on the road towards a more portable table-m...
Brion Vibber
2010-10-07
fix up some more 'not null's and such
Brion Vibber
2010-10-07
Fix detection of auto_increment fields in MySQL (sets them as 'serial' type)
Brion Vibber
2010-10-07
Some cleanup on detecting types
Brion Vibber
2010-10-07
Finish patching up the index fetching in new schema stuff for mysql
Brion Vibber
2010-10-06
Work in progress on fetching table defs from existing tables in new format --...
Brion Vibber
2010-08-16
More schema work in progress... removing duped code from schema child classes...
Brion Vibber
2010-08-10
Workaround for index setup on SubMirror until I'm done w/ arbitrary index sup...
Brion Vibber
2010-07-29
removing redundant constructor
James Walker
2010-03-12
Fixes for updating indices, charset/collation and engine type on plugin-creat...
Brion Vibber
2010-02-08
First steps on converting FeedSub into the pub/sub basis for OStatus communic...
Brion Vibber
2010-01-31
move schema.type.php to typeschema.php like other files
Evan Prodromou