stronk7
4528ab53dd
Added missing Id: cvs tag. Bug 1394
...
http://moodle.org/bugs/bug.php?op=show&bugid=1394
2004-05-14 19:36:39 +00:00
stronk7
187e22dbe0
Upgraded glossary to 2004051400. The process will launch an
...
update of entry->concept and alias->alias to trim them.
This should close bug 985 forever...
(http://moodle.org/bugs/bug.php?op=show&bugid=985 )
2004-05-14 19:14:57 +00:00
stronk7
b965603072
Now, the entry->concept and alias->alias fields are trimmed
...
in edit, import, export, backup and restore.
To solve bug 985
(http://moodle.org/bugs/bug.php?op=show&bugid=985 )
2004-05-14 18:37:30 +00:00
stronk7
5cca249645
Reverted to revision 1.8 (left join) to continue working in bug 985.
2004-05-14 17:23:42 +00:00
moodler
e70bda424b
Fixes to prevent users from creating bad quiz questions with not
...
enough answers in them.
Thanks to Shane Elliott (Ikawhero)
2004-05-14 14:36:32 +00:00
stronk7
00f7f08d6b
Now the show=concept|alias
...
has been decoupled into 2 sql statements to make it works
under every MySQL version.
Hope this close Bug 985 forever...
2004-05-13 19:27:52 +00:00
moodler
b6b3deb48c
Fix for Bug 1383. Added support for the Critical Incident Survey type in the Complete Activity Reports
...
(Shane Elliott)
2004-05-13 08:57:39 +00:00
moodler
9cc093f199
Fixed bug 1379 ....
2004-05-13 08:50:37 +00:00
moodler
35ebf5c09b
Fix for the way question texts were displayed bug 1381
2004-05-13 08:46:25 +00:00
stronk7
189bec8895
Bug 1296 solved.
...
Now duplicate entries are showed in all the lists. Simply I've changed
the fields order in select statements to make entryid (unique) the first.
Not detected negative consequences...ciao :-)
http://moodle.org/bugs/bug.php?op=show&bugid=1296
2004-05-12 20:39:34 +00:00
stronk7
8e68d64a2d
Added some harcoded strings in glossary module (Bug 1062)
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1062 )
2004-05-12 19:03:42 +00:00
stronk7
465e3ae35d
Solved bug 985. Now "show" will work with aliases and with concepts
...
with and without aliases. Changed the cuery to a left join to
be able to process entries without aliases. This type of operation
should be changed to boolean queries sometime in MySQL 4!!
Test it!!
http://moodle.org/bugs/bug.php?op=show&bugid=985
2004-05-12 18:44:15 +00:00
stronk7
2a2525257f
Solved bug 1378. Missing encoding in glossary/print.php
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1378 )
2004-05-12 17:59:07 +00:00
stronk7
3a4b8c823d
Changed some incorrect <?= tags to <php p()...
...
Skodak has found more incorrect tags. See bug 1376
(http://moodle.org/bugs/bug.php?op=show&bugid=1376 )
2004-05-12 16:55:48 +00:00
jungwirr
4358842a68
fixed bug #1380 - string in index.php
2004-05-12 15:35:37 +00:00
stronk7
3eb2f7ecf8
Solved bug 1086.
...
Please, verify (and close) it. Patch submitted by Petr Skoda. Thanks!
I've modified some lines in formats to avoid some Notices and make
everything display more consistent. Please, test it!!
2004-05-11 22:38:45 +00:00
stronk7
701fff2145
Now, concept and aliases are not linked when
...
viewing entry itself. This will close bugs 1145 and 1295.
Thanks to Petr Skoda and his patch!
2004-05-11 19:59:17 +00:00
stronk7
d34b9c5f2d
Now concepts are not enclosed by paragraph tags. Bug 1298.
2004-05-11 18:06:56 +00:00
stronk7
3483856eb8
Now glossary concepts are not linked (bug 1366).
...
Patch submitted by Petr Skoda.
2004-05-11 17:31:43 +00:00
moodler
c15cea3604
Added some checks for forcelogin on resources
2004-05-11 13:16:20 +00:00
moodler
b6650a256a
Borders on mailed posts
2004-05-10 18:26:31 +00:00
stronk7
87299b3133
Solved another notice in glossary config page with glossary_entbypage
2004-05-10 18:24:58 +00:00
moodler
e2d4106275
Wasting time with tweaks
2004-05-10 18:14:49 +00:00
moodler
26bba779ff
Tweaking the formatting of the footers a bit
2004-05-10 18:12:32 +00:00
stronk7
fce0e06d81
Solved some notices (debug mode) when creating new entries...
2004-05-10 18:10:17 +00:00
moodler
e730321594
FIxed some short tags
2004-05-10 17:46:35 +00:00
moodler
7e07c5cced
Fixed some short tags (found by Eloy!)
2004-05-10 17:40:10 +00:00
moodler
59bb9e22ff
Handle resource names with slashes better
2004-05-10 16:10:55 +00:00
stronk7
7923318e97
Included some missing colons...I forgot.
2004-05-09 23:10:46 +00:00
stronk7
87b00f0ee1
Now glossary->rsstype and glossary->rssarticles are in backup & restore.
...
Added two missing strings too.
2004-05-09 22:27:44 +00:00
stronk7
2dda0bbbc7
Now glossaries can produce RSS feeds too !!
...
Some strings (RSS related) has been moved from forum.php to moodle.php
to avoid suplicating them once per module.
It seems to work fine, please test...:-)
2004-05-09 22:20:05 +00:00
stronk7
ca87cbe100
Some improvements in RSS:
...
- Article's author is showed if present.
- In forum posts feeds, show post->subject instead of discussion->name
- Description contents in every article are passed to format_text() to
show contents like the rest of Moodle.
2004-05-09 18:34:33 +00:00
gustav_delius
c12007857b
removed some undefined variable errors. However there are lots of them in edit.html, see bug 1344
2004-05-08 20:52:53 +00:00
gustav_delius
a86ea57ddf
category list now sorted when adding entry, thanks to Bernard, bug 1010
2004-05-08 20:47:14 +00:00
stronk7
5b76e6fc51
Now every link to forums (from resources and forums) and every link
...
to resources (from resources and forums) are re-encoded in backup/restore.
I could reduce the code size but for now I prefer to have it this looong
form to clarify what it's doing.
Please, test, test and test...
2004-05-08 18:30:30 +00:00
stronk7
3a238a355a
Changed the system to recode links to forums. Now it it detect
...
that the link doesn't belong to the course being restored, then
the original link is mantained.
With this, the backup/restore should be finished. Now some
tests to check everything !!
2004-05-07 23:40:41 +00:00
gustav_delius
274e05dbd5
fixed bug 1093 by applying clean_text to $forum->intro
2004-05-07 17:48:02 +00:00
moodler
49d9b738cf
Email from forums is marked as "bulk" to reduce vacation bounces etc
2004-05-07 03:31:01 +00:00
stronk7
1ea2e64c65
Now links to forums are encoded properly
2004-05-06 22:53:04 +00:00
jungwirr
afa120e3c0
fixed bug 1325 - hard-coded string for add multiple rolls
2004-05-06 19:39:42 +00:00
jungwirr
311b524ac2
changed the options settings to be more compliant with the rest of the
...
modules.
Added help page links for many options.
Changed the style of the add multiple interface to match mod.php
2004-05-05 17:06:56 +00:00
moodler
3120f6f20b
Hide users in "hidden" chats from students. bug 1308
2004-05-05 08:19:03 +00:00
gustav_delius
dcd338ffdc
Events associated to hidden activities are now invisible in calendar, using new field 'visible' in table 'event' which is updated each time a course module is hidden or unhidden.
2004-05-05 07:07:56 +00:00
jungwirr
88521dee99
fixed a bunch more foreach loops to test for null value on the iterated
...
collection
2004-05-04 19:13:53 +00:00
jungwirr
2f226580b5
fixed viewall.php to reflect the (unlikely) circumstance where a user is a
...
student AND a teacher in a course.
2004-05-04 19:05:41 +00:00
jungwirr
018e87bedb
Fixed the empty grades for attendance.
...
Added log_display database records
2004-05-04 17:18:02 +00:00
jungwirr
86eb8c6e0d
Added "Take attendance" option that allows a teacher without edit
...
privileges to modify the appropriate aspects of the roster.
2004-05-04 16:12:15 +00:00
jungwirr
51383e2cdf
fixed another foreach problem in lib.
...
Added a todo section to the README
2004-05-03 19:59:02 +00:00
stronk7
c05e7d7e53
Added support for rsstype and rssarticles in forum's
...
backup & restore.
2004-05-03 18:18:54 +00:00
moodler
4464fcf74a
Minor change to table format
2004-05-03 05:36:11 +00:00