Mikael Nordfeldth
|
faae9d069a
We're using URLMapper, not Net_URL_Mapper
|
10 年之前 |
Mikael Nordfeldth
|
9933c00c4f
TwitterBridge PHP require_once paths now relative
|
10 年之前 |
Mikael Nordfeldth
|
7e597ea7cc
More Favorite pluginification (favecount, cache, menus(favecount, cache, menus))
|
10 年之前 |
Mikael Nordfeldth
|
888ac77906
"Twitter card" support had badly referenced HTML outputter
|
10 年之前 |
Mikael Nordfeldth
|
f110fc5c9a
Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION
|
11 年之前 |
Mikael Nordfeldth
|
a38ed0057a
Moved jbfavre's Twitter card support to Twitter plugin
|
11 年之前 |
Mikael Nordfeldth
|
fb4e9b234d
Twitter Import improvements. Still buggy?
|
11 年之前 |
Mikael Nordfeldth
|
de55d8f83b
plugins onAutoload now only overloads if necessary (extlibs etc.)
|
11 年之前 |
Mikael Nordfeldth
|
3a7261f70a
IMPORTANT: Making prev. Memcached_DataObject working again with schemaDef
|
11 年之前 |
Mikael Nordfeldth
|
2a4dc77a63
The overloaded DB_DataObject function staticGet is now called getKV
|
11 年之前 |
Mikael Nordfeldth
|
3ad3535cd8
Merge commit 'refs/merge-requests/230' of git://gitorious.org/statusnet/mainline into merge-requests/230
|
11 年之前 |
Evan Prodromou
|
3fc1d245a1
Merge 1.1.x into master
|
11 年之前 |
Jean Baptiste Favre
|
f1a3d5a386
PHP 5.4 Fix GetValidDaemons function definition for Xmpp & TwitterBridge plugins
|
11 年之前 |
Jean Baptiste Favre
|
a10a34a3cf
Make TwitterBridge plugin use Queueing system
|
12 年之前 |
Evan Prodromou
|
206c090688
Squashed commit of the following:
|
12 年之前 |
Jean Baptiste Favre
|
184290b5cf
Add my name to TwitterBridgePlugin onPluginVersion function
|
13 年之前 |
Zach Copley
|
9a51caa485
Automatically allow admins to use the Twitter admin panel if the TwitterBridge plugin is installed
|
13 年之前 |
Siebrand Mazeland
|
d750a943ed
Add missing translator documentation.
|
13 年之前 |
Siebrand Mazeland
|
199404c74a
Update translator documentation.
|
13 年之前 |
Brion Vibber
|
d2cd5b3353
Tweak which should fix ActivityStreams output for Twitter profiles (if remote_profile entries didn't match, we ended up losing id/URI).
|
13 年之前 |
Evan Prodromou
|
683bd3f2b5
don't push twitter stuff public if its not public
|
13 年之前 |
Zach Copley
|
b7d0746694
Merge branch '0.9.x' into 1.0.x
|
14 年之前 |
Evan Prodromou
|
e53793edf4
make 'admin' a safe user name
|
14 年之前 |
Brion Vibber
|
56e2bc10d9
Cleanup stray PHP 4-style references in hook calls for navigation bars. We can't replace the live action from here, and don't need a reference to keep the object mutable. Dumping the references helps ensure we don't end up getting errors when things calling the hooks might forget to use the reference and the PHP error reporting settings expose this fact at us.
|
14 年之前 |
Brion Vibber
|
37994e3ff1
Merge branch 'master' into 0.9.x
|
14 年之前 |
Brion Vibber
|
94f2f96f2e
Ticket #2724: gracefully handle attempts to delete or fave/unfave a remote Twitter notice if a failure occurs.
|
14 年之前 |
Brion Vibber
|
9cbda32768
Pull out the 'tweetctl' queue for now; these should go over control signals, and actual handling isn't implemented yet anyway.
|
14 年之前 |
Brion Vibber
|
62408fef09
Work in progress on twitter import daemon
|
14 年之前 |
Brion Vibber
|
d743539cf7
Fixups for twitter streaming daemon
|
14 年之前 |
Brion Vibber
|
0eaa26476c
Split the guts of Twitter status -> notice import from twitterstatusfetcher daemon into TwitterImport class which can be called from other places, letting us reuse code for the streaming API.
|
14 年之前 |