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
Sam Hemelryk
eb38d45b4e
MDL-29189 course Minor fixups after code review
2011-09-13 11:17:18 +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
Eloy Lafuente (stronk7)
ce9d0673d0
Merge branch 'MDL-29236-master' of git://github.com/sammarshallou/moodle
2011-09-12 20:37:24 +02:00
Eloy Lafuente (stronk7)
f8fa11e1af
MDL-15377 filterlib - whitespace fixes
2011-09-12 16:30:10 +02:00
Sam Hemelryk
32ec60d142
Merged branch 'MDL-22232_easier_turn_off_notifications' from git://github.com/andyjdavis/moodle.git with conflict resolution
2011-09-12 20:18:27 +12:00
Sam Hemelryk
9f768d6e5f
Merge branch 'MDL-29211_master' of git://github.com/kordan/moodle
2011-09-12 19:48:33 +12:00
kordan
712dee7a59
MDL-29211 fix for master
2011-09-12 09:42:18 +02:00
Petr Skoda
5cc6b84731
MDL-29326 add support for auth and enrol using mssqlnative adodb driver
2011-09-12 09:23:47 +02:00
Petr Skoda
3a67b21769
MDL-29328 update 3rd party library list with new adodb version
2011-09-12 09:13:39 +02:00
Petr Skoda
7911fccafc
MDL-29328 import latest adodb
2011-09-12 09:12:46 +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
Andrew Davis (andyjdavis)
bb3546f3c2
MDL-22232 messaging: added the ability to temporarily disable notifications to a particular user
2011-09-12 14:05:14 +08:00
Sam Hemelryk
eb3d2faaa1
Merge branch 'w36_MDL-29025_m22_verboseauthdb' of git://github.com/skodak/moodle
2011-09-12 17:48:09 +12:00
Sun Zhigang
c5234aa1d9
MDL-29112 trigger event mod_deleted after deleting mod through AJAX
2011-09-12 17:36:02 +12:00
Sam Hemelryk
16ff2aee7d
Merge branch 'MDL-28724' of git://github.com/nebgor/moodle
2011-09-12 17:24:49 +12:00
Sam Hemelryk
5da0e7fc03
Merge branch 'w36_MDL-29131_m22_recentsep' of git://github.com/skodak/moodle
2011-09-12 17:08:27 +12:00
Sam Hemelryk
5b4404f615
Merge branch 'w36_MDL-29175_m22_clozearray' of git://github.com/skodak/moodle
2011-09-12 16:52:36 +12:00
Sam Hemelryk
8d6540ffd1
Merge branch 'w36_MDL-29257_m22_uniqid' of git://github.com/skodak/moodle
2011-09-12 16:30:44 +12:00
Aparup Banerjee
48346fb11f
MDL-28724 wiki : Fixed bugs in wiki forms
2011-09-12 12:28:54 +08:00
Sam Hemelryk
b13dbc43d7
Merge branch 'w36_MDL-29306_m22_dbenrolroles' of git://github.com/skodak/moodle
2011-09-12 15:30:15 +12:00
Sam Hemelryk
8b5bab6f91
Merge branch 'w36_MDL-29292_m22_featuretypo' of git://github.com/skodak/moodle
2011-09-12 15:17:08 +12:00
Sam Hemelryk
633a5edd51
Merge branch 'MDL-27635' of git://github.com/rwijaya/moodle
2011-09-12 14:38:45 +12:00
Rossiani Wijaya
ca896fdfcf
MDL-27635 hub component: fixed default value for 'secret' field in 'registration_hubs' table
2011-09-12 10:25:46 +08: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
Sam Hemelryk
342e97ee9c
Merge branch 'MDL-15377-master' of git://github.com/raymanuk/moodle
2011-09-12 13:42:28 +12:00
Sam Hemelryk
0eac94dfc7
Merge branch 'MDL-28488' of git://github.com/stronk7/moodle
2011-09-12 13:19:12 +12:00
Sam Hemelryk
014d3c1f8d
Merge branch 'MDL-29269' of git://github.com/stronk7/moodle
2011-09-12 13:09:30 +12:00
kordan
c6926ff064
MDL-29056 theme-formal_white fix for the report pagelayout that was preventing horizontal scroll
2011-09-12 13:01:49 +12:00
Eloy Lafuente (stronk7)
59fc0cbdb7
MDL-28488 backup - conditionaly apply defaults based on mode
...
Some modes of backup cannot be preloaded with general backup
settings because they may conflict with the definitions required/set
by the mode (for example, import backups are, by definition, without
users always, so we cannot apply one default in the opposite direction).
So, after the patch, current general_backup setting will be only applied
to general backups, import/hub modes won't be using any default and
automated backup defaults should be loaded here (TODO)
2011-09-11 19:35:56 +02:00
Eloy Lafuente (stronk7)
2a4ba40f31
MDL-28488 backup - '[backup|restore]:configure cap does not control import mode anymore
2011-09-11 19:09:59 +02:00
Petr Skoda
1d16e92700
MDL-29292 fix feature typo
...
Credit goes to Raminder Singh.
2011-09-11 12:50:16 +02:00
Petr Skoda
ab6e0848c1
MDL-29025 standardise cli verbose output and general cleanup
2011-09-11 12:43:43 +02:00
Eloy Lafuente (stronk7)
9530e1ed68
MDL-28488 backup - fixup some strings and delete legacy ones
2011-09-11 12:03:11 +02:00
AMOS bot
d06a1e485e
Automatically generated installer lang files
2011-09-11 00:55:34 +00:00
Petr Skoda
1ad8143a30
MDL-28595 explain the need to install into new db if something fails during the initial install
2011-09-11 00:07:28 +02:00
Petr Skoda
3efe6bbb88
MDL-28595 do not print continue link if install fails
2011-09-10 23:57:11 +02:00
Petr Skoda
05e60bd206
MDL-29306 support multiple roles in ext enrol db
2011-09-10 23:30:58 +02:00
Petr Skoda
57638f2c05
MDL-29081 add support for proxy in TinyMCE GoogleSpell plugin
2011-09-10 22:56:57 +02:00
Petr Skoda
3e48e0b009
MDL-28455 fix versions in readmes
2011-09-10 21:53:58 +02:00
Petr Skoda
ceef298f39
MDL-28455 remove previous TinyMCE version
2011-09-10 21:53:51 +02:00
Petr Skoda
2c2fc4ad75
MDL-28455 switch to new TinyMCE 3.4.5
2011-09-10 21:53:45 +02:00
Petr Skoda
fb916bf046
MDL-28455 import customised TinyMCE 3.4.5
2011-09-10 21:53:36 +02:00
Petr Skoda
e7dd4ff575
MDL-29131 fix multiple groups issues on the recent activity report
2011-09-10 13:52:42 +02:00
Petr Skoda
af08a48b2d
MDL-29257 use more entropy in ws upload
2011-09-10 12:06:59 +02:00
Petr Skoda
cedc3d338c
MDL-29257 use more entropy in repo upload
2011-09-10 12:05:29 +02:00
Petr Skoda
2c479c8fe6
MDL-29257 use counter for unique element ids
2011-09-10 12:02:51 +02:00
Petr Skoda
3e6e4d001f
MDL-28701 temp and cache upgrade notes
2011-09-10 11:36:41 +02:00
Petr Skoda
32db0f0d83
MDL-28701 add old cache and temp creation debug message and improve docs a bit
2011-09-10 11:24:46 +02:00