157 Commits

Author SHA1 Message Date
moodler
f06d1c6c66 Bump de bump 2003-10-09 16:50:14 +00:00
moodler
4909e17632 These changes implement some better controls for controlling uploads.
1) There is a new site-wide configuration variable called maxbytes,
   which provides an upper filesize limit for all (student) uploads.

2) There is a new course-level variable called maxbytes, which further
   limits uploads within a course.

3) There is a new maxbytes field for forums, which further restricts
   the size allowed in a particular forum.  There is also a new config
   variable in the module configuration to specify a default size
   to use when defining a new forum.

4) Assignments already had a limit, but this is now aware of the other
   limits, and like forums there is now a settable default value.

5) Finally, the sizes of files (Gb, Mb, Kb, bytes) is now translatable
   in the language packs.
2003-10-06 18:02:35 +00:00
moodler
dd301fb595 Bump 2003-09-18 17:01:27 +00:00
moodler
dc158ece12 Bump! 2003-09-16 07:24:14 +00:00
moodler
aac94fd0cc New field on course_modules called "indent" ... this is an integer
that tells us how far to indent the activity when it is displayed.

This gives us some more flexibility on the course outline to
arrange things as we might like them, into subtopics etc

Backup/restore is updated as well.

There is also a bit more robustness in course/mod.php
2003-09-14 16:31:33 +00:00
moodler
cabcedda58 Time to move on! 2003-09-13 11:59:41 +00:00
moodler
04cc8f5c73 1.1.1 - now with less short_tags! 2003-09-11 14:02:29 +00:00
moodler
d99a684707 This is pretty much it - I'm starting packaging soon. 2003-09-10 12:51:26 +00:00
moodler
4ec736daf8 About time for a bump! 2003-09-09 09:05:02 +00:00
moodler
4abbfd0889 Bump - will release 1.1.1 soon to wrap up some of these minor changes that
have gone in recently.

No big checkins please!
2003-09-03 12:30:03 +00:00
moodler
2f0f0271bb Bump 2003-09-01 03:53:26 +00:00
moodler
8d282c7f09 Time to start moving on to 1.2, or possibly 1.1.1 2003-08-30 06:31:33 +00:00
moodler
04319b3c1c Not quite ready, but anyone trying the Beta at this stage will probably
not need to upgrade.
2003-08-28 16:19:18 +00:00
moodler
42de916a91 Bump - release in 12 hours 2003-08-28 12:11:28 +00:00
moodler
d0117715f3 Added a log display for "course use reports" 2003-08-27 09:33:12 +00:00
moodler
9609679b76 Bump de bump.... wooo do the bump! 2003-08-27 04:19:26 +00:00
moodler
41586fa0ca Bump - looks pretty good now 2003-08-26 07:00:20 +00:00
moodler
1f332285b2 Bump! 2003-08-23 16:31:03 +00:00
moodler
4d992061f0 Bump! 2003-08-21 18:03:47 +00:00
moodler
abe2920fec New number to trigger database upgrade 2003-08-21 08:22:47 +00:00
moodler
e898a9d315 FOr the regular upgraders 2003-08-21 02:55:27 +00:00
moodler
fff79722e5 A new course field called "showgrades" which allows the teacher to
turn the display of the grade book on and off.
2003-08-20 07:32:24 +00:00
moodler
7cb6e802a5 Pretty much Beta, I'd say 2003-08-19 17:48:42 +00:00
moodler
9936fe81ea The number of courses in the categories is now cached in the
the category, and only updated when courses are moved/added/deleted etc
or the admin looks at the category listing
2003-08-19 09:26:36 +00:00
moodler
415cfdcb9a Getting much better now. 2003-08-18 12:58:39 +00:00
moodler
033bac066a Bump the number for debuggers. 2003-08-17 17:00:53 +00:00
moodler
73047f2f76 OK, this is a new scheme to allow some teachers to edit and others to not
that is much better than the proposal to change the role of course creators.

There is a new field in user_teachers called "editall", which is
ON BY DEFAULT, and allows teachers to edit courses.  It can be modified
on the teacher editing screen (formerly assign teachers).

The value is cached in the session.

To test for it, there is a new function isteacheredit($course->id)
which works much like isteacher did.

I'm going through now and applying this new function wherever
it is needed.
2003-08-16 05:19:24 +00:00
moodler
11402bbdbc Do a check to create the default scale if it isn't already 2003-08-15 14:30:30 +00:00
moodler
a142b3b4ba New scale table for PostgreSQL 2003-08-15 14:17:15 +00:00
moodler
37eef3ed91 WHoops - you'll need this table. :-) 2003-08-15 14:12:52 +00:00
moodler
e9ae66916d A few more files... 2003-08-15 14:02:11 +00:00
moodler
2f0adcdb0d Bump 2003-08-13 07:09:42 +00:00
moodler
50b5487c54 Get rid of the enumerated type on the course formats, so that
we can think about adding custom course formats into course/format
2003-08-10 14:36:52 +00:00
moodler
43da063795 Just to remind myself how fast time is passing 2003-08-09 16:58:35 +00:00
moodler
d2b6ba704e Another big checkin.
This includes some significant cleanups to the new course categories
system.  The basic idea is that the categories/course browser is now
unified under one system, and admin features related to that have
all been moved into the browser (as little icons).

I'm much happier with this as a foundation that can scale and be
built upon.

Still to go:

  - searching
  - paging
  - polishing

Also in here are a lot of little cleanups around the place, such as
the initial setup process.
2003-08-07 16:01:31 +00:00
moodler
80bcf0a99c Bit more current now 2003-07-30 13:17:37 +00:00
moodler
c2cb45451f COURSE DISPLAY REVAMP
OK, some big changes here to the front end, particularly in
course categories and course display.

Course categories can now be nested (to any level).

Courses and course categories can now be manually sorted
any way required.

There is a groovy front end for managing these, and a better
range of options for formatting the front page.

It all still needs some polishing, which I'll be doing over
the next couple of days, including better auto-sorting.

I would not use this on production systems just yet.
2003-07-30 13:02:45 +00:00
moodler
a8fa25d18d Improved indexing for improved performance on the course page, when viewing
logs and when viewing lists of users ... thanks to Eloy for the one on the log file.
2003-07-28 02:51:56 +00:00
moodler
dd0bd5088c Increase the size of the field to store sequences in course_sections 2003-07-21 14:28:04 +00:00
moodler
a6d82c3f49 New course parameter "visible" which makes the course available to
students.  Defaults to 1 (on).  Teacher can control this from settings page.
2003-07-21 07:31:01 +00:00
moodler
8fa367a9fe I'm about to start on some big jobs ... 2003-07-19 13:37:09 +00:00
moodler
d5ded46f61 Just because it's about time to update it, and there's some big developments
starting up.
2003-07-04 13:39:11 +00:00
moodler
0650989c76 About time to update it anyway 2003-06-20 06:31:33 +00:00
moodler
2424845faf Let's move on, shall we? :-) 2003-05-30 13:22:52 +00:00
moodler
81716d0d33 I'm going to start packaging the release this evening (in about 7 hours).
Any last-minute little bug fixes are very welcome!
2003-05-29 03:22:56 +00:00
moodler
b366308091 Just about there ... 2003-05-28 08:01:15 +00:00
moodler
ab8c78b03a Getting close now 2003-05-27 03:39:03 +00:00
moodler
7f2a3e678e New field for user: autosubscribe
This sets the default value for on-the-fly forum subscription.
Defaults to on = subscribe.

(Also fixed a bug in postgres7.sql - a missing field for htmleditor!)
2003-05-23 05:32:40 +00:00
moodler
35d606e6fa Just incrementing 2003-05-20 08:17:45 +00:00
moodler
240aca4b34 missing closing php tag 2003-05-19 04:55:11 +00:00