Commit Graph

75 Commits

Author SHA1 Message Date
tjhunt 565b14d248 tags/blog: Multiple XHTML strict problems. 2009-01-14 08:49:35 +00:00
moodler 595a6f221b user tabs MDL-17472 Fixed a regression where the $secondrow variable of forum posts was being wiped out (See also MDLSITE-594) 2008-12-19 01:47:32 +00:00
skodak 3c7da16d2d MDL-17485 roles: fixed use and definition of review use of moodle/user:viewuseractivitiesreport 2008-12-01 19:19:29 +00:00
skodak 358e2a0bd2 MDL-17464 profile reports are now respecting course report caps 2008-11-30 12:04:27 +00:00
skodak 214b1cf7a8 MDL-17428 Do not include in the middle of file in global scope 2008-11-27 22:46:34 +00:00
nicolasconnault dbc0194458 MDL_13766 Refactoring of core repository code and added first unit tests 2008-11-26 07:03:10 +00:00
tjhunt 74f6cf8037 roles / profile: MDL-14937 A the user's roles report from contrib to core.
This is work in progress. I have integrated it into the profile tabs. Now I just need to make it work again.
2008-11-21 08:23:57 +00:00
jerome f48fb4d692 MDL-15402: add a repository type functionality in the administration: enable/disable course and user repository setting 2008-10-09 03:02:26 +00:00
moodler 55de6e0784 MDL-16046 Fixed up the portfolio tabs 2008-09-15 06:09:57 +00:00
mjollnir_ 8bde161135 MDL-16046 - log page for portfolio transfers 2008-09-12 15:34:20 +00:00
jerome 6c91ce49ff MDL-15402: fixes for tabs.php - now display tab repository only for the current user, + add some context security 2008-09-08 02:10:30 +00:00
jerome 95a5e161de MDL-15402: quick temp fix for tabs.ph 2008-09-05 09:12:00 +00:00
jerome 12c79bfd7e MDL-15402: modify repository_get_instances() in order to be easier to use 2008-09-05 08:51:25 +00:00
jerome e6be3a6987 MDL-13766: refactor all repository_instances() => repository_get_instances() 2008-08-28 05:30:19 +00:00
skodak 90658eefb0 MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup 2008-08-26 05:45:07 +00:00
dongsheng 4a65c39a46 MDL-15402, add admin setting page, to meet requirement, make some changes to repository base class. 2008-08-13 04:09:13 +00:00
mjollnir_ 8512f577dc MDL-15768 - added general capability for exporting any content to portfolio 2008-08-12 13:31:02 +00:00
dongsheng 55ccd37425 MDL-13766, change function call. 2008-08-07 09:01:16 +00:00
mjollnir_ a239f01e57 MDL-15860 - add global portfolio enabled switch 2008-07-29 11:27:16 +00:00
dongsheng 19add4c03a "MDL-13766, repository settings page" 2008-07-28 08:24:55 +00:00
mjollnir_ 679ad43f4d MDL-14591 added my name next to a portfolio todo 2008-07-28 07:35:20 +00:00
moodler 1118434a2f MDL-10107 Don't show messaging tab (and portfolio) when on user index page. Also fixed some notices. 2008-07-28 07:17:34 +00:00
mjollnir_ d6d24b8884 MDL-14591: fixing merge issues in portfolio 2008-07-25 08:31:59 +00:00
mjollnir_ 67a87e7db2 portfolio checkin-
see http://git.catalyst.net.nz/gw?p=moodle-r2.git;a=shortlog;h=refs/heads/portfolio for changelog

commit point is this hash on that branch: f9642af4e8bd319d4ecdfd83589db61a8fa6fef2

This comes with two plugins, box.net & download
2008-07-25 08:14:11 +00:00
moodler 3b120e464f MDL-10107 - First check-in of Messaging 2.0 code from Luis Rodrigues, GSOC student.
This new messaging system replaces all the various email_to_user() calls.
They are now replaced by events triggers, and the messages are then
processed centrally according to user preferences and sent to one or more
processors (email, popup, jabber etc...)

This code is not finished yet, a lot of work still has to be done on the
interface.  However, the basic structure is there and should be working.
Luis and I will be reviewing and polishing this heavily in the next few weeks.
2008-07-24 08:38:03 +00:00
dongsheng 4e244ba8b9 "MDL-14129, fix print_error" 2008-06-13 07:07:45 +00:00
skodak ce8c75eeb8 MDL-14679 towards /user conversion 2008-05-31 11:13:21 +00:00
dongsheng 68e58ba76a MDL-12992, keep roles tabs consistent, see tracker 2008-04-18 03:11:13 +00:00
dongsheng 5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
moodler f2dcd845ac Merged MDL-14086: hide tabs when being forced to edit profile 2008-03-28 06:33:13 +00:00
moodler 62193086a9 Merged MDL-13568 Only show full profiles if capability allows it (FERPA) 2008-02-29 07:10:38 +00:00
poltawski fc4b2decc0 MDL-13179 - avoid calling get_admin() when unecessary.
It uses a relatively complex query and its not needed except
for a minority of users so we may as well avoid it..
merged from MOODLE_19_STABLE
2008-01-26 17:00:03 +00:00
toyomoyo 165088f687 change participants of frontpage course to display all users, if current user has capability MDL-11143 2007-10-02 03:37:30 +00:00
nicolasconnault 2f6c662f41 MDL-11379 and MDL-11380 fixed 2007-09-21 07:52:52 +00:00
skodak ffc536af8e MDL-7380 converted various places to use new groups API 2007-09-08 20:53:05 +00:00
toyomoyo eca3af25cb MDL-7077, MDL-10181, adding notes for students 2007-07-05 06:53:17 +00:00
moodler 3f7353c5d8 Fixed discussions tab ... this is an old change I never checked in 2007-04-30 13:26:06 +00:00
skodak 1cb3da3613 MDL-9574 + MDL-9607 Add Change-own-password and Edit-own-profile capabilities 2007-04-26 21:41:08 +00:00
toyomoyo 1845e470a8 merged fix for MDL-8336, lacking of viewuseractivitiesreport 2007-03-26 04:12:33 +00:00
skodak b0c90e6ede (MDL-8820) moodle/user:editprofile now works in user contexts - reverted previous fix, adding new one; merged from MOODLE_18_STABLE 2007-03-14 23:37:28 +00:00
toyomoyo afb5b0ae30 merged fix for MDL-8280, getting rid or moodle/user:editprofile 2007-03-14 07:51:53 +00:00
moodler 6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
vyshane aa91a2f22c Merged from 1.7. 2007-02-14 02:57:37 +00:00
skodak ad6226fba2 MDL-8096 - user edit form splitting, refactoring, cleanup and fixing - work in progress ;-)
* new editadvanced form for creating of users and editing without restrictions
* elliminated fantom changeme user
* updated links and installation process
* see TODO comments in code
2007-01-25 00:04:02 +00:00
martinlanghoff 56f5274232 mnet: user/* now handles remote users and multi-auth 2007-01-04 03:01:30 +00:00
Martin Langhoff f3f7610c90 cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
moodler f9c471dfd9 Merged MDL-7150 fixes (don't try to show grades when there aren't any) 2006-10-31 15:08:22 +00:00
toyomoyo 0c939d6ca7 merged, blog tab clean up 2006-10-24 02:10:46 +00:00
skodak fcade7d070 yet another context fix for Roles tab - I hope this one is final; merged from MOODLE_17_STABLE 2006-10-23 11:27:31 +00:00
skodak e2a305ff13 fixed $usercontext creation needed for Role tab when viewing user data; merged from MOODLE_17_STABLE 2006-10-22 19:59:07 +00:00