]> git.mjollnir.org Git - moodle.git/log
moodle.git
21 years agoAdded a new column to user_students and user_teachers called "timeaccess"
moodler [Mon, 27 Oct 2003 12:38:00 +0000 (12:38 +0000)]
Added a new column to user_students and user_teachers called "timeaccess"
for recording the last access to the COURSE.

This is updated at the same time as add_to_log and is now used instead
of user->lastaccess when course user listings are required.

This means course listings now show what you expect and open up the way
for a "current users" listing and instant messaging etc ...

21 years agoTranslated by Koen Roggemans
koenr [Mon, 27 Oct 2003 09:41:31 +0000 (09:41 +0000)]
Translated by Koen Roggemans

21 years agoThomas Robb suggested a movehere image instead of the string. I made an image
moodler [Mon, 27 Oct 2003 08:31:28 +0000 (08:31 +0000)]
Thomas Robb suggested a movehere image instead of the string.  I made an image
and I agree it looks/works a lot better.

21 years agoTranslated few.
mits [Mon, 27 Oct 2003 08:23:09 +0000 (08:23 +0000)]
Translated few.

21 years agoSlight alteration to search option, since not all glossary types
moodler [Mon, 27 Oct 2003 06:25:56 +0000 (06:25 +0000)]
Slight alteration to search option, since not all glossary types
are "definitions" ... using "full text" is more generic

21 years agofilling in missing strings
koenr [Sun, 26 Oct 2003 23:43:26 +0000 (23:43 +0000)]
filling in missing strings

21 years agotranslated by Koen Roggemans
koenr [Sun, 26 Oct 2003 23:21:37 +0000 (23:21 +0000)]
translated by Koen Roggemans

21 years agoTrivial changes that were hanging around
moodler [Sun, 26 Oct 2003 16:12:03 +0000 (16:12 +0000)]
Trivial changes that were hanging around

21 years agoNo due date string
moodler [Sun, 26 Oct 2003 16:10:27 +0000 (16:10 +0000)]
No due date string

21 years agoTrying to avoid database clashes
moodler [Sun, 26 Oct 2003 16:08:31 +0000 (16:08 +0000)]
Trying to avoid database clashes

21 years agoFixed colours again
moodler [Sun, 26 Oct 2003 16:07:02 +0000 (16:07 +0000)]
Fixed colours again

21 years agoIn the index, show how many entries there are in each glossary
moodler [Sun, 26 Oct 2003 08:14:54 +0000 (08:14 +0000)]
In the index, show how many entries there are in each glossary

21 years agoUse format_text for consistency
moodler [Sun, 26 Oct 2003 08:06:16 +0000 (08:06 +0000)]
Use format_text for consistency

21 years agoUpdates to ADOdb 4.0.1 - some bug fixes
moodler [Sat, 25 Oct 2003 05:59:58 +0000 (05:59 +0000)]
Updates to ADOdb 4.0.1  - some bug fixes

21 years agoNow uses choose_from_menu() for the format display, and the items
moodler [Sat, 25 Oct 2003 02:53:02 +0000 (02:53 +0000)]
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  ;-)

21 years agoFixed background colours in quix editing page body-> cellcontent2
moodler [Sat, 25 Oct 2003 02:38:47 +0000 (02:38 +0000)]
Fixed background colours in quix editing page body-> cellcontent2

21 years ago*** empty log message ***
giro123 [Sat, 25 Oct 2003 01:38:59 +0000 (01:38 +0000)]
*** empty log message ***

21 years agoRemove quotes from title - these can cause the stylesheet to not load
moodler [Fri, 24 Oct 2003 06:27:15 +0000 (06:27 +0000)]
Remove quotes from title - these can cause the stylesheet to not load
properly on Internet Explorer.

21 years agoUpdates from Kristian Nielsen
moodler [Fri, 24 Oct 2003 03:12:02 +0000 (03:12 +0000)]
Updates from Kristian Nielsen

21 years agoadding link
koenr [Thu, 23 Oct 2003 21:49:00 +0000 (21:49 +0000)]
adding link

21 years agotranslated by Koen Roggemans
koenr [Thu, 23 Oct 2003 21:37:41 +0000 (21:37 +0000)]
translated by Koen Roggemans

21 years agotranslated by Koen Roggemans
koenr [Thu, 23 Oct 2003 20:20:57 +0000 (20:20 +0000)]
translated by Koen Roggemans

21 years agoNew icon from Eloy Lafuente.
rkingdon [Thu, 23 Oct 2003 17:39:49 +0000 (17:39 +0000)]
New icon from Eloy Lafuente.

21 years agoExtra sting for Administration page.
rkingdon [Thu, 23 Oct 2003 17:31:39 +0000 (17:31 +0000)]
Extra sting for Administration page.

21 years agoFix bug in NUMERICAL questions where feedback was only shown if the
moodler [Thu, 23 Oct 2003 15:40:17 +0000 (15:40 +0000)]
Fix bug in NUMERICAL questions where feedback was only shown if the
question was correct

21 years agoTranslation is now half-way!
martignoni [Thu, 23 Oct 2003 14:54:46 +0000 (14:54 +0000)]
Translation is now half-way!

21 years agoUpdates for EasyPHP 1.7
moodler [Thu, 23 Oct 2003 03:49:11 +0000 (03:49 +0000)]
Updates for EasyPHP 1.7

21 years agoThis is a massive speed increase in journal_get_users_done.
gregb_cc [Wed, 22 Oct 2003 20:06:44 +0000 (20:06 +0000)]
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.

21 years agoAdded glossary icon to cordoroyblue theme
stronk7 [Wed, 22 Oct 2003 16:27:12 +0000 (16:27 +0000)]
Added glossary icon to cordoroyblue theme

21 years agoTake out one notice when the only activity was
stronk7 [Wed, 22 Oct 2003 16:19:21 +0000 (16:19 +0000)]
Take out one notice when the only activity was
create a module and delete it. Strange but possible. :-)

21 years agoBump
moodler [Wed, 22 Oct 2003 14:26:24 +0000 (14:26 +0000)]
Bump

21 years agoI revised some of the Glossary texts in English.
moodler [Wed, 22 Oct 2003 13:59:46 +0000 (13:59 +0000)]
I revised some of the Glossary texts in English.

21 years agoModularised some of the processing for "extra" information such as
moodler [Wed, 22 Oct 2003 13:14:56 +0000 (13:14 +0000)]
Modularised some of the processing for "extra" information such as
information for popup windows on resources and labels

21 years agoInitial bit of translation
martignoni [Wed, 22 Oct 2003 11:37:22 +0000 (11:37 +0000)]
Initial bit of translation

21 years agoUpgraded to AdoDB 4.00 ... starting to think seriously about the
moodler [Wed, 22 Oct 2003 08:52:42 +0000 (08:52 +0000)]
Upgraded to AdoDB 4.00 ... starting to think seriously about the
data dictionary conversion ...

21 years agoFixed some missing styles
moodler [Wed, 22 Oct 2003 07:54:37 +0000 (07:54 +0000)]
Fixed some missing styles

21 years agoSome missing styles
moodler [Wed, 22 Oct 2003 07:51:40 +0000 (07:51 +0000)]
Some missing styles

21 years agoFIxed some missing styles and colours
moodler [Wed, 22 Oct 2003 07:48:23 +0000 (07:48 +0000)]
FIxed some missing styles and colours

21 years agoSome missing colours
moodler [Wed, 22 Oct 2003 07:47:18 +0000 (07:47 +0000)]
Some missing colours

21 years agoNew styles
moodler [Wed, 22 Oct 2003 07:45:47 +0000 (07:45 +0000)]
New styles

21 years ago- Added a new frame: Browse by date.
willcast [Wed, 22 Oct 2003 04:15:08 +0000 (04:15 +0000)]
- Added a new frame: Browse by date.
- Removing unnecesary double quotes (not all of them yet)

21 years ago- Sorting entries by the length of the concept so large concepts could be linked...
willcast [Tue, 21 Oct 2003 20:45:53 +0000 (20:45 +0000)]
- 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)

21 years ago- Preventing guest for posting comments on entries
willcast [Tue, 21 Oct 2003 18:32:36 +0000 (18:32 +0000)]
- Preventing guest for posting comments on entries

21 years ago- Fixed bug the dealing with concepts that contains slashes
willcast [Tue, 21 Oct 2003 16:30:12 +0000 (16:30 +0000)]
- Fixed bug the dealing with concepts that contains slashes

21 years ago- Fixed some bugs detected with Jeff's glossary (mostly with dynalink link feature)
willcast [Tue, 21 Oct 2003 13:27:48 +0000 (13:27 +0000)]
- Fixed some bugs detected with Jeff's glossary (mostly with dynalink link feature)

21 years agoSmall typo :-)
stronk7 [Tue, 21 Oct 2003 09:49:55 +0000 (09:49 +0000)]
Small typo :-)

21 years agoPut rounded corners on category box too
moodler [Tue, 21 Oct 2003 06:55:02 +0000 (06:55 +0000)]
Put rounded corners on category box too

21 years agoSlightly nicer code when redirecting
moodler [Tue, 21 Oct 2003 06:42:10 +0000 (06:42 +0000)]
Slightly nicer code when redirecting

21 years agoSome cleanups for some of the HTML, including addition of new styles
moodler [Tue, 21 Oct 2003 06:40:39 +0000 (06:40 +0000)]
Some cleanups for some of the HTML, including addition of new styles

21 years agoSome additions to standard styles
moodler [Tue, 21 Oct 2003 06:39:05 +0000 (06:39 +0000)]
Some additions to standard styles

21 years ago- Backup/Restore of the new field
willcast [Tue, 21 Oct 2003 05:19:43 +0000 (05:19 +0000)]
- Backup/Restore of the new field

21 years ago- New entries for the new feature
willcast [Tue, 21 Oct 2003 04:56:05 +0000 (04:56 +0000)]
- New entries for the new feature

21 years ago- Cleaning a lot of code in edit.php and view.php
willcast [Tue, 21 Oct 2003 04:55:22 +0000 (04:55 +0000)]
- 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.

21 years agoRemoved unnecessary code (maxlogs)
moodler [Tue, 21 Oct 2003 03:58:08 +0000 (03:58 +0000)]
Removed unnecessary code  (maxlogs)

21 years agoPut the help inside a box, in case the background is dark
moodler [Tue, 21 Oct 2003 02:30:42 +0000 (02:30 +0000)]
Put the help inside a box, in case the background is dark

21 years agoDon't display search buttons if all the courses are being displayed anyway
moodler [Tue, 21 Oct 2003 02:25:22 +0000 (02:25 +0000)]
Don't display search buttons if all the courses are being displayed anyway

21 years agoNew function dialogue_count_all_needing_replies_self($user) added to lib.php.
rkingdon [Mon, 20 Oct 2003 19:09:31 +0000 (19:09 +0000)]
New function dialogue_count_all_needing_replies_self($user) added to lib.php.

21 years ago- Removing notices when debug is on
willcast [Mon, 20 Oct 2003 16:42:49 +0000 (16:42 +0000)]
- Removing notices when debug is on
- Deleting entries with attachments now delete the attachments properly

21 years agoBump :-)
stronk7 [Sun, 19 Oct 2003 23:04:19 +0000 (23:04 +0000)]
Bump :-)

21 years agoNow, glossary_comments are in restore too !! :-)
stronk7 [Sun, 19 Oct 2003 22:24:25 +0000 (22:24 +0000)]
Now, glossary_comments are in restore too !! :-)

21 years agoSplited one function into two :-)
stronk7 [Sun, 19 Oct 2003 22:00:41 +0000 (22:00 +0000)]
Splited one function into two :-)

21 years agoNow glossary_comments are in backup.
stronk7 [Sun, 19 Oct 2003 21:38:47 +0000 (21:38 +0000)]
Now glossary_comments are in backup.
Solved one issue when exporting categories.

21 years ago- Backing up new fields...
willcast [Sun, 19 Oct 2003 18:04:34 +0000 (18:04 +0000)]
- Backing up new fields...
- No restoring yet... :(

21 years agoFixed bug in exercise_grades function. Fixed bug in viewing of students assessments...
rkingdon [Sun, 19 Oct 2003 16:40:07 +0000 (16:40 +0000)]
Fixed bug in exercise_grades function. Fixed bug in viewing of students assessments by teachers.

21 years ago- Adding webquest.php to the lang directory.. It's annoying that the system can't...
willcast [Sun, 19 Oct 2003 16:03:24 +0000 (16:03 +0000)]
- Adding webquest.php to the lang directory.. It's annoying that the system can't find the file and mess all the screen when editing is on.

Just have the name of the module anyway.

21 years ago- Fixed bug related to comments when doing a backup...
willcast [Sun, 19 Oct 2003 15:49:48 +0000 (15:49 +0000)]
- Fixed bug related to comments when doing a backup...

21 years agonew string for choosing a file
moodler [Sun, 19 Oct 2003 15:18:19 +0000 (15:18 +0000)]
new string for choosing a file

21 years agoI finally added a proper course files browser to replace the menu.
moodler [Sun, 19 Oct 2003 15:02:41 +0000 (15:02 +0000)]
I finally added a proper course files browser to replace the menu.

21 years agoAllow uploaded files to be declared in popup windows too.
moodler [Sun, 19 Oct 2003 14:21:54 +0000 (14:21 +0000)]
Allow uploaded files to be declared in popup windows too.

21 years agofilling in missing strings...
koenr [Sun, 19 Oct 2003 09:17:47 +0000 (09:17 +0000)]
filling in missing strings...

21 years agotranslated by Koen Roggemans
koenr [Sun, 19 Oct 2003 09:17:02 +0000 (09:17 +0000)]
translated by Koen Roggemans

21 years agoSome small style changes for tabs
moodler [Sun, 19 Oct 2003 05:24:33 +0000 (05:24 +0000)]
Some small style changes for tabs

21 years agoRemoved one hard-coded "admin"
moodler [Sun, 19 Oct 2003 05:19:14 +0000 (05:19 +0000)]
Removed one hard-coded "admin"

21 years agoMore styles -- missed the target last time!
moodler [Sun, 19 Oct 2003 05:07:29 +0000 (05:07 +0000)]
More styles -- missed the target last time!

21 years agoAdded styles to tabs
moodler [Sun, 19 Oct 2003 05:02:45 +0000 (05:02 +0000)]
Added styles to tabs

21 years ago- A couple of icons that I forgot to include
willcast [Sun, 19 Oct 2003 03:48:21 +0000 (03:48 +0000)]
- A couple of icons that I forgot to include

21 years ago*** empty log message ***
giro123 [Sun, 19 Oct 2003 03:41:26 +0000 (03:41 +0000)]
*** empty log message ***

21 years ago- Adding two more display formats: Continuous and FAQ
willcast [Sun, 19 Oct 2003 03:40:36 +0000 (03:40 +0000)]
- Adding two more display formats: Continuous and FAQ
- Fixed bug 818: Adding a new view: Sorted (by creation date or by last modified.

21 years agoFIxed styles
moodler [Sun, 19 Oct 2003 03:28:53 +0000 (03:28 +0000)]
FIxed styles

21 years agoUse CFG->admin
moodler [Sun, 19 Oct 2003 02:40:03 +0000 (02:40 +0000)]
Use CFG->admin

21 years ago- Fixed another bug when showing "dynaentries" (it does not take in count the case...
willcast [Sat, 18 Oct 2003 20:37:40 +0000 (20:37 +0000)]
- Fixed another bug when showing "dynaentries" (it does not take in count the case sensitive setting)

21 years ago- Fixed bug when showing "dynaentries" (it showed all concepts no matter the course...
willcast [Sat, 18 Oct 2003 20:23:29 +0000 (20:23 +0000)]
- Fixed bug when showing "dynaentries" (it showed all concepts no matter the course nor its dynasetting)

21 years ago- Fixed bug when showing "dynaentries" (it showed all concepts no matter the course...
willcast [Sat, 18 Oct 2003 20:21:04 +0000 (20:21 +0000)]
- Fixed bug when showing "dynaentries" (it showed all concepts no matter the course nor its dynasetting)

21 years agoNew translated file
martignoni [Sat, 18 Oct 2003 19:22:49 +0000 (19:22 +0000)]
New translated file

21 years agoTranslation terminated!
martignoni [Sat, 18 Oct 2003 18:14:55 +0000 (18:14 +0000)]
Translation terminated!

21 years ago- Housekeeping... :(
willcast [Sat, 18 Oct 2003 13:48:24 +0000 (13:48 +0000)]
- Housekeeping... :(

21 years ago- Housekeeping... :)
willcast [Sat, 18 Oct 2003 13:43:36 +0000 (13:43 +0000)]
- Housekeeping... :)

21 years ago- Fixed a problem when showing the icons in entries with inline images.
willcast [Sat, 18 Oct 2003 13:33:46 +0000 (13:33 +0000)]
- Fixed a problem when showing the icons in entries with inline images.
- Fixed a bug when deleting entries without attachments.

21 years agoNew help translation.
mits [Sat, 18 Oct 2003 12:17:55 +0000 (12:17 +0000)]
New help translation.

21 years ago- "striping_tags" inthe title
willcast [Sat, 18 Oct 2003 12:14:46 +0000 (12:14 +0000)]
- "striping_tags" inthe title

21 years agoNicer styles in Mozilla
moodler [Sat, 18 Oct 2003 11:44:52 +0000 (11:44 +0000)]
Nicer styles in Mozilla

21 years agoNicer styles on Mozilla
moodler [Sat, 18 Oct 2003 11:44:22 +0000 (11:44 +0000)]
Nicer styles on Mozilla

21 years agoNew help translation.
mits [Sat, 18 Oct 2003 10:22:13 +0000 (10:22 +0000)]
New help translation.

21 years agoMore translation (almost finished)
martignoni [Sat, 18 Oct 2003 10:20:57 +0000 (10:20 +0000)]
More translation (almost finished)

21 years agoNew translation and polish some.
mits [Sat, 18 Oct 2003 09:52:25 +0000 (09:52 +0000)]
New translation and polish some.

21 years agoNew help translation
mits [Sat, 18 Oct 2003 08:48:53 +0000 (08:48 +0000)]
New help translation

21 years ago- Two little mods in the category linking issue:
willcast [Fri, 17 Oct 2003 15:35:18 +0000 (15:35 +0000)]
- Two little mods in the category linking issue:
    The concepts could be in more than one glossary so...
    I put it inside the "if concept is category" conditional... I little more efficient.

21 years agoFixed category linking. :-)
moodler [Fri, 17 Oct 2003 15:30:18 +0000 (15:30 +0000)]
Fixed category linking.  :-)

21 years agoInitial bit of translation
martignoni [Fri, 17 Oct 2003 15:08:31 +0000 (15:08 +0000)]
Initial bit of translation

21 years agoInitial bit of translation
martignoni [Fri, 17 Oct 2003 15:06:23 +0000 (15:06 +0000)]
Initial bit of translation