summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-12-08Make 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-08Tweak updateavatarurl.php: emit a newline whether we're on verbose or ↵Brion Vibber
non-quiet, emit help when no users specified.
2009-12-07Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2009-12-07Cleanup of recaptcha plugin remove xhtml hackEric Helgeson
2009-12-07Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach 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-07Grand ALL permissions to the DB user when setting up a new status.net site.Zach Copley
2009-12-07Add 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-07remove unit tests for minifyEvan Prodromou
2009-12-07If localStorage is not supported, showPause as usualSarven Capadisli
2009-12-07Using localStorage to keep the play/pause state of RealtimeUpdateSarven Capadisli
2009-12-07Added form_response class to XHR notice postsSarven Capadisli
2009-12-07Fixed missing " for element attributeSarven Capadisli
2009-12-07Use .resetForm() instead of manually setting notice form's control values to ↵Sarven Capadisli
null
2009-12-07If the XHR error suggests that the xhr.status is 0 (i.e., it didn'tSarven 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-06Minor fix for play/pause mouseleaveSarven Capadisli
2009-12-05Add 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-05Added 'login' command that gives you a link that can be used to login to the ↵Craig Andrews
website
2009-12-05Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-12-05Preliminary UI for Play/Pause behaviour on hover state for noticesSarven Capadisli
2009-12-05Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2009-12-05Changed input.submit styleSarven Capadisli
2009-12-05Add FirePHP plugin - uses FirePHP as an output method for loggingCraig Andrews
2009-12-05Add 2 new events to enable logger pluginization: StartLog and EndLogCraig Andrews
2009-12-05Add configuration option to toggle the indenting of the output HTML. ↵Craig Andrews
Defaults to indent enabled.
2009-12-05Minify inline JS and CSS (can be disable in configuration)Craig Andrews
2009-12-04If a theme server is being used, do not minify theme CSS (as doing so could ↵Craig Andrews
cause 404s)
2009-12-04Separate out some common codeCraig Andrews
2009-12-04Append the StatusNet version to all local, static CSS referencesCraig Andrews
2009-12-04Use inlineScript() instead of element() to write inline javascriptCraig Andrews
2009-12-04use cssLink() instead of element() to write out references to CSSCraig Andrews
2009-12-04use the new htmloutputter->style() functionCraig Andrews
2009-12-04Add style function to output style() tagsCraig Andrews
Add 2 new events: StartStyleElement and EndStyleElement
2009-12-04Add 2 new events: StartInlineScriptElement and EndInlineScriptElementCraig Andrews
2009-12-04only write the javascript CDATA blocks if the type is javascript (it's not ↵Craig Andrews
the correct syntax for other languages)
2009-12-04Use inlineScript() everywhere inline scripts are writtenCraig Andrews
2009-12-04Merge branch 'minify' into 0.9.xCraig Andrews
2009-12-04Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2009-12-04Don't depend on a User being available when looking up Design and timezoneZach Copley
for a profile (because some profiles are remote, etc.)
2009-12-04Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-12-04configurable expiry for cached Geonames data defaults to 90 daysEvan Prodromou
2009-12-04Don't try to broadcast the notice if something went wrong.Zach Copley
2009-12-04remove duplicate log() function from RealtimePluginEvan Prodromou