Eloy Lafuente (stronk7)
29a541724f
MDL-65292 style: Fix all the function declaration ordering
...
This has been generated running the following Sniff,
part of the Moodle's CodeSniffer standard:
- PSR2.Methods.MethodDeclaration
It just ensures all the function declarations have
the correct order for:
- abstract and final.
- visibility (public, protected, private).
- static.
So, all the lines modified by this commit are function declarations
and the only changes are in the positions of those keywords.
2024-02-28 23:47:47 +01:00
Eloy Lafuente (stronk7)
fdc2dcf264
MDL-72871 cleanup: Remove incorrect whitespace from codebase
...
Differences can be checked with git diff --ignore-all-space and
that will show that the only non-whitespace change is in a test
in the git lib/tests/html2text_test.php file. In that case the
whitespace has been replaced by a quoted string (of whitespaces)
keeping the test 100% equivalent and workarrounding the whitespace.
2021-10-26 17:19:11 +02:00
Mark Nelson
47f3fa131a
MDL-67886 core: check_database_schema() checks for extra indexes
2020-04-23 00:45:43 +02:00
Mark Nelson
a8c38ce85b
MDL-67886 core: check_database_schema() checks for missing indexes
2020-04-22 23:22:18 +02:00
Petr Skoda
4153a7483d
MDL-45985 ddl: improve check_database_schema method in database_manager
2014-06-17 16:53:36 +12:00
Sam Hemelryk
2ef8ff9e05
MDL-44315 phpdoc: fixed up typos and made up tags
2014-02-24 09:13:31 +13:00
Tim Hunt
3aaf535df1
MDL-43892 dbtransfer: Fix missing string.
2014-01-28 15:55:41 +00:00
Petr Škoda
eb459f7192
MDL-40642 set more restrictive umask and use proper permission for new dirs and files
2013-07-19 09:18:44 +02:00
Dan Poltawski
0e35ba6ffc
MDL-36357 cleanup - remove double semicolons
2012-11-15 09:51:26 +08:00
Petr Škoda
cabc411215
MDL-35129 implement new export_table_recordset()
...
This is necessary because MySQL get_recordset_sql() stores the data in memory, unfortunately the alternative resultset iteration blocks concurrent access - that is why we need new method for export.
2012-09-15 11:29:33 +02:00
Petr Škoda
1025b58b44
MDL-35129 add missing recordset closing in db transfer
2012-09-14 23:54:16 +02:00
Petr Škoda
ba9703d14f
MDL-34441 always use proper charset in htmlspecialchars() calls
2012-07-22 15:38:02 +02:00
Petr Škoda
5a773597de
MDL-34441 cleanup dtl related phpdocs and minor style improvements
2012-07-22 15:38:02 +02:00
Petr Skoda
cfe070b292
MDL-29029 move dbtransfer to admin tools
...
AMOS BEGIN
CPY [dbexport,core_dbtransfer],[pluginname,tool_dbtransfer]
MOV [dbexport,core_dbtransfer],[dbexport,tool_dbtransfer]
MOV [dbtransfer,core_dbtransfer],[dbtransfer,tool_dbtransfer]
MOV [exportdata,core_dbtransfer],[exportdata,tool_dbtransfer]
MOV [notargetconectexception,core_dbtransfer],[notargetconectexception,tool_dbtransfer]
MOV [pluginname,core_dbtransfer],[pluginname,tool_dbtransfer]
MOV [transferdata,core_dbtransfer],[transferdata,tool_dbtransfer]
MOV [transferdbintro,core_dbtransfer],[transferdbintro,tool_dbtransfer]
MOV [transferdbtoserver,core_dbtransfer],[transferdbtoserver,tool_dbtransfer]
MOV [transferringdbto,core_dbtransfer],[transferringdbto,tool_dbtransfer]
AMOS END
2011-09-17 22:24:12 +02:00
Petr Skoda
365a594107
MDL-24321 switching to stdClass in /lib/
2010-09-21 08:07:44 +00:00
Petr Skoda
f65405d0c2
spelling fixes
2010-09-18 10:14:46 +00:00
Petr Skoda
2ac619c1e0
MDL-21249 improved php docs and adding direct access prevention in dtl
2010-07-25 12:57:44 +00:00
Petr Skoda
25a0c3e57b
some DTL comment typos fixed
2010-05-21 18:45:04 +00:00
Petr Skoda
cb1e046d6e
MDL-20792 renamed moodle_progress_trace to progress_trace too - the general consensus is to not use moodle everywhere
2009-12-16 21:35:58 +00:00
Petr Skoda
d5a8d9aa71
MDL-20625 new delegated transaction support in DML
2009-11-07 08:52:56 +00:00
Petr Skoda
6f5e085205
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 16:48:45 +00:00
skodak
8cc35d2055
MDL-14679 license header fixes
2009-06-12 08:50:50 +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
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
skodak
be415e95be
MDL-17354 moved reset_sequence into dbmanager
2008-11-21 21:40:50 +00:00
skodak
3b49f849d8
MDL-15635 dtl refactoring and basic export and transfer ui (the import UI will be part of install process soon) - based largely on code by Andrei Bautu - thanks!
2008-09-02 21:20:45 +00:00
skodak
e85a924fec
MDL-15635 DTL refactoring, adding release field to xml file
2008-08-30 18:54:57 +00:00