Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-28 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-01-28 | 'Sign in with Twitter' button img | Zach Copley | |
2010-01-28 | Update to aside styles in biz theme | Sarven Capadisli | |
2010-01-28 | Update to notice item in biz theme | Sarven Capadisli | |
2010-01-28 | Update to biz theme button close and minimize styles | Sarven Capadisli | |
2010-01-28 | Update to biz theme's input styles | Sarven Capadisli | |
2010-01-28 | Updated biz theme entity_actions styles | Sarven Capadisli | |
2010-01-28 | Updated biz theme to use dialogbox styles | Sarven Capadisli | |
2010-01-28 | Updated biz theme notice options | Sarven Capadisli | |
2010-01-28 | Updated biz theme to hide form_repeat legend | Sarven Capadisli | |
2010-01-28 | Updated biz theme to use the single icons file | Sarven Capadisli | |
2010-01-28 | Updated geo sharing styles for biz | Sarven Capadisli | |
2010-01-28 | Fixed layout when ad plugin is on for biz | Sarven Capadisli | |
2010-01-28 | Fixed layout for powered by statusnet in biz | Sarven Capadisli | |
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-28 | Move faceboookapp.js to the Facebook plugin | Zach Copley | |
2010-01-28 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | 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-28 | L10n updates: | Siebrand Mazeland | |
* app -> application * number parameters when using more than one in a message | |||
2010-01-28 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
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 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 | 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 | |