]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Zach Copley [Tue, 28 Sep 2010 22:46:14 +0000 (15:46 -0700)]
Move blowFavesCache() to Profile
Zach Copley [Mon, 27 Sep 2010 22:01:03 +0000 (15:01 -0700)]
Move hasFave() to Profile
Evan Prodromou [Wed, 29 Sep 2010 17:23:46 +0000 (19:23 +0200)]
add hooks to the feedlist widget to give fine-grained control over feed links
Brion Vibber [Tue, 28 Sep 2010 22:58:11 +0000 (15:58 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 28 Sep 2010 22:54:44 +0000 (15:54 -0700)]
YammerImport admin UI now auto-refreshes during running BG progress, whee
Brion Vibber [Tue, 28 Sep 2010 22:45:00 +0000 (15:45 -0700)]
Made YammerImport more robust against errors; can now pause/resume/reset the import state from the admin interface.
Siebrand Mazeland [Tue, 28 Sep 2010 22:39:45 +0000 (00:39 +0200)]
* i18n/L10n and translator documentation updates.
* whitespace and indentation updates
Siebrand Mazeland [Tue, 28 Sep 2010 21:42:18 +0000 (23:42 +0200)]
* i18n/L10n and translator documentation updates.
* whitespace and indentation updates
Siebrand Mazeland [Tue, 28 Sep 2010 21:21:09 +0000 (23:21 +0200)]
* i18n/L10n and translator documentation updates.
* whitespace and indentation updates
Brion Vibber [Tue, 28 Sep 2010 20:24:25 +0000 (13:24 -0700)]
YammerImport: fix for importing over existing user/group nicknames; copies the new data if available onto the existing entry
Brion Vibber [Tue, 28 Sep 2010 20:07:55 +0000 (13:07 -0700)]
YammerImport: set some more default fields for user_group registration (still need a group admin tho)
Brion Vibber [Tue, 28 Sep 2010 20:02:34 +0000 (13:02 -0700)]
YammerImporter: 'group_id' field not always present in message data; avoid notice warning when checking it if it's missing
Brion Vibber [Tue, 28 Sep 2010 19:59:23 +0000 (12:59 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Siebrand Mazeland [Tue, 28 Sep 2010 19:06:47 +0000 (21:06 +0200)]
Localisation updates from http://translatewiki.net
* adding the fuzzy messages back now that translatewiki.net processes them properly again.
Brion Vibber [Tue, 28 Sep 2010 18:52:19 +0000 (11:52 -0700)]
PHP 5.2 compat fix in YammerPlugin (can't call $var::staticFunction() directly until PHP 5.3)
Evan Prodromou [Tue, 28 Sep 2010 15:06:32 +0000 (11:06 -0400)]
Merge branch '0.9.x'
Brion Vibber [Tue, 28 Sep 2010 14:45:43 +0000 (07:45 -0700)]
Merge branch 'yammer-master'
Brion Vibber [Mon, 27 Sep 2010 21:23:10 +0000 (14:23 -0700)]
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 [Tue, 28 Sep 2010 00:12:06 +0000 (17:12 -0700)]
update README for YammerImport
Brion Vibber [Mon, 27 Sep 2010 23:56:48 +0000 (16:56 -0700)]
Yammer import API keys can now be overridden by the admin.
Brion Vibber [Mon, 27 Sep 2010 20:34:35 +0000 (13:34 -0700)]
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 [Mon, 27 Sep 2010 19:34:01 +0000 (12:34 -0700)]
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 [Mon, 27 Sep 2010 19:24:10 +0000 (12:24 -0700)]
Work in progress on fixing auth... looks like the iframe doesn't work though. Sigh.
Brion Vibber [Sat, 25 Sep 2010 00:22:44 +0000 (17:22 -0700)]
Work in progress on getting the frontend Yammer import form going....
Brion Vibber [Fri, 24 Sep 2010 23:27:33 +0000 (16:27 -0700)]
Pretty it up a bit more
Brion Vibber [Fri, 24 Sep 2010 23:15:45 +0000 (16:15 -0700)]
Pretty up the Yammer import status display a bit
Brion Vibber [Fri, 24 Sep 2010 21:52:51 +0000 (14:52 -0700)]
Initial progress display of Yammer import state in admin panel
Brion Vibber [Fri, 24 Sep 2010 00:55:13 +0000 (17:55 -0700)]
Ok, command-line workflow for YammerImportPlugin seems to mostly work, at least on tiny test site :D
Brion Vibber [Thu, 23 Sep 2010 23:40:22 +0000 (16:40 -0700)]
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 [Thu, 23 Sep 2010 22:23:56 +0000 (15:23 -0700)]
Work in progress: YammerRunner state machine wrapper for running the Yammer import in chunks.
Brion Vibber [Thu, 23 Sep 2010 19:52:58 +0000 (12:52 -0700)]
A little more cleanup...
Brion Vibber [Thu, 23 Sep 2010 00:53:38 +0000 (17:53 -0700)]
More doc comments on SN_YammerClient
Brion Vibber [Thu, 23 Sep 2010 00:51:50 +0000 (17:51 -0700)]
WORK IN PROGRESS: Starting infrastructure to initiate Yammer import from web UI and process it in the background queues. Totally not complete yet.
Brion Vibber [Wed, 22 Sep 2010 20:12:39 +0000 (13:12 -0700)]
Initial README for yammer importer
Brion Vibber [Wed, 22 Sep 2010 19:52:34 +0000 (12:52 -0700)]
Split Yammer importer files into subdirs before I get too lost adding UI
Brion Vibber [Wed, 22 Sep 2010 06:19:36 +0000 (23:19 -0700)]
Fixes for Yammer groups import: pulling explicit list, fixed avatar fetch
Brion Vibber [Wed, 22 Sep 2010 05:00:25 +0000 (22:00 -0700)]
Support non-image file uploads in Yammer import
Brion Vibber [Wed, 22 Sep 2010 01:21:36 +0000 (18:21 -0700)]
Add group link on Yammer import (won't work until memberships are fixed)
Brion Vibber [Wed, 22 Sep 2010 01:15:32 +0000 (18:15 -0700)]
Fetch more user data in Yammer imports, including the primary email address (preconfirmed, so we can do stuff like tell people to reset their passwords and log in!) and some bio info.
Brion Vibber [Wed, 22 Sep 2010 00:35:32 +0000 (17:35 -0700)]
Yammer import: mark group posts with the proper group inbox (should we append a !foo or leave them as is, as current?)
Brion Vibber [Wed, 22 Sep 2010 00:25:02 +0000 (17:25 -0700)]
Pull group descriptions in Yammer import
Brion Vibber [Wed, 22 Sep 2010 00:08:40 +0000 (17:08 -0700)]
Image file attachment support for Yammer import
Brion Vibber [Tue, 21 Sep 2010 23:27:26 +0000 (16:27 -0700)]
Copy favorites in Yammer importer
Brion Vibber [Tue, 21 Sep 2010 23:27:10 +0000 (16:27 -0700)]
Full dump of input data in yamdump also for my reference...
Brion Vibber [Tue, 21 Sep 2010 23:19:02 +0000 (16:19 -0700)]
Fix for replies in Yammer import
Brion Vibber [Tue, 21 Sep 2010 23:10:44 +0000 (16:10 -0700)]
Avatars for Yammer import
Brion Vibber [Tue, 21 Sep 2010 22:54:39 +0000 (15:54 -0700)]
Initial semi-working yammer import :D
* no avatars
* no details of user accounts or their auth info
* no group memberships or subscriptions
* no attachments
* will probably esplode if >20 messages in your network *whistle innocently*
Brion Vibber [Tue, 21 Sep 2010 22:29:04 +0000 (15:29 -0700)]
fix notices in SN_YammerClient
Brion Vibber [Tue, 21 Sep 2010 22:24:14 +0000 (15:24 -0700)]
Poking around at import funcs...
Brion Vibber [Tue, 21 Sep 2010 21:56:20 +0000 (14:56 -0700)]
YammerImport: initial processing code for users, groups, and messages
Brion Vibber [Tue, 21 Sep 2010 20:56:30 +0000 (13:56 -0700)]
Beginning stub of Yammer message->notice import
Brion Vibber [Tue, 21 Sep 2010 20:29:44 +0000 (13:29 -0700)]
Split SN_YammerClient out to own class file
Brion Vibber [Tue, 20 Apr 2010 16:49:07 +0000 (18:49 +0200)]
initial work on yammer importer code
Siebrand Mazeland [Tue, 28 Sep 2010 08:11:53 +0000 (10:11 +0200)]
Localisation updates from http://translatewiki.net
* add Hungarian language file. Forgot to add that before.
Brion Vibber [Tue, 28 Sep 2010 00:26:14 +0000 (17:26 -0700)]
Merge branch 'yammer' of gitorious.org:~brion/statusnet/brion-fixes into 0.9.x
Brion Vibber [Tue, 28 Sep 2010 00:23:09 +0000 (17:23 -0700)]
Fix for i18n: avoid notice spew in php-gettext with the stub po file for english by using a working plurals rule
Brion Vibber [Tue, 28 Sep 2010 00:12:06 +0000 (17:12 -0700)]
update README for YammerImport
Brion Vibber [Mon, 27 Sep 2010 23:56:48 +0000 (16:56 -0700)]
Yammer import API keys can now be overridden by the admin.
Siebrand Mazeland [Mon, 27 Sep 2010 23:33:09 +0000 (01:33 +0200)]
Take trailing newline out of i18n.
Siebrand Mazeland [Mon, 27 Sep 2010 23:09:29 +0000 (01:09 +0200)]
Localisation updates from http://translatewiki.net
* first export of L10n for languages other than English. Could use some testing/QA.
Siebrand Mazeland [Mon, 27 Sep 2010 23:03:14 +0000 (01:03 +0200)]
Localisation updates from http://translatewiki.net
* StatusNet core updates.
Siebrand Mazeland [Mon, 27 Sep 2010 23:02:08 +0000 (01:02 +0200)]
Localisation updates from http://translatewiki.net
* add support for Hungarian (hu)
Siebrand Mazeland [Mon, 27 Sep 2010 22:59:34 +0000 (00:59 +0200)]
Update core POT file.
Siebrand Mazeland [Mon, 27 Sep 2010 22:03:06 +0000 (00:03 +0200)]
Update POT files.
Brion Vibber [Mon, 27 Sep 2010 21:23:10 +0000 (14:23 -0700)]
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 [Mon, 27 Sep 2010 20:34:35 +0000 (13:34 -0700)]
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 [Mon, 27 Sep 2010 19:34:01 +0000 (12:34 -0700)]
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 [Mon, 27 Sep 2010 19:24:10 +0000 (12:24 -0700)]
Work in progress on fixing auth... looks like the iframe doesn't work though. Sigh.
Brion Vibber [Mon, 27 Sep 2010 18:38:26 +0000 (11:38 -0700)]
Add a comment in UserxrdAction warning future maintainers not to break domain migrations if adding domain checking to the webfinger lookup in future.
Brion Vibber [Mon, 27 Sep 2010 18:29:54 +0000 (11:29 -0700)]
User user_group.uri to look up local groups for OStatus addressing checks when available. Will still fall back to the URL-scheme-checking code if there's no matching user_group record.
Should help with keeping remote groups working when renaming sites -- as long as user_group.uri has been filled out on the site changing its domain and other issues with POST handling are resolved.
Brion Vibber [Sat, 25 Sep 2010 19:10:36 +0000 (12:10 -0700)]
Fix PHP syntax errors introduced during localization fixups in a few files.
Evan Prodromou [Sat, 25 Sep 2010 10:30:36 +0000 (06:30 -0400)]
Merge remote branch 'gitorious/master'
Zach Copley [Sat, 25 Sep 2010 01:29:02 +0000 (18:29 -0700)]
Optionally restrict Disqus comments to specific users' notices
Zach Copley [Sat, 25 Sep 2010 01:20:45 +0000 (18:20 -0700)]
Merge branch '0.9.x'
Brion Vibber [Sat, 25 Sep 2010 00:22:44 +0000 (17:22 -0700)]
Work in progress on getting the frontend Yammer import form going....
Brion Vibber [Fri, 24 Sep 2010 23:27:33 +0000 (16:27 -0700)]
Pretty it up a bit more
Brion Vibber [Fri, 24 Sep 2010 23:15:45 +0000 (16:15 -0700)]
Pretty up the Yammer import status display a bit
Brion Vibber [Fri, 24 Sep 2010 21:52:51 +0000 (14:52 -0700)]
Initial progress display of Yammer import state in admin panel
Evan Prodromou [Fri, 24 Sep 2010 20:50:33 +0000 (16:50 -0400)]
Merge remote branch 'gitorious/master'
Evan Prodromou [Fri, 24 Sep 2010 20:50:03 +0000 (16:50 -0400)]
remove unnecesssary fieldset from sitemap admin panel
Brion Vibber [Fri, 24 Sep 2010 00:55:13 +0000 (17:55 -0700)]
Ok, command-line workflow for YammerImportPlugin seems to mostly work, at least on tiny test site :D
Brion Vibber [Thu, 23 Sep 2010 23:40:22 +0000 (16:40 -0700)]
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)
Zach Copley [Thu, 23 Sep 2010 23:16:32 +0000 (16:16 -0700)]
Update OAuth actions in show application page so it will display the right endpoint URLs
Zach Copley [Thu, 23 Sep 2010 23:16:32 +0000 (16:16 -0700)]
Update OAuth actions in show application page so it will display the right endpoint URLs
Zach Copley [Thu, 23 Sep 2010 22:46:01 +0000 (15:46 -0700)]
Fix strings in Disqus plugin for i18n
Brion Vibber [Thu, 23 Sep 2010 22:23:56 +0000 (15:23 -0700)]
Work in progress: YammerRunner state machine wrapper for running the Yammer import in chunks.
Brion Vibber [Thu, 23 Sep 2010 19:52:58 +0000 (12:52 -0700)]
A little more cleanup...
Zach Copley [Thu, 23 Sep 2010 19:48:15 +0000 (12:48 -0700)]
Add Netbeans project metadata dir to .gitignore
Evan Prodromou [Thu, 23 Sep 2010 15:07:25 +0000 (11:07 -0400)]
Merge branch '0.9.x'
Samantha Doherty [Thu, 23 Sep 2010 14:50:45 +0000 (10:50 -0400)]
Provisional versions of two new themes (plus new base).
Evan Prodromou [Thu, 23 Sep 2010 13:50:46 +0000 (09:50 -0400)]
Merge branch '0.9.x'
Samantha Doherty [Thu, 23 Sep 2010 02:41:17 +0000 (22:41 -0400)]
Cloudy theme fixes: show notice form only on appropriate pages; IE fix for top padding.
Brion Vibber [Thu, 23 Sep 2010 00:53:38 +0000 (17:53 -0700)]
More doc comments on SN_YammerClient
Brion Vibber [Thu, 23 Sep 2010 00:51:50 +0000 (17:51 -0700)]
WORK IN PROGRESS: Starting infrastructure to initiate Yammer import from web UI and process it in the background queues. Totally not complete yet.
Zach Copley [Wed, 22 Sep 2010 23:30:50 +0000 (23:30 +0000)]
Fix for ticket 2756 - Calls to OAuth endpoints are redirected to the
login page when a site is in private mode
Zach Copley [Wed, 22 Sep 2010 23:30:50 +0000 (23:30 +0000)]
Fix for ticket 2756 - Calls to OAuth endpoints are redirected to the
login page when a site is in private mode
Siebrand Mazeland [Wed, 22 Sep 2010 22:37:16 +0000 (00:37 +0200)]
Update POT files for plugins.
Brion Vibber [Wed, 22 Sep 2010 20:12:39 +0000 (13:12 -0700)]
Initial README for yammer importer
Brion Vibber [Wed, 22 Sep 2010 19:52:34 +0000 (12:52 -0700)]
Split Yammer importer files into subdirs before I get too lost adding UI
Evan Prodromou [Wed, 22 Sep 2010 16:08:39 +0000 (12:08 -0400)]
initial script to restore a backed-up user