Marina Glancy
a800e7e62f
MDL-74853 various: add second parameter to htmlentities functions
...
Default value of the $flag argument changed in PHP 8.1 from ENT_COMPAT to ENT_QUOTES | ENT_SUBSTITUTE
To ensure consistent behavior across different PHP version the second parameter is now required for the functions:
htmlspecialchars(), htmlentities(), htmlspecialchars_decode(), html_entity_decode() and get_html_translation_table()
2022-11-28 16:12:20 +01:00
Tim Hunt
54b2b1d27f
MDL-63020 xmldb: Improve PHPdoc comments for better IDE autocomplete
2018-09-20 17:41:22 +01:00
Russell Smith
0b768e744f
MDL-53495 database xmldb: Use real length restriction.
2016-06-08 11:06:16 +10:00
Eloy Lafuente (stronk7)
14559e1849
MDL-38972 xmldb: amend comments.
2013-04-24 02:09:34 +02:00
Petr Škoda
02e5f81c94
MDL-38972 detect key-index duplicates
2013-04-18 20:21:02 +02:00
Petr Škoda
76f2fcdedb
MDL-37726 stop using PREVIOUS/NEXT in install.xml files
2013-01-29 22:32:24 +01:00
Petr Skoda
bd991d03cf
MDL-33018 add general index type hints and use PostgreSQL varchar_pattern_ops index type for context.path
...
This significantly improves performance of accesslib queries,
credit for the discovery of this solution goes to Andrew Masterton from OU.
2012-07-06 08:19:39 +02:00
Petr Skoda
d8bf2a14b6
MDL-32003 last db related phpdocs cleanup commit
2012-06-17 22:56:30 +02:00
Petr Skoda
002252f714
MDL-32003 standardise null case
2012-06-17 22:56:30 +02:00
Petr Skoda
aaddfac50c
MDL-32003 more xmldb phpdocs and PHP4-ism cleanup
2012-06-17 22:56:30 +02:00
Petr Skoda
ef7c3f108a
MDL-32003 protect xmldb class internals
...
Use getters and setters instead!
2012-06-17 22:56:29 +02:00
Petr Skoda
94417438b3
MDL-32003 fix phpdocs in xmldb abstraction
2012-06-17 22:56:28 +02:00
Petr Skoda
436b961381
MDL-32112 use constants for field and table limits
...
For now using the same JS hardcoding trick Eloy did the last time...
2012-03-24 11:45:36 +01:00
Petr Skoda
f9090b195b
MDL-32112 validate table name restrictions in sql_generator
2012-03-24 11:40:15 +01:00
Petr Skoda
e763c273eb
MDL-29515 drop 1.9 xmldb classes and methods (deprecated since 2.0)
2012-03-17 19:27:13 +01:00
Petr Skoda
f13489df50
MDL-31985 remove LOB sizes from code and UI
2012-03-11 13:42:37 +01:00
Petr Skoda
05aae0a571
MDL-29514 drop support for enum data types
2012-03-10 21:36:48 +01:00
Petr Skoda
6496a019c9
MDL-24322 detecting duplicate keys/fields and indexes - this prevents infinite looks later in code
2010-09-21 10:42:20 +00:00
Petr Skoda
99edf902e8
removed some unused local variables
2010-09-18 10:59:29 +00:00
Petr Skoda
4a0e2e632f
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 11:42:23 +00:00
stronk7
2a88f626f7
MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts.
2009-05-01 01:19:16 +00:00
stronk7
9c9fad9d71
Moving some old XMLDBxxx (deprecated) objects to the end of the file. Some PHP releases
...
have problems finding new extended xmldb_xxxx objects if they haven't been defined before.
2008-05-24 23:14:42 +00:00
stronk7
69b80cc2eb
4th iteration committed: xmldb_field, xmldb_index and xmldb_key "public" methods changed + debugging of deprecated ones until Moodle 2.1 . MDL-14863
2008-05-22 00:09:59 +00:00
stronk7
5eaa41e8bc
3rd iteration committed: xmldb_table "public" methods changed + debugging of deprecated ones until Moodle 2.1 . MDL-14863
2008-05-21 17:55:23 +00:00
stronk7
a8cb94f66f
MDL-14863 - 1st iteration: lowercase XMLDB table, field, index, key and statement +
...
wrapper class to support old syntax (no changes in public API yet)
2008-05-20 23:24:40 +00:00