]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Update LinkPreview plugin for multiple notice forms.
authorBrion Vibber <brion@pobox.com>
Thu, 10 Mar 2011 01:43:31 +0000 (17:43 -0800)
committerBrion Vibber <brion@pobox.com>
Thu, 10 Mar 2011 01:43:31 +0000 (17:43 -0800)
commitec828a094cf187a6650fa5325d1591351f031323
tree1202e2cecbf78a8a18be0058756d25b1265e1507
parentcecc2576a57f75421df2cdc2416d5f3940967f64
Update LinkPreview plugin for multiple notice forms.

* main notice form setup now encapsulated into SN.Init.NoticeForm(form) -- this can be monkeypatched by plugins to append their own setup code, as LinkPreview does
* LinkPreview now supports debugging with non-minified JS source when $config['site']['minify'] is false
* tweaked core & neo styles so 'notice-status' class gets same styles as attach-status, so we can more easily add mroe statusy things. (needs more consolidation with geo-status, etc)
* tweaked LinkPreview's preview area to use that style
js/util.js
js/util.min.js
plugins/LinkPreview/LinkPreviewPlugin.php
plugins/LinkPreview/linkpreview.js
plugins/LinkPreview/linkpreview.min.js
theme/base/css/display.css
theme/neo/css/display.css
theme/rebase/css/display.css