gustav_delius
41905731b7
fixed capitalization and quoting of attribute values
2004-09-12 16:24:41 +00:00
gustav_delius
90fcc576ea
Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic.
2004-08-21 20:20:58 +00:00
moodler
d5a2ccadb9
New function journal_count_entries() and more accurate counting of
...
journal entries for different grouping scenarios
2004-03-13 16:15:02 +00:00
moodler
e1aaf05de9
Working around that PHP bug - thanks for the confirmation Henrik!
2004-02-14 08:17:01 +00:00
moodler
fe412041b5
Don't print blank journal intros
2004-02-13 03:40:57 +00:00
moodler
80e376a20d
Use format_text instead of text_to_html (so filtering works)
2004-02-08 09:47:29 +00:00
moodler
037f99aa2d
Upgraded add_to_log to send cm->id
2004-01-31 15:22:04 +00:00
gustav_delius
d7143408df
replaced incorrectly closed html tags, see bug 365
2004-01-25 20:34:54 +00:00
moodler
34a2293e08
Journal questions can now use HTML editor, plus new field 'introformat'
2004-01-14 02:24:42 +00:00
moodler
9f50e9a667
Typo in date calculation!
2003-09-02 02:02:14 +00:00
moodler
949cf8670c
More cleanups for teacher view in particular
2003-08-27 09:03:10 +00:00
moodler
efabdeddef
Journal grading is now also all converted over to use scales as
...
well as numerical grades
2003-08-18 05:47:04 +00:00
moodler
3a4c2fd089
I knew there was something else I'd forgotten!
...
Added a check to all modules (well view.php anyway) to check whether a
module is hidden or not. If it is, then students get a message.
2003-05-15 18:03:22 +00:00
moodler
b0e3a92523
Clean sweep through all the important changing all include(), include_once()
...
and require() to require_once()
2003-01-05 14:19:20 +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
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
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
09aebc9468
Cleaned up some buttons ...
2002-10-16 04:51:55 +00:00
moodler
b2a5ee1822
Added richtext to Journal entries.
2002-10-12 06:20:56 +00:00
martin
74ed07ac86
Prevent guests even seeing the edit button
2002-09-24 09:06:17 +00:00
martin
a2b71b6d71
Whoops typo - left in some old stuff
2002-09-22 03:17:29 +00:00
martin
03af47eee3
SHow number of journal entries in the teacher link to report
2002-09-22 03:16:40 +00:00
martin
3db1919baf
More language fixes
2002-08-12 09:38:31 +00:00
martin
dcd3dc47ac
WHoops - typo on function call
2002-08-04 18:19:42 +00:00
martin
b62f150b7c
Moved a function to lib.php
2002-08-04 07:06:45 +00:00
martin
94361e021e
Lots of work on site display, over many files. Improved front page
...
and display of site modules.
2002-08-03 08:16:31 +00:00
martin
64dc5067fd
Added word count
2002-07-29 06:20:27 +00:00
martin
6462d1a1e1
Formatting fixes for ratings
2002-07-23 18:02:05 +00:00
martin
b8973de69d
Allow teachers to be marked, and allow ratings to be ignored
2002-07-23 17:56:52 +00:00
martin
da8b7aa7a5
Fix to update_module_icon (to pass the courseid)
2002-07-04 07:48:44 +00:00
martin
b5fe4c935d
Major changes throughout to change "week" notation to "section" notation.
...
Sections covers "weeks", "topics" and anything else that may come along.
Note, again, some databases have changed esp course_weeks -> course_sections
and several fields called "week" are now "section. Also course no longer
has an enddate, but instead has a numsections field.
2002-06-25 11:49:06 +00:00
martin
da5c172a07
Changes to support guest user across any course (guest/guest)
2002-06-09 14:14:07 +00:00
martin
5575a053d3
Changes to put update/edit icons in the headers of module and course pages
2002-06-08 06:52:00 +00:00
martin
873960de8c
Changes related to timezone display. Datetime display now uses userdate()
...
which itself uses the USER variable timezone to alter the displayed time.
2002-06-05 03:15:30 +00:00
martin
5eb45fa058
Various small fixes across all modules. Most notable was the revised
...
use of add_to_log, and the new logging format.
2002-05-31 09:07:11 +00:00
martin
f9903ed0a4
Initial revision
2001-11-22 06:23:56 +00:00