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
e87d5032
Commit
e87d5032
authored
Feb 16, 2008
by
Nigel McNie
Browse files
Merge branch 'master' into theme-1.0
Conflicts: htdocs/theme/default/templates/header.tpl
parents
610752fb
d07fea02
Changes
348
Hide whitespace changes
Inline
Side-by-side
README
View file @
e87d5032
Mahara Readme
-------------
Thanks for downloading Mahara! Currently, things are very much in a development
phase. To install, please follow the instructions here:
Thanks for downloading Mahara! To install, please follow the instructions here:
http://www.mahara.org/wiki/En/Sysadmin_Guide/Installing_Mahara
...
...
@@ -10,7 +9,9 @@ If you already have a Mahara you wish to upgrade, follow the instructions here:
http://www.mahara.org/wiki/En/Sysadmin_Guide/Upgrading_Mahara
Lots of chat is happening right now in #mahara on freenode. If you have
questions, suggestions or ideas, please join us!
The best ways of obtaining support are:
* #mahara on freenode (IRC) - live chat with other users and developers
* http://www.mahara.org/forum - the Mahara project forums
-- the Mahara Development Team
htdocs/about.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage core
* @author
Penny Leach <penny@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/account/activity/index.json.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage core
* @author
Penny Leach <penny@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/account/activity/index.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage core
* @author
Penny Leach <penny@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
@@ -31,6 +31,7 @@ define('SECTION_PLUGINNAME', 'account');
define
(
'SECTION_PAGE'
,
'activity'
);
require
(
dirname
(
dirname
(
dirname
(
__FILE__
)))
.
'/init.php'
);
define
(
'TITLE'
,
get_string
(
'notifications'
));
$types
=
get_records_assoc
(
'activity_type'
,
'admin'
,
0
,
'plugintype,pluginname,name'
,
'id,name,plugintype,pluginname'
);
$types
=
array_map
(
create_function
(
'$a'
,
'
...
...
htdocs/account/activity/preferences/index.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage core
* @author
Penny Leach <penny@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
@@ -31,6 +31,7 @@ define('SECTION_PLUGINNAME', 'account');
define
(
'SECTION_PAGE'
,
'activitypreferences'
);
require
(
dirname
(
dirname
(
dirname
(
dirname
(
__FILE__
))))
.
'/init.php'
);
define
(
'TITLE'
,
get_string
(
'activityprefs'
));
require_once
(
'pieforms/pieform.php'
);
$activitytypes
=
get_records_array
(
'activity_type'
,
'admin'
,
0
);
...
...
htdocs/account/index.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage core
* @author
Penny Leach <penny@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
@@ -31,6 +31,7 @@ define('SECTION_PLUGINNAME', 'account');
define
(
'SECTION_PAGE'
,
'preferences'
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
define
(
'TITLE'
,
get_string
(
'preferences'
));
require_once
(
'pieforms/pieform.php'
);
// load up user preferences
...
...
htdocs/account/institutions.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage core
* @author
Penny Leach <penny@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
@@ -28,6 +28,7 @@ define('INTERNAL', 1);
define
(
'MENUITEM'
,
'settings/institutions'
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
define
(
'TITLE'
,
get_string
(
'institutionmembership'
));
require_once
(
'pieforms/pieform.php'
);
$institutions
=
get_records_assoc
(
'institution'
,
''
,
''
,
''
,
'name,displayname,registerallowed'
);
...
...
htdocs/admin/extensions/pluginconfig.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Penny Leach <penny@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/admin/extensions/plugins.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Penny Leach <penny@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/admin/index.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Penny Leach <penny@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
@@ -29,6 +29,7 @@ define('ADMIN', 1);
define
(
'MENUITEM'
,
'adminhome'
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
define
(
'TITLE'
,
get_string
(
'administration'
,
'admin'
));
require
(
get_config
(
'libroot'
)
.
'upgrade.php'
);
$smarty
=
smarty
();
...
...
htdocs/admin/site/deletemenuitem.json.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Richard Mansfield <richard.mansfield@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/admin/site/editchangepage.json.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Richard Mansfield <richard.mansfield@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/admin/site/files.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Richard Mansfield <richard.mansfield@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/admin/site/getadminfiles.json.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Richard Mansfield <richard.mansfield@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/admin/site/getmenuitems.json.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Richard Mansfield <richard.mansfield@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/admin/site/menu.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Richard Mansfield <richard.mansfield@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/admin/site/networking.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Donal McMullan <richard.mansfield@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/admin/site/options.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Nigel McNie <nigel@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/admin/site/pages.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Richard Mansfield <richard.mansfield@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
htdocs/admin/site/updatemenu.json.php
View file @
e87d5032
<?php
/**
* Mahara: Electronic portfolio, weblog, resume builder and social networking
* Copyright (C) 2006-200
7
Catalyst IT Ltd (http://www.catalyst.net.nz)
* Copyright (C) 2006-200
8
Catalyst IT Ltd (http://www.catalyst.net.nz)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -18,9 +18,9 @@
*
* @package mahara
* @subpackage admin
* @author
Richard Mansfield <richard.mansfield@catalyst.net.nz>
* @author
Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL
* @copyright (C) 2006
,
200
7
Catalyst IT Ltd http://catalyst.net.nz
* @copyright (C) 2006
-
200
8
Catalyst IT Ltd http://catalyst.net.nz
*
*/
...
...
Prev
1
2
3
4
5
…
18
Next
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