summaryrefslogtreecommitdiff
path: root/plugins/LinkPreview
AgeCommit message (Collapse)Author
2010-12-06minify LinkPreview JS codeBrion Vibber
2010-12-06Ticket #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-06Use short API-style error responses for LinkPreview's oembed proxyBrion Vibber
2010-11-30Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-11-29Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-11-17Add $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-16Use session token protection on oEmbed proxy action for LinkPreview... and ↵Brion Vibber
commit the file *sigh*
2010-11-16LinkPreview: clear preview thumbnails & data on form submission/resetBrion Vibber
2010-11-16Less redrawing of bits in the link thumbnail previewBrion Vibber
2010-11-16LinkPreview: restructure to make it easier to keep old link dataBrion Vibber
2010-11-16LinkPreview: 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-16LinkPreview: restructure a bit so we can pass config overBrion Vibber
2010-11-16LinkPreview: piggyback on the counter update logic, cache lookups.Brion Vibber
2010-11-16LinkPreview: link the thumbnailsBrion Vibber
2010-11-16LinkPreview plugin more or less functioning (though not pretty), using ↵Brion Vibber
oohembed remote lookup and fixed sizes.
2010-11-16LinkPreview: flesh out stub JS code a bit. URL splitting doesn't quite match ↵Brion Vibber
core, note.
2010-11-16Stub LinkPreview pluginBrion Vibber