Sam Hemelryk
2c7a91475f
MDL-29093 - Authentication improved new setting name and strings
2011-09-13 15:10:22 +12:00
Iñaki Arenaza
4f6aa35eb8
MDL-29093 - Authentication for authentication only, not for user creation
...
There are cases when a moodle installation needs to only deal
user authentication and not user creation (this is especially
interesting when using external authentication sources such as LDAP,
CAS, etc.)
Add an option to prevent automatic user creation if the administrator
does't want users to be automatically created.
Signed-off-by: Iñaki Arenaza <iarenaza@mondragon.edu>
2011-09-13 15:08:57 +12:00
Sam Hemelryk
62b214d9a6
Merge branch 'w36_MDL-29014_m22_str' of git://github.com/skodak/moodle
2011-09-13 12:45:34 +12:00
Eloy Lafuente (stronk7)
452b166526
Merge branch 'wip-MDL-23534-master' of git://github.com/samhemelryk/moodle
2011-09-12 21:59:38 +02:00
Sam Hemelryk
f8adfe6cc0
Merge branch 'w36_MDL-28701_m22_tempcachedir' of git://github.com/skodak/moodle
2011-09-12 18:26:09 +12:00
Sam Hemelryk
016ba63816
MDL-23534 Added setting to set the site pages node to the sites shortname if desired
2011-09-12 13:46:04 +12:00
Eloy Lafuente (stronk7)
9530e1ed68
MDL-28488 backup - fixup some strings and delete legacy ones
2011-09-11 12:03:11 +02:00
Tom Lanyon
af9b14446d
MDL-28701 Change uses of make_upload_directory(temp) to make_temp_directory().
2011-09-10 10:43:49 +02:00
Tom Lanyon
7aa06e6ded
MDL-28701 Change all uses of $CFG->dataroot/temp to $CFG->tempdir
2011-09-10 10:35:39 +02:00
Petr Skoda
138c76789b
MDL-29014 fix a few incorrect uses of strlen and substr
2011-09-10 10:21:31 +02:00
Sam Hemelryk
91d284c145
MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently
2011-09-08 09:38:46 +12:00
Sam Hemelryk
d609d96261
MDL-28599 textlib Separated collator to collatorlib with static methods, and added support for locale aware sorting of objects
2011-09-06 15:39:00 +12:00
Petr Skoda
89631804a4
Merge branch 'w33_MDL-28554_m22_yui' of github.com:skodak/moodle
2011-08-25 11:40:07 +02:00
Petr Skoda
0958759dc2
MDL-28554 workaround for http://yuilibrary.com/projects/yui3/ticket/2530999
...
Do not load io-xdr and io-upload-iframe on the same page.
2011-08-25 11:38:34 +02:00
Eloy Lafuente (stronk7)
85dca0996e
Merge branch 'MDL-MDL-28650' of https://github.com/mouneyrac/moodle
2011-08-25 01:11:15 +02:00
Petr Skoda
18bd7573d6
MDL-26796 convert array parameter cleaning to new functions
2011-08-18 08:40:33 +02:00
Jerome Mouneyrac
cde291ed73
MDL-28650 add a page in the administration to the full web service API (API documentation).
2011-08-18 11:51:02 +08:00
Eloy Lafuente (stronk7)
50c89706a7
Merge branch 'wip-MDL-26754-master' of github.com:marinaglancy/moodle
2011-08-16 13:07:54 +02:00
Marina Glancy
03909d79e4
MDL-26754: Removed unnecessary include
2011-08-11 13:39:30 +08:00
Eloy Lafuente (stronk7)
1ddecae7c7
Merge branch 'MDL-23967' of git://git.luns.net.uk/moodle
2011-08-10 02:04:55 +02:00
Eloy Lafuente (stronk7)
8a015bdb84
Merge branch 'MDL-28565_M' of git://github.com/nebgor/moodle
2011-08-09 10:13:18 +02:00
Aparup Banerjee
9fdab2fe73
MDL-28565 General - updated License and Credits links
...
to docs.moodle.org/dev/License and docs.moodle.org/dev/Credits
2011-08-08 17:15:57 +08:00
Sam Hemelryk
7d85a4e226
Merged branch 'w31-MDL-28412_m22_iconv' of git://github.com/skodak/moodle.git with english string improvements
2011-08-08 10:16:23 +08:00
Sam Hemelryk
c357b5c6e0
Merge branch 'w31_MDL-28630_m22_cookie' of git://github.com/skodak/moodle
2011-08-08 09:50:33 +08:00
Dan Poltawski
6e513b6fde
MDL-23967 admin/cron.php - warn about use on CLI
...
Admins now need to use the explicit CLI script
2011-08-06 23:38:49 +01:00
Petr Skoda
695940df3b
MDL-28412 detect broken iconv
2011-08-06 23:04:31 +02:00
Petr Skoda
eab044a083
MDL-28634 fix forgotten references to Moodle 2.0 and old PHP version requirements
2011-08-06 23:00:02 +02:00
Petr Skoda
988fc20eef
MDL-28630 prevent session breakage caused by incorrect cookie settings
2011-08-06 22:22:52 +02:00
Marina Glancy
50c71e0af6
MDL-26754 Display blocks in 'manage blocks' alphabetically sorted
2011-08-04 14:05:41 +08:00
Sam Hemelryk
ad4700977a
MDL-26477 Added a setting to display course sections as links within the navigation
2011-08-02 15:24:59 +02:00
Sam Hemelryk
1eaeb5d89e
Merge branch 'MDL-28515' of git://git.luns.net.uk/moodle
2011-08-02 17:06:56 +08:00
Sam Hemelryk
fef0f0e793
Merge branch 'wip-MDL-19907-master' of git://github.com/marinaglancy/moodle
2011-08-02 16:46:39 +08:00
Marina Glancy
28e63a9d8c
MDL-27122 Allow admin to change CFG->undeletableblocktypes on 'Manage blocks' settings page. Instances of protected block types will be undeletable only from site context
2011-07-29 13:51:40 +08:00
Marina Glancy
7b5702b681
MDL-19907 rewrote validation for required fields in forms, including support for editor field. Added parameter to use strict (no spaces) required fields validation
2011-07-29 13:51:26 +08:00
Andrew Robert Nicols
1a698e0090
MDL-28515 Add cli install options for fullname and shortname
2011-07-28 15:15:52 +01:00
Sam Hemelryk
c5fe313c06
Merge branch 'w28_MDL-23344_m22_loginfocus2' of git://github.com/skodak/moodle
2011-07-18 20:25:43 +10:00
Sam Hemelryk
ce4a587308
Merge branch 'w28_MDL-27804_m22_csvauth' of git://github.com/skodak/moodle
2011-07-18 20:17:51 +10:00
Petr Skoda
df83301630
MDL-27804 allow changing of only auth in csv user uploads
2011-07-15 11:07:33 +02:00
Petr Skoda
5c754932e7
MDL-28344 new option to prevent clickjacking via frame embedding
2011-07-14 22:01:23 +02:00
Petr Skoda
595646d15b
MDL-28344 remove the unused $CFG->framename
2011-07-14 21:40:50 +02:00
Petr Skoda
2d16dad0e1
MDL-23344 new option to autofocus username or password on the login form
...
Nearly everybody else does this login page autofocus. Once we switch to HMTL 5 we should use the new autofocus input option. I believe the admin setting should be enabled by default but it would not be possible to get it through the reviews.
2011-07-14 15:58:01 +02:00
Eloy Lafuente (stronk7)
2af4d0a27f
Merge branch 'MDL-23580' of git://git.luns.net.uk/moodle
2011-07-11 16:46:35 +02:00
Eloy Lafuente (stronk7)
97c5f85f37
Merge branch 'MDL-27931' of git://github.com/rwijaya/moodle
2011-07-11 15:56:22 +02:00
Eloy Lafuente (stronk7)
21ba26e814
Merge branch 'w27_MDL-28158_m22_cookies' of git://github.com/skodak/moodle
2011-07-11 15:33:03 +02:00
Eloy Lafuente (stronk7)
75853bc5a5
Merge branch 'w27_MDL-28279_m22_flash' of git://github.com/skodak/moodle
2011-07-11 12:06:22 +02:00
Sam Hemelryk
e2d1b25a5a
Merge branch 'w27_MDL-26965_m22_cohortuploaduser' of git://github.com/skodak/moodle
2011-07-11 16:11:50 +08:00
Petr Skoda
56284322ea
MDL-22404 bulk user add to cohort
2011-07-11 09:20:45 +02:00
Petr Skoda
0342fc3609
MDL-28158 add optional "Remember username" checkbox in login forms
2011-07-10 13:22:55 +02:00
Petr Skoda
cdbd37126d
MDL-28279 remove flash client version blocking
...
Everybody is responsible for upgrades of Flash, there is no excuse any more.
2011-07-10 11:03:02 +02:00
Petr Skoda
92b59a56d1
MDL-26965 add support for uploading of users to cohorts via csv
2011-07-09 16:32:52 +02:00