- 30 Sep, 2010 4 commits
-
-
Brion Vibber authored
Add 'restricted' option to NoticeTitle; if set, only users with 'richedit' role get the fancy extra title field.
-
Brion Vibber authored
Added an option to TinyMCE plugin to restrict the rich-text editor to users who have the 'richedit' role. This allows enabling it for a subset of accounts on a site while leaving other users using the regular posting system, which is more stable.
-
Brion Vibber authored
-
Brion Vibber authored
Always specify UTF-8 targt charset for html_entity_decode(); default is 8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping.
-
- 29 Sep, 2010 2 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 28 Sep, 2010 34 commits
-
-
Brion Vibber authored
-
Brion Vibber authored
Made YammerImport more robust against errors; can now pause/resume/reset the import state from the admin interface.
-
Brion Vibber authored
YammerImport: fix for importing over existing user/group nicknames; copies the new data if available onto the existing entry
-
Brion Vibber authored
YammerImport: set some more default fields for user_group registration (still need a group admin tho)
-
Brion Vibber authored
YammerImporter: 'group_id' field not always present in message data; avoid notice warning when checking it if it's missing
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
Made YammerImport more robust against errors; can now pause/resume/reset the import state from the admin interface.
-
Siebrand Mazeland authored
* whitespace and indentation updates
-
Siebrand Mazeland authored
* whitespace and indentation updates
-
Siebrand Mazeland authored
* whitespace and indentation updates
-
Brion Vibber authored
YammerImport: fix for importing over existing user/group nicknames; copies the new data if available onto the existing entry
-
Brion Vibber authored
YammerImport: set some more default fields for user_group registration (still need a group admin tho)
-
Brion Vibber authored
YammerImporter: 'group_id' field not always present in message data; avoid notice warning when checking it if it's missing
-
Brion Vibber authored
-
http://translatewiki.netSiebrand Mazeland authored
* adding the fuzzy messages back now that translatewiki.net processes them properly again.
-
Brion Vibber authored
-
Evan Prodromou authored
-
Brion Vibber authored
-
Brion Vibber authored
Enhanced OStatus fixup-shadow.php cleanup script to check for direct matches against user.uri and user_group.uri (for local groups). This should catch cases that were missed before because we were only doing pattern-matching checks, and the pattern didn't match because the site has been renamed and the old URI no longer matches the current domain / path structure. Could use some more thorough testing in practice!
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
Yammer import (work run via background queues) now can be started from the admin panel! :DDDD Still requires that the app be registered on your network manually first.
-
Brion Vibber authored
Ok, got the AJAX clicky-throughs working for yammer auth (if app is already registered), but needs prettification. Yammer ignores callback URLs unless they're pre-registered with the app, and this apparently requires manual intervention to become a 'trusted' app, you don't get it on those you register yourself. Sigh. Also can't use an iframe since it breaks out of the frame (fair 'nuff)
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
Ok, command-line workflow for YammerImportPlugin seems to mostly work, at least on tiny test site :D
-
Brion Vibber authored
Work in progress: most of the infrastructure for running import via BG queues or CLI script is now in place (untested, no UI, needs tweaks & fixes)
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
-