]>
git.mjollnir.org Git - moodle.git/log
paca70 [Fri, 11 Apr 2003 12:05:21 +0000 (12:05 +0000)]
To check string sizes
moodler [Thu, 10 Apr 2003 17:55:57 +0000 (17:55 +0000)]
New "create multiple questions" wizard.
Improvements to the importing routine for AON
moodler [Thu, 10 Apr 2003 14:17:01 +0000 (14:17 +0000)]
Added Danish
moodler [Thu, 10 Apr 2003 14:04:30 +0000 (14:04 +0000)]
Danish! From Søren Vinther Hansen <info@thenavigator.dk>
moodler [Thu, 10 Apr 2003 13:57:21 +0000 (13:57 +0000)]
More info about admin location and a fix
moodler [Thu, 10 Apr 2003 13:46:52 +0000 (13:46 +0000)]
New $CFG->admin directory can override the location of the admin
directory.
Useful because some web hosts use /admin for other things.
moodler [Thu, 10 Apr 2003 13:45:07 +0000 (13:45 +0000)]
New function swapshuffle_assoc
moodler [Thu, 10 Apr 2003 13:12:40 +0000 (13:12 +0000)]
Importing improved to include pre and post-processing.
Removal of Random Matching code from the generic case.
Implementing a particular custom import style aon.php
moodler [Thu, 10 Apr 2003 13:11:34 +0000 (13:11 +0000)]
Minor robustness fix
moodler [Thu, 10 Apr 2003 13:04:20 +0000 (13:04 +0000)]
New icons
moodler [Thu, 10 Apr 2003 06:24:57 +0000 (06:24 +0000)]
Updated number of languages
moodler [Thu, 10 Apr 2003 06:22:04 +0000 (06:22 +0000)]
Updated with current thoughts about general path this year
moodler [Wed, 9 Apr 2003 14:30:04 +0000 (14:30 +0000)]
Correct a typo
moodler [Wed, 9 Apr 2003 14:27:58 +0000 (14:27 +0000)]
More logical position for shuffle options
moodler [Wed, 9 Apr 2003 13:57:08 +0000 (13:57 +0000)]
New quiz switches to
- shuffle questions order
- shuffle answers order
moodler [Wed, 9 Apr 2003 13:41:11 +0000 (13:41 +0000)]
empty() --> !isset()
moodler [Wed, 9 Apr 2003 08:11:20 +0000 (08:11 +0000)]
More fixes resulting from random question feature
moodler [Wed, 9 Apr 2003 07:23:42 +0000 (07:23 +0000)]
Slightly more efficient database access.
moodler [Wed, 9 Apr 2003 06:32:51 +0000 (06:32 +0000)]
First implementation of completely random questions.
When you add a random question to a quiz, then a question
is chosen randomly from the same category.
Questions are not repeated in a particular quiz attempt.
This still needs more testing, but it's looking OK so far.
moodler [Tue, 8 Apr 2003 14:09:24 +0000 (14:09 +0000)]
Use "modified" date of posts when displaying them, not the "created" date.
moodler [Tue, 8 Apr 2003 03:51:38 +0000 (03:51 +0000)]
Don't use session.path check when the server is in safe mode
moodler [Mon, 7 Apr 2003 16:08:52 +0000 (16:08 +0000)]
Just much simpler way of doing the last patch.
moodler [Mon, 7 Apr 2003 15:30:34 +0000 (15:30 +0000)]
Use the cached admin bit if it's there!
(saves one database access per editable activity on the course page!) :-/
moodler [Mon, 7 Apr 2003 15:20:08 +0000 (15:20 +0000)]
Added code to catch runaway case when there is more than one news forum.
It shouldn't happen, but I think it can when the database is having
problems.
moodler [Mon, 7 Apr 2003 03:30:50 +0000 (03:30 +0000)]
New file
mits [Sun, 6 Apr 2003 06:15:00 +0000 (06:15 +0000)]
New translation add and modify $string['configunzip'] , $string['configzip'] :)
moodler [Sun, 6 Apr 2003 05:53:47 +0000 (05:53 +0000)]
Modifications to allow Moodle files management page to use PclZip
instead of external zip programs.
To use the internal PclZip, the config variables "zip" and "unzip"
must be left blank.
Code for PclZip integration originally from Robert Hetzel, though
I've expanded it and modified it a lot.
The zip files seem compatible with itself and Windows XP, but I had a
compatibility problem trying to unzip a PclZip file using Zip 2.3 on Linux
(directories are unpacked as empty files)
moodler [Sun, 6 Apr 2003 05:48:56 +0000 (05:48 +0000)]
Added Version 1.3 of PclZip to the distribution
mits [Sun, 6 Apr 2003 03:29:28 +0000 (03:29 +0000)]
no message
mits [Sun, 6 Apr 2003 03:24:49 +0000 (03:24 +0000)]
Polished
moodler [Sat, 5 Apr 2003 14:29:26 +0000 (14:29 +0000)]
Partial translation, by Ilia Chipitsine <ilia@chel.skbkontur.ru>
moodler [Sat, 5 Apr 2003 14:21:10 +0000 (14:21 +0000)]
Latest improvements from Paula
moodler [Fri, 4 Apr 2003 10:47:37 +0000 (10:47 +0000)]
Fixes for main SQL defintions - from Juro Chlebec
moodler [Wed, 2 Apr 2003 07:24:42 +0000 (07:24 +0000)]
addslashes to string used for javascript link
moodler [Tue, 1 Apr 2003 02:38:31 +0000 (02:38 +0000)]
Added a robustness check for USER->id
moodler [Tue, 1 Apr 2003 02:24:58 +0000 (02:24 +0000)]
Undoing recent changes
moodler [Tue, 1 Apr 2003 02:14:16 +0000 (02:14 +0000)]
Sorry, Petri, but we need to undo these changes, because:
- they could break accounts in existing installations
- strtolower can corrupt strings in multibyte languages
Is it really a problem that usernames are case sensitive on PostgreSQL?
paca70 [Mon, 31 Mar 2003 17:05:52 +0000 (17:05 +0000)]
Use always only lowercase version of username.
When using authentication module (ldap, smb, pop etc...) and postgres-database multiple moodle
users were created for usernames like 'Username' 'username' 'userName'
mits [Mon, 31 Mar 2003 03:03:20 +0000 (03:03 +0000)]
New translation added and polished some.
moodler [Sun, 30 Mar 2003 16:51:24 +0000 (16:51 +0000)]
Renamed randommatch.html -> randomsamatch.html
moodler [Sun, 30 Mar 2003 16:48:34 +0000 (16:48 +0000)]
New template for Match questions
moodler [Sun, 30 Mar 2003 16:46:50 +0000 (16:46 +0000)]
First cut at adding new "fixed" Match question type, which is manually
created. Works OK after limited testing.
I've also renamed some strings to do with "Random Match", so that this
question type is now called "Random Short-Answer Match".
Later there will be a new 'Random Match' which randomly selects one of the
existing "Match" questions.
moodler [Sun, 30 Mar 2003 13:54:28 +0000 (13:54 +0000)]
Fixed a slight typo
moodler [Sun, 30 Mar 2003 13:25:49 +0000 (13:25 +0000)]
Fixed a missing global $CFG declaration.
moodler [Sat, 29 Mar 2003 04:08:51 +0000 (04:08 +0000)]
What was I thinking? This is much cleaner (and no duplicates).
moodler [Sat, 29 Mar 2003 03:39:56 +0000 (03:39 +0000)]
Changes to activate the "force subscribe" option on the Site News forum.
By default it is OFF, but if it is turned on, then site news is emailed
to ALL enrolled students and ALL current teachers.
paca70 [Fri, 28 Mar 2003 08:58:47 +0000 (08:58 +0000)]
Updates
paca70 [Thu, 27 Mar 2003 20:04:24 +0000 (20:04 +0000)]
updates from Jaana
moodler [Thu, 27 Mar 2003 03:28:25 +0000 (03:28 +0000)]
Added Romanian author, plus some fixes
moodler [Thu, 27 Mar 2003 03:14:44 +0000 (03:14 +0000)]
Eugen Tanul <roinstitute@fx.ro>
moodler [Thu, 27 Mar 2003 03:13:36 +0000 (03:13 +0000)]
New language: Romanian by Eugen Tanul <roinstitute@fx.ro>
moodler [Wed, 26 Mar 2003 15:14:52 +0000 (15:14 +0000)]
Restoring Paula de Waal's versions for the time being
moodler [Wed, 26 Mar 2003 15:08:46 +0000 (15:08 +0000)]
New translations of the help files, from Adriana Beal
moodler [Wed, 26 Mar 2003 14:14:16 +0000 (14:14 +0000)]
Added Bobo
moodler [Wed, 26 Mar 2003 14:13:42 +0000 (14:13 +0000)]
Fixes related to AcceptPathInfo - removed need for ifDefine lines.
moodler [Wed, 26 Mar 2003 07:33:26 +0000 (07:33 +0000)]
Better regular expresssion for detecting URLs at the very start of a text.
I don't know what the old one thought it was doing! :-)
moodler [Wed, 26 Mar 2003 06:03:34 +0000 (06:03 +0000)]
Added tags file for codewalkers who can't generate one.
This file will not be included in distributions.
moodler [Wed, 26 Mar 2003 05:48:21 +0000 (05:48 +0000)]
Typo!
moodler [Wed, 26 Mar 2003 05:46:09 +0000 (05:46 +0000)]
Added some new indexes on quiz tables in MySQL
moodler [Wed, 26 Mar 2003 02:17:46 +0000 (02:17 +0000)]
Added two new indexes on log table to help speed it up.
See Greg's note in bug 113
mits [Mon, 24 Mar 2003 16:34:21 +0000 (16:34 +0000)]
pgassignment.php done.
needs enough polish :)
mits [Mon, 24 Mar 2003 15:33:37 +0000 (15:33 +0000)]
New translation added.
paca70 [Mon, 24 Mar 2003 13:15:48 +0000 (13:15 +0000)]
Corrected typo
moodler [Fri, 21 Mar 2003 14:09:51 +0000 (14:09 +0000)]
Removed some tabs :-)
moodler [Fri, 21 Mar 2003 14:07:25 +0000 (14:07 +0000)]
Hack from Roberto Pinna (Bobo) to add sorting when viewing submissions
Might need some tidying up still but it's functional ..
moodler [Fri, 21 Mar 2003 10:10:21 +0000 (10:10 +0000)]
Can now count a search of users
moodler [Fri, 21 Mar 2003 10:08:23 +0000 (10:08 +0000)]
Improvements to display of users
moodler [Fri, 21 Mar 2003 09:42:42 +0000 (09:42 +0000)]
Added a search form to the "edit users" admin page yay!
moodler [Fri, 21 Mar 2003 04:56:05 +0000 (04:56 +0000)]
Links to admin page in header are now relative
moodler [Fri, 21 Mar 2003 04:53:08 +0000 (04:53 +0000)]
More robustness on checking sequence variables
moodler [Fri, 21 Mar 2003 04:49:29 +0000 (04:49 +0000)]
Small fix to avoid PHP warnings
moodler [Thu, 20 Mar 2003 07:28:53 +0000 (07:28 +0000)]
Changes to make regrading work properly if the quiz has changed
and also an exptended timelimit for when regrading is REALLLLY slow
fue to some other unknown reason (as yet)
mits [Thu, 20 Mar 2003 06:10:00 +0000 (06:10 +0000)]
New translation added.
moodler [Tue, 18 Mar 2003 12:57:01 +0000 (12:57 +0000)]
Updated credit for Slovak
moodler [Sun, 16 Mar 2003 15:02:38 +0000 (15:02 +0000)]
Improved Portuguese (Brazil) version by Paula de Waal
moodler [Sun, 16 Mar 2003 02:35:03 +0000 (02:35 +0000)]
Added some more options for longtimenosee
paca70 [Sat, 15 Mar 2003 18:26:46 +0000 (18:26 +0000)]
Fixed incorrect comparison. Peter Paluch pointed this out.
moodler [Sat, 15 Mar 2003 09:15:44 +0000 (09:15 +0000)]
Didn't quite finish the last patch of user -> usernew
moodler [Sat, 15 Mar 2003 08:26:00 +0000 (08:26 +0000)]
Bug fix from Ray Le Couteur ... alphanumeric check was checking old
username but not the new username
paca70 [Fri, 14 Mar 2003 21:34:39 +0000 (21:34 +0000)]
Fixed logic error.
Now also first time users can be course creators.
gregb_cc [Fri, 14 Mar 2003 19:58:53 +0000 (19:58 +0000)]
This closes bug http://moodle.org/bugs/bug.php?op=show&bugid=310
assignment_get_unmailed_submissions now ensures that a student is still enrolled
moodler [Fri, 14 Mar 2003 12:45:05 +0000 (12:45 +0000)]
Added some people
moodler [Fri, 14 Mar 2003 08:22:37 +0000 (08:22 +0000)]
Initial version from Les Kopari - les_kopari@yahoo.com
moodler [Fri, 14 Mar 2003 07:55:22 +0000 (07:55 +0000)]
Added vim commands at the bottom of the file to try it out
gregb_cc [Thu, 13 Mar 2003 20:59:31 +0000 (20:59 +0000)]
Added a useful message, to make the cron output more helpful in diagnosing
"stuck" assignments.
mits [Thu, 13 Mar 2003 15:22:43 +0000 (15:22 +0000)]
New translation added.
mits [Thu, 13 Mar 2003 14:17:21 +0000 (14:17 +0000)]
New translation added.
gregb_cc [Wed, 12 Mar 2003 21:40:47 +0000 (21:40 +0000)]
code formatting change: switched from alternative syntax to using {}
gregb_cc [Wed, 12 Mar 2003 21:37:05 +0000 (21:37 +0000)]
speed improvement in smilie_replace. It is now almost as fast (within 5-10%) of
the version that used global smilie definitions.
gregb_cc [Wed, 12 Mar 2003 20:36:55 +0000 (20:36 +0000)]
Added benchmark and test for replace_smilies
moodler [Wed, 12 Mar 2003 08:37:42 +0000 (08:37 +0000)]
Removed main_frame
moodler [Wed, 12 Mar 2003 08:02:05 +0000 (08:02 +0000)]
Making a consistent download link for uploaded resources (same as web page)
moodler [Wed, 12 Mar 2003 07:49:54 +0000 (07:49 +0000)]
Whoops! Accidentally checked in a quick hack I did for someone.
moodler [Wed, 12 Mar 2003 07:44:29 +0000 (07:44 +0000)]
Integrated the default redirect message delay from Greg B
moodler [Wed, 12 Mar 2003 07:36:22 +0000 (07:36 +0000)]
Modified Greg's work to:
- rename the main_frame variable to framename, because it
- might have caused some confusion
- none of the global variables have underscores
- put the config in the config table, with a default of _top
gregb_cc [Wed, 12 Mar 2003 03:42:44 +0000 (03:42 +0000)]
Small cleanup of smilie replacement.
This change removes the smilie variable assignment from the global namespace.
This change retains the original user input as the alt text.
The main reason for this change is to make it possible for me to use my
make_class function on weblib.php (still need to do something about the defines
though).
gregb_cc [Tue, 11 Mar 2003 21:35:12 +0000 (21:35 +0000)]
This is a first attempt to make moodle frame safe.
I've added the variable CFG->main_frame to config-dist.php, and replaced _top
targets with the variable in all the php files. HTML files, like those in the
documentation, have not been modified, as they are not (yet) parsed.
The variable should probably get moved into the config table, and get some
documentation.
I've also included, but commented out, a slight change in weblib.php, which
would guarantee that messages would be seen before redirecting the user (unless
delay intentionally set to 0 when redirect is used).
moodler [Tue, 11 Mar 2003 06:04:28 +0000 (06:04 +0000)]
Whoops, paca70! You accidentally jumped a month forward in the date. :-)
We need to increment the version.php file slowly now until time catches up.
moodler [Tue, 11 Mar 2003 05:57:00 +0000 (05:57 +0000)]
Added some popup help for topic/week summaries
moodler [Tue, 11 Mar 2003 05:43:39 +0000 (05:43 +0000)]
You can now use Richtext editor to edit section texts, plus the page is a
bit more consistent now