38219 Commits

Author SHA1 Message Date
samhemelryk
f5b5a82203 navigation MDL-20521 Fixed caching issue with admin tree
Added methods that allow a navigation cache to be marked as volatile so that it is destroyed on shutdown, forcing the next page to load to completely regenerate the navigation structure.
Caches are marked as volatile automatically if the load is within the system context, and can optionally be marked as volatile by calling PAGE->navigation->clear_cache() if desired.
2009-10-12 05:39:32 +00:00
dongsheng
fa8431d74f "MDL-14907, fixed UTF8 fold in iCal export, thanks Tomasz Muras, merged from 1.9" 2009-10-12 05:10:26 +00:00
moodlerobot
103e0dd285 Updated the HEAD build version to 20091012 2009-10-12 00:37:35 +00:00
stronk7
15a0ffc8f0 MDL-20349 find_sequence_name() is out. No need to use it anymore. 2009-10-11 21:52:40 +00:00
moodlerobot
3bbd1cd2f7 Updated the HEAD build version to 20091011 2009-10-11 00:38:05 +00:00
pichetp
78d2d5763a MDL-20296 setting get_correct_responses() 2009-10-10 01:08:11 +00:00
moodlerobot
63e39a062a Updated the HEAD build version to 20091010 2009-10-10 00:38:06 +00:00
pichetp
188c3eaa80 MDL-20522 the $result was forgotten in the last test if ($result && $oldversion < 2009092000) 2009-10-09 18:40:16 +00:00
stronk7
3c41bba0f2 MDL-17969 mssql native driver: improve temp tables detection. Now they can be concurrently created in different sessions. 2009-10-09 18:39:16 +00:00
pichetp
caf2d133c2 MDL-20522 correct the version numbers and creating database field steps 2009-10-09 17:24:29 +00:00
stronk7
4efab18ebd NOBUG: xhtml 2009-10-09 17:21:03 +00:00
exe-cutor
82909a9ae7 shibboleth authentication: MDL-18597 Merged over changes to HEAD 2009-10-09 11:10:58 +00:00
stronk7
ab62bd23ff MDL-14679 tidy phpdocs for sql_substr() a bit 2009-10-09 10:02:39 +00:00
jerome
35b9a80aa6 webservice MDL-12886 commit for Petr to work on the last code this weekend (SOAP code very not clean) 2009-10-09 09:57:07 +00:00
samhemelryk
1182b73701 en_utf8 MDL-19468 Copied auth_* language strings back into auth.php to maintain backwards compatibility 2009-10-09 05:25:00 +00:00
moodlerobot
a514147fe3 Updated the HEAD build version to 20091009 2009-10-09 00:38:35 +00:00
skodak
eb123debc6 MDL-19474 One year and a half ago we started designing and implementing our new databse abstraction layer which included brand new moodle native drivers. Today we are finally removing old legacy drivers that were still using adodb internally. From now on the adodb will be used only in some authentication and enrolment plugins, we are probably going to drop adodb there too later in 2.x. Thanks everybody who helped test and improve our new drivers, even bigger thanks to all the great developers who created ADOdb! 2009-10-08 22:34:34 +00:00
skodak
79f0d55bc6 MDL-19474 finally dropping support for old adodb moodle database drivers, yay! 2009-10-08 22:25:28 +00:00
skodak
d6960b0bd1 MDL-19474 finally dropping support for old adodb moodle database drivers, yay! 2009-10-08 22:04:32 +00:00
skodak
625adcf2e5 MDL-12886 make webservice protocols true plugins 2009-10-08 22:02:50 +00:00
stronk7
212f17c354 MDL-17491 oracle native driver - now defaulting to it! B-) 2009-10-08 15:14:01 +00:00
stronk7
2c51695987 MDL-20352 - raising oracle 2.0 min req. to 10.2 2009-10-08 14:46:00 +00:00
stronk7
08559d7de0 MDL-17491 oci native driver - now supporting db locks (hence db sessions) 2009-10-08 14:39:58 +00:00
skodak
265eaf365f MDL-12886 external functions and services maintenance is now part of the upgrade process - removing old unused code 2009-10-08 10:58:24 +00:00
skodak
960dc29857 MDL-12886 minor improvement in return value validation 2009-10-08 10:57:20 +00:00
dongsheng
b3efb4cfd4 "MDL-13766, delete config if checkbox element is unchecked" 2009-10-08 09:01:34 +00:00
dongsheng
6b3c4d65c7 "MDL-20073, remove the static text" 2009-10-08 07:05:48 +00:00
dongsheng
7d4080f030 "MDL-16698, fixed patameter for editor element" 2009-10-08 07:00:48 +00:00
dongsheng
04a645027c "MDL-20346, fixed incorrect parameter type" 2009-10-08 06:52:30 +00:00
dongsheng
c61274bfc1 "MDL-19118, comments interface css changes" 2009-10-08 06:39:01 +00:00
dongsheng
75d07096d3 "MDL-14651, improved chat module interface" 2009-10-08 06:37:00 +00:00
ericmerrill
4a09658ea8 My Moodle/Courses: MDL-20472 get_my_courses returns 2 more courses then limit. Repairs two off by one errors in get_my_courses and get_user_courses_bycap. 2009-10-08 04:52:33 +00:00
moodler
453bf70f6e tinymce/video MDL-19611 Restoring the video button so at least it works and we can do demos and tests. If there are still security issues then please describe them. 2009-10-08 04:33:55 +00:00
nicolasconnault
3cc5e0bcbc MDL-19567 Correctly ordering imported courses by sortorder (previously not ordered explicitly). Merged from MOODLE_19_STABLE 2009-10-08 02:28:30 +00:00
moodlerobot
63b06a93c0 Updated the HEAD build version to 20091008 2009-10-08 00:38:32 +00:00
skodak
ab55925e27 MDL-12886 fixed DML use in service access control 2009-10-07 22:29:00 +00:00
skodak
fa53a1f2a9 MDL-12886 new sample simple REST web service layer - this is kind of proposal outlining a bit improved OOP WS server framework; please note it fully works including most of the security checks and authentication - more details in notes at the top of the file; the missing bit is token based authentication 2009-10-07 21:55:27 +00:00
skodak
04d212ce4d MDL-12886 refacoring: the external_param is in fact value because we use it also in return structures 2009-10-07 21:49:03 +00:00
skodak
2965d271d9 MDL-12886 fixed param typo and adding new timeout method 2009-10-07 21:44:54 +00:00
skodak
13e40ad183 MDL-12886 fixed param typo 2009-10-07 21:44:26 +00:00
pichetp
03990aa6e7 MDL-20296 Units handling for numerical and calculatedquestions 2009-10-07 21:03:58 +00:00
pichetp
c5da99065e MDL-20296 Units handling for numerical and calculatedquestions
commented echo diagnostic lines as has been left for the testing period.
2009-10-07 20:50:38 +00:00
pichetp
b003b81817 MDL-20296 Units handling for numerical and calculatedquestions 2009-10-07 20:45:45 +00:00
ericmerrill
e84a97b83c My Moodle: MDL-19089 Course limit for My Moodle not propperly obeyed. Fixing so that it obeys mycoursesperpage and propperly displays '...' 2009-10-07 16:30:07 +00:00
dongsheng
92eaeca5c9 "MDL-20470, use a gloabl varible repositoryuseexternallink to make filepicker return the link instead of downloading to moodle file pool" 2009-10-07 10:16:45 +00:00
skodak
551f442078 fixing copyright, this was in fact work of several people :-) 2009-10-07 10:15:07 +00:00
dongsheng
e4efa8ac07 "MDL-20470, update texturl value in file picker" 2009-10-07 10:13:04 +00:00
dongsheng
724e7ee6ac "MDL-20470, add a texturl element, which can use filepicker to choose a url" 2009-10-07 05:23:36 +00:00
moodlerobot
8ff9bd63a8 Updated the HEAD build version to 20091007 2009-10-07 00:38:11 +00:00
moodlerobot
82bebd30c8 Automatic installer.php lang files by installer_builder (20091007) 2009-10-07 00:28:14 +00:00