Aparup Banerjee
d8f2500f46
Merge branch MDL-29186-m21 of git://github.com/samhemelryk/moodle
...
- resolved conflicts, minor whitespace and fixed quote.
- note: textlib_get_instance() is already deprecated
2011-09-13 16:19:47 +08:00
Aparup Banerjee
6519a7769d
Merge branch MDL-29187-m21 of git://github.com/samhemelryk/moodle
...
- resolved conflict.
2011-09-13 13:54:43 +08:00
Aparup Banerjee
717c3395be
Merge branch 'wip-MDL-29189-m21' of git://github.com/samhemelryk/moodle into MOODLE_21_STABLE
2011-09-13 11:45:51 +08:00
Eloy Lafuente (stronk7)
4b5233f9c4
MDL-28488 backup - activity duplication requires 2 capabilities in ctx
2011-09-11 21:55:43 +02:00
Sam Hemelryk
0347dd4d70
MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently
2011-09-08 09:39:00 +12:00
Sam Hemelryk
5da6f4eeb6
MDL-29187 multilang Reviewed the uses of category name and ensured things are being formatted correctly
2011-09-08 09:36:55 +12:00
Sam Hemelryk
34c46428f1
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:10 +12:00
Sam Hemelryk
93c5c05423
Merge branch 'MDL-28107_m21' of git://github.com/rwijaya/moodle into MOODLE_21_STABLE
2011-07-25 15:14:27 +08:00
Sam Hemelryk
b835eebad9
Merge branch 'MDL-28232' of git://git.luns.net.uk/moodle into MOODLE_21_STABLE
2011-07-25 12:57:01 +08:00
Rossiani Wijaya
d19983fac1
MDL-28107 course enrolment icon: Fixed logged in user enrolment icons
2011-07-22 13:22:26 +08:00
Dan Poltawski
677ee6dee7
MDL-28232 - Course log text export is missing a new line
2011-07-18 23:46:08 +01:00
Marina Glancy
659d31bf25
MDL-27756 Improving move_course() performance
2011-07-14 11:02:43 +08:00
Dan Poltawski
334b4f6301
MDL-27329 course report - correct use of wrong fullname
...
We are refering to users in this column of the course report not
course full name.
2011-07-07 00:25:11 +02:00
Andrew Davis (andyjdavis)
800688bd1e
MDL-27829 blocks: added code to make the page type restrictions for blocks on admin setting pages make sense
2011-06-30 15:32:34 +08:00
Andrew Davis (andyjdavis)
b38e2e28a1
MDL-27829 blocks: altered the algorithm used to find plugin page types
2011-06-27 12:27:41 +08:00
Andrew Davis (andyjdavis)
b822fc8511
MDL-27829 blocks: added some brains to generate_page_type_patterns() so that it can handle special cases like course reports
2011-06-22 17:01:21 +08:00
Dongsheng Cai
b1627a92e5
MDL-26105 Block settings should contains less options, and be more user friendly
...
AMOS BEGIN
MOV [page-blog-index, pagetype], [page-blog-index, blog]
MOV [page-blog-x, pagetype], [page-blog-x, blog]
MOV [page-tag-x, pagetype], [page-tag-x, tag]
MOV [page-course-view-weeks, pagetype], [page-course-view-weeks, format_weeks]
MOV [page-course-view-weeks-x, pagetype], [page-course-view-weeks-x, format_weeks]
MOV [page-course-view-topics, pagetype], [page-course-view-topics, format_topics]
MOV [page-course-view-topics-x, pagetype], [page-course-view-topics-x, format_topics]
AMOS END
2011-06-09 13:51:14 +08:00
sam marshall
611684a8ec
MDL-27198 Accessibility: For labels, completion/editing icons must appear after content
2011-04-14 17:31:14 +01:00
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
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
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
46df3c6059
Merge branch 'MDL-25981'
2011-01-31 22:44:17 +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)
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
Petr Skoda
0e3fdf10c2
Merge branch 'MDL-24984' of git://git.luns.net.uk/moodle
2011-01-10 14:38:16 +01: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
andyjdavis
a170818189
course MDL-25831 made course request notifications work
2011-01-04 13:35:08 +08: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
Petr Skoda
516c5eca68
MDL-24698 hopefully fixed all completion_info problems
2010-11-17 06:23:56 +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
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
c0b5d9252b
MDL-25072 Stop abusing $CFG->ajaxcapable and $CFG->ajaxtestedbrowsers
2010-11-09 11:54:58 +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
David Mudrak
18f8a34fd8
NOMDL fixed typo in variable name
2010-10-19 15:38:53 +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
Petr Skoda
fbaea88faa
MDL-24321 switching to stdClass in /c*/
2010-09-21 08:13:11 +00:00
Sam Hemelryk
002fc5baaa
enrolments MDL-22795 Added icons to the front page courses list
2010-09-21 02:56:39 +00:00
Petr Skoda
7e85563de5
fixed a few spelling errors
2010-09-17 12:16:27 +00:00
Petr Skoda
c575aaf012
removed unused code
2010-09-17 12:10:28 +00:00
Petr Skoda
cf41dc372e
added missing cfg global
2010-09-17 12:09:38 +00:00
Petr Skoda
d5abe1b537
fixed missing global user
2010-09-17 12:08:46 +00:00
Petr Skoda
c8d8100048
fixed allowed module mess, sorry for the regression
2010-09-17 12:08:10 +00:00
Petr Skoda
e92c39cadc
improved phpdocs
2010-09-17 12:04:48 +00:00
Sam Hemelryk
f3e5bf8642
course MDLSITE-972 Fixed course names names not being displayed on /course/
2010-09-17 08:49:19 +00:00