PEAK XOOPS - News in englishin japanese

Archive | RSS |
  
Poster : GIJOE on 2006-10-21 06:43:06 (7576 reads)

in englishin japanese
d3forum 0.2 has just been released.
Don't forget updating the module after overwritten.
You'd better do "sync redundant informations" in advanced admin.

CHANGES:
0.1 -> 0.2
- rebuilt templates fully (special thanks to jidaikobo!)
- modified compatibility with Cube 2.1beta
- fixed DTD violation about <ul> (thx genet)
- modified unique_path from tree_address (this would be real unique_path in the topic)
- added some fields into the tables (for comment integration etc.)

0 comments

Poster : GIJOE on 2006-10-20 18:23:48 (6986 reads)

in englishin japanese
The first D3 module -wraps- is updated for compatibility with Cube 2.1beta.
If you upgrade wraps from 1.0x to 1.1 or higher, you have to overwrite all of wraps instances - XOOPS_ROOT_PATH/modules/(dirname).

0 comments

Poster : GIJOE on 2006-10-19 18:22:34 (6204 reads)

in englishin japanese
(Just a summary)
piCal's special blocks can be displayed in Cube 2.1 through minahito's help.

0 comments

Poster : GIJOE on 2006-10-18 03:53:49 (10852 reads)

in englishin japanese
In 2.1beta, XoopsErrorHandler rivives (sigh...)

If you join to debug Cube 2.1beta, disable XoopsErrorHandler at first.
Use log_errors instead.

line 66 of class/errorhandler.php


    function XoopsErrorHandler()
    {
        // set_error_handler('XoopsErrorHandler_HandleError');
        // register_shutdown_function('XoopsErrorHandler_Shutdown');
    }


Let's start to debug Cube 2.1beta!

0 comments

Poster : GIJOE on 2006-10-17 17:47:32 (6781 reads)

in englishin japanese
XoopsCube 2.1 beta has just released today (17 Oct 2006).

Cube 2.1beta judges admin mode or not by ...


		if(count($urlInfo)>=3) {
			if(strtolower($urlInfo[0])=="modules" && strtolower($urlInfo[2])=="admin"){
				$adminStateFlag=true;
			}
			elseif($urlInfo[0] == "modules" && $urlInfo[1] == "system" && substr($urlInfo[2], 0, 9) == "admin.php") {
				$adminStateFlag=true;
			}
		}
		elseif(substr($urlInfo[0], 0, 9) == "admin.php") {
			$adminStateFlag=true;
		}

This judgement is fatal head wind against D3's front controller model.

I have to abondon admin's front controller.
This change also affects XOOPS_ROOT side of wraps and d3forum.


« 1 ... 13 14 15 (16) 17 18 19 ... 37 »
Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!