moodler
93f14c02ac
Upgrade all the defective module version numbers in the database
2004-11-18 19:22:08 +00:00
mjollnir_
602c1506e4
Version bump for new indexes
2004-11-17 07:48:45 +00:00
moodler
76cea3d68f
Update all references to obsolete ma_nt language pack to mi_nt
2004-11-15 09:31:18 +00:00
moodler
e46a0bc728
Bumping version as we move on. I'm also testing the new syncmail script
2004-11-10 02:10:48 +00:00
moodler
c51ffe5107
Drawing a line in the sand at this point.
2004-11-05 03:22:11 +00:00
moodler
5ff5caa58d
Bump
2004-11-03 12:53:05 +00:00
moodler
fbc914dafe
files/index.php now allows choosing and it makes the coursefiles.php
...
scripts unnecessary.
Wiki, Resource and Scorm now use the new method, so their versions
have been bumped.
2004-11-02 12:02:00 +00:00
moodler
f7375fe1c3
Bumping for ID purposes
2004-10-15 06:41:40 +00:00
moodler
d7fef4ea06
Just to help avoid confusion ... it messes up the nice round number
...
but oh well. :-)
2004-10-04 17:28:06 +00:00
moodler
b93635e369
Not ready yet
2004-10-01 15:23:21 +00:00
moodler
0ed0f0298d
Ready for tomorrow
2004-09-30 18:13:58 +00:00
moodler
c24313bc8c
Little typo
2004-09-27 13:51:33 +00:00
moodler
802766d303
Looking at releasing a 1.4.2 within days to include all the recent fixes.
...
Also, I'm going to change the numbering convention slightly for stable
releases and start using both characters after the date
2004-09-27 13:47:25 +00:00
moodler
41e783c3cc
Moving on ...
2004-09-12 16:24:11 +00:00
moodler
a03a098f63
Looking at a point-release soon to get some of the issues fixed recently out there.
2004-09-10 07:00:04 +00:00
moodler
5efca069cc
Prevent changes in future. :-)
2004-09-09 06:51:31 +00:00
moodler
1b0feaf88a
Undoing botched version number - We can't update these like the HEAD version
2004-09-09 06:34:41 +00:00
fiedorow
1ec72ac59b
Updating version date on MOODLE_14_STABLE
2004-09-09 01:55:36 +00:00
moodler
f2670b1325
Bump to post 1.4
2004-09-03 12:47:42 +00:00
moodler
b5cfd0e85f
Like some horror movie, the second hand on the clock ticks over
...
in slow motion to the next mark
2004-08-31 13:43:44 +00:00
moodler
6908074777
New configuration variable allusersaresitestudents for Gustav to use
...
in modules ...
2004-08-30 13:21:16 +00:00
moodler
fda51b8d69
Fixes to authentication logic to help upgraders (ie admin and guest accounts)
2004-08-29 05:42:11 +00:00
gustav_delius
0420e8715d
removed empty bullet point
2004-08-23 20:34:52 +00:00
moodler
6927f0e726
Insert all the distributed timezones upon upgrade
2005-04-11 08:11:17 +00:00
defacer
68c0264e1b
Changes to mdl_user:
...
* Change timezone to varchar(100) (to support non-trivial timezones)
* Drop timezonename (will not be used after all)
2005-04-08 19:50:01 +00:00
moodler
594ceedda1
Remove "deleted" field from course_modules table
...
http://moodle.org/mod/forum/discuss.php?d=20715
2005-03-31 08:46:38 +00:00
moodler
4eb25d43aa
Adding the new grade tables
...
POSTGRES IS NOT DONE YET!!!! DOES SOMEONE WANT TO TACKLE IT NOW?
2005-03-28 18:16:39 +00:00
defacer
66336c5f34
Bringing in the mdl_timezone table.
...
DST is now kind of working, the next most important things to do are:
1. Get the import procedure working correctly and well, so we can populate it.
2. Provide a transparent migration procedure for all users to "Unknown location" timezones.
3. Banish $USER->timezone for good.
2005-03-26 19:10:05 +00:00
defacer
1789c54824
mdl_user.dstpreset becomes mdl_user.timezonename
2005-03-23 01:19:27 +00:00
moodler
8f7dc7f1c7
Variety of small fixes, but mostly related to how the recent activity
...
block is constructed. A new function exists to pump these notes out
in a standard way : print_recent_activity_note.
Module dependencies also updated because of this.
2005-03-10 13:30:57 +00:00
moodler
766d2bf3b3
Added user fields for Skype, AIM, Yahoo, and MSN messengers. :-)
...
If anyone knows good links+images to use for AIM, Yahoo and MSN let me know
2005-03-05 05:57:10 +00:00
defacer
13222d99b5
Adding new fields to the dst_preset table.
2005-02-25 01:24:52 +00:00
moodler
ceff930730
Added a new table for logging ADODB requests and a config variable to
...
turn it on. Very useful for debugging performance issues.
2005-02-18 14:12:38 +00:00
defacer
41b7678df3
Adding extra field to mdl_user table: dstpreset
2005-02-17 21:00:54 +00:00
gustav_delius
ec81373f50
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
...
(While I was at it I also turned the autologinguests off for most module pages, except on the index.php pages and the view.php pages for those modules that allow guests)
2005-02-16 10:40:48 +00:00
martinlanghoff
e89ff6c6df
Fixed course.idnumber not being varchar(100) in installations post 2004/06
2005-02-16 08:00:40 +00:00
moodler
915602ea79
Adding theme fields for courses, users and groups
2005-02-10 07:46:20 +00:00
defacer
783453129b
Fix for bug 2488:
...
Extending mdl_log column module to varchar(20).
It was already 20 chars in Postgres, so no changes there.
2005-02-08 20:29:17 +00:00
mjollnir_
8a4e77ae1b
Another fix for metacourses (lost auto_increment). This will preserve data.
2005-02-01 04:47:04 +00:00
martinlanghoff
4c3911f934
Merged from MOODLE_14_HEAD - Better behaviour of fix_course_sortorder() -- related to bug #2334 -- includes version bump to clear out recalcitrant sortorders
2005-02-01 01:47:45 +00:00
mjollnir_
a22fd258aa
Fixing a typo in metacourses in mysql (id should be int 10 not int 1). Hopefully this is the end of it :(
2005-01-27 20:41:54 +00:00
mjollnir_
5f37b628ae
Update for meta courses. New table renamed from meta_course to course_meta (and upgrade script provided in mysql.php and postgres7.php) and new field in course table renamed from meta_course to metacourse. Associated changes in code. Please test me!
2005-01-25 04:33:02 +00:00
mjollnir_
b61efafba5
Initial checkin for new meta courses feature. Please test!
...
See http://moodle.org/mod/forum/discuss.php?d=17269 for description.
2005-01-24 22:21:28 +00:00
moodler
2765411a34
New and upgraded sites will be given a default .htaccess file in their
...
dataroot directory SC#64
2005-01-10 15:26:43 +00:00
moodler
36f01e7b1b
New log display stuff for message contacts
2005-01-01 08:41:13 +00:00
moodler
e53c030b7a
Added format field for messages
2004-12-28 08:56:20 +00:00
moodler
0eacb23ccc
Updated message databases with better time storage, and also some logging
...
for message reading and writing
2004-12-28 07:40:26 +00:00
moodler
ffce79c050
New tables for messaging system, plus completion of the dst_preset
...
tables in Postgres and new installs
2004-12-16 12:39:17 +00:00
defacer
86f092d25e
New "Calendar" section in Admin -> Configuration.
...
Includes preliminary support for DST!
Includes "admin sees all events or only own?" setting (bug 1972)
WARNING: Modified moodlelib.php to explicitly specify NOT-DST when
calling mktime() and gmmktime(). This is essential since we don't want
PHP to second-guess us for the DST matters, but... it may affect existing
code?
2004-12-15 07:14:41 +00:00
moodler
1a5bc0467f
Field added to groups table to allow group specific enrolment keys
2004-12-14 06:41:18 +00:00