David Mudrak
fa82056328
MDL-11288 Added ability to duplicate module in the course
...
Internally, the new script modduplicate.php performs a single activity
backup and restore and then moves the newly created copy right below the
original.
2011-03-31 13:39:05 +02:00
Eloy Lafuente (stronk7)
a226727238
Merge branch 'w13_MDL-26990_21_missingrebuild' of git://github.com/skodak/moodle
2011-03-28 16:07:20 +02:00
Petr Skoda
112d3b4962
MDL-26990 fix undefined rebuild_course_cache() regression
2011-03-26 22:49:04 +01:00
Jenny Gray
d5842f7a35
MDL-26932 full url path for toggle completion form POST
2011-03-25 11:57:41 +00: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
Sam Hemelryk
9fed82de9c
Merge branch 'MDL-26785' of git://github.com/stronk7/moodle
2011-03-14 11:22:05 +08:00
Eloy Lafuente (stronk7)
e140197481
MDL-26785 module edit - icon in heading missing sometimes
2011-03-12 01:39:58 +01: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
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
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
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
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
2e98a7475a
MDL-25626 fix previous incorrect fix incorrect cm id in completion report
2011-02-14 19:41:05 +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
Petr Skoda
743fff98dc
MDL-26142 fix immediately spelling in strings, comments and code
2011-02-13 11:36:46 +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
b69f9a08d9
MDL-25626 fix incorrect cm id in completion report
...
credit goes to Aaron Barnes
2011-02-12 17:35:41 +01:00
Petr Skoda
46df3c6059
Merge branch 'MDL-25981'
2011-01-31 22:44:17 +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
Petr Skoda
9cedb80c5d
MDL-26198 fix CSRF and missing access control + fix xhtml strict
2011-01-30 21:50:04 +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
Eloy Lafuente (stronk7)
29650825ad
PULL-99, MDL-25929 progresstrackedroles out. Fixed conflicts and whitespace
2011-01-24 11:55:57 +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)
a0c3fc6304
MDL-25708 recordsets - fix course & enrol dir uses
2011-01-25 19:58:59 +01:00
Dan Poltawski
3b9a74ce53
course reports MDL-25881 - incorrect string
2011-01-16 14:58:41 +00: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
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
b2d6484598
Merge commit ' 246cc0e6b5
'
...
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
Sam Hemelryk
1cc0c36e04
Merge branch 'MDL-23425' of git://git.luns.net.uk/moodle
2011-01-10 16:12:50 +08:00
Sam Hemelryk
34e54bbb62
Merge branch 'MDL-25478' of git://git.luns.net.uk/moodle
2011-01-10 13:02:52 +08: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 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
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
andyjdavis
246cc0e6b5
course MDL-25831 removed trailing whitespace
2011-01-05 15:08:18 +08:00
andyjdavis
a170818189
course MDL-25831 made course request notifications work
2011-01-04 13:35:08 +08: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
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
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
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
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