Andrew Robert Nicols
3eb03012f0
MDL-29898: Fix documentation for CLI DB only installer
2011-10-24 12:32:10 +01:00
Eloy Lafuente (stronk7)
dabf2c159f
MDL-28170 environment - add new 2.2 section
...
nothing changes from 2.1 as far as it was agreed that this will be
the last version supporting 1.9 upgrade. See issue for details.
2011-10-17 02:11:53 +02:00
Sam Hemelryk
6aa9352f66
MDL-29093 - Authentication improved new setting name and strings
2011-09-14 00:30:26 +02:00
Iñaki Arenaza
2023ca1f0f
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-14 00:30:17 +02:00
Aparup Banerjee
d8f2500f46
Merge branch MDL-29186-m21 of git://github.com/samhemelryk/moodle
...
- resolved conflicts, minor whitespace and fixed quote.
- note: textlib_get_instance() is already deprecated
2011-09-13 16:19:47 +08:00
Eloy Lafuente (stronk7)
9d74bab3bc
MDL-28488 backup - fixup some strings and delete legacy ones
2011-09-11 21:56:31 +02:00
Sam Hemelryk
0347dd4d70
MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently
2011-09-08 09:39:00 +12:00
Jerome Mouneyrac
f76dc0ff65
MDL-28650 add a page in the administration to the full web service API (API documentation).
2011-08-18 12:08:38 +08:00
Eloy Lafuente (stronk7)
84e093e143
Merge branch 'wip-MDL-26754-MOODLE_21_STABLE' of github.com:marinaglancy/moodle into MOODLE_21_STABLE
2011-08-16 13:11:16 +02:00
Marina Glancy
f364d3f91d
MDL-26754: Removed unnecessary include
2011-08-11 13:40:24 +08:00
Dan Poltawski
c0d30fbb75
MDL-23967 admin/cron.php - warn about use on CLI
...
Admins now need to use the explicit CLI script
2011-08-10 02:06:12 +02:00
Eloy Lafuente (stronk7)
fd6a17ecfb
Merge branch 'MDL-28565_m21' of git://github.com/nebgor/moodle into MOODLE_21_STABLE
2011-08-09 10:15:48 +02:00
Aparup Banerjee
6f80b9b3e9
MDL-28565 General - updated License and Credits links
...
to docs.moodle.org/dev/License and docs.moodle.org/dev/Credits
2011-08-08 17:13:36 +08:00
Petr Skoda
e24225351c
MDL-28634 fix forgotten references to Moodle 2.0 and old PHP version requirements
2011-08-06 22:57:47 +02:00
Marina Glancy
ad66263bc1
MDL-26754 Display blocks in 'manage blocks' alphabetically sorted
2011-08-04 14:12:08 +08:00
Andrew Robert Nicols
c0c2b3dc1a
MDL-28515 Add cli install options for fullname and shortname
2011-08-02 17:07:44 +08:00
Sam Hemelryk
9a1f42da6d
Merge branch 'wip-MDL-19907-MOODLE_21_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_21_STABLE
2011-08-02 16:46:07 +08:00
Marina Glancy
919fcc6f12
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-08-02 08:52:03 +08:00
Marina Glancy
f9694db2cb
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-08-02 08:51:40 +08:00
Sam Hemelryk
982ea16909
Merge branch 'w28_MDL-23344_m21_loginfocus2' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-18 20:26:19 +10:00
Petr Skoda
52bdbe7617
MDL-27804 allow changing of only auth in csv user uploads
2011-07-15 11:08:19 +02:00
Petr Skoda
536ac72d51
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:59:21 +02:00
Dan Poltawski
c261b351cf
MDL-23580 course overview - remove debugging junk
2011-07-11 16:47:28 +02:00
Rossiani Wijaya
337284688d
MDL-27931 admin bulk user upload: convert city as required field. Credit goes to Charles Fulton for supplying the patch.
2011-07-11 15:57:45 +02:00
Sam Hemelryk
baa97ed623
Merge branch 'MDL-28135_MOODLE_21_STABLE' of git://github.com/nebgor/moodle into MOODLE_21_STABLE
2011-07-06 11:02:55 +08:00
Tim Hunt
d5670c612b
MDL-25357 Allow maximum number of sections to be set by the admin. Also allow 0 sections at an choice.
...
Also fix one bad <br/> in another lang string.
2011-07-05 16:59:57 +08:00
Aparup Banerjee
028fba6878
MDL-28135 general Updated the Copyright notice to point to docs.moodle.org/dev/Releases instead of en/Release
2011-07-05 15:17:15 +08:00
Aparup Banerjee
8f32d623c5
MDL-28135 general Updated doc links related to Release notes to docs.moodle.org/dev/Releases now
2011-07-05 15:17:06 +08:00
Aparup Banerjee
63e8936bb1
MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/"
2011-07-05 15:16:55 +08:00
Eloy Lafuente (stronk7)
67fcc9989a
Merge branch 'MDL-27829_block_pagetype_master' of git://github.com/andyjdavis/moodle
2011-07-01 11:51:26 +02:00
Andrew Davis (andyjdavis)
2f9bdadfd2
MDL-27829 blocks: made the ability to add a block to all site administration pages work
2011-07-01 17:11:10 +08:00
Eloy Lafuente (stronk7)
91dc377b74
Merge branch 'MDL-27829_block_pagetype_master' of git://github.com/andyjdavis/moodle
2011-06-30 16:39:45 +02:00
Andrew Davis (andyjdavis)
800688bd1e
MDL-27829 blocks: added code to make the page type restrictions for blocks on admin setting pages make sense
2011-06-30 15:32:34 +08:00
Eloy Lafuente (stronk7)
5973f0b53d
MDL-26677 repositories - clean one debugging var_dump()
2011-06-23 02:04:30 +02:00
Eloy Lafuente (stronk7)
39354db055
Merge branch 's10_MDL-27341_flickr_plugin_master' of git://github.com/dongsheng/moodle
2011-06-23 02:02:24 +02:00
Tim Hunt
fde4560dae
MDL-27490 Implement a manage question behaviours admin page
...
While doing this, I found various bugs in the manages question types admin page, and so fixed them, and updated the code
there to use $OUTPUT and html_writer.
AMOS BEGIN
MOV [cannotdeletemissingqtype,admin],[cannotdeletemissingqtype,question]
MOV [cannotdeleteqtypeinuse,admin],[cannotdeleteqtypeinuse,question]
MOV [cannotdeleteqtypeneeded,admin],[cannotdeleteqtypeneeded,question]
MOV [deleteqtypeareyousure,admin],[deleteqtypeareyousure,question]
MOV [deleteqtypeareyousuremessage,admin],[deleteqtypeareyousuremessage,question]
MOV [deletingqtype,admin],[deletingqtype,question]
MOV [numquestions,admin],[numquestions,question]
MOV [numquestionsandhidden,admin],[numquestionsandhidden,question]
MOV [qtypedeletefiles,admin],[qtypedeletefiles,question]
MOV [uninstallqtype,admin],[uninstallqtype,question]
AMOS END
2011-06-17 16:21:32 +01:00
Dongsheng Cai
d55846d8bd
MDL-26677 fixed undefined index usewatermarks in flickr plugin
2011-06-17 12:11:54 +08:00
Sam Hemelryk
96e0194c05
Merged branch 'MLD-27551' of git://github.com/mouneyrac/moodle.git with changes
2011-06-08 17:34:17 +08:00
Jerome Mouneyrac
c1b658832d
MDL-27551 add enable mobile feature (enable web services + mobile service - add mobile builtin service - add unique shortname for service)
2011-06-08 15:10:26 +08:00
Sam Hemelryk
9186cb7e98
Merged branch 'ou-messaging-release' of git://git.luns.net.uk/moodle with conflict resolution for MDL-27171
2011-06-08 11:07:22 +08:00
Sam Hemelryk
7bff5441c8
Merged changes for MDL-25394
2011-06-08 10:58:42 +08:00
Sam Hemelryk
f5936345cd
Merge branch 'admin_whitespace_cleanup_master' of git://github.com/stronk7/moodle
2011-06-07 16:09:55 +08:00
Tim Hunt
d9eb95433f
MDL-20636 fix notice on qtypes admin page. (Eloy review comment I2)
2011-06-06 18:26:32 +01:00
Tim Hunt
54771d89d1
Merge remote-tracking branch 'moodle/master' into MDL-20636_master_new_question_engine
...
Conflicts:
lib/db/upgrade.php
mod/quiz/lib.php
2011-06-06 17:14:59 +01:00
Eloy Lafuente (stronk7)
6e9cd6698e
MDL-27723 whitespace cleanup of admin directory
2011-06-05 19:35:42 +02:00
Ruslan Kabalin
afed8d0f17
MDL-27652 messages: introduce message_update_processors
...
This function populates default message preferences for all existing providers
when the new message processor is added.
The change also includes update of message_set_default_message_preference to
make possible using it for particular message processor update.
install_populate_default_messaging_prefs() is no longer needed and depricted.
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk >
2011-06-01 12:02:37 +01:00
Ruslan Kabalin
67147c2550
MDL-27171 messages: populate messaging defaults after the installation
...
This makes the order of plugins returned by get_plugin_types not important as
all messaging defaults population is done at the end.
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk >
2011-05-31 16:00:32 +01:00
Ruslan Kabalin
60bbe7684a
MDL-27171 messages: meet require_once usage gudelines
...
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk >
2011-05-31 15:16:17 +01:00
Anthony Forth
37959dd471
MDL-25394 Improved support for mobile and device themes
2011-05-31 14:25:52 +08:00
Ruslan Kabalin
b53b2b0ee9
MDL-27171 messages: ensure message preferences for the core message providers are set
...
upgrade_core also attempts to populate the preferences, but since during the
first installation it is called before message outputs are set, we need to
force preferences setting at the end.
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk >
2011-05-27 14:07:06 +01:00