1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-02 15:02:37 +01:00

34053 Commits

Author SHA1 Message Date
gbateson
993dcb0524 MDL-16300: use cache to minimize the use of "get_users_by_capability()" 2008-10-30 07:40:00 +00:00
dongsheng
e53a97d19e "MDL-13766, fixed options saving bug" 2008-10-30 07:12:54 +00:00
tjhunt
96f1a7a265 roles admin: Improve the usability of the assign roles interface - this is the first half of the work. Part of MDL-16993.
To do this, I found a way to clean up the method signatures of a couple of accesslib methods, so I did, hence the fact that this seems to touch some unrelated files.

Also, there is a nice new method in accesslib get_context_url, which gives you the natural URL for a context, so the course view page, or the user profile, etc.
2008-10-30 06:26:18 +00:00
gbateson
2a5e1ba72f use "md5key" as secondary key on hotpot_strings table; allow for non-unique secondary keys on hotpot tables (can happen on hotpot_strings) 2008-10-30 06:25:45 +00:00
tjhunt
c644cdb658 user selection: MDL-16966 Improve some of the wording - forgot to commit the lang strings when I did the other bits. 2008-10-30 06:21:38 +00:00
jerome
c4f2cf4a20 MDL-15352: check that the peer has been setup 2008-10-30 04:24:46 +00:00
tjhunt
8bb8a8b43c print_table: allow headings to span multiple columns. 2008-10-30 04:20:03 +00:00
tjhunt
73064df8f7 user selection: Make inserting the search term into lang strings in JavaScript more robust. 2008-10-30 03:56:48 +00:00
tjhunt
7b553c8b58 course editing: MDL-17066 Assign roles icon next to activities when editing is on does not have a tool-tip 2008-10-30 03:00:20 +00:00
jerome
d8a560c64e MDL-15352: add warning message when no peer are set 2008-10-30 02:54:11 +00:00
jerome
e3ca0f3a04 MDL-15352: move local/remote common code into the repository library. 2008-10-30 02:30:26 +00:00
dongsheng
4658b1837e "MDL-13766, the keylistener should be created dependently of the input element" 2008-10-30 02:11:43 +00:00
moodlerobot
542ceba64f Updated the HEAD build version to 20081030 2008-10-30 01:48:42 +00:00
peterbulmer
28c3e7d86f MDL-17038 bugfixes
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-10-30 01:18:32 +00:00
peterbulmer
9dbc81ef23 MDL-17038 - truncate overlength varchar fields before attempting to insert
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-10-30 01:17:55 +00:00
peterbulmer
6da155db35 MDL-17038 formatting correction
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-10-30 01:17:11 +00:00
peterbulmer
995087b904 MDL-17038 Change to use sensible variable names
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-10-30 01:16:47 +00:00
peterbulmer
6ff7d16b25 MDL-17038 - refine query to limit size of returned data.
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-10-30 01:16:06 +00:00
skodak
1500142bfb MDL-14990 dml: towards proper logging/perf infrastructure 2008-10-29 23:55:16 +00:00
piers
83eceb6ca8 MDL-17052 - remove use of $_POST. 2008-10-29 16:10:38 +00:00
jamiesensei
2685ec17ea MDL-14209 "quiz stats report:Seperation of functionality and unit tests for calculations" Unit tests for the grade stats calculations. 2008-10-29 10:09:55 +00:00
jamiesensei
45cf6fd910 MDL-14209 "quiz stats report:Seperation of functionality and unit tests for calculations" Seperating out call for processing actual student responses from calculation of other grade stats as I want to unit test the grade stats calculations. 2008-10-29 10:00:44 +00:00
skodak
2f17b76d4b MDL-17057 dml: fixed regression changed by removed dbpersist parameter - sorrrry 2008-10-29 09:24:45 +00:00
tjhunt
aa9671c990 user selection: MDL-16966 Improve some of the wording. 2008-10-29 09:10:41 +00:00
tjhunt
6d5a0e939f random course generator: Helpful comment at the top of the file. 2008-10-29 08:39:33 +00:00
jerome
b953d4a459 MDL-15351: the plugin didn't retrieve any file. The problem was cause by the curl download function that can not have session => now we deal with fileinfo parameters, not the file url. 2008-10-29 08:20:12 +00:00
tjhunt
9787301687 user selection: MDL-16994 Improve the user selector used on the assign roles and group memebers pages - Convert the group memebership page. 2008-10-29 08:18:24 +00:00
tjhunt
e4749fcc08 Make developer debug mode available to JavaScript. 2008-10-29 08:17:18 +00:00
skodak
5f772e4afa MDL-17055 fixed pg regression - removed redundant sorting 2008-10-29 07:16:49 +00:00
tjhunt
10e99feaa2 Fix and improve error message. 2008-10-29 06:54:32 +00:00
jerome
ce5e846c72 MDL-15352: add phpdoc to mnet_publishes method 2008-10-29 06:42:48 +00:00
jerome
709c549551 MDL-15352: clean and comment the moodle remote plugin 2008-10-29 06:36:23 +00:00
tjhunt
f1303e9262 Fix whitespace. 2008-10-29 05:50:03 +00:00
tjhunt
f771be2787 user selection: MDL-17053 Improve the user selector used on the assign roles and group memebers pages - Make single user select mode work properly. 2008-10-29 05:09:18 +00:00
tjhunt
26b773ec53 user selection: MDL-17054 Improve the user selector used on the assign roles and group memebers pages - fire an event when the selection becomes empty/not-empty. 2008-10-29 04:40:34 +00:00
dongsheng
abbd635c91 "MDL-16784, remove css style, added a hack for ie6" 2008-10-29 02:23:19 +00:00
moodlerobot
e65128d2ce Updated the HEAD build version to 20081029 2008-10-29 01:46:08 +00:00
dongsheng
de063645aa "MDL-16896, update html element reference when show filepicker" 2008-10-29 01:37:40 +00:00
tjhunt
0696bafa73 participants list: MDL-17055 temporary fix for this regression. Do the DISTINCT bit in PHP rather than SQL. 2008-10-29 01:33:26 +00:00
skodak
bb5f11ece7 MDL-14990 dml: towards proper logging/perf infrastructure 2008-10-28 22:31:26 +00:00
stronk7
40b5f6552b Missing parenthesis in sql_substr(). MDL-16669 2008-10-28 17:57:51 +00:00
skodak
9a4f9e334a MDL-17020 dml: native pgsql driver - fixed error detection on connect 2008-10-28 15:37:15 +00:00
skodak
1fe1d10454 MDL-16930 dml: exceptions instead of print_error 2008-10-28 15:21:01 +00:00
skodak
655bbf511d MDL-16669 dml: improved sql_substring(), added unit tests 2008-10-28 15:11:10 +00:00
skodak
d669160891 MDL-15070 dml: recordset rewinding now forbidden - not all databases support it, sorry 2008-10-28 12:14:09 +00:00
skodak
7063c802fa MDL-17020 dml: native pgsql driver - minor coding style improvement 2008-10-28 12:04:10 +00:00
skodak
dd2ce45907 MDL-17020 dml: native pgsql driver - socket and persistent connection support 2008-10-28 12:03:04 +00:00
skodak
6cc9771844 MDL-14990 dml: added __destruct method, will be needed for logging 2008-10-28 12:02:13 +00:00
tjhunt
d56f9e659d user selection: MDL-16996 Improve the user selector used on the assign roles and group memebers pages - Write the JavaScript to do the Ajax requests and update the list of users. 2008-10-28 06:51:36 +00:00
tjhunt
b61d8ee50d roles interface: MDL-16965 make a view that explains the has_capability calculation for a given capability in a given context for a given user - I forgot to check in the language strings before. 2008-10-28 06:49:58 +00:00