moodler
8c8a471356
Added "source" mode in richtext editor
2002-12-26 16:27:44 +00:00
moodler
f7a5c8fafd
Added new "Program" resource type, which allows Moodle to cooperate
...
with external web applications by passing info about the current
session to them.
Code contributed by Mark Kimes.
2002-12-24 07:01:03 +00:00
moodler
97485d0726
More database tweaks and improved access to forum search engine
2002-12-23 15:33:40 +00:00
moodler
31fefa636d
More database tweaking ... looking pretty good with PostgreSQL now
2002-12-23 13:48:31 +00:00
moodler
a3eea09cc9
More fixes for postgreSQL etc
2002-12-23 11:47:17 +00:00
moodler
b6c38cec93
Slight fixes to headings
2002-12-23 10:18:51 +00:00
moodler
ebc3bd2b24
Changes throughout Moodle to remove any reserved words from the
...
Moodle tables.
ie user -> userid in many tables, plus in user_students
start -> starttime and end -> endtime
I've just done all this as carefully as I could ... I don't think
I missed anything but it's pretty intensive work and I'd be fooling myself
if I didn't think I'd missed a couple.
Note that this version should pretty much be able to bootstrap itself
using PostgreSQL now ... but this is untested
2002-12-23 09:39:26 +00:00
moodler
1f48942e7d
Further SQL cleanups
2002-12-23 07:01:06 +00:00
moodler
e323955db8
Changes to use new database stuff
2002-12-23 05:57:05 +00:00
moodler
bdc23be0ff
CHanges for new database table commands
2002-12-22 13:55:30 +00:00
moodler
d26d7ed0c3
Changes to make things work again :-)
2002-12-22 06:15:44 +00:00
moodler
9fa49e22ab
Many many changes lumped in here ... not finished yet either.
...
Basically all the Database functions are in lib/datalib.php
and the web functions are all in lib/weblib.php, so
moodlelib.php is much thinner than it was.
Data functions have been extended ... most old calls will
still work, but now many more SQL commands can be performed
using the datalib functions rather than using SQL. I'm
currently moving through the whole tree replacing SQL
calls or at least concentrating them in one section of
mod/xxx/lib.php
Still working on forums, quizzes, surveys, resources.
The tree is currently not full working ... some things are
half-completed ... will resume tomorrow.
2002-12-20 14:44:14 +00:00
moodler
bdce039ca5
Slight updates such as removing old functions
2002-12-20 07:21:09 +00:00
moodler
f6680cfa4a
Put a space under the colon
2002-12-15 04:27:51 +00:00
moodler
4181fce9f9
Moved a colon (there's a joke about farts in there somewhere)
2002-12-15 04:26:44 +00:00
moodler
fd790dfb55
Database and upgrade files for PostgreSQL 7 support!
2002-12-15 02:41:07 +00:00
moodler
7be475f601
New consistent help buttons for textarea fields throughout all modules
2002-12-13 09:06:30 +00:00
moodler
f830b324cf
Fixed two missing strings
2002-12-12 03:14:13 +00:00
moodler
d34189e123
Added styles for forum posts
2002-12-10 02:48:05 +00:00
moodler
4499b2e273
Slight alteration of colouring on printed posts
2002-12-09 10:49:44 +00:00
moodler
9307692fdf
Add a javascript confirmation when submitting a quiz attempt
2002-12-09 08:20:19 +00:00
moodler
5e367a2d56
Various little tweaks to improve the display of course home
...
pages and front page ... still have some work to do though
2002-12-09 07:35:40 +00:00
moodler
467aaec630
Small changes to tables to make them display better with Japanese
2002-12-07 08:39:24 +00:00
moodler
81ef6a5ee5
Removed the "zero" value altogether
2002-12-07 04:20:35 +00:00
moodler
ff4f23fdcc
Better checking of existing value, in case it's not in the list
2002-12-07 04:00:05 +00:00
moodler
048ccc473a
Highlight matches in post subject and discussion name too
2002-11-28 09:10:22 +00:00
moodler
88e729beed
Add searching of subjects as well as messages
2002-11-28 09:04:04 +00:00
moodler
64efda84b5
Fixes to increase the number of options available to limit assignment
...
upload size, and also to limit the list based on PHP limits
2002-11-28 02:41:56 +00:00
moodler
83173d563c
For the case when there are forums using ratings, but no ratings, and
...
the teacher is looking at grades, don't try and loop on an empty array
2002-11-26 02:29:54 +00:00
moodler
02accd9c6a
Fixed a bug from reusing newsubmission variable
2002-11-21 10:26:54 +00:00
moodler
62c13a2f3e
Changed all references of %e to %d to fix strftime on Windows
2002-11-19 14:27:57 +00:00
moodler
085bd98e7e
Add option that allows students to resubmit after being graded
2002-11-15 03:32:30 +00:00
moodler
a6fcdf98af
Update course cache when creating new standard forums!
2002-11-14 02:33:48 +00:00
moodler
81b635c360
Improvements to formatting on old Netscape browsers
2002-11-12 17:20:04 +00:00
moodler
ff446576af
Small fix just in case numfiles isn't set ... it will still try to display
...
files if timemodified is set ... workaround for possible bug
2002-11-12 05:05:21 +00:00
moodler
c75f5b4348
Small tweak to specify specifically number of files in an update
2002-11-12 04:59:28 +00:00
moodler
e34461f5ea
Use #defines for resource types ... just esthetics
2002-11-10 14:03:25 +00:00
moodler
cdc27f74a3
Added navmenu for journal edit page
2002-11-10 11:44:58 +00:00
moodler
dfc9ba9bbe
Added navmenu in more places
2002-11-10 08:43:44 +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
f39d5f4576
Use course setting for "student"
2002-11-09 06:29:21 +00:00
moodler
b309c289db
WHoops typo
2002-11-09 06:24:21 +00:00
moodler
f762c448ef
FINALLY! Surveys are now translatable! :-)
2002-11-09 06:22:57 +00:00
moodler
405ea757e6
Fixed some more missing strings
2002-11-06 09:13:19 +00:00
moodler
941dd21efb
Fixes and simplification
2002-11-06 08:54:28 +00:00
moodler
4242a73f37
Bug fix on record counting
2002-11-06 08:44:44 +00:00
moodler
b7b4287462
Added new type of assignment - offline.
...
This type of assignment doesn't require anything of the student online,
it just tells them about an assignment and the teacher can provide
feedback and grades. Useful for offline activities, and also for the
teacher to add manual columns to the grades page
2002-11-06 08:12:06 +00:00
moodler
46217d06b5
Language fixes
2002-11-06 07:40:36 +00:00
moodler
41f2f344ab
Show date in red if assignment date has passed
2002-10-28 02:25:18 +00:00
moodler
f59d8272e8
Use translated strings for all upload feedback
2002-10-28 02:24:38 +00:00