Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2010-01-27 | wrong height for rectangle in BlankAd | Evan Prodromou | |
2010-01-27 | Add the moved BlankAdPlugin | Evan Prodromou | |
2010-01-27 | make BlankAd dir and change to use a 1x1 image | Evan Prodromou | |
2010-01-27 | move BlankAdPlugin to its own dir | Evan Prodromou | |
2010-01-27 | Add BlankAdPlugin to test ad layout in different themes | Evan Prodromou | |
2010-01-27 | make uapplugin an abstract class | Evan Prodromou | |
2010-01-27 | move UAP plugin to core | Evan Prodromou | |
2010-01-27 | Lowercased switch cases in UAP Plugin | Sarven Capadisli | |
2010-01-27 | Plugin for Universal Ad Package. Outputs four most widely used ad types. | Sarven Capadisli | |
2010-01-27 | Add persistent:true property to Stomp messages so ActiveMQ doesn't decide to ↵ | Brion Vibber | |
discard them even though persistence is enabled on the broker. :) (Thanks Aric!) | |||
2010-01-27 | quick fix: use common_path() on realtime update JS so it works with the new ↵ | Brion Vibber | |
JS path code (will pull from main server for now) | |||
2010-01-27 | Optionally set a separate Javascript server and path | Evan Prodromou | |
We have about 10-12 JavaScript pages per Web page. They usually are based on the same server as the Web pages, but since they're static files, it makes sense to offload them to a lite server that handles static files well. This commit lets you set a separate Javascript server and path for the default Javascript code in StatusNet. Squashed commit of the following: commit 139d1622fdafe5ad00c820224416d9021efc3234 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 27 11:30:24 2010 -0500 modules that call htmloutputter::script() don't prescribe js/ path commit c6ca3174af73efed55eaed5ff1e2a3bdc77d2d87 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 27 11:28:07 2010 -0500 configurable server and path for javascript files | |||
2010-01-27 | Better alignment for notice in shownotice page | Sarven Capadisli | |
2010-01-27 | Test script to update your status via OAuth | Zach Copley | |
2010-01-27 | s/LOG_WARN/LOG_WARNING/ | Zach Copley | |
2010-01-27 | - Check for read-only vs. read-write access to protected API resources (OAuth) | Zach Copley | |
- Some cleanup | |||
2010-01-27 | Make more complete sentence. | Siebrand Mazeland | |
2010-01-27 | Fix casing for HMAC-SHA1. | Siebrand Mazeland | |
2010-01-27 | Fix inconsistent title case in page title | Siebrand Mazeland | |
2010-01-26 | New access admin panel for site registration settings | Zach Copley | |
2010-01-26 | - Remove redudant/unused 'server' setting from site admin panel | Zach Copley | |
- Move 'fancy urls' checkbox from site admin panel to paths admin panel | |||
2010-01-26 | Control channel for queue daemons to request graceful shutdown, restart, or ↵ | Brion Vibber | |
update to listen to a newly added or reconfigured site. queuectl.php --update -s<site> queuectl.php --stop queuectl.php --restart Default control channel is /topic/statusnet-control. For external utilities to send a site update ping direct to the queue server, connect via Stomp and send a message formatted thus: update:<nickname> (Nickname here, *not* server hostname! The rest of the queues will be updated to use nicknames later.) Note that all currently-connected queue daemons will get these notifications, including both queuedaemon.php and xmppdaemon.php. (XMPP will ignore site update requests for sites that it's not handling.) Limitations: * only implemented for stomp queue manager so far * --update may not yet handle a changed server name properly * --restart won't reload PHP code files that were already loaded at startup. Still need to stop and restart the daemons from 'outside' when updating code base. |