Brion Vibber aa96c3c1d9 Fix for tickets #2917, #2262: user URL shortening options not being applied 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 13:41:56 -08:00
..
2008-09-22 15:58:24 -04:00
2010-03-04 23:30:04 -05:00
2010-03-09 10:55:48 -05:00
2008-09-22 15:58:24 -04:00
2010-07-20 17:34:58 -07:00
2009-09-23 09:20:04 -04:00
2009-11-08 23:28:51 +01:00