Changeset 855349
- Timestamp:
- 02/11/2014 06:17:48 AM (12 years ago)
- Location:
- wp-mediatagger
- Files:
-
- 29 added
- 2 edited
-
tags/4.0.3 (added)
-
tags/4.0.3/images (added)
-
tags/4.0.3/images/icon_mp3.jpg (added)
-
tags/4.0.3/images/icon_pdf.jpg (added)
-
tags/4.0.3/images/icon_rtf.jpg (added)
-
tags/4.0.3/images/icon_txt.jpg (added)
-
tags/4.0.3/images/menu.png (added)
-
tags/4.0.3/images/test (added)
-
tags/4.0.3/images/test/src (added)
-
tags/4.0.3/images/test/src/test.doc (added)
-
tags/4.0.3/languages (added)
-
tags/4.0.3/languages/_notes (added)
-
tags/4.0.3/languages/mediatagger-def-i18n.md5 (added)
-
tags/4.0.3/languages/mediatagger-def-i18n.php (added)
-
tags/4.0.3/languages/mediatagger-fr_FR.mo (added)
-
tags/4.0.3/languages/mediatagger-fr_FR.po (added)
-
tags/4.0.3/languages/mediatagger.pot (added)
-
tags/4.0.3/mediatagger-def.php (added)
-
tags/4.0.3/mediatagger-form.php (added)
-
tags/4.0.3/mediatagger-ini.php (added)
-
tags/4.0.3/mediatagger.css (added)
-
tags/4.0.3/mediatagger.js (added)
-
tags/4.0.3/mediatagger.php (added)
-
tags/4.0.3/readme.txt (added)
-
tags/4.0.3/screenshot-1.jpg (added)
-
tags/4.0.3/screenshot-1.png (added)
-
tags/4.0.3/screenshot-2.jpg (added)
-
tags/4.0.3/screenshot-2.png (added)
-
tags/4.0.3/thumbnail.php (added)
-
trunk/mediatagger.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-mediatagger/trunk/mediatagger.php
r855344 r855349 6 6 Author: www.photos-dauphine.com 7 7 Author URI: http://www.photos-dauphine.com/ 8 Version: 4.0. 29 Stable Tag: 4.0. 28 Version: 4.0.3 9 Stable Tag: 4.0.3 10 10 */ 11 11 … … 1390 1390 // Get preset modes 1391 1391 $preset_search_mode_tab = self::$opt['search_default_display_mode']; 1392 //self::print_ro($preset_search_mode_tab); 1392 1393 foreach($preset_search_mode_tab as $i => $mode) // bit : 0: cloud only; 1: cloud & form; 2: form only 1393 $preset_search_mode += 1<< $i;1394 $preset_search_mode += 1<<($mode-1); 1394 1395 //self::print_ro("Preset search mode : " . $preset_search_mode); 1395 1396 $search_mode = ($called_from_widget ? 1 : (isset($search_mode) ? $search_mode : ( $_POST['coming_from_widget'] ? $preset_search_mode : (isset($_POST['search_mode']) ? $_POST['search_mode'] : -
wp-mediatagger/trunk/readme.txt
r855344 r855349 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. 27 Stable tag: 4.0. 26 Tested up to: 4.0.3 7 Stable tag: 4.0.3 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.3 = 24 - Default search mode bug fixed. 21 25 22 26
Note: See TracChangeset
for help on using the changeset viewer.