jamiesensei
5ce73257ab
some bug fixes in setHelpButton internals.
...
added new editorhelpbutton function that can be used to refer to several help topics.
2007-01-04 10:23:06 +00:00
moodler
81693ac7f1
Make logout work without needing openssl MDL-8070
2007-01-04 08:32:50 +00:00
moodler
244f6f3248
Removed old attributes on moodle mlogo
2007-01-04 06:06:17 +00:00
toyomoyo
2558aa7fe8
adding fieldset MDL-7861
2007-01-04 05:49:29 +00:00
moodler
d21a5865cf
Added CFG->frametarget (defined by frametarget()) MDL-8050
2007-01-04 04:57:50 +00:00
martinlanghoff
f509ce0657
lib/db/access: Capability for roaming to remote Moodles
...
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:30:37 +00:00
martinlanghoff
357f08fa49
mnet: polish db changes to match upgrade and clean inst
2007-01-04 03:27:58 +00:00
martinlanghoff
5cd129c7f9
mnet/multiauth: table setup scripts
2007-01-04 03:27:05 +00:00
martinlanghoff
63b1e3513b
mnet: fixed merge typo
2007-01-04 03:26:24 +00:00
martinlanghoff
03d820c788
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
2007-01-04 02:52:44 +00:00
martinlanghoff
b776b27738
db upgrades are now XHTML-correct -- at least when they succeed! With this patch, 1.8 installation completes correctly
2007-01-04 01:07:35 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
skodak
b8806cccdf
Adobe Acrobat JavaScript Execution Bug SC#346
2007-01-03 23:35:03 +00:00
skodak
c94eac4a4e
MDL-7861 Strict XHTML 1.0 - popup_form() fixes (added div and $formname parameter changed to $formid) - fixed typo :-(
2007-01-03 22:54:54 +00:00
skodak
c7225fe291
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
2007-01-03 20:35:09 +00:00
skodak
e6bfd8e45e
MDL-8050 1.2 Remove all target="_top" - fixed typo
2007-01-03 20:06:11 +00:00
skodak
32f0b38a4a
MDL-8049 Remove all language=Javascript from javascript includes
2007-01-03 19:33:44 +00:00
skodak
e25cb71041
MDL-8050 1.2 Remove all target="_top"
2007-01-03 19:24:48 +00:00
skodak
ee5567d1ae
MDL-7861 Strict XHTML 1.0 - popup_form() fixes (added div and $formname parameter changed to $formid)
2007-01-03 18:53:03 +00:00
moodler
2ef9d19a51
Added skip links to all course formats to main content MDL-7878
2007-01-03 15:37:07 +00:00
moodler
8e968c9a66
Some small additions for validators (we don't want SID messing up nice xhtml)
2007-01-03 15:00:13 +00:00
moodler
f4ba7e1a54
Bend over for XHTML 1.0 Strict ... MDL-8049
...
Removed Javascript language attribute tags and added CDATA
2007-01-03 14:44:17 +00:00
moodler
a09f3b7db6
Removed some language=Javscript attributes ... we need to remove all of them!
2007-01-03 09:09:25 +00:00
moodler
84dec541b0
On second thoughts, while we are in testing phase, let's run with XHTML Strict all the time. MDL-7861
2007-01-03 02:03:22 +00:00
moodler
8af1b1ba80
MDL-7861 Better setting of strict in other debug modes too
2007-01-03 01:51:02 +00:00
moodler
2533830067
$CFG->debugdisplay now controls PHP errors too
2007-01-03 01:37:20 +00:00
skodak
8ee88311d1
MDL-8018 testing and bugfixing of curl emulation library + added download_file_content() into filelib.php
2007-01-02 22:44:59 +00:00
skodak
d5391f10bf
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
2007-01-02 20:38:20 +00:00
skodak
e0fdb167d9
MDL-8032 remove repeated dashes from navmenu - replace with CSS styling
2007-01-02 10:27:59 +00:00
skodak
9119f247cf
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 ;-)
2007-01-02 10:00:38 +00:00
skodak
89bfeee0d6
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
2007-01-02 09:33:07 +00:00
toyomoyo
9d3c6ee506
chaning reference from document.abc to document.getElementById('abc'), MDL-7861
2007-01-02 05:04:11 +00:00
skodak
2a919fd7fe
MDL-7977 new isguestuser() function implementation
2007-01-01 13:36:42 +00:00
skodak
4702be4ef7
MDL-8028 Add separate addslashes_js function for javascript quoting
2007-01-01 13:26:20 +00:00
skodak
0d1cd0ea21
MDL-8028 Add separate addslashes_js function for javascript quoting
2006-12-30 22:45:40 +00:00
skodak
b7b9786414
MDL-8029 removed obsoleted use of isadmin() from authenticate_user_login()
2006-12-30 21:32:53 +00:00
skodak
d90ffc1f66
MDL-8029 removed obsoleted use of nvl() from weblib
2006-12-30 21:25:13 +00:00
skodak
0e5215db91
MDL-8029 obsoleted html_entity_decode() and file_get_contents() emulation removed from moodlelib
2006-12-30 21:18:15 +00:00
skodak
2098f6ddbb
MDL-8029 obsoleted file_get_contents() emulation removed from filelib
2006-12-30 21:14:24 +00:00
skodak
5d776ecbfc
nvl() function moved to deprecated - my +1 for removing it together with friends xxx_variable() from HEAD ;-)
2006-12-30 21:05:17 +00:00
skodak
953eb6f315
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
2006-12-30 19:45:24 +00:00
skodak
711fb62baf
MDL-7829 zipping with binary zip broken under windows when moodledata on different disk
2006-12-29 22:52:01 +00:00
skodak
af7454d606
MDL-7828 Backup with error PCLZIP_ERR_MISSING_FILE (-4) under windows when moodledata on different disk - patch by Yves Roy
2006-12-29 22:34:56 +00:00
skodak
da84dc82e6
MDL-7828 Backup with error PCLZIP_ERR_MISSING_FILE (-4) under windows when moodledata on different disk - patch by Yves Roy
2006-12-29 22:34:56 +00:00
skodak
70ee284143
MDL-8007 mimetype support for htc files, see http://support.microsoft.com/kb/306231
2006-12-29 20:57:48 +00:00
skodak
feaf5d06db
MDL-8015 improved file uploading
...
- changed file upload api in formslib
- fixed blog attachments and related code in file.php
- fixed glossary attachments
- fixed embedded images in forum posts and blogs - only gif, png and jpeg; the problme was that svg were embedded using img tag which was wrong, the same applied to other picture formats unsupported by browsers (please note that student submitted svg should be never embedded in moodle page for security reasons)
- other minor fixes
2006-12-28 21:21:44 +00:00
jamiesensei
1d284fbd85
fixing all the form names as per new class naming convention (PHP class names are also used for html id for styling)
2006-12-28 15:43:47 +00:00
jamiesensei
f07b9627b6
changes to how we generate the id attribute of forms and the naming convention of forms
...
migrate blog edit to formslib
2006-12-28 09:32:45 +00:00
martinlanghoff
02d3b34a8e
rcache_getforfill() - better phpdoc
2006-12-27 22:55:12 +00:00
martinlanghoff
f917d0ea9b
$MCACHE - rework memcached support - some rework on eaccelerator
...
We now have a wrapper memcached support class to handle
initial connection setup, provide the common denominator
calls, plus getforfill() and friends.
The eaccelerator class now returns false to match memcached. The
downside of this is that we cannot store booleans as a false value
is indistinguishable from a false that indicates error or 'key not
found'.
2006-12-27 22:47:51 +00:00