]> saetta.ns0.it Git - joomla/jmnogosearch/commitdiff
Bugfixes.
authorAndrea Zagli <azagli@libero.it>
Sat, 12 Dec 2009 15:49:23 +0000 (16:49 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 12 Dec 2009 15:49:23 +0000 (16:49 +0100)
13 files changed:
com_jmnogosearch/admin/admin.jmnogosearch.php
com_jmnogosearch/admin/controller.php
com_jmnogosearch/admin/helpers/jmnogosearch.php
com_jmnogosearch/admin/helpers/site.php
com_jmnogosearch/admin/models/jmnogosearch.php
com_jmnogosearch/admin/sql/install.sql
com_jmnogosearch/admin/views/jmnogosearch/tmpl/default.php
com_jmnogosearch/admin/views/jmnogosearch/view.html.php [new file with mode: 0644]
com_jmnogosearch/admin/views/jmnogosearch/view.php [deleted file]
com_jmnogosearch/jmnogosearch.xml
com_jmnogosearch/site/views/jmnogosearch/metadata.xml
com_jmnogosearch/site/views/jmnogosearch/view.html.php
mod_jmnogosearch/mod_jmnogosearch.xml

index 4c507a4d067687c383a30a8b8f2032966b551ce3..695bc0b761869b4413cc896919ce811d55837937 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 /**
 * @version             $Id: com_mnogosearch.php 1 2009-12-12 02:15:55Z andreaz $
-* @package             com_mnoGoSearch
+* @package             com_jmnoGoSearch
 * @copyright   Copyright (C) 2009 Andrea Zagli. All rights reserved.
 * @license             GNU/GPL, see LICENSE.php
-* com_mnoGoSearch is free software. This version may have been modified pursuant
+* com_jmnoGoSearch is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
@@ -16,6 +16,6 @@ defined( '_JEXEC' ) or die( 'Restricted access' );
 
 require_once( JPATH_COMPONENT.DS.'controller.php' );
 
-$controller = new mnoGoSearchController();
+$controller = new JMnoGoSearchController();
 $controller->execute( JRequest::getCmd( 'task' ) );
 $controller->redirect();
index c684b0d9a32d89640d322520d226353e81614e5f..e153231ab9e87890b948b470a0e098e0b67c09e0 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 /**
- * @version            $Id: com_mnogosearch.php 1 2009-12-12 02:15:55Z andreaz $
- * @package            com_mnoGoSearch
+ * @version            $Id: com_jmnogosearch.php 1 2009-12-12 02:15:55Z andreaz $
+ * @package            com_jmnoGoSearch
  * @copyright  Copyright (C) 2009 Andrea Zagli. All rights reserved.
  * @license            GNU/GPL, see LICENSE.php
- * com_mnoGoSearch is free software. This version may have been modified pursuant
+ * com_jmnoGoSearch is free software. This version may have been modified pursuant
  * GNU General Public License, and as distributed it includes or is derivative
  * of works licensed under the GNU General Public License or other free or open
  * source software licenses. See COPYRIGHT.php for copyright notices and
@@ -17,18 +17,18 @@ defined('_JEXEC') or die( 'Restricted access' );
 jimport('joomla.application.component.controller');
 
 /**
- * @package            mnoGoSearch
- * @subpackage mnoGoSearch
+ * @package            JMnoGoSearch
+ * @subpackage JMnoGoSearch
  */
-class mnoGoSearchController extends JController
+class JMnoGoSearchController extends JController
 {
        /**
         * Show Search Statistics
         */
        function display()
        {
-               $model  =& $this->getModel( 'Search' );
-               $view   =& $this->getView( 'Search' );
+               $model  =& $this->getModel( 'JMnoGoSearch' );
+               $view   =& $this->getView( 'JMnoGoSearch' );
                $view->setModel( $model, true );
                $view->display();
        }
@@ -38,8 +38,8 @@ class mnoGoSearchController extends JController
         */
        function reset()
        {
-               $model  =& $this->getModel( 'Search' );
+               $model  =& $this->getModel( 'JMnoGoSearch' );
                $model->reset();
-               $this->setRedirect('index.php?option=com_mnogosearch');
+               $this->setRedirect('index.php?option=com_jmnogosearch');
        }
 }
index b2b5cdfb7735e3f8b20cb8a4b9bca221dbaf5195..b00a3afb71d95c672df108d27da75e775138a456 100644 (file)
@@ -1,11 +1,10 @@
 <?php
 /**
- * @version            $Id: search.php 12389 2009-07-01 00:34:45Z ian $
- * @package  Joomla
- * @subpackage Search
- * @copyright  Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
- * @license            GNU/GPL, see LICENSE.php
- * Joomla! is free software. This version may have been modified pursuant to the
+* @version             $Id: com_mnogosearch.php 1 2009-12-12 02:15:55Z andreaz $
+* @package             com_jmnoGoSearch
+* @copyright   Copyright (C) 2009 Andrea Zagli. All rights reserved.
+* @license             GNU/GPL, see LICENSE.php
+* com_jmnoGoSearch is free software. This version may have been modified pursuant
  * GNU General Public License, and as distributed it includes or is derivative
  * of works licensed under the GNU General Public License or other free or open
  * source software licenses. See COPYRIGHT.php for copyright notices and
@@ -19,7 +18,7 @@ defined('_JEXEC') or die( 'Restricted access' );
  * @package            Joomla
  * @subpackage Search
  */
-class SearchHelper
+class JMnoGoSearchHelper
 {
        function santiseSearchWord(&$searchword, $searchphrase)
        {
index 6368a035bd7611aefbf1c40739c9cef33f9b95fc..92b3b48f174144199e746842ed8c225c807718e4 100644 (file)
@@ -1,11 +1,10 @@
 <?php
 /**
- * @version            $Id: site.php 12389 2009-07-01 00:34:45Z ian $
- * @package  Joomla
- * @subpackage Search
- * @copyright  Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
- * @license            GNU/GPL, see LICENSE.php
- * Joomla! is free software. This version may have been modified pursuant to the
+* @version             $Id: com_mnogosearch.php 1 2009-12-12 02:15:55Z andreaz $
+* @package             com_jmnoGoSearch
+* @copyright   Copyright (C) 2009 Andrea Zagli. All rights reserved.
+* @license             GNU/GPL, see LICENSE.php
+* com_jmnoGoSearch is free software. This version may have been modified pursuant
  * GNU General Public License, and as distributed it includes or is derivative
  * of works licensed under the GNU General Public License or other free or open
  * source software licenses. See COPYRIGHT.php for copyright notices and details.
@@ -35,4 +34,4 @@ class JSite extends JObject
        {
                return array();
        }
-}
\ No newline at end of file
+}
index c22bc10bdbecf12d9aea8e26a3dc635685d46aee..0896497c3fc9dae7cd5b1e30c59f17a2144f24b3 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 /**
- * @version            $Id: com_mnogosearch.php 1 2009-12-12 02:15:55Z andreaz $
- * @package            com_mnoGoSearch
+ * @version            $Id: comj_mnogosearch.php 1 2009-12-12 02:15:55Z andreaz $
+ * @package            com_jmnoGoSearch
  * @copyright  Copyright (C) 2009 Andrea Zagli. All rights reserved.
  * @license            GNU/GPL, see LICENSE.php
- * com_mnoGoSearch is free software. This version may have been modified pursuant
+ * com_jmnoGoSearch is free software. This version may have been modified pursuant
  * GNU General Public License, and as distributed it includes or is derivative
  * of works licensed under the GNU General Public License or other free or open
  * source software licenses. See COPYRIGHT.php for copyright notices and
@@ -17,10 +17,10 @@ defined('_JEXEC') or die( 'Restricted access' );
 jimport( 'joomla.application.component.model' );
 
 /**
- * @package            mnoGoSearch
- * @subpackage mnoGoSearch
+ * @package            JMnoGoSearch
+ * @subpackage JMnoGoSearch
  */
-class mnoGoSearchModelSearch extends JModel
+class JMnoGoSearchModelJMnoGoSearch extends JModel
 {
 
        var $lists = '';
@@ -37,7 +37,7 @@ class mnoGoSearchModelSearch extends JModel
        function reset()
        {
                $db =& JFactory::getDBO();
-               $db->setQuery( 'DELETE FROM #__mnogosearch_log_searches' );
+               $db->setQuery( 'DELETE FROM #__jmnogosearch_log_searches' );
                $db->query();
        }
 
@@ -46,11 +46,11 @@ class mnoGoSearchModelSearch extends JModel
                global $mainframe, $option;
                $db     =& JFactory::getDBO();
 
-               $filter_order           = $mainframe->getUserStateFromRequest( 'com_mnogosearch.filter_order',          'filter_order',         'hits', 'cmd' );
-               $filter_order_Dir       = $mainframe->getUserStateFromRequest( 'com_mnogosearch.filter_order_Dir',      'filter_order_Dir',     '',             'word' );
+               $filter_order           = $mainframe->getUserStateFromRequest( 'com_jmnogosearch.filter_order',         'filter_order',         'hits', 'cmd' );
+               $filter_order_Dir       = $mainframe->getUserStateFromRequest( 'com_jmnogosearch.filter_order_Dir',     'filter_order_Dir',     '',             'word' );
                $limit                          = $mainframe->getUserStateFromRequest( 'global.list.limit',                             'limit',                        $mainframe->getCfg('list_limit'), 'int' );
-               $limitstart                     = $mainframe->getUserStateFromRequest( 'com_mnogosearch.limitstart',                    'limitstart',           0,              'int' );
-               $search                         = $mainframe->getUserStateFromRequest( 'com_mnogosearch.search',                                'search',                       '',             'string' );
+               $limitstart                     = $mainframe->getUserStateFromRequest( 'com_jmnogosearch.limitstart',                   'limitstart',           0,              'int' );
+               $search                         = $mainframe->getUserStateFromRequest( 'com_jmnogosearch.search',                               'search',                       '',             'string' );
                $search                         = JString::strtolower( $search );
                $showResults            = JRequest::getInt('search_results');
 
@@ -75,7 +75,7 @@ class mnoGoSearchModelSearch extends JModel
 
                // get the total number of records
                $query = 'SELECT COUNT(*)'
-               . ' FROM #__mnogosearch_log_searches'
+               . ' FROM #__jmnogosearch_log_searches'
                . $where;
                $db->setQuery( $query );
                $total = $db->loadResult();
@@ -84,14 +84,14 @@ class mnoGoSearchModelSearch extends JModel
                $pageNav = new JPagination( $total, $limitstart, $limit );
 
                $query = ' SELECT * '
-               . ' FROM #__mnogosearch_log_searches '
+               . ' FROM #__jmnogosearch_log_searches '
                . $where
                . $orderby;
                $db->setQuery( $query, $pageNav->limitstart, $pageNav->limit );
 
                $rows = $db->loadObjectList();
 
-               JPluginHelper::importPlugin( 'search' );
+               JPluginHelper::importPlugin( 'jmnogosearch' );
 
                if (!class_exists( 'JSite' ))
                {
index e20d24391391792d71f305bbc41c83792e265021..cac00d98dbbe9f45ce0347c6a619e804819a47ab 100644 (file)
@@ -1,6 +1,6 @@
 DROP TABLE IF EXISTS `#__jmnogosearch_log_searches`;
 
-CREATE TABLE `#_jmnogosearch_log_searches` (
+CREATE TABLE `#__jmnogosearch_log_searches` (
        `search_term` varchar(128) NOT NULL default '',
        `hits` int(11) unsigned NOT NULL default '0'
 ) DEFAULT CHARSET=utf8
index cb86877d3cdefe1855ee890a8356e89c64b7686c..ec85c964d087dfaf3485adbba87e54e960f185e5 100644 (file)
@@ -16,9 +16,9 @@
                        </td>
                        <td nowrap="nowrap" align="right">
                        <?php if ( $this->showResults ) : ?>
-                               <a href="index.php?option=com_search&amp;search_results=0"><?php echo JText::_( 'Hide Search Results' ); ?></a>
+                               <a href="index.php?option=com_jmnogosearch&amp;search_results=0"><?php echo JText::_( 'Hide Search Results' ); ?></a>
                        <?php else : ?>
-                               <a href="index.php?option=com_search&amp;search_results=1"><?php echo JText::_( 'Show Search Results' ); ?></a>
+                               <a href="index.php?option=com_jmnogosearch&amp;search_results=1"><?php echo JText::_( 'Show Search Results' ); ?></a>
                        <?php endif; ?>
                        </td>
                </tr>
@@ -82,7 +82,7 @@
                </table>
        </div>
 
-       <input type="hidden" name="option" value="com_mnogosearch" />
+       <input type="hidden" name="option" value="com_jmnogosearch" />
        <input type="hidden" name="task" value="" />
        <input type="hidden" name="filter_order" value="<?php echo $this->lists['order']; ?>" />
        <input type="hidden" name="filter_order_Dir" value="<?php echo $this->lists['order_Dir']; ?>" />
diff --git a/com_jmnogosearch/admin/views/jmnogosearch/view.html.php b/com_jmnogosearch/admin/views/jmnogosearch/view.html.php
new file mode 100644 (file)
index 0000000..89d75a0
--- /dev/null
@@ -0,0 +1,63 @@
+<?php
+/**
+* @version             $Id: com_jmnogosearch.php 1 2009-12-12 02:15:55Z andreaz $
+* @package             com_jmnoGoSearch
+* @copyright   Copyright (C) 2009 Andrea Zagli. All rights reserved.
+* @license             GNU/GPL, see LICENSE.php
+* com_jmnoGoSearch is free software. This version may have been modified pursuant
+* to the GNU General Public License, and as distributed it includes or
+* is derivative of works licensed under the GNU General Public License or
+* other free or open source software licenses.
+* See COPYRIGHT.php for copyright notices and details.
+*/
+
+// no direct access
+defined( '_JEXEC' ) or die( 'Restricted access' );
+
+jimport('joomla.application.component.view');
+
+/**
+ * @package            JMnoGoSearch
+ * @subpackage JMnoGoSearch
+ * @since 1.0
+ */
+class JMnoGoSearchViewJMnoGoSearch extends JView
+{
+       function display($tpl=null)
+       {
+               global $mainframe;
+
+               JToolBarHelper::title( JText::_( 'Search Statistics' ), 'searchtext.png' );
+               JToolBarHelper::custom( 'reset', 'delete.png', 'delete_f2.png', 'Reset', false );
+               JToolBarHelper::preferences( 'com_jmnogosearch', '150' );
+               JToolBarHelper::help( 'screen.stats.searches' );
+
+               $document = & JFactory::getDocument();
+               $document->setTitle(JText::_('Search Statistics'));
+
+               $limit          = $mainframe->getUserStateFromRequest( 'global.list.limit',     'limit', $mainframe->getCfg('list_limit'), 'int' );
+               $limitstart     = $mainframe->getUserStateFromRequest( 'com_jmnogosearch.limitstart', 'limitstart', 0, 'int' );
+
+               $model = $this->getModel();
+               $items = $model->getItems();
+               $params = &JComponentHelper::getParams( 'com_jmnogosearch' );
+               $enabled = $params->get('enabled');
+               JHTML::_('behavior.tooltip');
+               jimport('joomla.html.pagination');
+               $pageNav = new JPagination( count($items), $limitstart, $limit );
+
+               $showResults    = JRequest::getInt('search_results');
+
+               $search                 = $mainframe->getUserStateFromRequest( 'com_jmnogosearch.search', 'search', '', 'string' );
+
+               $this->assignRef('items',       $items);
+               $this->assignRef('enabled', $enabled);
+               $this->assignRef('pageNav', $pageNav);
+               $this->assignRef('search',      $search );
+               $this->assignRef('lists',       $model->lists );
+
+               $this->assignRef('showResults', $showResults);
+
+               parent::display($tpl);
+       }
+}
diff --git a/com_jmnogosearch/admin/views/jmnogosearch/view.php b/com_jmnogosearch/admin/views/jmnogosearch/view.php
deleted file mode 100644 (file)
index 223b68b..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-<?php
-/**
-* @version             $Id: mod_mnogosearch.php 1 2009-12-12 02:15:55Z andreaz $
-* @package             com_mnoGoSearch
-* @copyright   Copyright (C) 2009 Andrea Zagli. All rights reserved.
-* @license             GNU/GPL, see LICENSE.php
-* com_mnoGoSearch is free software. This version may have been modified pursuant
-* to the GNU General Public License, and as distributed it includes or
-* is derivative of works licensed under the GNU General Public License or
-* other free or open source software licenses.
-* See COPYRIGHT.php for copyright notices and details.
-*/
-
-// no direct access
-defined( '_JEXEC' ) or die( 'Restricted access' );
-
-jimport('joomla.application.component.view');
-
-/**
- * @package            Joomla
- * @subpackage Search
- * @since 1.5
- */
-class mnoGoSearchViewSearch extends JView
-{
-       function display($tpl=null)
-       {
-               global $mainframe;
-
-               JToolBarHelper::title( JText::_( 'Search Statistics' ), 'searchtext.png' );
-               JToolBarHelper::custom( 'reset', 'delete.png', 'delete_f2.png', 'Reset', false );
-               JToolBarHelper::preferences( 'com_mnogosearch', '150' );
-               JToolBarHelper::help( 'screen.stats.searches' );
-
-               $document = & JFactory::getDocument();
-               $document->setTitle(JText::_('Search Statistics'));
-
-               $limit          = $mainframe->getUserStateFromRequest( 'global.list.limit',     'limit', $mainframe->getCfg('list_limit'), 'int' );
-               $limitstart     = $mainframe->getUserStateFromRequest( 'com_mnogosearch.limitstart', 'limitstart', 0, 'int' );
-
-               $model = $this->getModel();
-               $items = $model->getItems();
-               $params = &JComponentHelper::getParams( 'com_mnogosearch' );
-               $enabled = $params->get('enabled');
-               JHTML::_('behavior.tooltip');
-               jimport('joomla.html.pagination');
-               $pageNav = new JPagination( count($items), $limitstart, $limit );
-
-               $showResults    = JRequest::getInt('search_results');
-
-               $search                 = $mainframe->getUserStateFromRequest( 'com_mnosearch.search', 'search', '', 'string' );
-
-               $this->assignRef('items',       $items);
-               $this->assignRef('enabled', $enabled);
-               $this->assignRef('pageNav', $pageNav);
-               $this->assignRef('search',      $search );
-               $this->assignRef('lists',       $model->lists );
-
-               $this->assignRef('showResults', $showResults);
-
-               parent::display($tpl);
-       }
-}
index c6f3c93dac63c506cf90d5543df6773be8dc6bd1..affcd238474313fa7186dfd7016e20ff97a7dd17 100644 (file)
        <administration>
                <menu>JMnoGoSearch</menu>
                <files folder="admin">
-                       <filename>admin.mnogosearch.php</filename>
+                       <filename>admin.jmnogosearch.php</filename>
                        <filename>config.xml</filename>
                        <filename>controller.php</filename>
                        <filename>index.html</filename>
                        <filename>helpers/index.html</filename>
-                       <filename>helpers/mnogosearch.php</filename>
+                       <filename>helpers/jmnogosearch.php</filename>
                        <filename>helpers/site.php</filename>
                        <filename>models/index.html</filename>
-                       <filename>models/mnogosearch.php</filename>
+                       <filename>models/jmnogosearch.php</filename>
                        <filename>sql/index.html</filename>
                        <filename>sql/install.sql</filename>
                        <filename>sql/uninstall.sql</filename>
                        <filename>views/index.html</filename>
-                       <filename>views/mnogosearch/index.html</filename>
-                       <filename>views/mnogosearch/view.php</filename>
-                       <filename>views/mnogosearch/tmpl/index.html</filename>
-                       <filename>views/mnogosearch/tmpl/default.php</filename>
+                       <filename>views/jmnogosearch/index.html</filename>
+                       <filename>views/jmnogosearch/view.html.php</filename>
+                       <filename>views/jmnogosearch/tmpl/index.html</filename>
+                       <filename>views/jmnogosearch/tmpl/default.php</filename>
                </files>
        </administration>
 \r
index 1d0748d012d45ddb3bf7deb05e73b3ba2f6de2a9..a229260a35e30ccc1971c1077d0099a57bbaad78 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <metadata>\r
-       <view title="Search">\r
+       <view title="JMnoGoSearch">\r
                <message><![CDATA[TYPESEARCHDESC]]></message>\r
        </view>\r
-</metadata>
\ No newline at end of file
+</metadata>
index cb721c604e7e0c8e4d2237e67ee76f3e1f0d7857..f0f2cef4d50e74f5684b5310f4aa0d293d296e1e 100644 (file)
@@ -17,20 +17,18 @@ defined('_JEXEC') or die( 'Restricted access' );
 jimport( 'joomla.application.component.view');
 
 /**
- * HTML View class for the WebLinks component
- *
  * @static
- * @package            Joomla
- * @subpackage Weblinks
+ * @package            JMnoGoSearch
+ * @subpackage JMnoGoSearch
  * @since 1.0
  */
-class mnoGoSearchViewSearch extends JView
+class JMnoGoSearchViewJMnoGoSearch extends JView
 {
        function display($tpl = null)
        {
                global $mainframe;
 
-               require_once(JPATH_COMPONENT_ADMINISTRATOR.DS.'helpers'.DS.'mnogosearch.php' );
+               require_once(JPATH_COMPONENT_ADMINISTRATOR.DS.'helpers'.DS.'jmnogosearch.php' );
 
                // Initialize some variables
                $pathway  =& $mainframe->getPathway();
index 560fe132a825c6703b1b08e049d9ab1e6a6e0ed6..1bdcb0c726287087ef77f70e035f0b402dd09166 100644 (file)
@@ -4,7 +4,7 @@
        <name>JMnoGoSearch</name>
        <author>Andrea Zagli</author>
        <creationDate>December 2009</creationDate>
-       <copyright>Copyright (C) 2000 Andrea Zagli. All rights reserved.</copyright>
+       <copyright>Copyright (C) 2009 Andrea Zagli. All rights reserved.</copyright>
        <license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
        <authorEmail>azagli@libero.it</authorEmail>
        <authorUrl>http://saetta.homelinux.org/</authorUrl>