Martin Dougiamas
bfebaf64d8
MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script.
2010-05-13 02:02:05 +00:00
David Mudrak
530d2d72e4
MDL-21695 Forum module now uses new help strings
...
AMOS BEGIN
HLP forum/assessaggregate.html,[aggregatetype_help,mod_forum]
HLP forum/attachment2.html,[attachment_help,mod_forum]
HLP forum/displayperiod.html,[displaystart_help,mod_forum]
HLP forum/displayperiod.html,[displayend_help,mod_forum]
HLP forum/forumtype.html,[forumtype_help,mod_forum]
HLP forum/forumtypenews.html,[namenews_help,mod_forum]
HLP forum/manageposts.html,[blockperiod_help,mod_forum]
HLP forum/manageposts.html,[blockafter_help,mod_forum]
HLP forum/manageposts.html,[warnafter_help,mod_forum]
HLP forum/maxattachments.html,[maxattachments_help,mod_forum]
HLP forum/maxattachmentsize.html,[maxattachmentsize_help,mod_forum]
HLP forum/mods.html,[modulename_help,mod_forum]
HLP forum/ratings.html,[separatedandconnectedinfo,core]
HLP forum/rssarticles.html,[rssarticles_help,mod_forum]
HLP forum/rsstype.html,[rsstype_help,mod_forum]
HLP forum/subscription2.html,[subscriptionmode_help,mod_forum]
HLP forum/subscription.html,[subscription_help,mod_forum]
HLP forum/trackingtype.html,[trackingtype_help,mod_forum]
AMOS END
2010-04-30 16:35:55 +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
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
a13bfe4cca
MDL-20931 fixed input validation
2009-11-22 21:02:12 +00:00
Petr Skoda
aa6c1ced0a
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 08:11:02 +00:00
samhemelryk
d9cb06dc0e
course MDL-19794 Replaced deprecated functions, added set_url calls and boilerplates
2009-09-25 05:24:13 +00:00
samhemelryk
91152a3518
navigation MDL-20216 Refactored add arguments
...
Moved $action argument from arg5 to arg2
2009-09-04 03:12:01 +00:00
samhemelryk
0a122046bc
course MDL-19794 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-03 08:47:24 +00:00
nicolasconnault
e6db30260f
MDL-19794 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:58:26 +00:00
nicolasconnault
d60c112435
MDL-19794 Converted all print_footer() calls
2009-08-06 14:10:33 +00:00
Jonathan Newman
4d933beb8a
cvsimport fixups
2009-01-20 23:53:34 +00:00
dongsheng
9afff849e1
MDL-14129, remove 2 error()s in course and blog module
2008-07-24 04:59:29 +00:00
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
skodak
579d45b434
MDL-14679 converted some get courses
2008-06-01 18:12:24 +00:00
skodak
f400841b23
MDL-14679 converted some get courses
2008-06-01 17:59:13 +00:00
dongsheng
1fdbcd2f1b
"MDL-14129, fix print_error"
2008-05-08 08:49:02 +00:00
dongsheng
437c1c5050
MDL-14085, roll back some error() call
2008-04-08 01:51:00 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
iarenaza
0baafc173a
Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
...
There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.
2007-10-09 21:43:28 +00:00
nicolasconnault
0be6f67819
MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site.
2007-08-17 19:09:11 +00:00
skodak
ddff2fa806
MDL-10383 - yet more groups and groupigns refactoring, cleanup and bugfixing - grouping edit form now works
2007-08-15 23:51:07 +00:00
poltawski
d1818f3283
MDL-10311 - further groups import fixes - merged from MOODLE_18_STABLE
2007-07-06 16:34:30 +00:00
poltawski
c5e47c14af
MDL-10311 Group import broken - groups import hadn't been updated for new groups,
...
also missing lang strings. Merged from MOODLE_18_STABLE
2007-07-06 15:28:37 +00:00
jamiesensei
305f5b4b1d
removed unecessary sesskey hidden param. sesskey is automatically included and processed in formslib forms. Removed redundant validation method.
2007-05-20 11:56:57 +00:00
poltawski
e73457e4ba
MDL-9742 Converting tabs to spaces
2007-05-08 15:44:37 +00:00
moodler
6ba65fa08d
Merged Nicolas' changes from MDL-8582 into HEAD.
2007-02-28 06:25:22 +00:00
toyomoyo
10fddcc4e2
fixing wrong capability check
2007-02-27 05:48:05 +00:00
toyomoyo
b8c15d5f94
merged fix for MDL-8666, groups import broken
2007-02-27 05:42:15 +00:00
skodak
32db0d42c9
MDL-8166 some forgotten set_defaults converted to set_data
2007-01-12 19:01:31 +00:00
jamiesensei
271ffe3f25
various formslib work including bug fixes for MDL-8039 id attribute collision between forms and page ids. Also added editor helpbutton. This is a fix for MDL-6941 need the ability to associate several helptopics with htmleditor. Also started on converting forms for question types to formslib.
2007-01-07 12:46:47 +00:00
skodak
feaf5d06db
MDL-8015 improved file uploading
...
- changed file upload api in formslib
- fixed blog attachments and related code in file.php
- fixed glossary attachments
- fixed embedded images in forum posts and blogs - only gif, png and jpeg; the problme was that svg were embedded using img tag which was wrong, the same applied to other picture formats unsupported by browsers (please note that student submitted svg should be never embedded in moodle page for security reasons)
- other minor fixes
2006-12-28 21:21:44 +00:00
jamiesensei
b6d15ddef9
removed all 'Revert' buttons from forms and removed it altogether from add_action_buttons method since it was decided it didn't contribute to usability.
2006-12-28 16:12:22 +00:00
jamiesensei
1d284fbd85
fixing all the form names as per new class naming convention (PHP class names are also used for html id for styling)
2006-12-28 15:43:47 +00:00
toyomoyo
447ca67d35
MDL-7861, adding new xhtml compatible import forms
2006-12-20 08:05:26 +00:00
skodak
6124048972
major whitespace cleanup - fixed tabs
2006-09-20 20:31:09 +00:00
vyshane
6c384dd1bb
Replaced isteacher and isadmin calls by has_capability
2006-08-15 09:56:41 +00:00
skodak
3f2d13ff26
fixed typos
2006-04-20 19:07:08 +00:00
moodler
2622ceb494
Renamed mod.html to mod.php
2006-03-09 07:41:59 +00:00
skodak
de9924ae0a
parameter cleaup - round 8; short php tag in group-edit.html
2006-03-07 19:36:13 +00:00
moodler
f8b3c0f484
New plugin structure for code that imports stuff into a course
...
Old import.php is now import/activities and we've added a new plugin
for importing groups from an external file
2005-11-05 08:06:36 +00:00