summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2010-10-15Merge branch '1.0.x' into schema-xBrion 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
2010-10-13suppress notices for non-present sectionsBrion Vibber
2010-10-13Filter table definitions to scrub out unsupported features before trying to ↵Brion Vibber
alter a table. This lets us skip those where we end up trying to change unsupported features.
2010-10-13Merge branch '1.0.x' into schema-xBrion Vibber
2010-10-13Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-10-13Clean up remote avatar temporary files if we fail before saving them into ↵Brion Vibber
avatars directory (OMB core, OStatus, WikiHowProfile, YammerImport)
2010-10-12Add a doc page that links to the StatusNet wiki API pageCraig Andrews
Add a redirect action that merely redirects to another action Redirect /api to /doc/api so users don't get the "lame" "No such user" error message
2010-10-12some of the ensureTable stuff partially workingBrion Vibber
2010-10-12Merge branch 'oauth-1.0a' into 0.9.xZach Copley
2010-10-12Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-12Spelling - OAuth not OathZach Copley
2010-10-12Add a basic group deletion for moderator users.Brion Vibber
2010-10-12Followup to IIS installer tweaks in [9bb48c36]:Brion Vibber
* skip 0-byte config files when initializing, go ahead and redirect to installer if no non-0-byte files * tweak warning on installer.php to let you know if you have a 0-byte config.php that's not writable, as opposed to generally already having a config.php with data in it
2010-10-12Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-10-11fix for column prefixes in table/index buildingBrion Vibber
2010-10-11fix for index genBrion Vibber
2010-10-11tweak for stringsBrion Vibber
2010-10-11tweak for mysqlBrion Vibber
2010-10-11Start reworking things to build create table stuff (can view via ↵Brion Vibber
dumpschema.php --build)
2010-10-11PgsqlSchema can now pull primary, unique, mutli-value, *and* foreign keys :DBrion Vibber
2010-10-11Now pulling non-primary/unique index data for PG as well... need to sort out ↵Brion Vibber
conflicts with the other data and make foreign references work right :D
2010-10-11quick syntax fixBrion Vibber
2010-10-08Merge branch 'schema-x' of /Users/brion/pages/mublog into schema-xBrion Vibber
2010-10-08Starting on adapting postgresql schema class to look stuff up in the new ↵Brion Vibber
drupalish format... Fetching basic column data and unique indexes. Still needs detail work, multi-value indexes, foreign keys, and distinguishing the primary key. Since we don't get comments and such, for cleaner comparisons we should probably do a filtering on supported features.
2010-10-07Some more poking at schema stuff, on the road towards a more portable ↵Brion Vibber
table-modification with the new schema bits
2010-10-07Update ApiOauthAccessTokenAction to OAuth 1.0aZach Copley
2010-10-07fix up some more 'not null's and suchBrion Vibber
2010-10-07Fix detection of auto_increment fields in MySQL (sets them as 'serial' type)Brion Vibber
2010-10-07Some cleanup on detecting typesBrion Vibber
2010-10-07Finish patching up the index fetching in new schema stuff for mysqlBrion Vibber
2010-10-07Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-07Workaround for regression in input validation due to more PCRE oddities. ↵Brion Vibber
Recommend redoing common_validate_utf8() using something more reliable, perhaps. :P
2010-10-07Use 7 digits for oob OAuth pin instead of 6Zach Copley
2010-10-07Events for showing the notice formEvan Prodromou
2010-10-06- Update ApiOauthAuthorizeAction to 1.0aZach Copley
- Fix enumerable bugs - New page for displaying 1.0a verifier (still needs work)