8300 Commits

Author SHA1 Message Date
selliott
a1931e61d5 Changed ($course) to ($this->course) in if condition to allow course to be checked 2004-08-11 11:19:09 +00:00
rkingdon
3c4a6298bc Fixed bug #1642. 2004-08-11 10:47:43 +00:00
paca70
20cb89ec4e Quickly tested updates for postgresql. (seems to work here) 2004-08-11 10:27:00 +00:00
rkingdon
8bd6b4a2b1 Addition of Grade Analysis tables to Administration page; Re-grading of
student assessemnts.
2004-08-11 10:23:55 +00:00
rkingdon
fb01c6b9be Extra strings for regrading student assessments and the grade
analysis tables.
2004-08-11 10:20:30 +00:00
rkingdon
02d73b025e Addition of index.html; a new help file on regrading student assessments;
minor clean-ups.
2004-08-11 10:18:32 +00:00
moodler
675dbdd9f5 FIxed some notices when installing Moodle fresh 2004-08-11 09:00:53 +00:00
koenr
838acddfef modification for new features 2004-08-11 08:28:35 +00:00
koenr
ea9fb16622 typo 2004-08-11 08:10:43 +00:00
moodler
944a2b2870 Finally? Fixed the digest mail sending time (it was a timezone issue). 2004-08-11 07:55:40 +00:00
moodler
11558e5af4 Closed up some notices 2004-08-11 06:59:23 +00:00
moodler
338c772cc5 Removed PHP code from strings! 8-o 2004-08-11 06:46:59 +00:00
moodler
af4209d0eb Not completed yet .... Henrik? 2004-08-11 06:45:26 +00:00
moodler
a46eb8c106 Added "No possible datasets" 2004-08-11 06:17:26 +00:00
moodler
efbf2d9afd Merged new release notes from stable 2004-08-11 05:18:45 +00:00
moodler
b5de723daa Latest fixes from Jon ... it's much more stable now!
... the only thing remaining is that the user window is
still done old-style, and not yet converted over to the
new -style daemon
2004-08-10 13:50:58 +00:00
moodler
ee88d30b4c Don't put HTML and text files through clean_text. 2004-08-10 10:44:29 +00:00
c_schmitz
90617c2d82 * Small correction 2004-08-10 10:26:09 +00:00
stronk7
f6bb7eaa39 Paging discussions is in CVS just now :-) 2004-08-10 09:37:02 +00:00
moodler
ed5bdd6585 Some filters add javscript, we and certainly do not want to clean
those out.

Moving the cleaning to just before the other filters are run.
2004-08-10 09:16:16 +00:00
moodler
40b83bffaa Don't clean external files 2004-08-10 09:10:28 +00:00
moodler
5e6775e093 Added guideline for format_text. Fixes bug 1722 2004-08-10 02:27:15 +00:00
stronk7
cd2bf3309c Now upgrade and restore processes enable editalways for old
secondary glossaries. Smooth transition. Thanks, Martin! :-)

Bug 1445
(http://moodle.org/bugs/bug.php?op=show&bugid=1445)
2004-08-09 19:20:42 +00:00
paca70
f8559be0fc Thanks vernier at vc dot bc dot ca 2004-08-09 19:18:19 +00:00
rkingdon
428c68f5c2 Fixed bug #1705. 2004-08-09 17:23:25 +00:00
rkingdon
ac969b2b22 Fixed bug #1615. 2004-08-09 17:04:07 +00:00
moodler
d05024a72b Added Petri's patch that allows us to finally change type of PostgreSQL columns!
Yay!   Thanks, Petri!

Bug 1721
2004-08-09 16:00:10 +00:00
moodler
518f01ce4f Cleaned up some more things using some shortcut variables, and also
fixed bug 1711 that was preventing glossaries from working properly
2004-08-09 15:45:22 +00:00
stronk7
ff1e2621f3 Now editalways is working in glossaries.
Decide if an entry is editable:
-It isn't a imported entry (so nobody can edit a imported (from secondary to main) entry)) and
-The user is teacher or he is a student with time permissions (edit period or editalways defined).

Bug 1445
(http://moodle.org/bugs/bug.php?op=show&bugid=1445)
2004-08-09 15:04:36 +00:00
stronk7
d116ee768a Added support for glossary->editalways in lang file.
Bug 1445
(http://moodle.org/bugs/bug.php?op=show&bugid=1445)
2004-08-09 14:58:07 +00:00
moodler
3b7d3db5de Don't clean posted text on input (will be cleaned on output). 2004-08-09 14:56:03 +00:00
moodler
9d40806d0e format_text now does a clean_text after all the filters, for added safety
Practically all printed text in Moodle should use this function

If you don't want to clean the text of unwanted tags and scripts, then
set the parameter $options->noclean
2004-08-09 14:54:39 +00:00
moodler
43cbfc1999 Standardising the printing of content and summaries to use format_text() 2004-08-09 14:49:16 +00:00
moodler
7dd826818e More notices 2004-08-09 14:18:40 +00:00
thepurpleblob
b1984b0d33 Added overidable method presave_process - allows last minute modification of
data to be exported to file. Done to get xml output working.
2004-08-09 13:56:47 +00:00
thepurpleblob
29a95feb94 more fixes - xml export now pretty much working 2004-08-09 13:55:20 +00:00
moodler
389a4df98f Slightly wider block for summary text 2004-08-09 13:23:32 +00:00
koenr
96f2c12051 typo 2004-08-09 10:55:45 +00:00
koenr
8ab518f892 filling in missing strings... 2004-08-09 10:54:00 +00:00
koenr
37d2fd2c07 modification for new features 2004-08-09 10:50:29 +00:00
koenr
e3546050ee removing unnecessary files 2004-08-09 10:47:39 +00:00
bobopinna
4971b7f37a update various translations 2004-08-09 09:20:40 +00:00
defacer
5a59303726 This seems to improve the regexp filtering by solving some problems where
it was killing unarmed population... hope it works "better" now!
2004-08-09 08:51:47 +00:00
defacer
fecb707db4 Fixes for twin notices, buried in the HTML. 2004-08-09 08:06:36 +00:00
defacer
09794d30db Fix a notice buried in the HTML. 2004-08-09 08:01:40 +00:00
bobopinna
1fc9e85cc9 Added organizations string 2004-08-09 07:28:13 +00:00
bobopinna
2c508ab9b1 Added multiorg display and patched some typo 2004-08-09 07:26:06 +00:00
paca70
358910a485 Fixed typos 2004-08-09 04:56:42 +00:00
moodler
5ea17e17cf Fixed some typos etc. :-) 2004-08-09 01:39:40 +00:00
stronk7
2b1b11c606 Now the RSS link is showed in the list of glossaries.
Bug 1706
(http://moodle.org/bugs/bug.php?op=show&bugid=1706)
2004-08-08 18:44:45 +00:00