Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-13 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
* add Interlingua (ia) | |||
2009-12-12 | Add repeat command | Craig Andrews | |
2009-12-12 | make sure to show repeats correctly when original is deleted | Evan Prodromou | |
2009-12-12 | Merge branch 'forward' into 0.9.x | Evan Prodromou | |
2009-12-12 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-12-12 | add statuses/retweeted_to_me to API | Evan Prodromou | |
2009-12-12 | add statuses/retweets_of_me to API | Evan Prodromou | |
2009-12-12 | add statuses/retweeted_by_me api action | Evan Prodromou | |
2009-12-12 | Merge branch '0.9.x' into forward | Evan Prodromou | |
2009-12-12 | integer utility for arguments | Evan Prodromou | |
2009-12-12 | add statuses/retweets to API | Evan Prodromou | |
2009-12-12 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
* add Egyptian Spoken Arabic (arz) | |||
2009-12-11 | ticket 2055: added logos to Atom and RSS feeds | Hue Bastard | |
2009-12-11 | show repeated notices correctly in API output | Evan Prodromou | |
2009-12-11 | show repeated notices correctly in API output | Evan Prodromou | |
2009-12-11 | show original notice in repeat, with repeat info below | Evan Prodromou | |
2009-12-11 | save repeats from the form | Evan Prodromou | |
2009-12-11 | Merge branch '0.9.x' into forward | Evan Prodromou | |
2009-12-11 | change Notice::saveNew() to use named arguments for little-used options | Evan Prodromou | |
2009-12-11 | show the repeat form in notice lists | Evan Prodromou | |
2009-12-11 | do some moving around of forwarding stuff | Evan Prodromou | |
2009-12-10 | remove forward action from router | Evan Prodromou | |
2009-12-10 | move forward form to 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 | 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-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-08 | don't allow forwarding your own notice | 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 | 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 | 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-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 | 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-04 | Append the StatusNet version to all local, static CSS references | Craig Andrews | |
2009-12-04 | Use inlineScript() instead of element() to write inline javascript | Craig Andrews | |
2009-12-04 | Add style function to output style() tags | Craig Andrews | |
Add 2 new events: StartStyleElement and EndStyleElement | |||
2009-12-04 | Add 2 new events: StartInlineScriptElement and EndInlineScriptElement | Craig Andrews | |
2009-12-04 | only write the javascript CDATA blocks if the type is javascript (it's not ↵ | Craig Andrews | |
the correct syntax for other languages) | |||
2009-12-04 | Use inlineScript() everywhere inline scripts are written | Craig Andrews | |
2009-12-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2009-12-04 | Don't depend on a User being available when looking up Design and timezone | Zach Copley | |
for a profile (because some profiles are remote, etc.) | |||
2009-12-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-12-04 | add logging utilities to Plugin class | Evan Prodromou | |
2009-12-04 | Merge commit 'refs/merge-requests/108' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into 0.9.x | |||
2009-12-04 | utility function to output inline JavaScript | Evan Prodromou | |
2009-12-04 | Add 4 new events: StartCssLinkElement, EndCssLinkElement, ↵ | Craig Andrews | |
StartScriptElement, EndScriptElement | |||
2009-12-03 | Make it impossible to block (and thus unsubscribe from your | Zach Copley | |
self-subscription) via the API. Additionally, make it impossible to block yourself or unsubscribe from yourself, period. I also made User use the subs.php helper function for unsubscribing during a block. Hopefully, these changes will get rid of the problem of people accidentally deleting their self-subscriptions once and for all (knock on wood). |