2002-08-01 Thursday 13:44 martin
* UPGRADING: Reworded this file to make it clearer
2002-08-01 Thursday 13:34 martin
* mod/choice/mod.php: Clean up - modernised choice mod.php
2002-08-01 Thursday 13:27 martin
* mod/reading/: details.php, lib.php, mod.php: Clean ups to reading
module and modernisation of mod.php
2002-08-01 Thursday 13:18 martin
* mod/survey/: graph.php, lib.php, mod.php, view.php: More cleanups
to survey - renamed/moved functions, modernised mod.php
2002-08-01 Thursday 12:54 martin
* mod/survey/lib.php: typo
2002-08-01 Thursday 12:49 martin
* mod/survey/: edit.php, edit_form.html, edit_form.phtml,
edit_new.html, edit_new.phtml, graph.php, lib.php, login_form.html,
report.php, test.php, view.php: Big clean up of survey functions
and removal of deadwood (more to go still though)
2002-08-01 Thursday 12:05 martin
* mod/forum/lib.php: Yet more improvements to user discussion
listing (added forum link to each discussion printed)
2002-08-01 Thursday 12:00 martin
* mod/forum/lib.php: More improvements to user discussion display
2002-08-01 Thursday 11:56 martin
* mod/forum/lib.php: Whoops! Hide teacher discussions when printing
list of user discussions
2002-08-01 Thursday 11:50 martin
* index.php, course/lib.php, course/mod.php, course/social.php,
course/topics.php, course/weeks.php, mod/forum/discuss.php,
mod/forum/lib.php, mod/forum/post.php, mod/forum/search.php,
mod/forum/subscribe.php, mod/forum/view.php, user/view.php: A big
clean up of all the forum functions (including renaming them all to
start with forum_ ) and all the follow-on effects that caused Some
miscellaneous bug fixes and code clean-ups along the way
2002-08-01 Thursday 11:49 martin
* mod/assignment/: lib.php, mod.html, mod.php: Some work so far on
the assignment module ... NOT FINISHED YET! I just want to get it
out the way of some other commits
2002-08-01 Thursday 01:13 martin
* lib/moodlelib.php: Slowly implementing courseid type variables
where i see them
2002-08-01 Thursday 01:11 martin
* course/enrol.php: Better logging for guest when enrolling
2002-08-01 Thursday 00:53 martin
* mod/forum/: mod.php, search.php, version.php, db/mysql.sql: Fixes
to logging and log display
2002-08-01 Thursday 00:52 martin
* mod/forum/lib.php: Fixed up activity display for forums
2002-08-01 Thursday 00:33 martin
* mod/forum/: discuss.php, subscribe.php: Fixed up some forum
logging
2002-08-01 Thursday 00:24 martin
* course/lib.php: A fix to recent log display
2002-08-01 Thursday 00:13 martin
* mod/forum/index.php: Fixed up forum sorting
2002-07-31 Wednesday 23:55 martin
* mod/forum/lib.php: Tweak to add ... after shortpost
2002-07-31 Wednesday 23:52 martin
* course/social.php: Tweak on readings display on social course
2002-07-31 Wednesday 23:43 martin
* mod/forum/lib.php: whoops typo, forgot global
2002-07-31 Wednesday 23:39 martin
* course/social.php: is_subscribed => forum_is_subscribed
2002-07-31 Wednesday 23:34 martin
* mod/forum/: index.php, lib.php: Fixes for long posts ...
2002-07-31 Wednesday 23:09 martin
* mod/forum/view.php: Fixed subscribe info for students
2002-07-31 Wednesday 22:19 martin
* index.php, version.php, admin/index.php, course/lib.php,
course/mod.php, course/social.php, course/topics.php,
course/view.php, course/weeks.php, doc/install.html,
lib/moodlelib.php, mod/assignment/module.php,
mod/assignment/version.php, mod/choice/module.php,
mod/choice/version.php, mod/forum/discuss.php, mod/forum/icon.gif,
mod/forum/index.php, mod/forum/lib.php, mod/forum/mod.html,
mod/forum/mod.php, mod/forum/module.php, mod/forum/post.html,
mod/forum/post.php, mod/forum/rate.php, mod/forum/report.php,
mod/forum/search.php, mod/forum/subscribe.php,
mod/forum/subscribers.php, mod/forum/version.php,
mod/forum/view.php, mod/forum/db/mysql.sql,
mod/forum/lang/en/strings.php, mod/journal/module.php,
mod/journal/version.php, mod/reading/module.php,
mod/reading/version.php, mod/survey/module.php,
mod/survey/version.php, user/view.php: OK, some massive changes
with many files removed or changed.
Basically the changes are:
- I've merged the 'discuss' module into the forum module
which makes the interface MUCH clearer for everyone
- I've added a new 'single' forum type that replicates
what the old discuss course modules used to look like.
- I've got rid of the "discussion" forum type - it will
still exist in upgraded courses but as a normal forum.
- the 'discuss' module is completely deleted - gone.
- the 'chat' module is completely deleted - gone.
- The upgrading system has been improved, and all code
is stored in version.php.
- I've put in upgrading commands to do the best I can
(right now) to upgrade courses that used the discuss
module. It should mostly work, just leaving some
"orphan" coursemodules on you course front page. You
can easily delete these using the little 'x'.
I may have forgotten something - I've only tested on
my testing server and I'm about to test on my production
server to see how it goes.
- Forums have a lot of little new features and fixes. The
main one is the subscription process. Teachers can 'force'
subscriptions on any forum. This disallows everyone from
choosing their own mail subscription - it's just on.
- The assignment module is half-finished and not working yet
I've still some massive changes to do, mostly involving making all
the lib.php function names more standardised, so consider this is
an interim checkin to do some tests.
2002-07-30 Tuesday 18:45 martin
* lib/setup.php: Removed version (replaced by /version.php
2002-07-30 Tuesday 11:35 martin
* course/: social.php, topics.php: Fixed bug in subscribe link
2002-07-29 Monday 23:45 martin
* index.php, course/social.php, course/weeks.php,
lib/moodlelib.php: Definition and use of new isediting() function
for checking whether a user is not only in editing mode, but
ALLOWED to be editing the current course. Used to show editing
buttons etc
2002-07-29 Monday 23:11 martin
* lib/moodlelib.php: Moved some functions around - no functonal
difference
2002-07-29 Monday 23:10 martin
* course/: edit.html, edit.php: Much simpler date-setting using new
moodlelib functions
2002-07-29 Monday 23:09 martin
* version.php, admin/index.php: Now adds the config table
automatically if there isn't one yet.
2002-07-29 Monday 21:45 martin
* mod/forum/lib.php: Fixed link for "older topics"
2002-07-29 Monday 21:10 martin
* course/view.php: Can now specify course by "short name" using
name parameter. Useful for integrating with external interfaces.
Thanks to dopey for the idea.
2002-07-29 Monday 21:03 martin
* mod/journal/report.php: OK, this is working now
2002-07-29 Monday 18:12 martin
* mod/journal/report.php: hmm wierd bug on production server but
not testing ... this is to test that
2002-07-29 Monday 17:48 martin
* mod/journal/: lib.php, report.php: Fixes to journal reporting
2002-07-29 Monday 17:17 martin
* mod/forum/: lib.php, view.php: Minor forum formatting tweaks
2002-07-29 Monday 16:24 martin
* mod/forum/subscribers.php: Cleaned up subscription checking -
it's a bit slower but will work with the upcoming changes to forums
(subscribeall flag). Code is shorter too.
2002-07-29 Monday 16:11 martin
* mod/forum/view.php: edit icon always appears now, as long as a
coursemodule exists
2002-07-29 Monday 15:26 martin
* mod/journal/lib.php: Slightly bigger textarea for teacher
feedback
2002-07-29 Monday 15:21 martin
* mod/journal/: lib.php, report.php: Improvements to report.php ...
clearer code, new functions in lib.php and now the journal entries
are sorted with the newest at the top.
2002-07-29 Monday 15:00 martin
* lib/moodlelib.php: changed function get_course_participants -->
get_course_users (naming consistency)
2002-07-29 Monday 14:53 martin
* user/index.php: Changed to use the new functions for lists of
students, teachers etc
2002-07-29 Monday 14:52 martin
* lib/moodlelib.php: New functions for getting lists of people in a
course, and some cleanups
2002-07-29 Monday 14:34 martin
* mod/journal/mod.php: modernised the code to use newer database
functions - no change in functionality
2002-07-29 Monday 14:21 martin
* lib/moodlelib.php: New functions for printing date selector forms
and reconstructing dates afterwards. Also a new function for
counting words in a text
2002-07-29 Monday 14:20 martin
* mod/journal/view.php: Added word count
2002-07-29 Monday 09:38 martin
* course/loggraph.php: Slight fix for daily x-axis (nicer-looking
numbers)
2002-07-29 Monday 00:35 martin
* index.php: Fixed bug where admin controls would be shown to
teachers in edit-mode (thanks dopey)
2002-07-28 Sunday 15:25 martin
* CHANGES: Same
2002-07-27 Saturday 21:33 martin
* course/: loggraph.php, user.php: Fixed up the graphs (one for
userday and they are also now correct for timezones)
2002-07-27 Saturday 21:09 martin
* README, UPGRADES, UPGRADING, version.php, admin/index.php: Moodle
can now upgrade itself, just like the modules do
2002-07-27 Saturday 20:38 martin
* lib/db/: README, mysql.sql, postgres7.sql: Dropping any pretense
of Postgres support for the moment, and added a README
2002-07-27 Saturday 19:54 martin
* lang/en/strings.php: new strings
2002-07-27 Saturday 18:23 martin
* user/: index.php, view.php: Altered buttons from index and view
pages
2002-07-27 Saturday 17:44 martin
* course/: lib.php, loggraph.php, user.php: Changes to improve the
user activity reports
2002-07-27 Saturday 16:35 martin
* course/user.php: Fixed up graph pages
2002-07-27 Saturday 16:31 martin
* course/: loggraph.php, user.php: Improvements to user activity
report - including graphs
2002-07-27 Saturday 15:22 martin
* mod/journal/lib.php: Fix to account for people not in course
2002-07-27 Saturday 15:13 martin
* mod/assignment/db/mysql.sql: Dummy (for now)
2002-07-27 Saturday 14:58 martin
* mod/journal/: lib.php, db/mysql.sql: Implemented journal feedback
notification (mailouts)
2002-07-27 Saturday 14:10 martin
* lib/moodlelib.php: Better error checking in update_record
2002-07-27 Saturday 14:09 martin
* admin/cron.php: Much better cron function method - instead of
using a code fragment in mod/cron.php, it now uses a function in
mod/lib.php ... more contained
2002-07-27 Saturday 14:08 martin
* admin/index.php: New upgrading procedure, uses module functions
to handle all version changes
2002-07-27 Saturday 14:07 martin
* mod/: assignment/module.php, choice/module.php, forum/module.php,
journal/module.php, reading/module.php, survey/module.php: Changes
to suit new upgrading procedure (admin/index.html)
2002-07-26 Friday 10:15 martin
* mod/journal/mod.html: Fixed 0 days -> ALways Open
2002-07-25 Thursday 21:54 martin
* mod/survey/lib.php: Extra space at end of file :-)
2002-07-25 Thursday 21:48 martin
* mod/: choice/lib.php, forum/lib.php, journal/lib.php,
journal/user.php, reading/lib.php, reading/user.php,
survey/lib.php: Got rid of the user.php code fragments and
implemented much cleaner system which certain-named functions in
lib.php ... called from /course/user.php
2002-07-25 Thursday 21:47 martin
* course/user.php: Changes to how functions are called from modules
- much cleaner now
2002-07-24 Wednesday 02:26 martin
* course/user.php: cough
2002-07-24 Wednesday 02:26 martin
* course/user.php: title tweaking
2002-07-24 Wednesday 02:24 martin
* course/user.php: Formatting outline tweaks
2002-07-24 Wednesday 02:20 martin
* course/user.php: H3 -> H4
2002-07-24 Wednesday 02:11 martin
* CHANGES: Ch ch ch
2002-07-24 Wednesday 02:02 martin
* mod/journal/: user.php, view.php: Formatting fixes for ratings
2002-07-24 Wednesday 01:56 martin
* mod/journal/: report.php, view.php: Allow teachers to be marked,
and allow ratings to be ignored
2002-07-24 Wednesday 01:04 martin
* course/user.php, mod/journal/user.php, mod/reading/user.php:
Fixes to Activity reports
2002-07-24 Wednesday 00:48 martin
* course/user.php, lang/en/strings.php, user/index.php:
Improvements to activity reports
2002-07-24 Wednesday 00:25 martin
* mod/reading/user.php: typo
2002-07-24 Wednesday 00:24 martin
* course/lib.php, course/topics.php, course/user.php,
course/view.php, course/weeks.php, lang/en/strings.php,
mod/journal/user.php, mod/reading/user.php: Part of "contributions"
overhaul in course/user.php
2002-07-21 Sunday 16:34 martin
* help.php, lang/en/strings.php, lang/en/page/help.questions.php,
lib/moodlelib.php, lib/weblib.php, user/edit.html: Improvements to
the help system
2002-07-21 Sunday 03:11 martin
* mod/reading/view.php: More tweaks to summary display
2002-07-21 Sunday 03:08 martin
* mod/reading/view.php: tweaking summary display on frames
2002-07-21 Sunday 02:50 martin
* course/: topics.php, view.php, weeks.php: Doesn't display
discussions AND forums in the Activities
2002-07-21 Sunday 02:20 martin
* course/topics.php, course/weeks.php, lib/moodlelib.php,
mod/choice/index.php, mod/forum/index.php, mod/journal/index.php,
mod/reading/index.php, mod/survey/index.php: Slight formatting
tweaks (forum index)
2002-07-21 Sunday 01:56 martin
* mod/forum/: index.php, lib.php, db/mysql.sql: Changed listing of
forums
2002-07-21 Sunday 01:20 martin
* mod/reading/view.php: Trying summaries back again in frameset
2002-07-21 Sunday 00:04 martin
* lang/en/strings.php: additions
2002-07-19 Friday 20:18 martin
* lang/en/strings.php: Fixed welcome email
2002-07-19 Friday 20:18 martin
* course/enrol.php: Fixed formatting of welcome email
2002-07-19 Friday 20:11 martin
* course/topics.php: typo
2002-07-19 Friday 20:11 martin
* course/topics.php: Altered blink to make it less annoying
2002-07-19 Friday 20:08 martin
* course/topics.php: Make 'Edit profile" link blink, as a reminder,
if not used yet
2002-07-19 Friday 20:01 martin
* course/edit.html, course/edit.php, course/enrol.php,
lang/en/strings.php, login/confirm.php, login/signup.php: More
language changes
2002-07-14 Sunday 21:32 martin
* mod/forum/: subscribers.php, view.php, lang/en/strings.php: Added
ability for teacher to see subscribers for each forum
2002-07-12 Friday 21:29 martin
* login/signup.php: Format tweak
2002-07-12 Friday 21:25 martin
* lang/en/strings.php, login/signup_form.php: Small
language-related changes
2002-07-11 Thursday 13:30 martin
* index.php, lang/en/strings.php, lib/weblib.php,
login/change_password.php, login/change_password_form.html,
login/confirm.php, login/forgot_password.php,
login/forgot_password_change.html, login/forgot_password_form.html,
login/index.php, login/index_confirm.html, login/index_form.html,
login/signup.php, login/signup_confirm.html, login/signup_form.php,
user/edit.html, user/edit.php: Changes related to
internationalision strings and printing them
2002-07-11 Thursday 13:30 martin
* admin/index.php, admin/site.php, admin/user.php, course/edit.php,
course/enrol.php, course/lib.php, lib/moodlelib.php: Consistent use
of get_site() instead of checking course->category directly
2002-07-10 Wednesday 23:26 martin
* mod/forum/index.php: Added search box here
2002-07-10 Wednesday 23:17 martin
* course/weeks.php: Fixed week zooming
2002-07-08 Monday 20:37 martin
* mod/reading/lang/en/strings.php: Added language strings
2002-07-06 Saturday 14:34 martin
* CHANGES: Daily changes
2002-07-06 Saturday 12:07 martin
* mod/survey/: edit_form.html, edit_form.phtml, login_form.html:
Got rid of all pv() functions, now consistently uses p() to print
variables safely.
2002-07-04 Thursday 16:49 martin
* course/lib.php: Remove teacher posts from recent activity (for
students)
2002-07-04 Thursday 16:31 martin
* UPGRADES: To keep track of upgrading info
2002-07-04 Thursday 16:30 martin
* course/topics.php, course/weeks.php, mod/forum/index.php,
mod/forum/lib.php, mod/forum/subscribe.php, mod/forum/view.php,
mod/forum/db/mysql.sql: Added new teacher forum. TABLE CHANGED:
forum
2002-07-04 Thursday 16:06 martin
* course/mod.php: Prevent caching of these forms
2002-07-04 Thursday 16:01 martin
* lib/moodlelib.php: Typo in userdate
2002-07-04 Thursday 15:56 martin
* lib/setup.php: Use lang if locale not defined
2002-07-04 Thursday 15:52 martin
* config-dist.php, course/view.php, lang/en/strings.php,
lib/setup.php, login/index.php, login/index_confirm.html,
login/index_form.html, user/edit.html, user/edit.php,
user/index.php, user/view.php: Language-related fixes
2002-07-04 Thursday 15:49 martin
* lib/moodlelib.php: Added missing parameter to update_module_icon
(courseid)
2002-07-04 Thursday 15:48 martin
* mod/: choice/view.php, forum/view.php, journal/view.php,
reading/view.php, survey/view.php: Fix to update_module_icon (to
pass the courseid)
2002-07-02 Tuesday 15:09 martin
* help.php, index.php, lang/en/strings.php,
mod/assignment/lang/en/strings.php, mod/choice/lang/en/strings.php,
mod/forum/lang/en/strings.php, mod/journal/lang/en/strings.php,
mod/reading/lang/en/strings.php, mod/survey/lang/en/strings.php:
Further internationalisation
2002-07-02 Tuesday 15:02 martin
* course/index.php, course/lib.php, course/log.php,
files/index.php, lib/moodlelib.php, lib/setup.php,
mod/forum/lib.php, mod/survey/download.php, mod/survey/lib.php,
mod/survey/report.php: Slight changes to userdate() function. It
now uses gmstrftime() instead of gmdate to format times, thus
allowing it to take advantage of locale, if set, to print dates in
the appropriate language. Several userdate invocations had to be
changed, though, to use the different formatting specs.
2002-07-02 Tuesday 12:19 martin
* config-dist.php: Slight changes to documentation
2002-07-02 Tuesday 12:11 martin
* lib/languages.php: List of all 2-letter language codes (ISO 639)
2002-06-27 Thursday 16:47 martin
* lang/en/help.picture.php, lang/en/help.text.php,
lang/en/strings.php, lib/moodlelib.php, theme/standard/footer.html,
theme/standardblue/footer.html: New languages system - get_string()
in moodlelib.
2002-06-27 Thursday 16:46 martin
* help.php, lang/en/page/help.picture.php,
lang/en/page/help.text.php: Changes to the location of help files
2002-06-26 Wednesday 00:42 martin
* course/view.php, mod/choice/index.php, mod/survey/index.php:
Minor formatting tweaks
2002-06-26 Wednesday 00:42 martin
* user/view.php: Changes to display user discussions
2002-06-25 Tuesday 23:40 martin
* CHANGES: Ch-Ch-Changes
2002-06-25 Tuesday 23:34 martin
* CHANGES: Ch-Ch-Changes
2002-06-25 Tuesday 23:26 martin
* CHANGES: Ch ch ch changes
2002-06-25 Tuesday 20:08 martin
* course/weeks.php, lib/db/mysql.sql: Minor changes
2002-06-25 Tuesday 19:57 martin
* index.php, lib/moodlelib.php: Whoops forgot some more 'week's
2002-06-25 Tuesday 19:49 martin
* index.php, admin/site.html, admin/site.php, course/edit.html,
course/edit.php, course/lib.php, course/mod.php,
course/mod_delete.html, course/social.php, course/topics.php,
course/user.php, course/view.php, course/weeks.php,
lib/db/mysql.sql, mod/choice/index.php, mod/choice/mod.html,
mod/forum/mod.html, mod/journal/index.php, mod/journal/mod.html,
mod/journal/user.php, mod/journal/view.php,
mod/reading/details.php, mod/reading/index.php,
mod/reading/mod.html, mod/survey/details.php, mod/survey/index.php,
mod/survey/mod.html: 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 Tuesday 19:46 martin
* course/: editsection.html, editsection.php: Renamed from editweek
to editsection
2002-06-25 Tuesday 19:44 martin
* course/: editweek.html, editweek.php: Renamed week->section
2002-06-25 Tuesday 19:43 martin
* pix/i/: all.gif, allweeks.gif, one.gif, oneweek.gif: Renamed
allweeks.gif -> all.gif oneweek.gif -> one.gif
2002-06-25 Tuesday 15:56 martin
* course/: lib.php, mod.php: Nicer formatting of editing modules,
takes into account course format
2002-06-25 Tuesday 15:17 martin
* mod/survey/report.php: Don't show overall graph when no students
have completed survey
2002-06-25 Tuesday 15:10 martin
* mod/survey/: lib.php, report.php, view.php: Slight tweaks to
survey display after it's been done (list # of students)
2002-06-25 Tuesday 14:47 martin
* index.php, course/mod.php, course/social.php, course/topics.php,
course/view.php, course/weeks.php, lib/moodlelib.php,
mod/forum/lib.php, mod/forum/view.php: Changes related to new forum
type: eachuser and some general forum-related tweaking
2002-06-25 Tuesday 11:32 martin
* course/topics.php: Improved formatting of module links (using a
TITLE that is modulename)
2002-06-25 Tuesday 11:30 martin
* course/weeks.php: Slight formatting improvement (list module name
in link title)
2002-06-25 Tuesday 11:23 martin
* mod/forum/icon.gif: Updated icon to make it less like discussions
and more flexible
2002-06-24 Monday 23:27 martin
* mod/forum/view.php: Typo in add_to_log ... index->view
2002-06-21 Friday 23:55 martin
* index.php: Slight change when checking for user.
2002-06-21 Friday 12:54 martin
* CHANGES: Ch ch ch changes
2002-06-20 Thursday 23:41 martin
* mod/forum/db/mysql.sql: Bugfixes from move - this is now up to
date
2002-06-20 Thursday 23:24 martin
* index.php: Subscibing to forum, not discuss
2002-06-20 Thursday 23:15 martin
* index.php, course/social.php, course/topics.php,
course/unenrol.php, course/weeks.php, lib/moodlelib.php,
mod/forum/icon.gif, mod/forum/index.php, mod/forum/lib.php,
mod/forum/mod.html, mod/forum/mod.php, mod/forum/module.php,
mod/forum/subscribe.php, mod/forum/view.php,
mod/forum/db/mysql.sql: Mass change related to separating forum
from discuss and making it a separate module (again). This frees
up forums for some interesting developments. Note that database
tables have moved around.
2002-06-19 Wednesday 23:42 martin
* course/unenrol.php, user/index.php: Modifications to unenrol.
Now a teacher can unenrol students from the course.
2002-06-19 Wednesday 13:37 martin
* lib/db/mysql.sql: Added course->marker
2002-06-19 Wednesday 13:08 martin
* pix/i/marker.gif: "marker" icon used by "topics" course format to
mark a topic
2002-06-19 Wednesday 13:05 martin
* mod/journal/report.php: Bugfix in crumbs
2002-06-19 Wednesday 13:04 martin
* course/: lib.php, topics.php, view.php: Added a "topics" format.
it's very similar to the "Weeks" format, except it isn't
constrained by times. Useful for flexible courses where the pace
isn't known and is subject to change. The teacher can "mark" the
current topic and change this marking as necessary.
2002-06-16 Sunday 17:44 martin
* index.php: Changes to add subscribe/unsubscribe to site News
forum
2002-06-16 Sunday 11:25 martin
* index.php: More accessible log in button up top
2002-06-13 Thursday 20:31 martin
* lib/adodb/: adodb-cryptsession.php, adodb-csvlib.inc.php,
adodb-errorhandler.inc.php, adodb-errorpear.inc.php,
adodb-lib.inc.php, adodb-pager.inc.php, adodb-pear.inc.php,
adodb-session.php, adodb.inc.php, readme.htm, server.php,
tips_portable_sql.htm, toexport.inc.php, tohtml.inc.php,
drivers/adodb-access.inc.php, drivers/adodb-ado.inc.php,
drivers/adodb-ado_access.inc.php, drivers/adodb-ado_mssql.inc.php,
drivers/adodb-borland_ibase.inc.php, drivers/adodb-csv.inc.php,
drivers/adodb-db2.inc.php, drivers/adodb-fbsql.inc.php,
drivers/adodb-firebird.inc.php, drivers/adodb-ibase.inc.php,
drivers/adodb-informix.inc.php, drivers/adodb-informix72.inc.php,
drivers/adodb-mssql.inc.php, drivers/adodb-mysql.inc.php,
drivers/adodb-mysqlt.inc.php, drivers/adodb-oci8.inc.php,
drivers/adodb-oci805.inc.php, drivers/adodb-oci8po.inc.php,
drivers/adodb-odbc.inc.php, drivers/adodb-odbc_mssql.inc.php,
drivers/adodb-odbc_oracle.inc.php, drivers/adodb-oracle.inc.php,
drivers/adodb-postgres.inc.php, drivers/adodb-postgres64.inc.php,
drivers/adodb-postgres7.inc.php, drivers/adodb-proxy.inc.php,
drivers/adodb-sqlanywhere.inc.php, drivers/adodb-sybase.inc.php,
drivers/adodb-vfp.inc.php, tests/benchmark.php, tests/client.php,
tests/test.php, tests/test2.php, tests/test3.php, tests/test4.php,
tests/test5.php, tests/testcache.php, tests/testdatabases.inc.php,
tests/testgenid.php, tests/testmssql.php, tests/testoci8.php,
tests/testpaging.php, tests/testpear.php, tests/testsessions.php:
Upgraded to ADOdb 2.12
2002-06-13 Thursday 19:18 martin
* config-dist.php, user/edit.php, user/lib.php: Changes to support
GD 1 and GD 2. Well, to be more accurate, we now rely on the
administrator to tell us which is installed because PHP is not
reliable (eg GD 2.* functions are available in 4.0.6 and later
EVEN WHEN gd 2 is not present ... sigh).
So, new config variable $CFG->gdversion
2002-06-12 Wednesday 12:31 martin
* course/lib.php: Whoops ... removed Choose...
2002-06-12 Wednesday 12:29 martin
* course/lib.php: Changes to course menu
2002-06-12 Wednesday 12:24 martin
* index.php: Link to site logs
2002-06-12 Wednesday 12:22 martin
* course/: lib.php, log.php: Improvements to logs for admin user
(can view any course)
2002-06-11 Tuesday 15:43 martin
* index.php: OK, this is better (sigh)
2002-06-11 Tuesday 15:27 martin
* course/: view.php, weeks.php: Tweaks to course format (search
box)
2002-06-11 Tuesday 15:01 martin
* lib/weblib.php: New highlight function for searches etc
2002-06-11 Tuesday 14:28 martin
* theme/: standard/styles.css, standardblue/styles.css: New
"highlight" class (eg for search results)
2002-06-11 Tuesday 12:56 martin
* course/social.php: Added search form
2002-06-11 Tuesday 12:31 martin
* index.php: grr
2002-06-11 Tuesday 12:28 martin
* course/lib.php: Tiny fix so that when today is specified, it's
selected in the list
2002-06-11 Tuesday 12:04 martin
* lib/moodlelib.php: Fixes to usergetdate() ... looks OK now.
2002-06-11 Tuesday 11:10 martin
* index.php: Fomat tweaking
2002-06-11 Tuesday 11:06 martin
* index.php: Removed bodgy forums link - it's not necessary
2002-06-10 Monday 22:01 martin
* course/lib.php, lib/moodlelib.php, user/index.php: New
usergetmidnight function and use in finding today's logs
2002-06-10 Monday 21:47 martin
* course/enrol.html: Added generic "your teacher" when there is no
teacher defined yet
2002-06-10 Monday 21:40 martin
* index.php: Tweaking layout
2002-06-10 Monday 21:35 martin
* index.php: More tweaks and simplification when possible
2002-06-10 Monday 21:11 martin
* mod/reading/: details.php, lib.php, mod.html, view.php: new
reading type: "Web Address" is now Web Page and Web Link, which
simply redirects to the external link (no frame)
2002-06-10 Monday 19:35 martin
* index.php: Tweak: added courses link back in ... because courses
page may one day be something different to the display on the front
page (eg when there's very many courses)
2002-06-10 Monday 19:34 martin
* lib/db/mysql.sql: Added course->timecreated
2002-06-10 Monday 19:30 martin
* course/edit.php: Make sure new courses set the timecreated field
2002-06-10 Monday 19:16 martin
* course/index.php: Fixed formatting.
2002-06-10 Monday 19:11 martin
* course/: edit.html, enrol.html, enrol.php, lib.php: Course entry
key is now called an enrolment key
2002-06-10 Monday 17:47 martin
* CHANGES: Changes
2002-06-10 Monday 17:44 martin
* course/: lib.php, log.php: Fixes related to user timezones. All
times are now displayed as expected.
2002-06-10 Monday 17:43 martin
* lib/moodlelib.php: Fixes to functions relating to user timezones
2002-06-10 Monday 14:56 martin
* course/weeks.php: Display tweaks
2002-06-10 Monday 13:41 martin
* index.php: More tweaks for admin view
2002-06-10 Monday 13:19 martin
* index.php, admin/site.html, admin/site.php, course/index.php,
course/lib.php: Changes to allow choice of format on home page of
site
2002-06-10 Monday 12:41 martin
* course/weeks.php: Layout tweak
2002-06-10 Monday 12:33 martin
* user/: edit.php, view.php: Better handling of guest user
2002-06-10 Monday 12:24 martin
* admin/user.php, login/index.php: Moved creation of guest user to
login page - this means it can be trashed any time and it will
recreate itself as necessary.
2002-06-10 Monday 11:49 martin
* user/view.php: All users are viewable in the "site" course.
2002-06-10 Monday 10:46 martin
* login/index_form.html: Tweaking formatting
2002-06-10 Monday 10:42 martin
* login/: forgot_password.php, index_form.html: Improved formatting
for consistency and clarity
2002-06-09 Sunday 22:44 martin
* login/index_form.html: Little more documentation about guest
account
2002-06-09 Sunday 22:14 martin
* admin/user.php, course/edit.html, course/enrol.php,
course/index.php, course/lib.php, lib/moodlelib.php,
lib/db/mysql.sql, mod/journal/edit.php, mod/journal/view.php,
mod/survey/save.php, pix/i/key.gif: Changes to support guest user
across any course (guest/guest)
2002-06-09 Sunday 22:12 martin
* pix/poo.html: This file was here by mistake
2002-06-08 Saturday 14:52 martin
* course/view.php, mod/choice/view.php, mod/journal/view.php,
mod/reading/view.php, mod/survey/view.php,
theme/standard/header.html, theme/standardblue/header.html: Changes
to put update/edit icons in the headers of module and course pages
2002-06-08 Saturday 14:47 martin
* lib/moodlelib.php: Changes so that an icon can be displayed in
the header
2002-06-08 Saturday 10:13 martin
* lib/db/mysql.sql: Put backquotes around some field names to avoid
errors
2002-06-07 Friday 11:57 martin
* lib/moodlelib.php: Added Moodle version number
2002-06-07 Friday 11:54 martin
* lib/moodlelib.php: More tweaking of the mail formatting
2002-06-07 Friday 11:37 martin
* CHANGES: CH CH CH CH Changes.
2002-06-06 Thursday 23:25 martin
* config-dist.php: Altered smtphosts and removed cronpassword
2002-06-06 Thursday 23:21 martin
* lib/moodlelib.php: If $CFG->smtphosts is empty, then mailer uses
PHP mail() == sendmail.
2002-06-06 Thursday 23:19 martin
* admin/cron.php: Removed password ... it's not necessary any more.
2002-06-06 Thursday 10:59 martin
* lib/setup.php: WHoops .... time should be 1800 seconds
2002-06-06 Thursday 00:39 martin
* course/unenrol.php: Remember to remove subscriptions when
unenrolling.
2002-06-05 Wednesday 22:05 martin
* error/index.php, lib/moodlelib.php, lib/setup.php,
login/forgot_password.php, login/signup.php: Fixes to convert mail
to individual mailing ... so that we can use the new preferences
for mail (plain or html).
2002-06-05 Wednesday 14:24 martin
* course/lib.php, course/log.php, lib/weblib.php: Slight interface
tweaks
2002-06-05 Wednesday 14:10 martin
* user/edit.php: Typo on add_to_log URL
2002-06-05 Wednesday 13:54 martin
* user/index.php: Doesn't display teachers or students if there
aren't any
2002-06-05 Wednesday 13:37 martin
* lib/weblib.php, lib/db/mysql.sql, user/edit.html, user/edit.php,
user/index.php, user/view.php: Changes to user settings, now it
matches the stored data better
2002-06-05 Wednesday 13:36 martin
* lib/countries.php: Moved here from login/countries.php. Function
removed.
2002-06-05 Wednesday 13:35 martin
* login/: countries.php, signup.php, signup_form.php: Changes to
use new lib/countries.php
2002-06-05 Wednesday 11:24 martin
* lib/db/mysql.sql: Changes to user table
2002-06-05 Wednesday 11:22 martin
* course/new.php, course/social.php, mod/journal/new.php,
mod/reading/new.php, user/new.php: Old new.php system is replaced
by print_recent_activity() in course/lib.php
2002-06-05 Wednesday 11:15 martin
* course/lib.php, course/log.php, course/new.php, files/index.php,
lib/moodlelib.php, lib/weblib.php, lib/db/mysql.sql,
mod/choice/report.php, mod/journal/lib.php, mod/journal/new.php,
mod/journal/report.php, mod/journal/user.php, mod/journal/view.php,
mod/reading/index.php, mod/reading/new.php,
mod/survey/download.php, mod/survey/report.php, user/edit.html,
user/edit.php, user/index.php, user/lib.php: 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 Wednesday 11:13 martin
* theme/standard/styles.css: Changed formatting (attempting to
improve IE display)
2002-06-04 Tuesday 15:00 martin
* course/loginas.php: Errr this is what I meant
2002-06-04 Tuesday 14:58 martin
* course/loginas.php: Improved logging slightly
2002-06-04 Tuesday 14:54 martin
* user/index.php: Formatting of teacher links
2002-06-04 Tuesday 14:49 martin
* user/view.php: Added a message if the student is not a member of
the current course
2002-06-04 Tuesday 14:35 martin
* user/view.php: Whoops ... don't put unenrol button unless the
user is the current user!
2002-06-04 Tuesday 14:32 martin
* lib/moodlelib.php: course/login.php is now course/enrol.php ...
2002-06-04 Tuesday 14:30 martin
* course/: enrol.html, enrol.php, lib.php, login.html, login.php,
unenrol.php: Cleaned up enrol and unenrol process a bit
2002-06-04 Tuesday 14:29 martin
* user/view.php: Added button to unenrol a user
(course/unenrol.php)
2002-06-03 Monday 18:42 martin
* course/: email.html, email.php: Not needed any more ... use the
"News" forum instead.
2002-06-02 Sunday 16:23 martin
* user/index.php: Now uses $course->student as title of list
2002-06-02 Sunday 16:10 martin
* course/: edit.html, edit.php, social.php, weeks.php: Added
per-course config and use of a word for "student"
2002-06-02 Sunday 15:41 martin
* theme/standardblue/styles.css: Added semicolons to keep IE happy
2002-06-02 Sunday 15:39 martin
* theme/standardblue/styles.css: Changed to lowercase to make IE
happy
2002-06-01 Saturday 23:35 martin
* theme/standard/styles.css: Fixed for Internet Explorer?
2002-06-01 Saturday 22:11 martin
* mod/reading/view.php: Added TITLE to link to fullscreen reading
2002-06-01 Saturday 22:00 martin
* mod/reading/view.php: Minor frameset adjustments
2002-06-01 Saturday 21:57 martin
* mod/reading/view.php: Slight alterations to layout of frames.
2002-06-01 Saturday 21:47 martin
* course/edit.php: Removed check for course format changing
2002-06-01 Saturday 20:52 martin
* CHANGES: Updated
2002-06-01 Saturday 17:48 martin
* course/social.php: Added a
2002-06-01 Saturday 17:44 martin
* course/: view.php, weeks.php: Modified weekly course format with
"People" section and sorted activity modules
2002-06-01 Saturday 17:23 martin
* course/lib.php: Improvements to Recent Activity to make it
clearer. Formatting, but also logical changes to reduce the logs
for course changes: add+update=add add+delete=nothing
update+update=update update+delete=delete
2002-06-01 Saturday 17:06 martin
* course/mod.php: Errors while deleting a module are no longer
fatal errors
2002-06-01 Saturday 17:05 martin
* lib/moodlelib.php: Fixed buglets in get_records_sql and
insert_record
2002-06-01 Saturday 14:37 martin
* course/mod.php: Slight fix to change some mod->course_module to
mod->coursemodule for consistency
2002-06-01 Saturday 12:25 martin
* course/lib.php: Fixed some display of the logs in "recent
activity"
2002-06-01 Saturday 12:06 martin
* CHANGES: Ch-ch-ch-ch-Changes (turn and face the strain)
Ch-ch-changes.
2002-06-01 Saturday 11:46 martin
* lib/weblib.php: Added lists to allowed html in cleantext
2002-05-31 Friday 21:54 martin
* doc/intro.html: Changed link to a newer and better paper on
social constructionism.
2002-05-31 Friday 21:24 martin
* error/index.php: Removed log and fixed email call
2002-05-31 Friday 21:20 martin
* admin/: cron.php, site.php: Removed some logging
2002-05-31 Friday 21:20 martin
* admin/index.php: Now looks for module SQL files in
mod/db/dbtype.sql
2002-05-31 Friday 21:13 martin
* files/index.php: Removed log entry for now
2002-05-31 Friday 21:10 martin
* course/noweeks.php: Replaced by social.php
2002-05-31 Friday 17:37 martin
* config-dist.php: Indicates only MySQL is supported for now.
2002-05-31 Friday 17:34 martin
* course/: editweek.php, email.php, lib.php, login.php,
loginas.php, new.php, social.php, user.php, view.php, weeks.php:
New logging format Improved "Recent Activity" on home page Better
formatting. Many other small fixes.
2002-05-31 Friday 17:27 martin
* course/edit.php: Changes to support new logging format
2002-05-31 Friday 17:25 martin
* course/mod.php: Changes to logging to support new logging format
2002-05-31 Friday 17:20 martin
* lib/moodlelib.php: Various small changes. Main one was new
version of add_to_log to suit the new logging format.
2002-05-31 Friday 17:19 martin
* login/: change_password.php, index.php, logout.php: Removed
logging from these files (probably temporary)
2002-05-31 Friday 17:18 martin
* lib/db/: mysql.sql, postgres7.sql: Removed "logs" and added new
log format: "log" and "log_display"
2002-05-31 Friday 17:15 martin
* user/: edit.php, index.php, view.php: Updated to use new logging
format.
2002-05-31 Friday 17:14 martin
* mod/: choice/db/mysql.sql, journal/db/mysql.sql,
reading/db/mysql.sql, survey/db/mysql.sql: Added new entries for
log_display table. These are used to define what to display for
any given logged item.
2002-05-31 Friday 17:07 martin
* mod/: choice/index.php, choice/install.sql, choice/mod.html,
choice/report.php, choice/view.php, journal/edit.php,
journal/index.php, journal/install.sql, journal/mod.html,
journal/report.php, journal/view.php, reading/details.php,
reading/index.php, reading/install.sql, reading/mod.html,
reading/view.php, survey/details.php, survey/download.php,
survey/edit.php, survey/index.php, survey/install.sql,
survey/mod.html, survey/report.php, survey/save.php,
survey/view.php: Various small fixes across all modules. Most
notable was the revised use of add_to_log, and the new logging
format.
2002-05-31 Friday 17:03 martin
* mod/: choice/db/mysql.sql, journal/db/mysql.sql,
reading/db/mysql.sql, survey/db/mysql.sql: This is the new format
for database schema. Each module has a db directory with one file
per database. All these are called from admin/index.php and work
in concert with lib/db.
2002-05-31 Friday 17:01 martin
* pix/i/: allweeks.gif, oneweek.gif: New icons for courses
displayed in weekly format. They collapse/unfold the display.
2002-05-28 Tuesday 21:59 martin
* lib/moodlelib.php: Changed email_to_users to be a lot more
straightforward. I don't think there's really need for all the BCC
hocus-pocus. Everyone can find everyone's address anyway, the
email bloat is minimal, and perhaps distributing email addresses
will spark private emails.
2002-05-28 Tuesday 09:22 martin
* login/: forgot_password.php, signup.php: email_to_user no longer
exists. Using email_to_users instead.
2002-05-27 Monday 22:53 martin
* theme/standard/styles.css: Added style for