Commit graph

44574 commits

Author SHA1 Message Date
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
Petr Skoda
9d97f08e99 MDL-14679 fixed multiple old style insert_record calls, we throw exceptions now from DML 2010-09-03 16:26:04 +00:00
Petr Skoda
0424cfe307 fixed comment typos 2010-09-03 15:59:25 +00:00
Petr Skoda
0e6e90516a MDL-24028 cast all bools in DML params to integers 1/0; credit goes to Eloy Lafuente 2010-09-03 15:44:11 +00:00
Petr Skoda
deb73728e7 MDL-23308 added a feature to allow legacy course files in new courses too 2010-09-03 12:00:59 +00:00
Petr Skoda
45347688a3 MDL-23308 all "course files" are legacy feature, we must tell this to all our users, we can not use "Course files" anymore because we really want them to migrate. Sorry, please do not revert this change again. If somebody does not like this they have to tweak their language pack, it is officially "legacy" file area now. 2010-09-03 11:59:28 +00:00
Andrew Davis
44a25cd200 gradebook MDL-23362 added a fix to deal with the course grade item already existing or not 2010-09-03 08:53:32 +00:00
Andrew Davis
499dbce85d gradebook MDL-23362 added a fix to deal with the course grade item already existing or not 2010-09-03 08:36:58 +00:00
Andrew Davis
4d787d8a6d gradebook MDL-23362 added a fix so that grade item sortorder isnt lost when you restore 2010-09-03 07:53:10 +00:00
Sam Hemelryk
741b96fd01 backup MDL-23904 Fixed regression in backup UI 2010-09-03 07:50:33 +00:00
jerome mouneyrac
48993b035e css rollback clearfix change for IE7 - it breaks IE7 in other cases 2010-09-03 07:43:29 +00:00
jerome mouneyrac
180a05704b CSS quick fix by Sam Hemelryk of 'clearfix' CSS rule: IE7 can handle the styled tag has a layer 2010-09-03 06:43:39 +00:00
Sam Hemelryk
92c8db120a NOBUG Additional checking in navigation JavaScript 2010-09-03 05:53:47 +00:00
Dongsheng Cai
93beda0490 MDL-23308, coursefiles plugin could return the file link instead of copying it 2010-09-03 04:14:29 +00:00
Andrew Davis
f5e2602aea gradebook MDL-15457 hide grade item when activity is hidden in the course 2010-09-03 02:49:04 +00:00
Moodle Robot
5a5db5d211 Updated the HEAD build version to 20100903 2010-09-03 00:50:59 +00:00
AMOS bot
840bf19d80 Automatic installer lang files (20100903) 2010-09-03 00:40:08 +00:00
Petr Skoda
86f6eec327 MDL-23184 PARAM_CLEANHTML is work with real html markup only, it does not do our custom FORMAT_MOODLE tweaks anymore, luckily this was not supposed to be used before storage to database in 1.9, that means there should not be any BC issues;improved docs 2010-09-02 18:49:31 +00:00
Petr Skoda
f4091f8e37 MDL-23184 chat supports html only input 2010-09-02 18:42:29 +00:00
Petr Skoda
a8320bc431 MDL-23184 some TODOs for incorrect text cleaning 2010-09-02 18:41:38 +00:00
Petr Skoda
c4d7d72124 MDL-23184 user confirm improved param cleaning 2010-09-02 18:39:37 +00:00
Petr Skoda
9f75f77da3 MDL-23184 improved docs, do not show deprecated examples 2010-09-02 18:37:22 +00:00