David Monllao
4219ffab43
MDL-34910 blog Remove new entry link when the context doesn't allows to add new entries
2012-10-29 15:04:45 +08:00
Dan Poltawski
506263cfee
Merge branch 'WIP-MDL-36033-master' of git://github.com/nadavkav/moodle
2012-10-29 14:59:45 +08:00
Dan Poltawski
4de9b85c83
Merge branch 'wip-MDL-36075_MASTER' of git://github.com/jason-platts/moodle
2012-10-29 14:57:14 +08:00
Dan Poltawski
09f2367617
MDL-34354 - remove unused line
2012-10-29 14:54:14 +08:00
Dan Poltawski
02309e2d50
Merge branch 'MDL-34354-master' of git://git.luns.net.uk/moodle
2012-10-29 14:53:43 +08:00
Dan Poltawski
737492f1a5
Merge branch 'MDL-36099-master' of git://git.luns.net.uk/moodle
2012-10-29 14:50:23 +08:00
Dan Poltawski
f6110392f1
Merge branch 'MDL-35880-master' of git://github.com/ankitagarwal/moodle
2012-10-29 14:35:21 +08:00
Dan Poltawski
aed58a3da8
Merge branch 'MDL-35990-master' of git://github.com/FMCorz/moodle
2012-10-29 14:32:11 +08:00
Dan Poltawski
c28717d913
MDL-35116 - update version numbers
2012-10-29 14:08:28 +08:00
Frederic Massart
d8271e3908
MDL-35116 upgrade: Rename backup files having used short name previously
2012-10-29 14:07:18 +08:00
Dan Poltawski
890988221c
Merge branch 'MDL-35117-master' of git://github.com/FMCorz/moodle
2012-10-29 14:03:57 +08:00
Dan Poltawski
3dce356ac4
Merge branch 'MDL-34837-master' of git://github.com/FMCorz/moodle
2012-10-29 13:55:06 +08:00
Dan Poltawski
06b33f67b0
Merge branch 'w43_MDL-35843_m42_expiryself' of git://github.com/skodak/moodle
2012-10-29 13:49:47 +08:00
Dan Poltawski
b01783f086
Merge branch 'MDL-35964' of git://github.com/timhunt/moodle
2012-10-29 13:48:44 +08:00
Dan Poltawski
08f24a6686
Merge branch 'wip-MDL-34343-m24' of git://github.com/samhemelryk/moodle
2012-10-29 12:39:06 +08:00
Dan Poltawski
e93256ecf6
MDL-34399 - bump version to reload cache definition
2012-10-29 12:36:22 +08:00
Dan Poltawski
3aa721e035
Merge branch 'MDL-34399' of git://github.com/timhunt/moodle
2012-10-29 12:18:01 +08:00
Dan Poltawski
6954e44169
Merge branch 'MDL-36086-workshop' of git://github.com/mudrd8mz/moodle
2012-10-29 12:11:51 +08:00
Dan Poltawski
0e0ad4c9f9
Merge branch 'wip-MDL-36052-m24' of git://github.com/samhemelryk/moodle
2012-10-29 11:52:25 +08:00
Dan Poltawski
a9b489525a
Merge branch 'wip-MDL-36115-m24' of git://github.com/samhemelryk/moodle
2012-10-29 11:48:55 +08:00
Dan Poltawski
26baacf7d7
Merge branch 'MDL-35297' of git://github.com/stronk7/moodle
2012-10-29 09:50:20 +08:00
Tim Hunt
32953f37b6
MDL-34399 quiz cleanup: remove ugly question/page number hack
...
It used to be necessary to store the question number and question page
by adding them as random extra fields on the question object (but
I can no longer remember what that reason was). Now it is possible
to store this sensibly in the quiz_attempt object, which is much
cleaner, so do that.
2012-10-26 11:58:25 +08:00
Tim Hunt
15dd772736
MDL-34399 questions cleanup: straighten out strange links to question objects.
2012-10-26 11:58:14 +08:00
Tim Hunt
204ceaa389
MDL-34399 quiz cleanup: remove never used function.
...
This got added during the Moodle 2.0 files API conversion, but was
always part of a failed experiemnt, so should have been deleted
long ago. It was never actually used.
2012-10-26 11:58:03 +08:00
Tim Hunt
a560d636f4
MDL-34399 questions: cache to help load question definitions.
...
At the moment, it takes several DB queries to load each question definition,
so this cache is potentially a big win.
2012-10-26 11:58:02 +08:00
Andrew Robert Nicols
afe3566cca
MDL-35836 Rewrite doctonewwindow handling to use delegation instead of individual events
2012-10-26 08:52:23 +08:00
Mary Evans
921765e5eb
MDL-36197 theme_fusion: Fix for "Your progress" overlaps completion tracking checkbox
2012-10-26 01:18:17 +01:00
Petr Škoda
9854743221
MDL-36199 reset plugin manager singletons
2012-10-25 00:55:10 +08:00
Petr Škoda
9e2d7f560d
MDL-35771 patch tinymce to use lower zindexes
...
The reason is that YUI does not like that bing zIndexes when dragging panels. We should probably try to find the reason why YUI dragging fails and report it upstream.
2012-10-24 22:45:23 +08:00
Petr Škoda
e169d3a818
MDL-34915 use SimpleYUI
...
The main reason is to simplify theme development, the global Y should not be ideally used elsewhere.
2012-10-24 22:18:23 +08:00
Damyon Wiese
b2a63d679d
MDL-36037: Change language strings from team assignment to call it group assignment
2012-10-24 10:43:44 +08:00
Eloy Lafuente (stronk7)
827b294ca8
MDL-35297 book: replay some steps lost when book landed to core
...
This commit replays, conditionally, all the upgrade steps from
MOODLE_19_STABLE to MOODLE_23_STABLE in the mod_book activity. That
guarentees that any site using the mod_book before landing to core,
no matter if it was the latest or an outdated one will upgrade
perfectly to the expected current version.
As a general rule, everytime one contrib plugin lands to core, its
complete upgrade code must be kept, at least until the core version
that introduced it, is out completely from the upgrade requirement
conditions.
In this case, with the missing upgrade code being added to 2.4, it
will be safe to delete the upgrade steps once 2.5 (or upwards) become
a requirement. Never always.
2012-10-21 17:36:37 +08:00
Petr Škoda
e13b330d49
MDL-35771 lower the index values in file related code to prevent dragging problems in YUI
2012-10-21 14:37:10 +08:00
Mary Evans
e375511f2f
MDL-31934 theme_base: Fix to add highlight colour to unread forum posts.
2012-10-21 01:24:01 +01:00
Petr Škoda
6df2abcf1a
MDL-36145 import latest YUI 3.7.3
2012-10-20 15:22:15 +08:00
AMOS bot
39f3bbb815
Automatically generated installer lang files
2012-10-20 00:34:50 +00:00
Mary Evans
025b10d23f
MDL-36137 theme_magazine: changed forum and description info from center to left aligned.
2012-10-19 23:39:01 +01:00
David Mudrák
462b4c128c
MDL-36086 Fix SQL parameters array
2012-10-20 00:25:27 +08:00
David Mudrák
4f11517667
MDL-36135 Give the grading evaluation methods control over their settings forms
...
From now on, the evaluator's method get_settings_form() should return a
subclass of workshop_evaluation_settings_form. The evaluation subplugins
are expected to use the define_sub() method to add their own fields into
the base form, although they can override the main define() method, too.
The former interface workshop_evaluation has been refactored into a
superclass with abstract methods which seems to be more robust.
Oh, by the way, I'm in Perth - yay!
AMOS BEGIN
MOV [settings,workshopeval_best],[evaluationsettings,mod_workshop]
AMOS END
2012-10-20 00:17:13 +08:00
David Mudrák
a93dc3ecb7
MDL-36135 Display the workshop grading evaluation method chooser
...
Teachers can now choose the actual grading evaluation method to use
during the grading evaluation phase. The workshopeval_best is still used
as the default one (this may be made configurable later, although there
is no big benefit of it).
2012-10-20 00:17:13 +08:00
Gilles-Philippe Leblanc
033e8461ab
MDL-31708 wiki: Wiki 2.0 non-group member can see edit option in navigation block
2012-10-19 09:38:28 -04:00
Rajesh Taneja
57bda78540
MDL-36131 AJAX: Conditional activities will behave same as in non-ajax mode
2012-10-19 17:10:25 +08:00
Tim Hunt
4726ad4fa4
MDL-36103 tablelib: links to user profiles are wrong in courses.
2012-10-19 16:49:34 +08:00
Nadav Kavalerchik
f12117250d
MDL-36033 - Left align Numeric value fields in Calculated and Numeric question, when in RTL mode
2012-10-19 10:24:03 +02:00
Nadav Kavalerchik
ad01d8f57b
MDL-36070 - Points label hides UP and Down ordering arrows and Delete Icon on Quiz edit page, in RTL mode (theme/standard)
2012-10-19 10:16:26 +02:00
Nadav Kavalerchik
2bda04605e
MDL-35249 - Move Grading popmenu "userid" column after "scale" column (workaround)
2012-10-19 10:14:49 +02:00
Rajesh Taneja
7212740691
MDL-35910 Assignment 2.2: Fixed included files in assignment zip.
...
If Marking button is enabled, assignment is open and is not finalized, then don't add file to zip
2012-10-19 16:07:19 +08:00
Petr Škoda
8a486fdb7d
MDL-35843 implement self enrolment expiry notification
2012-10-19 16:04:00 +08:00
Petr Škoda
8c04252cbf
MDL-35843 refactor expiry notifications to core enrol feature
2012-10-19 16:03:48 +08:00
Petr Škoda
8e941204b2
MDL-35843 prepare fox expiry refactoring to core enrol feature
...
AMOS BEGIN
MOV [errorthresholdlow,enrol_manual],[errorthresholdlow,core_enrol]
MOV [expirynotify,enrol_manual],[expirynotify,core_enrol]
MOV [expirynotify_help,enrol_manual],[expirynotify_help,core_enrol]
MOV [expirynotifyall,enrol_manual],[expirynotifyall,core_enrol]
MOV [expirynotifyteacher,enrol_manual],[expirynotifyenroller,core_enrol]
MOV [notifyhour,enrol_manual],[expirynotifyhour,core_enrol]
MOV [expirythreshold,enrol_manual],[expirythreshold,core_enrol]
MOV [expirythreshold_help,enrol_manual],[expirythreshold_help,core_enrol]
AMOS END
2012-10-19 16:03:40 +08:00