* remotes/upstream/master:
Few more smileys
tweaks to page plugin
deleted: smiley_pack/.smiley_pack.php.kate-swp
modified: .gitignore Commented out bits that don't seem relevant to friendica-addons. Somebody should do this properly, but I'm not confident.
new file: .gitignore .gitignore file
a few new smilieys, plus case-insensitivty for a couple of core smileys
* remotes/upstream/master:
cleanup shaka emoticon
Beard, Shaka, headbang, and whitebeard that somehow didn't get commited
fix missing packages
package updates
This deactivated the plugin not only when uninstalling it, but also when updating it
Music smileys
misc new smileys
Laughing smileys
Banana smiley - may need to be removed if I can't verify licence
respect smileys
add frown plugin
Delete the app_access_token once the addon is uninstalled. And some more error handling
* remotes/upstream/master:
Fixed typo
Fixed stuff
Happy smileys
Fixed typos per Fabian Dost bug report
More irritating smileys to make everybody cross
Fantasy smileys. Alas, not the fantasty where nobody uses smileys.
Suitable punishments for anyone who actually uses any of these smilies.
Tired smileys
actual smileys
Stupid love smileys
More retarded smileys
bug: used uid for allow_gid instead of contact id
* remotes/upstream/master:
minor
replaces missing semi-colon...
minor alteration
another attempt having difficulties perhaps resolved?
corrections, minor alterations
minor alterations, mostly to ijpost
added Cat's tag stuff to ijpost
minor adjustment to ijpost.php
cleaned up where "lj" was included in dwpost.css changed my profile url to the current, free-haven profile, in all plugins to which I have contributed added insanejournal.com plugin, ijpost other minor cleanup of details, where a plugin was copied and modified but incorrect details were left.
facebook comment notifications
Pages: Some minor improvements (I guess) :)
Removed the test file
Pages: Added pages.tgz
Pages: New plugin that displays a list of community pages on the sidebar.
added a link in the IRC page to the tldp.org Beginner's Guide to IRC.
Facebook: Don't import empty messages
Tony Baldwin [Sat, 17 Mar 2012 20:40:17 +0000 (16:40 -0400)]
cleaned up where "lj" was included in dwpost.css
changed my profile url to the current, free-haven profile, in all
plugins to which I have contributed
added insanejournal.com plugin, ijpost
other minor cleanup of details, where a plugin was copied and modified
but incorrect details were left.
* remotes/upstream/master:
Added tags support to LJ and DW connectors. (Friendica tags are converted to LJ/DW tags.)
Bugfix
Real-Time Updates
Bugfix
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
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.
* remotes/upstream/master:
please use make to build packages
realized I had tarred up the irc, then made changes without updating the tarball, so, just now I updated the tarball.
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
for aesthetic reasons, reduced size of IRC chat window
fixed irc chat...IT WORKS!
tarred up irc
removed mibbit, added simpler irc chat
another minor alteration to mibbit
again, just minor adjustment to mibbit
minor alterations to mibbit.php
added a mibbit/irc chatroom plugin
minor adjustment to dwpost
added dreamwidth connector
working on adding support for other moveabletype sites. added entry for siteurl (lj_url)
minor corrections, but still not working
should work, doesn't. xml is correct, required parameters include, nothing gets through...
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.
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