Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-06 | Ticket #2921: cleanup on LinkPreview to make fewer requests while typing. ↵ | Brion Vibber | |
Will now wait for each link's preview request to complete (successfully or unsuccessfully) before re-running it) | |||
2010-12-06 | Use short API-style error responses for LinkPreview's oembed proxy | Brion Vibber | |
2010-12-05 | updated NoticeTitle plugin to use new activity events | Evan Prodromou | |
2010-12-02 | Fix for tickets #2917, #2262: user URL shortening options not being applied ↵ | Brion Vibber | |
in non-web channels common_shorten_links() can only access the web session's logged-in user, so never properly took user options into effect for posting via XMPP, API, mail, etc. Adds an optional $user parameter on common_shorten_links(), and a $user->shortenLinks() as a clearer interface for that. Tweaked some lower-level functions so $user gets passed down -- making the $notice_id param previously there for saving URLs at notice save time generalized a little. Note also ticket #2919: there's a lot of duplicate code calling the shortening, checking the length, and reporting near-identical error messages. These should be consolidated to aid in code and translation maintenance. | |||
2010-12-02 | * fix typo in parameter notation | Siebrand Mazeland | |
* add FIXME for unused message * remove superfluous whitespace | |||
2010-12-01 | Fix for ticket #2911: Hitting enter on the "associate with current account" ↵ | Brion Vibber | |
in OpenID flow failed due to forms being mixed together Separating the two forms (one to create a local account, the other to attach the OpenID to an existing account) gets them working -- enter activates the appropriate default button. | |||
2010-12-01 | Fix dumb mistake -- changed function names partway through writing Nickname ↵ | Brion Vibber | |
and forgot to update a couple places. :) | |||
2010-12-01 | add OpenID data to the Webfinger XRD file so you can login with it elsewhere | Evan Prodromou | |
2010-12-01 | Ticket #2913: Realtime background update marker no longer triggers false ↵ | Brion Vibber | |
positives when clearing the marker on switching away from the tab in Firefox 4 We were clearing the counter on the window title in the blur event, which gets fired *after* we switch away, thus triggering Firefox to mark the tab as updated again. Clearing the counter on *focus* instead avoids this, and keeps the counter out of the way as well. | |||
2010-11-30 | Fix ticket #2914: Realtime no longer tells you it's got a message queued up ↵ | Brion Vibber | |
when it's really the one you just sent out and is already visible. | |||
2010-11-30 | Went through realtimeupdate.js and added documentation comments -- does not ↵ | Brion Vibber | |
alter the minified version. :) Identified several bugs and fixmes, and added more thorough labeling of the issues with replicating the entire HTML structure of notices (no i18n, missing new features, maintenance problems, possible other issues) | |||
2010-11-30 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: lib/router.php | |||
2010-11-30 | Flush router cache when saving Twitter admin settings: adding/removing keys ↵ | Brion Vibber | |
can enable/disable some actions. This avoids having users' Twitter settings unreachable after adding your keys to an installation with TwitterBridge on but not pre-configured. | |||
2010-11-30 | BitlyPlugin: fix for shortening URLs containing ampersand (&) | Brion Vibber | |
2010-11-30 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-11-30 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-11-29 | Merge branch 'namecase' into 0.9.x | Brion Vibber | |
2010-11-29 | FacebookBridge: | Zach Copley | |
- Don't try to access Foreign_link if it doesn't exist - Remove noisy debugging statement | |||
2010-11-29 | Replace a couple plugin usages of NICKNAME_FMT with Nickname::normalize() | Brion Vibber | |
2010-11-29 | Work in progress on nickname validation changes. lib/nickname.php appears to ↵ | Brion Vibber | |
have been destroyed by NetBeans and will be rewritten shortly. Sigh. | |||
2010-11-29 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-11-26 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-11-26 | Make OStatusPlugin define push feed rel | Evan Prodromou | |
2010-11-26 | Make userxrd part of the default hostmeta | Evan Prodromou | |
2010-11-26 | Move user xrd action to core and use hooks to extend | Evan Prodromou | |
Moved the Webfinger user XRD action from the OStatus plugin to core. Added hooks to add OStatus-specific stuff, but kept general stuff in the core. | |||
2010-11-26 | move xrd and hostmeta out of the OStatus plugin and into core | Craig Andrews | |
add event for setting up hostmeta, and use them in the OStatus plugin | |||
2010-11-24 | Add LogFilter plugin: quickie way to filter out/in log output based on ↵ | Brion Vibber | |
priority or keyword matches. Should be helpful for folks who can't easily adjust their syslog filtering. | |||
2010-11-23 | logging tweak for Twitter status ID issue | Brion Vibber | |
2010-11-23 | Fixes for Twitter bridge breakage on 32-bit servers. New "Snowflake" 64-bit ↵ | Brion Vibber | |
IDs have become too big to fit in the integer portion of double-precision floats, so to reliably use these IDs we need to pull the new string form now. Machines with 64-bit PHP installation should have had no problems (except on Windows, where integers are still 32 bits) | |||
2010-11-22 | FacebookBridge - fail gracefully if the user has already deleted a | Zach Copley | |
linked notice on Facebook. | |||
2010-11-22 | Update doc comment for Awesomeness plugin | Brion Vibber | |
2010-11-22 | Tweak regex in Awesomeness plugin | Brion Vibber | |
2010-11-20 | Added Awesomeness extension | Jeroen De Dauw | |
2010-11-19 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-11-19 | Ticket #2724: gracefully handle attempts to delete or fave/unfave a remote ↵ | Brion Vibber | |
Twitter notice if a failure occurs. Most annoying error case being where the notice was already faved or deleted on Twitter! :) Such errors will now just fail out and log a note to the syslog -- the rest of what we were doing will continue on unhindered, so you can still delete, favorite, etc and it just won't sync the info over in that case. | |||
2010-11-18 | Automatically make Facebook admin panel available if the FacebookBridge | Zach Copley | |
plugin is installed. | |||
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 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 | use minified version of meteorupdater.js | Evan Prodromou | |
2010-11-17 | use minified version of realtime.js | 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 | |