]> git.mjollnir.org Git - moodle.git/log
moodle.git
22 years agoAdded new custompix parameter
moodler [Mon, 28 Apr 2003 04:45:15 +0000 (04:45 +0000)]
Added new custompix parameter

22 years agoThe rest of the images
moodler [Mon, 28 Apr 2003 04:43:51 +0000 (04:43 +0000)]
The rest of the images

22 years agoAdded example of how "custompix" is to be used
moodler [Mon, 28 Apr 2003 04:41:21 +0000 (04:41 +0000)]
Added example of how "custompix" is to be used

22 years agoTidying up the way pix images are used.
moodler [Mon, 28 Apr 2003 04:32:55 +0000 (04:32 +0000)]
Tidying up the way pix images are used.

It's now also possible to override the standard pix with a set of new ones
in a theme.

22 years agoMoving some images around - cleaning up organisation
moodler [Mon, 28 Apr 2003 03:09:27 +0000 (03:09 +0000)]
Moving some images around - cleaning up organisation

22 years agoWhoops ... left and old line in there during the last fix
moodler [Mon, 28 Apr 2003 02:43:18 +0000 (02:43 +0000)]
Whoops ... left and old line in there during the last fix

22 years agoCorrected typo
paca70 [Sun, 27 Apr 2003 17:35:54 +0000 (17:35 +0000)]
Corrected typo

22 years ago$db->Insert_ID seems to work with postgresql too
paca70 [Sun, 27 Apr 2003 16:03:01 +0000 (16:03 +0000)]
$db->Insert_ID seems to work with postgresql too

22 years agoquiz_match was missing...
paca70 [Sun, 27 Apr 2003 15:33:31 +0000 (15:33 +0000)]
quiz_match was missing...

22 years agoDon't process $usernew->username if it doesn't exist (prevents normal users from...
moodler [Sun, 27 Apr 2003 14:50:03 +0000 (14:50 +0000)]
Don't process $usernew->username if it doesn't exist (prevents normal users from editing profile).

22 years agoFixed rogue spaces
moodler [Sun, 27 Apr 2003 12:45:51 +0000 (12:45 +0000)]
Fixed rogue spaces

22 years agoNew and very complete translation in Russian, from
moodler [Sun, 27 Apr 2003 12:10:27 +0000 (12:10 +0000)]
New and very complete translation in Russian, from

Yakov Alperin and http://elearning.microtest.ru

22 years agoNew translation added.
mits [Sun, 27 Apr 2003 11:32:42 +0000 (11:32 +0000)]
New translation added.

22 years agoNew translation added and polished some.
mits [Sun, 27 Apr 2003 11:31:45 +0000 (11:31 +0000)]
New translation added and polished some.
I'm keeping my head above water, Martin :-)

22 years agoAdded new format to this file ... heads up for translators!
moodler [Sun, 27 Apr 2003 10:58:20 +0000 (10:58 +0000)]
Added new format to this file ... heads up for translators!

22 years agoNew plain text format.
moodler [Sun, 27 Apr 2003 10:46:16 +0000 (10:46 +0000)]
New plain text format.

Translates smileys and carriage returns, but prints all other tags and code
as plain text

22 years agoindexes for postgres
paca70 [Sun, 27 Apr 2003 09:54:03 +0000 (09:54 +0000)]
indexes for postgres

22 years agoMoved microtime_diff() to moodlelib
moodler [Sun, 27 Apr 2003 08:13:45 +0000 (08:13 +0000)]
Moved microtime_diff() to moodlelib

22 years agoFixed typo
moodler [Sun, 27 Apr 2003 06:51:44 +0000 (06:51 +0000)]
Fixed typo

22 years agoChanged my mind about the default setting for loglifetime
moodler [Sun, 27 Apr 2003 06:50:19 +0000 (06:50 +0000)]
Changed my mind about the default setting for loglifetime

22 years agoSome rewording about loglifetime
moodler [Sun, 27 Apr 2003 06:48:13 +0000 (06:48 +0000)]
Some rewording about loglifetime

22 years agoNew string - saveall
moodler [Sun, 27 Apr 2003 06:42:28 +0000 (06:42 +0000)]
New string - saveall

22 years agoiNew configuration variable delete old logs - loglifetime
moodler [Sun, 27 Apr 2003 06:41:53 +0000 (06:41 +0000)]
iNew configuration variable delete old logs - loglifetime

22 years agoDelete old logs is required
moodler [Sun, 27 Apr 2003 06:21:15 +0000 (06:21 +0000)]
Delete old logs is required

22 years agoNew delete_records_select() function
moodler [Sun, 27 Apr 2003 06:18:03 +0000 (06:18 +0000)]
New delete_records_select() function

22 years agoAdded a LIMIT to the SQL query for a bit more efficiency
moodler [Sun, 27 Apr 2003 03:32:45 +0000 (03:32 +0000)]
Added a LIMIT to the SQL query for a bit more efficiency

22 years agoUsing multiple indexes for slightly increased performance
moodler [Sun, 27 Apr 2003 02:58:26 +0000 (02:58 +0000)]
Using multiple indexes for slightly increased performance

22 years agoChanged to dimm non-visible grades (mods). Bug #378.
stronk7 [Sat, 26 Apr 2003 19:35:27 +0000 (19:35 +0000)]
Changed to dimm non-visible grades (mods). Bug #378.
Done a bit more:
  - Show dimmed entire column.
  - Difference html (for web) and text (for .xls and .txt export) in
    many variables.
  - Using the dimmed_text style to dimm.

22 years agoAdded the dimmed_text css style to show normal text dimmed (gray #AAAAAA)
stronk7 [Sat, 26 Apr 2003 18:54:37 +0000 (18:54 +0000)]
Added the dimmed_text css style to show normal text dimmed (gray #AAAAAA)

22 years agoChanged to hide non-visible grades (mods). Bug #378.
stronk7 [Sat, 26 Apr 2003 18:16:36 +0000 (18:16 +0000)]
Changed to hide non-visible grades (mods). Bug #378.

22 years agoWorking much better with indexes - update the schema
moodler [Sat, 26 Apr 2003 15:26:51 +0000 (15:26 +0000)]
Working much better with indexes - update the schema

22 years agoUpdate to add new indexes to MySQL tables. Speeds up the log access.
moodler [Sat, 26 Apr 2003 15:24:04 +0000 (15:24 +0000)]
Update to add new indexes to MySQL tables.  Speeds up the log access.

22 years agoTrying a different tack for recent_activity since the old way was
moodler [Sat, 26 Apr 2003 15:08:34 +0000 (15:08 +0000)]
Trying a different tack for recent_activity since the old way was
still producing too much data and overflowing PHP memory on busier
sites (eg moodle.org).

Now, there are more database queries, which is unfortunate, but the
data is much more specific, and no sorting needs to be done, so
this is a performance boost.

I don't know how these will cancel out ... my guess is that very
small sites may be very slightly slower on the course page, but
that large sites will be much faster.

Let's see.

22 years agoNeed course module stuff
moodler [Sat, 26 Apr 2003 14:21:42 +0000 (14:21 +0000)]
Need course module stuff

22 years agoGet less logs from the database
moodler [Sat, 26 Apr 2003 14:12:12 +0000 (14:12 +0000)]
Get less logs from the database

22 years agoTrying an experiment on moodle.org
moodler [Sat, 26 Apr 2003 13:49:13 +0000 (13:49 +0000)]
Trying an experiment on moodle.org

22 years agoFix for use of COURSE_MAX_RECENT_PERIOD
moodler [Sat, 26 Apr 2003 13:41:31 +0000 (13:41 +0000)]
Fix for use of COURSE_MAX_RECENT_PERIOD

22 years agoPerformance improvements
moodler [Sat, 26 Apr 2003 12:59:41 +0000 (12:59 +0000)]
Performance improvements

  - better checking of data before processing
  - used logs are removed to avoid re-processing by other modules

22 years agoNo changes, just rearranges
moodler [Sat, 26 Apr 2003 12:38:53 +0000 (12:38 +0000)]
No changes, just rearranges

22 years agoExtended number of select fields allowed for get_field() and set_field() from 1 to 3
moodler [Sat, 26 Apr 2003 12:38:04 +0000 (12:38 +0000)]
Extended number of select fields allowed for get_field() and set_field() from 1 to 3

22 years agoSlight fix to teacheronly coloring
moodler [Sat, 26 Apr 2003 12:22:52 +0000 (12:22 +0000)]
Slight fix to teacheronly coloring

22 years agoCleaned up definition of constant COURSE_* values in course/lib.php
moodler [Sat, 26 Apr 2003 12:17:30 +0000 (12:17 +0000)]
Cleaned up definition of constant COURSE_* values in course/lib.php

Moved COURSE_TEACHER_COLOR out to style sheets where it belongs (.teacheronly)

Added some efficiency when printing recent activity

 - don't print more than one weeks worth of updates
  - don't keep re-parsing logs once they've been used

22 years agoArgh! Excess quotes in CSS
moodler [Sat, 26 Apr 2003 12:12:30 +0000 (12:12 +0000)]
Argh!  Excess quotes in CSS

22 years agoNew style for teacher-only colour (eg when showing teacher posts in recent activity)
moodler [Sat, 26 Apr 2003 12:07:14 +0000 (12:07 +0000)]
New style for teacher-only colour (eg when showing teacher posts in recent activity)

22 years agoShow activity log only from visible surveys. Bug #367.
stronk7 [Sat, 26 Apr 2003 11:04:46 +0000 (11:04 +0000)]
Show activity log only from visible surveys. Bug #367.

22 years agoShow activity log only from visible journals. Bug #367.
stronk7 [Sat, 26 Apr 2003 10:14:54 +0000 (10:14 +0000)]
Show activity log only from visible journals. Bug #367.

22 years agoModified the instance_is_visible function. It has a bug, having
stronk7 [Sat, 26 Apr 2003 09:34:11 +0000 (09:34 +0000)]
Modified the instance_is_visible function. It has a bug, having
the "forum" table harcoded. Simplify a bit. Now seems to work
fine with every mod.

22 years agoFAQ in full is too long - offends my eye :-)
moodler [Sat, 26 Apr 2003 06:05:24 +0000 (06:05 +0000)]
FAQ in full is too long - offends my eye :-)

22 years agoMoved most-asked question to the top
moodler [Sat, 26 Apr 2003 06:02:58 +0000 (06:02 +0000)]
Moved most-asked question to the top

22 years agoImprved intro
moodler [Sat, 26 Apr 2003 05:55:39 +0000 (05:55 +0000)]
Imprved intro

22 years agoLong form of FAQ
moodler [Sat, 26 Apr 2003 05:44:42 +0000 (05:44 +0000)]
Long form of FAQ

22 years agoStyle for question links
moodler [Sat, 26 Apr 2003 05:42:51 +0000 (05:42 +0000)]
Style for question links

22 years agoMore cleanup
moodler [Sat, 26 Apr 2003 05:40:24 +0000 (05:40 +0000)]
More cleanup

22 years agomore clean up
moodler [Sat, 26 Apr 2003 05:30:00 +0000 (05:30 +0000)]
more clean up

22 years agoCleaned up, with additions
moodler [Sat, 26 Apr 2003 05:24:07 +0000 (05:24 +0000)]
Cleaned up, with additions

22 years agoShow activity log only from visible forums. Bug #367.
stronk7 [Sat, 26 Apr 2003 00:17:42 +0000 (00:17 +0000)]
Show activity log only from visible forums. Bug #367.

22 years agoShow activity log only from visible assignments. Bug #367.
stronk7 [Fri, 25 Apr 2003 23:49:35 +0000 (23:49 +0000)]
Show activity log only from visible assignments. Bug #367.

22 years agoAvoid showing course updates (add, update, delete) about hidden mods. Bug #367
stronk7 [Fri, 25 Apr 2003 23:17:53 +0000 (23:17 +0000)]
Avoid showing course updates (add, update, delete) about hidden mods. Bug #367

22 years agoAllow caseinsensitive search for postgesql
paca70 [Fri, 25 Apr 2003 19:32:38 +0000 (19:32 +0000)]
Allow caseinsensitive search for postgesql

22 years agoShow adduser only when adding new user from moodle is posible.
paca70 [Fri, 25 Apr 2003 17:18:40 +0000 (17:18 +0000)]
Show adduser only when adding new user from moodle is posible.

22 years agoDont allow edit username when external authentication is active.
paca70 [Fri, 25 Apr 2003 16:42:07 +0000 (16:42 +0000)]
Dont allow edit username when external authentication is active.

22 years agoAllowed - and . during signup by email
moodler [Fri, 25 Apr 2003 12:35:17 +0000 (12:35 +0000)]
Allowed - and . during signup by email

22 years agoRenamed signup_form.php to signup_form.html (this part of the code is really old)
moodler [Fri, 25 Apr 2003 12:32:26 +0000 (12:32 +0000)]
Renamed signup_form.php to signup_form.html  (this part of the code is really old)

22 years agoSome default values for variables
moodler [Fri, 25 Apr 2003 12:29:52 +0000 (12:29 +0000)]
Some default values for variables

22 years agoFooters use new styles for links
moodler [Fri, 25 Apr 2003 09:25:25 +0000 (09:25 +0000)]
Footers use new styles for links

22 years agoStyle for "You are logged in as xxx" and the link to the course home page.
moodler [Fri, 25 Apr 2003 09:23:08 +0000 (09:23 +0000)]
Style for "You are logged in as xxx" and the link to the course home page.

22 years agoSmaller font
moodler [Fri, 25 Apr 2003 09:01:01 +0000 (09:01 +0000)]
Smaller font

22 years agoEdit my profile link goes straight to the edit screen
moodler [Fri, 25 Apr 2003 08:59:10 +0000 (08:59 +0000)]
Edit my profile link goes straight to the edit screen

22 years agoDirectories are now made using make_upload_directory from moodlelib
moodler [Fri, 25 Apr 2003 08:39:11 +0000 (08:39 +0000)]
Directories are now made using make_upload_directory from moodlelib

22 years agoSome minor visual improvements - firstname/lastname separated, initialised some variables
moodler [Fri, 25 Apr 2003 07:15:12 +0000 (07:15 +0000)]
Some minor visual improvements - firstname/lastname separated, initialised some variables

22 years agoAdding user's name at the top of the course page.
moodler [Fri, 25 Apr 2003 06:40:30 +0000 (06:40 +0000)]
Adding user's name at the top of the course page.

Just experimenting with it there for a while ... feedback welcome

22 years agoHide password field when password change is not supported by auth-module.
paca70 [Fri, 25 Apr 2003 06:01:59 +0000 (06:01 +0000)]
Hide password field when password change is not supported by auth-module.

22 years agoNew function to detect visibility of a single module, and
moodler [Fri, 25 Apr 2003 05:24:29 +0000 (05:24 +0000)]
New function to detect visibility of a single module, and
use of this function when displaying list of forums

22 years agoMySQL code (etc) to convert all usernames to lowercase ... does a lot more
moodler [Fri, 25 Apr 2003 03:54:21 +0000 (03:54 +0000)]
MySQL code (etc) to convert all usernames to lowercase ... does a lot more
checking than it really needs to, since MySQL is not case sensitive

22 years agoConver usernames to lowercase for internal use. This prevent duplicate users
paca70 [Thu, 24 Apr 2003 20:06:40 +0000 (20:06 +0000)]
Conver usernames to lowercase for internal use. This prevent duplicate users
when using external authentication and posgresql.

22 years agoroutines to convert postgeruser to lowercase.
paca70 [Thu, 24 Apr 2003 18:48:09 +0000 (18:48 +0000)]
routines to convert postgeruser to lowercase.

22 years agoChanged to show the hidden surveys dimmed (bug #364)
stronk7 [Thu, 24 Apr 2003 18:28:30 +0000 (18:28 +0000)]
Changed to show the hidden surveys dimmed (bug #364)

22 years agoChanged to show the hidden quizzes dimmed (bug #364)
stronk7 [Thu, 24 Apr 2003 18:19:23 +0000 (18:19 +0000)]
Changed to show the hidden quizzes dimmed (bug #364)

22 years agoglobal $CFG was missing...?
paca70 [Thu, 24 Apr 2003 17:38:20 +0000 (17:38 +0000)]
global $CFG was missing...?

22 years agoLittle update to select the forum info (avoid duplicates).
stronk7 [Thu, 24 Apr 2003 17:35:34 +0000 (17:35 +0000)]
Little update to select the forum info (avoid duplicates).

22 years agoAdded missing $
paca70 [Thu, 24 Apr 2003 17:21:54 +0000 (17:21 +0000)]
Added missing $

22 years agoChanged to show the hidden forums dimmed (bug #364)
stronk7 [Thu, 24 Apr 2003 17:15:59 +0000 (17:15 +0000)]
Changed to show the hidden forums dimmed (bug #364)

22 years agoMore robust variable checking
moodler [Thu, 24 Apr 2003 17:13:52 +0000 (17:13 +0000)]
More robust variable checking

22 years agoDefault value for alltext variable
moodler [Thu, 24 Apr 2003 17:05:54 +0000 (17:05 +0000)]
Default value for alltext variable

22 years agoChanged to show the hidden choices dimmed (bug #364)
stronk7 [Thu, 24 Apr 2003 16:47:06 +0000 (16:47 +0000)]
Changed to show the hidden choices dimmed (bug #364)

22 years agoChanged to show the hidden assignments dimmed (bug #364)
stronk7 [Thu, 24 Apr 2003 16:38:49 +0000 (16:38 +0000)]
Changed to show the hidden assignments dimmed (bug #364)

22 years agoChanged to show the hidden resources dimmed (bug #364)
stronk7 [Thu, 24 Apr 2003 15:25:21 +0000 (15:25 +0000)]
Changed to show the hidden resources dimmed (bug #364)

22 years agoModified to obtain the visible property too. To use it when showing the list
stronk7 [Thu, 24 Apr 2003 15:17:43 +0000 (15:17 +0000)]
Modified to obtain the visible property too. To use it when showing the list
of instances of every mod (bug #364)

22 years agoLatest things
moodler [Thu, 24 Apr 2003 15:03:42 +0000 (15:03 +0000)]
Latest things

22 years agoNew authentication method - a very simple one called "manual".
moodler [Thu, 24 Apr 2003 15:01:15 +0000 (15:01 +0000)]
New authentication method - a very simple one called "manual".

Accounts have to exist in the internal database, and there is
no way to create an account on the site - admins have to do it.

22 years agoFixed a typo, see bug 361
moodler [Thu, 24 Apr 2003 14:37:22 +0000 (14:37 +0000)]
Fixed a typo, see bug 361

22 years agoAdded recent stuff
moodler [Thu, 24 Apr 2003 14:28:24 +0000 (14:28 +0000)]
Added recent stuff

22 years agoForum posts are now not allowed to have blank subjects or messages,
moodler [Thu, 24 Apr 2003 14:05:47 +0000 (14:05 +0000)]
Forum posts are now not allowed to have blank subjects or messages,
if a message is entered with one of these blank then the user gets
an error message and a chance to re-edit the message.

22 years agoAdded Polish info
moodler [Thu, 24 Apr 2003 08:46:44 +0000 (08:46 +0000)]
Added Polish info

22 years agoNew feature to allow teachers to move a discussion from one forum
moodler [Thu, 24 Apr 2003 08:45:27 +0000 (08:45 +0000)]
New feature to allow teachers to move a discussion from one forum
to another.

A simple popup menu now appears when teachers view any discussion.

Includes a new log entry to log when a discussion is moved.

22 years agoMark the hidden ones for teachers
moodler [Wed, 23 Apr 2003 17:25:20 +0000 (17:25 +0000)]
Mark the hidden ones for teachers

22 years agoRebuild course modinfo caches to include the visible variable
moodler [Wed, 23 Apr 2003 17:02:24 +0000 (17:02 +0000)]
Rebuild course modinfo caches to include the visible variable

22 years agoTidy up a bit
moodler [Wed, 23 Apr 2003 16:57:35 +0000 (16:57 +0000)]
Tidy up a bit

22 years agochmod after mkdir (just in case)
moodler [Wed, 23 Apr 2003 16:51:26 +0000 (16:51 +0000)]
chmod after mkdir (just in case)

22 years agoChanged the get_array_of_activities function to return the visible property too
stronk7 [Wed, 23 Apr 2003 16:37:37 +0000 (16:37 +0000)]
Changed the get_array_of_activities function to return the visible property too