moodler
5938401cff
Updated Resource, Wiki and Scorm to use the new files/index.php to
...
choose files. The old coursefiles.php is obsolete.
2004-11-02 12:53:32 +00:00
defacer
9b4b78fd6a
Da monster-commit of blocks version 2!
...
Code based on the work of Daryl Hawes for the blog module. Thanks, Daryl!
Please test the hell out of it as it's sure to have issues that need to be
ironed out.
2004-10-19 21:04:28 +00:00
moodler
78a5d54391
Bump the version since installation actually works now. :-)
2004-10-08 16:20:11 +00:00
moodler
42b90599be
SESSIONS-IN-DATABASE SUPPORT
...
Support for a new configuration variable called $CFG->dbsessions
which enables sessions via database. Based on code from Jason Cole's
team - thanks!
2004-09-30 06:02:39 +00:00
moodler
e7d3e86135
Tidied up a bit, and removed the CVS version which caused some people confusion
2004-09-27 13:50:55 +00:00
paca70
5a2432d47b
Just to be sure that value columns type is text.
...
Postgres cannot change column types at time change was made.
2004-09-20 17:45:33 +00:00
moodler
d35757eb25
Merged/cleaned changes from MOODLE_15_LDAP to HEAD ...
...
please don't use the MOODLE_15_LDAP branch any more.
2004-09-20 09:08:57 +00:00
moodler
a3721d25d9
Upgraded to cover things like new upload files class
2004-09-17 01:42:59 +00:00
moodler
4d21507fab
Bumping it just for kicks
2004-09-11 01:44:13 +00:00
moodler
ed4c878d65
Some changes to moodlelib functions
2004-09-06 15:34:35 +00:00
moodler
6981792762
All upgrades now print a warning, allowing people to avoid accidental upgrading
2004-09-04 15:47:30 +00:00
paca70
01e2ea5fa3
New field "guid" added to table user.
...
This can be userd to store "global unique identifier" from external databases
like Windows SID or eDirectorys guid . This will keep upcoming user syncronization
feature reliable in case of renamed users.
Mysql files are untested.
php -l mysql.php does not show any syntax errors, so files
should work.
2004-09-03 10:49:44 +00:00
moodler
b86bc4020b
To help make it clearer
2004-08-30 18:38:46 +00:00
moodler
5ff4353744
Bump to cater for SITEID
2004-08-30 03:40:56 +00:00
moodler
9cd0c4da83
Bump!
2004-08-29 09:34:45 +00:00
paca70
c14964b025
Fixed bug 1801
...
Untested on mysql, but should work with out problems.
2004-08-26 13:45:26 +00:00
moodler
b80f6f11a4
Trunk is now Moodle 1.5 development
2004-08-24 04:38:51 +00:00
moodler
779f6a4306
OK, let's go beta
2004-08-23 18:32:26 +00:00
moodler
808018311c
Bumping it up a bit ... still writing release notes ...
2004-08-23 15:56:47 +00:00
gustav_delius
f950af3c43
All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site.
...
All the page headers work correctly also on the site course.
On the site page the modules don't require login unless necessary or required by $CFG->forcelogin.
2004-08-22 14:38:47 +00:00
moodler
93a441b705
Bump!
2004-08-21 17:21:44 +00:00
moodler
2dd899c85a
Bump
2004-08-19 17:15:24 +00:00
moodler
4e11ad4faa
Added a new "auth" field to the user table. This field contains the
...
authentication mechanism used to create that user record.
Also added code to upgrade existing systems to have entries in that
field, and for new users to also have that field defined.
This will allow us to later improve the login procedure to be able to
handle various types of authentication.
2004-08-15 07:27:52 +00:00
moodler
9fb216e8b6
Fixed some version numbers on three blocks
2004-08-12 04:44:14 +00:00
moodler
fb66292c36
Bump!
2004-08-03 13:01:04 +00:00
moodler
f28db22d06
Fixed duplicate in log_display, and improved installation
...
for non-English users
2004-07-29 18:44:57 +00:00
moodler
18763fd41f
Added a new course field called enrolperiod that allows a teacher to specify
...
an enrolment period for new students.
2004-07-29 14:47:05 +00:00
moodler
2cf6e647c0
Bump
2004-07-25 14:41:33 +00:00
moodler
0a862fadc0
Bump for address_in_subnet
2004-07-08 07:52:55 +00:00
moodler
04fcbbe382
Bump
2004-07-07 18:17:28 +00:00
moodler
8c5c6133a8
Adding a field "cost" to courses. :-)
2004-06-26 09:09:00 +00:00
moodler
146ebe9074
For course idnumber
2004-06-24 11:47:23 +00:00
moodler
faef9f7b8c
Added timestart and timeend field to user_teachers table
...
(in preparation for enrollment architecture)
2004-06-24 08:23:16 +00:00
moodler
070528fc79
MOdules are dependent on this version of course/mod.php
2004-06-04 07:28:34 +00:00
moodler
7613890851
BRANCH MERGE
...
These are the changes from MOODLE_13_STABLE, merged into trunk
The tag MOODLE_13_MERGED on the MOODLE_13_STABLE branch now refers to this point
The biggest changes here are the fixes for HTML editor in all standard modules
2004-06-04 06:17:30 +00:00
defacer
cc21211e58
Email digest feature step 1: Database schema and upgrade
2004-06-01 07:20:02 +00:00
gustav_delius
62b8075632
Changed participants list for site couse, see http://moodle.org/mod/forum/discuss.php?d=8455
2004-05-30 18:46:42 +00:00
defacer
89adb17442
Merging the changes from 1.4 dev branch (site index blocks + various bugfixes)
2004-05-28 10:53:54 +00:00
moodler
a3159a7685
OK, this is IT.
2004-05-25 01:51:01 +00:00
moodler
deb2b89636
Just about there
2004-05-24 02:42:43 +00:00
moodler
0186df304d
Bump bump de bump, yeah
2004-05-20 03:50:21 +00:00
moodler
16a5602cd7
1. Directory Resources now support sub directories
...
2. Subdirectories in File Manager now display their total size
2004-05-16 08:52:32 +00:00
moodler
f24a6c878e
Bump
2004-05-15 15:12:30 +00:00
moodler
f87fd4ae44
Just to make things clearer
2004-05-13 08:23:06 +00:00
moodler
545e48d00e
OK, this is IT for Moodle 1.3 Beta
2004-05-10 17:35:35 +00:00
moodler
1cbb892849
Time to draw a line in the mud
2004-05-10 13:20:37 +00:00
gustav_delius
dcd338ffdc
Events associated to hidden activities are now invisible in calendar, using new field 'visible' in table 'event' which is updated each time a course module is hidden or unhidden.
2004-05-05 07:07:56 +00:00
stronk7
8adcb49f8e
First version of RSS System.
...
Discussion and post forum feeds supported.
Integrated in cron system.
Some strings missing.
Test, test, test...
2004-05-02 23:08:19 +00:00
moodler
47bb59fbf2
Indicating dependency
2004-05-02 15:32:21 +00:00
moodler
464fd803fa
Sorry, Eloy, my directions were wrong.
...
I've changed hiddentopics to hiddensections ...
2004-04-30 12:10:46 +00:00