summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-10-19Convert SamplePlugin to new-style table defs, tweak some stuff to test basic ...Brion Vibber
2010-10-19Starting to encapsulate some of the schema_version checksum / updater logicBrion Vibber
2010-10-19Merge branch '1.0.x' into schema-xBrion Vibber
2010-10-19Merge branch '0.9.x' into 1.0.xBrion Vibber
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-19Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-10-19OAuth - better log messagesZach Copley
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-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-18Merge branch '1.0.x' into schema-xBrion Vibber
2010-10-18Bump version/string: 0.9.6 "Man on the Moon"Brion Vibber
2010-10-18Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-18fix notice on non-https viewsBrion Vibber
2010-10-18default for nofollow external is sometimesEvan Prodromou
2010-10-18options to nofollow external links in noticesEvan Prodromou
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-14Merge branch '2828' into 0.9.xBrion 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-14document and default for site|ssllogoEvan Prodromou
2010-10-14fix copy-and-paste error in javascript url creationEvan Prodromou
2010-10-14make the logo be compatible with HTTPS pages, if possibleEvan Prodromou
2010-10-14Make HTTPS urls in File::url() if necessaryEvan Prodromou
2010-10-14correctly use sslserver if it is setEvan Prodromou
2010-10-14use HTTPS for scripts and stylesheets if the current page is HTTPSEvan Prodromou
2010-10-14show HTTPS urls for JavaScript if HTTPS used for pageEvan Prodromou
2010-10-14consolidate some theme path code between ssl and non-sslEvan Prodromou
2010-10-14use HTTPS for favicon.ico if page is HTTPSEvan Prodromou
2010-10-14try to show HTTPS-encrypted theme files for HTTPS-encrypted pagesEvan Prodromou
2010-10-14try and show an SSL image for the creative commons imageEvan Prodromou
2010-10-14add static method StatusNet::isHTTPS()Evan Prodromou
2010-10-13logic fix in diffing :DBrion Vibber
2010-10-13Fix for PG filteringBrion Vibber