Petr Skoda
072db71c90
MDL-32094 fix question related E_STRICT problems
2012-03-18 18:33:54 +01:00
Petr Skoda
e7755fc627
MDL-32094 fix E_STRICT issues in assignment
2012-03-18 18:32:17 +01:00
Petr Skoda
58eb9b9f2a
MDL-32094 fix E_STRICT problems in repository API
2012-03-18 18:31:32 +01:00
Petr Skoda
3c548abf1b
MDL-32094 fix E_STRICT warning caused by changing of init() parameters in css style classes
2012-03-18 18:29:46 +01:00
Petr Skoda
265b1434b0
MDL-31703 allow serving of JavaScript from unsupported '/' dirroot
2012-03-18 17:28:59 +01:00
Mary Evans
e3e4ca6895
MDL-32084 theme_fusion: removed default tagline in frontpage.php and changed configtextarea to configtext
2012-03-17 21:33:59 +00:00
Petr Skoda
8ef42632d2
MDL-29515 finally drop 1.9 DML and DDL from deprecatedlib.php
2012-03-17 19:31:36 +01:00
Petr Skoda
e763c273eb
MDL-29515 drop 1.9 xmldb classes and methods (deprecated since 2.0)
2012-03-17 19:27:13 +01:00
Petr Skoda
de640a2d3f
MDL-29515 remove deprecated $DB->sql_ilike() and fix debug messages
2012-03-17 19:20:39 +01:00
Petr Skoda
e618cdf3f6
MDL-29894 forbid objects in DML parameters
...
Objects with __toString we never fully supported as parameters in DML layer, this finally brings consistent behaviour.
2012-03-17 18:44:12 +01:00
Petr Skoda
88c48bbfda
MDL-32052 use $this->authtype in auth config, this may help with sib classing of plugins
2012-03-17 10:58:43 +01:00
Petr Skoda
351d55b372
MDL-32052 simplify subclassing of auth_email
2012-03-17 10:52:09 +01:00
Andrew Davis
ff038e4bae
MDL-28187 message: fixed up $PAGE->set_url() in /message/index.php so the nav highlighted properly
2012-03-17 11:41:06 +07:00
Andrew Davis
4a29d2912c
MDL-31818 grade: removed some broken code to do with overriding students per page, added a post variable so the page isnt lost when submitting grades
2012-03-17 09:51:21 +07:00
AMOS bot
e97de27f3a
Automatically generated installer lang files
2012-03-17 00:31:38 +00:00
Petr Skoda
0ac9d19a23
MDL-32090 fix invalid group members url
...
Credit goes to Jean-Philippe Gaudreau.
2012-03-16 20:11:23 +01:00
Petr Skoda
37d729777c
MDL-32050 import Minify 2.1.5
2012-03-16 20:03:03 +01:00
Andrew Robert Nicols
cac06a034d
MDL-31914 Ensure that completion criteria are deleted when removing a course module
2012-03-16 16:07:05 +00:00
Tim Hunt
ff3b7c85db
MDL-32064 quiz navigation: JS form submit must fire submit event handlers.
2012-03-16 14:55:16 +00:00
Andrew Robert Nicols
cab03a03b4
MDL-32008 Remove old group deletion code
2012-03-16 12:05:54 +00:00
AMOS bot
2064994d6b
Automatically generated installer lang files
2012-03-16 12:05:53 +00:00
Petr Skoda
a12f9825dd
MDL-32046 show warning that unenrolment of all users is not allowed in non-verbose mode
2012-03-16 11:03:31 +01:00
Petr Skoda
2e15b12b81
MDL-32045 allow unenrolment of users without role via course reset
2012-03-16 10:55:30 +01:00
Petr Skoda
a2a4344910
MDL-32071 fix fatal problems in experimental forum_usetextsearches
2012-03-16 10:29:19 +01:00
Petr Skoda
60791f18cf
MDL-32079 folder revision must be incremented after any file change
2012-03-16 10:11:07 +01:00
Ankit Agarwal
db4ac453c3
MDL-28952 blocks: Fixing the extra escaping issue with profile links
2012-03-16 14:27:05 +08:00
Andrew Davis
178ba8bc36
MDL-31835 message: added a view conversation type link after each conversation on the recent conversation screen
2012-03-16 13:19:50 +07:00
Marina Glancy
a5159b864d
MDL-32037: MDL-32037: After displaying error message filepicker could not send proper request to server
...
We need to make sure that code executed on error does not create more requests and
especially does not create the same request that resulted with error. So now by default
filepicker will clear the right side of the window if repository_ajax.php returned an
error.
Also fixed an 'invalidsesskey' error string.
2012-03-16 09:38:33 +08:00
Dan Marsden
c1b81ff623
MDL-32080 SCORM - remove old css
2012-03-16 13:16:05 +13:00
Sam Hemelryk
e141bc8109
MDL-31528 navigation: Replaced calls to deprecated context_instance_preload
2012-03-16 10:36:00 +13:00
Sam Hemelryk
f73cea5418
MDL-31528 navigation: Tidied up page for viewing and managing categories
2012-03-16 10:36:00 +13:00
Sam Hemelryk
8486f20713
MDL-31528 navigation: Fixed up navbar generation when editing categories
2012-03-16 10:36:00 +13:00
Sam Hemelryk
6a16e1367a
MDL-31528 navigation: Fixed up generation for category contexts
2012-03-16 10:36:00 +13:00
Tim Hunt
8cb7a6d512
MDL-31594 question manual grading: did not handle comma as decimal.
2012-03-15 18:46:43 +00:00
Tim Hunt
0f0c0228b0
MDL-19125 module restrictions: document change in mod/upgrade.txt
2012-03-15 17:13:54 +00:00
Tim Hunt
88eca3cd26
MDL-19125 module restrictions: addinstance capabilities for all mods
2012-03-15 17:13:43 +00:00
Tim Hunt
9665ecd275
MDL-19125 module restrictions: use a capability
...
1. This used to use a complex legacy system which was buggy.
2. It now relies on a new mod/...:addinstance capability for each module.
3. All the legacy code has been stripped out.
4. Old restriction data is upgraded by creating the necessary permission
overrides. Similarly, when old backups are restored, the old settings
are converted to be overrides.
5. The required addinstance capabilities will be added as a separate
commit.
6. There is a developer debug warning about modules that are missing the
addinstance capability, unless they are MOD_ARCHETYPE_SYSTEM mods.
2012-03-15 17:11:27 +00:00
Charles Fulton
33c8d37b6f
MDL-11047 quiz: enable sequential navigation
2012-03-15 10:09:27 -07:00
Andrew Robert Nicols
536328fb0a
MDL-32065 Allow feedback images to be themed
2012-03-15 11:48:21 +00:00
Petr Skoda
d860f1ad28
MDL-32043 add support for built-in PHP Development Server
2012-03-15 12:26:10 +01:00
Eloy Lafuente (stronk7)
a2b30aa852
weekly release 2.3dev
2012-03-15 11:44:35 +01:00
Eloy Lafuente (stronk7)
ef5d54ffbf
Merge branch 'install_master' of git://github.com/amosbot/moodle
2012-03-15 11:41:55 +01:00
Rossiani Wijaya
89c7c7a999
MDL-30890 accessibility compliance: add summary to calendar table
2012-03-15 16:55:59 +08:00
Aparup Banerjee
78e05ba53e
MDL-32028 Documentation : removed legacy 1.x documentation
2012-03-15 15:19:32 +08:00
Jason Fowler
ec21eaba2e
MDL-27064 - Blog - Changing the link text for different levels of blog entries
2012-03-15 08:46:38 +08:00
AMOS bot
11bccdfd51
Automatically generated installer lang files
2012-03-15 00:31:47 +00:00
Eloy Lafuente (stronk7)
3e59bbdbb7
Merge branch 'MDL-26243-master' of https://github.com/mackensen/moodle
2012-03-15 00:39:17 +01:00
Jenny Gray
b33e6d8e8b
MDL-31911 admin tools: moved loop after tools admin category created
2012-03-15 00:29:15 +01:00
Eloy Lafuente (stronk7)
7142a75563
MDL-30995 completion: switch one type & name for correctness
2012-03-14 18:14:36 +01:00
Eloy Lafuente (stronk7)
f7acd639a5
MDL-28972 formslib: whitespace fixes
2012-03-14 18:10:24 +01:00