]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agofix typo on params on Schema->createTable()
Brion Vibber [Fri, 15 Oct 2010 20:34:54 +0000 (13:34 -0700)]
fix typo on params on Schema->createTable()

13 years agoMake StatusNet::initDefaults() public so we can call it from the installer.
Brion Vibber [Fri, 15 Oct 2010 20:34:35 +0000 (13:34 -0700)]
Make StatusNet::initDefaults() public so we can call it from the installer.

13 years agoSplit the core-setup bits of common.php out to framework.php (better ideas?) so we...
Brion Vibber [Fri, 15 Oct 2010 20:33:26 +0000 (13:33 -0700)]
Split the core-setup bits of common.php out to framework.php (better ideas?) so we can easily set up our framework to run Schema setup before we have a core database to load a live config from.

13 years agoUpdate installer to use new Schema code to create the core tables instead of db/statu...
Brion Vibber [Fri, 15 Oct 2010 19:20:10 +0000 (12:20 -0700)]
Update installer to use new Schema code to create the core tables instead of db/statusnet.sql or db/statusnet_pg.sql

13 years agoMerge branch '1.0.x' into schema-x
Brion Vibber [Fri, 15 Oct 2010 18:40:40 +0000 (11:40 -0700)]
Merge branch '1.0.x' into schema-x

13 years agoTweak DB query logging to also log queries that fail; the exceptions we get are often...
Brion Vibber [Fri, 15 Oct 2010 18:26:06 +0000 (11:26 -0700)]
Tweak DB query logging to also log queries that fail; the exceptions we get are often not very descriptive like "No such table" without saying which table. :)

13 years agoMerge remote branch 'statusnet/0.9.x' into 1.0.x
Craig Andrews [Thu, 14 Oct 2010 19:27:17 +0000 (15:27 -0400)]
Merge remote branch 'statusnet/0.9.x' into 1.0.x

13 years agolet users set their SSL logo through the admin panel
Evan Prodromou [Thu, 14 Oct 2010 19:06:11 +0000 (15:06 -0400)]
let users set their SSL logo through the admin panel

13 years agodocument and default for site|ssllogo
Evan Prodromou [Thu, 14 Oct 2010 18:56:38 +0000 (14:56 -0400)]
document and default for site|ssllogo

13 years agofix copy-and-paste error in javascript url creation
Evan Prodromou [Thu, 14 Oct 2010 18:53:20 +0000 (14:53 -0400)]
fix copy-and-paste error in javascript url creation

13 years agomake the logo be compatible with HTTPS pages, if possible
Evan Prodromou [Thu, 14 Oct 2010 18:22:49 +0000 (14:22 -0400)]
make the logo be compatible with HTTPS pages, if possible

13 years agoMake HTTPS urls in File::url() if necessary
Evan Prodromou [Thu, 14 Oct 2010 18:22:17 +0000 (14:22 -0400)]
Make HTTPS urls in File::url() if necessary

13 years agoaccept profile URL as a LRDD identifier
Evan Prodromou [Thu, 14 Oct 2010 15:07:37 +0000 (11:07 -0400)]
accept profile URL as a LRDD identifier

13 years agoShow Webfinger, URI and profile page as subject and aliases
Evan Prodromou [Thu, 14 Oct 2010 15:06:57 +0000 (11:06 -0400)]
Show Webfinger, URI and profile page as subject and aliases

13 years agocorrectly use sslserver if it is set
Evan Prodromou [Thu, 14 Oct 2010 05:35:11 +0000 (01:35 -0400)]
correctly use sslserver if it is set

13 years agodocument sslserver and sslpath configuration options
Evan Prodromou [Thu, 14 Oct 2010 05:23:12 +0000 (01:23 -0400)]
document sslserver and sslpath configuration options

13 years agoDesign::url() will use HTTPS if page is HTTPS
Evan Prodromou [Thu, 14 Oct 2010 05:18:19 +0000 (01:18 -0400)]
Design::url() will use HTTPS if page is HTTPS

13 years agouse HTTPS for scripts and stylesheets if the current page is HTTPS
Evan Prodromou [Thu, 14 Oct 2010 05:09:02 +0000 (01:09 -0400)]
use HTTPS for scripts and stylesheets if the current page is HTTPS

13 years agoshow HTTPS urls for JavaScript if HTTPS used for page
Evan Prodromou [Thu, 14 Oct 2010 05:00:13 +0000 (01:00 -0400)]
show HTTPS urls for JavaScript if HTTPS used for page

13 years agoconsolidate some theme path code between ssl and non-ssl
Evan Prodromou [Thu, 14 Oct 2010 04:59:53 +0000 (00:59 -0400)]
consolidate some theme path code between ssl and non-ssl

13 years agouse HTTPS for favicon.ico if page is HTTPS
Evan Prodromou [Thu, 14 Oct 2010 04:50:26 +0000 (00:50 -0400)]
use HTTPS for favicon.ico if page is HTTPS

13 years agotry to show HTTPS-encrypted theme files for HTTPS-encrypted pages
Evan Prodromou [Thu, 14 Oct 2010 04:46:32 +0000 (00:46 -0400)]
try to show HTTPS-encrypted theme files for HTTPS-encrypted pages

13 years agotry and show an SSL image for the creative commons image
Evan Prodromou [Thu, 14 Oct 2010 04:31:13 +0000 (00:31 -0400)]
try and show an SSL image for the creative commons image

13 years agoadd static method StatusNet::isHTTPS()
Evan Prodromou [Thu, 14 Oct 2010 04:16:23 +0000 (00:16 -0400)]
add static method StatusNet::isHTTPS()

13 years agobetter deletion of related objects in User_group::delete()
Evan Prodromou [Thu, 14 Oct 2010 02:44:06 +0000 (22:44 -0400)]
better deletion of related objects in User_group::delete()

13 years agoCleanup unique & foreign key defs
Brion Vibber [Thu, 14 Oct 2010 00:35:39 +0000 (17:35 -0700)]
Cleanup unique & foreign key defs

13 years agofix bug with --diff on missing table
Brion Vibber [Thu, 14 Oct 2010 00:35:18 +0000 (17:35 -0700)]
fix bug with --diff on missing table

13 years agoNicer diff display for schema dump
Brion Vibber [Wed, 13 Oct 2010 23:58:28 +0000 (16:58 -0700)]
Nicer diff display for schema dump

13 years agologic fix in diffing :D
Brion Vibber [Wed, 13 Oct 2010 23:56:49 +0000 (16:56 -0700)]
logic fix in diffing :D

13 years agoFix for PG filtering
Brion Vibber [Wed, 13 Oct 2010 23:21:24 +0000 (16:21 -0700)]
Fix for PG filtering

13 years agosuppress notices for non-present sections
Brion Vibber [Wed, 13 Oct 2010 23:11:02 +0000 (16:11 -0700)]
suppress notices for non-present sections

13 years agoFilter table definitions to scrub out unsupported features before trying to alter...
Brion Vibber [Wed, 13 Oct 2010 23:04:28 +0000 (16:04 -0700)]
Filter table definitions to scrub out unsupported features before trying to alter a table. This lets us skip those where we end up trying to change unsupported features.

13 years agoMerge branch '1.0.x' into schema-x
Brion Vibber [Wed, 13 Oct 2010 22:46:45 +0000 (15:46 -0700)]
Merge branch '1.0.x' into schema-x

13 years agoMerge remote branch 'gitorious/0.9.x' into 0.9.x
Evan Prodromou [Wed, 13 Oct 2010 19:18:32 +0000 (15:18 -0400)]
Merge remote branch 'gitorious/0.9.x' into 0.9.x

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Wed, 13 Oct 2010 19:04:20 +0000 (12:04 -0700)]
Merge branch 'master' into 0.9.x

13 years agoClean up remote avatar temporary files if we fail before saving them into avatars...
Brion Vibber [Wed, 13 Oct 2010 18:04:41 +0000 (11:04 -0700)]
Clean up remote avatar temporary files if we fail before saving them into avatars directory (OMB core, OStatus, WikiHowProfile, YammerImport)

13 years agoModHelper -> silence only, don't let them sandbox (it's too confusing atm without...
Brion Vibber [Wed, 13 Oct 2010 17:00:16 +0000 (10:00 -0700)]
ModHelper -> silence only, don't let them sandbox (it's too confusing atm without a good audit trail)

13 years agoAdd a doc page that links to the StatusNet wiki API page
Craig Andrews [Wed, 13 Oct 2010 03:36:33 +0000 (23:36 -0400)]
Add a doc page that links to the StatusNet wiki API page
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

13 years agosome of the ensureTable stuff partially working
Brion Vibber [Wed, 13 Oct 2010 00:58:26 +0000 (17:58 -0700)]
some of the ensureTable stuff partially working

13 years agoDefault to ssl in oauth tests examples config
Zach Copley [Wed, 13 Oct 2010 00:54:42 +0000 (17:54 -0700)]
Default to ssl in oauth tests examples config

13 years agoMerge branch 'oauth-1.0a' into 0.9.x
Zach Copley [Wed, 13 Oct 2010 00:52:04 +0000 (17:52 -0700)]
Merge branch 'oauth-1.0a' into 0.9.x

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Tue, 12 Oct 2010 23:33:36 +0000 (16:33 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoImprove cache-friendliness of user_group->delete().
Brion Vibber [Tue, 12 Oct 2010 23:29:13 +0000 (16:29 -0700)]
Improve cache-friendliness of user_group->delete().

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.

13 years agoSpelling - OAuth not Oath
Zach Copley [Tue, 12 Oct 2010 23:20:09 +0000 (16:20 -0700)]
Spelling - OAuth not Oath

13 years agoPrint a proper error message
Zach Copley [Tue, 12 Oct 2010 23:19:53 +0000 (16:19 -0700)]
Print a proper error message

13 years agoCascading deletion for user_group; doesn't yet work properly with caching.
Brion Vibber [Tue, 12 Oct 2010 23:13:07 +0000 (16:13 -0700)]
Cascading deletion for user_group; doesn't yet work properly with caching.

13 years agoAdd a basic group deletion for moderator users.
Brion Vibber [Tue, 12 Oct 2010 22:49:20 +0000 (15:49 -0700)]
Add a basic group deletion for moderator users.

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 12 Oct 2010 21:54:04 +0000 (14:54 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoFollowup to IIS installer tweaks in [9bb48c36]:
Brion Vibber [Tue, 12 Oct 2010 20:00:03 +0000 (13:00 -0700)]
Followup to IIS installer tweaks in [9bb48c36]:
* 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

13 years agoInitial version of ModHelper plugin, with basic functionality but the UI stripped...
Brion Vibber [Tue, 12 Oct 2010 19:33:57 +0000 (12:33 -0700)]
Initial version of ModHelper plugin, with basic functionality but the UI stripped out until it's easier to get it done.

* users need to have 'modhelper' role manually added via userrole.php for now
* modhelper users can sandbox/unsandbox and silence/unsilence any user
** note that no new logging has been added for these moderator actions
* no user deletion for modhelpers
* probably no UserFlags special views for modhelpers

13 years agoOutput a log message when issuing a request token
Zach Copley [Tue, 12 Oct 2010 19:25:34 +0000 (12:25 -0700)]
Output a log message when issuing a request token

13 years agoMerge remote branch 'gitorious/0.9.x' into 0.9.x
Evan Prodromou [Tue, 12 Oct 2010 15:16:14 +0000 (11:16 -0400)]
Merge remote branch 'gitorious/0.9.x' into 0.9.x

13 years agofix for column prefixes in table/index building
Brion Vibber [Tue, 12 Oct 2010 02:28:02 +0000 (19:28 -0700)]
fix for column prefixes in table/index building

13 years agofix for index gen
Brion Vibber [Tue, 12 Oct 2010 02:18:47 +0000 (19:18 -0700)]
fix for index gen

13 years agotweak for strings
Brion Vibber [Tue, 12 Oct 2010 02:17:21 +0000 (19:17 -0700)]
tweak for strings

13 years agotweak for mysql
Brion Vibber [Tue, 12 Oct 2010 02:14:33 +0000 (19:14 -0700)]
tweak for mysql

13 years agoStart reworking things to build create table stuff (can view via dumpschema.php ...
Brion Vibber [Tue, 12 Oct 2010 02:10:51 +0000 (19:10 -0700)]
Start reworking things to build create table stuff (can view via dumpschema.php --build)

13 years agoPgsqlSchema can now pull primary, unique, mutli-value, *and* foreign keys :D
Brion Vibber [Mon, 11 Oct 2010 22:40:51 +0000 (15:40 -0700)]
PgsqlSchema can now pull primary, unique, mutli-value, *and* foreign keys :D

13 years agoNow pulling non-primary/unique index data for PG as well... need to sort out conflict...
Brion Vibber [Mon, 11 Oct 2010 21:15:02 +0000 (14:15 -0700)]
Now pulling non-primary/unique index data for PG as well... need to sort out conflicts with the other data and make foreign references work right :D

13 years agoquick syntax fix
Brion Vibber [Mon, 11 Oct 2010 20:05:44 +0000 (13:05 -0700)]
quick syntax fix

13 years agoTicket #2811 use more consistent max limit for OAuth application registration descrip...
Brion Vibber [Mon, 11 Oct 2010 19:52:32 +0000 (12:52 -0700)]
Ticket #2811 use more consistent max limit for OAuth application registration descriptions; now using the field max of 255 rather than $config['site']['textlimit'] as fallback if $config['application']['desclimit'] is unset or out of bounds.

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sat, 9 Oct 2010 14:15:48 +0000 (16:15 +0200)]
Localisation updates from http://translatewiki.net.

13 years agoMerge branch 'schema-x' of /Users/brion/pages/mublog into schema-x
Brion Vibber [Fri, 8 Oct 2010 23:38:18 +0000 (16:38 -0700)]
Merge branch 'schema-x' of /Users/brion/pages/mublog into schema-x

13 years agoStarting on adapting postgresql schema class to look stuff up in the new drupalish...
Brion Vibber [Fri, 8 Oct 2010 23:36:32 +0000 (16:36 -0700)]
Starting on adapting postgresql schema class to look stuff up in the new 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.

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Fri, 8 Oct 2010 18:47:50 +0000 (11:47 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoMerge branch 'fatals' into 0.9.x
Brion Vibber [Fri, 8 Oct 2010 18:28:51 +0000 (11:28 -0700)]
Merge branch 'fatals' into 0.9.x

13 years agoexecution guard fixes in Facebook plugin files
Brion Vibber [Fri, 8 Oct 2010 18:26:57 +0000 (11:26 -0700)]
execution guard fixes in Facebook plugin files

13 years agoNormalize execution guards in OpenID plugin files; avoids annoying fatal errors when...
Brion Vibber [Fri, 8 Oct 2010 18:23:53 +0000 (11:23 -0700)]
Normalize execution guards in OpenID plugin files; avoids annoying fatal errors when .php files get spidered.

13 years agoCheck for Twitter foreign link actually existing before trying to delete it; friendli...
Brion Vibber [Fri, 8 Oct 2010 18:12:36 +0000 (11:12 -0700)]
Check for Twitter foreign link actually existing before trying to delete it; friendlier error message in TwittersettingsAction

13 years agoFix fatal error in FacebookremoveAction if we end up getting called double and the...
Brion Vibber [Fri, 8 Oct 2010 18:06:30 +0000 (11:06 -0700)]
Fix fatal error in FacebookremoveAction if we end up getting called double and the foreign_link entry has already been removed.

13 years agoNormalize execution guards in imap plugin files.
Brion Vibber [Fri, 8 Oct 2010 18:01:13 +0000 (11:01 -0700)]
Normalize execution guards in imap plugin files.

13 years agoNormalize execution guards on OStatus php files; mostly helps cut down on annoying...
Brion Vibber [Fri, 8 Oct 2010 17:42:59 +0000 (10:42 -0700)]
Normalize execution guards on OStatus php files; mostly helps cut down on annoying 'class not found' errors when something spiders the dirs. :P

13 years agoFix PHP fatal error in DeletenoticeAction: died when we had a valid notice, but weren...
Brion Vibber [Fri, 8 Oct 2010 17:33:43 +0000 (10:33 -0700)]
Fix PHP fatal error in DeletenoticeAction: died when we had a valid notice, but weren't logged in due to accessing $this->user before the login check. Moved check up to prepare() from handle() so it's done before usage

13 years agoUpdate OAuth test script README
Zach Copley [Fri, 8 Oct 2010 02:46:46 +0000 (19:46 -0700)]
Update OAuth test script README

13 years agoRename oauth.ini example to oauth.ini.sample
Zach Copley [Fri, 8 Oct 2010 02:43:55 +0000 (19:43 -0700)]
Rename oauth.ini example to oauth.ini.sample

13 years agoRename OAuth status update script
Zach Copley [Fri, 8 Oct 2010 02:41:05 +0000 (19:41 -0700)]
Rename OAuth status update script

13 years agoSome fixups
Zach Copley [Fri, 8 Oct 2010 02:40:31 +0000 (19:40 -0700)]
Some fixups

13 years agoRenamed the OAuth verify credentials test script
Zach Copley [Fri, 8 Oct 2010 02:24:24 +0000 (19:24 -0700)]
Renamed the OAuth verify credentials test script

13 years agoSome fixups to this the OAuth verify credentials test script
Zach Copley [Fri, 8 Oct 2010 02:23:43 +0000 (19:23 -0700)]
Some fixups to this the OAuth verify credentials test script

13 years agoRename OAuth token credential fetching script
Zach Copley [Fri, 8 Oct 2010 01:41:34 +0000 (18:41 -0700)]
Rename OAuth token credential fetching script

13 years agoUpdate access token fetching test script to 1.0a
Zach Copley [Fri, 8 Oct 2010 01:33:14 +0000 (18:33 -0700)]
Update access token fetching test script to 1.0a

13 years agoSome more poking at schema stuff, on the road towards a more portable table-modificat...
Brion Vibber [Fri, 8 Oct 2010 01:33:02 +0000 (18:33 -0700)]
Some more poking at schema stuff, on the road towards a more portable table-modification with the new schema bits

13 years agoUpdate ApiOauthAccessTokenAction to OAuth 1.0a
Zach Copley [Fri, 8 Oct 2010 01:32:27 +0000 (18:32 -0700)]
Update ApiOauthAccessTokenAction to OAuth 1.0a

13 years agofix up some more 'not null's and such
Brion Vibber [Fri, 8 Oct 2010 00:31:56 +0000 (17:31 -0700)]
fix up some more 'not null's and such

13 years agoFix detection of auto_increment fields in MySQL (sets them as 'serial' type)
Brion Vibber [Fri, 8 Oct 2010 00:22:36 +0000 (17:22 -0700)]
Fix detection of auto_increment fields in MySQL (sets them as 'serial' type)

13 years agoAdd --all option on dumpschema.php to check all core tables
Brion Vibber [Fri, 8 Oct 2010 00:02:42 +0000 (17:02 -0700)]
Add --all option on dumpschema.php to check all core tables

13 years agostop str_repeat from whinging about being run with repeat value of 0. :P
Brion Vibber [Fri, 8 Oct 2010 00:01:14 +0000 (17:01 -0700)]
stop str_repeat from whinging about being run with repeat value of 0. :P

13 years agosome more cleanup on table defs
Brion Vibber [Fri, 8 Oct 2010 00:00:40 +0000 (17:00 -0700)]
some more cleanup on table defs

13 years agoSome cleanup on detecting types
Brion Vibber [Thu, 7 Oct 2010 23:49:49 +0000 (16:49 -0700)]
Some cleanup on detecting types

13 years agoAdd --diff option to dumpschema.php to run a (quickie text) diff betwen the theoretic...
Brion Vibber [Thu, 7 Oct 2010 23:49:15 +0000 (16:49 -0700)]
Add --diff option to dumpschema.php to run a (quickie text) diff betwen the theoretical and detected schemas for the given tables

13 years agooutput tweak hack for primary keys on single line
Brion Vibber [Thu, 7 Oct 2010 23:23:36 +0000 (16:23 -0700)]
output tweak hack for primary keys on single line

13 years agoPretty up the table dumper :D
Brion Vibber [Thu, 7 Oct 2010 22:48:38 +0000 (15:48 -0700)]
Pretty up the table dumper :D

13 years agoFinish patching up the index fetching in new schema stuff for mysql
Brion Vibber [Thu, 7 Oct 2010 22:14:10 +0000 (15:14 -0700)]
Finish patching up the index fetching in new schema stuff for mysql

13 years agotweak for Managed_DataObject table defs
Brion Vibber [Thu, 7 Oct 2010 21:21:06 +0000 (14:21 -0700)]
tweak for Managed_DataObject table defs

13 years agoAdded a comment about an open question: Should we allow pin-based
Zach Copley [Thu, 7 Oct 2010 21:17:56 +0000 (14:17 -0700)]
Added a comment about an open question:  Should we allow pin-based
workflow for clients registered as web applications?

13 years agoMake the verifier pin display a little nicer
Zach Copley [Thu, 7 Oct 2010 20:51:47 +0000 (13:51 -0700)]
Make the verifier pin display a little nicer

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Thu, 7 Oct 2010 20:32:26 +0000 (13:32 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Thu, 7 Oct 2010 20:30:55 +0000 (13:30 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Thu, 7 Oct 2010 20:30:34 +0000 (13:30 -0700)]
Merge branch 'master' into 0.9.x

13 years agoMerge branch 'bitly'
Brion Vibber [Thu, 7 Oct 2010 20:29:09 +0000 (13:29 -0700)]
Merge branch 'bitly'