Eloy Lafuente (stronk7)
11e24ca055
Moodle release 2.0.7
2012-01-07 17:07:13 +01:00
Eloy Lafuente (stronk7)
b5c2f4d339
weekly release 2.0.6+
2012-01-05 15:09:03 +01:00
Sam Hemelryk
032d7039fd
Merge branch 'w52_MDL-29917_m20_autocomplete' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2012-01-04 10:58:01 +13:00
Petr Skoda
4c519f313f
MDL-30950 remove references to removed admin block
...
Credit goes to Ralf Hilgenstock.
2012-01-03 22:35:39 +01:00
Petr Skoda
a4478cd677
MDL-29917 prevent form autocompletion in most Moodle forms
...
The password autocompletion in case of Moodle makes sense only on the login page, the form autocompletion in general is most probably useful only on the user signup page.
This patch is compatible with html 5, unfortunately we have to ignore strict warnings in legacy xhtml 1.0 standard.
2012-01-03 11:08:28 +01:00
Aparup Banerjee
9238b568c5
Merge branch 'wip-mdl-29844-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2012-01-03 12:33:02 +08:00
Eloy Lafuente
4b1634259a
MDL-29844 Administration: Added new config for users to login for viewing profile image
2012-01-03 12:12:12 +08:00
Petr Skoda
e9d36fd552
MDL-30673 fix login autocompletion protection
2012-01-03 14:11:52 +13:00
Petr Skoda
256f77ef94
MDL-13572 fix incorrect value printing
2012-01-03 11:02:13 +13:00
Petr Skoda
fdb2313376
MDL-13572 fix incorrect value printing
2012-01-03 11:02:13 +13:00
Petr Skoda
5a72f96843
MDL-13572 do not send emails to invalid addresses
2012-01-03 11:02:13 +13:00
Andrew Davis
63601aa655
MDL-13572 message: added validation of the email address in the messaging preferences
2012-01-03 11:02:12 +13:00
Eloy Lafuente (stronk7)
464ad0a47e
weekly release 2.0.6+
2011-12-23 03:05:53 +01:00
Eloy Lafuente (stronk7)
8a99b2a116
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-12-23 02:53:35 +01:00
Gerard (Gerry) Caulfield
5697227dd9
MDL-29400 Fixing unset object bug encountered by Rajesh during testing
2011-12-22 09:56:17 +01:00
Aparup Banerjee
b23d738cde
Merge branch 'wip-MDL-30541-stable20' of git://github.com/phalacee/moodle into MOODLE_20_STABLE
2011-12-21 14:19:22 +08:00
Aparup Banerjee
b562573aa2
Merge branch 'wip-MDL-30539-stable20' of git://github.com/phalacee/moodle into MOODLE_20_STABLE
2011-12-21 13:36:14 +08:00
Sam Hemelryk
3cd88ea638
Merge branch 'MDL-28126_m20' of https://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-12-21 17:19:46 +13:00
Jason Fowler
0b537fd64f
MDL-30541 - Blog - Fixing the context for RSS Feed headers on the single blog entry pages
2011-12-21 11:03:39 +08:00
Sam Hemelryk
91af0d8431
Merge branch 'MDL-29239_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-12-21 15:01:14 +13:00
David Mudrak
06f9aecbcf
MDL-30170 MNet peers administration - various usability improvements
...
While fixing MDL-30170, the following tiny usability details were
improved along the way:
* the maximum length of the peer site title and the hostname is now
validated (this was actually a real bug as the default value is pre-loaded
from the peer) so the admin gets a nice validation error instead of
the database write exception when trying to register a host with a
longer site title.
* hard-coded English string 'All Hosts' is now localized
* the hostname link in the list of MNet peers leads to the peer itself
2011-12-20 23:36:52 +01:00
David Mudrak
cac3efc3e2
MDL-30170 MNet peers administration - highlight the undelete widget
...
The patch highlights the undelete radio selector at the host edit form.
It moves it to the end of the form (near the submit button) and displays
an explanation above the radio selector.
Also, the list of deleted hosts is now displayed below the table of
active peers at the Manage peers page.
The data returned by mnet_get_hosts() function now contain the deleted
status, too. It is possible to obtain deleted hosts from that function
now.
2011-12-20 23:36:13 +01:00
Gerard (Gerry) Caulfield
183550216e
MDL-29400 Update the upload and uploadsingle assignment classes to so
...
that they only display the assignment submitted status when it has
actually been submitted.
2011-12-20 22:55:49 +01:00
Aparup Banerjee
dcaea2b744
MDL-30603 synced and renamed incorrect ZF 1.10.6 file and name
2011-12-20 19:50:29 +01:00
Mark Nielsen
834bcfa664
MDL-29048 Glossary Force glossary type to secondary while trying to duplicate a mail glossary
2011-12-20 18:57:00 +01:00
Eloy Lafuente (stronk7)
139ce28030
Merge branch 'MDL-30738_20_STABLE' of git://github.com/kiklop74/moodle into MOODLE_20_STABLE
2011-12-20 02:02:14 +01:00
AMOS bot
e97f24ea91
Automatically generated installer lang files
2011-12-20 00:31:32 +00:00
Sam Hemelryk
834082292a
Merge branch 'MDL-30646_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-12-20 13:20:38 +13:00
Eloy Lafuente (stronk7)
9f78a33c7b
Merge branch 'MDL-30741_m20' of git://github.com/jfilip/moodle into MOODLE_20_STABLE
2011-12-20 00:05:59 +01:00
Sam Hemelryk
ffcc16f52a
Merge branch 'wip-MDL-28948-MOODLE_20_STABLE' of git://github.com/abgreeve/moodle into MOODLE_20_STABLE
2011-12-20 10:42:15 +13:00
Mary Evans
b337e7be55
MDL-30500 Fix for Sky High report & print layout
2011-12-19 15:23:07 +13:00
AMOS bot
359f84eeac
Automatically generated installer lang files
2011-12-18 00:31:29 +00:00
Andrew Davis (andyjdavis)
0958a64834
MDL-28072 coursereport: added a missing require_once()
2011-12-16 12:18:29 +01:00
adrian@moodle.com
43269b8442
MDL-28948 - lib - removed the hard coded key for the rc4encryt function.
2011-12-16 09:19:54 +08:00
AMOS bot
41a535e3e7
Automatically generated installer lang files
2011-12-16 00:31:31 +00:00
Tim Hunt
71b908e52f
MDL-30646 default qbank sort should only use visible columns.
2011-12-15 18:41:33 +00:00
Justin Filip
c40e59f1c6
MDL-30741 Adding a new test to check for incorrect parsing of complicate HTML with a PRE tag.
2011-12-15 11:12:55 -05:00
Justin Filip
7f3b9f0e31
MDL-30741 Fix the handling of PRE tags with the latest code from upstream: http://trac.roundcube.net/browser/trunk/roundcubemail/program/lib/html2text.php?rev=5497
2011-12-15 11:12:52 -05:00
Aparup Banerjee
90f345d02f
MDL-28126 webservice : string fixed.
2011-12-15 16:23:18 +08:00
Tim Lock
e460b8846d
MDL-30419: IMS package content missing when using Blackboard packages
2011-12-14 21:34:47 +01:00
Darko Miletic
a4ffe6c993
MDL-30738: added version for 2.0 stable
2011-12-14 14:49:36 -03:00
Jerome Mouneyrac
e922d9a90b
MDL-28126 webservices : should not able to create token if user is deleted,unconfirmed,suspended or guest.
2011-12-15 00:57:32 +08:00
Eloy Lafuente (stronk7)
2ef91b5b55
Merge branch 'wip-MDL-27767-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-12-14 03:18:20 +01:00
Petr Skoda
7e01298b8f
MDL-30610 new environment requirements for 2.3
2011-12-14 02:43:09 +01:00
Sam Hemelryk
a3c0ea64af
Merge branch 'MDL-30463_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-12-14 14:24:46 +13:00
Tim Hunt
ac9ee6a834
MDL-30559 conditional availability: missing validation of grade rules.
2011-12-13 17:30:40 +08:00
Petr Skoda
694bf2fa3b
MDL-30575 more mail header cleanup
2011-12-13 10:24:56 +08:00
Jason Fowler
51ea2ffa7e
MDL-305439 - BLOG - Adding RSS link to user blogs
2011-12-13 09:46:31 +08:00
Andrew Robert Nicols
6ec9004b69
MDL-30653 Remove duplicate Participants link from navbar
2011-12-13 12:09:21 +13:00
Sam Hemelryk
2a6811bb9d
Merge branch 'MDL-30689' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-12-13 11:26:34 +13:00
Sam Hemelryk
b11d9dc595
Merge branch 'MDL-30677_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-12-13 11:19:36 +13:00
Sam Hemelryk
3a4e0dd4d3
Merge branch 'MDL-30498a_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-12-13 11:10:52 +13:00
Sam Hemelryk
4a0b3e2a62
Merge branch 'MDL-27143_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-12-13 10:25:58 +13:00
Rossiani Wijaya
0293b62ebb
MDL-30463 lesson module: add space between yes and no options on start last attempt page
2011-12-12 17:12:36 +08:00
Rossiani Wijaya
1b8755325a
MDL-29239 fixed edit course setting for moodle/course:changesummary permission is set to prevent.
2011-12-12 15:47:01 +08:00
Sam Hemelryk
1114c49f51
Merge branch 'MDL-28180_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-12-12 14:57:09 +13:00
Andrew Robert Nicols
9a45c1e1f0
MDL-29195 Remove duplicate Participants -> Notes from navbar
2011-12-12 13:51:26 +13:00
Eloy Lafuente (stronk7)
54c5b28e69
MDL-28180 backup - on restore always prevent completion_aggr_methd dupes
...
This covers the last case where dupes could be happening in the
completion_aggr_methd table: Restoring one complete course into
an existing one, adding information. Now we always check if the
aggr_method exists before inserting it.
2011-12-12 00:44:25 +01:00
Eloy Lafuente (stronk7)
cc2a5ff65e
MDL-28180 backup - take rid of dupes in course_completion_aggr_methd
2011-12-12 00:43:52 +01:00
Eloy Lafuente (stronk7)
8f86e3a2ad
MDL-28180 backup - set excluded activities for any non-course operation
2011-12-12 00:40:31 +01:00
Tim Hunt
da1bee2cb9
MDL-30689 qtype base: fix typo in extra_answer_fields code.
2011-12-11 22:15:48 +00:00
AMOS bot
2be846fd31
Automatically generated installer lang files
2011-12-10 00:31:36 +00:00
Tim Hunt
442f0b10ae
MDL-30677 quiz: fix attempt counts when a student is in several groups.
2011-12-09 17:30:53 +00:00
Tim Hunt
7ef2840ffa
MDL-30498 user name can overlap user report icon.
2011-12-09 17:29:57 +00:00
Tim Hunt
38e32f6ddb
MDL-27143 question bank: questions not saved when deleting a category.
...
Based on a fix by Nikhil Gupta.
Conflicts:
lib/questionlib.php
2011-12-09 17:29:22 +00:00
Eloy Lafuente (stronk7)
bdfd90b105
weekly release 2.0.6+
2011-12-09 16:29:15 +01:00
Eloy Lafuente (stronk7)
87690ba756
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-12-09 16:20:49 +01:00
Tim Hunt
cbda44bca4
MDL-27314 quiz responses report: delete confirmation did not cancel.
2011-12-09 14:24:47 +01:00
Tim Hunt
96cd18c261
MDL-30660 javascript-static: another yui3/ticket/2531561 work-around.
2011-12-09 12:41:57 +01:00
Petr Skoda
2876f41409
MDL-27364 use https for recaptcha when site runs via https
...
Based on solution by Rajesh Taneja.
2011-12-09 11:11:14 +08:00
Sam Hemelryk
c4a91d0670
Merge branch 'MDL-30660' of git://github.com/timhunt/moodle
2011-12-09 11:49:48 +13:00
Eloy Lafuente (stronk7)
b07c46d077
Merge branch 'MDL-30658_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-12-08 19:23:57 +01:00
Tim Hunt
784a6f3132
MDL-30660 javascript-static: M.util.show_confirm_dialog fixes
2011-12-08 17:52:40 +00:00
Tim Hunt
8c70ac0eb6
MDL-30658 formslib: fix JavaScript regression from MDL-27045.
2011-12-08 14:39:00 +00:00
Aparup Banerjee
ff6a1ffdbe
Merge branch 'wip-MDL-30336-MOODLE_20_STABLE' of git://github.com/abgreeve/moodle into MOODLE_20_STABLE
2011-12-08 16:22:22 +08:00
Petr Skoda
9217c1aa87
MDL-30528 stop recreating role_assignments on every login attempt for each user
...
Credit goes to Luis Gustavo Mueller de Alcantara.
2011-12-08 15:51:40 +13:00
adrian@moodle.com
6c91ae7d99
MDL-30336 - login - Added a setting in security that allows auto complete to be set to off in password fields.
2011-12-08 09:02:03 +08:00
Eloy Lafuente (stronk7)
a79d228de6
Merge branch 'wip-MDL-30582-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-12-08 01:37:37 +01:00
Eloy Lafuente (stronk7)
30b29a5cfa
Merge branch 'MDL-26522_user_report_menu_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-12-08 01:02:41 +01:00
Eloy Lafuente (stronk7)
2baa09dd5f
Merge branch 'MDL-27314_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-12-08 00:45:54 +01:00
Sam Hemelryk
3b1a4a0d55
Merge branch 'MDL-29712-MOODLE_20_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_20_STABLE
2011-12-08 12:42:20 +13:00
Eloy Lafuente (stronk7)
8f51baa885
Merge branch 'wip-MDL-30222-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-12-08 00:40:33 +01:00
Eloy Lafuente (stronk7)
88ade60cf4
Merge branch 'w50_MDL-30595_m20_regex' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-12-08 00:25:18 +01:00
Sam Hemelryk
2316dcf0a8
Merge branch 'm20_MDL-30211' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-12-08 10:47:59 +13:00
Dan Marsden
ea3c021a86
MDL-30536 Choice - remove setType so that validation works when JS is disabled
2011-12-08 10:37:11 +13:00
Andrew Davis
ad679f47ac
MDL-26522 grade: made the user selection drop down on the user report behave more sensibly
2011-12-07 09:40:26 +08:00
Sam Hemelryk
8eaf6d689b
Merge branch 'wip-MDL-19147-MOODLE_20_STABLE' of git://github.com/abgreeve/moodle into MOODLE_20_STABLE
2011-12-07 14:20:03 +13:00
AMOS bot
7217ca7d93
Automatically generated installer lang files
2011-12-07 00:31:29 +00:00
Petr Skoda
88ec670c50
MDL-30595 workaround for PHP5.2 preg_quote trouble
2011-12-06 14:11:16 +01:00
Sam Hemelryk
d183cb5d85
MDL-30582 navigation: Fixed regression in generation of front page modules
2011-12-06 13:34:53 +13:00
Sam Hemelryk
6def225efa
MDL-27767 install: Shows notifications rather than throwing exceptions when installation encounters unexpected id for guest or admin
2011-12-06 12:20:56 +13:00
Sam Hemelryk
c21932e739
MDL-30222 Fixed home page redirection madness. Thank you Julien Boulen for providing the solution
2011-12-06 12:07:39 +13:00
AMOS bot
6b7fca5e7f
Automatically generated installer lang files
2011-12-05 18:36:52 +01:00
Eloy Lafuente (stronk7)
4828564296
weekly release 2.0.6+
2011-12-05 12:34:29 +01:00
Jerome Mouneyrac
dd154420ee
MDL-29712server was translating too many HTML characters. use htmlspecialchars instead of htmlentities. Translated characters by htmlspecialchars are compatible with XML validation, and so XML parsers for javascript, java...
2011-12-05 14:17:26 +08:00
AMOS bot
85197c3d6c
Automatically generated installer lang files
2011-12-05 00:31:08 +00:00
Dan Marsden
eba115041c
MDL-30211 imsenterprise enrolment - set up default enrolment methods in new courses
2011-12-02 22:47:22 +13:00
Charles Fulton
a6da7bde9b
MDL-19147 - forum - Removed single discussions from the pull down menu for moving posts to different forums.
2011-12-02 07:45:53 +08:00
Tim Hunt
17d339ea8e
MDL-27314 quiz attempts cannot be deleted in separate groups mode.
2011-12-01 16:29:10 +00:00
Eloy Lafuente (stronk7)
28ab88e130
weekly release 2.0.6+
2011-12-01 12:18:43 +01:00
Eloy Lafuente (stronk7)
4137a8c195
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-12-01 12:04:35 +01:00
Eloy Lafuente (stronk7)
6b04aaad26
Merge branch 'MDL-30544_disable_notifications_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-12-01 10:46:18 +01:00
Andrew Davis
133a23e130
MDL-30544 message: prevented the temporarily disable notifications checkbox from accidently clearing your messaging preferences
2011-12-01 17:10:49 +08:00
Aparup Banerjee
5738c51982
Merge branch 'MDL-30260_backport_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-12-01 11:28:30 +08:00
Sam Hemelryk
ebaa82b5da
Merge branch 'wip-mdl-30421-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-12-01 15:49:10 +13:00
Sam Hemelryk
0e1cdd9e43
Merge branch 'wip-MDL-30469-MOODLE_20_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_20_STABLE
2011-12-01 15:19:56 +13:00
Rajesh Taneja
cfd9db2b8f
MDL-30421 forum: resolved error in single discussion forum, if more then one record is present
2011-12-01 09:46:16 +08:00
Sam Hemelryk
bca26d231d
MDL-30376 mod_glossary: Integration tidy up
2011-12-01 14:30:29 +13:00
Jason Fowler
10c8f7e601
MDL-30376 - Glossary - Fixing ability to see the RSS feed for a glossary
2011-12-01 14:18:23 +13:00
Ruslan Kabalin
24354adc3a
MDL-30526 Choice: add form validation rule for numeric field
2011-12-01 12:45:06 +13:00
Sam Hemelryk
088b648ccc
Merge branch 'MDL-29730_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-12-01 12:29:57 +13:00
Sam Hemelryk
bd87b71c4d
Merge branch 'MDL-30453-exassessment-link_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-12-01 12:16:23 +13:00
Sam Hemelryk
6c5ba86e35
Merge branch 'MDL-30271-switch-role-workshop_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-12-01 11:50:24 +13:00
Marina Glancy
57e47cc33a
MDL-30214: Added function forum_get_file_info() to fix the bug with choosing recent forum files in filepicker
2011-11-30 15:55:17 +08:00
Aparup Banerjee
10c502480b
MDL-27334 : summarised comment about problem.
...
we have git for history.
2011-11-30 15:19:10 +08:00
Aparup Banerjee
fd5cee8ce9
Merge branch 'wip-MDL-27334-MOODLE_20_STABLE' of git://github.com/abgreeve/moodle into MOODLE_20_STABLE
2011-11-30 15:19:06 +08:00
Aparup Banerjee
4d49d71f19
MDL-29469 Enrolments : fixed whitespaces
2011-11-30 14:43:46 +08:00
Aparup Banerjee
a0380d65e9
Merge branch 'wip-MDL-29469-stable20' of git://github.com/phalacee/moodle into MOODLE_20_STABLE
2011-11-30 14:43:37 +08:00
Aparup Banerjee
cf1fa9497d
Merge branch 'MDL-30395-MOODLE_20_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_20_STABLE
2011-11-30 14:13:27 +08:00
Rossiani Wijaya
f3052cca98
MDL-29730 Lesson mod: fixed check_answer() for shortanswser with regular expression option enable
2011-11-30 11:17:31 +08:00
Jerome Mouneyrac
471af8c6c7
MDL-30395 display the folder name if the block/module of a backup file is not installed in the site
2011-11-30 10:36:14 +08:00
AMOS bot
8de624b8e1
Automatically generated installer lang files
2011-11-30 00:31:11 +00:00
Sam Hemelryk
cebd1bce58
MDL-30485 whitespace fix
2011-11-30 11:56:24 +13:00
Sam Hemelryk
de8b419b60
Merge commit 'FETCH_HEAd' into MOODLE_20_STABLE
2011-11-30 11:43:18 +13:00
Sam Hemelryk
dc558d2882
Merge branch 'MDL-30287_grader_ajax_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-11-30 11:37:49 +13:00
Mary Evans
c65ce8ed3c
MDL-30505 Fix for nested mixed ordered/unordered lists
2011-11-30 11:17:55 +13:00
Eloy Lafuente (stronk7)
027961fcf4
Merge branch 'wip-mdl-30466-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-11-29 19:50:09 +01:00
Andrew Davis
a9767e2d01
MDL-30260 message: added an upgrade.txt to describe changes to the messaging API
2011-11-29 22:08:59 +08:00
Andrew Davis
e5a3ba18f4
MDL-30260 messaging: backporting changes to prevent errors if $userto->emailto isn't supplied when sending messages
2011-11-29 22:05:09 +08:00
Jerome Mouneyrac
1785306187
Merge branches 'MOODLE_20_STABLE' and 'MOODLE_20_STABLE' of git://git.moodle.org/moodle into MOODLE_20_STABLE
2011-11-29 16:31:58 +08:00
Andrew Robert Nicols
04b1bdffdb
MDL-30302 Adjust options for calendar day settings
2011-11-29 16:59:16 +13:00
Sam Hemelryk
aafb430115
MDL-30273 whitespace cleanup
2011-11-29 16:47:57 +13:00
Sam Hemelryk
7231e48c27
Merge branch 'wip-MDL-30273-MOODLE_20_STABLE' of git://github.com/abgreeve/moodle into MOODLE_20_STABLE
2011-11-29 16:41:07 +13:00
Mary Evans
d8c7d0999c
MDL-30471 Fix for nesting unordered list inside ordered list
2011-11-29 16:29:12 +13:00
Eloy Lafuente (stronk7)
c42caf06ac
Merge branch 'wip-MDL-30378-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-11-29 03:18:28 +01:00
Rajesh Taneja
d98fbf5108
MDL-30466 Backup: Fixed duplicate completion record check error
2011-11-29 10:07:31 +08:00
AMOS bot
0fef954f39
Automatically generated installer lang files
2011-11-29 00:30:50 +00:00
Sam Hemelryk
7bfc00a71a
MDL-30378 navigation: Front page activities are now added to the navigation on every page
2011-11-29 11:22:56 +13:00
Petr Skoda
f9a0759eec
MDL-30487 remove obsolete test
...
Since MDL-30303 media filter accepts any ? parameters.
2011-11-28 20:19:35 +01:00
Tim Hunt
0ce2d140b7
MDL-30485 XML import from 1.9 does not handle files in subfolders.
2011-11-28 17:27:55 +00:00
Petr Skoda
02ba9aba00
MDL-30448 fix url param problems
2011-11-28 18:55:51 +13:00
Andrew Robert Nicols
879b36fe31
MDL-30465 Add br tag when showing the 'Export to Portfolio' text
2011-11-28 18:30:45 +13:00
Aparup Banerjee
487b07bcc1
Merge branch 'MDL-30460-m20' of git://github.com/ankitagarwal/moodle into MOODLE_20_STABLE
2011-11-28 11:49:59 +08:00
Eloy Lafuente (stronk7)
779085b75d
Moodle release 2.0.6
2011-11-27 23:49:08 +01:00
Eloy Lafuente (stronk7)
4ad8c6e350
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-11-27 23:39:44 +01:00
Eloy Lafuente (stronk7)
e16d680905
Merge branch 'dropbox-api-bump-for-20_STABLE' of git://git.luns.net.uk/moodle into MOODLE_20_STABLE
2011-11-27 23:18:39 +01:00
AMOS bot
34292e766b
Automatically generated installer lang files
2011-11-26 00:31:12 +00:00
David Mudrak
2bf6056b4a
MDL-30453 Use correct renderable classes to represent assessments of example submission
2011-11-25 18:39:31 +01:00
David Mudrak
06cb4cbaee
MDL-30453 New renderable classes for assessments of example submissions
...
The patch introduces two new classes for rendering assessments of
example submission - both the training one and the reference one.
Together with the cooking functions for obtaining instances of these
classes.
2011-11-25 18:39:31 +01:00
David Mudrak
103fc0ec44
MDL-30271 Inform the user about the example assessment conflict, instead of throwing the exception
2011-11-25 16:01:07 +01:00
David Mudrak
e0475260c6
MDL-30271 Move the page initialization so that we can produce output in param processing sections eventually
2011-11-25 16:01:07 +01:00
Eloy Lafuente (stronk7)
433248cc8d
weekly release 2.0.5+
2011-11-25 11:09:20 +01:00
Eloy Lafuente (stronk7)
0c8697540c
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-11-25 11:04:58 +01:00
Dan Poltawski
3342f9278b
MDL-29960 repository/dropbox - update to use 1.0 API version
2011-11-25 10:03:58 +00:00
Ankit Kumar Agarwal
d616497a0e
MDL-30460 Wiki making file extension case-insensitive
2011-11-25 15:06:10 +05:30
Andrew Davis
b7bb9c0f6c
MDL-30287 gradebook: fixed the ajax JS for grade and feedback changes on the grader report
2011-11-25 15:14:47 +08:00
AMOS bot
8bf9c37f0e
Automatically generated installer lang files
2011-11-25 00:30:52 +00:00
Sam Hemelryk
b40a326061
Merge branch 'MDL-26431-20' of git://github.com/totara/moodle into MOODLE_20_STABLE
2011-11-25 12:45:07 +13:00
Sam Hemelryk
e1a236015c
Merge branch 'MDL-29115_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-11-25 11:59:42 +13:00
Mary Evans
11e45d05f8
MDL-28625 - removed ul/ol styles from canvas/text.css
2011-11-25 11:18:30 +13:00
Aaron Barnes
c99142aa86
MDL-26431 course completion report columns not lining up
2011-11-25 09:57:53 +13:00
Aparup Banerjee
4e3676afef
Merge branch 'MDL-30288_override_checkbox_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-11-24 16:15:04 +08:00
Andrew Davis
8815d83999
MDL-30288 gradebook: prevented grade grade feedback being wrapped in a text to html div tag which was causing it to look like feedback had been edited when it hadn't
2011-11-24 15:32:47 +08:00
AMOS bot
032ca9883e
Automatically generated installer lang files
2011-11-24 00:31:13 +00:00
Eloy Lafuente (stronk7)
2a71a2648e
Merge branch 'wip-mdl-30375-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-11-23 13:29:03 +01:00
Ankit Kumar Agarwal
0c6182c125
MDL-30398 Validations added for password field
2011-11-23 13:20:37 +01:00
Eloy Lafuente (stronk7)
25641ce2da
Merge branch 'MDL-29060_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-11-23 11:49:17 +01:00
Eloy Lafuente (stronk7)
8a2ac4cb74
Merge branch 'wip-mdl-28947-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-11-23 11:38:32 +01:00
Andrew Robert Nicols
8c10f16d34
MDL-30165: Make repository file extension check case insensitive
2011-11-23 11:23:55 +01:00
Dan Marsden
ad4ac9daa5
SCORM MDL-25757 fix for saving of duplicate CMI values - thanks to Evan Irving-Pease for the patch
2011-11-23 11:09:31 +01:00
adrian@moodle.com
c60b224fbc
MDL-27334 - forum - Fixed the issue of error session keys being displayed when trying to browse to a site without logging in.
2011-11-23 13:08:48 +08:00
Jamie Pratt
6b7080c841
MDL-28562 "automatic naming of file in convert_image not working"
...
there is an obvious typo in the code causing the problem. The use of
an equality check instead of the intended assignment.
2011-11-23 12:40:31 +08:00
Jason Fowler
2232cbb2b5
MDL-29469 Enrolments - fixing the role assignment access elevation issue
2011-11-23 11:33:45 +08:00
Aparup Banerjee
1fee8759bc
Merge branch 'wip-MDL-20627-MOODLE_20_STABLE' of git://github.com/abgreeve/moodle into MOODLE_20_STABLE
2011-11-23 11:14:47 +08:00
Mary Evans
c172ee6210
MDL-29778 Fix to make user selector arrow visible
2011-11-23 15:55:30 +13:00
Kordan
54d7e72ddd
MDL-29830 theme_base: Fix overflow problems with navigation items
2011-11-23 15:47:44 +13:00
Rajesh Taneja
3ee4fb3f95
MDL-30375 Blocks: Comments block will show blank textbox rather then hiding and 'add a comment' will be visible if it's empty
2011-11-23 10:47:09 +08:00
Rossiani Wijaya
e6155dfa67
MDL-29115 lesson mod: fixed the display of 'try again' button so it relates to lesson setting
2011-11-23 10:33:33 +08:00
Eloy Lafuente (stronk7)
ec4b3cbcae
Merge branch 'MDL-30042-MOODLE_20_STABLE-1' of git://git.luns.net.uk/moodle into MOODLE_20_STABLE
2011-11-23 03:07:45 +01:00
Eloy Lafuente (stronk7)
d112ae914f
Merge branch 'MDL-27045_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-11-23 03:02:40 +01:00
Sam Hemelryk
1ee341b3d1
Merge branch 'MDL-30192_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-11-23 14:20:34 +13:00
Sam Hemelryk
d019d13ea1
Merge branch 'MDL-29904-M20' of git://github.com/lazydaisy/moodle into MOODLE_20_STABLE
2011-11-23 13:58:15 +13:00
AMOS bot
866e90c3d4
Automatically generated installer lang files
2011-11-23 00:31:08 +00:00
Eloy Lafuente (stronk7)
731e021f9c
Merge branch 'MDL-30402-install-string_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-11-23 01:08:17 +01:00
Mary Evans
e88330b84c
MDL-30164 FIX for missing gap between icon and text in reports
2011-11-23 12:59:11 +13:00
Mary Evans
39009f1633
MDL-30196 changed reference from Serenity to Sky High in theme_sky_high.php
2011-11-23 12:50:30 +13:00
Petr Skoda
ce5ee449e3
MDL-30303 fix media playback from URLs with ? query parts
...
Credit for the rawurlencode() fix goes to Eloy.
2011-11-23 12:18:02 +13:00
David Mudrak
d53fd52df8
MDL-30402 Removing hard-coded English string from the CLI installer
2011-11-22 10:05:51 +01:00
Aparup Banerjee
d31ebf3462
Merge branch 'MDL-30194-m20' of git://github.com/phalacee/moodle into MOODLE_20_STABLE
2011-11-22 16:19:48 +08:00
Aparup Banerjee
31550708b4
Merge branch 'wip-mdl-29396-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-11-22 16:11:06 +08:00
Rajesh Taneja
b25603680e
MDL-29396 core: ip blocking will be bypassed for cli scripts - Thanks Petr
2011-11-22 16:10:19 +08:00
Aparup Banerjee
f50e703e21
Merge branch 'MDL-27703_user_report_sql_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-11-22 14:25:28 +08:00
Sam Hemelryk
f68144c177
Merge branch 'MDL-28629_MOODLE_20_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_20_STABLE
2011-11-22 18:28:11 +13:00
Rajesh Taneja
f129c975b9
MDL-28947 lib: print_object cleans html special chars before printing
2011-11-22 09:30:07 +08:00
AMOS bot
b7867ebe98
Automatically generated installer lang files
2011-11-22 00:30:58 +00:00
Sam Hemelryk
63526f3e9b
Merge branch 'MDL-30392_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-11-22 12:59:52 +13:00
Eloy Lafuente (stronk7)
2f4fe2f195
MDL-30392 DML - Fix old-style delete_records() call
2011-11-22 00:44:44 +01:00
Andrew Robert Nicols
cf4b3493e2
MDL-30174 Assignment : Only increment submission offset if the current assignment was not saved
2011-11-22 02:21:44 +08:00
Andrew Robert Nicols
71dda1f97d
MDL-30173 Assignment : Convert to use moodle_url and add missing filter param
2011-11-22 02:05:01 +08:00
Aparup Banerjee
e239fd37b8
Merge branch 'MDL-29814_blank_emails2_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-11-22 01:22:20 +08:00
Aparup Banerjee
6c5fe9f7e9
Merge branch 'wip-MDL-30289-MOODLE_20_STABLE' of git://github.com/abgreeve/moodle into MOODLE_20_STABLE
2011-11-21 14:10:07 +08:00
Aparup Banerjee
36d22219bc
Merge branch 'MDL-30279-m20' of git://github.com/ankitagarwal/moodle into MOODLE_20_STABLE
2011-11-21 11:53:21 +08:00
Andrew Robert Nicols
f7aef5c648
MDL-29591 Check for permission before overwriting course idnumber when restoring
2011-11-21 02:34:32 +01:00
Charles Fulton
26303bd017
MDL-30289 forum - set page context when pruning a discussion
2011-11-21 09:14:49 +08:00
Mary Evans
50f0c58e69
MDL-30236 removed outlawed javasript from theme_anomaly
2011-11-21 13:28:52 +13:00
Mary Evans
689a6891bf
MDL-29904-M21 FIX to add pagelayout=>report
2011-11-20 20:31:07 +00:00
Tim Hunt
fef14d0fc8
MDL-29060 q export: writefiles should be public write_files & belongs to XML format.
2011-11-20 12:05:18 +00:00
Andrew Davis
878ff40575
MDL-29814 message: made html personal messages also store a plain text version as a fallback
2011-11-19 15:39:24 +08:00
AMOS bot
0d52d3366c
Merge branch 'MOODLE_20_STABLE' into install_20_STABLE
2011-11-19 00:31:10 +00:00
Eloy Lafuente (stronk7)
fcf11d558a
MDL-30192 restore - prevent any extra info to be created for deleted users
2011-11-18 13:04:17 +01:00
Charles Fulton
23e7302a9e
MDL-30273 forum - prevent the creation of discussions in simple single forums
2011-11-18 15:40:34 +08:00
adrian@moodle.com
905617c12f
MDL-20627 user - Fixed viewing permission of email when sending group messages.
2011-11-18 14:53:56 +08:00
Eloy Lafuente (stronk7)
f28832d5c0
weekly release 2.0.5+
2011-11-18 01:32:16 +01:00
AMOS bot
05b49c8b6d
Automatically generated installer lang files
2011-11-18 00:31:02 +00:00
Eloy Lafuente (stronk7)
5acc2fba63
MDL-29350 Prevent memory/time problems if there are zillions of combinations
2011-11-17 20:23:49 +01:00
Eloy Lafuente (stronk7)
da7ab34762
Merge branch 'MDL-29350-MOODLE_20_STABLE-2' of git://git.luns.net.uk/moodle into MOODLE_20_STABLE
2011-11-17 20:18:38 +01:00
Tim Hunt
4dd114b834
MDL-27045 formslib: fix disabledif for advcheckbox
...
This is based on earlier work by Henning Bostelmann and Tom Potts.
2011-11-17 18:01:51 +00:00
Charles Fulton
797e49da80
MDL-30279 show full date and time for all wiki revisions
2011-11-17 09:11:54 +05:30
Tony Levi
165e476948
MDL-24577: Fix mark all posts in this discussion read doesn't work completely correct
2011-11-17 14:59:41 +13:00
Eloy Lafuente (stronk7)
991ee3344a
Merge branch 'MDL-29743_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-11-17 01:23:08 +01:00
Sam Hemelryk
5174eeebe3
Merge branch 'MDL-29893-m20' of git://github.com/ankitagarwal/moodle into MOODLE_20_STABLE
2011-11-17 13:10:53 +13:00
Mary Evans
96b7f2d7db
MDL-30283-M20 FIX coding errors
2011-11-16 14:18:15 +00:00
Ankit Kumar Agarwal
6eaf677b26
MDL-29893 Fixing issues with password generation function
2011-11-16 11:44:01 +05:30
Henning Bostelmann
fc73d9e7b4
MDL-29350 Prevent duplication of groupings when copying activities
...
This patch also includes a database upgrade to correct data produced as a
result of this bug.
2011-11-15 11:06:00 +00:00
Tim Hunt
ed39308f60
MDL-29743 quiz: Finish attempt link didn't save responses in some brosers.
...
Thanks to Brandon Browning for identifying the problem. It is quite subtle why this typo would have this effect. You need to look at the implementation of the preventDefault method in lib/yui/3.4.1/build/event-base/event-base.js.
Conflicts:
mod/quiz/module.js
2011-11-15 10:54:48 +00:00
Eloy Lafuente (stronk7)
2450fc50ed
weekly release 2.0.5+
2011-11-15 11:08:51 +01:00
Eloy Lafuente (stronk7)
9fdd6c8bc8
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-11-15 10:55:39 +01:00
AMOS bot
d7a7519fd4
Automatically generated installer lang files
2011-11-15 00:55:26 +00:00
Sam Hemelryk
c0e1de9b00
Merge branch 'MDL-28670_m20' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-11-14 17:51:06 +13:00
Aparup Banerjee
94846c2e39
MDL-28670 webservice : (review) changes improving performance
2011-11-14 11:26:24 +08:00
Sam Hemelryk
06b4c6e13a
Merge branch 'wip-MDL-30010-M20' of git://github.com/lazydaisy/moodle into MOODLE_20_STABLE
2011-11-14 12:14:47 +13:00
AMOS bot
036b35f682
Automatically generated installer lang files
2011-11-13 15:14:42 +01:00
AMOS bot
98ea2e451a
Automatically generated installer lang files
2011-11-13 00:55:28 +00:00
Jerome Mouneyrac
794e40ec36
MDL-28629 more checks during web service authentication
2011-11-11 17:21:38 +08:00
Aparup Banerjee
eff6d318ff
Merge branch 'wip-mdl-29638-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-11-11 17:02:51 +08:00
andrew
327120be6a
MDL-27703 gradebook: altered an sql query in the user report. join with no on clause causes an error in some DBs
2011-11-11 14:26:07 +08:00
Aparup Banerjee
483f992801
MDL-27037 wiki : fixed whitespace.
2011-11-11 13:27:27 +08:00
Aparup Banerjee
7ba8da8a13
Merge branch 'm20_MDL-27037_wiki_visiblegroups_functionality' of https://github.com/mayankgupta/moodle into MOODLE_20_STABLE
2011-11-11 13:14:52 +08:00
Aparup Banerjee
4342686ce6
Merge branch 'wip-MDL-26712-stable20' of git://github.com/phalacee/moodle into MOODLE_20_STABLE
2011-11-11 11:27:01 +08:00
Eloy Lafuente (stronk7)
c8a5dfe0bd
Merge branch 'MDL-29035-m20' of git://github.com/ankitagarwal/moodle into MOODLE_20_STABLE
2011-11-11 02:44:00 +01:00
Eloy Lafuente (stronk7)
1739fe7331
Merge branch 'MDL-22351-M20' of git://github.com/lazydaisy/moodle into MOODLE_20_STABLE
2011-11-11 02:34:32 +01:00
Stephen Bourget
d83c73053d
MDL-29529 Assignment: Fix regression caused by MDL-27638
2011-11-11 01:23:20 +01:00
Andrew Robert Nicols
f6d6e5446d
MDL-30042: Sanitize httpwwwroot in mnet jump
2011-11-10 10:18:03 +00:00
Eloy Lafuente (stronk7)
3d99c7ef99
Merge branch 'MDL-28426_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-11-10 01:34:05 +01:00
Eloy Lafuente (stronk7)
81a95b0185
Merge branch 'MDL-30158-m20' of git://github.com/ankitagarwal/moodle into MOODLE_20_STABLE
2011-11-10 00:23:02 +01:00
Eloy Lafuente (stronk7)
cc13ca3111
NOBUG: Whitespace cleanup
2011-11-09 16:29:33 +01:00
Eloy Lafuente (stronk7)
14db36e6d1
MDL-27542 calendar export: deleting remaining debugging
2011-11-09 16:00:41 +01:00
Eloy Lafuente (stronk7)
6733ba320d
Merge branch 'MDL-27542b_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-11-09 15:57:09 +01:00
Aparup Banerjee
41752c58bc
Merge branch 'MDL-29620-workshop-sequence_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-11-09 17:55:28 +08:00
Sun Zhigang
e293df9442
MDL-29656 Fix bad string reference
2011-11-09 16:45:27 +08:00
Dan Poltawski
1803769098
MDL-29696 mod/data - fixed page continuing after footer.
2011-11-09 15:43:48 +08:00
Sun Zhigang
94eaa78a25
MDL-29722 - No default guest enrol instance for requested courses
2011-11-09 15:24:59 +08:00
Jason Fowler
3cbecebfa4
MDL-30194 - Lib - Fixing phpdoc for clean_param
2011-11-09 14:56:57 +08:00
Aparup Banerjee
bca9d87c4e
Merge branch 'MDL-29977-mnet-masquerade_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-11-09 13:38:07 +08:00
Dan Poltawski
52a29f890e
MDL-29812 partcipiant report - breaks when filtering by user
2011-11-09 11:17:40 +08:00
Aparup Banerjee
8935486dc4
Merge branch 'wip-MDL-24200-stable20' of git://github.com/phalacee/moodle into MOODLE_20_STABLE
2011-11-09 11:05:15 +08:00
Dan Poltawski
2eb04f8ad3
MDL-29803 report/logs - don't retrieve all users uncessarily
...
Also remove uncessary retrieval of idnumber
Helps display the main logs page on large sites without running out of
memory
Conflicts:
course/report/log/lib.php
2011-11-09 00:48:47 +01:00
Aparup Banerjee
ce8e567302
Merge branch 'wip-mdl-27521-stable20' of git://github.com/phalacee/moodle into MOODLE_20_STABLE
2011-11-08 15:18:54 +08:00
Aparup Banerjee
3fa32485c9
MDL-30154 Repositories : fixed whitespace.
2011-11-08 11:31:24 +08:00
Aparup Banerjee
3555da1d3c
Merge branch 'MDL-30154_20_wip' of git://github.com/grabs/moodle into MOODLE_20_STABLE
2011-11-08 11:31:15 +08:00
Ankit Kumar Agarwal
d90316ff6c
MDL-30158 Questions Cleaning up blackboard/format.php
2011-11-08 07:45:48 +05:30
Sam Hemelryk
7352bbbc6a
Merge branch 'MDL-25823_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-11-08 13:09:29 +13:00
Mark Nielsen
d9f049c913
MDL-30059: Assignment Submission Notification Should Use Teacher's Timezone Rather Than Server Time
2011-11-08 12:53:08 +13:00
Sam Hemelryk
7f5380be08
Merge branch 'MDL-29420-m20' of git://github.com/ankitagarwal/moodle into MOODLE_20_STABLE
2011-11-08 12:00:42 +13:00
Rossiani Wijaya
d3826329f6
MDL-27542 calendar export: fixed the following:
...
1. changing auth token to use user id instead of username
2. add fall back checking for old url
3. remove yui functionality to generate calendar url
4. fixed usercontext instance
2011-11-07 17:08:19 +08:00
Jason Fowler
35271f566f
MDL24200 - Admin Users - Changing the submit button to just a button to prevent it from taking focus when entering text. (Patch provided by Hubert Chathi)
2011-11-07 15:41:37 +08:00
Aparup Banerjee
b062b305f1
MDL-28670 webservice : added dimming of service name in security keys page if webservice is disabled or not on authorised list to access webservice.
2011-11-07 14:23:31 +08:00
Sam Hemelryk
0737e258b6
MDL-28292 block_html: white space fix
2011-11-07 12:33:42 +13:00
Sam Hemelryk
fb3bf9a0d2
Merge branch 'wip-MDL-28292-stable20' of git://github.com/phalacee/moodle into MOODLE_20_STABLE
2011-11-07 12:24:15 +13:00
Mary Evans
7b1009233f
MDL-30010 FIX for pagelayout problems when moving blocks
2011-11-06 22:46:18 +00:00
Sam Hemelryk
57b290b458
Merge branch 'MDL-29955_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-11-07 11:41:18 +13:00
Andreas Grabs
15f5066c93
MDL-30154 - WebDAV-Repository fails on some WebDAV-Server
2011-11-06 22:13:09 +01:00
David Mudrak
562c3f715f
MDL-29620 workshop table id sequence reset after the upgrade
2011-11-04 13:57:40 +01:00
David Mudrak
0d7887f554
MDL-29977 MNet does not allow to start a remote session when masquerading as another user
2011-11-04 09:33:58 +01:00
Ankit Kumar Agarwal
93661834d8
MDL-29420 Global Search Fixing string issue
2011-11-04 12:37:32 +05:30
Mary Evans
7946da5f3c
wip-MDL-22351 convert Anomaly CSS to readable format
2011-11-04 02:49:12 +00:00
Roger Moore
537114c6cc
MDL-28426 question export should write answer and feedback format to the file.
2011-11-03 10:31:22 +00:00
Jason Fowler
d153f01a53
MDL-28292 - Blocks - Patch supplied by Chris Follin to fix blocks with empty titles that disappear when docked
2011-11-03 16:35:05 +08:00
Rajesh Taneja
2b2fd42abc
MDL-25937 Forms Library: Filepicker will respect disable if
2011-11-03 13:38:47 +08:00
Rajesh Taneja
3709584065
MDL-25937 Froms Library: Added server side validation for filepicker and filemanager
2011-11-03 13:38:47 +08:00
Jason Fowler
602c77f68c
MDL-26712 Themes - Correcting text dimming for hidden labels
2011-11-03 13:22:55 +08:00
Ankit Kumar Agarwal
ce77d3ea8c
MDL-29035 Backups making email match case-insensitive when restoring backups
2011-11-03 10:37:45 +05:30
Rossiani Wijaya
9e232387f5
MDL-25823 lesson mod: fixed true and false question feedback.
2011-11-03 12:15:55 +08:00
AMOS bot
a3bee9b1d3
Automatically generated installer lang files
2011-11-03 00:55:40 +00:00
Eloy Lafuente (stronk7)
919e659ba6
weekly release 2.0.5+
2011-11-02 19:54:36 +01:00
Eloy Lafuente (stronk7)
8a79a37526
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-11-02 19:48:57 +01:00
Eloy Lafuente (stronk7)
3db86da7bb
Merge branch 'm20_MDL-29213' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-11-01 19:55:52 +01:00
Aparup Banerjee
a4276fe096
Merge branch 'w43_MDL-30005_m20_uri' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-11-01 15:28:25 +08:00
Petr Skoda
494268cd48
MDL-30005 regression fix for non http/ftp urls
2011-11-01 07:58:05 +01:00
Aparup Banerjee
d14031e9ae
Merge branch 'w43_MDL-29990_m20_navcontinue' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-11-01 12:16:42 +08:00
Aparup Banerjee
ace896cda7
Merge branch 'MDL-29787_M20' of git://github.com/lazydaisy/moodle into MOODLE_20_STABLE
2011-11-01 12:07:57 +08:00
Sam Hemelryk
16d1e22c10
Merge branch 'w43_MDL-29980_m20_flowcss' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-11-01 16:54:03 +13:00
Gerwood Stewart
9fee0258a4
MDL-27521 Updates the can_finalize and can_unfinalize methods to deal with passing a submission object that isn't one (in this case is a Boolean value). This will result in both methods now returning false. Kick on effect is that it corrects the bug described in MDL-27521 by removing the button if it isn't possible to finalize the submission.
2011-11-01 11:45:10 +08:00
Sam Hemelryk
3a7d4b4b3d
Merge branch 'MDL-29197-M20' of git://github.com/lazydaisy/moodle into MOODLE_20_STABLE
2011-11-01 16:11:04 +13:00
Sam Hemelryk
2b7b20dea9
Merge branch 'MDL-25760_M20' of git://github.com/lazydaisy/moodle into MOODLE_20_STABLE
2011-11-01 15:58:28 +13:00
AMOS bot
d555b33e55
Automatically generated installer lang files
2011-11-01 00:55:25 +00:00
Sam Hemelryk
0bc3cbc276
Merge branch 'w43_MDL-29925_m20_calendar' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-11-01 09:37:55 +13:00
Aparup Banerjee
4b25984a20
Merge branch 'w43_MDL-29966_m20_grouploading' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-10-31 16:06:03 +08:00
Rossiani Wijaya
25713708d6
MDL-29955: filestorage/file_types: add support for .aac, .f4v, .m4v and .webm
2011-10-31 15:33:50 +08:00
Aparup Banerjee
230c61f562
MDL-30005 URL : fixed typos
2011-10-31 15:20:08 +08:00
Aparup Banerjee
44aba13a35
Merge branch 'MOODLE_20_STABLE' of git://git.moodle.org/integration into MOODLE_20_STABLE
2011-10-31 15:19:43 +08:00
Sam Hemelryk
f909700aff
Merge branch 'MDL-29810-20' of git://github.com/bostelm/moodle into MOODLE_20_STABLE
2011-10-31 17:09:41 +13:00
Dan Marsden
11fd3b45bb
MDL-29213 SCORM - fix for bug with flash player and IE 9
2011-10-31 15:00:37 +13:00
Mary Evans
306beb581d
MDL-29197 FIX for content displacment when clicking anchor elements in course page
2011-10-31 01:51:24 +00:00
Sam Hemelryk
6cedec7615
Merge branch 'MDL-30006-workshop-grades_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-10-31 13:05:35 +13:00
Sam Hemelryk
f672031f54
Merge branch 'm20_MDL-28559' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-10-31 13:00:25 +13:00
Petr Skoda
27a8ee7404
MDL-30005 bump up version after lang string change
2011-10-30 23:55:37 +01:00
Petr Skoda
eb4e049654
MDL-30005 fix general URI support in URL module
...
The recent change completely removed support for general URIs and enforced strict URL validation which was breaking backwards compatibility and was not user friendly at all.
This patch finally adds full URI support with basic validation and fixes some older xhtml strict issues.
Please note we do not try to explain the difference between URL and URI to our users. Also keep in mind that mod/url has XSS risk and does not do any security validation of the data.
2011-10-30 23:55:30 +01:00
David Mudrak
e4829fa696
MDL-30006 Workshop / Number of errors grading: force graders to actually answer the form
...
QuickForms do not distinguish non-checked radio from the checked radio
with the value "0". So we map the database grade value "0" to a value
"-1" when displaying the form and vice versa when saving the form. This
allowed us to have none radios checked by default and force the grader
to actually answer the form themselves, using the 'required' rule.
2011-10-30 20:05:27 +01:00
David Mudrak
1fd94ee7d7
MDL-30006 Workshop / Accumulative grading: force graders to actually pick a grade
...
This patch introduces a new hidden field with the value "-1". The grade
selectors are compared with this values and must be greater than it.
This should fit well for numerical grades with the range 0..x and scale
items with the range 1..x.
2011-10-30 18:57:57 +01:00
Petr Skoda
7704977132
MDL-29990 fix syntax error
2011-10-29 10:01:14 +02:00
Petr Skoda
ae7cc577b7
MDL-29925 improve redirect url cleanup
2011-10-28 19:33:38 +02:00
Petr Skoda
e3b2cd8543
MDL-29966 fix invalid group loading image
...
Credit goes to Alexander Bias.
2011-10-28 15:50:28 +02:00
Petr Skoda
a944c3dc97
MDL-29980 fix rules typo
...
Credit goes to Paul Nicholls.
2011-10-28 15:36:32 +02:00
Mary Evans
9a5d24911b
MDL-25760 FIX for highlighted current topic section
2011-10-28 01:34:12 +01:00
Mary Evans
a6887331c2
MDL-29787 FIX to remove sprite hover image from single menu item
2011-10-28 00:35:17 +01:00
Henning Bostelmann
3be42c9e85
MDL-29810 Assignment grading: don't include teachers in list of students
2011-10-27 22:20:04 +01:00
Eloy Lafuente (stronk7)
e1fe0c5189
weekly release 2.0.5+
2011-10-27 18:54:42 +02:00
Eloy Lafuente (stronk7)
46fe9a9701
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-10-27 18:49:26 +02:00
AMOS bot
8167bfc973
Automatically generated installer lang files
2011-10-27 00:55:39 +00:00
Eloy Lafuente (stronk7)
512d5310db
MDL-29912 course search - oracle inabilities with concats, empties, nulls and type-restrictions
2011-10-27 13:00:10 +13:00
Dan Marsden
5c5dbec7de
MDL-28559 - hide send for marking button from people that are enrolled but don't have capability to submit files - displays the same way as teachers/admins - keeps ability to display previously submitted files if they exist
2011-10-26 10:59:53 +13:00
Sam Hemelryk
d6261cf8c6
Merge branch 'MDL-29569_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-10-26 10:43:59 +13:00
Dan Poltawski
9485c9e4df
MDL-26568 block_online_users - reporting incorrect number of users
...
When over 50 users were online the count used in the listing was incorrect
2011-10-25 23:35:40 +02:00
Stephen Bourget
a558511b85
MDL-29368 Assignment: Fixed a fatal error caused by a missing include
2011-10-25 19:19:54 +02:00
Rossiani Wijaya
4d5dc3104b
MDL-29569: lesson_mod: in matching type questions, fixed and set default value for scoring and fixed jump page setting when response text is set to empty
2011-10-25 12:12:54 +08:00
Sam Hemelryk
abd481c63e
Merge branch 'MDL-28324_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-10-25 15:44:40 +13:00
Sam Hemelryk
88507c0063
Merge branch 'wip-MDL-29231-stable20' of git://github.com/phalacee/moodle into MOODLE_20_STABLE
2011-10-25 15:19:33 +13:00
Petr Skoda
7a03cfd525
MDL-29444 use iframe embedding in IE
...
iframe is back in HTML 5, we can safely use it in IE for all text documents because object embedding has multiple problems
2011-10-25 14:32:22 +13:00
Tim Hunt
9ccf5668e7
MDL-28324 Two minor ouput glitches in the statistics report.
...
Fixes thanks to Jean-Michel Vedrine.
2011-10-24 22:16:46 +01:00
Eloy Lafuente (stronk7)
9bec13184c
Merge branch 'w42_MDL-29867_m20_author' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-10-24 23:15:04 +02:00
Aparup Banerjee
2db9576147
Merge branch 'MDL-29542_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-10-24 17:05:49 +08:00
Aparup Banerjee
1e898eefe3
Merge branch 'MDL-29619-m20' of git://github.com/ankitagarwal/moodle into MOODLE_20_STABLE
2011-10-24 14:49:54 +08:00
Jason Fowler
647153cd4f
MDL-29231 - Course, Resource - Fix so that the correct icon is displayed for courses that have had two or more files uploaded to them - Thanks Michael D for the patch
2011-10-24 14:26:25 +08:00
Petr Skoda
3765f9a4bc
MDL-29867 fix invalid file author
2011-10-22 20:22:58 +02:00
Andreas Grabs
fe6d0cf80d
MDL-29806 - When a Feedback activity is restore the "Site after submit" URL is not updated and shows "$@PAGEVIEWBYID*15463@$"
2011-10-21 23:08:18 +02:00
Ankit Kumar Agarwal
b216ddbe68
MDL-29619 Validate urls before generating output
2011-10-21 14:23:52 +05:30
Rossiani Wijaya
e6aebbff8d
MDL-29542 lesson module: changing qtype param type to INT
2011-10-21 12:42:50 +08:00
Eloy Lafuente (stronk7)
22df4905ca
emergency release 2.0.5+
2011-10-20 00:55:20 +02:00
Eloy Lafuente (stronk7)
150c09677c
MDL-29496 course search - emergency regression fix
2011-10-20 00:49:43 +02:00
Eloy Lafuente (stronk7)
885ce5ff89
weekly release 2.1.2+
2011-10-19 18:46:20 +02:00
Eloy Lafuente (stronk7)
87187e0ef9
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-10-19 18:41:53 +02:00
Sam Hemelryk
537cfab964
MDL-26953 theme_nonzero: Quick fix to incorrect left position
2011-10-19 16:27:18 +13:00
Eloy Lafuente (stronk7)
2092307aba
Merge branch 'wip-MDL-29496-stable20' of git://github.com/phalacee/moodle into MOODLE_20_STABLE
2011-10-18 11:02:30 +02:00
Eloy Lafuente (stronk7)
64696ae4cc
MDL-29496 unittests - verify COALESCE() cross-db compatibility
2011-10-18 16:01:47 +08:00
Sam Hemelryk
13df91ba6d
Merge branch 'MDL-28170_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-10-17 18:51:40 +13:00
Sam Hemelryk
d951bc52ac
Merge branch 'MDL-26953-M20' of git://github.com/lazydaisy/moodle into MOODLE_20_STABLE
2011-10-17 17:36:52 +13:00
Sam Hemelryk
9bb0bf92ab
Merge branch 'MDL-29781-M20' of git://github.com/lazydaisy/moodle into MOODLE_20_STABLE
2011-10-17 15:17:14 +13:00
Sam Hemelryk
14c31e1829
Merge branch 'MDL-26893-M20' of git://github.com/lazydaisy/moodle into MOODLE_20_STABLE
2011-10-17 13:55:41 +13:00
Eloy Lafuente (stronk7)
fcc0927953
MDL-28170 environment - add new 2.2 section
...
nothing changes from 2.1 as far as it was agreed that this will be
the last version supporting 1.9 upgrade. See issue for details.
2011-10-17 02:13:09 +02:00
Aparup Banerjee
8558498fb4
MDL-27351 Quiz : updated string to reflect validation looking for embedded questions.
2011-10-16 19:22:53 +02:00
Aparup Banerjee
beb0f4a229
MDL-28436 webservice : fixed missing field in query
2011-10-16 19:13:42 +02:00
Eloy Lafuente (stronk7)
bfe60efbb7
MDL-29191 wiki - avoid one more username leak
2011-10-16 19:02:56 +02:00
Sun Zhigang
ff6c9d2f86
MDL-29191 - Show creator's fullname instead of username
2011-10-16 18:52:16 +02:00
Stephen Bourget
b629bbec9f
MDL-29698 Assignment: Fix broken logentry
2011-10-16 18:25:45 +02:00
Eloy Lafuente (stronk7)
3065bfa1e1
Merge branch 'MDL-28483-m20' of git://github.com/ankitagarwal/moodle into MOODLE_20_STABLE
2011-10-16 17:38:37 +02:00
Petr Skoda
a1195a463d
MDL-29773 prevent negative unix timestamps in the files table
2011-10-16 16:52:12 +02:00
Petr Skoda
4a50c000ab
MDL-29773 use db debuginfo when file record insertion fails
2011-10-16 16:52:12 +02:00
Mary Evans
b9edb6a853
MDL-29781 FIX for side-post-only layout
2011-10-14 20:44:51 +01:00
Mary Evans
456a4de803
MDL-26953 FIX for side-post-only layout
2011-10-14 02:33:57 +01:00
AMOS bot
694e29989f
Automatically generated installer lang files
2011-10-14 00:55:32 +00:00
Ankit Kumar Agarwal
503581b5d0
MDL-28483 URL adding validation checks and changing field externalurl to not-null
2011-10-13 09:10:07 +05:30
Mary Evans
93149694d8
MDL-26983 FIX for side-post-only layout
2011-10-13 02:51:24 +01:00
Eloy Lafuente (stronk7)
9cdadbcad4
weekly release 2.0.5+
2011-10-12 23:49:46 +02:00
Sam Hemelryk
79175f2019
MDL-29224 navigation Fixed bug caused because in 20 and 21 onclick events get added to extra rather than onclick
2011-10-12 19:46:53 +13:00
Aparup Banerjee
f36e320c7e
Merge branch 'wip-MDL-27278-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-10-11 11:26:07 +08:00
Aparup Banerjee
5775674f8c
Merge branch 'wip-MDL-28582-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-10-11 09:28:02 +08:00
Sam Hemelryk
2f92290515
Merge branch 'MDL-29454_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-10-11 10:44:53 +13:00
Aparup Banerjee
422d1ed274
Merge branch 'wip-MDL-29224-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-10-10 23:15:16 +08:00
Aparup Banerjee
c868308b89
Merge branch 'wip-MDL-29672-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-10-10 22:47:27 +08:00
Eloy Lafuente (stronk7)
a2f5969b3d
MDL-29564 Assignment: whitespace fix
2011-10-10 13:10:31 +02:00
Sam Hemelryk
787fc502ad
Merge branch 'MDL-16553-20' of git://github.com/bostelm/moodle into MOODLE_20_STABLE
2011-10-10 17:57:18 +13:00
Sam Hemelryk
3974508f3f
MDL-29690 mod_choice: Fixed regression from merge conflict
2011-10-10 16:48:57 +13:00
Jason Fowler
27d0976f6c
MDL-29496 Search, Course - Code applied from patch to allow courses with a blank summary to be found in searchs - Thanks to Andrew Nicols for the patch
2011-10-10 11:37:46 +08:00
Dan Poltawski
1a7541517c
MDL-29661 - lib/googleapi.php - Switch to SSL urls
...
I am not sure why I did not use these in the first instance, I don't
think Google supported SSL in the first versions of their API.
They do now, and it seems that this week they stopped supporting non-ssl
requests.
2011-10-10 16:28:58 +13:00
Sam Hemelryk
9f46908ac4
Merge branch 'MDL-29668_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-10-10 12:09:06 +13:00
Sam Hemelryk
dbd95c2aca
Merge branch 'MDL-29677_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-10-10 12:02:26 +13:00
Stephen Bourget
d783eff54b
MDL-29564 Assignment: Fixed a fatal error caused by a missing include
2011-10-10 11:54:39 +13:00
Dan Marsden
470e0cea2b
MDL-29690 fix usage of select all/deselect all in choice reports
2011-10-10 11:40:59 +13:00
Sam Hemelryk
bcc892d151
MDL-28582 course-report: Added a nothing to display notification to the outline and complete activity reports
2011-10-10 10:35:33 +13:00
Sam Hemelryk
d86419ad87
MDL-29672 user: Fixed user edit page for non-admin users
2011-10-10 10:28:33 +13:00
Sam Hemelryk
00cc7f5cc9
MDL-27278 navigation: Admin users can now set the home page preference like normal users
2011-10-10 10:17:50 +13:00
Eloy Lafuente (stronk7)
3d765bc299
Moodle release 2.0.5
2011-10-09 00:52:59 +02:00
Eloy Lafuente (stronk7)
8f24208eb9
MDL-29668 xmldb editor - fix PHP generation for foreign-unique keys
2011-10-08 21:52:23 +02:00
Henning Bostelmann
5458ff4d23
MDL-16553 Assignment, student view: show response files when no grade available
2011-10-07 23:23:27 +01:00
Tim Hunt
becf8f8a23
MDL-29454 qtype admin page does not work in some browsers.
...
The problem is that they were using input type=image, but they trying to
process that using optional_param. With input type=image, Firefox sends
inputname.x and inputname.y POST data, not inputname.
This fix is done by back-porting the working code from Moodle 2.1, so
the changes are bigger than the minimal changes required to fix this,
but that will make back-porting any future bug-fixes will be easier.
2011-10-07 19:26:50 +01:00
Tim Hunt
0b45720b6e
MDL-29454 Fix coding style before trying to do the real fix.
...
All the changes here should be whitespace, /// -> // or adding boilerplate comment.
2011-10-07 19:26:48 +01:00
Eloy Lafuente (stronk7)
2c600c42fa
MDL-29677 unit tests - missing global was causing tons of incorrect debugging info
2011-10-07 01:24:54 +02:00
Eloy Lafuente (stronk7)
9e4b400c67
weekly release 2.0.4+
2011-10-07 00:11:54 +02:00
Eloy Lafuente (stronk7)
9a31f96622
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-10-07 00:05:23 +02:00
Sam Hemelryk
739328d149
MDL-29224 navigation: Navigation now respects a modules onclick event when preparing navigation nodes
2011-10-06 19:33:01 +13:00
Aparup Banerjee
8e6e5adb5b
Merge branch 'wip-MDL-28615-m20-squashed' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-10-05 14:54:31 +08:00
Eloy Lafuente (stronk7)
51acffb94a
Merge branch 'MDL-28469_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-10-05 01:15:06 +02:00
Eloy Lafuente (stronk7)
74126d6d3e
Merge branch 'wip-MDL-25697-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-10-05 01:10:40 +02:00
Sam Hemelryk
c9cfe78950
MDL-28615 forum: Fixed up a couple of minor regressions
2011-10-05 11:09:38 +13:00
Eloy Lafuente (stronk7)
d5ca7b11b7
Merge branch 'MDL-27857-assignment-portfolio_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-10-04 12:48:30 +02:00
Eloy Lafuente (stronk7)
33091e7e58
Merge branch 'MDL-19575-m20' of git://github.com/ankitagarwal/moodle into MOODLE_20_STABLE
2011-10-04 12:13:09 +02:00
Sam Hemelryk
019e897604
Merge branch 'MDL-29621_20_wip' of git://github.com/grabs/moodle into MOODLE_20_STABLE
2011-10-04 17:58:07 +13:00
Sam Hemelryk
bdf95827b5
MDL-28615 forum: Fixed missing context regression
2011-10-04 16:36:52 +13:00
Sam Hemelryk
c03a8543f0
Merge branch 'MDL-28725_wiki_section2_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-10-04 16:21:48 +13:00
Andreas Grabs
fdd6b2fa57
MDL-29621 - XHTML not welformed when creating Feedback questions
2011-10-03 18:46:22 +02:00
Tim Hunt
2602c1ce44
MDL-28469 quiz settings pages should be pagelayout admin.
2011-10-03 16:39:34 +01:00
David Mudrak
f5edf4eba4
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.
Backported from MOODLE_21_STABLE, resolved conflicts in:
mod/assignment/lib.php
mod/assignment/renderer.php
2011-10-03 11:15:17 +02:00
David Mudrak
ee281f15a7
MDL-27857 Typo in the phpDocs fixed
2011-10-03 10:27:05 +02:00
David Mudrak
490057db33
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.
Backported from MOODLE_21_STABLE with a conflict resolved in mod/assignment/renderer.php
2011-10-03 10:26:01 +02:00
Aparup Banerjee
6dd8588504
MDL-26486 Lesson : fixed whitespace
2011-10-03 16:03:15 +08:00
Aparup Banerjee
e2c3a02bb8
Merge branch 'MDL-26486_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-10-03 16:03:03 +08:00
Andrew Davis (andyjdavis)
5dd5818c9a
MDL-27640 rating: altered the return url provided by mod_data to ratings
2011-10-03 15:27:58 +08:00
Aparup Banerjee
1f6a502674
Merge branch 'wip-MDL-27867-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-10-03 14:31:44 +08:00
Aparup Banerjee
067a949f46
MDL-29541 Administration : fixed whitespace
2011-10-03 14:05:05 +08:00
Aparup Banerjee
4824e2deff
Merge branch 'wip-mdl-29244-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-10-03 13:52:52 +08:00
Rajesh Taneja
95a14f5d55
MDL-29244 Users: Fixed filter for selecting users who never logged in and course roles dropdown show all revelent roles
2011-10-03 13:47:58 +08:00
Sam Hemelryk
77738c4562
Merge branch 'MDL-29296_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-10-03 17:09:35 +13:00
Sam Hemelryk
e93dd0d650
Merge branch 'wip-mdl-29539-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-10-03 15:10:05 +13:00
Sam Hemelryk
98b723b1ce
MDL-28566 theme_base: removed MDL comment
2011-10-03 15:00:43 +13:00
Sam Hemelryk
d6a7cac991
Merge branch 'MDL-28566-M20' of git://github.com/lazydaisy/moodle into MOODLE_20_STABLE
2011-10-03 14:38:14 +13:00
Sam Hemelryk
ec9b8fb68d
Merge branch 'MDL-29323-M20' of git://github.com/lazydaisy/moodle into MOODLE_20_STABLE
2011-10-03 14:30:26 +13:00
Sam Hemelryk
8bd76f9e65
Merge branch 'wip-MDL-25454-MOODLE_20_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_20_STABLE
2011-10-03 14:23:59 +13:00
AMOS bot
4dbfb1becc
Automatically generated installer lang files
2011-10-03 00:55:34 +00:00
Sam Hemelryk
c06645a539
Merge branch 'MDL-29567_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-10-03 13:23:37 +13:00
Sam Hemelryk
85906b4ae5
Merge branch 'MDL-29566_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-10-03 12:50:10 +13:00
Sam Hemelryk
424cb3b0ef
Merge branch 'MDL-29618_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-10-03 12:28:27 +13:00
Eloy Lafuente (stronk7)
ab37ff5952
MDL-29618 backup - back to handling enrolments properly. Regession of MDL-26841, my fault, grrr
2011-10-03 00:47:51 +02:00
Sam Hemelryk
b38867187f
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:31:17 +13:00
Kordan
1cef86131d
MDL-29403 fix for M20
2011-09-30 11:14:00 +02:00
Mary Evans
14b0fea807
MDL-29323-FIX invalid border style
2011-09-30 03:08:51 +01:00
AMOS bot
9fb272baaa
Automatically generated installer lang files
2011-09-30 00:55:25 +00:00
Marina Glancy
44e9ca744e
MDL-25454: using the faster way to check if record exists in db
2011-09-29 17:07:39 +08:00
Andrew Davis (andyjdavis)
a80c9b9816
MDL-28725 wiki: added urlencode around the section variable when it is being used to construct URLs
2011-09-29 16:53:16 +08:00
Andrew Davis (andyjdavis)
3f1ef9ec5a
MDL-28725 wiki: added missing string
...
AMOS BEGIN
CPY [invalidsection,core_admin],[invalidsection,mod_wiki]
AMOS END
2011-09-29 16:53:07 +08:00
Rossiani Wijaya
d754f1b012
MDL-26486 lesson mod: fixed grade report error on matching and shortanswers questions.
2011-09-29 13:10:35 +08:00
Ankit Kumar Agarwal
4ca24885a5
MDL-19575 Global Search Adding capability checks to the search and stat pages
2011-09-29 09:18:23 +05:30
Marina Glancy
d69c84b185
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:01:50 +08:00
Rajesh Taneja
87fccbc271
MDL-29539 HTML Editor: Fixed XHTML formatting for editor
2011-09-29 09:35:52 +08:00
Sam Hemelryk
dbde930a58
MDL-28615 mod_forum: Fixed the users page that shows all of the users posts
2011-09-29 14:21:26 +13:00
Sam Hemelryk
63cca18b3a
MDL-25697 theme_base: Improved the alignment of the activity editing icons on the course frontpage
2011-09-29 14:15:13 +13:00
AMOS bot
18c99c67fa
Automatically generated installer lang files
2011-09-29 00:55:45 +00:00
Eloy Lafuente (stronk7)
00b4aadafe
MDL-29567 postgresql - handle negative defaults in numerical cols properly
2011-09-29 01:22:54 +02:00
Eloy Lafuente (stronk7)
13e183dd84
MDL-29567 unit tests - add some tests to cover negative defaults in numerical cols
2011-09-29 01:22:51 +02:00
Eloy Lafuente (stronk7)
b558672db4
MDL-29566 mysql - length / decimal specs in float columns are optional
2011-09-29 00:31:30 +02:00
Eloy Lafuente (stronk7)
627282714b
MDL-29566 unit tests - add some tests to cover get_columns() with number/float columns
2011-09-29 00:31:21 +02:00
Sam Hemelryk
199e7e9f85
MDL-27867 course: Course and category theme selectors no longer show theme's that should be hidden from the selector
2011-09-29 10:48:16 +13:00
Mary Evans
20b76253fb
MDL-28566 - Fix for participants user details
2011-09-28 15:36:12 +01:00
Eloy Lafuente (stronk7)
690ef509de
weekly release 2.0.4+
2011-09-28 11:08:56 +02:00
Eloy Lafuente (stronk7)
0442a23878
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-09-28 11:04:44 +02:00
AMOS bot
df50b954c6
Automatically generated installer lang files
2011-09-28 00:55:26 +00:00
Aparup Banerjee
38be5071c8
Merge branch 'MDL-29230_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-09-27 15:01:45 +08:00
Aparup Banerjee
041d4b3fab
Merge branch 'MDL-25241_forum_search_ratings_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-09-27 11:27:26 +08:00
Sam Hemelryk
a53366f7ab
Merge branch 'm20_MDL-29519' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-09-27 14:17:36 +13:00
Sam Hemelryk
bacfad505d
Merge branch 'MDL-29411_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-09-27 11:17:59 +13:00
Eloy Lafuente (stronk7)
fff222f460
Merge branch 'w38_MDL-29535_m20_filters' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-09-26 23:57:51 +02:00
Petr Skoda
60df5b0c05
MDL-29535 fix support for custom filter settings in contrib filters
2011-09-26 23:51:08 +02:00
Eloy Lafuente (stronk7)
d2175fceaa
Merge branch 'MDL-29462_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-09-26 22:42:43 +02:00
Eloy Lafuente (stronk7)
aa114967bb
Merge branch 'MDL-28202_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-09-26 22:37:51 +02:00
Eloy Lafuente (stronk7)
e60ca6985b
Merge branch 'MDL-29201_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-09-26 22:22:04 +02:00
Eloy Lafuente (stronk7)
b506a6f08e
Merge branch 'MDL-29528_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-09-26 21:45:15 +02:00
Tim Hunt
5751edbcb1
MDL-29411 questiontext images not displayed in randomsamatch generated questions.
2011-09-26 13:52:02 +01:00
Tim Hunt
7c144c47e5
MDL-29528 qtype multichoice and caclulated combined feedback format overwritten during upgrade.
...
Conflicts:
question/type/multichoice/backup/moodle1/lib.php
2011-09-26 13:40:56 +01:00
Rossiani Wijaya
5f32139fde
MDL-29296 lesson mod: fixed regression for continue button on last lesson page.
2011-09-26 16:30:43 +08:00
Aparup Banerjee
30a7869e49
Merge branch 'wip-MDL-29487-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-09-26 16:01:47 +08:00
Aparup Banerjee
f2b7714f6b
Merge branch 'MDL-29464_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-09-26 14:50:09 +08:00
Aparup Banerjee
d0830107cb
Merge branch 'MDL-29333_rating_ajax_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-09-26 14:08:30 +08:00
AMOS bot
953560c9c4
Merge branch 'MOODLE_20_STABLE' into install_20_STABLE
2011-09-26 00:55:37 +00:00
Dan Marsden
b2f46deb0b
MDL-29519 move plagiarism cron to after event queue
2011-09-26 13:17:11 +13:00
Sam Hemelryk
5ea58ff4e1
Merge branch 'MDL-29336-numerrors-mapping-20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-09-26 12:36:18 +13:00
Sam Hemelryk
3603e0856a
Merge branch 'MDL-29139_m20' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-09-26 10:45:57 +13:00
Sam Hemelryk
91c578c06d
Merge branch 'MDL-29190_20_wip' of git://github.com/grabs/moodle into MOODLE_20_STABLE
2011-09-26 10:39:41 +13:00
Eloy Lafuente (stronk7)
7608f458e3
weekly release 2.0.4+ (emergency)
2011-09-25 17:27:31 +02:00
Eloy Lafuente (stronk7)
78d1df7fd5
MDL-29512 Revert "MDL-25937 Froms Library: Added server side validation for filepicker and filemanager"
...
This reverts commit 59bc05c4a2 .
2011-09-25 17:16:01 +02:00
Eloy Lafuente (stronk7)
bdf1df7058
MDL-29512 Revert "MDL-25937 Forms Library: Added Javascript validation for filepicker and filemanager. Also fixed disbledif rule check for both"
...
This reverts commit 312a8e0436 .
2011-09-25 17:15:47 +02:00
AMOS bot
6c6a05e561
Automatically generated installer lang files
2011-09-25 00:55:26 +00:00
Andreas Grabs
0972d40ad9
MDL-29190 - XHTML not well formed in show_nonrespondents.php
2011-09-23 18:51:50 +02:00
Sam Hemelryk
58d7e8cf60
MDL-29487 enrol: Fixed typo in enrol_sharing_course
2011-09-23 18:18:20 +12:00
Rossiani Wijaya
ebc788d13e
MDL-29230 lesson_module: fixed question's answer to have 0 value.
2011-09-23 14:17:51 +08:00
Kyle Temkin
9d19a2bcd8
MDL-28202 qtype_calculated fix edge case in the rounding code.
2011-09-22 12:14:59 +01:00
Tony Levi
c538ea951f
MDL-29201: questions: Fix regraded essay questions not being placed into correct state
2011-09-22 11:48:09 +01:00
Andrew Davis (andyjdavis)
1239f5a5c4
MDL-25241 forum: reimplemented the display of ratings on the forum search page
2011-09-22 15:27:54 +08:00
Aparup Banerjee
47147e2ff5
MDL-29139 Forms Library : fixed missing require_once
2011-09-22 14:55:46 +08:00
David Mudrak
c418df9c94
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:31:03 +02:00
Andrew Davis (andyjdavis)
6ec18f437b
MDL-29333 rating: refactored the ratings ajax
2011-09-22 11:03:05 +08:00
Tim Hunt
2d56b929c0
MDL-29464 quiz add random question popup does not update sumgrades.
2011-09-21 16:40:47 +01:00
Tim Hunt
8dce32bb7b
MDL-29462 html_to_text('0') gives '', not '0'.
...
Conflicts:
lib/simpletest/testweblib.php
2011-09-21 16:40:18 +01:00
Eloy Lafuente (stronk7)
51e1e3d536
weekly release 2.0.4+
2011-09-21 17:12:24 +02:00
Eloy Lafuente (stronk7)
0ca9b41b50
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-09-21 17:04:56 +02:00
AMOS bot
5e2f228709
Automatically generated installer lang files
2011-09-21 00:55:25 +00:00
Eloy Lafuente (stronk7)
387bde00c2
Merge branch 'MDL-26567_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-09-21 00:11:35 +02:00
Tim Hunt
b9bed21722
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:21:36 +01:00
Eloy Lafuente (stronk7)
eebe41c9d3
Merge branch 'wip-mdl-29079-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-09-20 09:51:44 +02:00
Aparup Banerjee
5e90b425fb
Merge branch 'MDL-26890-m20' of git://github.com/ankitagarwal/moodle into MOODLE_20_STABLE
2011-09-20 13:18:24 +08:00
Ankit Kumar Agarwal
1a17422d24
MDL-26890 Forums Check on filesize if the file is added to the forum from private area
2011-09-20 10:20:58 +05:30
Rajesh Taneja
722bbfc81f
MDL-29079 Administration: Added space on both sides of locked checkbox and for rtl language space will be applied accordingly
2011-09-20 11:51:25 +08:00
Aparup Banerjee
3ee798f85f
Merge branch 'wip-mdl-28726-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-09-20 10:21:45 +08:00
Sam Hemelryk
5e51b68a18
Merge branch 'MDL-26841_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-09-20 12:13:29 +12:00
Sam Hemelryk
0243159817
Merge branch 'MDL-29392_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-09-20 11:59:03 +12:00
Eloy Lafuente (stronk7)
2bc77f9cc9
Merge branch 'wip-mdl-29079-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-09-20 00:18:03 +02:00
Eloy Lafuente (stronk7)
439de8cf42
Merge branch 'MDL-29126_export_separator_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-09-19 23:36:35 +02:00
Eloy Lafuente (stronk7)
c1beb0fa2d
Merge branch 'MDL-27298_forum_rating_participants' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-09-19 23:33:55 +02:00
M Kassaei
30721d4913
MDL-29392 grade/report/index.php should use $CFG->grade_profilereport
2011-09-19 11:33:18 +01:00
Eloy Lafuente (stronk7)
aed1ff8d29
MDL-26841 backup - prevent any enrolments info to be handled in IMPORT/HUB operations
2011-09-19 11:25:02 +02:00
Rajesh Taneja
facb211577
MDL-29079 Administration: Added space between checkboxes on general backup setting page
2011-09-19 13:37:48 +08:00
Sam Hemelryk
f6b9535c4b
Merge branch 'wip-mdl-25937-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-09-19 17:00:23 +12:00
Aparup Banerjee
3a5dd161c2
Merge branch 's13_MDL-28509_youtube_20' of github.com:dongsheng/moodle into MOODLE_20_STABLE
2011-09-19 12:18:14 +08:00
Dongsheng Cai
54b3f85625
MDL-28509 repository : fixed youtube repository search keyword
2011-09-19 11:53:42 +08:00
Mark Johnson
c865e54938
MDL-28509 repository_youtube Enable selection of sort order
2011-09-19 11:53:24 +08:00
Petr Skoda
e157c695c9
MDL-29406 fix greedy config settings cleanup
2011-09-19 13:33:16 +12:00
Tim Hunt
1d469cae30
MDL-29360 quiz comment.php has broken JS for the Cancel button.
...
This swtichest it to more modern YUI3 approach.
2011-09-16 12:08:16 +01:00
Rajesh Taneja
7039fa8d96
MDL-28726 wiki-2.0: Fixed XSS in wiki comments
2011-09-16 11:11:32 +08:00
Rajesh Taneja
312a8e0436
MDL-25937 Forms Library: Added Javascript validation for filepicker and filemanager. Also fixed disbledif rule check for both
2011-09-16 09:18:57 +08:00
Rajesh Taneja
59bc05c4a2
MDL-25937 Froms Library: Added server side validation for filepicker and filemanager
2011-09-16 09:18:57 +08:00
Eloy Lafuente (stronk7)
3df2ab8d98
weekly release 2.0.4+
2011-09-16 01:39:32 +02:00
Eloy Lafuente (stronk7)
77962f179e
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-09-16 01:34:52 +02:00
AMOS bot
ce7582df1f
Automatically generated installer lang files
2011-09-15 00:55:25 +00:00
Aparup Banerjee
29134ecc9e
MDL-26257 Authentication : fixed typo
2011-09-14 16:12:03 +08:00
Petr Skoda
2d1e165183
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:50 +02:00
Aparup Banerjee
f3f329d1be
MDL-26257 Authentication : whitespace/style fixes
2011-09-13 19:19:28 +08:00
Aparup Banerjee
e2ea315c5b
Merge branch 'MDL-26257-20' of git://github.com/bostelm/moodle into MOODLE_20_STABLE
2011-09-13 19:17:03 +08:00
Aparup Banerjee
25c976527b
Revert "MDL-29188 multilang Reviewed the uses of section name and ensured things were being formatted consistently"
...
This reverts commit 64e085e1d1 .
2011-09-13 16:29:59 +08:00
Aparup Banerjee
06a8b8482d
Merge branch 'wip-MDL-29188-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-09-13 13:35:15 +08:00
Sam Hemelryk
62920e80ba
Merged branch 'MDL-22232_easier_turn_off_notifications_20' from git://github.com/andyjdavis/moodle.git with conflict resolution
2011-09-12 20:27:41 +12:00
Sam Hemelryk
5fbc1470b1
Merge branch 'MDL-29211_M20' of git://github.com/kordan/moodle into MOODLE_20_STABLE
2011-09-12 19:49:46 +12:00
kordan
f196ac57ca
MDL-29211 fox for MOODLE_20_STABLE
2011-09-12 09:36:40 +02:00
Sun Zhigang
479af9ed9f
MDL-29112 trigger event mod_deleted after deleting mod through AJAX
2011-09-12 17:36:20 +12:00
Sam Hemelryk
52c00a59c6
Merge branch 'MDL-28724_m20' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-09-12 17:26:44 +12:00
Petr Skoda
42a349855f
MDL-29131 fix multiple groups issues on the recent activity report
2011-09-12 17:09:06 +12:00
Aparup Banerjee
1fc6a6046a
MDL-28724 wiki : Fixed bugs in wiki forms
2011-09-12 12:31:56 +08:00
Sam Hemelryk
13b7a5d4e5
Merge branch 'MDL-27635_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-09-12 14:39:42 +12:00
Sam Hemelryk
f4aea09ea4
Merge branch 'w36_MDL-29312_m20_cookieless' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-09-12 14:31:03 +12:00
Rossiani Wijaya
b086b19faa
MDL-27635 hub component: fixed default value for 'secret' field in 'registration_hubs' table
2011-09-12 10:17:39 +08:00
Sam Hemelryk
ef9d05cd99
Merge branch 'MDL-28488_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-09-12 13:21:01 +12:00
kordan
e60fc41fdb
MDL-29056 theme-formal_white fix for the report pagelayout that was preventing horizontal scroll
2011-09-12 13:03:21 +12:00
Eloy Lafuente (stronk7)
d561fa9527
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 22:00:08 +02:00
Eloy Lafuente (stronk7)
53c074a81c
MDL-28488 backup - '[backup|restore]:configure cap does not control import mode anymore
2011-09-11 21:59:58 +02:00
Eloy Lafuente (stronk7)
a31173a6a6
MDL-28488 backup - fixup some strings and delete legacy ones
2011-09-11 21:59:48 +02:00
Eloy Lafuente (stronk7)
f850a316f7
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:59:29 +02:00
Petr Skoda
f0a75425cb
MDL-29312 prevent cookieless mode for security reasons
2011-09-11 10:09:14 +02:00
AMOS bot
43426f3bf8
Automatically generated installer lang files
2011-09-11 00:55:45 +00:00
Henning Bostelmann
42d4cf091e
MDL-26257 Shibboleth auth: run logout handler only if logged in via Shibboleth
2011-09-08 11:56:20 +01:00
Andrew Davis (andyjdavis)
c841c104f0
MDL-27298 forum: corrected a query in forum_get_participants()
2011-09-08 12:05:35 +08:00
AMOS bot
57ee29839a
Automatically generated installer lang files
2011-09-08 00:55:35 +00:00
Sam Hemelryk
64e085e1d1
MDL-29188 multilang Reviewed the uses of section name and ensured things were being formatted consistently
2011-09-08 09:28:05 +12:00
Eloy Lafuente (stronk7)
4f65f98942
weekly release 2.0.4+
2011-09-07 17:53:24 +02:00
Eloy Lafuente (stronk7)
f3266ff658
Merge branch 'wip-MDL-28043-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-09-06 13:56:25 +02:00
Eloy Lafuente (stronk7)
bede2a2a34
Merge branch 'wip-mdl-28987-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-09-06 02:00:12 +02:00
Sam Hemelryk
c2731a79e2
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:56 +12:00
Eloy Lafuente (stronk7)
85ae284e59
Merge branch 'wip-mdl-23520-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-09-06 01:28:28 +02:00
Eloy Lafuente (stronk7)
029a753b91
Merge branch 'wip-MDL-29006-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-09-06 00:38:55 +02:00
Eloy Lafuente (stronk7)
cba00bdb69
MDL-29072 Import course - whitespace fixes
2011-09-05 10:43:32 +02:00
Rajesh Taneja
39f5ddeeb7
MDL-28987 Forms Library: Removed onBlur validation. Now the validation will occur on form submit only
2011-09-05 14:34:07 +08:00
Iñaki Arenaza
556c446f32
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:32:16 +08:00
Aparup Banerjee
70e16becad
Merge branch 'wip-MDL-26811-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-09-05 13:22:25 +08:00
Aparup Banerjee
146ada0aa6
Merge branch 'MDL-29198_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-09-05 12:53:56 +08:00
Rajesh Taneja
11dd2fdb74
MDL-28987 Forms Library: Added tinyMCE onblur event callback for required tinymce fields
2011-09-05 12:23:29 +08:00
Rajesh Taneja
98b8818735
MDL-28987 Forms Library: Added tinyMCE save for tinymce editor validation
2011-09-05 12:23:23 +08:00
Adam Olley
52ed7bb7e3
MDL-28987: Affix [text] to editor element in JS validation and add blur event
2011-09-05 12:23:17 +08:00
Sam Hemelryk
f364f5628f
Merge branch 'MDL-29018_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-09-05 16:08:13 +12:00
Sam Hemelryk
2c90eef264
Merge branch 'MDL-28689_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-09-05 16:03:12 +12:00
Rossiani Wijaya
55b0567707
MDL-29018 lesson module statistics: fixed statistics diplay for whole the class
2011-09-05 11:14:21 +08:00
Rossiani Wijaya
08aaea9856
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-05 11:06:27 +08:00
Henning Bostelmann
1749c7aa31
MDL-29072 Import course: Use correct capability for course selection
2011-09-05 13:41:42 +12:00
Sam Hemelryk
b1e71dac7d
Merge branch 'MDL-27975_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-09-05 13:37:13 +12:00
Eloy Lafuente (stronk7)
a2c3c37cb6
MDL-28080 DML unit tests - cover tweak_param_names() and the new 30 chars limit exception
2011-09-01 20:00:17 +02:00
Eloy Lafuente (stronk7)
a4c5837ad7
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 20:00:17 +02:00
Tim Hunt
a167057d58
MDL-28080 coding_exception for over-long placeholder names.
2011-09-01 20:00:16 +02:00
Rossiani Wijaya
14d8d6b7bb
MDL-27975 community block: fixed string typo
2011-09-01 17:11:39 +08:00
Eloy Lafuente (stronk7)
687e61cdea
MDL-29198 DB - make delete_records transactional safe when needed
2011-09-01 11:08:58 +02:00
Andrew Davis (andyjdavis)
e186fee5e3
MDL-22232 messaging: updated upgrade code to reduce server load during upgrade
2011-09-01 16:47:39 +08:00
Andrew Davis (andyjdavis)
1e7cd615c1
MDL-29126 gradebook: made text export with tabs as separator work
2011-09-01 15:42:53 +08:00
Rajesh Taneja
92a3823994
MDL-23520 mod-wiki-2.0: Added delete page and version feature as it was in 1.9
2011-08-31 13:54:24 +08:00
Sam Hemelryk
8068301cd7
MDL-29006 block_html Added formatted to title printed on editing form when a hard freeze is in effect
2011-08-31 11:47:03 +12:00
Eloy Lafuente (stronk7)
15141ad25f
weekly release 2.0.4+
2011-08-31 01:34:16 +02:00
Eloy Lafuente (stronk7)
724641e59a
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-08-31 01:29:52 +02:00
Aparup Banerjee
832ea65890
MDL-29005 blocks : clarified comment
2011-08-30 11:24:05 +08:00
Aparup Banerjee
311c3e9365
Merge branch 'MDL-29005_MOODLE_20_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_20_STABLE
2011-08-30 11:23:57 +08:00
Eloy Lafuente (stronk7)
65ab1ffa5b
MDL-28489 site news forum - support multilang filter
2011-08-30 11:07:08 +12:00
Eloy Lafuente (stronk7)
b7424c7693
Merge branch 'MDL-29141_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-08-29 13:02:27 +02:00
Eloy Lafuente (stronk7)
081d16475b
Merge branch 'wip-MDL-24202-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-08-29 10:31:34 +02:00
Andrew Davis (andyjdavis)
b15713760e
MDL-22232 messaging: added some Javascript to the messaging preferences screen to make it awesomer
2011-08-29 15:58:26 +08:00
Sam Hemelryk
f24f704630
MDL-24202 navigation Fixed bug caused by navigation overriding a CFG setting
2011-08-29 13:45:56 +12:00
Eloy Lafuente (stronk7)
22a35ffaaf
Merge branch 'MDL-26302_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-08-29 03:23:45 +02:00
Sam Hemelryk
96083d8068
Merge branch 'MDL-26819_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-08-29 13:05:38 +12:00
Sam Hemelryk
31bb03f6e1
Merge branch 'dev_MDL-27289_boxnet_20' of git://github.com/dongsheng/moodle into MOODLE_20_STABLE
2011-08-29 12:55:00 +12:00
Eloy Lafuente (stronk7)
00f706d1f5
Merge branch 'MDL-29064_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-08-29 02:53:08 +02:00
Sam Hemelryk
d3e5802d97
Merge branch 'MDL-29135-mnet-login_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-08-29 12:25:16 +12:00
David Mudrak
6b27edcc47
MDL-29148 MNet - improved handling of a verification function return code
2011-08-29 01:48:16 +02:00
Eloy Lafuente (stronk7)
28883e9b45
Merge branch 'MDL-25872-20' of git://github.com/bostelm/moodle into MOODLE_20_STABLE
2011-08-29 01:22:58 +02:00
Iñaki Arenaza
e79edb11ee
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:09:18 +02:00
Eloy Lafuente (stronk7)
d5d16e1f9c
MDL-26819 quiz statistics - use cross-db GROUP BY expression
2011-08-28 22:23:32 +02:00
David Mudrak
a1e52c70e5
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:28:12 +02:00
David Mudrak
b9720b8869
MDL-29135 Reworded login prompt with SSO over MNet enabled
2011-08-27 18:25:09 +02:00
AMOS bot
3f4a67b330
Automatically generated installer lang files
2011-08-27 00:55:45 +00:00
Henning Bostelmann
62da28c64d
MDL-25872 View assignment submissions: show only students, not teachers
...
Fixing incorrect capability reference mod/assignment:view to ...:submit
2011-08-26 17:34:42 +01:00
Tim Hunt
1179c92d0b
MDL-29141 question bank show question text checkbox does not match state.
2011-08-26 17:31:23 +01:00
M Kassaei
3388d2f9f9
MDL-27631 question bank Show question text in the question list when top level category is used
2011-08-26 17:30:20 +01:00
Eloy Lafuente (stronk7)
58609afebb
weekly release 2.0.4+
2011-08-26 15:07:04 +02:00
Eloy Lafuente (stronk7)
6a10905864
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-08-26 14:57:03 +02:00
Andrew Davis (andyjdavis)
87a4bba39c
MDL-22232 messaging: miscelaneous fixes after integration review
2011-08-26 15:59:31 +08:00
Sam Hemelryk
179b60aea6
MDL-26811 upgrade Fixed up default handling causing exception on upgrade of used site in MSSQL
2011-08-26 14:58:55 +12:00
Eloy Lafuente (stronk7)
d52f9563d1
Merge branch 'MDL-27823_bulk_messaging_2_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-08-25 10:47:31 +02:00
Eloy Lafuente (stronk7)
de8c58715a
Merge branch 'MDL-28650-MOODLE_20_STABLE' of https://github.com/mouneyrac/moodle into MOODLE_20_STABLE
2011-08-25 01:16:38 +02:00
Jerome Mouneyrac
2771063982
MDL-29005 display enrollable courses total and downloadable courses total instead of courses/sites total
2011-08-24 14:53:51 +08:00
Aparup Banerjee
acb05b5d4d
Revert "MDL-28509 repository_youtube Enable selection of sort order"
...
This reverts commit 919304d4bf .
2011-08-24 14:43:36 +08:00
Eloy Lafuente (stronk7)
d45e517538
Merge branch 'w33_MDL-29022_m20_idnumber' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-08-24 03:52:26 +02:00
Aaron Barnes
df40fa5f66
MDL-28248 completion: Incorrect SQL for finding enrol start date
2011-08-24 12:06:12 +12:00
Sun Zhigang
02e5cdbeb8
MDL-29019 enrol - fix a typo
2011-08-24 01:31:47 +02:00
Petr Skoda
029e7f5eae
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:09:23 +02:00
Petr Skoda
9a529b0753
MDL-28981 fix forum_user_can_post() call params
2011-08-24 00:53:45 +02:00
Tony Levi
3c0b7e9468
MDL-27228: Fix label 'eye' does not match show/hide setting
2011-08-23 23:36:43 +02:00
Aparup Banerjee
ce7519c27e
Merge branch 'MDL-28723-plugin-tables_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-08-24 01:30:09 +08:00
Eloy Lafuente (stronk7)
0a2be338a8
MDL-28962 enrol imsenterprise - whitespace fix
2011-08-23 18:44:10 +02:00
Eloy Lafuente (stronk7)
d3ff99e745
Merge branch 'm20_MDL-28962' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-08-23 18:43:56 +02:00
Eloy Lafuente (stronk7)
91d77b17bd
Merge branch 'MDL-28397-20' of https://github.com/totara/moodle into MOODLE_20_STABLE
2011-08-23 17:31:45 +02:00
Sam Hemelryk
142af01f32
MDL-25636 block_html Fixed up missing format config if block restored from early 2.0 backup
2011-08-23 18:43:54 +08:00
Petr Skoda
6551049f07
MDL-28935 use weekdays as calendar table headings
2011-08-23 10:05:28 +02:00
Jason Ilicic
ed246c21db
MDL-28935 Add days of week to monthly calendar view
2011-08-23 10:05:22 +02:00
Tim Hunt
e5073fe305
MDL-29064 qtype multianswer, question text should be a required field.
2011-08-23 08:41:18 +01:00
Aparup Banerjee
9ef338d744
Merge branch 'MDL-28509_20_STABLE' of git://github.com/marxjohnson/moodle into MOODLE_20_STABLE
2011-08-23 14:58:00 +08:00
Eloy Lafuente (stronk7)
68e22328b5
Merge branch 'm20_MDL-28999' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-08-23 02:50:21 +02:00
Petr Skoda
9986fe8d0d
MDL-29016 allow distributions to set dataroot permissions
2011-08-23 02:43:17 +02:00
Eloy Lafuente (stronk7)
13c04d1701
Merge branch 'w33_MDL-29031_m20_oldblock' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-08-23 02:05:33 +02:00
Eloy Lafuente (stronk7)
bf3e4e030f
Merge branch 'MDL-28226_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-08-23 01:42:48 +02:00
Adam Olley
f22a7de23f
MDL-28481: Send headers before any possible output
2011-08-23 01:37:32 +02:00
Eloy Lafuente (stronk7)
f9356f85ce
Merge branch 'w33_MDL-28936_m20_msgstrlen' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-08-23 01:20:37 +02:00
Tom Cubanski
3c94cc716e
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:58:12 +01:00
Aparup Banerjee
5a80cab06d
Merge branch 'wip-mdl-28580-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-08-23 01:54:22 +08:00
Andrew Davis (andyjdavis)
b1f400ae6f
MDL-27823 messaging: preventing html tags from being output to the UI
2011-08-22 15:33:30 +08:00
Aaron Barnes
551fa5f4dd
MDL-28397 completion: Activity completion criteria not showing grading
...
requirement
Credit goes to Evan Irving-Pease for the patch
2011-08-22 14:56:35 +12:00
Andrew Davis (andyjdavis)
bec1c29d84
MDL-22232 messaging: reimplementing support for "emailstop" in 2.0 stable
2011-08-22 09:51:17 +08:00
Petr Skoda
89f5428879
MDL-29031 remove blocks cleanup todo
2011-08-21 17:46:54 +02:00
Petr Skoda
84c656a557
MDL-27248 remove forgotten unique sortorder index from the course table
2011-08-21 17:34:26 +02:00
Petr Skoda
367f1a7300
MDL-29022 do not require idnumber in ext courses - backport from MDL-29020
2011-08-20 11:36:21 +02:00
Petr Skoda
725ef19f1f
MDL-28936 fix invalid >200 comparison and utf-8 incompatibility
...
Credit for discovery goes to Jason Ilicic.
2011-08-19 18:46:38 +02:00
Rajesh Taneja
12acab953b
MDL-28580 Administration: Added sanity check to grab wrong usage of upgrade_main_savepoint
2011-08-19 07:48:24 +00:00
Dan Marsden
1425c0b449
MDL-28999 SCORM add missing yui2 require
2011-08-19 10:22:41 +12:00
Tim Hunt
4f24a95cdd
MDL-28226 wrong final quiz grade when regrading with first/last attempt graded.
...
This is an intermitted problem that depends on the order the DB returns
rows in the absence of an order-by. At any rate, adding an explicit
order-by fixes it.
Also inprove a PHP doc comment and some code to make the API clearer.
2011-08-18 13:47:46 +01:00
Jerome Mouneyrac
f4a57f80ef
MDL-28650 add a page in the administration to the full web service API (API documentation).
2011-08-18 13:31:50 +08:00
Dan Marsden
feb6542872
MDL-28962 enrol imsenterprise - incorrect conversion of new dml syntax - thanks to Patrick Gagnon for report and fix.
2011-08-18 13:40:42 +12:00
AMOS bot
1c59b0ad97
Automatically generated installer lang files
2011-08-18 00:55:29 +00:00
Eloy Lafuente (stronk7)
9e47a85a24
weekly release 2.0.4+
2011-08-18 02:43:23 +02:00
Eloy Lafuente (stronk7)
a25ae4ff1b
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-08-18 02:38:59 +02:00
Eloy Lafuente (stronk7)
14f9c0cbcd
Merge branch 'm20_MDL-28971' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-08-18 01:43:05 +02:00
Dan Marsden
c9a0802794
MDL-28971 - SCORM_TOC_DISABLED is not available in 2.0 - only available in 2.1 and higher
2011-08-17 20:45:19 +12:00
Dongsheng Cai
078bd6815c
MDL-27289, upgrade box.net repository plugin to use new box.net authentication process
2011-08-17 11:44:49 +08:00
Eloy Lafuente (stronk7)
c7cce21d67
Merge branch 'wip-mdl-27219-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-08-17 03:00:59 +02:00
Eloy Lafuente (stronk7)
be3aba207e
Merge branch 'MDL-28737_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-08-17 02:52:25 +02:00
Eloy Lafuente (stronk7)
c2a64d94ff
Revert "MDL-25757 SCORM fix issue with duplicate cmi values being saved"
...
This reverts commit 230a4ab6a2 .
2011-08-17 02:29:28 +02:00
Eloy Lafuente (stronk7)
780cdcea5f
Merge branch 'MDL-27752_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-08-17 01:02:39 +02:00
sam marshall
4cc5500d0e
MDL-28643 Fix debugging message when deleting activity with grade completion
2011-08-17 00:46:06 +02:00
Eloy Lafuente (stronk7)
c2fe54c236
Merge branch 'm20_MDL-28649' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-08-17 00:35:07 +02:00
Tim Hunt
104524f504
MDL-28654 fix path for TinyMCE in lib/thirdpartylibs.xml.
2011-08-17 00:10:51 +02:00
Eloy Lafuente (stronk7)
664a07f74e
Merge branch 'm20_MDL-28721' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-08-16 23:44:32 +02:00
David Mudrak
a0e1c31535
MDL-28723 Make sure that the arrays used by print_plugin_tables() are correctly initialized
...
This covers a very rare and unexpected case when no mods or no blocks
are installed. Credit goes to Aparup Banerjee for spotting this.
2011-08-16 13:59:56 +02:00
Eloy Lafuente (stronk7)
bf479611db
Merge branch 'wip-MDL-26754-MOODLE_20_STABLE' of github.com:marinaglancy/moodle into MOODLE_20_STABLE
2011-08-16 13:17:12 +02:00
Eloy Lafuente (stronk7)
1f52e72526
Merge branch 'MDL-23872_m20' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-08-16 11:52:12 +02:00
Rajesh Taneja
03af3e075d
MDL-27219 chat: Beep will not display user fullname if user is not in chat
2011-08-16 16:36:34 +08:00
Eloy Lafuente (stronk7)
9a287f8a49
Merge branch 'MDL-28931_m20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-08-16 03:06:31 +02:00
Eloy Lafuente (stronk7)
76a07a1da5
Merge branch 'wip-mdl-27728-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-08-16 02:15:18 +02:00
Eloy Lafuente (stronk7)
46894c5058
Merge branch 'MDL-27030_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-08-16 02:08:04 +02:00
Eloy Lafuente (stronk7)
52dd1d84a3
MDL-27896 filters/editor - fix whitespace
2011-08-16 02:02:12 +02:00
Eloy Lafuente (stronk7)
75e815fe72
Merge branch 'wip-mdl-27896-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-08-16 02:01:48 +02:00
Eloy Lafuente (stronk7)
8634bb229e
Merge branch 'm20_MDL-25757' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-08-16 00:39:41 +02:00
Petr Skoda
7431abde3c
Merge branch 'MDL-28465_rating_aggregation_split' into MOODLE_20_STABLE
2011-08-15 20:26:19 +02:00
Eloy Lafuente (stronk7)
eac56e02bc
Merge branch 'm20_MDL-28603' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-08-15 20:02:56 +02:00
Dan Poltawski
5a52740940
MDL-28605 repsitory/local - Prevent server running out of memory
...
Removing useless code..
2011-08-15 19:58:34 +02:00
Eloy Lafuente (stronk7)
6e4ece5640
Merge branch 'MDL-28939_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-08-15 19:35:22 +02:00
Tim Hunt
e84cef850a
MDL-28939 Bad lang string reference in grade/import/csv.
2011-08-15 15:12:29 +01:00
Tim Hunt
cf93bcd37d
MDL-28639 question import should set timemodified and modified by.
...
Thanks to Jean-Michel Vedrine for the fix.
2011-08-15 14:57:57 +01:00
Eloy Lafuente (stronk7)
b5e0ee6f4a
MDL-28931 timezone - update to 2011h (2200 rules)
2011-08-14 18:06:34 +02:00
Dan Marsden
230a4ab6a2
MDL-25757 SCORM fix issue with duplicate cmi values being saved
2011-08-13 13:25:05 +12:00
Tim Hunt
41977bb4cc
MDL-28737 advcheckboxes toggle state every submit if checkbox_controller present.
2011-08-12 19:15:18 +01:00
Rajesh Taneja
1d34dc5aa3
MDL-27896 course - Rectified wrong use of itemid for preparing draft file area
2011-08-12 16:52:25 +08:00
Rajesh Taneja
2c01ba7bb7
MDL-27896 editor - parent context will be respected by editor in case context is not created.
2011-08-12 16:52:12 +08:00
Rajesh Taneja
5b5bef12f0
MDL-27896 editor - added sanity check to pick wrong context passed to editor creation
2011-08-12 16:51:59 +08:00
Rajesh Taneja
88a7dcab1e
MDL-27896 context - Fixed editor context to observe filter status
2011-08-12 16:51:21 +08:00
Dan Marsden
aa1e13ed2e
MDL-28603 SCORM fix regression with ADL scorm 1.2 tests
2011-08-12 17:25:59 +12:00
Rajesh Taneja
6a008b485e
MDL-27728 Moodleforms: Added validation for element before checking element values
2011-08-12 10:56:14 +08:00
AMOS bot
659b8d8dc6
Automatically generated installer lang files
2011-08-12 00:55:35 +00:00
Dan Marsden
0dd1a7cb66
MDL-28649 SCORM start new attempt if set when skipview used.
2011-08-12 12:55:14 +12:00
Dan Marsden
07d9ba8e9b
MDL-28721 SCORM - disable hidenav setting if hidetoc not set to display toc to the left
2011-08-12 11:07:49 +12:00
Eloy Lafuente (stronk7)
9d228de05a
weekly release 2.0.4+
2011-08-12 00:20:15 +02:00
Eloy Lafuente (stronk7)
c8028c9371
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-08-12 00:13:30 +02:00
Marina Glancy
a2cfc3e460
MDL-26754: Removed unnecessary include
2011-08-11 13:41:30 +08:00
sam marshall
8b805ced71
MDL-27491 Add 'complete on view' support to wiki, survey
2011-08-10 23:07:16 +02:00
Eloy Lafuente (stronk7)
55ffbabe6d
Merge branch 'm20_MDL-28295' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-08-10 22:59:47 +02:00
Daren Chandisingh
e39ee61705
MDL-23872 Forms Library : Updated MoodleQuickForm to honour setConstant(), prevents injection.
2011-08-10 15:23:48 +08:00
Sam Hemelryk
3e7ff59eb4
Merge branch 'MDL-20501_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-08-10 14:10:41 +08:00
Dan Marsden
cca2289111
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:35:00 +12:00
Eloy Lafuente (stronk7)
e8a165d2a3
Merge branch 'MDL-27550-workshop-feedback_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-08-10 02:49:28 +02:00
Eloy Lafuente (stronk7)
fcda253026
Merge branch 'w31_MDL-27597_m20_catlike' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-08-10 02:37:32 +02:00
Dan Poltawski
3728b69f31
MDL-23967 admin/cron.php - warn about use on CLI
...
Admins now need to use the explicit CLI script
2011-08-10 02:06:31 +02:00
Dan Poltawski
c8e7fdd9af
MDL-28059 weblib - don't strip mailto: anchors
2011-08-10 01:59:35 +02:00
Eloy Lafuente (stronk7)
2bdfe77686
Merge branch 'wip-MDL-28407-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-08-10 01:12:11 +02:00
Eloy Lafuente (stronk7)
1b8b39cbde
Merge branch 'MDL-28565_m20' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-08-09 10:16:14 +02:00
Eloy Lafuente (stronk7)
c874785067
Merge branch 'MDL-28604_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-08-09 09:43:23 +02:00
AMOS bot
cbf4d62ccd
Automatically generated installer lang files
2011-08-09 00:55:27 +00:00
Tony Levi
6ad6368adc
MDL-27030: Fix quiz overview report showing incorrect grades on regraded attempts
2011-08-08 23:47:42 +01:00
Aparup Banerjee
58cbfde495
MDL-28565 General - updated lang files License link to docs.moodle.org/dev/License
2011-08-08 17:10:32 +08:00
Aparup Banerjee
a743d4a77c
MDL-28565 General - updated License and Credits links
...
to docs.moodle.org/dev/License and docs.moodle.org/dev/Credits
2011-08-08 17:02:31 +08:00
Sagie Maoz
f3a2907f15
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:38:36 +08:00
Dan Poltawski
a873af4dfe
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-08 14:10:44 +08:00
Sam Hemelryk
47a6e69179
Merged branch 'MDL-28575_MOODLE_20_STABLE' of git://github.com/kordan/moodle.git with conflict resolution
2011-08-08 14:00:08 +08:00
Sam Hemelryk
4ecd7134e5
Merge branch 'MDL-28587_MOODLE_20_STABLE' of git://github.com/kordan/moodle into MOODLE_20_STABLE
2011-08-08 13:45:05 +08:00
Rossiani Wijaya
269255473f
MDL-27752_m20 Calendar export: fixed typo in url parameter
2011-08-08 12:06:46 +08:00
Sam Hemelryk
3bbbd26ee6
Merge branch 'MDL-28406_block_duplicate_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-08-08 11:19:18 +08:00
Sam Hemelryk
81c77993e3
Merge branch 'w31_MDL-27586_m20_browser' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-08-08 10:47:21 +08:00
Sam Hemelryk
6aec498812
Merge branch 'w31_MDL-27685_m20_pglike' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-08-08 10:25:55 +08:00
Sam Hemelryk
11909e87a0
Merge branch 'w31_MDL-28382_m20_iis' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-08-08 10:21:05 +08:00
Sam Hemelryk
48db633522
Merge branch 'w31_MDL-28450_m20_defgroup' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-08-08 10:09:56 +08:00
Petr Skoda
1a6bfd3c1e
MDL-28382 work around or detect REQUEST_URI IIS bug
2011-08-07 14:48:44 +02:00
Petr Skoda
e4ff5b5d74
MDL-27685 fix pg LIKE escape trouble
2011-08-07 13:23:36 +02:00
Petr Skoda
4e86cbabb0
MDL-28450 prefer member group for default
2011-08-07 13:09:00 +02:00
Petr Skoda
5bdd8b8e7a
MDL-27586 fix file_browser access control
2011-08-06 16:41:18 +02:00
Petr Skoda
fd526f38ce
MDL-28473 fix $instanceids troubles in blocks upgrade
...
Credit goes to Mateusz Wójcik.
2011-08-05 22:10:44 +02:00
Petr Skoda
56eff94252
MDL-27597 fix invalid results of get_categories when shallow is false
2011-08-05 20:16:22 +02:00
Andrew Davis (andyjdavis)
b6cbbb862c
MDL-28465 rating: altered one of the get_ratings() queries to avoid possible future duplicate first column problems
2011-08-05 13:48:38 +08:00
Andrew Davis (andyjdavis)
0683e9c5be
MDL-28406 blocks: added JS to prevent the addition of duplicate blocks
2011-08-05 11:36:58 +08:00
Sam Hemelryk
3b7127a9b7
MDL-28407 Fixed up calendar preferences form handling
2011-08-05 09:35:09 +08:00
Tim Hunt
6740639cef
MDL-28604 Question bank display forgets sort order
2011-08-04 14:04:23 +01:00
Marina Glancy
dcaa0b4e21
MDL-26754 Display blocks in 'manage blocks' alphabetically sorted
2011-08-04 14:14:39 +08:00
AMOS bot
190cae0e09
Automatically generated installer lang files
2011-08-04 00:55:44 +00:00
Petr Skoda
4b85dc13ac
weekly release 2.0.4+
2011-08-03 18:01:36 +02:00
kordan
761a9abd02
MDL-28587 fix for MOODLE_20_STABLE
2011-08-03 15:22:54 +02:00
Sam Hemelryk
763fc56f9a
Revert "MDL-28284 don't load filepicker module for every page"
...
This reverts commit e336ad1b80 .
2011-08-03 18:20:45 +08:00
kordan
43424771b6
MDL-28575 fix for MOODLE_20_STABLE
2011-08-02 23:44:13 +02:00
David Mudrak
4ac89c85d4
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:28:52 +02:00
David Mudrak
d98c8aedb2
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:14:45 +02:00
David Mudrak
a6a58c3485
MDL-27550 workshop: students do not see peer-assessment that are not graded yet
2011-08-02 23:14:45 +02:00
David Mudrak
6e6b96d57b
MDL-27550 workshop: display the feedback for the submission reviewer when the workshop is closed
2011-08-02 23:14:45 +02:00
David Mudrak
c9f31ba3a3
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:14:45 +02:00
David Mudrak
3675dbc32b
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:14:44 +02:00
Petr Skoda
b8a5c64e95
Merge branch 'wip-mdl-27658-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-08-02 15:14:00 +02:00
Dan Marsden
984c6bd358
MDL-28410 Choice - allow single answer choice to be created
2011-08-02 15:06:15 +02:00
Dan Marsden
1389810600
MDL-28535 SCORM remove old IE 6 related warning about zlib
2011-08-02 14:42:24 +02:00
Sam Hemelryk
0f68bcbc52
Merge branch 'MDL-28508_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-08-02 17:47:13 +08:00
Andrew Robert Nicols
033be70faa
MDL-28515 Add cli install options for fullname and shortname
2011-08-02 17:08:04 +08:00
Sam Hemelryk
c440ddfb58
Merge branch 'MDL-28340_advanced_search_other_users_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-08-02 16:59:08 +08:00
Sam Hemelryk
6a60e3f282
Merge branch 'wip-mdl-28504-m20' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-08-02 16:52:22 +08:00
Sam Hemelryk
f15c1b78ab
Merge branch 'wip-MDL-19907-M00DLE_20_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_20_STABLE
2011-08-02 16:44:33 +08:00
Sam Hemelryk
0b1bc0a771
MDL-27122 admin Improved block protection help string
2011-08-02 16:37:04 +08:00
Sam Hemelryk
43b2bb6cd9
Merge branch 'wip-MDL-27122-MOODLE_20_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_20_STABLE
2011-08-02 16:36:16 +08:00
Sam Hemelryk
7d5f92870e
Merge branch 'wip-MDL-27754-MOODLE_20_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_20_STABLE
2011-08-02 14:09:57 +08:00
Sam Hemelryk
e99d784ffe
Merge branch 's11_MDL-28284_filepicker_module_20' of git://github.com/dongsheng/moodle into MOODLE_20_STABLE
2011-08-02 13:41:36 +08:00
Sam Hemelryk
25f8084ba0
Merge branch 'MDL-28510_20_STABLE' of git://github.com/marxjohnson/moodle into MOODLE_20_STABLE
2011-08-02 13:38:00 +08:00
unknown
187c395673
Merge branch 'm20_MDL-27876' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-08-02 13:27:00 +08:00
Piers Harding
902b6d7df4
MDL-27876 SCORM auto-adjust the stage height
2011-08-02 17:14:06 +12:00
Sam Hemelryk
d5addee28f
Merge branch 'MDL-28487-typo_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-08-02 12:22:57 +08:00
Sam Hemelryk
a8562f6c01
Merged branch 'm20_MDL-28548' of git://github.com/danmarsden/moodle.git with comment changes
2011-08-02 11:49:21 +08:00
Marina Glancy
e29521960d
MDL-27754 fixed typo in language string
2011-08-02 08:51:24 +08:00
Marina Glancy
914cbfa714
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:51:17 +08:00
Marina Glancy
54641661e1
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:50:51 +08:00
Rossiani Wijaya
b7342c4c7b
MDL-20501 survey module: fix text alignment for right to left language. Change undefined string to
2011-08-01 17:30:12 +08:00
Sam Hemelryk
e8e1ad9100
Moodle 2.0.4 release
2011-08-01 16:55:04 +08:00
Andrew Davis (andyjdavis)
8c598be92d
MDL-28465 rating: split the get_ratings() query into two
2011-08-01 15:35:40 +08:00
Rajesh Taneja
dcb368720a
MDL-27658 javascript: Typo fixed for toUpperCase
2011-08-01 12:55:01 +08:00
Rajesh Taneja
9d9e5bc707
MDL-28504 filter: Typo in css fixed
2011-08-01 10:24:15 +08:00
Dan Marsden
e8ce08c331
MDL-28548 allow backup to contain info from multiple plagiarism plugins.
2011-08-01 10:29:23 +12:00
Sam Hemelryk
f84058a263
weekly release 2.0.3+ (emergency)
2011-07-29 12:22:29 +08:00
Andrew Davis (andyjdavis)
3b81d3b0e2
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:56:28 +08:00
Sam Hemelryk
03e29fff56
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-07-29 10:13:30 +08:00
Sam Hemelryk
3765c3f098
MDL-28503 comment-caps Slight improvement to allow frontpage and guest users to view comments by default
2011-07-29 09:44:18 +08:00
Mark Johnson
b3ebbd4fc8
MDL-28510 repository_youtube Use smaller thumbnails in search results
2011-07-28 13:44:53 +01:00
Mark Johnson
919304d4bf
MDL-28509 repository_youtube Enable selection of sort order
2011-07-28 13:12:02 +01:00
Tim Hunt
01ae3d20da
MDL-28508 bad string trunction in Aiken format.
2011-07-28 12:19:34 +01:00
Sam Hemelryk
15125314eb
MDL-28503 Removed the ability for plugins to override comment capabilities and the defaults associated with it
2011-07-28 13:41:20 +08:00
AMOS bot
44e6b8ff57
Automatically generated installer lang files
2011-07-28 00:55:21 +00:00
David Mudrak
8684284e49
MDL-28487 Fixed typo in media filter help string
2011-07-27 14:42:05 +02:00
Petr Skoda
c46c673568
weekly release 2.0.3+
2011-07-26 11:08:28 +02:00
Petr Skoda
aa79f99d53
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-07-26 11:07:40 +02:00
AMOS bot
ef65eefff8
Automatically generated installer lang files
2011-07-26 00:55:29 +00:00
Tim Hunt
df390ba9f0
MDL-28218 allow testclient.php to find the necessary form for services defined in plugins.
2011-07-25 20:05:31 +02:00
Petr Skoda
2a41529f68
Merge branch 'MDL-28437_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-07-25 19:55:46 +02:00
Petr Skoda
e9adc8f6eb
Merge branch 'MDL-28453_MOODLE_20_STABLE' into MOODLE_20_STABLE
2011-07-25 16:30:52 +02:00
Aparup Banerjee
22edb9944a
MDL-28453 backup - made temporary restoration courses hidden by default.
2011-07-25 16:46:22 +08:00
Tim Hunt
ceedbe876d
MDL-28437 Question bank pages should all use General type: admin.
2011-07-25 08:59:25 +01:00
Sam Hemelryk
213eaa94f6
Merge branch 'MDL-28107_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-07-25 15:14:39 +08:00
Dan Poltawski
2acfb396ec
MDL-28232 - Course log text export is missing a new line
2011-07-25 12:57:39 +08:00
Michael Aherne
936f6706c2
MDL-27538 Added deprecation details to functions now in $DB
2011-07-25 11:31:40 +08:00
Sam Hemelryk
2e3a96e192
Merge branch 'w29_MDL-22584_m20_monsterpaths' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-25 11:18:45 +08:00
Sam Hemelryk
417fdfab6b
Merge branch 'w29_MDL-27464_m20_continue' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-25 11:04:02 +08:00
Sam Hemelryk
77c9ae457d
Merge branch 'w29_MDL-27653_m20_usercasting' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-25 10:59:30 +08:00
Sam Hemelryk
a8fd6146e7
Merge branch 'w29_MDL-27796_m20_httphost' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-25 10:55:12 +08:00
Sam Hemelryk
538e680d39
Merge branch 'w29_MDL-27994_m20_creatorcaps' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-25 10:45:51 +08:00
Sam Hemelryk
ec5f521a59
Merge branch 'w29_MDL-28145_m20_renderer' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-25 10:40:00 +08:00
Sam Hemelryk
100308ce24
Merge branch 'w29_MDL-28182_m20_userdel' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-25 10:37:05 +08:00
Sam Hemelryk
f6fc3616de
Merge branch 'w29_MDL-28384_m20_nullurl' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-25 10:15:05 +08:00
Sam Hemelryk
9a8343cdde
Merge branch 'w29_MDL-28432_m20_cohortconfig' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-25 09:53:02 +08:00
Sam Hemelryk
a4e3607a21
Merge branch 'w29_MDL-28440_m20_jssemicol' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-25 09:45:53 +08:00
Mary Evans
27a2c6bffd
fix for MDL-27768 removed reference to gradient-sb image
2011-07-25 09:40:17 +08:00
Petr Skoda
b6481ac993
MDL-27653 fix incorrect int | object detection
2011-07-24 15:06:07 +02:00
Petr Skoda
2abbe6e2a3
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:25:50 +02:00
Petr Skoda
3687ab70bc
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:09:11 +02:00
Petr Skoda
201159335f
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:31:20 +02:00
Petr Skoda
c3ceb8d218
MDL-28440 add missing semicolon causing JS issues
...
Credit goes to Mark Nielsen.
2011-07-23 11:50:22 +02:00
Petr Skoda
9df28ce5a3
MDL-22584 deal with oversized dir and file names during upgrade
2011-07-23 11:41:28 +02:00
Petr Skoda
784c24fde1
MDL-28145 fix renderer typo in comments
2011-07-22 23:44:49 +02:00
Petr Skoda
cf264063c1
MDL-27796 ignore missing HTTP_HOST header
2011-07-22 23:34:34 +02:00
Petr Skoda
3f51ad2a70
MDL-28182 always use full user object when deleting users
2011-07-22 22:50:17 +02:00
Petr Skoda
6b0b96c581
MDL-28432 use enrol/cohort and enrol/manual capabilities correctly in cohort enrol UI and fix input validation in ajax
2011-07-22 10:11:08 +02:00
Rossiani Wijaya
8190a2911f
MDL-28107 course enrolment icon: Fixed logged in user enrolment icons
2011-07-22 13:17:49 +08:00
Dongsheng Cai
e336ad1b80
MDL-28284 don't load filepicker module for every page
2011-07-21 17:28:24 +08:00
Petr Skoda
ac30618786
weekly release 2.0.3+
2011-07-19 15:22:21 +02:00
Petr Skoda
e9889abe38
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-07-19 15:18:09 +02:00
Petr Skoda
c0e1e425be
MDL-27696 initialise arrays
...
Credit goes to David Mudrak.
2011-07-19 15:05:22 +02:00
Petr Skoda
517d606401
MDL-27696 do not use placeholders in GROUP BY because pg does no like that
2011-07-19 10:55:02 +02:00
Petr Skoda
f3cbcc623d
MDL-27889 use new recaptcha google urls in lang packs
2011-07-19 10:24:57 +02:00
Petr Skoda
be36e2ad1d
MDL-27889 use new recaptcha google urls in lang packs
2011-07-19 10:18:31 +02:00
AMOS bot
aff1c65c3d
Automatically generated installer lang files
2011-07-19 00:55:41 +00:00
Petr Skoda
d96d964425
Merge branch 'wip-MDL-28040-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-07-18 15:34:42 +02:00
Petr Skoda
4f76e7ddf7
Merge branch 'wip-MDL-28184-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-07-18 15:29:19 +02:00
Petr Skoda
393d636e25
Merge branch 'wip-MDL-28205-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-07-18 15:25:56 +02:00
Petr Skoda
2b98c3d5e0
Merge branch 'wip-MDL-28137-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-07-18 15:23:21 +02:00
Petr Skoda
2bd3fc4d03
Merge branch 'wip-MDL-27771-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-07-18 15:20:26 +02:00
Petr Skoda
6b43f50c41
Merge branch 'wip-MDL-27696-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-07-18 15:18:24 +02:00
Petr Skoda
533a766447
Merge branch 'wip-MDL-27305-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-07-18 15:15:18 +02:00
Petr Skoda
59f3144e0a
Merge branch 'wip-MDL-25870-m20' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-07-18 14:58:38 +02:00
Sam Hemelryk
ef5a198d1c
Merge branch 'wip-MDL-27756-MOODLE_20_STABLE' of github.com:marinaglancy/moodle into MOODLE_20_STABLE
2011-07-18 22:20:13 +10:00
Sam Hemelryk
60e7f2b113
Merge branch 'MDL-27555_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-07-18 21:51:39 +10:00
Sam Hemelryk
68bc5b7b68
Merge branch 'w28_MDL-27804_m20_csvauth' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-18 20:19:51 +10:00
Sam Hemelryk
45222fc50f
Merge branch 'w28_MDL-28253_m20_managerupgrade' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-18 20:10:30 +10:00
Sam Hemelryk
78092d6742
Merge branch 'w28_MDL-28313_m20_enroldb' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-18 20:04:32 +10:00
Sam Hemelryk
a3fe5348ab
Merge branch 'w28_MDL-28348_m20_meta' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-18 19:39:56 +10:00
Sam Hemelryk
e3f6f30896
Merge branch 'w28_MDL-28350_m20_wsra' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-18 19:29:01 +10:00
Petr Skoda
50296e134b
Merge branch 'wip-MDL-25125-MOODLE_20_STABLE' of github.com:marinaglancy/moodle into MOODLE_20_STABLE
2011-07-18 09:36:20 +02:00
Sam Hemelryk
a6c44179e5
Merge branch 'w28_MDL-28363_m20_dimmed' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-07-19 00:48:11 +10:00
Sam Hemelryk
ab93b02919
Merge branch 'MDL-28298-workshop-constant_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-07-19 00:40:22 +10:00
Sam Hemelryk
07ea543a1c
Merge branch 'MDL-28325-enrol-help_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-07-19 00:35:16 +10:00
Petr Skoda
768dd79e1f
MDL-28348 fix spelling and some whitespace issues
2011-07-17 20:42:44 +02:00
Petr Skoda
c7f51d2dfe
MDL-28348 fix fatal error caused by unenrolling of incorrect enrol instance
2011-07-17 20:42:43 +02:00
Petr Skoda
ebbc9e717f
MDL-28348 prevent circular references in meta handler for enrolments
2011-07-17 20:42:43 +02:00
Petr Skoda
617027cf84
MDL-28348 fix meta sync when unassigning roles
2011-07-17 20:42:42 +02:00
Petr Skoda
21dc44b4df
MDL-28363 make dimmed selectors more specific to prevent overriding from other themes
2011-07-16 21:05:48 +02:00
AMOS bot
922817560c
Automatically generated installer lang files
2011-07-16 00:55:24 +00:00
Petr Skoda
4b9cb37191
MDL-28350 prevent bogus role assignment via externallib
2011-07-15 12:30:20 +02:00
Petr Skoda
a4673317a7
MDL-27804 allow changing of only auth in csv user uploads
2011-07-15 11:10:38 +02:00
Petr Skoda
deba736fbc
MDL-28313 fix incorrect enrol database settings upgrade
2011-07-14 22:36:05 +02:00
Petr Skoda
badddcab36
MDL-28253 use unique name for new manager role
2011-07-14 13:36:27 +02:00
Marina Glancy
be1f4ab759
MDL-27756 Improving move_course() performance
2011-07-14 11:04:37 +08:00
Marina Glancy
01bb865997
MDL-25125 fix YUI bug with overriding styles
2011-07-14 10:02:43 +08:00
AMOS bot
79f544a45f
Automatically generated installer lang files
2011-07-14 00:55:24 +00:00
Dan Marsden
eadbd73918
MDL-28300 SCORM Fix check for SCORM 2004 thanks to Silvia Bastos for report/patch
2011-07-14 11:02:32 +12:00
David Mudrak
bf9f318ead
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-13 22:36:00 +02:00
AMOS bot
c015236f00
Removing oc_ES that was generated by an accident instead of proper oc_es
2011-07-13 15:36:08 +02:00
Sam Hemelryk
7a3156d001
weekly release 2.0.3+
2011-07-13 20:24:18 +08:00
Sam Hemelryk
b22eb6a987
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-07-13 20:09:42 +08:00
David Mudrak
c7c83663e1
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:23:10 +02:00
Sam Hemelryk
49d85b7cfa
MDL-28184 navigation: Tidied up handling of coursenode when adding course essentials
2011-07-13 14:59:59 +08:00
Sam Hemelryk
bc5d53c15c
MDL-27771 filter-text: Fixed typo contninue
2011-07-13 14:53:18 +08:00
Chris Follin
95f780c200
MDL-27305 forum: Added missing item to forum_get_view_actions
2011-07-13 14:23:18 +08:00
Sam Hemelryk
3656becc4a
MDL-25870 enrol-manual: Fixed pagination of AJAX search results for users when changing search
2011-07-13 14:03:08 +08:00
Sam Hemelryk
89ba1d6c2b
MDL-28137 unit tests: Fixed up problem with block manager tests when running unit tests after turning editing on
2011-07-13 13:45:23 +08:00
Sam Hemelryk
cca30c4795
MDL-28205 RSS: Fixed up notice and set better pagelayout type on manage feeds page
2011-07-13 10:31:50 +08:00
Sam Hemelryk
c78b71efb6
MDL-27696 datalib Fixed up misused params in get_logs_usercourse
2011-07-13 10:29:36 +08:00
Sam Hemelryk
35a5d3b2fc
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:01:08 +08:00
AMOS bot
40638405ea
Automatically generated installer lang files
2011-07-13 00:55:34 +00:00
Eloy Lafuente (stronk7)
a53760ef5a
Merge branch 'm20_MDL-28017' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-07-12 16:31:40 +02:00
Eloy Lafuente (stronk7)
1193e6b023
MDL-28210 messaging: all includes but config.php must use $CFG-based abosolute paths
2011-07-12 12:23:51 +02:00
Eloy Lafuente (stronk7)
8c5b86e044
Merge branch 'MDL-28210_messaging_constants_20_2' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-07-12 12:23:19 +02:00
Sam Hemelryk
6bc177e912
MDL-27809 navigation: Fixed up a couple of minor issues after peer-review
2011-07-12 16:04:12 +08:00
Sam Hemelryk
1f7907dac3
MDL-27809 navigation: Reworked the caching within navigation and improved the ordering of events in order to reduce the use of session without serious impact on serverload
2011-07-12 16:04:03 +08:00
Andrew Davis (andyjdavis)
25c53e2b9f
MDL-28210 messaging: Fixed requires problems in /message/discussion.php
2011-07-12 10:56:33 +08:00
AMOS bot
83fcca9346
Automatically generated installer lang files
2011-07-12 00:55:27 +00:00
Dan Marsden
ab837e6113
MDL-28017 SCORM add unset_config for old config var
2011-07-12 09:51:32 +12:00
Eloy Lafuente (stronk7)
96651cf9ed
Merge branch 'MDL-28251_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-07-11 20:29:01 +02:00
Eloy Lafuente (stronk7)
583c465a3a
Merge branch 'm20_MDL-26942' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-07-11 19:48:54 +02:00
Eloy Lafuente (stronk7)
24f90eedb9
Merge branch 'MDL-27755_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-07-11 19:44:41 +02:00
Eloy Lafuente (stronk7)
0d81404f9a
Merge branch 'MDL-27741_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-07-11 19:36:16 +02:00
Dan Poltawski
7ba9375e84
MDL-23580 course overview - remove debugging junk
2011-07-11 16:47:43 +02:00
Eloy Lafuente (stronk7)
15ffa46a1a
Merge branch 'MDL-27483_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-07-11 16:27:04 +02:00
Eloy Lafuente (stronk7)
38bc3c281a
Merge branch 'MDL-27931_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-07-11 15:58:33 +02:00
Rossiani Wijaya
9bb6e09468
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:00:33 +08:00
Sam Hemelryk
77de688b82
Merge branch 'wip-mdl-27954-MOODLE_20_STABLE' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-07-11 16:02:00 +08:00
Sam Hemelryk
dd8e618917
Merge branch 'MDL-28227_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-07-11 14:54:48 +08:00
Dan Marsden
ea819f2205
MDL-28017 SCORM - remove admin setting incorrectly added as it was never used.
2011-07-11 15:44:19 +12:00
Sam Hemelryk
05deeaacdb
Merge branch 'm20_MDL-27947' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-07-11 11:32:04 +08:00
Sam Hemelryk
19dd687377
Merge branch 'mod_url_decode_m20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-07-11 11:04:35 +08:00
Sam Hemelryk
f2c12522c3
Merge branch 'backup_groups_m20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-07-11 10:57:33 +08:00
Rajesh Taneja
79a80529f8
MDL-27954 mod_database - fixed search navigation link
2011-07-11 10:31:47 +08:00
AMOS bot
70a649e40c
Automatically generated installer lang files
2011-07-11 00:55:22 +00:00
Eloy Lafuente (stronk7)
38a94e0d39
MDL-28156 restore - fix some notices restoring empty courses
2011-07-10 13:12:05 +02:00
Eloy Lafuente (stronk7)
327c88b76b
MDL-28156 restore - support restoring files without grade items
2011-07-10 00:53:43 +02:00
Eloy Lafuente (stronk7)
b229f563e5
MDL-27438 backup - on course backups add course gropus and groupings
2011-07-09 19:29:21 +02:00
Eloy Lafuente (stronk7)
7769615e76
MDL-27018 restore - decode links missing url->externalurl support
2011-07-09 13:36:14 +02:00
Dan Marsden
056d2682a1
MDL-27947 - fix TOC display on skipview - use correct org in TOC title
2011-07-09 11:50:15 +12:00
Dan Marsden
a103d27e06
SCORM MDL-26942 - merge scorm_get_toc into a single global function
2011-07-09 11:15:13 +12:00
AMOS bot
d9c90952bb
Automatically generated installer lang files
2011-07-08 12:34:55 +02:00
Eloy Lafuente (stronk7)
89b2800f75
weekly release 2.0.3+
2011-07-08 11:23:10 +02:00
Rossiani Wijaya
e12559481f
MDL-28251 DB activity module: fixed the argument type error for html_table_row from string to array
2011-07-08 16:54:38 +08:00
Eloy Lafuente (stronk7)
6761018805
Merge branch 'MDL-28015-workshop-sql_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-07-08 01:19:22 +02:00
Eloy Lafuente (stronk7)
9948122905
Merge branch 'MDL-28168-custommenu_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-07-08 00:58:24 +02:00
David Mudrak
308e53f572
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:02:34 +02:00
David Mudrak
3367e3ee1e
MDL-28168 Revert "MDL-27073 Support multi-language content in custom menu"
...
This reverts commit 87e0230d0a .
2011-07-07 11:26:01 +02:00
Eloy Lafuente (stronk7)
c1979ef02d
Merge branch 'fix_import_search_course' of git://github.com/hit-moodle/moodle into MOODLE_20_STABLE
2011-07-07 10:38:44 +02:00
Tony Levi
25a5bd96f9
MDL-27483: Fix quiz repaginate enter in a endless loop
2011-07-07 16:19:56 +09:30
Rossiani Wijaya
536c7aa882
MDL-27755 course search: Add course id and shortname to search fields
2011-07-07 11:05:06 +08:00
Sun Zhigang
534eebdd35
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 09:27:48 +08:00
Eloy Lafuente (stronk7)
e317113746
Merge branch 'm20_MDL-28110' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-07-07 03:02:26 +02:00
Tony Levi
ac473cb811
MDL-28227: Regrade sometimes grades user attempts for any quiz not selected quiz
2011-07-07 10:01:46 +09:30
Eloy Lafuente (stronk7)
fea115dab3
Merge branch 'MDL-27989_MOODLE_20_STABLE' of git://github.com/kordan/moodle into MOODLE_20_STABLE
2011-07-07 02:23:33 +02:00
Dan Poltawski
46306d8a25
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:12:09 +02:00
Petr Skoda
2c9b8852f0
MDL-27375 add missing lowercasing of external column names
...
Credit goes to Gail Preuninger.
2011-07-07 01:41:04 +02:00
Petr Skoda
413b73ffe3
MDL-28117 include repo lib when hacking file_picker renderer
2011-07-07 01:34:35 +02:00
Dan Poltawski
5bda351ef7
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.
Conflicts:
course/lib.php
2011-07-07 00:26:26 +02:00
Dan Poltawski
e5180a491c
MDL-28100 - page resource was not using context for text filtering
2011-07-07 00:12:54 +02:00
Dan Poltawski
5d7b69cd80
MDL-27279 lang/en/xmldb - Fix Typo in confirmcheckforeignkeys
2011-07-07 00:02:04 +02:00
Eloy Lafuente (stronk7)
4bd293ee63
Merge branch 'MDL-27040_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-07-06 19:26:56 +02:00
Rossiani Wijaya
8252cd2848
MDL-27931 admin bulk user upload: convert city as required field. Credit goes to Charles Fulton for supplying the patch.
2011-07-06 16:17:01 +08:00
Dan Poltawski
a35be2f5ef
MDL-27855 navigation - only display participants link with permissions
2011-07-06 13:19:59 +08:00
Sam Hemelryk
668a9eb90b
Merge branch 'MDL-27716_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-07-06 12:11:14 +08:00
Dan Poltawski
606e175133
MDL-27168 completionstatus block - Use localized strings
2011-07-06 12:03:59 +08:00
Dan Poltawski
2e214b26f3
MDL-26626 course competion block - fix hardcoded string
2011-07-06 11:30:33 +08:00
Dan Poltawski
c24ad72ba0
MDL-26611 Roles Language - remove reference to 'legacy role type'
2011-07-06 11:10:47 +08:00
Sam Hemelryk
ed26ad33ca
Merge branch 'MDL-28135_MOODLE_20_STABLE' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-07-06 11:05:11 +08:00
Petr Skoda
9a380fbb53
MDL-28147 do not double cache theme css/js
2011-07-06 03:15:44 +02:00
Petr Skoda
6893e10840
MDL-28161 precreate htmlpurifier dir when resetting caches
...
Conflicts:
lib/moodlelib.php
2011-07-06 02:59:16 +02:00
Eloy Lafuente (stronk7)
c18a7f9d94
Merge branch 'MDL-28185_m20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-07-05 17:58:25 +02:00
Eloy Lafuente (stronk7)
07ca3c6816
Merge branch 'MDL-26618_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-07-05 17:48:30 +02:00
Eloy Lafuente (stronk7)
9315fd7200
MDL-28185 upgrade - fix oracle problem upgrading blocks
2011-07-05 15:38:37 +02:00
Kordan
10bc60a163
addition to previous fix for MDL-27989 in MOODLE_20_STABLE
2011-07-05 11:24:09 +02:00
Kordan
0f9a1467e2
MDL-27989 fix for MOODLE_20_STABLE
2011-07-05 10:13:35 +02:00
Aparup Banerjee
8b3405e8f2
MDL-28135 general Updated broken and typo docs links
2011-07-05 15:43:34 +08:00
Aparup Banerjee
c5b7c1f627
MDL-28135 general Updated the Copyright notice to point to docs.moodle.org/dev/Releases instead of en/Release
2011-07-05 15:43:23 +08:00
Aparup Banerjee
cc56539e51
MDL-28135 general Updated doc links related to Release notes to docs.moodle.org/dev/Releases now
2011-07-05 15:43:13 +08:00
Aparup Banerjee
ae8da34929
MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/"
...
- cherry-picked and resolved conflicts
2011-07-05 15:39:56 +08:00
Rossiani Wijaya
0a6604e525
MDL-27555 assignment module: remove 'submitted' option from optional setting for offline assignment type.
2011-07-05 14:39:59 +08:00
Iñaki Arenaza
385e9d72ec
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).
2011-07-04 21:38:53 +02:00
Tim Hunt
ae912070ea
MDL-27040 get_users_by_capability generates u.id IN () when no uesrs have accessallgroups
2011-07-04 19:01:06 +01:00
Joseph Rezeau
988f1a05e7
MDL-27716 qtype_multianswer make the work 'Close' in the overlib popup translatable.
2011-07-04 15:53:09 +01:00
Tim Hunt
b8369f5e9f
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-04 14:24:36 +01:00
Eloy Lafuente (stronk7)
020f0ffc5b
weekly release 2.0.3+
2011-07-02 00:01:29 +02:00
Eloy Lafuente (stronk7)
087a329eef
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-07-01 23:37:36 +02:00
Sam Hemelryk
39025fe177
Merge branch 's11_MDL-28121_split_20' of github.com:dongsheng/moodle into MOODLE_20_STABLE
2011-07-01 15:08:59 +08:00
Dan Marsden
473afcbfec
SCORM MDL-28110 fix string name
2011-07-01 14:24:52 +12:00
Eloy Lafuente (stronk7)
1dcb107bd4
Merge branch 'MDL-28132_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-07-01 01:38:44 +02:00
Tim Hunt
7cf9937724
MDL-28132 truncate very long category names before using them in random question names.
2011-06-30 19:34:44 +01:00
Eloy Lafuente (stronk7)
f6c6bb4d39
Merge branch 'MDL-28115_20stable' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-06-30 17:12:31 +02:00
Rossiani Wijaya
814bce6575
MDL-28115 lesson module: fixed undefined variable for multiple answer, disabled numberical input text during review and fixed bug for essay answer during review process.
2011-06-30 19:11:15 +08:00
Dongsheng Cai
f12c714e6f
MDL-28121, fixed deprecated split() function
2011-06-30 17:35:33 +08:00
Dan Marsden
74e78f3ad8
SCORM MDL-28110 set default for forcejavascript to yes - add string explaining what it does.
2011-06-30 19:40:01 +12:00
Sam Hemelryk
4a7e2298a3
Merge branch 'MDL-24684_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-06-30 10:50:10 +08:00
Eloy Lafuente (stronk7)
910c941fa8
MDL-24684 backup - basic protection against time/memory limits
2011-06-30 03:43:50 +02:00
AMOS bot
bfb0183f6d
Automatically generated installer lang files
2011-06-30 00:55:15 +00:00
Eloy Lafuente (stronk7)
add39c57dd
Merge branch 'MDL-28044_MOODLE_20_STABLE' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-06-30 02:01:44 +02:00
Eloy Lafuente (stronk7)
1b024a0b51
Merge branch 'MDL-15587-stable' of git://github.com/grabs/moodle into MOODLE_20_STABLE
2011-06-30 01:54:44 +02:00
Eloy Lafuente (stronk7)
9d12edfcae
Merge branch 'm20_MDL-28016' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-06-30 01:11:28 +02:00
Sam Hemelryk
746f1ac85c
MDL-27988 backup grade: Calculated grade items calculation references now corrected and idnumber restore improved
2011-06-29 18:42:34 +02:00
Eloy Lafuente (stronk7)
8277c39c76
Merge branch 'MDL-27955_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-06-29 15:59:57 +02:00
Eloy Lafuente (stronk7)
fb654f651f
Merge branch 'wip-mdl-27964-MOODLE_20_STABLE' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-06-29 15:12:50 +02:00
Rossiani Wijaya
494f645bf4
MDL-27955 lesson module (m20): fixed error for reviewing lesson and update string to continue or finish reviewing
2011-06-29 18:34:54 +08:00
Dan Marsden
a26a8c6a6f
SCORM MDL-28016 - fix redirect call to use proper moodle_url
2011-06-29 20:32:36 +12:00
Rajesh Taneja
27beb68c4b
MDL-27964 lesson - Quick fix added for importing question files in lesson module
2011-06-29 14:09:20 +08:00
Rajesh Taneja
8254083dc9
MDL-27964 lesson - Old file picker is replaced with new filepicker, currently all imported questions will be saved in /temp/questionimport/ where questionbank files are saved.
2011-06-29 14:08:30 +08:00
Aparup Banerjee
9b7ac1ea57
MDL-28044 general - updated print_error() link to point to new versioned docs link.
2011-06-29 10:57:14 +08:00
AMOS bot
b214520d8b
Automatically generated installer lang files
2011-06-29 00:55:20 +00:00
Sam Hemelryk
abfe9dbe6e
Merge branch 'MDL-28023_assignment_jabber_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-06-28 17:05:41 +08:00
Sam Hemelryk
8c75bb5976
Merge branch 's11_MDL-27866_pix_url_20' of git://github.com/dongsheng/moodle into MOODLE_20_STABLE
2011-06-28 10:17:48 +08:00
Sam Hemelryk
e78632643c
Merge branch 'MDL-28014_stable' of git://github.com/grabs/moodle into MOODLE_20_STABLE
2011-06-28 10:13:15 +08:00
sam marshall
f114cff65f
MDL-28021 Completion system can create inconsistent database rows
...
This change includes:
(1) update deletes older versions of inconsistent rows
(2) update drops one index and replaces it with a new unique index
(3) fixed to ensure that when it decides whether to insert or update
it uses current database state and not cached info
(4) unit tests updated to test #3
2011-06-27 15:26:54 +02:00
Andrew Davis (andyjdavis)
3c18677ad1
MDL-28023_assignment_jabber assignment: added context url to improve the jabber notifications
2011-06-27 11:11:34 +08:00
Andrew Davis (andyjdavis)
1a199937f0
MDL-28023 assignment: assignment wasnt supplying all the data necessary to produce a meaningful jabber notification
2011-06-27 11:11:19 +08:00
AMOS bot
b39029f718
Automatically generated installer lang files
2011-06-27 00:55:14 +00:00
Eloy Lafuente (stronk7)
7cb1a84978
Merge branch 'MDL-27922_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-06-27 00:55:29 +02:00
AMOS bot
8f7c097a09
Automatically generated installer lang files
2011-06-26 00:55:14 +00:00
Andreas Grabs
5dc47fbbc6
MDL-15587 - Course Participation report for a feedback activity
2011-06-24 23:11:10 +02:00
Rossiani Wijaya
bac9a5e95e
MDL-27922 lesson mod: fixed string for activity link
2011-06-24 16:48:46 +08:00
Eloy Lafuente (stronk7)
4a8d589d41
Merge branch 'MDL-27827_stable' of git://github.com/grabs/moodle into MOODLE_20_STABLE
2011-06-24 00:23:03 +02:00
Eloy Lafuente (stronk7)
ffd06a7394
Merge branch 's11_MDL-27999_wiki_preview_20' of github.com:dongsheng/moodle into MOODLE_20_STABLE
2011-06-24 00:14:41 +02:00
Eloy Lafuente (stronk7)
ba55e33828
Merge branch 'wip-MDL-27958-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-06-23 23:58:21 +02:00
Andreas Grabs
3fcd1d05b9
MDL-28014 - unpropitious use of bcmod()
2011-06-23 21:20:49 +02:00
Andreas Grabs
29f02f10f0
MDL-27827 - Missing messageprovider:message language string
2011-06-23 20:31:17 +02:00
Eloy Lafuente (stronk7)
ff555b58be
emergency release 2.0.3+
2011-06-23 18:23:51 +02:00
stabijoh
42d1a03acc
MDL-27998 canvas theme - fix font sizes
2011-06-23 17:29:45 +02:00
Eloy Lafuente (stronk7)
80a90f8d71
weekly release 2.0.3+
2011-06-23 11:27:12 +02:00
Eloy Lafuente (stronk7)
4a225b69bb
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-06-23 11:24:19 +02:00
Eloy Lafuente (stronk7)
727242750d
Merge branch 's10_MDL-27341_flickr_plugin_20' of git://github.com/dongsheng/moodle into MOODLE_20_STABLE
2011-06-23 11:16:34 +02:00
Dongsheng Cai
454efc509f
MDL-26677 flickr repo - fix undefined index usewatermarks
2011-06-23 17:14:30 +08:00
Eloy Lafuente (stronk7)
1bef145b49
Merge branch 'MDL-27920_grade_export_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-06-23 10:19:13 +02:00
Andrew Davis (andyjdavis)
1a20976561
MDL-27920 gradebook: fixes following integration review
2011-06-23 16:02:04 +08:00
Andrew Davis (andyjdavis)
2558ce3593
MDL-27920 gradebook: export was always excluding course totals and xml export was failing
2011-06-23 16:01:52 +08:00
Dongsheng Cai
ab14ec06d2
MDL-27999 mod wiki, fixed broken image in preview
2011-06-23 13:53:12 +08:00
Sam Hemelryk
d072124ba4
MDL-27958 Added missing set_context call which would cause errors for all contexts below course
2011-06-23 12:17:55 +08:00
Sam Hemelryk
d9c19266c8
Merge branch 'MDL-27169_m20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-06-23 10:44:32 +08:00
Eloy Lafuente (stronk7)
cf93662ffe
MDL-26677 repositories - clean one debugging var_dump()
2011-06-23 02:06:16 +02:00
Eloy Lafuente (stronk7)
177f14d6f6
Merge branch 's10_MDL-27341_flickr_plugin_20' of git://github.com/dongsheng/moodle into MOODLE_20_STABLE
2011-06-23 02:05:45 +02:00
Eloy Lafuente (stronk7)
bdcea1a221
Merge branch 'MDL-27196-hardcodedstrings_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-06-23 00:26:09 +02:00
Eloy Lafuente (stronk7)
25ebb1df63
MDL-27169 filepicker - add explicit enctype to the js upload form. Credit goes to J Ross Nicoll, thanks!
2011-06-22 19:32:01 +02:00
David Mudrak
39af096daf
MDL-27196 workshop - hardcoded strings in the random allocator
2011-06-22 18:02:48 +02:00
David Mudrak
0ff186d7d7
MDL-27196 workshop - hardcoded string in the number of errors strategy form
2011-06-22 18:02:44 +02:00
Eloy Lafuente (stronk7)
26a92149cc
Merge branch 'wip-mdl-26281-MOODLE_20_STABLE' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-06-22 14:28:36 +02:00
Eloy Lafuente (stronk7)
38961259de
Merge branch 'MDL-27969-randomallocator-20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-06-22 14:16:41 +02:00
Eloy Lafuente (stronk7)
528cde2db2
Merge branch 'MDL-27073_multilang-custommenu_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-06-22 14:12:11 +02:00
David Mudrak
0ca33a3835
MDL-27969 workshop - prevent PHP notices in the random allocator
...
When generating the output of the allocation results, the names of
reviewers and authors are obtained based on the current state of assigned
roles and the 'musthavesubmission' setting. Therefore, when we want to
display information about a re-used allocation, the name of the author
or the name of the author may not be available.
In case of reviewers, we first try to reload the list including the
users without own submission. If it does not help, we just display the
id of the user instead of the name. In case of authors, we just display
the id the user. I can't see much point of eventual fetching the user
record from the database just to populate the list that almost no-one
reads anyway.
2011-06-22 12:15:47 +02:00
Rajesh Taneja
2a02a3f0de
MDL-26281 Lesson - Fixed short answer with apostrophe and other html formats
2011-06-22 17:20:25 +08:00
Sam Hemelryk
8445c4724c
Merge branch 'MDL-27966_m20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-06-22 17:16:00 +08:00
Sam Hemelryk
3e6c1d4d55
Merge branch 'MDL-25811_m20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-06-22 17:10:53 +08:00
Eloy Lafuente (stronk7)
2c85a824fc
Merge branch 's10_MDL-27341_flickr_json_error_20' of git://github.com/dongsheng/moodle into MOODLE_20_STABLE
2011-06-22 03:07:26 +02:00
Eloy Lafuente (stronk7)
6ce26b03e7
Merge branch 'MDL-27860_2.0' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-06-22 03:00:41 +02:00
AMOS bot
ae18165edd
Automatically generated installer lang files
2011-06-22 00:55:18 +00:00
Eloy Lafuente (stronk7)
5def8d573d
Merge branch 'MDL-26948_2.0' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-06-22 02:36:05 +02:00
Eloy Lafuente (stronk7)
41c5f54940
MDL-27966 timezones - updated to 2011g version + fix minor notice
2011-06-21 16:25:18 +02:00
AMOS bot
39b5360e69
Automatically generated installer lang files
2011-06-21 00:55:16 +00:00
Rossiani Wijaya
6409d38377
MDL-27906 calendar event: fixed retrieving coursemodule by replacing get_coursemodule_from_id() to get_coursemodule_from_instance()
2011-06-20 15:13:59 +08:00
Dongsheng Cai
945df69ff3
MDL-27866, set page context for $OUTPUT->pix_url
2011-06-20 13:53:06 +08:00
AMOS bot
16aae71dcd
Automatically generated installer lang files
2011-06-20 00:55:14 +00:00
Eloy Lafuente (stronk7)
371e83db2d
MDL-25811 automated backups - clean running status after 90 mins of inactivity
2011-06-18 22:12:57 +02:00
Tim Hunt
f4bc50d2bb
MDL-27860 count quiz attempts properly when checking if a new attempt is allowed.
2011-06-18 18:33:55 +01:00
AMOS bot
b32484d582
Automatically generated installer lang files
2011-06-18 00:55:20 +00:00
Tim Hunt
6750bec6c9
MDL-26948 quiz navigation fake block should have an id to allow styling.
2011-06-17 17:26:34 +01:00
David Mudrak
6a8787828e
MDL-27073 Support multi-language content in custom menu
2011-06-17 17:05:10 +02:00
Dongsheng Cai
466b23caf7
MDL-27341, fixed flickr public plugin should check
...
search text, tag and nsid before searching photos
2011-06-17 12:13:42 +08:00
Dongsheng Cai
a4d6717aec
MDL-26677 fixed undefined index usewatermarks in flickr plugin
2011-06-17 12:11:22 +08:00
Eloy Lafuente (stronk7)
cc50a2fbc4
weekly release 2.0.3+
2011-06-16 19:09:49 +02:00
Eloy Lafuente (stronk7)
3345c20e29
fix permissions
2011-06-16 19:06:33 +02:00
Eloy Lafuente (stronk7)
c06e87a410
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-06-16 19:04:49 +02:00
Eloy Lafuente (stronk7)
db005da178
Merge branch 'MDL-24355-MOODLE_20_STABLE2' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-06-16 10:39:48 +02:00
Andrew Davis (andyjdavis)
cfc9f55ca6
MDL-24355 tag: minor clean up of tags changes
2011-06-16 10:35:29 +08:00
Sam Hemelryk
15f0d2ed37
MDL-24355 Fixed up deletion of tag correlations when deleting tags
2011-06-16 10:07:58 +08:00
Sam Hemelryk
a370e4e4fa
MDL-24355 Added code to delete any tag correlations that wern't just identified
2011-06-16 10:07:41 +08:00
Eloy Lafuente (stronk7)
a9e0bc82fb
Merge branch 'wip-mdl-27863-MOODLE_20_STABLE' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-06-15 11:30:15 +02:00
Rajesh Taneja
ec05915767
MDL-27863 moodlelib: - fixed testcase faliure in MDL-27577
2011-06-15 16:38:29 +08:00
Eloy Lafuente (stronk7)
b5e8919b7c
Merge branch 'm20_MDL-27858' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-06-15 01:18:33 +02:00
Eloy Lafuente (stronk7)
397262e292
Merge branch 'MDL-27848_for_MOODLE_20_STABLE' of git://github.com/kordan/moodle into MOODLE_20_STABLE
2011-06-15 00:55:08 +02:00
Dan Marsden
ea1e93b265
SCORM MDL-27858 - fix typo
2011-06-15 10:33:15 +12:00
AMOS bot
29e42725a4
Automatically generated installer lang files
2011-06-14 18:25:59 +02:00
Eloy Lafuente (stronk7)
91c59dbd8e
MDL-27759 backport some improvs from master + whitespace fix
2011-06-14 17:07:03 +02:00
Eloy Lafuente (stronk7)
87c8b752ca
Merge branch 'wip-MDL-27759-MOODLE_20_STABLE' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-06-14 17:01:56 +02:00
Eloy Lafuente (stronk7)
4fcc689dfc
Merge branch 'wip-MDL-27825-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-06-14 12:30:55 +02:00
Eloy Lafuente (stronk7)
27f31cc626
Merge branch 'MDL-27525_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-06-14 12:12:57 +02:00
Kordan
9660303cc2
MDL-27835_for_MOODLE_20_STABLE fix
2011-06-14 11:45:31 +02:00
Sam Hemelryk
9abec7278b
MDL-27825 Improved check of themedesignermode to prevent errors if it isn't set
2011-06-14 15:49:33 +08:00
Kordan
ba7c14c1a7
MDL-27834 for MOODLE_20_STABLE fix
2011-06-14 09:54:53 +08:00
Sam Hemelryk
97161e5008
Merge branch 'MDL-27286_m20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-06-14 09:48:57 +08:00
AMOS bot
25041083d5
Automatically generated installer lang files
2011-06-14 00:55:09 +00:00
Eloy Lafuente (stronk7)
a1c5868475
MDL-27822 rename new methods
2011-06-14 00:35:07 +02:00
Tim Hunt
d4e94648cf
MDL-27822 old module version should be available in restore_activity_structure_step::define_structure()
2011-06-14 00:34:50 +02:00
Eloy Lafuente (stronk7)
b651e7bb74
MDL-27286 recent files repo - fix for oracle and cleanup
2011-06-13 18:55:19 +02:00
Eloy Lafuente (stronk7)
d527599fcd
whitespace fixes
2011-06-13 10:29:18 +02:00
Sam Hemelryk
c1d93d47e9
Merged branch 'MDL-26960-for-20_STABLE' of git://git.luns.net.uk/moodle with changes
2011-06-13 15:09:16 +08:00
Sam Hemelryk
6160c1721c
Merge branch 'm20_MDL-27404' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-06-13 14:54:06 +08:00
Sam Hemelryk
71472b0a82
Merge branch 'MDL-16168-CAS-crash-if-no-LDAP-20' of https://github.com/iarenaza/moodle into MOODLE_20_STABLE
2011-06-13 11:32:55 +08:00
Sam Hemelryk
ba3721d463
Merge branch 'MDL-27757-20' of git://github.com/srynot4sale/moodle into MOODLE_20_STABLE
2011-06-13 11:18:48 +08:00
Sam Hemelryk
1a1f7b0eec
Merge branch 'MDL-27783-20STABLE' of git://github.com/mouneyrac/moodle into MOODLE_20_STABLE
2011-06-13 11:14:02 +08:00
Rossiani Wijaya
0c60b1113e
MDL-27525 mod_wiki: Fixed typing error for the variable and assign the value contextid to use mod context id
2011-06-13 11:08:32 +08:00
Sam Hemelryk
79121602c4
Merged branch 'MDL-27801_MOODLE_20_STABLE' of git://github.com/kordan/moodle.git with changes
2011-06-13 10:35:55 +08:00
Rajesh Taneja
ba16180449
MDL-27759 user webservice - added new PARAM for timezone PARAM_TIMEZONE, to validate timezone input in webservice while deling with user information
2011-06-13 10:23:46 +08:00
Dan Marsden
01765239b0
MDL-27404 SCORM fix for IE 6 - thanks to Howard Miller
2011-06-13 11:31:48 +12:00
Marina Glancy
d65a2b2262
MDL-26430 fixed appearance of one html form within another
2011-06-10 13:15:13 +08:00
Aaron Barnes
4754c0edd1
MDL-27757 lib/completionlib.php: Load "enablecompletion" property if required
2011-06-10 13:54:45 +12:00
kordan
ec441b6dd0
MDL-27801 fix for MOODLE_20_STABLE
2011-06-09 22:05:32 +02:00
Dan Poltawski
df01a82082
messaging: MDL-26960 Check correct users permissions
...
When on message profile page, the incorrect capability was checked
2011-06-09 16:01:15 +01:00
Jerome Mouneyrac
00338d8b94
MDL-27783 enabled status of a built-in service should never been updated on upgrade. It is only used during the installation. If a dev really needs to change the status, he can do it in lib/db/upgrade.php
2011-06-09 16:59:35 +08:00
Eloy Lafuente (stronk7)
57e034c094
weekly release 2.0.3+
2011-06-09 03:42:48 +02:00
Eloy Lafuente (stronk7)
c5b9fe0dda
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-06-09 03:38:54 +02:00
Eloy Lafuente (stronk7)
07511dbe6d
Merge branch 'wip-MDL-27638-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-06-09 01:23:30 +02:00
Eloy Lafuente (stronk7)
df70dfe4ee
Merge branch 'wip-mdl-27577-MOODLE_20_STABLE' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-06-09 01:10:27 +02:00
Eloy Lafuente (stronk7)
f872b32778
Merge branch 'wip-MDL-27676-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-06-09 00:36:33 +02:00
Iñaki Arenaza
beb807e033
MDL-16168 auth/cas CAS crashes if no LDAP is set up
...
Pending fix for Moodle 2.x. Credit goes to Ivan Dackiewicz.
2011-06-08 19:45:14 +02:00
Sam Hemelryk
98d17b5bad
MDL-27676 Requests for a users profile pic that doesnt exist now redirect to the requested f1/f2 rather than just f1
2011-06-08 18:06:22 +08:00
Sam Hemelryk
bca840b4bc
Merged branch 'MDL-27695_MOODLE_20_STABLE' of git://github.com/nebgor/moodle.git with changes
2011-06-08 16:32:18 +08:00
Sam Hemelryk
80406e9dd8
Merge branch 'MDL-27737_2.0' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-06-08 13:52:39 +08:00
Sam Hemelryk
f4c5e50440
Merged branch 'MDL-25775_stable' of git://github.com/grabs/moodle.git
2011-06-08 13:51:10 +08:00
Sam Hemelryk
1382f8a549
Merged branch 'MDL-27118-MOODLE_20_STABLE' of git://github.com/epsd/moodle.git
2011-06-08 13:43:51 +08:00
Aparup Banerjee
c372808e97
MDL-27695 Documentation : updated the moodle docs link at the footer of pages to point to new docs url
2011-06-08 13:43:44 +08:00
Sam Hemelryk
f279137a86
Merge branch 'MDL-27294-MOODLE_20_STABLE' of git://github.com/epsd/moodle into MOODLE_20_STABLE
2011-06-08 13:39:29 +08:00
Sam Hemelryk
0ad12999d7
MDL-27704 Fixed typo in theme/fusion/style/core.css
2011-06-08 13:36:27 +08:00
Mary Evans
a390156411
MDL-27704_master Fix for Overlapping problems in Fusion theme
2011-06-08 13:35:30 +08:00
kordan
b84a272faf
MDL-27588 Fixed up several bugs with the formal_white theme
...
-> MDL-26934 has been fixed
-> MDL-27474 has been fixed
-> one more option to have blocks column with different background colours
-> one more option to use custom font size
-> version.php, and b/install.php to handle upgrades
-> increased the font size in the table with plugin list shown at upgrade time
-> minor fixes in IE7 when images from remote web sites are shown in the header
-> conformed the dock background colour to the block background colour to avoid unpleasant color combinations
-> conformed a.link, a.visited and a.active colours in tabs
-> conformed a.link, a.visited and a.active colours in the navigation block
-> deleted an awful box border from enrolment page
-> right aligned commands for resources and activities in the course page
-> increased the width of field item title column in mform
-> increased the padding-top to the help popup box messages
-> user menu restyled to fix some minor tweaks in IE7
-> minor repair to tabs to improve its look
-> restyling of the docked item panel header to look like all the other blocks
-> reduced the distance between elements in headermenu to look better even when only headings are shown in the header
-> links wherever and always black
-> the "search courses" field in the navigation bar does not force extra height
-> some unpleasant generalbox border duplicating some other border have been removed
-> some unpleasant margin/padding in notices and mtables has been removed
2011-06-08 13:14:36 +08:00
Sam Hemelryk
f2ba68efc1
Merged branch 'MDL-27692' of git://github.com/MaryE/moodle.git
2011-06-08 13:04:57 +08:00
Sam Hemelryk
629ea4957b
Merge branch 'MDL-25477-MOODLE_20_STABLE' of git://github.com/epsd/moodle into MOODLE_20_STABLE
2011-06-08 11:31:14 +08:00
Sam Hemelryk
4c1db5b4ea
Merged branch 's9_MDL-26392_wiki_files_20' from git://github.com/dongsheng/moodle.git with fixes
2011-06-07 16:31:38 +08:00
Sam Hemelryk
7ea0f8e519
Merge branch 'MDL-27734-workshop-example-weight_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-06-07 16:25:14 +08:00
Sam Hemelryk
ece057943d
Merge branch 'MDL-27733-workshop-deadlines_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-06-07 16:22:49 +08:00
Sam Hemelryk
edb8d49d35
Merge branch 'MDL-27732-glossary-introformat_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-06-07 16:14:52 +08:00
Sam Hemelryk
8c23e3f5ff
Merge branch 'admin_whitespace_cleanup_m20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-06-07 16:11:33 +08:00
AMOS bot
30a39ee2b7
Automatically generated installer lang files
2011-06-07 00:55:09 +00:00
Tim Hunt
c3a68f4496
MDL-27737 numerical qtype upgrade bug 2.0dev -> 2.0.
2011-06-06 18:13:31 +01:00
Andreas Grabs
d230fb7bcd
MDL-25775 - Site policy page blank
2011-06-06 18:12:14 +02:00
David Mudrak
0f37e97dc6
MDL-27734 Fixed weights of the example submission assessments
2011-06-06 17:27:32 +02:00
David Mudrak
c33e534dce
MDL-27733 workshop: keep the phase deadlines during the 1.9 => 2.0 upgrade
2011-06-06 15:40:56 +02:00
David Mudrak
65814f90c1
MDL-27732 Include the introformat field in the glossary module backups
2011-06-06 15:16:46 +02:00
Eloy Lafuente (stronk7)
3a1380d81a
MDL-27724 wiki - update commented upgrade step to avoid future problems
2011-06-05 19:46:46 +02:00
Eloy Lafuente (stronk7)
743010f779
MDL-27723 whitespace cleanup of admin directory
2011-06-05 19:34:12 +02:00
AMOS bot
5a1a6fc1f0
Automatically generated installer lang files
2011-06-05 00:55:09 +00:00
Dongsheng Cai
b0022f8d91
MDL-26392 WIKI added file managment support to wiki editor
2011-06-03 11:24:50 +08:00
Mary Evans
838f1bcdf4
MDL-27692-fixes_bullets_not_numbers_in_ordered_list_in_topic_sectio_in_course_page_view
2011-06-03 03:03:38 +01:00
Rajesh Taneja
014fba4928
MDL-27577 moodlelib - fixed dst offset in userdate, usergetdate and make_timestamp functions
2011-06-03 09:59:52 +08:00
AMOS bot
32eadaf080
Automatically generated installer lang files
2011-06-03 00:55:27 +00:00
Eloy Lafuente (stronk7)
dba24103ea
weekly release 2.0.3+
2011-06-02 23:37:12 +02:00
Eloy Lafuente (stronk7)
0a770d5c6c
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-06-02 23:28:02 +02:00
AMOS bot
29775a8e89
Automatically generated installer lang files
2011-06-02 00:55:11 +00:00
Sam Hemelryk
f2855813c7
MDL-27638 Removed buggy status line from query as it is being calculated in php anyway
2011-05-31 17:03:17 +08:00
Eloy Lafuente (stronk7)
b5e1c2e748
Merge branch 'MDL-25191-m20' of git://github.com/sammarshallou/moodle into MOODLE_20_STABLE
2011-05-31 01:01:24 +02:00
Sam Hemelryk
98c1207c46
Merge branch 'wip-mdl-27603-MOODLE_20_STABLE' of git://github.com/rajeshtaneja/moodle into MOODLE_20_STABLE
2011-05-30 17:22:41 +08:00
Sam Hemelryk
3466a42f31
Merge branch 'MDL-25512' of git://github.com/MaryE/moodle.git
2011-05-30 13:07:24 +08:00
Rajesh Taneja
3fc24f1238
MDL-27603 enrol_user - changed modifier to modifierid which is used in database
2011-05-30 10:20:24 +08:00
Sam Hemelryk
2e8ab7269c
Merge branch 'MDL-27636_20stable' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-05-30 09:33:19 +08:00
Sam Hemelryk
72ca02b0b2
Merge branch 'MDL-27009' of git://github.com/aolley/moodle into MOODLE_20_STABLE
2011-05-30 09:04:34 +08:00
Mary Evans
22a7afd577
wip-MDL-25512 Correct CSS rules in Canvas theme to align with YUI3 CSS Fonts
2011-05-30 00:12:27 +01:00
Adam Olley
c281550ce5
MDL-25191: Properly destroy all elements of the modinfo cache
2011-05-27 13:31:36 +01:00
AMOS bot
4a94bae470
Automatically generated installer lang files
2011-05-26 00:55:15 +00:00
Eloy Lafuente (stronk7)
92480bc82b
MDL-27636 restore - add support for after_restore() to plugins. Credit goes to Mark Nielsen. Thanks!
2011-05-26 02:39:43 +02:00
Eloy Lafuente (stronk7)
2ff8943027
MDL-27541 course reports - allow teachers to view individual reports
2011-05-26 01:31:43 +02:00
Eloy Lafuente (stronk7)
da63c93657
weekly release 2.0.3+
2011-05-26 00:25:27 +02:00
Eloy Lafuente (stronk7)
4e184a9ce6
Merge branch 'install_20_STABLE' of git://github.com/amosbot/moodle into MOODLE_20_STABLE
2011-05-26 00:14:02 +02:00
Eloy Lafuente (stronk7)
36420f78c1
Merge branch 'MDL-27625_20stable' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-05-25 16:38:48 +02:00
Eloy Lafuente (stronk7)
93e980d52b
MDL-27625 rating - consider RATING_UNSET_RATING a valid rating value
2011-05-25 16:14:07 +02:00
sam marshall
9e5855cb1a
MDL-27532 Add backup support for course report per-course data
2011-05-23 12:16:13 +02:00
Sam Hemelryk
f9ba5c5222
Merge branch 'm20_MDL-25177_choice_windowfix' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-05-23 11:34:29 +08:00
Sam Hemelryk
f79dd3b57d
Merge branch 'MDL-27530_stable' of git://github.com/grabs/moodle into MOODLE_20_STABLE
2011-05-23 11:25:25 +08:00
AMOS bot
f5eec88fb6
Automatically generated installer lang files
2011-05-22 21:22:44 +02:00
AMOS bot
f5a4f25375
Automatically generated installer lang files
2011-05-19 11:45:22 +02:00
Dan Marsden
d714350a11
MDL-25177 Choice - fix typo for form creation causing pop-up window - thanks to Jason Hardin for fix
2011-05-19 13:03:04 +12:00
Sam Hemelryk
a021f72a34
weekly release 2.0.3+
2011-05-18 18:12:56 +08:00
Sam Hemelryk
32af9814f1
MDL-27161 Improved the 2 new strings in assignment
2011-05-18 17:30:06 +08:00
Sam Hemelryk
bcb785fa9e
MDL-26704 Fixed up variable typo
2011-05-18 15:33:41 +08:00
Eloy Lafuente (stronk7)
733bd07b8b
MDL-27192 Global scope does not need global usage
2011-05-17 18:50:16 +02:00
Eloy Lafuente (stronk7)
19ab387d06
Merge branch 'wip-MDL-27192_MOODLE_20_STABLE' of git://github.com/jason-platts/moodle into MOODLE_20_STABLE
2011-05-17 18:49:49 +02:00
Jason Platts
02a03f4fe2
MDL-27192 Page context error on calendar export with custom user
...
profile fields
2011-05-17 15:24:39 +01:00
Eloy Lafuente (stronk7)
75c92b6306
MDL-27161: whitespace fix
2011-05-17 14:57:32 +02:00
Eloy Lafuente (stronk7)
e56ac08a5c
Merge branch 'MDL-27386_m20_b' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-05-17 14:28:55 +02:00
stabijoh
0cf31e061b
MDL-27294 fix for fusion and overlay zoom text issue
2011-05-17 07:32:01 -04:00
Eloy Lafuente (stronk7)
65150b26cd
MDL-26704 gradebook: adding TODO comment to avoid forgetting
2011-05-17 12:00:50 +02:00
Eloy Lafuente (stronk7)
e1ad9ae4f5
Merge branch 'MDL-26704_user_outline_report' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-05-17 12:00:10 +02:00
Andreas Grabs
ffa12b8397
MDL-27530 The webdav-repository loads empty files
2011-05-16 15:32:17 +02:00
Eloy Lafuente (stronk7)
890c7fae4e
Merge branch 'MDL-26436_close_recordsets3' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-05-16 09:26:29 +02:00
Andrew Davis (andyjdavis)
9f2e9b535d
MDL-26436 message: reviewed use of recordsets in messaging
2011-05-16 14:00:09 +08:00
Sam Hemelryk
c7d4a92ccf
Merge branch 'MDL-27161_m20' of git://github.com/rwijaya/moodle.git
2011-05-16 12:32:12 +08:00
Sam Hemelryk
5bd0e7af9f
Merge branch 'MDL-27387_rating_scale_validation' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-05-16 12:16:26 +08:00
Sam Hemelryk
794fb0e565
Merge branch 'MDL-26075_stable' of git://github.com/grabs/moodle
2011-05-16 12:10:58 +08:00
Glenn Ansley
998b74a160
MDL-27494 choice - fixing incorrectly named column in backup
2011-05-16 03:25:46 +02:00
Eloy Lafuente (stronk7)
9ae0b69f59
Merge branch 'MDL-26436_close_recordsets2' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-05-16 02:46:52 +02:00
Rossiani Wijaya
f4dc83e6e6
MDL-27161: fixed optional setting for 'require grading' to prevent page lock out
2011-05-13 14:10:45 +08:00
Sam Hemelryk
ca2b2eb8af
MDL-27456 Fixed typo in comment/lib.php after last refatoring
2011-05-13 11:18:48 +08:00
Andreas Grabs
5399e053d1
MDL-26075 Sending Message through Feedback Component throws an error
2011-05-12 17:10:06 +02:00
Rossiani Wijaya
6ef4ef1ee5
MDL-27161: fixed optional setting for 'require grading' to prevent page lock out
2011-05-12 16:53:55 +08:00
Andrew Davis (andyjdavis)
f5a1b068cc
MDL-27387 rating: prevent the submission of ratings outside of the range allowed by the current scale
2011-05-12 10:44:46 +08:00
Andrew Davis (andyjdavis)
b9d64ab18f
MDL-27460 roles: now closing a record set that wasnt being closed
2011-05-12 10:37:33 +08:00
Eloy Lafuente (stronk7)
39d106ee76
weekly release 2.0.3+
2011-05-11 15:22:32 +02:00
Andrew Davis (andyjdavis)
07373d91a8
MDL-26704 gradebook: added some intelligence to the dates displayed on the user outline activity report
2011-05-10 11:02:22 +08:00
Sam Hemelryk
633fcef536
Merge branch 'MDL-27140_m20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-05-10 09:54:15 +08:00
Eloy Lafuente (stronk7)
dde17843e0
MDL-27140 weeks course format - incorrect roll of dates on hidden sections
...
Credit goes to Nikhil Gupta, big thanks!
2011-05-09 18:17:35 +02:00
Eloy Lafuente (stronk7)
2430319b52
Merge branch 'MDL-27401-m20' of git://github.com/sammarshallou/moodle into MOODLE_20_STABLE
2011-05-09 17:47:47 +02:00
sam marshall
adabef8bf6
MDL-27401 Unit test errors in lib/simpletest/testpagelib_moodlepage.php
2011-05-09 11:17:03 +01:00
Andreas Grabs
22ea14df25
MDL-27422 The excel export fails in some conditions.
2011-05-09 17:47:21 +08:00
Sam Hemelryk
6867fc94b7
Merge branch 'MDL-27325_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-05-09 10:52:22 +08:00
Sam Hemelryk
8385249f5b
Merge branch 'MDL-27367-20' of git://github.com/srynot4sale/moodle into MOODLE_20_STABLE
2011-05-09 10:22:20 +08:00
Eloy Lafuente (stronk7)
30dc7311ad
Merge branch 'wip-MDL-27400-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-05-09 02:13:26 +02:00
Eloy Lafuente (stronk7)
9784520acb
Merge branch 'MDL-27372_MOODLE_20_STABLE' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-05-09 01:55:39 +02:00
Eloy Lafuente (stronk7)
d015c2352f
Merge branch 'MDL-27391-m20' of git://github.com/sammarshallou/moodle into MOODLE_20_STABLE
2011-05-09 01:01:44 +02:00
Eloy Lafuente (stronk7)
35fa620a2e
MDL-27325 Adding some extreme, but 32bits safe, float tests
2011-05-06 16:07:02 +02:00
Eloy Lafuente (stronk7)
15516e6445
MDL-27325 Now also testing update_record and set_field
2011-05-06 16:07:02 +02:00
Eloy Lafuente (stronk7)
280a641232
MDL-27325 mysql: Avoid some implicit casting from float to varchar/text
2011-05-06 16:07:02 +02:00
Tim Hunt
14dac82376
MDL-27325 New DB unit tests to demonstrate the problem.
2011-05-06 16:07:01 +02:00
Eloy Lafuente (stronk7)
06ede85e1f
Moodle 2.0.3 release
2011-05-06 15:09:21 +02:00
Sam Hemelryk
31a43cca97
MDL-27400 Fixed up typo in blocklib.php
2011-05-06 16:29:01 +08:00
Tim Hunt
8ad8b7dba8
MDL-27394 Moodle 2.0 backup and restore may randomise the order of multichoice/numerical/shortanswer answers
2011-05-06 00:18:50 +02:00
sam marshall
a09897b4b1
MDL-26778 Completion unit tests broken by earlier change
2011-05-05 12:21:10 +01:00
Aparup Banerjee
5e00f29019
MDL-27372 moved blog comments to end of body of blog entry. we now see the entire blog entry without comments in the way.
2011-05-05 15:29:42 +08:00
Sam Hemelryk
36f0835e72
Merge branch 's9_MDL-27382_dropbox_get_file_fix_20' of github.com:dongsheng/moodle into MOODLE_20_STABLE
2011-05-05 13:26:46 +08:00
Sam Hemelryk
259b9d05f3
Merge branch 's9_MDL-27381_overwrite_dialog_safari_20' of github.com:dongsheng/moodle into MOODLE_20_STABLE
2011-05-05 13:23:22 +08:00
Sam Hemelryk
da20cd7b43
Merge branch 's9_MDL-26854_spam_comments_20_2' of git://github.com/dongsheng/moodle into MOODLE_20_STABLE
2011-05-05 11:46:05 +08:00
Dongsheng Cai
acb4688d29
MDL-26854 Added comments block lib.php, it contains comments callbacks
2011-05-05 11:25:19 +08:00
Jerome Mouneyrac
471952fe82
MDL-26250 Create a web service function that enrols users to a certain course
2011-05-05 11:00:00 +08:00
Dongsheng Cai
0d738689bd
MDL-27381 fixed 'overwrite files' dialog zindex in safari
2011-05-05 10:43:17 +08:00
Sam Hemelryk
7390fdde63
Merge branch 's9_MDL-26854_spam_comments_20_2' of git://github.com/dongsheng/moodle into MOODLE_20_STABLE
2011-05-05 10:42:58 +08:00
Sam Hemelryk
1374c61bb4
Merge branch 'MDL-26838_ratings_bad_data3' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-05-05 10:19:54 +08:00
Dongsheng Cai
98d9209a34
MDL-27382 repository dropbox plugin, fixed bug of
...
file downloading path
2011-05-05 09:57:34 +08:00
Eloy Lafuente (stronk7)
8351ce1bd0
weekly release 2.0.2+
2011-05-05 00:37:10 +02:00
Eloy Lafuente (stronk7)
b911ab236c
Merge branch 'MDL-25594-20' of git://github.com/srynot4sale/moodle into MOODLE_20_STABLE
2011-05-04 16:09:44 +02:00
Dongsheng Cai
b4730465e6
MDL-26854 COMMENT
...
1. added pluginname_comment_validate callback to comments api
2. change permission callback defaults to false
3. Tidied up serveal areas of comments and implemented callback to
ignore system permissions for view (credits to Sam Hemelryk)
AMOS BEGIN
MOV [modulerejectcomment,error],[callbackrejectcomment,error]
AMOS END
2011-05-04 17:59:19 +08:00
Eloy Lafuente (stronk7)
78cc7bee62
Merge branch 'MDL-26788_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-05-04 11:21:02 +02:00
Dongsheng Cai
5d6eafcf10
MDL-26388 Recent repository plugin should return draft url
2011-05-04 17:03:36 +08:00
Dongsheng Cai
090e19328e
MDL-26388 Recent repository plugin should return draft url
2011-05-04 15:48:11 +08:00
Andrew Davis (andyjdavis)
34b5e856b0
MDL-26838 rating: multiple fixes after a review of rating validation code
2011-05-04 15:33:35 +08:00
Sam Hemelryk
c44a5d5946
Merge branch 's10_MDL-27330_dropbox_authorization_url_20' of github.com:dongsheng/moodle into MOODLE_20_STABLE
2011-05-04 13:56:59 +08:00
Aaron Barnes
b7d7679112
MDL-25594 completion: Remove unused column from query
...
Which is also a reserved word.
2011-05-04 13:01:27 +12:00
Aaron Barnes
90061a6d95
MDL-26190 completion blocks: Completion blocks shouldn't ever be blank
2011-05-04 12:53:02 +12:00
stabijoh
c9c031fc90
MDL-25477 fix for Anomoly theme doesn't display bullets for unordered lists in descriptions or labels
2011-05-03 07:06:55 -04:00
Dongsheng Cai
64a17788aa
MDL-27330 repository dropbox plugin
...
Dropbox changed authorization URL, and added a few error check code
2011-05-03 17:42:57 +08:00
Sam Hemelryk
0baa1eee59
Merged MDL-26388 Fixed whitespace
2011-05-03 16:28:38 +08:00
Sam Hemelryk
9f6eeb4abf
Merged MDL-25805 Renamed property and function to be a little more descriptive
2011-05-03 15:43:20 +08:00
Sam Hemelryk
6a48b42ae8
Merge branch 'MDL-25805_MOODLE_20_STABLE' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-05-03 15:42:26 +08:00
Sam Hemelryk
2dd90f136c
Merge branch 'MDL-26628' of git://github.com/srynot4sale/moodle into MOODLE_20_STABLE
2011-05-03 11:00:15 +08:00
Sam Hemelryk
e6647397b9
Merged MDL-27251 Fixed up whitespace, Fixed broken string, reworded new strings
2011-05-03 10:54:44 +08:00
Aparup Banerjee
07fa10d725
MDL-25840 blog - fixed broken image file image attachment display
2011-05-03 01:14:16 +02:00
Eloy Lafuente (stronk7)
98032d512d
Merge branch 'MDL-27293-customlang-timeout_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-05-02 16:19:40 +02:00
Aparup Banerjee
389235fb00
MDL-25805 Roles propagated ugly hack for parent seeing child activities into navigation lib to display nav node.
2011-05-02 20:21:51 +08:00
Eloy Lafuente (stronk7)
656237dd55
Merge branch 'MDL-26714_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-05-02 12:26:22 +02:00
Sam Hemelryk
e3cc5b1a7f
Merged changes and fixed whitespace issues for MDL-23188
2011-05-02 15:00:54 +08:00
Sam Hemelryk
0742ea86b2
Merge branch 'MDL-26955-themedir-plugindirectory_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-05-02 14:23:06 +08:00
Sam Hemelryk
41f79b5c07
Merge branch 'MDL-27116-themedir-config_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-05-02 14:12:45 +08:00
Sam Hemelryk
ed85c0acd2
Merge branch 'MDL-27155_20' of git://github.com/timhunt/moodle into MOODLE_20_STABLE
2011-05-02 14:09:26 +08:00
Sam Hemelryk
9c39028179
Merge branch 'MDL-27246-cutomlang-version_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-05-02 12:14:05 +08:00
Dongsheng Cai
9fb4a6300b
MDL-26388, pop up a dialog when attaching a file already being used in draft area.
2011-05-02 10:27:50 +08:00
Tim Hunt
44c9dc6e7b
MDL-27340 tablelib.php fix a notice when is false.
2011-05-01 17:37:54 +01:00
Andrew Davis (andyjdavis)
4af7c9d188
MDL-26838 rating: remove logged in users ability to sidestep rating validity checks
2011-05-01 18:44:12 +08:00
Tim Hunt
847dee60ce
MDL-27155 qtype_numerical problem with GIFT import.
2011-04-29 14:16:10 +01:00
stabijoh
b7551bdf23
MDL-27118 Text in a highlighted topic box is white on white in the Leatherbound theme.
2011-04-29 07:44:56 -04:00
Rossiani Wijaya
e0be8fd6a3
MDL-26788 - grading in lesson containing essays
2011-04-29 18:17:36 +08:00
Tim Hunt
55e03d1233
MDL-26714 qtype_multianswer regression from the previous commit for numerical subquestions.
2011-04-28 23:32:14 +01:00
stabijoh
e391f907af
MDL-23188 implement custom menu where possible in core themes, 20 stable version
2011-04-27 08:44:53 -04:00
David Mudrak
bef867a96c
MDL-26955 get_plugin_directory() respects $CFG->themedir
...
If $CFG->themedir is set (it is not usually) and the given theme is not
found in the standard location, then it is expected to be in the custom
$CFG->themedir directory.
Credit goes to Urs Hunkler for the idea of the patch.
2011-04-27 14:03:53 +02:00
David Mudrak
4207d47742
MDL-27116 theme_config::find_theme_location() respects $CFG->themedir
...
Credit goes to Jai Gupta for the idea of the patch.
2011-04-27 14:03:10 +02:00
David Mudrak
bd7193c7ac
MDL-27293 report customlang has extra execution time and displays a progress bar during the checkout
...
Initial checkout of strings into the translator table may take a long time. The
maximum execution time is increased to one hour and a progress bar is
displayed so the user is informed on what is going on.
2011-04-27 14:01:59 +02:00
David Mudrak
77e4a16c4f
MDL-27246 customlang report stores the versions in a char field rather than integer
2011-04-27 14:01:38 +02:00
Petr Skoda
7daba2713e
weekly release 2.0.2+
2011-04-27 12:08:04 +02:00
Aaron Barnes
03b1be3005
MDL-26628 completion report: Fix hard coded strings in Completion report
2011-04-27 15:33:45 +12:00
Aparup Banerjee
5c8511ecf7
MDL-27251 Files API - added timeout re-calculation as an optional argument. added setting for minimum Kbps for large files fetched from internet where the passed in timeout maybe too low.
...
allowed turning off the http HEAD request timeout calculation with zero (or negative) bitrate
This was added in to allow servers that have a problem with
HEAD requests to carry on with the given timeout without re-calculations.
See PULL-651 for the discussion.
the optional argument to force recalculation of timeout has been forced within scorm/locallib.php
timeout re-calculation only increments timeout.
2011-04-27 11:02:21 +08:00
Eloy Lafuente (stronk7)
52435228c5
Merge branch 'w17_MDL-27253_m20_swfsize' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-26 11:15:01 +02:00
Eloy Lafuente (stronk7)
c9dc3e5564
Merge branch 'w17_MDL-27263_m20_loggedintypo' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-26 11:06:31 +02:00
Petr Skoda
ffaf18a8c1
MDL-27253 add default swf size and allow #d=100x50 URL resizing in mod/url
2011-04-21 20:36:06 +02:00
Petr Skoda
f5fddc6081
MDL-27263 fix already logged in error message typo
2011-04-21 20:35:33 +02:00
stabijoh
9d5a4e2b7c
MDL-27252 themes, fix for nonzero current highlight
2011-04-20 13:19:12 -04:00
Eloy Lafuente (stronk7)
ba9103b2c6
weekly release 2.0.2+
2011-04-20 13:36:41 +02:00
Eloy Lafuente (stronk7)
79196c9ed5
Fix permissions
2011-04-20 11:09:11 +02:00
Aparup Banerjee
a572cfe5bd
MDL-26580 adding precautionary upgrade_set_timeout() calls to some loops which may timeout in very edge cases
2011-04-19 17:58:03 +08:00
Aparup Banerjee
92d7776478
MDL-26580 adding some upgrade_set_timeout() calls to 2010080901 upgrade block, upgrades on questions were timing out
2011-04-19 17:57:56 +08:00
Sam Hemelryk
2715f96932
Merged with small fix branch MDL-26516_m20_calevent_wip4 from git://github.com/rwijaya/moodle.git
2011-04-19 16:29:49 +08:00
John Stabinger
6919d9f790
Fixes for MDL-27138, add correct page headers and footer
2011-04-19 11:03:33 +08:00
Sam Hemelryk
8be0517692
MDL-26835 Fixed up styles being used for suspended users in the grader report.
2011-04-19 10:47:14 +08:00
Sam Hemelryk
a4b65c11b9
Merged with conflict resolution branch MDL-26835_MASTER_grader_highlight_suspended_users from git://github.com/andyjdavis/moodle.git
2011-04-19 10:46:54 +08:00
Sam Hemelryk
64e711f04b
MDL-25999 Fixed URL bug with admin bookmark changes
2011-04-19 10:26:46 +08:00
Sam Hemelryk
e6cf40de78
Merge branch 'MDL-25999_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-04-19 10:26:30 +08:00
Rossiani Wijaya
174f5a0189
MDL-26516: fix calendar event type (user overides)
2011-04-18 18:12:25 +08:00
Eloy Lafuente (stronk7)
dd56fd7c64
MDL-26167 lib/form: minor coding tweaks
2011-04-18 11:45:02 +02:00
Eloy Lafuente (stronk7)
436f83f8ff
Merge branch 'MDL-26167-stable' of git://github.com/agwells/moodle into MOODLE_20_STABLE
2011-04-18 11:44:02 +02:00
Rossiani Wijaya
d03f904759
MDL-25999: update Admin Bookmarks block to work properly in 2.0
2011-04-18 17:23:36 +08:00
Eloy Lafuente (stronk7)
15a6af91f5
Merge branch 'w16_MDL-17344_m20_uploadprof' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-18 11:07:42 +02:00
Andrew Davis (andyjdavis)
0a23dec07a
MDL-26835 gradebook: grader report now marks suspended students
2011-04-18 14:25:16 +08:00
Sam Hemelryk
6f8081bef4
MDL-26958 PULL-675 Merged changes and removed border colour style
2011-04-18 10:57:27 +08:00
Andrew Davis (andyjdavis)
c643d3ae06
MDL-27153 gradebook - fixed an SQL error in grade export
2011-04-18 02:17:09 +02:00
Eloy Lafuente (stronk7)
507ccf1c4b
MDL-27148 whitespace fix
2011-04-18 01:47:11 +02:00
Eloy Lafuente (stronk7)
60bc533ee8
Merge branch 'w16_MDL-27148_m20_stringinc' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-18 01:44:10 +02:00
Eloy Lafuente (stronk7)
42f2b8d0dd
Merge branch 'w16_MDL-27217_m20_tinyset' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-18 01:13:49 +02:00
Eloy Lafuente (stronk7)
84047d1fc9
Merge branch 'w16_MDL-27220_m20_tagprofile' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-18 01:08:10 +02:00
Petr Skoda
b79ac7e0d6
Merge branch 'm20_MDL-26880_SCORM2004_tracking_fix' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-04-17 17:16:48 +02:00
Petr Skoda
241ceba38c
Merge branch 'm20_MDL-24734_gradefix' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-04-17 17:09:59 +02:00
Petr Skoda
8e49e0833c
Merge branch 'm20_MDL-18392_slash_cleanup' of git://github.com/danmarsden/moodle into MOODLE_20_STABLE
2011-04-17 17:04:09 +02:00
Petr Skoda
f6bf9c932d
Merge branch 'MDL-27198-m20' of git://github.com/sammarshallou/moodle into MOODLE_20_STABLE
2011-04-17 16:40:10 +02:00
Petr Skoda
1fb2369b09
Merge branch 'wip-MDL-26013-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-04-17 16:22:34 +02:00
Petr Skoda
4de0925820
Merge branch 'wip-MDL-27145-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-04-17 16:13:08 +02:00
Petr Skoda
81f2a1686a
MDL-27217 use correct editor name in editor settings page
...
Credit goes to Franck Bellemain.
2011-04-17 11:18:00 +02:00
Petr Skoda
5f509554a5
MDL-27220 add missing tag lib include
2011-04-17 11:07:57 +02:00
Dan Marsden
edd5d0693d
SCORM MDL-24734 - fix display of grade information on view.php page - also fixes some XHTML in the same function.
2011-04-16 19:32:11 +12:00
Mary Evans
d59a75a841
MDL-26958 Core Themes:adding css patch to base theme so hidden elements are dimmed
...
This patch also fixes MDL-27160 - the same bug which affects many CORE themes like Binarus and Nonzeo. This patch also a small element of a patch supplied by Thomas Lake in Tracker MDL-26958 (most of which already exists in Base theme).
2011-04-15 00:49:22 +01:00
Aaron Wells
9b482d1cbe
MDL-26167 lib/form: Altering Javascript so that "disabledIf" will disable the "Choose" button for a filepicker
2011-04-15 10:02:34 +12:00
sam marshall
ca090f3262
MDL-27198 Accessibility: For labels, completion/editing icons must appear after content
2011-04-14 17:28:53 +01:00
Petr Skoda
12db898084
MDL-27148 use new get_in_or_equal() param prefix instead of start
2011-04-14 15:13:28 +02:00
Petr Skoda
c79345c0f0
MDL-27148 fix unit tests to accept arbitrary named params format from get_in_or_equal
2011-04-14 15:12:21 +02:00
Petr Skoda
d691571218
MDL-27148 use static counter instead of incrementing parameter name
2011-04-14 14:44:50 +02:00
Petr Skoda
4e1bb6e10c
MDL-17344 fix case and unicode related profile field issues in user upload
...
This fixes issue with uppercase and non-ascii profile fields and closes the iterator properly when field not found. Please note that profile fields with upper case letters must be specified exactly in CSV file headers. includes improved docs and parameter typo fix (credit for the parameter typo discovery goes to Aparup Banerjee)
2011-04-14 13:18:42 +02:00
Nadav Kavalerchik
a7e920fbfb
CSS MDL-26013 Fixed several display bugs when using right to left languages
2011-04-14 15:59:03 +08:00
Matteo Scaramuccia
7a725d6b59
PULL-498 - Fixed potential issues about UTF-8 and multilang filter by adopting pure ASCII chars, the SCO primary key
2011-04-14 10:26:41 +12:00
Matteo Scaramuccia
489c6ef357
MDL-26880 - Fixed missing of activity id
...
Moved errorCode as global, to allow GetLastError() to work
Applied MDL-17891 mechanism against AJAX failures, "true if true, false otherwise"
Limited what added to log when in debug, to be compliant with mdl_log.action as VARCHAR(40)
2011-04-14 10:26:18 +12:00
Dan Marsden
dbb6157aa1
Merge remote branch 'moodle/MOODLE_20_STABLE' into m20_MDL-18392_slash_cleanup
2011-04-14 09:15:17 +12:00
Petr Skoda
50467e50c9
weekly release 2.0.2+
2011-04-13 22:08:30 +02:00
Petr Skoda
85a91fb98e
Merge branch 'MDL-24355_emergency_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-04-13 16:49:29 +02:00
Eloy Lafuente (stronk7)
75454e2567
MDL-24355 tags - fix correlation sql to be cross-db
2011-04-13 16:37:37 +02:00
Petr Skoda
06c09f30e3
Revert "MDL-25840 fixed image files link not rendered correctly when attached as file (instead of inline)."
...
The reason is failed testing. This reverts commit 3d0e3ade75 .
2011-04-13 15:07:22 +02:00
Dan Marsden
26daa23d9d
SCORM MDL-18392 - remove old call to stripslashes
2011-04-13 20:00:59 +12:00
Matteo Scaramuccia
74a2ee73ed
SCORM MDL-18392 MDL-26282 - Fixed calls to add/strip slashes
2011-04-13 19:58:44 +12:00
Petr Skoda
fca41d2589
MDL-25718 fix incorrect 'no grade' test and improve coding style
2011-04-12 10:07:05 +02:00
Petr Skoda
6de6a45a10
Merge branch 'MDL-25718_enrol_grades_alternative2' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-04-12 09:55:28 +02:00
Sam Hemelryk
0f1fac1f1f
form-dateselector MDL-27145 Fixed up error resulting from incorrectly required 'optional' argument on create event
2011-04-12 14:15:51 +08:00
andyjdavis
692134ecd4
enrol MDL-25718 added ability to recover grades when enrolling users
2011-04-12 11:05:02 +08:00
Eloy Lafuente (stronk7)
d7706bac2c
Merge branch 'MDL-26778-m20' of git://github.com/sammarshallou/moodle into MOODLE_20_STABLE
2011-04-11 17:54:21 +02:00
Eloy Lafuente (stronk7)
391e054c03
Merge branch 'w15_MDL-26577_m20_groupscleanup' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-11 16:02:10 +02:00
Eloy Lafuente (stronk7)
71f2316fe6
Merge branch 'w15_MDL-26805_m20_userpol' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-11 15:18:31 +02:00
Petr Skoda
16d610019a
Merge branch 'wip-MDL-27024-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-04-11 14:13:34 +02:00
Petr Skoda
4f5791da64
Merge branch 'wip-MDL-26599-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-04-11 14:10:38 +02:00
sam marshall
c5e3a242b1
MDL-26778 Change to completion should immediately affect nav block
...
Includes change so that updating completion resets the cache, and a debugging
warning if any module calls the completion viewed thing after it's already
printed navigation (which will mean navigation obviously doesn't update right
away). All existing modules that currently update after printing navigation
were updated.
2011-04-11 12:40:50 +01:00
Petr Skoda
13ad1eaf37
Merge branch 'MDL-25840_m20' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-04-11 13:30:44 +02:00
Petr Skoda
7ca448fa83
MDL-26805 cleanup default role selections
...
Frontpage role selection now allows only guest and frontpage roles. Default forntpage role is selected duuring install. Unused nodefaultuserrolelists option was removed completely. Coding style improvements.
2011-04-11 13:08:35 +02:00
Eloy Lafuente (stronk7)
37efb4f1ee
Merge branch 's9_MDL-27098_filemanager_strings_20' of git://github.com/dongsheng/moodle into MOODLE_20_STABLE
2011-04-11 11:20:31 +02:00
Dongsheng Cai
81bd2292bc
MDL-27098
...
1. Fixed add file language string
2. Fixed hard-coded 'moving' string
3. Fixed hard-coded 'Files' string
2011-04-11 17:10:30 +08:00
Eloy Lafuente (stronk7)
8fa13d155d
Merge branch 'w15_MDL-25826_m20_htmlpurifier' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-11 11:08:23 +02:00
Sam Hemelryk
465846f082
Merge branch 'MDL-25746_m20' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-04-11 15:38:48 +08:00
Aparup Banerjee
f68815ffcf
MDL-25746 fixed db tempate page layout to prevent hidden content layers
2011-04-11 15:16:54 +08:00
Sam Hemelryk
67b5d74b2c
Merge branch 'MDL-27034_xhprof_table_sql_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-04-11 14:34:57 +08:00
Aparup Banerjee
3d0e3ade75
MDL-25840 fixed image files link not rendered correctly when attached as file (instead of inline).
2011-04-11 14:24:22 +08:00
Sam Hemelryk
7d1fb2f6ec
Merged branch 'MDL-26185_m20' of git://github.com/andyjdavis/moodle.git and fixed conflicts
2011-04-11 11:54:50 +08:00
Sam Hemelryk
227e54d65a
Merge branch 'MDL-27063' of git://github.com/MaryE/moodle into MOODLE_20_STABLE
2011-04-11 11:38:21 +08:00
Sam Hemelryk
ee6181b1e7
comment MDL-27024 Removed last check within comment.js for block_comment env
2011-04-11 10:43:25 +08:00
Sam Hemelryk
3962c89bbf
comment MDL-27024 Fixed bug that arose when a comment section didnt require pagination but the JS still looked for pageination HTML in the page
2011-04-11 10:43:21 +08:00
Sam Hemelryk
59137c2c5b
comment MDL-27024 Removed last reference to the comment block within the comment API and used the options properly
2011-04-11 10:43:17 +08:00
Sam Hemelryk
b83e494d6f
comment MDL-27024 Fixed up whitespace issues
2011-04-11 10:43:12 +08:00
Sam Hemelryk
3b2164bdca
comment MDL-27024 made notoggle and autoload into proper options to remove comment block conditions from comment API
2011-04-11 10:43:06 +08:00
Sam Hemelryk
aa54d70440
comment MDL-27024 Cleaned up HTML output in comment class
2011-04-11 10:43:01 +08:00
Sam Hemelryk
d2d4bccec1
comment MDL-27024 Cleaned up use of undefined property $this->link
2011-04-11 10:42:56 +08:00
Sam Hemelryk
f3a3c59f48
mod-lesson MDL-26599 Fixed echo causing incorrect nesting.
2011-04-11 10:27:58 +08:00
Eloy Lafuente (stronk7)
3d62a46b26
Merge branch 'w15_MDL-27094_m20_assval' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-11 01:32:15 +02:00
Eloy Lafuente (stronk7)
9aacfedb22
Merge branch 'w15_MDL-27007_m20_userupload' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-11 01:23:04 +02:00
Eloy Lafuente (stronk7)
12b734434b
Merge branch 'w15_MDL-26910_m20_httpd' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-11 00:17:23 +02:00
Eloy Lafuente (stronk7)
f9068e531c
Merge branch 'w15_MDL-27121_m20_phpreq' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-10 23:55:11 +02:00
Eloy Lafuente (stronk7)
96506c474a
Merge branch 'MDL-26319_MOODLE_20_STABLE' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-04-10 23:49:59 +02:00
Tony Levi
0d66e33da5
MDL-27084: mod/feedback fix bad syntax in database query
2011-04-10 23:43:56 +02:00
Petr Skoda
934fa3ed6c
MDL-27094 fix incorrect assignment form validation method name
...
Credit goes to H. Hanna
2011-04-10 21:01:53 +02:00
Petr Skoda
6743d6c520
MDL-26910 add HTTPD server name whitelisting
2011-04-10 13:59:17 +02:00
Petr Skoda
cf76e10e4a
MDL-26577 fix several groups and groupings issues
...
The current group in verified on each page which prevents problems when group settings are changed. The default group for course level is now using correct grouping id which solves problems when activity and course are using different grouping. The grouping is now displayed in group selector if user has access to all groups.
2011-04-10 13:28:02 +02:00
Mary Evans
c800e31213
MDL-27063 tt styled incorrectly in canvas theme
2011-04-10 00:48:35 +01:00
Petr Skoda
23580ddacb
MDL-27121 fix incorrect check_moodle_environment() version parameter
...
This prevents Moodle 2.0 from using environment info for 2.1 in the installer and CLI upgrade.
2011-04-09 17:42:53 +02:00
Petr Skoda
827fcdb347
MDL-27007 fix incorrectly suspended user enrolment when uploading users
...
This bug surfaced after the recent change in enrol API, credit goes to Chaim Schendowich and Micky Fokken.
2011-04-09 12:09:53 +02:00
Petr Skoda
60aaf1dc77
MDL-25826 add more HTMLPurifier integration tests
2011-04-09 11:51:55 +02:00
Petr Skoda
fd8fa6f9d0
MDL-25826 integrate HTMLPurifier 4.3.0 and improve performance
...
The new HTMLPurifier finally caches the schema properly eliminating both extra CPU cycles and disk writes. The repeated dir exists tests might cause problems on NFS shares.
2011-04-09 11:51:49 +02:00
Petr Skoda
8adf19eda8
MDL-25826 import HTMLPurifier 4.3.0
2011-04-09 11:51:35 +02:00
Mayank Gupta
95fa6fddca
MDL-27037, wiki does not support visiblegroups functionality
2011-04-08 23:40:36 +05:30
Andrew Davis (andyjdavis)
a6e29ac6a3
message MDL-26185 fixed the logic around email addy in user profile Vs in messaging preferences
2011-04-07 15:39:03 +08:00
Aparup Banerjee
52e184904f
MDL-26319 moved cancel_backup() from backup_ui to cancel_process() in base_ui and renamed callers. fix for method inheritance in restore_ui.
2011-04-07 10:40:45 +08:00
Eloy Lafuente (stronk7)
b8d80c062e
MDL-27034 profiling - xhprof_table_sql improvement
2011-04-07 00:46:33 +02:00
Petr Skoda
eb9d692f8b
weekly release 2.0.2+
2011-04-06 14:55:57 +02:00
Petr Skoda
a805d653d1
MDL-26804 fix undefined CFG langcache property during install
...
Sorry, I have committed fix for this in master incorrectly with MDL-26914.
2011-04-06 10:56:30 +02:00
Sam Hemelryk
fe4a0cfe63
PULL-574 MDL-26185 Reverted changes due failed testing + review
2011-04-06 16:35:24 +08:00
Petr Skoda
d0e3447e43
revert MDL-26577 added session cleaning to groups_get_activity_group() that fixes an issue with dirty session data. refactored session cleaning into one function, added caching to reduce queries.
...
(reverse-merged from commit 77335e76e9 ) This change was causing fatal errors on the course level, I am going to fix it myself.
2011-04-05 18:35:01 +02:00
Sam Hemelryk
f046221272
messaging MDL-26185 Last minute fix of bug during integration, empty user preference causing error
2011-04-05 16:53:03 +08:00
Petr Skoda
42a50a0a45
Merge branch 'MDL-26577_groups_api_refactor_take2_m20' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-04-05 10:21:21 +02:00
Aparup Banerjee
77335e76e9
MDL-26577 added session cleaning to groups_get_activity_group() that fixes an issue with dirty session data. refactored session cleaning into one function, added caching to reduce queries.
2011-04-05 12:23:56 +08:00
Eloy Lafuente (stronk7)
ddf3e875f3
Merge branch 'wip-MDL-26560-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-04-04 23:16:53 +02:00
Eloy Lafuente (stronk7)
91fa7abf3d
Merge branch 'wip-MDL-26858-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-04-04 21:50:22 +02:00
Eloy Lafuente (stronk7)
b060e5b0b8
Merge branch 'MDL-26931-blog-post-order_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-04-04 12:02:17 +02:00
Andrew Davis (andyjdavis)
f9c8746704
gradebook MDL-20946 fixed average calculation where users have multiple gradeable roles
2011-04-04 11:27:09 +02:00
Petr Skoda
c629aeabe3
MDL-25651 fix incorrect indentation
2011-04-04 10:01:30 +02:00
Petr Skoda
27614a5e5d
Merge branch 'wip-MDL-25651_MOODLE_20_STABLE' of git://github.com/jennymgray/moodle into MOODLE_20_STABLE
2011-04-04 09:59:04 +02:00
Sam Hemelryk
ba32fc0042
enrolments MDL-26560 Fixed panel.user bug with role assignments dialogue
2011-04-04 14:50:15 +08:00
Sam Hemelryk
87b05ba3e0
enrolments MDL-26858 Added finish user enrolments button to JS dialogue
2011-04-04 14:38:23 +08:00
Sam Hemelryk
728f3c9d08
Merge branch 'MDL-26185_m20' of git://github.com/rwijaya/moodle into MOODLE_20_STABLE
2011-04-04 13:21:24 +08:00
Mary Evans
d7dd177eb4
Fix for MDL-27016 added min-width
2011-04-04 13:10:06 +08:00
Rossiani Wijaya
507de745e3
MDL-26185: simplify the logic of email message output and removing email cache
2011-04-01 11:12:54 +08:00
Jenny Gray
bf8ff4889b
MDL-25651 add capability check to my private files navigation link
2011-03-31 14:54:36 +01:00
Ankit Agarwal
f9112bda35
MDL-26931 Order blog entries by the creation date
2011-03-31 11:56:53 +02:00
Tim Hunt
ba63612bfa
MDL-27035 table_sql forgets to set countparams.
2011-03-30 20:26:34 +01:00
Petr Skoda
408612d111
updating digits to match the .2 release
2011-03-30 18:01:09 +02:00
Petr Skoda
60e837038a
weekly release
2011-03-30 14:29:56 +02:00
Petr Skoda
4cb05cea9d
Merge branch 'MDL-26964-moodle_url-anchor_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-03-29 10:00:04 +02:00
Adam Olley
0960f2f417
MDL-27009: Fix role group by statement for statistics
2011-03-29 11:46:17 +10:30
Eloy Lafuente (stronk7)
09c1e72a56
Merge branch 'MDL-26744-metasyncstring_20_STABLE' of git://github.com/wildgirl/moodle into MOODLE_20_STABLE
2011-03-28 23:56:08 +02:00
Eloy Lafuente (stronk7)
d2455301b7
Merge branch 'w13_MDL-22733_20_youtubeiframe' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 23:53:40 +02:00
Eloy Lafuente (stronk7)
1be2b904ab
Merge branch 'w13_MDL-26909_20_mediatests' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 23:30:35 +02:00
Eloy Lafuente (stronk7)
337817e669
Merge branch 'w13_MDL-26987_20_sclean' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 21:59:21 +02:00
Eloy Lafuente (stronk7)
b17a3a5591
Merge branch 'w13_MDL-26913_20_sitecreated' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 20:10:57 +02:00
Eloy Lafuente (stronk7)
c44c552efa
Merge branch 'w13_MDL-26951_20_archetypes' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 19:40:35 +02:00
Eloy Lafuente (stronk7)
faa297ce6f
Merge branch 'w13_MDL-26991_20_legacy' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 19:26:28 +02:00
Petr Skoda
e1ce68c2f9
MDL-26991 use archetypes instead of deprecated 'legacy' when defining roles in enrol plugins
2011-03-28 19:19:54 +02:00
Eloy Lafuente (stronk7)
b6225c0f2f
Merge branch 'w13_MDL-26966_20_urlparsing' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 19:07:00 +02:00
Eloy Lafuente (stronk7)
50496af78b
Merge branch 'w13_MDL-26985_20_branching' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 18:41:22 +02:00
Tim Hunt
8fc52ccf46
MDL-26425 tablelib ability for table_sql to add a class to the row based on the data.
2011-03-28 17:12:26 +02:00
Tim Hunt
9f9324f408
MDL-26425 tablelib better validation of the sort code, also some cleanup.
...
You may think that the extra validation is unnecessary, since the sort fields are already validated when the URL parameters are parsed, however that overlooks an important point. There may be other options that affect which columns are in the SQL, for example the quiz show individual question grades setting. These other options can cause a column that was in the table, and being sorted on, to disappear. Therefore, it is necessary to re-validate the sort columns when they are used, to make sure they are still present, otherwise you can get ORDER BY sql that refers to non-existant columns, which then causes DB errors.
2011-03-28 17:10:53 +02:00
Helen Foster
d4dc367a5b
MDL-26744 enrol meta lang string improvement thanks to Ray Lawrence
2011-03-28 17:07:55 +02:00
Eloy Lafuente (stronk7)
3ede344b5c
Merge branch 'w13_MDL-26990_20_missingrebuild' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 16:35:18 +02:00
Petr Skoda
5c686792c6
Merge branch 'MDL-26335' of github.com:mouneyrac/moodle into MOODLE_20_STABLE
2011-03-28 15:13:47 +02:00
David Mudrak
91a4b3bd3e
MDL-26804 core_string_manager::get_list_of_translations() can use a cache again
...
This patch reimplements the internal cache that was used to store the
list of available translations in Moodle 1.x. By default, the method
get_list_of_translations() still uses the file
moodledata/cache/languages to store the list of available translations.
The location of that file can be redefined in config.php. The internal
format of the cache file is JSON now (used to be a plain text list).
The patch also fixes a usage of the global $CFG in translation_exists()
methods where the internal property should be used instead.
2011-03-28 14:49:17 +02:00
Dongsheng Cai
1a6a1487f4
MOD-WIKI MDL-26213
...
1. Rewrite the image urls in diff.php and viewdiff.php
2. Fxied image urls in search.php
3. Add modcontext variable to avoid using duplicated
get_context_instance calls
2011-03-28 11:50:37 +02:00
Jenny Gray
a5286ae4cc
MDL-26932 full url path for toggle completion form POST
2011-03-28 11:04:39 +02:00
Dan Marsden
5b97bff526
Plagiarism MDL-26939 - missing return
2011-03-28 10:53:13 +02:00
Dongsheng Cai
1c4873ba1b
MDL-26916, MDL-26917
...
1. Fix filepicker paging issue MDL-26916
2. Highlight view as icon button by default MDL-26917
2011-03-28 16:13:27 +08:00
Dan Marsden
9a8f8cea49
Forum Overview MDL-26957 add classes to allow better control by theme
2011-03-28 16:11:30 +08:00
stabijoh
c37f03543b
Revised fix for MDL-26906, magazine and formal white secure browser quiz window
2011-03-28 16:04:21 +08:00
Andrew Davis (andyjdavis)
cd4ca97611
message MDL-26077 fixed up a problem with html tags being stripped out
2011-03-28 16:00:36 +08:00
Myles Carrick
77bfc4ce0f
MDL-26798 encode file path in dropbox repository plugin, credits to Myles Carrick
2011-03-28 15:57:38 +08:00
Sam Hemelryk
13c53a4a2e
Merge branch 'w13_MDL-26992_20_uploadtemplates' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 14:33:27 +08:00
Sam Hemelryk
d3796a2c61
Merge branch 'w13_MDL-26989_20_enrolroles' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-03-28 14:17:08 +08:00
Petr Skoda
43070e6193
MDL-26992 fix broken upload users templates
2011-03-27 23:48:41 +02:00
Nikhil Gupta
d099348e32
MDL-26989 fix incorrect disabling of assignable roles
2011-03-27 20:34:15 +02:00
Petr Skoda
c4dd3bb86f
MDL-26913 set timecreated in fortpage of a newly installed site
2011-03-27 18:22:11 +02:00
Petr Skoda
ce8b66c67f
MDL-26881 work around the block context setting problems
2011-03-27 16:39:27 +02:00
Petr Skoda
d38f419d5c
MDL-26987 fix invalid DML syntax in spam cleaner tool
2011-03-27 16:14:22 +02:00
Petr Skoda
c102060deb
MDL-26951 fix removing of archetype from role
2011-03-27 16:04:33 +02:00
Petr Skoda
0ae36f6638
MDL-26966 improve self URL validation
2011-03-27 12:29:36 +02:00
Petr Skoda
3c3d544700
MDL-26909 fix outdated mediaplugin filter unittests
2011-03-26 23:54:45 +01:00
Petr Skoda
c4b491a417
MDL-22733 enable youtube iframe embedding
2011-03-26 23:38:40 +01:00
Petr Skoda
112d3b4962
MDL-26990 fix undefined rebuild_course_cache() regression
2011-03-26 22:49:04 +01:00
Petr Skoda
7bb8ae5911
MDL-26985 new Moodle 2.1 requirements
...
For now only extra PHP 5.3.2 requirement compared to 2.0.
2011-03-26 22:03:00 +01:00
David Mudrak
dbe6d9f821
MDL-26964 URL anchor support for single_button and single_select
...
If the single_button or single_select use HTTP method 'get' then the
eventual anchor part of the URL is used.
2011-03-24 22:15:47 +01:00
David Mudrak
4927443761
MDL-26964 URL returned by moodle_url::out_omit_querystring() may contain the anchor part
2011-03-24 22:15:47 +01:00
Petr Skoda
92a387b467
weekly release
2011-03-23 11:33:20 +01:00
Jerome Mouneyrac
ac3e0b3c8c
MDL-26335 fix capability name typo in the description of the web service function moodle_user_get_users_by_id
2011-03-23 11:35:46 +08:00
Eloy Lafuente (stronk7)
34c0b5bd86
MDL-26848 I left one remaining "xxx" there, grrr
2011-03-22 12:28:57 +01:00
Petr Skoda
a93bd90b97
bump version to detect integration reset problems
2011-03-22 11:16:16 +01:00
Eloy Lafuente (stronk7)
18e3cba749
MDL-26848 fixing some "stupid" comments and specs of 1 field
2011-03-21 22:20:17 +01:00
Eloy Lafuente (stronk7)
c6f7c3e7f3
Merge branch 'MDL-26848' of git://github.com/timhunt/moodle
2011-03-21 21:56:46 +01:00
Eloy Lafuente (stronk7)
bc35885cb4
Merge branch 'MDL-25834' of git://github.com/samhemelryk/moodle
2011-03-21 21:54:57 +01:00
Eloy Lafuente (stronk7)
b9c6ce2d19
Merge branch 'm20_MDL-26905_AICC_API_missing_currentorg_init' of git://github.com/scara/moodle
2011-03-21 21:38:23 +01:00
Eloy Lafuente (stronk7)
bf1a4d75e0
Merge branch 'MDL-26570' of git://github.com/samhemelryk/moodle
2011-03-21 21:34:17 +01:00
Eloy Lafuente (stronk7)
8c2e4c90d7
Merge branch 'MDL-25621' of git://github.com/samhemelryk/moodle
2011-03-21 21:32:50 +01:00
Eloy Lafuente (stronk7)
be5eb0013e
Merge branch 'MDL-26863_wrong_appendtolog_statement' of git://github.com/scara/moodle
2011-03-21 21:15:54 +01:00
Eloy Lafuente (stronk7)
c031f2c1e7
Merge branch 'MDL-26875' of git://github.com/samhemelryk/moodle
2011-03-21 21:10:55 +01:00
Eloy Lafuente (stronk7)
63187a6887
Merge branch 'm20_MDL-26894_SCORM13_PHP_notice_undefined_prop_id' of git://github.com/scara/moodle
2011-03-21 21:03:15 +01:00
Eloy Lafuente (stronk7)
1595b8120f
Merge branch 'MDL-26861' of git://github.com/timhunt/moodle
2011-03-21 20:59:32 +01:00
Eloy Lafuente (stronk7)
4c2ce98b42
Merge branch 'master' of git.moodle.org:/git/integration
2011-03-21 20:55:20 +01:00
Petr Skoda
c20d07074c
Merge branch 'MDL-23022' of git://github.com/samhemelryk/moodle
2011-03-21 19:16:37 +01:00
Petr Skoda
3bfb75a9ed
Merge branch 'wip-MDL-26781' of git://github.com/sammarshallou/moodle
2011-03-21 19:10:15 +01:00
Eloy Lafuente (stronk7)
83ee4693c5
Merge branch 'MDL-26908' of git://github.com/samhemelryk/moodle
2011-03-21 19:08:46 +01:00
Petr Skoda
7b2dde5a80
Merge branch 'wip-MDL-26747' of git://github.com/sammarshallou/moodle
2011-03-21 19:06:28 +01:00
Petr Skoda
94ff0f08f3
Merge branch 'MDL-26922' of git://github.com/stronk7/moodle
2011-03-21 19:02:16 +01:00
Eloy Lafuente (stronk7)
f80de2f25c
MDL-26922 dml - avoid PHP_INT_MAX overflow on limit queries
2011-03-21 18:49:08 +01:00
Petr Skoda
25bd4d9a37
Merge branch 'MDL-26847_amended' of git://github.com/timhunt/moodle
2011-03-21 18:10:35 +01:00
Eloy Lafuente (stronk7)
4386e0d101
Merge branch 'master' of git.moodle.org:/git/integration
2011-03-21 18:04:25 +01:00
Petr Skoda
2c23734a7f
Merge branch 'MDL-25975' of git://github.com/samhemelryk/moodle
2011-03-21 18:02:46 +01:00
Petr Skoda
61baea5d22
Merge branch 'MDL-26903' of git://github.com/samhemelryk/moodle
2011-03-21 18:00:07 +01:00
Eloy Lafuente (stronk7)
1f95c9a4af
Merge branch 'w12_MDL-26842_20_ociparams' of git://github.com/skodak/moodle
2011-03-21 17:55:40 +01:00
Petr Skoda
cd278cd454
MDL-26842 fix invalid parameter mix discovered by the new test
2011-03-21 17:19:36 +01:00
Eloy Lafuente (stronk7)
1997d9dc1d
Merge branch 'w12_MDL-26842_20_ociparams' of git://github.com/skodak/moodle
2011-03-21 16:38:19 +01:00
Petr Skoda
4c1638c10f
MDL-26842 fix o_ prefix regression
2011-03-21 16:32:09 +01:00
Eloy Lafuente (stronk7)
c0c232ab63
Merge branch 'master' of git.moodle.org:/git/integration
2011-03-21 16:31:27 +01:00
Tim Hunt
af7b3673d7
MDL-26847 new method file_storage::delete_area_files_select for efficient bulk file deletion.
2011-03-21 15:21:02 +00:00
Petr Skoda
10464ffb33
Merge branch 'MDL-26887' of git://github.com/timhunt/moodle
2011-03-21 15:39:31 +01:00
Eloy Lafuente (stronk7)
7a5852c857
Merge branch 'w12_MDL-26844_20_limittests' of git://github.com/skodak/moodle
2011-03-21 15:35:17 +01:00
Eloy Lafuente (stronk7)
9c3865c81c
MDL-25565 - fix borked merge. The power of one curly bracket!
2011-03-21 15:32:24 +01:00
Petr Skoda
dca072aedc
Merge branch 'MDL-26571_lesson_scale' of git://github.com/andyjdavis/moodle
2011-03-21 14:52:11 +01:00
Petr Skoda
e5be555c27
Merge branch 'MDL-26768_0_grade' of git://github.com/andyjdavis/moodle
2011-03-21 14:49:18 +01:00
Petr Skoda
949fe7154c
Merge branch 's8_MDL-26919_search_dialog_event' of git://github.com/dongsheng/moodle
2011-03-21 14:46:59 +01:00
Petr Skoda
d96b0a969b
Merge branch 'wip-MDL-26822'
2011-03-21 14:03:33 +01:00
Petr Skoda
ae8c1f3d06
MDL-26822 fix whitespace
2011-03-21 14:02:50 +01:00
Dongsheng Cai
e4e9e853d2
Fix three minor filepicker bugs: 1. use language string in search dialog instead of hard code filepicker MDL-26915 2. search dialog now response to enter key MDL-26919 3. search dialog should be modal mode MDL-26918
2011-03-21 20:56:36 +08:00
Sam Hemelryk
8196e3c08d
Merge branch 'MDL-26557' of git://git.luns.net.uk/moodle
2011-03-21 17:32:06 +08:00
Sam Hemelryk
587a4ee42c
Merge branch 'MDL-26827' of git://git.luns.net.uk/moodle
2011-03-21 17:23:13 +08:00
Sam Hemelryk
c889fb8372
Merge branch 'w12_MDL-26904_20_PHPLOL' of git://github.com/skodak/moodle
2011-03-21 17:19:06 +08:00
Sam Hemelryk
beb81f4947
Merged PULL-496/MDL-26859 and fixed incorrect defines
2011-03-21 17:13:20 +08:00
Sam Hemelryk
ee780aeeaf
Merge branch 'w12_MDL-26876_20_blogformat' of git://github.com/skodak/moodle
2011-03-21 16:50:07 +08:00
Sam Hemelryk
d9738e84d6
Merged PULL-480/MDL-24877 and bumped version number to fix conflict
2011-03-21 15:58:19 +08:00
Sam Hemelryk
161ba40d03
Merge branch 'w12_MDL-26808_20_enrolpageurl' of git://github.com/skodak/moodle
2011-03-21 15:47:36 +08:00
Sam Hemelryk
ca3fce634f
Merge branch 'w12_MDL-26826_20_youtubedim' of git://github.com/skodak/moodle
2011-03-21 14:27:45 +08:00
Sam Hemelryk
909fc3ff2e
Merge branch 'w12_MDL-26726_20_typocat' of git://github.com/skodak/moodle
2011-03-21 14:16:51 +08:00
Sam Hemelryk
e460480080
Merge branch 'w12_MDL-26825_20_cancelform' of git://github.com/skodak/moodle
2011-03-21 14:10:44 +08:00
Sam Hemelryk
d1f5425171
Merge branch 'w12_MDL-26837_20_algebra' of git://github.com/skodak/moodle
2011-03-21 13:37:36 +08:00
Sam Hemelryk
1698268db1
Merge branch 'w12_MDL-26834_20_inactiveparticipants' of git://github.com/skodak/moodle
2011-03-21 13:30:59 +08:00
Sam Hemelryk
885e86b108
Merge branch 'w12_MDL-26833_20_inactiveforum' of git://github.com/skodak/moodle
2011-03-21 12:36:47 +08:00
Sam Hemelryk
37fff87398
Merge branch 'w12_MDL-26803_20_userupload' of git://github.com/skodak/moodle
2011-03-21 12:28:45 +08:00
Sam Hemelryk
b89d39bfcb
Merge branch 'w12_MDL-26842_20_ociparams' of git://github.com/skodak/moodle
2011-03-21 12:22:23 +08:00
Sam Hemelryk
9d61397181
Merge branch 'MDL-26607_search_error' of git://github.com/andyjdavis/moodle
2011-03-21 11:54:20 +08:00
Sam Hemelryk
0235bd8706
Merged MDL-25565 PULL-451 and fixed conflicts
2011-03-21 11:16:50 +08:00
Sam Hemelryk
553669ae17
navigation MDL-26908 Fixed up positioning of icons for items that are both expandable and have an icon
2011-03-21 10:45:23 +08:00
Sam Hemelryk
c78262b542
navigation MDL-26903 Fixed regression to navigation ajax after CM changes
2011-03-21 10:22:28 +08:00
Matteo Scaramuccia
c6e46d37bc
MDL-26905 - Fixed missing of currentorg initialization in AICC API
2011-03-20 23:54:39 +01:00
Petr Skoda
7119e1a0a7
MDL-26904 fix funny constant typo
2011-03-20 19:25:47 +01:00
Petr Skoda
8f6c1f3488
MDL-26859 improve blog access control and prevent unnecessary blog includes
2011-03-20 13:34:51 +01:00
Petr Skoda
5b183f51a8
MDL-26859 do not show "my blog" link to guests and not-logged-in users
2011-03-20 12:34:41 +01:00
Petr Skoda
fd85ceac57
MDL-26859 improve coding style in blog related blocks
2011-03-20 12:29:22 +01:00
Petr Skoda
d9e0b80ffb
MDL-26859 automatically enable and disable blog related blocks when bloglevel changed
2011-03-20 12:28:34 +01:00
Petr Skoda
61c32b7b27
MDL-26808 solve chicken-egg problem with moodle url on the user enrolments page
2011-03-20 11:03:16 +01:00
Petr Skoda
d6614d667d
MDL-26876 use correct blog post format when migrating to forum posts
2011-03-20 08:28:46 +01:00
Matteo Scaramuccia
36c0108a2f
MDL-26894: merged from SCORM 1.2 (scorm_12lib.php) after an XDebug audit session
2011-03-19 11:15:10 +01:00
Tim Hunt
8c448e1c83
MDL-26861 quiz view align Summary of your previous attempts table consistenty
...
Fix thanks to Joseph Rézeau.
2011-03-19 09:31:27 +00:00
Tim Hunt
c08643da97
MDL-26887 Refactor file_save_draft_area_files to separate out the file_rewrite_urls_to_pluginfile bit.
2011-03-18 16:41:29 +00:00
Eloy Lafuente (stronk7)
00570de599
MDL-26883 ddl - fix some function declarations
2011-03-18 14:40:20 +01:00
Sam Hemelryk
ced9fc4453
theme-anomaly MDL-25621 Added support for the langmenu to the config.php file
2011-03-18 16:53:03 +08:00
Sam Hemelryk
34b9d4d4a5
portfolio MDL-23022 Fixed navigation when cancelling a portfolio export
2011-03-18 16:19:59 +08:00
Adam Olley
9bf6815753
user-selector MDL-25975 Fixed timeout bug in user selector that was affecting IE8
2011-03-18 15:02:55 +08:00
Sam Hemelryk
4c2820fbd8
navigation MDL-26875 Moved course type check into object check and moved JS string call to navigation block where the navigation JS is initialised.
2011-03-18 14:45:10 +08:00
Sam Hemelryk
dd18964703
navigation MDL-26570 Removed test from navigation simpletests which is no longer possible due to new cm_info object implementation
2011-03-18 13:51:35 +08:00
Sam Hemelryk
c755c87437
navigation MDL-26570 branchid was renamed to key in previous fixes, unit tests updated to reflect this
2011-03-18 13:35:46 +08:00
Jonathon Fowler
c683165a4a
insert a 'View all courses' link when loading category navigation entries from AJAX
2011-03-18 15:00:14 +10:00
Sam Hemelryk
d30d67aad5
theme-overlay MDL-25834 Added images to replace the standard dropdown arrows (new images are white)
2011-03-18 11:26:33 +08:00
Sam Hemelryk
53b1445eeb
theme-overlay MDL-25834 Added CSS to better display the custom menu in the overlay theme
2011-03-18 11:23:58 +08:00
Petr Skoda
a3516c4908
MDL-26826 add resizing of youtube and vimeo and remove non-functional % embedding sizes, only pixel sizes work in object tags
2011-03-17 22:13:07 +01:00
Petr Skoda
3e7069e70b
MDL-26726 fix whitespace and a few debug and comment typos
2011-03-17 21:34:34 +01:00
Petr Skoda
d2b322ae3c
MDL-26825 do not return any form data if form cancelled
2011-03-17 20:43:35 +01:00
Matteo Scaramuccia
77e889a0ef
MDL-26863: fixed regression by an appropriate Merging From Branch using 1.9
2011-03-17 18:15:42 +01:00
Petr Skoda
10793e570c
MDL-26837 remove blacklisted markup from algebra conversion
2011-03-17 15:36:21 +01:00
Tim Hunt
ea003cd59a
MDL-26848 get rid of stupid unsigned columns in the quiz statistics report.
2011-03-17 12:48:01 +00:00
Petr Skoda
72650054f4
MDL-26833 send forum notifications to active enrolled users only
2011-03-16 23:26:00 +01:00
Petr Skoda
505c641a52
MDL-26834 remove suspended users from the participants list
2011-03-16 22:10:12 +01:00
Petr Skoda
22a7796343
MDL-26803 fix switched values of autosubscribe defaults in user upload
2011-03-16 20:00:06 +01:00
Petr Skoda
bc61aa4085
MDL-26803 add missing forcing of password reset when new password created in cron
2011-03-16 19:59:33 +01:00
Petr Skoda
4335aa296e
MDL-26844 ugly workaround for PHP int size limitation in query limits
...
It looks like the pg driver or database is internally overflowing at least on my 64bit test setup, I think we can safely return all results when from + num is over our max PHP integer.
2011-03-16 16:15:43 +01:00
Petr Skoda
3d24c50144
MDL-26844 fix use of invalid integers in dml tests
2011-03-16 16:08:55 +01:00
sam marshall
adaeccb66d
MDL-26781 Ensure get_fast_modinfo $cm is compatible with get_record $cm
2011-03-16 15:03:01 +00:00
Tim Hunt
b6eb984a45
MDL-26747 Allow course reports to have settings.php
2011-03-16 14:45:02 +00:00
Petr Skoda
200b4556d7
MDL-26842 make sure query parameter names are not reserved words in oracle driver
2011-03-16 15:20:32 +01:00
Andrew Robert Nicols
d8e7d1a085
formslib: MDL-26557 Use correct variable name and specify defaults in function declaration
...
Signed-off-by: Andrew Robert Nicols <andrew.nicols@luns.net.uk >
2011-03-16 10:50:07 +00:00
Andrew Davis (andyjdavis)
f51cda3d09
lesson MDL-26571 made lesson accept a custom scale
2011-03-16 17:27:59 +08:00
Dan Poltawski
f723bd3df5
blocks admin MDL-26827- allow blocks settings to be an admin externalpage
...
This borrows from Tim's technique for qtypes in 1650a33cb
2011-03-16 09:12:22 +00:00
Petr Skoda
56babbcb76
weekly release
2011-03-16 09:35:33 +01:00
Andrew Davis (andyjdavis)
b6e526585a
message MDL-26607 fixed sql error when searching for users and limiting search to your courses
2011-03-16 10:58:07 +08:00
Andrew Davis (andyjdavis)
76027a9f65
lesson MDL-26768 lesson was inserting a grade of 0 when a user id and a null raw grade were supplied
2011-03-16 10:26:12 +08:00
Eloy Lafuente (stronk7)
93d8fdc201
MDL-26697 take out unused vars from formal white
2011-03-15 15:33:36 +01:00
Eloy Lafuente (stronk7)
e5e64a4886
Merge branch 'w11_MDL-26697_20_media' of git://github.com/skodak/moodle
...
Conflicts:
theme/formal_white/config.php
2011-03-15 15:21:02 +01:00
Jerome Mouneyrac
d587f077ef
MDL-26822 enrol_user now save the status + trivial typo change in a (bit) related file
2011-03-15 17:27:27 +08:00
Mary Evans
1bb4846249
Fix for MDL-25565
2011-03-15 01:34:40 +00:00
Petr Skoda
b0b4ab1aff
Merge branch 'MDL-26464_m20_v2' of github.com:skodak/moodle
2011-03-14 20:55:04 +01:00
Petr Skoda
0393a8b706
MDL-26464 improve coding style and fix phpdocs
2011-03-14 20:54:00 +01:00
Petr Skoda
cd3d2823af
Merge branch 'MDL-26228_grade_full_view2' of git://github.com/andyjdavis/moodle
2011-03-14 18:21:33 +01:00
Petr Skoda
65361ab836
Merge branch 'MDL-24724_course_profile' of git://github.com/andyjdavis/moodle
2011-03-14 18:18:24 +01:00
Petr Skoda
e7104d2dba
PULL-400 fix incorrect format_white theme file permissions from recent commits
2011-03-14 18:11:09 +01:00
Petr Skoda
3908f7ca1a
Merge branch 'MDL-4633_m20' of git://github.com/rwijaya/moodle
2011-03-14 18:01:19 +01:00
Eloy Lafuente (stronk7)
6326817e0f
Merge branch 'MDL-26767' of git://github.com/timhunt/moodle
2011-03-14 12:07:41 +01:00
Eloy Lafuente (stronk7)
3d63eb08f6
Merge branch 'MDL-22478-alternative-langcacheroot' of git://github.com/mudrd8mz/moodle
2011-03-14 12:03:36 +01:00
Dan Marsden
571ae25286
MDL-21432 backup - add plagiarism plugin hooks for course and module
2011-03-14 11:44:14 +01:00
Sam Hemelryk
f786f01115
Merge rebased branch 'formal_white_2011030507' of git://github.com/kordan/moodle.git
2011-03-14 18:02:18 +08:00
Sam Hemelryk
e1f517fcc7
theme-formal_white MDL-26300, MDL-25628 , MDL-25520 Fixed whitespace and nesting issues
2011-03-14 17:59:57 +08:00
kordan
8b759a9a48
theme-formal_white MDL-26789 Fixed up vertical centering in navbar
2011-03-14 17:33:58 +08:00
kordan
5e911b2ea5
theme-formal_white MDL-26300, MDL-25628 , MDL-25520 fixed problems in admin report section pages
2011-03-14 17:33:38 +08:00
kordan
0e412e87a4
theme-formal_white MDL-26300, MDL-25628 , MDL-25520 one more setting and logos with transparent background to allow custom header background color
2011-03-14 17:33:03 +08:00
kordan
4afb01dbb4
formal white from scratch fixing MDL-26300, MDL-25628 , MDL-25520
2011-03-14 17:33:02 +08:00
Kordan
3718dfc771
theme-formal_white MDL-26300, MDL-25628 , MDL-25520 FW last version
2011-03-14 17:32:14 +08:00
Dongsheng Cai
2848b97948
MDL-24877, do not display all courses in course category tree if there are too many courses in moodle
2011-03-14 17:04:06 +08:00
Sam Hemelryk
e96aa1a669
Merge branch 's7_MDL-26583_filepicker_lang' of git://github.com/dongsheng/moodle
2011-03-14 16:05:37 +08:00
Sam Hemelryk
4bbe460316
Merge branch 'w11_MDL-26480_20_redirect' of git://github.com/skodak/moodle
2011-03-14 15:41:51 +08:00
Sam Hemelryk
85f1abe304
Merge branch 'MDL-13983' of git://github.com/timhunt/moodle
2011-03-14 15:33:49 +08:00
Sam Hemelryk
9fed82de9c
Merge branch 'MDL-26785' of git://github.com/stronk7/moodle
2011-03-14 11:22:05 +08:00
Sam Hemelryk
2012d82a96
Fixed merge conflicts in nonzero theme
2011-03-14 10:59:58 +08:00
Sam Hemelryk
66c6e870ef
Merge branch 'MDL-25304' of git://github.com/epsd/moodle
2011-03-14 10:54:24 +08:00
Sam Hemelryk
b146486613
Merge branch 'MDL-25786-2' of git://github.com/epsd/moodle
2011-03-14 10:43:42 +08:00
Sam Hemelryk
e9fda1c945
Merge branch 'MDL-25212' of git://github.com/epsd/moodle
2011-03-14 10:36:17 +08:00
Sam Hemelryk
af99e7286b
Merge branch 'MDL-25939-3' of git://github.com/epsd/moodle
2011-03-14 10:33:17 +08:00
Sam Hemelryk
77a5af1f12
Merge branch 'MDL-26084' of git://github.com/epsd/moodle
2011-03-14 10:19:52 +08:00
Sam Hemelryk
df94dbd825
Merge branch 'MDL-24743' of git://github.com/epsd/moodle
2011-03-14 09:57:55 +08:00
Sam Hemelryk
e2d50a6a00
Merge branch 'MDL-26711' of git://github.com/epsd/moodle
2011-03-14 09:51:27 +08:00
Eloy Lafuente (stronk7)
64f3208b7c
Merge branch 'w11_MDL-26698_20_helphttps' of git://github.com/skodak/moodle
2011-03-14 02:12:46 +01:00
Eloy Lafuente (stronk7)
3c38ad5d79
Merge branch 'MDL-26643' of git://github.com/nebgor/moodle
2011-03-14 01:57:08 +01:00
Eloy Lafuente (stronk7)
98fd7dcb72
Merge branch 'w11_MDL-24071_20_tex' of git://github.com/skodak/moodle
2011-03-14 01:53:29 +01:00
Eloy Lafuente (stronk7)
b8f249b43a
Merge branch 'w11_MDL-26634_20_ldapsep' of git://github.com/skodak/moodle
2011-03-14 01:26:22 +01:00
Eloy Lafuente (stronk7)
9f091bcd45
Merge branch 's7_MDL-9376_qaforum' of git://github.com/dongsheng/moodle
2011-03-14 01:22:10 +01:00
Eloy Lafuente (stronk7)
008011875c
MDL-25352 fix tiny typo
2011-03-14 01:12:38 +01:00
Eloy Lafuente (stronk7)
5869d05bb7
Merge branch 'w11_MDL-25352_20_replace' of git://github.com/skodak/moodle
2011-03-14 01:10:35 +01:00
Eloy Lafuente (stronk7)
2b1a23a6aa
Merge branch 'MDL-26594' of git://github.com/nebgor/moodle
2011-03-14 00:54:36 +01:00
Eloy Lafuente (stronk7)
d47070248f
Merge branch 'MDL-26748' of git://github.com/timhunt/moodle
2011-03-14 00:53:28 +01:00
Petr Skoda
c3b5e8290b
MDL-25352 fix multiple issues in admin/replace.php
...
Make sure admins know things can go wrong, MSSQL and Oracle were never working, fix block_html config saving issue, skip a lot more tables because the data there is serialised() or can not be changed in case of config tables, more warnings and checkbox confirmation.
2011-03-14 00:51:42 +01:00
Eloy Lafuente (stronk7)
6bfddc2e38
Merge branch 'MDL-26773' of git://github.com/timhunt/moodle
2011-03-14 00:49:11 +01:00
Eloy Lafuente (stronk7)
7e0579cb8c
Merge branch 'MDL-26714' of git://github.com/timhunt/moodle
2011-03-14 00:43:58 +01:00
Eloy Lafuente (stronk7)
9929445926
Merge branch 'MDL-19555_m20' of git://github.com/rwijaya/moodle
2011-03-14 00:35:03 +01:00
Eloy Lafuente (stronk7)
f934143c6c
Merge branch 'AMOS-install-strings' of git://github.com/mudrd8mz/moodle
2011-03-14 00:32:01 +01:00
Eloy Lafuente (stronk7)
e9579e548d
Merge branch 'w11_MDL-26621_20_profilemail' of git://github.com/skodak/moodle
2011-03-14 00:25:04 +01:00
Eloy Lafuente (stronk7)
5cd0d27089
Merge branch 'MDL-26730' of git://github.com/timhunt/moodle
2011-03-13 23:50:20 +01:00
Eloy Lafuente (stronk7)
b5686d021b
Merge branch 'MDL-26735' of git://github.com/timhunt/moodle
2011-03-13 23:41:48 +01:00
Eloy Lafuente (stronk7)
d93c27ec95
Merge branch 'MDL-26734' of git://github.com/timhunt/moodle
2011-03-13 23:33:09 +01:00
Eloy Lafuente (stronk7)
908b892d9c
Merge branch 'MDL-21446' of git://github.com/timhunt/moodle
2011-03-13 23:31:05 +01:00
Eloy Lafuente (stronk7)
22acfde076
Merge branch 'MDL-26733' of git://github.com/timhunt/moodle
2011-03-13 23:28:07 +01:00
Eloy Lafuente (stronk7)
40b204b863
Merge branch 'wip-MDL-26606' of git://github.com/sammarshallou/moodle
2011-03-13 23:22:04 +01:00
Eloy Lafuente (stronk7)
4f7fd61a7a
Merge branch 'MDL-26724' of git://github.com/timhunt/moodle
2011-03-13 22:57:06 +01:00
AMOS bot
8dc0b786d0
Automatic installer lang files (20110313)
2011-03-13 19:45:51 +01:00
Petr Skoda
69542fb3af
MDL-26698 use https for help ajax loginhttps pages
2011-03-13 17:08:50 +01:00
Petr Skoda
f7f0909ce5
PULL-442 multiple TeX related fixes
...
Prevent moodle_url error, cleanup entity encoding and decoding, disable tex source view when TeX and Algebra plugins disabled, localise TeX source popup and prevent phishing attempts, fix executable permission of Algebra pearl script, prevent image error in tex debug when Tex/Ghostscript not configured properly, fix copyright blocks and phpdocs, improve coding style, fix wrong source display link in Algebra filter.
2011-03-13 15:18:07 +01:00
Petr Skoda
b399e43592
MDL-26480 IIS redirect bug workaround
...
Credit goes to Zenger Sergey
2011-03-13 10:47:47 +01:00
Petr Skoda
ee69d85a1f
MDL-26634 LDAP NTLM SSO Multiple subnet separator is not specified and people use a wrong one
...
Credit goes to Inaki Arenaza.
2011-03-13 10:14:20 +01:00
Petr Skoda
181991e791
MDL-26621 respect email privacy settings on the main user profile and fix missing context
2011-03-12 19:04:26 +01:00
Petr Skoda
fcd2cbaf1f
MDL-26697 multiple media filtering fixes and improvements
...
Bug fixes:
* fixed broken flash resizing via URL
* upgraded Flowplayer
* fixed invalid context in format_text()
* all media related CSS moved from themes to filter and resources
* fixed automatic pdf resizing in resources
Changes:
* reworked filter_mediaplugin system settings - grouped by player type instead of individual extensions, added more information
* improved regex url matching
* removed old unused players, Eolas fix and UFO embedding
* image embedding moved to filter_urltolink
* new Flowplayer embedding API
* accessibility and compatibility tweaks in Flowplayer
* SWF embedding now works only in trusted texts, it is now enabled by default (works everywhere if "Allow EMBED and OBJECT tags" enabled)
* new default video width and height
New features:
* automatic Flash video resizing using information from video metadata
* Flash HD video support (*.f4v)
* Flash video embedding with HTML5 fallback - compatible with iOS and other mobile devices
* Vimeo embedding
* no-cookie YouTube site supported
* HTML 5 audio and video with multiple source URLs and QuickTime fallback
* more video and audio extensions in filelib.php
* MP3 player colours customisable via CSS in themes
* nomediaplugin class in a tag prevents media embedding
2011-03-12 17:42:52 +01:00
Eloy Lafuente (stronk7)
e140197481
MDL-26785 module edit - icon in heading missing sometimes
2011-03-12 01:39:58 +01:00
stabijoh
fab058e5d5
Added custom menu to nonzero theme, MDL-26711
2011-03-11 07:22:56 -05:00
David Mudrak
c198593b0e
MDL-22478 Allow alternative location of strings disk cache
...
Administrators can now specify $CFG->langcacheroot in their config.php for
alternative location of strings disk cache. If the alternative location is
not set, Moodle uses default $CFG->dataroot/cache/lang
2011-03-11 12:34:52 +01:00
Tim Hunt
74a43c7487
MDL-26773 PHP error notice when editing multianswer question
...
$course was removed from the save question methods in 2.0, but this occurrence was missed.
Thanks to Joseph Rezeau for the fix
2011-03-11 08:51:47 +00:00
Tim Hunt
c159b07046
MDL-26767 responses report has the same unsigned subtract issue as overview (MDL-26416)
2011-03-11 07:37:29 +00:00
Aparup Banerjee
2a5302b62d
MDL-26643 added missing message property to discussion object used to upgrade blog
2011-03-11 14:28:45 +08:00
Dongsheng Cai
67fc4f0025
MDL-9376, disallow student to see the other users posts in max editing time, credits to Vlas Voloshin and Charles Fulton
2011-03-11 11:22:13 +08:00
Rossiani Wijaya
6e571603c0
MDL-19555: add NULL string test to format_test(). Credit goes to Matej Vela. Thanks
2011-03-11 11:16:18 +08:00
Rossiani Wijaya
e4e9611570
MDL-26464: remove 'add entry' link on setting block when it reachs the max number of records. Link removal does not apply to user who has data:manageentries capability (eg: teacher).
2011-03-11 10:03:14 +08:00
Tim Hunt
c5169f4e78
MDL-26748 file links in qtype essay feedback broken.
...
Fix thanks to Respondus Inc.
2011-03-10 21:40:00 +00:00
stabijoh
66e937a44b
MDL-25304 minor fix to Fusion theme forum post style
2011-03-10 13:52:26 -05:00
stabijoh
d60cc8dbec
Added custom menu support to Leatherbound theme, MDL-25212
2011-03-10 09:54:59 -05:00
sam marshall
69ae86ea5f
MDL-26606 Theme backup: Minor improvement to make it more consistent with other backup
2011-03-10 12:57:27 +00:00
stabijoh
ec5ced0d9d
Additional work for MDL-25939, fix splash orange blog titles
2011-03-10 07:33:55 -05:00
stabijoh
2ef9c4eb67
MDL-26084 fix in Canvas theme for hide section icon
2011-03-10 07:15:03 -05:00
Rossiani Wijaya
91c2b0f068
MDL-4633: remove 'required' rule for user's profile description
2011-03-10 15:45:49 +08:00
Tim Hunt
9316d66121
MDL-26714 qtype_multianswer needs an implementation of compare_responses.
...
The main problem lack of this was causing is if you click through a quiz without answering any questions, mulitanswer questions would get marked as answered.
2011-03-09 18:08:18 +00:00
Rod Norfor
1e668c4d85
MDL-13983 show frozen radio buttons in a more accessible way.
2011-03-09 16:26:37 +00:00
Tim Hunt
b053dcab0f
MDL-26730 when going back from modedit.php to the course, go to the right section.
2011-03-09 15:51:15 +00:00
Tim Hunt
f11672d84a
MDL-26735 Questions file links broken when quiz_attempts.id and .uniqueid differ.
2011-03-09 15:46:59 +00:00
Tim Hunt
5f36713765
MDL-26734 fatal error on the quiz review page when reviews are not allowed.
...
Sorry silly error by me, merging code from my 2.1 work.
2011-03-09 15:22:15 +00:00
Tim Hunt
0484f1ef01
MDL-21446 truncate >31 char worksheet names that otherwise break Excel export.
2011-03-09 14:43:44 +00:00
stabijoh
cea5d97b4c
Additional fix for MDL-25786, use of #header in theme Magazine
2011-03-09 09:35:42 -05:00
stabijoh
ca8f828cb5
MDL-24743 fix for Magazine theme forced font size
2011-03-09 08:01:27 -05:00
Aparup Banerjee
c4a88609fe
MDL-26594 renamed named param causing oracle reserved word error. - thanks to Luca Mazzola
2011-03-09 17:04:09 +08:00
Dongsheng Cai
a6b53a7cbe
FILEPICKER MDL-26583 filepicker should use core language string not string from modules
2011-03-09 17:00:01 +08:00
Petr Skoda
c09604234a
weekly release
2011-03-09 09:07:01 +01:00
Andrew Davis (andyjdavis)
48c235941f
gradebook MDL-26228 moved scrollbar css from standard theme into base
2011-03-09 15:55:25 +08:00
Andrew Davis (andyjdavis)
8d22e342a9
user MDL-24724 added email to user course profile
2011-03-09 13:29:55 +08:00
Tim Hunt
d93cafeaa1
MDL-26733 avoid possible notice in admin/user.php.
2011-03-08 17:48:05 +00:00
Tim Hunt
7e0218e79f
MDL-26724 notice from numerical qtype when no answer is given.
2011-03-08 10:43:48 +00:00
Petr Skoda
ed66022935
MDL-26625 do not look for session size if session not started
2011-03-08 10:31:16 +01:00
Petr Skoda
23c799459d
Revert "MDL-26392, nwiki and creole format wiki pages should support file attachments"
...
This reverts commit 0c5e812ba7 because UI is going to be reimplemented.
2011-03-08 10:11:07 +01:00
Mary Evans
2150d1580f
Added Custom CSS Settings - Fix for MDL-26700
2011-03-07 15:01:21 -08:00
Mary Evans
2fb0b3bd3b
Edited theme/nonzero/style/core.css via GitHub
2011-03-07 09:27:30 -08:00
Eloy Lafuente (stronk7)
97b4297e13
Merge branch 'MDL-26517' of git://github.com/timhunt/moodle
2011-03-07 14:49:17 +01:00
Tim Hunt
71575a152c
MDL-26517 display responses in reports by converting to plain text.
...
Following Eloy's testing, that seems to be the only safe way. It is also consistent with what has been done in Moodle 2.1.
2011-03-07 11:57:38 +00:00
Petr Skoda
4eca364392
Merge branch 'MDL-26458_PULL' of git://github.com/nebgor/moodle
2011-03-07 12:52:51 +01:00
Petr Skoda
8eade3d773
Merge branch 'MDL-26392_wiki_images' of git://github.com/dongsheng/moodle
2011-03-07 12:40:04 +01:00
Petr Skoda
25ca24d59f
Merge branch 'MDL-25388_restore_activities_target' of git://github.com/stronk7/moodle
2011-03-07 12:32:46 +01:00
Petr Skoda
2c10c5f4e5
Merge branch 'wip-MDL-26423' of git://github.com/sammarshallou/moodle
2011-03-07 12:28:27 +01:00
Eloy Lafuente (stronk7)
5f9f0717fe
Merge branch 'MDL-26609-version-maturity' of git://github.com/mudrd8mz/moodle
2011-03-07 11:49:28 +01:00
Petr Skoda
29c852088a
Merge branch 'wip-MDL-26625' of git://github.com/sammarshallou/moodle
2011-03-07 10:25:28 +01:00
Petr Skoda
7a2f4c12b6
Merge branch 'MDL-26433_message_constants' of git://github.com/andyjdavis/moodle
2011-03-07 10:18:31 +01:00
Eloy Lafuente (stronk7)
9f3813016c
Merge branch 'MDL-26190' of git://github.com/srynot4sale/moodle
2011-03-07 02:58:09 +01:00
Eloy Lafuente (stronk7)
34700d60f2
Merge branch 'MDL-20562-report-link-string' of git://github.com/mudrd8mz/moodle
2011-03-07 02:48:42 +01:00
Eloy Lafuente (stronk7)
51ecc3255b
Merge branch 'm20_MDL-26672_aiccfix' of git://github.com/danmarsden/moodle
2011-03-07 02:37:28 +01:00
Eloy Lafuente (stronk7)
500422e6d0
Merge branch 'workshop-submissions-anonymity-and-availability' of git://github.com/mudrd8mz/moodle
2011-03-07 01:56:28 +01:00
Eloy Lafuente (stronk7)
5ff33ba14b
Merge branch 'MDL-26324' of git://github.com/timhunt/moodle
2011-03-07 01:22:43 +01:00
Eloy Lafuente (stronk7)
34e30d9bce
Merge branch 'MDL-26445' of git://github.com/timhunt/moodle
2011-03-07 01:12:55 +01:00
Eloy Lafuente (stronk7)
7d754148c4
Merge branch 'MDL-26685' of git://github.com/timhunt/moodle
2011-03-07 01:06:51 +01:00
Eloy Lafuente (stronk7)
2875c1507f
Merge branch 'MDL-26520' of git://github.com/timhunt/moodle
2011-03-07 00:29:14 +01:00
Eloy Lafuente (stronk7)
5878504958
Merge branch 'MDL-26636' of git://github.com/timhunt/moodle
2011-03-07 00:25:54 +01:00
Eloy Lafuente (stronk7)
4b43b1074f
backup MDL-26572 add new param to plugin and subplugin functions
2011-03-07 00:16:25 +01:00
Eloy Lafuente (stronk7)
07a36633f9
Merge branch 'MDL-26572_backup_sum' of git://github.com/andyjdavis/moodle
2011-03-07 00:10:16 +01:00
David Mudrak
d67c20b873
MDL-26535 workshop: fixed availability of published and assessed submissions
...
While working on the new capability to view authors of published
submissions, I realized that published submissions are correctly listed
(implemented in 00bc77ee ) but they can't be viewed by submission.php.
This patch fixes submission.php so that it allows to view published
submissions.
Also, I noticed that when the workshop is closed, the submissions that
were assessed by the user are not listed (as they were in the previous
phases) but submission.php provides access to them correctly. So I added
a code that lists assessed submissions in the closed phase.
2011-03-06 23:49:49 +01:00
Dan Marsden
69c3d39a9c
AICC MDL-26672 fix for handling of value = 0
2011-03-07 09:54:33 +13:00
andyjdavis
25bd5c75ab
message MDL-26433 refactored the constants in messaging
2011-03-06 22:03:49 +08:00
ppichet
8f63ab1f44
MDL-26445 question -fix numerical unit grade
...
fix unit penalty grading and display
Signed-off-by: ppichet <pichet.pierre@uqam.ca >
2011-03-05 20:13:50 +00:00
Tim Hunt
209442ce24
MDL-26517 HTML tags visible in the response history table and quiz reports.
2011-03-05 19:51:38 +00:00
Tim Hunt
4a6f461830
MDL-26685 each attempt builds on last did not work when quiz_attemts.id and question_attempts.id were not equal.
2011-03-05 19:27:32 +00:00
Tim Hunt
231ec77323
MDL-26520 random tf questions that had not been answered were shown as answered on the summary page.
...
This was a regression from MDL-26236 thanks to some brain-dead PHP behaviour.
2011-03-05 16:33:42 +00:00
Tim Hunt
b302591de8
MDL-26636 fix typo in language string.
...
Thanks to Luis de Vasconcelos.
2011-03-05 15:19:49 +00:00
Eloy Lafuente (stronk7)
165b7bd987
MDL-25388 restore - confusing options restoring 1-activity
2011-03-04 19:45:43 +01:00
Tim Hunt
0357171e68
MDL-26324 overall feedback problem when quiz changed to being graded out of 0
2011-03-04 17:20:12 +00:00
Aparup Banerjee
7fedc2c25e
lib MDL-26458 adding unit tests to test cursors.
...
-added test with limits and order by with table aliases to test_get_records_sql()
-added test_recordset_locks_delete() and test_recordset_locks_update()
- added out of range limits test to test_get_records_sql()
2011-03-05 01:18:36 +08:00
sam marshall
89213d0041
backup MDL-26606 Backup should allow themes to have course data; also fix course theme restore
2011-03-04 15:53:48 +00:00
sam marshall
b031caf858
lib MDL-26423 Added support for ->allowid option in format_text
2011-03-04 15:53:10 +00:00
sam marshall
f07704d2a2
lib MDL-26625 Add session size info to perfdebug block
2011-03-04 15:52:19 +00:00
David Mudrak
e13d02f544
MDL-26535 workshop: new capability to control the anonymity of published submissions
...
Re-using 'mod/workshop:viewauthornames' would not be a happy option here
because teacher would have to change local overrides every time when
they were closing or re-opening the workshop (if they wanted anonymous
assessment but non-anonymous hall of fame).
2011-03-04 14:08:00 +01:00
David Mudrak
757bade1f6
MDL-26684 workshop: fixed missing href attribute in the link to the own submission
...
This was caused by incorrect construction of workshop_submission_summary.
Instead of direct initiation, the helper method should be used. The
helper adds a property 'url' needed to render 'href' later.
2011-03-04 14:07:50 +01:00
David Mudrak
de6aaa7295
MDL-26683 workshop: fixed typos in code comments
2011-03-04 13:03:49 +01:00
Eloy Lafuente (stronk7)
3479ba4d48
MDL-26458 sqlsrv - limit impl using scrollable sets
2011-03-04 16:12:37 +08:00
Dongsheng Cai
0c5e812ba7
MDL-26392, nwiki and creole format wiki pages should support file attachments
2011-03-04 15:44:20 +08:00
David Mudrak
ea118bed0c
MDL-20562 Do not use a capability name as a navigation node title
...
Ideally all reports should use their pluginname in the navigation tree.
In this particular case, the patch fixes two issues: using the
capability name as the report title in the navigation and incorrect
pluginname defined for coursereport_log.
2011-03-04 06:03:39 +01:00
David Mudrak
1a4d6a5b60
MDL-26609 Display information about the current version during the upgrade
...
As Eloy Lafuente noticed in the tracker discussion, we display the
information about the current version in the browser window title but
not at the screen itself. The patch fixes that by displaying the
information in the page heading instead of the page title.
Eloy's original idea to put the information into the grey message box
would require a change of [upgradesure,core_admin] string because
unfortunately it does not expect $a as an object but as a plain string.
2011-03-04 05:59:08 +01:00
David Mudrak
dc41abd808
MDL-26609 Provide a link to a docs page for more help with Moodle versions and their maturity
...
Thanks Martin Dougiamas for this suggestion.
2011-03-04 05:59:08 +01:00
David Mudrak
3d673fc474
MDL-26609 Admins are warned if they try to install or upgrade to unstable version
...
The commit introduces four new constants that can be used to declare a
maturity level of Moodle core and, in the future, of extension plugins.
If the administrator is about to install or upgrade Moodle to a version
that is not considered as production-ready yet, a warning is displayed
before any change in the database.
2011-03-04 05:59:08 +01:00
Andrew Davis (andyjdavis)
98529b009b
backup MDL-26572 made restore store null instead of 0
2011-03-04 12:14:00 +08:00
Petr Skoda
48fe5c6cf9
weekly release
2011-03-03 18:26:24 +01:00
Petr Skoda
84fed015d8
Revert "gradebook MDL-26228 moved scroll bar css from standard theme into base"
...
This reverts commit 54c3b90ec6 .
2011-03-02 09:09:06 +01:00
Aaron Barnes
0b15b43b3e
MDL-26190 completion blocks: Show messages rather than hiding the block
2011-03-02 16:34:19 +13:00
Eloy Lafuente (stronk7)
5eb1e14aa4
Merge branch 'w09_MDL-26564_20_uploadusers' of git://github.com/skodak/moodle
2011-03-01 19:02:04 +01:00
Petr Skoda
2197b642b3
MDL-26564 print password when changed
2011-03-01 17:29:52 +01:00
Petr Skoda
faceca9176
MDL-26564 fix reversed password policy check
2011-03-01 17:22:00 +01:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Petr Skoda
2a921ee985
MDL-26047 fix string letter case and whitespace
2011-03-01 12:11:31 +01:00
Eloy Lafuente (stronk7)
8cf42d248e
Merge branch 'w09_MDL-26564_20_uploadusers' of git://github.com/skodak/moodle
2011-03-01 12:05:52 +01:00
Eloy Lafuente (stronk7)
847753d497
Merge branch 'w09_MDL-26616_20_resourcelinks' of git://github.com/skodak/moodle
2011-02-28 18:41:03 +01:00
Eloy Lafuente (stronk7)
8ef8ec689e
MDL-26047 nimble theme - changing 2 "fusion" ocurrences
2011-02-28 12:28:44 +01:00
Eloy Lafuente (stronk7)
c2a975e68d
Merge branch 'MDL-26047' of git://github.com/ptrkmkl/moodle
2011-02-28 12:27:46 +01:00
Eloy Lafuente (stronk7)
a8ccca5325
MDL-26404 messages - move textlib instance out from loop
2011-02-28 10:35:21 +01:00
Eloy Lafuente (stronk7)
77e4bb774b
Merge branch 'MDL-26404_nav_too_wide' of git://github.com/andyjdavis/moodle
2011-02-28 10:17:51 +01:00
Petr Skoda
70e6628ea3
Merge branch 'MDL-26576' of git://github.com/timhunt/moodle
2011-02-28 10:06:03 +01:00
Petr Skoda
589028b203
Merge branch 'MDL-25760' of git://github.com/ptrkmkl/moodle
2011-02-28 10:03:57 +01:00
Petr Skoda
bca4fa81a8
Merge branch 'MDL-26451_alfresco_repo' of git://github.com/dongsheng/moodle
2011-02-28 10:01:03 +01:00
Petr Skoda
ed9fd13fd6
Merge branch 'MDL-26228_grade_full_view' of git://github.com/andyjdavis/moodle
2011-02-28 09:59:13 +01:00
Petr Skoda
7c4c754a89
Merge branch 'MDL-26442_qtype_match' of git://github.com/stronk7/moodle
2011-02-28 09:56:36 +01:00
Petr Skoda
16fd74a3a5
Merge branch 'm20_MDL-26545_userpicfix' of git://github.com/danmarsden/moodle
2011-02-28 09:48:38 +01:00
David Mudrak
29cbe43189
MDL-13481 Strings fullname and shortname are now deprecated
...
This is a final cleanup commit of fullname and shortname issue. All
places where these strings were detected yet have been replaced with
proper fullnamecourse or fullnameuser or some other context specific
string.
AMOS BEGIN
CPY [fullname,core],[outcomefullname,core_grades]
CPY [shortname,core],[outcomeshortname,core_grades]
CPY [name,core],[rolefullname,core_role]
CPY [shortname,core],[roleshortname,core_role]
AMOS END
2011-02-28 09:42:50 +01:00
Petr Skoda
8bdb31ed54
MDL-26564 fix regressions and other problems in csv user upload
...
This patch fixes incorrect password creating, updating and resetting, updating of user fields, unsupported auth plugins are correctly identified, modification of mnethostid is prevented, fixed problem with email duplicates, new password is generated for users without email, etc. It also includes coding style improvements, more inline docs, future TODOs and license information.
2011-02-28 08:27:31 +01:00
Dan Marsden
629f5021b3
SCORM MDL-26545 - fix user object passed to user_picture renderer
2011-02-28 12:33:29 +13:00
Petr Skoda
3d8f1d3abc
MDL-26616 fix broken resource modinfo caused by invalid sortorder upgrade
2011-02-27 22:54:41 +01:00
Andrew
54c3b90ec6
gradebook MDL-26228 moved scroll bar css from standard theme into base
2011-02-27 21:49:00 +08:00
Dongsheng Cai
b9825e8e29
REPOSITORY MDL-23951 alfresco repository plugin supports returning external links
2011-02-24 10:56:30 +08:00
Eloy Lafuente (stronk7)
303c04f7d0
MDL-26442 restore - missing new in qtype match exception
2011-02-24 02:24:18 +01:00
Eloy Lafuente (stronk7)
2b37004c28
weekly release
2011-02-23 20:03:30 +01:00
Tim Hunt
92c4354ff9
MDL-26576 avoid notices one quizzes with no overall feedback.
2011-02-23 11:42:37 +00:00
Andrew
b2bce32ff0
message MDL-26404 trimming course short to prevent long names messing up the UI
2011-02-23 11:00:41 +08:00
Eloy Lafuente (stronk7)
fa188aa0a2
Merge branch 'MDL-26546-workshop-restore' of git://github.com/mudrd8mz/moodle
2011-02-22 23:00:46 +01:00
David Mudrak
1dade8b185
MDL-26546 Workshop: fixed embedded images in Number of errors grading form
...
Because of this typo, embedded images were not loaded when the
assessment form was re-edited. Thanks Helen Foster for spotting this.
2011-02-22 22:19:16 +01:00
Eloy Lafuente (stronk7)
d6211dce9a
Merge branch 'MDL-25816_jabber_preference' of git://github.com/andyjdavis/moodle
2011-02-22 16:51:49 +01:00
Eloy Lafuente (stronk7)
ec58c9ddf0
Merge branch 'MDL-26537-flickr-callback-url' of git://github.com/mudrd8mz/moodle
2011-02-22 16:23:08 +01:00
Eloy Lafuente (stronk7)
5df4d6ccab
Merge branch 'MDL-26513_restrict_modules' of git://github.com/stronk7/moodle
2011-02-22 16:12:43 +01:00
Eloy Lafuente (stronk7)
9da0fc11ac
Merge branch 'MDL-26532' of git://github.com/nebgor/moodle
2011-02-22 15:40:30 +01:00
Eloy Lafuente (stronk7)
0783533066
Merge branch 'AMOS-install-strings' of git://github.com/mudrd8mz/moodle
2011-02-22 15:37:24 +01:00
Eloy Lafuente (stronk7)
a8f690e4e6
Merge branch 'MDL-21250-capitalized-strings' of git://github.com/mudrd8mz/moodle
2011-02-22 15:35:50 +01:00
Helen Foster
6cb66ae00e
MDL-21250 Get rid of capitalized words in titles
2011-02-22 14:15:58 +01:00
Eloy Lafuente (stronk7)
908053e21d
Merge branch 'MDL-25122' of git://github.com/timhunt/moodle
2011-02-22 12:41:28 +01:00
Eloy Lafuente (stronk7)
915a20f5a5
Merge branch 'MDL-26546-workshop-restore' of git://github.com/mudrd8mz/moodle
2011-02-22 12:24:48 +01:00
Eloy Lafuente (stronk7)
0797530336
Merge branch 'MDL-26416' of git://github.com/timhunt/moodle
2011-02-22 12:18:52 +01:00
Eloy Lafuente (stronk7)
c5530f4151
Merge branch 'fix-symbian' of git://github.com/darenc/moodle
2011-02-22 11:45:57 +01:00
Eloy Lafuente (stronk7)
f7edca80b0
Merge branch 'MDL-26524' of git://github.com/grabs/moodle
2011-02-22 11:35:29 +01:00
Eloy Lafuente (stronk7)
3521e87f06
Merge branch 'MDL-26060' of git://github.com/grabs/moodle
2011-02-22 11:30:33 +01:00
Eloy Lafuente (stronk7)
f44872427f
Merge branch 'MDL-26435_rem_commented_out_code' of git://github.com/andyjdavis/moodle
2011-02-22 11:26:56 +01:00
Eloy Lafuente (stronk7)
d33d813d91
Merge branch 'lesson-rendering' of git://github.com/mudrd8mz/moodle
2011-02-22 11:25:03 +01:00
Eloy Lafuente (stronk7)
e49c60345e
Merge branch 'wip-MDL-26507' of git://github.com/sammarshallou/moodle
2011-02-22 11:17:16 +01:00
Eloy Lafuente (stronk7)
29336fb13c
Merge branch 'MDL-26461_change_rating_scale' of git://github.com/andyjdavis/moodle
2011-02-22 11:06:23 +01:00
Eloy Lafuente (stronk7)
cc31313c4b
Merge branch 'MDL-26440_uid' of git://github.com/andyjdavis/moodle
2011-02-22 10:27:38 +01:00
Andrew Davis (andyjdavis)
6c0f13a5bc
message MDL-25816 added safety checks in form processing
2011-02-22 16:05:01 +08:00
David Mudrak
7c26c3f875
MDL-26546 Workshop: fixed incorrect mapping name in the restore of assessment forms
...
There was a regression of 8fa86f and ac0f8f where I changed the mapping
names but did not use the new names in add_related_files() call.
All credit goes to Eloy Lafuente for spotting the problem and giving me
a hint on how to fix it.
2011-02-22 00:54:13 +01:00
AMOS bot
d5a1cca1af
Automatic installer lang files (20110222)
2011-02-22 00:27:05 +01:00
David Mudrak
dd2645d304
MDL-26537 Portfolio: Flickr setup instruction contains correct callback URL
...
There was a bug due to the code copied from portfolio_boxnet plugin.
2011-02-21 16:00:12 +01:00
Eloy Lafuente (stronk7)
e4f72d1428
MDL-26513 restore - observe target site restrictmodulesfor setting
2011-02-21 15:58:20 +01:00
Charles Fulton
fdef13e692
MDL-26507: improper use of assignment operater causes grade checks to fail
2011-02-21 12:54:37 +00:00
Martin Dougiamas
eabbb121bb
Moodle 2.0.2 release
2011-02-21 13:05:57 +01:00
Aparup Banerjee
d042ff06b3
assignment MDL-26532 fixed regression in assignment_cron() while processing messaging.
2011-02-21 15:43:30 +08:00
Andrew Davis (andyjdavis)
aafa4f324a
rating MDL-26461 fixed an off by 1 bug that made the safeguard against too high ratings not work
2011-02-21 10:48:38 +08:00
Andreas Grabs
5cf4fa4684
MDL-26524 - Group Filtering Errors
2011-02-20 18:18:44 +01:00
Andreas Grabs
7cc5cec6e1
MDL-26060 - Sorting by date on user list for responses list throws an error
2011-02-20 17:45:10 +01:00
Petr Skoda
d20b9662fc
emergency release
2011-02-18 20:01:50 +01:00
Tim Hunt
79c6e3a096
MDL-25122 Quiz review page does not check and enforce separate groups mode.
2011-02-18 18:53:37 +00:00
Eloy Lafuente (stronk7)
78106a24ad
Merge branch 'em_MDL-25944_20_forummail' of git://github.com/skodak/moodle
2011-02-18 18:42:45 +01:00
Eloy Lafuente (stronk7)
395181f9bb
Merge branch 'master' of git.moodle.org:/git/integration
2011-02-18 18:25:18 +01:00
Eloy Lafuente (stronk7)
f5c452a3b3
Merge branch 'em_MDL-26476_20_grp' of git://github.com/skodak/moodle
2011-02-18 18:25:04 +01:00
Petr Skoda
ed3eb9ea74
Merge branch 'PULL-314' of git://github.com/mudrd8mz/moodle
2011-02-18 18:20:44 +01:00
David Mudrak
ed79b89b85
MDL-26010 Reformatting SQL of the previous Andrew's fix
...
I have reformatted the SQL according to the style used in Moodle code to
improve readability of the query. Added sql_compare_text() to the right
side of the comparison, even though the current callers provide integers
here (just in case).
2011-02-18 17:33:37 +01:00
Andrew Davis
42291c6161
MDL-26010 External blog synchronization removes non-relevant post records
2011-02-18 17:19:41 +01:00
Tim Hunt
19a9f1124d
MDL-26416 avoid subtracting two unsigned ints, which breaks MySQL since 5.5.5.
2011-02-18 14:10:06 +00:00
Tim Hunt
bbc2d0ba31
MDL-26416 quiz overview report, clean up the code before making the real bug fix.
...
Cleaning up the code like this will make the real bug-fix easier to understand.
2011-02-18 14:10:04 +00:00
Daren Chandisingh
cb6b733232
Change 'Simbian' to 'Symbian'
2011-02-18 12:28:26 +00:00
David Mudrak
ffdf7f8a24
MDL-25899 Lesson: fixed page content rendering
...
Form element 'header' used to be used for rendering the page contents.
This led to layout problems in non-gecko browsers. This patch fixes the
issue by using raw 'html' element to render the page contents.
2011-02-18 11:43:24 +01:00
Petr Skoda
18ff4d427e
MDL-25944 fix broken images in forum emails and fix invalid $group variable name
2011-02-18 11:00:43 +01:00
Joseph Rezeau
c76cd2ede1
MDL-26113 Lesson: temporary fix of page content alignment
...
That rendering method should not use cell style attribute at all.
Instead, the alignment should be controlled by CSS. However, this will
require more massive changes in the Lesson code to be done by the module
maintainer. As a temporary fix, left alignment is set as it usually
matches the layout that students see.
2011-02-18 10:43:25 +01:00
andyjdavis
7bbe971548
general MDL-26440 removed references to uid in SQL queries as its a reserved word in Oracle
2011-02-18 15:51:50 +08:00
Petr Skoda
12923c92b1
MDL-26476 fix incorrect fetching of user groups in modinfo
2011-02-17 18:19:41 +01:00
Eloy Lafuente (stronk7)
3b3e2cecf3
MDL-26361 scorm - fix upgrade on change to not null
...
Every time one column is changed from null to not null
we must ensure that there aren't nulls at all or the
DDL statement will fail, as was reported here. The
simplest way, just apply for the default when the column is null.
2011-02-17 17:25:44 +01:00
andyjdavis
731f8516bc
message MDL-26435 removed commented out code
2011-02-17 11:03:18 +08:00
Petr Skoda
99faefb29b
weekly release
2011-02-17 01:21:29 +01:00
Eloy Lafuente (stronk7)
2e629eb861
Merge branch 'w07_MDL-26452_20_resmess' of git://github.com/skodak/moodle
2011-02-16 21:51:12 +01:00
Petr Skoda
f3a7f485c4
MDL-26452 fix resource mod regression breaking upgrade on Windows
2011-02-16 21:41:04 +01:00
Petr Skoda
3bc644ce70
Merge branch 'MDL-26405_take_two' of git://github.com/stronk7/moodle
2011-02-16 20:24:54 +01:00
Eloy Lafuente (stronk7)
0149e6c713
MDL-26405 restore - dispatch able to skip branches
...
after this change any restore_structure_step processor
method is able to instruct the dispatcher about to skip
any path below it. Until now, we were doing the checks on
each child processor method, but that was inneficient and
prone to errors (easy to miss the check in a child so some
orphaned piezes of restore may be causing mess here and there).
Once implemented, it's simlpy a matter of the parent deciding if
all its children must be processed or no. Easier for developers
and also small speed improvement because avoids unnecesary
dispatching/processing to happen.
Surely only will be used in parts of core, like in question_categories,
saving 50-60 sub processors (sub-paths) to be dispatched.
2011-02-16 19:13:56 +01:00
Petr Skoda
c9e12de4e3
Merge branch 'MDL-26405_qtype_exception_wip' of git://github.com/stronk7/moodle
2011-02-16 09:59:14 +01:00
Aparup Banerjee
37695a6ff6
glossary MDL-22970 uid is reserved in ORACLE! changed to userid
2011-02-16 04:46:20 +01:00
Eloy Lafuente (stronk7)
0ff7159edb
MDL-26405 restore - incorrectly thrown exception
2011-02-15 23:28:00 +01:00
Eloy Lafuente (stronk7)
534f22d141
Merge branch 'w07_MDL-26381_20_changepw' of git://github.com/skodak/moodle
2011-02-15 22:03:00 +01:00
Petr Skoda
7ea77a571f
MDL-26381 prevent security warning when changing password and loginhttps is enabled
2011-02-15 21:54:29 +01:00
Eloy Lafuente (stronk7)
c04c06dc8e
Merge branch 'MDL-25616_recent_messages' of git://github.com/andyjdavis/moodle
...
Conflicts fixed:
message/index.php
message/lib.php
2011-02-15 19:26:21 +01:00
Eloy Lafuente (stronk7)
07e21f6054
Merge branch 'w07_MDL-26211_20_https' of git://github.com/skodak/moodle
2011-02-15 16:45:22 +01:00
Petr Skoda
2a9c0d0578
MDL-26211 improve detection of https from _SERVER
2011-02-15 15:33:29 +01:00
Petr Skoda
d83bad412a
MDL-26119 fixing regression caused by previous merge in PULL-294
...
We can not use empty() on function directly, the PHP docs were incorrect.
2011-02-15 15:06:24 +01:00
Eloy Lafuente (stronk7)
da622b497b
Merge branch 'w07_MDL-25778_20_defaultcity' of git://github.com/skodak/moodle
2011-02-15 12:40:43 +01:00
Eloy Lafuente (stronk7)
9aaa767c80
Merge branch 'w07_MDL-26351_20_instquotes' of git://github.com/skodak/moodle
2011-02-15 12:32:39 +01:00
Eloy Lafuente (stronk7)
418b3b6e98
MDL-26414 gloosary - fix wrong init introduced by MDL-26371
2011-02-15 10:53:23 +01:00
Petr Skoda
64529cb6d2
Merge branch 'MDL-26119_message_logging' of git://github.com/andyjdavis/moodle
2011-02-15 10:39:54 +01:00
jeromemoodle
c73f196391
MDL-26179 implement the new 5 registration use cases
2011-02-15 10:24:32 +01:00
Petr Skoda
438e22cc50
MDL-26351 fix property and docs typo
...
Credit goes to David Mudrak.
2011-02-15 09:46:35 +01:00
Aparup Banerjee
fb473042ae
glossary MDL-22970 changed fieldname so that MSSQL does not complain about same fieldnames
...
something should be done about this in the driver
2011-02-15 09:33:25 +01:00
Petr Skoda
9449d0c5e8
MDL-25778 fix default country and city on user upload form and revert change in auth plugins
...
Auth plugins should have separate defaults from site defaults).
2011-02-15 09:13:33 +01:00
andyjdavis
3a00a167c6
message MDL-26119 fixed up the logged URL
2011-02-15 14:24:13 +08:00
andyjdavis
bcab42daf2
message MDL-25616 adding recent conversations and recent notifications screens
2011-02-15 11:17:38 +08:00
Eloy Lafuente (stronk7)
aabd2f0064
Merge branch 'w07_MDL-24125_20_admintreecache' of git://github.com/skodak/moodle
2011-02-15 01:38:12 +01:00
Eloy Lafuente (stronk7)
b180a11998
Merge branch 'MDL-26236' of git://github.com/timhunt/moodle
2011-02-15 01:16:33 +01:00
Eloy Lafuente (stronk7)
bcbb590227
Merge branch 'MDL-26365' of git://github.com/timhunt/moodle
2011-02-15 01:03:23 +01:00
Eloy Lafuente (stronk7)
46388c9cf9
Merge branch 'MDL-26369' of git://github.com/timhunt/moodle
2011-02-15 00:58:01 +01:00
Aparup Banerjee
fe1776b9f2
MDL-22970 glossary - perf. improvements in recent activity
2011-02-15 00:33:13 +01:00
Eloy Lafuente (stronk7)
2623f6bef2
Merge branch 'w07_MDL-25778_20_defaultcity' of git://github.com/skodak/moodle
2011-02-14 23:24:52 +01:00
Petr Skoda
2453531f03
Merge branch 'MDL-26337' of git://github.com/timhunt/moodle
2011-02-14 22:15:30 +01:00
Petr Skoda
3fa0670a98
Merge branch 'MDL-26109' of git://github.com/nebgor/moodle
2011-02-14 22:10:37 +01:00
Petr Skoda
5d41c24d9f
Merge branch 'MDL-26312-workshop-upgrade' of git://github.com/mudrd8mz/moodle
2011-02-14 21:45:57 +01:00
Petr Skoda
7a8fe6fa41
Merge branch 'MDL-25863_automated_backups_wip' of git://github.com/stronk7/moodle
2011-02-14 21:42:50 +01:00
David Mudrak
0c3c0de198
MDL-26312 Workshop: unset temporary arrays in upgrade code
...
Spotted by Petr Skoda during the code review.
2011-02-14 21:38:50 +01:00
Eloy Lafuente (stronk7)
8afbe44f7d
MDL-25863 backup - fix removal of old automated backup, both in filearea and filesystem
2011-02-14 21:38:45 +01:00
Petr Skoda
9ceaf7b5a0
Merge branch 'm20_MDL-26212_resizefix' of git://github.com/danmarsden/moodle
2011-02-14 21:37:37 +01:00
Eloy Lafuente (stronk7)
02cf691951
MDL-25863 backup - take rid of dupe code for filename calculations
2011-02-14 21:36:27 +01:00
Petr Skoda
cbbc272542
Merge branch 'MDL-26371_distinct_text' of git://github.com/stronk7/moodle
2011-02-14 21:19:35 +01:00
Petr Skoda
251e5a8b62
Merge branch 'MDL-22146_backup_course_format_wip' of git://github.com/stronk7/moodle
2011-02-14 21:08:19 +01:00
Petr Skoda
995b6ff605
Merge branch 'MDL-26229_restore_attempts_wip' of git://github.com/stronk7/moodle
2011-02-14 21:02:49 +01:00
Petr Skoda
e027bfcfaa
Merge branch 'MDL-24898_strip_and_trunc_subjects_wip' of git://github.com/stronk7/moodle
2011-02-14 20:57:13 +01:00
Petr Skoda
a60a943696
Merge branch 'MDL-25553_lesson_jumpto_wip' of git://github.com/stronk7/moodle
2011-02-14 20:39:31 +01:00
Petr Skoda
47a13ff99a
Merge branch 'MDL-25612_rss_block' of git://github.com/stronk7/moodle
2011-02-14 20:37:28 +01:00
Petr Skoda
d2592c9b54
Merge branch 'MDL-26399_oracle_restore_wip' of git://github.com/stronk7/moodle
2011-02-14 20:34:58 +01:00
Eloy Lafuente (stronk7)
15ffec3698
Merge branch 'w07_MDL-25626_20_completionerror' of git://github.com/skodak/moodle
2011-02-14 20:15:37 +01:00
Petr Skoda
fa7f750c60
MDL-25778 add defaultcity option
...
This is based on patch by Jonathan Harker.
2011-02-14 20:10:50 +01:00
Eloy Lafuente (stronk7)
89bf60cdbc
Merge branch 'MDL-26338' of git://github.com/timhunt/moodle
2011-02-14 19:57:38 +01:00
Eloy Lafuente (stronk7)
d84fe4c8a6
MDL-26399 restore - fix oracle/mssql problems
2011-02-14 19:42:57 +01:00
Petr Skoda
2e98a7475a
MDL-25626 fix previous incorrect fix incorrect cm id in completion report
2011-02-14 19:41:05 +01:00
Eloy Lafuente (stronk7)
1ae279b448
Merge branch 'MDL-26356' of git://github.com/ppichet/moodle
2011-02-14 18:29:46 +01:00
Eloy Lafuente (stronk7)
68e05ea6e6
Merge branch 'MDL-26332' of git://github.com/timhunt/moodle
2011-02-14 18:26:33 +01:00
Eloy Lafuente (stronk7)
69c53045ba
Merge branch 'mdl-26299' of git://github.com/mackensen/moodle
2011-02-14 18:23:56 +01:00
Eloy Lafuente (stronk7)
396dca7cb9
Partially merge w07_MDL-25575_20_contexttrouble. See PULL-299
2011-02-14 17:58:21 +01:00
Petr Skoda
cde44edc7a
MDL_24125 admin tree fast category lookup
2011-02-14 17:47:43 +01:00
Eloy Lafuente (stronk7)
7d87147203
Merge branch 'w07_MDL-26142_20_immediatelly' of git://github.com/skodak/moodle
2011-02-14 17:38:22 +01:00
Eloy Lafuente (stronk7)
0dd8cb88e9
Merge branch 'w07_MDL-23939_20_completeuser' of git://github.com/skodak/moodle
2011-02-14 17:10:29 +01:00
Eloy Lafuente (stronk7)
76b7e2d1d6
Merge branch 'w07_MDL-26389_20_profile' of git://github.com/skodak/moodle
2011-02-14 15:58:26 +01:00
Petr Skoda
81b58cc227
MDL-26389 improve profile and search engine privacy
2011-02-14 15:42:26 +01:00
Eloy Lafuente (stronk7)
4acc624d62
Merge branch 'w07_MDL-26131_20_collapsible' of git://github.com/skodak/moodle
2011-02-14 15:06:28 +01:00
Eloy Lafuente (stronk7)
f0e28c7e67
Merge branch 'w07_MDL-26223_20_calblock' of git://github.com/skodak/moodle
2011-02-14 14:38:02 +01:00
Eloy Lafuente (stronk7)
a49d8aa25a
Merge branch 'w07_MDL-25974_20_switchhidden' of git://github.com/skodak/moodle
2011-02-14 14:23:05 +01:00
Eloy Lafuente (stronk7)
0db846acda
Merge branch 'w07_MDL-25998_20_enrolrole' of git://github.com/skodak/moodle
2011-02-14 12:41:16 +01:00
Eloy Lafuente (stronk7)
d2a201c83b
Merge branch 'w07_MDL-26314_20_initcall' of git://github.com/skodak/moodle
2011-02-14 12:35:18 +01:00
Eloy Lafuente (stronk7)
222a500b31
Merge branch 'w07_MDL-26383_20_blogupg' of git://github.com/skodak/moodle
2011-02-14 12:31:50 +01:00
David Mudrak
f593111b67
MDL-26312 Workshop: data integrity check to detect eventual course_modules corruption
...
Because of a bug in Workshop upgrade code, multiple workshop course_modules can
potentially point to a single workshop instance. The chance is pretty low as in most cases,
the upgrade failed. But under certain circumstances, workshop could be upgraded with
this data integrity issue. We want to detect it now and let the admin know.
2011-02-14 10:11:42 +01:00
Petr Skoda
a8759c65e4
Merge branch 'AMOS-install-strings' of git://github.com/mudrd8mz/moodle
2011-02-14 09:52:28 +01:00
Petr Skoda
db30cfca84
MDL-25215 fix file.JPG.jpg extension problems
2011-02-14 09:50:07 +01:00
Petr Skoda
419814db02
Merge branch 'm20_MDL-25215_filepicker_saveas' of git://github.com/dongsheng/moodle
2011-02-14 09:43:06 +01:00
AMOS bot
0ef1f80e3b
Automatic installer lang files (20110214)
2011-02-14 09:36:04 +01:00
Petr Skoda
cbe4cbc268
Merge branch 'MDL-26353-database-import-help' of git://github.com/mudrd8mz/moodle
2011-02-14 09:20:53 +01:00
Petr Skoda
3c5b312b8d
Merge branch 'MDL-25991_actionnav' of github.com:skodak/moodle
2011-02-14 08:57:58 +01:00
Dan Marsden
71550f6fa1
MDL-26212 - fix scorm player size on resize of browser window - bump scorm version as JS is changed. Kudos to Piers for patch
2011-02-14 14:50:43 +13:00
Eloy Lafuente (stronk7)
478d281815
Merge branch 'w07_MDL-26153_20_yuicombo' of git://github.com/skodak/moodle
2011-02-14 02:10:11 +01:00
Eloy Lafuente (stronk7)
102cb3c1a6
Merge branch 'w07_MDL-26294_20_byteserving' of git://github.com/skodak/moodle
2011-02-14 02:08:06 +01:00
Eloy Lafuente (stronk7)
0e9fe664b6
Merge branch 'w07_MDL-26307_20_dbport' of git://github.com/skodak/moodle
2011-02-14 02:00:19 +01:00
Eloy Lafuente (stronk7)
64c74b8f7b
Merge branch 'w07_MDL-25626_20_completionerror' of git://github.com/skodak/moodle
2011-02-14 01:53:45 +01:00
Eloy Lafuente (stronk7)
264184625d
Merge branch 'w07_MDL-26355_20_installsize' of git://github.com/skodak/moodle
2011-02-14 01:50:55 +01:00
Eloy Lafuente (stronk7)
378906a273
Merge branch 'MDL-26274_rating_delete' of git://github.com/andyjdavis/moodle
2011-02-14 01:48:03 +01:00
Eloy Lafuente (stronk7)
2e6bd88f3b
Merge branch 'w07_MDL-26376_20_shib' of git://github.com/skodak/moodle
2011-02-14 01:44:08 +01:00
Eloy Lafuente (stronk7)
42bdecde6d
Merge branch 'w07_MDL-26380_20_mediafilterperf' of git://github.com/skodak/moodle
2011-02-14 01:41:19 +01:00
Eloy Lafuente (stronk7)
64ff7d5c14
Merge branch 'w07_MDL-26351_20_instquotes' of git://github.com/skodak/moodle
2011-02-14 01:25:44 +01:00
Eloy Lafuente (stronk7)
345f4176dc
Merge branch 'w07_MDL-26030_20_mediafilter' of git://github.com/skodak/moodle
2011-02-14 01:09:07 +01:00
Eloy Lafuente (stronk7)
c87a7e44e8
Merge branch 'w07_MDL-26379_20_minify' of git://github.com/skodak/moodle
2011-02-14 00:56:02 +01:00
Eloy Lafuente (stronk7)
c0d0dd4a5a
Merge branch 'w07_MDL-26352_20_metacourse' of git://github.com/skodak/moodle
2011-02-14 00:52:09 +01:00
Eloy Lafuente (stronk7)
798e6fcba2
Merge branch 'w07_MDL-26271_20_forumsearch' of git://github.com/skodak/moodle
2011-02-14 00:38:21 +01:00
Eloy Lafuente (stronk7)
b60f77ca29
Merge branch 'w07_MDL-26322_20_wantsurl' of git://github.com/skodak/moodle
2011-02-14 00:19:08 +01:00
Eloy Lafuente (stronk7)
a537e50725
MDL-24898 external blogs - strip html and truncate subject
2011-02-13 23:03:55 +01:00
Petr Skoda
28765cfcb5
MDL-25575 fix broken block support in get_courseid_from_context()
2011-02-13 18:59:53 +01:00
Petr Skoda
9c14c1c55b
MDL-26223 prevent getting content of hidden blocks in edit mode
2011-02-13 18:14:55 +01:00
Petr Skoda
3b073254bc
MDL-26314 fix phpdocs typo
2011-02-13 17:44:01 +01:00
Petr Skoda
44303ca67a
MDL-25974 fix access to activities when role switched in hidden course and some coding style strict comparison fixes
...
The problem with strict comparison of numerical values fails badly if one is int and the other is string, moodle core apis do not guarantee return types much.
2011-02-13 16:17:47 +01:00
Petr Skoda
d07f2def92
MDL-25998 fix default manual enrol role
2011-02-13 13:58:18 +01:00
Petr Skoda
ad9ab4dfe5
MDL-26131 fix several collapsible_region issues
...
1/ the $default was not passed from print_collapsible_region()
2/ incorrect php docs describing $userpref
3/ missing empty() check on $userpref
2011-02-13 11:52:09 +01:00
Petr Skoda
743fff98dc
MDL-26142 fix immediately spelling in strings, comments and code
2011-02-13 11:36:46 +01:00
Petr Skoda
ae3a794781
MDL-26355 increase size of installer forms fields
2011-02-13 10:52:28 +01:00
Petr Skoda
b3929ae981
MDL-26383 add missing bloglevelupgrade admin section
2011-02-13 10:22:19 +01:00
Petr Skoda
4f97de7624
MDL-23939 do not load groups and profile for guest user because they can not have both
2011-02-12 23:22:22 +01:00
Petr Skoda
cc10c0b979
MDL-23939 minor course_display coding style improvements and inline docs
2011-02-12 23:06:11 +01:00
Aparup Banerjee
13801a49a2
MDL-23939 lazy load course_display with new course_get_display()
...
This change speeds up user login and makes the session smaller.
2011-02-12 22:45:17 +01:00
Petr Skoda
6e6034e550
MDL-26153 fix yui combo loading for images with numbers in file name
2011-02-12 21:56:03 +01:00
Petr Skoda
dd3b7e7dfc
MDL-26294 fix byteserving regression
...
Credit goes to James Mitchell.
2011-02-12 20:39:53 +01:00
Eloy Lafuente (stronk7)
3612c3be4a
MDL-25612 sql - make rss_client block cross-db
2011-02-12 20:38:03 +01:00
Petr Skoda
9e9543e54b
MDL-26307 fix dbport and dbsocket support when creating mysql database
2011-02-12 20:08:49 +01:00
Petr Skoda
a2ee26bf3e
MDL-26030 more mediaplugin fixes
...
Improved youtube id parsing, fixed url quoting and fixed unittests.
2011-02-12 19:47:52 +01:00
Petr Skoda
b69f9a08d9
MDL-25626 fix incorrect cm id in completion report
...
credit goes to Aaron Barnes
2011-02-12 17:35:41 +01:00
Eloy Lafuente (stronk7)
e07c51c481
MDL-26371 sql - avoid distinct + text in lesson essay & report
2011-02-12 17:34:03 +01:00
Eloy Lafuente (stronk7)
b37d06c2ed
MDL-26371 sql - avoid distinct + text in glossary search
2011-02-12 17:05:32 +01:00
Petr Skoda
cd138b26f1
MDL-26376 fix incorrect Shibboleth string and undefined property during first config saving
2011-02-12 17:00:36 +01:00
Petr Skoda
e68789c559
MDL-26380 improve perf of mediaplugin filter if no links found in text
2011-02-12 16:48:32 +01:00
Petr Skoda
a2d242bc09
MDL-26351 add support for postgresql running with standard_conforming_strings
2011-02-12 16:16:52 +01:00
Eloy Lafuente (stronk7)
f320cb76c3
MDL-26371 sql - avoid distinct + text in db enrol
2011-02-12 15:46:44 +01:00
Rossiani Wijaya
3f5192c088
MDL-26030 update filter regex and create unittest for filter mediaplugin
2011-02-12 12:23:04 +01:00
Petr Skoda
ed7f5ee27c
MDL-26379 remove unused readme
2011-02-12 11:11:44 +01:00
Petr Skoda
1d29fc9e5d
MDL-26379 disable Minify URI builder and allow only execution of Minify from Moodle codebase
2011-02-12 11:11:22 +01:00
Petr Skoda
d21feffdd7
MDL-26352 ignore invalid course_meta entries during upgrade
...
This fixes upgrade problems when course_meta points to deleted course or somebody hacked the table contents manually.
2011-02-12 10:27:43 +01:00
Petr Skoda
b1d5d0155b
MDL-26271 fix borked sql parameters in forum_search_posts and add missing modinfo field
...
This is the perfect example why there must not be duplicate parameter names in SQL queries.
2011-02-12 10:11:27 +01:00
Petr Skoda
9337cf32ca
MDL-26329 fix incorrect draft url rewriting when slasharguments off
...
tinymce editor encodes '/' in the ?file= parameter, we have to decode %2F before doing our standard @@PLUGINFILE@@ processing.
2011-02-12 09:43:14 +01:00
Eloy Lafuente (stronk7)
bd9e662953
MDL-25553 lesson restore - add missing jumpto remapping. Credit goes to Mike Churchward
2011-02-12 04:02:10 +01:00
Eloy Lafuente (stronk7)
7cff4927be
MDL-26229 backup & restore - fix quiz & lesson conflicts
2011-02-12 03:03:26 +01:00
Eloy Lafuente (stronk7)
945962a45d
MDL-26229 restore - prevent tag-conflicting structures to be created
2011-02-12 02:40:38 +01:00
Eloy Lafuente (stronk7)
5539e69862
MDL-26229 restore - parser improvements (repetitions and skipped tags)
2011-02-12 02:19:02 +01:00
David Mudrak
dd8ab1fb4a
MDL-26353 Database activity module: display help icon with the new help strings
...
This commit makes the new strings added by Helen used at the Import
entries page. Note that the syntax of the strings had to be fixed as
there must not be leading whitespace before the asterisk in Markdown format.
Also as requested by Helen, the wording or export/import links is
improved now.
As a bonus for free, the patch fixes incorrect API usage of get_record()
and friends.
2011-02-12 00:02:20 +01:00
Helen Foster
76179aac08
MDL-26353 Database activity module new help string
2011-02-11 23:09:02 +01:00
Tim Hunt
2e5ce83f11
MDL-26369 fix notice caused by the fix for MDL-26098.
2011-02-11 14:15:43 +00:00
Petr Skoda
b792a64ab2
MDL-26322 always allow https in login local redirection test
...
This fixes problems for sites that use loginhtts where the redirection after login did not work for pages that require https such as the forgotten passowrds page.
2011-02-11 11:24:30 +01:00
Tim Hunt
5ec3e4a8eb
MDL-26365 New GIFT unit test.
2011-02-11 10:15:26 +00:00
Petr Skoda
d480b970b7
MDL-25991 add icon when action_link used in navigation
...
Alos removing old TODO.
2011-02-11 10:01:06 +01:00
Sam Hemelryk
625943586b
navigation MDL-25991 Fixed reference to output in core_renderer
2011-02-11 16:26:20 +08:00
andyjdavis
66cb20f6c0
rating MDL-26274 made rating_ajax.php use the current scale rather than the scale from the users previously submitted rating
2011-02-11 15:15:49 +08:00
David Mudrak
d0fb170520
MDL-26312 Workshop: fixed upgrade of module instances from 1.9 to 2.0
...
The patch changes workshop_upgrade_module_instances() so that it
processes old workshop records ordered by their id and it keeps the
instances id by using import_record() instead of insert_record().
Thanks to this, there is no mapping of workshop ids needed so the
function workshop_upgrade_workshop_id_mappings() is dropped and all
callers use plain workshop record.
2011-02-11 07:43:04 +01:00
ppichet
ff6b824e6d
MDL-26356:Correcting the texts of Numerical Units grading select element
...
Signed-off-by: ppichet <pichet.pierre@uqam.ca >
2011-02-10 23:50:30 -05:00
Aparup Banerjee
dde36f9d65
blocks MDL-26109 adding docking option to empty blocks as well.
2011-02-11 12:36:19 +08:00
Eloy Lafuente (stronk7)
a90659d6ba
DL-22146 backup & restore - course formats remaining hooks
2011-02-11 00:07:32 +01:00
Tim Hunt
c991ecb49d
MDL-26236 random essay questions do not work due to bad regex.
...
Essays can have multi-line answers that start with a newline, which breaks the regex here.
2011-02-10 23:06:22 +00:00
Eloy Lafuente (stronk7)
e5169d5229
MDL-22146 backup & restore - copy/paste fix
2011-02-10 15:36:03 +01:00
Eloy Lafuente (stronk7)
4ab111b9bf
MDL-22146 backup & restore - extending the backup plugins API
2011-02-10 12:14:00 +01:00
Eloy Lafuente (stronk7)
1e37c39180
MDL-22146 backup & restore - extending the restore plugins API
2011-02-10 11:34:41 +01:00
Eloy Lafuente (stronk7)
4fda584f28
MDL-22146 backup & restore - course formats first cut
2011-02-10 10:37:36 +01:00
Dongsheng Cai
7d2882c476
MDL-25215, file extension should remain unchanged when using save as field in filepicker UI
2011-02-10 09:40:09 +08:00
Tim Hunt
dc3826eed7
MDL-26338 fix mixed types in quiz reports SQL. This was breaking Oracle
2011-02-09 20:48:21 +00:00
Tim Hunt
8711360225
MDL-26337 Improve close_window. Fix bug when $reloadopener is false, and better usability when it is true.
2011-02-09 19:02:31 +00:00
Eloy Lafuente (stronk7)
d911c72bf9
MDL-26333 dml - fix test (AS not in tables/views)
2011-02-09 18:21:37 +01:00
Eloy Lafuente (stronk7)
f30a13ab2b
MDL-26333 ddl - better/safer temp column names
2011-02-09 17:36:57 +01:00
Tim Hunt
b729648032
MDL-26332 cannot type Enter into a textarea in a quiz.
...
This was breaking the essay question type.
2011-02-09 14:52:30 +00:00
Petr Skoda
f7d843d167
weekly release
2011-02-09 12:26:58 +01:00
Sam Hemelryk
ada93b58fb
Revert "message MDL-26119 now logs when a user sends a message" because the log URL generated is incorrect
...
This reverts commit 88c9987e89 .
2011-02-09 16:25:39 +08:00
Eloy Lafuente (stronk7)
cd03ecce8e
Merge branch 'MDL-24870_rss_error' of git://github.com/andyjdavis/moodle
2011-02-08 10:21:55 +01:00
Eloy Lafuente (stronk7)
2f564be4e5
Merge branch 'MDL-24355_20_tagcorrelations_rev1' of git://github.com/samhemelryk/moodle
2011-02-08 00:11:40 +01:00
Petr Skoda
4478743ca4
MDL-26265 use cm_info in PAGE->cm because it has more useful information; add context property to cm_info
2011-02-07 23:11:43 +01:00
Petr Skoda
f2f45270ee
Merge branch 'MDL-26267' of git://github.com/samhemelryk/moodle
2011-02-07 23:07:16 +01:00
Petr Skoda
81c29ae06d
Merge branch 'MDL-26266' of git://github.com/samhemelryk/moodle
2011-02-07 23:05:08 +01:00
Eloy Lafuente (stronk7)
9ac8ff207c
dml-sqlsrv MDL-26025 whitespace fix
2011-02-07 22:33:26 +01:00
Eloy Lafuente (stronk7)
9597afb572
Merge branch 'MDL-26025' of git://github.com/samhemelryk/moodle
2011-02-07 22:26:33 +01:00
Eloy Lafuente (stronk7)
5df4947cb8
Merge branch 'w06_MDL-26234_20_customfields' of git://github.com/skodak/moodle
2011-02-07 22:21:21 +01:00
Eloy Lafuente (stronk7)
9beb04e1d5
Merge branch 'w06_MDL-26290_20_mysqlport' of git://github.com/skodak/moodle
2011-02-07 21:56:07 +01:00
Petr Skoda
c055cebfbb
Merge branch 'MDL-25780' of git://git.luns.net.uk/moodle
2011-02-07 21:49:32 +01:00
Eloy Lafuente (stronk7)
e32d5f9b88
Merge branch 'w06_MDL-26256_20_collator' of git://github.com/skodak/moodle
2011-02-07 21:41:04 +01:00
Petr Skoda
476b123a72
Merge branch 'm20_MDL-25468_coding_error' of git://github.com/dongsheng/moodle
2011-02-07 21:37:16 +01:00
Petr Skoda
8c4a6a4fe8
Merge branch 'MDL-21250-capitalized-strings' of git://github.com/mudrd8mz/moodle
2011-02-07 21:31:35 +01:00
Petr Skoda
a052bf8ba0
Merge branch 'AMOS-install-strings' of git://github.com/mudrd8mz/moodle
2011-02-07 21:28:20 +01:00
Eloy Lafuente (stronk7)
8fc84ff1c1
Merge branch 'w06_MDL-26219_20_upgradelog' of git://github.com/skodak/moodle
2011-02-07 20:22:29 +01:00
Petr Skoda
bb8b29715a
MDL-26219 fix borked upgrade logging and add new fileversion column
2011-02-07 20:00:20 +01:00
Charles Fulton
7038944105
MDL-26299: missing break causes incorrect value for unitrole
2011-02-07 09:53:31 -08:00
Helen Foster
72d484ddb6
MDL-21250 capital letters removal
2011-02-07 15:55:18 +01:00
Eloy Lafuente (stronk7)
20ba9a2e47
Merge branch 'MDL-17357-duplicate-strings' of git://github.com/mudrd8mz/moodle
2011-02-07 15:53:15 +01:00
David Mudrak
d5b7f35d65
MDL-17357 Removed duplicate string definitions
2011-02-07 15:08:07 +01:00
Sam Hemelryk
0032523aed
Merge branch 'PULL-226-workshop' of git://github.com/mudrd8mz/moodle
2011-02-07 17:58:12 +08:00
David Mudrak
32ea207a48
MDL-26298 Workshop: fixed trivial typos in phpDoc blocks
2011-02-07 10:49:34 +01:00
David Mudrak
d239b952a5
MDL-26296 Workshop: trivial change in manual allocator CSS
...
When only two rows of the allocations table are displayed with the new
allocation highlighted, it is better not highlight the odd row.
2011-02-07 10:49:30 +01:00
Sam Hemelryk
6ae16d7fff
Merge branch 'w06_MDL-26262_20_onlineblock' of git://github.com/skodak/moodle
2011-02-07 16:31:38 +08:00
AMOS bot
a4f9369548
Automatic installer lang files (20110207)
2011-02-07 09:27:45 +01:00
Dongsheng Cai
100e0d4989
NAVIGATION MDL-25468 remove optional_param from navigationlib.php, use override_active_url to help find the correct node
2011-02-07 16:25:58 +08:00
Sam Hemelryk
9cb70adc33
Merge branch 'w06_MDL-26238_20_group' of git://github.com/skodak/moodle
2011-02-07 16:20:02 +08:00
Sam Hemelryk
9377348eb0
Merge branch 'w06_MDL-26221_20_courserole' of git://github.com/skodak/moodle
2011-02-07 16:11:50 +08:00
Sam Hemelryk
dedda4abc3
Merge branch 'MDL-26272' of git://github.com/stronk7/moodle
2011-02-07 16:03:27 +08:00
Sam Hemelryk
c1a974983a
Merge branch 'MDL-26245-typo_in_exception_string' of git://github.com/mudrd8mz/moodle
2011-02-07 15:41:26 +08:00
Sam Hemelryk
82bbf32d3c
Merge branch 'MDL-26252-import-groups-help' of git://github.com/mudrd8mz/moodle
2011-02-07 15:32:23 +08:00
Sam Hemelryk
d44327efd9
Merge branch 'MDL-26119_message_logging' of git://github.com/andyjdavis/moodle
2011-02-07 15:16:40 +08:00
Sam Hemelryk
89652edd6c
Merge branch 'MDL-26242' of git://github.com/timhunt/moodle
2011-02-07 15:13:53 +08:00
Sam Hemelryk
449adacbc3
Merge branch 'MDL-25639' of git://git.luns.net.uk/moodle
2011-02-07 14:21:24 +08:00
Sam Hemelryk
1ca95a13f3
Merge branch 'MDL-25874' of git://git.luns.net.uk/moodle
2011-02-07 14:01:00 +08:00
Sam Hemelryk
e8d6d24729
Merge branch 'm20_MDL-25671_data_template_editor' of git://github.com/dongsheng/moodle
2011-02-07 13:50:36 +08:00
Sam Hemelryk
ed4801f4f0
Merge branch 'MDL-25939'
2011-02-07 13:40:51 +08:00
Sam Hemelryk
e896935574
MDL-25939 Fixed whitespace issues in the splash theme
2011-02-07 13:40:43 +08:00
Sam Hemelryk
2addb4ba1b
mod-workshop MDL-26267 workshop_extend_navigation argument 4 is now always going to be a cm_info object
2011-02-07 13:20:09 +08:00
Sam Hemelryk
f0dcc21259
navigation MDL-26266 Refactored code to ensure when loading activities is a cm_info object
2011-02-07 12:16:13 +08:00
Sam Hemelryk
046ff94ec8
dml-sqlsrv MDL-26025 Fixed up typo in simpletests and added a couple more tests
2011-02-07 11:23:30 +08:00
Sam Hemelryk
fe1dd7ebde
dml-sqlsrv MDL-26025 Removed use of property to track rownumber field in favor of always unsetting it
2011-02-07 10:46:50 +08:00
Sam Hemelryk
7e1bd89d32
sqlsrv MDL-26025 Fixed up numerous issues with the limit_to_top_n function
2011-02-07 10:33:49 +08:00
Petr Skoda
0b661c7d52
MDL-26256 detect missing collator support and use workaround instead
2011-02-06 22:27:25 +01:00
Petr Skoda
8c4b142cb2
MDL-26290 add experimental windows mysqli named pipe support
2011-02-06 22:11:28 +01:00
Petr Skoda
801dea0605
MDL-26262 fix online users block error on non-course pages
2011-02-06 22:04:44 +01:00
Petr Skoda
77f9f23b0f
MDL-26290 make sure ini_get('mysqli.default_port') returns number
2011-02-06 21:21:23 +01:00
Petr Skoda
bb98eea114
MDL-26234 fix fatal user upload error when custom text area field present
...
Please note this does not fix problems with the actual upload of custon text area fields.
2011-02-06 20:57:21 +01:00
Charles Fulton
9250bf8172
MDL-26238 remove deprecated second parameter from groups_get_group() calls
2011-02-06 18:15:36 +01:00
Petr Skoda
8f0eb9fd7a
MDL-26221 add missing course/lib.php include when using make_categories_list()
2011-02-06 17:58:47 +01:00
Eloy Lafuente (stronk7)
195a0848ec
MDL-26272 ratings - fix uses breaking after last modinfo changes
2011-02-04 17:30:51 +01:00
David Mudrak
51abc39695
MDL-26188 Workshop: get rid of a method that is not used anyway
...
The protected method get_allocations_recordset() is a relict from
earlier development phases of Workshop module. Removing it as it
confuses recent Eloy's recordset usage detection tool.
2011-02-04 14:33:48 +01:00
David Mudrak
f672d6a0f5
Fixed import groups page layout and navigation
...
While working on MDL-26252, I realized that group/import.php page had
issues with layout. Side blocks were missing and the breadcrumb navigation
broken (leading to a non-existing script and having the link to the
current course duplicated).
This patch sets the standard layout for the page so that block are
displayed, fixes the page position in the navigation tree and the
breadcrumb navigation.
2011-02-04 10:45:30 +01:00
David Mudrak
b74ceb3ff5
MDL-26252 Added help icon at import groups page
...
AMOS BEGIN
MOV [importgroups,core],[importgroups,core_group]
AMOS END
2011-02-04 10:45:30 +01:00
David Mudrak
73f99ca18f
MDL-26245 Fixed typo in dbtransfer exception string
2011-02-04 10:45:21 +01:00
Petr Skoda
54b7b5993f
emergency weekly release
...
fixes fatal error in mod/workshop and other places caused by missing backwards compatibility with old cminfo stdClass
2011-02-04 09:31:15 +01:00
Sam Hemelryk
1e4cb18940
lib-modinfolib MDL-26264 cm_info and course_modinfo classes both now extend stdClass
2011-02-04 16:22:57 +08:00
andyjdavis
3ad3f24808
rss MDL-24870 fixed the capability checks to access module rss feeds
2011-02-04 10:27:52 +08:00
andyjdavis
d95a02faa9
rss MDL-24870 latest news block was supplying the wrong context ID when creating its RSS feed link
2011-02-03 15:24:27 +08:00
andyjdavis
88c9987e89
message MDL-26119 now logs when a user sends a message
2011-02-03 13:37:01 +08:00
Sam Hemelryk
78defd5c64
tags MDL-24355 Improved computation of tag correlations. Thanks Jonathan Robson for the 1.9 patch.
2011-02-03 10:06:25 +08:00
Tim Hunt
5f11e00db1
MDL-26242 quiz reports. No students in course => get_in_or_equal doesn't like empty arrays error
2011-02-02 16:40:14 +00:00
Dongsheng Cai
08a7fbb027
mod-data MDL-25671 disable editor in data list template editor will not save the changes
2011-02-02 22:17:15 +08:00
Petr Skoda
eef3578af0
weekly release
2011-02-02 14:10:02 +01:00
Petr Skoda
260d857de3
MDL-25834 revert unresolved PULL-174
2011-02-02 14:03:44 +01:00
Petr Skoda
e27b5b6b29
Merge branch 'MDL-26237' of git://github.com/stronk7/moodle
2011-02-02 13:49:16 +01:00
Eloy Lafuente (stronk7)
bd654f0ced
MDL-26237 code coverage - prevent execution of not used stuff
2011-02-02 11:21:01 +01:00
Petr Skoda
5a6094137d
MDL-25942 fix another Oracle compatibility issue
2011-02-02 09:59:56 +01:00
Dan Marsden
db1f94ce4e
MDL-26201 fix Lang - Thanks Petr
2011-02-02 09:23:24 +01:00
Petr Skoda
ffcb837973
MDL-26177 compare 255 chars when checking custom field uniqueness
2011-02-02 09:15:42 +01:00
Sam Hemelryk
78f0f64d47
blog MDL-25981 PULL-162 Removed typehinting in blog after changed from stdClass to cm_info
2011-02-02 10:37:33 +08:00
Petr Skoda
af0a06cb5a
MDL-26177 fix non-working unique custom field check
2011-02-01 14:34:31 +01:00
Eloy Lafuente (stronk7)
909d2b8f63
MDL-25791 quiz - bump version
2011-02-01 09:37:36 +01:00
Eloy Lafuente (stronk7)
278de0eb52
Merge branch 'MDL-25791_20_quizdb_rev1' of git://github.com/samhemelryk/moodle
2011-02-01 09:35:49 +01:00
Sam Hemelryk
16da818528
mod-quiz MDL-25791 Fixed database discrepancies between a fresh install and an upgraded site within the Quiz module
2011-02-01 12:54:16 +08:00
Eloy Lafuente (stronk7)
12fc00c951
Merge branch 'm20_MDL-25501_wiki_upgrade_improvement' of git://github.com/dongsheng/moodle
2011-02-01 01:53:47 +01:00
Petr Skoda
46df3c6059
Merge branch 'MDL-25981'
2011-01-31 22:44:17 +01:00
Petr Skoda
4714815123
MDL-25981 fix inverted instanceof in require_login
2011-01-31 22:35:17 +01:00
Petr Skoda
d6f4508c36
MDL-25981 add missing global DB when fetching course modinfo
2011-01-31 22:23:34 +01:00
Petr Skoda
d4fb0e26e2
MDL-25981 make sure cm is defined
2011-01-31 22:19:36 +01:00
Eloy Lafuente (stronk7)
eb183178c8
Merge branch 'w05_MDL-26034_20_myprofile' of git://github.com/skodak/moodle
2011-01-31 20:10:27 +01:00
Petr Skoda
b6f3e4f8f0
Merge branch 'MDL-26098' of git://github.com/timhunt/moodle
2011-01-31 19:25:41 +01:00
Eloy Lafuente (stronk7)
9de8515b2e
MDL-26201 scorm & js - CSS changes => version bump
2011-01-31 19:23:31 +01:00
Eloy Lafuente (stronk7)
8e1ad9c60f
Merge branch 'm20_MDL-26201_forcejs' of git://github.com/danmarsden/moodle
2011-01-31 19:14:55 +01:00
Eloy Lafuente (stronk7)
9f58e26db6
Merge branch 'w05_MDL-26046_20_noemailever' of git://github.com/skodak/moodle
2011-01-31 18:02:02 +01:00
Eloy Lafuente (stronk7)
e030faee3e
Take out debugging & merge branch 'w05_MDL-26198_20_completion' of git://github.com/skodak/moodle
2011-01-31 17:43:22 +01:00
Eloy Lafuente (stronk7)
45289c3e79
Merge branch 'w05_MDL-26196_20_tags' of git://github.com/skodak/moodle
2011-01-31 17:17:48 +01:00
Eloy Lafuente (stronk7)
b6a0ec4238
Merge branch 'w05_MDL-26140_20_experimental' of git://github.com/skodak/moodle
2011-01-31 16:17:13 +01:00
Eloy Lafuente (stronk7)
d98c661428
Merge branch 'w05_MDL-26104_20_blockconflick' of git://github.com/skodak/moodle
2011-01-31 16:02:51 +01:00
Eloy Lafuente (stronk7)
133a9b738e
Merge branch 'w05_MDL-25921_20_tablemissing' of git://github.com/skodak/moodle
2011-01-31 16:01:02 +01:00
Eloy Lafuente (stronk7)
e89a57dc10
Fixed conflicts & merge branch 'MDL-17201_index' of git://github.com/andyjdavis/moodle
2011-01-31 15:34:40 +01:00
Eloy Lafuente (stronk7)
9700d6835d
Merge branch 'w05_MDL-26172_20_groupupgrade' of git://github.com/skodak/moodle
2011-01-31 15:17:33 +01:00
Eloy Lafuente (stronk7)
7164db694c
Merge branch 'w05_MDL-26189_20_imse' of git://github.com/skodak/moodle
2011-01-31 14:57:22 +01:00
Petr Skoda
57d51199b7
Merge branch 'AMOS-install-strings' of git://github.com/mudrd8mz/moodle
2011-01-31 14:26:03 +01:00
Petr Skoda
8afc38bd39
Merge branch 'MDL-25708' of git://github.com/stronk7/moodle
2011-01-31 14:21:53 +01:00
stabijoh
6290dddd35
MDL-25939-2 Updated fix for Splah theme blog labels
2011-01-31 07:23:49 -05:00
Petr Skoda
6fde0dac70
MDL-26189 protect imsenterprise enrol file
2011-01-31 13:22:55 +01:00
Eloy Lafuente (stronk7)
43bbf28849
Merge branch 'w05_MDL-26182_20_nginx' of git://github.com/skodak/moodle
2011-01-31 12:33:16 +01:00
Sam Hemelryk
2b1f6ced64
Merge branch 'MDL-26178' of git://github.com/timhunt/moodle
2011-01-31 17:47:30 +08:00
Dan Marsden
334d8b94f5
SCORM MDL-25850 - check for viewscores cap before adding score to toc
2011-01-31 17:38:01 +08:00
Sam Hemelryk
1f5a33439e
Merge branch 'm20_MDL-26176_cleanup' of github.com:danmarsden/moodle
2011-01-31 17:16:56 +08:00
Sam Hemelryk
dfc05681f2
Merge branch 'm20_MDL-25781_TOC_fix' of git://github.com/danmarsden/moodle
2011-01-31 17:06:53 +08:00
Petr Skoda
cb3c4b448e
Merge branch 'MDL-25942' of git://github.com/stronk7/moodle
2011-01-31 09:38:51 +01:00
Petr Skoda
bee34e2b6d
Merge branch 'MDL-26177' of git://github.com/timhunt/moodle
2011-01-31 09:36:15 +01:00
Sam Hemelryk
d44d6448db
Merge branch 'w05_MDL-26069_20_filecheck' of git://github.com/skodak/moodle
2011-01-31 16:28:28 +08:00
Petr Skoda
a84299fee5
Merge branch 'm20_MDL-25895_repository_ajax' of git://github.com/dongsheng/moodle
2011-01-31 09:06:31 +01:00
Petr Skoda
63786031f2
Merge branch 'MDL-25573_m20' of git://github.com/rwijaya/moodle
2011-01-31 09:04:29 +01:00
Petr Skoda
1c6a1e12aa
Merge branch 'MDL-25291_20_admintreeflag' of git://github.com/samhemelryk/moodle
2011-01-31 08:56:25 +01:00
Rossiani Wijaya
469aa3ba50
create youtube playlist filter. Fixed regex, removed addslash_js, use variable param instead of url because the variable contains the value of the url parameter.
2011-01-31 15:03:58 +08:00
Sam Hemelryk
cf59f747d0
Merge branch 'MDL-25913'
2011-01-31 14:58:08 +08:00
Sam Hemelryk
3fd8c6055e
MDL-25931 Fixed up whitespace during integration.
2011-01-31 14:57:48 +08:00
Sam Hemelryk
0c6ab77c58
Merge branch 'MDL-25914'
2011-01-31 14:41:04 +08:00
Sam Hemelryk
af5222b1bd
MDL-25914 Fixed whitespace in binarius theme core.css
2011-01-31 14:40:54 +08:00
Sam Hemelryk
1c4b778376
Merge branch 'MDL-25892' of git://github.com/epsd/moodle
2011-01-31 14:16:46 +08:00
Sam Hemelryk
16ce82a4d3
Merge branch 'MDL-25834'
2011-01-31 14:10:12 +08:00
Sam Hemelryk
8874905e77
MDL-25834 Fixed white space issues during integration
2011-01-31 14:09:57 +08:00
Sam Hemelryk
3721781dfe
Merge branch 'MDL-26168' of git://github.com/timhunt/moodle
2011-01-31 13:50:21 +08:00
Sam Hemelryk
60177f84a8
Merge branch 'MDL-25786' of git://github.com/epsd/moodle
2011-01-31 13:31:40 +08:00
Sam Hemelryk
13b9fe035c
Merge branch 'MDL-25723' of git://github.com/epsd/moodle
2011-01-31 13:17:26 +08:00
Sam Hemelryk
8dadee2499
Merge branch 'MDL-21250-capitalized_strings' of git://github.com/mudrd8mz/moodle
2011-01-31 13:05:09 +08:00
Sam Hemelryk
299a3e7081
Merge branch 'MDL-26158'
2011-01-31 12:09:53 +08:00
Sam Hemelryk
2c1aa96042
MDL-26158 fixed xhtml problem
2011-01-31 12:09:43 +08:00
Dan Marsden
30bce58eb9
SCORM MDL-26201 setting to allow admin to force users to enable JS in their browser before allowing them to view/use SCORM objects.
2011-01-31 16:53:10 +13:00
Sam Hemelryk
3e6d0ac628
Merge branch 'w05_MDL-25743_20_selfenrol' of git://github.com/skodak/moodle
2011-01-31 11:52:40 +08:00
AMOS bot
4723b4b33e
Automatic installer lang files (20110130)
2011-01-30 21:57:11 +01:00
Petr Skoda
9cedb80c5d
MDL-26198 fix CSRF and missing access control + fix xhtml strict
2011-01-30 21:50:04 +01:00
Petr Skoda
ff03c5b6b5
MDL-26198 make user_has_role_assignment() check parent contexts too
2011-01-30 21:49:22 +01:00
Eloy Lafuente (stronk7)
62d3738246
MDL-25942 upgrade - fix use of reserved word in binding
2011-01-30 19:59:13 +01:00
Petr Skoda
73de6fa06f
MDL-26196 fix param validation
2011-01-30 19:27:04 +01:00
Eloy Lafuente (stronk7)
cc65dc366d
MDL-25708 recordsets - found one more recent use. fixed.
2011-01-30 13:43:06 +01:00
Petr Skoda
c259e5f636
MDL-25921 show error when module table is missing
2011-01-30 13:02:42 +01:00
Petr Skoda
dc80b14251
MDL-26140 hide unfinished experimental DTL pages
2011-01-30 11:50:19 +01:00
Petr Skoda
28ec73dc5b
MDL-26182 add detection of misconfigured nginx server
2011-01-30 11:38:16 +01:00
Petr Skoda
38d93cb0ff
MDL-26046 prevent jabber messages wehn noemailever active
...
Standardise also the debug when emailing message.
2011-01-30 11:01:27 +01:00
Petr Skoda
c1ddac83b3
MDL-26104 fix blocknameconflict component in get_string()
...
creadit goes to Howard Miller
2011-01-29 19:37:56 +01:00
Petr Skoda
73af286bc8
MDL-26172 skip invalid group records during upgrade
2011-01-29 19:20:34 +01:00
Petr Skoda
31da70cce4
MDL-26158 fix form printing and processing
2011-01-29 18:04:50 +01:00
Petr Skoda
893fe4b6b2
MDL-26069 detect missing file postprocessing
2011-01-29 17:50:12 +01:00
Tim Hunt
25f44c72bd
custom profile fields MDL-26177 fields with unique were broken because you cannot use get_field with TEXT columns.
2011-01-29 15:42:09 +00:00
Tim Hunt
3fa5724a1f
javascript MDL-26098 manual grading was not working when quiz_attempts.id and question_attempts.id were out of synch.
2011-01-29 14:03:02 +00:00
Tim Hunt
3708abd0f2
javascript MDL-26098 make the review this question in a previous state popup work.
2011-01-29 13:59:51 +00:00
Tim Hunt
1db6b9b886
javascript MDL-26098 close_window and close_window_reloading_opener were both broken.
2011-01-29 13:55:47 +00:00
Tim Hunt
2cb01c9205
mod_quiz MDL-26178 it let you try to preview a quiz with several empty pages.
...
You should not be allowed to preview an empty quiz, to make it correctly detect this case.
2011-01-29 12:11:10 +00:00
Dan Marsden
39340358b4
MDL-26176 - cleanup garbage/pointless code
2011-01-29 21:27:12 +13:00
Dan Marsden
7cc7cf58f5
SCORM MDL-25781 fix links in TOC on view.php
2011-01-29 21:27:12 +13:00
Dan Marsden
08868f58e4
SCORM MDL-25781 fix links in TOC on view.php
2011-01-29 21:25:26 +13:00
Tim Hunt
5bb96cf618
qtype_multianswer MDL-26168 fix invalid HTML from the editing form.
...
Fix by Tony Levi. Thanks.
2011-01-28 12:20:01 +00:00
Helen Foster
82b15e2811
MDL-21250 capital letters removal
...
Also some spotted leading and trailing whitespace was removed from some
strings.
2011-01-27 16:24:30 +01:00
Sam Hemelryk
7e90d3a450
navigation MDL-25291 Added a session variable so that admin tree is skipped if it is found to be empty.
2011-01-27 15:54:11 +08:00
Daren Chandisingh
e92977d3de
[MDL-25780] Fixed missing error string substitution
2011-01-26 15:20:28 +00:00
Daren Chandisingh
6110e008cb
[MDL-25639] Fixed page output before redirection
2011-01-26 12:28:35 +00:00
Petr Skoda
0ab727fb35
MDL-26034 myprofile block cleanup
2011-01-26 13:26:46 +01:00
Petr Skoda
03531e2790
MDL-25743 fix inverted timestart/end logic
2011-01-26 13:26:31 +01:00
Petr Skoda
ae36bc3dd8
MDL-26117 skip invalid resource records during upgrade
2011-01-26 13:24:33 +01:00
sam marshall
0d8b6a69ce
lib MDL-25981 Improved modinfo
...
This commit:
a) moves modinfo code into new library modinfolib.php
b) uses classes instead of stdClass objects, allowing a huge amount of documentation (and IDE completion)
c) adds hooks so that plugins other than forum can display messages like forum's 'unread', and plugins other than label can display html (apart from/as well as their view.php link) on the course view page
d) removes current hacks for forum and label (mainly in print_section but also across the code), replacing with new 'content' and similar variables [this is the reason for the changes in blocks, etc]
e) reduces size of modinfo in database (only when rebuilt) by excluding empty fields
The change is intended to be backward compatible and does not affect the format of modinfo in database.
2011-01-26 10:29:16 +00:00
Petr Skoda
8cdc85ac62
weekly release
2011-01-25 19:30:03 +01:00
Sam Hemelryk
ac36bda238
PULL-157, MDL-26116 Fixed merge conflicts
2011-01-25 12:18:05 +08:00
andyjdavis
0d92d04f2e
profiles MDL-17201 added an index on the table user_info_data
2011-01-25 11:58:35 +08:00
Dongsheng Cai
b1db1b6e8a
MDL-26116, added default value to tag_instance.tiuserid field
2011-01-25 11:24:03 +08:00
Eloy Lafuente (stronk7)
29650825ad
PULL-99, MDL-25929 progresstrackedroles out. Fixed conflicts and whitespace
2011-01-24 11:55:57 +01:00
Eloy Lafuente (stronk7)
a81d26ac36
NOBUG: Fix whitespace
2011-01-24 11:43:59 +01:00
Eloy Lafuente (stronk7)
21c91e2e11
Merge branch 'wip-MDL-26044' of git://github.com/sammarshallou/moodle
2011-01-24 10:48:08 +01:00
Sam Hemelryk
912d099cc9
Merge branch 'MDL-25637'
2011-01-24 16:20:51 +08:00
Sam Hemelryk
80c1289773
MDL-25637 Fixed whitespace
2011-01-24 16:20:30 +08:00
Aparup Banerjee
2b9ce62e23
performance MDL-25637 converted tabs to spaces
2011-01-24 15:49:18 +08:00
Sam Hemelryk
c9b2e8bf61
Merge branch 'w04_MDL-26035_20_installtest' of git://github.com/skodak/moodle
2011-01-24 15:05:55 +08:00
Aparup Banerjee
b692e4aa29
Performance MDL-25637 moved static count/sizeof functions out of for loop conditions
2011-01-24 14:51:21 +08:00
Aparup Banerjee
f179cdb73e
performance MDL-25637 some of more similar performance tweaks to come
2011-01-24 14:51:21 +08:00
Sam Hemelryk
c053c86c5b
Merge branch 'w04_MDL-26066_20_dbenrol' of git://github.com/skodak/moodle
2011-01-24 13:26:51 +08:00
Sam Hemelryk
b6c7558c2d
Merge branch 'w04_MDL-26096_20_catenrol' of git://github.com/skodak/moodle
2011-01-24 11:57:06 +08:00
Sam Hemelryk
0243d7eb2f
Merge branch 'w04_MDL-25855_20_filerequire' of git://github.com/skodak/moodle
2011-01-24 11:51:38 +08:00
Sam Hemelryk
2e725dd72b
Merge branch 'MDL-26061-no_remote_users' of git://github.com/mudrd8mz/moodle.git with changes
2011-01-24 11:38:29 +08:00
Sam Hemelryk
48b01a217c
MDL-26061 Revised new string before integration.
2011-01-24 11:37:29 +08:00
Sam Hemelryk
c7a8c36233
Merge branch 'w04_MDL-26008_20_creator' of git://github.com/skodak/moodle
2011-01-24 11:10:40 +08:00
Sam Hemelryk
12cd15aeaa
Merge branch 'w04_MDL-26106_20_lebletypo' of git://github.com/skodak/moodle
2011-01-24 11:07:29 +08:00
Sam Hemelryk
4fd25ab95c
Merge branch 'm20_MDL-26063_SCORM_grouping' of git://github.com/danmarsden/moodle
2011-01-24 11:02:07 +08:00
Sam Hemelryk
88c3ba8c06
Merge branch 'w04_MDL-26041_20_resources' of git://github.com/skodak/moodle
2011-01-24 11:00:27 +08:00
Sam Hemelryk
f8b214e1cd
Merge branch 'w04_MDL-26045_20_onlineblock' of git://github.com/skodak/moodle
2011-01-24 10:45:46 +08:00
Sam Hemelryk
e53a87dcb5
Merge branch 'MDL-25841' of git://github.com/timhunt/moodle
2011-01-24 10:31:34 +08:00
Sam Hemelryk
ab8bc2ee1c
Merge branch 'MDL-25884' of git://github.com/timhunt/moodle
2011-01-24 10:20:22 +08:00
Sam Hemelryk
34b681701a
Merge branch 'MDL-26059' of git://github.com/timhunt/moodle
2011-01-24 10:08:32 +08:00
Petr Skoda
cde91f5a9b
MDL-26096 added missing return
2011-01-23 20:10:10 +01:00
Petr Skoda
99d19c13ae
MDL-25855 some more missing filelib includes
2011-01-23 18:34:41 +01:00
Petr Skoda
e83a6a22d4
MDL-26106 fix lable typo
...
credit goes to fautrero
2011-01-23 15:36:06 +01:00
Petr Skoda
87e88690b2
MDL-26066 fix invalid type comparison when course id used and typo fix
2011-01-23 14:56:28 +01:00
Petr Skoda
3e858ea737
MDL-26035 more detection of invalid plugin dir names
2011-01-23 14:27:51 +01:00
Petr Skoda
25b355b623
MDL-26008 improved creator role description
2011-01-23 12:53:12 +01:00
Petr Skoda
a915dedb2a
MDL-26041 do not include lables in the list of resources
2011-01-23 12:32:08 +01:00
Eloy Lafuente (stronk7)
cd5fdfd87a
MDL-25708 recordsets - tag and user directory
2011-01-22 13:34:28 +01:00
Eloy Lafuente (stronk7)
cfd62f13a1
MDL-25708 recordsets - url module
2011-01-22 12:54:40 +01:00
Eloy Lafuente (stronk7)
a1d870aa95
MDL-25708 recordsets - survey module
2011-01-25 19:59:02 +01:00
Eloy Lafuente (stronk7)
676874df1d
MDL-25708 recordsets - scorm module
2011-01-25 19:59:02 +01:00
Eloy Lafuente (stronk7)
8ce9a2b26d
MDL-25708 recordsets - resource module
2011-01-25 19:59:01 +01:00
Eloy Lafuente (stronk7)
3f2efc20ad
MDL-25708 recordsets - page and quiz modules
2011-01-25 19:59:01 +01:00
Eloy Lafuente (stronk7)
a8307c22c2
MDL-25708 recordsets - imscp and lesson modules
2011-01-25 19:59:01 +01:00
Eloy Lafuente (stronk7)
ec577b0538
MDL-25708 recordsets - glossary module
2011-01-25 19:59:01 +01:00
Eloy Lafuente (stronk7)
56d1c48f24
MDL-25708 recordsets - forum module
2011-01-25 19:59:01 +01:00
Eloy Lafuente (stronk7)
05c707dacc
MDL-25708 recordsets - folder module
2011-01-25 19:59:00 +01:00
Eloy Lafuente (stronk7)
6b1b1d0339
MDL-25708 recordsets - assignment and data modules
2011-01-25 19:59:00 +01:00
Eloy Lafuente (stronk7)
20222a3d7b
MDL-25708 recordsets - fix message/lib.php
2011-01-25 19:59:00 +01:00
Eloy Lafuente (stronk7)
1b42e67747
MDL-25708 recordsets - fix lib/grade/xxx stuff
2011-01-25 19:59:00 +01:00
Eloy Lafuente (stronk7)
be981316f4
MDL-25708 recordsets - fix file_storage
2011-01-25 19:59:00 +01:00
Eloy Lafuente (stronk7)
5a4a7b425b
MDL-25708 recordsets - fix upgradelib and dml stuff
2011-01-25 19:59:00 +01:00
Eloy Lafuente (stronk7)
419178d713
MDL-25708 recordsets - fix completion
2011-01-25 19:59:00 +01:00
Eloy Lafuente (stronk7)
b967c54185
MDL-25708 recordsets - fix events/grade/group/moodle libs
2011-01-25 19:58:59 +01:00
Eloy Lafuente (stronk7)
afa559e9bc
MDL-25708 recordsets - fix accesslib and datalib uses
2011-01-25 19:58:59 +01:00
Eloy Lafuente (stronk7)
fc5016fcc8
MDL-25708 recordsets - fix group dir uses
2011-01-25 19:58:59 +01:00
Eloy Lafuente (stronk7)
a0c3fc6304
MDL-25708 recordsets - fix course & enrol dir uses
2011-01-25 19:58:59 +01:00
Eloy Lafuente (stronk7)
755d2c74f6
MDL-25708 recordsets - fix admin dir uses
2011-01-25 19:58:59 +01:00
Daren Chandisingh
fe4457ae29
[MDL-25874] Handle 'Cancel' action when editing lessons
2011-01-20 11:07:14 +00:00
Dan Marsden
c371e39316
SCORM MDL-26063 incorrect context used - thanks to Matteo Scaramuccia for fix
2011-01-20 10:40:22 +13:00
David Mudrak
d47b972fa9
MDL-26061 Prevent fatal error in remote enrolment client when there are no roaming users
2011-01-19 19:39:19 +01:00
Petr Skoda
fb7dd39ce7
MDL-26045 fix invalid sql join when separate group mode enabled
2011-01-19 15:40:20 +01:00
Petr Skoda
17e03900c9
weekly release
2011-01-19 14:13:54 +01:00
Tim Hunt
90c2f51031
qtype_multianswer MDL-25841 feedback pop-up was appearing in the wrong place.
...
It seems that overlib was getting confused by its div being inside another positioned div. The simplest solution is to not create the div at all. Then the overlib JS creates it when needed, and that works.
2011-01-18 23:30:40 +00:00
Tim Hunt
151c2284dd
quiz MDL-25884 mod/quiz/index.php broken when logged in as a student.
2011-01-18 23:17:46 +00:00
Tim Hunt
2c00fa161e
qformat_gift MDL-26059 fails to import truefalse questions with answer true.
2011-01-18 21:38:34 +00:00
ptrkmkl
ee3b46d8bf
MDL-26047 - added new theme called Nimble
2011-01-18 08:42:48 -05:00
sam marshall
89b4ffe617
completion MDL-25929 Added upgrade change to remove unused setting
2011-01-18 12:55:58 +00:00
sam marshall
27d6ab5712
lib MDL-26044 Optimise moodle_url based on profiler data
2011-01-18 12:39:51 +00:00
Sam Hemelryk
69f9e678a3
Merge branch 'MDL-25988_20_wip_enrolroles' of git://github.com/skodak/moodle
2011-01-18 17:41:23 +08:00
Sam Hemelryk
a1e26b5e46
gradebook MDL-20617 Fixed SQL formatting
2011-01-18 17:17:14 +08:00
andyjdavis
a071dbb66b
gradebook MDL-20617 added more control over what columns are displayed on the user report
2011-01-18 17:13:06 +08:00
Sam Hemelryk
13738840b2
Merge branch 'MDL-26031_20_wip_guestsession' of git://github.com/skodak/moodle
2011-01-18 15:40:50 +08:00
Sam Hemelryk
07d4c7ac6e
Merge branch 'MDL-26007_20_wip_enverror' of git://github.com/skodak/moodle
2011-01-18 15:34:43 +08:00
Sam Hemelryk
dcad74e406
Merge branch 'MDL-25910_20_wip_mysqlsocket' of git://github.com/skodak/moodle
2011-01-18 14:18:24 +08:00
Sam Hemelryk
e5654cad1e
Merge branch 'MDL-25754_20_wip' of git://github.com/skodak/moodle
2011-01-18 13:47:31 +08:00
Sam Hemelryk
ec9b044d12
Merge rebased branch 'MDL-25769' of git://github.com/andyjdavis/moodle.git
2011-01-18 12:03:11 +08:00
Sam Hemelryk
25081b95f9
gradebook MDL-25769 Fixed SQL syntax formatting
2011-01-18 11:56:21 +08:00
andyjdavis
f2491a11a1
gradebook MDL-25769 switched a query over to use named params
2011-01-18 11:56:20 +08:00
andyjdavis
2dc5e58466
gradebook MDL-25769 fixed some problems identified by peer review
2011-01-18 11:56:06 +08:00
andyjdavis
387815db61
gradebook MDL-25769 fixed up the grader report
2011-01-18 11:49:46 +08:00
andyjdavis
b61e4f4624
gradebook MDL-25769 fixed grade/import/lib.php get_unenrolled_users_in_import()
2011-01-18 11:49:46 +08:00
andyjdavis
ef8f084cc6
gradebook MDL-25769 fixed the loading of users in the grader report
2011-01-18 11:49:40 +08:00
Sam Hemelryk
3d12d1682e
Merge branch 'MDL-25887' of git://github.com/andyjdavis/moodle.git
2011-01-18 10:56:51 +08:00
Sam Hemelryk
e8aad16f7e
gradebook MDL-25887 Fixed whitespace
2011-01-18 10:55:36 +08:00
Petr Skoda
e565c9baf7
Merge branch 'MDL-25789' of git://github.com/samhemelryk/moodle
2011-01-17 21:22:43 +01:00
Petr Skoda
696a6ee12f
Merge branch 'MDL-25790' of git://github.com/samhemelryk/moodle
2011-01-17 21:13:07 +01:00
Petr Skoda
2f20e23ba6
MDL-25791 PULL-125 reverting commits that create null problems during upgrade
2011-01-17 21:08:05 +01:00
Petr Skoda
1f50b85867
Merge branch 'MDL-25791' of git://github.com/samhemelryk/moodle
2011-01-17 20:52:31 +01:00
Petr Skoda
9c170a4323
Merge branch 'MDL-25792' of git://github.com/samhemelryk/moodle
2011-01-17 20:49:53 +01:00
Petr Skoda
5cfe8aecb8
Merge branch 'MDL-25672' of git://github.com/samhemelryk/moodle
2011-01-17 20:45:53 +01:00
Petr Skoda
295710b069
Merge branch 'MDL-25750' of git://github.com/samhemelryk/moodle
2011-01-17 20:42:17 +01:00
Petr Skoda
dd265e3091
Merge branch 'MDL-25987' of git://github.com/timhunt/moodle
2011-01-17 20:25:56 +01:00
Petr Skoda
39e316e167
Merge branch 'MDL-25722' of git://github.com/timhunt/moodle
2011-01-17 20:22:26 +01:00
Petr Skoda
c6947dd878
Merge branch 'MDL-26029' of git://github.com/timhunt/moodle
2011-01-17 20:20:43 +01:00
Petr Skoda
af929b8d09
Merge branch 'MDL-25881' of git://git.luns.net.uk/moodle
2011-01-17 19:12:33 +01:00
Petr Skoda
bb871bc4ca
Merge branch 'workshop_random_allocator' of git://github.com/mudrd8mz/moodle
2011-01-17 19:02:55 +01:00
Petr Skoda
a477c0da6e
Merge branch 'MDL-25980-mnet_remote_enrolment' of git://github.com/mudrd8mz/moodle
2011-01-17 19:01:02 +01:00
Petr Skoda
3827ee9415
Merge branch 'AMOS-install-strings' of git://github.com/mudrd8mz/moodle
2011-01-17 18:57:22 +01:00
John Stabinger
a7302c7128
MDL-25913 fix for Arialist custom menu
2011-01-17 12:33:00 -05:00
Petr Skoda
673a8f7781
MDL-26031 purge timed-out sessions of guest user
2011-01-17 18:25:00 +01:00
Tim Hunt
897fee6b6f
unit tests MDL-26029 fix notices from CheckSpecifiedFieldsExpectation.
2011-01-17 16:19:26 +00:00
John Stabinger
2e84ebda4d
MDL-25892 fix for nonzero theme layout
2011-01-17 09:15:08 -05:00
Tim Hunt
c97325f6e8
quiz MDL-25722 get rid of annoying alerts when quiz is in 'secure' mode.
...
See http://moodle.org/mod/forum/discuss.php?d=165772 , where people have tried out this fix and found that it works.
2011-01-17 13:34:46 +00:00
John Stabinger
91227f9cee
MDL-25914 fix for Binarius custom menu
2011-01-17 07:44:06 -05:00
John Stabinger
2553bf60e2
MDL-25834 fix for Overlay theme custom menu
2011-01-17 07:20:08 -05:00
AMOS bot
64edd130f3
Automatic installer lang files (20110117)
2011-01-17 10:26:47 +01:00
Sam Hemelryk
9498654c1d
Merge branch 'MDL-17884_m20' of git://github.com/rwijaya/moodle
2011-01-17 16:00:20 +08:00
Sam Hemelryk
fe1f367a11
Merge branch 'MDL-25729_m20' of git://github.com/rwijaya/moodle
2011-01-17 15:54:27 +08:00
Sam Hemelryk
ca08b132e3
Merge branch 'MDL-25860_20_wip_grpblocks' of git://github.com/skodak/moodle
2011-01-17 15:36:10 +08:00
Sam Hemelryk
83be8fce3a
Merge branch 'MDL-25973_20_wip_charset' of git://github.com/skodak/moodle
2011-01-17 15:24:01 +08:00
Sam Hemelryk
c4592a2ac0
Merge branch 'MDL-25971' of git://github.com/timhunt/moodle
2011-01-17 15:12:18 +08:00
Dongsheng Cai
a7db0a260e
MDL-25895, prevent repository_ajax.php being downloaded by IE when php file is associated with other programs
2011-01-17 13:56:57 +08:00
Sam Hemelryk
616e81cee9
Merge branch 'MDL-25962_20_wip_removeyui' of git://github.com/skodak/moodle
2011-01-17 13:17:04 +08:00
Sam Hemelryk
242c4319ab
Merge branch 'MDL-25936_wip' of git://github.com/skodak/moodle
2011-01-17 13:08:33 +08:00
Sam Hemelryk
bec662a0f6
Merge branch 'MDL-25837_wip' of git://github.com/skodak/moodle
2011-01-17 11:35:06 +08:00
Sam Hemelryk
227d6da5d8
Merge branch 'MDL-25907_wip'
2011-01-17 10:53:24 +08:00
Sam Hemelryk
3b15d04013
sessions MDL-25907 Fixed typo prior to integration
2011-01-17 10:48:00 +08:00
Sam Hemelryk
0f13630691
Merge branch 'MDL-25836_wip' of git://github.com/skodak/moodle
2011-01-17 10:17:40 +08:00
Sam Hemelryk
c5ea8d0bcc
Merge branch 'MDL-25935-user_picture_fields' of git://github.com/mudrd8mz/moodle
2011-01-17 09:35:34 +08:00
Petr Skoda
5f01417372
MDL-26007 fix error message when can not found env data
2011-01-16 20:47:22 +01:00
David Mudrak
241e58e44b
MDL-25982 Workshop: users from the same group may be excluded from allocation in visible group mode
...
If the Workshop is in the visible group mode, members of the same group
can be now optionally excluded from random allocation for a given user.
2011-01-16 19:38:56 +01:00
David Mudrak
a1dc301ed5
MDL-25523 Workshop: not-grouped users are excluded from allocation in visible group mode
...
There was a bug as these users were ignored only as squares but not as
circles. This patch makes sure that no new allocation are added to
not-grouped users in visible group mode. However, the options 'Remove current
allocations' and 'Add self-assessments' apply to them intentionally.
Also, the user is warned if there are some not-grouped users found in a
workshop in visible groups mode or separate groups mode.
2011-01-16 19:38:37 +01:00
Dan Poltawski
3b9a74ce53
course reports MDL-25881 - incorrect string
2011-01-16 14:58:41 +00:00
John Stabinger
defbd5b0f5
MDL-25723 fix for all course listing in IE
2011-01-14 14:23:10 -05:00
Tim Hunt
1650a33cb4
qtype admin MDL-25987 also allow question type settings to be on an admin_externalpage.
2011-01-14 19:10:47 +00:00
Petr Skoda
3093ce8021
MDL-25988 fixed overriding of roles variable
...
credit goes to Michael Landis
2011-01-14 19:04:55 +01:00
Tim Hunt
63b5318e86
qtype admin MDL-25987 use get_plugin_list, rather than including questionlib.php.
...
This should be a small be significant performance win for people who are logged in as admin.
2011-01-14 17:26:31 +00:00
David Mudrak
47ce9385e8
MDL-25526 Workshop: fixed random allocation of reviews
...
The patch wraps that foreach ($circles as $circleid => $circle)
loop by yet another one for() loop. Reviews are allocated iteratively
now. During the first iteration, we try to make sure that at least one
circle link exists. During the second iteration, we try to allocate two,
etc. Circles are shuffled at the beginning of each iteration.
This is supposed to improve the randomness of the allocation.
The patch also fixes shuffle_assoc() implementation. The previous
implementation actually did not work at all. Also, that removed called
to shuffle_assoc() was redundant here.
2011-01-14 14:20:41 +01:00
John Stabinger
217947351b
MDL-25786 fix for magazine theme
2011-01-14 06:57:44 -05:00
David Mudrak
538dcf896c
NOMDL MNet remote enrolment client: display a button to go back to the course selection
...
Without this button, the user has to go through the admin menu again,
selecting the same host. This improves the usability when enrolling
local users to multiple remote courses.
2011-01-14 12:53:01 +01:00
Petr Skoda
3c1293fe97
MDL-25910 custom socket location for postgresql driver, improved config-dist.php info
2011-01-14 12:11:49 +01:00
David Mudrak
34685a5992
MDL-25980 MNet: missing remotecourseid parameter in SQL clearing stale cache records
...
Because the remotecourseid parameter was missing in SQL, all cache
records for other courses from that host were cleared.
2011-01-14 11:31:57 +01:00
David Mudrak
4841fda1bc
NOMDL MNet: Fixed incorrect remote course ID passed
...
The param is deprecated anyway, it had to be blindly copied from a
legacy code.
2011-01-14 11:31:26 +01:00
Sam Hemelryk
e4e19a65f9
mod-quiz MDL-25791 bumped version number, rebased patch, and removed unwanted phpdoc global
2011-01-14 17:49:12 +08:00
Sam Hemelryk
b3abfc46e3
mod-quiz MDL-25791 Added conditions around upgrade code so that it is only executed if needed
2011-01-14 17:44:10 +08:00
Sam Hemelryk
0022ea3669
mod-quiz MDL-25791 Fixed database discrepancies between a fresh install and an upgraded site within the Quiz module
2011-01-14 17:44:06 +08:00
Petr Skoda
7c725a24b3
MDL-25860 adding missing blocks to groupings page
2011-01-14 10:41:12 +01:00
Petr Skoda
79ac5a8cf2
MDL-25910 add support for custom mysql socket location
2011-01-14 10:20:04 +01:00
Petr Skoda
8a7703ce53
MDL-25973 add missing charset
2011-01-14 09:32:17 +01:00
Sam Hemelryk
6d02316093
lib-db MDL-25790 Added missing rating indexs on existing 2.0 sites
2011-01-14 16:19:12 +08:00
Sam Hemelryk
ffec817ed3
lib-db MDL-25789 Corrected discrepancies in old upgrade code and install.xml
2011-01-14 15:36:59 +08:00
Sam Hemelryk
15257dd181
lib-db MDL-25790 Added code to drop adodb_logsql if it exists
2011-01-14 15:26:48 +08:00
Rossiani Wijaya
2d572444e1
MDL-17884: Add test_download_file_content and componentlib to unittest. Credit goes to Tomasz Muras
2011-01-14 14:52:24 +08:00
Sam Hemelryk
43c984578a
lib-db MDL-25790 Fixed up version numbers now that 2.0.1 has been released
2011-01-14 14:22:46 +08:00
Dongsheng Cai
79f0bac62e
WIKI MDL-25501 1. check if wiki entry exists before insert new entry 2. check wiki version record mimetype, if it is not empty, try to export the content to file pool
2011-01-14 14:17:24 +08:00
Sam Hemelryk
39f0ceb2cb
lib-db MDL-25790 Added conditional checks around upgrade code so that it is only executed if needed. See MDL-25789
2011-01-14 11:52:52 +08:00
Sam Hemelryk
2bddef731a
lib-db MDL-25790 Added upgrade code to fix database discrepancies between a fresh install and an upgrade
2011-01-14 11:52:52 +08:00
Rossiani Wijaya
5419885ff8
MDL-25729_m20: fix invalid string in splash theme
2011-01-14 11:20:55 +08:00
Sam Hemelryk
631cefc35f
mod-scorm MDL-25792 Changed forcecompleted to have lenght 1 and bumbed version number
2011-01-14 11:09:59 +08:00
Sam Hemelryk
b964171cbf
mod-scorm MDL-25792 Fixed database discrepancies between a fresh install and an upgraded site within the SCORM module
2011-01-14 11:01:30 +08:00
Sam Hemelryk
5dd7e903ff
lib-db-access MDL-25672 editingteacher can no longer delete courses by default.
2011-01-14 10:23:37 +08:00
Sam Hemelryk
3e82d63328
theme-overlay MDL-25750 Fixed overflow problem with report layout.
2011-01-14 10:15:24 +08:00
Petr Skoda
34b93e39a6
MDL-25754 improved tag sanitisation and fixed tag autocomplete
2011-01-13 23:40:43 +01:00
Tim Hunt
1a09fa6dfa
html_writer MDL-25971 Support disabled => boolean, as well as disabled => disabled in html_writer::select.
2011-01-13 19:28:54 +00:00
Petr Skoda
8a13ce4def
MDL-25962 removing obsolete YUI 2.8.1 library
2011-01-13 10:13:52 +01:00
Petr Skoda
4cb02426ff
MDL-25936 fixed user upload when manual plugin not first
2011-01-12 22:07:48 +01:00
Ashley Holman
85b8f8dfd0
MDL-25837 adding missing modinfo course property
2011-01-12 21:44:16 +01:00
Petr Skoda
4e70708de9
MDL-25837 detect invalid course parameter when getting fast modinfo
2011-01-12 21:40:34 +01:00
Ashley Holman
d0c3f54770
MDL-25907 purge sessions of not-logged-in users
2011-01-12 20:14:00 +01:00
Petr Skoda
79abc6d1eb
MDL-25836 fixed stripped src attribute from script tag
2011-01-12 19:33:18 +01:00
Petr Skoda
5a7f931ee5
weekly version bump
2011-01-12 10:50:18 +01:00
Petr Skoda
f4f374176d
Merge branch 'MDL-25596-fixed' of git://github.com/samhemelryk/moodle
2011-01-12 09:57:18 +01:00
Sam Hemelryk
0022a97f24
blocks-navigation MDL-25596 Fixed notice when block config doesn't already exist
2011-01-12 09:53:08 +08:00
Petr Skoda
90c42e0f43
MDL-25501 reverting PULL-95
2011-01-11 22:53:16 +01:00
Petr Skoda
65beff8ea4
Merge branch 'AMOS-install-strings' of git://github.com/mudrd8mz/moodle
2011-01-11 16:21:58 +01:00
AMOS bot
b9fe01bf1a
Automatic installer lang files (20110111)
2011-01-11 16:08:58 +01:00
andyjdavis
99c228aa11
gradebook MDL-25887 closed a file handle that was being left open and added more descriptive grade item titles
2011-01-11 16:11:02 +08:00
andyjdavis
83e364c465
gradebook MDL-25887 removed some commented out code
2011-01-11 11:58:02 +08:00
andyjdavis
df2f526877
gradebook MDL-25887 fixed a problem with grade import user mapping
2011-01-11 11:50:04 +08:00
Eloy Lafuente (stronk7)
742d877eaf
Merge branch 'MDL-25793' of git://github.com/samhemelryk/moodle
2011-01-11 00:33:56 +01:00
David Mudrak
9ecbf8018f
MDL-25935 user_picture::unalias() now handles null values correctly
2011-01-11 00:27:42 +01:00
Eloy Lafuente (stronk7)
ff14fd71fd
Merge branch 'MDL-24521' of git://github.com/samhemelryk/moodle
2011-01-10 23:20:30 +01:00
Eloy Lafuente (stronk7)
a9af868943
Merge branch 'MDL-24561_forum_subscribe_sesskey' of git://github.com/mudrd8mz/moodle
2011-01-10 21:38:13 +01:00
Eloy Lafuente (stronk7)
a3c896ae4d
Merge branch 'm20_MDL-25794_sections_typo' of git://github.com/danmarsden/moodle
2011-01-10 21:22:02 +01:00
sam marshall
b64a827c4d
completion MDL-25929 Reordered SQL to make it clearer (after tim's review)
2011-01-10 15:35:46 +00:00
sam marshall
1c6ed50500
completion MDL-25929 Remove progresstrackedroles option
2011-01-10 15:20:24 +00:00
Petr Skoda
4bbcdcec0d
Merge branch 'wip-MDL-25927' of git://github.com/sammarshallou/moodle
2011-01-10 15:16:22 +01:00
sam marshall
2af26b123d
completion MDL-25927 Added old function back as deprecated, to preserve API compatibility
2011-01-10 14:08:10 +00:00
Petr Skoda
9c15755633
Merge branch 'm20_MDL-25501_wiki_upgrade_improvement' of git://github.com/dongsheng/moodle
2011-01-10 14:54:53 +01:00
Petr Skoda
4761e6334f
Merge branch 'm20_MDL-25669_course_sortorder' of git://github.com/dongsheng/moodle
2011-01-10 14:51:22 +01:00
Petr Skoda
d0dbd5a345
Merge branch 'm20_MDL-25219_question_text' of git://github.com/dongsheng/moodle
2011-01-10 14:44:26 +01:00
Petr Skoda
6fa8c7ea86
Merge branch 'MDL-25596' of git://github.com/samhemelryk/moodle
2011-01-10 14:41:04 +01:00
Petr Skoda
0e3fdf10c2
Merge branch 'MDL-24984' of git://git.luns.net.uk/moodle
2011-01-10 14:38:16 +01:00
Petr Skoda
5301285d87
Merge branch 'MDL-24742' of git://git.luns.net.uk/moodle
2011-01-10 14:37:21 +01:00
Petr Skoda
2f1b1abc83
Merge branch 'MDL-25232' of git://git.luns.net.uk/moodle
2011-01-10 14:35:38 +01:00
Petr Skoda
e168f8cca6
Merge branch 'MDL-25675' of git://git.luns.net.uk/moodle
2011-01-10 14:34:18 +01:00
Petr Skoda
29612524f3
Merge branch 'MDL-25854' of git://github.com/samhemelryk/moodle
2011-01-10 14:31:21 +01:00
Petr Skoda
d32c077bf6
Merge commit 'ed5c4cf44d0b38e129ad57747dfaf16d9677d465'
2011-01-10 14:21:15 +01:00
Petr Skoda
b2d6484598
Merge commit '246cc0e6b52f455dcb1ab23039202d7498d91d30'
...
Conflicts:
course/request.php
2011-01-10 14:12:34 +01:00
sam marshall
563e97b8b9
completion MDL-25927 Change print_help_icon to display_help_icon (returns html instead of printing)
2011-01-10 13:04:54 +00:00
Petr Skoda
b2f806cd92
Merge branch 'MDL-25886-user_picture_fields' of git://github.com/mudrd8mz/moodle
2011-01-10 13:43:00 +01:00
Sam Hemelryk
d481e2a8e3
mod-wiki MDL-25793 Bumped version number and adjusted version number in new upgrade code.
2011-01-10 17:31:40 +08:00
Sam Hemelryk
4b3c86b152
Merge branch 'MDL-24133' of git://git.luns.net.uk/moodle
2011-01-10 16:40:30 +08:00
Sam Hemelryk
5539372b27
Merge branch 'MDL-25909' of git://git.luns.net.uk/moodle
2011-01-10 16:36:49 +08:00
Sam Hemelryk
0017173f1a
Merge branch 'MDL-23393' of git://git.luns.net.uk/moodle
2011-01-10 16:26:17 +08:00
Sam Hemelryk
1cc0c36e04
Merge branch 'MDL-23425' of git://git.luns.net.uk/moodle
2011-01-10 16:12:50 +08:00
Sam Hemelryk
03364f9e2f
Merge branch 'MDL-25869' of git://git.luns.net.uk/moodle
2011-01-10 16:10:46 +08:00
Sam Hemelryk
726bc52504
Merge remote branch 'mouneyrac/MDL-25768'
2011-01-10 16:01:08 +08:00
Sam Hemelryk
6b9240c55e
Merge branch 'MDL-23657' of git://git.luns.net.uk/moodle
2011-01-10 13:39:44 +08:00
Sam Hemelryk
9e41043ca4
Merge branch 'MDL-23224' of git://github.com/mouneyrac/moodle
2011-01-10 13:33:48 +08:00
Sam Hemelryk
1861a2875a
Merge branch 'MDL-24299' of git://git.luns.net.uk/moodle
2011-01-10 13:10:33 +08:00
Sam Hemelryk
34e54bbb62
Merge branch 'MDL-25478' of git://git.luns.net.uk/moodle
2011-01-10 13:02:52 +08:00
Sam Hemelryk
0d2d7a6553
Merge branch 'MDL-25709-2' of git://git.luns.net.uk/moodle
2011-01-10 12:08:10 +08:00
Dongsheng Cai
77064d2b4f
WIKI MDL-25501 1. check if wiki entry exists before insert new entry 2. check wiki version record mimetype, if it is not empty, try to export the content to file pool
2011-01-10 10:07:34 +08:00
Dongsheng Cai
3acbe663af
MDL-25669, fix_course_sortorder should check MAX_COURSE_CATEGORIES limit, and print debugging message when the number of courses in a category reach the limit
2011-01-10 09:57:15 +08:00
Dan Marsden
2e3c31bca3
SCORM MDL-25794 fix db call to use select_menu to pass into single_select renderer - also fix small typo for label/lable
2011-01-10 11:22:50 +13:00
Dan Poltawski
ed4a7e4b07
forum MDL-25232 - fix unbalanced divs
2011-01-09 21:11:01 +00:00
Paul Vaughan
43fa145137
course/lib MDL-24984 - fix lack of spacing on category list
...
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk >
2011-01-09 20:35:21 +00:00
Dan Marsden
ed5c4cf44d
SCORM MDL-25891 typo causing general exception for some SCORM objects - thanks to Hais Deakin for report/fix
2011-01-10 09:24:16 +13:00
Dan Poltawski
7de9bfad15
course-format-weeks MDL-24742 dont redefine maincontent
...
It was breaking XHTML validation due to duplicate id
2011-01-09 20:02:21 +00:00
Dan Poltawski
e594fc8d13
mod/data MDL-24133 - footer called before header
2011-01-09 19:31:25 +00:00
Myles Carrick
94b8fa5aad
course: MDL-23425 use correct config setting in check for displaying course request buttons
...
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk >
2011-01-09 18:28:41 +00:00
Dan Poltawski
9268148966
blog MDL-23393 - Tidy up preferences form
...
Make form display set value and use mforms type checking
2011-01-09 18:03:58 +00:00
ptrkmkl
6f2257ae0d
Removed white color from course section content and added white color to section content left side for topic number styling
2011-01-08 12:39:05 -05:00
Dan Poltawski
065bee4b70
forum MDL-25909 - Fix undefined variable
2011-01-08 15:19:41 +00:00
Dan Poltawski
15217303ae
blocks/rss_client MDL-25869 Prevent sharing id
...
The form was generating an element id of "header", causing theme
breakage
2011-01-08 00:17:33 +00:00
David Mudrak
5c0d03ea1c
MDL-25886 method to convert aliased fields returned by user_picture::fields() back to unaliased form
...
The new public static method user_picture::unalias() picks the user
picture fields from the given record and maps the properties back to
unaliased form so that the result can be rendered.
Also fixes a forgotten bug in previous commit and adds a unit test for
both aliasing and unaliasing.
2011-01-07 14:05:25 +01:00
David Mudrak
9958e561d8
MDL-25886 allow user_picture::fields() to be used multiple times within a single query
...
When user table is joined twice or more within a single query, it is
important to be able to provide aliases to all returned files. This
patch adds optional parameter that, if provided, is used as a prefix
for columns aliases. Does not apply to the 'id' column, use $idalias for
that.
2011-01-07 02:12:43 +01:00
Dongsheng Cai
365e53d1d4
QUESTION MDL-25219 fixed image links in description question type, credit to Sam Hemelryk
2011-01-06 15:29:07 +08:00
Sam Hemelryk
8e5c23e04f
blocks-navigation MDL-25596 Fixed up redundant AJAX calls when navigation was limited by config
2011-01-06 11:50:01 +08:00
Sam Hemelryk
603087b87e
enrol MDL-25522 Fixed up duplicate fields in search_other_users method that was causing problems in Oracle
2011-01-06 10:20:28 +08:00
Andrew Robert Nicols
218a465980
lib/ajax/ MDL-25675 Use className instead of classList.toString()
...
Signed-off-by: Andrew Robert Nicols <andrew.nicols@luns.net.uk >
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk >
2011-01-05 23:26:28 +00:00
David Mudrak
c56ed7bb85
MDL-24561 forum: require sesskey for the course-wide subscriptions
...
mod/forum/index.php allows to subscribe to and unsubscribe from all
forums in the course. However, sesskey was not checked here.
2011-01-05 13:01:46 +01:00
David Mudrak
6f7d65c724
MDL-24561 forum subscription checks sesskey
...
The only case when sesskey is not available is when we came to
subscribe.php from a link in email. In that case, we display a
confirmation page that redirects back providing the sesskey.
All other links to subscribe.php are fixed now so they provide sesskey
as a parameter.
I also polished $mode parameter handling a bit because the check
against empty string was not correct as the value is cast to PARAM_INT.
2011-01-05 13:01:46 +01:00
Petr Skoda
46f4c3932f
weekly release
2011-01-05 11:54:01 +01:00
jeromemoodle
1ede3cb37f
javascript lib MDL-23224 dropdown onclick event is not trigger in Chrome
2011-01-05 16:12:52 +08:00
andyjdavis
246cc0e6b5
course MDL-25831 removed trailing whitespace
2011-01-05 15:08:18 +08:00
jeromemoodle
6a658c9173
community hub finder MDL-25768 private hubs weren't displayed in the hub list
2011-01-05 14:27:54 +08:00
Sam Hemelryk
712b55e1ba
javascript MDL-24521 Fixed confirm dialog bug. Kudos to John Anderson for his work on the patch and James Brisland for help testing.
2011-01-05 14:02:42 +08:00
Sam Hemelryk
dfcf4e0819
Merge branch 'MDL-25525' of git://git.luns.net.uk/moodle
2011-01-04 13:47:55 +08:00
andyjdavis
a170818189
course MDL-25831 made course request notifications work
2011-01-04 13:35:08 +08:00
Sam Hemelryk
724125bdd4
Merge branch 'MDL-25657' of git://git.luns.net.uk/moodle
2011-01-04 13:30:32 +08:00
Sam Hemelryk
1be9192173
mod-wiki MDL-25793 Fixed database discrepancies between a fresh install and an upgraded site within the Wiki module
2011-01-04 09:43:45 +08:00
Dan Poltawski
047c3b6cd3
lib/accesslib.php MDL-25709 - fix docs
2011-01-03 23:41:10 +00:00
Dan Poltawski
e60a00f9a4
blocks/calendar_month MDL-23657 - don't assume id param is courseid
...
This was casuing context creation on invalid courses..
There remains a problem with previous/next buttons on non course pages.
2011-01-03 23:21:44 +00:00
Tomasz Muras
936a0ae07e
roles/assign MDL-24299 Fix back link
...
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk >
2011-01-03 21:09:32 +00:00
Sergey Vidusov
ebb32067bf
MDL-25478 - stop fatal errors adding blocks on the module edit page
...
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk >
2011-01-03 19:09:56 +00:00
Adam Olley
adc3cfc744
calendar/lib.php MDL-25525 - Tooltip icons broken
...
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk >
2011-01-03 18:26:50 +00:00
Dan Poltawski
03a50532be
user/filters MDL-25657 Obsolete reference to timestart
2011-01-03 18:08:30 +00:00
Petr Skoda
b095f16947
Merge branch 'MDL-25847' of git://git.luns.net.uk/moodle
2011-01-03 18:16:04 +01:00
Petr Skoda
89881a345b
MDL-25589 removing extra align value
2011-01-03 18:08:44 +01:00
Petr Skoda
e1ce9a6670
Merge branch 'MDL-25589' of git://git.luns.net.uk/moodle
2011-01-03 18:02:44 +01:00
Petr Skoda
6a81ececb3
Merge branch 'MDL-25808' of git://git.luns.net.uk/moodle
2011-01-03 17:59:53 +01:00
Petr Skoda
01f6035ea1
Merge branch 'MDL-25822' of git://git.luns.net.uk/moodle
2011-01-03 17:53:51 +01:00
Dan Poltawski
50542ff06a
user/profile.php MDL-25847 - Missing library dependency
2011-01-03 16:49:30 +00:00
Dan Poltawski
f8f384b5b4
coursereqest MDL-25589 set context
2010-12-30 15:56:35 +00:00
Dan Poltawski
b5a49647e2
course/approval.php MDL-25589 Table misaligned
2010-12-30 15:52:52 +00:00
Dan Poltawski
85fd37d396
enrol/meta MDL-25808 - error when deleting metacourse
...
Using incorrect dmllib function & testing on non-existant courseid column
2010-12-30 15:10:32 +00:00
Dan Poltawski
9e202d38c8
statistics MDL-25822 Fix broken navigation
2010-12-30 12:42:50 +00:00
Dan Poltawski
f9c2702ece
statistics MDL-25822 Fix get_records_sql returning non-unique first column
2010-12-30 12:42:41 +00:00
Dan Poltawski
5b903967de
statistics MDL-25822 multiple values in get_field_sql
...
A variety of get_field_sql calls returning multiple values, switched
to using MIN/MAX selects.
2010-12-30 10:30:07 +00:00
Tim Lock
6c7b6efcf6
courseoverview report MDL-25727 Graphs Broken
...
Typo preventing graphs from displaying
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk >
2010-12-30 09:50:21 +00:00
Petr Skoda
c63ebd4311
weekly version
2010-12-29 17:48:42 +01:00
Petr Skoda
07f31e9f82
MDL-25813 fixed silly typo
2010-12-28 22:33:26 +01:00
Eloy Lafuente (stronk7)
a3b474ffa0
Merge branch 'wip-MDL-25370' of git://github.com/sammarshallou/moodle
2010-12-27 17:55:35 +01:00
Eloy Lafuente (stronk7)
1ac3e1f208
Merge branch 'MDL-25720' of git://github.com/timhunt/moodle
2010-12-27 16:36:17 +01:00
Eloy Lafuente (stronk7)
e5137f247e
MDL-25341 blogs import - unused vars and mktime() fix
2010-12-27 16:20:39 +01:00
Eloy Lafuente (stronk7)
b7c1da93ec
MDL-25341 blogs import - minor whitespace clean
2010-12-27 15:56:58 +01:00
Eloy Lafuente (stronk7)
e38610e4d4
Merge branch 'blog_MDL-25341_entry_sync' of git://github.com/andyjdavis/moodle
2010-12-27 15:55:14 +01:00
Petr Skoda
bf97304ac3
Merge branch 'MDL-25596' of git://github.com/samhemelryk/moodle
2010-12-27 13:51:25 +01:00
Petr Skoda
c81f657b4a
MDL-22449 bumping major version to lang invalidate caches and fix phpdocs
2010-12-27 13:48:10 +01:00
Petr Skoda
c03b6176a6
Merge branch 'm20_MDL-22449_wiki_help_buttons' of git://github.com/dongsheng/moodle
2010-12-27 13:44:54 +01:00
Petr Skoda
1310964bb3
Merge branch 'MDL-24860_messaging_providers' of git://github.com/andyjdavis/moodle
...
Conflicts:
mod/lesson/version.php
2010-12-27 13:39:20 +01:00
Petr Skoda
8729e5999f
Merge branch 'MDL-25321-R1' of git://github.com/samhemelryk/moodle
2010-12-27 12:46:01 +01:00
Petr Skoda
82517e2b78
Merge branch 'MDL-25749' of git://github.com/stronk7/moodle
2010-12-27 12:41:29 +01:00
Petr Skoda
554efaebae
MDL-25682 bumping major version to invalidate JS caches
2010-12-27 12:39:40 +01:00
Petr Skoda
e2bbe5ff7d
Merge branch 'MDL-25682' of git://github.com/danpoltawski/moodle
2010-12-27 12:37:37 +01:00
Petr Skoda
afaeb83ce1
MDL-25676 bumping version number to invalidate JS caches
2010-12-27 12:35:07 +01:00
Petr Skoda
c72077c4ed
Merge branch 'MDL-25676' of git://github.com/danpoltawski/moodle
2010-12-27 12:31:19 +01:00
Petr Skoda
1af9fd3879
Merge branch 'MDL-25761_data_portfolio' of git://github.com/mudrd8mz/moodle
2010-12-27 12:29:15 +01:00
Petr Skoda
9bb5a6f037
Merge branch 'MDL-25186_m20a' of git://github.com/rwijaya/moodle
2010-12-27 12:25:06 +01:00
Petr Skoda
3b8929e84b
Merge branch 'MDL-25713_m2_recordset'
2010-12-27 12:05:22 +01:00
Petr Skoda
c3b1c4f097
MDL-25713 fixing trailing whitespace
2010-12-27 12:04:26 +01:00
sam marshall
f140ee3d17
accessibility MDL-24613 Fixed (sort of) bug with rtl languages
2010-12-27 11:43:08 +01:00
Petr Skoda
5221d1b569
Bumping to 2.0.1
2010-12-25 23:20:58 +01:00
andyjdavis
2948757873
blog MDL-25341 fixed 2 more whitespace issues
2010-12-24 09:31:58 +08:00
sam marshall
cd092eceee
cron MDL-25370 Update to use simpler api to get component directory
2010-12-23 10:32:42 +00:00
Sam Hemelryk
8ad24c1a44
navigation MDL-25596 Fixed whitespace issue
2010-12-23 16:55:52 +08:00
Sam Hemelryk
48d8d09063
navigation MDL-25596 Improvements for the navigation blocks JS
...
The biggest change is that the navigation block has been converted to a proper YUI module.
The following are the other changes made at the same time:
* A loading icon is displayed when a branch is being loaded by AJAX.
* Fixed a bug where you could trigger multiple AJAX requests by rapidly clicking an unloaded branch.
* Fixed a bug where empty branches weren't being marked as such after a successful AJAX load.
* When docked the width of the blocks dock panel is now inspected an increased if required to try avoid horizontal scrolling.
* Removed the no longer needed inclusion of the YUI2 dom library from the navigation and settings block.
* Expandable nodes are now passed as JS data allowing the navigation JS to be initialised through block_navigation::get_required_javascript.
* AJAX is now focused around the branch in question rather than the tree in general.
* Expansion of branches is now delegated to the tree rather than being an individual event on all branches.
* Tidied up the code in general removing unneeded-unused parameters.
2010-12-23 11:21:07 +08:00
Sam Hemelryk
875851a195
dml-sqlserver MDL-25321 Changed bigint-1 to a variable and used that instead of the int
2010-12-23 11:01:12 +08:00
andyjdavis
fc61acce12
gradebook MDL-25713 now closing the recordset even when theres a problem
2010-12-23 10:07:08 +08:00
Sam Hemelryk
35d19ea685
dml-sqlserver MDL-25321 Fixed limit_to_top_n function that was breaking badly.
2010-12-23 10:02:08 +08:00
Eloy Lafuente (stronk7)
4cf2e5d571
MDL-25749 dml - pgsql fix for integer-exclusive concats
2010-12-22 18:50:05 +01:00
Eloy Lafuente (stronk7)
e8615eaf0e
MDL-25749 dml - added integer-exclusive concat tests
2010-12-22 18:48:45 +01:00
Andrew Robert Nicols
a8a44f2845
MDL-25682 Set the iconsmall class correctly on all section icons.
...
When using AJAX the icons are not styled correctly. I've taken out
all of the non-css style from the move icon since this is all covered
by the iconsmall and img classes anyway.
Signed-off-by: Andrew Robert Nicols <andrew.nicols@luns.net.uk >
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk >
2010-12-22 15:23:07 +00:00
Andrew Robert Nicols
1a0d7bd785
MDL-25676 Add back missing test for editing_assign class
...
This had caused the assign roles button disappeared in AJAX view.
Note - this does not fix the issue with the cloned buttons being resized
(MDL-25682)
Signed-off-by: Andrew Robert Nicols <andrew.nicols@luns.net.uk >
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk >
2010-12-22 14:51:03 +00:00
Tim Hunt
652599ecc3
MDL-25720 moodlelib new PARAM_RAW_TRIMMED.
...
Will be required by the new question engine.
2010-12-22 10:51:48 +00:00
Rossiani Wijaya
39f2bbf3fb
MDL-25186: add environmental check to recommend PHP 5.3.3
2010-12-22 16:45:17 +08:00
Petr Skoda
f056cb544d
Updated the master build version
2010-12-22 08:29:03 +01:00
andyjdavis
694fb770b9
blog MDL-25341 removed another whitespace
2010-12-22 13:29:01 +08:00
andyjdavis
c484c852f4
blog MDL-25341 removed some whitespaces inserted by netbeans
2010-12-22 13:27:46 +08:00
andyjdavis
bb8a75e72d
blog MDL-25341 fixed some whitespace issues
2010-12-22 13:24:55 +08:00
andyjdavis
54672f15b4
lesson MDL-24860 added mod/lesson/db/messages.php
2010-12-22 12:12:35 +08:00
andyjdavis
d8f1412819
message MDL-24860 fixed messaging code in mod_lesson and marked spots that are directly sending email
2010-12-22 12:05:49 +08:00
Eloy Lafuente (stronk7)
b739d51be6
MDL-25674 fix phpdocs
2010-12-21 19:19:35 +01:00
sam marshall
e4a626b983
cron MDL-25370 Update Petr's changes to fix bug regarding lastcron, add comments/doc
2010-12-21 16:37:22 +00:00
Petr Skoda
b554173562
MDL-25370 general cron support for nearly all plugin types
2010-12-21 15:18:29 +00:00
David Mudrak
ee314f4019
MDL-25761 Database module: missing portfolio library inclusion
...
Portfolios are not officially supported in Database module yet. But this
missing library inclusion is a coding error because the class defined in
the library is already used in the code.
2010-12-21 10:40:19 +01:00
Petr Skoda
ab12793355
Merge branch 'xhprof' of git://github.com/stronk7/moodle
2010-12-20 22:59:20 +01:00
Eloy Lafuente (stronk7)
6af80cae01
MDL-24600 profiling - add xhprof integration
2010-12-20 21:41:45 +01:00
Eloy Lafuente (stronk7)
dde5bfbcf7
MDL-25178 glossary - add completionentries rule
2010-12-20 20:02:04 +01:00
Petr Skoda
ab6e79718c
Merge branch 'MDL-25632' of git://github.com/samhemelryk/moodle
2010-12-20 19:21:20 +01:00
Dongsheng Cai
b72ca9f81a
category editing MDL-21671 fixed deprecated function call, check capability when parent category changed
2010-12-20 19:03:14 +01:00
Dongsheng Cai
450498bff1
MDL-21671, site level categroy manage capability when edit category, credits to Vadim Dvorovenko
2010-12-20 19:03:14 +01:00
Eloy Lafuente (stronk7)
6fe79e7fba
MDL-25656 glossary filter - make alias links to work
2010-12-20 18:25:50 +01:00
Tim Hunt
d9c26e2174
blocklib MDL-25654 fix API inconsistency be renaming add_pretend_block to add_fake_block.
...
I added a deprecated method add_pretend_block that forwards to add_fake_block, so old code should be break. However, I aslo updated all the callers in core code.
2010-12-20 18:22:37 +01:00
Eloy Lafuente (stronk7)
958c04e450
Merge branch 'master' of git.moodle.org:/git/integration
2010-12-20 17:02:02 +01:00
Dongsheng Cai
cc26cb3b33
MDL-10783, added span class and tag title
2010-12-20 17:00:34 +01:00
Dongsheng Cai
7b8b366218
Linking wiki pages to other moodle stuff by tag, and remove an unused function in wiki
2010-12-20 17:00:34 +01:00
David Mudrak
800bd78548
MDL-25647 mnet: fixed checkbox handling at peer services form
...
We must use advcheckbox here so that unticked checkbox is considered as
0 and not as not-submitted in this case.
2010-12-20 16:58:25 +01:00
Tim Hunt
ccdd15962a
MDL-25715 simpletestlib new expectations for testing renderer output.
...
With unit tests.
2010-12-20 16:24:23 +01:00
Tim Hunt
6cc09234be
MDL-24060 text_to_html tests. Make sure alt text for LaTeX images doesn't break.
2010-12-20 15:01:43 +01:00
Petr Skoda
07cd46d84d
MDL-25674 detection of invalid $user parameter when synchronising user enrolments
2010-12-20 14:41:18 +01:00
Petr Skoda
c35ae13691
MDL-25674 forum must send full user record when setting up different session user in cron
2010-12-20 14:41:17 +01:00
Petr Skoda
5d6ab05435
MDL-25674 prevent modification of cached admin record
2010-12-20 14:41:17 +01:00
Eloy Lafuente (stronk7)
011c956ba1
Merge branch 'm20_MDL-14934_excel_time' of github.com:dongsheng/moodle
2010-12-20 12:21:21 +01:00
Rossiani Wijaya
81284044d8
Fix course ajax to be compatible with language packs.
2010-12-20 12:15:16 +01:00
Eloy Lafuente (stronk7)
94aff78e40
NOBUG: Some more testing of integration server
2010-12-20 12:05:16 +01:00
Sam Hemelryk
d1b0cfa85e
NOBUG: Testing the setup of the integration server
2010-12-20 18:23:53 +08:00
Dongsheng Cai
b83f54f895
MDL-23930 fixed javascript insert into tinymce
2010-12-20 18:07:15 +08:00
andyjdavis
2f9ea7d78e
gradebook MDL-25713 switched grade_object fetch_all_helper() over to using a recordset
2010-12-20 16:39:46 +08:00
andyjdavis
50ff50daaa
blog MDL-25341 added removal of deleted external blog posts
2010-12-20 14:58:02 +08:00
andyjdavis
cc52e53dd1
blog MDL-20617 adding checking for deleted blog posts
2010-12-20 11:16:11 +08:00
andyjdavis
afce96f07b
blog MDL-25341 updated external blog syncing code after peer review
2010-12-17 09:46:46 +08:00
andyjdavis
9829e3d8fa
blog MDL-25341 made external blog syncronization not delete all previously retreieved blog posts
2010-12-16 16:21:41 +08:00
Dongsheng Cai
869bbb302b
MDL-14934 fixed excel time in master branch, credits to Jonathon Fowler
2010-12-15 16:26:26 +08:00
Sam Hemelryk
86d99db3a0
mod-lesson MDL-25632 Fixed incorrect comment in matching question code.
2010-12-15 13:12:33 +08:00
Sam Hemelryk
26063f4b55
mod-lesson MDL-25632 Fixed bug where the number of attempts on a question for the current lesson attempt was being wrongly calculated.
2010-12-15 13:12:33 +08:00
Sam Hemelryk
981debb706
mod-lesson MDL-25632 Fixed bug whereby excess answers were being created when creating a page and then when updating it
2010-12-15 13:12:33 +08:00
Sam Hemelryk
1c510e2ee1
mod-lesson MDL-25632 Added support for displaying and progressing through a question page with no answers
2010-12-15 13:12:33 +08:00
Sam Hemelryk
36a60f0ff6
mod-lesson MDL-25632 Added upgrade code to correct page jumps for matching questions after Moodle 1.9 upgrade.
2010-12-15 13:12:33 +08:00
Sam Hemelryk
9170dea7d6
mod-lesson MDL-25632 Set a default jump to display when a question has no answers (after 1.9 upgrade)
2010-12-15 13:12:33 +08:00
Sam Hemelryk
2a03a824c4
mod-lesson MDL-25632 Fixed undefined var notice for responseformat in the lesson report.
2010-12-15 13:12:33 +08:00
Eloy Lafuente (stronk7)
f4c23f03dc
MDL-25609 frontpage combo list - avoid filter linking too much
2010-12-15 00:05:39 +01:00
Martin Dougiamas
88e5c58677
This is my last commit to CVS. Goodbye old friend - you've served us well.
2010-12-14 07:39:48 +00:00
Moodle Robot
602f1c10dd
Updated the HEAD build version to 20101214
2010-12-14 00:51:53 +00:00
AMOS bot
430ecb29fc
Automatic installer lang files (20101214)
2010-12-14 00:40:11 +00:00
Petr Skoda
2df1126b2d
MDL-25663 debugging does not print html any more in CLI mode
2010-12-13 20:53:19 +00:00
Petr Skoda
883deb3eb5
MDL-25659 fixed borked creation of enrol instances enrol/database, fixed detection of misconfigured sync
2010-12-13 20:48:29 +00:00
Dongsheng Cai
d92b5e7f01
mod-wiki MDL-22449 wiki module needs more help text
2010-12-14 02:43:17 +08:00
Petr Skoda
12c3ba99e7
MDL-25659 fixed overriding of fields variable and improved coding style in similar places
...
credit goes to Bill Johnson
2010-12-13 18:07:40 +00:00
sam marshall
546380244f
cron MDL-25370 Added support for course report cron
...
- Adds support for course report cron
- Moves existing admin report cron support to end of cron function
- Adds new core API get_plugin_list_with_function
note: default shipping course and admin reports do not use cron
function, this is only to support plugins.
2010-12-13 13:00:44 +00:00
Andrew Davis
8d9db9e549
gradebook MDL-24330 unit tests now function differently so produce different results
2010-12-13 06:55:32 +00:00
Moodle Robot
8aba33660e
Updated the HEAD build version to 20101213
2010-12-13 00:49:02 +00:00
Moodle Robot
a49e07fbf7
Updated the HEAD build version to 20101212
2010-12-12 00:49:04 +00:00
AMOS bot
98a40ee4e2
Automatic installer lang files (20101212)
2010-12-12 00:40:09 +00:00
Moodle Robot
e6d7ac56a0
Updated the HEAD build version to 20101211
2010-12-11 00:49:01 +00:00
AMOS bot
884b5e680a
Automatic installer lang files (20101211)
2010-12-11 00:40:09 +00:00
David Mudrak
07f59c9049
NOMDL mnet: do not display 'All Hosts' in the Network servers block
2010-12-10 22:18:26 +00:00
Dongsheng Cai
cd4559654d
"MDL-25634 Filepicker upload should handle files which exceed max_post_size directive in php.ini"
2010-12-10 04:13:09 +00:00
Dongsheng Cai
1298a11935
"MDL-25633 Filepicker upload should display better error report"
2010-12-10 03:16:59 +00:00
Andrew Davis
2b574cc4e0
gradebook MDL-24330 massively reduced grade objects unit tests execution time so I can actually run them
2010-12-10 03:05:49 +00:00
Moodle Robot
25fa031fd8
Updated the HEAD build version to 20101210
2010-12-10 00:50:04 +00:00
AMOS bot
e5b2142f7a
Automatic installer lang files (20101210)
2010-12-10 00:40:09 +00:00
Eloy Lafuente
20d3bf6100
MDL-25418 glossary - fix incorrect LOWER() call also present in glossary import & entry export functionalities
2010-12-09 22:50:23 +00:00
David Mudrak
fda6946eb2
MDL-22676 language customization: enlarge the input textarea fields
...
This patch combines the solution submitted by Ray Guo (computed
min-height) and the one used in AMOS (set the height of the textarea so
that it takes all available space in the row).
2010-12-09 11:48:55 +00:00
Petr Skoda
424d60d9c1
MDL-25623 fix incorrect use of DISTINCT on text fields
2010-12-09 11:02:53 +00:00
Petr Skoda
a290625efb
fixed incorrect progress bar name
2010-12-09 09:09:21 +00:00
Aparup Banerjee
000c881e98
lib MDL-25595 added dbport option handling to mssql connect()
2010-12-09 07:01:03 +00:00
Andrew Davis
323409c54c
message MDL-25240 switched personal messages from FORMAT_PLAIN to FORMAT_MOODLE
2010-12-09 06:39:53 +00:00
Andrew Davis
4e226c99d5
message MDL-25240 add explanatory comment
2010-12-09 06:39:10 +00:00
Petr Skoda
3bcc53cd83
MDL-25607 respect visibility of news forum in the Latest news block
2010-12-09 06:23:18 +00:00
Aparup Banerjee
bac1401534
lib MDL-25532 added dbport handling for during db creation
2010-12-09 06:18:20 +00:00
Petr Skoda
59186c92b3
MDL-25614 add missing group lib
2010-12-09 06:14:38 +00:00
Andrew Davis
77fb01833e
rss MDL-25563 made the rss block unescape item URLs to prevent double escaping
2010-12-09 03:02:26 +00:00
Moodle Robot
026011c098
Updated the HEAD build version to 20101209
2010-12-09 00:49:16 +00:00
AMOS bot
90f4a864f7
Automatic installer lang files (20101209)
2010-12-09 00:40:09 +00:00
David Mudrak
7e514cd768
MDL-25619 portfolio: exported HTML output can not be cleaned
2010-12-08 23:20:04 +00:00
Helen Foster
f085c3eccb
MDL-21250 capital letters removal
2010-12-08 19:47:46 +00:00
Helen Foster
351d05ead4
MDL-21250 capital letters removal
2010-12-08 19:42:42 +00:00
Helen Foster
9825422e02
MDL-21250 capital letters removal
2010-12-08 19:34:47 +00:00
Helen Foster
600962e843
MDL-21250 capital letters removal
2010-12-08 19:16:17 +00:00
Helen Foster
c8761a0b23
MDL-21250 capital letters removal
2010-12-08 15:37:34 +00:00
Helen Foster
bbe6f6e113
MDL-21250 capital letters removal and greylisted string removal
2010-12-08 15:35:52 +00:00
Helen Foster
e5a0920419
MDL-21250 capital letters removal
2010-12-08 14:34:03 +00:00
Helen Foster
dcc5fd59f8
MDL-21250 capital letters removal also license info added
2010-12-08 11:01:20 +00:00
Helen Foster
6fa35f8aae
MDL-21250 capital letters removal
2010-12-08 10:50:53 +00:00
Petr Skoda
3aa2fd20c0
MDL-25593 added missing filelib include
...
credit goes to Adam Olley
2010-12-08 08:15:21 +00:00
Petr Skoda
320e50b783
MDL-25472 support non-standard dir separators in zip archives and other anomalies
2010-12-08 08:08:45 +00:00
Petr Skoda
8d33799d46
MDL-25543 fixed borked preupgrade script support
...
credit goes to Chris B Stones
2010-12-08 07:51:00 +00:00
Petr Skoda
2168425a9e
MDL-25611 more browser detection cleanup and improvements
...
general WebKit support, adding version support for android, fixing android browser name (engine name first), adding more tests
2010-12-08 07:39:58 +00:00
Petr Skoda
0667103514
MDL-25611 browser detection cleanup and improvements
2010-12-08 06:51:54 +00:00
Sam Hemelryk
82721a2f9f
NOBUG: Fixed up annoying type in moodle_page @property list
2010-12-08 02:04:47 +00:00
Sam Hemelryk
afc45eb160
navigation MDL-25578 Fixed up navbar when viewing categories.
2010-12-08 02:03:07 +00:00
Moodle Robot
668c450956
Updated the HEAD build version to 20101208
2010-12-08 00:49:40 +00:00
AMOS bot
d57043de88
Automatic installer lang files (20101208)
2010-12-08 00:40:09 +00:00
Petr Skoda
e67cfbd4c7
MDL-23733 Disable TinyMCE on iPod Touch and Android devices
...
Credit goes to Paul Nicholls
2010-12-07 15:49:57 +00:00
David Mudrak
d1571da6c8
MDL-25068 forum: fixed error string usage
...
The string [cannotsubscribe,mod_forum] is supposed to be used for group
membership check only. I have fixed the two other usages of the string.
Note that the condition if (forum_subscribe()) was useless as the
function return true values only now after $DB conversion.
2010-12-07 12:34:35 +00:00
David Mudrak
9a3adb2032
NOMDL forum: fixed the string wording to match the current code condition
...
Previous string was used together with the legacy:guest capability.
However, the current code checks is_enrolled() instead. This led to a
weird situation when non-enrolled admin or manager could not subscribe
to a forum and the error message was completely confusing for them.
2010-12-07 12:34:11 +00:00
David Mudrak
99eb51d9e4
MDL-22114 forum: fixed PAGE url param set
...
I am pretty sure Sam overlooked this is in the commit afef965e
2010-12-07 12:33:24 +00:00
David Mudrak
95d28f044e
MDL-25524 workshop: fixed random allocator removing current allocations
...
The bug was in filter_current_assessments() being applied before get_unkept_assessments()
so actually no current assessment records could be detected.
2010-12-07 11:39:50 +00:00
Tim Hunt
6eee65e4b5
deprecatedlib NOBUG fix typo.
2010-12-07 10:34:15 +00:00
Sam Hemelryk
0f229b906f
output MDL-25597 Bumping version after the three new settings were added.
2010-12-07 08:50:18 +00:00
Sam Hemelryk
90e920c7f4
output MDL-25597 Added three new config settings that allow you to add additional HTML to every page.
2010-12-07 08:48:38 +00:00
Aparup Banerjee
feaddca9e9
lib MDL-25532 added dbport option to mysqli driver
2010-12-07 07:30:35 +00:00
David Mudrak
b876a003b4
MDL-25588 report_customlang: removed redundant safe path check
...
Only the $lang part of the the path comes from the browser and it is
checked in get_localpack_location() anyway.
2010-12-07 06:08:51 +00:00
Moodle Robot
2f698d2a0b
Updated the HEAD build version to 20101207
2010-12-07 00:49:33 +00:00
David Mudrak
ff7670e79b
MDL-25582 Fixed inconsistence in FEATURE_MOD_INTRO evaluation
2010-12-06 16:07:31 +00:00
john St
162f4e19d9
fix for magazine theme MDL-25581
2010-12-06 16:00:16 +00:00
David Mudrak
44790d21ec
MDLSITE-1162 .gitignore file for Moodle git mirror
2010-12-06 12:57:38 +00:00
Petr Skoda
365bf67699
MDL-25536 fixed incorrect reading of plugin options in imsenterprise enrol plugin
2010-12-06 05:52:55 +00:00
Sam Hemelryk
83da094204
NOBUG: Removed unused variable
2010-12-06 03:21:01 +00:00
Moodle Robot
db7cab67c7
Updated the HEAD build version to 20101206
2010-12-06 00:54:02 +00:00
Dongsheng Cai
70cb0769d5
"COMMENTING MDL-25540 fixed bullet point displayed over user pics, credits to Davo Smith"
2010-12-05 18:44:01 +00:00
Dongsheng Cai
a9f19d81b9
"DATA MODULE MDL-25564 fixed $PAGE->url, credits to Davo Smith"
2010-12-05 18:36:44 +00:00
Dongsheng Cai
7be06fa535
"MDL-25529 revert changes, it broke module instance creating page"
2010-12-05 18:01:33 +00:00
jerome mouneyrac
4a67d7c84d
course MDL-25529 $introeditor not declared in some cases (=> it was displaying php notice when adding the official newmodule template)
2010-12-05 08:24:33 +00:00
Moodle Robot
70913ab324
Updated the HEAD build version to 20101205
2010-12-05 00:51:35 +00:00
AMOS bot
ac952d6b87
Automatic installer lang files (20101205)
2010-12-05 00:40:09 +00:00
Helen Foster
90699ee515
removing backslash
2010-12-04 19:44:51 +00:00
Moodle Robot
183614cdde
Updated the HEAD build version to 20101204
2010-12-04 00:53:41 +00:00
AMOS bot
e59a0f862f
Automatic installer lang files (20101204)
2010-12-04 00:40:09 +00:00
Pierre Pichet
fe75941008
MDL-25535 Testing default values when editing numerical options
2010-12-03 14:57:30 +00:00
Aparup Banerjee
93b4ecb2cd
enrol MDL-25522 removed extra redundant definition of field names in query causing oracle issues
2010-12-03 09:31:31 +00:00
Petr Skoda
de2d81fad5
MDL-25459 removing option to set picture and tags in admin profile setup form, we can use these only after setup is finished
2010-12-03 05:26:17 +00:00
Moodle Robot
de8a84e3e4
Updated the HEAD build version to 20101203
2010-12-03 00:49:18 +00:00
Helen Foster
4997ee5543
MDL-21250 capital letters removal
2010-12-02 21:48:04 +00:00
Helen Foster
1973cf9be8
MDL-21250 capital letters removal
2010-12-02 19:18:08 +00:00
Helen Foster
f705b4347a
MDL-21250 capital letters removal
2010-12-02 18:22:19 +00:00
David Mudrak
d774e8171a
MDL-25316 quiz_get_extra_capabilities() does not need to fetch subcapabilities explicitly
2010-12-02 16:51:52 +00:00
David Mudrak
61869c550f
MDL-25316 capabilities defined in subplugins are available when overriding the module permissions
2010-12-02 16:51:41 +00:00
Helen Foster
e6f6fa179b
MDL-21250 capital letters removal
2010-12-02 16:48:22 +00:00
Helen Foster
ae1790109d
MDL-21250 capital letters removal
2010-12-02 16:18:41 +00:00
Helen Foster
7a35fe4ffd
MDL-21250 capital letters removal
2010-12-02 15:42:24 +00:00
Sam Marshall
9ea98a6e15
local NOBUG Improved my settings example (probably typical usage) in local/readme.txt
2010-12-02 11:26:55 +00:00
Sam Hemelryk
cf5a0dbdd4
course-reports MDL-24173 Course reports now use the report page layout + minor tweaks to the serenity theme.
2010-12-02 07:31:48 +00:00
Dongsheng Cai
75d138a312
"MDL-25497, fixed Non-JavaScript file uploader generates warnings, credits to Tim Lock"
2010-12-02 07:26:25 +00:00
Sam Hemelryk
480f906e25
block-navigation MDL-23838 There is now an option that you can enable so that categories in the navigation are links as well.
2010-12-02 07:13:07 +00:00
Aparup Banerjee
2282039660
search MDL-25153 fixed performance problem
2010-12-02 06:24:50 +00:00
Sam Hemelryk
57bedaeeea
output-custommenu MDL-25447 Fixed up the processing of the custom menu removing the hard-coded single step down
2010-12-02 06:11:27 +00:00
Petr Skoda
621df74e00
MDL-25474 do not try to use caching for dynamic JS - it can not work
2010-12-02 05:46:09 +00:00
Petr Skoda
6d5b79c51d
MDL-25474 do not use html editor for css and js editing
2010-12-02 05:35:26 +00:00
Sam Hemelryk
1ded6e1f69
theme-base MDL-25498 Fixed up z-index overlay issue with YUI3 custom menu.
2010-12-02 05:20:37 +00:00
Moodle Robot
669a26af48
Updated the HEAD build version to 20101202
2010-12-02 00:50:07 +00:00
Sam Marshall
2528fe1408
local NOBUG Added another settings example (probably typical usage) to the excellent documentation about local plugins
2010-12-01 17:48:58 +00:00
Helen Foster
bea9531a78
MDL-25475 lang string update thanks to Inaki Arenaza and Angelo Pappano
2010-12-01 12:17:44 +00:00
David Mudrak
4b457a71cc
MDL-25369 mnet: do not show deleted peers in the remote enrolment client
2010-12-01 10:00:18 +00:00
Eloy Lafuente
3e7d386625
MDL-25418 glossary - fixed and improved duplicate entries buggy queries
2010-12-01 09:23:18 +00:00
David Mudrak
9c5cafd6d7
NOMDL Fixed profile pictures size in the list of participants
...
Because the 'size' option was not specified, the renderer used the
default size 35 for both modes. Therefore, the f2.png profile picture
was used even though the detailed expects 100x100 pictures. With this
patch, both sizes are specified explicitly and do not rely on the
default value.
2010-12-01 08:53:05 +00:00
jerome mouneyrac
ed2441128f
webservice MDL-21658 add moodle_add_groupmembers, moodle_create_groups, moodle_delete_groupmembers, moodle_delete_groups unit tests
2010-12-01 08:20:52 +00:00
Sam Hemelryk
2138d893f8
output MDL-25445 Corrected standard_end_of_body_html, returns rather than echoes now as suggested by docs and use. Kudos Urs for spotting.
2010-12-01 06:04:05 +00:00
Moodle Robot
164768bbb6
Updated the HEAD build version to 20101201
2010-12-01 00:49:06 +00:00
Andrew Davis
0077f57198
gradebook MDL-16103 prevented outcomes in gradebook showing the same icon as the activity they are attached to as it makes them hard to find.
2010-11-30 09:03:43 +00:00
jerome mouneyrac
e76e431c66
webservice MDL-21658 add moodle_group_get_groupmembers() and moodle_group_get_course_groups() unit test functions
2010-11-30 07:52:05 +00:00
jerome mouneyrac
3acb709515
webservice MDL-21658 add moodle_role_unassign() unit test function
2010-11-30 06:18:05 +00:00
jerome mouneyrac
cae9c119c6
webservice MDL-21658 add moodle_role_assign() unit test function
2010-11-30 05:51:52 +00:00
jerome mouneyrac
ceb1bad4ad
webservice MDL-25444 indicate which field are unexpected in case of web service error
2010-11-30 01:55:17 +00:00
Moodle Robot
a7a1dbd632
Updated the HEAD build version to 20101130
2010-11-30 00:52:28 +00:00
Helen Foster
9936e3b00f
MDL-21250 capital letters removal
2010-11-29 16:23:19 +00:00
Helen Foster
af842c4309
MDL-21250 capital letters removal
2010-11-29 16:03:59 +00:00
Helen Foster
5735fefc93
MDL-21250 capital letters removal
2010-11-29 15:49:58 +00:00
Helen Foster
2a1a268136
MDL-25426 typo fix
2010-11-29 15:39:10 +00:00
David Mudrak
95840a8e7b
MDL-24939 block mnet_hosts now displays error message if the dependencies test fails
...
The site must be switch at least to DEBUG_NORMAL level and
$CFG->debugdisplay must be turned on. It helps administrators to detect
the problems in their MNet setups.
2010-11-29 13:44:28 +00:00
David Mudrak
0b5549de93
Workshop index page cleanup
2010-11-29 12:24:16 +00:00
David Mudrak
32a979e9a8
MDL-25436 workshop: fixed deprecated function call
...
Credit goes to Paul Ortman for the patch.
2010-11-29 12:23:42 +00:00
jerome mouneyrac
a9f07c4130
webservice MDL-21658 add moodle_user_update_users() unit test function
2010-11-29 09:15:14 +00:00
Dongsheng Cai
d2d1db7a84
"MDL-25406 WIKI, use swid instead of wid, gid, uid"
2010-11-29 08:30:15 +00:00
Dongsheng Cai
33ea845ab2
"MDL-25406 WIKI, fixed wid parameter"
2010-11-29 08:25:03 +00:00
Sam Hemelryk
c89fa3fe4c
mod-forum MDL-25386 Fixed up the navigation for the forum.
2010-11-29 06:27:22 +00:00
jerome mouneyrac
d1d0788d47
webservice MDL-21658 add moodle_user_delete_users() unit test function + fix moodle_user_get_users_by_id unit test + add support of options for the SOAP client (important to force synchronous SOAP mode)
2010-11-29 06:26:38 +00:00
Sam Hemelryk
c3863f0d56
theme-standardold MDL-25431 Fixed up a block header display issue in standardold ie6 and added readme file
2010-11-29 06:03:33 +00:00
Moodle Robot
a7703e6aa3
Updated the HEAD build version to 20101129
2010-11-29 00:51:40 +00:00
AMOS bot
1aa620373c
Automatic installer lang files (20101129)
2010-11-29 00:40:10 +00:00
Moodle Robot
382b132fdd
Updated the HEAD build version to 20101128
2010-11-28 00:49:45 +00:00
AMOS bot
ec87333479
Automatic installer lang files (20101128)
2010-11-28 00:40:08 +00:00
Moodle Robot
21505b1f7b
Updated the HEAD build version to 20101127
2010-11-27 00:51:13 +00:00
AMOS bot
8c28461917
Automatic installer lang files (20101127)
2010-11-27 00:40:09 +00:00
Sam Marshall
3371ff92da
Conditional activities MDL-24180 Change wording of 'accessible' dates to 'access', make a bit more consistent
2010-11-26 13:52:16 +00:00
David Mudrak
b68af0358e
MDL-21250 Fixed uppercase characters in blog strings
2010-11-26 11:13:58 +00:00
David Mudrak
cfa11fd610
Fixed a string usage - no placeholder is expected here
2010-11-26 09:42:02 +00:00
David Mudrak
82c3f5d848
Do not record encrypted XML-RPC responses in error_log
...
Such an information is not readable anyway and it make debugging
actually harder. If somebody needs it, they can uncomment the line.
2010-11-26 09:20:28 +00:00
David Mudrak
42ae4ff290
MNet: fixed wrong column name in SQL cleanup code
2010-11-26 09:20:16 +00:00
David Mudrak
ee4cd8f16d
Prevent MNet error message when multiple records for the user are found in mnet_session table
2010-11-26 09:20:06 +00:00
David Mudrak
35d76df31d
MDL-25367 user images are sent a received over MNet during SSO again
2010-11-26 09:19:55 +00:00
David Mudrak
13b78fda00
Profile fields to be synced via MNet now respect the 'use defaults' option
2010-11-26 09:19:44 +00:00
David Mudrak
19414fa47b
Fixed trivial typo in a string
2010-11-26 09:17:43 +00:00
Sam Hemelryk
ed6af5425c
navigation MDL-25397 Converted use of can_edit_category to check capabilities instead.
2010-11-26 06:07:46 +00:00
Sam Hemelryk
c55e1d2945
navigation MDL-25410 Fixed up marking of active item/items and fixed blog links on navigation so they only display for current user.
2010-11-26 06:04:59 +00:00
Petr Skoda
b0b63da977
MDL-25400 user_created/updated events not generated at login
2010-11-26 02:36:09 +00:00
Moodle Robot
bc8a69951a
Updated the HEAD build version to 20101126
2010-11-26 00:51:36 +00:00
AMOS bot
4151217945
Automatic installer lang files (20101126)
2010-11-26 00:40:09 +00:00
Andrew Davis
ae27608564
rating MDL-22412 removed references to legacy ratings tables
2010-11-25 06:40:27 +00:00
Dan Marsden
a7ab614d3a
SCORM MDL-25298 escape html vars correctly - thanks to Xavier Paz for report/fix
2010-11-25 01:32:03 +00:00
AMOS bot
683513daee
Automatic installer lang files (20101125)
2010-11-25 00:40:09 +00:00
Piers Harding
ef297a213d
MDL-24738 - fix up height and width calculations for scorm player
2010-11-24 22:57:38 +00:00
Moodle Robot
4905617e40
Updated the HEAD build version to 20101125
2010-11-24 17:40:47 +00:00
Martin Dougiamas
64063ad95a
Bump version number to 2.0!
2010-11-24 17:11:30 +00:00
Eloy Lafuente
77151075dc
NOBUG: Changed to _sql() variant to properly use sql_compare_text(). Kudos to aparup for latest improvs. in where_clause()
2010-11-24 14:55:29 +00:00
Eloy Lafuente
636444e8b6
MDL-25019 backup - course_startdate may not exist
2010-11-24 10:46:15 +00:00
Tim Hunt
f2956c9813
quiz editing MDL-25391 creating a new question and adding it directly to the quiz was broken.
...
Thanks to Chad Outten for finding this before it was too late, and skodak for the review.
2010-11-24 09:05:22 +00:00
Dongsheng Cai
ad85f2629d
"NOMDL, fixed wiki upgrade, credits to David Mudrak"
2010-11-24 08:50:29 +00:00
Andrew Davis
156205fc97
message MDL-25380 preventing html tags appearing in emailed messages when a message is sent to course participants
2010-11-24 04:17:52 +00:00
Petr Skoda
a864e5ddc3
MDL-24699 fixed performance and other potential problems in update_user_record
2010-11-24 02:52:26 +00:00
jerome mouneyrac
08509f0a6b
webservice MDL-25389 Add some information about web service into the local/readme.txt
2010-11-24 02:14:45 +00:00
Sam Hemelryk
48561e1b94
weblib MDL-25390 Minor fix of incorrect use of moodle_url object
2010-11-24 02:08:30 +00:00
Moodle Robot
79007ae74c
Updated the HEAD build version to 20101124
2010-11-24 00:50:39 +00:00
Andreas Grabs
f42f567afc
MDL-25384 - the file mod/feedback/easy_excel.php is not used anymore
2010-11-23 18:07:11 +00:00
Andreas Grabs
51c49cc056
MDL-25375 - mod/feedback/complete.php throws exception if email notifications are enabled
2010-11-23 17:56:24 +00:00
Tim Hunt
423b992ee3
quiz editing MDL-25374 recent change broke JS on the order and paging tab.
2010-11-23 09:56:14 +00:00
jerome mouneyrac
820b42c57b
webservice MDL-25323 clean get_ws_authorised_usersget_ws_authorised_users from obsolete code
2010-11-23 09:16:34 +00:00
Moodle Robot
b14e97df82
Updated the HEAD build version to 20101123
2010-11-23 00:49:25 +00:00
AMOS bot
9003aed803
Automatic installer lang files (20101123)
2010-11-23 00:40:09 +00:00
Andreas Grabs
794cc28da9
MDL-25363 - Regression in feedback module show_entries.php
2010-11-22 19:48:52 +00:00
Sam Hemelryk
ca787a923f
navigation MDL-25364 Fixed up AJAX loading for guest users within a course.
2010-11-22 10:19:39 +00:00
Tim Hunt
94dbfb3a82
quiz editing MDL-24750 The Add random button should also let you add questions from an existing category.
...
Also includes a fix for MDL-24749 by Sam Hemelryk. Thanks Sam.
This commit also includes a certain amount of code cleaning up.
2010-11-22 09:52:42 +00:00
Andrew Davis
d2e66a60a0
gradebook MDL-25358 improved validation of scales
2010-11-22 05:52:13 +00:00
Sam Hemelryk
c96c3b7dbe
calendar MDL-25302 Fixed typo in calendar language pack. Thanks Bente for spotting.
2010-11-22 05:41:23 +00:00
Sam Hemelryk
c8ffba95b0
course MDL-24595 Fixed expand all collapse all links on front page.
2010-11-22 05:35:39 +00:00
Sam Hemelryk
1b32bc234a
categories MDL-24936 Added turn editing on/off links to the category settings in the settings block
2010-11-22 05:31:46 +00:00
Pierre Pichet
79b067e911
MDL-25362 adding isset() line 2292
2010-11-22 04:25:53 +00:00
Dongsheng Cai
7cb854fe60
MDL-25331, fixed comment javascript
2010-11-22 02:20:05 +00:00
Andrew Davis
536a56e771
message MDL-25359 now specifying message recipient in IM email notification footer link to avoid weirdness on servers with autologin as guest turned on
2010-11-22 01:44:10 +00:00
Moodle Robot
bcf6d8f0f8
Updated the HEAD build version to 20101122
2010-11-22 00:52:56 +00:00
AMOS bot
aeef24f64c
Automatic installer lang files (20101122)
2010-11-22 00:40:10 +00:00
Pierre Pichet
a3130f2cf7
MDL-25353 Correcting lang string
2010-11-21 04:55:25 +00:00
David Mudrak
d6f50ce6d1
portfolio: fixed email body text so that html body matches the plain text version
2010-11-21 01:13:33 +00:00
David Mudrak
3278dfeb5f
MDL-21250 fixed capitalized words and redundant spaces
2010-11-21 01:13:15 +00:00
Moodle Robot
e3f031dcb0
Updated the HEAD build version to 20101121
2010-11-21 00:52:22 +00:00
David Mudrak
5b2b977db7
MDL-21250 capitalized words in core_question
2010-11-20 20:38:31 +00:00
David Mudrak
432ef80368
Fixed the error string wording
2010-11-20 19:38:23 +00:00
Petr Skoda
c4cef1fe39
MDL-25314 weaker misconfiguration detection
...
seems like there are too many problems in buffer flushing in different PHP/browser configurations; flushing the buffers after all headers are sent, this is the safest way
2010-11-20 11:39:11 +00:00
Petr Skoda
116ee3e433
MDL-25314 coding style improvement
2010-11-20 03:56:34 +00:00
Petr Skoda
596c71156d
MDL-25314 some more header diagnostics when preparing to send file
2010-11-20 03:55:53 +00:00
Petr Skoda
871ed45870
MDL-25314 adding some header/session related notes
2010-11-20 03:49:20 +00:00
Petr Skoda
5e21cac896
MDL-25336 fixed & in mod/url and fixed incomplete click url when embedding
2010-11-20 03:17:19 +00:00
Petr Skoda
56e507b2ee
MDL-25335 prevent errors when invalid format specified in resource text page
2010-11-20 02:51:26 +00:00
Petr Skoda
6c796bb6bd
MDL-25338 optional param: newcourseidnumber is treated like required param resulting in logic error, credit goes to Nick Thompson
2010-11-20 02:27:34 +00:00
Petr Skoda
3338a72fa0
MDL-25337 fixed invalid config test in enrol course sync, credit goes to Nick Thompson
2010-11-20 02:24:05 +00:00
Moodle Robot
db9701d901
Updated the HEAD build version to 20101120
2010-11-20 00:58:40 +00:00
Eloy Lafuente
6bfe81293f
MDL-25268 dml - change whitespace capture in limitfrom/limitnum regexp. Fixes some border cases
2010-11-20 00:49:01 +00:00
AMOS bot
a5c55a58c2
Automatic installer lang files (20101120)
2010-11-20 00:40:10 +00:00
Eloy Lafuente
8be6dfcc4a
MDL-25340 external blof - fix problem with extra tags processing
2010-11-19 23:58:53 +00:00
Dan Marsden
1ed0a96c28
SCORM MDL-25320 removes spaces from children patterns - thanks to Ian Wright for report
2010-11-19 23:35:12 +00:00
Eloy Lafuente
a742eb1f8b
MDL-25340 external blog - fix sql_compare_text() use
2010-11-19 21:57:15 +00:00
Eloy Lafuente
296f6c99b1
NOBUG: moodle/blog:manageexternal is SYSTEM cap, not USER at all
2010-11-19 18:25:27 +00:00
Eloy Lafuente
33a87f14c6
NOBUG: Add one missing cap. definition string
2010-11-19 17:45:38 +00:00
Sam Marshall
b09b6ed8dd
MDL-25301 'Upload this file' button should not have ...
2010-11-19 16:27:30 +00:00
Tim Hunt
06f1bd03be
question XML import/export MDL-18916 Fix import of questions with images exported from Moodle 1.9.
...
Thanks again to Patrick Pollet
2010-11-19 14:24:18 +00:00
David Mudrak
ae440dec90
Fixed string typo
2010-11-19 13:28:56 +00:00
David Mudrak
072e9d9a39
TinyMCE tool to generate upstream pack to be imported into AMOS
...
I have tweaked Petr's script so that now it generates files in a
suitable format for importing into AMOS.
2010-11-19 13:04:26 +00:00
Tim Hunt
4f2900771d
question XML import/export MDL-18916 should include question tags.
2010-11-19 12:33:48 +00:00
Tim Hunt
4ec6d4e692
question export NOBUG delete obsolete code.
2010-11-19 12:16:23 +00:00
Tim Hunt
fe857668d4
NOBUG whitespace fixes.
2010-11-19 12:13:59 +00:00
Tim Hunt
6680966c84
qtype_multichoice MDL-25208 another problem with editing.
...
Thanks to Patrick Pollet for spotting this.
2010-11-19 11:36:15 +00:00
Tim Hunt
b81653e0af
question export MDL-25324 Better file names for question exports - argh! missed lang stings
...
Grr!
2010-11-19 11:11:33 +00:00
Tim Hunt
87214c4e89
question export MDL-25324 Better file names for question exports - argh! missed lang stings
...
AMOS BEGIN
MOV [exportfilename,mod_quiz],[exportfilename,core_question]
MOV [exportnameformat,mod_quiz],[exportnameformat,core_question]
AMOS END
2010-11-19 11:11:19 +00:00
Tim Hunt
b80d424c50
question export MDL-25324 Better file names for question exports.
2010-11-19 11:02:28 +00:00
Tim Hunt
5b744492a6
gift import/export MDL-25088 another attempt at fixing it, this time with unit tests.
2010-11-19 10:27:29 +00:00
Andrew Davis
94263cca87
quiz MDL-25297 fixing quiz messaging issues
2010-11-19 09:50:12 +00:00
Tim Hunt
a5e8e6e5de
qtype multicoice xml export MDL-25208 / MDL-25104 revert incorrect change in qtype_multichoice and do a proper fix in XML export.
2010-11-19 09:35:54 +00:00
jerome mouneyrac
ceac2af394
registration MDL-25322 fix average participant and module display (only two digital)
2010-11-19 09:23:12 +00:00
Helen Foster
dc084e42f9
MDL-25305 typo fix
2010-11-19 09:22:24 +00:00
Petr Skoda
6e65fcd9b9
trying to work around gzip issue
2010-11-19 08:51:49 +00:00
Aparup Banerjee
70b082fa6d
wiki MDL-24862 fixed wiki upgrade error (tested for mssql and mysql)
2010-11-19 08:36:49 +00:00
jerome mouneyrac
05d7a48dc5
registration MDL-25322 fix average participant and module display (only two digital)
2010-11-19 08:34:20 +00:00
Andrew Davis
235da58d8c
quiz MDL-25297 fixed erroneous inline comments
2010-11-19 08:18:48 +00:00
Dongsheng Cai
2c5b8e8ea3
"MDL-25104, fixed answernumbering parameter"
2010-11-19 08:08:39 +00:00
Dongsheng Cai
49550e4964
"MDL-24862 revert previous change, sub query works better"
2010-11-19 07:43:13 +00:00
Andrew Davis
f8df6aebcf
blog MDL-25318 fixed an sql error in blog_delete_external_entries()
2010-11-19 07:38:29 +00:00
Sam Hemelryk
6117bd9780
theme-formal_white MDL-25090 Further tweaking of region-pre-layout
2010-11-19 07:16:41 +00:00
Andrew Davis
c02f338e5e
rss MDL-25319 replicating my optimization made to forum rss in glossary rss and database rss
2010-11-19 06:56:23 +00:00
Martin Dougiamas
e3c21e8c13
Fixing a string
2010-11-19 06:46:19 +00:00
Andrew Davis
c05ccf3fa7
rss MDL-25319 removing unnecessary call to isguestuser()
2010-11-19 06:39:00 +00:00
Andrew Davis
da8ae44ead
rss MDL-25319 adding a check to avoid some work if the same rss feed is requested repeatedly
2010-11-19 06:33:38 +00:00
Aparup Banerjee
bb7603e900
wiki MDL-24862 fixed the upgrade code breaking in mssql.
2010-11-19 06:10:33 +00:00
Sam Hemelryk
dbfcdb80c5
theme-formal_white MDL-25090 Fixed up positioning on side-pre-only layouts in formal white.
2010-11-19 05:53:14 +00:00
Andrew Davis
bc68fc9a9b
message MDL-25297 refactored quiz to make message notifications work
2010-11-19 05:18:34 +00:00
Sam Hemelryk
060cd0c887
course MDL-25269 Fixed up module/resource indentation on the course view page. Now uses div margins rather than spacer images.
2010-11-19 04:02:21 +00:00
Dan Marsden
32944e8d54
CHOICE MDL-24102 remove unused var - which should never be used anyway as it isn't cleaned!!
2010-11-19 03:42:33 +00:00
Petr Skoda
cbad562eee
MDL-25314 improved prevention of output buffering + detection of misconfigured servers
...
Scripts that do not want buffered output just define NO_OUTPUT_BUFFERING before including config.php.
The fileserving code now checks if the headers are already sent which detects misconfigured servers.
2010-11-19 03:40:43 +00:00
Dan Marsden
6e4453f5f8
CHOICE MDL-24102 use correct url in form submission
2010-11-19 03:23:14 +00:00
Dongsheng Cai
cece1791b0
MDL-23929 WIKI, fixed has_capability parameter
2010-11-19 02:59:10 +00:00
Sam Hemelryk
7a534d7a5c
mod-data MDL-25281 Removed format_text call that we messing up database entries.
2010-11-19 02:58:42 +00:00
Dan Marsden
e076641f77
CHOICE MDL-24102 fix tabs in code
2010-11-19 02:57:35 +00:00
Sam Hemelryk
edf577d2cd
backup-cancel MDL-25244 Added missing YUI module requirement
2010-11-19 02:51:07 +00:00
Dan Marsden
f51d388c78
CHOICE MDL-24102 fix lang string
2010-11-19 02:48:39 +00:00
Sam Hemelryk
a467d243f9
navigation MDL-25317 Fixed scroll issue and ajax expansion bug within the navigation JS
2010-11-19 02:41:05 +00:00
Dongsheng Cai
134d38ff18
MDL-22553, fixed wiki upgrade sql to running on sql server
2010-11-19 02:30:00 +00:00
Sam Hemelryk
653bc47ff2
mod-forum MDL-25299 Fixed up whitespace issue in forum lib
2010-11-19 01:57:23 +00:00
Petr Skoda
27466303d9
MDL-25314 getting rid of @ hiding error
...
We were using these because we added them in stable and did not want to risk any regression, in the long term it is better to show all errors caused by random PHP restrictions introduced by shared hosting admins.
2010-11-19 01:39:30 +00:00
Moodle Robot
193795b61f
Updated the HEAD build version to 20101119
2010-11-19 00:53:57 +00:00
AMOS bot
906010b864
Automatic installer lang files (20101119)
2010-11-19 00:40:09 +00:00
Tim Hunt
26f09e62e7
qtype multichoice MDL-25208 and another problem with saving Multiple choice questions.
2010-11-18 23:43:12 +00:00
Tim Hunt
679f7963cf
qtype_multichoice MDL-25208 fix my earlier screw-up
2010-11-18 22:39:09 +00:00
Tim Hunt
d744fc392a
quiz NOBUG improve a comment.
2010-11-18 22:38:50 +00:00
Eloy Lafuente
295474bda9
MDL-25310 backup - Bump!
2010-11-18 21:35:40 +00:00
Eloy Lafuente
cbb9e9b8b4
MDL-25310 backup - some minor tasks related to cleaning/old options
2010-11-18 21:34:01 +00:00
Tim Hunt
49da759b30
qtype_multichoice MDL-25208 problem with editing.
2010-11-18 17:59:23 +00:00
David Mudrak
63e859f59f
Fixed capability names
2010-11-18 16:13:39 +00:00
john St
2184f7a740
Formfactor theme custom menu style fixes, MDL-25213
2010-11-18 15:30:39 +00:00
john St
cea441e856
fix for Arialist theme submenu arrow, MDL-25211
2010-11-18 14:55:14 +00:00
john St
c7a90e1069
Overlay theme fix for MDL-25214
2010-11-18 14:48:42 +00:00
David Mudrak
fc2b54691a
Removing obsolete permission explanation strings
2010-11-18 14:06:57 +00:00
Eloy Lafuente
39cf0e8e74
MDL-24863 unit tests - tidy up a bit some tests
2010-11-18 14:02:02 +00:00
David Mudrak
3b8b116ec3
Removing legacy hidden role assignment strings
2010-11-18 13:56:49 +00:00
David Mudrak
29ec4d26ff
Fixed the anchor of Show parent link in the Forum
...
The anchor link led to the post itself instead of to the parent.
2010-11-18 12:47:24 +00:00
Dongsheng Cai
2675ca53f4
MDL-25104, fixed answertext in mulitchoice questoin type
2010-11-18 07:35:27 +00:00
Andrew Davis
35eed0ca48
message MDL-25267 improved the test for Jabber configuration
2010-11-18 07:17:19 +00:00
Sam Hemelryk
92f3345773
backup MDL-25283 Fixed regression in restore by adding destroy method to independent restore stages.
2010-11-18 07:09:09 +00:00
Andrew Davis
0d447fe634
message MDL-25264 removed another reference to $USER
2010-11-18 07:05:47 +00:00
Petr Skoda
9ecf4f44e4
fixing regression in the last commit
2010-11-18 06:26:27 +00:00
Petr Skoda
de542ff813
NOBUG explaining why textlib sorting fails
2010-11-18 06:14:59 +00:00
Aparup Banerjee
011bfd2a54
database MDL-24863
...
- added restricting text conditions to where_clause , it throws a dml_exception when detected.
- also added to where_clause throwing dml_exception for field that doesn't exist in table.
- added unit tests for text condition restricting.
- added 2 unit tests for set_field_select() testing 'auto-casting params to int problem' fix
2010-11-18 06:00:51 +00:00
Andrew Davis
fa8f03efbb
message MDL-25264 made it possible to edit another user's message preferences
2010-11-18 05:28:51 +00:00
Andrew Davis
861fa9120d
message MDL-25267 made jabber processor detect if it hasnt been configured
2010-11-18 02:59:23 +00:00
Sam Hemelryk
0b4cede202
NOBUG: Added missing backup message provider string
2010-11-18 02:54:46 +00:00
Andrew Davis
c40cfb8cfc
message MDL-25265 message_send() now uses a success flag rather than returning false immediately if a processor fails to prevent a single bad processor preventing others from running
2010-11-18 02:19:59 +00:00
Sam Hemelryk
44bb101dfe
backup MDL-24962 Backup, Restore, and Import all now explicitly destroy the UI, controller, and stage objects upon completion.
2010-11-18 02:09:23 +00:00
Andrew Davis
696b250217
gradebook MDL-25238 made things line up in IE and Safari with static student columns enabled
2010-11-18 01:56:16 +00:00
Sam Hemelryk
ca1292e014
backup MDL-24962 Automated backups now explicitly destroy the backup controller created at the end of a backup for a course.
2010-11-18 01:35:16 +00:00
Eloy Lafuente
9882b2c824
MDL-25276 dml - fix/implement sql_cast2int/real() across the 5 drivers. Tests passing.
2010-11-18 01:27:49 +00:00
Eloy Lafuente
a018adf038
MDL-25276 dml - completed sql_cast_char2int/real tests to reveal some problems
2010-11-18 01:10:41 +00:00
Inaki
40293947bb
auth/cas: MDL-25062 CAS authentication plugin does not validate the CAS server certificate
...
If we enable the server validation but don't specify a certificate file path
flag the error and don't let the user save the settings.
2010-11-18 00:57:06 +00:00
Moodle Robot
1a92193c7f
Updated the HEAD build version to 20101118
2010-11-18 00:48:15 +00:00
AMOS bot
293d6a11da
Automatic installer lang files (20101118)
2010-11-18 00:40:09 +00:00
Inaki
387d1dc0d5
auth/cas: MDL-25062 CAS authentication plugin does not validate the CAS server certificate
...
The CAS protocol security model requires that you verify the cas server
certificate before you trust the answer (valid authentication and username
etc.).
Credit goes to Joachim Fritschi for reporting it and providing a patch.
2010-11-18 00:12:23 +00:00
Eloy Lafuente
80c2a742b6
MDL-21437 data - fixed navigation from list to single
2010-11-17 21:47:08 +00:00
Eloy Lafuente
6e6878b5ec
MDL-21437 data - fixed the sort by fuctionality to be cross-db for all fields
2010-11-17 21:18:53 +00:00
Eloy Lafuente
be4d5a927b
MDL-21437 data - latlong, menu, radiobutton, text, textarea, url
2010-11-17 19:27:47 +00:00
Eloy Lafuente
15a182827f
MDL-21437 data - checkbox and multimenu fields search working + require all too
2010-11-17 19:13:26 +00:00
Eloy Lafuente
1675129e35
MDL-21437 data - number and date fields search under mssql and oracle
2010-11-17 17:54:00 +00:00
Eloy Lafuente
eca891267c
MDL-21437 data - latlong, radio menu and multimenu now working under sqlserver & oracle
2010-11-17 16:57:56 +00:00
David Mudrak
05e7fca43f
Yet another string using proper placeholder in Javascript
2010-11-17 12:44:17 +00:00
Petr Skoda
e98a39260a
NOBUG standardising prevention of output buffering
...
we should really add some new define before the config.php inclusion soon
2010-11-17 12:25:36 +00:00
Eloy Lafuente
b9e8c6a6f2
NOBUG: I hate the shut-up operator, really!
2010-11-17 11:02:32 +00:00
Eloy Lafuente
3a55ee2f5e
MDL-25268 dml - improved limitnum/limitfrom regexp in ms drivers + tests
2010-11-17 10:39:56 +00:00
Dongsheng Cai
d4800079b7
MDL-22898, fixed wiki preview
2010-11-17 09:41:25 +00:00
Dongsheng Cai
6f1b029b6f
MDL-22449, improve wiki help info
2010-11-17 09:04:46 +00:00
jerome mouneyrac
d4f866ea5f
community block MDL-25262 improve hub listing css
2010-11-17 09:03:26 +00:00
Dongsheng Cai
af857b05c2
MDL-25250, fixed php coding error in wiki module
2010-11-17 08:43:16 +00:00
Dongsheng Cai
1d5bd3d2ed
MDL-24941, fixed nopermission error when student entering scheduled chat session
2010-11-17 07:56:40 +00:00
jerome mouneyrac
5bf725440c
registration MDL-25261 trivial confirmation regitration page improvement
2010-11-17 07:53:10 +00:00
Aparup Banerjee
08d3898c7c
installation MDL-24863 fixed area that is calling get_site() to catch dml_exception instead of dml_read_exception. (This is to handle other possible types of dml_exceptions during calling get_site())
2010-11-17 07:40:48 +00:00
Aparup Banerjee
4f8b9632f8
database MDL-24863 applied fix like MDL-23997 which converts number to string.
2010-11-17 07:36:02 +00:00
Sam Hemelryk
49084fe104
NOBUG: Fixed up docs
2010-11-17 07:04:02 +00:00
Sam Hemelryk
e99033b059
NOBUG: Documenting CFG->extramemorylimit within config-dist
2010-11-17 06:57:22 +00:00
Andrew Davis
2846b9a6a2
message MDL-25240 made filters work when displaying messages
2010-11-17 06:36:26 +00:00
Andrew Davis
affefa8cc3
message MDL-25240 corrected index.php's description
2010-11-17 06:34:59 +00:00
Petr Skoda
516c5eca68
MDL-24698 hopefully fixed all completion_info problems
2010-11-17 06:23:56 +00:00
Petr Skoda
2c0b6ab223
MDL-23610 increasing version number to trigger environment test
2010-11-17 03:52:05 +00:00
jerome mouneyrac
cbe80ba5c3
community block MDL-25256 fix hub description on the search form (previous hub description was assigned to the following)
2010-11-17 03:29:35 +00:00
Sam Hemelryk
9a424c711e
navigation MDL-25247 Fixed regression in the navigation.
2010-11-17 02:20:05 +00:00
Petr Skoda
cd4f18595a
MDL-23610 finally fixed the broken utf8 detection in mysqli driver
...
this was actually causing tons of false reports because people are often creating the database without the encoding parameter, especially when testing upgrades
2010-11-17 01:58:38 +00:00
Moodle Robot
e53162b9d2
Updated the HEAD build version to 20101117
2010-11-17 00:48:28 +00:00
AMOS bot
87b28cb7dc
Automatic installer lang files (20101117)
2010-11-17 00:40:13 +00:00
David Mudrak
416b3d8110
Fixed trivial typo in enrolment string
2010-11-16 18:25:28 +00:00
David Mudrak
049e880cce
AJAX enrolment uses proper {$a} placeholder
...
We now have M.util.get_string() that should be used instead of custom
replacement. Otherwise the placeholder is not detected in AMOS
web translator.
2010-11-16 18:02:14 +00:00
David Mudrak
2246f9f6bd
Fixed typo in the capability name
2010-11-16 17:36:01 +00:00
Helen Foster
77d9f6143d
MDL-22449 wiki lang string polishing plus adding link strings
2010-11-16 16:59:00 +00:00
Pierre Pichet
b800dc1990
MDL-25194 setting 'returnurl' and removing display of correctanswerfeedback... , left these only on calculatedmultichoice
2010-11-16 15:53:11 +00:00
Pierre Pichet
f9ce698969
MDL-25194 removing display of correctanswerfeedback... , left these only on calculatedmultichoice
2010-11-16 15:50:50 +00:00
Pierre Pichet
f065391d6d
MDL-25194 settig 'returnurl'
2010-11-16 15:47:42 +00:00
Tim Hunt
341be301fc
theme MDL-22492 / MDL-25204 hack it so that help popups never appear under other things.
2010-11-16 14:09:39 +00:00
David Mudrak
45e8775911
MDL-13379 mnet: course overview at my home page displays remote courses, too
...
The patch submitted by Hubert Chathi. I just changed it a bit to use
moodle_url instead of string URLs and to use s() instead of format_string()
when putting the course fullname into title="" attribute value.
2010-11-16 13:40:34 +00:00
Petr Skoda
43206af618
MDL-25235 fixed param type for OS paths
...
paths to executable are not PARAM_TEXT, we have to use PARAM_RAW there + whitespace fixes
2010-11-16 10:27:00 +00:00
Sam Hemelryk
1d67258eb9
mod-forum-search MDL-25239 Fixed double encoding of the search param during pagination
2010-11-16 09:00:47 +00:00
jerome mouneyrac
9d1b6ea35c
webservice MDL-25195 fix web service admin pages navigation bar/navigation
2010-11-16 07:45:31 +00:00
Pierre Pichet
f5382dd25e
MDL-25194 replace protected options of default_question_type by public optionsa defined in calculated.
...
the same parameter is used in calculatedsimple and caculatedmulti which extends question_calculated_qtype
2010-11-16 03:43:54 +00:00
jerome mouneyrac
0c92f1138f
publication MDL-25221 destroy backup controller once backup is done.
2010-11-16 03:04:40 +00:00
Dan Marsden
2004f2eef0
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 01:03:56 +00:00
Dan Marsden
5c58d55a4d
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 01:02:17 +00:00
Dan Marsden
a4347c6937
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 00:56:24 +00:00
Dan Marsden
70e3605358
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 00:49:37 +00:00
Moodle Robot
e5228e541a
Updated the HEAD build version to 20101116
2010-11-16 00:49:07 +00:00
Dan Marsden
72ef83b9ab
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 00:21:59 +00:00
Dan Marsden
020f27dbfb
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 00:19:41 +00:00
Dan Marsden
522aafc73b
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 00:16:56 +00:00
David Mudrak
b0f5d070e7
MDL-23978 portfolio: do not cleanup images with portfolio URI scheme
...
The problem was in the order of the content preparing. Now when the
filters are always skipped (they have to) we must always run
format_text() first. That will prepare nice HTML in which we just
rewrite the portfolio URIs.
Note that we are still calling clean_text() so that we do not export
malicious code for portfolios like File download. In the future, this
may be changed, made format specific or even per-export configurable.
As a side product of the patch, I have re-enabled online assignment
portfolio export and switched $options->para to false consistently.
2010-11-15 22:59:06 +00:00
Helen Foster
fca0c7b9af
MDL-25205 help string improvement
2010-11-15 20:47:07 +00:00
Tim Hunt
8b1e050bd0
qtype multichoice MDL-25208 Saving questions was broken.
2010-11-15 17:17:48 +00:00
Eloy Lafuente
f81f513325
MDL-25161 restore - keep course->numsections unmodified
2010-11-15 17:10:11 +00:00
Tim Hunt
16cad79ba9
quiz editing MDL-25205 help for the order and paging page.
2010-11-15 17:00:38 +00:00
Tim Hunt
6577832390
quiz reports MDL-25206 Make it more obvious how to review the students responses.
2010-11-15 16:41:42 +00:00
David Mudrak
c0b7391d0b
report_customlang: regenerate foreign key after recent tables rename
...
Thanks to Tim Hunt for spotting this overlooked key definition.
2010-11-15 16:13:06 +00:00
Eloy Lafuente
8231bb159b
MDL-24962 backup - clean plan/settings circular refs on restore
2010-11-15 16:08:02 +00:00
Eloy Lafuente
32df07b4c3
MDL-24959 glossary_random - render images in picked entries properly
2010-11-15 15:46:14 +00:00
Tim Hunt
9dd460390c
question import MDL-25200 was ignoring the category specified in the file.
2010-11-15 15:27:24 +00:00
Eloy Lafuente
3b953472ac
MDL-25227 glossary - fix delete_instance() and clean orphaned entries
2010-11-15 15:16:57 +00:00
David Mudrak
f3cc571af2
MDL-25225 forum: fixed discussion control layout
...
The display mode selector is supposed to display in the middle of the
row. Move discussion selector should be on the right, portfolio export
selector on the left. Thanks Sam Marshall for the report and testing the
patches.
2010-11-15 14:18:24 +00:00
Pierre Pichet
ab152de445
MDL-25192 and MDL-25194 import and saving images using instructions ['files'] array
2010-11-15 14:14:43 +00:00
Pierre Pichet
dec3f2128b
MDL-25192 editing and saving instructions image usng question->id
2010-11-15 14:09:19 +00:00
Helen Foster
ca6dd3edc5
MDL-24405 reverting lang strings thanks to Chris Collman for review
2010-11-15 12:19:37 +00:00
Sam Marshall
15e48a1a49
Forum MDL-25170 Discussion move feature should have button so you don't do it by accident (again)
2010-11-15 10:41:26 +00:00
David Mudrak
afe38b79c6
MDL-21657 fixed regression in function call after its API change
...
The API of the function forum_print_posts_threaded() was changed in
63e87951e6 but this call was not updated.
This led to not displaying other replies when replying to a forum post.
2010-11-15 10:02:44 +00:00
Andrew Davis
112fdf4792
gradebook MDL-25171 made it possible to deselect all grade items when exporting grades
2010-11-15 09:03:32 +00:00
jerome mouneyrac
dafd2eb308
publication MDL-25040 fix ugly css (hub logo image has border)
2010-11-15 08:51:44 +00:00
jerome mouneyrac
6dfa3c07e8
publication MDL-25040 display hub information (logo - description - link) on the publication metadata page
2010-11-15 08:38:02 +00:00
Petr Skoda
ddd11b6c78
MDL-25123 description of more hidden debug settings
...
credit goes to Matteo Scaramuccia
2010-11-15 08:05:02 +00:00
Petr Skoda
8082d3abf7
MDL-25187 upgrade log debugging to use new DML style
...
all credit goes to Eloy Lafuente (stronk7)
2010-11-15 07:38:02 +00:00
Eloy Lafuente
f2364c93ed
MDL-24962 backup - cache xmldb_tables for multiple operations. Apply destroyer to temp controller.
2010-11-15 07:17:24 +00:00
Eloy Lafuente
ab1c069e11
MDL-24962 backup - circular refs. cleaner in backup_controller
2010-11-15 07:16:51 +00:00
Eloy Lafuente
287e804058
MDL-24962 backup - circular refs destroyer for backup settings
2010-11-15 07:16:24 +00:00
Eloy Lafuente
4f6ed68c1c
MDL-24962 backup - circular refs destroyer for backup plan
2010-11-15 07:15:48 +00:00
Dongsheng Cai
41dcc2a508
MDL-25220 Question editors need to support subdirs
2010-11-15 06:37:13 +00:00
Petr Skoda
785d2cf2bd
MDL-25031 fixed question ugprade - credit goes to Mark Nelson
2010-11-15 05:53:22 +00:00
Petr Skoda
e47c78f929
MDL-25031, MDL-25198 fixed use of proper table prefixes in blocks upgrade and fixed invalid DML call in questions ugprade
2010-11-15 05:52:33 +00:00
Andrew Davis
99cd408f81
blog MDL-25217 now checking for null creation and modified timestamps when importing external blog entries
2010-11-15 03:56:12 +00:00
Dongsheng Cai
675e7a425b
MDL-25198, fixed incorrect sql, protect question image migration code by field_exists check
2010-11-15 02:54:31 +00:00
Moodle Robot
2b05a3bb9b
Updated the HEAD build version to 20101115
2010-11-15 00:48:37 +00:00
Patrick Malley
662078965d
MDL-25210 - Creating consistency in README files.
2010-11-14 21:33:37 +00:00
Pierre Pichet
b21aea7408
MDL-25104 removing unnecessary $options = array_shift($oldoptions) line 192 that generates 2 question_numerical records,
...
this was added by inadvertence in the last many lines modifications
2010-11-14 03:51:35 +00:00
Petr Skoda
7415aed103
MDL-11728 finally defining the exact meaning of is_internal() in auth plugins
...
internal means "uses password hash for user authentication", there is a new is_synchronised_with_external() method that indicates if moodle should automatically sync user info with external system after login; I have also improved the default for prevent_local_passwords() which is now defaulting to !is_internal()
2010-11-14 02:01:59 +00:00
Moodle Robot
44afba9701
Updated the HEAD build version to 20101114
2010-11-14 00:47:59 +00:00
Martin Dougiamas
50efefae15
Bumping to RC2
2010-11-13 03:47:16 +00:00
Martin Dougiamas
ef751aedfd
MDL-19124 removed old parameters, no longer used
2010-11-13 03:37:22 +00:00
Moodle Robot
ec68cc0a11
Updated the HEAD build version to 20101113
2010-11-13 00:47:50 +00:00
Helen Foster
7796f9b56e
MDL-24405 lang string rewording and removing capitalization
2010-11-12 20:40:37 +00:00
Pierre Pichet
710903a6b3
MDL-25104 correcting import_or_save_files() function
2010-11-12 20:30:09 +00:00
Helen Foster
6d746b98c6
MDL-25127 lang string rewording
2010-11-12 20:14:23 +00:00
Helen Foster
a203cb67b4
MDL-21302 lang string polishing
2010-11-12 17:16:56 +00:00
Tim Hunt
69988ed452
questions MDL-25104 and MDL-25088 fix question editing and import
...
Editing of some qtypes was broken since a previous commit by me earlier in the week.
Import of XML and GIFT should now work, but could use some more testing.
2010-11-12 17:11:34 +00:00
Eloy Lafuente
f395cbddbd
MDL-23479 backup - now restoring workshop logs, thanks David for support!
2010-11-12 16:15:26 +00:00
David Mudrak
ece4c57879
MDL-25144 Fixed SQL causing error in MSSQL
2010-11-12 16:07:05 +00:00
David Mudrak
498bd1f3ba
Language customization report uses proper plugin prefix for table names
2010-11-12 14:53:38 +00:00
David Mudrak
8f400405d6
MDL-25166 Oops sorry the previous commit introduced a new string that is not needed actually
2010-11-12 14:28:59 +00:00
David Mudrak
430954cccb
MDL-25166 Language customization does not interfere with the current language selector
2010-11-12 14:27:02 +00:00
Tim Hunt
e4b54c79e0
question export MDL-25088 followup - remove no-longer-used function.
2010-11-12 12:07:22 +00:00
Tim Hunt
13bb604ed5
question export MDL-25088 this is the first part. I think question export is now working for all types.
...
Import to follow soon.
2010-11-12 12:06:48 +00:00
David Mudrak
e7ff48d284
Fixed workshop view logging
...
add_to_log() used to log whole workshop name instead of just id. Thanks
to Eloy for spotting that.
2010-11-12 11:54:53 +00:00
Helen Foster
b0363c4138
MDL-25151 new help string thanks to Mark Nelson for reporting it missing
2010-11-12 11:31:53 +00:00
Tim Hunt
9203b70576
question deletion MDL-25173 when a question is deleted, all the associated files must be deleted.
2010-11-12 11:29:53 +00:00
David Mudrak
4588b17b2d
workshop: create empty legacy tables to keep DB consistency with install.xml
2010-11-12 10:33:13 +00:00
Tim Hunt
cf991c1d85
question editing MDL-25151 Notices when editing random questions.
2010-11-12 10:23:29 +00:00
Petr Skoda
2e24dd645e
MDL-25174 adding a workaround for old passwords that were hashed with magic quotes
2010-11-12 10:13:40 +00:00
David Mudrak
8bda7ceca1
Fixed MNet strings that explicitly talk about Moodle site
...
The remote site can be Mahara site, too.
2010-11-12 09:36:50 +00:00
David Mudrak
628c78409c
New icon for portfolio export and improving its position
...
The old icon was considered "temporary" (according to Penny) and it was
not very clear. Hopefully this one is a bit better.
2010-11-12 08:52:55 +00:00
Sam Hemelryk
d9e0726431
lib MDL-1975 Users who have been auto logged in by guest are now redirected to login on capability exceptions rather than being shown the exception.
2010-11-12 07:53:55 +00:00
Dongsheng Cai
ee14924440
"MDL-25184, fixed regular expression of youtube"
2010-11-12 07:26:42 +00:00
Sam Hemelryk
081c914b39
backup MDL-25183 Added a dedicated CLI script for running automated backups
2010-11-12 07:05:18 +00:00
Sam Hemelryk
d067fc474c
javascript MDL-25013 YUI modules are now recursively loaded and a stacktrace stored when this occurs
2010-11-12 05:26:47 +00:00
Andrew Davis
078397d28e
gradebook MDL-21907 grader report group view was being limited to groups in the course's default grouping
2010-11-12 04:00:45 +00:00
Dongsheng Cai
b160915d6b
"MDL-25175, fixed groups_get_group parameter"
2010-11-12 03:34:49 +00:00
Pierre Pichet
a207b735a2
MDL-25168 decoding questiontext using new questiontext array [text]....
2010-11-12 02:45:30 +00:00
Petr Skoda
07c53c4a48
MDL-25174 adding a workaround for old passwords that were hashed with magic quotes
2010-11-12 02:36:20 +00:00
Moodle Robot
e91182222b
Updated the HEAD build version to 20101112
2010-11-12 00:48:49 +00:00
Eloy Lafuente
ab00250268
MDL-24924 course/import - delete one more file I missed in my prev commit
2010-11-11 22:57:39 +00:00
Eloy Lafuente
96c726b663
MDL-24924 course/import - plugin not available anymore. Killed!
2010-11-11 22:52:17 +00:00
Eloy Lafuente
dc2abd4020
MDL-24718 import - always import adding
2010-11-11 22:17:09 +00:00
Tim Hunt
5d548d3e0a
question bank MDL-24995 clean up a lot of deprecated code to do with moving questions around.
...
This should also fix MDL-25172, MDL-23021 and MDL-23073. In other words, moving questions between categories should now work.
2010-11-11 21:54:22 +00:00
john St
333fde7664
fix for brick MDL-25091
2010-11-11 20:10:58 +00:00
Eloy Lafuente
0f66acede0
MDL-22135 - logs restore, course and activities + cleanup
2010-11-11 19:46:04 +00:00
Tim Hunt
d2af10140a
forum files MDL-25167 files in the post file area were not moved when the post was moved or deleted.
...
Also, I refactord some code out of forum_move_post and into a new method file_storage::move_area_files_to_new_context. I hope that is OK.
2010-11-11 18:58:06 +00:00
David Mudrak
d8c4a74e29
Text filters can not be applied on the content exported to the portfolio
...
Filters can replace text with images (smilies, temporary TeX images
etc.), links to glossaries or databases or embedded media players.
Therefore it is important to disable filter processing during portfolio
export.
2010-11-11 18:47:57 +00:00
Tim Hunt
057815f341
formslib editor NOBUG delete unused global file reference.
2010-11-11 18:33:11 +00:00
David Mudrak
ac6d26bbd1
Portfolio export link displays title plus obsolete code cleanup
2010-11-11 18:24:49 +00:00
David Mudrak
f357d2f8eb
Fixed portfolio UI integration in forum thread
...
There was not enough space to put yet another discussion thread control
widget.
2010-11-11 18:04:43 +00:00
David Mudrak
0ce579fe89
Portfolio strings changed to reflect the heading of the next page
...
Plus fixed some typos in the portfolio library
2010-11-11 18:04:27 +00:00
Tim Hunt
a9efae50e3
question upgrade MDL-16094 fix up earlier mistakes in the text format upgrade.
...
There was a mistake in the text format upgrade in the question bank. The wrong conversions were performed, and the wrong arguments were passed to text_to_html in the conversions that were done.
Also, not all the calls to format_text had been updated to use the values in the new format columns.
I think this change fixes everything, but I have only had very limited time to test it. I am committing it anyway, because that seems to me to be the best way to maximise testing. I think that the new code is certainly better than the old code was.
2010-11-11 17:32:25 +00:00
David Mudrak
d39c651378
Fixed trivial typo in debugging message text
2010-11-11 16:46:41 +00:00
David Mudrak
104c06ac9d
Incorrect order of content processing during forum post portfolio export
...
During the portfolio export, portfolio_rewrite_pluginfile_urls() must be
called before format_text(). Otherwise some filters can interfere with
internal raw record syntax. For example, the Algebra Notation uses @@
for its own purposes and it used to break @@PLUGINFILE@@ placeholder.
2010-11-11 16:42:53 +00:00
David Mudrak
2da70c6c30
Fixed undefined variable notice
2010-11-11 15:44:34 +00:00
David Mudrak
eefb011d8a
Box.net portfolio setup instructions updated
2010-11-11 13:33:37 +00:00
David Mudrak
76116d2e16
MDL-24693 Flickr.com portfolio plugin fixed
2010-11-11 13:33:13 +00:00
David Mudrak
bf0fc3c057
Improved portfolio export summary layout
2010-11-11 13:32:57 +00:00
Petr Skoda
4e56afdfb4
attempt to fix mnet jumping issue when already logged in as guest
2010-11-11 09:39:41 +00:00
Andrew Davis
943630292a
message MDL-25148 fixed a bug with my popup availability bug fix
2010-11-11 09:17:47 +00:00
Sam Hemelryk
09ecc227a3
navigation MDL-24990 Wrapped link to assign roles in categories within proper capability check.
2010-11-11 08:58:46 +00:00
Petr Skoda
dfd9f745b1
MDL-21963 rewritten progress bar internals, hopefully working now properly
2010-11-11 07:56:49 +00:00
Andrew Davis
d38755249d
message MDL-25148 using method on $PAGE to allow or disallow popup notifications
2010-11-11 06:11:43 +00:00
Petr Skoda
f11f7b41df
MDL-25152 guest logging can be disabled now
2010-11-11 06:11:13 +00:00
Andrew Davis
e7f93d5cb5
message MDL-25148 added method to $PAGE to allow or disallow popup notifications
2010-11-11 06:06:11 +00:00
Aparup Banerjee
f38da0342f
global search MDL-25133 fixes to blog posts search documents so that it will add new posts into the search index successfully
2010-11-11 05:53:43 +00:00
Petr Skoda
0ed26d1288
MDL-25150 new debugusers setting
2010-11-11 05:27:34 +00:00
Sam Hemelryk
740952e40b
blocks MDL-24999 Fixed up regression in the display of block_list type blocks. Columns now site next to each other rather than below.
2010-11-11 05:15:41 +00:00
Sam Hemelryk
3cf8629554
user-profile-field-datetime MDL-24806 Fixed typo
2010-11-11 05:04:07 +00:00
Sam Hemelryk
41a42c1d02
mod-wiki MDL-25003 Wiki history diff view now uses divs for layout rather than table which fixes the nasty overflow problems that were occurring
2010-11-11 04:02:37 +00:00
Petr Skoda
80cfa4537c
MDL-24239 scorm upgrade includes handling of extracted archives
2010-11-11 03:43:04 +00:00
Sam Hemelryk
ed1d72ea70
navigation MDL-25142 Fixed up differences in navigation between guest and normal user.
...
As part of this patch I also introduced a new method in accesslib can_access_course that can be used
to check a users access to a course.
I also fixed a minor issue with guest access flag caching in require_login
2010-11-11 03:37:56 +00:00
Aparup Banerjee
693fc4a29f
global search MDL-25099 setting global search block to 'hidden' when feature is disabled in experimental settings.
2010-11-11 03:37:54 +00:00
jerome mouneyrac
2031735b1b
community block MDL-25141 hub description is now format in FORMAT_PLAIN + xhtml strict code + remove BR tags
2010-11-11 02:41:04 +00:00
Sam Hemelryk
215d7cb84e
NOBUG: Improved docs for concat functions within mysql_native_moodle_database.php
2010-11-11 01:57:35 +00:00
Sam Hemelryk
9fc9de91be
enrol-users MDL-24618 Enrol users search now concats firstname and lastname as requested and searches email.
2010-11-11 01:49:58 +00:00
Sam Hemelryk
33d34b4b77
restore MDL-24757 Fixed up course and category selectors
2010-11-11 01:21:16 +00:00
Moodle Robot
32d535ac4d
Updated the HEAD build version to 20101111
2010-11-11 00:49:30 +00:00
Petr Skoda
ba572e3459
MDL-25145 ignore bogus roles of deleted users in meta enrol sync
2010-11-11 00:46:33 +00:00
AMOS bot
18eaadfae4
Automatic installer lang files (20101111)
2010-11-11 00:40:10 +00:00
Petr Skoda
090b958641
no return necessary after exception thrown
2010-11-11 00:39:53 +00:00
Petr Skoda
68f94e2418
MDL-24806 new time/date profile field
...
Credit goes to Mark Nelson - Pukunui Technology
2010-11-11 00:34:44 +00:00
Dan Marsden
69a00d09d0
MDL-25147 tidy up readme wording related to cron
2010-11-11 00:24:43 +00:00
Dan Marsden
78b203ca3c
SCORM MDL-25124 report attempts correctly for SCORM 1.2 objects that don't return a score.raw - thanks to Greg Franklin for report and fix!
2010-11-10 23:40:00 +00:00
Dan Marsden
c557816312
SCORM 2004 MDL-18756 - only return previous datamodel elements on re-launch if cmi.exit is set to "suspend"
2010-11-10 23:22:31 +00:00
Dan Marsden
564938629d
SCORM MDL-24579 remove badly formatted debugging code - thanks to Peter Chamberlain for report.
2010-11-10 21:50:49 +00:00
Dan Marsden
ba1959f8cf
SCORM MDL-24579 fix CMILongIdentifier regex (SCORM 2004) - thanks to Peter Chamberlain for report/fix
2010-11-10 21:37:47 +00:00
David Mudrak
cdff9eead3
NOMDL workshop more referential integrity checks
...
As reported by Trudy Koedooder at http://moodle.org/mod/forum/discuss.php?d=161322
there can be some orphaned grade records without the referenced
assessment. It threw upgrade error. Such grades are now just ignored
during the upgrade.
2010-11-10 16:02:07 +00:00
David Mudrak
f4a2817ac5
MNet upgrade: missing required not null value
...
The column description in mnet_service table is set to not null and no
value is set for the insert_record(). We must explicitly provide the
empty string if the description is not defined in db/mnet.php file.
2010-11-10 16:01:23 +00:00
Sam Marshall
2380ac57d6
Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them
2010-11-10 12:06:24 +00:00
Dongsheng Cai
9bb0a9e7d8
MDL-23587 Italicise the names of unedited pages
2010-11-10 09:40:31 +00:00
Dongsheng Cai
86cfd27314
MDL-25070 fixed Wiki Search results in double breadcrumb node
2010-11-10 09:35:45 +00:00
David Mudrak
ac7ad71fb7
MDL-22184 Re-execution of the fixed AMOScript from Sam's commit
...
AMOS BEGIN
MOV [scheduledsettings,core_backup],[automatedsettings,core_backup]
MOV [scheduledstorage,core_backup],[automatedstorage,core_backup]
MOV [scheduledstoragehelp,core_backup],[automatedstoragehelp,core_backup]
MOV [scheduledbackupsinactive,core],[automatedbackupsinactive,core_backup]
MOV [scheduledbackupstatus,core],[automatedbackupstatus,core_backup]
CPY [schedule,core],[automatedbackupschedule,core_backup]
MOV [backupschedulehelp,core],[automatedbackupschedulehelp,core_backup]
AMOS END
2010-11-10 09:29:13 +00:00
Aparup Banerjee
777b5992c2
global search MDL-25099 undoing fix - bad for performance! - will re-implement later.
2010-11-10 09:27:47 +00:00
Dongsheng Cai
d6887efca0
MDL-23636, fixed text when deleting or editing wiki comments
2010-11-10 09:24:57 +00:00
Dongsheng Cai
e0f0c304fc
MDL-23677, fixed commenting on creole format wiki page
2010-11-10 09:09:14 +00:00
Aparup Banerjee
a6f4018954
global search MDL-25099 locking the global search block to 'hidden' when feature is disabled in experimental settings.
2010-11-10 09:06:46 +00:00
AMOS bot
cff76c3c6e
New installer files
2010-11-10 08:58:10 +00:00
Dongsheng Cai
b9ec7dd288
MDL-24491, removed print_object in wiki upgrade code
2010-11-10 08:22:16 +00:00
Dongsheng Cai
725c9404e4
MDL-25138 tag_get_correlated should return unique records
2010-11-10 06:37:11 +00:00
Sam Hemelryk
bac233d326
backup MDL-22184 Scheduled backups are now possible again through cron.
...
AMOS BEGIN
MOV [move scheduledsetup,core_backup],[automatedsetup,core_backup]
MOV [scheduledsettings,core_backup],[automatedsettings,core_backup]
MOV [scheduledstorage,core_backup],[automatedstorage,core_backup]
MOV [scheduledstoragehelp,core_backup],[automatedstoragehelp,core_backup]
MOV [scheduledbackupsinactive,core],[automatedbackupsinactive,core_backup]
MOV [scheduledbackupstatus,core],[automatedbackupstatus,core_backup]
CPY [schedule,core],[automatedbackupschedule,core_backup]
MOV [backupschedulehelp,core],[automatedbackupschedulehelp,core_backup]
AMOS END
2010-11-10 06:07:43 +00:00
jerome mouneyrac
8714216819
registration MDL-25135 fix registration when private hub url has a trailing "/" character
2010-11-10 03:50:03 +00:00
jerome mouneyrac
b11837c97e
registration MDL-25135 fix registration when private hub url has a trailing "/" character
2010-11-10 03:35:40 +00:00
Petr Skoda
72ea011706
MDL-24955 improved add discussion logic for users that are not enrolled yet
2010-11-10 02:49:00 +00:00
Petr Skoda
8e18e1ecdc
MDL-24955 improved reply link logic for users that are not enrolled yet
2010-11-10 02:43:56 +00:00
Andrew Davis
c91f29e5f9
course MDL-25101 made course description popup actually set its layout to popup
2010-11-10 02:42:57 +00:00
Petr Skoda
45ff8a80d3
MDL-24955 improved detection of available self enrol plugins
2010-11-10 02:14:27 +00:00
Dan Marsden
5882506d53
Global Search MDL-25131 fix typo
2010-11-10 01:05:10 +00:00
Moodle Robot
c9cc88ffef
Updated the HEAD build version to 20101110
2010-11-10 00:47:17 +00:00
AMOS bot
30d0e53b0a
Automatic installer lang files (20101110)
2010-11-10 00:40:09 +00:00
Dan Marsden
79ef247aa3
SCORM MDL-25985 wrong key to check $usertracks array - thanks to Valerian for report/fix
2010-11-09 22:55:58 +00:00
Sam Marshall
3dfe69c927
Unit tests MDL-24980 Disable obsolete portfolio tests until such time as somebody can fix them
2010-11-09 17:10:34 +00:00
Sam Marshall
702a206cd3
Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them
2010-11-09 17:09:13 +00:00
David Mudrak
4d0552e8ea
MDL-25052 Do not display 'All hosts' as the identity provider at login form
2010-11-09 15:39:07 +00:00
David Mudrak
d82d272037
NOMDL MNet: fixed incorrect usage of get_record() in permission_to_call()
...
When $CFG->mnet_all_hosts_id was set, the get_record() returned multiply
records and produced warnings. Also, get_record_sql() == true was just
ugly.
2010-11-09 15:38:50 +00:00
David Mudrak
9dbc2e7b4a
MDL-25111 MNet: fixed typo in the callback function name
...
Credit goes to Hubert Chathi.
2010-11-09 13:11:28 +00:00
Sam Marshall
6397deaec8
Roles MDL-23986 Added help to role archetype
2010-11-09 12:41:29 +00:00
David Mudrak
5741fd4ba5
MDL-24625 Dropped $CFG->block_search_text and $CFG->block_search_button
...
We should never store strings in the database, use get_string()
whenever possible. Also, I removed legacy config_global.html even though
I know Apu kept it intentionally for regressions test. The file can
always be searched in the repository history, no need to keep it.
2010-11-09 12:40:56 +00:00
David Mudrak
03276af682
MDL-25072 reverted theme's disablecourseajax to enablecourseajax property
2010-11-09 11:55:37 +00:00
David Mudrak
b31b2d842d
MDL-14790 ajax delete confirmation box now uses the same wording as the non-ajax confirmation page
2010-11-09 11:55:26 +00:00
David Mudrak
8b2918a425
MDL-25072 convert $CFG->disablecourseajax to $CFG->enablecourseajax
2010-11-09 11:55:11 +00:00
David Mudrak
c0b5d9252b
MDL-25072 Stop abusing $CFG->ajaxcapable and $CFG->ajaxtestedbrowsers
2010-11-09 11:54:58 +00:00
Dongsheng Cai
0e61528d31
MDL-19168, dropbox plugin now have full access
2010-11-09 09:11:28 +00:00
Sam Hemelryk
01d0aceb64
mod-forum MDL-25113 Fixed up navigation for forum when browsing a discussion.
2010-11-09 08:59:53 +00:00
Andrew Davis
99fa98899b
forum MDL-24850 added ratings to mod/forum/user.php
2010-11-09 08:34:30 +00:00
Sam Hemelryk
3079c5283a
block-recent_activity MDLSITE-1118 Tweaking styles for recent activity block
2010-11-09 08:25:52 +00:00
Sam Hemelryk
12c6bb6f66
block-recent_activity MDLSITE-1118 Added spacing below each item
2010-11-09 08:16:43 +00:00
jerome mouneyrac
29ca816c1b
registration MDL-25116 change some wording on the main registration page
2010-11-09 07:58:54 +00:00
Sam Hemelryk
5fd9e28505
theme-formal_white MDL-25090 Removed setting that was no longer used.
2010-11-09 06:58:12 +00:00
Andrew Davis
305adb1023
message MDL-25114 corrected some code doc
2010-11-09 06:47:53 +00:00
Andrew Davis
a6de5ed53a
message MDL-25114 tried to make the message provider not found error info more helpful
2010-11-09 06:12:04 +00:00
Andrew Davis
60dd7688a8
message MDL-25114 tried to provide a more helpful error message for when code sending a message supplied an unknown component or event name
2010-11-09 06:01:20 +00:00
Pierre Pichet
c8fdd86791
MDL-25104 Fixing cloze import and export
2010-11-09 04:07:37 +00:00
Sam Hemelryk
8cda6c2a3a
mod-forum MDL-25113 Fixed up navbar display for forum threads
2010-11-09 03:43:40 +00:00
Andrew Davis
6431268854
gradebook MDL-25112 made /grade/edit/outcome/edit.php set page context before trying to initialize an mform
2010-11-09 03:24:09 +00:00
jerome mouneyrac
0d731457f7
community block/publication MDL-23056 use required_param instead of optional_param when possible
2010-11-09 02:35:36 +00:00
Petr Skoda
54ab8769cd
MDL-24955 prevent infinite redirect loop when not enrolled and self enrol not available
2010-11-09 01:53:28 +00:00
Petr Skoda
cdfb6ba850
MDL-25072 themes may disable ajax course edit
2010-11-09 01:28:43 +00:00
Moodle Robot
f7efad4bc6
Updated the HEAD build version to 20101109
2010-11-09 00:49:40 +00:00
AMOS bot
3c3f3ee286
Automatic installer lang files (20101109)
2010-11-09 00:40:10 +00:00
Pierre Pichet
0814c09938
MDL-25104 Fixing some other error about $files in $instructions param of numerical
2010-11-09 00:02:57 +00:00
Pierre Pichet
ae2c091f09
MDL-25104 Fixing some litle errors about $instructions param of numerical
2010-11-08 20:58:32 +00:00
Tim Hunt
2ed801777a
question XML import MDL-25104 fix a whole bunch of minor errors.
2010-11-08 17:25:53 +00:00
Sam Marshall
9d81733d4c
Admin MDL-23244 Portfolio/repo admin pages use nested forms, which are illegal HTML and cause first dropdown on page to break
2010-11-08 17:12:03 +00:00
Tim Hunt
855f9c3930
question bank MDL-24312 problem when deleting a course with orphaned categories.
...
When there was a question category whose parent had somehow been deleted from the question bank, while the child category was still there, then that gave an error because a DB query was still referring to the question_categories.courese coloumn, that was changed to contextid in moodle 1.9.
Fix thanks to Mahmoud Kassaei.
2010-11-08 15:55:45 +00:00
Tim Hunt
4673212416
xml import/export MDL-25103 was not working due to out-of-memory errors when calling xmltidy, which broke XML wellformedness.
...
The solution is to not tidy the XML. The XML generated is already quite well laid out, and if we want it better, we should fix that, rather than trying to load the whole file into memory to reformat it.
Also, while investigating this, I found that we were not handling the mime-type of the exported file very elegantly, so I added a new mime_type method (defaults to getting the mime type of the file extension).
2010-11-08 15:51:10 +00:00
Tim Hunt
0bfe821805
canvas theme MDL-23664 get rid of ugly black borders round questions.
2010-11-08 14:06:28 +00:00
Tim Hunt
67cc2a4cce
admin purge caches MDL-24591 (part) make the redirect go somewhere sensible.
2010-11-08 13:42:01 +00:00
Tim Hunt
2284c694ee
weblib NOBUG Add a comment to clarify that moodle_url deals with $CFG->admin for you.
2010-11-08 13:33:08 +00:00
Sam Marshall
91d0bb0a1f
Activity completion MDL-24746 If you turn on autocompletion for an activity after users have already done things that should complete it, it didn't mark them complete
2010-11-08 11:51:19 +00:00
Sam Marshall
fc2b6316f1
Unit tests MDL-24980 Initial fix (no fully working yet) for portfolioaddbutton test
2010-11-08 11:07:09 +00:00
Andrew Davis
f7fcf4cd47
gradebook MDL-24867 now hiding some items from the gradebook nav box if youre not within a course
2010-11-08 08:23:24 +00:00
Dongsheng Cai
231b0b30c4
MDL-23138 WIKI removed standard_head_html, use standard $OUTPUT->header()
2010-11-08 08:16:26 +00:00
Dongsheng Cai
77b8c5cafe
MDL-23134, use foreach to read recordset instead of valid(), next()
2010-11-08 08:05:15 +00:00
Dongsheng Cai
467902f2ef
MDL-25097, fixed CSRF in chat_ajax.php
2010-11-08 07:59:55 +00:00
Dongsheng Cai
52f3088482
MDL-23135, added defined('MOODLE_INTERNAL') || die; to old ewiki code
2010-11-08 07:52:54 +00:00
Dongsheng Cai
d2807da895
MDL-23139, fixed CSRF in wiki editing page
2010-11-08 07:43:18 +00:00
Andrew Davis
f979f128bf
message MDL-24788 added brackets around the automatically appended part of the jabber notification
2010-11-08 06:50:20 +00:00
Dongsheng Cai
97f2eb45a1
MDL-23395, go straight to page editing page when title is not empyt and forceformat is set
2010-11-08 06:33:00 +00:00
Dongsheng Cai
ae671b6c67
MDL-25069 CHAT added events definition file
2010-11-08 06:03:00 +00:00
Andrew Davis
82ec58ff41
gradebook MDL-25083 contents of user idnumber column wasnt being set correctly
2010-11-08 05:45:21 +00:00
Andrew Davis
448d604cb4
blocks MDL-25093 fixed an error that meant that the course limit wasnt being applied in the course overview
2010-11-08 05:27:04 +00:00
Petr Skoda
b871436148
MDL-25031 ignore invalid block instances
...
pagetypepattern can not be null, so we ignore these until we find a way to fix them properly, sorry
2010-11-08 03:28:54 +00:00
Andrew Davis
f38325960e
message MDL-25095 increased the size of the message fragment displayed in the message search
2010-11-08 03:10:30 +00:00
Andrew Davis
42ec733cac
user MDL-25094 adding message link to the user course profile page
2010-11-08 02:55:05 +00:00
Dongsheng Cai
a8e3b008ff
MDL-25069 CHAT added event handler to handler user logout event.
2010-11-08 02:54:42 +00:00
Dongsheng Cai
1b6a86bf73
MDL-24781, repository, force context-type to text/html
2010-11-08 02:42:28 +00:00
Aparup Banerjee
76f062cd25
global search MDL-25056 fixed some incorrect PARAM types.
2010-11-08 02:08:18 +00:00
Sam Hemelryk
48c8444b48
theme-anomaly MDL-22914 Fixed up minor rounded corner alignment issues in anomaly.
2010-11-08 01:44:40 +00:00
Sam Hemelryk
69c7385657
theme-formal_white MDL-25090 Fixed region width problem. Thanks Daniele for the solution.
2010-11-08 01:27:02 +00:00
Moodle Robot
7ebe056b3d
Updated the HEAD build version to 20101108
2010-11-08 00:49:51 +00:00
Patrick Malley
dc7b017a85
MDL-22498 - removed padding from all .content areas
2010-11-07 19:39:10 +00:00
Patrick Malley
c5a9fe4b86
Added z-index to helppopupbox
2010-11-07 19:32:27 +00:00
Moodle Robot
7144b6ce81
Updated the HEAD build version to 20101107
2010-11-07 00:48:58 +00:00
Moodle HQ git importer
d7565c03e6
Fixing drift between CVS and git
2010-11-06 15:38:36 +00:00
Pierre Pichet
22f17bcaff
MDL-25086 numerical options for numerical questions, calculated and 1,9 import without images...
2010-11-06 15:38:36 +00:00
Pierre Pichet
ac582c3b25
MDL-25086 first modifications, numerical options for numerical questions
2010-11-06 02:16:07 +00:00
Moodle Robot
0a788f9fa7
Updated the HEAD build version to 20101106
2010-11-06 00:48:08 +00:00
AMOS bot
71ae8f85f4
Automatic installer lang files (20101106)
2010-11-06 00:40:10 +00:00
Aparup Banerjee
3405d827d4
global search MDL-25056 fixed refering to $CFG->var when it isn't set yet.
2010-11-05 09:55:25 +00:00
Helen Foster
ed089f0fad
typo fix
2010-11-05 09:48:36 +00:00
Rossiani Wijaya
c3231d1d57
MDL-21559: fixed force password change for internal and external authentication in user upload.
...
additional note: initialize user object for required fields (columns)
2010-11-05 09:26:05 +00:00
Aparup Banerjee
c0ae6c5e0c
global search MDL-25056 added a port of the global_config.html to settings.php. Leaving the html file behind for regression checks.
2010-11-05 08:53:57 +00:00
Petr Skoda
6bd8d7e737
NOBUG fixed infinite loop when zlib compression enabled revisited
2010-11-05 08:44:51 +00:00
Rossiani Wijaya
3f12c14639
MDL-21559: fixed force password change for internal and external authentication in user upload.
2010-11-05 08:41:53 +00:00
Sam Hemelryk
e0be5f1f34
NOBUG: Fixed minor navigation issue
2010-11-05 08:40:45 +00:00
Petr Skoda
2cadd443df
NOBUG fixed infinite loop when zlib compression enabled
2010-11-05 08:32:36 +00:00
Andrew Davis
46505ee75e
message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version
2010-11-05 08:04:40 +00:00
Sam Hemelryk
c48a07c64e
mod-forum MDL-24895 Fixed up CSS classes in forum posts
2010-11-05 07:53:08 +00:00
Petr Skoda
ad26248c3a
MDL-25053 invalid SQL syntax
...
postgresql requires AS when defining column aliases, credit goes to Alan Peter Carter
2010-11-05 07:29:24 +00:00
Sam Hemelryk
4c066ce7da
NOBUG: Turned off zlib compression when serving javascript files.
2010-11-05 07:03:05 +00:00
jerome mouneyrac
6d153e67b4
webservice MDL-18655 add new capability moodle/user:viewalldetails allowing to see all user information. This capability is set up copying the current moodle/user:update assignations
2010-11-05 06:55:43 +00:00
Sam Hemelryk
8fb93005f8
themes MDL-24895 Fixed phantom scroll bar bug that was occurring on OSX Firefox, Chrome, and Safari
2010-11-05 06:37:06 +00:00
Dongsheng Cai
cde2709a88
MDL-15573, question export rewrite
2010-11-05 06:34:00 +00:00
Andrew Davis
cc7719396e
rss MDL-25076 made forum rss feeds that are displaying discussions instead of posts correctly set the item titles
2010-11-05 06:13:31 +00:00
Sam Hemelryk
66f6369763
output MDL-24895 Removed debugging notice when setting an unchangeable pagelayout
2010-11-05 04:19:08 +00:00
Sam Hemelryk
bf2b43dfe1
blocks MDL-25074 When adding pretend blocks if the requested region doesn't exist it now uses the default region.
2010-11-05 03:45:32 +00:00
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Dongsheng Cai
2412f8b882
MDL-25069, chat, check if user loggedin
2010-11-05 02:41:16 +00:00
Sam Hemelryk
486fe803c1
block-blog_recent MDL-22942 Fixed up block config function, blog_recent doesn't have global settings
2010-11-05 01:55:51 +00:00
Moodle Robot
9fb3c12d75
Updated the HEAD build version to 20101105
2010-11-05 00:47:33 +00:00
Helen Foster
73ecfcb5cc
MDL-21395 rewording help string
2010-11-04 17:48:43 +00:00
Helen Foster
323dcc8e34
MDL-21395 deleting unused string
2010-11-04 17:04:50 +00:00
Helen Foster
df04f0fe3b
cap rewording
2010-11-04 15:11:47 +00:00
David Mudrak
c3a1f30f1c
Workshop aggregation is not expected to produce any output, just redirects back to the workshop main page
2010-11-04 14:45:03 +00:00
Tim Hunt
93971a3b0f
question type upgrade MDL-24863 Fix broken upgrade on MSSQL.
...
Thanks to mark williams for the report.
2010-11-04 09:49:00 +00:00
Andrew Davis
a46c9a2ab4
message MDL-24763 altered a debugging() call to have a unique message
2010-11-04 06:36:56 +00:00
Andrew Davis
80c83382f9
message MDL-24763 prevented notifications from appearing in the messages block
2010-11-04 06:04:40 +00:00
Sam Hemelryk
eff674ae35
NOBUG: Fixed syntax error
2010-11-04 05:20:09 +00:00
Dongsheng Cai
3942626d07
MDL-22663, fixed webdav type option
2010-11-04 03:46:41 +00:00
Moodle Robot
4800eef4d6
Updated the HEAD build version to 20101104
2010-11-04 00:48:47 +00:00
David Mudrak
c883a74f6f
MDL-24896 Do not access PHPMailer's private properties but use public API only
...
There was a problem with properties $to, $ReplyTo and $error_count that
are now private. $error_count is accessible via public IsError() method.
For the other two, we needed them just because of post-processing charset
conversion. So I just made sure that the charset is converted before
the recipent and reply-to names are added to the PHPMailer.
Also, I do not instantiate Typo3 during every email if it is not needed
and I pass the character set to it in lower case now as stated in
textlib documentation.
2010-11-03 20:44:35 +00:00
David Mudrak
d2e3d259fa
MDL-24896 Removed hmm-note - PHPMailer's LE property is part of public API
2010-11-03 20:44:23 +00:00
David Mudrak
beee71f2e7
MDL-21276 removed forgotten MNet global variable declaration and unused static cache
2010-11-03 20:44:10 +00:00
David Mudrak
f180f99a6d
MDL-24896 MDL-12596 RFCDate declared explicitly as public as it is in the parent class
...
The method used to be set as private in PHPdocs @access property in the
versions for PHP4. But apparenty upstream considers the function public.
Also, if the function did not declare visibility explicitly, it was
considered public anyway.
2010-11-03 20:43:58 +00:00
David Mudrak
d21616ecb1
MDL-24896 no more returning explicit reference by get_mailer
...
PHP5 passes and returns reference to objects automatically, no need for
reference operator any more.
2010-11-03 20:43:46 +00:00
David Mudrak
e83b7a2023
MDL-24896 MDL-23240 class.phpmailer.php reverted to the vanilla upstream version
2010-11-03 20:43:34 +00:00
David Mudrak
e46b01d893
NOMDL Typo3 expects charset names in lower case
2010-11-03 19:33:08 +00:00
Andrew Davis
d8d32f1aac
message MDL-24694 made the email message processor report success if the recipient has said they don't want to receive emails so that code sending messages isnt bothered by what looks like a failure.
2010-11-03 07:57:31 +00:00
Andrew Davis
fe8373bcd2
message MDL-25033 made message search appear by default
2010-11-03 07:33:26 +00:00
Andrew Davis
9647deaead
message MDL-25033 made the contact paging elements clickable even if they spill over into the right hand pane
2010-11-03 06:56:17 +00:00
Aparup Banerjee
bb560cfadb
global search MDL-25030 fixed forum url anchor in index
2010-11-03 04:09:59 +00:00
Andrew Davis
ee5ae29752
message MDL-24970 removed more no longer used code
2010-11-03 03:58:13 +00:00
Andrew Davis
a51a2f5c54
message MDL-24970 removed no longer used messaging code
2010-11-03 03:49:30 +00:00
Aparup Banerjee
7ee2741bb8
global search MDL-25009 indexing failures in each module are now handled so that indexing can proceed to the next module.
2010-11-03 03:47:52 +00:00
Aparup Banerjee
737a1ef41a
global search MDL-25010 indexer now recurses through every forum post.
...
also a temp fix (MDL-24822) for forum groupid.
2010-11-03 03:23:07 +00:00
jerome mouneyrac
042bb40e79
publication MDL-24687 fix pb with screenshots sent during a second course sharing
2010-11-03 02:43:40 +00:00
Sam Hemelryk
b1d2d048b0
theme-anomaly MDL-25028 Removed unused function is anomaly's lib.php file.
2010-11-03 02:26:16 +00:00
Moodle Robot
fa537aced8
Updated the HEAD build version to 20101103
2010-11-03 00:48:32 +00:00
Tim Hunt
6cb034c9d2
MDL-25018 stop html_to_text from breaking utf-8 multibyte characters.
2010-11-02 20:03:48 +00:00
Tim Hunt
29946ad595
quiz 'secure' mode MDL-21085 remove popup-blocker check.
...
It was unnecessary on modern browsers, since they let thought a pop-up if you just clicked on a link, so this check was just causing an annoying and misleading alert.
Since the popupchecker was only used here, and since it was implemented in a way that does not work on all browsers, I just deleted the function. If anyone ever finds that they acutally need this functionality, they can re-implement it in a way that works.
2010-11-02 19:49:09 +00:00
Tim Hunt
222fb6e5fe
quiz MDL-24140 navigating to a question that was not first on the page was broken.
2010-11-02 19:20:58 +00:00
Tim Hunt
6723a0390b
MDL-24140 Each attempt builds on last setting was being ingored in one place.
...
The code was behaving as if it was always true.
2010-11-02 19:12:21 +00:00
Tim Hunt
20d891228f
MDL-24256 question category editing was messed up.
...
The unerlying problem seemed to be too many uses of pass-by-reference in listlib, where it was not necessary.
In investigating this code, I ended up doing a fair bit of cleaning up. Apologies that it leads to an unclear changeset.
2010-11-02 18:38:50 +00:00
Sam Marshall
b608881ca4
Unit tests MDL-24981 Fixed portfolio unit test so it at least runs (update: glossary too)
2010-11-02 16:21:34 +00:00
Sam Marshall
72d021a927
Unit tests MDL-24976 Fixed conditionlib unit test (also added thing to ensure that debug warning in conditionlib is shown in unit test if applicable)
2010-11-02 15:04:21 +00:00
David Mudrak
7f91ba532b
MDL-25015 documenting the usage of M.util.get_string()
2010-11-02 14:59:32 +00:00
David Mudrak
b532be2d53
MDL-25015 get_string() logic implementation in javascript
...
The new function allows to substitute {$a} placeholders on client side.
Version bump needed to clear javascript caches.
2010-11-02 14:24:19 +00:00
Sam Marshall
e67c213cc3
Unit tests MDL-24907 Fix blog unit tests
2010-11-02 14:18:11 +00:00
Sam Marshall
31fe61a22f
Unit tests MDL-24975 Completion unit tests fix
2010-11-02 14:14:00 +00:00
Pierre Pichet
d8741145e8
MDL-24503 eliminating diagnostic echo or print_r()
2010-11-02 13:28:06 +00:00
Andrew Davis
f1c5b522fc
condition MDL-24180 added a help item to the conditional activity availability config UI
2010-11-02 08:35:33 +00:00
Andrew Davis
4090a30fa2
message MDL-24972 removed some no longer required references to tabs
2010-11-02 07:58:16 +00:00
Andrew Davis
4ffa1463ec
message MDL-24972 made sure all strings in messages are in the message recipient's language
2010-11-02 07:37:25 +00:00
David Mudrak
8179c167e4
MDL-24932 moodlemedia tinymce: fixed JavaScript syntax to make IE7 happy
...
Credit goes to Mauno Korpelainen for spotting this.
2010-11-02 06:44:08 +00:00
Andrew Davis
08cd70cf48
message MDL-24972 integrated message search into /message/index.php instead of having it happen on a separate page. This removed the need for contacts.php to exist.
2010-11-02 06:09:10 +00:00
Dongsheng Cai
980c237e6c
MDL-25002, fixed wiki preview
2010-11-02 05:19:37 +00:00
Aparup Banerjee
55c5882639
global search MDL-24625 setting groupid to 0 for indexing
2010-11-02 03:50:09 +00:00
Dongsheng Cai
f776e221e5
MDL-24888, fixed tags itemtype in lib/db/upgrade.php
2010-11-02 03:26:10 +00:00
Andrew Davis
f20b0afabb
message MDL-24972 removed the repeated restatement of your search terms in the search results
2010-11-02 03:09:56 +00:00
Andrew Davis
a402c30923
message MDL-24972 made search box smaller and added highlighting of currently selected user
2010-11-02 03:05:11 +00:00
Sam Hemelryk
37a75bee9f
mod-wiki MDL-25001 Added missing arguments to optional_param_calls
2010-11-02 03:02:08 +00:00
Dongsheng Cai
d0da42d1b7
MDL-24917, display activity backup area in restore-pre ui
2010-11-02 02:29:21 +00:00
Eloy Lafuente
384437085a
MDL-24996 - make forum_print_post() to specify context on format_text() calls
2010-11-02 01:59:20 +00:00
Dan Marsden
a211a40c75
Assignment MDL-24948 fix depreceated calls to get group info
2010-11-02 01:38:56 +00:00
Eloy Lafuente
d0ff90ed4f
MDL-25000 backup - prevent calling get_mapping() with empty ids. Yay, 25000!
2010-11-02 01:05:43 +00:00
Moodle Robot
25ba71960e
Updated the HEAD build version to 20101102
2010-11-02 00:48:51 +00:00
Eloy Lafuente
d0ad98607d
MDL-24962 backup - now destroying circular refs manually to help PHP 5.2
2010-11-01 22:09:44 +00:00
David Mudrak
1cf2faab39
MDL-24932 moodleemoticon tinymce: use restoreSelection() instead of custom bookmark hack
...
Credit goes to Mauno Korpelainen for the tip on how to sort out this IE
behaviour. Also, I moved compressed dialog.js to the revision directory to prevent
browser caching issues.
2010-11-01 19:53:53 +00:00
Tim Hunt
f2ca88b07f
qtype_multichoice MDL-24937 multichoice questions were getting marked as answered even when they weren't.
2010-11-01 18:14:27 +00:00
Sam Marshall
49a874ce80
Unit tests MDL-24992 Fixed mod/wiki unit test CRLF issue (ahem, not using ereg)
2010-11-01 18:06:10 +00:00
Sam Marshall
cf72c96949
Unit tests MDL-24992 Fixed mod/wiki unit test CRLF issue
2010-11-01 18:04:26 +00:00
Sam Marshall
bf81b16824
Unit tests MDL-24981 Fixed portfolio unit test so it at least runs (albeit with 23 exceptions and only 2 passes)
2010-11-01 18:00:57 +00:00
Tim Hunt
157434a522
quiz/question javascript MDL-24170 Enter in a shortanswer question preview should not flag the question.
...
That bit of JavaScript from mod/quiz/attempt.php is needed in question preview too, so refactor a bit.
I was disappointed to find that the
$PAGE->requires->js_module('core_question_engine');
line was needed in quiz_get_js_module, but it seems to be.
Also change non-Moodle-y string "End test..." to "Finish attempt..."
2010-11-01 17:44:59 +00:00
Tim Hunt
48c19b2551
quiz lang MDL-24170 move an old string to a more logical name, before making the real change.
...
AMOS BEGIN
MOV [finishattempt,mod_quiz],[submitallandfinish,mod_quiz]
AMOS END
2010-11-01 17:36:15 +00:00
Sam Marshall
5bef986516
Backup MDL-24906 Fixed unit test failures
2010-11-01 16:33:30 +00:00
Petr Skoda
0ed7146b02
MDL-22584 fixed non standard space char breaking file upgrades
2010-11-01 16:00:47 +00:00
Eloy Lafuente
b31763f8b3
NOBUG: Clean already implemented TODO
2010-11-01 15:55:59 +00:00
Eloy Lafuente
f79e0753d4
MDL-23478 backup - Implement glossary_random & quiz_results after_restore() methods
2010-11-01 15:55:12 +00:00
Eloy Lafuente
648a575eda
NOBUG: Added support for after_restore() methods on restore. Will help some blocks.
2010-11-01 15:53:35 +00:00
Eloy Lafuente
fe575d8215
NOBUG: Added note to avoid forgetting it
2010-11-01 15:52:18 +00:00
Eloy Lafuente
a03867380d
MDL-22164 backup - cleaning old backup & restore code in blocks
2010-11-01 15:51:20 +00:00
Eloy Lafuente
9f68f2d5a6
MDL-24817 backup - added support for decode contents in plugins (and qtypes)
2010-11-01 15:49:01 +00:00
Eloy Lafuente
b5e58c1831
MDL-22164 backup - more cleanup of old 1.9 backup/restore code
2010-11-01 15:47:07 +00:00
Sam Marshall
152f2c0777
Unit tests MDL-24994 Numerical question unit test was broken
2010-11-01 15:46:58 +00:00
Sam Marshall
6b1cba1a12
Unit tests MDL-24982 testrepositorylib uses old test class
2010-11-01 15:20:16 +00:00
Sam Marshall
cf617be64e
Unit tests MDL-24909 Unit tests used 5 minute time limit per test class; this is insufficient for gradebook tests on slow server. Changed to use 60 second limit per test function instead. Added constant and comment defining this behaviour.
2010-11-01 15:14:37 +00:00
Sam Marshall
1865b411fd
Backup MDL-24906 Fixed unit test failures
2010-11-01 14:46:07 +00:00
Tim Hunt
6382910a87
quiz MDL-24499 simple typo when putting values into a string.
...
Thanks to Manish Verma for noticing this.
2010-11-01 14:40:25 +00:00
Tim Hunt
e09ca95eba
quiz reports MDL-24603 columns in the overview report should be collapsible.
2010-11-01 14:36:58 +00:00
Tim Hunt
512b42be5e
themes/unit tests MDL-24983 move the pretty colour styles to the base theme.
...
Patch thanks to James Brisland.
I know that in general, we should not have specific pretty colours in the base theme, but I think unit tests are an exception. The concept of "the bar being green" is so fundamental to unit testing, and this bit of the UI is developer only.
2010-11-01 13:40:06 +00:00
Sam Marshall
d854dff9ef
xmldb MDL-24979 Made xmldb (a) not hide libxml errors permanently, (b) not incorrectly report previous errors with a later, working file
2010-11-01 13:35:27 +00:00
Tim Hunt
bfb82da3e4
get_config / unit tests MDL-24977 get_config('a_plugin'); should return something false when there is no config.
...
It was always casting the result to an object, even when it was an empty array. I changed it to return null in this case. So that if (get_config('a_plugin')) { /* Do something relying on the pugin having config */ ) works.
2010-11-01 12:20:39 +00:00
Sam Marshall
c3097e1333
Unit tests MDL-24978 Fixed locale dependency
2010-11-01 12:11:41 +00:00
Sam Marshall
ca79c36843
Unit tests MDL-24842: Fixed error in previous UnitTestCaseDatabase change
2010-11-01 11:14:34 +00:00
Sam Marshall
473792550d
MDL-24914: Navigationlib unit test fails due to 'temporary' commenting of function in forum module which was used as example; changing example to data module
2010-11-01 10:46:42 +00:00
Inaki
d09cad434b
grade/report: MDL-21001 Gradebook shows ranges always
...
We unconditionnally set them to visible, ignoring configured settings.
Fix it.
2010-11-01 10:24:21 +00:00
David Mudrak
f8392c810c
MDL-24960 emoticon admin settings: fixed a bug in the upgrade path
...
I forgot to unset the $CFG->emoticon from the memory so the upgrade
process still had the old emoticons format loaded in the memory which
led to coding exception.
2010-11-01 09:35:57 +00:00
Andrew Davis
7610341ab8
message MDL-24972 removed a table from the messaging config page
2010-11-01 09:09:58 +00:00
Andrew Davis
31c532d0c8
message MDL-24972 removed the new search button and moved blocked users to last position in the messaging nav box
2010-11-01 09:01:45 +00:00
Andrew Davis
06d30c430c
message MDL-24970 removed some commented out code and removed a reference to discussion.php
2010-11-01 07:34:32 +00:00
Petr Skoda
8365e25f6b
MDL-24954 fixed inverted guest icons
2010-11-01 07:31:54 +00:00
Aparup Banerjee
c79fd8a91e
global search MDL-24892 fix in wiki search document to use subwikis.
2010-11-01 03:34:42 +00:00
Andrew Davis
33bd52f3e9
message MDL-24935 a fix to prevent notifications of your own actions appearing in your own messaging history
2010-11-01 02:27:34 +00:00
Sam Hemelryk
65e52192d5
NOBUG: Removed duplicate call to set pagelayout within adminlib
2010-11-01 02:10:31 +00:00
Moodle Robot
086349fab4
Updated the HEAD build version to 20101101
2010-11-01 00:47:46 +00:00
Andreas Grabs
8d8e6694c8
MDL-24958 - bad permission check on anonymous feedbacks
2010-10-31 22:05:57 +00:00
Pierre Pichet
8f609a37cf
MDL-10110 MDL-20296 improve grading when unit input is empty
2010-10-31 13:27:58 +00:00
Moodle Robot
522226e1ee
Updated the HEAD build version to 20101031
2010-10-31 00:51:57 +00:00
Pierre Pichet
e8a67abab4
MDL-10110 Eliminating references to question_numerical_options table
2010-10-30 15:36:23 +00:00
Pierre Pichet
92b3600575
MDL-24503 recoding unit grading options
2010-10-30 15:14:57 +00:00
Moodle Robot
122416d197
Updated the HEAD build version to 20101030
2010-10-30 00:50:00 +00:00
David Mudrak
2bd56a246f
MDL-24932 Fixed regression caused by the previous commit
...
To reproduce it, I just added a smiley via the popup and inserted some
character directly afterwards. While the smiley img was saved, the text
was not 8-o (it even did not appear in the HTML source view of the
editor before the save).
2010-10-29 22:51:51 +00:00
David Mudrak
d504aeba97
MDL-24932 way around for bloody IE8 loosing caret position in moodleemoticon
...
Credit goes to Jan Sindberg for the idea published at
http://tinymce.moxiecode.com/punbb/viewtopic.php?pid=59653#p59653
2010-10-29 22:01:07 +00:00
David Mudrak
9d16a85707
MDL-24932 fixed IE related bugs in moodleemoticon plugin
2010-10-29 21:22:11 +00:00
Petr Skoda
2b9cc35e36
MDL-24938 fixed missing context ino
2010-10-29 20:08:29 +00:00
Petr Skoda
36b1c872a3
MDL-24927 fixed orphaned activities regression when single topic selected
2010-10-29 20:01:21 +00:00
Aparup Banerjee
8dc68e3e7c
global search MDL-24892 fixes for updating the search index.
2010-10-29 09:41:42 +00:00
Andrew Davis
388025cbeb
message MDL-24713 added code to mark messages/notifications read if messaging is disabled to prevent the new message table getting huge
2010-10-29 08:02:42 +00:00
jerome mouneyrac
8a6b119343
webservice MDL-24926 fix undefined variables into external course create.
2010-10-29 05:30:00 +00:00
jerome mouneyrac
8abfe38321
webservice MDL-24758 ws doc better looking on chrome + print default value for array/object
2010-10-29 03:51:03 +00:00
Andrew Davis
24a56744c1
message MDL-24788 improved jabber notifications
2010-10-29 03:45:47 +00:00
Rossiani Wijaya
b2b204b764
MDL-20044: fixed ajax functionality when using bullet points (<ul>) in topic summary.
2010-10-29 03:38:59 +00:00
Andrew Davis
7c810d077d
rss MDL-24902 made sure that the item title tag has something in it
2010-10-29 03:06:11 +00:00
Moodle Robot
9a8369cdd3
Updated the HEAD build version to 20101029
2010-10-29 00:53:18 +00:00
Eloy Lafuente
e3c2e1b2f9
MDL-24921 backup - on restore create missing sections up to max one to avoid some warns
2010-10-28 22:38:03 +00:00
Eloy Lafuente
9af849fa73
MDL-24918 backup - fix setting use leading to wrong security check error
2010-10-28 18:04:35 +00:00
Eloy Lafuente
5d31799af8
MDL-24397 dml - added some tests for limits with subqueries
2010-10-28 10:53:55 +00:00
Rossiani Wijaya
95795187e6
MDL-24897: set ajax course editing to 'ON'
2010-10-28 09:46:07 +00:00
Andrew Davis
f5b9b38cc9
message MDL-18977 altered messaging defaults generation
2010-10-28 08:25:36 +00:00
Aparup Banerjee
34084e9dda
tag MDL-24893 removed case for itemtype of 'wiki_page' to refer to table 'wiki_pages' , bug is a clone. (better fix in MDL-24888)
2010-10-28 08:15:11 +00:00
Dongsheng Cai
f0f77dfaae
MDL-24888, wiki tags' itemtype should be wiki_pages, taglib will try to query table by itemtype in cron
2010-10-28 07:51:59 +00:00
Andrew Davis
27bfb970f2
message MDL-24894 fixing the jabber message processor after yesterdays refactoring
2010-10-28 07:43:34 +00:00
Rossiani Wijaya
4756795bf7
MDL-22528: fixed AJAX Course editing in Chrome and Safari.
2010-10-28 07:13:56 +00:00
Andrew Davis
6c4e8db081
message MDL-24894 now correctly setting timeread for notifications when there are no processors selected
2010-10-28 07:12:39 +00:00
jerome mouneyrac
429d09eadc
community block MDL-24890 YUI: resize dialogue box to fit the screenshot
2010-10-28 07:10:40 +00:00
Aparup Banerjee
a51b0a3df8
tag MDL-24893 added case for itemtype of 'wiki_page' to refer to table 'wiki_pages'
2010-10-28 06:58:01 +00:00
Aparup Banerjee
01f44fd3c9
global search MDL-24625 removed var_dump
2010-10-28 06:06:09 +00:00
jerome mouneyrac
1418e911ed
community block MDL-24890 YUI: add loading image when waiting for the screenshot to be loaded
2010-10-28 04:52:35 +00:00
Andrew Davis
7868480ab3
message MDL-24879 removed commented out code
2010-10-28 04:00:38 +00:00
Andrew Davis
212badff4d
message MDL-24879 added something to cron to remove read notifications
2010-10-28 03:59:40 +00:00
Aparup Banerjee
f087953c9a
global search MDL-24625 fixed page headers sequence error.
2010-10-28 03:40:55 +00:00
Aparup Banerjee
6d485693db
global search MDL-24874 changed default search to include numerals so that we can delete indexes by docid.
2010-10-28 03:38:10 +00:00
Sam Hemelryk
45390cf744
course-format-topic MDL-24680 Fixed XHTML bug that was destroying page layout.
2010-10-28 03:32:40 +00:00
jerome mouneyrac
34613fb84a
community block MDL-24825 fix 'community search' crumbtrail
2010-10-28 02:28:29 +00:00
Moodle Robot
3b77fb878b
Updated the HEAD build version to 20101028
2010-10-28 00:49:01 +00:00
David Mudrak
5d394ec1b3
MDL-24507 tinymce moodleemoticon plugin replaces all occurrences of emoticon text with the image
2010-10-27 22:27:56 +00:00
David Mudrak
9632db7aea
MDL-23027 CLI installer allows to define site name and shortname
...
Credit goes to James Brisland for the submitted patch. I just polished
it a bit and changed the SQL condition that selects the site course
record from id=1 to format='site' (see xmldb_main_install() for how the
site course record is initialised, we should not rely on the id assigned
to it by the DB engine).
2010-10-27 19:18:45 +00:00
Helen Foster
80774d259c
typo fix
2010-10-27 19:08:06 +00:00
john St
1be50c7008
fix for nonzero blocks, MDL-24792
2010-10-27 18:19:41 +00:00
David Mudrak
ca7250661c
MDL-24507 new TinyMCE plugin moodleemoticon
2010-10-27 18:13:17 +00:00
David Mudrak
b9fadae72d
MDL-24507 support for the TinyMCE moodleemoticon plugin
2010-10-27 18:12:26 +00:00
Dongsheng Cai
fc98c3aecb
"MDL-24851, added DISTINCT statements"
2010-10-27 13:16:52 +00:00
Andrew Davis
fe983847dd
message MDL-24873 changes to reduce server load and also get the forum's custom email headers passed through correctly
2010-10-27 08:47:33 +00:00
jerome mouneyrac
9e32912bca
community block MDL-24826 'Save a link to this course' redirect to the original course
2010-10-27 08:42:38 +00:00
Aparup Banerjee
c6619b6c1e
global search MDL-24874 fixes for updating indexes via cron.
2010-10-27 08:28:54 +00:00
Petr Skoda
e22465c7bf
fixed hardcoded prefixes in wiki table names
2010-10-27 08:11:21 +00:00
Petr Skoda
1fa894b374
fixed table name typo
2010-10-27 08:09:32 +00:00
jerome mouneyrac
48cff382d1
community block MDL-24826 change 'Add to community block' message
2010-10-27 07:56:27 +00:00
Petr Skoda
2b27ae7274
MDL-24878 fixed missing returns in cli fatal_error rendering
2010-10-27 07:48:19 +00:00
Martin Dougiamas
9bd2b1c63c
messaging NOBUG Fixing case in strings
2010-10-27 07:11:22 +00:00
Andrew Davis
db0acadf45
message MDL-24873 updated message_popup_window() to be faster
2010-10-27 06:52:23 +00:00
Sam Hemelryk
8c74eec886
phpmailer MDL-24876 Changed var from private to public and noted in readme file
2010-10-27 06:26:30 +00:00
Andrew Davis
8d8d0ee2de
message MDL-24873 committing new version of message_popup_window() that should be much faster
2010-10-27 06:22:41 +00:00
Sam Hemelryk
ca824b38ce
blogs MDL-24875 Fixed typo... whoops
2010-10-27 05:59:31 +00:00
Sam Hemelryk
3b59524d31
blogs MDL-24875 Increased uniquehash field size to 255 and added a str length check to external blog syncing.
2010-10-27 05:25:00 +00:00
Aparup Banerjee
dbb4a053d3
global search MDL-24625
...
- maintenance fixes to (regressions in) search documents.
- some table references to old modname_comments tables changed to {comments} table.
2010-10-27 03:50:59 +00:00
jerome mouneyrac
38e22fe9ed
community block MDL-24827 redirect to the referer when remove a link from the community finder
2010-10-27 03:24:40 +00:00
Aparup Banerjee
c65c5935c4
assignment MDL-24694 lang file string change.
2010-10-27 03:10:34 +00:00
Andrew Davis
2ab19e2a97
message MDL-18977 message defaults. having another go.
2010-10-27 02:55:55 +00:00
jerome mouneyrac
c37d631fed
community block MDL-24827 change community course delete icon (use the standard Moodle delete icon)
2010-10-27 02:37:32 +00:00
Andrew Davis
69554090c7
message MDL-18977 made the message preference default setting code a little more sophisticated to accomodate some requests
2010-10-27 02:14:26 +00:00
jerome mouneyrac
ea738b890d
community block MDL-24823 add help icon to the 'trusted by Moodle.org' label
2010-10-27 02:05:42 +00:00
Moodle Robot
03c6541539
Updated the HEAD build version to 20101027
2010-10-27 00:48:57 +00:00
Petr Skoda
d217b95068
MDL-22584 detect file paths that are too long to fit into 255 char db field
2010-10-26 19:14:22 +00:00
Petr Skoda
ecb97a50f9
MDL-24852 updated yui readme
2010-10-26 19:07:56 +00:00
Petr Skoda
af3426f65e
MDL-24852 switching to yui 2.8.2
2010-10-26 19:06:14 +00:00
Petr Skoda
8ebc6dff42
MDL-24852 phploader meta info for yui 2.8.2
2010-10-26 19:02:15 +00:00
Petr Skoda
69747f00de
MDL-24834 removing usetags duplicate setting - credit goes to Mark Drechsler
2010-10-26 17:59:56 +00:00
Petr Skoda
568d0b6de0
MDL-24869 fixed incorrect string location
2010-10-26 17:46:57 +00:00
Petr Skoda
d0e538ba1c
MDL-19702 rewritten context caching by Sam Marshall + tweaks for potential problems caused by drift
2010-10-26 16:21:23 +00:00
Petr Skoda
510f8b0e5c
MDL-22290 stadnardised the cancel button on lesson password page
2010-10-26 15:16:11 +00:00
Petr Skoda
ea7a9614e7
MDL-24859 adding missing glossary ajax text formatting (patch by Jason Platts) + adding missing context param to formatting options
2010-10-26 15:05:04 +00:00
Petr Skoda
b52d96018b
MDL-22700 fixed bad foreign key definition in table wiki_pages, patch by Jason Platts
2010-10-26 14:44:13 +00:00
Petr Skoda
f6f06d6919
MDL-22878 fixed incorrect install flag name, patch by John Beedell
2010-10-26 14:37:23 +00:00
Petr Skoda
5bda2d6a67
MDL-24479 fixed invalid strings, patch by Jenny Gray
2010-10-26 14:31:09 +00:00
Petr Skoda
1c7a2f84db
MDL-24787 fixing group UI to work for users without roles too
2010-10-26 13:38:05 +00:00
Petr Skoda
fad1178612
MDL-24694 fixing broken upgrade once more - this step was skipped because two blocks had the same version number
2010-10-26 13:04:33 +00:00
Petr Skoda
f026fd1c82
MDL-24847 fixed incorrect unittest setup
2010-10-26 12:58:13 +00:00
Aparup Banerjee
6217809c8c
assignment MDL-24694 added contexturl and contexturlname properties to email_teachers() message object.
2010-10-26 09:04:12 +00:00
Andrew Davis
018f4f996d
message MDL-24771 moved the upgrade code
2010-10-26 08:45:51 +00:00
Petr Skoda
2ec48e8484
MDL-24861 fixed text <> char comparison breaking MSSQL upgrade
2010-10-26 08:28:56 +00:00
jerome mouneyrac
c29e965920
community block MDL-24824 change 'Add to block' for 'Save a link to this course'
2010-10-26 08:21:08 +00:00
Petr Skoda
d827f7b8b0
MDL-24848 fixed broken extra memory limit
2010-10-26 08:02:51 +00:00
Petr Skoda
8260ca36d5
MDL-24848 prevent undefined docs url problems in install
2010-10-26 08:01:22 +00:00
Andrew Davis
14a0e7ddff
message MDL-24771 another big commit of messaging fixes
2010-10-26 08:00:29 +00:00
Petr Skoda
79556891f8
MDL-24847 fixed problem when default roles have probibit capabilities
2010-10-26 07:51:09 +00:00
jerome mouneyrac
1fa2836666
community block MDL-24829 change community block name
2010-10-26 07:50:32 +00:00
jerome mouneyrac
fb5302b5f8
community block MDL-24828 search form language option is default to current_language()
2010-10-26 06:55:34 +00:00
Aparup Banerjee
39e171ac93
assignment MDL-24694
...
- added message provider to manage assignment's messaging
- user_preferences.name length changed form 50 to 255 due to long messaging preference names.
2010-10-26 06:46:01 +00:00
jerome mouneyrac
4a73f9be8c
community block MDL-24830 better "wait for upload" message + fix a javascript issue when screenshot number = 0 (metadata page)
2010-10-26 06:26:52 +00:00
jerome mouneyrac
ba14d721f2
community block MDL-24830 better "wait for download" message
2010-10-26 06:08:49 +00:00
Aparup Banerjee
6cd2c7f29e
global search MDL-24625 fixed up global search regressions so that indexing will complete successfully.
2010-10-26 06:01:37 +00:00
Sam Hemelryk
0d804f2fbf
course-format-social MDL-24254 Removed admin from the default blocks
2010-10-26 05:28:57 +00:00
Andrew Davis
2509c0e94b
message MDL-24771 moved common message settings out of the popup processor
2010-10-26 02:39:23 +00:00
Andrew Davis
a5d2a7495c
rss MDL-24532 made rss item title be the post subject rather than the discussion title
2010-10-26 01:33:08 +00:00
Moodle Robot
00bfb89b5c
Updated the HEAD build version to 20101026
2010-10-26 00:52:52 +00:00
AMOS bot
ddac596245
Automatic installer lang files (20101026)
2010-10-26 00:40:09 +00:00
Petr Skoda
fad46532b7
MDL-24852 latest YUI 2.8.1, unfortunately there is no support for it in yui phploader - that means we can not use it yet in moodle
2010-10-25 21:08:22 +00:00
Petr Skoda
39461de329
MDL-24837 improved user preferences internal implementation, general code cleanup, minor bugfixing, fixed '0' value regression and improved caching options in cron scripts (this should hopefully help with messaging performance in cron once it is used there), implemented basic unit tests for user user preferences
2010-10-25 20:44:32 +00:00
Dan Marsden
0be8830f95
SCORM MDL-24272 fix for bad function call - thanks to Peter/Derek
2010-10-25 20:33:01 +00:00
Tim Hunt
1f0fdc4018
quiz editing MDL-23761 $PAGE->set_heading should be set_header
...
Thanks to Derek Woolhead for the fix.
2010-10-25 16:17:57 +00:00
Sam Marshall
2cc9bae531
Unit tests MDL-24842: Fixed unit tests for accesslib, added ability to switch CFG in test baseclass
2010-10-25 14:43:59 +00:00
Tim Hunt
9c670df6db
forum cron MDL-24843 fix typo in mtrace message.
...
Fix thanks to Colin Chambers.
2010-10-25 13:11:51 +00:00
Tim Hunt
3ed3e8d412
install/upgrade MDL-24840 prevent the messaging pop-up from appearing during install or upgrade
...
Thanks to Colin Chambers.
2010-10-25 10:47:16 +00:00
Andrew Davis
a813a74843
message MDL-24771 a big commit that fixes a whole bunch of small issues with messaging
2010-10-25 09:29:34 +00:00
jerome mouneyrac
dff1e39844
publication MDL-24661 set default value for creator notes.
2010-10-25 09:12:08 +00:00
Sam Hemelryk
96321cf4d8
themes MDL-24493 Added redirect page layout and styles for all themes
2010-10-25 08:52:37 +00:00
Sam Hemelryk
f2a04fc197
list-blocks MDL-24517 Altered class on list block contents so that bullet points aren't added (1.9 functionality)
2010-10-25 07:32:51 +00:00
Sam Hemelryk
15e08444bd
theme-standardold MDL-23226 Fixed misplaced block region test
2010-10-25 06:57:04 +00:00
jerome mouneyrac
17f15dac65
webservice MDL-24821 return description format field for get_users web service function
2010-10-25 06:47:14 +00:00
jerome mouneyrac
ba5c144c0b
image gallery MDL-24773 remove YUI 3 external lightbox module
2010-10-25 06:00:14 +00:00
jerome mouneyrac
20e033bd34
image gallery MDL-24773 replace external image gallery library calls with a new image gallery created in community block
2010-10-25 03:42:46 +00:00
Moodle Robot
b67aa230f3
Updated the HEAD build version to 20101025
2010-10-25 00:50:19 +00:00
Petr Skoda
a9bc3d537b
MDL-24808
2010-10-24 22:13:43 +00:00
Eloy Lafuente
08edad78cc
MDL-22138 backup - added missing required lib
2010-10-24 15:37:55 +00:00
Petr Skoda
e6906df277
MDL-24523 adding note that clean_text() is designed to work with htm ltext only, technically we can not clean other formats before the conversion, sorry
2010-10-24 11:48:45 +00:00
Eloy Lafuente
41941110fd
MDL-22138 backup - I know smaller cathedrals than this, yay quizzes!
2010-10-24 10:43:42 +00:00
Petr Skoda
c281862ad0
MDL-24716 fix for broken path info on apache servers
2010-10-24 08:21:40 +00:00
Moodle Robot
b747b1eb52
Updated the HEAD build version to 20101024
2010-10-24 00:53:49 +00:00
AMOS bot
b33e44c885
Automatic installer lang files (20101024)
2010-10-24 00:40:08 +00:00
David Mudrak
4bc2e7782f
MDL-24777 added missing emoticon alt texts
2010-10-23 18:44:32 +00:00
David Mudrak
f61b376873
MDL-24777 upgrade the emoticons settings into the new format, using the default values
2010-10-23 18:44:04 +00:00
David Mudrak
015ba71af0
MDL-24777 replace_smilies() replaced with the new standard filter
2010-10-23 18:43:31 +00:00
David Mudrak
84a8bedd6a
MDL-24777 function replace_smilies() is not called from any other core code
2010-10-23 18:41:47 +00:00
David Mudrak
1809723881
MDL-24777 get_emoticons_list_for_help_file() is now deprecated
2010-10-23 18:41:21 +00:00
David Mudrak
e540629edf
MDL-24777 core function replace_smilies now uses emoticon_manager API
2010-10-23 18:40:46 +00:00
David Mudrak
7680da6ce8
MDL-24777 new emoticon_manager and its admin settings
2010-10-23 18:40:11 +00:00
David Mudrak
d63c507370
MDL-24777 new renderable component pix_emoticon
2010-10-23 18:39:23 +00:00
Petr Skoda
cd3059b122
MDL-24751 64bit systems have higher memory limits now
2010-10-23 10:57:15 +00:00
Petr Skoda
e76ed293bb
MDL-24772 fixed a theoritical problem with sites that do not have any enrollable roles with moodle/course:view, credit goes to Tim Lock
2010-10-23 10:48:25 +00:00
Petr Skoda
aced917bae
MDL-24803 fixed tagid typo in tag correlation table update
2010-10-23 10:26:38 +00:00
Moodle Robot
b3e387ec3a
Updated the HEAD build version to 20101023
2010-10-23 00:51:07 +00:00
Andreas Grabs
8a41eb4fa8
MDL-23271 - missing completion on submit for feedback
2010-10-22 23:19:23 +00:00
Tim Hunt
db04866591
quiz MDL-24760 recent fix quiz preview/review by teacher.
2010-10-22 17:24:09 +00:00
Aparup Banerjee
6a32262280
global search MDL-24625 added system context to page.
2010-10-22 09:32:14 +00:00
Petr Skoda
03ea0b32cc
MDL-20210 dod not stop login process when can not connect to auth/db external database
2010-10-22 09:07:02 +00:00
Sam Hemelryk
34563b35e7
mod-forum MDL-24628 Properly setting up course and cm on PAGE
2010-10-22 05:55:36 +00:00
Dongsheng Cai
9e6aa5ec91
MDL-24805, fixed get_option function
2010-10-22 05:31:16 +00:00
Sam Hemelryk
00c11469c2
navigation MDL-24745 Removed unneeded capability check when adding a users forum posts link to the navigation.
2010-10-22 03:00:01 +00:00
Aparup Banerjee
2e9459108c
forum MDL-24638 merged changes from 19 to HEAD
2010-10-22 02:04:42 +00:00
Moodle Robot
954c0eac0f
Updated the HEAD build version to 20101022
2010-10-22 00:51:50 +00:00
AMOS bot
45ac4387f5
Automatic installer lang files (20101022)
2010-10-22 00:40:09 +00:00
Sam Hemelryk
dbe5050d94
navigation MDL-24599 Sections no longer link
2010-10-21 09:43:31 +00:00
Sam Hemelryk
6c91565447
navigation MDL-24599 Sections no longer restrict course view to just the one section.
2010-10-21 09:37:18 +00:00
Inaki
e494a7615e
auth/cas MDL-24789 phpCAS single sign-on module client needs updating due to security issues
...
Upgraded phpCAS to 1.1.3 (latest stable version), which fixes them.
2010-10-21 08:22:21 +00:00
Andrew Davis
32ef43e1eb
message MDL-24786 infrastructure changes to add paging support to messaging
2010-10-21 06:40:15 +00:00
Andrew Davis
d54286e7a6
message MDL-24786 adding paging to the message page
2010-10-21 06:38:45 +00:00
Andrew Davis
6730f3527f
message MDL-24786 adding paging to contacts page
2010-10-21 06:36:57 +00:00
Dongsheng Cai
783f148609
MDL-24474, fixed warning message from filepicker element, fixed missing packageurl when adding new scorm instance
2010-10-21 04:46:05 +00:00
Dongsheng Cai
ed67e06c9e
NOMDL, added option to filemanager element
2010-10-21 04:41:38 +00:00
Dongsheng Cai
37a81e194d
NOMDL, added capability check
2010-10-21 04:40:49 +00:00
Sam Hemelryk
b50bea4a1b
backup MDL-22184 Updating a couple of PHP docs
2010-10-21 04:02:55 +00:00
Dongsheng Cai
ed461e7c03
MDL-24706, update flickr public plugin language string
2010-10-21 03:47:53 +00:00
Dongsheng Cai
2c40911a2b
MDL-24706, added watermark option for flickr public plugin
2010-10-21 03:45:20 +00:00
Sam Hemelryk
3714c264b9
navigation MDL-24780 Navigation cache is cleared after moving a section
2010-10-21 02:09:37 +00:00
Sam Hemelryk
51fc46a392
course MDL-24780 Fixed up typo is ajax editing
2010-10-21 02:04:19 +00:00
Sam Hemelryk
0a5ece3d3b
navigation MDL-24783 Navigation cache is now cleared after editing a section name
2010-10-21 01:56:03 +00:00
Moodle Robot
444ca6edda
Updated the HEAD build version to 20101021
2010-10-21 00:56:00 +00:00
Piers Harding
d1cf56e783
MDL-24659 - correct a bug with the navbar + popups - thanks djeeg
2010-10-20 22:40:09 +00:00
David Mudrak
5450f7b6c5
MDL-24765 workshop logging features reviewed
2010-10-20 13:13:45 +00:00
David Mudrak
c2a3526639
MDL-22507 workshop grading report rendering
2010-10-20 13:13:21 +00:00
David Mudrak
a8b309a37d
MDL-22507 workshop rendering of messages and allocation process fixed
2010-10-20 13:13:01 +00:00
David Mudrak
81b2288716
MDL-22507 workshop rendering fixed for submissions and example submissions
2010-10-20 13:12:31 +00:00
Tim Hunt
9bb6663e04
quiz MDL-24727 column missed from install.xml
2010-10-20 10:14:19 +00:00
Dongsheng Cai
a63f4129ee
MDL-22663, fixed webdav url path
2010-10-20 09:22:55 +00:00
Dongsheng Cai
786d886efe
"NOBUG, added lib/completionlib.php"
2010-10-20 07:21:03 +00:00
Aparup Banerjee
6a41c6fe3a
assignment MDL-24694 added time of update to assignment updates email notification
2010-10-20 03:02:48 +00:00
Moodle Robot
900ba92897
Updated the HEAD build version to 20101020
2010-10-20 00:47:05 +00:00
AMOS bot
9ac3024ba8
Automatic installer lang files (20101020)
2010-10-20 00:40:09 +00:00
Andrea Bicciolo
8a8490b7b5
- added language page setting
...
- fixed a code error
- updated screenshot.gif
2010-10-19 17:04:48 +00:00
David Mudrak
90831e4b06
NOMDL add_to_log() now uses SITEID when logging site errors
2010-10-19 16:08:55 +00:00
David Mudrak
18f8a34fd8
NOMDL fixed typo in variable name
2010-10-19 15:38:53 +00:00
David Mudrak
136e69c40f
MDL-24767 webservices logs use hard coded site id 1 instead of SITEID
2010-10-19 15:26:24 +00:00
Petr Skoda
155ef38baa
MDL-24761 we can safely reset all roles now
2010-10-19 10:22:59 +00:00
Petr Skoda
41209c1e0f
MDL-24751 upgrades may need more memory
2010-10-19 10:17:48 +00:00
Petr Skoda
346c5887b1
MDL-24751 using new memory constants
2010-10-19 10:13:15 +00:00
Petr Skoda
c22473a214
MDL-24751 fixed default memory limit when deciding to use apache_child_terminate(), apache_child_terminate() is now called from one place only
2010-10-19 10:00:29 +00:00
Petr Skoda
a4c3fc813a
MDL-24751 increased default memory limit when deciding to use apache_child_terminate(), we can safely remove all other uses of apache_child_terminate()
2010-10-19 09:43:01 +00:00
Petr Skoda
30c396f09a
MDL-24751 increased default memory limit when deciding to use apache_child_terminate, we can safely remove all other uses
2010-10-19 09:41:35 +00:00
Petr Skoda
0f0f076819
MDL-24751 simplified use of raise_memory_limit() by introduction of memory use constants, set memory limit before including our large libs, adding support for G suffix introduced in PHP5
2010-10-19 09:23:08 +00:00
Petr Skoda
113072bdd7
MDL-24759 fixing incorrect skipping on non-url file type resources, credit goes to Tim Lock
2010-10-19 07:46:26 +00:00
Andrew Davis
90c2985765
gradebook MDL-24721 added potentially missing column to backup_gradebook_structure_step
2010-10-19 07:42:22 +00:00
Petr Skoda
99ffafc3d3
MDL-24755 clear all caches
2010-10-19 07:37:34 +00:00
Petr Skoda
e4c05ec7b8
MDL-24755 fixed double define in configonly scripts, credit goes to Aparup Banerjee
2010-10-19 07:36:22 +00:00
Aparup Banerjee
192bcd76da
assignment MDL-24710 added component and name properties to Event object required by messaging framework.
2010-10-19 07:28:42 +00:00
Andrew Davis
d3dbcf5b58
gradebook MDL-24721 new installs of Moodle 2.0 were missing the hidden column from grade_categories
2010-10-19 07:17:45 +00:00
Andrew Davis
aebc0cc31a
gradebook MDL-24717 adding a background and a border to the grader report overlay
2010-10-19 02:40:14 +00:00
Andrew Davis
cc31da2af7
gradebook MDL-24717 adding a div with a class so that the overlay on the grader report can have a background added by css
2010-10-19 02:39:37 +00:00
Moodle Robot
6cf33f69ba
Updated the HEAD build version to 20101019
2010-10-19 00:46:36 +00:00
AMOS bot
3edd1755f7
Automatic installer lang files (20101019)
2010-10-19 00:40:09 +00:00
Piers Harding
62aff5e489
MDL-24728 - SCORM package navigation: course structure aids stop working on navigation
2010-10-18 22:40:50 +00:00
Dan Marsden
b36d6f4f59
SCORM MDL-24731 - close table correctly
2010-10-18 21:22:34 +00:00
Dan Marsden
36149cf064
SCORM MDL-24735 fix some php warnings.
2010-10-18 20:44:30 +00:00
Petr Skoda
5ecfec6d7c
MDL-24722 adding missing context info
2010-10-18 17:08:44 +00:00
Petr Skoda
4c56c7bf0c
MDL-24726 prevent cron execution when upgrade pending
2010-10-18 17:06:44 +00:00
Sam Marshall
fd546aaadd
Activity completion MDL-24746 Altering grade in assignment, clearing override in grader does not alter completion value
2010-10-18 17:02:58 +00:00
Tim Hunt
fde29fa59c
quiz & qbank MDL-24453 some more return URLs that I missed the first time.
...
Also, fix a double-escaping bug when cancelling the form.
2010-10-18 15:53:54 +00:00
Tim Hunt
fb6dcdab11
quiz & qbank MDL-24453 fix all the ways you can edit a question, so that that returnurl paramterer acutally works.
...
I hope. Please test thoroughly.
2010-10-18 15:28:59 +00:00
Sam Marshall
3a7507d081
chat, workshop MDL-24736 'require view' completion missing from these modules
2010-10-18 14:20:44 +00:00
Petr Skoda
9957af6810
MDL-24723 prevent cron execution in CLI maintenance mode
2010-10-18 12:52:25 +00:00
Petr Skoda
8820f4e751
MDL-24723 new CLI maintenance mode
2010-10-18 12:48:39 +00:00
Petr Skoda
aa0dd423f7
improved legacy file migration - now processing default directory indexes too
2010-10-18 11:44:14 +00:00
Petr Skoda
9815cceee8
improved coding style of last commit
2010-10-18 11:43:09 +00:00
Petr Skoda
fe3c5daede
adding support for directory links in file resource
2010-10-18 11:41:11 +00:00
Petr Skoda
2f65797837
do not send stored file if nothing to send given
2010-10-18 11:39:57 +00:00
Sam Marshall
1c79d7db3b
survey, wiki MDL-24712 Survey and wiki claim to support grades, outcomes but in fact do not
2010-10-18 10:57:41 +00:00
Petr Skoda
b4ff85aa38
fixed incorrect comparison
2010-10-18 10:52:57 +00:00
Sam Marshall
cfc3392582
MDL-24714: Completion report names inconsistent
2010-10-18 10:15:37 +00:00
jerome mouneyrac
f2a4328038
publication MDL-24115 shorter publication message
2010-10-18 09:07:36 +00:00
jerome mouneyrac
0b55ad4a69
publication MDL-24663 increase default metadata text field size
2010-10-18 09:00:06 +00:00
Andrew Davis
720f37fdc2
data MDL-24619 fixed a bug that made importing a preset database unlikely to work
2010-10-18 08:45:45 +00:00
Aparup Banerjee
d997cc88cb
blocks MDL-24374 upgrading code to change block_search_documents table.docdate and .updated to be integer type instead of datetime
2010-10-18 08:33:13 +00:00
Petr Skoda
d490ca8161
MDL-24690 fixed incorrect cohort condition when auto-creating groups
2010-10-18 08:26:57 +00:00
jerome mouneyrac
fcb4decd09
registration MDL-24582 average number of participant and average number of course module functions
2010-10-18 08:01:32 +00:00
Andrew Davis
2b4c531a6e
message MDL-24562 improved a string
2010-10-18 06:37:54 +00:00
Andrew Davis
90b4d5990a
message MDL-24562 made jabber message notifications work
2010-10-18 06:21:23 +00:00
Sam Hemelryk
7d8e60f5ee
course-participation-report MDL-23603 Optimised SQL
2010-10-18 04:48:37 +00:00
Andrew Davis
d656dd943d
message MDL-24562 adding a debug call to the Jabber message processor exception handler
2010-10-18 03:13:44 +00:00
Rossiani Wijaya
82d443ba3c
MDL-20447: add page heading
2010-10-18 03:03:56 +00:00
Moodle Robot
8fc5e91a12
Updated the HEAD build version to 20101018
2010-10-18 00:47:26 +00:00
Dan Marsden
090f09770b
SCORM MDL-23947 rename functions to be more useful.
2010-10-18 00:38:13 +00:00
Moodle Robot
4472b2787a
Updated the HEAD build version to 20101017
2010-10-17 00:46:23 +00:00
Petr Skoda
69ee96d2a9
MDL-20139 removing tinymce icons that are not usable in moodle or are mostly for advanced users
2010-10-16 21:49:06 +00:00
Petr Skoda
1eb7e2290c
MDL-20716 json PHP extension is required in Moodle 2.0
2010-10-16 18:02:33 +00:00
Petr Skoda
2778744bf9
MDL-20051 removing login links from login page
2010-10-16 17:43:04 +00:00
Moodle Robot
130f453e3d
Updated the HEAD build version to 20101016
2010-10-16 00:47:10 +00:00
Petr Skoda
7416213460
MDL-24332 fixed incorrect fix - credit goes to Steve Massicotte
2010-10-15 19:18:45 +00:00
Petr Skoda
ead94e3d12
MDL-23617 fixed borked style sheet and more resizing improvements and fixed nav bar
2010-10-15 09:21:52 +00:00
jerome mouneyrac
60cc2f788e
publication MDL-24608 display a waiting page when uploading a backup
2010-10-15 08:56:06 +00:00
Petr Skoda
f6fa64f07a
MDL-23617 improved YUI resizing
2010-10-15 08:55:24 +00:00
Petr Skoda
1d6e7ae459
MDL-23617 fixed imscp frame resizing
2010-10-15 08:12:57 +00:00
Andrew Davis
4bc735cee9
message MDL-24548 changed message processor defaults
2010-10-15 08:03:01 +00:00
Andrew Davis
e41da832de
message MDL-24548 made the handling of users being blocked a little more logical
2010-10-15 07:32:06 +00:00
Andrew Davis
6ee2611c63
message MDL-24563 altered messaging so that forum post notifications aren't so overwhelming when viewed on /message/index.php
2010-10-15 06:59:02 +00:00
jerome mouneyrac
65a00309ec
community block MDL-24606 fix the 'download finished' message that was misplaced
2010-10-15 06:32:16 +00:00
jerome mouneyrac
2e67ff5b9d
community block MDL-24612 course download curl request pass an identification token, to download course from hubs where the site is registered.
2010-10-15 03:11:32 +00:00
Sam Hemelryk
e3efc847f0
NOBUG: minor CSS tweaking of the messaging block
2010-10-15 03:07:51 +00:00
Andrew Davis
d13c358a79
gradebook MDL-24682 corrected a capability check that was incorrectly allowing some users to make a course scale a standard scale
2010-10-15 02:56:28 +00:00
Sam Hemelryk
b4c91012d4
output MDL-24683 Fixed up premature initialisation of theme and output through the admin structure.
2010-10-15 02:04:17 +00:00
Moodle Robot
019ae3e1c3
Updated the HEAD build version to 20101015
2010-10-15 00:47:56 +00:00
Dan Marsden
44729427ab
Plagiarism API MDL-13680 move update_status call untill after print header so it can also print to page if required.
2010-10-14 21:40:04 +00:00
Petr Skoda
165dbc811c
MDL-23617 fixed the imscp TOC mystery
2010-10-14 21:10:18 +00:00
Petr Skoda
ccd7189a8b
MDL-14627 new mod/url:view capability
2010-10-14 19:40:50 +00:00
Petr Skoda
ce459060fe
MDL-14627 new mod/resource:view capability
2010-10-14 19:36:19 +00:00
Petr Skoda
605d358c35
MDL-14627 fixed file_browser access control
2010-10-14 19:33:59 +00:00
Petr Skoda
0c0484de7b
MDL-14627 new mod/page:view capability
2010-10-14 19:29:24 +00:00
Petr Skoda
e0334eca6f
MDL-14627 new mod/imscp:view capability
2010-10-14 19:02:42 +00:00
Petr Skoda
9093de6354
MDL-14627 new mod/folder:view capability
2010-10-14 18:20:24 +00:00
Petr Skoda
848fe203df
MDL-14627 if you do not have capability to view activity the continue button should point to course not the activity
2010-10-14 18:18:31 +00:00
Sam Marshall
bc499733f8
Choice: MDL-20440 Added completion support to Choice (mark completed when user makes choice)
2010-10-14 14:58:43 +00:00
Petr Skoda
14333c1128
MDL-24316 version bump needed for js cache resetting
2010-10-14 14:08:01 +00:00
Petr Skoda
e8b32e2bfa
MDL-24316 ajax course edit now works with orphaned activities
2010-10-14 14:07:01 +00:00
Petr Skoda
46b2346b57
MDL-24316 new lang string, improved visualisation
2010-10-14 10:20:30 +00:00
Petr Skoda
04cc7da3e4
MDL-20366 removing the ability to add new activities to invisible sections, I do not think we should encourage this kind of tricks
2010-10-14 10:02:32 +00:00
Andrew Davis
e532ce752e
completion MDL-24119 moved a string out of the code and into a lang file
2010-10-14 08:53:02 +00:00
Andrew Davis
7cd7627c87
completion MDL-24119 new string that was previously in the code
2010-10-14 08:52:43 +00:00
Dongsheng Cai
29199e56f8
"MDL-24534, fixed filepicker pagnation, credits to Gerwood Stewart"
2010-10-14 08:51:08 +00:00
Dongsheng Cai
e80451e835
"MDL-24646, fixed portfolio export in chat module"
2010-10-14 08:16:36 +00:00
Dongsheng Cai
034699d20a
MDL-24657, fixed xhtml in comment
2010-10-14 03:21:31 +00:00
Andrew Davis
1b2ecaf3b5
forum MDL-23298 made the turn on/off tracking link not display if tracking is being forced
2010-10-14 02:44:39 +00:00
Moodle Robot
df5a4eb933
Updated the HEAD build version to 20101014
2010-10-14 00:47:28 +00:00
AMOS bot
df038fcdde
Automatic installer lang files (20101014)
2010-10-14 00:40:10 +00:00
Petr Skoda
4cac68ab13
MDL-24316 adding support for stealth sections on course edit page - work in progress, we need to decide how to visualise it and what lang strings to use
2010-10-13 20:17:56 +00:00
Petr Skoda
4d4d20e7a2
MDL-24650 fixing sloppy regression, sorry; credit for goes to Daniele Cordella
2010-10-13 20:14:40 +00:00
Petr Skoda
2a62743c40
MDL-24316 "reenabling" access to stealth activities
2010-10-13 18:51:37 +00:00
Petr Skoda
f53f73ca61
MDL-24650 xhtml strict fix in participants page
2010-10-13 17:39:06 +00:00
Petr Skoda
6ef1402e3d
MDL-24650 xhtml strict fix in forms
2010-10-13 17:35:21 +00:00
Petr Skoda
ac9889d434
MDL-24650 xhtml strict fix in resource embedding
2010-10-13 17:33:48 +00:00
Petr Skoda
fb0f16a7c8
MDL-24650 xhtml strict fix of hidden "Go" buttons
2010-10-13 17:32:33 +00:00
Petr Skoda
388d1c024d
MDL-24650 xhtml strict fix in filter
2010-10-13 17:29:35 +00:00
Petr Skoda
cd811d1a60
MDL-24650 xhtml strict fix in comments
2010-10-13 17:28:17 +00:00
Petr Skoda
f011a8fb57
MDL-24647 fixed mod/data approval file access check + fixed security issue + improved coding style
2010-10-13 17:19:17 +00:00
Jenny Gray
64f1e408fa
MDL-24565 control characters stripped so xml output functions correctly
...
now without unicode regular expression
2010-10-13 14:08:02 +00:00
jerome mouneyrac
daff57fb3b
registration MDL-24641 get language code from the full language list codes, not from the Moodle language package code
2010-10-13 09:13:23 +00:00
Andrew Davis
34ceda8537
rating MDL-24648 altered the query thats executed when something requests grades for all students. Now only returns a row for users that actually have a grade.
2010-10-13 09:05:54 +00:00
Shane Elliott
f574d378d5
MDL-24649 Fixed typo preventing download in excel format
2010-10-13 09:00:31 +00:00
Petr Skoda
0831484c2a
MDL-14817 fixing recent regressions
2010-10-13 08:29:22 +00:00
Andrew Davis
42c32efdf2
rating MDLSITE-1028 when no ratings have been submitted the aggregate is now output as an empty string rather than a hyphen
2010-10-13 06:05:13 +00:00
Dongsheng Cai
c27353510d
"MDL-15573, question bank the php4 compatiable code will broke in php5"
2010-10-13 04:13:46 +00:00
Andrew Davis
01e8532695
message MDL-24635 fixed a small bug that was preventing some tooltips from being included
2010-10-13 03:28:16 +00:00
Andrew Davis
b6138cd59c
message MDL-24444 made bulk user messaging work by fixing up some incomplete refactoring
2010-10-13 02:38:23 +00:00
Moodle Robot
85ed0647ed
Updated the HEAD build version to 20101013
2010-10-13 00:46:32 +00:00
AMOS bot
41d7714277
Automatic installer lang files (20101013)
2010-10-13 00:40:09 +00:00
Tim Hunt
d5bbc449e9
simpletestlib MDL-24637 ContainsTagWithAttribute(s) does not work reliabily with attribute values "0" and ""
2010-10-12 15:01:54 +00:00
David Mudrak
d9ba4bd6ad
MDL-24636 File API: Fixed calculation of the number of current files when merging with the draft area
2010-10-12 14:56:01 +00:00
David Mudrak
8dfb8a0343
MDL-24627 Unknown components are considered activity modules even if their name contains underscore
2010-10-12 12:56:59 +00:00
David Mudrak
e54c41da0b
Improved moodlelib_test to illustrate wrong style of writing unit tests
...
Sorry for this irritating commit but I believe it is the most effective
way how to demonstrate the issue.
2010-10-12 12:56:41 +00:00
Dongsheng Cai
5b9199a04b
"MDL-15573, fixed essey question type feedback text"
2010-10-12 10:29:50 +00:00
Petr Skoda
f44cffeac6
MDL-14595 more CSS styles whitelisted in KSES
2010-10-12 09:19:08 +00:00
Petr Skoda
3c447ebe59
MDL-14817 eliminating all potential ra duplicates
2010-10-12 09:08:36 +00:00
Petr Skoda
da959e2a46
removing obsolete code
2010-10-12 09:00:31 +00:00
Aparup Banerjee
4c4d78fbc2
global search MDL-24625 added page system context
2010-10-12 08:59:44 +00:00
Petr Skoda
81ed4632fc
MDL-14232 group import moved to group UI, fixed regressions and improved coding style - in future we should definitely improve the navigation structure of groups interface
2010-10-12 08:34:52 +00:00
jerome mouneyrac
19eb73cdf3
community block MDL-24606 add information (waiting alert + expected time) when user downloads a course from community block
2010-10-12 07:10:19 +00:00
Sam Hemelryk
1e72829db7
mod-data MDLSITE-1076 Fixed up typo causing mod-data lastname search to break
2010-10-12 06:46:55 +00:00
Andrew Davis
d84e7b7a94
gradebook MDL-24330 added a little visual of the structure of the grade categories created by the unit tests
2010-10-12 05:51:17 +00:00
Aaron Barnes
6d35a09b0b
completion MDL-24512 Fix hard coded string "More details"
2010-10-12 02:02:11 +00:00
Sam Hemelryk
5da8e7d5eb
mod-forum MDLSITE-1073 Fixed up the search highlighting in forum post messages
2010-10-12 01:59:32 +00:00
Sam Hemelryk
f3827323e1
output MDLSITE-1070 Added set methods to custom_menu class as properties are protected
2010-10-12 01:22:15 +00:00
Sam Hemelryk
6d80fad4d4
NOBUG: Set a better pagelayout on admin/index.php
2010-10-12 01:18:01 +00:00
Sam Hemelryk
f0af25381d
permissions MDL-24614 Fixed JS error with cookie handling on the permission filter
2010-10-12 01:15:43 +00:00
Moodle Robot
7beda376a7
Updated the HEAD build version to 20101012
2010-10-12 00:47:55 +00:00
Sam Marshall
f86037c926
accessibility MDL-24163 Change to accesshide definition to avoid rare Safari/VoiceOver crashes
2010-10-11 15:58:33 +00:00
David Mudrak
841ec10375
MDL-24607 mnet: fixed filelib inclusion before it is used
2010-10-11 12:19:04 +00:00
Andrew Davis
d0c675f774
rating MDLSITE-1045 changed /rating/index.php page title to be more friendly
2010-10-11 08:39:19 +00:00
Andrew Davis
16b6aec208
rating MDLSITE-1045 added a new string for a window title
2010-10-11 08:37:36 +00:00
Aparup Banerjee
9d1354b70d
assignment MDL-24469 merged changes to head.
2010-10-11 08:27:50 +00:00
Andrew Davis
3737d27862
message MDLSITE-1063 altered the css for /message/index.php and removed a bunch of redundant css
2010-10-11 08:09:04 +00:00
Petr Skoda
22a8fbdcf9
MDL-22739, MDL-23772 improved changeme hack + finally fixing the delayed changeme effect
2010-10-11 07:55:24 +00:00
Sam Hemelryk
fab0a39fe3
navigation MDL-24571 Fixed issue with course where availability prevents access
2010-10-11 07:43:51 +00:00
Sam Hemelryk
241ce9c4b4
mod-forum MDL-24569 Improved forum posts/discussions links within navigation
2010-10-11 06:28:41 +00:00
Andrew Davis
68bf577bdf
rating MDL-24513 made help_icon_scale() flip the scale id so that a database look up will work
2010-10-11 06:23:03 +00:00
Andrew Davis
b97af59794
rating MDL-24513 made scales.php work with site level (not course level) scales
2010-10-11 06:21:53 +00:00
Rossiani Wijaya
29cf6631d8
MDL-20034: add title attribute to user profile (image tag).
2010-10-11 05:46:58 +00:00
jerome mouneyrac
2324aab954
publication MDL-24580 clean course description default value from HTML tags
2010-10-11 03:10:46 +00:00
Moodle Robot
88e7375ca7
Updated the HEAD build version to 20101011
2010-10-11 00:49:00 +00:00
AMOS bot
1b73d71d80
Automatic installer lang files (20101011)
2010-10-11 00:40:08 +00:00
Petr Skoda
0c9c5ef0f5
MDL-22739 keeping the magic 'changeme' password only for manual auth, it does not make much sense for other types
2010-10-10 21:48:12 +00:00
Petr Skoda
8a8f1c7cd6
MDL-10137 rewritten cookie test on login page, username cookie is not required any more - hopefully this will be more reliable test
2010-10-10 17:30:28 +00:00
Petr Skoda
17c70aa007
MDL-16723 automatic redirects to https when loginhttps enabled - this solves accidental usage of http version + it also solves recent navigation regressions + fixed regression from PAGE conversions + deprecated old httpsrequired() and $HTTPSPAGEREQUIRED
2010-10-10 15:04:19 +00:00
Petr Skoda
3354eb8cb4
MDL-16723 if $CFG->loginhttps redirect to https login page is somebody goes to http + fixed submission warnings when already logged in
2010-10-10 13:23:14 +00:00
Petr Skoda
e81fb5efad
MDL-16640 do not show login form to users that are already logged in, this may solve some sesskey problems caused by re-logging
2010-10-10 12:13:23 +00:00
Petr Skoda
12488e62ae
MDL-10782 fixed double footer when deleting glossary category
2010-10-10 10:22:31 +00:00
Petr Skoda
13cf6181d9
MDL-24265 adding missing nolink desc string, credit goes to Myles Carrick
2010-10-10 10:08:47 +00:00
Moodle Robot
bc755da95c
Updated the HEAD build version to 20101010
2010-10-10 00:46:15 +00:00
AMOS bot
5414a632ed
Automatic installer lang files (20101010)
2010-10-10 00:40:09 +00:00
Petr Skoda
e6f74ba355
MDL-19925 adding events to upload users scripts
2010-10-09 22:53:50 +00:00
Petr Skoda
b68e1bc521
MDL-16349 we can now safely switch to the guest role
2010-10-09 19:55:18 +00:00
Petr Skoda
b593d49d59
MDL-24570 multiple sitepolicy fixes + adding new separate guest user policy
...
AMOS BEGIN
MOV [configsitepolicy,core_admin],[sitepolicy_help,core_admin]
AMOS END
2010-10-09 18:13:33 +00:00
Andrea Bicciolo
67bd584ee0
Fixed uneven column color below header
2010-10-09 17:15:30 +00:00
Petr Skoda
f22f832e59
CONTRIB-2420 mysql editor is now standard /local/ plugin
2010-10-09 12:22:57 +00:00
Petr Skoda
a732add0df
MDL-24590 fixed links to groups on participants page
2010-10-09 10:26:35 +00:00
Moodle Robot
fe7131dd6d
Updated the HEAD build version to 20101009
2010-10-09 00:47:18 +00:00
David Mudrak
856e77359d
MDL-16769 Removing studentviewoff and studentviewon
2010-10-08 13:53:35 +00:00
David Mudrak
0064dc90e3
NOMDL Rewording text used for Hide/Show icon
...
Show icon from others is a bug, should be Show icon to others. But
because others can have the capability to view hidden sections anyway,
it was decided to keep just Hide/Show
2010-10-08 13:39:04 +00:00
Petr Skoda
6663b9d1e3
MDL-24565 fix invalid XML unicode characters when uses KSES filtering - credit goes to Jenny Gray
2010-10-08 09:22:56 +00:00
jerome mouneyrac
a4e56bf335
hub server MDL-24015 add hub setting to not display the search form on the front page when users are not logged
2010-10-08 08:54:36 +00:00
Petr Skoda
252708c64d
fixed coding style
2010-10-08 08:51:22 +00:00
Andrew Davis
b4dcb6d711
message MDL-24584 2 new strings for messaging UI
2010-10-08 08:51:12 +00:00
Andrew Davis
a93cdf85ba
message MDL-24584 made some UI strings more descriptive
2010-10-08 08:50:49 +00:00
Petr Skoda
45fb2cf898
MDL-24578 removed duplicate user delete functions, fixed unenrol bugs
2010-10-08 08:47:04 +00:00
AMOS bot
3726587ac0
New files for installer
2010-10-08 07:04:39 +00:00
jerome mouneyrac
9ef728d660
webservice MDL-24541 change wsdoc.php external authentication into a normal moodle page with require_login(), no form, documentation directly related to the token and display from the user security keys page (see MDL for more information)
2010-10-08 03:03:10 +00:00
Andrew Davis
ff5b4081e1
message MDL-24548 additional messaging fixes to do with forum notifications
2010-10-08 02:49:53 +00:00
Andrew Davis
4d8b36aa95
message MDL-24548 prevent forum posts appearing as unread messages
2010-10-08 02:33:54 +00:00
Andrew Davis
f740ff8102
message MDL-24548 altered some string in the messaging UI
2010-10-08 02:32:44 +00:00
Andrew Davis
27a3976343
message MDL-24548 some emergency bug fixes to messaging
2010-10-08 02:31:57 +00:00
Moodle Robot
b1c7759f0c
Updated the HEAD build version to 20101008
2010-10-08 00:47:27 +00:00
David Mudrak
7f97ca731e
MDL-24542 filter_urltolink does not display debugging warning if called by format_string
...
Ideally, filter class should declare if it supports format_text() or
format_string() or both. Also there could be another $option passed
informing the filter about the type of the text.
2010-10-07 19:28:36 +00:00
David Mudrak
672bbc791d
MDL-24425 mnet: fixed SQL DISTINCT from a table containing text field
2010-10-07 16:11:42 +00:00
David Mudrak
b47eb9a1a1
MDL-24542 filter_urltolink now whitelisted as standard filter
2010-10-07 15:45:35 +00:00
David Mudrak
062b4110d4
MDL-24542 New filter urltolink, replacing core convert_urls_into_links() function
2010-10-07 09:01:15 +00:00
David Mudrak
e0ebc88e9d
MDL-24542 Removing convert_urls_into_links() from the core
2010-10-07 08:59:15 +00:00
David Mudrak
dcfffe3072
MDL-24531 Extend filter manager API so that options can be passed to the filters
...
The only option passed at the moment is the original format in which the
user inserted the text. Other options can be added later if/when needed.
2010-10-07 08:57:20 +00:00
Andrew Davis
695719fa45
rating MDL-24558 added better handling for when there are no ratings submitted
2010-10-07 08:25:59 +00:00
Sam Hemelryk
4d909122c4
yui combo MDLSITE-1032 Fixed relative paths to assets
2010-10-07 08:25:56 +00:00
Andrew Davis
1d4a834c10
rating MDL-24558 new string for when no ratings have been submitted
2010-10-07 08:21:51 +00:00
Dongsheng Cai
df796bf0ec
MDL-24540, fixed comments UI for not logged in users
2010-10-07 08:18:56 +00:00
Andrew Davis
e7e7bb9ace
message MDLSITE-1039 improving the jabber message processor
2010-10-07 06:36:17 +00:00
Sam Hemelryk
6c0fb99b79
editor-css MDL-16319 Set default font for the core moodle themes
2010-10-07 04:17:15 +00:00
jerome mouneyrac
010e02b46d
outpurenderer MDL-24560 $OUTPUT->doc_link() support icon only (no link text) but trigger warning and wrong xhtml_strict code => fixed
2010-10-07 04:04:38 +00:00
Andrew Davis
fe561379e4
message MDLSITE-1042 added a footer to IM email notifications
2010-10-07 04:00:37 +00:00
Andrew Davis
5683b9e56d
message MDLSITE-1042 prevented messages being automatically marked as read if the popup processor wasnt in use
2010-10-07 03:59:50 +00:00
Andrew Davis
ee7cd81a1c
message MDLSITE-1042 fixed some messaging bugs
2010-10-07 03:59:07 +00:00
Sam Hemelryk
8d873bdc16
tags MDLSITE-1000 Set a better page layout on the standard theme
2010-10-07 03:26:17 +00:00
Sam Hemelryk
8a448e0ce3
tags MDLSITE-1000 Added missing include in tag/lib.php
2010-10-07 03:22:40 +00:00
Moodle Robot
7c5aa90ae7
Updated the HEAD build version to 20101007
2010-10-07 00:46:29 +00:00
AMOS bot
0273f66223
Automatic installer lang files (20101007)
2010-10-07 00:40:08 +00:00
Petr Skoda
01ebadfbb6
MDLSITE-1025 prevent group info access only in separate mode
2010-10-06 20:15:50 +00:00
Petr Skoda
e7521e4c13
MDL-6122 truncate_userinfo() has to use unicode aware functions
2010-10-06 19:12:49 +00:00
Petr Skoda
4756e9c9e2
MDL-21915 fixing remaining chmod and mkdir to use moodle file permissions
2010-10-06 19:06:52 +00:00
Petr Skoda
29d488cffc
MDL-23799 fixed distinct text
2010-10-06 18:14:04 +00:00
Petr Skoda
294eb62895
MDL-23648 adding missing link to clicktoopen string, it is not enough tojust print url when we say users to click on it
2010-10-06 17:53:10 +00:00
Petr Skoda
059676389b
MDL-23648 adding resizing to iframe, this should finally solve IE issues when embedding resources
2010-10-06 16:52:54 +00:00
Petr Skoda
00a9534401
MDL-22338 main version bump necessary for JS cache invalidation
2010-10-06 16:24:43 +00:00
Petr Skoda
147fee876e
MDL-22338 fixed regression - the embedded resources are being resized again
2010-10-06 16:23:37 +00:00
Petr Skoda
ab1f13b783
MDL-24552 importing latest markdown extra 1.2.4
2010-10-06 15:59:33 +00:00
Petr Skoda
9834f7b002
MDL-24550 fixed Zend version
2010-10-06 15:53:16 +00:00
Petr Skoda
d322a63d05
MDL-24550 fixed yui version
2010-10-06 15:52:29 +00:00
Petr Skoda
a4a446332d
MDL-24550 fixed simplepie version
2010-10-06 15:50:51 +00:00
Petr Skoda
43104ee12f
MDL-24550 phpxml not used any more
2010-10-06 15:50:14 +00:00
Petr Skoda
8a16a0aff1
MDL-24550 fixed phpmailer version
2010-10-06 15:47:57 +00:00
Petr Skoda
3a5041eb63
MDL-24550 fixed crypt version and license
2010-10-06 15:46:33 +00:00
Petr Skoda
a7dd72d73c
MDL-24550 fixed Console getopt version
2010-10-06 15:38:42 +00:00
Petr Skoda
a326dac754
MDL-24550 updated version of htmlpurifier
2010-10-06 15:34:46 +00:00
Petr Skoda
64f721a2df
MDL-24551 adodb 5.11
2010-10-06 15:32:35 +00:00
Petr Skoda
6ede09aa83
MDL-24551 importing latest adodb 5.11
2010-10-06 15:31:49 +00:00
Petr Skoda
a02357dfbf
MDL-24535 do not store 'wantsurl' when accessing group images
2010-10-06 12:56:56 +00:00
Petr Skoda
b57ad50120
MDL-24523 markdown cleanup
2010-10-06 12:42:17 +00:00
Sam Hemelryk
b5042ff7da
NOBUG Adding missing include
2010-10-06 08:58:34 +00:00
David Mudrak
9cc0de51a1
MDL-24530 Fixed core function usage during early install phase when the site is not fully set up yet
...
Merged from MOODLE_19_STABLE
2010-10-06 08:54:47 +00:00
Aparup Banerjee
ca1bee1ab4
authentication MDLSITE-1014 updated recaptchlib to point to google urls based on google's api v1.11
2010-10-06 07:53:25 +00:00
Sam Hemelryk
ef7af3dd5c
NOBUG removed unused deprecated arg to mktime for php 5.3
2010-10-06 07:50:00 +00:00
Andrew Davis
1e77f9740a
message MDLSITE-1039 changed the text on the button you click to get to search due to confusion
2010-10-06 07:44:41 +00:00
Andrew Davis
577bd04bac
message MDLSITE-1039 made clicking on a contacts name work on the message search page
2010-10-06 07:41:23 +00:00
Andrew Davis
cf45586528
message MDLSITE-1039 gave IMs a meaningful subject line and turned on action icons for the contact list on /message/index.php
2010-10-06 07:39:49 +00:00
Andrew Davis
728114df4d
message MDLSITE-1039 made it so when youre viewing new messages you only see new messages
2010-10-06 07:38:51 +00:00
Sam Hemelryk
ca194849f0
themes-base MDL-16319 Base theme now has an editor sheet and sets a default font size
2010-10-06 07:38:34 +00:00
Sam Hemelryk
b475cf4cbc
navigation MDL-1001 Fixed wrong capability during context call
2010-10-06 06:50:36 +00:00
Sam Hemelryk
63442fe14a
block_online-users MDLSITE-1002 Fixed chrome issue by adding position css to positioned li
2010-10-06 06:24:09 +00:00
Sam Hemelryk
cd6cf6b6e4
pluginfile MDLSITE-1025 Relaxed login check on pluginfile surrounding group icons
2010-10-06 06:00:49 +00:00
Sam Hemelryk
c6de9cefc5
ratings MDLSITE-1028 Added additional structure to the ratings renderer output
2010-10-06 05:50:45 +00:00
Dongsheng Cai
1a79133b20
MDL-24375, fixed mulilt main files in filemanager
2010-10-06 04:17:21 +00:00
Dongsheng Cai
ef106e5b28
"MDL-24210, added missing context to html editor"
2010-10-06 03:48:32 +00:00
Dongsheng Cai
b4b0e5ed2b
"MDL-24533, fixed two page 1 boxes in filepicker, credits to Gerwood Stewart"
2010-10-06 03:29:19 +00:00
jerome mouneyrac
5a91e9ba7e
restore MDL-24536 [[backupmode30]] => 'Hub'
2010-10-06 03:16:53 +00:00
jerome mouneyrac
fc0c3d6fbe
webservice MDL-24372 manage token doesn't appear twice in the admin menu when create a new token
2010-10-06 02:25:32 +00:00
Aaron Barnes
c8ea6c60ab
MDL-24328 completion Check criteria are set before showing links to report
2010-10-06 02:23:50 +00:00
Moodle Robot
503e7bf717
Updated the HEAD build version to 20101006
2010-10-06 00:47:16 +00:00
Tim Hunt
2a27a37db8
quiz recent activity MDL-24528 was setting the activity userid to the attempt id. Doh!
2010-10-05 17:11:16 +00:00
john St
6207f81da4
fix for backgrounds in pop-ups, MDL-23773
2010-10-05 16:59:15 +00:00
john St
c80f93933b
fix for custom menu sub menu, MDL-24389
2010-10-05 16:41:15 +00:00
Andrew Davis
1cd8c39922
forum MDLSITE-1034 fixed the logic around displaying forum subscriptions in index.php
2010-10-05 12:39:53 +00:00
Petr Skoda
96e890bbf5
MDL-24520 use different name if manager role already exists
2010-10-05 08:25:58 +00:00
Eloy Lafuente
84dcdbdb58
MDL-24470 data->notification - apply correct default if null is found on restore
2010-10-05 08:21:57 +00:00
Andrew Davis
c61daed045
rss MDL-24509 added support for 1.9 rss feed requests
2010-10-05 03:30:01 +00:00
Andrew Davis
8a73f57081
rss MDL-24509 added some support for 1.9 rss feed requests
2010-10-05 03:28:23 +00:00
Sam Hemelryk
83a5e4fc92
navigation MDLSITE-1023 Fixed up navigation regression when viewing site pages and not being logged in.
2010-10-05 02:38:40 +00:00
Moodle Robot
0a93c8b8bd
Updated the HEAD build version to 20101005
2010-10-05 00:46:49 +00:00
AMOS bot
bff7abfc86
Automatic installer lang files (20101005)
2010-10-05 00:40:09 +00:00
Andrew Davis
52cede73ab
rss MDL-24509 added call to require_login()
2010-10-04 14:42:23 +00:00
Andrew Davis
c637291997
rss MDL-24508 fixed guest access to rss feeds
2010-10-04 13:31:19 +00:00
Dongsheng Cai
831399c404
MDL-24497, hide message when maxbytes option is not explicit defined in moodle form
2010-10-04 10:03:52 +00:00
Dongsheng Cai
ffdd6d1806
MDL-24290, REPOSITORY revert previous changes on urlencode
2010-10-04 09:35:14 +00:00
Dongsheng Cai
8cc2bcf154
MDL-24290, REPOSITORY fixed urlencode string in filename
2010-10-04 09:31:08 +00:00
Andrew Davis
c56449dff6
rss MDLSITE-1007 reverted an unnecessary change I committed
2010-10-04 09:01:41 +00:00
Petr Skoda
70ff13bed7
MDLSITE-1007 ugly workaround for preventing of sloppy string to int casting in mysql
2010-10-04 08:47:58 +00:00
Petr Skoda
422b75a712
mysql comparison weirdness finally detected
2010-10-04 08:21:53 +00:00
Petr Skoda
e5d1410b23
enhanced int comparison test
2010-10-04 08:12:28 +00:00
Andrew Davis
5ce534eb7c
rss MDLSITE-1007 fixed a potential security problem with blog rss feeds
2010-10-04 08:12:28 +00:00
Andrew Davis
b146d98455
gradebook MDL-24504 made grade item sorting work and prevented a bunch of sortorder shuffling
2010-10-04 08:05:05 +00:00
Petr Skoda
4e6e2a51f6
adding a test that should detect problems with string x int comparison
2010-10-04 08:00:45 +00:00
Petr Skoda
01beeae993
MDL-24505 limit max number of admin candidates
2010-10-04 07:50:12 +00:00
Petr Skoda
e079ee2c23
MDL-24507 disabling emotions plugin because the absolute paths are not going to work in backup/restore
2010-10-04 07:42:38 +00:00
Andrew Davis
8e8e281435
rss MDLSITE-1007 fixed a security problem with rss feed params
2010-10-04 07:23:27 +00:00
Andrew Davis
e65ce4c1d0
rss MDLSITE-1007 fixed a security problem
2010-10-04 07:22:39 +00:00
Andrew Davis
a7ca080c20
rss MDLSITE-1007 processing the user token to make sure its a string and not an int to prevent bogus user matches occuring
2010-10-04 07:13:09 +00:00
Andrew Davis
83b912e0ed
rss MDLSITE-1007 now running clean_param() over the user token
2010-10-04 06:56:51 +00:00
Sam Hemelryk
b276cf9ed1
error MDLSITE-1008 Fixed missing set_context call in error/index.php
2010-10-04 04:52:02 +00:00
Dongsheng Cai
18e632593f
MDL-24471, FILEMANAGER change <button> to <input type="button" />, moodle form may fire onclick event when enter pressed in other field
2010-10-04 04:09:02 +00:00
Dongsheng Cai
047bce2fe8
MDL-24382 uploadsingle type assignment should respect course maxbytes too.
2010-10-04 03:37:12 +00:00
Dongsheng Cai
513aed3cf9
MDL-24497, fixed maxbytes in user editing form
2010-10-04 03:09:58 +00:00
Moodle Robot
0d9dcca058
Updated the HEAD build version to 20101004
2010-10-04 00:47:04 +00:00
AMOS bot
bf0c96edbd
Automatic installer lang files (20101004)
2010-10-04 00:40:09 +00:00
Martin Dougiamas
954035a9f1
MDLSITE-996 Fixed bad call to forum_print_user()
2010-10-03 21:33:05 +00:00
Petr Skoda
2b54304b84
MDL-24500 group pix BC - just empty image to prevent broken links
2010-10-03 18:27:21 +00:00
Petr Skoda
910855aaeb
MDL-24500 user pix BC
2010-10-03 18:12:20 +00:00
Martin Dougiamas
8d6385d355
MDL-24501 Use standard renderer for rendering user images on tags pages
2010-10-03 18:06:35 +00:00
Petr Skoda
b6d8012ed7
MDL-24500 first step towards BC for user/pix.php
2010-10-03 18:00:21 +00:00
Martin Dougiamas
088d940ea7
MDL-22320 Fixed broken message links in message block
2010-10-03 16:50:23 +00:00
Petr Skoda
4613c1ea3d
MDL-23772 cleanup SESSION->wantsurl before redirect + removed unnecessary require_login()
2010-10-03 15:27:31 +00:00
Petr Skoda
375053ed10
MDL-24042 mod/data is using weaker require_course_login instead of standard require_login - fixing regression for data files
2010-10-03 13:15:49 +00:00
Sam Hemelryk
304d1245fe
NOBUG: Added missing set_context call
2010-10-03 12:15:45 +00:00
Sam Hemelryk
7b5f1cd8c7
notes MDL-24495 Set default course id for notes
2010-10-03 12:14:54 +00:00
Petr Skoda
c11c7251cf
MDL-24484 fixed spellchecker regressions
2010-10-03 11:01:17 +00:00
Petr Skoda
edda2b9af6
MDL-24485 fixed lowercase theme names (credit goes to Anthony Borrow) + using get_string() to show real theme name on the theme selection page
2010-10-03 10:38:48 +00:00
Sam Hemelryk
7f38a28d41
lib-db-upgrade MDL-24490 user description now big text
2010-10-03 09:42:19 +00:00
Sam Hemelryk
35d2afabca
NOBUG removing forums navigation customisations
2010-10-03 08:02:56 +00:00
Sam Hemelryk
20770c9f51
db-upgrade MDL-24487 Fixed incorrect parentcontext when upgrading.
2010-10-03 07:45:03 +00:00
Sam Hemelryk
da8970797f
NOBUG: Added missing global call in mod wiki upgrade
2010-10-03 05:55:16 +00:00
john St
7d73180fa1
Theme fix for magazine, MDL-24392
2010-10-03 02:02:20 +00:00
john St
4892b7c4d3
Theme fix for brick, MDL-24392
2010-10-03 02:01:45 +00:00
Moodle Robot
56cc69a73b
Updated the HEAD build version to 20101003
2010-10-03 00:49:34 +00:00
Anthony Borrow
ec05e10c12
NOMDL: typo, removing duplicate prevent
2010-10-02 17:18:39 +00:00
Petr Skoda
f0a25c37c2
MDL-24432 changing the guest role explanation and renaming the text string to force new translation in all languages because the guest capabilities are completely changed in 2.0
2010-10-02 17:13:44 +00:00
Petr Skoda
68aaaa45df
MDL-24432 fixed guest role info
2010-10-02 17:07:14 +00:00
Petr Skoda
54f5318492
MDL-23818, MDL-18900 fixed trusttext upgrade + coding style improvements and cleanup
2010-10-02 16:34:42 +00:00
Pierre Pichet
5fe5e8ac5b
MDL-23825 reactivating disabledif calls as they are working again
2010-10-02 01:59:17 +00:00
Moodle Robot
fbf5f77e35
Updated the HEAD build version to 20101002
2010-10-02 00:50:36 +00:00
AMOS bot
e32e47a875
Automatic installer lang files (20101002)
2010-10-02 00:40:09 +00:00
Petr Skoda
62e65b21ab
minor coding style improvements and phpdocs cleanup
2010-10-01 21:45:14 +00:00
Petr Skoda
448aad7f5e
MDL-24339 improved coding style and fixed id duplicates in get_roles_with_capability()
2010-10-01 21:13:27 +00:00
Petr Skoda
f6cf17c025
MDL-24339 fix for old mysql invalid NULLs in resource options field
2010-10-01 19:44:23 +00:00
Petr Skoda
de79c941b1
MDL-24339 fix for old mysql invalid NULLs in resource popup field
2010-10-01 18:43:19 +00:00
Dongsheng Cai
26c137b19c
MDL-23693, filepicker form element change <button> to <input type="button" />
2010-10-01 11:09:21 +00:00
jerome mouneyrac
e5f9031bd7
database MDL-24470 rerun database upgrade of the notification column (NOT NULL and default=0) for updated site from a 1.9 with database module version posterior to 2007101513
2010-10-01 09:39:01 +00:00
Sam Hemelryk
71762d4675
mod-data MDLSITE-970 Raarrrrrrrr fixed way old bug from dml conversion
2010-10-01 08:51:26 +00:00
Andrew Davis
b253798edd
data MDL-24473 corrected the data table description
2010-10-01 08:08:11 +00:00
Sam Hemelryk
02848cbf4a
navigation MDLSITE-970 Check module support function exists before calling it
2010-10-01 06:22:08 +00:00
Sam Hemelryk
a653bd6d33
moodle.org MDLSITE-970 Moved some fixed strings to the moodle.org language file.
2010-10-01 05:54:08 +00:00
Andrew Davis
76ea4e1f67
gradebook MDL-24455 moved printing of page header until after all of the potential redirect points to avoid a warning being printed before redirecting.
2010-10-01 03:54:59 +00:00
Rossiani Wijaya
6b15734d56
MDL-20410: remove set_focuscontrol
2010-10-01 02:24:38 +00:00
Andrew Davis
263819c8dd
database MDL-24349 added support for Moodle 2.0 data storage to database presets
2010-10-01 02:06:56 +00:00
Sam Hemelryk
71be124d02
themes MDL-22247 Fixed up broken editor_sheets for themes
2010-10-01 01:43:06 +00:00
Moodle Robot
1126764890
Updated the HEAD build version to 20101001
2010-10-01 00:50:00 +00:00
Andreas Grabs
0b6b46d5f3
MDL-24466 - upgrading mod_feedback error
2010-09-30 23:17:24 +00:00
David Mudrak
65601f04a3
MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage
2010-09-30 14:44:33 +00:00
David Mudrak
ac0f8f4559
MDL-19936 workshopform subplugins restore: use get_namefor() as mapping identifier
...
As I realized in rubric, get_namefor() should be used so that both
get_mapping() and get_new_parentid() can be used.
2010-09-30 12:05:59 +00:00
David Mudrak
8fa86fb8c4
MDL-19936 workshopform_rubric: fixed a bug causing Moodle Features Demo restore fail
2010-09-30 11:14:53 +00:00
jerome mouneyrac
5773b42109
community block MDL-22890 change eldest for oldest
2010-09-30 09:58:16 +00:00
Petr Skoda
e0819a807d
MDL-24265 ooops, forgot to fix lineendings
2010-09-30 09:08:11 +00:00
Petr Skoda
c985d9aa5a
MDL-24265 importing latest TinyMCE 3.3.9.2
2010-09-30 09:01:47 +00:00
Aparup Banerjee
6d53b60b46
assignment MDL-23683 removed backup & restore of deprecated filearea : 'online_submission'
2010-09-30 08:01:45 +00:00
Aparup Banerjee
6aac01ca84
assignment MDL-23683 online assignment filearea changed for consistency from 'online_submission' to 'submission'
2010-09-30 06:30:34 +00:00
Aparup Banerjee
abc89a8bda
assignment MDL-24382 fixed enforcing file size limit in single upload
2010-09-30 03:49:59 +00:00
Dongsheng Cai
b817205bec
MDL-24382, fixed display of file size limit in filepicker
2010-09-30 03:36:38 +00:00
Andrew Davis
fe9d5f7efc
database MDL-24349 fixed a bug with database field presets. textareas werent being successfully set up.
2010-09-30 02:40:51 +00:00
Aparup Banerjee
43ff78fdb4
tags MDL-22030 fixed redirection error after adding a tag. fixed course tags links rendering on only first tag block.
2010-09-30 02:40:41 +00:00
Moodle Robot
0159e3b608
Updated the HEAD build version to 20100930
2010-09-30 00:50:09 +00:00
David Mudrak
d318391c6b
MDL-19936 workshopeval_best: restore improved
2010-09-29 23:12:38 +00:00
David Mudrak
d5f5406610
MDL-19936 workshopform_rubric: restore implemented
2010-09-29 23:12:20 +00:00
David Mudrak
f1c8bb26d7
MDL-19936 workshopform_numerrors: restore implemented
2010-09-29 23:11:47 +00:00
David Mudrak
47861eaace
MDL-19936 workshopform_comments: restore implemented
2010-09-29 23:11:25 +00:00
David Mudrak
708684332d
MDL-19936 workshopform_accumulative restore improvements
2010-09-29 23:10:48 +00:00
Dan Marsden
134c8644d5
SCORM MDL-24435 fix missing completionlib include
2010-09-29 22:18:39 +00:00
Petr Skoda
e995de87e2
MDL-24446 prevent problems with invalid values of CFG->maxbytes
2010-09-29 21:50:11 +00:00
Petr Skoda
9b540305df
MDL-24445 fixed problem with uninitialised PAGE object
2010-09-29 21:09:19 +00:00
Andreas Grabs
e38442715b
MDL-24450 - searching in mapcourses fails
2010-09-29 20:43:01 +00:00
David Mudrak
47cdfde347
MDL-24449 Fixed icons at /course/category.php page
2010-09-29 20:41:37 +00:00
Petr Skoda
51679b83ef
MDL-24265 adding missing nolink dirs
2010-09-29 19:58:16 +00:00
Petr Skoda
7e65a8ceb0
MDL-24265 adding missing moodlemedia dirs
2010-09-29 19:57:48 +00:00
Petr Skoda
8edef30f56
MDL-24265 adding missing dragmath dirs
2010-09-29 19:57:22 +00:00
Dongsheng Cai
b8a6131b94
MDL-24441, enforce course max file size
2010-09-29 10:13:35 +00:00
Petr Skoda
b7b88c090d
MDL-24339 workaround for broken parents in block instances
2010-09-29 08:16:13 +00:00
Dongsheng Cai
5a2543286f
MDL-24416, fixed the problem of using file picker in tinymce fullscreen mode
2010-09-29 08:03:52 +00:00
Dongsheng Cai
0bd269b7a2
MDL-24410, repository upload plugin allows rename file
2010-09-29 07:05:51 +00:00
Sam Hemelryk
9db1789832
mod-quiz MDL-24418 Overflow fix allow horizontal scrolling of quiz results.
2010-09-29 03:02:18 +00:00
Sam Hemelryk
d1c7c2ea14
NOBUG removing outdated comment
2010-09-29 01:23:19 +00:00
Moodle Robot
f9a80dcecd
Updated the HEAD build version to 20100929
2010-09-29 00:51:44 +00:00
AMOS bot
6167bc4671
Automatic installer lang files (20100929)
2010-09-29 00:40:09 +00:00
Petr Skoda
afa7cfa833
improved handling on errors on redirect page + preventing PAGE->context errors
2010-09-28 22:34:33 +00:00
Eloy Lafuente
e521039d22
MDL-24381 backup - avoid infinite iteration under windows caused by platform-dependent dirname()
2010-09-28 21:26:11 +00:00
Petr Skoda
a9c16bab26
MDL-24265 removing forgotten debug script
2010-09-28 13:47:01 +00:00
Petr Skoda
942695e7d4
MDL-24265 tring to fix messed up moving of dirs in bloody CVS
2010-09-28 13:41:24 +00:00
Petr Skoda
0da5bedf8e
MDL-24265 importing latest tinymce, customisations and build script is available from http://github.com/skodak/tinymce
2010-09-28 13:34:10 +00:00
Petr Skoda
735b8252ea
fixed incorrect line endings
2010-09-28 13:19:13 +00:00
Helen Foster
2168d332de
MDL-24180 new help string
2010-09-28 09:46:11 +00:00
Eloy Lafuente
e7eca65d98
MDL-23752 backup - export/import add one missing string
2010-09-28 09:37:16 +00:00
Eloy Lafuente
dc1e4ccebd
MDL-23752 backup - export/import mode. Fixed various details.
2010-09-28 09:33:54 +00:00
Aparup Banerjee
af49fc364c
wiki MDL-24130 fixed editing errors when editing is turned on when creating a first wiki page.
2010-09-28 09:04:24 +00:00
Petr Skoda
ace65a10f7
MDL-24368 disable compression on admin index and cron pages
2010-09-28 08:44:42 +00:00
Aparup Banerjee
a878137097
wiki MDL-24130 fixed errors when editing is turned on when in wiki page creation.
2010-09-28 08:14:33 +00:00
Sam Hemelryk
d703f226da
course-combolist MDL-24300 Added CSS to dim categories on the combolist.
2010-09-28 02:17:20 +00:00
Sam Hemelryk
d8d8bdd97b
calendar MDL-24378 set better defaults when constructing a calendar object.
2010-09-28 02:02:04 +00:00
Sam Hemelryk
25c55fe563
enrol-ajax MDL-24397 Removed unneeded header call
2010-09-28 01:50:19 +00:00
Moodle Robot
ce79a6805c
Updated the HEAD build version to 20100928
2010-09-28 00:51:28 +00:00
AMOS bot
9286c89066
Automatic installer lang files (20100928)
2010-09-28 00:40:09 +00:00
Eloy Lafuente
5423b5f5b1
MDL-13435 xmlize - now throwing exceptions on parsing error. Credit goes to Tim/Mahmoud
2010-09-27 21:10:00 +00:00
Petr Skoda
9384419a4f
MDL-24368 prevent infinite loops when caching can not be disabled
2010-09-27 15:41:46 +00:00
Petr Skoda
56048f8366
MDL-24332 fixed https handling when using sslproxy - thanks djeeg
2010-09-27 10:16:28 +00:00
Petr Skoda
bc31625aba
MDL-24356 fixed DML conversion - based on patch by Jay Knight
2010-09-27 09:41:59 +00:00
Petr Skoda
43d42a1acf
MDL-24383 adding missing context setup - credit goes to Paul Ortman
2010-09-27 09:15:28 +00:00
Petr Skoda
86b0f23224
MDL-24396 fixed regressions in bulk user delete
2010-09-27 08:45:59 +00:00
Moodle Robot
50212a757d
Updated the HEAD build version to 20100927
2010-09-27 00:51:46 +00:00
Moodle Robot
20b650013b
Updated the HEAD build version to 20100926
2010-09-26 00:49:23 +00:00
AMOS bot
ed8dbf990d
Automatic installer lang files (20100926)
2010-09-26 00:40:08 +00:00
Moodle Robot
9caa5eb87d
Updated the HEAD build version to 20100925
2010-09-25 00:51:47 +00:00
AMOS bot
f8b2cf9903
Automatic installer lang files (20100925)
2010-09-25 00:40:09 +00:00
David Mudrak
81e62b6fd5
MDL-12192 temporarily disabled support for colonized labels
...
The code must be fixed so that the colon is not displayed when the label
is hidden by accessibility CSS.
2010-09-24 11:19:57 +00:00
Aparup Banerjee
682a19234b
assignment MDL-24373 cleaned up code.
2010-09-24 07:15:27 +00:00
Aparup Banerjee
694b7aef38
assignment MDL-24373 removed file count check to display button to manage assignment files submitted. file limits are managed entirely via the file manager ui.
2010-09-24 07:09:42 +00:00
jerome mouneyrac
a089b8d131
webservice MDL-23438 do not create a token for a user if the service doesn't allow him
2010-09-24 07:06:47 +00:00
jerome mouneyrac
a44460b5ef
webservice MDL-23438 do not create a token for a user if the service doesn't allow him
2010-09-24 07:05:39 +00:00
Dongsheng Cai
0cc5b5a34c
MDL-24367, fixed 'Show only new' feature in basic chat ui
2010-09-24 06:10:53 +00:00
Sam Hemelryk
2473693278
backup-import MDL-24361 Fixed up bug with course imports
2010-09-24 05:37:17 +00:00
jerome mouneyrac
0d5fae12eb
community block/registration/publication MDL-24230 change /admin/ for $CFG->admin and /lib/ for $CFG->libdir
2010-09-24 05:22:07 +00:00
jerome mouneyrac
a8e174ccd8
community block/registration/publication MDL-24230 change /admin/ for $CFG->admin and /lib/ for $CFG->libdir
2010-09-24 05:12:44 +00:00
Dongsheng Cai
3ced70fa5e
MDL-22663, fixed webdav basic authentication
2010-09-24 04:10:46 +00:00
Aparup Banerjee
0e638ff452
ajax MDL-23694 added missing page context which fixes groups ui ajax search
2010-09-24 03:57:13 +00:00
Sam Hemelryk
46ea652fd9
user-profile MDL-22499 Added context checks around the link in a users course profile to view their full profile.
2010-09-24 03:14:27 +00:00
jerome mouneyrac
de55d4695e
webservice MDL-24230 fix /admin/ into $CFG->admin + /lib/ into $CFG->libdir
2010-09-24 02:45:39 +00:00
Dan Marsden
c5a51ed5ad
SCORM 2004 MDL-24271 - fix weird looking function - might be right now - thanks to Petr's new IDE for finding issue.
2010-09-24 01:56:20 +00:00
Moodle Robot
c20daa97be
Updated the HEAD build version to 20100924
2010-09-24 00:51:09 +00:00
AMOS bot
1166cdcb97
Automatic installer lang files (20100924)
2010-09-24 00:40:09 +00:00
Dan Marsden
bea5ad66cd
SCORM MDL-24239 update scorm settings correctly during file upgrade
2010-09-23 23:38:43 +00:00
Andreas Grabs
bf1b9ef70b
MDL-24357 - Information on Course in Feedback Module Prints Incorrectly in Show Responses Tab
2010-09-23 22:24:18 +00:00
Aparup Banerjee
5ddf75d8be
assignment MDL-24240 set the assignment type plugin title string to produce notice for the subplugin's lang pack, removed notice for core lang pack
2010-09-23 12:29:48 +00:00
Dan Marsden
84ab3289ea
SCORM MDL-24027 improve compatibility with MS Sql using $DB->sql_isempty() and $DB->sql_isnotempty()
2010-09-23 08:27:53 +00:00
Rossiani Wijaya
b855512a7c
MDL-24258 (updated): eliminate student capability to delete their post when it exceeded the max editing time.
2010-09-23 08:03:47 +00:00
Rossiani Wijaya
09d40d652d
MDL-24258: eliminate student capability to delete their post when it exceeded the max editing time.
2010-09-23 07:55:18 +00:00
Andrew Davis
60a1a25cf1
database MDL-24349 made exporting of preset database activities produce valid preset zip files
2010-09-23 06:45:05 +00:00
jerome mouneyrac
7a0d0804c1
community block MDL-24306 add sort by rating
2010-09-23 06:25:46 +00:00
Rossiani Wijaya
6694ff841b
MDL-24350: fixed XHTML strict by removing an additional of '</div>'
2010-09-23 05:50:15 +00:00
Sam Hemelryk
899baccdd3
mod-forum MDL-22220 Added CSS classes for better for post styling
2010-09-23 05:45:00 +00:00
Sam Hemelryk
ae715bbde8
NOBUG: Added page heading
2010-09-23 05:37:00 +00:00
Sam Hemelryk
e18d7d2fe8
mform-dateselector MDL-23829 Removed patch to fix YUI issue that was fixed in 3.2.0
2010-09-23 05:30:22 +00:00
Rossiani Wijaya
1e6c1f7a3e
MDL-24333 - fixed invalidate xhtml strict for courses in combo list.
2010-09-23 05:15:02 +00:00
Moodle Robot
3188b27e48
Updated the HEAD build version to 20100923
2010-09-23 00:50:30 +00:00
AMOS bot
5e69e75edb
Automatic installer lang files (20100923)
2010-09-23 00:40:09 +00:00
David Mudrak
d9e2908636
NOMDL edit icon at the course participants page now links to the enrolments page instead of role assignment page
...
Also note the controlling capability has changed to the one used at the
linked page.
2010-09-22 16:40:53 +00:00
Tim Hunt
4033062b33
quiz statistics report NOBUG was not being escaped twice in Analysis of responses of some qtypes.
2010-09-22 15:35:27 +00:00
David Mudrak
1b42bc07e8
NOMDL restore: do not display course details for activity backups
...
Activity backups do not contain these details so I just put all the
block into one if-statement.
2010-09-22 15:31:27 +00:00
David Mudrak
54255c1bac
NOMDL backup: added missing string
2010-09-22 15:18:14 +00:00
Petr Skoda
e728447dfe
MDL-24282 fixed double decode - I just meant to specify default value there, sorry; thanks Tim for discovering this regression
2010-09-22 15:03:39 +00:00
Tim Hunt
6944b5e47e
tablelib MDL-24327 CSV and TSV export was not right.
...
For example, cells containing \n or " were not handled properly.
2010-09-22 14:14:10 +00:00
David Mudrak
9404c7dbe7
NOMDL backup: missing AS for column alias
...
Throws DML read exception in PostgreSQL. Credit goes to skodak.
2010-09-22 13:37:24 +00:00
john St
066fd53d4f
additional update for binarius theme, MDL-24323
2010-09-22 11:02:08 +00:00
Sam Hemelryk
8909cbdc40
mod-scorm MDL-19815 Fixed up deprecated error calls
2010-09-22 08:59:09 +00:00
Sam Hemelryk
035f3a4f57
course-report-progress MDL-19794 Fixed up deprecated calls
2010-09-22 08:52:02 +00:00
Sam Hemelryk
affb8fd6f3
files MDL-19799 Fixed up call to deprecated function notice
2010-09-22 08:39:28 +00:00
Sam Hemelryk
b9a8c7206d
mod-scorm MDL-19815 Fixed up calls to deprecated function notice
2010-09-22 08:36:23 +00:00
Sam Hemelryk
a49cef3e3e
blocks-completionstatus MDL-19791 Converted deprecated calls
2010-09-22 08:22:58 +00:00
Petr Skoda
532a91d431
MDL-24329 reverting previous patch, it should be imo better to not should discouraged legacycoursefiles option when it is disabled site-wide
2010-09-22 08:18:18 +00:00
Sam Hemelryk
14f001a993
mod-assignment MDL-19803 Fixed up a couple of minor deprecated calls
2010-09-22 08:08:24 +00:00
Sam Hemelryk
c4238816f0
mod-wiki MDL-19817 Tidied up some deprecated calls
2010-09-22 07:55:34 +00:00
Sam Hemelryk
8d3950ea2e
core MDL-19786 Cleaned up a couple of minor deprecated calls
2010-09-22 07:48:35 +00:00
Dongsheng Cai
b0d038ef28
MDL-24329, the default setting should be set no matter if legacyfiles flag is on/off.
2010-09-22 06:43:10 +00:00
Sam Hemelryk
9fa5887214
theme-anomaly MDL-21918 Tidy up of whitespace and CSS files in anomaly theme
2010-09-22 06:20:06 +00:00
Andrew Davis
7cfa8aeef2
unittests MDL-24322 made unit tests trim the path entered by the user to stop trailing spaces causing an error
2010-09-22 05:46:26 +00:00
Aparup Banerjee
b7ff4643ae
filters MDL-24152 added a grey highlight to censor words for admin to see words being filtered.
2010-09-22 03:51:47 +00:00
AMOS bot
cb800c30d9
Automatic installer lang files (20100922)
2010-09-22 00:40:08 +00:00
David Mudrak
2545e66887
NOMDL: Removing unused string
2010-09-21 23:26:36 +00:00
Petr Skoda
cda6d44b1b
pg 9.0 note
2010-09-21 22:27:49 +00:00
Petr Skoda
e9da9f5bb6
MDL-24318 fixed incorrect sql conversion
2010-09-21 21:57:03 +00:00
john St
9d18bb6b65
binarius frontpage white footer fix, MDL-24323
2010-09-21 18:45:18 +00:00
john St
5e437543a9
additional fixes for magazine theme title issue, MDL-24185
2010-09-21 18:44:05 +00:00
Moodle Robot
5fbcfcc810
Updated the HEAD build version to 20100922
2010-09-21 17:36:19 +00:00