summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-28Updated biz theme entity_actions stylesSarven Capadisli
2010-01-28Updated biz theme to use dialogbox stylesSarven Capadisli
2010-01-28Updated biz theme notice optionsSarven Capadisli
2010-01-28Updated biz theme to hide form_repeat legendSarven Capadisli
2010-01-28Updated biz theme to use the single icons fileSarven Capadisli
2010-01-28Updated geo sharing styles for bizSarven Capadisli
2010-01-28Fixed layout when ad plugin is on for bizSarven Capadisli
2010-01-28Fixed layout for powered by statusnet in bizSarven Capadisli
2010-01-28Showing processing indicator for form_repeat on submit instead of formSarven Capadisli
2010-01-28Removed avatar from repeat of username (matches noticelist)Sarven Capadisli
2010-01-28Removed unused variable assignment for avatar URL and added missing fnSarven Capadisli
2010-01-27Don't preemptively close existing DB connections for web views (needed to ↵Brion Vibber
keep # of conns from going insane on multi-site queue daemons, so just doing for CLI) May, or may not, help with mystery session problems
2010-01-27dropping the setcookie() call from common_ensure_session() since we're ↵Brion Vibber
pretty sure it's unnecessary
2010-01-27append '/' on cookie path for now (may still need some refactoring)Brion Vibber
2010-01-28Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2010-01-28set session cookie correctlyEvan Prodromou
2010-01-27Fix for Mapstraction plugin's zoomed map linksBrion Vibber
Move definition of NICKNAME_FMT above plugin initialization but below loading of Validate package. A merge error when refactoring setup lead to this not being defined yet when plugins were initialized, causing the router setup in MapstractionPlugin which tried to use this constant to fail. Result was bogus links and if you hit the URL directly the action would be "unrecognized".
2010-01-27debug log line for control channel subBrion Vibber
2010-01-27Merge branch 'master' of gitorious.org:statusnet/mainlineBrion Vibber
2010-01-28Merge branch 'facebook-js-fix' into testingZach Copley
2010-01-28Move faceboookapp.js to the Facebook pluginZach Copley
2010-01-27fix notice -- drop unused return value of variable that isn't initialized :) ↵Brion Vibber
thx @ g0 for the catch
2010-01-27fix notice -- drop unused return value of variable that isn't initialized :) ↵Brion Vibber
thx @ g0 for the catch
2010-01-27fix for fix for bad realtime JS loadBrion Vibber
2010-01-27fix for fix for bad realtime JS loadBrion Vibber
2010-01-27Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-01-27Merge branch 'master' of git@gitorious.org:statusnet/mainline0.9.0beta4Evan Prodromou
2010-01-27Merge branch 'testing'Evan Prodromou
Conflicts: theme/base/css/display.css
2010-01-27increment software beta versionEvan Prodromou
2010-01-27Update queue, translation notes in readmeBrion Vibber
2010-01-27Adds an emergency switch so we can run inbox distribution at save time ↵Brion Vibber
(bypassing 'distrib' queue) Set $config['queue']['inboxes'] = false to do so
2010-01-28Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingZach Copley
2010-01-28Numbered format specifiersZach Copley
2010-01-27Merge branch 'testing' of gitorious.org:statusnet/mainlineBrion Vibber
2010-01-27fix update script -- read the diff wrong and put a couple fields on wrong ↵Brion Vibber
table (whoops)
2010-01-28Remove debugging statementZach Copley
2010-01-28Some adjustments to the way API auth works after merging testing and 0.9.xZach Copley
2010-01-28These API methods should return true for ->isReadOnly($args)!Zach Copley
2010-01-27Shuffle params on setup_status_network; adding fullname and pushing tags upBrion Vibber
2010-01-27Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-01-27move script into OpenXPlugin::showAd() so it worksEvan Prodromou
2010-01-27using an action for output in OpenX pluginEvan Prodromou
2010-01-27add additional post-install shell script option for setup_status_network.sh ↵Brion Vibber
to do any other site-specific setup
2010-01-27Plugin to enable OpenX adsEvan Prodromou
2010-01-27Add scripts/sendemail.php to send email to a user's address. Updated ↵Brion Vibber
setup_status_network.sh to create a user with the site's nick, accept site tags, and send a mail to the user (if a template is set) Email and tag params added to the end: setup_status_net.sh mysite 'My Site' 'owner@example.com' '1user' (If multiple tags are needed, separate them with a pipe "|". Be sure to quote properly!) New parameters for setup.cfg need to be set: export PHPBASE=/var/www/statusnet export WILDCARD=example.net export MAILTEMPLATE=/etc/statusnet/newsite-mail.txt export MAILSUBJECT="Your new StatusNet site" $PHPBASE is the base dir for a callable StatusNet install, used to run command-line scripts for user setup. $WILDCARD is the wildcard domain, needed to build a full server name to pass into command-line scripts. $MAILTEMPLATE points to a file containing an e-mail message template. '$nickname', '$sitename', and '$userpass' can be used in the template for substitution. $MAILSUBJECT is the subject line for said email. To skip sending an email on creation, leave $MAILTEMPLATE blank or point to a non-existing file.
2010-01-27Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-01-27width and height should be integers in AdsensePluginEvan Prodromou
2010-01-27Plugin to support Google AdsenseEvan Prodromou
A plugin to easily add Google Adsense blocks to a StatusNet site.
2010-01-27Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: Rename rc3to09.sql to rc3torc4.sql to avoid confusion if we add a last-minute change after this! Add new oauth tables and modifications to 'consumer' table for rc4
2010-01-27HTTP auth provided is evaluated even if it's not requiredMichele