Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
XOOPS Shade
>
Ticket List/Search
>
Ticket #10526
XOOPS Shade
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
Communication
List of Forums
cubson (28)
News
Ticket #10526
Ticket List
Submit New Ticket
RSS
undefined constant on AbstractAction
Open Date:
2007-06-01 18:20
Last Update:
2007-10-17 15:26
monitor
ON
OFF
Reporter:
mumincacao
Owner:
(None)
Type:
cubson Bugs
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
/cubson/Generator/Project/AbstractActionGenerator.cs
の AbstractActionGenerator::CreateActionClass() にある
getDefaultView.AppendCode("return {Dirname}
_FRAME_VIEW_NONE;");
と
execute.AppendCode("return {Dirname}
_FRAME_VIEW_NONE;");
で {DIRNAME} じゃなく {Dirname} になってるので
/class/AbstractAction.class.php
に生成されるこーどの
AbstractAction::getDefaultView()
AbstractAction::execute()
にある
return Dirname_FRAME_VIEW_NONE;
ってとこの戻り値に使う定数に小文字が混じっちゃうみたい
です
Abstract で上書き前提だから動作には影響ないけど・・・
Ticket History (1/1 Histories)
2007-10-17 15:26
Updated by:
tom_g3x
Comment
Reply
Logged In: YES
user_id=6745
「転載済」
http://sourceforge.net/tracker/index.php?func=detail&aid=1814872&group_id=184930&atid=996868
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
の AbstractActionGenerator::CreateActionClass() にある
getDefaultView.AppendCode("return {Dirname}
_FRAME_VIEW_NONE;");
と
execute.AppendCode("return {Dirname}
_FRAME_VIEW_NONE;");
で {DIRNAME} じゃなく {Dirname} になってるので
/class/AbstractAction.class.php
に生成されるこーどの
AbstractAction::getDefaultView()
AbstractAction::execute()
にある
return Dirname_FRAME_VIEW_NONE;
ってとこの戻り値に使う定数に小文字が混じっちゃうみたい
です
Abstract で上書き前提だから動作には影響ないけど・・・