Damyon Wiese
74df2951d1
Revert "MDL-39876 Change get_record('course') calls to get_course"
...
This reverts commit ab7632b74c331540c90229bf03d13aa2e6bdd9be.
2013-08-21 13:42:30 +08:00
sam marshall
ab7632b74c
MDL-39876 Change get_record('course') calls to get_course
2013-08-15 11:31:20 +01:00
Andrew Davis
c90e6b4644
MDL-36091 added debugging() calls in blocks of code marked as "should never happen"
2013-02-11 13:24:52 +08:00
Adrian Greeve
d40604724b
MDL-34463 - lib - Alteration of the get_context_instance function to utilize the new function context_XXXX::instance().
2012-07-24 14:04:40 +08:00
Andrew Davis
a153c9f2fe
MDL-30999 grade: updated Grade API phpdocs
2012-02-14 14:04:19 +07: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
Sam Hemelryk
1f3e25963a
grade-outcomes MDL-23354 Fixed up navigation problems and added courseid to links where required to maintain that
2010-07-21 06:51:12 +00:00
Dongsheng Cai
c46aeeab9c
MDL-22574, fixed outcomes import form
2010-06-08 05:23:44 +00:00
Petr Skoda
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Petr Skoda
75015e5fc1
MDL-20204 converting link to html_writer or action_link
2010-02-11 16:27:53 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
5c2ed7e215
MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements
2010-01-03 15:46:14 +00:00
samhemelryk
f3df5e1444
gradebook MDL-19797 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
2009-09-07 06:04:46 +00:00
nicolasconnault
eef00ade8f
MDL-19797 Optimising output code in gradebook, and fixed bugs in export key management
2009-08-27 09:39:50 +00:00
nicolasconnault
03fcc729ab
MDL-19797 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:40:49 +00:00
nicolasconnault
c4fb148fef
MDL-19797 Converted all print_footer() calls
2009-08-06 14:21:57 +00:00
nicolasconnault
c018f97328
MDL-19797 Migrated calls to print_heading
2009-08-06 08:16:46 +00:00
nicolasconnault
e060e33dc3
MDL-19727 Replaced boilerplates and removed ID tags. Merged from MOODLE_19_STABLE
2009-07-07 02:26:36 +00:00
tjhunt
4096752d1d
MDL-19690 - first 53 $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 10:06:39 +00:00
nicolasconnault
da2f44111a
MDL-17272 merged from MOODLE_19_STABLE
2009-04-03 08:14:01 +00:00
nicolasconnault
dc482cfac0
MDL-18083 (including MDL-15680, MDL-17829, MDL-17807, MDL-18004, MDL-12631, MDL-16913)
2009-02-09 10:49:41 +00:00
skodak
973d2660e6
MDL-16613 sesskey cleanup
2009-01-02 10:51:26 +00:00
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
nicolasconnault
5c75a0a3b4
MDL-14967 DB upgrades. All done. Just bug fixing now ;)
2008-06-03 16:10:57 +00:00
nicolasconnault
d24832f9af
MDL-14967 DB upgrades. Not finished yet.
2008-06-02 16:06:33 +00:00
dongsheng
ffc1c10572
"MDL-14129, fix print_error"
2008-05-14 07:01:32 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
scyrma
050be63e0f
MDL-10639 - Removed "Export" column - export all available outcomes (merge from 1.9)
2008-02-26 07:30:34 +00:00
poltawski
f3f2468cf5
DL-13337 - Add confirmation before deleting outcomes (and POST for action..)
...
merged from MOODLE_19_STABLE
2008-02-12 21:14:44 +00:00
scyrma
a9372a3762
merge from 1.9
2008-02-12 08:01:00 +00:00
scyrma
20d61ce52b
Merge from 19_STABLE (MDL-10639)
2008-02-11 02:22:48 +00:00
scyrma
ee285a20be
Merge from 19_STABLE for MDL-10639.
2008-02-05 08:42:34 +00:00
nicolasconnault
8ad36f4cc3
Added copyright notice
2007-10-10 06:34:20 +00:00
nicolasconnault
826c5f8635
MDL-9628 Refactoring the building of navigation array for gradebook pages
2007-08-01 06:47:35 +00:00
moodler
a2a136b8ad
Hide some outcomes stuff when $CFG->enableoutcomes is off
2007-08-01 04:34:08 +00:00
skodak
3818937e4a
more Edit/Outcomes improvements - new course column for standard outcomes; outcomes_course consistency checks; removed debug delays
2007-07-31 12:03:45 +00:00
skodak
b4ff0358ea
added more return tracking to scale links in Edit/Outcomes
2007-07-31 11:01:10 +00:00
skodak
0297e313ce
improced assigning of used course outcomes, added return tracking to scale links in Edit/Outcomes
2007-07-31 10:57:05 +00:00
moodler
aab22042fb
Added links to sclaes from outcome editing page
2007-07-31 09:15:39 +00:00
skodak
042596946b
tabbed Edit/Outcomes interface, link from course admin block, added manage outcomes capability, other cleanup
2007-07-31 09:10:35 +00:00
skodak
173a9d21ea
various grade outcomes and scales improvements, fixes, changes and refactoring
...
added new favoutcomes plugin settings page - to be used later, this replaces the grade_outcomes_grades table
admin settings - outcomes and scales both have settings page now
2007-07-30 22:56:45 +00:00
skodak
78ad5f3ff0
MDL-10544 placeholder for outcome edit forms grade/edit/outcome/
...
MDL-10650 scales code moved to grade/edit/scale/
refactoring in grade/edit/
2007-07-29 23:02:03 +00:00