summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
so we can easily set up our framework to run Schema setup before we have a core database to load a live config from.
2010-10-15Update installer to use new Schema code to create the core tables instead of ↵Brion Vibber
db/statusnet.sql or db/statusnet_pg.sql
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 ↵Brion Vibber
are often not very descriptive like "No such table" without saying which table. :)
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
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-14accept profile URL as a LRDD identifierEvan Prodromou
2010-10-14Show Webfinger, URI and profile page as subject and aliasesEvan Prodromou
2010-10-14correctly use sslserver if it is setEvan Prodromou
2010-10-14document sslserver and sslpath configuration optionsEvan Prodromou
2010-10-14Design::url() will use HTTPS if page is HTTPSEvan 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-13better deletion of related objects in User_group::delete()Evan Prodromou
2010-10-13Cleanup unique & foreign key defsBrion Vibber
2010-10-13fix bug with --diff on missing tableBrion Vibber
2010-10-13Nicer diff display for schema dumpBrion Vibber
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-13Merge branch 'master' into 0.9.xBrion Vibber
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-13ModHelper -> silence only, don't let them sandbox (it's too confusing atm ↵Brion Vibber
without a good audit trail)
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-12Default to ssl in oauth tests examples configZach Copley
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-12Improve cache-friendliness of user_group->delete().Brion Vibber
Doesn't clear all possible cached entries, but this should get the ones that matter most: lookups by id, nickname, and alias. This should ensure that if a group name gets reused as a new group or alias, it should work properly. There are some user-visible areas that aren't clear such as the 'top groups' lists on the GroupsAction sidebar; if a deleted group appears in those lists it'll go away within an hour when the cached query expires.
2010-10-12Spelling - OAuth not OathZach Copley
2010-10-12Print a proper error messageZach Copley
2010-10-12Cascading deletion for user_group; doesn't yet work properly with caching.Brion Vibber
2010-10-12Add a basic group deletion for moderator users.Brion Vibber
2010-10-12Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber