2452 Commits

Author SHA1 Message Date
Rossiani Wijaya
377d7b82f6 MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:35:27 +00:00
jerome mouneyrac
efba7034b2 course MDL-22948 improve subjects select field (add None option + required + sorted) 2010-06-29 06:59:25 +00:00
Petr Skoda
f2991c6e5d fixed incorrect writer attributes 2010-06-28 18:50:22 +00:00
David Mudrak
b54a05475a MDL-21695 Replaced summaries.html
AMOS BEGIN
 HLP summaries.html,[summary_help,core]
AMOS END
2010-06-28 17:05:05 +00:00
David Mudrak
df52205e75 MDL-21695 Removed participationreport.html, text moved into wiki docs 2010-06-28 14:38:04 +00:00
David Mudrak
6235771854 MDL-21695 Replaced participantswithselectedusers.htm
No AMOScript here as the help file is outdated and should be translated
from scratch.
2010-06-28 14:37:48 +00:00
jerome mouneyrac
acfc901427 course publication MDL-19315 get_publication returned the first result without specifying a hub in parameter => fix, the return publication now depends of the hub passed in parameter 2010-06-28 06:26:54 +00:00
David Mudrak
096ec8d63d MDL-21695 Cleaning up legacy strings and help
Text of help pages Read carefully, Write carefully and Ask questions
moved to wiki by Helen. Text formatting help removed, to be
re-introduced properly in editors rewrite. Unused editorhelp form
element removed completely.
2010-06-27 21:34:01 +00:00
jerome mouneyrac
f57c4047b1 unregistration MDL-21936 add site unregistration 2010-06-25 11:36:52 +00:00
Martin Dougiamas
370f9570c7 Tweaking the display of the course overview block, spacing etc 2010-06-24 05:58:42 +00:00
Rossiani Wijaya
6b0034a695 MDL-20475 - add skip to 'maincontent' handler. 2010-06-23 09:57:45 +00:00
Dongsheng Cai
eb1c14e08e function name typos 2010-06-23 05:17:48 +00:00
Petr Skoda
54632b02b2 MDL-21782 removing oboslete tabs 2010-06-22 07:05:11 +00:00
jerome mouneyrac
de832702ad course publication MDL-22762 improve the publication confirmation/error message 2010-06-22 04:01:33 +00:00
Petr Skoda
df997f841f MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
    MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
    MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
    MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
    MOV [enrolenddate,core],[enrolenddate,enrol_self]
    CPY [welcometocourse,core],[welcometocourse,enrol_self]
    CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
    MOV [notenrollable,core],[notenrollable,core_enrol]
    MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
    MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
    MOV [coursemanager,core_admin],[coursecontact,core_admin]
    MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
    MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
    MOV [enrolme,core],[enrolme,core_enrol]
    MOV [unenrol,core],[unenrol,core_enrol]
    MOV [unenrolme,core],[unenrolme,core_enrol]
    MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
    MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
    MOV [enrolments,core],[enrolments,core_enrol]
    MOV [enrolperiod,core],[enrolperiod,core_enrol]
    MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
jerome mouneyrac
7399bcef68 course publication MDL-19315 display better error message if web service communication with the hub failed 2010-06-21 09:33:57 +00:00
Petr Skoda
1b048629bc we do not need any new api for fetching of course record - we have DML with MUST_EXIST flag which is the right way now; we should not include course/lib.php on each page anyway 2010-06-17 22:50:25 +00:00
jerome mouneyrac
770f7e24a8 course publication MDL-19315 integrate backup UI during the publication (Kudo to Sam for writing the main backup UI code integration, and Eloy all his backup work) 2010-06-17 05:37:05 +00:00
jerome mouneyrac
dd708bbf70 publication MDL-22761 define course last time modified period 2010-06-17 05:26:01 +00:00
aparup
e818c6fcc7 Course MDL-22750 fixed sql query for reordering display using sortorder in course_categories. 2010-06-14 07:32:44 +00:00
Martin Dougiamas
4bd1108f9f Fixed naming of sections for social format 2010-06-11 04:19:54 +00:00
Dongsheng Cai
214a81b8d1 MDL-22731, fixed category description images 2010-06-11 04:11:42 +00:00
jerome mouneyrac
94788de2a4 course publication MDL-19315 split /lib/hublib.php into admin/registration/lib.php and course/publish/lib.php 2010-06-11 03:24:09 +00:00
Martin Dougiamas
157d25fb0d MDL-18483 Added an edit icon to the forum intro to make it easier to edit 2010-06-11 03:14:27 +00:00
David Mudrak
09eb215121 MDL-22729 Course sections can be re-edited again
By the way, the current style of creating course_sections is ugly. We
should probably have something like
make_sure_that_at_least_default_section_exists($courseid, $sectionid=null)
and not to insert it into database at many places as we do now.
2010-06-10 18:25:06 +00:00
jerome mouneyrac
b8c2aea51b course publication MDL-19315 rename screenshotsids for screenshots 2010-06-10 06:11:43 +00:00
jerome mouneyrac
82bca83db5 course publication MDL-19315 add screenshots management + fix CSS for gallery for form element (Kudo to Sam for this CSS nightmare) 2010-06-10 03:42:44 +00:00
Martin Dougiamas
a229ebcdcb MDL-19880 Fixed potential memory overflow with lots of courses 2010-06-08 06:42:00 +00:00
Sam Hemelryk
7487c85699 course formats MDL-22647 Course format names are now properly supported and used. Big thanks to Brandon Turner for the patch. 2010-06-08 06:21:25 +00:00
Dongsheng Cai
633198cac1 MDL-22574, removed unused function 2010-06-08 06:02:15 +00:00
Dongsheng Cai
9bed73fa03 MDL-22574, fixed group import button 2010-06-08 06:00:45 +00:00
Sam Hemelryk
3ebc548f9b course MDL-8369 Fixed bug in front page combo list and tweaked CSS 2010-06-03 06:11:39 +00:00
jerome mouneyrac
edb2fe7cba Community block MDL-19314 add CSS for the hub image + display error page if no site not registered when try to publish a course 2010-06-02 09:45:46 +00:00
jerome mouneyrac
06d4578c60 Community block MDL-19314 add prefix to hublib.php defines + remove some old not used 1.9 strings from lang/moodle.php 2010-06-02 08:41:21 +00:00
Sam Hemelryk
722b4ce18c course-ajax MDL-22645 Minor tweaking of label output to ensure it is always contained in a div 2010-06-02 02:20:17 +00:00
David Mudrak
cce2762c0c MDL-14679 Fixed regression in phpdoc block caused by previous mass search and replace
For a second, I panicked reading that mod/{modname}/mod_form.php are now
deprecated in favour of mod/{modname}.mod_form.php Fortunately, git-blame
and git-show helped me to realize what happened here in 7cac0c4b
2010-06-01 16:51:08 +00:00
jerome mouneyrac
f574799836 community block MDL-19314 add gallery javascript screenshots support + fix XHTML strict + fix wrong number of screenshots send during publication 2010-05-31 06:10:15 +00:00
Petr Skoda
f9f952e89a fixed more annoying notices 2010-05-30 22:49:18 +00:00
Petr Skoda
7a6f3c336d fixed annoying notices 2010-05-30 22:48:47 +00:00
Rossiani Wijaya
b36781d7a6 MDL-20447 - bulk upload: add heading to the page and fix navbar content. 2010-05-28 09:19:22 +00:00
jerome mouneyrac
d315aedc11 publication MDL-19315 add course screenshots support 2010-05-28 02:42:37 +00:00
aparup
66b250fd9d obj:idnumber undefined notice MDL-22456 fixed and committed into HEAD. 2010-05-28 01:53:09 +00:00
Rossiani Wijaya
fb66c52e06 MDL-20447 - add page heading 2010-05-27 09:55:39 +00:00
Rossiani Wijaya
b3ddf59ab4 add page heading 2010-05-27 09:47:33 +00:00
jerome mouneyrac
bab04a6d98 publication MDL-19315 add activities and blocks information when publishing a course 2010-05-27 07:09:55 +00:00
Sam Hemelryk
e34a326f72 course-section MDL-22262 Added a summaryformat field to the database and implemented it when editing/viewing sections and backup 2010-05-27 03:07:54 +00:00
Sam Hemelryk
24e27ac0c1 course MDL-8369 Front page combo list is now restructured and exandable by JavaScript
This patch also implements a course renderer.
2010-05-27 01:40:11 +00:00
jerome mouneyrac
1daea7fa49 publication MDL-19315 trivial code improvement 2010-05-26 07:00:57 +00:00
jerome mouneyrac
8f6e76c1e6 course publication MDL-19315 fix regression: do not delete any temp backup when advertising a course 2010-05-26 06:30:57 +00:00
jerome mouneyrac
804360f9e1 course publication MDL-19315 fix warning bug during backup upload + send right ws token to the hub 2010-05-26 06:13:58 +00:00