Eloy Lafuente (stronk7)
b15cd07d4b
Moodle release 2.1.2
2011-10-09 00:49:42 +02:00
Eloy Lafuente (stronk7)
ecbd8716f6
weekly release 2.1.1+
2011-10-07 00:11:22 +02:00
Eloy Lafuente (stronk7)
7820e5047d
fix permissions
2011-10-07 00:06:23 +02:00
Eloy Lafuente (stronk7)
c4101db016
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-10-07 00:05:07 +02:00
AMOS bot
d1582f14d5
Automatically generated installer lang files
2011-10-06 00:55:37 +00:00
Aparup Banerjee
e153abc018
Merge branch 'wip-MDL-28615-m21-squashed' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-10-05 14:52:45 +08:00
Eloy Lafuente (stronk7)
f1ae261bc9
Merge branch 'MDL-28469_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-10-05 01:14:47 +02:00
Eloy Lafuente (stronk7)
19fcc09ac7
Merge branch 'wip-MDL-25697-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-10-05 01:10:24 +02:00
Sam Hemelryk
82bd683018
MDL-28615 forum: Fixed up a couple of minor regressions
2011-10-05 11:09:28 +13:00
Eloy Lafuente (stronk7)
19c8fd9e8b
Merge branch 'MDL-29644_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-10-04 23:40:23 +02:00
Tim Hunt
0bfc2dde8f
MDL-29644 qtype multianswer, hints lost doing Moodle XML export.
...
This commit also includes a lot of useful tidying up of some of the unit
test helper code. I turned out that I could not use all the helper code
in my new tests, but despite that it will be useful in the future, so I
am committing it here.
2011-10-04 22:28:35 +01:00
Eloy Lafuente (stronk7)
807f806ed7
Merge branch 'MDL-27857-assignment-portfolio_21_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_21_STABLE
2011-10-04 12:46:24 +02:00
Eloy Lafuente (stronk7)
85dd2a674a
Merge branch 'MDL-29548_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-10-04 12:37:45 +02:00
Tim Hunt
fa8843c424
MDL-29548 allow message plugins to control message
...
defaults.
At the moment, each message_provider can specify defaults for
each message output, to say whether that message output should be
used for this type of message:
http://docs.moodle.org/dev/Messaging_2.0#Adding_new_message_type .
If the message provider does not set a default, this change allows
the message output to set the default.
2011-10-04 11:24:43 +01:00
Eloy Lafuente (stronk7)
fdca6e8321
Merge branch 'MDL-19575-m21' of git://github.com/ankitagarwal/moodle into MOODLE_21_STABLE
2011-10-04 12:12:33 +02:00
Tim Hunt
ae3056cb00
MDL-29520 question engine: work-around bad MySQL delete performance.
...
This is a temporary fix, until the new API from MDL-29589 is available.
(amended to fix comments)
2011-10-04 12:05:04 +02:00
Tim Hunt
74969d8866
MDL-29571 questions: improve class=accesshide screen-reader hints.
...
This changes the hint that comes before the question text. There are
unit tests to verify the new behaviour.
(amended to fix comments)
2011-10-04 11:53:07 +02:00
Tim Hunt
5e69fe4971
MDL-29571 qtype description refactor unit test code a bit.
2011-10-04 11:52:20 +02:00
Sam Hemelryk
133173e213
Merge branch 'MDL-29621_21_wip' of git://github.com/grabs/moodle into MOODLE_21_STABLE
2011-10-04 17:56:39 +13:00
Sam Hemelryk
747d6b5aac
MDL-28615 forum: Fixed missing context regression
2011-10-04 16:37:04 +13:00
Sam Hemelryk
91a7a788aa
Merge branch 'MDL-28725_wiki_section2_21' of git://github.com/andyjdavis/moodle into MOODLE_21_STABLE
2011-10-04 16:21:33 +13:00
Eloy Lafuente (stronk7)
c3a4009a56
Merge branch 'MDL-29511_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-10-04 01:11:48 +02:00
Eloy Lafuente (stronk7)
f0837f65d8
Merge branch 'MDL-29216_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-10-03 22:55:56 +02:00
Eloy Lafuente (stronk7)
a70eda6cc8
Merge branch 'MDL-29341_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-10-03 22:50:30 +02:00
Eloy Lafuente (stronk7)
c5c9be022d
Merge branch 'MDL-29570_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-10-03 21:42:55 +02:00
Andreas Grabs
96909b1597
MDL-29621 - XHTML not welformed when creating Feedback questions
2011-10-03 18:44:55 +02:00
Tim Hunt
8f40d27954
MDL-28469 quiz settings pages should be pagelayout admin.
2011-10-03 16:38:59 +01:00
David Mudrak
59c8be2362
MDL-27857 Export to portfolio support in the assignment module improved
...
Portfolio API code in the assignment module expected that the current
user is the author of the submission. Therefore the "Export to
portfolio" button did not work when the submission was viewed by a
teacher (eg at the page with the list of all submissions in the Advanced
upload assignment).
This patch introduces a new callback argument 'submissionid' that holds
explicit ID of the submission the export deals with. With it available,
we do not need to expect the current user is the author of the
submission.
The patch also cleans some strings used for portfolio callback
exceptions.
2011-10-03 10:13:11 +02:00
David Mudrak
f289c698a9
MDL-27857 Typo in the phpDocs fixed
2011-10-03 10:13:11 +02:00
David Mudrak
daf4471a40
MDL-27857 Assignment does not use form tag to render portfolio export control widget
...
When this code was used as a part of the grading screen, the default
PORTFOLIO_ADD_FULL_FORM widget led to nested form elements. This patch replaces
the form widget with a plain text link that can be embedded safely.
2011-10-03 10:13:10 +02:00
Aparup Banerjee
b056fee5ba
MDL-26486 Lesson : fixed whitespace
2011-10-03 16:01:36 +08:00
Aparup Banerjee
c6e321ccaf
Merge branch 'MDL-26486_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-10-03 16:01:00 +08:00
Andrew Davis (andyjdavis)
f6705d681a
MDL-27640 rating: altered the return url provided by mod_data to ratings
2011-10-03 15:25:00 +08:00
Aparup Banerjee
30ed26a576
Merge branch 'wip-MDL-27867-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-10-03 14:29:46 +08:00
Aparup Banerjee
1e6c738c6c
MDL-29541 Administration : fixed whitespace
2011-10-03 14:04:08 +08:00
Aparup Banerjee
4cb89f4df4
Merge branch 'wip-mdl-29244-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-10-03 13:54:09 +08:00
Rajesh Taneja
1f2d15dc62
MDL-29244 Users: Fixed filter for selecting users who never logged in and course roles dropdown show all revelent roles
2011-10-03 13:46:39 +08:00
Sam Hemelryk
7d9cb204be
Merge branch 'MDL-29296_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-10-03 17:08:51 +13:00
Sam Hemelryk
e6f5ebe25b
Merge branch 'MDL-29605-M21' of git://github.com/lazydaisy/moodle into MOODLE_21_STABLE
2011-10-03 16:43:09 +13:00
Sam Hemelryk
6eeb293e04
Merge branch 'wip-mdl-29539-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-10-03 15:09:53 +13:00
Sam Hemelryk
124414cc5e
MDL-28566 theme_base: removed MDL comment
2011-10-03 15:01:06 +13:00
Sam Hemelryk
69a62c2646
Merge branch 'MDL-28566-M21' of git://github.com/lazydaisy/moodle into MOODLE_21_STABLE
2011-10-03 14:37:54 +13:00
Sam Hemelryk
add033dafe
Merge branch 'MDL-29323-M21' of git://github.com/lazydaisy/moodle into MOODLE_21_STABLE
2011-10-03 14:30:12 +13:00
Sam Hemelryk
90e44b5068
Merge branch 'wip-MDL-25454-MOODLE_21_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_21_STABLE
2011-10-03 14:24:18 +13:00
Sam Hemelryk
bf49e4404c
Merge branch 'MDL-29558_2_1' of git://github.com/jamiepratt/moodle into MOODLE_21_STABLE
2011-10-03 14:04:47 +13:00
AMOS bot
e4346a63ba
Automatically generated installer lang files
2011-10-03 00:55:29 +00:00
Eloy Lafuente (stronk7)
e438ff9942
MDL-29552 themes - show the name of the picked theme when working with device detection enabled
2011-10-03 13:30:09 +13:00
Sam Hemelryk
ddf0d0dcd7
Merge branch 'MDL-29567_21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-10-03 13:23:24 +13:00
Sam Hemelryk
d85d6ccd3e
Merge branch 'MDL-29566_21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-10-03 12:49:54 +13:00
Sam Hemelryk
bd90c5891f
Merge branch 'MDL-29618_21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-10-03 12:28:05 +13:00
Dan Poltawski
e58c72d050
MDL-27295 Course Category View - Only display count when more than 0 courses
2011-10-03 11:52:09 +13:00
Eloy Lafuente (stronk7)
77be201a0f
MDL-29618 backup - back to handling enrolments properly. Regession of MDL-26841, my fault, grrr
2011-10-03 00:47:28 +02:00
Sam Hemelryk
73a48291b3
MDL-28615 forum: Revised enrol_sharing_course to use the new enrol_get_shared_courses and fixed permission checking in forum_user_can_see_post
2011-10-03 11:23:56 +13:00
Mary Evans
cb7699c3a9
MDL-29605-modify Afterburner menu to allow auto format
2011-10-01 23:20:29 +01:00
Tim Hunt
22ba72591c
MDL-29216 multianswer qtype needs intereactive elements on the form.
2011-10-01 00:09:27 +01:00
Tim Hunt
41be2f3587
MDL-29341 qtype numerical/calc: display of mc units badly laid out.
2011-09-30 23:42:27 +01:00
Kordan
7bbad2e268
MDL-29403 fix for M21
2011-09-30 11:15:52 +02:00
Jamie Pratt
fc15f0837a
MDL-29558 question preview: limit variants drop-down to the first 100
...
In situations when question has many variants.
2011-09-30 09:43:26 +07:00
Mary Evans
9d0cc2cb4c
MDL-29323-FIX invalid border style
2011-09-30 03:16:32 +01:00
AMOS bot
f058ea24c9
Automatically generated installer lang files
2011-09-30 00:55:21 +00:00
Tim Hunt
b99d21aaa9
MDL-29511 cannot review previous steps of a question attempt since MDL-28679.
2011-09-29 21:53:41 +01:00
Tim Hunt
778854eef5
MDL-29511 Fix problems on the quiz review questions page found while investigating this bug.
2011-09-29 21:53:40 +01:00
Marina Glancy
5c6377900a
MDL-25454: using the faster way to check if record exists in db
2011-09-29 17:06:37 +08:00
Andrew Davis (andyjdavis)
a00b84e864
MDL-28725 wiki: added urlencode around the section variable when it is being used to construct URLs
2011-09-29 16:49:52 +08:00
Andrew Davis (andyjdavis)
667ffef155
MDL-28725 wiki: added missing string
...
AMOS BEGIN
CPY [invalidsection,core_admin],[invalidsection,mod_wiki]
AMOS END
2011-09-29 16:49:43 +08:00
Tim Hunt
8258ddff3b
MDL-29570 Quiz editing page displays the wrong time in the status line sometimes.
2011-09-29 09:06:41 +01:00
Rossiani Wijaya
03fb10da20
MDL-26486 lesson mod: fixed grade report error on matching and shortanswers questions.
2011-09-29 13:05:50 +08:00
Ankit Kumar Agarwal
342f224f03
MDL-19575 Global Search Adding capability checks to the search and stat pages
2011-09-29 09:09:54 +05:30
Marina Glancy
0623443356
MDL-25454 before skipping course backup make sure that there are no change entries in it's log during the last month. Store the nextstarttime even for courses that were not backed up
2011-09-29 10:02:08 +08:00
Rajesh Taneja
4a313905bc
MDL-29539 HTML Editor: Fixed XHTML formatting for editor
2011-09-29 09:36:22 +08:00
Sam Hemelryk
9c36051feb
MDL-28615 mod_forum: Fixed the users page that shows all of the users posts
2011-09-29 14:21:15 +13:00
Sam Hemelryk
fa447a513e
MDL-25697 theme_base: Improved the alignment of the activity editing icons on the course frontpage
2011-09-29 14:15:24 +13:00
AMOS bot
037afad8c3
Automatically generated installer lang files
2011-09-29 00:55:41 +00:00
Eloy Lafuente (stronk7)
72a32ea968
MDL-29567 postgresql - handle negative defaults in numerical cols properly
2011-09-29 01:22:31 +02:00
Eloy Lafuente (stronk7)
21973a92a4
MDL-29567 unit tests - add some tests to cover negative defaults in numerical cols
2011-09-29 01:22:21 +02:00
Eloy Lafuente (stronk7)
af9a00d398
MDL-29566 mysql - length / decimal specs in float columns are optional
2011-09-29 00:33:18 +02:00
Eloy Lafuente (stronk7)
3264974513
MDL-29566 unit tests - add some tests to cover get_columns() with number/float columns
2011-09-29 00:33:15 +02:00
Sam Hemelryk
214784a4af
MDL-27867 course: Course and category theme selectors no longer show theme's that should be hidden from the selector
2011-09-29 10:47:52 +13:00
Mary Evans
b15ab7630c
MDL-28566 - Fix for participants user details
2011-09-28 15:45:20 +01:00
Eloy Lafuente (stronk7)
3973662145
weekly release 2.1.1+
2011-09-28 11:08:00 +02:00
Eloy Lafuente (stronk7)
f7bb84df23
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-09-28 11:04:28 +02:00
AMOS bot
fc316236f5
Automatically generated installer lang files
2011-09-28 00:55:21 +00:00
Aparup Banerjee
e9be98eed2
Merge branch 'MDL-29230_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-09-27 15:00:49 +08:00
Aparup Banerjee
ca92a99a2e
Merge branch 'MDL-25241_forum_search_ratings_21' of git://github.com/andyjdavis/moodle into MOODLE_21_STABLE
2011-09-27 11:35:44 +08:00
Sam Hemelryk
d021250bf0
Merge branch 'm21_MDL-29519' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-09-27 14:09:50 +13:00
Eloy Lafuente (stronk7)
2b4dcfdcbd
Merge branch 'MDL-28686-21' of git://github.com/bostelm/moodle into MOODLE_21_STABLE
2011-09-27 00:54:49 +02:00
Sam Hemelryk
fe245b725b
Merge branch 'MDL-28424_21' of git://github.com/timhunt/moodle.git with changes
2011-09-27 11:26:37 +13:00
Eloy Lafuente (stronk7)
3dba01a40f
Merge branch 'w38_MDL-29535_m21_filters' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-09-26 23:57:30 +02:00
Petr Skoda
5cac28fb2b
MDL-29535 fix support for custom filter settings in contrib filters
2011-09-26 23:49:58 +02:00
Eloy Lafuente (stronk7)
dc110687c8
Merge branch 'MDL-29462_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-26 22:42:09 +02:00
Eloy Lafuente (stronk7)
0518140c31
Merge branch 'MDL-28202_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-26 22:28:47 +02:00
Eloy Lafuente (stronk7)
4d7a9cd8f5
Merge branch 'MDL-29427_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-26 22:01:35 +02:00
Eloy Lafuente (stronk7)
ba1afa0d95
Merge branch 'MDL-29528_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-26 21:44:49 +02:00
Tim Hunt
f8431a1933
MDL-29528 qtype multichoice and caclulated combined feedback format overwritten during upgrade.
2011-09-26 13:39:11 +01:00
Aparup Banerjee
3cef27bf9f
Merge branch 'MDL-29270-question-grade_21_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_21_STABLE
2011-09-26 17:04:28 +08:00
Rossiani Wijaya
9551f03606
MDL-29296 lesson mod: fixed regression for continue button on last lesson page.
2011-09-26 16:40:39 +08:00
Aparup Banerjee
8daff43635
Merge branch 'wip-MDL-29487-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-09-26 16:01:11 +08:00
Aparup Banerjee
e90206aaa4
Merge branch 'MDL-29464_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-26 14:49:21 +08:00
Aparup Banerjee
b967bf6005
Merge branch 'MDL-29333_rating_ajax_21' of git://github.com/andyjdavis/moodle into MOODLE_21_STABLE
2011-09-26 14:07:25 +08:00
Sam Hemelryk
ded9134e03
Merge branch 'MDL-29428_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-26 14:04:15 +13:00
AMOS bot
9d7b02bec0
Merge branch 'MOODLE_21_STABLE' into install_21_STABLE
2011-09-26 00:55:32 +00:00
Sam Hemelryk
d496829c61
Merge branch 'MDL-29484_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-26 13:55:27 +13:00
Sam Hemelryk
9c43f8f7e1
Merge branch 'MDL-29493_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-26 13:48:11 +13:00
Dan Marsden
7af777217d
MDL-29519 move plagiarism cron to after event queue
2011-09-26 13:16:28 +13:00
Sam Hemelryk
585bd02479
Merge branch 'MDL-29336-numerrors-mapping-21_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_21_STABLE
2011-09-26 12:36:46 +13:00
Sam Hemelryk
d7749a10a6
Merge branch 'MDL-29478_21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-09-26 10:53:10 +13:00
Sam Hemelryk
65072bfdc2
Merge branch 'MDL-29139_m21' of git://github.com/nebgor/moodle into MOODLE_21_STABLE
2011-09-26 10:45:40 +13:00
Sam Hemelryk
9f05075c61
Merge branch 'MDL-29190_21_wip' of git://github.com/grabs/moodle into MOODLE_21_STABLE
2011-09-26 10:39:26 +13:00
Jean-Michel Vedrine
ef4cf39174
MDL-29270 Fixed question bank backup converter (field rename)
2011-09-25 23:30:40 +02:00
Eloy Lafuente (stronk7)
7294a0649b
weekly release 2.1.1+ (emergency)
2011-09-25 17:26:40 +02:00
Eloy Lafuente (stronk7)
9c49600397
MDL-29512 Revert "MDL-25937 Froms Library: Added server side validation for filepicker and filemanager"
...
This reverts commit b19539bf44 .
2011-09-25 17:14:47 +02:00
Eloy Lafuente (stronk7)
0a5afc0583
MDL-29512 Revert "MDL-25937 Forms Library: Added Javascript validation for filepicker and filemanager. Also fixed disbledif rule check for both"
...
This reverts commit 1f552b4c48 .
2011-09-25 17:14:33 +02:00
AMOS bot
2de4e3872c
Automatically generated installer lang files
2011-09-25 00:55:21 +00:00
AMOS bot
d73581da42
Automatically generated installer lang files
2011-09-24 00:55:24 +00:00
Andreas Grabs
dbd388acef
MDL-29190 - XHTML not well formed in show_nonrespondents.php
2011-09-23 18:54:18 +02:00
Tim Hunt
51fd4dd261
MDL-29493 questions should be createable with defaultmark a float.
2011-09-23 12:52:39 +01:00
Tim Hunt
dddcaf6b6b
MDL-29484 qformat xml tests failing.
2011-09-23 12:09:31 +01:00
Sam Hemelryk
8710d49bec
MDL-29487 enrol: Fixed typo in enrol_sharing_course
2011-09-23 18:18:10 +12:00
Rossiani Wijaya
a672bd8ad5
MDL-29230 lesson_module: fixed question's answer to have 0 value.
2011-09-23 14:10:12 +08:00
Eloy Lafuente (stronk7)
4d1e35d8c0
MDL-29478 unittest - fix rating tests so they can be executed with accesslib caches cleaned
2011-09-23 01:48:09 +02:00
Eloy Lafuente (stronk7)
7bfc279ffb
MDL-29478 unittest - explicity include blog/lib.php. Was causing "random" errors
2011-09-23 01:37:58 +02:00
Eloy Lafuente (stronk7)
cb59f50fb8
MDL-29478 blog - fixed some recent regressions introduced by MDL-29186
2011-09-23 00:06:10 +02:00
Tim Hunt
5d81093e3c
MDL-29427 quiz nav: information items should should have a state tooltip
2011-09-22 18:13:11 +01:00
Tim Hunt
a9384ab0d0
MDL-29428 quiz navigation panel should use 'This page' (accessibility improvement)
2011-09-22 17:56:35 +01:00
Kyle Temkin
18d81bdb3c
MDL-28202 qtype_calculated fix edge case in the rounding code.
2011-09-22 12:14:44 +01:00
Andrew Davis (andyjdavis)
4b5c0b461c
MDL-25241 forum: reimplemented the display of ratings on the forum search page
2011-09-22 15:30:05 +08:00
Aparup Banerjee
0047a8f47d
MDL-29139 Forms Library : fixed missing require_once
2011-09-22 14:56:40 +08:00
David Mudrak
a39eb49fc2
MDL-29336 Saving grade mapping table in the Workshop
...
The Workshop module using the "Number of errors" grading strategy did
not save all items in the grade mapping table. If some assessment form
fields have weight > 1, the number of possible errors is greater that
the number of the assessment form fields. The previous code deleted all
mappings where the number of errors was greater than the number of
fields.
In this patch, the maximum number of possible errors is calculated as a
sum of weights of all fields. Only mappings over this maximum are
deleted now.
2011-09-22 05:17:44 +02:00
Andrew Davis (andyjdavis)
cfb909d013
MDL-29333 rating: prevent the ratings JS from being intialized multiple times
2011-09-22 10:23:26 +08:00
Andrew Davis (andyjdavis)
81fa243ea4
MDL-29333 rating: refactored the ratings ajax
2011-09-22 10:23:15 +08:00
AMOS bot
747d4d3e25
Automatically generated installer lang files
2011-09-22 00:55:33 +00:00
Tim Hunt
74ca90e5fb
MDL-29464 quiz add random question popup does not update sumgrades.
2011-09-21 16:43:05 +01:00
Tim Hunt
4e92a71fb3
MDL-29462 html_to_text('0') gives '', not '0'.
2011-09-21 16:42:33 +01:00
Tim Hunt
e6674da8ff
MDL-28424 Reviewing a quiz in 'secure mode' gives a fatal error.
...
The problem was when output was being started in relation to when the fake block was added.
Took the opportunity to clean up the quiz renderer API a bit.
2011-09-21 16:41:36 +01:00
Eloy Lafuente (stronk7)
136fa79e34
weekly release 2.1.1+
2011-09-21 17:11:46 +02:00
Eloy Lafuente (stronk7)
06a22aecb7
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-09-21 17:04:43 +02:00
AMOS bot
f7cf17a853
Automatically generated installer lang files
2011-09-21 00:55:20 +00:00
Eloy Lafuente (stronk7)
e63827ad98
Merge branch 'MDL-26567_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-21 00:11:14 +02:00
Tim Hunt
84de2336fb
MDL-26567 no grade category option on the quiz settings form.
...
Also, refine the standard_grading_coursemodule_elements method to add a
help string.
AMOS BEGIN
CPY [gradecategory,grades],[gradecategoryonmodform,grades]
AMOS END
2011-09-20 12:15:07 +01:00
Eloy Lafuente (stronk7)
7f0d91d546
Merge branch 'wip-mdl-29079-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-09-20 09:51:18 +02:00
Aparup Banerjee
14312ebc6a
Merge branch 'MDL-26890-m21' of git://github.com/ankitagarwal/moodle into MOODLE_21_STABLE
2011-09-20 13:17:00 +08:00
Ankit Kumar Agarwal
292faa4f7d
Forums check on filesize if the file is added to the forum from private area
2011-09-20 10:05:36 +05:30
Rajesh Taneja
e93bb0ca52
MDL-29079 Administration: Added space on both sides of locked checkbox and for rtl language space will be applied accordingly
2011-09-20 11:50:46 +08:00
Aparup Banerjee
a886ad10ea
Merge branch 'wip-mdl-28726-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-09-20 10:20:38 +08:00
Sam Hemelryk
c4b234ec54
Merge branch 'MDL-26841_21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-09-20 12:13:48 +12:00
Sam Hemelryk
6831c9ff36
Merge branch 'MDL-29392_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-20 11:58:23 +12:00
Colin Chambers
6a49c01825
MDL-29394 form editor - Use hidden field when only 1 format option is available #947
2011-09-20 00:36:35 +02:00
Eloy Lafuente (stronk7)
0ff54e134f
Merge branch 'wip-mdl-29079-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-09-20 00:17:42 +02:00
Eloy Lafuente (stronk7)
5af8bbf854
Merge branch 'MDL-28679_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-20 00:04:17 +02:00
Eloy Lafuente (stronk7)
75ebacb1ec
Merge branch 'MDL-29126_export_separator_21' of git://github.com/andyjdavis/moodle into MOODLE_21_STABLE
2011-09-19 23:37:49 +02:00
M Kassaei
1859247e0c
MDL-29392 grade/report/index.php should use $CFG->grade_profilereport
2011-09-19 11:32:18 +01:00
Eloy Lafuente (stronk7)
f199117f05
MDL-26841 backup - prevent any enrolments info to be handled in IMPORT/HUB operations
2011-09-19 11:24:24 +02:00
Aparup Banerjee
bc24c20388
Merge branch 's13_MDL-29036_ws_upload_21' of git://github.com/dongsheng/moodle into MOODLE_21_STABLE
2011-09-19 16:13:31 +08:00
Dongsheng Cai
4e970a5335
MDL-29036 WEBSERVICE : webservice upload script should respect maxbytes and userquota settings
2011-09-19 15:29:13 +08:00
Sam Hemelryk
955f15a71f
Merge branch 'MDL-29366_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-19 19:20:17 +12:00
Sam Hemelryk
5585910ea7
Merge branch 'MDL-28329_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-19 18:36:55 +12:00
Rajesh Taneja
1b17be9050
MDL-29079 Administration: Added space between checkboxes on general backup setting page
2011-09-19 13:35:56 +08:00
Sam Hemelryk
26c28d0821
Merge branch 'wip-mdl-25937-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-09-19 17:00:40 +12:00
Aparup Banerjee
8104e0f2df
Merge branch 's13_MDL-28509_youtube_21' of github.com:dongsheng/moodle into MOODLE_21_STABLE
2011-09-19 12:15:00 +08:00
Dongsheng Cai
4ded0afd16
MDL-28509 repository : fixed youtube repository search keyword
2011-09-19 11:57:14 +08:00
Mark Johnson
2e348a6643
MDL-28509 repository_youtube Enable selection of sort order
2011-09-19 11:57:01 +08:00
Petr Skoda
84cae7bef8
MDL-29406 fix greedy config settings cleanup
2011-09-19 13:33:08 +12:00
Sam Hemelryk
3d2029f3d4
Merge branch 'MDL-29360_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-09-19 11:57:58 +12:00
KNDeepa
9acc5736a8
MDL-28329 local_qeupgradehelper make cron work.
2011-09-16 18:44:06 +01:00
Tim Hunt
08d1ba7106
MDL-28679 question response history displays states incorrectly.
2011-09-16 16:05:59 +01:00
Tim Hunt
e9197a3711
MDL-29366 qtype_essay import/export as Moodle XML loses files from graderinfo
2011-09-16 12:00:40 +01:00
Tim Hunt
4394f91b26
MDL-29360 quiz comment.php has broken JS for the Cancel button.
...
This swtichest it to more modern YUI3 approach.
2011-09-16 12:00:03 +01:00
Tim Hunt
25aa44ea97
MDL-28259 Individual answers Feedback not shown in Cloze questions
2011-09-16 11:59:02 +01:00
Rajesh Taneja
f9d4ab44e0
MDL-28726 wiki-2.0: Fixed XSS in wiki comments
2011-09-16 11:10:27 +08:00
Rajesh Taneja
1f552b4c48
MDL-25937 Forms Library: Added Javascript validation for filepicker and filemanager. Also fixed disbledif rule check for both
2011-09-16 09:18:23 +08:00
Rajesh Taneja
b19539bf44
MDL-25937 Froms Library: Added server side validation for filepicker and filemanager
2011-09-16 09:18:23 +08:00
Eloy Lafuente (stronk7)
ce0cb2451b
weekly release 2.1.1+
2011-09-16 01:38:33 +02:00
Eloy Lafuente (stronk7)
929c1e4a8b
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-09-16 01:34:34 +02:00
Eloy Lafuente (stronk7)
7923d63b16
MDL-29093 auth - help string now specifies MNet exception. Thanks Helen!
2011-09-14 11:37:31 +02:00
Eloy Lafuente (stronk7)
efb0aacf37
MDL-29093 auth - help string changed to VBFET suggestion
...
(very best favourite english translator, aka. Helen :-P)
2011-09-14 10:12:17 +02:00
Sam Hemelryk
9e312ed269
MDL-29188 course_formats Fixed up formatting of section name within navigation
2011-09-14 11:41:36 +12: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
Petr Skoda
6f1156a6c2
MDL-29295 do not use strtok in dml and ddl layers
...
This prevents clobbering of internal pointer when code calling DML
uses strtok too. Unit test added to prevent future uses.
2011-09-14 00:21:33 +02:00
Aparup Banerjee
a7cb1e62f4
MDL-26257 Authentication : whitespace/style fixes
2011-09-13 19:15:48 +08:00
Aparup Banerjee
edb8077e7b
Merge branch 'MDL-26257-21' of git://github.com/bostelm/moodle into MOODLE_21_STABLE
2011-09-13 19:11:49 +08: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
Aparup Banerjee
6519a7769d
Merge branch MDL-29187-m21 of git://github.com/samhemelryk/moodle
...
- resolved conflict.
2011-09-13 13:54:43 +08:00
Aparup Banerjee
995b4d16cd
Merge branch 'wip-MDL-29188-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-09-13 13:33:56 +08:00
Aparup Banerjee
717c3395be
Merge branch 'wip-MDL-29189-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-09-13 11:45:51 +08:00
Sam Hemelryk
6bc526319e
Merged branch '28595_m22_installcontinue' of git://github.com/skodak/moodle with changes
2011-09-13 15:35:27 +12:00
Sam Hemelryk
b3c64930ff
MDL-29189 course Minor fixups after code review
2011-09-13 11:19:17 +12:00
Andrew Davis (andyjdavis)
a6f388c664
MDL-22232 messaging: added the ability to temporarily disable notifications to a particular user
2011-09-12 20:24:08 +12:00
Sam Hemelryk
90d14d089c
Merge branch 'MDL-29211_M21' of git://github.com/kordan/moodle into MOODLE_21_STABLE
2011-09-12 19:49:26 +12:00
kordan
9d8dbe645c
MDL-29211 fox for MOODLE_21_STABLE
2011-09-12 09:40:08 +02:00
Sun Zhigang
937e0a23d9
MDL-29112 trigger event mod_deleted after deleting mod through AJAX
2011-09-12 17:36:10 +12:00
Aparup Banerjee
910671644c
MDL-28724 wiki : Fixed bugs in wiki forms
2011-09-12 17:27:56 +12:00
Petr Skoda
9e6ef6ccc2
MDL-29131 fix multiple groups issues on the recent activity report
2011-09-12 17:08:58 +12:00
Sam Hemelryk
4a277f4f4e
Merge branch 'w36_MDL-29306_m21_dbenrolroles' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-09-12 15:30:33 +12:00
Sam Hemelryk
786a905607
Merge branch 'w36_MDL-29292_m21_featuretypo' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-09-12 15:17:25 +12:00
Sam Hemelryk
20ff7e3279
Merge branch 'MDL-27635_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-09-12 14:39:22 +12:00
Sam Hemelryk
2513a2b24f
Merge branch 'w36_MDL-29312_m21_cookieless' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-09-12 14:25:02 +12:00
Rossiani Wijaya
4966b0ee71
MDL-27635 hub component: fixed default value for 'secret' field in 'registration_hubs' table
2011-09-12 10:21:45 +08:00
Sam Hemelryk
18fc309097
Merge branch 'MDL-28488_21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-09-12 13:20:47 +12:00
kordan
3bfe7ce57a
MDL-29056 theme-formal_white fix for the report pagelayout that was preventing horizontal scroll
2011-09-12 13:03:02 +12:00
Eloy Lafuente (stronk7)
366c19fabd
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 21:57:00 +02:00
Eloy Lafuente (stronk7)
56a1642c5b
MDL-28488 backup - '[backup|restore]:configure cap does not control import mode anymore
2011-09-11 21:56:45 +02:00
Eloy Lafuente (stronk7)
9d74bab3bc
MDL-28488 backup - fixup some strings and delete legacy ones
2011-09-11 21:56:31 +02:00
Eloy Lafuente (stronk7)
993261dcff
MDL-28488 backup - make backup and import capabilities independent
...
Before this change, in order to perform one course import it was
necessary to have both the backupcourse and the backuptargetimport
capabilities. After agreement now each one will control its own
backup mode. Same applies for restore.
2011-09-11 21:56:13 +02:00
Eloy Lafuente (stronk7)
4b5233f9c4
MDL-28488 backup - activity duplication requires 2 capabilities in ctx
2011-09-11 21:55:43 +02:00
Petr Skoda
0cf269c1fc
MDL-29292 fix feature typo
...
Credit goes to Raminder Singh.
2011-09-11 12:49:16 +02:00
Petr Skoda
e1e082a809
MDL-29312 prevent cookieless mode for security reasons
2011-09-11 10:07:27 +02:00
AMOS bot
8cd0f221b6
Automatically generated installer lang files
2011-09-11 00:55:40 +00:00
Petr Skoda
94a720f287
MDL-28595 explain the need to install into new db if something fails during the initial install
2011-09-11 00:08:23 +02:00
Petr Skoda
f6090a3531
MDL-28595 do not print continue link if install fails
2011-09-11 00:08:20 +02:00
Petr Skoda
3dfac46e97
MDL-29306 support multiple roles in ext enrol db
2011-09-10 23:34:06 +02:00
AMOS bot
3119ba9a2a
Automatically generated installer lang files
2011-09-10 00:55:20 +00:00
AMOS bot
74743b5e48
Automatically generated installer lang files
2011-09-09 00:55:20 +00:00
Henning Bostelmann
033a066e4f
MDL-26257 Shibboleth auth: run logout handler only if logged in via Shibboleth
2011-09-08 11:53:44 +01:00
AMOS bot
8ede1d5121
Automatically generated installer lang files
2011-09-08 00:55:31 +00: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
Sam Hemelryk
5da6f4eeb6
MDL-29187 multilang Reviewed the uses of category name and ensured things are being formatted correctly
2011-09-08 09:36:55 +12:00
Sam Hemelryk
34c46428f1
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:10 +12:00
Sam Hemelryk
9ec4220c84
MDL-29188 multilang Reviewed the uses of section name and ensured things were being formatted consistently
2011-09-08 09:27:55 +12:00
Eloy Lafuente (stronk7)
22e8ad6134
weekly release 2.1.1+
2011-09-07 17:55:05 +02:00
Eloy Lafuente (stronk7)
0780ba7ca7
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-09-07 17:49:21 +02:00
Eloy Lafuente (stronk7)
06b66d530b
Merge branch 'wip-MDL-28043-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-09-06 13:56:08 +02:00
Eloy Lafuente (stronk7)
57d30b5276
Merge branch 'wip-mdl-28987-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-09-06 01:59:49 +02:00
Sam Hemelryk
a640301b81
MDL-28043 user Fixed context hack in pluginfile for user pics leading to init of page, theme and output for redirect
2011-09-06 11:29:44 +12:00
Eloy Lafuente (stronk7)
593b4518ad
Merge branch 'wip-mdl-23520-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-09-06 01:27:51 +02:00
Eloy Lafuente (stronk7)
abaff947c6
Merge branch 'wip-MDL-29006-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-09-06 00:38:38 +02:00
Eloy Lafuente (stronk7)
ae115cf229
Merge branch 'w35_MDL-29145_m21_imscpregression' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-09-05 21:52:08 +02:00
Eloy Lafuente (stronk7)
152ee16812
MDL-29072 Import course - whitespace fixes
2011-09-05 10:42:55 +02:00
Petr Skoda
ed2448a342
MDL-29145 fix regression caused by MDL-27448
2011-09-05 09:47:09 +02:00
Rajesh Taneja
48f6a80092
MDL-28987 Forms Library: Removed onBlur validation. Now the validation will occur on form submit only
2011-09-05 14:26:19 +08:00
Iñaki Arenaza
85f5ab3145
MDL-27689 Vague README-LDAP file in auth/ldap
...
README-LDAP referes to a file that was renamed (to auth.php) in Moodle
1.8 and no longer exists. Make clear what file we are referring to.
2011-09-05 13:31:41 +08:00
Aparup Banerjee
26cfc10584
Merge branch 'wip-MDL-26811-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-09-05 13:18:52 +08:00
Aparup Banerjee
5f856fdfe9
Merge branch 'MDL-29198_21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-09-05 12:52:15 +08:00
Rajesh Taneja
0d7dcbf1ae
MDL-28987 Forms Library: Added tinyMCE onblur event callback for required tinymce fields
2011-09-05 12:21:55 +08:00
Rajesh Taneja
6786f79ab4
MDL-28987 Forms Library: Added tinyMCE save for tinymce editor validation
2011-09-05 12:21:49 +08:00
Adam Olley
a010bfe63d
MDL-28987: Affix [text] to editor element in JS validation and add blur event
2011-09-05 12:21:43 +08:00
Sam Hemelryk
3cabe2de8c
Merge branch 'MDL-29018_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-09-05 16:08:07 +12:00
Sam Hemelryk
7ecabfdce4
Merge branch 'MDL-28689_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-09-05 16:03:08 +12:00
Rossiani Wijaya
c8fa99de72
MDL-29018 lesson module statistics: fixed statistics diplay for whole the class
2011-09-05 11:16:33 +08:00
Henning Bostelmann
02aac22ff8
MDL-29072 Import course: Use correct capability for course selection
2011-09-05 13:41:34 +12:00
Sam Hemelryk
05956888d7
Merge branch 'MDL-27975_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-09-05 13:37:33 +12:00
Sam Hemelryk
caff2aa640
Merge branch 's13_MDL-29170_risklevel_21' of git://github.com/dongsheng/moodle into MOODLE_21_STABLE
2011-09-05 11:13:17 +12:00
AMOS bot
5031249d84
Automatically generated installer lang files
2011-09-03 00:55:20 +00:00
Eloy Lafuente (stronk7)
3c7a83744e
MDL-28080 DML unit tests - cover tweak_param_names() and the new 30 chars limit exception
2011-09-01 19:59:13 +02:00
Eloy Lafuente (stronk7)
436135f52a
MDL-28080 oracle - avoid tweak_param_names() tweaking too much :-P
...
Sometimes the (oracle only) tweak_param_names() method was causing
placeholders having > 28 chars length to exceed the 30 chars limit
imposed by Oracle. With this commit the tweak is performed by
replacement for such long placeholders and, at the same time, the
tweak has been commented out from insert/update because it is not
necessary there (placeholders are safe column name always)
2011-09-01 19:59:13 +02:00
Tim Hunt
41f17b384f
MDL-28080 coding_exception for over-long placeholder names.
2011-09-01 19:59:12 +02:00
Rossiani Wijaya
47b9f44c6f
MDL-27975 community block: fixed string typo
2011-09-01 17:10:29 +08:00
Eloy Lafuente (stronk7)
7a8a938077
MDL-29198 DB - make delete_records transactional safe when needed
2011-09-01 11:08:09 +02:00
Rossiani Wijaya
e3a6a3878e
MDL-28689 chat module: add input.png file. This is a simple fix by copying the file from bubbles themes. Proper fix should be done in the future
2011-09-01 16:27:13 +08:00
Andrew Davis (andyjdavis)
35dd29564b
MDL-29126 gradebook: made text export with tabs as separator work
2011-09-01 15:32:27 +08:00
Dongsheng Cai
5c71cfca6a
WEBSERVICE MDL-29170 reduce createmobiletoken capability risk level
2011-09-01 11:03:47 +08:00
AMOS bot
e5df0e3e17
Automatically generated installer lang files
2011-09-01 00:55:25 +00:00
Rajesh Taneja
6b94a62ff8
MDL-23520 mod-wiki-2.0: Added delete page and version feature as it was in 1.9
2011-08-31 13:54:16 +08:00
Sam Hemelryk
e9a574454c
MDL-29006 block_html Added formatted to title printed on editing form when a hard freeze is in effect
2011-08-31 11:46:44 +12:00
Eloy Lafuente (stronk7)
ddf322586e
weekly release 2.1.1+
2011-08-31 01:33:29 +02:00
Sam Hemelryk
ed9041c9ce
MDL-26811 upgrade Fixed up default handling causing exception on upgrade of used site in MSSQL
2011-08-31 11:33:29 +12:00
Eloy Lafuente (stronk7)
3853dc585c
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-08-31 01:29:39 +02:00
Aparup Banerjee
132c116509
MDL-29005 blocks : clarified comment
2011-08-30 11:20:38 +08:00
Aparup Banerjee
97dd4ec539
Merge branch 'MDL-29005_MOODLE_21_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_21_STABLE
2011-08-30 11:19:57 +08:00
Eloy Lafuente (stronk7)
5266e929da
MDL-28489 site news forum - support multilang filter
2011-08-30 11:06:57 +12:00
Eloy Lafuente (stronk7)
9c89f307f8
Merge branch 'MDL-29141_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-29 13:01:57 +02:00
Eloy Lafuente (stronk7)
4524a47a0a
Merge branch 'wip-MDL-24202-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-08-29 10:30:59 +02:00
Aparup Banerjee
7816f5acb0
Merge branch 'MDL-29144_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-29 12:01:41 +08:00
Sam Hemelryk
ce4285c883
Merge branch 'MDL-28564_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-29 13:59:26 +12:00
Sam Hemelryk
208b9e2a50
MDL-24202 navigation Fixed bug caused by navigation overriding a CFG setting
2011-08-29 13:45:36 +12:00
Eloy Lafuente (stronk7)
5a8f177c73
Merge branch 'MDL-28943_manage_message_name_21' of git://github.com/andyjdavis/moodle into MOODLE_21_STABLE
2011-08-29 03:26:41 +02:00
Eloy Lafuente (stronk7)
fa3dff1318
Merge branch 'MDL-26302_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-29 03:23:28 +02:00
Sam Hemelryk
a4ad64950b
Merge branch 'MDL-26819_21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-08-29 13:05:22 +12:00
Sam Hemelryk
6870b5dcbb
Merge branch 'dev_MDL-27289_boxnet_21' of git://github.com/dongsheng/moodle into MOODLE_21_STABLE
2011-08-29 12:54:40 +12:00
Eloy Lafuente (stronk7)
6e582f1632
Merge branch 'MDL-29064_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-29 02:52:55 +02:00
Eloy Lafuente (stronk7)
3bdb9bfd54
Merge branch 'MOODLE_21_STABLE' of git.moodle.org:/git/integration into MOODLE_21_STABLE
2011-08-29 02:41:27 +02:00
Eloy Lafuente (stronk7)
1dd41f0eb1
Merge branch 'MDL-29062_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-29 02:40:08 +02:00
Sam Hemelryk
78b19caf0a
Merge branch 'MDL-29135-mnet-login_21_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_21_STABLE
2011-08-29 12:24:57 +12:00
Eloy Lafuente (stronk7)
4984e712e6
Merge branch 'MDL-29111_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-29 02:02:55 +02:00
David Mudrak
174245497e
MDL-29148 MNet - improved handling of a verification function return code
2011-08-29 01:48:41 +02:00
Eloy Lafuente (stronk7)
119b895133
Merge branch 'wip_MDL-16168_2.1_CAS_crash_if_no_LDAP' of https://github.com/iarenaza/moodle into MOODLE_21_STABLE
2011-08-29 01:33:03 +02:00
Eloy Lafuente (stronk7)
04dc7f877b
Merge branch 'MDL-25872-21' of git://github.com/bostelm/moodle into MOODLE_21_STABLE
2011-08-29 01:22:42 +02:00
Iñaki Arenaza
5e7d9e3e36
MDL-28402 LDAP configuration values being stored in lower case, causing misconfiguration
...
It looks like array_change_key_case() does not work recursively, so we
were not actually lowercasing the expiration attribute key. As the
configuration setting is always lowercase they didn't match.
2011-08-29 01:08:42 +02:00
Eloy Lafuente (stronk7)
c24ccde07f
MDL-26819 quiz statistics - use cross-db GROUP BY expression
2011-08-28 22:16:11 +02:00
Iñaki Arenaza
b38bcc3a1d
MDL-16168 auth/cas CAS crashes if no LDAP is set up
...
Fix was pending for Moodle 2.1. Credit goes to Ivan Dackiewicz.
2011-08-28 15:32:32 +02:00
David Mudrak
9b81b37eb9
MDL-27107 auth_mnet - consider all incoming roaming users as confirmed
...
The 'confirmed' field can't be optional. If the identity provider did
not export it, the new remote user would be created with 'confirmed' set
to default zero and as such could be a subject of scheduled deletion.
2011-08-28 02:36:38 +02:00
David Mudrak
2f2cf818c2
MDL-29135 Reworded login prompt with SSO over MNet enabled
2011-08-27 18:24:55 +02:00
AMOS bot
ed32596d3a
Automatically generated installer lang files
2011-08-27 00:55:41 +00:00
M Kassaei
9651053bb4
MDL-29144 quiz navigation: Screen-readers speak question state twice
2011-08-26 19:10:54 +01:00
Tim Hunt
15e6246359
MDL-29111 quiz was passing 0 to ->review_url when it should have been null.
2011-08-26 18:16:57 +01:00
Henning Bostelmann
b1a24c1eb0
MDL-25872 View assignment submissions: show only students, not teachers
...
Fixing incorrect capability reference mod/assignment:view to ...:submit
2011-08-26 17:34:35 +01:00
Tim Hunt
362d5c1ed1
MDL-29141 question bank show question text checkbox does not match state.
2011-08-26 17:01:52 +01:00
Henning Bostelmann
d5ae2ed112
MDL-28686 QE2 upgrade: recognize manually graded, deleted questions
2011-08-26 14:37:49 +01:00
Eloy Lafuente (stronk7)
e4527c5497
weekly release 2.1.1+
2011-08-26 15:09:00 +02:00
Eloy Lafuente (stronk7)
200cb06bfc
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-08-26 14:56:52 +02:00
Eloy Lafuente (stronk7)
97e4e3953a
MDL-28684 QE2 upgrade: fix undefined $a regression. Thanks Henning!
2011-08-25 15:54:41 +02:00
Eloy Lafuente (stronk7)
ee4dee99e8
Merge branch 'MDL-27823_bulk_messaging_2_21' of git://github.com/andyjdavis/moodle into MOODLE_21_STABLE
2011-08-25 10:46:11 +02:00
AMOS bot
7adfd55ec2
Automatically generated installer lang files
2011-08-25 00:55:21 +00:00
Eloy Lafuente (stronk7)
efc2de0e97
Merge branch 'MDL-28650-MOODLE-21-STABLE' of https://github.com/mouneyrac/moodle into MOODLE_21_STABLE
2011-08-25 01:15:49 +02:00
Eloy Lafuente (stronk7)
ddec658859
Merge branch 'MDL-28684_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-24 17:12:18 +02:00
Tim Hunt
e9f707d38a
MDL-28684 fix failing unit test - which means fix the acutal code.
...
Sorry for the noise.
2011-08-24 16:02:40 +01:00
Eloy Lafuente (stronk7)
7faa5b4e9c
Merge branch 'MDL-28976_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-24 12:57:51 +02:00
Jerome Mouneyrac
2eb3bb390f
MDL-29005 display enrollable courses total and downloadable courses total instead of courses/sites total
2011-08-24 14:49:54 +08:00
Aparup Banerjee
2134aa6129
Revert "MDL-28509 repository_youtube Enable selection of sort order"
...
This reverts commit 0638e55b14 .
2011-08-24 14:43:05 +08:00
Eloy Lafuente (stronk7)
adc0d74ac9
Merge branch 'w33_MDL-29022_m21_idnumber' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-24 03:51:51 +02:00
Aaron Barnes
b5013dc868
MDL-28248 completion: Incorrect SQL for finding enrol start date
2011-08-24 12:07:18 +12:00
Eloy Lafuente (stronk7)
b61fd419e8
Merge branch 'MDL-28979_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-24 01:56:06 +02:00
Tim Hunt
8c412f122c
MDL-28942 qtype multichoice, multi-response. Avoid computing the wrong random guess score.
...
It is effectively impossible to compute the right random guess score, so we should not compute anything, rather than computing a number that we know is wrong.
This patch also fixes a multianswer unit test error that was shown up by this fix.
2011-08-24 01:53:26 +02:00
Eloy Lafuente (stronk7)
7a4a1f14ca
Merge branch 'MDL-28975_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-24 01:45:23 +02:00
Sun Zhigang
fad5ec9b5a
MDL-29019 enrol - fix a typo
2011-08-24 01:31:29 +02:00
Petr Skoda
93e8c6c422
MDL-19380 fix redirect when virus found in JS-less mode
2011-08-24 01:21:08 +02:00
Petr Skoda
16dc846eb1
MDL-19380 reimplement antivir scanning in repositories
2011-08-24 01:21:00 +02:00
Petr Skoda
c7c1a8cf14
MDL-29000 multiple password reset issues
...
* stop abusing get_complete_user_data()
* fix case-sensitiveness in password reset for PG
* do not allow reset of disabled accounts
* propose a solution for non-unique emails
2011-08-24 01:08:10 +02:00
Petr Skoda
b13eda7e8d
MDL-28981 fix forum_user_can_post() call params
2011-08-24 00:53:29 +02:00
Tony Levi
a3ad8fd883
MDL-27228: Fix label 'eye' does not match show/hide setting
2011-08-23 23:36:29 +02:00
Eloy Lafuente (stronk7)
4ffedd8b0e
Merge branch 'w33_MDL-28708_m21_f304' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-23 23:32:36 +02:00
Eloy Lafuente (stronk7)
71cf843ad2
Merge branch 'w33_MDL-28709_m21_h304' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-23 23:23:15 +02:00
Eloy Lafuente (stronk7)
fd7bdf278c
Merge branch 'w33_MDL-29011_m21_nomanualenrol' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-23 23:13:28 +02:00
Eloy Lafuente (stronk7)
80fc30b7bd
MDL-28684 QE2 upgrade: whitespace fix
2011-08-23 22:53:26 +02:00
Eloy Lafuente (stronk7)
251037cefd
Merge branch 'MDL-28684b-21' of git://github.com/bostelm/moodle into MOODLE_21_STABLE
2011-08-23 22:53:11 +02:00
Eloy Lafuente (stronk7)
3d95259d7e
Merge branch 'MDL-28444-21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-23 22:48:06 +02:00
Aparup Banerjee
1b502dff19
Merge branch 'w33_MDL-28982_m21_sqlfullname' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-24 02:59:56 +08:00
Aparup Banerjee
e9f8af2a1b
Merge branch 'MDL-28687_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-24 02:28:21 +08:00
Eloy Lafuente (stronk7)
35dd038144
MDL-28962 enrol imsenterprise - whitespace fix
2011-08-23 18:43:37 +02:00
Eloy Lafuente (stronk7)
f403941133
Merge branch 'm21_MDL-28962' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-08-23 18:43:21 +02:00
Eloy Lafuente (stronk7)
a1eeb0185a
Merge branch 'MDL-28957_21' of git://github.com/colchambers/moodle into MOODLE_21_STABLE
2011-08-23 18:01:16 +02:00
Eloy Lafuente (stronk7)
dc70aa7378
Merge branch 'MDL-28397-21' of https://github.com/totara/moodle into MOODLE_21_STABLE
2011-08-23 17:31:12 +02:00
Sam Hemelryk
bb37aab093
MDL-25636 block_html Fixed up missing format config if block restored from early 2.0 backup
2011-08-23 18:41:48 +08:00
Eloy Lafuente (stronk7)
72bd83e0f1
Merge branch 'w33_MDL-28381_m21_cliphpver' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-23 11:03:42 +02:00
Eloy Lafuente (stronk7)
1b69c111cc
Merge branch 'MDL-28996_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-23 10:42:52 +02:00
Petr Skoda
23eccfcd77
MDL-28935 use weekdays as calendar table headings
2011-08-23 10:05:14 +02:00
Jason Ilicic
68cfdb72f9
MDL-28935 Add days of week to monthly calendar view
2011-08-23 10:05:04 +02:00
Tim Hunt
0570e81ecb
MDL-29062 qtype multianswer refers to old name for the question_delete_questions function.
2011-08-23 08:54:15 +01:00
Tim Hunt
5ce736caa8
MDL-29064 qtype multianswer, question text should be a required field.
2011-08-23 08:41:00 +01:00
Aparup Banerjee
8145290d43
Merge branch 'MDL-28509_21_STABLE' of git://github.com/marxjohnson/moodle into MOODLE_21_STABLE
2011-08-23 14:55:11 +08:00
Eloy Lafuente (stronk7)
d94b4b327d
Merge branch 'm21_MDL-28999' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-08-23 02:49:59 +02:00
Petr Skoda
c896d5c54d
MDL-29016 allow distributions to set dataroot permissions
2011-08-23 02:43:10 +02:00
Eloy Lafuente (stronk7)
5cfb119475
Merge branch 'MDL-28990-MOODLE_21_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_21_STABLE
2011-08-23 02:37:01 +02:00
Eloy Lafuente (stronk7)
092c6089c9
Merge branch 'w33_MDL-29031_m21_oldblock' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-23 02:05:08 +02:00
Eloy Lafuente (stronk7)
8fb3542126
Merge branch 'MDL-28226_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-23 01:42:25 +02:00
Adam Olley
4b0fbfcbd9
MDL-28481: Send headers before any possible output
2011-08-23 01:37:16 +02:00
Eloy Lafuente (stronk7)
b1ea3fb2c6
Merge branch 'w33_MDL-28936_m21_msgstrlen' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-23 01:20:24 +02:00
Eloy Lafuente (stronk7)
94aa0fbe8c
Merge branch 'MDL-28241_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-23 01:17:17 +02:00
Tom Cubanski
6be8a680e2
MDL-26302 quiz editing: top move button on the order and paging tab does not work.
...
It is strange that processes the submission already handles the submitted data from this change to the HTML.
2011-08-22 23:56:51 +01:00
Tim Hunt
6310adb3f4
MDL-28564 question type importing, improve Jamie's fix.
2011-08-22 23:32:48 +01:00
Jamie Pratt
80fa621c50
MDL-28564 "implement support for extra answer fields in question export and
...
import" implemented support for extra answer fields in questiontype base
export and import functions.
2011-08-22 23:32:47 +01:00
Tim Hunt
60854b669a
MDL-28241 editing multianswer questions broken since the fix for MDL-24594.
2011-08-22 22:36:37 +01:00
Aparup Banerjee
8db14e344b
Merge branch 'wip-mdl-28580-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-08-23 01:49:51 +08:00
Andrew Davis (andyjdavis)
a47827691a
MDL-27823 messaging: preventing html tags from being output to the UI
2011-08-22 15:28:30 +08:00
Aaron Barnes
3b9bf6a949
MDL-28397 completion: Activity completion criteria not showing grading
...
requirement
Credit goes to Evan Irving-Pease for the patch
2011-08-22 14:57:13 +12:00
Petr Skoda
5eb8c77850
MDL-29011 do not require manual enrol cap on the enrolled users page
2011-08-21 18:18:35 +02:00
Petr Skoda
51606ad2d8
MDL-29031 remove blocks cleanup todo
2011-08-21 17:45:52 +02:00
Petr Skoda
812e3294be
MDL-27248 remove forgotten unique sortorder index from the course table
2011-08-21 17:33:19 +02:00
Petr Skoda
181b0dc545
MDL-28982 fix DML use
2011-08-21 15:39:34 +02:00
Petr Skoda
6b3d645e9b
MDL-28381 always verify PHP version in CLI scripts
...
The problem is that people may use different php binary for web and CLI.
2011-08-21 12:22:14 +02:00
Tim Hunt
3d233b9dab
MDL-28444 unit test to verify the fix.
2011-08-20 13:18:05 +01:00
Henning Bostelmann
5c364504a6
MDL-28444 synchronized datasets: fix typo in get_variants_selection_seed()
2011-08-20 11:45:41 +01:00
Petr Skoda
0864c8a59d
MDL-29022 do not require idnumber in ext courses - backport from MDL-29020
2011-08-20 11:34:58 +02:00
AMOS bot
c498bf796b
Automatically generated installer lang files
2011-08-20 00:55:28 +00:00
Petr Skoda
a32da065ae
MDL-28936 fix invalid >200 comparison and utf-8 incompatibility
...
Credit for discovery goes to Jason Ilicic.
2011-08-19 18:44:33 +02:00
Tony Levi
68d9daa187
MDL-28708: Send 304 Not Modified response when browser If-Modified-Since header is after file mtime
2011-08-19 17:27:20 +02:00
Petr Skoda
4bdcd23e19
MDL-28709 adding HTTP_IF_MODIFIED_SINCE and minor style tweaks
2011-08-19 16:50:16 +02:00
Tony Levi
716f93efdb
MDL-28709: Performance: Send cache/contenttype headers with 304 responses
2011-08-19 16:50:16 +02:00
Henning Bostelmann
ec5f40b1a9
MDL-28684 QE2 upgrade: recognize empty answer in multichoice questions
2011-08-19 10:33:55 +01:00
Rajesh Taneja
01f9bc7948
MDL-28580 Administration: Added sanity check to grab wrong usage of upgrade_main_savepoint
2011-08-19 07:41:13 +00:00
Jerome Mouneyrac
fc218ba9e2
MDL-28990 add web service mobile overview
2011-08-19 11:47:17 +08:00
Dan Marsden
f3e0eac04f
MDL-28999 SCORM add missing yui2 require
2011-08-19 10:21:11 +12:00
Tim Hunt
da45306da5
MDL-28996 Quiz view page list of attempts table is sometimes missing a cell.
2011-08-18 19:27:19 +01:00
Tim Hunt
96bab3e01d
MDL-28979 qtype match: correct answer formatted badly.
2011-08-18 13:51:18 +01:00
Tim Hunt
cb5a7bba89
MDL-28976 quiz was passing 0 to ->attempt_url when it should have been null.
...
There was also one other incorrect call that is fixed in this commit.
2011-08-18 13:50:51 +01:00
Tim Hunt
0a20ddbe7d
MDL-28975 question engine, JavaScript error in IE.
2011-08-18 13:50:24 +01:00
Tim Hunt
3575052f81
MDL-28687 questions avoid fatal errors when reviewing attempts at deleted questions.
2011-08-18 13:49:33 +01:00
Tim Hunt
6d9ae2adf0
MDL-28226 quiz locallib. Fix PHPdoc comment and code to make the API clearer.
2011-08-18 13:44:01 +01: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
Dan Marsden
1b64c78d36
MDL-28962 enrol imsenterprise - incorrect conversion of new dml syntax - thanks to Patrick Gagnon for report and fix.
2011-08-18 13:40:17 +12:00
Eloy Lafuente (stronk7)
24654d977b
weekly release 2.1.1+
2011-08-18 02:42:40 +02:00
Eloy Lafuente (stronk7)
cd91adc715
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-08-18 02:38:43 +02:00
Colin Chambers
e5ba71b479
#MDL-28957 outputrequirementslib reduced excessive js console logging
2011-08-17 14:58:15 +01:00
Eloy Lafuente (stronk7)
ad307c7121
Merge branch 'MDL-28349_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-17 15:40:00 +02:00
Dongsheng Cai
1c64c52951
MDL-27289, upgrade box.net repository plugin to use new box.net authentication process
2011-08-17 11:45:32 +08:00
Eloy Lafuente (stronk7)
74475bd5d5
Merge branch 'wip-mdl-27219-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-08-17 02:59:38 +02:00
Eloy Lafuente (stronk7)
c30dadce6f
Merge branch 'MDL-28737_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-17 02:51:57 +02:00
Eloy Lafuente (stronk7)
f45cf8cb2c
Revert "MDL-25757 SCORM fix issue with duplicate cmi values being saved"
...
This reverts commit 2c7cc519d8 .
2011-08-17 02:28:49 +02:00
Eloy Lafuente (stronk7)
4239318be9
Merge branch 'MDL-21934_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-17 01:29:20 +02:00
Eloy Lafuente (stronk7)
33868528bb
Merge branch 'MDL-27752_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-08-17 01:02:21 +02:00
Eloy Lafuente (stronk7)
e3af6a00ba
Merge branch 'MDL-28643-m21' of git://github.com/sammarshallou/moodle into MOODLE_21_STABLE
2011-08-17 00:45:25 +02:00
Eloy Lafuente (stronk7)
95caac3cc8
Merge branch 'm21_MDL-28649' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-08-17 00:33:07 +02:00
Eloy Lafuente (stronk7)
c89c390759
Merge branch 'MDL-28652_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-17 00:29:23 +02:00
Eloy Lafuente (stronk7)
25bde46869
Merge branch 'MDL-28653_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-17 00:25:46 +02:00
Tim Hunt
269c653560
MDL-28654 fix path for TinyMCE in lib/thirdpartylibs.xml.
2011-08-17 00:10:09 +02:00
Eloy Lafuente (stronk7)
88b340161b
Merge branch 'MDL-28655-21' of git://github.com/bostelm/moodle into MOODLE_21_STABLE
2011-08-17 00:07:44 +02:00
Eloy Lafuente (stronk7)
5b18861bf0
Merge branch 'm21_MDL-28721' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-08-16 23:44:12 +02: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
Eloy Lafuente (stronk7)
02b36f79d2
Merge branch 'MDL-28365_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-16 13:03:59 +02:00
Eloy Lafuente (stronk7)
a6f18c98f4
Merge branch 'MDL-23872_m21' of git://github.com/nebgor/moodle into MOODLE_21_STABLE
2011-08-16 11:51:53 +02:00
Rajesh Taneja
273ac54baa
MDL-27219 chat: Beep will not display user fullname if user is not in chat
2011-08-16 16:35:33 +08:00
Andrew Davis (andyjdavis)
549af292b6
MDL-28943 messaging: made messaging admin page use a string instead of the plugin name
2011-08-16 14:33:57 +08:00
Eloy Lafuente (stronk7)
28f9b39287
Merge branch 'MDL-28931_m21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-08-16 03:06:07 +02:00
Eloy Lafuente (stronk7)
e42213ab72
Merge branch 'wip-mdl-27728-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-08-16 02:14:49 +02:00
Eloy Lafuente (stronk7)
68d998c6cf
Merge branch 'MDL-27030_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-16 02:07:37 +02:00
Eloy Lafuente (stronk7)
bf22dc969c
MDL-27896 filters/editor - fix whitespace
2011-08-16 02:01:20 +02:00
Eloy Lafuente (stronk7)
0031600453
Merge branch 'wip-mdl-27896-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-08-16 02:00:36 +02:00
Eloy Lafuente (stronk7)
3bcd0781f1
Merge branch 'm21_MDL-25757' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-08-16 00:39:18 +02:00
Petr Skoda
26e3dce466
Merge branch 'MDL-27845_rating_aggregation_21' into MOODLE_21_STABLE
2011-08-15 20:41:12 +02:00
Tim Hunt
5e54da0a69
MDL-21934 Removing all questions from the quiz should not delet overall feedback.
...
Overall feedback was being wiped because the quiz max grade was being set to zero when sumgrades was set to 0. The correct logic is to only set maxgrade to 0 if there are questions in the quiz and sumgrades is 0.
2011-08-15 19:10:47 +01:00
Eloy Lafuente (stronk7)
a4f85cc579
Merge branch 'm21_MDL-28603' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-08-15 20:02:33 +02:00
Dan Poltawski
bf1b681560
MDL-28605 repsitory/local - Prevent server running out of memory
...
Removing useless code..
2011-08-15 19:58:27 +02:00
Eloy Lafuente (stronk7)
2ce0d40694
Merge branch 'MDL-28939_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-15 19:34:59 +02:00
Tim Hunt
7f10fbbf5f
MDL-28349 error when GIFT-importing essay questions.
2011-08-15 16:18:03 +01:00
Tim Hunt
e67a234c98
MDL-28365 Move question lang string to the right file
...
All the references to this sring were already referring to it in the new
place.
AMOS BEGIN
MOV [cannotread,mod_quiz],[cannotread,question]
AMOS END
2011-08-15 15:20:15 +01:00
Tim Hunt
80e3f00091
MDL-28939 Bad lang string reference in grade/import/csv.
2011-08-15 15:12:19 +01:00
Tim Hunt
d3fd75d21d
MDL-28639 question import should set timemodified and modified by.
...
Thanks to Jean-Michel Vedrine for the fix.
2011-08-15 14:56:45 +01:00
Tim Hunt
8ad92a30f1
MDL-28438 Aiken question import broken since MDL-24594.
2011-08-15 14:47:16 +01:00
Eloy Lafuente (stronk7)
bee0152fda
MDL-28931 timezone - update to 2011h (2200 rules)
2011-08-14 18:06:10 +02:00
Dan Marsden
2c7cc519d8
MDL-25757 SCORM fix issue with duplicate cmi values being saved
2011-08-13 13:24:22 +12:00
Tim Hunt
643e2728df
MDL-28737 advcheckboxes toggle state every submit if checkbox_controller present.
2011-08-12 19:13:20 +01:00
Rajesh Taneja
3a7de25755
MDL-27896 course - Rectified wrong use of itemid for preparing draft file area
2011-08-12 16:49:29 +08:00
Rajesh Taneja
56d57a9a4e
MDL-27896 editor - parent context will be respected by editor in case context is not created.
2011-08-12 16:49:05 +08:00
Rajesh Taneja
1449e4faa2
MDL-27896 editor - added sanity check to pick wrong context passed to editor creation
2011-08-12 16:48:47 +08:00
Rajesh Taneja
b51aac313f
MDL-27896 context - Fixed editor context to observe filter status
2011-08-12 16:48:22 +08:00
Dan Marsden
ee124f531b
MDL-28603 SCORM fix regression with ADL scorm 1.2 tests
2011-08-12 17:24:48 +12:00
Rajesh Taneja
63ff326835
MDL-27728 Moodleforms: Added validation for element before checking element values
2011-08-12 10:54:33 +08:00
AMOS bot
5ce30862f2
Automatically generated installer lang files
2011-08-12 00:55:30 +00:00
Dan Marsden
dbc61bc225
MDL-28649 SCORM start new attempt if set when skipview used.
2011-08-12 12:53:53 +12:00
Dan Marsden
f08cc8276c
MDL-28721 SCORM respect hidenav setting
2011-08-12 11:07:28 +12:00
Eloy Lafuente (stronk7)
3a5778ec5a
weekly release 2.1.1+
2011-08-12 00:19:27 +02:00
Eloy Lafuente (stronk7)
d0aeb0abfa
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-08-12 00:13:16 +02:00
Marina Glancy
f364d3f91d
MDL-26754: Removed unnecessary include
2011-08-11 13:40:24 +08:00
AMOS bot
07b5fbb9ca
Automatically generated installer lang files
2011-08-11 00:55:47 +00:00
Eloy Lafuente (stronk7)
7637e2e5e4
Merge branch 'MDL-27491-m21' of git://github.com/sammarshallou/moodle into MOODLE_21_STABLE
2011-08-10 23:04:13 +02:00
Eloy Lafuente (stronk7)
d980c1d746
Merge branch 'm21_MDL-28295' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-08-10 22:58:04 +02:00
Daren Chandisingh
339c198ade
MDL-23872 Forms Library : Updated MoodleQuickForm to honour setConstant(), prevents injection.
2011-08-10 15:22:07 +08:00
Sam Hemelryk
4f4cbbad8f
Merge branch 'MDL-20501_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-08-10 14:10:12 +08:00
Dan Marsden
6a211fb52d
MDL-28295 SCORM change mangement of pop-up windows, load full SCORM API in existing window - this fixes an issue with IE 7 and httpreq communication
2011-08-10 14:33:39 +12:00
Eloy Lafuente (stronk7)
9271414522
Merge branch 'MDL-27631_21' of git://github.com/mkassaei/moodle into MOODLE_21_STABLE
2011-08-10 03:06:52 +02:00
AMOS bot
f715589ee5
Automatically generated installer lang files
2011-08-10 00:55:22 +00:00
Eloy Lafuente (stronk7)
6c506c9a07
Merge branch 'MDL-27550-workshop-feedback_21_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_21_STABLE
2011-08-10 02:49:03 +02:00
Eloy Lafuente (stronk7)
a28b6620d6
Merge branch 'w31_MDL-27597_m21_catlike' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-10 02:37:07 +02: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
Dan Poltawski
3b97dedfbd
MDL-28059 weblib - don't strip mailto: anchors
2011-08-10 01:59:16 +02:00
Eloy Lafuente (stronk7)
d04b3d580e
Merge branch 'wip-MDL-28407-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-08-10 01:11:51 +02:00
Eloy Lafuente (stronk7)
0f61d7f97c
Merge branch 'w31_MDL-28533_m21_columnperf' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-09 19:33:09 +02:00
sam marshall
37f5c92302
MDL-28643 Fix debugging message when deleting activity with grade completion
2011-08-09 12:47:26 +01:00
Tim Hunt
dc4bff71a2
MDL-28653 question output. Add a class to the main div based on question state.
...
This makes it possible themes do cool things. For example change more of the display depending on whether the answer was correct or not.
2011-08-09 11:32:18 +01: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
Henning Bostelmann
fe34282df6
MDL-28655 qtype_calculated question engine upgrade: fix return value
2011-08-09 09:15:33 +01:00
Eloy Lafuente (stronk7)
6b4422a086
Merge branch 'MDL-28604_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-09 09:42:59 +02:00
AMOS bot
9dba637233
Automatically generated installer lang files
2011-08-09 00:55:22 +00:00
Tony Levi
5c5cb085c0
MDL-27030: Fix quiz overview report showing incorrect grades on regraded attempts
...
Conflicts:
mod/quiz/report/overview/report.php
2011-08-08 23:46:19 +01:00
Petr Skoda
1c106106fd
Merge branch 'MDL-28620_21' of git://github.com/jbrisland/moodle into MOODLE_21_STABLE
2011-08-08 15:35:05 +02:00
Tim Hunt
65be66e4d4
MDL-28652 qtype calculated, bad display of placeholder names on the editing form.
2011-08-08 13:14:20 +01:00
Aparup Banerjee
006776fc71
MDL-28565 General - updated lang files License link to docs.moodle.org/dev/License
2011-08-08 17:14:06 +08: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
Sagie Maoz
56f2ab3335
MDL-26721 automated backups - Fix typo
...
Causing the 'role assignment' backup inclusion to be tied to the users
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk >
2011-08-08 15:39:12 +08:00
Sam Hemelryk
5553dcba67
Merge branch 'mdl-28517_2.1' of git://github.com/colchambers/moodle into MOODLE_21_STABLE
2011-08-08 14:22:41 +08:00
Sam Hemelryk
806e82b7fc
Merge branch 'MDL-28569' of git://git.luns.net.uk/moodle into MOODLE_21_STABLE
2011-08-08 14:09:53 +08:00
Sam Hemelryk
172007a066
Merged branch 'MDL-28575_MOODLE_21_STABLE' of git://github.com/kordan/moodle.git with conflict resolution
2011-08-08 13:59:08 +08:00
Sam Hemelryk
9a2e30d8bc
Merge branch 'MDL-28587_MOODLE_21_STABLE' of git://github.com/kordan/moodle into MOODLE_21_STABLE
2011-08-08 13:44:52 +08:00
Rossiani Wijaya
272d804840
MDL-27752 Calendar export: fixed typo in url parameter
2011-08-08 12:16:59 +08:00
Sam Hemelryk
40b4296d07
Merge branch 'MDL-28406_block_duplicate_21' of git://github.com/andyjdavis/moodle into MOODLE_21_STABLE
2011-08-08 11:18:54 +08:00
Sam Hemelryk
f24eca0c6b
Merge branch 'MDL-28602_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-08 11:08:08 +08:00
Sam Hemelryk
9d660d5f0e
Merge branch 'MDL-28593_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-08 11:04:38 +08:00
Sam Hemelryk
cf7daeae7e
Merge branch 'MDL-28612_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-08 11:02:11 +08:00
Sam Hemelryk
62bdb79c26
Merge branch 'MDL-28618_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-08 10:57:31 +08:00
Sam Hemelryk
6f7c43c7de
Merge branch 'w31_MDL-27586_m21_browser' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-08 10:47:33 +08:00
Sam Hemelryk
cf8cc1bab1
Merge branch 'w31_MDL-27685_m21_pglike' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-08 10:25:47 +08:00
Sam Hemelryk
6b9c6cc54e
Merge branch 'w31_MDL-28382_m21_iis' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-08 10:20:57 +08:00
Sam Hemelryk
31b4fdabbf
Merge branch 'w31_MDL-28450_m21_defgroup' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-08 10:09:46 +08:00
Sam Hemelryk
a9fbf9fb87
Merge branch 'w31_MDL-28468_m21_cohortassign' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-08 10:06:21 +08:00
Sam Hemelryk
2e81c307d0
Merge branch 'w31_MDL-28473_m21_blocksupgrade' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-08-08 10:03:07 +08:00
Petr Skoda
c2edea7cbd
MDL-28382 work around or detect REQUEST_URI IIS bug
2011-08-07 14:45:53 +02:00
Petr Skoda
f6589dd72d
MDL-27685 fix pg LIKE escape trouble
2011-08-07 13:22:36 +02:00
Petr Skoda
29a27d3ca4
MDL-28450 prefer member group for default
2011-08-07 13:07:54 +02: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
Petr Skoda
520f687cde
MDL-27586 fix file_browser access control
2011-08-06 16:24:04 +02:00
Petr Skoda
e25df8c464
MDL-28473 fix $instanceids troubles in blocks upgrade
...
Credit goes to Mateusz Wójcik.
2011-08-05 22:09:49 +02:00
Petr Skoda
a5410db4e3
MDL-28468 fix cohort assign check
2011-08-05 21:47:41 +02:00
Petr Skoda
d84336c27d
verify where_clause() only in debug mode
2011-08-05 21:34:09 +02:00
Petr Skoda
cbe6399300
MDL-27597 fix invalid results of get_categories when shallow is false
2011-08-05 20:14:59 +02:00
Tim Hunt
c5fe3d7490
MDL-28618 question combined feedback: inconsistency in file areas.
...
The (partially|in)?correct feedback fields acutally store their files in a file area with component 'question'. Some code, however, was written as if they were stored in the qtype_whatever area.
2011-08-05 17:38:22 +01:00
James Brisland
c04c6e6b8a
MDL-28620 - Removed admin/generator.php include as it causes issues if this script is included from any other script that is running in the command line
2011-08-05 16:11:44 +01:00
M Kassaei
6f90ec4703
MDL-27631 question bank Show question text in the question list when top level category is used
2011-08-05 15:00:29 +01:00
Tim Hunt
e3b8930087
MDL-28593 Missing include breaks editing quiz grade item.
2011-08-05 08:53:16 +01:00
Andrew Davis (andyjdavis)
70ade8e8d7
MDL-28406 blocks: added JS to prevent the addition of duplicate blocks
2011-08-05 11:33:42 +08:00
Andrew Davis (andyjdavis)
b312305ccc
MDL-27845 rating: altered the get_ratings() query to avoid possible future duplicate key problems
2011-08-05 11:19:11 +08:00
Sam Hemelryk
1ad4fb6f12
MDL-28407 Fixed up calendar preferences form handling
2011-08-05 09:34:43 +08:00
AMOS bot
056a53e81f
Automatically generated installer lang files
2011-08-05 00:55:17 +00:00
Tim Hunt
788e2b30a5
MDL-28612 Quiz statistics report does not always show the 'Actual response' column when it should
2011-08-04 18:15:34 +01:00
Colin Chambers
005900fd2a
MDL-28517 question editing fixed duplicate id in hint header field
2011-08-04 14:54:11 +01:00
Tim Hunt
f97a14ba27
MDL-28602 Quiz review reports the wrong duration.
2011-08-04 14:20:02 +01:00
Tim Hunt
3e1d47f2cc
MDL-28604 Question bank display forgets sort order
2011-08-04 13:55:38 +01:00
Marina Glancy
ad66263bc1
MDL-26754 Display blocks in 'manage blocks' alphabetically sorted
2011-08-04 14:12:08 +08:00
AMOS bot
64d8fed91c
Automatically generated installer lang files
2011-08-04 00:55:33 +00:00
Petr Skoda
80eb52c415
weekly release 2.1.1+
2011-08-03 18:04:44 +02:00
Petr Skoda
c0852d9a0c
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-08-03 18:02:52 +02:00
kordan
5dd9ee192e
MDL-28587 fix for MOODLE_21_STABLE
2011-08-03 15:25:08 +02:00
sam marshall
e1bb4741f1
MDL-27491 Add 'complete on view' support to wiki, survey
2011-08-03 11:22:10 +01:00
Sam Hemelryk
4a45ddbae2
Revert "MDL-28284 don't load filepicker module for every page"
...
This reverts commit 279a874108 .
2011-08-03 18:20:30 +08:00
kordan
aa34ca4309
MDL-28575 fix for MOODLE_21_STABLE
2011-08-02 23:41:45 +02:00
David Mudrak
11351de2d3
MDL-27550 workshop: fixed XHTML strictness of H3 and A combo
...
H3 is block level element while A is in-line element in XHTML.
Credit goes to Sam Hemelryk for spotting this during the peer-review.
2011-08-02 23:32:46 +02:00
David Mudrak
08282ec16c
MDL-27550 workshop: rendering links to the submission and the assessment page
...
This usability improvement helps to provide feedback quickly during the
grading evaluation phase.
2011-08-02 23:32:25 +02:00
David Mudrak
8981b64a41
MDL-27550 workshop: students do not see peer-assessment that are not graded yet
2011-08-02 23:32:25 +02:00
David Mudrak
c6b8bbfa9b
MDL-27550 workshop: display the feedback for the submission reviewer when the workshop is closed
2011-08-02 23:32:24 +02:00
David Mudrak
275a6f59d7
MDL-27550 workshop: assessments are now displayed via proper rendering subsystem
...
AMOS BEGIN
MOV [assessmentbyknown,mod_workshop],[assessmentbyfullname,mod_workshop]
AMOS END
2011-08-02 23:32:24 +02:00
David Mudrak
308e4280e3
MDL-27550 workshop: display the feedback for the submission author when the workshop is closed
...
The method user_picture::fields() was not available when these SQL
statements were originally written. Now instead of hard-coding the list
of returned fields, the user_picture is asked for the list.
Together with this change, methods workshop::get_submission_by_id()
and workshop::get_submission_by_author() now return the information
about the user who provided the feedback and overwrote the grade.
2011-08-02 23:32:24 +02:00
Petr Skoda
5d08b03e5b
Merge branch 'wip-mdl-27658-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-08-02 15:12:54 +02:00
Petr Skoda
e4e3b12325
Merge branch 'MDL-28338_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-02 15:08:48 +02:00
Dan Marsden
97247fdadd
MDL-28410 Choice - allow single answer choice to be created
2011-08-02 15:05:01 +02:00
Petr Skoda
fb563a9949
Merge branch 'MDL-28507_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-02 14:51:30 +02:00
Dan Marsden
f166ab0bec
MDL-28535 SCORM remove old IE 6 related warning about zlib
2011-08-02 14:40:41 +02:00
Tim Hunt
bae927bebd
MDL-28507 fix bad lang string uses, and remove two obsolete strings.
2011-08-02 13:38:39 +01:00
Dan Poltawski
7f62477a87
MDL-28569 blocks/rss_client - RSS feed autodiscovery fails with ampersands
...
Simpliepie is quoting urls and we need the url to be unescaped
2011-08-02 13:19:01 +01:00
Sam Hemelryk
5a5e7bb3b1
Merge branch 'MDL-28490_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-02 17:56:14 +08:00
Sam Hemelryk
6f2723ae83
Merge branch 'MDL-28508_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-02 17:47:42 +08:00
Sam Hemelryk
365ed23695
Merge branch 'MDL-28051_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-08-02 17:14:33 +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
26dcfcb542
Merge branch 'MDL-28340_advanced_search_other_users_21' of git://github.com/andyjdavis/moodle into MOODLE_21_STABLE
2011-08-02 16:59:36 +08:00
Sam Hemelryk
34eee090a7
Merge branch 'wip-mdl-28504-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-08-02 16:51:57 +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
Sam Hemelryk
5be31c5bf2
MDL-27122 admin Improved block protection help string
2011-08-02 16:32:13 +08:00
Sam Hemelryk
3e2569f70d
Merge branch 'wip-MDL-27122-MOODLE_21_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_21_STABLE
2011-08-02 16:27:49 +08:00
Sam Hemelryk
fa0f970835
Merge branch 'wip-MDL-27754-MOODLE_21_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_21_STABLE
2011-08-02 14:09:30 +08:00
Sam Hemelryk
f89a34fb77
Merge branch 's11_MDL-28284_filepicker_module_21' of git://github.com/dongsheng/moodle into MOODLE_21_STABLE
2011-08-02 13:42:12 +08:00
Sam Hemelryk
09e7c66714
Merge branch 'MDL-28510_21_STABLE' of git://github.com/marxjohnson/moodle into MOODLE_21_STABLE
2011-08-02 13:37:17 +08:00
unknown
c4eea3e21a
Merge branch 'm21_MDL-27876' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-08-02 13:26:25 +08:00
Piers Harding
189bdcf125
MDL-27876 SCORM auto-adjust the stage height
2011-08-02 17:13:37 +12:00
Sam Hemelryk
b587abd989
Merge branch 'MDL-28487-typo_21_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_21_STABLE
2011-08-02 12:23:14 +08:00
Sam Hemelryk
9cacdc07d7
Merged branch 'm21_MDL-28548' of git://github.com/danmarsden/moodle.git with comment changes
2011-08-02 11:46:11 +08:00
AMOS bot
e054707e9a
Automatically generated installer lang files
2011-08-02 00:55:21 +00:00
Marina Glancy
9cd9d86640
MDL-27754 fixed typo in language string
2011-08-02 08:52:10 +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
Rossiani Wijaya
2154de3b3c
MDL-20501 survey module: fix text alignment for right to left language. Change undefined string to
2011-08-01 17:40:04 +08:00
Sam Hemelryk
0c566ce339
Moodle 2.1.1 release
2011-08-01 16:57:23 +08:00
Rajesh Taneja
5bda1372a1
MDL-27658 javascript: Typo fixed for toUpperCase
2011-08-01 12:53:51 +08:00
Rajesh Taneja
877f061325
MDL-28504 filter: Typo in css fixed
2011-08-01 10:22:57 +08:00
Dan Marsden
263f258ae2
MDL-28548 allow backup to contain info from multiple plagiarism plugins.
2011-08-01 10:28:59 +12:00
Sam Hemelryk
06b04e5c62
weekly release 2.1+ (emergency)
2011-07-29 12:21:57 +08:00
Andrew Davis (andyjdavis)
d0752d358e
MDL-28340 messaging: fixed a display issue when you search for and tried to view a conversation between two other users
2011-07-29 11:50:51 +08:00
Sam Hemelryk
c7f69afe4a
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-07-29 10:13:43 +08:00
Sam Hemelryk
2fa0daefca
MDL-28503 comment-caps Slight improvement to allow frontpage and guest users to view comments by default
2011-07-29 09:44:10 +08:00
AMOS bot
89c13e32a0
Automatically generated installer lang files
2011-07-29 00:55:17 +00:00
Wale Olujide
235a394e04
MDL-28051 Question numbers on the question edit page shoud be the same as during the quiz attempt.
2011-07-28 18:03:55 +01:00
Mark Johnson
a10ec7f66a
MDL-28510 repository_youtube Use smaller thumbnails in search results
2011-07-28 13:46:04 +01:00
Mark Johnson
0638e55b14
MDL-28509 repository_youtube Enable selection of sort order
2011-07-28 13:15:25 +01:00
Tim Hunt
a637417d78
MDL-28508 bad string trunction in Aiken format.
2011-07-28 11:52:27 +01:00
Sam Hemelryk
9da3c2efad
MDL-28503 Removed the ability for plugins to override comment capabilities and the defaults associated with it
2011-07-28 13:40:06 +08:00
AMOS bot
16e382f8c5
Automatically generated installer lang files
2011-07-28 00:55:17 +00:00
Tim Hunt
e12ec6169a
MDL-28490 Better class names in the statistics report to help themes.
2011-07-27 19:26:32 +01:00
Tim Hunt
01528075a2
MDL-28338 fix stupid '\n's in the quiz renderer
2011-07-27 19:25:49 +01:00
David Mudrak
3cddd60db7
MDL-28487 Fixed typo in media filter help string
2011-07-27 14:44:17 +02:00
AMOS bot
216113139f
Automatically generated installer lang files
2011-07-27 00:55:30 +00:00
Petr Skoda
f664cb7c29
weekly release 2.1+
2011-07-26 11:10:56 +02:00
Petr Skoda
4ac669f1e8
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-07-26 11:09:49 +02:00
AMOS bot
99b0cba0ec
Automatically generated installer lang files
2011-07-26 00:55:24 +00:00
Tim Hunt
526d69522d
MDL-28218 allow testclient.php to find the necessary form for services defined in plugins.
2011-07-25 20:05:01 +02:00
Petr Skoda
a24681a87a
Merge branch 'MDL-28437_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-07-25 19:54:07 +02:00
Petr Skoda
e1ad3c38bc
Merge branch 'MDL-28369_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-07-25 19:52:26 +02:00
Petr Skoda
7ff71aca59
Merge branch 'MDL-28377_21' of git://github.com/timhunt/moodle into MOODLE_21_STABLE
2011-07-25 19:50:18 +02:00
Petr Skoda
e205686397
Merge branch 'wip-MDL-28421-MOODLE_21_STABLE' of https://github.com/Beedell/moodle into MOODLE_21_STABLE
2011-07-25 17:03:18 +02:00
Petr Skoda
ba295bba29
Merge branch 'wip-MDL-28191-m21' into MOODLE_21_STABLE
2011-07-25 16:46:42 +02:00
Petr Skoda
25f9dae427
Merge branch 'MDL-28453_MOODLE_21_STABLE' into MOODLE_21_STABLE
2011-07-25 16:25:40 +02:00
Tim Hunt
d8f77afbb8
MDL-28369 Question hints not being restored.
2011-07-25 10:06:27 +01:00
John Beedell
aa4292ad22
MDL-28421 admin config improve class
...
admin_setting_configmultiselect_modules to include a default
2011-07-25 09:56:55 +01:00
Aparup Banerjee
2d4c4b65d4
MDL-28453 backup - made temporary restoration courses hidden by default.
2011-07-25 16:44:50 +08:00
Tim Hunt
ce9423eaa7
MDL-28377 Call to mod_quiz_renderer is screwed up.
2011-07-25 09:16:11 +01:00
Tim Hunt
26a4f319a8
MDL-28437 Question bank pages should all use General type: admin.
2011-07-25 08:52:22 +01:00
Sam Hemelryk
93c5c05423
Merge branch 'MDL-28107_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-07-25 15:14:27 +08:00
Andrew Davis (andyjdavis)
2f74865eef
MDL-27845 rating: split the get_ratings() query into two to reduce query complexity
2011-07-25 14:21:17 +08:00
Andrew Davis (andyjdavis)
fc391624f0
MDL-27845 rating: updated rating unit tests
2011-07-25 14:18:38 +08:00
Eloy Lafuente (stronk7)
a5224e1f83
rating/lib.php unit tests 1st cut
2011-07-25 14:18:29 +08:00
Sam Hemelryk
30bfe73981
Merge branch 'MDL-28228' of git://git.luns.net.uk/moodle into MOODLE_21_STABLE
2011-07-25 13:04:19 +08:00
Sam Hemelryk
b835eebad9
Merge branch 'MDL-28232' of git://git.luns.net.uk/moodle into MOODLE_21_STABLE
2011-07-25 12:57:01 +08:00
Michael Aherne
3152ccf0a4
MDL-27538 Added deprecation details to functions now in $DB
2011-07-25 11:31:39 +08:00
Sam Hemelryk
38a6a195a4
Merge branch 'w29_MDL-22584_m21_monsterpaths' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-25 11:18:37 +08:00
Sam Hemelryk
18c2fcf8f1
Merge branch 'w29_MDL-27464_m21_continue' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-25 11:03:52 +08:00
Sam Hemelryk
dbb6d73c8c
Merge branch 'w29_MDL-27653_m21_usercasting' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-25 10:59:21 +08:00
Sam Hemelryk
ae5375722e
Merge branch 'w29_MDL-27796_m21_httphost' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-25 10:55:04 +08:00
Sam Hemelryk
274d9cf950
Merge branch 'w29_MDL-27994_m21_creatorcaps' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-25 10:45:42 +08:00
Sam Hemelryk
7b205e100b
Merge branch 'w29_MDL-28145_m21_renderer' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-25 10:39:47 +08:00
Sam Hemelryk
39a84a780b
Merge branch 'w29_MDL-28182_m21_userdel' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-25 10:36:55 +08:00
Sam Hemelryk
c782b4bb58
Merge branch 'w29_MDL-28337_m21_urlparams' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-25 10:30:00 +08:00
Sam Hemelryk
b1591c6568
Merge branch 'w29_MDL-28384_m21_nullurl' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-25 10:14:47 +08:00
Sam Hemelryk
6e48852633
Merge branch 'w29_MDL-28432_m21_cohortconfig' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-25 09:52:49 +08:00
Sam Hemelryk
88b014092d
Merge branch 'w29_MDL-28440_m21_jssemicol' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-25 09:45:42 +08:00
Mary Evans
7d8b8d1abe
fix for MDL-27768 removed reference to gradient-sb image
2011-07-25 09:40:12 +08:00
Petr Skoda
13d0cc41eb
MDL-27653 fix incorrect int | object detection
2011-07-24 15:05:16 +02:00
Petr Skoda
f76942869c
MDL-27994 course creator role is for creating courses only!
...
The course creator role is designed to be used to create courses, nothing else - that is create new course, create new course from backup + view hidden courses and categories.
2011-07-24 14:19:21 +02:00
Petr Skoda
50ecbad305
MDL-28384 convert empty log urls to ''
...
The problem is that the log table does not allow nulls, credit goes to Troy Williams.
2011-07-24 14:08:27 +02:00
Petr Skoda
1e075c08a0
MDL-27464 continuation link sometimes links off-site
...
This code was manually merged from MOODLE_19_STABLE, credit goes to Matt Meisberger.
2011-07-23 13:34:43 +02:00
Petr Skoda
4cbc500d1f
MDL-28440 add missing semicolon causing JS issues
...
Credit goes to Mark Nielsen.
2011-07-23 11:49:39 +02:00
Petr Skoda
4e6464937c
MDL-22584 deal with oversized dir and file names during upgrade
2011-07-23 11:40:21 +02:00
Petr Skoda
cb52b340d3
MDL-28145 fix renderer typo in comments
2011-07-22 23:43:30 +02:00
Petr Skoda
f1073b930b
MDL-27796 ignore missing HTTP_HOST header
2011-07-22 23:18:13 +02:00
Petr Skoda
4133a3cd5b
MDL-28182 always use full user object when deleting users
2011-07-22 22:48:16 +02:00
Petr Skoda
bdbb48efe9
MDL-28337 add parameters explanation in URL resource configuration
2011-07-22 22:18:29 +02:00
Petr Skoda
965c9b97ab
MDL-28432 use enrol/cohort and enrol/manual capabilities correctly in cohort enrol UI and fix input validation in ajax
2011-07-22 10:14:29 +02:00
Sam Hemelryk
22cf3b24a5
MDL-28191 Continue button after selecting a theme now redirects back to the theme selector
2011-07-22 14:58:06 +08:00
Rossiani Wijaya
d19983fac1
MDL-28107 course enrolment icon: Fixed logged in user enrolment icons
2011-07-22 13:22:26 +08:00
AMOS bot
283ccdc71f
Automatically generated installer lang files
2011-07-22 00:55:19 +00:00
Dongsheng Cai
279a874108
MDL-28284 don't load filepicker module for every page
2011-07-21 17:27:51 +08:00
AMOS bot
e0d9ebc1f2
Automatically generated installer lang files
2011-07-20 00:55:26 +00:00
Petr Skoda
aede1fe6a7
weekly release 2.1+
2011-07-19 15:23:42 +02:00
Petr Skoda
f21656d5d0
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-07-19 15:16:46 +02:00
Petr Skoda
feccdaa0ff
MDL-27696 initialise arrays
...
Credit goes to David Mudrak.
2011-07-19 15:04:38 +02:00
Petr Skoda
fc7224bac7
MDL-27696 do not use placeholders in GROUP BY because pg does no like that
2011-07-19 10:54:04 +02:00
Petr Skoda
27b4936fcf
MDL-27889 use new recaptcha google urls in lang packs
2011-07-19 10:26:30 +02:00
AMOS bot
cdf9c89416
Automatically generated installer lang files
2011-07-19 00:55:36 +00:00
Dan Poltawski
bf953fe670
MDL-28228 pagelib - incorrect DEBUG constant used
2011-07-19 00:02:56 +01:00
Dan Poltawski
677ee6dee7
MDL-28232 - Course log text export is missing a new line
2011-07-18 23:46:08 +01:00
Petr Skoda
8fa38242d0
Merge branch 'wip-MDL-28040-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-07-18 15:34:09 +02:00
Petr Skoda
aa3097da63
Merge branch 'wip-MDL-28184-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-07-18 15:28:54 +02:00
Petr Skoda
719368f8cf
Merge branch 'wip-MDL-28205-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-07-18 15:25:31 +02:00
Petr Skoda
dd70519ab4
Merge branch 'wip-MDL-28137-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-07-18 15:22:57 +02:00
Petr Skoda
38a1040957
Merge branch 'wip-MDL-27771-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-07-18 15:20:01 +02:00
Petr Skoda
ea3317e782
Merge branch 'wip-MDL-27696-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-07-18 15:17:55 +02:00
Petr Skoda
f871cc1b8a
Merge branch 'wip-MDL-27305-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-07-18 15:14:42 +02:00
Petr Skoda
29d4f2eeb3
Merge branch 'wip-MDL-25870-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-07-18 14:57:59 +02:00
Sam Hemelryk
a699cbcdbc
Merge branch 'wip-MDL-27756-MOODLE_21_STABLE' of github.com:marinaglancy/moodle into MOODLE_21_STABLE
2011-07-18 22:18:52 +10:00
Sam Hemelryk
8910a2d15a
Merge branch 'MDL-27555_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-07-18 21:51:11 +10:00
Sam Hemelryk
0d9cdacf89
Merge branch 'wip-mdl-27837-MOODLE_21_STABLE' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-07-18 21:08:41 +10: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
Sam Hemelryk
39b10270a1
Merge branch 'w28_MDL-27804_m21_csvauth' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-18 20:19:20 +10:00
Sam Hemelryk
4e579f6067
Merge branch 'w28_MDL-28253_m21_managerupgrade' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-18 20:10:01 +10:00
Sam Hemelryk
f6c2b4fc13
Merge branch 'w28_MDL-28313_m21_enroldb' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-18 20:04:01 +10:00
Sam Hemelryk
056c04c9b4
Merge branch 'w28_MDL-28348_m21_meta' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-18 19:39:28 +10:00
Sam Hemelryk
03368c0b2e
Merge branch 'w28_MDL-28350_m21_wsra' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-18 19:28:27 +10:00
Petr Skoda
4bc43436b9
Merge branch 'wip-MDL-25125-MOODLE_21_STABLE' of github.com:marinaglancy/moodle into MOODLE_21_STABLE
2011-07-18 09:34:18 +02:00
Sam Hemelryk
5dd5e31616
Merge branch 'w28_MDL-28363_m21_dimmed' of git://github.com/skodak/moodle into MOODLE_21_STABLE
2011-07-19 00:45:35 +10:00
Sam Hemelryk
bd202c1531
Merge branch 'MDL-28298-workshop-constant_21_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_21_STABLE
2011-07-19 00:39:36 +10:00
Sam Hemelryk
9190787dff
Merge branch 'MDL-28325-enrol-help_21_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_21_STABLE
2011-07-19 00:34:58 +10:00
Sam Hemelryk
3753033ef6
MDL-26482 minor whitespace fix
2011-07-19 00:28:15 +10:00
Sam Hemelryk
0a02548c23
Merge branch 'm21_MDL-26482' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-07-19 00:27:04 +10:00
Petr Skoda
8399f5a230
MDL-28348 fix spelling and some whitespace issues
2011-07-17 20:40:48 +02:00
Petr Skoda
ffbde27300
MDL-28348 fix fatal error caused by unenrolling of incorrect enrol instance
2011-07-17 20:40:47 +02:00
Petr Skoda
dd6142b7d2
MDL-28348 prevent circular references in meta handler for enrolments
2011-07-17 20:40:47 +02:00
Petr Skoda
d5cb69e9ba
MDL-28348 fix meta sync when unassigning roles
2011-07-17 20:40:47 +02:00
Petr Skoda
285e578ed7
MDL-28363 make dimmed selectors more specific to prevent overriding from other themes
2011-07-16 21:04:53 +02:00
AMOS bot
e7250e5bd0
Automatically generated installer lang files
2011-07-16 00:55:20 +00:00
Petr Skoda
f2b1a6c2ad
MDL-28350 prevent bogus role assignment via externallib
2011-07-15 12:24:10 +02:00
Petr Skoda
52bdbe7617
MDL-27804 allow changing of only auth in csv user uploads
2011-07-15 11:08:19 +02:00
David Mudrak
bf225ac4c8
MDL-28325 Enrolment: added help to the duration, start date and end date setting
...
The patch also fixes one typo in enrol_manual detected while working on
this.
2011-07-15 08:53:43 +02:00
AMOS bot
697c3ab6b6
Automatically generated installer lang files
2011-07-15 00:55:18 +00:00
Petr Skoda
0954c43f81
MDL-28313 fix incorrect enrol database settings upgrade
2011-07-14 22:34:03 +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
Petr Skoda
1024510a4a
MDL-28253 use unique name for new manager role
2011-07-14 13:37:31 +02:00
Marina Glancy
659d31bf25
MDL-27756 Improving move_course() performance
2011-07-14 11:02:43 +08:00
Rajesh Taneja
3012b215f6
MDL-27837 enrol - Fixed checkboxes for multiple self enrolment
2011-07-14 10:04:33 +08:00
Marina Glancy
7a97eccc48
MDL-25125 fix YUI bug with overriding styles
2011-07-14 10:00:52 +08:00
AMOS bot
b8dd2bb73c
Automatically generated installer lang files
2011-07-14 00:55:18 +00:00
Dan Marsden
2987d698b4
MDL-26482 SCORM add option to disable TOC completely - thanks to Clark Burns for some help!
2011-07-14 11:07:41 +12:00
Dan Marsden
082325c271
MDL-28300 SCORM Fix check for SCORM 2004 thanks to Silvia Bastos for report/patch
2011-07-14 11:02:05 +12:00
Sam Hemelryk
93d82f4601
weekly release 2.1+
2011-07-13 20:23:04 +08:00
Sam Hemelryk
3a9e75e464
Merge branch 'install_21_STABLE' of git://github.com/amosbot/moodle into MOODLE_21_STABLE
2011-07-13 20:08:56 +08:00
Sam Hemelryk
accc55da27
Revert "MDL-23344 fix login form focus"
...
This reverts commit 2d28584695 .
2011-07-13 20:03:56 +08:00
David Mudrak
d1c368e050
MDL-28298 workshop: do not use a constant without explicit inclusion of the library
...
Instead of including whole formslib just to get the constant defined, I
decided to hard-code the value and put the reference to the comment so
that eventual grep would spot it. Of course that is is not nice at all
but it's lesser of two evils imho.
2011-07-13 10:28:04 +02:00
Rossiani Wijaya
35ef97232c
MDL-27555 assignment module: remove 'submitted' option from optional setting for offline assignment type.
2011-07-13 15:32:21 +08:00
Sam Hemelryk
f3e47fc8d2
MDL-28184 navigation: Tidied up handling of coursenode when adding course essentials
2011-07-13 14:59:31 +08:00
Sam Hemelryk
4479a18d52
MDL-27771 filter-text: Fixed typo contninue
2011-07-13 14:53:12 +08:00
Chris Follin
7869e36193
MDL-27305 forum: Added missing item to forum_get_view_actions
2011-07-13 14:23:08 +08:00
Sam Hemelryk
aa132e3f9b
MDL-25870 enrol-manual: Fixed pagination of AJAX search results for users when changing search
2011-07-13 14:02:53 +08:00
Sam Hemelryk
34ee79470f
MDL-28137 unit tests: Fixed up problem with block manager tests when running unit tests after turning editing on
2011-07-13 13:45:15 +08:00
Sam Hemelryk
9b1ffd0159
MDL-28205 RSS: Fixed up notice and set better pagelayout type on manage feeds page
2011-07-13 10:32:15 +08:00
Sam Hemelryk
9741999e77
MDL-27696 datalib Fixed up misused params in get_logs_usercourse
2011-07-13 10:29:56 +08:00
Sam Hemelryk
3274dc1461
MDL-28040 navigation: Fixed up error with navigation when dealing with categories that have a lower sort order than the parent.
2011-07-13 10:00:16 +08:00
Eloy Lafuente (stronk7)
fe97a3dc7a
Merge branch 'MDL-28221-resource-conversion_21_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_21_STABLE
2011-07-12 19:05:04 +02:00
Eloy Lafuente (stronk7)
6f09ed8643
Merge branch 'm21_MDL-28017' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-07-12 16:30:33 +02:00
Eloy Lafuente (stronk7)
e0dfb65718
MDL-28210 messaging: all includes but config.php must use $CFG-based abosolute paths
2011-07-12 12:21:16 +02:00
Andrew Davis (andyjdavis)
9cf58aba08
MDL-28210 messaging: Fixed requires problems in /message/discussion.php
2011-07-12 12:21:07 +02:00
Petr Skoda
c43a4beda8
MDL-28273 waring that removing user from cohorts may unenrol from courses
2011-07-12 16:27:18 +08:00
AMOS bot
64149328dd
Automatically generated installer lang files
2011-07-12 00:55:23 +00:00
Dan Marsden
15bec9a365
MDL-28017 SCORM add unset_config for old config var
2011-07-12 09:48:28 +12:00
David Mudrak
665120d4e6
MDL-28221 Legacy resource URL pointing to the course itself are migrated as File module
...
This patch replays the logic of resource_20_migrate() function. If a
file is referred via URL to the course files of the course being
backed up, then such a resource is converted to the File module
(mod/resource) rather than URL module.
2011-07-11 22:37:34 +02:00
Petr Skoda
74275cf6e5
MDL-22404 add cohort ID to user filters
...
We are using only ID because there might be hundreds of cohorts in the system at different contexts. There is no special access control because filtering is supposed to be used by admins only.
2011-07-11 20:24:11 +02:00
Eloy Lafuente (stronk7)
1187c38d6d
Merge branch 'm21_MDL-26942' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-07-11 19:48:10 +02:00
Eloy Lafuente (stronk7)
a19c77bd24
Merge branch 'MDL-27755_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-07-11 19:43:53 +02:00
Eloy Lafuente (stronk7)
b8cde34b06
Merge branch 'MDL-27741_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-07-11 19:36:01 +02:00
Petr Skoda
2d28584695
MDL-23344 fix login form focus
2011-07-11 17:23:28 +02:00
Dan Poltawski
c261b351cf
MDL-23580 course overview - remove debugging junk
2011-07-11 16:47:28 +02:00
Tim Hunt
934c878eaa
MDL-26165 quiz submit are-you-sure is potentially confusing.
2011-07-11 16:33:10 +02:00
Tim Hunt
b11d374122
MDL-27483 make quiz repagination more robust.
2011-07-11 16:26:36 +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
Ruslan Kabalin
661dd2cf61
MDL-28186 messaging: Fix "Enable messagning setting" infuence on the menus
...
"Enable messaging system" (Site administration > Advanced features) is
supposed to control messaging between site users only, thus it should not
remove user messging preferences menu item. However, it may remove instant
messging preferences from providers list for the user.
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk >
2011-07-11 15:24:15 +02:00
David Mudrak
b0e79df977
MDL-28221 resource: improved file not found handling
...
When the referenced file is not found, do not rely on the record in
resource_old as the resource can be actually restored from a 1.9 backup.
2011-07-11 12:12:38 +02:00
David Mudrak
6ca0ba0104
MDL-28221 resource: fixed a typo in variable names
2011-07-11 12:04:18 +02:00
Rossiani Wijaya
153694ed0a
MDL-27741 forum subscribe link: Removed 'no' string in social course format to display a subscribe link if user is not enrolled
2011-07-11 17:04:05 +08:00
Sam Hemelryk
1541d1a36b
Merge branch 'wip-mdl-27954-MOODLE_21_STABLE' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
2011-07-11 16:02:18 +08:00
Tim Hunt
c159d8e872
MDL-28195 confirm_action should allow the button labels to be customised
2011-07-11 15:03:39 +08:00
Sam Hemelryk
a8361fc214
Merge branch 'wip-MDL-27429-m21' of git://github.com/Beedell/moodle into MOODLE_21_STABLE
2011-07-11 13:56:39 +08:00
Jamie Pratt
96c7aa3fe5
MDL-28268 Missing ORDER BY when using extra answer table.
...
From OU bug #921 "Order of answer fields in Variable numeric keeps changing" Cannot
reproduce this bug on my system but hopefully this will fix the problem. I added
an ORDER BY clause to the sql for fetching answers with extra answer fields.
2011-07-11 13:26:39 +08:00
Tim Hunt
a3b71db63b
MDL-28192 local_qeupgradehelper fix typo.
2011-07-11 13:18:37 +08:00
Dan Marsden
66c36644d3
MDL-28017 SCORM - remove admin setting incorrectly added as it was never used.
2011-07-11 15:44:50 +12:00
Sam Hemelryk
903c12c74b
Merge branch 'm21_MDL-27947' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-07-11 11:31:48 +08:00
Sam Hemelryk
73d78d8de4
Merge branch 'MDL-27890_m21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-07-11 11:25:56 +08:00
Sam Hemelryk
bbdd6f2dc1
Merge branch 'glossary_multilang_m21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-07-11 11:15:17 +08:00
Sam Hemelryk
f738eb06e7
Merge branch 'mod_url_decode_m21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-07-11 11:04:18 +08:00
Sam Hemelryk
6f30a86bc7
Merge branch 'backup_groups_m21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-07-11 10:57:15 +08:00
Rajesh Taneja
4db5d94af5
MDL-27954 mod_database - fixed search navigation link
2011-07-11 10:28:47 +08:00
Eloy Lafuente (stronk7)
5299507674
MDL-28048 glossary - fix double ampersand & missing string
2011-07-11 01:40:27 +02:00
Eloy Lafuente (stronk7)
d5a8ec5ccd
MDL-28048 glossary - add multilang support to categories
2011-07-11 01:03:58 +02:00
Eloy Lafuente (stronk7)
4daa20bb5b
MDL-28156 restore - fix some notices restoring empty courses
2011-07-10 13:12:49 +02:00
Eloy Lafuente (stronk7)
3a32daedb5
MDL-28156 restore - support restoring files without grade items
2011-07-10 00:53:29 +02:00
Eloy Lafuente (stronk7)
130fcbd649
MDL-27438 backup - on course backups add course gropus and groupings
2011-07-09 19:28:50 +02:00
Eloy Lafuente (stronk7)
96ab22afc8
MDL-27018 restore - decode links missing url->externalurl support
2011-07-09 13:35:51 +02:00
AMOS bot
b88f5de7ec
Automatically generated installer lang files
2011-07-09 00:55:20 +00:00
Dan Marsden
0ae4c47c76
MDL-27947 - fix TOC display on skipview - use correct org in TOC title
2011-07-09 11:48:22 +12:00
Dan Marsden
60201a66e0
SCORM MDL-26942 - merge scorm_get_toc into a single global function
2011-07-09 11:12:18 +12:00
John Beedell
5a062fcd8f
MDL-27429 Adding tabindex and on keypress to the blocks show/hide icon.
2011-07-08 12:31:49 +01:00
AMOS bot
4481d845e1
Automatically generated installer lang files
2011-07-08 12:34:51 +02:00
Rossiani Wijaya
fefd37d864
MDL-27755 course search: Add course id and shortname to search fields
2011-07-08 17:24:26 +08:00
Eloy Lafuente (stronk7)
a938306457
weekly release 2.1+
2011-07-08 11:22:28 +02:00
Eloy Lafuente (stronk7)
8718d91313
fix permissions
2011-07-08 11:12:55 +02:00
Eloy Lafuente (stronk7)
24813d35f7
Merge branch 'MDL-28015-workshop-sql_21_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_21_STABLE
2011-07-08 01:18:44 +02:00
Eloy Lafuente (stronk7)
8437ce030d
Merge branch 'MDL-28168-custommenu_21_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_21_STABLE
2011-07-08 00:58:08 +02:00
Tim Hunt
583e6a6992
MDL-27890 tinymce - enable 30 as min height within moodle
2011-07-07 19:59:35 +02:00
Eloy Lafuente (stronk7)
f738546c8f
MDL-NOBUG tinymce - updated instructions to cover local modifications and other minor changes
2011-07-07 18:21:15 +02:00
Eloy Lafuente (stronk7)
0e24cfb800
MDL-27890 tinymce - allow it to be smaller
2011-07-07 17:36:59 +02:00
David Mudrak
cabce0e259
MDL-28015 workshop - fixed unique list of columns in ORDER BY clause
...
MSSQL requires that the columns in the ORDER BY clause list must be
unique. The patch populates the list of fields by combining an array of
explicit sort definition with an array of implicit (default) sort
definition.
2011-07-07 15:16:29 +02:00
Sun Zhigang
fbe00fbec7
MDL-27833 Backup - Fix can't search courses with non-latin characters during importing
...
PARAM_ALPHANUMEXT filter out all non-latin characters, including
Chinese, Japanese and etc. Use PARAM_NOTAGS instead.
2011-07-07 10:39:24 +02:00
Aparup Banerjee
2fa78e85e9
MDL-28169 Installation Added 2.1 upgrade (idiot proof) lines to upgrade scripts.
2011-07-07 10:24:38 +02:00
Petr Skoda
dd402d1fa3
MDL-28163 custom site frontpage support
2011-07-07 10:15:34 +02:00
Eloy Lafuente (stronk7)
14cf05a2cf
Merge branch 'm21_MDL-28110' of git://github.com/danmarsden/moodle into MOODLE_21_STABLE
2011-07-07 03:01:30 +02:00
Eloy Lafuente (stronk7)
acfa08a69f
MDL-27989 whitespace fix
2011-07-07 02:22:54 +02:00
Eloy Lafuente (stronk7)
e986a24a9d
Merge branch 'MDL-27989_MOODLE_21_STABLE' of git://github.com/kordan/moodle into MOODLE_21_STABLE
2011-07-07 02:22:22 +02:00
Dan Poltawski
7a0374f6e7
MDL-26285 block_rss_client - do not disable with enablerssfeeds
...
This setting was used in 1.9 and below to control feed generation only, not
for RSS consumption.
2011-07-07 02:11:44 +02:00
Petr Skoda
78087ddfa5
MDL-27375 add missing lowercasing of external column names
...
Credit goes to Gail Preuninger.
2011-07-07 01:40:35 +02:00
Petr Skoda
bde4f81335
MDL-28117 include repo lib when hacking file_picker renderer
2011-07-07 01:34:12 +02:00
Dan Poltawski
334b4f6301
MDL-27329 course report - correct use of wrong fullname
...
We are refering to users in this column of the course report not
course full name.
2011-07-07 00:25:11 +02:00
Dan Poltawski
e4318be030
MDL-28100 - page resource was not using context for text filtering
2011-07-07 00:12:46 +02:00
Dan Poltawski
4c26ea1713
MDL-27279 lang/en/xmldb - Fix Typo in confirmcheckforeignkeys
2011-07-07 00:01:45 +02:00
Tim Hunt
40ff08d84f
MDL-28222 quiz reports missing context in call to quiz_report_feedback_for_grade.
2011-07-06 20:29:20 +02:00
Tim Hunt
9a1da08340
MDL-27040 get_users_by_capability generates u.id IN () when no uesrs have accessallgroups
2011-07-06 19:26:30 +02:00
Tim Hunt
eeb78f323a
MDL-28166 fix some more instances of my favourite becuase typo.
2011-07-06 19:21:02 +02:00
Tim Hunt
54bf1cf7dc
MDL-28166 send quiz event notifications asynchronously.
...
This avoids the problem that you cannot send messages in transactions.
It also means that the quiz submission will not be prevented, and the
message will still be sent eventually, if any part of the messaging
system is giving intermittent errors when the student wants to submit
their quiz.
2011-07-06 19:20:50 +02:00
Sun Zhigang
376d87ca03
MDL-27934 Upload Assignment - Remove useless code
2011-07-06 13:26:21 +08:00
Dan Poltawski
fbb580c38a
MDL-27855 navigation - only display participants link with permissions
2011-07-06 13:20:46 +08:00
Dan Poltawski
35a39e35e2
MDL-27168 completionstatus block - Use localized strings
2011-07-06 12:04:16 +08:00
Dan Poltawski
84a05572c9
MDL-26626 course competion block - fix hardcoded string
2011-07-06 11:21:35 +08:00
Dan Poltawski
c01d7b4d79
MDL-26611 Roles Language - remove reference to 'legacy role type'
2011-07-06 11:10:08 +08: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
Petr Skoda
05f4555422
MDL-28147 do not double cache theme css/js
2011-07-06 03:15:03 +02:00
Tim Hunt
a5dd15e921
MDL-28160 question preview window uses wrong pagelayout in activity contexts
2011-07-06 03:08:41 +02:00
Petr Skoda
05299908b4
MDL-28161 precreate htmlpurifier dir when resetting caches
...
Includes sloppy whitespace fix.
2011-07-06 02:55:00 +02:00
Petr Skoda
9a49e6004b
MDL-28167 fix missing new
...
And sloppy whitespace.
2011-07-06 02:09:54 +02:00
Sam Hemelryk
a3fd215cb8
MDL-28172 forum: Fixed up overzealous check for portfolio enabled.
2011-07-06 02:02:02 +02:00
Tim Hunt
6ff0bacee1
MDL-28179 make failed event hander error message much more useful.
2011-07-06 01:49:02 +02:00
Andrew Robert Nicols
757ca142ca
MDL-28193 Add $external arg to get_driver_instance
...
Signed-off-by: Andrew Robert Nicols <andrew.nicols@luns.net.uk >
2011-07-06 01:40:35 +02:00
Eloy Lafuente (stronk7)
98e86d8b27
MDL-28196 quiz calls get_in_or_equal (fixing missing $DB)
2011-07-05 22:00:51 +02:00
Tim Hunt
69b88de0df
MDL-28196 quiz calls get_in_or_equal (not DB->get_in_or_equal) in two places
...
Also, another minor error in one method call.
2011-07-05 21:56:37 +02:00
Tim Hunt
17b8d59a0a
MDL-27821 backup_exception should not throw away debug info.
2011-07-05 19:43:54 +02:00
Eloy Lafuente (stronk7)
d396a03bac
Merge branch 'MDL-28185_m21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE
2011-07-05 17:59:57 +02:00
Tim Hunt
f404343487
MDL-26618 Moving sticky blocks on other pages does not work in Oracle.
...
This was due to some missing $DB->sql_empty() in a query affecting the
block_positions table.
2011-07-05 17:47:37 +02:00
Eloy Lafuente (stronk7)
f8632149ad
MDL-28185 upgrade - fix oracle problem upgrading blocks
2011-07-05 15:38:09 +02:00
David Mudrak
a056d4fa9e
MDL-28168 Multi-language support for custom_menu reimplemented
...
This is a reimplementation of the multi-language support for the
custom_menu class. The menu items now accept the forth optional
parameter with the explicit list of languages the item is valid for. If
no languages are listed, the item is valid for any language. The caller
of the custom_menu constructor must provide the user's current language
or null if the multi-language should not be supported (all items are
valid for any language then, regardless the definition).
See the attached unit tests for the examples of usage.
2011-07-05 12:22:26 +02:00
Kordan
3c9cd14006
addition to previous fix for MDL-27989 in MOODLE_21_STABLE
2011-07-05 11:30:50 +02: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
David Mudrak
88d9d9fba5
MDL-28168 Improved custom_menu constructor
...
This improves custom_menu constructor by dropping support for useless
$text parameter and replacing it with the menu definition. This makes
custom_menu instance independent on the place where the menu is defined
($CFG->custommenuitems) and can be unit-tested. Also, multiple instances
of custom_menu can be instantiated now which can be interesting in the
future.
2011-07-05 10:26:01 +02:00
Kordan
cc3e8c536c
MDL-27989 fix for MOODLE_21_STABLE
2011-07-05 10:21:13 +02:00
Aparup Banerjee
a43b8cf330
MDL-28135 general Updated broken and typo docs links
2011-07-05 15:17:23 +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
David Mudrak
5b806d1524
MDL-28168 Revert "MDL-27073 Support multi-language content in custom menu"
...
This reverts commit 87e0230d0a .
2011-07-05 09:08:49 +02:00
Iñaki Arenaza
7679e8d256
MDL-24666 sync_users.php can throw db exception on sites upgraded from 1.x
...
From 2.0 on we lowercase all the settings related to LDAP attributes
to cope with differences in LDAP servers when returning attribute
names as array indices (some lowercase them, some leave them as
specified in the query, some normalize them, etc.).
But we only lowercase them when saving the settings page. So on sites
that have been migrated from 1.x, it may happen that we still have
mixed-case attribute names. And this is fatal for the user_attribute
setting, as we might not detect it in the returned array from LDAP and
it will be empty (and the db layer throws and exception).
So we just make sure the attribute name is lowercased (and trimmed,
in case it's got some white space around it).
Signed-off-by: Iñaki Arenaza <iarenaza@mondragon.edu >
2011-07-04 21:46:44 +02:00
Dan Marsden
e1a1827b59
SCORM MDL-28110 fix string name
2011-07-03 12:54:41 +12:00
Dan Marsden
9f098ef0ec
SCORM MDL-28110 set default for forcejavascript to yes - add string explaining what it does.
2011-07-03 12:54:31 +12:00