21892 Commits

Author SHA1 Message Date
skodak
bc202f4390 fixed harcoded string "Select a Role" 2006-09-12 20:54:21 +00:00
skodak
be382aafb3 get_component_string() now works for all enrollment plugins MDL-6522 2006-09-12 20:03:08 +00:00
skodak
69eb59f28a Changed sort order in Role definition page MDL-6522 2006-09-12 19:54:33 +00:00
stronk7
3be91b01b6 Added support for add_field, drop_field and rename_field PHP code generation. 2006-09-12 17:45:25 +00:00
stronk7
cb78437d64 Changed some PHP comments. 2006-09-12 17:41:22 +00:00
stronk7
88bf021308 Fixed buggy condition. Now defaults are properly calculated by getPHP() 2006-09-12 16:45:46 +00:00
stronk7
9a96282f2c Added rss_client->shared 2006-09-12 15:24:41 +00:00
stronk7
8b9b510961 adding the user_lastaccess table 2006-09-12 15:19:10 +00:00
tjhunt
3542314884 Update help file to match the changes in the code and on Moodle docs I made some time ago. 2006-09-12 14:33:38 +00:00
moodler
32b9a98349 Fixed a bug that must have been there for a while, so that guest icons work again 2006-09-12 14:02:15 +00:00
moodler
1845f8b80e Revamped require_login() function to handle roles better. 2006-09-12 09:31:23 +00:00
moodler
e4d81c60a9 Tidying up a bit 2006-09-12 09:30:05 +00:00
moodler
b1ce7811ad Fixed MDL-6479 by adding two block columns on admin pages.
Also we now hide the blocks and headers completely until $SITE is properly
defined.
2006-09-12 09:22:27 +00:00
toyomoyo
ae9e4c064e replacing iscreator() calls with capabilty 2006-09-12 08:56:10 +00:00
moodler
ecf22ff31c DOn't show "Add" links if you can't use them 2006-09-12 08:28:36 +00:00
vyshane
f7cf2f8efd Fixed bug preventing capability upgrades for blocks. Typo :( 2006-09-12 08:25:03 +00:00
moodler
0f9602085b Small bump for guest role fix 2006-09-12 08:22:14 +00:00
moodler
0ad8c7850d Reload default guest 2006-09-12 08:17:33 +00:00
moodler
b0f5523038 Missed one capability for guests 2006-09-12 08:15:07 +00:00
toyomoyo
dfe603583e changed code to use the user_lastaccess table instead of the user table 2006-09-12 07:39:25 +00:00
toyomoyo
174526f4f1 changed code to use the new user_lastaccess table instead of the log table 2006-09-12 07:38:46 +00:00
toyomoyo
87e5a0cd9e changed code to use get_role_users function 2006-09-12 07:38:07 +00:00
toyomoyo
ab5c904411 added function get_role_users - returns all users assigned this role in this context (or higher) not very useful for participants list because of the count and paging. Could possibly expand it 2006-09-12 07:37:23 +00:00
moodler
8d158ed44f Reload the guest role using new defaults 2006-09-12 07:10:49 +00:00
moodler
2e85fffeb1 FIxed some typos and other logic related to assign_capabilities 2006-09-12 07:07:30 +00:00
vyshane
93b7e8d3a7 Fake constructor for PHP5 2006-09-12 06:58:42 +00:00
vyshane
23973f1856 Modified to support Roles. 2006-09-12 06:57:05 +00:00
vyshane
6c052a02f9 Added lang string 2006-09-12 06:55:40 +00:00
moodler
e7876c1e34 Added new load_guest_role() for guest access, and made assign_capability()
smarter about pre-existing capabilities (new param allows overwriting or not)
2006-09-12 06:15:33 +00:00
toyomoyo
b277dd0a53 adding new table for keeping track of user's last access time for any course page 2006-09-12 06:08:57 +00:00
moodler
00adf177ad Changed some default permissions for the guest role 2006-09-12 05:58:42 +00:00
moodler
22ef89f1d7 Automatic installer.php lang files by installer_builder (20060912) 2006-09-12 02:46:13 +00:00
stronk7
05483f7367 And one more string... 2006-09-11 22:08:26 +00:00
stronk7
eafc2b70e8 Some more improvements. Not finished yet. 2006-09-11 22:06:35 +00:00
koenr
550015cdac updating index files MDL-3484
More work to be done. Checked upto cost.html
2006-09-11 21:52:57 +00:00
skodak
244368e643 fixed default values and types of requested teacher and student strings 2006-09-11 21:24:57 +00:00
skodak
8dcc447689 fixed funny continue button during installation 2006-09-11 21:20:47 +00:00
koenr
30cef24b15 updating index files MDL-3484 2006-09-11 21:14:12 +00:00
skodak
6ec7ca0f07 fixed handling of selected language in installer; fixed selection of session language 2006-09-11 20:41:49 +00:00
koenr
4cf65d091c updating index files MDL-3484 2006-09-11 20:21:54 +00:00
skodak
2b156ffbf3 old admin block not added into frontpage during installation anymore, it is not removed during upgrade. 2006-09-11 20:05:31 +00:00
skodak
4da8ff666b wiki now using new groups parameter in get_users_by_capability() 2006-09-11 20:01:17 +00:00
skodak
5f02cb4b44 lams conversion to new roles framework 2006-09-11 19:54:11 +00:00
skodak
55f3a4db69 removed useless "changes saved" messages from redirects in administration and user management 2006-09-11 18:56:41 +00:00
stronk7
5f7053955a Some new strings to display PHP code. 2006-09-11 15:51:13 +00:00
stronk7
a05452e942 teachergraded belongs to workshop_assessments, not to workshop. ;-) 2006-09-11 15:38:51 +00:00
stronk7
c8e4134bc9 teachergraded belongs to workshop_assessments,
not to workshop_submissions ;-)
2006-09-11 15:33:51 +00:00
stronk7
c5a6ae177a Initial verion. Not working yep but I needed to send it now. 2006-09-11 13:15:36 +00:00
nfreear
8ea144bf77 Fixes MDL-6516, "Error on logs page because of mess in mdl_log_display table" 2006-09-11 11:40:43 +00:00
toyomoyo
1c45e42e3c adding capabilities 2006-09-11 08:56:23 +00:00