moodler
6226d47d4e
Removed a blank line
2003-11-02 03:13:12 +00:00
willcast
ab653b5517
- Typo
2003-11-02 02:40:00 +00:00
willcast
f6149b0910
- Applying proper coding conventions to the default settings' variables
2003-11-02 02:37:44 +00:00
willcast
cb2f5705ec
- The admin can define default values for glossary and entries' settings via the admin modules interface.
2003-11-02 01:48:44 +00:00
willcast
4f4ca7b5e1
- Printer-friendly version of the glossary
...
- First step in the export/import feature (export is done)
- Minor changes here and there
2003-11-01 20:27:21 +00:00
rkingdon
c50365cd38
Fix to the Complete isting. Upload now checks the submission for spurious re-submission caused by using the Back button. User and Teacher deletions of submissions are now logged. Redirect delay when marking submissions shortened to one second.
2003-11-01 17:25:13 +00:00
kaipe
004c02e05c
An improvement asked for by koen roggemans:
...
Especially for multianswer questions it is often desirable to have the grade of the question in a quiz larger than the earlier maximum of 10 points.
The new function quiz_gradesmenu_options($defaultgrade) makes quiz question list grade selector drop-down have the maximum grade option set to the highest value between 10 and the defaultgrade of the question.
2003-10-31 21:27:43 +00:00
willcast
49210b9085
- Important update: I did not delete categories nor comments once a glossary has been deleted. Fixed now.
2003-10-31 15:26:28 +00:00
willcast
5eaa2d3468
Bug fixed:
...
- Updating a Default Approval Status from NO to YES in a glossary, now approve automatically all entries waiting for approval.
2003-10-31 13:40:34 +00:00
stronk7
961d2828e8
globalglossary is included now in backup/restore. :-)
2003-10-31 08:47:03 +00:00
moodler
e764aa71ef
Add navmenu to header of forum search pages
2003-10-31 08:31:39 +00:00
moodler
497588fe37
No longer need parent link in the footer
2003-10-31 06:57:25 +00:00
moodler
d94ee341e5
Undoing Greg's UNION hack ... it was causing problems on Mysql 3
2003-10-31 03:25:37 +00:00
rkingdon
0d1bd24dad
Index.php now ignores grading grades; Teacher Assessment Table added to Administration.
2003-10-30 17:45:47 +00:00
willcast
0de786f7da
- Global glossaries now available. All current rules apply to its entries.
2003-10-29 23:33:54 +00:00
moodler
7f0c3a44e4
Oops, typo
2003-10-29 09:16:12 +00:00
moodler
7e224207d0
Fixed bug when moving discussions with attachments
2003-10-29 09:12:23 +00:00
moodler
ba1ce4c0eb
new style forumheaderlist (instead of re-using forumpost as before)
2003-10-29 06:24:49 +00:00
willcast
1d9ddaaf2e
- New encapsulated functions in order to make easier to create new display formats
...
- Fixed problem when showing 'ALL' in alphabet frame
- Disabled unnecessary fields when selecting DO NOT AUTOMATICALY LINK THIS ENTRY in the adde entry screen
2003-10-28 16:10:36 +00:00
moodler
c260b07707
Make sure resources are put through format_text so that they can be
...
processed properly (eg autolinking)
2003-10-28 14:01:15 +00:00
moodler
cb4f77069d
Use unique stamps when creating multiple questions ...
2003-10-28 09:50:23 +00:00
stronk7
8094a84cad
Take out some debug info. Forgot it in previous commit.
2003-10-27 17:31:57 +00:00
moodler
0f4ae874d9
A little typo hiding the continuous format
2003-10-27 14:25:08 +00:00
moodler
94e935e7d1
In the index, show how many entries there are in each glossary
2003-10-26 08:14:54 +00:00
moodler
00af6d7e91
Use format_text for consistency
2003-10-26 08:06:16 +00:00
moodler
9652408974
Now uses choose_from_menu() for the format display, and the items
...
are now sorted.
The other items could be easily done with choose_from_menu() too ;-)
2003-10-25 02:53:02 +00:00
moodler
7829b7d98b
Fixed background colours in quix editing page body-> cellcontent2
2003-10-25 02:38:47 +00:00
rkingdon
ce7c86e689
New icon from Eloy Lafuente.
2003-10-23 17:39:49 +00:00
moodler
16a1917250
Fix bug in NUMERICAL questions where feedback was only shown if the
...
question was correct
2003-10-23 15:40:17 +00:00
gregb_cc
dcfa857df2
This is a massive speed increase in journal_get_users_done.
...
The fix requires UNION support in the database. I've added a simple little
test to see if UNION queries work.
This change very much needs to be tested out by someone using MySQL 3. If
it tests out there successfully, the supports_union code should be moved out
of this file and into datalib. Ideally, someone will extend that test and
creatle get_records_union_sql, a function that would split up UNION queries
for databases that don't support them and do an array_merge (and proper
sorting, which is missing from my fix) on the result sets.
2003-10-22 20:06:44 +00:00
moodler
8dddba42ce
Modularised some of the processing for "extra" information such as
...
information for popup windows on resources and labels
2003-10-22 13:14:56 +00:00
willcast
c197e6070b
- Added a new frame: Browse by date.
...
- Removing unnecesary double quotes (not all of them yet)
2003-10-22 04:15:08 +00:00
willcast
841d317f4a
- Sorting entries by the length of the concept so large concepts could be linked first if they exist in the text to parse (avoiding that smaller concepts "gain control" over the larges one).
...
- Setting hard=coded default settings to glossary (will be replaced soon by global default settings)
2003-10-21 20:45:53 +00:00
willcast
290891415d
- Preventing guest for posting comments on entries
2003-10-21 18:32:36 +00:00
willcast
20853eabc7
- Fixed bug the dealing with concepts that contains slashes
2003-10-21 16:30:12 +00:00
willcast
4d4c38f3fe
- Fixed some bugs detected with Jeff's glossary (mostly with dynalink link feature)
2003-10-21 13:27:48 +00:00
stronk7
e0234384f4
Small typo :-)
2003-10-21 09:49:55 +00:00
willcast
7b892c8787
- Backup/Restore of the new field
2003-10-21 05:19:43 +00:00
willcast
c76e673ab5
- Cleaning a lot of code in edit.php and view.php
...
- Removing more notices when debug is ON
- Added a new feature: Now the entries have a default approval status... Not approved entries are shown on a teachers-only frame from which they can be approved or not prior to be visible by everyone.
2003-10-21 04:55:22 +00:00
rkingdon
af58d5f7b5
New function dialogue_count_all_needing_replies_self($user) added to lib.php.
2003-10-20 19:09:31 +00:00
willcast
677038ee7d
- Removing notices when debug is on
...
- Deleting entries with attachments now delete the attachments properly
2003-10-20 16:42:49 +00:00
stronk7
d1014ff79f
Now, glossary_comments are in restore too !! :-)
2003-10-19 22:24:25 +00:00
stronk7
e425fb1621
Splited one function into two :-)
2003-10-19 22:00:41 +00:00
stronk7
710c3be112
Now glossary_comments are in backup.
...
Solved one issue when exporting categories.
2003-10-19 21:38:47 +00:00
willcast
48972ecf12
- Backing up new fields...
...
- No restoring yet... :(
2003-10-19 18:04:34 +00:00
rkingdon
f257277e11
Fixed bug in exercise_grades function. Fixed bug in viewing of students assessments by teachers.
2003-10-19 16:40:07 +00:00
willcast
2a0a6f17fb
- Fixed bug related to comments when doing a backup...
2003-10-19 15:49:48 +00:00
moodler
199d242993
I finally added a proper course files browser to replace the menu.
2003-10-19 15:02:41 +00:00
moodler
0abc815473
Allow uploaded files to be declared in popup windows too.
2003-10-19 14:21:54 +00:00
moodler
ab16b4ffd5
Some small style changes for tabs
2003-10-19 05:24:33 +00:00