Sarven Capadisli
6cfe5b5a3b
Merge branch 'master' of git@gitorious.org:statusnet/mainline
2010-01-26 01:29:10 +01:00
Sarven Capadisli
9bacdb9134
Updated howto create a theme
2010-01-26 01:16:15 +01:00
Sarven Capadisli
23e96dd4d1
Added version info for MobileProfile plugin
2010-01-26 01:16:02 +01:00
Sarven Capadisli
6ae453bb7d
Fixed innerHTML problem in IE7 and 8 for badge script
2010-01-26 01:15:39 +01:00
Sarven Capadisli
72ae0ecc1c
Removed mobile stylesheet from core output. If Mobile support is
...
seeked, MobileProfile plugin should be used.
2010-01-26 01:15:30 +01:00
Sarven Capadisli
2f74a9bf14
Better alignment for notice options in MobileProfile
2010-01-26 01:15:20 +01:00
Sarven Capadisli
1406cc452f
Updated notice item view where a) notice text no longer wraps around
...
(under author's photo) b) supplemental notice content and options will
start right under notice text.
2010-01-26 01:15:07 +01:00
Sarven Capadisli
dbb44ca39a
Missing null className for incoming email form legend
2010-01-26 01:14:47 +01:00
Sarven Capadisli
b1a4ccb4df
Updated path to farbtastic stylesheet
2010-01-26 01:14:33 +01:00
Sarven Capadisli
a93a3cc270
Moved farbtastic's stylesheet to use relative paths for its own images
2010-01-26 01:14:22 +01:00
Sarven Capadisli
14c3ec73b9
Updated UI for notice aside content and notice options in MobileProfile
2010-01-26 01:13:53 +01:00
Sarven Capadisli
83eef607f1
Inline script for maxlength is deprecated
2010-01-26 01:13:29 +01:00
Sarven Capadisli
e9a155db73
Using visibility:hidden instead of display:none for checkbox
2010-01-26 01:12:39 +01:00
Sarven Capadisli
591c5037a7
An update to geolocation cookie to use a single file and set the
...
expiry date to 30 days from now.
2010-01-26 01:12:06 +01:00
Brion Vibber
a7a0041a11
Quick hack to avoid breaking with geonames off when there's some old cookie state. This code's a little rough and tumble; any breakage halts JS execution and leaves the spinner going and no message submitted.
2010-01-26 00:25:20 +01:00
Sarven Capadisli
a35c52b6be
Some JS cleaning up for NoticeLocationAttach (which fixes also fixes a
...
few bugs in WebKit)
2010-01-26 00:25:13 +01:00
Sarven Capadisli
2e643071ff
Took out focus out of textare when location share is enabled/disabled.
...
Also avoids the conflict with the URL fragment on the conversation page.
2010-01-26 00:25:06 +01:00
Sarven Capadisli
f9cc3e6d94
Added missing position paramater
2010-01-26 00:24:57 +01:00
Sarven Capadisli
cae2429d12
JSLinting on JSON
2010-01-26 00:24:44 +01:00
Evan Prodromou
663e4e02a1
Merge branch 'master' into testing
...
Conflicts:
lib/queuemanager.php
2010-01-25 18:13:09 -05:00
Evan Prodromou
b6aa1511eb
Merge branch 'master' into 0.9.x
2010-01-25 18:10:59 -05:00
Evan Prodromou
e26a843caf
Offload inbox updates to a queue handler to speed up posting online
...
Moved much of the writing that happens when posting a notice to a new
queuehandler, distribqueuehandler. This updates tags, groups, replies
and inboxes at queue time (or at Web time, if queues are disabled).
To make this work well, I had to break up the monolithic
Notice::blowCaches() and make cache blowing happen closer to where
data is updated.
Squashed commit of the following:
commit 5257626c62750ac4ac1db0ce2b71410c5711cfa3
Author: Evan Prodromou <evan@status.net>
Date: Mon Jan 25 14:56:41 2010 -0500
slightly better handling of blowing tag memory cache
commit 8a22a3cdf6ec28685da129a0313e7b2a0837c9ef
Author: Evan Prodromou <evan@status.net>
Date: Mon Jan 25 01:42:56 2010 -0500
change 'distribute' to 'distrib' so not too long for dbqueue
commit 7a063315b0f7fad27cb6fbd2bdd74e253af83e4f
Author: Evan Prodromou <evan@status.net>
Date: Mon Jan 25 01:39:15 2010 -0500
change handle_notice() to handle() in distributqueuehandler
commit 1a39ccd28b9994137d7bfd21bb4f230546938e77
Author: Evan Prodromou <evan@status.net>
Date: Mon Jan 25 16:05:25 2010 -0500
error with queuemanager
commit e6b3bb93f305cfd2de71a6340b8aa6fb890049b7
Author: Evan Prodromou <evan@status.net>
Date: Mon Jan 25 01:11:34 2010 -0500
Blow memcache at different point rather than one big function for Notice class
commit 94d557cdc016187d1d0647ae1794cd94d6fb8ac8
Author: Evan Prodromou <evan@status.net>
Date: Mon Jan 25 00:48:44 2010 -0500
Blow memcache at different point rather than one big function for Notice class
commit 1c781dd08c88a35dafc5c01230b4872fd6b95182
Author: Evan Prodromou <evan@status.net>
Date: Wed Jan 20 08:54:18 2010 -0500
move broadcasting and distributing to new queuehandler
commit da3e46d26b84e4f028f34a13fd2ee373e4c1b954
Author: Evan Prodromou <evan@status.net>
Date: Wed Jan 20 08:53:12 2010 -0500
Move distribution of notices to new distribute queue handler
2010-01-25 18:08:21 -05:00
Sarven Capadisli
b3121d09c9
An update to geolocation cookie to use a single file and set the
...
expiry date to 30 days from now.
2010-01-25 23:42:40 +01:00
Brion Vibber
f3beed6889
Fix presence notification on XMPP thread (now foreground, not background)
2010-01-25 13:49:02 -08:00
Brion Vibber
1ab2483296
Fix presence notification on XMPP thread (now foreground, not background)
2010-01-25 13:48:24 -08:00
Sarven Capadisli
5c02162080
Updated howto create a theme
2010-01-25 22:44:05 +01:00
Brion Vibber
ee4ca8f260
quick fix to console.php: don't save blank lines into readline history
2010-01-25 09:41:40 -08:00
Brion Vibber
055a00bcae
drop now-unused --skip-xmpp and --xmpp-only options from queuedaemon.php
2010-01-25 09:36:20 -08:00
Brion Vibber
c10d5320dd
Disable PubSubHubBub hub pings automatically on private site (hub wouldn't be able to read feeds anyway)
...
[Might be good to think of a core way to mark a plugin as disabled when it initializes.]
2010-01-25 09:07:24 -08:00
Sarven Capadisli
73f6250b9d
An update to geolocation cookie to use a single file and set the
...
expiry date to 30 days from now.
2010-01-25 14:55:04 +00:00
Brion Vibber
a5836d33e4
Fix for PoweredByStatusNetPlugin to be localizable (was broken for non-English word order)
...
(Note the .po files will have to be added manually for now as we haven't set TranslateWiki up for plugins I think)
2010-01-25 13:15:54 +01:00
Evan Prodromou
089305ac7a
fix interpolation of positional arguments to sprintf in tag action
2010-01-24 22:59:22 -05:00
Evan Prodromou
a9da43a416
fix interpolation of positional arguments to sprintf in show group
2010-01-24 22:57:33 -05:00
Evan Prodromou
019dad95e1
fix interpolation of positional arguments to sprintf in show favorites
2010-01-24 22:56:41 -05:00
Evan Prodromou
73fdec6c12
fix interpolation of positional arguments to sprintf in usergroups
2010-01-24 22:55:29 -05:00
Evan Prodromou
9077db00a5
fix interpolation of positional arguments to sprintf in inbox
2010-01-24 22:54:25 -05:00
Evan Prodromou
02526f1100
fix interpolation of positional arguments to sprintf in outbox
2010-01-24 22:53:29 -05:00
Evan Prodromou
fc7afed924
fix interpolation for positional arguments in replies
2010-01-24 22:52:03 -05:00
Evan Prodromou
e400437d57
fix interpolation for positional arguments in showstream
2010-01-24 22:50:07 -05:00
Evan Prodromou
536170d788
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
2010-01-24 22:42:29 -05:00
Evan Prodromou
e6cf293db8
Recover caching logic lost in bad merge
...
I made a bad merge on Jan 10th from master to 0.9.x. This lost a number
of memcache enhancements made on the 0.9.x branch. I've been able to
re-do the manual merge, and this represents the changes. Most of them
are related to caching on insert.
2010-01-24 22:39:32 -05:00
Zach Copley
4daf76212a
- Had to remove checking read vs. read-write in OAuth authenticated methods
...
- Will now pick up source attr from OAuth app
2010-01-25 00:51:56 +00:00
Zach Copley
8b24b5ac7b
Add Start/EndSetApiUser events when setting API user via OAuth
2010-01-24 16:46:37 -08:00
Sarven Capadisli
6a4c88afe7
More relaxed selector for application icon and form checkbox
2010-01-24 16:36:06 -08:00
Zach Copley
1f8ddf716d
Check for read vs. read-write access on OAuth authenticated API mehtods.
2010-01-24 16:36:06 -08:00
Zach Copley
c2c930a855
Fixed some spelling mistakes in the README
2010-01-24 16:36:05 -08:00
Zach Copley
de70b91a3a
Some rough test scripts for poking at the OAuth system
2010-01-24 16:36:05 -08:00
Zach Copley
6efbf2777a
Add verifier and verified callback to token for OAuth 1.0a
2010-01-24 16:36:05 -08:00
Zach Copley
d33040089d
Remove verifier from Oauth_application_user (not needed there)
2010-01-24 16:36:05 -08:00
Zach Copley
9e7f47652d
Revoke access token UI
2010-01-24 16:36:05 -08:00