Commit graph

9713 commits

Author SHA1 Message Date
David Mudrak
37fb7c0e1d NOBUG: Fixing trivial variable name mismatch 2010-07-05 10:48:07 +00:00
Martin Dougiamas
e90debf1a0 NOBUG Removed an extraneous {$a} that wasn't needed because it was redundant ;) 2010-07-05 09:22:49 +00:00
Martin Dougiamas
9a5b90053b MDL-22056 Adding pluginname to activity modules to fix gradebook issues caused by MDL-23071 (keeping modulename for n)
AMOS BEGIN
 CPY [modulename,assignment],[pluginname,assignment]
 CPY [modulename,chat],[pluginname,chat]
 CPY [modulename,choice],[pluginname,choice]
 CPY [modulename,data],[pluginname,data]
 CPY [modulename,feedback],[pluginname,feedback]
 CPY [modulename,folder],[pluginname,folder]
 CPY [modulename,forum],[pluginname,forum]
 CPY [modulename,glossary],[pluginname,glossary]
 CPY [modulename,hotpot],[pluginname,hotpot]
 CPY [modulename,imscp],[pluginname,imscp]
 CPY [modulename,label],[pluginname,label]
 CPY [modulename,lesson],[pluginname,lesson]
 CPY [modulename,page],[pluginname,page]
 CPY [modulename,quiz],[pluginname,quiz]
 CPY [modulename,resource],[pluginname,resource]
 CPY [modulename,survey],[pluginname,survey]
 CPY [modulename,url],[pluginname,url]
 CPY [modulename,wiki],[pluginname,wiki]
 CPY [modulename,workshop],[pluginname,workshop]
AMOS END
2010-07-05 05:12:39 +00:00
Dan Marsden
4cec22dce6 SCORM MDL-23074 - fix regression - missing slash 2010-07-05 02:00:02 +00:00
Dan Marsden
b3611e0dda SCORM MDL-23053 add support for conditional activities - completion on view 2010-07-05 00:40:13 +00:00
Dan Marsden
624bcb1606 SCORM MDL-21989 improved english string to state that some browsers may prevent these settings. 2010-07-05 00:35:46 +00:00
Petr Skoda
1d797cace9 fixed recent regression 2010-07-04 20:05:53 +00:00
Petr Skoda
3a11c09f5b MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support 2010-07-04 18:36:34 +00:00
Petr Skoda
411b8c238a no more id cvs markers 2010-07-04 12:09:15 +00:00
Petr Skoda
d50eb3d4e1 no more id cvs markers or closing php tags! 2010-07-04 12:08:53 +00:00
Petr Skoda
a4cdd6d2c8 MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing 2010-07-04 10:27:56 +00:00
Eloy Lafuente
332437c511 MDL-22245 backup - implementing changes in subplugins to offline assignments demo 2010-07-03 17:15:49 +00:00
Petr Skoda
64f93798d4 MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
David Mudrak
995f2d51d7 MDL-12192 Language specific label separator instead of hardcoded ': '
New string is available. Use get_string('labelsep', 'langconfig') to be used
as a separator between a label and the labelled text. If you want to
produce <label> HTML element, you may be interested in the new
html_writer::label() method. Simple selects and URL selects now use it.

There are bambillion places where ': ' is hardcoded as a separator. I do
not think we have to fix them manually now (and mass search and replace
would be tricky) but everybody should stop adding new.

Do not abuse 'labelsep' for any other purposes. Note that it may not be
colon in some languages or sites.
2010-07-02 12:15:36 +00:00
Eloy Lafuente
8bf1e5295e MDL-22151 assignment backup - added backup for assignment with subplugin support MDL-22245 2010-07-02 11:24:56 +00:00
Petr Skoda
400475947a MDL-22609 fixed regression in my previous commit, sorry 2010-07-02 10:04:30 +00:00
Petr Skoda
8cf8f2b743 MDL-22609 undoing directory variables magic from last commit, keeping just the userid-->submissionid itemid change 2010-07-02 10:00:00 +00:00
Martin Dougiamas
246c082a4c NOBUG course is not a required param (we assume site level if none specified) 2010-07-02 08:43:27 +00:00
Dongsheng Cai
195827d35b MDL-23019, fixed post_form validation function. 2010-07-02 03:26:55 +00:00
Martin Dougiamas
d992f53d8c mod/assignment MDL-22609 Checking in Aparup's patch fixing the file upgrade (itemid now is submission->id, not user->id). Also fixed some buggy uses of $OUTPUT->notification in uploadsingle->upload() (redirect works better) 2010-07-01 09:41:06 +00:00
aparup
261b585daa Assignment MDL-22611 cosmetics - spaces after if and no spaces in parenthesis. - thanks petr 2010-07-01 09:05:08 +00:00
Martin Dougiamas
6ca6177a48 MDL-22338 Make general embedding larger, like PDFs 2010-07-01 08:12:16 +00:00
Rossiani Wijaya
377d7b82f6 MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:35:27 +00:00
Rossiani Wijaya
36099bd4d5 MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:24:14 +00:00
Rossiani Wijaya
12a24e00cf MDL-21610 (partial) - converting table to css for discussion display controls. 2010-07-01 04:45:54 +00:00
Martin Dougiamas
e3b8897c3a NOBUG Removed unused string 'searchconcept' 2010-07-01 03:30:50 +00:00
Martin Dougiamas
9b22ac0aac NOBUG Fixed a bad string callto "alphabet" 2010-07-01 03:28:20 +00:00
Martin Dougiamas
9bf0881743 MDL-22910 Fixing regression caused by adding email as a required field for user pictures 2010-07-01 02:31:28 +00:00
Petr Skoda
eae1948cee MDL-22910 workaround for inability of Oracle and MS sql to find distinct text fields, improved perf in all dbs 2010-06-30 20:42:11 +00:00
Martin Dougiamas
9fcec30dcc MDL-22963 Fixed some regressions caused by undeleted $ratings parameters in some forum modes 2010-06-30 09:22:19 +00:00
Martin Dougiamas
8295918f96 MDL-22963 Fixing renderer regression that broke the forum mode selector 2010-06-30 09:14:55 +00:00
Rossiani Wijaya
b08cff857a MDL-20509 - remove http:// prefix from input box.
Add http:// prefix if:
1) there is no :// in the string already, and
2) the string doesn't start with /
2010-06-30 07:52:26 +00:00
Rossiani Wijaya
b4701159b8 MDL-22647 - add missing string $strsectionname 2010-06-30 07:07:12 +00:00
Dongsheng Cai
a7d4cb676d MDL-22980, move mod/data/field/*/icon.gif to mod/data/pix/field/*.gif 2010-06-29 07:20:51 +00:00
Martin Dougiamas
b8037d7316 MDL-22338 PDFs now display in resources :/ 2010-06-29 05:41:04 +00:00
Martin Dougiamas
26ffb4b172 MDL-22978 Cleaned up styles for course overview and added a link to assignment grade page 2010-06-29 04:09:55 +00:00
Dongsheng Cai
b738d41b80 MDL-22688, fixed branch table page type and added contentsformat field to lesson_pages table 2010-06-29 03:23:38 +00:00
aparup
753c1de5ca Assignment MDL-22611 added has_capability check to grade number that may link to gradebook. 2010-06-29 03:09:55 +00:00
David Mudrak
54033df5c0 MDL-21695 Replaced surveys.html without AMOScript and removed a forgotten help file 2010-06-28 17:05:24 +00:00
David Mudrak
dfab2ce795 MDL-21695 Replaced search.html without AMOScript, to be translated from scratch 2010-06-28 17:04:35 +00:00
David Mudrak
6855dc3088 MDL-21695 Removing unused help files
tableexportformats.html removed as suggested by Helen.
2010-06-28 14:36:50 +00:00
Petr Skoda
96f4a64b66 disabling files in grade feedback for now - we do not have area, gradebook does not support it, forms are not used correctly, ... 2010-06-28 14:10:33 +00:00
Sam Marshall
d95ed8e376 glossary MDL-22971 cannot delete glossary 2010-06-28 13:43:55 +00:00
Petr Skoda
1628ba8bbe fixed recent regression + simplified code a bit 2010-06-28 13:15:03 +00:00
Petr Skoda
f8ffb97e3c fixed recent regression + simplified code a bit 2010-06-28 13:14:01 +00:00
Petr Skoda
0fdc02804d todo update 2010-06-28 08:23:37 +00:00
aparup
d2b6ee29f2 Assignment MDL-22611 a few changes to the assignment section, Changes include
- display grading as a main page navigation sequence rather than a popup (this addressed a few navigation issues with popup)
- grading forms now use moodle form. swapped grading form button positions to reduce human error.
- fixed file area issues with assignment submissions. (see MDL-22608)
- other minor changes : headings, titles
2010-06-28 02:38:53 +00:00
Dan Marsden
fd6a6947c3 SCORM MDL-18364 typo 2 - think it's finally right! 2010-06-28 01:06:40 +00:00
Dan Marsden
fca523db3c SCORM MDL-18364 typo 2010-06-28 01:05:36 +00:00
Dan Marsden
aa546a70df SCORM MDL-18364 remove space 2010-06-28 00:50:24 +00:00