summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-19Starting to encapsulate some of the schema_version checksum / updater logicBrion Vibber
2010-10-19Add stub schema_version tableBrion Vibber
2010-10-19Merge branch '1.0.x' into schema-xBrion Vibber
Conflicts: lib/common.php
2010-10-19Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-19Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-10-19Fix PHP notice when submitting 'design' admin panel on a browser that ↵Brion Vibber
doesn't support file uploads such as Mobile Safari
2010-10-19Quick fix for bad message in en_GB (#2790) -- fixed upstream at ↵Brion Vibber
http://translatewiki.net/w/i.php?title=StatusNet:A3894b1256ab040ed20a35eedeece8829c62d5ab-Direct_message_to_s_sent./en-gb&diff=2403802&oldid=1930996
2010-10-19Relax restrictions on URL validation for oauth_callback. We need toZach Copley
allow custom schemes like mustard:// etc.
2010-10-19fix index drop on pgBrion Vibber
2010-10-19$config['db']['mysql_foreign_keys'] option to experimentally enable foreign ↵Brion Vibber
keys on MySQL. (Would only work on InnoDB tables, may explode, etc)
2010-10-19Initial foreign key setup supportBrion Vibber
2010-10-19Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-10-19OAuth - better log messagesZach Copley
2010-10-19Fix unique & foreign constraints on foreign_* tables. Reference info copied ↵Brion Vibber
from old schema wasn't correctly taking into account that (id, service) must be treated together as a unit to identify a foreign_user uniquely.
2010-10-19Just a little more mobile stylin.Samantha Doherty
2010-10-19Quick mobile stylesheet for shiny theme.Samantha Doherty
2010-10-19Big updates for themes rebase, clean, and shiny. A few more adjustments to ↵Samantha Doherty
come for 0.9.6, time (probably not) permitting.
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 ↵Brion Vibber
properties back from old code.
2010-10-19Fix casing of "translatewiki.net"Siebrand Mazeland
2010-10-18Drop reverseTypeMap from schemas; we're now doing the forward-mapping on the ↵Brion Vibber
canonical def before comparing
2010-10-18PG tweakBrion Vibber
2010-10-18Normalize the 'modified' vs 'created' field definitions to not-null ↵Brion Vibber
timestamps. We can't rely on database DEFAULT or ON UPDATE values, since they don't play well with our insert-time caching.
2010-10-18Merge branch '1.0.x' into schema-xBrion Vibber
2010-10-18Merge branch '0.9.x'Brion Vibber
2010-10-18Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-10-18Bump version/string: 0.9.6 "Man on the Moon"Brion Vibber
2010-10-18Bump README to 0.9.6Brion Vibber
2010-10-18Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-10-18* fix bugs in parameter numbering for two messagesSiebrand Mazeland
* add translator documentation
2010-10-18Fix `msgid' and `msgstr' entries do not both end with '\n'Siebrand Mazeland
2010-10-18Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2010-10-18Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-10-18Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-18Clean up edge cases in OStatus FeedDiscoveryTestBrion Vibber
2010-10-18Remove superfluous whitespaceSiebrand Mazeland
2010-10-18Update URLDetectionTest.php for rel="nofollow external". There are still ↵Brion Vibber
some broken tests due to bad quote splitting, which is unrelated.
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
Conflicts: README lib/default.php
2010-10-18Make HTTP timeout configurable on OStatus's remote-tests.php (needs to be ↵Brion Vibber
pumped up a fair amount when doing Salmon pings with queues off on the test boxes, especially without the fast math library)
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
* update translator documentation.
2010-10-16Update translator documentation.Siebrand Mazeland