Changeset 7407 for extensions/ASearchEngine
- Timestamp:
- Oct 26, 2010, 6:58:36 PM (14 years ago)
- Location:
- extensions/ASearchEngine
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ASearchEngine/admin/ase_config.tpl
r7374 r7407 49 49 $('#itabcfggallery a').click(); 50 50 ok=false; 51 alert( '{/literal}{"ase_error_no_module_checked"|@translate}{literal}');51 alert("{/literal}{"ase_error_no_module_checked"|@translate}{literal}"); 52 52 } 53 53 -
extensions/ASearchEngine/admin/plugin_admin.php
r7196 r7407 19 19 20 20 load_language('plugin.lang', ASE_PATH); 21 load_language('rbuilder.lang', GPC_PATH); 21 22 22 23 $main_plugin_object = get_plugin_data($plugin_id); -
extensions/ASearchEngine/ase_pip.class.inc.php
r7404 r7407 50 50 public function load_lang() 51 51 { 52 global $template;53 54 52 load_language('plugin.lang', ASE_PATH); 55 53 load_language('rbuilder.lang', GPC_PATH); -
extensions/ASearchEngine/ase_version.inc.php
r7405 r7407 15 15 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 16 16 17 define('ASE_VERSION', '1.0. 0');18 define('ASE_VERSION2', '01.00.0 0');17 define('ASE_VERSION', '1.0.1'); 18 define('ASE_VERSION2', '01.00.01'); 19 19 define('ASE_GPC_NEEDED', '3.3.2'); 20 20 ?> -
extensions/ASearchEngine/main.inc.php
r7405 r7407 27 27 | 1.0.0 | 2010-10-26 | * plugin published 28 28 | | | 29 | 1.0.1 | 2010-10-26 | * mantis bug:1958 30 | | | . Not possible to configure public gallery for non 31 | | | french user 29 32 | | | 30 | | | 31 | | | 32 | | | 33 | | | 34 | | | 33 | | | * mantis bug:1959 34 | | | . Translation is not correct for RBuilder keys 35 35 | | | 36 36 | | |
Note: See TracChangeset
for help on using the changeset viewer.