Anonymous | Login | Signup for a new account | 2018-04-19 05:35 EDT | ![]() |
My View | View Issues | Change Log | Roadmap | Repositories | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0005000 | ATutor | Modules | public | 2012-06-22 10:30 | 2013-12-28 12:55 | ||||
Reporter | greg | ||||||||
Assigned To | greg | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | 2.1.1 | |||||||
Summary | 0005000: hello world sidemenu block | ||||||||
Description | the side menu block in the hello world module only appears on the course home page. It does not appear elsewhere. | ||||||||
Tags | No tags attached. | ||||||||
Affects version | SVN | ||||||||
SVN Revision# | 0b21b50..37a2aa8 master -> master | ||||||||
Attached Files | |||||||||
![]() |
|
(0005617) greg (administrator) 2012-06-29 09:03 |
i found the error that causes http://atutor.ca/atutor/mantis/view.php?id=5000 [^] . the only problem is in the path definition, the hello world module (and mine too) use $this->_stacks['chat_new'] = array('title_var'=>'chat_new', 'file'=>'mods/chat_new/side_menu.inc.php'); that is wrong. this should be replaced by $this->_stacks['chat_new'] = array('title_var'=>'chat_new', 'file'=>AT_INCLUDE_PATH.'../mods/chat_new/side_menu.inc.php'); so the path m |
(0006207) greg (administrator) 2013-03-07 11:45 |
Updated hello world to fix path problems, and released a new bundle |
(0006671) greg (administrator) 2013-12-28 12:55 |
closed for ATutor 2.2 |
![]() |
|||
Date Modified | Username | Field | Change |
2012-06-22 10:30 | greg | New Issue | |
2012-06-29 09:03 | greg | Note Added: 0005617 | |
2012-07-10 13:28 | greg | Assigned To | => greg |
2012-07-10 13:28 | greg | Status | new => assigned |
2013-03-07 11:45 | greg | SVN Revision# | => 0b21b50..37a2aa8 master -> master |
2013-03-07 11:45 | greg | Note Added: 0006207 | |
2013-03-07 11:45 | greg | Status | assigned => resolved |
2013-03-07 11:45 | greg | Fixed in Version | => 2.1.1 |
2013-03-07 11:45 | greg | Resolution | open => fixed |
2013-12-28 12:55 | greg | Note Added: 0006671 | |
2013-12-28 12:55 | greg | Status | resolved => closed |
Copyright © 2000 - 2018 MantisBT Team |