]>
git.mjollnir.org Git - moodle.git/log
stronk7 [Fri, 16 May 2003 22:05:50 +0000 (22:05 +0000)]
Simple advance. None to do in DB.
stronk7 [Fri, 16 May 2003 22:04:06 +0000 (22:04 +0000)]
Updated. Some preliminary steps about restoring done.
stronk7 [Fri, 16 May 2003 21:52:49 +0000 (21:52 +0000)]
Copy, expand and do preliminary checks from backup file
stronk7 [Fri, 16 May 2003 21:51:07 +0000 (21:51 +0000)]
Moved the check_version code to lib.php
Formatted portions of code
stronk7 [Fri, 16 May 2003 17:36:47 +0000 (17:36 +0000)]
Interchange delete old data and create temp structures. The first time
an error ocurred, because we were trying to access an no-existent dir.
mits [Fri, 16 May 2003 12:01:41 +0000 (12:01 +0000)]
New translation added.
mits [Fri, 16 May 2003 11:19:26 +0000 (11:19 +0000)]
Polished and New translation added.
uermelin [Fri, 16 May 2003 11:07:58 +0000 (11:07 +0000)]
Licenz changed to Lizenz
uermelin [Fri, 16 May 2003 11:06:32 +0000 (11:06 +0000)]
changed filloutthreequestions, savemyAnswers, marks
uermelin [Fri, 16 May 2003 09:57:21 +0000 (09:57 +0000)]
bug in emailpasswordsent removed
moodler [Fri, 16 May 2003 08:53:22 +0000 (08:53 +0000)]
Some stuff about workshop
moodler [Fri, 16 May 2003 08:51:10 +0000 (08:51 +0000)]
Added registration info
moodler [Fri, 16 May 2003 07:04:09 +0000 (07:04 +0000)]
Latest tags for vi etc
moodler [Fri, 16 May 2003 06:40:46 +0000 (06:40 +0000)]
Added a missing string
moodler [Fri, 16 May 2003 06:27:23 +0000 (06:27 +0000)]
Moved info about automatic unenrolling to the top where it makes more sense
I think.
moodler [Fri, 16 May 2003 06:08:42 +0000 (06:08 +0000)]
Added hyphen (-) to the list of allowed characters in a filename
moodler [Fri, 16 May 2003 04:47:40 +0000 (04:47 +0000)]
Explicit casting to (bool) may help 4.2.3
moodler [Thu, 15 May 2003 18:03:22 +0000 (18:03 +0000)]
I knew there was something else I'd forgotten!
Added a check to all modules (well view.php anyway) to check whether a
module is hidden or not. If it is, then students get a message.
moodler [Thu, 15 May 2003 17:31:56 +0000 (17:31 +0000)]
More tweaks
moodler [Thu, 15 May 2003 17:26:59 +0000 (17:26 +0000)]
Some notices to remind people about things they need to do.
moodler [Thu, 15 May 2003 17:16:15 +0000 (17:16 +0000)]
OK, this is pretty much time to call it 1.0.9 Beta 1 ... I'm going to
do a few last checks then tag it as "Moodle_109_B1" and package it all up.
moodler [Thu, 15 May 2003 17:01:35 +0000 (17:01 +0000)]
FIxed bug where questions weren't being shown in reviews.
moodler [Thu, 15 May 2003 16:17:37 +0000 (16:17 +0000)]
Obsolete
moodler [Thu, 15 May 2003 16:16:53 +0000 (16:16 +0000)]
Some updates
moodler [Thu, 15 May 2003 15:59:52 +0000 (15:59 +0000)]
New configuration variable: secureforms (defaults to 'true')
Replaces the old $CFG->buggy_referer (reverses it, in fact) and can
now be set in the configuration page (no need for it in config.php).
moodler [Thu, 15 May 2003 14:34:48 +0000 (14:34 +0000)]
Some minor cleanups, nothing functional, just code-level niceness mostly.
- xhtml cleanups, mostly from Peter Bazira
- removed all short php tags
moodler [Thu, 15 May 2003 14:02:13 +0000 (14:02 +0000)]
Minor touch-ups to the front page HTML
moodler [Thu, 15 May 2003 13:55:22 +0000 (13:55 +0000)]
Many little clean-ups for themes.
- Got rid of obvious non-XHTML code in headers and footers.
- Got rid of all the PHP short tags
- Added new styles for the headers
mits [Thu, 15 May 2003 13:15:44 +0000 (13:15 +0000)]
Polished.
mits [Thu, 15 May 2003 13:14:40 +0000 (13:14 +0000)]
New translation.
moodler [Thu, 15 May 2003 11:15:55 +0000 (11:15 +0000)]
New override for Apache's LimitRequestBody parameter which may limit files.
stronk7 [Wed, 14 May 2003 23:25:00 +0000 (23:25 +0000)]
Initial version of restore. Simply, a copy from backup.php
stronk7 [Wed, 14 May 2003 23:24:00 +0000 (23:24 +0000)]
Lib to include all backup particulary functions (came from lib.php), but
desglosed now
stronk7 [Wed, 14 May 2003 23:22:50 +0000 (23:22 +0000)]
Reset to empty lib before start developing
stronk7 [Wed, 14 May 2003 23:09:34 +0000 (23:09 +0000)]
Minor changes to support the "restore" option with zip files. Only
showed if the backup utility is installed ($CFG->backup_version exists)
and the user is an admin. Sent email to Martin to say him this !!
stronk7 [Wed, 14 May 2003 22:09:30 +0000 (22:09 +0000)]
Now backuplib.php includes all the functions needed in backup, restorelib.php all
the functions needed in restore and lib.php the rest of common functions.
moodler [Wed, 14 May 2003 16:52:25 +0000 (16:52 +0000)]
Better code to deal with shuffleorder.
Now feedback is always in the same order as the quiz, and
reports are always in the natural order.
moodler [Wed, 14 May 2003 16:29:26 +0000 (16:29 +0000)]
Removed obsolete get_users_search function
moodler [Wed, 14 May 2003 16:27:27 +0000 (16:27 +0000)]
Revamped "Assign Creators" page with the same code as admins and teachers
moodler [Wed, 14 May 2003 16:05:21 +0000 (16:05 +0000)]
Some little fixes (can only see them on a server with lots of users!)
moodler [Wed, 14 May 2003 15:58:48 +0000 (15:58 +0000)]
Fixed up "Assign teacher" page, and moved it to admin directory.
moodler [Wed, 14 May 2003 15:23:54 +0000 (15:23 +0000)]
Fix the order of questions when shuffle is NOT being used.
See bug 423 for details: http://moodle.org/bugs/bug.php?op=show&bugid=423
moodler [Wed, 14 May 2003 15:19:04 +0000 (15:19 +0000)]
FIxed up function get_user() which now takes lots of parameters and
can be used all over the place.
Also, related fixes to "add admin" (MUCH better performance) and the user listings
More to come for "add teacher" and "add creator"
moodler [Wed, 14 May 2003 07:47:04 +0000 (07:47 +0000)]
Don't be so pushy about subscription
moodler [Wed, 14 May 2003 05:01:01 +0000 (05:01 +0000)]
Changed home page link to moodle.org (from moodle.com)
I did some heavy thinking about this, and I think this is
best for the community. I had wanted to drive some traffic
past moodle.com (the moodle.com will feature very prominent
links to moodle.org). What I'll do now, I think, is put a
advertisements on http://moodle.org pointing to moodle.com.
Also some lowercasing of HTML.
moodler [Wed, 14 May 2003 03:37:47 +0000 (03:37 +0000)]
Fixed variable name
moodler [Wed, 14 May 2003 03:23:01 +0000 (03:23 +0000)]
Fixed links in emails
moodler [Wed, 14 May 2003 02:43:27 +0000 (02:43 +0000)]
New Taiwanese (Traditional Chinese) version by Fu-Kwun Hwang (hwang@phy.ntnu.edu.tw)!
Strings mostly done, and about half the help files.
adamtpaw [Tue, 13 May 2003 21:14:28 +0000 (21:14 +0000)]
small corrections
stronk7 [Tue, 13 May 2003 19:53:17 +0000 (19:53 +0000)]
Minor changes in course_files_check_backup to avoid the backup
of files under get_string("backupdir")
mits [Tue, 13 May 2003 17:00:00 +0000 (17:00 +0000)]
New translation.
rkingdon [Tue, 13 May 2003 16:37:47 +0000 (16:37 +0000)]
Addition of teacher admin features
moodler [Tue, 13 May 2003 16:37:34 +0000 (16:37 +0000)]
Re-order list for consistency
rkingdon [Tue, 13 May 2003 16:33:34 +0000 (16:33 +0000)]
Some missing strings added; plus strings for admin
rkingdon [Tue, 13 May 2003 16:29:54 +0000 (16:29 +0000)]
Minor change to wording
moodler [Tue, 13 May 2003 16:02:08 +0000 (16:02 +0000)]
Mail-outs for assignment and journal module are now translatable.
moodler [Tue, 13 May 2003 13:53:36 +0000 (13:53 +0000)]
When posting a forum, users can unsubscribe/subscribe on the fly.
The flag has a memory, but it keeps pushing you to subscribe. :-)
(so that by default it behaves like it did before)
Hopefully now subscription is a bit easier to understand.
moodler [Tue, 13 May 2003 07:51:26 +0000 (07:51 +0000)]
Images are not put in a frame, but embedded in a normal page
moodler [Tue, 13 May 2003 07:35:18 +0000 (07:35 +0000)]
Added release and version information to registration
moodler [Tue, 13 May 2003 01:18:54 +0000 (01:18 +0000)]
Slight update to a string
rkingdon [Mon, 12 May 2003 21:18:21 +0000 (21:18 +0000)]
Correcting bugs in agreement of assessment and for self assessed
submissions
coolbit [Mon, 12 May 2003 15:53:08 +0000 (15:53 +0000)]
some modification
moodler [Mon, 12 May 2003 15:40:11 +0000 (15:40 +0000)]
If you can see this - please try the new admin registration interface!
moodler [Mon, 12 May 2003 11:30:19 +0000 (11:30 +0000)]
New feature - registration page. Registration should be working,
but I'm still working on the server-side stuff.
Look for the new button on the admin page.
moodler [Mon, 12 May 2003 09:22:00 +0000 (09:22 +0000)]
Add a backdoor for match_referer ... if the referer is "nomatch" then
it always returns true.
moodler [Mon, 12 May 2003 09:05:43 +0000 (09:05 +0000)]
Some new strings for the registration function
moodler [Mon, 12 May 2003 09:01:23 +0000 (09:01 +0000)]
Force subscription on a teacher's forum only includes teachers!
moodler [Mon, 12 May 2003 06:35:32 +0000 (06:35 +0000)]
Fixes for detect_munged_arguments() and default values for p() s() etc
moodler [Mon, 12 May 2003 05:49:06 +0000 (05:49 +0000)]
Added new FAQ and fixed the TOC a bit
stronk7 [Sun, 11 May 2003 22:44:40 +0000 (22:44 +0000)]
Survey backup included.
stronk7 [Sun, 11 May 2003 22:17:56 +0000 (22:17 +0000)]
Avoid counting files under get_string("backupdir") as course files
stronk7 [Sun, 11 May 2003 21:14:50 +0000 (21:14 +0000)]
Choices are now backupables
stronk7 [Sun, 11 May 2003 21:13:45 +0000 (21:13 +0000)]
Change in comment
stronk7 [Sun, 11 May 2003 21:12:28 +0000 (21:12 +0000)]
No it's backupable too
stronk7 [Sun, 11 May 2003 19:47:12 +0000 (19:47 +0000)]
Little bug ending submission tag
stronk7 [Sun, 11 May 2003 17:46:55 +0000 (17:46 +0000)]
Some backup words...
stronk7 [Sun, 11 May 2003 17:45:56 +0000 (17:45 +0000)]
Backup finished.
Limitations:
- Only assignment and resource mods are exported.
Little problems persit:
- PCLZIP/UNZIP incompatibility
- Do not count backup files in course_files_check_backup
stronk7 [Sun, 11 May 2003 11:06:23 +0000 (11:06 +0000)]
Zipping files.
Ok under command line. Bad under pcl lib
stronk7 [Sun, 11 May 2003 00:16:32 +0000 (00:16 +0000)]
Updated. User and course files copied to backup dir
stronk7 [Sun, 11 May 2003 00:14:11 +0000 (00:14 +0000)]
User files and course files are saved selectively to backup directory
stronk7 [Sat, 10 May 2003 17:49:56 +0000 (17:49 +0000)]
no comments
stronk7 [Sat, 10 May 2003 17:44:08 +0000 (17:44 +0000)]
Preparing the user_files and course_files copy
stronk7 [Sat, 10 May 2003 17:31:33 +0000 (17:31 +0000)]
Bug returning status
stronk7 [Sat, 10 May 2003 17:25:20 +0000 (17:25 +0000)]
Now generate mod info about assignments (with file copy to temp/backup)
and resources.
moodler [Sat, 10 May 2003 09:36:57 +0000 (09:36 +0000)]
Tidy up of a code - took out all the short PHP tags
moodler [Sat, 10 May 2003 09:29:53 +0000 (09:29 +0000)]
Tidy up of code, including removal of short php tags
moodler [Sat, 10 May 2003 09:21:02 +0000 (09:21 +0000)]
Some minor cleanups to this page, including removal of short php tags
moodler [Sat, 10 May 2003 03:02:19 +0000 (03:02 +0000)]
Removed some debug statements I'd left in by mistake
stronk7 [Fri, 9 May 2003 23:21:55 +0000 (23:21 +0000)]
Avoid undefined backupable mods to be exported
adamtpaw [Fri, 9 May 2003 22:37:08 +0000 (22:37 +0000)]
Few mistakes remóved.
rkingdon [Fri, 9 May 2003 22:13:03 +0000 (22:13 +0000)]
Corrected bug in SQL for workshop_comments table
stronk7 [Fri, 9 May 2003 20:05:15 +0000 (20:05 +0000)]
Included log generation to XML
moodler [Fri, 9 May 2003 17:48:31 +0000 (17:48 +0000)]
Some additions
moodler [Fri, 9 May 2003 17:43:46 +0000 (17:43 +0000)]
Black M
moodler [Fri, 9 May 2003 17:24:17 +0000 (17:24 +0000)]
New feature to manage installed code modules!
You can now hide/show individual activity modules and even delete them completely!
For example, if you hide the "choice" module, then all choice activities
will be hidden throughout the whole site, and "Choice" will not
appear on any "Add..." menu.
Deleting a module is a complete deletion of all data from the database.
If you want to try out the deletion on a real module, I suggest the
pgassignment module, since it will soon be deleted from CVS anyway
(because it's being replaced with workshop).
Look for "Manage modules" on the admin menu.
stronk7 [Fri, 9 May 2003 14:57:41 +0000 (14:57 +0000)]
User accounts are now included in XML generation
moodler [Fri, 9 May 2003 13:32:27 +0000 (13:32 +0000)]
Added new 'visible' field for module management.
moodler [Fri, 9 May 2003 12:47:56 +0000 (12:47 +0000)]
Latest updates from Hans De Zwart
moodler [Fri, 9 May 2003 12:41:20 +0000 (12:41 +0000)]
Please don't put English docs in non-English packs ... they are changing
rapidly so these just go out of date for no reason.
Cheers,
Martin
compuproggy [Fri, 9 May 2003 07:18:14 +0000 (07:18 +0000)]
Who is interested working in a free general open source translating network? Mails to
HS@interS4S,net