Commit graph

45430 commits

Author SHA1 Message Date
Petr Skoda
eb5bdb3510 MDL-23797 improved detection of PAGE->context abuse andproblems; fixed incorrect use of this->context instead of this->_context; missing PAGE->context does not throw fatal error any more 2010-08-16 19:11:21 +00:00
Petr Skoda
df92ba9a43 MDL-23797 minor session refactoring necessary for setting of default context on pages that do not use cookies 2010-08-16 17:47:36 +00:00
David Mudrak
cb616be854 MDL-21695 Making old_help_icon() deprecated
Some of the callers have never been fully implemented (help file never existed)
so I just dropped the help icon. In other cases, new help_icon() is
used. The help icons support in the messaging must be reviewed by the
subsystem maintainer.
2010-08-16 15:29:46 +00:00
David Mudrak
5610296929 NOMDL The context of the 'More tags' page is now set, preventing coding exception thrown 2010-08-16 15:07:59 +00:00
David Mudrak
dfc469da43 MDL-21695 Cleaning up old help help files after the migration to strings was done
The legacy help files could remain here if I forgot to remove them in
the migration commit or if they were not supposed to be migrated into a
string. There is no setHelpButton() in Moodle code now. The files could
be referenced by $OUTPUT->old_help_icon() yet but that should be fixed
soon.
2010-08-16 14:37:36 +00:00
David Mudrak
90aa178a17 MDL-21695 Migrated enrol_imsenterprise help files into description strings
Originally, the strings were prepared by Helen with _help suffix. But in
IMS Enterprise, there is no place for help icons. So the strings are
used as descriptions at the setting page and therefore they have _desc
suffix now.

AMOS BEGIN
 MOV [usecapitafix_help,enrol_imsenterprise],[usecapitafix_desc,enrol_imsenterprise]
 HLP enrol/imsenterprise/capita.html,[usecapitafix_desc,enrol_imsenterprise]
 MOV [createnewcategories_help,enrol_imsenterprise],[createnewcategories_desc,enrol_imsenterprise]
 HLP enrol/imsenterprise/categorisation.html,[createnewcategories_desc,enrol_imsenterprise]
 MOV [createnewcourses_help,enrol_imsenterprise],[createnewcourses_desc,enrol_imsenterprise]
 HLP enrol/imsenterprise/createnewcourses.html,[createnewcourses_desc,enrol_imsenterprise]
 MOV [createnewusers_help,enrol_imsenterprise],[createnewusers_desc,enrol_imsenterprise]
 HLP enrol/imsenterprise/createnewusers.html,[createnewusers_desc,enrol_imsenterprise]
 MOV [deleteusers_help,enrol_imsenterprise],[deleteusers_desc,enrol_imsenterprise]
 HLP enrol/imsenterprise/deleteusers.html,[deleteusers_desc,enrol_imsenterprise]
 MOV [sourceddidfallback_help,enrol_imsenterprise],[sourceddidfallback_desc,enrol_imsenterprise]
 HLP enrol/imsenterprise/sourceddidfallback.html,[sourceddidfallback_desc,enrol_imsenterprise]
 MOV [restricttarget_help,enrol_imsenterprise],[restricttarget_desc,enrol_imsenterprise]
 HLP enrol/imsenterprise/target.html,[restricttarget_desc,enrol_imsenterprise]
 MOV [truncatecoursecodes_help,enrol_imsenterprise],[truncatecoursecodes_desc,enrol_imsenterprise]
 HLP enrol/imsenterprise/truncatecoursecodes.html,[truncatecoursecodes_desc,enrol_imsenterprise]
 MOV [allowunenrol_help,enrol_imsenterprise],[allowunenrol_desc,enrol_imsenterprise]
 HLP enrol/imsenterprise/unenrol.html,[allowunenrol_desc,enrol_imsenterprise]
AMOS END
2010-08-16 14:33:33 +00:00
David Mudrak
cde9bee874 MDL-21695 Got rid of the last call of setHelpButton() 2010-08-16 14:32:43 +00:00
David Mudrak
ed14ad026c MDL-21695 MDL-16094 Fixing regression introduced by recent qtype conversion
This replacement had already been done in 5fcefc9 but unfortunately the
previous code was reintroduced in fe6ce23 again.
2010-08-16 14:32:28 +00:00
David Mudrak
676351d856 MDL-21695 Database module: removing help icon that is not used any more 2010-08-16 14:32:12 +00:00
David Mudrak
67b5883e7b MDL-21695 Notes help files migrated to the help string
AMOS BEGIN
 HLP notes/status.html,[publishstate_help,core_notes]
AMOS END
2010-08-16 14:32:00 +00:00
David Mudrak
a4330d14d0 MDL-22624 mod_resource mod_url: Added help icon for display mode 2010-08-16 11:25:16 +00:00
Helen Foster
49d299e0ed MDL-22624 more information link string 2010-08-16 09:02:09 +00:00
Helen Foster
8a18d8b806 MDL-22624 help string thanks to Davo Smith for suggested wording 2010-08-16 08:53:18 +00:00
Helen Foster
14e14676f2 MDL-22624 help string thanks to Davo Smith for suggested wording 2010-08-16 08:36:28 +00:00
Aparup Banerjee
1a905dbe60 assignment MDL-23820 removing the extra format html field. 2010-08-16 07:06:15 +00:00
Dongsheng Cai
825301f6f1 "NOBUG, remove $OUTPUT from renderer.php" 2010-08-16 02:18:42 +00:00
Moodle Robot
844b8f2b5b Updated the HEAD build version to 20100816 2010-08-16 00:46:04 +00:00
Dan Poltawski
e6cdc5ed8a user/policy: MDL-23812 set PAGE context and appropriately use moodle_url for button
Thanks to Myles Carrick for the patch!
2010-08-15 21:14:02 +00:00
john St
b3f5291d5c Fix for Anomaly Docking issue, MDL-23816 2010-08-15 13:59:41 +00:00
Andrew Davis
1bb1e5beb7 rating MDL-23814 marking rate_ajax.php as being an ajax so the response should hopefully always be in json 2010-08-15 06:26:16 +00:00
Moodle Robot
3e40d2c51c Updated the HEAD build version to 20100815 2010-08-15 00:47:02 +00:00
john St
27ee0d27ea fix for arialist theme MDL-23808 2010-08-14 21:30:12 +00:00
Moodle Robot
c2bd9a0b70 Updated the HEAD build version to 20100814 2010-08-14 00:46:16 +00:00
john St
24c6f8d052 Fix for Formal White theme, MDL-23785 2010-08-13 16:42:34 +00:00
Andrew Davis
16306628bd gradebook MDL-19133 shifted around some code to move module grade settings into common code 2010-08-13 08:29:13 +00:00
Petr Skoda
aeda42f7d6 MDL-23792 fixing upgrade problem with missing pictures in mod/database 2010-08-13 07:41:34 +00:00
Sam Hemelryk
9badf21588 NOBUG: Fixed very minor JS bug 2010-08-13 07:24:24 +00:00
Dongsheng Cai
7126772325 "MDL-23786, added sesskey and added s() filter" 2010-08-13 06:53:28 +00:00
Andrew Davis
77c7486ea0 glossary MDL-23423 improved ajax error display 2010-08-13 02:13:01 +00:00
Andrew Davis
0700c5c464 glossary MDL-23423 separated showentry.php into ajax and non ajax version and fixed a failure exposed by MDL-23739 2010-08-13 02:02:41 +00:00
Piers Harding
07b5ee31c0 MDL-23751 fix the clearing down of the TOC before reloading the next after
navigation.
2010-08-13 01:26:33 +00:00
Moodle Robot
f8af9d6c08 Updated the HEAD build version to 20100813 2010-08-13 00:46:04 +00:00
Petr Skoda
ede7252234 MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code 2010-08-12 20:37:24 +00:00
Petr Skoda
0c3c54934a MDL-23784 converted question types to use new pix API and locations 2010-08-12 19:01:28 +00:00
Petr Skoda
3002e7fd98 MDL-23784 oh, fixing very wrong image links in base css 2010-08-12 18:47:30 +00:00
Petr Skoda
b11681e036 MDL-23784 fixed more incorrect pix links 2010-08-12 18:38:56 +00:00
Petr Skoda
f8e9c93a9a MDL-23784 fixed incorrect pix links 2010-08-12 18:30:32 +00:00
Petr Skoda
5402c577eb MDL-23784 fixed docs icon from security report 2010-08-12 18:22:34 +00:00
Petr Skoda
0f17961d4a fixed incorrect report name string 2010-08-12 18:18:47 +00:00
john St
d8660676ad IE7 fixes for binarius theme- MDL-23030 2010-08-12 18:18:10 +00:00
Petr Skoda
70daa96fe5 MDL-23784 removing obsolete quiz images, pix is the only correct dir now 2010-08-12 16:50:13 +00:00
Petr Skoda
e948a47b83 MDL-23784 removing obsolete resource images, pix is the only correct dir now 2010-08-12 16:49:48 +00:00
Petr Skoda
df5e225e6e MDL-23784 removing obsolete survey images, pix is the only correct dir now 2010-08-12 16:49:19 +00:00
Petr Skoda
1003e17b38 MDL-23784 removing obsolete lesson images, pix is the only correct dir now 2010-08-12 16:48:26 +00:00
Petr Skoda
6ffad1d4e7 MDL-23784 removing obsolete forum images, pix is the only correct dir now 2010-08-12 16:47:52 +00:00
Petr Skoda
2c7a77f36a MDL-23784 removing obsolete feedback images, pix is the only correct dir now 2010-08-12 16:47:27 +00:00
Petr Skoda
c4f0048288 MDL-23784 removing obsolete data images, pix is the only correct dir now 2010-08-12 16:47:00 +00:00
Petr Skoda
d1eb986a97 MDL-23784 removing obsolete choice images, pix is the only correct dir now 2010-08-12 16:46:35 +00:00
Petr Skoda
13b6fb23b8 MDL-23784 removing obsolete chat images, pix is the only correct dir now 2010-08-12 16:45:26 +00:00
Petr Skoda
df39135a70 MDL-23784 removing obsolete assignment images, pix is the only correct dir now 2010-08-12 16:44:55 +00:00