]>
git.mjollnir.org Git - moodle.git/log
moodler [Fri, 30 Jan 2004 16:53:01 +0000 (16:53 +0000)]
Fixed the counting of submissions for a new function assignment_count_real_submissions()
moodler [Fri, 30 Jan 2004 15:22:43 +0000 (15:22 +0000)]
OK, much better. What was I thinking. :-)
moodler [Fri, 30 Jan 2004 15:16:54 +0000 (15:16 +0000)]
On second thoughts, added hours
moodler [Fri, 30 Jan 2004 15:16:04 +0000 (15:16 +0000)]
Fixed date format
gustav_delius [Fri, 30 Jan 2004 14:50:03 +0000 (14:50 +0000)]
got rid of bad line endings
moodler [Fri, 30 Jan 2004 09:55:57 +0000 (09:55 +0000)]
Error message for restricted users
moodler [Fri, 30 Jan 2004 09:04:31 +0000 (09:04 +0000)]
New paratmeter to insert_record called primarykey (defaults to "id")
and removed insert_record_old
moodler [Fri, 30 Jan 2004 08:50:53 +0000 (08:50 +0000)]
Whoops ... forgot to check this in
moodler [Fri, 30 Jan 2004 08:45:11 +0000 (08:45 +0000)]
Fix the mode handling for "single" forums
moodler [Fri, 30 Jan 2004 08:31:50 +0000 (08:31 +0000)]
Check for restricted users and also removed some tabs
moodler [Fri, 30 Jan 2004 08:29:35 +0000 (08:29 +0000)]
Restrict certain users from changing profile
moodler [Fri, 30 Jan 2004 08:25:49 +0000 (08:25 +0000)]
New function to restrict defined users
paca70 [Fri, 30 Jan 2004 07:45:36 +0000 (07:45 +0000)]
My php 4.3.4/postgres7.4 combination was thinking
that returned id-column was string and some modules were thingking that theres
insert error if return value is string.
Right now all id-colums is always integer so
this should be ok.
bobopinna [Fri, 30 Jan 2004 07:43:54 +0000 (07:43 +0000)]
Updated by Roberto -Bobo- Pinna
bobopinna [Fri, 30 Jan 2004 07:36:08 +0000 (07:36 +0000)]
Updated by Roberto -Bobo- Pinna
moodler [Fri, 30 Jan 2004 07:29:08 +0000 (07:29 +0000)]
No functional change, just me moodling
moodler [Fri, 30 Jan 2004 07:26:52 +0000 (07:26 +0000)]
Use natural sorting on lists
moodler [Fri, 30 Jan 2004 06:44:02 +0000 (06:44 +0000)]
When unenrolling students, remove them from groups too
moodler [Fri, 30 Jan 2004 05:59:33 +0000 (05:59 +0000)]
When adding a teacher, remove them as a student.
moodler [Fri, 30 Jan 2004 04:02:17 +0000 (04:02 +0000)]
Simplified logic a bit
moodler [Fri, 30 Jan 2004 04:01:19 +0000 (04:01 +0000)]
Fixed typo bug when getting users
moodler [Fri, 30 Jan 2004 03:11:47 +0000 (03:11 +0000)]
Upgrading ADOdb to 4.11 ... there were lots of little bug fixes
moodler [Fri, 30 Jan 2004 02:25:02 +0000 (02:25 +0000)]
Fixed problem with magic quotes
moodler [Fri, 30 Jan 2004 01:57:00 +0000 (01:57 +0000)]
Don't always use arraymerge in journal_get_users_done() - was causing
bad data sometimes ...
moodler [Thu, 29 Jan 2004 15:27:21 +0000 (15:27 +0000)]
IMPORTANT! CRUCIAL CHANGE TO MAJOR FUNCTION!
Petri Asikainen rewrote insert_record to use ADOdb functions. It might
be very slightly slower but it gets rid of all the horrible not-quite-working
PostgreSQL workarounds the old one contained.
It worked for him on PostgreSQL 7.4 and for me on MySQL 3.23 and 4.0.15,
so I'm checking it in.
Please test it thoroughly on your test systems.
Since it writes data it has the potential to stuff things up, so be
careful on production systems for a few days.
bobopinna [Thu, 29 Jan 2004 15:13:09 +0000 (15:13 +0000)]
Updated by Roberto -Bobo- Pinna
bobopinna [Thu, 29 Jan 2004 14:27:32 +0000 (14:27 +0000)]
New version from Giorgio Borelli
moodler [Thu, 29 Jan 2004 05:59:26 +0000 (05:59 +0000)]
Dont print learning forums table if there aren't any
moodler [Thu, 29 Jan 2004 04:58:56 +0000 (04:58 +0000)]
Reduce intro text for general forums
moodler [Thu, 29 Jan 2004 04:13:55 +0000 (04:13 +0000)]
Change type of config->value to text (to allow longer info)
stronk7 [Thu, 29 Jan 2004 00:14:02 +0000 (00:14 +0000)]
- some debug info turned off.
- scheduled backups now supports groups info (need to centralize the code!!)
- solved an important issue when restoring users introduced in lib.php v1.44
Bump
stronk7 [Thu, 29 Jan 2004 00:12:17 +0000 (00:12 +0000)]
Solved one important issue when restoring users due to a bug in
revision 1.44, when solving bug 946. Tons of thanks to Jacob Romeyn
detecting it.
stronk7 [Thu, 29 Jan 2004 00:08:25 +0000 (00:08 +0000)]
Turn off some debug info.
stronk7 [Thu, 29 Jan 2004 00:07:25 +0000 (00:07 +0000)]
Now groups are included in scheduled backups.
I think that we should use the same exact code in backup_execute.php
and backup_scheduled.php to avoid duplicating it in two files !!
moodler [Wed, 28 Jan 2004 16:46:42 +0000 (16:46 +0000)]
Latest tags
moodler [Wed, 28 Jan 2004 14:49:56 +0000 (14:49 +0000)]
Removed function, and updated versions
moodler [Wed, 28 Jan 2004 14:48:49 +0000 (14:48 +0000)]
Yes, finally forum display preferences are preserved. :-)
moodler [Wed, 28 Jan 2004 14:47:39 +0000 (14:47 +0000)]
Bugfixes to set_user_preference
moodler [Wed, 28 Jan 2004 14:14:19 +0000 (14:14 +0000)]
Added new table called "user preferences" which can be used for
storing arbitrary preferences for each user.
Thanks to Jon Papaioannou for the first draft of this code
which I modified.
moodler [Wed, 28 Jan 2004 11:03:44 +0000 (11:03 +0000)]
FIxed counting of submissions
koenr [Wed, 28 Jan 2004 07:41:48 +0000 (07:41 +0000)]
missing strings
koenr [Wed, 28 Jan 2004 07:41:10 +0000 (07:41 +0000)]
found some typo's
moodler [Wed, 28 Jan 2004 04:42:30 +0000 (04:42 +0000)]
Added msup
moodler [Wed, 28 Jan 2004 04:27:57 +0000 (04:27 +0000)]
Define minimum required versions of Moodle
moodler [Wed, 28 Jan 2004 04:26:58 +0000 (04:26 +0000)]
Allow modules to define the version of Moodle they require, and
abort their installation if this requirement isn't met.
stronk7 [Tue, 27 Jan 2004 23:48:23 +0000 (23:48 +0000)]
Small typo preventing Excel Sheets to be named correctly.
moodler [Tue, 27 Jan 2004 11:57:10 +0000 (11:57 +0000)]
Fixed tiny bug for courses without groups
moodler [Tue, 27 Jan 2004 03:43:56 +0000 (03:43 +0000)]
Bumpy bump - time moving too fast
moodler [Tue, 27 Jan 2004 03:30:57 +0000 (03:30 +0000)]
Allowing <algebra> tag
stronk7 [Mon, 26 Jan 2004 23:24:12 +0000 (23:24 +0000)]
Now the destination directory in scheduled bakups have some checks:
- Trailing slashes.
- Trailing backslashes.
- Exists.
moodler [Mon, 26 Jan 2004 18:22:02 +0000 (18:22 +0000)]
Check $themename to prevent warnings at high levels of debugging ...
moodler [Mon, 26 Jan 2004 17:46:19 +0000 (17:46 +0000)]
FIxed tiniest bug when trying to backup groups in courses that have none
moodler [Mon, 26 Jan 2004 17:32:07 +0000 (17:32 +0000)]
Setting moodle.php back to default format (as created by admin/lang.php)
moodler [Mon, 26 Jan 2004 17:26:52 +0000 (17:26 +0000)]
Adding string for groups backup
moodler [Mon, 26 Jan 2004 16:55:37 +0000 (16:55 +0000)]
Undoing some wacko formatting ... What were you trying to do, Gustav?
bobopinna [Mon, 26 Jan 2004 13:56:46 +0000 (13:56 +0000)]
Updated by Roberto -Bobo- Pinna
moodler [Mon, 26 Jan 2004 12:29:02 +0000 (12:29 +0000)]
Added dividers
moodler [Mon, 26 Jan 2004 12:27:11 +0000 (12:27 +0000)]
Added dividers and improved display of section
moodler [Mon, 26 Jan 2004 12:21:44 +0000 (12:21 +0000)]
New dividers
moodler [Mon, 26 Jan 2004 12:07:34 +0000 (12:07 +0000)]
Better dividers in the table
moodler [Mon, 26 Jan 2004 11:51:41 +0000 (11:51 +0000)]
Use dividers on the resource page
moodler [Mon, 26 Jan 2004 11:47:20 +0000 (11:47 +0000)]
Better for CSS
bobopinna [Mon, 26 Jan 2004 11:26:29 +0000 (11:26 +0000)]
Updated by Roberto -Bobo- Pinna
moodler [Mon, 26 Jan 2004 10:14:22 +0000 (10:14 +0000)]
New style for tabledivider, and some fixups
moodler [Mon, 26 Jan 2004 09:54:40 +0000 (09:54 +0000)]
Er, much better wayto do dividiers
moodler [Mon, 26 Jan 2004 09:48:20 +0000 (09:48 +0000)]
MOds to use dividers between sections
moodler [Mon, 26 Jan 2004 09:48:00 +0000 (09:48 +0000)]
Mod to print_table to allow dividers between rows (used on forum listing)
moodler [Mon, 26 Jan 2004 09:15:12 +0000 (09:15 +0000)]
Adding more tags for matsh
moodler [Mon, 26 Jan 2004 09:13:47 +0000 (09:13 +0000)]
Get groupmode when returning a list of instances
moodler [Mon, 26 Jan 2004 09:12:52 +0000 (09:12 +0000)]
Clarification to some group logic
moodler [Mon, 26 Jan 2004 08:57:01 +0000 (08:57 +0000)]
Remove the forum links as well (for group forums when user not in group)
moodler [Mon, 26 Jan 2004 08:05:44 +0000 (08:05 +0000)]
Subscribe links accurately reflect what is possible according
to the user's group status.
Section numbers now printed once per section
moodler [Mon, 26 Jan 2004 04:34:44 +0000 (04:34 +0000)]
Put $themename back again
stronk7 [Sun, 25 Jan 2004 21:00:06 +0000 (21:00 +0000)]
Now userid and groupid fields are recoded correctly
in the restore process. This should make the backup utility
group-compliant !! (when talking about forums, of course) :-)
stronk7 [Sun, 25 Jan 2004 20:57:58 +0000 (20:57 +0000)]
Now groups and members are restored and recoded when restoring courses.
Existing courses are searched by name+description to add members to
existing groups (when restoring over another course).
gustav_delius [Sun, 25 Jan 2004 20:34:54 +0000 (20:34 +0000)]
replaced incorrectly closed html tags, see bug 365
gustav_delius [Sun, 25 Jan 2004 19:37:04 +0000 (19:37 +0000)]
minor fixes, including bugs 997, 998
stronk7 [Sun, 25 Jan 2004 19:26:24 +0000 (19:26 +0000)]
Groups are now included in backup too. I start working in restore now.
gustav_delius [Sun, 25 Jan 2004 19:05:09 +0000 (19:05 +0000)]
removed empty lines, which for example messed up the display of the license terms
gustav_delius [Sun, 25 Jan 2004 17:04:54 +0000 (17:04 +0000)]
reset timelimit so that script does not get timed out when posting to many users
gustav_delius [Sun, 25 Jan 2004 17:02:22 +0000 (17:02 +0000)]
added missing </center>
gustav_delius [Sun, 25 Jan 2004 17:00:12 +0000 (17:00 +0000)]
added alt text to some icons
gustav_delius [Sun, 25 Jan 2004 16:50:49 +0000 (16:50 +0000)]
apply filter_text to course summary
moodler [Sun, 25 Jan 2004 14:51:04 +0000 (14:51 +0000)]
Run cron.php as admin user so timezones etc work
moodler [Sun, 25 Jan 2004 13:50:09 +0000 (13:50 +0000)]
Shorter string to help editor display
http://moodle.org/mod/forum/discuss.php?d=4791
moodler [Sun, 25 Jan 2004 09:37:28 +0000 (09:37 +0000)]
If $CFG->opentogoogle is defined then
- google can get in as guest
- visitiors referred from google get in as guest
moodler [Sun, 25 Jan 2004 09:35:45 +0000 (09:35 +0000)]
New function guest_user to create a guest user record and return it
willcast [Sun, 25 Jan 2004 04:05:58 +0000 (04:05 +0000)]
- Solving bug 995:
Blank aliases caused the autolinking feature to mess the whole thing...
rkingdon [Fri, 23 Jan 2004 17:02:47 +0000 (17:02 +0000)]
Fixes to Backup and upload (now allows teachers multiple uploads in a
short period)
moodler [Fri, 23 Jan 2004 13:23:54 +0000 (13:23 +0000)]
New strings
moodler [Fri, 23 Jan 2004 13:21:25 +0000 (13:21 +0000)]
Prevent people from subscribing to group forums is they aren't in a group
moodler [Fri, 23 Jan 2004 13:01:05 +0000 (13:01 +0000)]
Always show correct current group in popup menu
moodler [Fri, 23 Jan 2004 12:48:37 +0000 (12:48 +0000)]
Fixes for recent_activity and cron to use the new groupid stuff
moodler [Fri, 23 Jan 2004 12:34:29 +0000 (12:34 +0000)]
Zipping now works in the filemanager popup from resources.
moodler [Fri, 23 Jan 2004 12:09:25 +0000 (12:09 +0000)]
Improvements to forum groups.
New forum_discussions->groupid now stores the group ID for the
discussion.
moodler [Fri, 23 Jan 2004 08:51:17 +0000 (08:51 +0000)]
Load overlib.js as an external Javascript file, on all pages
moodler [Fri, 23 Jan 2004 08:40:29 +0000 (08:40 +0000)]
MD5 library for home-made security
moodler [Fri, 23 Jan 2004 08:35:45 +0000 (08:35 +0000)]
Overlib function for slick popups
moodler [Fri, 23 Jan 2004 08:30:15 +0000 (08:30 +0000)]
FIxes to cope with this case:
- student authenticates
- teacher enrols the student manually
- student tries to enter course
http://moodle.org/mod/forum/discuss.php?d=4529#20493
stronk7 [Thu, 22 Jan 2004 20:27:17 +0000 (20:27 +0000)]
Now groupmode in course_modules is supported too.