]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch 'inblob' of git@gitorious.org:~evan/statusnet/evans-mainline into inblob
Evan Prodromou [Sat, 9 Jan 2010 22:19:59 +0000 (14:19 -0800)]
Merge branch 'inblob' of git@gitorious.org:~evan/statusnet/evans-mainline into inblob

Conflicts:
classes/Inbox.php
classes/Notice.php
classes/Notice_inbox.php

14 years agoMerge branch '0.9.x' into inblob
Evan Prodromou [Sat, 9 Jan 2010 22:03:09 +0000 (14:03 -0800)]
Merge branch '0.9.x' into inblob

14 years agouse Inbox in twitterstatusfetcher
Evan Prodromou [Sat, 9 Jan 2010 22:02:01 +0000 (14:02 -0800)]
use Inbox in twitterstatusfetcher

14 years agochange PuSH plugin to use whoGets()
Evan Prodromou [Sat, 9 Jan 2010 21:59:39 +0000 (13:59 -0800)]
change PuSH plugin to use whoGets()

14 years agouse whoGets() for realtime plugin
Evan Prodromou [Sat, 9 Jan 2010 21:56:54 +0000 (13:56 -0800)]
use whoGets() for realtime plugin

14 years agowhoGets() method for Notice
Evan Prodromou [Sat, 9 Jan 2010 21:55:54 +0000 (13:55 -0800)]
whoGets() method for Notice

14 years agocreate new Inbox from Notice_inbox if not exists at read/write time
Evan Prodromou [Sat, 9 Jan 2010 18:26:50 +0000 (10:26 -0800)]
create new Inbox from Notice_inbox if not exists at read/write time

14 years agoinitialize an Inbox from Notice_inbox records
Evan Prodromou [Sat, 9 Jan 2010 18:01:07 +0000 (10:01 -0800)]
initialize an Inbox from Notice_inbox records

14 years agoremove triminboxes.php; it's no longer used
Evan Prodromou [Sat, 9 Jan 2010 18:00:27 +0000 (10:00 -0800)]
remove triminboxes.php; it's no longer used

14 years agodisable all Notice_inbox functions
Evan Prodromou [Sat, 9 Jan 2010 17:59:58 +0000 (09:59 -0800)]
disable all Notice_inbox functions

14 years agoRevert "Replace Notice_inbox with Inbox"
Evan Prodromou [Sat, 9 Jan 2010 17:31:57 +0000 (09:31 -0800)]
Revert "Replace Notice_inbox with Inbox"

We use Notice_inbox to transition to Inbox.

This reverts commit 7640d3f07bad0710d69575efc7ceda115f24a60a.

14 years agosome formatting changes to make inblobs work
Evan Prodromou [Thu, 31 Dec 2009 19:09:07 +0000 (09:09 -1000)]
some formatting changes to make inblobs work

14 years agoUse inbox instead of notice_inbox
Evan Prodromou [Wed, 30 Dec 2009 19:06:07 +0000 (09:06 -1000)]
Use inbox instead of notice_inbox

14 years agoReplace Notice_inbox with Inbox
Evan Prodromou [Wed, 30 Dec 2009 19:03:06 +0000 (09:03 -1000)]
Replace Notice_inbox with Inbox

14 years agoflip exe bit
Evan Prodromou [Wed, 30 Dec 2009 06:03:06 +0000 (22:03 -0800)]
flip exe bit

14 years agoadd inbox data class
Evan Prodromou [Wed, 30 Dec 2009 06:02:46 +0000 (22:02 -0800)]
add inbox data class

14 years agoadd an inbox blob table
Evan Prodromou [Wed, 30 Dec 2009 05:54:08 +0000 (21:54 -0800)]
add an inbox blob table

14 years agoUpdated Cloudy theme for geo
Sarven Capadisli [Sat, 9 Jan 2010 12:33:13 +0000 (13:33 +0100)]
Updated Cloudy theme for geo

14 years agoAdd an IMAP daemon so StatusNet can process incoming user posts via catch-all mailbox...
Craig Andrews [Fri, 8 Jan 2010 23:52:09 +0000 (18:52 -0500)]
Add an IMAP daemon so StatusNet can process incoming user posts via catch-all mailbox (in addition to the pre-existing script alias method)

14 years agopersistent connection flag, default false on cli
Evan Prodromou [Fri, 8 Jan 2010 21:21:29 +0000 (13:21 -0800)]
persistent connection flag, default false on cli

14 years agoAdded i18n text for @title values in geo sharing actions
Sarven Capadisli [Fri, 8 Jan 2010 18:07:02 +0000 (18:07 +0000)]
Added i18n text for @title values in geo sharing actions

14 years agoFocus on the notice textarea after share, minimize, close button actions
Sarven Capadisli [Fri, 8 Jan 2010 16:51:18 +0000 (16:51 +0000)]
Focus on the notice textarea after share, minimize, close button actions

14 years agoMakes sure that if geo location sharing is disabled, it doesn't use
Sarven Capadisli [Fri, 8 Jan 2010 16:43:03 +0000 (16:43 +0000)]
Makes sure that if geo location sharing is disabled, it doesn't use
the HTML output. If cookie is set, use those values for XHR notice post

14 years agoStores geo view's minimized state in a cookie
Sarven Capadisli [Fri, 8 Jan 2010 14:23:37 +0000 (14:23 +0000)]
Stores geo view's minimized state in a cookie

14 years agoSome code cleaning for geo UI
Sarven Capadisli [Fri, 8 Jan 2010 13:58:23 +0000 (13:58 +0000)]
Some code cleaning for geo UI

14 years agoUsing cookies to minimize lookups to Geonames
Sarven Capadisli [Fri, 8 Jan 2010 13:36:52 +0000 (13:36 +0000)]
Using cookies to minimize lookups to Geonames

14 years agoUpdated RealtimePlugin to use core json2.js
Sarven Capadisli [Fri, 8 Jan 2010 13:36:31 +0000 (13:36 +0000)]
Updated RealtimePlugin to use core json2.js

14 years agoUsing json2.js
Sarven Capadisli [Fri, 8 Jan 2010 13:26:48 +0000 (13:26 +0000)]
Using json2.js

14 years agoAdded minified version of json2.js to parse and stringify JSON objects
Sarven Capadisli [Fri, 8 Jan 2010 13:21:55 +0000 (13:21 +0000)]
Added minified version of json2.js to parse and stringify JSON objects

14 years agoRearranged instructions, system_notice list-style-position
Sarven Capadisli [Fri, 8 Jan 2010 11:52:59 +0000 (11:52 +0000)]
Rearranged instructions, system_notice list-style-position

14 years agoUpdated plugin info for PoweredByStatusNet
Sarven Capadisli [Fri, 8 Jan 2010 11:42:03 +0000 (11:42 +0000)]
Updated plugin info for PoweredByStatusNet

14 years agoUpdated styles for versions page
Sarven Capadisli [Fri, 8 Jan 2010 11:41:36 +0000 (11:41 +0000)]
Updated styles for versions page

14 years agoUpdated markup for versions page
Sarven Capadisli [Fri, 8 Jan 2010 11:41:12 +0000 (11:41 +0000)]
Updated markup for versions page

14 years agoAdded Brigitte Schuster (http://brigitteschuster.com) as one of the
Sarven Capadisli [Fri, 8 Jan 2010 10:20:51 +0000 (10:20 +0000)]
Added Brigitte Schuster (http://brigitteschuster.com) as one of the
contributors to StatusNet. She created the identi.ca, laconi.ca, and
status.net logos.

14 years agolet system administrators disallow certain admin panels
Evan Prodromou [Fri, 8 Jan 2010 09:00:29 +0000 (01:00 -0800)]
let system administrators disallow certain admin panels

14 years agoMapstraction PluginVersion
Evan Prodromou [Fri, 8 Jan 2010 08:38:20 +0000 (00:38 -0800)]
Mapstraction PluginVersion

14 years agoPluginVersion for WikiHashtags
Evan Prodromou [Fri, 8 Jan 2010 08:29:09 +0000 (00:29 -0800)]
PluginVersion for WikiHashtags

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Fri, 8 Jan 2010 08:21:58 +0000 (00:21 -0800)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoadd versions for url-shortener plugins
Evan Prodromou [Fri, 8 Jan 2010 08:20:38 +0000 (00:20 -0800)]
add versions for url-shortener plugins

14 years agoAdd version info for Facebook, TwitterBridge and RSSCloud plugins
Zach Copley [Fri, 8 Jan 2010 08:09:23 +0000 (00:09 -0800)]
Add version info for Facebook, TwitterBridge and RSSCloud plugins

14 years agoptiturl.com correct name
Evan Prodromou [Fri, 8 Jan 2010 07:38:19 +0000 (23:38 -0800)]
ptiturl.com correct name

14 years agoadd version information to GeoURL
Evan Prodromou [Fri, 8 Jan 2010 01:58:48 +0000 (17:58 -0800)]
add version information to GeoURL

14 years agoadd version information to Linkback
Evan Prodromou [Fri, 8 Jan 2010 01:58:38 +0000 (17:58 -0800)]
add version information to Linkback

14 years agoadd version information to GoogleAnalytics
Evan Prodromou [Fri, 8 Jan 2010 01:51:57 +0000 (17:51 -0800)]
add version information to GoogleAnalytics

14 years agoadd version information to MemcachePlugin
Evan Prodromou [Fri, 8 Jan 2010 01:49:39 +0000 (17:49 -0800)]
add version information to MemcachePlugin

14 years agoadd version information to PiwikAnalyticsPlugin
Evan Prodromou [Fri, 8 Jan 2010 01:47:23 +0000 (17:47 -0800)]
add version information to PiwikAnalyticsPlugin

14 years agoadd version info to the Template plugin
Evan Prodromou [Fri, 8 Jan 2010 01:43:56 +0000 (17:43 -0800)]
add version info to the Template plugin

14 years agoadd version info to OpenID plugin
Evan Prodromou [Fri, 8 Jan 2010 01:41:55 +0000 (17:41 -0800)]
add version info to OpenID plugin

14 years agoAdd version info to the CacheLog plugin
Evan Prodromou [Fri, 8 Jan 2010 01:39:15 +0000 (17:39 -0800)]
Add version info to the CacheLog plugin

14 years agoadd version info to SamplePlugin
Evan Prodromou [Fri, 8 Jan 2010 01:37:44 +0000 (17:37 -0800)]
add version info to SamplePlugin

14 years agoadd default plugin version information
Evan Prodromou [Fri, 8 Jan 2010 01:33:46 +0000 (17:33 -0800)]
add default plugin version information

14 years agomake a list of plugins
Evan Prodromou [Fri, 8 Jan 2010 01:28:31 +0000 (17:28 -0800)]
make a list of plugins

14 years agoadd version information to Geonames plugin
Evan Prodromou [Fri, 8 Jan 2010 01:27:01 +0000 (17:27 -0800)]
add version information to Geonames plugin

14 years agoadd a version action to give credit and list plugins
Evan Prodromou [Fri, 8 Jan 2010 01:26:40 +0000 (17:26 -0800)]
add a version action to give credit and list plugins

14 years agoadd default plugins and load them
Evan Prodromou [Fri, 8 Jan 2010 00:13:36 +0000 (16:13 -0800)]
add default plugins and load them

14 years agoclear profile location data if unparseable location string
Evan Prodromou [Thu, 7 Jan 2010 23:59:07 +0000 (15:59 -0800)]
clear profile location data if unparseable location string

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

14 years agoCorrection to previous commit
Ciaran Gultnieks [Thu, 7 Jan 2010 21:01:07 +0000 (21:01 +0000)]
Correction to previous commit

14 years agoFixes to bugs where non-local messages were being wrong put in the public timeline...
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

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

14 years agoDon't output form_notice in admin panel pages in Cloudy
Sarven Capadisli [Thu, 7 Jan 2010 09:53:01 +0000 (09:53 +0000)]
Don't output form_notice in admin panel pages in Cloudy

14 years agoCloudy layout fix for public and showstream pages when user is not
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

14 years agofixup keytypes so it returns the types no matter what kind of class it is
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

14 years agoRevert "Ticket 2107: remove "not implemented" items from sms/xmpp help; nobody likes...
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.

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

14 years agopass through keys() as keyTypes() for UserFlag
Evan Prodromou [Thu, 7 Jan 2010 07:22:49 +0000 (23:22 -0800)]
pass through keys() as keyTypes() for UserFlag

14 years agoonly encache new objects when insert was successful
Evan Prodromou [Thu, 7 Jan 2010 02:34:18 +0000 (16:34 -1000)]
only encache new objects when insert was successful

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

14 years agoFix broken API method /api/statusnet/groups/leave/:id.:format
Zach Copley [Thu, 7 Jan 2010 00:21:29 +0000 (16:21 -0800)]
Fix broken API method /api/statusnet/groups/leave/:id.:format

14 years agoTicket 2107: remove "not implemented" items from sms/xmpp help; nobody likes being...
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.

14 years ago...and drop the unnecessary &reference from child class pkeyGet() overrides.
Brion Vibber [Wed, 6 Jan 2010 22:28:40 +0000 (14:28 -0800)]
...and drop the unnecessary &reference from child class pkeyGet() overrides.

14 years agoThe structure return by parse_url is an associative array, not an object.
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.

14 years agoThe 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.

14 years agoRemove erroneous call to parent::onInitializePlugin()
Craig Andrews [Wed, 6 Jan 2010 21:48:24 +0000 (16:48 -0500)]
Remove erroneous call to parent::onInitializePlugin()

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

14 years agoDon't output notices from deleted users.
Zach Copley [Wed, 6 Jan 2010 21:40:28 +0000 (13:40 -0800)]
Don't output notices from deleted users.

14 years agoRearrange Memcached_DataObject::staticGet() to avoid "only variables can be passed...
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.

14 years agosuppress notice for undefined prompt variable when console.php is used from non-inter...
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

14 years agoMerge branch 'flagdel' into 0.9.x
Brion Vibber [Wed, 6 Jan 2010 19:16:06 +0000 (11:16 -0800)]
Merge branch 'flagdel' into 0.9.x

14 years agoFix for broken profile flag admin UI: delete stray flag entries when users are delete...
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;

14 years agoUpdated notice-option width in Cloudy theme
Sarven Capadisli [Wed, 6 Jan 2010 18:12:13 +0000 (18:12 +0000)]
Updated notice-option width in Cloudy theme

14 years agoFixes layout for attachment page in Cloudy theme
Sarven Capadisli [Wed, 6 Jan 2010 18:08:43 +0000 (18:08 +0000)]
Fixes layout for attachment page in Cloudy theme

14 years agoUses a fixed height for header to control the layout for notice form
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

14 years agoRemoved unnecessary internal style
Sarven Capadisli [Wed, 6 Jan 2010 10:31:06 +0000 (11:31 +0100)]
Removed unnecessary internal style

14 years agoSome better log msgs
Zach Copley [Wed, 6 Jan 2010 07:44:34 +0000 (07:44 +0000)]
Some better log msgs

14 years agoFix subscription path in link element
Zach Copley [Tue, 29 Dec 2009 03:52:02 +0000 (03:52 +0000)]
Fix subscription path in link element

14 years agoSome phpcs cleanup
Zach Copley [Mon, 14 Dec 2009 21:24:49 +0000 (21:24 +0000)]
Some phpcs cleanup

14 years agoComment out the LoggingAggregator business
Zach Copley [Mon, 14 Dec 2009 05:32:37 +0000 (05:32 +0000)]
Comment out the LoggingAggregator business

14 years agoReject subscription requests for handlers that don't support http-post
Zach Copley [Sun, 13 Dec 2009 20:30:17 +0000 (20:30 +0000)]
Reject subscription requests for handlers that don't support http-post

14 years agoAdded a bunch of function commment blocks
Zach Copley [Sat, 12 Dec 2009 01:50:10 +0000 (17:50 -0800)]
Added a bunch of function commment blocks

14 years agoAdded intial README
Zach Copley [Fri, 11 Dec 2009 03:19:15 +0000 (19:19 -0800)]
Added intial README

14 years agoSupport an 'extra' clause when definining a column (e.g.: 'on update
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').

14 years agoAdd an RSSCloud queue handler daemon
Zach Copley [Tue, 8 Dec 2009 21:04:26 +0000 (21:04 +0000)]
Add an RSSCloud queue handler daemon

14 years agoNotifier works, and bad subscriptions are deleted properly now.
Zach Copley [Tue, 8 Dec 2009 06:26:11 +0000 (06:26 +0000)]
Notifier works, and bad subscriptions are deleted properly now.

14 years agoPlugin now checks notify handlers before registering subscriptions
Zach Copley [Mon, 7 Dec 2009 09:10:04 +0000 (09:10 +0000)]
Plugin now checks notify handlers before registering subscriptions

14 years agoBetter .ini info for RSSCloud subscription
Zach Copley [Sat, 5 Dec 2009 07:33:15 +0000 (07:33 +0000)]
Better .ini info for RSSCloud subscription

14 years agoMake dummy aggregator handle RSSCloud challenge/response with domain parameter
Zach Copley [Sat, 5 Dec 2009 07:17:51 +0000 (07:17 +0000)]
Make dummy aggregator handle RSSCloud challenge/response with domain parameter

14 years agoSet modified column correctly.
Zach Copley [Tue, 1 Dec 2009 01:24:39 +0000 (01:24 +0000)]
Set modified column correctly.

14 years agoFixed DB_DataObject to return the right keys info for a compound
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

14 years agoAdd a table and DB_DataObject class for storing cloud subscriptions
Zach Copley [Thu, 5 Nov 2009 01:32:17 +0000 (17:32 -0800)]
Add a table and DB_DataObject class for storing cloud subscriptions