summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-05No need to pass in $this->limit and $this-tagZach Copley
2010-03-05Fix undefined variable error and some other cleanupZach Copley
2010-03-05UserRSS Didn't Use the Tag Propery.Christopher Vollick
This meant that server.com/user/tag/TAG/rss just returned all user data. That was incorrect.
2010-03-05Fix for blank RSS1 tag feedsZach Copley
2010-03-05OpenID fix:Brion Vibber
- avoid notice on insert (missing sequenceKeys()) - avoid cache corruption on delete (user_id was missing from keys list, cache not cleared for user_id lookups)
2010-03-05Initial install-time test for PCRE compiled without Unicode properties, ↵Brion Vibber
which causes corruption in feeds and other linking problems. Error message links to help info at http://status.net/wiki/Red_Hat_Enterprise_Linux#PCRE_library
2010-03-05ticket #697: merge two dupe config bits in config.php.sampleBrion Vibber
2010-03-05OStatus fix: send the feed's root element, not the DOM document, down to ↵Brion Vibber
low-level feed processing as entry context on PuSH input.
2010-03-05A better way to safely delete Foreign_linksZach Copley
2010-03-05Fix for errant deletion of all Twitter foreign_linksZach Copley
2010-03-04Merge branch 'testing' of gitorious.org:statusnet/mainline into testinglist0.9.0Zach Copley
* 'testing' of gitorious.org:statusnet/mainline: Updated note on geo location and added a note on user roles Set up subscription to update@status.net for admin user on new installation, if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.)
2010-03-04Make indenting consistent in READMEZach Copley
2010-03-04Updated note on geo location and added a note on user rolesSarven Capadisli
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-04Set up subscription to update@status.net for admin user on new installation, ↵Brion Vibber
if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.)
2010-03-04Normalize whitespace in the README -- all tabs to (4) spacesZach Copley
2010-03-04note betas are obsolete nowEvan Prodromou
2010-03-04Merge commit 'gitorious/testing' into testingEvan Prodromou
2010-03-04Remove reference to $config['profile']['banned'] -- superceded by blacklistZach Copley
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-04banned no longer supportedEvan Prodromou
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-04Slight right alignment for remote button in minilistsSarven Capadisli
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-04updates to queue info in readmeBrion Vibber
2010-03-04Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: some more editorial on README Increased admin navigation width to handle longer text length
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-04Fix link to StatusNet bug tracker in READMEZach Copley
2010-03-04some more editorial on READMEEvan Prodromou
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-04Increased admin navigation width to handle longer text lengthSarven Capadisli
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-04add blacklist and throttle plugin notesEvan Prodromou
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-04Another update to admin navigation alignmentSarven Capadisli
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-04change lede so it doesn't talk about LaconicaEvan Prodromou
2010-03-04change 'mublog' to 'statusnet' in READMEEvan Prodromou
2010-03-04change lacuser/lacpassword to statusnet-like onesEvan Prodromou
2010-03-04Pull latest .po files from 0.9.x to testingBrion Vibber
2010-03-04update version numberEvan Prodromou
2010-03-04change URLs and versions in READMEEvan Prodromou
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-04change changelog and versionEvan Prodromou
2010-03-04Add link to http://status.net/wiki/Getting_started on installer success screen.Brion Vibber
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-04Showing a vertical navigation for admin panels.Sarven Capadisli
2010-03-04Bringing aside back because it is needed for Design values. Will hideSarven Capadisli
from CSS instead.
2010-03-04Dropping the earlier PubSubHubbub plugin; OStatus plugin is taking that ↵Brion Vibber
portion over (with both internal and external hub options for user and group feeds). Todo: add support for other feeds to OStatus PuSH hub implementation.