Brion Vibber
|
4026e208c2
|
Add a scary 'experimental feture' warning & are-you-sure prompt on moveuser.php
As with deleteuser.php, can pass -y to bypass the prompt if you're sure.
|
2011-01-19 15:13:46 -08:00 |
|
Brion Vibber
|
64844473f8
|
fix wrong datatypes (saving string instead of array) in AtomPub notice processing
|
2011-01-19 14:26:31 -08:00 |
|
Brion Vibber
|
963e7576f2
|
Merge branch 'testing' into moveaccount
|
2011-01-19 10:41:14 -08:00 |
|
Brion Vibber
|
1d24ece32e
|
add rss.me to notice_source defaults
|
2011-01-18 15:18:55 -08:00 |
|
Brion Vibber
|
b502755978
|
SubMirror: add mirrored feeds count & management link to stats section when showing your own profile sidebar.
|
2011-01-18 13:35:36 -08:00 |
|
Brion Vibber
|
397f7cd0d8
|
Refactor profile sidebar statistics output so plugins can hook it and add entries.
|
2011-01-18 13:32:00 -08:00 |
|
Brion Vibber
|
ff6df8061b
|
Refactor profile sidebar stats generation: factor out giant chunk of repeated method calls
|
2011-01-18 13:12:08 -08:00 |
|
Brion Vibber
|
9be770e609
|
Start cleaning up profile sidebar: link the header text on subscription/subscriber/groups sections to the tabs so users don't have to dance around looking for the link if they don't have enough to trigger a 'more' link.
Consolidated some of that link generation; sooooo much more dupe code to kill in this section!
|
2011-01-18 12:52:38 -08:00 |
|
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.
|
2011-01-18 12:34:27 -08:00 |
|
Brion Vibber
|
d0d1257d99
|
SubMirror: switch the mirror setup tab from account settings to subscriptions/groups/invites area
|
2011-01-18 12:34:04 -08:00 |
|
Evan Prodromou
|
aa4a8e5051
|
wrap account actions in a section
|
2011-01-17 18:04:10 -05:00 |
|
Evan Prodromou
|
2a59453d4c
|
Merge branch 'testing' into moveaccount
|
2011-01-17 17:34:03 -05:00 |
|
Evan Prodromou
|
a3c08faddd
|
Erroneous code ensuring Webfinger accounts
Ostatus_profile::ensureProfileURI() was accidentally falling through to
the default switch case, and was also calling common_log() incorrectly.
|
2011-01-17 17:32:44 -05:00 |
|
Evan Prodromou
|
fb681990d9
|
Account moving is a background activity
|
2011-01-17 17:31:56 -05:00 |
|
Evan Prodromou
|
64750a6455
|
Merge remote branch 'origin/moveaccount' into moveaccount
Conflicts:
lib/accountmover.php
|
2011-01-17 16:04:46 -05:00 |
|
Evan Prodromou
|
6d429ce357
|
return a 409 Conflict when subscription already exists
|
2011-01-17 15:57:04 -05:00 |
|
Evan Prodromou
|
a2aa87fbff
|
OStatusPlugin does discovery in Profile::fromURI()
|
2011-01-17 15:45:03 -05:00 |
|
Evan Prodromou
|
dce2824747
|
considerably more logging and error checking in AccountMover
|
2011-01-17 15:25:58 -05:00 |
|
Evan Prodromou
|
feb3ae4c09
|
add a log method to AccountMover
|
2011-01-17 15:06:15 -05:00 |
|
Evan Prodromou
|
b11426dbf4
|
normalize accounts and check for return in HTTP for moving
|
2011-01-16 17:17:55 -05:00 |
|
Evan Prodromou
|
905aded81a
|
move account-moving classes to their own libraries
|
2011-01-16 17:17:55 -05:00 |
|
Evan Prodromou
|
81079fe522
|
execution protection on discovery.php
|
2011-01-16 17:17:55 -05:00 |
|
Evan Prodromou
|
fafb6733db
|
PHPCS discovery.php
|
2011-01-16 17:17:55 -05:00 |
|
Evan Prodromou
|
1152b0c3e8
|
Move discovery library from OStatus plugin to core
|
2011-01-16 17:16:01 -05:00 |
|
Evan Prodromou
|
a953b93194
|
Revert "Revert "0.9.7alpha1""
This reverts commit fd20554651 .
Conflicts:
lib/common.php
|
2011-01-16 17:15:26 -05:00 |
|
Evan Prodromou
|
7f7dc13930
|
first example of moving a user
|
2011-01-16 17:15:26 -05:00 |
|
Evan Prodromou
|
fd7dd9b10f
|
Parse properties of links in XRD files
|
2011-01-16 17:15:26 -05:00 |
|
Evan Prodromou
|
8653d8a252
|
Add the Atom username to the XRD output
|
2011-01-16 17:15:26 -05:00 |
|
Evan Prodromou
|
aa9137ca71
|
preserve activities in object
|
2011-01-16 17:15:26 -05:00 |
|
Evan Prodromou
|
e433e559f8
|
let callers pass in an XMLOutputter to output to
|
2011-01-16 17:15:26 -05:00 |
|
Evan Prodromou
|
2a54919d1f
|
execution protection on discovery.php
|
2011-01-16 17:15:26 -05:00 |
|
Evan Prodromou
|
0649b96e9b
|
PHPCS linkheader.php
|
2011-01-16 17:15:26 -05:00 |
|
Evan Prodromou
|
02cf7d47f8
|
PHPCS discovery.php
|
2011-01-16 17:15:26 -05:00 |
|
Evan Prodromou
|
0fa57948f2
|
move linkheader.php to core
|
2011-01-16 17:15:26 -05:00 |
|
Evan Prodromou
|
abf694ae5b
|
move linkheader.php to core
|
2011-01-16 17:15:26 -05:00 |
|
Evan Prodromou
|
7d1f609bf0
|
Move discovery library from OStatus plugin to core
|
2011-01-16 17:15:26 -05:00 |
|
Siebrand Mazeland
|
f1820459a8
|
Localisation updates from http://translatewiki.net.
|
2011-01-15 01:30:01 +01:00 |
|
Siebrand Mazeland
|
89727549a6
|
Localisation updates from http://translatewiki.net.
|
2011-01-15 00:47:49 +01:00 |
|
Siebrand Mazeland
|
b59bc2f48b
|
Add translator comments.
|
2011-01-15 00:31:26 +01:00 |
|
Siebrand Mazeland
|
573925c52a
|
* number parameters in messages
* add translator documentation
* remove superfluous whitespace
* small L10n update
|
2011-01-15 00:24:06 +01:00 |
|
Siebrand Mazeland
|
02f005fe5f
|
* L10n updates
* translator documentation added
|
2011-01-14 21:53:39 +01:00 |
|
Siebrand Mazeland
|
2460301d24
|
Add punctuation for consistency.
|
2011-01-14 21:53:01 +01:00 |
|
Siebrand Mazeland
|
bf40b3e694
|
* remove i18n for debug message.
* add i18n for some exceptions.
* add translator documentation.
* L10n updates.
* remove superfluous whitespace.
|
2011-01-14 21:41:36 +01:00 |
|
Siebrand Mazeland
|
7903a2504f
|
* remove i18n for debug message.
* add i18n for some server exceptions.
* add translator documentation.
* L10n updates.
* remove superfluous whitespace.
|
2011-01-14 21:25:46 +01:00 |
|
Siebrand Mazeland
|
6e1dfab1b9
|
* change i18n for confirmation string to make a bit more certain that the confirmation string is consistent in all messages where it is used.
* add translator documentation.
* remove superfluous whitespace.
|
2011-01-14 20:48:17 +01:00 |
|
Siebrand Mazeland
|
224a7986af
|
Localisation updates from http://translatewiki.net.
|
2011-01-14 12:11:10 +01:00 |
|
Siebrand Mazeland
|
380ca7187c
|
Localisation updates from http://translatewiki.net.
|
2011-01-14 12:10:05 +01:00 |
|
Siebrand Mazeland
|
9da9504823
|
Fix typo in extension description.
|
2011-01-14 12:07:57 +01:00 |
|
Evan Prodromou
|
906f2ed023
|
Merge remote branch 'gitorious/0.9.x' into 0.9.x
|
2011-01-10 14:59:51 -05:00 |
|
Evan Prodromou
|
7ca57e32aa
|
Merge remote branch 'gitorious/testing' into testing
|
2011-01-10 14:59:07 -05:00 |
|