summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-16removed the notice.location column from postgres def -- snuck in on a git ↵Brenda Wallace
commit by Patrick G
2010-08-16fix use of activity rather than act in salmonaction subclasses, tooEvan Prodromou
2010-08-16typo mixing up and in salmonactionEvan Prodromou
2010-08-16Merge remote branch 'shiny/0.9.x' into 0.9.xBrenda Wallace
2010-08-16Merge commit 'origin/0.9.x' into 0.9.xBrenda Wallace
2010-08-16removed the notice.location column from postgres def -- snuck in on a git ↵Brenda Wallace
commit by Patrick G
2010-08-16fixed a %d that should be a %s in an error messageBrenda Wallace
2010-08-14Notice title constructor doesn't check class of NoticeEvan Prodromou
2010-08-14Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-08-14Merge branch 'noticetitle' into 0.9.xEvan Prodromou
2010-08-14handle deletion of noticeEvan Prodromou
2010-08-14on deleting a noticeEvan Prodromou
2010-08-14Merge branch 'master' into noticetitleEvan Prodromou
2010-08-14- Remove extraneous style stuff from Echo plugin - that stuff shouldZach Copley
be handled via CSS in the theme. - Updated installation instructions on Echo and Disqus plugins
2010-08-13Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-08-13A plugin to add Disqus commenting to notice pagesZach Copley
2010-08-13Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
Conflicts: plugins/OStatus/classes/Ostatus_profile.php
2010-08-13fix use of activity rather than act in salmonaction subclasses, tooEvan Prodromou
2010-08-13Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-08-13A plugin for adding the Echo (formerly JS-Kit) commenting widget toZach Copley
notice pages
2010-08-13Update extension configuration file creation (doesn't work yet in ↵Siebrand Mazeland
translatewiki.net).
2010-08-13add hooks to allow plugins to handle different kinds of activitiesEvan Prodromou
2010-08-13typo mixing up and in salmonactionEvan Prodromou
2010-08-13Fixes for RSS subscriptions: accept posts with no ActivityStreams ↵Brion Vibber
object-type set; be more liberal about accepting posts from feeds where the author info doesn't match (we'll post under the feed's profile and just not try to update the profile info).
2010-08-13SubMirror: check feel-url discovery if profile-url discovery failed; should ↵Brion Vibber
help when giving direct feeds to subscribe to
2010-08-13Suppress whinging during HTML parsing in profile page discovery for things ↵Brion Vibber
that turn out to be XML feeds with funny namespaces.
2010-08-13hide the Whats Up Nickname if notice title enabledEvan Prodromou
2010-08-13make notice title phpcs-cleanEvan Prodromou
2010-08-13make notice title phpcs-cleanEvan Prodromou
2010-08-13set notice titles in RSS and Atom outputEvan Prodromou
2010-08-13hooks to allow changing RSS contentEvan Prodromou
2010-08-13Fixes for RSS subscriptions: accept posts with no ActivityStreams ↵Brion Vibber
object-type set; be more liberal about accepting posts from feeds where the author info doesn't match (we'll post under the feed's profile and just not try to update the profile info).
2010-08-13show notice title for notices in a notice listEvan Prodromou
2010-08-13helper static method to get title text based on a noticeEvan Prodromou
2010-08-13save the notice title when the notice is savedEvan Prodromou
2010-08-13add StartNoticeSaveWeb and EndNoticeSaveWeb to hook web-based UI for noticesEvan Prodromou
2010-08-13SubMirror: check feel-url discovery if profile-url discovery failed; should ↵Brion Vibber
help when giving direct feeds to subscribe to
2010-08-13Suppress whinging during HTML parsing in profile page discovery for things ↵Brion Vibber
that turn out to be XML feeds with funny namespaces.
2010-08-12add title element to notice formEvan Prodromou
2010-08-12Plugin file and data file for notice titleEvan Prodromou
2010-08-12add note about software subscriptionEvan Prodromou
2010-08-12Fix for ticket 2513: "Can't linkify" error when some links are shortenedBrion Vibber
When bogus SSL sites etc were hit through a shortening redirect, sometimes link resolution kinda blew up and the user would get a "Can't linkify" error, aborting their post. Now catching this case and just passing through the URL without attempting to resolve it. Could benefit from an overall scrubbing of the freaky link/attachment code though...! :) http://status.net/open-source/issues/2513
2010-08-12Fix for ticket 2513: "Can't linkify" error when some links are shortenedBrion Vibber
When bogus SSL sites etc were hit through a shortening redirect, sometimes link resolution kinda blew up and the user would get a "Can't linkify" error, aborting their post. Now catching this case and just passing through the URL without attempting to resolve it. Could benefit from an overall scrubbing of the freaky link/attachment code though...! :) http://status.net/open-source/issues/2513
2010-08-12Fix PHP notice spew when Notice::saveNew() called without passing any ↵Brion Vibber
options; default empty vars weren't being set.
2010-08-12Fix regression in replies made from web (was saving reply_to value in wrong ↵Brion Vibber
array key)
2010-08-12Merge branch 'master' into 0.9.xBrion Vibber
2010-08-12Merge branch 'tinymce' into 0.9.xBrion Vibber
2010-08-12TinyMCE: counter support (may not be 100% exact match to server-side count, ↵Brion Vibber
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.
2010-08-12TinyMCE: fixes to attachment handlingBrion Vibber
2010-08-11Merge branch '0.9.x'Brion Vibber