friendica [Thu, 8 Mar 2012 22:43:22 +0000 (14:43 -0800)]
Merge pull request #16 from CatoTH/master
Support for Facebook's Real-Time Updates
CatoTH - you might wish to consider moving delete_url to include/network.php, but since that is in a separate repository best to wrap it in "if (! function_exists('delete_url')) ..." in case somebody git updates the addon at a different time than the main code.
friendica [Sat, 3 Mar 2012 00:44:30 +0000 (16:44 -0800)]
Merge https://github.com/tonybaldwin/friendica-addons into apull
resolved several conflicts and mibbit was not removed
Conflicts:
ljpost/ljpost.css
ljpost/ljpost.php
Tony Baldwin [Fri, 2 Mar 2012 23:54:24 +0000 (18:54 -0500)]
returned ljpost to same as in friendica/friendica-addons
rather than make it offer other sites, I am writing separate plugins
for separate sites.
I already have a dreamwidth one written, as can be seen in my repo.
Can/maybe will write up insanejournal, deadjournal, blurty, etc.
eventually, too
Tony Baldwin [Thu, 1 Mar 2012 05:25:34 +0000 (00:25 -0500)]
the xml POST data was missing the "usejournal" parameter,
required for LJ to know to which blog to post (since users
have posting permission to their own AND to community blogs).
It is now hardwired to their own, personal blog.
Eventually this should be more configurable.
Also, the plugin shouldn't be hardwired for livejournal,
but also allow dreamwidth, insanejournal, deadjournal, etc.
I'll work on that.
Tobias Hößl [Sun, 26 Feb 2012 14:45:26 +0000 (14:45 +0000)]
Support for FB Real-Time Updates according to http://developers.facebook.com/docs/reference/api/realtime/ . Plugin needs to be deactivated and activated again in order to enable the settings
Klaus Weidenbach [Sun, 19 Feb 2012 13:28:43 +0000 (14:28 +0100)]
Make OSM tile server configurable.
This patch makes it possible to configure the tile server used for serving the OpenStreetMap maps.
Add README with hints about the Tile Usage Policy (http://wiki.openstreetmap.org/wiki/Tile_usage_policy). A list of public available tile servers can be found here: http://wiki.openstreetmap.org/wiki/TMS
You can also configure the default zoom level.
Klaus Weidenbach [Sun, 19 Feb 2012 09:17:38 +0000 (10:17 +0100)]
Asynchronous tracking code for Piwik.
Add an option to use asynchronous tracking code for Piwik:
http://piwik.org/docs/javascript-tracking/#toc-asynchronous-tracking
Fixed a small bug with the trailing slash in the traditional tracking code in the noscript part.
Changed visible occurances piwik --> Piwik.
Add help text for baseurl.
Keith Fernie [Thu, 9 Feb 2012 22:08:15 +0000 (22:08 +0000)]
modified: statusnet.tgz Set up tabs in code correctly.
modified: statusnet/statusnet.php Set up tabs in code correctly.
modified: twitter.tgz Set up tabs in code correctly.
modified: twitter/twitter.php Set up tabs in code correctly.
modified: yourls.tgz Set up tabs in code correctly.
modified: yourls/yourls.css Set up tabs in code correctly.
modified: yourls/yourls.php Set up tabs in code correctly.
Keith Fernie [Thu, 9 Feb 2012 21:15:41 +0000 (21:15 +0000)]
modified: statusnet.tgz First url shortener is a custom YourLS url âshortener, if it is configured.
modified: statusnet/statusnet.php First url shortener is a custom YourLS url �shortener, if it is configured.
modified: twitter.tgz First url shortener is a custom YourLS url �shortener, if it is configured.
modified: twitter/twitter.php First url shortener is a custom YourLS url �shortener, if it is configured.
new file: yourls.tgz sets up the config for a custom YourLS url shortener.
new file: yourls/README sets up the config for a custom YourLS url shortener.
new file: yourls/yourls.css sets up the config for a custom YourLS url shortener.
new file: yourls/yourls.php sets up the config for a custom YourLS url shortener.
Keith Fernie [Thu, 9 Feb 2012 20:49:00 +0000 (20:49 +0000)]
modified: statusnet.tgz First url shortener is a custon YourLS url shortener, if it is configured.
modified: statusnet/statusnet.php First url shortener is a custon YourLS url shortener, if it is configured.
modified: twitter.tgz First url shortener is a custon YourLS url shortener, if it is configured.
modified: twitter/twitter.php First url shortener is a custon YourLS url shortener, if it is configured.
new file: yourls.tgz sets up the config for a custom YourLS url shortener
new file: yourls/README sets up the config for a custom YourLS url shortener
new file: yourls/yourls.css sets up the config for a custom YourLS url shortener
new file: yourls/yourls.php sets up the config for a custom YourLS url shortener