Rossiani Wijaya
ec70cf6ef1
fixed the ->spacer <br> param
2012-07-02 15:20:43 +08:00
Mark Nielsen
a6b0b36cdc
fixed undefined variable
2012-07-02 15:20:37 +08:00
Rajesh Taneja
a8380712bb
MDL-33943 tool_replace: Hardcoded strings replaced with lang strings
2012-07-02 15:18:41 +08:00
Dan Poltawski
3e839bd513
Merge branch 'MDL-31987_assignment_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-07-02 15:12:47 +08:00
Dan Poltawski
8633142f53
Merge branch 'MDL-34019-pluginlib-notice' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
2012-07-02 15:02:37 +08:00
Tim Hunt
564b878840
MDL-34054 quiz reports: missing context.
...
quiz_report_should_show_grades needs to know the context, so pass it
through.
2012-07-02 14:57:29 +08:00
Dan Poltawski
c3f59e043c
MDL-33995 - unit tests: fix class name collision
2012-07-02 14:52:57 +08:00
Rossiani Wijaya
4b0e6f38fa
MDL-31987 Assignment module: fixed upgrade version
2012-07-02 14:51:47 +08:00
Dan Poltawski
fb978df0f0
MDL-31987 Assignment module: fix sql for postgres.
2012-07-02 14:49:29 +08:00
Rossiani Wijaya
45353da409
MDL-31987 Assignment module: Assignment count submissions correctly.
...
For advanced upload assignment, store file count of each submission
into assignment_submissions.numfiles
When counting submissions, if the assignment is open and tracking
drafts, only submissions which has send for marking are counted.
Otherwise, submissions which has numfiles > 0 are counted.
Also change a hardcoded 'submitted' to ASSIGNMENT_STATUS_SUBMITTED.
This patch was originally written by: Sunner Sun <sunner@gmail.com>.
I made some modifation to fixed count_real_submissions() query (ref: MDL-32207) in /mod/assignment/type/upload/assignment.class.php file
2012-07-02 14:49:29 +08:00
Rajesh Taneja
419aed3539
MDL-29969 Administration: Default value for numsections is set to 1 for site frontpage
2012-07-02 14:33:37 +08:00
Jerome Mouneyrac
08641906e1
MDL-33995 Course external PHPunit test + externallib_testcase helper class
2012-07-02 14:13:44 +08:00
Jerome Mouneyrac
6b5ce20c16
MDL-33776 Web services: get_categories - subcategories should be checked against visible/theme keys
2012-07-02 14:13:38 +08:00
Dan Marsden
800fb7533e
MDL-33978 SCORM activity completion - don't tiggere completion update state on creation of SCORM
2012-07-02 13:44:35 +08:00
Andrew Davis
789c8b8194
MDL-33686 Repositories: we were accessing a non-existent variable and thus never displaying the maximum number of attachments
2012-07-02 14:53:50 +12:00
Andreas Grabs
e9aa190a37
MDL-33932_master - added array_unique()
2012-07-02 14:32:09 +12:00
Andreas Grabs
786ad3511c
MDL-33627 - feedback block now show all feedbacks
2012-07-02 14:06:42 +12:00
Sam Hemelryk
abfc9e2512
MDL-33521 css: Fixed invalid CSS in core CSS and plugin styles.css files
2012-07-02 11:34:53 +12:00
Frederic Massart
e5c2bbd0f7
MDL-33303 Filepicker: resized to match HTML editor and made resizable
2012-07-02 11:34:27 +12:00
Eloy Lafuente (stronk7)
1494f20da3
weekly release 2.3+
2012-07-02 00:54:05 +02:00
Eloy Lafuente (stronk7)
4fa4a727b4
Merge branch 'MDL-34119_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-07-02 00:30:28 +02:00
Sam Hemelryk
4be710795a
Merge branch 'MDL-34044-23' of git://github.com/srynot4sale/moodle into MOODLE_23_STABLE
2012-07-02 08:22:35 +12:00
Eloy Lafuente (stronk7)
9ea40f27a0
Merge branch 'w27_MDL-34130_m23_recordsettests' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-01 22:01:22 +02:00
Petr Škoda
19ba134d3b
MDL-34130 prevent some warning in PHPStorm
2012-07-01 21:50:56 +02:00
Petr Škoda
d0812ba0e6
MDL-34130 test recordset data is static
...
We do not want recordset results to be affected by subsequent update or delete queries.
2012-07-01 21:40:37 +02:00
Petr Škoda
a2b8856558
MDL-34130 add missing rs close
...
Thanks Eloy!
2012-07-01 21:40:36 +02:00
Petr Škoda
a61e8c8ebe
MDL-34130 test interaction of recordsets and transactions
2012-07-01 21:40:36 +02:00
Petr Škoda
1cf431a329
MDL-34130 test nested recordset iteration
2012-07-01 21:40:36 +02:00
Petr Škoda
9ee97228bd
MDL-34130 fix data inserts in recordset tests
2012-07-01 21:40:36 +02:00
Petr Škoda
43fb824bd2
MDL-34125 fix regression when deleting activity modules
...
Credit goes to Gordon Bateson.
2012-07-01 10:05:22 +02:00
Eloy Lafuente (stronk7)
9d774c9445
Merge branch 'MDL-32249c-23' of github.com:srynot4sale/moodle into MOODLE_23_STABLE
2012-07-01 02:14:39 +02:00
Sun Zhigang
8b3d60557c
MDL-31201 wiki: fix a hardcoded string
2012-06-30 22:01:08 +02:00
Petr Škoda
134affd943
MDL-34123 use user's lang when sending new emails
2012-06-30 20:46:30 +02:00
Petr Škoda
5df5bcba99
MDL-34036 fix course role user selector
2012-06-30 15:40:30 +02:00
Petr Škoda
93fd7cb10c
MDL-34121 drop unused backup tables that were supposed to be dropped long ago
...
The backup/restore leftovers that referenced these will be dropped in 2.4
2012-06-30 14:00:52 +02:00
Mary Evans
3705a88629
MDL-34119_M23 theme_splash: Added colourswitcher.js and associated code in layout files and lib.php
2012-06-30 12:02:22 +01:00
Petr Škoda
5cb477c4a1
MDL-34120 do not try to create new passwords for incorrectly deleted users
...
There is still some code that ignores delete_user() and instead hacks the user table directly, skip the borked user records for now when sending new passwords.
2012-06-30 09:07:18 +02:00
Petr Škoda
4aabce216c
MDL-33876 skip deleted users in enrol_database sync
2012-06-30 08:44:55 +02:00
Petr Škoda
b273b20a7c
MDL-34115 fix sorting in blocks admin UI
...
Comparison of arrays is not locale aware.
2012-06-30 08:34:02 +02:00
Petr Škoda
f8e05deb35
MDL-34045 fix invalid idnumber field type in cohort form
2012-06-30 07:57:51 +02:00
Mary Evans
263e8c144c
MDL-34119_M23 theme_splash: removed redundant js call in lib.php. Added lang option to config.php + amended lang output in layout files. Added some css to style langmenu + removed redundant loginicon in pagelayout.css
2012-06-30 00:50:34 +01:00
Frederic Massart
3e0b5f78a2
MDL-32297 Forms: Date Picker JS popup is not constraint to parent form
2012-06-29 14:18:59 +08:00
Aparup Banerjee
b574c078a6
MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts.
2012-06-29 11:37:01 +08:00
Frederic Massart
37817a0cd8
MDL-34077 Repositories: Flickr and Picasa can have custom names
2012-06-28 12:12:32 +08:00
Adam Olley
a44c303d63
MDL-31802: Remove section summaries from navigation_cache
2012-06-28 11:03:49 +09:30
Tim Hunt
e5ff0d3278
MDL-33924 quiz: incorrect foreign key definition.
...
Thanks to Jean-Michel Vedrine for spotting this.≈
2012-06-27 08:26:26 +01:00
Mark Nelson
faca708484
MDL-34025 - quiz secure window: fix popup closing
2012-06-27 14:31:03 +08:00
Ankit Agarwal
fc14c79fc9
MDL-32605 calendar: Fixing the missing parameter for get_string call
2012-06-27 13:34:39 +08:00
Aaron Barnes
2670a3a684
MDL-34044 completion: Fix regression caused by MDL-26626
2012-06-27 11:54:41 +12:00
David Mudrák
d81d6ea2c3
MDL-33453 Make it clear what search_references() and search_references_count() are good for
...
Initially it was not clear enough that these two methods are supposed to
be used for looking for references to a stored_file only. So the docs
comments are improved and unittests added to illustrate the usage.
The patch also removes the unittest for get_references_by_storedfile()
as its usage is already covered in other test methods.
2012-06-26 16:28:30 +02:00