moodlerobot
5b20cde0b2
Updated the HEAD build version to 20090216
2009-02-15 23:32:15 +00:00
stronk7
aab0cd1851
MDL-18244 sql_length() - apply new function to resource names filter ; merged from 19_STABLE
2009-02-15 23:23:41 +00:00
moodlerobot
56adfb3357
Automatic installer.php lang files by installer_builder (20090216)
2009-02-15 23:22:48 +00:00
stronk7
7b837bc375
MDL-18244 sql_length() - deprecate old use of function
2009-02-15 23:18:49 +00:00
stronk7
7e0db2e205
MDL-18244 sql_length() - new cross-db function to calculate the length in chars of any expression ; from 19_STABLE
2009-02-15 23:17:56 +00:00
skodak
a8e299711c
MDL-18209 fixe short php tag - thanks Jeffrey Silverman
2009-02-15 19:24:57 +00:00
skodak
133b5929a1
MDL-18253 hopefully fixed weird float precision that breaks upgrade and gradebook
2009-02-15 19:02:50 +00:00
skodak
f2cbf2dc1e
MDL-18258 fixed legacy type and improved risky default course role hints
2009-02-15 18:45:15 +00:00
skodak
69f34b9659
MDL-18039 xhtml strict fixes
2009-02-15 17:40:31 +00:00
iarenaza
eee34307b9
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().
2009-02-15 15:03:33 +00:00
skodak
e36005bef6
MDL-18041 improved admin risk info
2009-02-15 11:30:45 +00:00
skodak
ee84498bd3
MDL-18155 mentioned possiblity to lock email field; merged from MOODLE_19_STABLE
2009-02-15 10:05:33 +00:00
skodak
e7dd3aac30
MDL-18155 no warning if allowed email domains set; merged from MOODLE_19_STABLE
2009-02-15 09:55:48 +00:00
skodak
be22a5c16c
MDL-18078 adding docs links from detailed security overview report; merged from MOODLE_19_STABLE
2009-02-15 09:45:34 +00:00
moodlerobot
ff721259ca
Updated the HEAD build version to 20090215
2009-02-14 23:31:12 +00:00
stronk7
493c3651bf
MDL-9796 environment - make install & upgrade to ignore dataroot xml file (ENV_SELECT_RELEASE)
2009-02-14 23:12:04 +00:00
stronk7
829fa07417
MDL-9796 environment - add support to specify what xml file we want to use. defaults to newer (bc)
2009-02-14 23:08:05 +00:00
iarenaza
16ceeb6436
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.
2009-02-14 16:21:58 +00:00
iarenaza
4194d32185
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
2009-02-14 16:21:14 +00:00
moodlerobot
47fcb11794
Updated the HEAD build version to 20090214
2009-02-13 23:32:07 +00:00
nicolasconnault
75f3a4daff
MDL-18238 Merged from MOODLE_19_STABLE
2009-02-13 13:51:34 +00:00
nicolasconnault
64f4942f71
MDL-18004
2009-02-13 13:50:42 +00:00
stronk7
853a3d8e53
MDL-12846 course defaults - grrr I forgot to re-add the original setDefault()
2009-02-13 10:04:26 +00:00
stronk7
39c28155a5
MDL-12846 don't apply coursedefaults->category anymore.
2009-02-13 09:55:40 +00:00
nicolasconnault
712f332ecb
MDL-13501 Fixed headers
2009-02-13 08:08:34 +00:00
nicolasconnault
de0300ea3c
MDL-12631 Fixed breadcrumbs
2009-02-13 08:07:27 +00:00
nicolasconnault
1d1d29985f
MDL-18163 Implemented stats report from LSU gradebook
2009-02-13 08:04:10 +00:00
jerome
63e3b0d5d8
course default settings MDL-12846 remove category, set back number of topic/week to 10
2009-02-13 07:16:29 +00:00
tjhunt
2b6ec12cd4
quiz editing: MDL-18016 fix regression, adding questions on the order and paging tab was broken.
2009-02-13 07:12:41 +00:00
tjhunt
7b161e1290
quiz editing: MDL-17284 improve wording for delete -> remove all selected questions.
2009-02-13 07:11:55 +00:00
tjhunt
d11de005c6
question bank: MDL-16345 Assorted small efficiency gains.
2009-02-13 06:27:08 +00:00
tjhunt
24e8b9b684
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.
2009-02-13 06:11:42 +00:00
tjhunt
2d1e69d37b
question bank: MDL-18215 select all checkbox does not always work.
2009-02-13 05:06:01 +00:00
jerome
24350e0625
Web service MDL-17135 add web services administration
2009-02-13 03:08:35 +00:00
tjhunt
8915fb70b0
admin dbtransfer: MDL-18225 also, let the caller control how transactions are used.
2009-02-13 02:49:25 +00:00
moodlerobot
2722269247
Updated the HEAD build version to 20090213
2009-02-12 23:32:19 +00:00
moodlerobot
f235c8eb84
Automatic installer.php lang files by installer_builder (20090213)
2009-02-12 23:22:23 +00:00
nicolasconnault
90dc9c4b9f
MDL-18004 Fixed typo
2009-02-12 14:38:19 +00:00
nicolasconnault
52a4b8eaf4
MDL-18004 Changed "dropdown" to "dropdown menu"
2009-02-12 14:26:55 +00:00
nicolasconnault
70aaa10f25
MDL-18004 Combined the two admin settings into one dropdown
2009-02-12 11:00:16 +00:00
nicolasconnault
8354e71618
MDL-18004 Added two admin settings for showing/hiding the gradebook dropdown and tab navigation
2009-02-12 10:27:23 +00:00
tjhunt
e69b06efd6
admin dbtransfer: MDL-18225 dbtransfer script should do some output to reassure you that something is happening.
2009-02-12 08:34:35 +00:00
tjhunt
e82e01d1e0
weblib: MDL-18224 Create a better mechanism for outputting progress information from batch jobs
2009-02-12 08:33:42 +00:00
nicolasconnault
a238239d92
MDL-13501 Removing all capabilities but one
2009-02-12 08:22:57 +00:00
nicolasconnault
3998cc5c58
MDL-16913
2009-02-12 08:02:53 +00:00
nicolasconnault
7cdfde4308
no message
2009-02-12 07:55:24 +00:00
tjhunt
5bbdaed2a1
quiz editing: MDL-17455 fix non-unique first column in get records. Thanks Olli for spotting this.
2009-02-12 05:04:19 +00:00
moodlerobot
7e1fc57658
Updated the HEAD build version to 20090212
2009-02-12 00:33:37 +00:00
moodlerobot
9484cdd8f3
Automatic installer.php lang files by installer_builder (20090212)
2009-02-12 00:21:22 +00:00
stronk7
f571f5f554
MDL-18195 installer - always suggest/write paths using forward slashes
2009-02-11 17:00:39 +00:00