- 13 Jan, 2010 4 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 12 Jan, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 11 Jan, 2010 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 07 Jan, 2010 2 commits
-
-
Evan Goldenberg authored
Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
Evan Goldenberg authored
The order of tests in a test suite is now given by a simple text file, 'test_suite' in each test suite directory. The python script generate-testsuites.py generates an index.html file for each test suite, as well as a master TestSuite.html file in the top directory. As before, TestSuite.html installs Mahara, then executes each test suite. Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
- 06 Jan, 2010 5 commits
-
-
Evan Goldenberg authored
Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
Evan Goldenberg authored
Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
Evan Goldenberg authored
Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
Evan Goldenberg authored
Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
Evan Goldenberg authored
Added an index.html file (test suite) to /settings so that these tests are included in TestSuite.html Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
- 31 Dec, 2009 1 commit
-
-
Francois Marier authored
Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 30 Dec, 2009 1 commit
-
-
Francois Marier authored
-
- 23 Dec, 2009 5 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Don't refuse to serve files from inside dataroot when dataroot has a symlink in it (Eduforge tracker, #3324) Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 22 Dec, 2009 3 commits
-
-
Ruslan Kabalin authored
Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
Richard Mansfield authored
Only pass group/institution search params when copying group/institution view (bug #494054), fix for previous fix, thanks to Ruslan Kabalin Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 21 Dec, 2009 4 commits
-
-
-
Andrew Robert Nicols authored
To use, set the $theme->disabled flag to the theme's themeconfig.php Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
Andrew Robert Nicols authored
Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
Andrew Robert Nicols authored
At the request of Richard Mansfield, I've changed the institution search to support a theme accessible to multiple institutions. Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
- 20 Dec, 2009 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 17 Dec, 2009 3 commits
-
-
Ruslan Kabalin authored
Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 16 Dec, 2009 2 commits
-
-
Richard Mansfield authored
Reload user institutions from db on institutional admin pages (bug #494484 - thanks to Ruslan Kabalin) Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 15 Dec, 2009 4 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Andrew Robert Nicols authored
If a user is a member of multiple institutions, they would have typically received the theme for the last institution (as returned in an unsorted order from lib/user.php->load_user_institutions). This patch introduces a check to determine the user's authentication instance and the institution associated with that instance. If a theme is set for that institution, this is used in priority. Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
Andrew Robert Nicols authored
To allow an institution to have multiple themes available to it, this change introduces a check on an optional theme parameter $theme->institution. Only themes where $theme->institution matches the name of the institution given, or where the value is not set are returned. This change allows for multiple themes to be made available to an institution. The following behaviours should be seen: * admin/users/institutions.php now only shows themes which are sitewide, or intended for the specified institution; * admin/site/options.php shows all themes on the system (not just sitewide themes); and * view/blocks.php lists all themes for all institutions a user belongs to, plus sitewide themes. This changes the behaviour introduced in 4e0132ac which restricted available view themes to the currently set themes of each institution. However, I feel that this change offers more possibilities as institutions will be able to have a series of themes available for views; in addition to their primary Mahara theme. Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
- 14 Dec, 2009 1 commit
-
-
Andrew Robert Nicols authored
An attempt was made to set the 'expiry' field for No Institution (mahara). Moved the setter into an existing check for $institution != 'mahara' to fix this. Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-