]>
git.mjollnir.org Git - moodle.git/log
martinlanghoff [Thu, 4 Jan 2007 03:29:01 +0000 (03:29 +0000)]
mnet: fix a merge-related typo
martinlanghoff [Thu, 4 Jan 2007 03:27:58 +0000 (03:27 +0000)]
mnet: polish db changes to match upgrade and clean inst
martinlanghoff [Thu, 4 Jan 2007 03:27:05 +0000 (03:27 +0000)]
mnet/multiauth: table setup scripts
martinlanghoff [Thu, 4 Jan 2007 03:26:24 +0000 (03:26 +0000)]
mnet: fixed merge typo
martinlanghoff [Thu, 4 Jan 2007 03:26:04 +0000 (03:26 +0000)]
mnet: new auth plugin
martinlanghoff [Thu, 4 Jan 2007 03:25:18 +0000 (03:25 +0000)]
mnet: somewhat hackish changes to course_list. Needs further work
martinlanghoff [Thu, 4 Jan 2007 03:23:48 +0000 (03:23 +0000)]
mnet: new mnet_hosts block
martinlanghoff [Thu, 4 Jan 2007 03:22:51 +0000 (03:22 +0000)]
mnet: courses and activity log know about mnet remote users
martinlanghoff [Thu, 4 Jan 2007 03:19:49 +0000 (03:19 +0000)]
mnet/multienrol: admin area changes, including test for curl extension
toyomoyo [Thu, 4 Jan 2007 03:18:10 +0000 (03:18 +0000)]
adding fieldset to form MDL-7861
martinlanghoff [Thu, 4 Jan 2007 03:08:12 +0000 (03:08 +0000)]
mnet: core langpack changes
martinlanghoff [Thu, 4 Jan 2007 03:05:48 +0000 (03:05 +0000)]
mnet: new enrolment plugin
martinlanghoff [Thu, 4 Jan 2007 03:03:57 +0000 (03:03 +0000)]
mnet: login operations (change pw, forgotpw) now handle multiauth and mnet remote users
martinlanghoff [Thu, 4 Jan 2007 03:01:30 +0000 (03:01 +0000)]
mnet: user/* now handles remote users and multi-auth
martinlanghoff [Thu, 4 Jan 2007 02:52:44 +0000 (02:52 +0000)]
mnet: changes to core moode libs
- get_user_listing() is now aware of remote users
- require_login() is now aware of remote users
- new auth plugins infrastructure in place
- is_internal_auth() is now a deprecated legacy call
- create_user_record()/update_user_record()/authenticate_user_login() handle multi-auth
- is_mnet_remote_user() checks for remoteness
- clean_param() handles PARAM_PEM and PARAM_BASE64
Also
- user_login_string() knows to offer a link to remote users to login @ their host
- XMLTDBTable field creation returns the field obj so that
the caller has a chance to set additional properties such as comment
toyomoyo [Thu, 4 Jan 2007 02:51:21 +0000 (02:51 +0000)]
post table will be used for storing comments as well so the type has to be specified when querying blogs
martinlanghoff [Thu, 4 Jan 2007 02:33:51 +0000 (02:33 +0000)]
mnet: core libraries and admin pages
vyshane [Thu, 4 Jan 2007 02:17:47 +0000 (02:17 +0000)]
Added missing img alt text.
vyshane [Thu, 4 Jan 2007 02:14:50 +0000 (02:14 +0000)]
Added language strings needed for image alt text.
vyshane [Thu, 4 Jan 2007 01:59:51 +0000 (01:59 +0000)]
Added show/hide icons to calendar event filter. Related to MDL-7433.
toyomoyo [Thu, 4 Jan 2007 01:13:26 +0000 (01:13 +0000)]
users with screenreader flag set should only see 1 link to manual refresh chat rooms
martinlanghoff [Thu, 4 Jan 2007 01:07:35 +0000 (01:07 +0000)]
db upgrades are now XHTML-correct -- at least when they succeed! With this patch, 1.8 installation completes correctly
Martin Langhoff [Thu, 4 Jan 2007 00:15:04 +0000 (13:15 +1300)]
cvsimport fixups -- cvshead had strayed from upstream
skodak [Wed, 3 Jan 2007 23:35:03 +0000 (23:35 +0000)]
Adobe Acrobat JavaScript Execution Bug SC#346
skodak [Wed, 3 Jan 2007 22:54:54 +0000 (22:54 +0000)]
MDL-7861 Strict XHTML 1.0 - popup_form() fixes (added div and $formname parameter changed to $formid) - fixed typo :-(
skodak [Wed, 3 Jan 2007 21:12:39 +0000 (21:12 +0000)]
MDL-8063 Fixed links to validation services to be XHTML Strict :-D
skodak [Wed, 3 Jan 2007 20:35:09 +0000 (20:35 +0000)]
MDL-8062 chat, login page and messaging - removed name attribute from some <form>s and fixed focus; changed set_focus() JS to accept element ID == the $focus parameter in print_header() + other minor Strict XHTML fixes
skodak [Wed, 3 Jan 2007 20:06:11 +0000 (20:06 +0000)]
MDL-8050 1.2 Remove all target="_top" - fixed typo
skodak [Wed, 3 Jan 2007 19:33:44 +0000 (19:33 +0000)]
MDL-8049 Remove all language=Javascript from javascript includes
skodak [Wed, 3 Jan 2007 19:24:48 +0000 (19:24 +0000)]
MDL-8050 1.2 Remove all target="_top"
skodak [Wed, 3 Jan 2007 18:53:03 +0000 (18:53 +0000)]
MDL-7861 Strict XHTML 1.0 - popup_form() fixes (added div and $formname parameter changed to $formid)
moodler [Wed, 3 Jan 2007 16:04:08 +0000 (16:04 +0000)]
more Strict bending over
moodler [Wed, 3 Jan 2007 15:38:28 +0000 (15:38 +0000)]
Added skip link to admin page
moodler [Wed, 3 Jan 2007 15:37:07 +0000 (15:37 +0000)]
Added skip links to all course formats to main content MDL-7878
moodler [Wed, 3 Jan 2007 15:00:13 +0000 (15:00 +0000)]
Some small additions for validators (we don't want SID messing up nice xhtml)
moodler [Wed, 3 Jan 2007 14:44:17 +0000 (14:44 +0000)]
Bend over for XHTML 1.0 Strict ... MDL-8049
Removed Javascript language attribute tags and added CDATA
moodler [Wed, 3 Jan 2007 09:14:31 +0000 (09:14 +0000)]
Making it a little more strict
moodler [Wed, 3 Jan 2007 09:09:25 +0000 (09:09 +0000)]
Removed some language=Javscript attributes ... we need to remove all of them!
vyshane [Wed, 3 Jan 2007 08:23:49 +0000 (08:23 +0000)]
xhtml fixes for MDL-7861.
vyshane [Wed, 3 Jan 2007 08:19:10 +0000 (08:19 +0000)]
xhtml fix for MDL-7861
moodler [Wed, 3 Jan 2007 08:17:56 +0000 (08:17 +0000)]
Some minor changes towards MDL-8048 ... much more to do
vyshane [Wed, 3 Jan 2007 08:17:43 +0000 (08:17 +0000)]
Language string for ical added.
vyshane [Wed, 3 Jan 2007 08:13:04 +0000 (08:13 +0000)]
New icon for ical feed.
vyshane [Wed, 3 Jan 2007 08:12:21 +0000 (08:12 +0000)]
Layout and colour tweaks for calendar. Related to MDL-7433.
vyshane [Wed, 3 Jan 2007 07:58:25 +0000 (07:58 +0000)]
Layout and colour tweaks for calendar. Related to MDL-7433.
toyomoyo [Wed, 3 Jan 2007 07:34:35 +0000 (07:34 +0000)]
MDL-7861, adding a missing tag
toyomoyo [Wed, 3 Jan 2007 07:29:51 +0000 (07:29 +0000)]
MDL-7861, fixing various xhtml strict issues and formatting
moodler [Wed, 3 Jan 2007 04:44:10 +0000 (04:44 +0000)]
New tags file
moodler [Wed, 3 Jan 2007 03:16:56 +0000 (03:16 +0000)]
Automatic installer.php lang files by installer_builder (
20070103 )
moodler [Wed, 3 Jan 2007 02:03:22 +0000 (02:03 +0000)]
On second thoughts, while we are in testing phase, let's run with XHTML Strict all the time. MDL-7861
vyshane [Wed, 3 Jan 2007 02:00:52 +0000 (02:00 +0000)]
Fixed xhtml for MDL-7861
vyshane [Wed, 3 Jan 2007 01:53:52 +0000 (01:53 +0000)]
Adding missing "/" to self-close input tags.
moodler [Wed, 3 Jan 2007 01:51:02 +0000 (01:51 +0000)]
MDL-7861 Better setting of strict in other debug modes too
moodler [Wed, 3 Jan 2007 01:37:20 +0000 (01:37 +0000)]
$CFG->debugdisplay now controls PHP errors too
toyomoyo [Wed, 3 Jan 2007 00:41:50 +0000 (00:41 +0000)]
MDL-7861, fixing tags
skodak [Tue, 2 Jan 2007 22:44:59 +0000 (22:44 +0000)]
MDL-8018 testing and bugfixing of curl emulation library + added download_file_content() into filelib.php
skodak [Tue, 2 Jan 2007 20:38:20 +0000 (20:38 +0000)]
MDL-8018 initial import of curl emulation library and handy HTTPRetriever
http://code.blitzaffe.com/pages/phpclasses/files/libcurl_emulator_52-7
http://code.blitzaffe.com/pages/phpclasses/files/http_retriever_52-6
skodak [Tue, 2 Jan 2007 10:27:59 +0000 (10:27 +0000)]
MDL-8032 remove repeated dashes from navmenu - replace with CSS styling
skodak [Tue, 2 Jan 2007 10:00:38 +0000 (10:00 +0000)]
MDL-7861 I have noticed that the last change in weblib.php http://moodle.cvs.sourceforge.net/moodle/moodle/lib/weblib.php?r1=1.722&r2=1.723 broke validation because name and id attributes are not the same, committing fix, please review ;-)
skodak [Tue, 2 Jan 2007 09:49:10 +0000 (09:49 +0000)]
removed ooo log output format now replaced by ods
skodak [Tue, 2 Jan 2007 09:45:03 +0000 (09:45 +0000)]
MDL-7742 CSS hooks for styling of section add menu
skodak [Tue, 2 Jan 2007 09:33:07 +0000 (09:33 +0000)]
MDL-7742 added nested drop down box to add activities/resources to course, 3rd party mods can specify type
MDL-6987 preparation for migration of mod/assignment/mod.html
toyomoyo [Tue, 2 Jan 2007 07:47:07 +0000 (07:47 +0000)]
MDL-7861, fixing broken xhtml
toyomoyo [Tue, 2 Jan 2007 07:43:56 +0000 (07:43 +0000)]
MDL-7861, fixing missing space
toyomoyo [Tue, 2 Jan 2007 06:49:30 +0000 (06:49 +0000)]
fixed a bug in calendar as one can have multiple role_assignments in a course
toyomoyo [Tue, 2 Jan 2007 06:10:35 +0000 (06:10 +0000)]
MDL-7871, replacing & with &
toyomoyo [Tue, 2 Jan 2007 05:55:57 +0000 (05:55 +0000)]
MDL-7861, replacing document.abc with document.getElementById('abc')
toyomoyo [Tue, 2 Jan 2007 05:04:11 +0000 (05:04 +0000)]
chaning reference from document.abc to document.getElementById('abc'), MDL-7861
toyomoyo [Tue, 2 Jan 2007 04:37:45 +0000 (04:37 +0000)]
MDL-7861, fixing missing tag
moodler [Tue, 2 Jan 2007 03:11:53 +0000 (03:11 +0000)]
Automatic installer.php lang files by installer_builder (
20070102 )
toyomoyo [Tue, 2 Jan 2007 02:21:54 +0000 (02:21 +0000)]
MDL-7861, fixing javascript
toyomoyo [Tue, 2 Jan 2007 01:59:49 +0000 (01:59 +0000)]
MDL-7861, fixing javascript
toyomoyo [Tue, 2 Jan 2007 01:41:14 +0000 (01:41 +0000)]
MDL-7861, adding cdata to javascript
vyshane [Tue, 2 Jan 2007 01:25:40 +0000 (01:25 +0000)]
XHTML fixes for MDL-7861.
skodak [Mon, 1 Jan 2007 13:36:42 +0000 (13:36 +0000)]
MDL-7977 new isguestuser() function implementation
skodak [Mon, 1 Jan 2007 13:26:20 +0000 (13:26 +0000)]
MDL-8028 Add separate addslashes_js function for javascript quoting
moodler [Sun, 31 Dec 2006 03:15:28 +0000 (03:15 +0000)]
Automatic installer.php lang files by installer_builder (
20061231 )
skodak [Sat, 30 Dec 2006 22:45:40 +0000 (22:45 +0000)]
MDL-8028 Add separate addslashes_js function for javascript quoting
skodak [Sat, 30 Dec 2006 21:40:22 +0000 (21:40 +0000)]
MDL-8029 removed obsoleted use of isteacher() from user view
skodak [Sat, 30 Dec 2006 21:32:53 +0000 (21:32 +0000)]
MDL-8029 removed obsoleted use of isadmin() from authenticate_user_login()
skodak [Sat, 30 Dec 2006 21:25:13 +0000 (21:25 +0000)]
MDL-8029 removed obsoleted use of nvl() from weblib
skodak [Sat, 30 Dec 2006 21:22:36 +0000 (21:22 +0000)]
MDL-8029 removed obsoleted optional_variable() from ldap config
skodak [Sat, 30 Dec 2006 21:18:15 +0000 (21:18 +0000)]
MDL-8029 obsoleted html_entity_decode() and file_get_contents() emulation removed from moodlelib
skodak [Sat, 30 Dec 2006 21:14:24 +0000 (21:14 +0000)]
MDL-8029 obsoleted file_get_contents() emulation removed from filelib
skodak [Sat, 30 Dec 2006 21:10:23 +0000 (21:10 +0000)]
MDL-8029 obsoleted ob_end_clean() emulation removed from chat
skodak [Sat, 30 Dec 2006 21:05:17 +0000 (21:05 +0000)]
nvl() function moved to deprecated - my +1 for removing it together with friends xxx_variable() from HEAD ;-)
skodak [Sat, 30 Dec 2006 19:45:24 +0000 (19:45 +0000)]
MDL-8022 Chat accessibility - new gui_basic should integrated and fully working now
+ improved print_user_picture() to allow images with empty alt to prevent repetitive reading of usernames in jaws when username is printed next to avatar
skodak [Sat, 30 Dec 2006 18:21:47 +0000 (18:21 +0000)]
MDL-7948 some more messaging accessiblity fixes -missing css changes
mark-nielsen [Sat, 30 Dec 2006 17:31:37 +0000 (17:31 +0000)]
Modified some strings and added a few others
mark-nielsen [Sat, 30 Dec 2006 17:29:44 +0000 (17:29 +0000)]
modified some strings to add more meaning to buttons and links
left menu, clock and media file all display like blocks
some general code cleanup eg: went through several of the todo's in the code
skodak [Sat, 30 Dec 2006 11:20:26 +0000 (11:20 +0000)]
MDL-7948 some more messaging accessiblity fixes
skodak [Sat, 30 Dec 2006 10:55:32 +0000 (10:55 +0000)]
MDL-7956 - fix problem with messages sent at the same time
skodak [Fri, 29 Dec 2006 22:52:01 +0000 (22:52 +0000)]
MDL-7829 zipping with binary zip broken under windows when moodledata on different disk
skodak [Fri, 29 Dec 2006 22:34:56 +0000 (22:34 +0000)]
MDL-7828 Backup with error PCLZIP_ERR_MISSING_FILE (-4) under windows when moodledata on different disk - patch by Yves Roy
skodak [Fri, 29 Dec 2006 22:34:56 +0000 (22:34 +0000)]
MDL-7828 Backup with error PCLZIP_ERR_MISSING_FILE (-4) under windows when moodledata on different disk - patch by Yves Roy
skodak [Fri, 29 Dec 2006 21:17:43 +0000 (21:17 +0000)]
MDL-7837 auth_ldap_bulk_insert() fails when user data contains single quotes - patch by IƱaki Arenaza
skodak [Fri, 29 Dec 2006 20:57:48 +0000 (20:57 +0000)]
MDL-8007 mimetype support for htc files, see http://support.microsoft.com/kb/306231
skodak [Fri, 29 Dec 2006 20:36:05 +0000 (20:36 +0000)]
MDL-8016 A language string for blog needs to remove "\n".
skodak [Fri, 29 Dec 2006 20:16:50 +0000 (20:16 +0000)]
MDL-8021 resource "Link to a file or web site", when created, doesn't open in a new window - fixed recourse typo
skodak [Fri, 29 Dec 2006 18:33:41 +0000 (18:33 +0000)]
MDL-8022 chat accessiblity
- new gui_basic that can be used as fallback or accessible option to gui_header_js - it is not compatible with chat daemon
- todo: CSS styling, beeping, JS fallback code in view.php and noframes fallback in gui_header_js
- minor changes in messaging language strings
- minor coding style improvements