summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-21- Moved checking for group aliases and redirection to prepare()Zach Copley
- phpcs cleanup - add @macno to the list of authors
2010-01-21if the id is an alias we redirect using group_idMichele
2010-01-21Event hooks for before and after site_noticeSarven Capadisli
2010-01-21Removed mobile stylesheet from core output. If Mobile support isSarven Capadisli
seeked, MobileProfile plugin should be used.
2010-01-20Add Start/EndSetApiUser events when setting API user via OAuthZach Copley
2010-01-20HTTP auth provided is evaluated even if it's not requiredMichele
2010-01-20add PubSubHubBub and RSSCloud to list of default pluginsEvan Prodromou
2010-01-20Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-20Better alignment for notice options in MobileProfileSarven Capadisli
2010-01-20Updated notice item view where a) notice text no longer wraps aroundSarven Capadisli
(under author's photo) b) supplemental notice content and options will start right under notice text.
2010-01-20Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2010-01-19Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-19Merge branch 'master' into 0.9.xEvan Prodromou
2010-01-19allow all rights reserved, private dataEvan Prodromou
2010-01-18Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2010-01-18add event for showing content license in actionEvan Prodromou
2010-01-18Added Plugin Version info to recaptcha pluginEric Helgeson
2010-01-19Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2010-01-18add a quickie plugins/ dir readme mentioning how to add plugins, plus ref to ↵Brion Vibber
wiki pages
2010-01-18Fix order of params on 'plugin not found' exceptionBrion Vibber
2010-01-18Missing null className for incoming email form legendSarven Capadisli
2010-01-18Some JS cleaning up for NoticeLocationAttach (which fixes also fixes aSarven Capadisli
few bugs in WebKit)
2010-01-18Updated path to farbtastic stylesheetSarven Capadisli
2010-01-18Moved farbtastic's stylesheet to use relative paths for its own imagesSarven Capadisli
2010-01-17Took out focus out of textare when location share is enabled/disabled.Sarven Capadisli
Also avoids the conflict with the URL fragment on the conversation page.
2010-01-17Updated UI for notice aside content and notice options in MobileProfileSarven Capadisli
2010-01-17Inline script for maxlength is deprecatedSarven Capadisli
2010-01-16Merge commit 'refs/merge-requests/117' of ↵Eric Helgeson
git://gitorious.org/statusnet/mainline into integration
2010-01-16Merge branch 'master' into 0.9.xBrion Vibber
2010-01-16Cleanup for memcached host/port split -- apparently we use ';' on purpose, ↵Brion Vibber
restoring. Keeping fix for the notices spewing into the log.
2010-01-16Merge branch 'master' of gitorious.org:statusnet/mainlineBrion Vibber
2010-01-16Using visibility:hidden instead of display:none for checkboxSarven Capadisli
2010-01-16Added missing position paramaterSarven Capadisli
2010-01-16JSLinting on JSONSarven Capadisli
2010-01-16Some JSlint-ingSarven Capadisli
2010-01-16Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2010-01-16Removed extra comma in objectSarven Capadisli
2010-01-16Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2010-01-16Missed change when refactoring groups. Thanks macnoEric Helgeson
2010-01-16Merge branch 'master' into 0.9.xEvan Prodromou
2010-01-16Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2010-01-16change rc3 to beta3Evan Prodromou
2010-01-16Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-15Fix for background recalculation of groups; needs to get Group objects not ↵Brion Vibber
IDs; also don't list any groups for repeats to match saveGroups behavior todo: merge calculation portion with saveGroups so they don't get out of sync
2010-01-15Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2010-01-15--xmpp-only hack for queuedaemon.php to run separate queue daemon with only ↵Brion Vibber
xmpp threads
2010-01-15Fix since_id and max_id API parameters for inbox-based loads; was failing if ↵Brion Vibber
the exact id mentioned wasn't present in the inbox (or had been trimmed out)
2010-01-15Fix since_id and max_id API parameters for inbox-based loads; was failing if ↵Brion Vibber
the exact id mentioned wasn't present in the inbox (or had been trimmed out)
2010-01-15Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-01-14fix for --skip-xmpp hack -- forgot to do it on the ping & confirm handlersBrion Vibber