Created
March 24, 2011 14:22
-
-
Save nickdunn/885139 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<extensions> | |
<section id="15" handle="extensions">Extensions</section> | |
<entry id="57"> | |
<repo name="mediathek" owner="nilshoerrmann" watchers="22" forks="10"> | |
<description>A Mediathek Field for Symphony 2</description> | |
<url>https://github.com/nilshoerrmann/mediathek</url> | |
<pushed-at time="14:15" weekday="5">2011-03-25</pushed-at> | |
<fork-of name="">https://github.com/</fork-of> | |
<contributors> | |
<contributor contributions="95"> | |
<username>nilshoerrmann</username> | |
<name>Nils Hörrmann</name> | |
<gravatar_id>5d35230cfa87eb2c85521377105cb114</gravatar_id> | |
</contributor> | |
<contributor contributions="2"> | |
<username>brendo</username> | |
<name>Brendan Abbott</name> | |
<gravatar_id>6be8e584a0f454ac2dc7600bdeaca7b7</gravatar_id> | |
</contributor> | |
<contributor contributions="1"> | |
<username>klaftertief</username> | |
<name>Jonas Coch</name> | |
<gravatar_id>c660048b8e6d39b009a505361c6a2251</gravatar_id> | |
</contributor> | |
<contributor contributions="1"> | |
<username>ahwayakchih</username> | |
<name>Marcin Konicki</name> | |
<gravatar_id>9e5da2dee71ce7198a486fe06510950b</gravatar_id> | |
</contributor> | |
<contributor contributions="1"> | |
<username>rainerborene</username> | |
<name>Rainer Borene</name> | |
<gravatar_id>3e1d1f436f37d912be4da944d44cf1e7</gravatar_id> | |
</contributor> | |
</contributors> | |
<tags> | |
<tag name="0.2.1" ref="562a8c1be5b7ee31a35fdc1d4def48b3a14e757d"/> | |
<tag name="1.1.1" ref="5bd0770074b9366926ee70e1a62d9086f70c901b"/> | |
<tag name="1.1.2" ref="ea949bb23fdb6c94eb00a203d4c214e1b6654661"/> | |
<tag name="2.0.3" ref="152a98dd299024431966117bd5fda03e60c90fbc"/> | |
<tag name="1.1.3" ref="a316d3a9f453bab9a89162bd036ef86d371f3a0b"/> | |
<tag name="2.0.4" ref="7e8e05f01b723c9f83671bf6ec5e37e882dbe24e"/> | |
<tag name="2.0.5" ref="ff3efd1e8fe19188a8cfc316185f2d1ff698e91f"/> | |
<tag name="1.0" ref="9052d621f482efa209b1f2eed1612cfe5af586f1"/> | |
<tag name="2.0" ref="5147a824e90f78281f613fb811a35003916105a4"/> | |
<tag name="1.1" ref="9382f4b78a85d7257c39f408731ad09c5d1564cd"/> | |
</tags> | |
<readme> | |
<h1>Mediathek</h1> | |
<p>Mediathek is the German word for media center. It is an enhancement of a select box field that links entries between sections focussing on connecting media to articles.</p> | |
<ul> | |
<li>Version: 2.0.4</li> | |
<li>Date: 15th January 2010</li> | |
<li>Author: Nils Hörrmann, [email protected]</li> | |
<li>Repository: <a href="http://github.com/nilshoerrmann/mediathek/tree/master">http://github.com/nilshoerrmann/mediathek/tree/master</a></li> | |
<li>Requirements: Symphony CMS 2.0.6 or newer, <a href="http://github.com/symphony/symphony-2/tree/master">http://github.com/symphony/symphony-2/tree/master</a></li> | |
<li>Optional Requirement: JIT Image Manipulation (for image previews), <a href="http://github.com/pointybeard/jit_image_manipulation/tree/master">http://github.com/pointybeard/jit_image_manipulation/tree/master</a></li> | |
</ul> | |
<p>This extension contains the following languages:</p> | |
<ul> | |
<li>English (default)</li> | |
<li>German</li> | |
</ul> | |
<h3>Documentation</h3> | |
<p>For further assistence please have a look at the documentation in the <code>documentation</code> folder.</p> | |
<h3>Updating from version 2.0.2 to version 2.0.3</h3> | |
<p>Due to a bug in the Symphony core the update function for extensions is broken. You have to run the following SQL statements replacing <code>sym_</code> with your current database table prefix, e. g. <code>sym_</code>:</p> | |
<pre> | |
<code>ALTER TABLE `sym_fields_mediathek_sorting` | |
DROP PRIMARY KEY, | |
CHANGE `entry_id` `entry_id` INT(11) NOT NULL, | |
ADD `id` INT(11) NOT NULL, | |
ADD `field_id` INT(11) NOT NULL; | |
ALTER TABLE `sym_fields_mediathek_sorting` | |
ADD PRIMARY KEY (`id`), | |
CHANGE `id` `id` INT(11) unsigned NOT NULL AUTO_INCREMENT; | |
</code> | |
</pre> | |
<p> | |
<strong>If you have sections with Mediathek fields making use of the ordering feature, you need to manually edit each entry restoring the item order and resaving the entry. Apologies for any inconvenience.</strong> | |
</p> | |
<h3>Change Log</h3> | |
<p>Version 2.0.4 - 15th January 2010</p> | |
<ul> | |
<li>[fixed] Symphony 2.0.7 compatibility (thanks brendo)</li> | |
<li>[fixed] issues with sort order (thanks brendo)</li> | |
</ul> | |
<p>Version 2.0.3 - 30th September 2009</p> | |
<ul> | |
<li>[fixed] sort order bug with multiple field instances (see update notes above)</li> | |
<li>[fixed] display issues in Internet Explorer 7 and lower</li> | |
</ul> | |
<p>Version 2.0.2 - 20th September 2009</p> | |
<ul> | |
<li>[fixed] logic bug in asset management</li> | |
</ul> | |
<p>Version 2.0.1 - 19th September 2009</p> | |
<ul> | |
<li>[fixed] issues with data source output</li> | |
<li>[fixed] Textile syntax</li> | |
<li>[added] improved asset management</li> | |
</ul> | |
<p>Version 2.0 - 27th September 2009</p> | |
<ul> | |
<li>complete rewrite of the extension using jQuery, which is now part of the Symphony core.</li> | |
</ul> | |
<p>Version 1.1.3 - 13th March 2009</p> | |
<ul> | |
<li>[fixed] fetch correct id after creating new entry</li> | |
<li>[fixed] invisible preview link</li> | |
</ul> | |
<p>Version 1.1.2 - 5th March 2009</p> | |
<ul> | |
<li>[fixed] changed color handling on drop</li> | |
<li>[fixed] corrected regex used to determine id of newly created items</li> | |
</ul> | |
<p>Version 1.1.1 - 20th February 2009</p> | |
<ul> | |
<li>[added] Improved script detection</li> | |
<li>[fixed] Added missing option to exclude tags while filtering</li> | |
</ul> | |
<p>Version 1.1 - 16th February 2009</p> | |
<ul> | |
<li>[fixed] Data sources will return file information instead of IDs</li> | |
<li>[fixed] Allow multiple Mediathek fields in the same section</li> | |
<li>[added] Option to toggle between single or multiple select mode</li> | |
<li>[added] Allow data source sorting for single select Mediathek fields</li> | |
<li>[added] Search functionality</li> | |
<li>[added] Tag and category filter</li> | |
<li>[added] Option to toggle entry overview information (file name or file count)</li> | |
<li>[added] German translation</li> | |
<li>[removed] File count for opened and closed Mediathek</li> | |
</ul> | |
<p>Version 1.0 - 11th January 2009</p> | |
<ul> | |
<li>Initial release</li> | |
</ul> | |
<h3>Credits</h3> | |
<p>This extension was originally based on the core select box field created by the Symphony team, Alistair Kearney, Allen Chang, Scott Hughes. Thanks to all extension developers for inspirations.</p> | |
</readme> | |
<compatibility> | |
<version version="2.0.0" compatible="no"/> | |
<version version="2.0.1" compatible="no"/> | |
<version version="2.0.2" compatible="no"/> | |
<version version="2.0.3" compatible="yes"/> | |
<version version="2.0.4" compatible="yes"/> | |
<version version="2.0.5" compatible="yes"/> | |
<version version="2.0.6" compatible="yes"/> | |
<version version="2.0.7" compatible="yes"/> | |
</compatibility> | |
</repo> | |
</entry> | |
<entry id="56"/> | |
</extensions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment