Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-12-07 | Added form_response class to XHR notice posts | Sarven Capadisli | |
2009-12-07 | Fixed missing " for element attribute | Sarven Capadisli | |
2009-12-07 | Use .resetForm() instead of manually setting notice form's control values to ↵ | Sarven Capadisli | |
null | |||
2009-12-07 | If the XHR error suggests that the xhr.status is 0 (i.e., it didn't | Sarven Capadisli | |
receive an XHR object as expected), threat it as a success like HTTP 20x or 30x because the notice most likely went through. jquery.form.js (for file uploads) and meteor.js both use an iframe and they (somehow) appear to be in conflict. Notice always goes through, however, xhr.status is 0. Further investigation is needed. | |||
2009-12-06 | Minor fix for play/pause mouseleave | Sarven Capadisli | |
2009-12-05 | Add a configuration option to disable the login command. | Craig Andrews | |
$config['logincommand']['disabled'] = true; This commit should be reverted once the command has been sufficiently tested and trusted. | |||
2009-12-05 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-12-05 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-12-05 | Preliminary UI for Play/Pause behaviour on hover state for notices | Sarven Capadisli | |
2009-12-05 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
2009-12-05 | Changed input.submit style | Sarven Capadisli | |
2009-12-05 | Add FirePHP plugin - uses FirePHP as an output method for logging | Craig Andrews | |
2009-12-05 | Add 2 new events to enable logger pluginization: StartLog and EndLog | Craig Andrews | |
2009-12-05 | Add configuration option to toggle the indenting of the output HTML. ↵ | Craig Andrews | |
Defaults to indent enabled. | |||
2009-12-05 | Minify inline JS and CSS (can be disable in configuration) | Craig Andrews | |
2009-12-04 | If a theme server is being used, do not minify theme CSS (as doing so could ↵ | Craig Andrews | |
cause 404s) |