Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-10 | remove form_forward from base css | Evan Prodromou | |
2009-12-10 | had wrong number of arguments to NoticeList in notice inbox | Evan Prodromou | |
2009-12-10 | remove forward table from db scripts | Evan Prodromou | |
2009-12-10 | move forward form to plugin | Evan Prodromou | |
2009-12-10 | move inbox notice list to repeat plugin | Evan Prodromou | |
2009-12-10 | move forwarding stuff to Repeat plugin | Evan Prodromou | |
2009-12-10 | Fixed incorrect disabling of login_token. | Craig Andrews | |
2009-12-10 | Override login_token's sequenceKey() so that it behaves correctly | Craig Andrews | |
2009-12-10 | If ElementData is set on the notice form, use the existing MaxLength | Sarven Capadisli | |
2009-12-10 | Updated input background colour for XHR direct message | Sarven Capadisli | |
2009-12-10 | Calling NewDirectMessage | Sarven Capadisli | |
2009-12-10 | Updated entity_action form input styles | Sarven Capadisli | |
2009-12-10 | Updated FormNoticeEnhancements and Counter to use the max text value | Sarven Capadisli | |
from HTML. It also allows each .form_notice to have its own counter. | |||
2009-12-09 | Initial GravatarPlugin | Eric Helgeson | |
2009-12-09 | New Events for avatar settings | Eric Helgeson | |
2009-12-09 | Added todo item to Realtime plugin | Sarven Capadisli | |
2009-12-09 | Added a todo list for Realtime plugin | Sarven Capadisli | |
2009-12-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-12-08 | reorder notices when not using memcached | Evan Prodromou | |
2009-12-08 | Compat 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-09 | that pesky table named user - now quoted | Brenda Wallace | |
2009-12-09 | add missing table "forward" | Brenda Wallace | |
2009-12-09 | added missing table: location_namespace | Brenda Wallace | |
2009-12-08 | don't allow forwarding your own notice | Evan Prodromou | |
2009-12-08 | make forward form slightly less obnoxious | Evan Prodromou | |
2009-12-08 | make sure not to forward blocked users | Evan Prodromou | |
2009-12-08 | add forward table to updates | Evan Prodromou | |
2009-12-08 | add (ugly) form to forward notices | Evan Prodromou | |
2009-12-08 | action to forward a notice | Evan Prodromou | |
2009-12-08 | method to check if a profile has forwarded a notice | Evan Prodromou | |
2009-12-08 | pkeyGet() method for Forward and return value from saveNew() | Evan Prodromou | |
2009-12-08 | show forwards in the inbox | Evan Prodromou | |
2009-12-08 | Basic function to store forwards and redistribute | Evan Prodromou | |
2009-12-08 | fix exe flag | Evan Prodromou | |
2009-12-08 | add DB_DataObject for forward table | Evan Prodromou | |
2009-12-08 | Merge branch '0.9.x' into forward | Evan Prodromou | |
2009-12-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-12-08 | include DB_DataObject 1.9.0 | Evan Prodromou | |
2009-12-08 | New _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-08 | add forward table | Evan Prodromou | |
2009-12-08 | Make default & sample val for $config['queue']['queue_basename'] actually ↵ | Brion Vibber | |
work! Now matches the recommendation in README which is in fact correct. Must include the /queue/ prefix (unless somthing else actually makes sense) | |||
2009-12-08 | Tweak updateavatarurl.php: emit a newline whether we're on verbose or ↵ | Brion Vibber | |
non-quiet, emit help when no users specified. | |||
2009-12-07 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
2009-12-07 | Cleanup of recaptcha plugin remove xhtml hack | Eric Helgeson | |
2009-12-07 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
* '0.9.x' of gitorious.org:statusnet/mainline: Add a "grandfather" creation date cutoff to RequireValidatedEmail plugin; will allow us to use this for temporary emergency moderation of new registrations without affecting older accounts. | |||
2009-12-07 | Grand ALL permissions to the DB user when setting up a new status.net site. | Zach Copley | |
2009-12-07 | Add a "grandfather" creation date cutoff to RequireValidatedEmail plugin; ↵ | Brion Vibber | |
will allow us to use this for temporary emergency moderation of new registrations without affecting older accounts. | |||
2009-12-07 | remove unit tests for minify | Evan Prodromou | |
2009-12-07 | If localStorage is not supported, showPause as usual | Sarven Capadisli | |
2009-12-07 | Using localStorage to keep the play/pause state of RealtimeUpdate | Sarven Capadisli | |