summaryrefslogtreecommitdiff
path: root/templates/mime
AgeCommit message (Collapse)AuthorFilesLines
2025-08-27Extra Template changes to cover uninitialized variables and style changes ↵lsces3-5/+5
for PHP8.4
2023-11-25w3c cleanup: The type attribute is unnecessary for JavaScript resources.spiderr3-5/+5
2022-07-31migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-spiderr2-4/+4
2016-06-21img-responsive classspider@app11-1/+1
2015-02-18move-javascript-libsspiderr1-1/+1
2015-01-07use class='img-responsive' on mime attached imagessanto spider3-4/+4
2014-11-19add-forminput-label-param-for-bs3spiderr2-4/+4
2014-05-30bootstrap3-css-changes-form-groupspiderr15-56/+56
2013-10-21add nofollow to thumbsize linksspiderr1-2/+2
2013-07-15Missing quoteslsces1-1/+1
2013-04-24fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to ↵spiderr2-8/+6
all table.data tags
2013-04-02convert lots of biticon to booticonspiderr2-4/+4
2013-04-01bootstrap-conversionspiderr15-55/+55
2013-01-04clean out &nbsp;spiderr1-7/+4
2010-06-09Strip down CVS keywords.cvs2git2-2/+2
2010-03-16skip display if $attachment is empty, which may be the case for old, broken ↵Christian Fowler1-2/+2
content
2010-02-23strip_tags from filename (description), so that <p> etc. don't end up inside <a>laetzer1-1/+1
2009-10-16default to <span style='display:inline-block'> for att-pluging wrapper. This ↵Christian Fowler1-2/+2
insures maximum compatibility in all browsers, and allow att's to line up horizontally. (read up on span and inline-block for details why it must be this combo
2009-10-15sorround description in div tag so it doesnt break inline elements like the ↵Tyler Bello1-1/+1
<p> :P
2009-10-15sorround description in p tag so it doesnt break inline elements like the <br/>Tyler Bello1-1/+2
2009-10-15Add width and height attributes to image in mime attachment tpl so that they ↵Tyler Bello1-2/+2
actually respect the size that was passed in
2009-06-30include required javascript for Multifile uploadsChristian Fowler1-0/+1
2009-01-23only print <br /> when a description is setMax Kremmel1-1/+3
2009-01-15add option to use swftools to convert pdfs to swf and display the PDF inlineMax Kremmel2-0/+57
2009-01-10move fancy zoom stuff to liberty mime, clean up code, set size in $_REQUEST, ↵Max Kremmel1-1/+11
fix XHTML compliance, fix default size display size to work with fisheye admin setting
2009-01-03allow user to specify displayed size when using {attachment} with the new ↵Max Kremmel1-1/+6
panosize parameter
2009-01-02rename 'flv' to 'video', clean up code and fix the use of MP4Box when fixing ↵Max Kremmel8-64/+64
the MOOV atom of uploaded videos. now videos that are not encoded will also have the MOOV atom moved to the front of the MP4 file.
2009-01-02calculate the maximum possible vertical movement based on the aspect ratio ↵Max Kremmel1-2/+5
of the pornorama image and apply that to the minPA and maxPA values.
2009-01-01update fspp to new version (renamed to pan0), split swf player into new tpl ↵Max Kremmel3-66/+13
and clean up code.
2009-01-01if a description is given, we parse it and we use the unparsed stuff for the ↵Max Kremmel4-10/+10
alt / title attributes
2008-12-30add option to use MP4Box to fix MOOV atom in MP4 files. various other ↵Max Kremmel1-14/+39
cleanups and minor fixes.
2008-12-28use size-appropriate thumbnailMax Kremmel1-1/+1
2008-12-26fix link to attachment tplMax Kremmel1-1/+1
2008-12-26split storage and attachment templates into separate templates for easier ↵Max Kremmel12-83/+104
maintenance and better control.
2008-12-25better pretty URLs, cleaner code, make use of gThumbSizes instead of rolling ↵Max Kremmel2-20/+18
own set of sizes
2008-12-23make better use of liberty/templates/mime_meta_inc.tpl by other templates. ↵Max Kremmel3-43/+3
we'll have to make some / all of the displayed information optional at some point.
2008-12-19display whodunnitMax Kremmel1-0/+7
2008-12-01taylor help for ajax which doesnt require user pressing savewjames51-1/+1
2008-11-09clean up liberty plugin admin, move files to better dirs to keep things ↵Max Kremmel3-0/+328
tidy, clean up {code} plugin and add UI for default code source.
2008-10-21fix paths to templatesMax Kremmel4-6/+6
2008-09-29inline css in liberty, kernel, themes replaced with classes from inline.css ↵laetzer5-8/+8
(loaded by themes pkg)
2008-09-15move mime templates to their own dir to clean up liberty/templates a bitMax Kremmel18-0/+565