1
ghia
XOOPS 2.4.5RC3
  • 2010/6/19 17:03

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


-1- Module system has changed, but has still the same version number.

-2- in /languages/english/calendar.php the copyright notice is dropped.
Quote:
You may not change or alter any portion of this comment or credits
of supporting developers from this source code or any supporting source code
which is considered copyrighted (c) material of the original comment or credit authors.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/

/**
* Xoops Language
*
* @copyright The XOOPS Projecthttp://sourceforge.net/projects/xoops/
* @licensehttp://www.fsf.org/copyleft/gpl.html GNU public license
* @package kernel
* @subpackage Xoops Calendar Language
* @since 2.0.0
* @author Kazumi Ono <onokazu@xoops.org>
* @version $Id: calendar.php 3152 2009-04-18 13:30:57Z catzwolf $
*/
defined('XOOPS_ROOT_PATH') or die('Restricted access');

Further are all text definitions again enclosed in double quotes, while previously, they were once all changed to single quotes.
This is changing for changing.

-3- Module profile constructs differ
class ProfileProfileHandler extends XoopsPersistableObjectHandler
{
    
/**
    * holds reference to {@link profileFieldHandler} object
    */
    
var $_fHandler;

    
/**
    * Array of {@link XoopsProfileField} objects
    * @var array
    */
    
var $_fields = array();

    function 
ProfileProfileHandler(&$db)
    {
        
$this->__construct($db);
    }

    function 
__construct(&$db)
    {
        
parent::__construct($db"profile_profile"'profileprofile'"profile_id");
        
$this->_fHandler xoops_getmodulehandler('field''profile');
    }

class ProfileRegstepHandler extends XoopsPersistableObjectHandler
{
    function 
ProfileRegstepHandler(&$db)
    {
        
$this->__construct($db);
    }

    function 
__construct($db)
    {
        
parent::__construct($db'profile_regstep''profileregstep''step_id''step_name');
    }
Why is &$db not used in the construct?




2
jimmyx
Re: XOOPS 2.4.5RC3
  • 2010/6/26 15:02

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


i don''t know if this is a bug or not bug but when developing a theme

i noticed i must have style.css in theme/mythemename

i want to put the css in a special folder and rename it as default.css

otherwise the PM module have no style

Login

Who's Online

175 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 175


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits