moodler
7304b852cd
Slightly more info in error message
2002-11-11 08:25:05 +00:00
moodler
7c0f298426
Update course cache when modules are moved up or down
2002-11-10 14:45:11 +00:00
moodler
c408b0c49b
print_section now uses cached course modinfo to lessen load in database
2002-11-10 08:55:11 +00:00
moodler
d897cae419
Changes to enable jumping between activity modules, using a new menu in
...
the upper-right corner. Caution: Not well tested at this stage.
2002-11-10 07:37:15 +00:00
moodler
9a22359743
Fixes to course display, tidy up of some code (could do with more)
...
and mainly - addition of section 0 display.
2002-11-07 09:30:41 +00:00
moodler
22710216f2
Add link to module editing ... back to module type list
2002-11-06 08:24:29 +00:00
moodler
65ccdd8cc8
When using loginas to be a student, you can now return to being
...
yourself using a link in the footer. Improvements to footer display
2002-11-06 07:54:44 +00:00
moodler
ed4ed0939b
Weekdays are now calculated using userdate, so that
...
- they are relative to the user
- they should take advantage of locales etc
2002-10-25 02:11:58 +00:00
moodler
4313922f65
Fix for category box display on IE
2002-10-24 12:49:53 +00:00
moodler
4db9d14dad
Don't show column grade when there's nothing to show
2002-10-21 08:19:15 +00:00
moodler
912c058651
Grades are not always numbers, so take care in XLS writing
2002-10-21 06:55:01 +00:00
moodler
e5dfd0f31f
Improvements to help, and addition of new "Activity modules" help
...
for teachers adding new modules.
2002-10-21 03:00:40 +00:00
moodler
2a439ba7f6
***NOTE NOTE NOTE **********************************************************
...
THIS IS A BIG CHANGE!
I've renamed the "reading" module to "resource".
This meant changing quite a few references throughout Moodle.
The automatic upgrade process should work OK (it worked OK on my
development server) and there shouldn't be any problems.
BUT PLEASE PROCEED WITH CAUTION AND KEEP BACKUPS OF EVERYTHING
UNTIL I HAVE A FEW MORE TESTS! If you upgrade please let me know.
One thing that will break are any hard-coded links within forum messages.
What I will be doing to fix this on my apache server is to add this to
httpd.conf:
Redirect /mod/reading/ http://moodle.com/mod/resource/
Sorry about any inconvenience, but it's better this is done sooner than later.
2002-10-17 14:03:59 +00:00
moodler
952489e16c
The grades page now supports downloading of grade data! :-)
2002-10-17 10:34:11 +00:00
moodler
da19305885
Re-adding to overcome CVS strangeness (and my own indecision!)
2002-10-17 08:30:41 +00:00
moodler
9809249838
Better grade reports
2002-10-17 08:28:18 +00:00
moodler
858deff0b4
Now includes maximum grades
2002-10-17 07:55:54 +00:00
moodler
3486b7bee5
Added a new grading tool for teachers to see all grades on one page.
...
Grades are collected from each module using the module_grades function in
each mod/*/lib.php.
2002-10-17 07:23:12 +00:00
moodler
7ce20f09cb
Changes related to module editing buttons
2002-10-16 04:53:44 +00:00
moodler
109613b290
Fix to clear the modform variable just in case there's one
...
from one module that later affects another module.
2002-10-14 16:06:19 +00:00
moodler
ff80e012b0
Miscellaneous little changes from today ...
2002-10-14 16:00:55 +00:00
moodler
765814def3
Changed includes of module libraries to use full pathnames constructed
...
from $CFG->dirroot, rather than relative. This is because the relative
path could sometime be a different case to the full path (on Windows)
causing include_once not to work.
2002-10-06 03:05:22 +00:00
moodler
7b5baeb7de
"Activities" wasn't being taken from language files
2002-10-03 02:57:36 +00:00
martin
dfb6e4ac3e
Tweaks to page titles to make them more consistent
2002-09-27 14:26:02 +00:00
martin
077f9a67d0
Add manage database link to home page admin links if necessary
2002-09-27 06:19:49 +00:00
martin
004db95014
Changed some instances of include() to include_once()
2002-09-26 14:41:59 +00:00
martin
f25f1e1b66
Little bug that caused the guest icon to display even when guest was turned
...
off (if the password was null)
2002-09-26 11:10:20 +00:00
martin
b839163528
Don't redirect too early
2002-09-25 14:40:28 +00:00
martin
4c701e6f54
Set fromdiscussion here just in case it's not set elsewhere
2002-09-25 08:17:35 +00:00
martin
45aa6d563c
Fixes to unenrolling students, and unenrol_student() and remove_teacher()
...
now remove forum_subscriptions correctly
2002-09-22 14:33:21 +00:00
martin
d578afc883
Major cleanup of user administration and display, including sortable listings,
...
confirmation on deletions, removing deleted user from all student lists,
teacher lists and subscription lists and freeing up their username and
email to be used again.
2002-09-22 14:06:38 +00:00
martin
3869a2ac3d
Changes to print_recent_activity in course/lib.php. It is now more
...
modular (at slight cost to performance) and every modules can now
have a module_print_recent_activity() function. This function
takes a list of logs, searches for things to display and does so.
So far I've done forum and journal functions
2002-09-21 17:11:08 +00:00
martin
effbcca27c
Don't need to log in to see site-level course
2002-09-21 07:03:54 +00:00
martin
08056730fa
Improved interface for course/teachers.php ... instead of typing numbers
...
into a box there is now a menu for each user. Much better!
2002-09-19 14:51:49 +00:00
martin
4d0dde9159
Some consistency in headers on editing forms
2002-09-19 13:55:40 +00:00
martin
74944b734d
Most of the configuration variables have been moved out of the config.php
...
file and into a database, where they can be edited using a new admin form
called "Configure variables".
2002-09-19 12:01:55 +00:00
martin
a7b9e8bc9f
Fixes to point directly to index.php wherever it was assumed. This wasn't
...
a problem on most servers, but was causing some problems on IIS servers
2002-09-15 06:06:32 +00:00
martin
7ef459ebed
Fixed bug with category links on front page
2002-09-12 02:42:22 +00:00
martin
122cffc938
Include guest user in list of users
2002-09-11 02:26:56 +00:00
martin
0c6561819b
Changes to course display on front page when there is more than one category
2002-09-10 13:47:56 +00:00
martin
8e652a3660
Tweak to modify interface a bit (changed header and made courses a link)
2002-09-09 15:50:55 +00:00
martin
0a26320532
Tweaks to category display
2002-09-09 12:37:34 +00:00
martin
ba2e5d7347
Categories upgrade. Admin can now create/edit/delete categories, and
...
these are diesplayed wherever courses are listed
2002-09-09 11:48:11 +00:00
martin
7aa0bb8886
Layout fixes ... much better now
2002-09-09 11:42:27 +00:00
martin
d6935726ed
Changed maximum number of weeks/topics up to 52
2002-09-09 11:31:48 +00:00
martin
782e7594ec
Rearrange code ... accidentally placed table->head in the loop
2002-09-09 10:38:14 +00:00
martin
2415d953f0
Tip over 'Edit profile' is the user's name
2002-09-08 09:41:17 +00:00
martin
59a7100ccf
Clarified the "participants" link ...
2002-09-08 05:29:00 +00:00
martin
2c26c98575
Link at bottom now goes to site home, not this page
2002-09-08 05:23:47 +00:00
martin
09442e5067
Added documentation to the teachers page.
2002-09-08 05:15:52 +00:00