Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-19 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-11-19 | Ticket #2899: clean up inbox/outbox DM form a bit: | Brion Vibber | |
- "To" drop-down list now defaults to showing "Select recipient:" instead of the first person on your list, reducing liklihood of accidentally sending a message to the wrong person. - When there are no mutual subscribers to send to, instead of an empty list the list now shows 'No mutual subscribers.' In both cases, attempting to send when the default is selected displays an error message. I'm not disabling form elements in part because our themes right now don't show disabled button state correctly; we might want to tighten that up a bit more once fixed. | |||
2010-11-19 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-11-18 | Automatically make Facebook admin panel available if the FacebookBridge | Zach Copley | |
plugin is installed. | |||
2010-11-18 | scripts/deletegroup.php -- basic CLI script to delete a group by id or local ↵ | Brion Vibber | |
nickname. Like deleteuser.php, this can be used in batch runs by providing the -y override. | |||
2010-11-18 | Fix regression in PopularNoticeSection: tag parameter was broken, causing ↵ | Brion Vibber | |
sidebar on tag pages to show untagged favorites. | |||
2010-11-18 | Facebook: Add needed perms to plain login URL | Zach Copley | |
2010-11-18 | Fix name of Facebook Bridge plugin | Zach Copley | |
2010-11-17 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-11-17 | Partial fix for tickets #2194, #2393: Workaround for Meteor breaking AJAX ↵ | Brion Vibber | |
error responses returned on posting new notices. Fixes things in Firefox 4, but Safari 5 and Chrome 8 still don't return data... either on success or failure! Sigh. The Meteor realtime plugin sets document.domain to the common prefix between the main server and the Meteor server's hostnames, which overrides the same-origin controls on JavaScript DOM access so the two parts of the app can speak to each other. This unfortunately causes "fun" side effects for XMLHTTPRequest access to the main domain... if the new domain doesn't match the actual host (eg 'status.net' instead of 'brion.status.net') then we can't access the XHR's responseXML attribute, which holds a DOM tree of the parsed XML return data. As a workaround, if we can't get at the contents there, we'll parse a fresh DOM tree in the local context from the responseText property, which remains available. In the longer term, recommend retooling the realtime stuff so it's not fiddling with document.domain. It could also be an issue as it could allow local JavaScript XSS attacks to migrate to subdomains in other open windows. | |||
2010-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-11-17 | Remove dumb debugging statement | Zach Copley | |
2010-11-17 | Facebook: Gracefully handle disconnection | Zach Copley | |
2010-11-17 | Add $config['attachments']['process_links'] to allow disabling processing of ↵ | Brion Vibber | |
mentioned URL links for attachment info (oEmbed lookups) and dereferencing of redirects that we didn't have shortened ourselves. This option may be useful for intranet sites that don't have direct access to the internet, as they may be unable to successfully fetch those resources. | |||
2010-11-17 | include full updated source of JSON2 and use updated minified version | Evan Prodromou | |
2010-11-17 | use minified version of jquery.cookie.js | Evan Prodromou | |
2010-11-17 | use minified version of jquery.form.js | Evan Prodromou | |
2010-11-17 | upgrade jquery.form.js | Evan Prodromou | |
2010-11-17 | use minified version of meteorupdater.js | Evan Prodromou | |
2010-11-17 | use minified version of realtime.js | Evan Prodromou | |
2010-11-17 | Merge branch '0.9.x' into minifyjs | Evan Prodromou | |
2010-11-17 | move EndScriptMessages event into if block | Evan Prodromou | |
2010-11-17 | Use minified version of util.js | Evan Prodromou | |
2010-11-17 | upgrade to JQuery 1.4.4 | Evan Prodromou | |
2010-11-16 | Use session token protection on oEmbed proxy action for LinkPreview... and ↵ | Brion Vibber | |
commit the file *sigh* | |||
2010-11-16 | LinkPreview: clear preview thumbnails & data on form submission/reset | Brion Vibber | |
2010-11-16 | Less redrawing of bits in the link thumbnail preview | Brion Vibber | |
2010-11-16 | LinkPreview: restructure to make it easier to keep old link data | Brion Vibber | |
2010-11-16 | LinkPreview: use a local proxy for oEmbed lookups so we use a consistent ↵ | Brion Vibber | |
common code path, and don't open up to oohembed.com being evil | |||
2010-11-16 | LinkPreview: restructure a bit so we can pass config over | Brion Vibber | |
2010-11-16 | LinkPreview: piggyback on the counter update logic, cache lookups. | Brion Vibber | |
2010-11-16 | LinkPreview: link the thumbnails | Brion Vibber | |
2010-11-16 | LinkPreview plugin more or less functioning (though not pretty), using ↵ | Brion Vibber | |
oohembed remote lookup and fixed sizes. | |||
2010-11-16 | LinkPreview: flesh out stub JS code a bit. URL splitting doesn't quite match ↵ | Brion Vibber | |
core, note. | |||
2010-11-16 | Stub LinkPreview plugin | Brion Vibber | |
2010-11-16 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-11-16 | Ticket 2895: exclude silenced users from popular notice lists | Brion Vibber | |
2010-11-16 | Prep for ticket #2895: consolidate common code from PopularNoticeList and ↵ | Brion Vibber | |
FavoritedAction for fetching popular notice lists | |||
2010-11-16 | Fix syntax error | Zach Copley | |
2010-11-15 | Store the current user in the CurrentUserDesignAction | Zach Copley | |
2010-11-16 | FacebookSSO -> FacebookBridge | Zach Copley | |
2010-11-16 | Merge branch '0.9.x' into facebook-upgrade | Zach Copley | |
2010-11-16 | - Map notices to Facebook stream items | Zach Copley | |
- rename plugin FacebookBridgePlugin - delete/like/unlike notices across the bridge | |||
2010-11-15 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-11-15 | Forgot to commit the JS for ModPlus. :) | Brion Vibber | |
2010-11-15 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-11-15 | visual cleanup on ModPlus remote profile info popup menu | Brion Vibber | |
2010-11-15 | Tweak remote profile action: hide stats from sidebar, tweak wording on ↵ | Brion Vibber | |
remote notice | |||
2010-11-15 | RemoteProfileAction cleanup: | Brion Vibber | |
- meta robots to prevent spidering - a little notice if silenced | |||
2010-11-15 | visual tweaks for RemoteProfileAction | Brion Vibber | |