Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-28 | Removed avatar from repeat of username (matches noticelist) | Sarven Capadisli | |
2010-01-28 | Removed unused variable assignment for avatar URL and added missing fn | Sarven Capadisli | |
2010-01-27 | Don'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-27 | dropping the setcookie() call from common_ensure_session() since we're ↵ | Brion Vibber | |
pretty sure it's unnecessary | |||
2010-01-27 | append '/' on cookie path for now (may still need some refactoring) | Brion Vibber | |
2010-01-28 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-01-28 | set session cookie correctly | Evan Prodromou | |
2010-01-27 | Fix for Mapstraction plugin's zoomed map links | Brion 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-27 | debug log line for control channel sub | Brion Vibber | |
2010-01-27 | Merge branch 'master' of gitorious.org:statusnet/mainline | Brion Vibber | |
2010-01-28 | Merge branch 'facebook-js-fix' into testing | Zach Copley | |
2010-01-28 | Move faceboookapp.js to the Facebook plugin | Zach Copley | |
2010-01-27 | fix notice -- drop unused return value of variable that isn't initialized :) ↵ | Brion Vibber | |
thx @ g0 for the catch | |||
2010-01-27 | fix notice -- drop unused return value of variable that isn't initialized :) ↵ | Brion Vibber | |
thx @ g0 for the catch | |||
2010-01-27 | fix for fix for bad realtime JS load | Brion Vibber | |
2010-01-27 | fix for fix for bad realtime JS load | Brion Vibber | |
2010-01-27 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-01-27 | Merge branch 'master' of git@gitorious.org:statusnet/mainline0.9.0beta4 | Evan Prodromou | |
2010-01-27 | Merge branch 'testing' | Evan Prodromou | |
Conflicts: theme/base/css/display.css | |||
2010-01-27 | increment software beta version | Evan Prodromou | |
2010-01-27 | Update queue, translation notes in readme | Brion Vibber | |
2010-01-27 | Adds 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-28 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-01-28 | Numbered format specifiers | Zach Copley | |
2010-01-27 | Merge branch 'testing' of gitorious.org:statusnet/mainline | Brion Vibber | |
2010-01-27 | fix update script -- read the diff wrong and put a couple fields on wrong ↵ | Brion Vibber | |
table (whoops) | |||
2010-01-28 | Remove debugging statement | Zach Copley | |
2010-01-28 | Some adjustments to the way API auth works after merging testing and 0.9.x | Zach Copley | |
2010-01-28 | These API methods should return true for ->isReadOnly($args)! | Zach Copley | |
2010-01-27 | Shuffle params on setup_status_network; adding fullname and pushing tags up | Brion Vibber | |
2010-01-27 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-01-27 | move script into OpenXPlugin::showAd() so it works | Evan Prodromou | |
2010-01-27 | using an action for output in OpenX plugin | Evan Prodromou | |
2010-01-27 | add additional post-install shell script option for setup_status_network.sh ↵ | Brion Vibber | |
to do any other site-specific setup | |||
2010-01-27 | Plugin to enable OpenX ads | Evan Prodromou | |
2010-01-27 | Add 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-27 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-01-27 | width and height should be integers in AdsensePlugin | Evan Prodromou | |
2010-01-27 | Plugin to support Google Adsense | Evan Prodromou | |
A plugin to easily add Google Adsense blocks to a StatusNet site. | |||
2010-01-27 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach 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-27 | HTTP auth provided is evaluated even if it's not required | Michele | |
2010-01-27 | Rename rc3to09.sql to rc3torc4.sql to avoid confusion if we add a ↵ | Brion Vibber | |
last-minute change after this! | |||
2010-01-27 | Add new oauth tables and modifications to 'consumer' table for rc4 | Brion Vibber | |
2010-01-27 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-01-27 | Centred leaderboard ad | Sarven Capadisli | |
2010-01-27 | camelcase the uap param names | Evan Prodromou | |
2010-01-27 | move leaderboard to after the header | Evan Prodromou | |
2010-01-27 | Moved rectangle ad into aside and leaderboard to the right in header. | Sarven Capadisli | |
Intention for this layout was to reduce whitespace in header area | |||
2010-01-27 | Aligning wide skyscraper to the right instead of left | Sarven Capadisli | |
2010-01-27 | CSS ids and classes fixed in UAPPlugin | Evan Prodromou | |