scyrma
74369ab567
MDL-13792 - Commiting Patch by Skodak, fixing problem with japanese characters under some conditions. This has been reported to work, if nobody else
...
comes foward with bugs related to this, it will need to be changed everywhere else where there is no urlencoding done at this time. (merge from 1.8
and 1.9)
2008-04-08 03:04:52 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
skodak
12dce2534f
MDL-13899 assignments should be now sending proper submissions and grading dates into gradebook; merged from MOODLE_19_STABLE
2008-03-19 22:35:24 +00:00
nicolasconnault
44d6ecc32b
MDL-12854 Added required rule for submission text. Merging from MOODLE_19_STABLE
2008-03-07 09:18:08 +00:00
skodak
ba9ad04975
MDL-13741 Incorrect max size shown when using course upload limit; patch by Jason Meinzer; merged from MOODLE_19_STABLE
2008-03-03 20:49:54 +00:00
skodak
03076be407
MDL-6591 inverted checkbox for email notification; MDL-9657 - fixed date issues in drafts; merged from MOODLE_19_STABLE
2008-02-26 19:27:43 +00:00
moodler
0de80bcfe6
Merged MDL-12294 Fixed more missing strings
2008-02-26 08:27:19 +00:00
skodak
42f50aec59
MDL-9657 advanced upload assignment draft tracking now available as activity setting; merged from MOODLE_19_STABLE
2008-02-25 13:34:17 +00:00
skodak
39bc9fbbbb
MDL-9657 better dealing with drafts in assignment; merged from MOODLE_19_STABLE
2008-02-25 12:39:48 +00:00
skodak
d9cf732316
MDL-6591 moving the disable notification from fg prefs; merged from MOODLE_19_STABLE
2008-02-21 08:14:30 +00:00
skodak
2dc5d980ad
MDL-6591 Optional assignment graded email notification - based on patch by Gary Anderson; merged from MOODLE_19_STABLE
2008-02-20 17:50:32 +00:00
skodak
ad1e3409a2
MDL-9657 assignment submission finalisation now independent from grade; merged from MOODLE_19_STABLE
2008-02-12 10:52:58 +00:00
poltawski
577d233d53
MDL-12400 - superfluous required_param causing problems in upload
...
assignment user report.
2008-01-11 11:46:16 +00:00
skodak
8377472307
MDL-11783 no uploads after finalising; merged from MOODLE_19_STABLE
2007-12-25 22:03:31 +00:00
skodak
0b5a80a1a5
MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE
2007-11-29 14:43:04 +00:00
toyomoyo
dc6cb74efd
MDL-11672, hide hidden assignment descriptions from calendar
2007-11-16 02:52:48 +00:00
skodak
f2e4a0818a
preparation for 1.9 beta 2 - setting correct requires in mods and plugins
2007-10-10 16:09:17 +00:00
skodak
5978010dd2
MDL-11358 final grade from gradebook is now shown in assignments - students see only final grades from gradebook
2007-09-23 16:05:41 +00:00
stronk7
63d69d5481
Delete one unused table when grading online assignment submissions.
2007-09-16 21:06:56 +00:00
stronk7
c617b6f3b6
Changed the online submodule to work under the new install/upgrade code
2007-08-29 14:38:34 +00:00
poltawski
148e093abb
MDL-10715 - remove inappropiate 'upload not allowed' options on upload assignment types!
...
Merged from MOODLE_18_STABLE
2007-08-06 13:28:40 +00:00
skodak
cc03871ba3
MDL-10549 outcomes quickgrading in assignment
...
TODO: fix html and CSS
2007-08-02 22:38:52 +00:00
skodak
5c13c6cc87
MDL-10520 reverting previous commit - the db setup+upgrade code must be fixed first
2007-07-18 21:37:30 +00:00
nicolasconnault
064105e357
Automatic grading Google Summer of Code project (Epaile assignment module) by Arkaitz Garo, First commit.
2007-07-18 21:13:53 +00:00
skodak
45fa341298
MDL-9545 refactoring of grading code in assignment, whitespace cleanup
2007-06-03 09:10:52 +00:00
skodak
7bddd4b787
MDL-9632; MDL-9545 basic assignment grading support - event triggers implemented + some minor cleanup
2007-05-28 08:55:15 +00:00
nicolasconnault
ac4c12c5bd
MDL-9204 New submission wasn't given a timemodified upon creation.
2007-04-05 03:19:58 +00:00
nicolasconnault
2bf7e0b1be
Fixed broken XHTML
2007-04-05 02:12:28 +00:00
danmarsden
f2bb50394f
fix for MDL-9087 screwy page when user places table into online assignment. - merging changes from Moodle_18_stable
2007-03-30 02:10:58 +00:00
toyomoyo
16fc208896
merged fix for MDL-8505 and some other assignment issues
2007-02-15 08:16:54 +00:00
skodak
beac4717de
MDL-8166 rename in/out methods in formslib - HQ consensus
2007-01-12 18:52:09 +00:00
skodak
436cfa9fb3
MDL-6987 assignment mod conversion to new forms lib
2007-01-10 13:38:04 +00:00
skodak
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
toyomoyo
141a922c8c
MDL-7861, xhtml strict issues
2007-01-08 03:34:44 +00:00
skodak
a1c91f9a15
MDL-7861 assignment related xhtml strict fixes (client view and fixed quickgrading/grading) and admin tree CSS styling
2007-01-07 21:54:39 +00:00
toyomoyo
d9cb14b885
MDL-7861, fixing xhtml strict problems
2007-01-05 04:57:58 +00:00
jamiesensei
18a7736107
added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code.
2007-01-05 04:51:46 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +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
jamiesensei
f07b9627b6
changes to how we generate the id attribute of forms and the naming convention of forms
...
migrate blog edit to formslib
2006-12-28 09:32:45 +00:00
jamiesensei
a23f0aaf95
* Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced
...
* Added MoodleQuickForm method closeHeaderBefore($elementName); http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#Use_Fieldsets_to_group_Form_Elements
* Added moodleform method add_action_buttons(); see http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#add_action_buttons.28.24cancel_.3D_true.2C_.24revert_.3D_true.2C_.24submitlabel.3Dnull.29.3B
* is_cancelled method added to moodleform http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
* added hidden labels to elements within groups such as the date_selector select boxes and other elements in 'groups'
* quiz/mod.html migrated to formslib
* glossary/edit.html migrated to formslib
* extended registerNoSubmitButton() functionality to automatically add js to onclick to bypass client side js input validation.
* added no_submit_button_pressed() function that can be used in a similar way to is_cancelled() as a test in the main script to see if some button in the page has been pressed that is a submit button that is used for some dynamic functionality within the form and not to submit the data for the whole form.
* added new condition for disabledIf which allows to disable another form element if no options are selected from within a select element.
* added default 'action' for moodleform - strip_querystring(qualified_me()) http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
2006-12-19 07:03:08 +00:00
jamiesensei
eca038b50b
changed name of reset element in form from 'reset' to 'resetbutton' so that the element name doesn't conflict with js form method reset.
2006-12-05 11:58:43 +00:00
skodak
d73e265e9a
added cancel button to glossary comment form and fixed initialization of button arrays MDL-7778
2006-12-05 09:44:11 +00:00
skodak
5571b5f4f8
added cancel button to assignment forms MDL-7778
2006-12-05 09:37:31 +00:00
skodak
32776fef0e
minor xhtml fixes
2006-11-30 09:50:01 +00:00
skodak
6117edc7c1
fix submission and notes edit to use new forms lib MDL-7740
2006-11-29 21:28:38 +00:00
jamiesensei
74e01e6281
changed name of submit buttons to submitbutton instead of sumbit as submit was conflicting with method form.submit()
2006-11-24 16:38:22 +00:00
skodak
6cb1b93e13
Online text assignment: on re-edit submission page provide a label for field so that screen-reader knows what it is for MDL-7479:
...
fixed format problems, converted to new forms library, whitespace cleanup, fixed redirection after saving
2006-11-22 21:45:39 +00:00
skodak
37aaf16c92
Response file not uploading when grading student submission when using secureforms MDL-7566; merged from MOODLE_17_STABLE
2006-11-15 20:57:42 +00:00
skodak
e38204d175
fixed access check when editting notes in advanced upload assignment type; merged from MOODLE_17_STABLE
2006-10-18 21:34:06 +00:00