Samantha Doherty
|
43f341b68f
|
Change feeds in sidebar to a vertical list.
|
2011-04-08 11:05:19 -04:00 |
|
Siebrand Mazeland
|
3e8bf13aab
|
Update translator documentation.
L10n/i18n updates.
|
2011-04-08 10:59:10 +02:00 |
|
Siebrand Mazeland
|
8d99a5f949
|
Whitespace updates.
|
2011-04-08 01:49:34 +02:00 |
|
Siebrand Mazeland
|
a9eaaf6341
|
Update translator documentation.
Whitespace updates.
L10n/i18n updates.
|
2011-04-08 01:22:04 +02:00 |
|
Siebrand Mazeland
|
2640232c68
|
Update translator documentation.
L10n and i18n updates.
Break long lines in README before or at 80 characters.
Superfluous whitespace removed.
|
2011-04-08 01:22:02 +02:00 |
|
Siebrand Mazeland
|
f9f437f5da
|
Update translator documentation.
|
2011-04-08 01:22:00 +02:00 |
|
Siebrand Mazeland
|
a5aade0a3b
|
Update maintainer e-mail address.
Update translator documentation.
|
2011-04-08 01:21:58 +02:00 |
|
Evan Prodromou
|
3e4016b388
|
do a short-term cache of notice scope
|
2011-04-07 16:24:56 -04:00 |
|
Evan Prodromou
|
45ba33e2ac
|
use InboxNoticeStream in AllmapAction in Mapstraction
|
2011-04-07 15:41:34 -04:00 |
|
Evan Prodromou
|
684d0a386d
|
allow passing a profile to inboxnoticestream
|
2011-04-07 15:39:23 -04:00 |
|
Evan Prodromou
|
fbc18a3c67
|
change apitimelinehome to use InboxNoticeStream
|
2011-04-07 15:35:00 -04:00 |
|
Evan Prodromou
|
9cfd1a59ee
|
use InboxNoticeStream for createsim
|
2011-04-07 15:29:56 -04:00 |
|
Evan Prodromou
|
831eaa039b
|
use inboxnoticestream in RSS 1.0
|
2011-04-07 15:28:25 -04:00 |
|
Evan Prodromou
|
328373e29c
|
use inboxnoticestream in API
|
2011-04-07 15:28:09 -04:00 |
|
Evan Prodromou
|
84d848f78c
|
correctly return values
|
2011-04-07 15:27:40 -04:00 |
|
Evan Prodromou
|
5dfb8e2bc4
|
Use InboxNoticeStream class for inbox
Move the code for inbox fetching to the InboxNoticeStream class.
|
2011-04-07 14:54:42 -04:00 |
|
Evan Prodromou
|
5b9319d081
|
profiles were getting overwritten in Notice::asActivity()
|
2011-04-07 10:52:28 -04:00 |
|
Evan Prodromou
|
703f19a108
|
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
|
2011-04-07 10:26:50 -04:00 |
|
Evan Prodromou
|
8a0f67b773
|
Uninitialized value for attachments
|
2011-04-07 10:25:53 -04:00 |
|
Siebrand Mazeland
|
6806a42e2c
|
Update translator documentation.
|
2011-04-07 10:06:46 +02:00 |
|
Evan Prodromou
|
ca0f59d46a
|
Revert "add some timing comments to output to debug poor performance"
This reverts commit a2782523d7 .
|
2011-04-07 00:07:39 -04:00 |
|
Evan Prodromou
|
a1fa47d904
|
Cache RSVP counts for Event plugin
|
2011-04-07 00:01:51 -04:00 |
|
Evan Prodromou
|
524b98bfa3
|
remove debugging statement from Happening
|
2011-04-06 23:48:10 -04:00 |
|
Evan Prodromou
|
bf39c95795
|
Bookmarks more robust to missing profiles
|
2011-04-06 23:47:05 -04:00 |
|
Evan Prodromou
|
f9dc2fc0ab
|
cache getReplies() values
|
2011-04-06 23:46:51 -04:00 |
|
Evan Prodromou
|
419ae3f18d
|
Cache results for attachments
|
2011-04-06 23:33:35 -04:00 |
|
Evan Prodromou
|
d3d0ec5ebe
|
cache tags per notice
|
2011-04-06 23:25:24 -04:00 |
|
Evan Prodromou
|
59d0e2f373
|
cache the notice count for threaded view
|
2011-04-06 23:17:17 -04:00 |
|
Evan Prodromou
|
68b1c05705
|
Merge branch '1.0.x' into testing
|
2011-04-06 22:52:14 -04:00 |
|
Evan Prodromou
|
fa8592f50b
|
Make Login_token use caching staticGet()
|
2011-04-06 22:51:46 -04:00 |
|
Evan Prodromou
|
b8fdf6636f
|
make Group_block use caching staticGet()
|
2011-04-06 22:49:09 -04:00 |
|
Evan Prodromou
|
2a124c1397
|
make User_group use caching staticGet()
|
2011-04-06 22:48:33 -04:00 |
|
Evan Prodromou
|
44c64816a5
|
cache groups per notice
|
2011-04-06 22:47:17 -04:00 |
|
Evan Prodromou
|
d9ca956ecf
|
SQLStatsPlugin to get some profiling data on SQL queries
|
2011-04-06 22:46:28 -04:00 |
|
Evan Prodromou
|
a2782523d7
|
add some timing comments to output to debug poor performance
|
2011-04-06 18:33:05 -04:00 |
|
Evan Prodromou
|
29243cd21a
|
make Profile::isMember() and Profile::isAdmin() use caching pkeyGet()
|
2011-04-06 18:12:25 -04:00 |
|
Evan Prodromou
|
402c0654ea
|
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
|
2011-04-06 17:57:57 -04:00 |
|
Evan Prodromou
|
4b5f76d688
|
more flexible oEmbed handling
|
2011-04-06 17:57:33 -04:00 |
|
Siebrand Mazeland
|
512bd91dee
|
Translator documentation added.
Whitespace updates.
|
2011-04-06 23:43:52 +02:00 |
|
Siebrand Mazeland
|
caa6690f4c
|
Update translator documentation.
Whitespace updates.
Break lines in README at or before 80 characters.
L10n updates.
|
2011-04-06 23:43:50 +02:00 |
|
Evan Prodromou
|
17c8df76f1
|
Merge remote-tracking branch 'gitorious/1.0.x' into 1.0.x
|
2011-04-06 14:23:53 -04:00 |
|
Zach Copley
|
b541443370
|
QnA - Fix typo
|
2011-04-06 11:15:32 -07:00 |
|
Siebrand Mazeland
|
553a0c8b9b
|
i18n/L10n updates/fixes.
Translator documentation added/updated.
Whitespace updates.
|
2011-04-06 16:36:35 +02:00 |
|
Evan Prodromou
|
b85c4923a2
|
Remove unused and non-standard USER_AGENT constant from File_redirection
|
2011-04-06 10:25:59 -04:00 |
|
Siebrand Mazeland
|
5b660bd3c6
|
Update translator documentation.
i18n/L10n fixes.
Superfluous whitespace removed.
|
2011-04-06 15:36:03 +02:00 |
|
Siebrand Mazeland
|
1a91f85438
|
Tabs to spaces.
|
2011-04-06 15:12:56 +02:00 |
|
Siebrand Mazeland
|
cc78aca0d2
|
L10n and whitespace updates.
|
2011-04-06 15:08:39 +02:00 |
|
Siebrand Mazeland
|
e25cb9b570
|
Shorten plugin description.
|
2011-04-06 15:07:23 +02:00 |
|
Siebrand Mazeland
|
5f591e05ae
|
Update translator documentation.
i18n/L10n fixes.
Superfluous whitespace removed.
onPluginVersion() added where missing.
|
2011-04-06 14:57:48 +02:00 |
|
Siebrand Mazeland
|
cca159883a
|
Update translator documentation.
i18n/L10n issues fixed.
Superfluous whitespace removed.
|
2011-04-06 02:11:09 +02:00 |
|