Petr Skoda
99f9f85f00
MDL-23489 auth plugins can specify own edit profile url - patch submitted by Jay Knight + tweaking change password url to use new moodle_url at the same time, it is backwards compatible, custom plugins may still use string url for now
2010-08-18 22:07:00 +00:00
Petr Skoda
84deffae0a
MDL-23844 fixed IE compatibility - credit goes to Mauno Korpelainen
2010-08-18 19:17:17 +00:00
Petr Skoda
d91cabdfb8
MDL-23844 fixed encodings in lang files
2010-08-18 19:13:37 +00:00
Petr Skoda
843a56881c
MDL-23844 fixed encodings in lang files
2010-08-18 19:13:37 +00:00
Petr Skoda
6c2c2b53b9
MDL-23682 fixed help
2010-08-18 17:51:36 +00:00
Petr Skoda
90f3882555
MDL-23682 new MySQL engine migration script
2010-08-18 17:24:53 +00:00
Petr Skoda
d35ece6cce
MDL-23682 new MySQL engine diagnostics + InnoDB is now used instead of MyISAM in new installs if available + improved mysql transaction support
2010-08-18 16:47:00 +00:00
David Mudrak
ca7b6997a6
NOMDL Workshop: adding explicit type declaration for hidden form elements
2010-08-18 16:41:58 +00:00
john St
b2214c5a80
Adding new theme Overlay to 2.0 core, MDL-23857
2010-08-18 14:44:41 +00:00
Petr Skoda
999b54af84
MDL-23833 rewritten guest autologin - not using redirect any more + migration to CFG->siteguest instead of username + removing guest login button when user is already guest
2010-08-18 11:49:22 +00:00
David Mudrak
89532deae9
NOMDL Enrol Authorize.net: added missing standard plugin name string
2010-08-18 10:32:39 +00:00
Ashley Holman
dd824dbc2b
MDL-21432 lang string for missing_moodle_backup_xml_file error message
...
This is so you can easily see which file is missing.
2010-08-18 09:35:49 +00:00
Petr Skoda
3ead116af3
MDL-22795 guest access icon + lang pack enrol related cleanup
...
AMOS BEGIN
MOV [allowguests,core],[allowguests,enrol_guest]
AMOS END
2010-08-18 09:26:46 +00:00
Petr Skoda
bf423bb1d1
MDL-22795 basic support for course enrol icons and enrol info
2010-08-18 09:02:05 +00:00
Dongsheng Cai
02d4460c42
"MDL-23822, fixed return url of private files manager"
2010-08-18 06:56:56 +00:00
Aparup Banerjee
ea62bb3e37
assignment MDL-23820 fixed broken file manager UI, have set the page context => related to MDL-23797
2010-08-18 06:37:32 +00:00
Andrew Davis
05250a8549
rating MDL-23805 fixed an ajax bug that was preventing the rating aggregate updating for the hub
2010-08-18 03:11:51 +00:00
Moodle Robot
ded0329f2f
Updated the HEAD build version to 20100818
2010-08-18 00:47:16 +00:00
David Mudrak
370d793c98
MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block
...
AMOS BEGIN
MOV [assignmentadministration,mod_assignment],[pluginadministration,mod_assignment]
MOV [dataadministration,mod_data],[pluginadministration,mod_data]
MOV [feedbackadministration,mod_feedback],[pluginadministration,mod_feedback]
MOV [folderadministration,mod_folder],[pluginadministration,mod_folder]
MOV [forumadministration,mod_forum],[pluginadministration,mod_forum]
MOV [glossaryadministration,mod_glossary],[pluginadministration,mod_glossary]
MOV [chatadministration,mod_chat],[pluginadministration,mod_chat]
MOV [choiceadministration,mod_choice],[pluginadministration,mod_choice]
MOV [imscpadministration,mod_imscp],[pluginadministration,mod_imscp]
MOV [labeladministration,mod_label],[pluginadministration,mod_label]
MOV [lessonadministration,mod_lesson],[pluginadministration,mod_lesson]
MOV [pageadministration,mod_page],[pluginadministration,mod_page]
MOV [quizadministration,mod_quiz],[pluginadministration,mod_quiz]
MOV [resourceadministration,mod_resource],[pluginadministration,mod_resource]
MOV [scormadministration,mod_scorm],[pluginadministration,mod_scorm]
MOV [surveyadministration,mod_survey],[pluginadministration,mod_survey]
MOV [urladministration,mod_url],[pluginadministration,mod_url]
MOV [wikiadministration,mod_wiki],[pluginadministration,mod_wiki]
MOV [workshopadministration,mod_workshop],[pluginadministration,mod_workshop]
AMOS END
2010-08-17 17:35:12 +00:00
David Mudrak
4b5ff650d2
NOMDL Workshop lang pack does not mention 'student', just 'user' or 'author' or 'reviewer' should be used
...
This has been discussed recently while working on help files. Moodle
tries to be neutral to the domain of usage.
2010-08-17 14:45:11 +00:00
David Mudrak
2e7bd6c286
MDL-23709 Added more checks to prevent multiply submissions per user
2010-08-17 13:31:53 +00:00
Petr Skoda
3f873af7bf
MDL-23842 cohort UI now linked from course category settings block too
2010-08-17 13:05:33 +00:00
jerome mouneyrac
59b0f7973f
rating MDL-23814 instantiate rating manager outside the "if" brackets because it is used in different "if" brackets
2010-08-17 12:51:19 +00:00
Petr Skoda
28bd3d9ad3
MDL-23824 CLI script improvements - just define('CLI_SCRIPT', true) before require config.php; all incorrect uses of cli and web scripts are detected; refactored cron script - now in two separate sctipts; fix cli inline docs and help - we have to sudo to apache account; standardised cli script locations in auth plugins
2010-08-17 12:33:30 +00:00
Petr Skoda
e890316899
PHP4 is dead - admins with PHP4 will get ugly errors when trying to install Moodle 2.0, sorry we can not dance around this ancient version forever
2010-08-17 10:38:34 +00:00
Sam Hemelryk
cbb54cce78
blocks MDL-23836 Converted the block_hider code to make use of YUI3
2010-08-17 08:31:20 +00:00
Andrew Davis
279fcfcfa4
rating MDL-23814 made an assortment of fixes to the ratings code
2010-08-17 07:18:10 +00:00
Sam Hemelryk
c3853702a5
backup MDL-23727 Added styles for the backup cancel button changes
2010-08-17 05:28:56 +00:00
Sam Hemelryk
83a9c86690
backup MDL-23727 The proceed button is now to the right of the screen and the cancel button throws a confirmation box.
2010-08-17 05:21:57 +00:00
Dan Marsden
baf8b9b791
SCORM MDL-23834 wrong function call to get prev/next SCO and redirect
2010-08-17 04:18:46 +00:00
Piers Harding
22a796743b
MDL-23751: fix broken scomr API debug.
...
Fix continue and previous (Auto).
2010-08-17 04:03:44 +00:00
Andrew Davis
c994c36b83
rating MDL-23805 removed min-width that was causing the rating history popup to be too wide
2010-08-17 04:02:23 +00:00
Andrew Davis
c8e142dd3c
rating MDL-23805 added set_context() call
2010-08-17 03:43:13 +00:00
Dongsheng Cai
9765051209
"MDL-23797, added set_context"
2010-08-17 03:43:12 +00:00
Andrew Davis
66c34e9cf4
rating MDL-23805 reworked the logic around displaying rating aggregates to make it clearer
2010-08-17 03:42:41 +00:00
Sam Hemelryk
e44d2cad8f
navigation MDL-23832 Labels are no longer shown on the navigation
2010-08-17 02:47:17 +00:00
Aparup Banerjee
de3c70fc72
assignment MDL-23820 removing the extra format html field.
2010-08-17 02:43:47 +00:00
Sam Hemelryk
ea2bc3599b
navigation MDL-23831 Always show activity icons on the navigation
2010-08-17 02:43:09 +00:00
Sam Hemelryk
aa721d7635
mforms dateselector MDL-23829 Added link to tracker issue to clean this up when applicable
2010-08-17 02:22:58 +00:00
Sam Hemelryk
ad93ddd5f7
course-import MDL-23752 Implemented course import functionality back into Moodle 2.0
...
The course import now makes use of the backup and restore processed and the backup UI to allow the user to import one course into another.
The new UI is much the same as the backup ui except preceeded by a course selector to choose the course to import from.
2010-08-17 02:07:30 +00:00
Andrew Davis
6c2f430931
quiz MDL-23827 made a string grammatically correct
2010-08-17 01:53:32 +00:00
Moodle Robot
5a22aca1cb
Updated the HEAD build version to 20100817
2010-08-17 00:47:10 +00:00
Petr Skoda
ed5d13c074
MDL-23795 basic support for print page layout + tons of trailing whitespace fixed
2010-08-16 19:34:23 +00:00
Petr Skoda
dba37691c5
MDL-23797 fixed some problems discovered by the new PAGE->context diag code
2010-08-16 19:11:50 +00:00
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