4391 Commits

Author SHA1 Message Date
moodler
93de2fbcb6 Updates to ADOdb 4.0.1 - some bug fixes 2003-10-25 05:59:58 +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
giro123
8cae411fa1 *** empty log message *** 2003-10-25 01:38:59 +00:00
moodler
2eea2ccedc Remove quotes from title - these can cause the stylesheet to not load
properly on Internet Explorer.
2003-10-24 06:27:15 +00:00
moodler
55dd77620e Updates from Kristian Nielsen 2003-10-24 03:12:02 +00:00
koenr
a92e598d2f adding link 2003-10-23 21:49:00 +00:00
koenr
60150ae1be translated by Koen Roggemans 2003-10-23 21:37:41 +00:00
koenr
ffac5de76e translated by Koen Roggemans 2003-10-23 20:20:57 +00:00
rkingdon
ce7c86e689 New icon from Eloy Lafuente. 2003-10-23 17:39:49 +00:00
rkingdon
523f5da5ed Extra sting for Administration page. 2003-10-23 17:31:39 +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
martignoni
a3498659ed Translation is now half-way! 2003-10-23 14:54:46 +00:00
moodler
a8edccefc9 Updates for EasyPHP 1.7 2003-10-23 03:49:11 +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
stronk7
665ec9436d Added glossary icon to cordoroyblue theme 2003-10-22 16:27:12 +00:00
stronk7
8a59942e4c Take out one notice when the only activity was
create a module and delete it. Strange but possible. :-)
2003-10-22 16:19:21 +00:00
moodler
d89a514226 Bump 2003-10-22 14:26:24 +00:00
moodler
e2d94a5f26 I revised some of the Glossary texts in English. 2003-10-22 13:59:46 +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
martignoni
62e0fb7989 Initial bit of translation 2003-10-22 11:37:22 +00:00
moodler
06e3c5c030 Upgraded to AdoDB 4.00 ... starting to think seriously about the
data dictionary conversion ...
2003-10-22 08:52:42 +00:00
moodler
1789e61668 Fixed some missing styles 2003-10-22 07:54:37 +00:00
moodler
978165545e Some missing styles 2003-10-22 07:51:40 +00:00
moodler
9d212d8602 FIxed some missing styles and colours 2003-10-22 07:48:23 +00:00
moodler
b67117d848 Some missing colours 2003-10-22 07:47:18 +00:00
moodler
f91847d0c3 New styles 2003-10-22 07:45:47 +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
moodler
5bc6e68fbe Put rounded corners on category box too 2003-10-21 06:55:02 +00:00
moodler
5f546a46f0 Slightly nicer code when redirecting 2003-10-21 06:42:10 +00:00
moodler
1b6a4b1db2 Some cleanups for some of the HTML, including addition of new styles 2003-10-21 06:40:39 +00:00
moodler
dfe052fcfd Some additions to standard styles 2003-10-21 06:39:05 +00:00
willcast
7b892c8787 - Backup/Restore of the new field 2003-10-21 05:19:43 +00:00
willcast
8f7bd776a9 - New entries for the new feature 2003-10-21 04:56:05 +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
moodler
016f1bebbf Removed unnecessary code (maxlogs) 2003-10-21 03:58:08 +00:00
moodler
d6f73f538f Put the help inside a box, in case the background is dark 2003-10-21 02:30:42 +00:00
moodler
7f98994816 Don't display search buttons if all the courses are being displayed anyway 2003-10-21 02:25: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
54849831c2 Bump :-) 2003-10-19 23:04:19 +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