Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-04 | Moved hardcoded identica theme out of MobileProfile. In this case, it | Sarven Capadisli | |
will use whichever theme is loaded as its base and then add its own mobile styles. Of course, if a theme comes with its own mobile styles, it will use that instead as an addition to its own base. | |||
2010-02-04 | - Fix cache handling in TwitterStatusFetcher | Zach Copley | |
- Other stability fixes | |||
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-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' 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 | 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 | 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' 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 | 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-25 | Merge branch 'master' into testing | Evan Prodromou | |
Conflicts: lib/queuemanager.php | |||
2010-01-25 | Offload inbox updates to a queue handler to speed up posting online | Evan Prodromou | |
Moved much of the writing that happens when posting a notice to a new queuehandler, distribqueuehandler. This updates tags, groups, replies and inboxes at queue time (or at Web time, if queues are disabled). To make this work well, I had to break up the monolithic Notice::blowCaches() and make cache blowing happen closer to where data is updated. Squashed commit of the following: commit 5257626c62750ac4ac1db0ce2b71410c5711cfa3 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 14:56:41 2010 -0500 slightly better handling of blowing tag memory cache commit 8a22a3cdf6ec28685da129a0313e7b2a0837c9ef Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 01:42:56 2010 -0500 change 'distribute' to 'distrib' so not too long for dbqueue commit 7a063315b0f7fad27cb6fbd2bdd74e253af83e4f Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 01:39:15 2010 -0500 change handle_notice() to handle() in distributqueuehandler commit 1a39ccd28b9994137d7bfd21bb4f230546938e77 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 16:05:25 2010 -0500 error with queuemanager commit e6b3bb93f305cfd2de71a6340b8aa6fb890049b7 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 01:11:34 2010 -0500 Blow memcache at different point rather than one big function for Notice class commit 94d557cdc016187d1d0647ae1794cd94d6fb8ac8 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 00:48:44 2010 -0500 Blow memcache at different point rather than one big function for Notice class commit 1c781dd08c88a35dafc5c01230b4872fd6b95182 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 20 08:54:18 2010 -0500 move broadcasting and distributing to new queuehandler commit da3e46d26b84e4f028f34a13fd2ee373e4c1b954 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 20 08:53:12 2010 -0500 Move distribution of notices to new distribute queue handler | |||
2010-01-25 | Disable PubSubHubBub hub pings automatically on private site (hub wouldn't ↵ | Brion Vibber | |
be able to read feeds anyway) [Might be good to think of a core way to mark a plugin as disabled when it initializes.] | |||
2010-01-24 | set correct key types for User_flag_profile | Evan Prodromou | |
2010-01-24 | add function doc comment to User_flag_profile::create() | Evan Prodromou | |
2010-01-24 | Added version info for MobileProfile plugin | Sarven Capadisli | |
2010-01-24 | Better alignment for notice options in MobileProfile | Sarven Capadisli | |
2010-01-24 | Updated notice item view where a) notice text no longer wraps around | Sarven Capadisli | |
(under author's photo) b) supplemental notice content and options will start right under notice text. | |||
2010-01-24 | Updated UI for notice aside content and notice options in MobileProfile | Sarven Capadisli | |
2010-01-24 | Inline script for maxlength is deprecated | Sarven Capadisli | |