]>
git.mjollnir.org Git - moodle.git/log
skodak [Tue, 17 Feb 2009 17:15:47 +0000 (17:15 +0000)]
MDL-18293 exception and DML cleanup
skodak [Tue, 17 Feb 2009 16:50:36 +0000 (16:50 +0000)]
MDL-18293 exception and DML cleanup
skodak [Tue, 17 Feb 2009 16:44:48 +0000 (16:44 +0000)]
MDL-18293 exception cleanup
skodak [Tue, 17 Feb 2009 16:33:32 +0000 (16:33 +0000)]
MDL-18293 removing unused error strings (now replaced by exceptions)
skodak [Tue, 17 Feb 2009 16:18:05 +0000 (16:18 +0000)]
MDL-16698 towards new general editor element + converted course section summaries
skodak [Tue, 17 Feb 2009 13:33:06 +0000 (13:33 +0000)]
MDL-18286 fixed incorrect version number bump - thanks Anthony
sam_marshall [Tue, 17 Feb 2009 12:53:51 +0000 (12:53 +0000)]
MDL-18208: Make xmldb give sensible error if you try to generate documentation without having xsl extension installed
nicolasconnault [Tue, 17 Feb 2009 11:17:29 +0000 (11:17 +0000)]
MDL-18004
nicolasconnault [Tue, 17 Feb 2009 09:12:25 +0000 (09:12 +0000)]
MDL-18004 Redirecting report preference forms to their respective reports when submitted or cancelled
nicolasconnault [Tue, 17 Feb 2009 09:01:48 +0000 (09:01 +0000)]
MDL-18004 Separated gradebook course settings from report preferences
skodak [Tue, 17 Feb 2009 07:26:29 +0000 (07:26 +0000)]
MDL-18282 fixed incorrect version number bump - thanks Anthony
nicolasconnault [Tue, 17 Feb 2009 07:25:24 +0000 (07:25 +0000)]
MDL-18247 Merged from MOODLE_19_STABLE
tjhunt [Tue, 17 Feb 2009 07:21:56 +0000 (07:21 +0000)]
quiz attempts: MDL-18283 add accept-charset="utf-8" to avoid encoding problems.
tjhunt [Tue, 17 Feb 2009 06:14:54 +0000 (06:14 +0000)]
random question: MDL-18174 Fix notice when adding a random question to a quiz.
tjhunt [Tue, 17 Feb 2009 05:24:41 +0000 (05:24 +0000)]
tex filter: MDL-18230 ensure we always generate valid XHTML.
dongsheng [Tue, 17 Feb 2009 01:47:25 +0000 (01:47 +0000)]
"FILEPICKER/MDL-13766, fix type"
moodlerobot [Mon, 16 Feb 2009 23:32:03 +0000 (23:32 +0000)]
Updated the HEAD build version to
20090217
skodak [Mon, 16 Feb 2009 20:54:30 +0000 (20:54 +0000)]
MDL-16698 towarsd general editor element
skodak [Mon, 16 Feb 2009 20:53:23 +0000 (20:53 +0000)]
MDL-16597 default to unlimited number of files instead of 0 which means no files
skodak [Mon, 16 Feb 2009 20:47:22 +0000 (20:47 +0000)]
MDL-14589 implemented browsing of course section files + fixed bug when getting parent dirs of stored files
stronk7 [Mon, 16 Feb 2009 17:58:50 +0000 (17:58 +0000)]
MDL-18243 data module filter - make it cross-db by using sql_compare_text() ; merged from 19_STABLE
wildgirl [Mon, 16 Feb 2009 17:13:52 +0000 (17:13 +0000)]
welcometocoursetext lang string: MDL-18260 small rewording
poltawski [Mon, 16 Feb 2009 13:14:30 +0000 (13:14 +0000)]
performance/mymoodle MDL-18241 - Assigments were very expensive
Reworked to take queries out of loops and let it scale. Unfortunately
I don't think we can get the get_users_by_capability() call out of the
loop on assignments.
Real query numbers before/after:
Teacher: 12,509 / 314
Student: 127 / 72
Admin: 718 / 133
Conflicts:
mod/assignment/lib.php
Merged from 19_STABLE (with dmlib changes)
stronk7 [Mon, 16 Feb 2009 10:33:08 +0000 (10:33 +0000)]
MDL-18222 restore - fixed restoring of course->summary links. Was being handled too early. Moved to final decoding links process. Merged from 19_STABLE
jerome [Mon, 16 Feb 2009 08:06:14 +0000 (08:06 +0000)]
web service MDL-17135 add moodle/site:usewebservice capability - display only web service users into administration page
dongsheng [Mon, 16 Feb 2009 07:09:50 +0000 (07:09 +0000)]
"FILTER/MDL-17703, reverse changes to work within p tag, merged from 1.9"
tjhunt [Mon, 16 Feb 2009 04:16:10 +0000 (04:16 +0000)]
weblib: finish documenting print_user_picture.
dongsheng [Mon, 16 Feb 2009 03:10:01 +0000 (03:10 +0000)]
"FILTER/MDL-18230, remove hardcoded style for TeX formulas image, merged from 1.9"
stronk7 [Sun, 15 Feb 2009 23:43:34 +0000 (23:43 +0000)]
Fix tests (missing declaration) and add tests for sql_length()
moodlerobot [Sun, 15 Feb 2009 23:32:15 +0000 (23:32 +0000)]
Updated the HEAD build version to
20090216
stronk7 [Sun, 15 Feb 2009 23:23:41 +0000 (23:23 +0000)]
MDL-18244 sql_length() - apply new function to resource names filter ; merged from 19_STABLE
moodlerobot [Sun, 15 Feb 2009 23:22:48 +0000 (23:22 +0000)]
Automatic installer.php lang files by installer_builder (
20090216 )
stronk7 [Sun, 15 Feb 2009 23:18:49 +0000 (23:18 +0000)]
MDL-18244 sql_length() - deprecate old use of function
stronk7 [Sun, 15 Feb 2009 23:17:56 +0000 (23:17 +0000)]
MDL-18244 sql_length() - new cross-db function to calculate the length in chars of any expression ; from 19_STABLE
skodak [Sun, 15 Feb 2009 19:24:57 +0000 (19:24 +0000)]
MDL-18209 fixe short php tag - thanks Jeffrey Silverman
skodak [Sun, 15 Feb 2009 19:02:50 +0000 (19:02 +0000)]
MDL-18253 hopefully fixed weird float precision that breaks upgrade and gradebook
skodak [Sun, 15 Feb 2009 18:45:15 +0000 (18:45 +0000)]
MDL-18258 fixed legacy type and improved risky default course role hints
skodak [Sun, 15 Feb 2009 17:40:31 +0000 (17:40 +0000)]
MDL-18039 xhtml strict fixes
iarenaza [Sun, 15 Feb 2009 15:03:33 +0000 (15:03 +0000)]
Cache LDAP connections: MDL-18130 Properly handle open LDAP connections.
Both CAS and LDAP auth plugins open new connections to the LDAP server
to get the user account details. While this is the desired behaviour
for regular logins (we probably don't have an already open connection
to the LDAP server), this is a ressource hog when we are doing user
synchronization, as the closed connections remain in the TCP_WAIT
state for a while before the server can reuse them. If we are syncing
a lot of users, we can make the server run out of available TCP
ressources.
So we cache the connection the first time we establish it and return
the same connection handle everytime, unless we've closed all the
'open' connections, or the auth object is destroyed.
In addition to that, there were a few missing calls to ldap_close().
skodak [Sun, 15 Feb 2009 11:30:45 +0000 (11:30 +0000)]
MDL-18041 improved admin risk info
skodak [Sun, 15 Feb 2009 10:05:33 +0000 (10:05 +0000)]
MDL-18155 mentioned possiblity to lock email field; merged from MOODLE_19_STABLE
skodak [Sun, 15 Feb 2009 09:55:48 +0000 (09:55 +0000)]
MDL-18155 no warning if allowed email domains set; merged from MOODLE_19_STABLE
skodak [Sun, 15 Feb 2009 09:45:34 +0000 (09:45 +0000)]
MDL-18078 adding docs links from detailed security overview report; merged from MOODLE_19_STABLE
moodlerobot [Sat, 14 Feb 2009 23:31:12 +0000 (23:31 +0000)]
Updated the HEAD build version to
20090215
stronk7 [Sat, 14 Feb 2009 23:12:04 +0000 (23:12 +0000)]
MDL-9796 environment - make install & upgrade to ignore dataroot xml file (ENV_SELECT_RELEASE)
stronk7 [Sat, 14 Feb 2009 23:08:05 +0000 (23:08 +0000)]
MDL-9796 environment - add support to specify what xml file we want to use. defaults to newer (bc)
iarenaza [Sat, 14 Feb 2009 16:21:58 +0000 (16:21 +0000)]
NTLM SSO: MDL-13760 Speed up ntlm sign on with conditional redirect for msie
Provides an option, configurable by admin, to make the ntlm test happen
only if MSIE is not used. This speeds things up for IE.
iarenaza [Sat, 14 Feb 2009 16:21:14 +0000 (16:21 +0000)]
NTLM SSO: MDL-14584 Fix for several outstanding NTLM SSO issues.
These include:
MDL-14078: redirect() doubles the specified timeout when we haven't printed
the page header and uses javascript to execute the redirect. This
is interacting badly with some versions of IE and FF (at least
3.0.x Windows version) that fireup javascript timers even if
we already left the page where we set those up. Just print
the page header (we are printing other content anyway) to
make redirect respect our timeouts.
MDL-14071: All the relevant details are in the description of the bug :)
MDL-14297: This is probably the same as MDL-14078
moodlerobot [Fri, 13 Feb 2009 23:32:07 +0000 (23:32 +0000)]
Updated the HEAD build version to
20090214
nicolasconnault [Fri, 13 Feb 2009 13:51:34 +0000 (13:51 +0000)]
MDL-18238 Merged from MOODLE_19_STABLE
nicolasconnault [Fri, 13 Feb 2009 13:50:42 +0000 (13:50 +0000)]
MDL-18004
stronk7 [Fri, 13 Feb 2009 10:04:26 +0000 (10:04 +0000)]
MDL-12846 course defaults - grrr I forgot to re-add the original setDefault()
stronk7 [Fri, 13 Feb 2009 09:55:40 +0000 (09:55 +0000)]
MDL-12846 don't apply coursedefaults->category anymore.
nicolasconnault [Fri, 13 Feb 2009 08:08:34 +0000 (08:08 +0000)]
MDL-13501 Fixed headers
nicolasconnault [Fri, 13 Feb 2009 08:07:27 +0000 (08:07 +0000)]
MDL-12631 Fixed breadcrumbs
nicolasconnault [Fri, 13 Feb 2009 08:04:10 +0000 (08:04 +0000)]
MDL-18163 Implemented stats report from LSU gradebook
jerome [Fri, 13 Feb 2009 07:16:29 +0000 (07:16 +0000)]
course default settings MDL-12846 remove category, set back number of topic/week to 10
tjhunt [Fri, 13 Feb 2009 07:12:41 +0000 (07:12 +0000)]
quiz editing: MDL-18016 fix regression, adding questions on the order and paging tab was broken.
tjhunt [Fri, 13 Feb 2009 07:11:55 +0000 (07:11 +0000)]
quiz editing: MDL-17284 improve wording for delete -> remove all selected questions.
tjhunt [Fri, 13 Feb 2009 06:27:08 +0000 (06:27 +0000)]
question bank: MDL-16345 Assorted small efficiency gains.
tjhunt [Fri, 13 Feb 2009 06:11:42 +0000 (06:11 +0000)]
question bank: MDL-12719, MDL-15774, MDL-17105, and MDL-18174
These are all to do with the combination of the $form->category, and $form->categorymoveto fields on the question editing forms since Moodle 1.9. These are now resolved to a single ->category value in question.php, which simplifies the logic for the individual question types.
MDL-15774 and MDL-12719 errors editing Cloze question
MDL-17105 problems with qustion saving logic.
MDL-18174 'Select from subcategories' option not preserved when editing a random question.
tjhunt [Fri, 13 Feb 2009 05:06:01 +0000 (05:06 +0000)]
question bank: MDL-18215 select all checkbox does not always work.
jerome [Fri, 13 Feb 2009 03:08:35 +0000 (03:08 +0000)]
Web service MDL-17135 add web services administration
tjhunt [Fri, 13 Feb 2009 02:49:25 +0000 (02:49 +0000)]
admin dbtransfer: MDL-18225 also, let the caller control how transactions are used.
moodlerobot [Thu, 12 Feb 2009 23:32:19 +0000 (23:32 +0000)]
Updated the HEAD build version to
20090213
moodlerobot [Thu, 12 Feb 2009 23:22:23 +0000 (23:22 +0000)]
Automatic installer.php lang files by installer_builder (
20090213 )
nicolasconnault [Thu, 12 Feb 2009 14:38:19 +0000 (14:38 +0000)]
MDL-18004 Fixed typo
nicolasconnault [Thu, 12 Feb 2009 14:26:55 +0000 (14:26 +0000)]
MDL-18004 Changed "dropdown" to "dropdown menu"
nicolasconnault [Thu, 12 Feb 2009 11:00:16 +0000 (11:00 +0000)]
MDL-18004 Combined the two admin settings into one dropdown
nicolasconnault [Thu, 12 Feb 2009 10:27:23 +0000 (10:27 +0000)]
MDL-18004 Added two admin settings for showing/hiding the gradebook dropdown and tab navigation
tjhunt [Thu, 12 Feb 2009 08:34:35 +0000 (08:34 +0000)]
admin dbtransfer: MDL-18225 dbtransfer script should do some output to reassure you that something is happening.
tjhunt [Thu, 12 Feb 2009 08:33:42 +0000 (08:33 +0000)]
weblib: MDL-18224 Create a better mechanism for outputting progress information from batch jobs
nicolasconnault [Thu, 12 Feb 2009 08:22:57 +0000 (08:22 +0000)]
MDL-13501 Removing all capabilities but one
nicolasconnault [Thu, 12 Feb 2009 08:02:53 +0000 (08:02 +0000)]
MDL-16913
nicolasconnault [Thu, 12 Feb 2009 07:55:24 +0000 (07:55 +0000)]
no message
tjhunt [Thu, 12 Feb 2009 05:04:19 +0000 (05:04 +0000)]
quiz editing: MDL-17455 fix non-unique first column in get records. Thanks Olli for spotting this.
moodlerobot [Thu, 12 Feb 2009 00:33:37 +0000 (00:33 +0000)]
Updated the HEAD build version to
20090212
moodlerobot [Thu, 12 Feb 2009 00:21:22 +0000 (00:21 +0000)]
Automatic installer.php lang files by installer_builder (
20090212 )
stronk7 [Wed, 11 Feb 2009 17:00:39 +0000 (17:00 +0000)]
MDL-18195 installer - always suggest/write paths using forward slashes
stronk7 [Wed, 11 Feb 2009 16:39:49 +0000 (16:39 +0000)]
MDL-18219 installer - respect $distro->dbtype after downloading langs
stronk7 [Wed, 11 Feb 2009 16:22:20 +0000 (16:22 +0000)]
MDL-18200 installer - Added 2 new strings to installer
stronk7 [Wed, 11 Feb 2009 16:21:15 +0000 (16:21 +0000)]
MDL-18200 installer - clarify Data Directory help + 2 new strings
stronk7 [Wed, 11 Feb 2009 16:16:52 +0000 (16:16 +0000)]
MDL-18200 installer - create dataroot dir if possible
stronk7 [Wed, 11 Feb 2009 15:26:29 +0000 (15:26 +0000)]
MDL-18200 - fix make_upload_directory() was always failing on initial creation of dataroot
nicolasconnault [Wed, 11 Feb 2009 15:21:07 +0000 (15:21 +0000)]
MDL-13501 Adding visual report to HEAD for community feedback and ideas.
nicolasconnault [Wed, 11 Feb 2009 14:29:11 +0000 (14:29 +0000)]
MDL-17807 Fixed skipped first column (Thanks Barry)
nicolasconnault [Wed, 11 Feb 2009 14:27:22 +0000 (14:27 +0000)]
MDL-18004 Added a new "Settings tab" which includes course settings and report preferences
tjhunt [Wed, 11 Feb 2009 10:35:41 +0000 (10:35 +0000)]
quiz editing: MDL-17455 fix missing global. Oops.
tjhunt [Wed, 11 Feb 2009 10:08:07 +0000 (10:08 +0000)]
quiz editing: MDL-17455 refactor the editing code to use the locallib functions to print the icons.
Also, use the new method in the random question class to get the list of random questions reliably.
tjhunt [Wed, 11 Feb 2009 10:06:11 +0000 (10:06 +0000)]
quiz editing: MDL-17296 final attempt to get the display of the open/closed state here to Olli's satisfaction ;-) - Oops, I missed the lang string.
stronk7 [Wed, 11 Feb 2009 10:01:11 +0000 (10:01 +0000)]
MDL-17365 forum ajax rating - revert menu color back after error ; merged from 19_STABLE
tjhunt [Wed, 11 Feb 2009 09:48:30 +0000 (09:48 +0000)]
quiz editing: Whitespace improvements.
tjhunt [Wed, 11 Feb 2009 08:12:19 +0000 (08:12 +0000)]
quiz editing: MDL-17296 final attempt to get the display of the open/closed state here to Olli's satisfaction ;-)
tjhunt [Wed, 11 Feb 2009 08:08:58 +0000 (08:08 +0000)]
moodlelib.php: Improve the phpdoc comment for userdate.
tjhunt [Wed, 11 Feb 2009 07:52:26 +0000 (07:52 +0000)]
quiz: MDL-17873 small efficiency gains.
tjhunt [Wed, 11 Feb 2009 07:48:44 +0000 (07:48 +0000)]
Typo fix in comment.
tjhunt [Wed, 11 Feb 2009 07:46:53 +0000 (07:46 +0000)]
file api: MDL-18111 Improve doc comments a bit.
tjhunt [Wed, 11 Feb 2009 07:24:29 +0000 (07:24 +0000)]
Nuke irrelevant comment.
jerome [Wed, 11 Feb 2009 06:57:30 +0000 (06:57 +0000)]
web serviceMDL-12886 refactor servers into object + add Zend_soap and Zend_xmlrpc server
tjhunt [Wed, 11 Feb 2009 06:43:23 +0000 (06:43 +0000)]
upgrade refactoring: MDL-17458 remove references to block_is_compatible, since Petr deleted that function.