moodler
63d6efa23e
Restored a glovbal declaration for SESSION (to make sortoder work again)
2007-07-16 05:56:52 +00:00
moodler
06954a036c
Use a private CSS class for this table to be more flexible
2007-07-16 05:40:18 +00:00
moodler
ee81379ee3
Report selection is now sticky due to user preference, and tidied up code a bit
2007-07-16 05:34:36 +00:00
nicolasconnault
f7998fbc55
MDL-9633 Added report class for user report
2007-07-16 04:09:00 +00:00
moodler
540c411934
MOved the main link to reports.php
2007-07-16 04:04:49 +00:00
stronk7
ea16f9b2dc
Now the glossary->allowcoments setting is respected. MDL-8056
...
Credit goes to Matt Clarkson. Thanks.
Merged from MOODLE_18_STABLE
2007-07-15 22:27:16 +00:00
skodak
8ce0363638
MDL-8096 fixed & in htmlarea httpsrequired parameter - xhtml strict fix
2007-07-15 15:15:30 +00:00
skodak
76a50d1767
fix for upgrade trouble caused by recen grade import table changes - it was IMO easier to recreate the tables instead of fixing the upgrade code
2007-07-15 13:38:39 +00:00
stronk7
e9371f46d1
Most probable default value for applicationid is 1 (moodle).
2007-07-14 22:40:41 +00:00
stronk7
3fd7eae4c9
Deleting duplicate applicationid field, adding one missing fk and
...
minor reordering of logic of mnet stuff.
2007-07-14 22:38:35 +00:00
stronk7
6392a62dad
Moving mnet_application somewhere before mnet_host
...
and creating missing FK in mnet_host
2007-07-14 22:29:17 +00:00
mjollnir_
808fae8f05
fixing a small syntax oddity that breaks get_my_courses in postgres. quoting " means escape table, not string
2007-07-14 19:36:59 +00:00
stronk7
d3f31bf2d9
Big reordering of table creation, following all dependencies (FKs)
...
Small fix in some FKs pointing to wrong tables. Nothing else changed.
2007-07-14 19:20:43 +00:00
stronk7
0f3fcb64b4
Reordering a bit mnet_application table and fixing missing tag that
...
was preventing installation of head.
2007-07-14 18:46:03 +00:00
nicolasconnault
1a61400873
Optimising the grader report
2007-07-14 04:18:35 +00:00
nicolasconnault
1fdab481c2
MDL-9633 Refactored the index.php page into a child class of grade_report
2007-07-14 03:46:24 +00:00
mjollnir_
2520258128
Merged Donal's changes to MNET to allow moodle to also network with mahara.
...
changelog follows
[MNET-manual] added version.php, install.xml and upgrade.php patches
Route remote users back to their home server without going through jump.php and land.php
Display app-specific strings in the user view
Display the application icon in the Remote Host block
Hide the 'logs' tab if the application under review is not Moodle
Hide the 'logs' tab if the application under review is not Moodle
Update user record to note that picture == 1 once a picture has been
transferred.
Change 2 to uri - is this fluid?
Add application paramter to bootstrap function
Find the application
Workaround for PHP5.2.2 bug: http://bugs.php.net/bug.php?id=41293
$HTTP_RAW_POST_DATA was not being populated
Ensure we get an application for our Peer
Update the URI to use for MNET
The default 'wantsurl' should be empty
Use the appropriate 'land' url for the remote application
Add hidden form elements for 'application'
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
2007-07-14 03:00:12 +00:00
mchurch
82d3334acd
Tracker #MDL-9353 - Paypal cost of course not visible in course settings.
2007-07-13 20:31:26 +00:00
nicolasconnault
388234f4c5
Optimising the grader report
2007-07-13 19:02:40 +00:00
tjhunt
ed8bebce5a
MDL-10452 - start quiz UI is confusing if you have quiz:preview capability. Change the 'start/continue attempt button' to say 'start/continue preview' in this case. Merged from MOODLE_17_STABLE.
2007-07-13 15:58:42 +00:00
nicolasconnault
774d92ebce
MDL-10392 changed feedback language strings to grade language strings
2007-07-13 13:03:07 +00:00
nicolasconnault
18effef46b
MDL-10414 Implemented tab indices (student_grades, then student_feedbacks, from left to right and top to bottom)
2007-07-13 11:24:13 +00:00
nicolasconnault
bd6c9ddb46
MDL-10286 Updated overlib.js (2 years diff!) and enabled overlib for HTML feedback format
2007-07-13 10:09:51 +00:00
skodak
b121b54432
one more category locking fix
2007-07-13 09:12:23 +00:00
skodak
7a7a53d32a
updated category locking to work the same as hiding - locking of category now locks all children too
2007-07-13 09:05:36 +00:00
skodak
938e00b6cb
grade_tree minor cleanup - grades not included anymore; fixed categroy item position in grader report
2007-07-13 08:59:46 +00:00
thepurpleblob
e53ff7f60a
MDL-10380:
...
Check for randeredmatch plugin done using array_key_exists() for PHP4
compatibility
MDL-10317:
Question name is now the question ID, rather than the question text.
2007-07-13 08:36:14 +00:00
toyomoyo
c55dee3fa9
MDL-10181, user management improvements fixes
2007-07-13 08:26:47 +00:00
moodler
0a5a42ed76
Automatic installer.php lang files by installer_builder (20070713)
2007-07-13 08:19:15 +00:00
jamiesensei
c0056e2227
fix for MDL-10440 IE7 and IE6 on win xp error when changing "disable" state of "Start date"
2007-07-13 08:14:37 +00:00
nicolasconnault
4256a13437
MDL-10386 Quickfeedback and quickgrading fixed! It wasn't setting $needsupdate to true when the grade_grades didn't yet exist in DB.
2007-07-13 08:08:53 +00:00
toyomoyo
b435527321
MDL-9363, some fixes for grade import, not finished!
2007-07-13 08:06:30 +00:00
skodak
fb46b5b6ef
fixed == typo, thanks Nicolas and Yu
2007-07-13 07:51:10 +00:00
nicolasconnault
eea6690ac0
MDL-9628 Refactored variables and method from grader_report into grade/report/lib.php, and renamed grade_report.php to grade/report/grader/lib.php. Updated links to these files.
2007-07-13 07:05:04 +00:00
moodler
6c4af359b9
I fixed up the database creation
2007-07-13 06:44:31 +00:00
nicolasconnault
e662a443e7
MDL-9628 Renamed edit_* to * and updated links to these files
2007-07-13 05:54:30 +00:00
nicolasconnault
6fb39a98f2
MDL-9628 Renamed edit_* to *
2007-07-13 05:53:16 +00:00
nicolasconnault
8ba894e049
renaming constant
2007-07-13 05:41:04 +00:00
nicolasconnault
936f135023
MDL-9628 New constants in gradelib.php: GRADE_EDIT_URL and GRADE_EDIT_DIR
...
Also renamed $report->get_user_pref() to $report->get_pref() , because the returned preference may come from $CFG if it isn't defined as a user preference.
2007-07-13 05:26:45 +00:00
toyomoyo
85c7bd5bcd
adding feedback to grade import temp table and rename rawgrade to
...
finalgrade
2007-07-13 05:01:32 +00:00
moodler
4d46304821
Merged "no posts" string fix from stable
2007-07-13 03:05:17 +00:00
skodak
79eabc2ab2
major grade editing fixes and improvements - grader form now knows if grade is editable; fixed broken quickgrading; feedback format is handled the same way as in the rest of moodle - automatically converted to FORMAT_HTML when editor enabled; fixed calculation of grades that was breaking locking
2007-07-12 22:31:20 +00:00
skodak
fefe8b06a1
MDL-10364 initial calcualtion edit form
2007-07-12 20:12:07 +00:00
skodak
46fa681022
MDL-10364 initial calcualtion edit form
2007-07-12 20:12:06 +00:00
skodak
920a0fb2eb
MDL-10437 moved editing forms to grade/edit/ directory - these should be shared by all reports, there were too many files in grader directory anyway
2007-07-12 19:40:28 +00:00
skodak
95d6df779c
MDL-10364 calcualtion icon fix
2007-07-12 17:46:38 +00:00
nicolasconnault
e5161d0cdd
MDL-10386 More refactoring (grade_report_grader->get_user_pref($pref_name))
2007-07-12 17:42:23 +00:00
skodak
9d452f139f
MDL-10364 calcualtion validation improvements
2007-07-12 17:36:18 +00:00
skodak
9029762c3c
MDL-10364 calcualtion validation improvements
2007-07-12 17:23:29 +00:00
skodak
64480c7dff
always initilize arrays!
2007-07-12 17:03:52 +00:00