Changeset 855366
- Timestamp:
- 02/11/2014 07:09:59 AM (12 years ago)
- Location:
- wp-mediatagger
- Files:
-
- 28 added
- 2 edited
-
tags/4.0.4 (added)
-
tags/4.0.4/images (added)
-
tags/4.0.4/images/icon_mp3.jpg (added)
-
tags/4.0.4/images/icon_pdf.jpg (added)
-
tags/4.0.4/images/icon_rtf.jpg (added)
-
tags/4.0.4/images/icon_txt.jpg (added)
-
tags/4.0.4/images/menu.png (added)
-
tags/4.0.4/images/test (added)
-
tags/4.0.4/images/test/src (added)
-
tags/4.0.4/images/test/src/test.doc (added)
-
tags/4.0.4/languages (added)
-
tags/4.0.4/languages/mediatagger-def-i18n.md5 (added)
-
tags/4.0.4/languages/mediatagger-def-i18n.php (added)
-
tags/4.0.4/languages/mediatagger-fr_FR.mo (added)
-
tags/4.0.4/languages/mediatagger-fr_FR.po (added)
-
tags/4.0.4/languages/mediatagger.pot (added)
-
tags/4.0.4/mediatagger-def.php (added)
-
tags/4.0.4/mediatagger-form.php (added)
-
tags/4.0.4/mediatagger-ini.php (added)
-
tags/4.0.4/mediatagger.css (added)
-
tags/4.0.4/mediatagger.js (added)
-
tags/4.0.4/mediatagger.php (added)
-
tags/4.0.4/readme.txt (added)
-
tags/4.0.4/screenshot-1.jpg (added)
-
tags/4.0.4/screenshot-1.png (added)
-
tags/4.0.4/screenshot-2.jpg (added)
-
tags/4.0.4/screenshot-2.png (added)
-
tags/4.0.4/thumbnail.php (added)
-
trunk/mediatagger.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-mediatagger/trunk/mediatagger.php
r855349 r855366 6 6 Author: www.photos-dauphine.com 7 7 Author URI: http://www.photos-dauphine.com/ 8 Version: 4.0. 39 Stable Tag: 4.0. 38 Version: 4.0.4 9 Stable Tag: 4.0.4 10 10 */ 11 11 … … 1404 1404 //self::print_ro('Result mode : ' . $result_mode); 1405 1405 1406 $is_search_mode_switchable = ($called_from_widget ? 0 : self::$opt['search_display_switchable']); 1407 $is_result_mode_switchable = self::$opt['result_display_switchable']; 1406 //self::print_ro('search_display_switchable mode : ' . self::$opt['search_display_switchable']); 1407 //self::print_ro('result_display_switchable mode : ' . self::$opt['result_display_switchable']); 1408 $is_search_mode_switchable = ($called_from_widget ? 0 : self::$opt['search_display_switchable']%2); 1409 $is_result_mode_switchable = self::$opt['result_display_switchable']%2; 1408 1410 $search_tags_excluded = self::$opt['search_tags_excluded']; 1409 1411 $admin_background_color = self::$opt['admin_background_color']; -
wp-mediatagger/trunk/readme.txt
r855349 r855366 4 4 Tags: widget, plugin, media, library, images, audio, video, mpeg, mp3, pdf, rtf, txt, taxonomy, photos, tags, tagging, bulk tagging, group tagging, gallery, photoblog, search, engine, classification, database, cleanup 5 5 Requires at least: 3.0 6 Tested up to: 4.0. 37 Stable tag: 4.0. 36 Tested up to: 4.0.4 7 Stable tag: 4.0.4 8 8 9 9 … … 19 19 - Log visitors search and make it visible to the administrator 20 20 - Plugin internationalization : the `mediatagger.pot` file, required to translate the package to any other language, is provided for volunteers with the plugin files (contact me to make sure the *.pot file part of the package is up-to-date). If you are interested in internationalizing this plugin, I would certainly welcome your help. Simply [let me know](http://www.photos-dauphine.com/ecrire "Any volunteer to push the WP MediaTagger internationalization ?") so that I can push your translation to the repository. If needed I can provide you the methodology, many tools are available to ease this task. 21 22 23 = 4.0.4 = 24 - Search display mode switchable / result display mode switchable bug fixed. 21 25 22 26
Note: See TracChangeset
for help on using the changeset viewer.