Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Set default 24-hour expiry on Memcached objects where not specified. | Brion Vibber | |
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 | 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. | |||
2010-01-26 | Site metadata tags in status_network: single 'tags' field, pipe-separated. | Brion Vibber | |
$sn->tags() returns tag list as array; $sn->hasTag('blah') to check for a particular tag only Could be used to control things in config file: $sn = Status_network::setupSite($_server, $_path, $_wildcard); if (!$sn) { die("No such site"); } if ($sn->hasTag('individual')) { /* blah */ } Note memcached keys are unchanged; if tags are changed from an external tool clear: statusnet:<dbname>:status_network:<key>:<val> for <key>s 'nickname', 'hostname', and 'pathname' | |||
2010-01-26 | Updated geolocation sharing in notice form for Realtime pop | Sarven Capadisli | |
2010-01-26 | Updated geolocation sharing in notice form for Realtime pop | Sarven Capadisli | |
2010-01-26 | Add Julien C to author comments | Zach Copley | |
2010-01-26 | - Remove redundant function | Zach Copley | |
- clean up log msgs | |||
2010-01-26 | Use "Sign in with Twitter" auth pattern and official Twitter button for ↵ | Zach Copley | |
Twitter-based login. See: http://apiwiki.twitter.com/Sign-in-with-Twitter | |||
2010-01-26 | Ask the user to set a password before disconnecting from Twitter | Zach Copley | |
2010-01-26 | - Twitter username wasn't getting stored in Foreign_user when linking ↵ | Zach Copley | |
Twitter account (fixed) - Updates to comments | |||
2010-01-26 | Allow logging in using Twitter | Julien C | |
Signed-off-by: Julien C <chaumond@gmail.com> | |||
2010-01-26 | Single-user mode | Evan Prodromou | |
New configuration options to define a single-user mode. This hides most of the "community" pages, like the public timeline and groups. The main user's timeline becomes the main page, and most other URLs are changed. Switching back and forth between 1-user and multi-user mode is probably hazardous. Squashed commit of the following: commit d814aa5c92d14a27a12baba7893f3f8bf63f1d08 Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:17:27 2010 -0500 don't show inbox and outbox in single-user mode commit 47f19b9523a7015d4c6e460b73ea32c839e00aa1 Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:15:22 2010 -0500 show correct URL for logo in single-user mode commit 552010cffc33eadbc512ec5a67619dbc2015239a Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:15:06 2010 -0500 make singleuser its own config section commit 786ab260a3ca172e57b555c75ca10946d8f258a1 Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:05:19 2010 -0500 make single-user mode work commit 5b21d7309b3a8dd5a4e0f29aea76f7897f1818b1 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 23:45:55 2010 -0500 add single-user mode | |||
2010-01-26 | Setting the geo location cookie expire date far into the future: 2029 ;) | Sarven Capadisli | |
2010-01-26 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-01-26 | Setting the geo location cookie expire date far into the future: 2029 ;) | Sarven Capadisli | |
2010-01-26 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Sarven Capadisli | |
2010-01-26 | Updated howto create a theme | Sarven Capadisli | |
2010-01-26 | Added version info for MobileProfile plugin | Sarven Capadisli | |
2010-01-26 | Fixed innerHTML problem in IE7 and 8 for badge script | Sarven Capadisli | |
2010-01-26 | Removed mobile stylesheet from core output. If Mobile support is | Sarven Capadisli | |
seeked, MobileProfile plugin should be used. | |||
2010-01-26 | Better alignment for notice options in MobileProfile | Sarven Capadisli | |