Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
6a3ecf3a
Commit
6a3ecf3a
authored
Aug 17, 2010
by
Stacey Walker
Browse files
Move My Plans to My Portfolio section (bug: 619130)
Signed-off-by:
Stacey Walker
<
stacey@catalyst.net.nz
>
parent
f25bca75
Changes
8
Show whitespace changes
Inline
Side-by-side
htdocs/artefact/plans/delete/index.php
View file @
6a3ecf3a
...
...
@@ -26,7 +26,7 @@
*/
define
(
'INTERNAL'
,
true
);
define
(
'MENUITEM'
,
'
profile
/plans'
);
define
(
'MENUITEM'
,
'
myportfolio
/plans'
);
require_once
(
dirname
(
dirname
(
dirname
(
dirname
(
__FILE__
))))
.
'/init.php'
);
require_once
(
'pieforms/pieform.php'
);
...
...
htdocs/artefact/plans/delete/task.php
View file @
6a3ecf3a
...
...
@@ -26,7 +26,7 @@
*/
define
(
'INTERNAL'
,
true
);
define
(
'MENUITEM'
,
'
profile
/plans'
);
define
(
'MENUITEM'
,
'
myportfolio
/plans'
);
require_once
(
dirname
(
dirname
(
dirname
(
dirname
(
__FILE__
))))
.
'/init.php'
);
require_once
(
'pieforms/pieform.php'
);
...
...
htdocs/artefact/plans/edit/index.php
View file @
6a3ecf3a
...
...
@@ -26,7 +26,7 @@
*/
define
(
'INTERNAL'
,
true
);
define
(
'MENUITEM'
,
'
profile
/myplans'
);
define
(
'MENUITEM'
,
'
myportfolio
/myplans'
);
require_once
(
dirname
(
dirname
(
dirname
(
dirname
(
__FILE__
))))
.
'/init.php'
);
require_once
(
'pieforms/pieform.php'
);
...
...
htdocs/artefact/plans/edit/task.php
View file @
6a3ecf3a
...
...
@@ -26,7 +26,7 @@
*/
define
(
'INTERNAL'
,
true
);
define
(
'MENUITEM'
,
'
profile
/myplans'
);
define
(
'MENUITEM'
,
'
myportfolio
/myplans'
);
require_once
(
dirname
(
dirname
(
dirname
(
dirname
(
__FILE__
))))
.
'/init.php'
);
require_once
(
'pieforms/pieform.php'
);
...
...
htdocs/artefact/plans/index.php
View file @
6a3ecf3a
...
...
@@ -27,7 +27,7 @@
define
(
'INTERNAL'
,
1
);
define
(
'MENUITEM'
,
'
profile
/plans'
);
define
(
'MENUITEM'
,
'
myportfolio
/plans'
);
define
(
'SECTION_PLUGINTYPE'
,
'artefact'
);
define
(
'SECTION_PLUGINNAME'
,
'plans'
);
define
(
'SECTION_PAGE'
,
'index'
);
...
...
htdocs/artefact/plans/lib.php
View file @
6a3ecf3a
...
...
@@ -46,7 +46,7 @@ class PluginArtefactPlans extends PluginArtefact {
public
static
function
menu_items
()
{
return
array
(
array
(
'path'
=>
'
profile
/plans'
,
'path'
=>
'
myportfolio
/plans'
,
'url'
=>
'artefact/plans/'
,
'title'
=>
get_string
(
'myplans'
,
'artefact.plans'
),
'weight'
=>
40
,
...
...
htdocs/artefact/plans/new.php
View file @
6a3ecf3a
...
...
@@ -26,7 +26,7 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'MENUITEM'
,
'
profile
/plans'
);
define
(
'MENUITEM'
,
'
myportfolio
/plans'
);
define
(
'SECTION_PLUGINTYPE'
,
'artefact'
);
define
(
'SECTION_PLUGINNAME'
,
'plans'
);
...
...
htdocs/artefact/plans/plan.php
View file @
6a3ecf3a
...
...
@@ -27,7 +27,7 @@
define
(
'INTERNAL'
,
1
);
define
(
'MENUITEM'
,
'
profile
/plans'
);
define
(
'MENUITEM'
,
'
myportfolio
/plans'
);
define
(
'SECTION_PLUGINTYPE'
,
'artefact'
);
define
(
'SECTION_PLUGINNAME'
,
'plans'
);
define
(
'SECTION_PAGE'
,
'plans'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment