Commit graph

44295 commits

Author SHA1 Message Date
Eloy Lafuente
7efd488e76 MDL-23437 backup - move restore:restoreactivity cap from module to course context 2010-09-05 16:58:30 +00:00
Petr Skoda
f12768798b MDL-16853 improver set_field() unittests, hopefully this would detect any potential Oracle problems mentioned in tracker 2010-09-05 16:18:21 +00:00
Petr Skoda
2b3ccae5f9 MDL-14679 more get_field() unittests 2010-09-05 15:48:19 +00:00
Eloy Lafuente
b212f87e32 MDL-21432 backup - proper fallback of user if missing orig one 2010-09-05 15:42:11 +00:00
Petr Skoda
d7f42e77e6 MDL-14679 improved get_filed tests 2010-09-05 15:36:06 +00:00
Petr Skoda
33adf18761 MDL-15916 fixed usage of renamed string 2010-09-05 14:08:10 +00:00
Petr Skoda
6e0b0a39ab MDL-15916 teachers now control course welcome messages in each course separately, you can also specify custom message
AMOS BEGIN
 MOV [sendcoursewelcomemessage_desc,enrol_self],[sendcoursewelcomemessage_help,enrol_self]
AMOS END
2010-09-05 14:05:24 +00:00
Petr Skoda
8b0846f7a2 MDL-23899 PHP Intl extension is recommended in 2.0 now because we use it for asort in textlib 2010-09-05 13:14:17 +00:00
Petr Skoda
c6947ba7a5 MDL-23899 migration to new locale aware asort 2010-09-05 13:00:47 +00:00
Petr Skoda
3650b83d9e MDL-23899 fixed asort to modify parameter instead of returning array - it now matches standard asort() 2010-09-05 12:57:59 +00:00
Petr Skoda
0f21a964a5 MDL-24079 fixing recent regressions caused by api changes in tablelib; sorry I did not find the problem earlier 2010-09-05 12:35:51 +00:00
Petr Skoda
ee70439a64 MDL-24079 fixed recent and old regressions in tablelib, next commit is going to include fixes for usage of tablelib 2010-09-05 12:27:17 +00:00
Petr Skoda
af41d03d96 MDL-15962 implemented a max enrolled users limit in enrol/self plugin 2010-09-05 11:21:01 +00:00
Moodle Robot
39693a3dba Updated the HEAD build version to 20100905 2010-09-05 00:49:35 +00:00
Petr Skoda
878bcc7f09 MDL-23899 locale aware asort + unit tests 2010-09-04 21:12:18 +00:00
Petr Skoda
7a0873d11d MDL-24009 fixed wrong file url rewriting and removing cleaning from lesson page contexts - this is marked with RISK_XSS 2010-09-04 20:35:30 +00:00
Petr Skoda
ff321d35bc MDL-24009 fixed wrong value encoding in form 2010-09-04 20:34:15 +00:00
Petr Skoda
4758639429 MDL-24080 converting remaining NOT LIKEs 2010-09-04 14:52:47 +00:00
Petr Skoda
2225fb4809 MDL-24080 fixed debug warning and converted NOT LIKE 2010-09-04 14:43:11 +00:00
Petr Skoda
16114b9db8 MDL-24080 new $notlike parameter added to our new sql_like(), hopefully nobody started using the $escaped param yet; unittests included 2010-09-04 14:39:01 +00:00
Petr Skoda
2f8eea3415 MDL-24079 finally the sql_ilike() is deprecated 2010-09-04 14:23:50 +00:00
Petr Skoda
e99cfeb83f MDL-24079 glossary now using new sql_like 2010-09-04 14:15:48 +00:00
Petr Skoda
800bb0f70f MDL-24079 mod/data now using new sql_like 2010-09-04 14:08:03 +00:00
Petr Skoda
af0dcf3adf MDL-24079 forum now using new sql_like 2010-09-04 13:59:24 +00:00
Petr Skoda
0f1b6a5eb8 MDL-24079 feedback now using new sql_like 2010-09-04 13:58:49 +00:00
Petr Skoda
dd54dc31b6 MDL-24079 messaging now using new sql_like 2010-09-04 13:05:51 +00:00
Petr Skoda
20a79b4316 MDL-24079 fixed potential SQL injection in tablelib 2010-09-04 13:02:49 +00:00
Petr Skoda
e08de1b495 MDL-24079 converted searchlib to use new sql_like() 2010-09-04 12:50:23 +00:00
Petr Skoda
b0238f06e3 MDL-24079 converted datalib to use new sql_like() 2010-09-04 12:45:47 +00:00
Petr Skoda
f7614bb032 MDL-24079 converted enrol to use new sql_like() 2010-09-04 12:38:56 +00:00
Petr Skoda
8086b08328 MDL-24079 log migrated to new sql_like(), removing unnecessary preg test that had potential utf8 problem; removed extra '-' 2010-09-04 12:36:00 +00:00
Petr Skoda
b6859e0eb6 MDL-24079 blog now using new sql_like();fixed typo 2010-09-04 12:23:18 +00:00
Petr Skoda
c014d57c4f MDL-24079 blog now using new sql_like() 2010-09-04 12:04:01 +00:00
Petr Skoda
88bb11eb55 MDL-24079 backup now using new sql_like() 2010-09-04 11:56:34 +00:00
Petr Skoda
bbec5b9183 MDL-24079 spam cleaner now using new sql_like() 2010-09-04 11:53:04 +00:00
Petr Skoda
323f79a36c MDL-24079 spam cleaner now using new sql_like() 2010-09-04 11:52:36 +00:00
Petr Skoda
cdce125542 MDL-24079 custom lang report now using new sql_like() 2010-09-04 11:50:18 +00:00
Petr Skoda
f63ac65ac5 MDL-24079 converted sql_ilike() to new sql_like in user selectors 2010-09-04 11:46:00 +00:00
Petr Skoda
086339d293 MDL-24079 sql_ilike is deprecated, I still do not understand why do we have to drag this old code along 2010-09-04 11:43:50 +00:00
Moodle Robot
e15b9cb3fa Updated the HEAD build version to 20100904 2010-09-04 00:50:16 +00:00
AMOS bot
c3cb239c51 Automatic installer lang files (20100904) 2010-09-04 00:40:09 +00:00
Petr Skoda
97e0aaa5e5 MDL-23308 disable legacy course files repo if they are disabled in course 2010-09-03 19:22:23 +00:00
Petr Skoda
57ebd15e1d MDL-23308 reverting previously reverted deprecation of legacy course files - we have agreed during the meeting on Thursday that we add new setting to allow this, not keeping the course files everywhere forever 2010-09-03 19:14:33 +00:00
Petr Skoda
1332e4b562 MDL-23308 bumping main version in order to reset lang caches 2010-09-03 19:05:05 +00:00
Petr Skoda
48f6a77aa8 MDL-23308 coursefiles is a legacy feature, we should discourage everybody from using it 2010-09-03 19:00:16 +00:00
Petr Skoda
fab3c8d6e6 adding a TODO highlighting bad api design 2010-09-03 18:58:04 +00:00
Petr Skoda
f685e83030 MDL-14679 fixed remaining old style set_field()s 2010-09-03 18:14:55 +00:00
Petr Skoda
dd88de0ebd MDL-14679 fixed remaining old style update_record()s 2010-09-03 18:01:25 +00:00
Petr Skoda
a9637e7df4 MDL-14679 fixed a lot more old style uses of insert_record() 2010-09-03 17:47:41 +00:00
Inaki
b44ff4e45b MDL-23864 auth/cas Coding error: Undefined index REQUEST_URI in auth/cas/CAS/CAS.php
Patch our local copy (and record the change) while upstream fixes it (see
https://issues.jasig.org/browse/PHPCAS-81 )
2010-09-03 16:54:03 +00:00