]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agoMerge branch '1.0.x' of /home/ian/public_html/statusnet-enhancements
Ian Denhardt [Fri, 13 Aug 2010 18:48:58 +0000 (14:48 -0400)]
Merge branch '1.0.x' of /home/ian/public_html/statusnet-enhancements

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Thu, 12 Aug 2010 19:56:23 +0000 (12:56 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Thu, 12 Aug 2010 19:55:36 +0000 (12:55 -0700)]
Merge branch 'master' into 0.9.x

13 years agoMerge branch 'tinymce' into 0.9.x
Brion Vibber [Thu, 12 Aug 2010 19:54:20 +0000 (12:54 -0700)]
Merge branch 'tinymce' into 0.9.x

13 years agoTinyMCE: counter support (may not be 100% exact match to server-side count, but there...
Brion Vibber [Thu, 12 Aug 2010 19:47:07 +0000 (12:47 -0700)]
TinyMCE: counter support (may not be 100% exact match to server-side count, but there's already discrepencies due to URL shortening)
Fix for bad char conversions also, caused short text to not be saved in some cases.

13 years agoTinyMCE: fixes to attachment handling
Brion Vibber [Thu, 12 Aug 2010 18:39:42 +0000 (11:39 -0700)]
TinyMCE: fixes to attachment handling

13 years agoMerge branch '1.0.x' of git://gitorious.org/statusnet/mainline
Ian Denhardt [Thu, 12 Aug 2010 16:22:10 +0000 (12:22 -0400)]
Merge branch '1.0.x' of git://gitorious.org/statusnet/mainline

13 years agoMerge branch '0.9.x'
Brion Vibber [Thu, 12 Aug 2010 01:55:12 +0000 (18:55 -0700)]
Merge branch '0.9.x'

13 years agoOutput "web" instead of gettext translation file metadata when notice.source is empty
Brion Vibber [Thu, 12 Aug 2010 01:53:34 +0000 (18:53 -0700)]
Output "web" instead of gettext translation file metadata when notice.source is empty

13 years agowork in progress: tinymce image attachments
Brion Vibber [Thu, 12 Aug 2010 00:01:38 +0000 (17:01 -0700)]
work in progress: tinymce image attachments

13 years agowork in progress: prettier attachment mode for tinymce?
Brion Vibber [Wed, 11 Aug 2010 22:56:40 +0000 (15:56 -0700)]
work in progress: prettier attachment mode for tinymce?

13 years agoTinyMCE: only apply HTML parsing if we actually got into JS and poked the editor...
Brion Vibber [Wed, 11 Aug 2010 21:50:59 +0000 (14:50 -0700)]
TinyMCE: only apply HTML parsing if we actually got into JS and poked the editor widget. With JS off, we'll take plaintext as usual.

13 years agoTinyMCE: core tweak; switching order of input processing so length limit is applied...
Brion Vibber [Wed, 11 Aug 2010 21:39:39 +0000 (14:39 -0700)]
TinyMCE: core tweak; switching order of input processing so length limit is applied to stripped version of the text

13 years agoTinyMCE: add Shane Tomlinson's linkautodetect plugin so typed URLs get linked for...
Brion Vibber [Wed, 11 Aug 2010 20:38:09 +0000 (13:38 -0700)]
TinyMCE: add Shane Tomlinson's linkautodetect plugin so typed URLs get linked for you, fitting expected user behavior better. (IE apparently already does this; plugin adds similar behavior for other browsers.)

Plugin source: http://sourceforge.net/tracker/?func=detail&aid=2770218&group_id=103281&atid=738747
Source JS compressed manually with jsmin.

Note: the link detection doesn't match StatusNet's internal link detection right now. URLs with funky chars, especially like Wikipedia style ones, will often not automatically catch. (But you should still be able to manually link them.)

13 years agoTinyMCE: enable tab focus behavior matching the default textarea
Brion Vibber [Wed, 11 Aug 2010 20:17:11 +0000 (13:17 -0700)]
TinyMCE: enable tab focus behavior matching the default textarea

13 years agoMerge branch '0.9.x'
Brion Vibber [Wed, 11 Aug 2010 19:51:27 +0000 (12:51 -0700)]
Merge branch '0.9.x'

13 years agoTinyMCE: use inlinepopups mode, so linking dialog appears as a lightbox instead of...
Brion Vibber [Wed, 11 Aug 2010 19:49:02 +0000 (12:49 -0700)]
TinyMCE: use inlinepopups mode, so linking dialog appears as a lightbox instead of a separate browser window (which may trigger popup blockers, plays very poorly with fullscreen netbook UIs, and is generally annoying)

13 years agoTinyMCE: enable autoresize plugin, makes the text area bigger as you're typing a...
Brion Vibber [Wed, 11 Aug 2010 19:44:01 +0000 (12:44 -0700)]
TinyMCE: enable autoresize plugin, makes the text area bigger as you're typing a giant message

13 years agoTinyMCE: add fullscreen zoom plugin for editor (a bit awkward but better than trying...
Brion Vibber [Wed, 11 Aug 2010 19:14:05 +0000 (12:14 -0700)]
TinyMCE: add fullscreen zoom plugin for editor (a bit awkward but better than trying to work in tiny area... need a nicer intermediate size maybe)

13 years agoTinyMCE: Switch default 'simple' layout for customized advanced layout: bold/italic...
Brion Vibber [Wed, 11 Aug 2010 19:10:08 +0000 (12:10 -0700)]
TinyMCE: Switch default 'simple' layout for customized advanced layout: bold/italic/strikethrough undo/redo link/unlink/image

13 years agovalidate input, dummy.
Ian Denhardt [Wed, 11 Aug 2010 18:56:42 +0000 (14:56 -0400)]
validate input, dummy.

13 years agoRudementary video support.
Ian Denhardt [Wed, 11 Aug 2010 18:27:42 +0000 (14:27 -0400)]
Rudementary video support.

13 years agoMerge branch '0.9.x' into tinymce
Brion Vibber [Wed, 11 Aug 2010 17:50:53 +0000 (10:50 -0700)]
Merge branch '0.9.x' into tinymce

13 years ago0.9.4beta2 update some notes in README, note the fix from beta1
Brion Vibber [Wed, 11 Aug 2010 17:32:52 +0000 (10:32 -0700)]
0.9.4beta2 update some notes in README, note the fix from beta1

13 years agophotos now work across status.net installs. needs to be cleaned up though.
Ian Denhardt [Wed, 11 Aug 2010 16:39:10 +0000 (12:39 -0400)]
photos now work across status.net installs. needs to be cleaned up though.

13 years agoGot author to appear properly in the feed for photos.
Ian Denhardt [Wed, 11 Aug 2010 15:08:08 +0000 (11:08 -0400)]
Got author to appear properly in the feed for photos.

13 years agoMerge branch 'master' of gitorious.org:+socialites/statusnet/gnu-social
Ian Denhardt [Wed, 11 Aug 2010 14:56:11 +0000 (10:56 -0400)]
Merge branch 'master' of gitorious.org:+socialites/statusnet/gnu-social

13 years agoPhotos now show up in feed (locally anywyay.) need cleanup/federation
Ian Denhardt [Wed, 11 Aug 2010 14:54:06 +0000 (10:54 -0400)]
Photos now show up in feed (locally anywyay.) need cleanup/federation

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Wed, 11 Aug 2010 10:55:05 +0000 (12:55 +0200)]
Localisation updates from http://translatewiki.net

13 years agoAdd dummy support for Esperanto.
Siebrand Mazeland [Wed, 11 Aug 2010 10:46:54 +0000 (12:46 +0200)]
Add dummy support for Esperanto.

13 years agoLocalisation updates from http://translstewiki.net
Siebrand Mazeland [Wed, 11 Aug 2010 10:34:22 +0000 (12:34 +0200)]
Localisation updates from http://translstewiki.net

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Wed, 11 Aug 2010 06:36:13 +0000 (23:36 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline

13 years agoadd last-modified header to sitemaps to keep them from getting regenerated
Evan Prodromou [Wed, 11 Aug 2010 06:35:47 +0000 (23:35 -0700)]
add last-modified header to sitemaps to keep them from getting regenerated

13 years agoStatusNet_network staticGet lookup fix
Brion Vibber [Wed, 11 Aug 2010 00:22:26 +0000 (17:22 -0700)]
StatusNet_network staticGet lookup fix

13 years agoFirst stab redoing argument loading for TinyMCE (to avoid hacking checks for all...
Brion Vibber [Tue, 10 Aug 2010 23:55:03 +0000 (16:55 -0700)]
First stab redoing argument loading for TinyMCE (to avoid hacking checks for all notice saves everywhere)

13 years agoupdate version for 0.9.4beta1
Brion Vibber [Tue, 10 Aug 2010 23:28:33 +0000 (16:28 -0700)]
update version for 0.9.4beta1

13 years agoTinyMCE: workaround for save trigger aborting our AJAX form submission.
Brion Vibber [Tue, 10 Aug 2010 22:48:02 +0000 (15:48 -0700)]
TinyMCE: workaround for save trigger aborting our AJAX form submission.

13 years agoUpdate TinyMCE to release 3.3.8, jQuery version
Brion Vibber [Tue, 10 Aug 2010 22:24:12 +0000 (15:24 -0700)]
Update TinyMCE to release 3.3.8, jQuery version

Release 2010-06-30 http://tinymce.moxiecode.com/punbb/viewtopic.php?id=22165

13 years agoMerge branch '0.9.x' into tinymce
Brion Vibber [Tue, 10 Aug 2010 22:01:29 +0000 (15:01 -0700)]
Merge branch '0.9.x' into tinymce

13 years agoFix for regression with OStatus mention processing (duplicated new and old style...
Brion Vibber [Tue, 10 Aug 2010 20:36:38 +0000 (13:36 -0700)]
Fix for regression with OStatus mention processing (duplicated new and old style lead to trying to save a reply entry twice).

13 years agoFix for FeedDiscovery test cases: note that some test cases with relative URLs fail...
Brion Vibber [Tue, 10 Aug 2010 20:19:27 +0000 (13:19 -0700)]
Fix for FeedDiscovery test cases: note that some test cases with relative URLs fail that include a schema but not a host. Not 100% sure those are legit, need to check.

13 years agoInitial support for third-party fallback hub such as Superfeedr for feed subscriptions.
Brion Vibber [Mon, 2 Aug 2010 23:08:54 +0000 (16:08 -0700)]
Initial support for third-party fallback hub such as Superfeedr for feed subscriptions.
If set up, this hub will be used to subscribe to feeds that don't specify a hub of their own.
Assumes that the fallback hub will, in fact, handle polling and updates for any feed we throw at it!
Authentication may be specified for the fallback hub.

Example:

  $config['feedsub']['fallback_hub'] = 'https://superfeedr.com/hubbub';
  $config['feedsub']['hub_user'] = 'abcd';
  $config['feedsub']['hub_pass'] = 'ckcmdkmckdmkcdk';

Also:
* Fix for WordPress-RSS-via-Superfeedr-Atom; if we have <author> info but no ID from a native ActivityStreams actor, don't freak out in the low-level processing code that checks for identity matches.
* enhanced messages for low-level FeedSub exceptions if they make it to outside display

13 years agoWorkaround for index setup on SubMirror until I'm done w/ arbitrary index support...
Brion Vibber [Tue, 10 Aug 2010 18:45:34 +0000 (11:45 -0700)]
Workaround for index setup on SubMirror until I'm done w/ arbitrary index support for Schema setup.

13 years agoremove microblogging messages
Matt Lee [Mon, 9 Aug 2010 22:58:00 +0000 (18:58 -0400)]
remove microblogging messages

13 years agoremove microblogging messages
Matt Lee [Mon, 9 Aug 2010 22:54:40 +0000 (18:54 -0400)]
remove microblogging messages

13 years agoremove microblogging messages
Matt Lee [Mon, 9 Aug 2010 22:53:55 +0000 (18:53 -0400)]
remove microblogging messages

13 years agoremove microblogging messages
Matt Lee [Mon, 9 Aug 2010 22:40:04 +0000 (18:40 -0400)]
remove microblogging messages

13 years agoupdated
Matt Lee [Mon, 9 Aug 2010 22:35:29 +0000 (18:35 -0400)]
updated

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
Brion Vibber [Mon, 9 Aug 2010 20:11:41 +0000 (13:11 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x

13 years agoMerge branch 'master' of gitorious.org:+socialites/statusnet/gnu-social
Ian Denhardt [Mon, 9 Aug 2010 19:53:21 +0000 (15:53 -0400)]
Merge branch 'master' of gitorious.org:+socialites/statusnet/gnu-social

13 years agoMerge branch '1.0.x' of git://gitorious.org/statusnet/mainline
Ian Denhardt [Mon, 9 Aug 2010 19:06:26 +0000 (15:06 -0400)]
Merge branch '1.0.x' of git://gitorious.org/statusnet/mainline

13 years agoMerge branch 'master' of git://gitorious.org/statusnet/mainline
Ian Denhardt [Mon, 9 Aug 2010 18:43:32 +0000 (14:43 -0400)]
Merge branch 'master' of git://gitorious.org/statusnet/mainline

13 years agoAdd two i18n related FIXMEs.
Siebrand Mazeland [Sun, 8 Aug 2010 19:13:21 +0000 (21:13 +0200)]
Add two i18n related FIXMEs.

13 years agoadded some crude code to enable people to add support for webfinger to
Matt Lee [Sat, 7 Aug 2010 18:29:24 +0000 (14:29 -0400)]
added some crude code to enable people to add support for webfinger to
their domains

license: AGPLv3 or later.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Sat, 7 Aug 2010 16:33:40 +0000 (18:33 +0200)]
Localisation updates from http://translatewiki.net

13 years agostrip whitespace from me:data and me:sig (per spec)
James Walker [Sat, 7 Aug 2010 13:48:21 +0000 (09:48 -0400)]
strip whitespace from me:data and me:sig (per spec)

13 years agoLocale error message, clean up {}, Verified under 1.0.x && php 5.3
Eric Helgeson [Sat, 7 Aug 2010 04:07:34 +0000 (23:07 -0500)]
Locale error message, clean up {}, Verified under 1.0.x && php 5.3

13 years agoFixed PHP 5.3 by & value
Eric Helgeson [Sat, 7 Aug 2010 03:48:00 +0000 (22:48 -0500)]
Fixed PHP 5.3 by & value
Cleaned up {}'s

13 years agoFixed PHP 5.3 by & value
Eric Helgeson [Sat, 7 Aug 2010 03:48:00 +0000 (22:48 -0500)]
Fixed PHP 5.3 by & value
Cleaned up {}'s

13 years agoAnd.... one more fix for queueing in SubMirror.
Brion Vibber [Fri, 6 Aug 2010 19:04:34 +0000 (12:04 -0700)]
And.... one more fix for queueing in SubMirror.

13 years agoMissing file from SubMirror. :P
Brion Vibber [Fri, 6 Aug 2010 19:00:31 +0000 (12:00 -0700)]
Missing file from SubMirror. :P

13 years agoSubMirror: Drop mirror link from subscriptions list; has decoupled from subscriptions.
Brion Vibber [Fri, 6 Aug 2010 18:55:56 +0000 (11:55 -0700)]
SubMirror: Drop mirror link from subscriptions list; has decoupled from subscriptions.

13 years agoOStatus/FeedSub: tweaked PuSH feed garbage collection so other plugins can declare...
Brion Vibber [Fri, 6 Aug 2010 17:56:18 +0000 (10:56 -0700)]
OStatus/FeedSub: tweaked PuSH feed garbage collection so other plugins can declare usage of a low-level feed or an OStatus profile besides profile subscriptions & group memberships.
SubMirror: redid add-mirror frontend to accept a feed URL, then pass that on to OStatus, instead of pulling from your subscriptions.
Profile: tweaked subscriberCount() so it doesn't subtract 1 for foreign profiles who aren't subscribed to themselves; instead excludes the self-subscription in the count query.
Memcached_DataObject: tweak to avoid extra error spew in the DB error raising

Work in progress: tweaking feedsub garbage collection so we can count other uses

13 years agoPartial fix for ticket #2489 -- problems with SNI SSL virtual host certificate valida...
Brion Vibber [Fri, 6 Aug 2010 17:14:07 +0000 (10:14 -0700)]
Partial fix for ticket #2489 -- problems with SNI SSL virtual host certificate validation.

Two prongs here:
* We attempt to enable SNI on the SSL stream context with the appropriate hostname... This requires PHP 5.3.2 and OpenSSL that supports the TLS extensions. Unfortunately this doesn't seem to be working in my testing.
* If set $config['http']['curl'] = true, we'll use the CURL backend if available. In my testing on Ubuntu 10.04, this works. No guarantees on other systems.

I'm not enabling CURL mode by default just yet; want to make sure there's no other surprises.

13 years agoGot database inserts for photos working.
Ian Denhardt [Fri, 6 Aug 2010 14:26:28 +0000 (10:26 -0400)]
Got database inserts for photos working.

13 years agoSubMirror plugin initial checkin: allows setting up automatic mirroring of posts...
Brion Vibber [Thu, 5 Aug 2010 20:37:47 +0000 (13:37 -0700)]
SubMirror plugin initial checkin: allows setting up automatic mirroring of posts from any of your subscriptions into your own stream, either via repeat or by copying the text.

The UI for setup and editing is a bit nasty for now. Can be reached via 'Mirroring' tab in account settings, or from a link at top of subscriptions list.

Currently relies on the OStatus plugin to handle actual setup, parsing, and importing of feeds; to support more general feed formatting we may need some further work there to accept weird feeds.
Also requires an actual live subscription, but this could be changed in future. (Ensuring that PSHB feed subscriptions remain live even if nobody's directly subscribed might be tricky.)

The repeat style is our preferred method since it retains full attribution, but right now we don't handle repeats very well across site boundaries; when pushed out to Twitter or to other StatusNet instances via OStatus, currently we end up losing some of the data and can end up with the 'RT @blah' version.

WARNING: There's no loop detection yet; it's most likely possible to set up a fun loop of profiles repeating each others' stuff forever and ever and ever and ever...

13 years agoMerge branch 'testing' into 0.9.x
Brion Vibber [Thu, 5 Aug 2010 18:02:53 +0000 (11:02 -0700)]
Merge branch 'testing' into 0.9.x

13 years agoMerge branch 'master' into testing
Brion Vibber [Thu, 5 Aug 2010 17:56:49 +0000 (10:56 -0700)]
Merge branch 'master' into testing

13 years agogot uploads sortof working - database portion doesn't work though.
Ian Denhardt [Thu, 5 Aug 2010 17:11:34 +0000 (13:11 -0400)]
got uploads sortof working - database portion doesn't work though.

13 years agoStarted working on proper photo upload. not fully functional yet.
Ian Denhardt [Wed, 4 Aug 2010 21:26:55 +0000 (17:26 -0400)]
Started working on proper photo upload. not fully functional yet.

13 years agoFix for source attribution on notices; it was displaying the code instead of the...
Zach Copley [Wed, 4 Aug 2010 19:30:43 +0000 (12:30 -0700)]
Fix for source attribution on notices; it was displaying the code instead of the source name sometimes.

13 years agoslight cleanup, we now get the image type from getimagesize(), rather than finding...
Ian Denhardt [Wed, 4 Aug 2010 16:03:34 +0000 (12:03 -0400)]
slight cleanup, we now get the image type from getimagesize(), rather than finding it ourselves.

13 years agoPhotos are cropped now.
Ian Denhardt [Wed, 4 Aug 2010 15:52:54 +0000 (11:52 -0400)]
Photos are cropped now.

13 years agoFixed scaling. thumbnails are bigger now, too.
Ian Denhardt [Tue, 3 Aug 2010 23:24:19 +0000 (19:24 -0400)]
Fixed scaling. thumbnails are bigger now, too.

13 years agoMerge branch '0.9.x' into 1.0.x
Evan Prodromou [Tue, 3 Aug 2010 23:05:03 +0000 (16:05 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoMerge remote branch 'gitorious/1.0.x' into 1.0.x
Evan Prodromou [Tue, 3 Aug 2010 23:04:54 +0000 (16:04 -0700)]
Merge remote branch 'gitorious/1.0.x' into 1.0.x

13 years agoupdate tests to include 'mentioned' links
Evan Prodromou [Tue, 3 Aug 2010 23:04:19 +0000 (16:04 -0700)]
update tests to include 'mentioned' links

13 years agore-add mentioned link lost in last merge
Evan Prodromou [Tue, 3 Aug 2010 23:01:50 +0000 (16:01 -0700)]
re-add mentioned link lost in last merge

13 years agoMerge branch 'activityhooks' into 0.9.x
Evan Prodromou [Tue, 3 Aug 2010 23:01:18 +0000 (16:01 -0700)]
Merge branch 'activityhooks' into 0.9.x

Conflicts:
classes/Notice.php

13 years agoMerge branch 'testing' into 0.9.x
Evan Prodromou [Tue, 3 Aug 2010 22:57:05 +0000 (15:57 -0700)]
Merge branch 'testing' into 0.9.x

13 years agooutput Atom dates in UTC
Evan Prodromou [Tue, 3 Aug 2010 22:55:40 +0000 (15:55 -0700)]
output Atom dates in UTC

13 years agocorrectly show <source> for atom feeds
Evan Prodromou [Tue, 3 Aug 2010 22:50:21 +0000 (15:50 -0700)]
correctly show <source> for atom feeds

13 years agoadd actor info to tests
Evan Prodromou [Tue, 3 Aug 2010 22:49:49 +0000 (15:49 -0700)]
add actor info to tests

13 years agomore tests for activity generation
Evan Prodromou [Tue, 3 Aug 2010 22:26:19 +0000 (15:26 -0700)]
more tests for activity generation

13 years agoadd some more tests for replies and group posts
Evan Prodromou [Tue, 3 Aug 2010 21:17:36 +0000 (14:17 -0700)]
add some more tests for replies and group posts

13 years agoThumbnails in the photo plugins.
Ian Denhardt [Tue, 3 Aug 2010 21:07:07 +0000 (17:07 -0400)]
Thumbnails in the photo plugins.

13 years agoinitial unit tests for activity generation
Evan Prodromou [Tue, 3 Aug 2010 20:41:44 +0000 (13:41 -0700)]
initial unit tests for activity generation

13 years agorudementary photo albums. going to /username/photos displays all the images username...
Ian Denhardt [Tue, 3 Aug 2010 17:21:11 +0000 (13:21 -0400)]
rudementary photo albums. going to /username/photos displays all the images username has attached.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Tue, 3 Aug 2010 13:31:54 +0000 (15:31 +0200)]
Localisation updates from http://translatewiki.net

13 years agocorrect output for EndActivityInReplyTo event
Evan Prodromou [Tue, 3 Aug 2010 00:56:44 +0000 (17:56 -0700)]
correct output for EndActivityInReplyTo event

13 years agodocument activity entry hooks
Evan Prodromou [Tue, 3 Aug 2010 00:56:23 +0000 (17:56 -0700)]
document activity entry hooks

13 years agoadd some activity hooks
Evan Prodromou [Tue, 3 Aug 2010 00:16:04 +0000 (17:16 -0700)]
add some activity hooks

13 years agoStarted work on photos plugin. not much yet.
Ian Denhardt [Mon, 2 Aug 2010 23:22:55 +0000 (19:22 -0400)]
Started work on photos plugin. not much yet.

13 years agoMerge branch '2429' into 0.9.x
James Walker [Mon, 2 Aug 2010 20:45:23 +0000 (16:45 -0400)]
Merge branch '2429' into 0.9.x

13 years agoFix for #2429 - move OStatus XML writing to XMLStringer
James Walker [Mon, 2 Aug 2010 20:42:28 +0000 (16:42 -0400)]
Fix for #2429 - move OStatus XML writing to XMLStringer

13 years agorenamed GN{u,U}socialPhotos.php
Ian Denhardt [Mon, 2 Aug 2010 20:05:29 +0000 (16:05 -0400)]
renamed GN{u,U}socialPhotos.php

13 years agoRemove the 'Enable Twitter import' checkbox from Twitter admin panel by default;...
Brion Vibber [Mon, 2 Aug 2010 20:00:50 +0000 (13:00 -0700)]
Remove the 'Enable Twitter import' checkbox from Twitter admin panel by default; can be re-added with setting:

  addPlugin('TwitterBridge', array('adminImportControl' => true, ....));

Added a note on the label that it requires manual daemon setup. (Note that by default the admin panel won't be shown, so it's no biggie to be hiding this for now.)

13 years agocleaned up template; was badly indented and missing an opening <html> tag.
Ian Denhardt [Mon, 2 Aug 2010 19:39:00 +0000 (15:39 -0400)]
cleaned up template; was badly indented and missing an opening <html> tag.

13 years agoGNUsocialTemplatePlugin.php doesn't need to be executable.
Ian Denhardt [Mon, 2 Aug 2010 19:22:17 +0000 (15:22 -0400)]
GNUsocialTemplatePlugin.php doesn't need to be executable.

13 years agofix #2478 - ensure all XRD documents get proper content-type headers
James Walker [Mon, 2 Aug 2010 18:47:13 +0000 (14:47 -0400)]
fix #2478 - ensure all XRD documents get proper content-type headers