Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-04 | - Fix cache handling in TwitterStatusFetcher | Zach Copley | |
- Other stability fixes | |||
2010-02-02 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-02 | Removed entity flag stylesheet and icons from plugin to core. | Sarven Capadisli | |
2010-02-02 | Added icon to Clear label for UserFlag plugin | Sarven Capadisli | |
2010-02-01 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-01-31 | Added missing concat of </li> in Realtime response | Sarven Capadisli | |
2010-01-31 | Updated XHR binded events to work better in jQuery 1.4.1. Using | Sarven Capadisli | |
.live() for event delegation instead of jQuery.data() and checking to see if an element was previously binded. | |||
2010-01-31 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
Conflicts: actions/apioauthauthorize.php | |||
2010-01-31 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-01-30 | better handling of null responses from geonames.org | Evan Prodromou | |
2010-01-29 | Pass username and nickname to autoregister so auth plugins can set the ↵ | Craig Andrews | |
nickname correct when creating a new user. Continues fixing what Eric Helgeson pointed out in 01eb4e8f003bf62575ec16dfb6127d7534be9c88 | |||
2010-01-29 | plugin to limit number of registered users | Evan Prodromou | |
2010-01-29 | Adds notice author's name to @title in Realtime response | Sarven Capadisli | |
2010-01-28 | 'Sign in with Twitter' button img | Zach Copley | |
2010-01-28 | 'Sign in with Twitter' button img | Zach Copley | |
2010-01-28 | Move faceboookapp.js to the Facebook plugin | Zach Copley | |
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 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 | 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 | Plugin to enable OpenX ads | 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' into -1.9.x | Zach Copley | |
* testing: (130 commits) HTTP auth provided is evaluated even if it's not required 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 Centred leaderboard ad camelcase the uap param names move leaderboard to after the header Moved rectangle ad into aside and leaderboard to the right in header. Aligning wide skyscraper to the right instead of left CSS ids and classes fixed in UAPPlugin wrong height for rectangle in BlankAd Add the moved BlankAdPlugin make BlankAd dir and change to use a 1x1 image move BlankAdPlugin to its own dir Add BlankAdPlugin to test ad layout in different themes make uapplugin an abstract class move UAP plugin to core Lowercased switch cases in UAP Plugin Plugin for Universal Ad Package. Outputs four most widely used ad types. Add persistent:true property to Stomp messages so ActiveMQ doesn't decide to discard them even though persistence is enabled on the broker. :) (Thanks Aric!) quick fix: use common_path() on realtime update JS so it works with the new JS path code (will pull from main server for now) ... Conflicts: actions/apioauthaccesstoken.php actions/apioauthauthorize.php actions/apioauthrequesttoken.php actions/editapplication.php actions/newapplication.php lib/apiauth.php lib/queuemanager.php lib/router.php | |||
2010-01-27 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | 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 | 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 | 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-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 | 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 |