summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-11Merge branch '0.9.x' into testingEvan Prodromou
2009-12-11Removed styles from entity_remote_subscribe (doesn't need specialSarven Capadisli
treatment) in default and identica themes
2009-12-10Changing avatar should broadcast the profile via OMB.Eric Helgeson
2009-12-10remove the Repeat plugin (for now)Evan Prodromou
2009-12-10Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-12-10remove forward action from routerEvan Prodromou
2009-12-10remove NoticeForward from util.jsEvan Prodromou
2009-12-10remove 'has forwarded' method from ProfileEvan Prodromou
2009-12-10Add table() and keys() overrides to User_usernameCraig Andrews
2009-12-10remove forward table from PostgreSQL scriptsEvan Prodromou
2009-12-10remove form_forward from base cssEvan Prodromou
2009-12-10had wrong number of arguments to NoticeList in notice inboxEvan Prodromou
2009-12-10remove forward table from db scriptsEvan Prodromou
2009-12-10move forward form to pluginEvan Prodromou
2009-12-10move inbox notice list to repeat pluginEvan Prodromou
2009-12-10move forwarding stuff to Repeat pluginEvan Prodromou
2009-12-10Fixed incorrect disabling of login_token.Craig Andrews
2009-12-10Override login_token's sequenceKey() so that it behaves correctlyCraig Andrews
2009-12-10If ElementData is set on the notice form, use the existing MaxLengthSarven Capadisli
2009-12-10Updated input background colour for XHR direct messageSarven Capadisli
2009-12-10Calling NewDirectMessageSarven Capadisli
2009-12-10Updated entity_action form input stylesSarven Capadisli
2009-12-10Updated FormNoticeEnhancements and Counter to use the max text valueSarven Capadisli
from HTML. It also allows each .form_notice to have its own counter.
2009-12-09Initial GravatarPluginEric Helgeson
2009-12-09New Events for avatar settingsEric Helgeson
2009-12-09Added todo item to Realtime pluginSarven Capadisli
2009-12-09Added a todo list for Realtime pluginSarven Capadisli
2009-12-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-12-08reorder notices when not using memcachedEvan Prodromou
2009-12-08Compat fix for PHP 5.2.4 -- drop unneeded new param to debug_backtrace(), ↵Brion Vibber
caused error spew on older PHP (introduced PHP 5.2.5) Fix for regression in 4b5e977a7b1c390555d880d3dc7f8b8c6744646c
2009-12-09that pesky table named user - now quotedBrenda Wallace
2009-12-09add missing table "forward"Brenda Wallace
2009-12-09added missing table: location_namespaceBrenda Wallace
2009-12-08don't allow forwarding your own noticeEvan Prodromou
2009-12-08make forward form slightly less obnoxiousEvan Prodromou
2009-12-08make sure not to forward blocked usersEvan Prodromou
2009-12-08add forward table to updatesEvan Prodromou
2009-12-08add (ugly) form to forward noticesEvan Prodromou
2009-12-08action to forward a noticeEvan Prodromou
2009-12-08method to check if a profile has forwarded a noticeEvan Prodromou
2009-12-08pkeyGet() method for Forward and return value from saveNew()Evan Prodromou
2009-12-08show forwards in the inboxEvan Prodromou
2009-12-08Basic function to store forwards and redistributeEvan Prodromou
2009-12-08fix exe flagEvan Prodromou
2009-12-08add DB_DataObject for forward tableEvan Prodromou
2009-12-08Merge branch '0.9.x' into forwardEvan Prodromou
2009-12-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-12-08include DB_DataObject 1.9.0Evan Prodromou
2009-12-08New _m() gettext wrapper with smart detection of plugin domains. Plugin base ↵Brion Vibber
class registers your gettext files if present at initialization. update_pot.sh replaced with update_po_templates.php which can do core, plugins, or all (default). Top-level Makefile added to build .mo files for plugins as well as core. As described on list: http://lists.status.net/pipermail/statusnet-dev/2009-December/002869.html
2009-12-08add forward tableEvan Prodromou