diff --git a/README.md b/README.md
index 82962bb..96b0aaf 100755
--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
Ionize Search module
=======================
-Version : 1.0
+Version : 1.1
-Ionize version : 0.9.9
+Ionize version : 1.0.2
-Released on january 2013
+Released on june 2013
### About
-Search gives search capabilities to Ionize.
+Search gives multilang search capabilities to Ionize.
-This version of Search works only with Ionize from version 0.9.9
+This version of Search works only with Ionize from version 1.0.2
### Authors
@@ -24,6 +24,14 @@ This version of Search works only with Ionize from version 0.9.9
* Copy the folder "Search" into the "/modules" folder of your Ionize installation.
* In the ionize backend, go to : Modules > Administration
* Click on "install"
+* Create a view containing the tag `
Directory access is forbidden.
+ + + \ No newline at end of file diff --git a/Search/controllers/search.php b/Search/controllers/search.php index 7cd9e6b..cca56e9 100644 --- a/Search/controllers/search.php +++ b/Search/controllers/search.php @@ -6,7 +6,7 @@ * @author Ionize Dev Team * @license http://ionizecms.com/doc-license * @link http://ionizecms.com - * @since Version 0.94 + * @since Version 1.02 */ // ------------------------------------------------------------------------ @@ -22,7 +22,7 @@ */ -class Search extends Base_Controller +class Search extends My_Module { // ------------------------------------------------------------------------ diff --git a/Search/index.html b/Search/index.html new file mode 100644 index 0000000..c942a79 --- /dev/null +++ b/Search/index.html @@ -0,0 +1,10 @@ + + +Directory access is forbidden.
+ + + \ No newline at end of file diff --git a/Search/language/en/index.html b/Search/language/en/index.html new file mode 100644 index 0000000..c942a79 --- /dev/null +++ b/Search/language/en/index.html @@ -0,0 +1,10 @@ + + +Directory access is forbidden.
+ + + \ No newline at end of file diff --git a/Search/language/en/search_lang.php b/Search/language/en/search_lang.php index a487f48..ad74632 100644 --- a/Search/language/en/search_lang.php +++ b/Search/language/en/search_lang.php @@ -15,11 +15,10 @@ $lang['module_search_input_label'] = 'Search'; $lang['module_search_button_start'] = 'Start searching'; -$lang['module_search_message_no_results'] = 'No result found'; +$lang['module_search_message_no_results'] = 'No result found with term '; $lang['module_search_fill_the_field'] = 'Your searched term :'; $lang['module_search_results_title'] = 'Results for'; $lang['module_search_form'] = 'Search for...'; $lang['module_search_result_in'] = 'Result in: '; -$lang['module_search_read_complete_article'] = 'Read the article...'; - +$lang['module_search_read_complete_article'] = 'Read the article...'; \ No newline at end of file diff --git a/Search/language/fr/index.html b/Search/language/fr/index.html new file mode 100644 index 0000000..c942a79 --- /dev/null +++ b/Search/language/fr/index.html @@ -0,0 +1,10 @@ + + +Directory access is forbidden.
+ + + \ No newline at end of file diff --git a/Search/language/fr/search_lang.php b/Search/language/fr/search_lang.php index 01775ea..4521073 100644 --- a/Search/language/fr/search_lang.php +++ b/Search/language/fr/search_lang.php @@ -15,10 +15,10 @@ $lang['module_search_input_label'] = 'Chercher'; $lang['module_search_button_start'] = 'Lancer la recherche'; -$lang['module_search_message_no_results'] = 'Aucun résultat trouvé'; +$lang['module_search_message_no_results'] = 'Aucun résultat trouvé avec le terme '; $lang['module_search_fill_the_field'] = 'Saisissez le terme recherché'; $lang['module_search_results_title'] = 'Résultats pour : '; $lang['module_search_form'] = 'Rechercher...'; $lang['module_search_result_in'] = 'Résultat dans : '; -$lang['module_search_read_complete_article'] = "Lire l'article..."; +$lang['module_search_read_complete_article'] = "Lire l'article..."; \ No newline at end of file diff --git a/Search/language/ja/index.html b/Search/language/ja/index.html index 4762c04..c942a79 100644 --- a/Search/language/ja/index.html +++ b/Search/language/ja/index.html @@ -4,7 +4,7 @@ -直接アクセス禁止
+Directory access is forbidden.