summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-19fix index drop on pgBrion Vibber
2010-10-19$config['db']['mysql_foreign_keys'] option to experimentally enable foreign k...Brion Vibber
2010-10-19Initial foreign key setup supportBrion Vibber
2010-10-19Fix unique & foreign constraints on foreign_* tables. Reference info copied f...Brion Vibber
2010-10-18strip column prefix lengths from key defs on pgBrion Vibber
2010-10-18Fix misnamed unique constraintBrion Vibber
2010-10-18Quoting fixes for postgresBrion Vibber
2010-10-18tweak unique constraint setupBrion Vibber
2010-10-18update -> create on dumpschema options, easier for me to rememberBrion Vibber
2010-10-18MySQL schema: fix dropping unique indexes, add support for changing table pro...Brion Vibber
2010-10-18Drop reverseTypeMap from schemas; we're now doing the forward-mapping on the ...Brion Vibber
2010-10-18PG tweakBrion Vibber
2010-10-18Normalize the 'modified' vs 'created' field definitions to not-null timestamp...Brion Vibber
2010-10-18Merge branch '1.0.x' into schema-xBrion Vibber
2010-10-18Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-18Clean up edge cases in OStatus FeedDiscoveryTestBrion Vibber
2010-10-18Update URLDetectionTest.php for rel="nofollow external". There are still some...Brion Vibber
2010-10-18Avoid notice in DirectionDetectorPlugin when dealing with empty string.Brion Vibber
2010-10-18Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-18Make HTTP timeout configurable on OStatus's remote-tests.php (needs to be pum...Brion Vibber
2010-10-18fix notice on non-https viewsBrion Vibber
2010-10-18document API and nofollow config optionsEvan Prodromou
2010-10-18default for nofollow external is sometimesEvan Prodromou
2010-10-18options to nofollow external links in noticesEvan Prodromou
2010-10-16* add plural support where missingSiebrand Mazeland
2010-10-16Update translator documentation.Siebrand Mazeland
2010-10-16Change incorrect use of e.g. to i.e.Siebrand Mazeland
2010-10-16Use common case instead of WARNING in all caps.Siebrand Mazeland
2010-10-15some more tweaking to do the mappings during filterDef; not totally sure I li...Brion Vibber
2010-10-15fix notice on non-https viewsBrion Vibber
2010-10-15fix notice on non-https viewsBrion Vibber
2010-10-15woops wrong pathBrion Vibber
2010-10-15tweak copyright headers on installerBrion Vibber
2010-10-15Cleanup on making the schema work for installer (not quite there yet)Brion Vibber
2010-10-15fix typo on params on Schema->createTable()Brion Vibber
2010-10-15Make StatusNet::initDefaults() public so we can call it from the installer.Brion Vibber
2010-10-15Split the core-setup bits of common.php out to framework.php (better ideas?) ...Brion Vibber
2010-10-15Update installer to use new Schema code to create the core tables instead of ...Brion Vibber
2010-10-15Merge branch '1.0.x' into schema-xBrion Vibber
2010-10-15Tweak DB query logging to also log queries that fail; the exceptions we get a...Brion Vibber
2010-10-15Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-10-15add SSL servers and paths to pathadminpanel.phpEvan Prodromou
2010-10-14Fix ticket #2829: we have more subdirs to pull than just avatars now; updated...Brion Vibber
2010-10-14Merge branch '2828' into 0.9.xBrion Vibber
2010-10-14Fix for ticket #2828, part II: apostrophe in site name set in installer creat...Brion Vibber
2010-10-14Fix for ticket #2828: apostrophe in site name set in installer created a brok...Brion Vibber
2010-10-14Merge remote branch 'statusnet/0.9.x' into 1.0.xCraig Andrews
2010-10-14let users set their SSL logo through the admin panelEvan Prodromou
2010-10-14document and default for site|ssllogoEvan Prodromou
2010-10-14fix copy-and-paste error in javascript url creationEvan Prodromou