]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Fri, 8 Jan 2010 01:47:23 +0000 (17:47 -0800)]
add version information to PiwikAnalyticsPlugin
Evan Prodromou [Fri, 8 Jan 2010 01:43:56 +0000 (17:43 -0800)]
add version info to the Template plugin
Evan Prodromou [Fri, 8 Jan 2010 01:41:55 +0000 (17:41 -0800)]
add version info to OpenID plugin
Evan Prodromou [Fri, 8 Jan 2010 01:39:15 +0000 (17:39 -0800)]
Add version info to the CacheLog plugin
Evan Prodromou [Fri, 8 Jan 2010 01:37:44 +0000 (17:37 -0800)]
add version info to SamplePlugin
Evan Prodromou [Fri, 8 Jan 2010 01:33:46 +0000 (17:33 -0800)]
add default plugin version information
Evan Prodromou [Fri, 8 Jan 2010 01:28:31 +0000 (17:28 -0800)]
make a list of plugins
Evan Prodromou [Fri, 8 Jan 2010 01:27:01 +0000 (17:27 -0800)]
add version information to Geonames plugin
Evan Prodromou [Fri, 8 Jan 2010 01:26:40 +0000 (17:26 -0800)]
add a version action to give credit and list plugins
Evan Prodromou [Fri, 8 Jan 2010 00:13:36 +0000 (16:13 -0800)]
add default plugins and load them
Evan Prodromou [Thu, 7 Jan 2010 23:59:07 +0000 (15:59 -0800)]
clear profile location data if unparseable location string
Evan Prodromou [Thu, 7 Jan 2010 22:56:09 +0000 (14:56 -0800)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Ciaran Gultnieks [Thu, 7 Jan 2010 21:01:07 +0000 (21:01 +0000)]
Correction to previous commit
Ciaran Gultnieks [Thu, 7 Jan 2010 20:59:31 +0000 (20:59 +0000)]
Fixes to bugs where non-local messages were being wrong put in the public timeline and public xmpp feed
Sarven Capadisli [Thu, 7 Jan 2010 09:53:29 +0000 (09:53 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Thu, 7 Jan 2010 09:53:01 +0000 (09:53 +0000)]
Don't output form_notice in admin panel pages in Cloudy
Sarven Capadisli [Thu, 7 Jan 2010 09:49:48 +0000 (09:49 +0000)]
Cloudy layout fix for public and showstream pages when user is not
signed in
Evan Prodromou [Thu, 7 Jan 2010 07:34:59 +0000 (23:34 -0800)]
fixup keytypes so it returns the types no matter what kind of class it is
Evan Prodromou [Thu, 7 Jan 2010 07:24:24 +0000 (23:24 -0800)]
Revert "Ticket 2107: remove "not implemented" items from sms/xmpp help; nobody likes being told what they can't do!"
This reverts commit
5d9a2eb17e3f6e3bc73b5aa80625a365761b6689 .
These are commands that are/were implemented by Twitter, and we don't
(yet) implemented. People will be looking for that information.
Evan Prodromou [Thu, 7 Jan 2010 07:23:30 +0000 (23:23 -0800)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 7 Jan 2010 07:22:49 +0000 (23:22 -0800)]
pass through keys() as keyTypes() for UserFlag
Evan Prodromou [Thu, 7 Jan 2010 02:34:18 +0000 (16:34 -1000)]
only encache new objects when insert was successful
Zach Copley [Thu, 7 Jan 2010 00:24:25 +0000 (16:24 -0800)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Thu, 7 Jan 2010 00:21:29 +0000 (16:21 -0800)]
Fix broken API method /api/statusnet/groups/leave/:id.:format
Brion Vibber [Wed, 6 Jan 2010 22:42:46 +0000 (14:42 -0800)]
Ticket 2107: remove "not implemented" items from sms/xmpp help; nobody likes being told what they can't do!
Also broke up the localized help message into line-by-line pieces to ease translation maintenance.
Brion Vibber [Wed, 6 Jan 2010 22:28:40 +0000 (14:28 -0800)]
...and drop the unnecessary &reference from child class pkeyGet() overrides.
Craig Andrews [Wed, 6 Jan 2010 22:13:09 +0000 (17:13 -0500)]
The structure return by parse_url is an associative array, not an object.
Craig Andrews [Wed, 6 Jan 2010 22:08:01 +0000 (17:08 -0500)]
The structure return by parse_url is an associative array, not an object.
Craig Andrews [Wed, 6 Jan 2010 21:48:24 +0000 (16:48 -0500)]
Remove erroneous call to parent::onInitializePlugin()
Zach Copley [Wed, 6 Jan 2010 21:41:46 +0000 (13:41 -0800)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Wed, 6 Jan 2010 21:40:28 +0000 (13:40 -0800)]
Don't output notices from deleted users.
Brion Vibber [Wed, 6 Jan 2010 21:23:39 +0000 (13:23 -0800)]
Rearrange Memcached_DataObject::staticGet() to avoid "only variables can be passed by reference" warnings when DB lookup fails and we return false.
(We need to keep it returning a reference because the extlib parent class is stuck in PHP 4-land and uses references everywhere, including this function's return value. Yuck!)
Also changed pkeyGet to drop the reference, since it doesn't have an upstream equivalent.
Brion Vibber [Wed, 6 Jan 2010 21:08:56 +0000 (13:08 -0800)]
suppress notice for undefined prompt variable when console.php is used from non-interactive terminal
Brion Vibber [Wed, 6 Jan 2010 19:16:06 +0000 (11:16 -0800)]
Merge branch 'flagdel' into 0.9.x
Brion Vibber [Wed, 6 Jan 2010 19:10:33 +0000 (11:10 -0800)]
Fix for broken profile flag admin UI: delete stray flag entries when users are deleted so broken entries don't litter the lookups.
* added ProfileDeleteRelated event to match UserDeleteRelated, to allow plugins to add extra related tables on profile deletion
* UserFlagPlugin: deleting flags when target profile is deleted
* UserFlagPlugin: deleting flags when flagging user is deleted
* UserFlagPlugin: fix for autoloader -- class names are case-insensitive. We may get lowercase class names coming in at times, such as when creating DB objects programatically from a table name.
Note that any already-existing bogus entries need to be removed from the database:
select * from user_flag_profile where (select id from profile where id=profile_id) is null;
select * from user_flag_profile where (select id from user where id=user_id) is null;
Sarven Capadisli [Wed, 6 Jan 2010 18:12:13 +0000 (18:12 +0000)]
Updated notice-option width in Cloudy theme
Sarven Capadisli [Wed, 6 Jan 2010 18:08:43 +0000 (18:08 +0000)]
Fixes layout for attachment page in Cloudy theme
Sarven Capadisli [Wed, 6 Jan 2010 18:02:46 +0000 (18:02 +0000)]
Uses a fixed height for header to control the layout for notice form
in Cloudy
Sarven Capadisli [Wed, 6 Jan 2010 10:31:06 +0000 (11:31 +0100)]
Removed unnecessary internal style
Zach Copley [Wed, 6 Jan 2010 07:44:34 +0000 (07:44 +0000)]
Some better log msgs
Zach Copley [Tue, 29 Dec 2009 03:52:02 +0000 (03:52 +0000)]
Fix subscription path in link element
Zach Copley [Mon, 14 Dec 2009 21:24:49 +0000 (21:24 +0000)]
Some phpcs cleanup
Zach Copley [Mon, 14 Dec 2009 05:32:37 +0000 (05:32 +0000)]
Comment out the LoggingAggregator business
Zach Copley [Sun, 13 Dec 2009 20:30:17 +0000 (20:30 +0000)]
Reject subscription requests for handlers that don't support http-post
Zach Copley [Sat, 12 Dec 2009 01:50:10 +0000 (17:50 -0800)]
Added a bunch of function commment blocks
Zach Copley [Fri, 11 Dec 2009 03:19:15 +0000 (19:19 -0800)]
Added intial README
Zach Copley [Wed, 9 Dec 2009 02:14:48 +0000 (02:14 +0000)]
Support an 'extra' clause when definining a column (e.g.: 'on update
CURRENT_TIMESTAMP').
Zach Copley [Tue, 8 Dec 2009 21:04:26 +0000 (21:04 +0000)]
Add an RSSCloud queue handler daemon
Zach Copley [Tue, 8 Dec 2009 06:26:11 +0000 (06:26 +0000)]
Notifier works, and bad subscriptions are deleted properly now.
Zach Copley [Mon, 7 Dec 2009 09:10:04 +0000 (09:10 +0000)]
Plugin now checks notify handlers before registering subscriptions
Zach Copley [Sat, 5 Dec 2009 07:33:15 +0000 (07:33 +0000)]
Better .ini info for RSSCloud subscription
Zach Copley [Sat, 5 Dec 2009 07:17:51 +0000 (07:17 +0000)]
Make dummy aggregator handle RSSCloud challenge/response with domain parameter
Zach Copley [Tue, 1 Dec 2009 01:24:39 +0000 (01:24 +0000)]
Set modified column correctly.
Zach Copley [Sun, 8 Nov 2009 19:17:08 +0000 (11:17 -0800)]
Fixed DB_DataObject to return the right keys info for a compound
key & fix ini output
Zach Copley [Thu, 5 Nov 2009 01:32:17 +0000 (17:32 -0800)]
Add a table and DB_DataObject class for storing cloud subscriptions
Zach Copley [Wed, 4 Nov 2009 01:53:17 +0000 (17:53 -0800)]
Queue notices for rssCloud
Zach Copley [Wed, 4 Nov 2009 00:51:40 +0000 (16:51 -0800)]
Only add rssCloud link to user timeline
Zach Copley [Mon, 21 Sep 2009 07:54:56 +0000 (00:54 -0700)]
/rsscloud/request_notify should work now
Zach Copley [Wed, 16 Sep 2009 19:20:25 +0000 (19:20 +0000)]
Some foundational work. Not much to see here. Move along.
Zach Copley [Mon, 14 Sep 2009 01:39:54 +0000 (01:39 +0000)]
Test action to simulate an aggregator. Useful for checking that the cloud hub is sending notifications.
Zach Copley [Fri, 11 Sep 2009 21:28:22 +0000 (21:28 +0000)]
Extremely nascent RSSCloud plugin
Evan Prodromou [Wed, 6 Jan 2010 05:48:43 +0000 (19:48 -1000)]
encache on insert instead of decaching
Craig Andrews [Wed, 6 Jan 2010 05:22:19 +0000 (00:22 -0500)]
remove invalid calls to AuthenticationPlugin::onAutoload
Craig Andrews [Wed, 6 Jan 2010 05:20:15 +0000 (00:20 -0500)]
Use plugin configuration instead of common_config()
Craig Andrews [Wed, 6 Jan 2010 05:09:07 +0000 (00:09 -0500)]
Use common_{log,debug} instead of error_log for logging
Craig Andrews [Wed, 6 Jan 2010 05:06:43 +0000 (00:06 -0500)]
Add shiny's mollom plugin
Brion Vibber [Wed, 6 Jan 2010 00:15:12 +0000 (16:15 -0800)]
Fix for overlong RT trimming: don't trim if textlimit is 0 (unlimited)
Brion Vibber [Tue, 5 Jan 2010 23:04:08 +0000 (15:04 -0800)]
Ticket 2135: trim overlong repeats with ellipsis rather than failing.
In web interface and retweet/repeat API we show the original untrimmed text, but some back-compat API messages will still show the trimmed 'RT' version.
This matches Twitter's behavior on overlong retweets, though we're outputting the RT version in more API results than they do.
Brion Vibber [Tue, 5 Jan 2010 23:05:53 +0000 (15:05 -0800)]
Cache fixes:
* We now cache negative lookups; clear them in Memcached_DataObject->insert()
* Mark file.url as a unique key in statusnet.ini so its negative lookups are cleared properly (first save of a notice with a new URL was failing due to double-insert)
* Now using serialization for default in-process cache instead of just saving objects; avoids potential corruption if you save an object to cache, change the original object, then fetch the same key from cache again
Craig Andrews [Tue, 5 Jan 2010 22:47:37 +0000 (17:47 -0500)]
Require users to login to view attachments on private sites
Thank you jeff-themovie for this implementation!
Siebrand Mazeland [Tue, 5 Jan 2010 22:21:35 +0000 (23:21 +0100)]
Localisation updates for !StatusNet from !translatewiki.net !sntrans
Craig Andrews [Tue, 5 Jan 2010 18:56:22 +0000 (13:56 -0500)]
Move Authorization and Authentication plugin structures into core, instead of as plugins.
This move makes sense as you can addPlugin('Authentication') for example - these are abstract classes designed to be implemented, not used directly.
Craig Andrews [Tue, 5 Jan 2010 18:42:15 +0000 (13:42 -0500)]
Fix auth plugin autoregistration issue.
Sarven Capadisli [Tue, 5 Jan 2010 17:55:57 +0000 (17:55 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Tue, 5 Jan 2010 17:54:51 +0000 (17:54 +0000)]
Added adminprofileflag padding for Cloudy
Brion Vibber [Tue, 5 Jan 2010 17:54:43 +0000 (09:54 -0800)]
Typo fix in the new default in-process cache; spewed notice warnings on deletion, breaking XHR responses.
Sarven Capadisli [Tue, 5 Jan 2010 17:51:29 +0000 (17:51 +0000)]
Admin panel layout for Cloudy
Sarven Capadisli [Tue, 5 Jan 2010 17:38:59 +0000 (17:38 +0000)]
Rest of layout styles for Cloudy.
Sarven Capadisli [Tue, 5 Jan 2010 17:06:12 +0000 (18:06 +0100)]
More updates to Cloudy theme layout
Sarven Capadisli [Tue, 5 Jan 2010 16:49:30 +0000 (17:49 +0100)]
Updated Cloudy theme
Evan Prodromou [Tue, 5 Jan 2010 08:50:04 +0000 (22:50 -1000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Conflicts:
classes/Memcached_DataObject.php
Evan Prodromou [Tue, 5 Jan 2010 08:49:09 +0000 (22:49 -1000)]
free some memory in createsim.php
Sarven Capadisli [Tue, 5 Jan 2010 02:07:26 +0000 (03:07 +0100)]
Updated default theme for geo
Sarven Capadisli [Tue, 5 Jan 2010 01:31:34 +0000 (01:31 +0000)]
Reuse cookie location_enabled before .change()
Sarven Capadisli [Tue, 5 Jan 2010 01:16:48 +0000 (01:16 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Tue, 5 Jan 2010 01:15:08 +0000 (01:15 +0000)]
Retain the geo data when FormNoticeXHR is complete because form gets
reset
Evan Prodromou [Tue, 5 Jan 2010 01:14:54 +0000 (15:14 -1000)]
Merge branch 'master' into 0.9.x
Conflicts:
actions/publictagcloud.php
classes/Memcached_DataObject.php
Evan Prodromou [Tue, 5 Jan 2010 01:11:04 +0000 (15:11 -1000)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Tue, 5 Jan 2010 01:10:43 +0000 (15:10 -1000)]
Merge branch 'batchlocation'
Sarven Capadisli [Tue, 5 Jan 2010 00:37:53 +0000 (00:37 +0000)]
Remove input geo data as well
Sarven Capadisli [Tue, 5 Jan 2010 00:15:26 +0000 (00:15 +0000)]
If user checked shared location but didn't enter their location, don't
show the checkbox
Sarven Capadisli [Mon, 4 Jan 2010 23:36:22 +0000 (23:36 +0000)]
Refactored NoticeLocationAttach(). It works better in UAs that don't
support Geolocation API.
Brion Vibber [Mon, 4 Jan 2010 22:38:56 +0000 (14:38 -0800)]
Exclude process-specific link & result cache references from serialized Memcached_Data_Object instances.
Should fix seemingly-random bugs due to destructor free()ing local resources by mistake.
cherry-pick from 0.9.x
Brion Vibber [Mon, 4 Jan 2010 22:37:39 +0000 (14:37 -0800)]
Revert "Take Memcached_DataObject destructor back out to check whether it might be causing some under-the-hood problems."
This reverts commit
89cca01259d71f3da961ef64def3647f86a01567 .
Brion Vibber [Mon, 4 Jan 2010 22:24:16 +0000 (14:24 -0800)]
Exclude process-specific link & result cache references from serialized Memcached_Data_Object instances.
Should fix seemingly-random bugs due to destructor free()ing local resources by mistake.
Evan Prodromou [Mon, 4 Jan 2010 21:59:56 +0000 (11:59 -1000)]
Merge branch 'locshunt2' into 0.9.x
Evan Prodromou [Mon, 4 Jan 2010 18:53:28 +0000 (08:53 -1000)]
user_id is a non-autoincrement pkey for user_location_prefs
Brion Vibber [Mon, 4 Jan 2010 21:02:41 +0000 (13:02 -0800)]
drop debug statement
Brion Vibber [Mon, 4 Jan 2010 21:01:17 +0000 (13:01 -0800)]
Ticket 2141: bugs with weighted popularity lists across year boundary.
Consolidated several separate implementations of the same weighting algorithm into common_sql_weight() and fixed some bugs...
For MySQL, now using timestampdiff() instead of subtraction for the comparison, so we get sane results when the year doesn't match, and utc_timestamp() rather than now() so we don't get negative ages for recent items with local server timezone.
Unknown whether the same problems affect PostgreSQL, but note that it lacks the timestampdiff() SQL function.
Evan Prodromou [Mon, 4 Jan 2010 20:55:21 +0000 (10:55 -1000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x