index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
includes
/
acp
/
acp_database.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/16048] Fix restore backup from ACP
3D-I
2019-05-07
1
-1
/
+1
*
[ticket/15928] Remove support for downloading backups
Marc Alexander
2019-01-06
1
-99
/
+107
*
[ticket/15860] Fix regexp
Ruben Calvo
2018-10-30
1
-2
/
+2
*
[ticket/15860] Limit regexp to expected formats
Marc Alexander
2018-10-30
1
-1
/
+1
*
[ticket/15860] Fix format of backup files
Ruben Calvo
2018-10-30
1
-2
/
+2
*
[ticket/14972] replace all occurrences of sizeof() with the count()
rxu
2018-01-01
1
-6
/
+6
*
[ticket/14739] Remove SQLite 2.8.x database driver
Jakub Senko
2016-11-16
1
-2
/
+0
*
Merge branch '3.1.x' into 3.2.x
Tristan Darricau
2016-10-02
1
-5
/
+5
|
\
|
*
[ticket/14789] Remove obsolete check_form_key() and add missing hashes
Marc Alexander
2016-09-30
1
-5
/
+0
|
*
[ticket/14789] Move form key checks to where they actually do something
Marc Alexander
2016-09-30
1
-5
/
+10
*
|
Merge pull request #4265 from Senky/ticket/10809
Tristan Darricau
2016-09-25
1
-2
/
+0
|
\
\
|
*
|
[ticket/10809] Remove MSSQL support
Jakub Senko
2016-08-02
1
-2
/
+0
*
|
|
Merge branch '3.1.x' into 3.2.x
Tristan Darricau
2016-09-18
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
[ticket/14789] Add link hashes and form tokens to all acp links/buttons
Marc Alexander
2016-09-18
1
-0
/
+8
|
*
[ticket/13930] Add missing spaces to code
Marc Alexander
2015-06-08
1
-1
/
+1
|
*
[ticket/13819] Add missing sql_freeresult() to files in includes/
Marc Alexander
2015-05-05
1
-0
/
+1
*
|
[ticket/13454] Remove unused variables
Marc Alexander
2016-01-06
1
-1
/
+0
*
|
[ticket/12466] Move classes from acp_database.php to their own files
MateBartus
2015-02-27
1
-1660
/
+2
*
|
[ticket/10748] Replace direct creations of tools();
Joas Schilling
2015-02-07
1
-3
/
+3
*
|
[ticket/13455] Update calls to `request_var()`
Gaëtan Muller
2015-02-03
1
-11
/
+12
*
|
[ticket/13468] Update calls to `add_log()`
Gaëtan Muller
2015-01-27
1
-4
/
+4
*
|
[ticket/13421] Move tools to subdirectory
Joas Schilling
2014-12-06
1
-1
/
+1
|
/
*
[ticket/13045] Remove Pragma headers
Jakub Senko
2014-09-17
1
-2
/
+2
*
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
Tristan Darricau
2014-06-26
1
-14
/
+14
*
[ticket/12747] Drop support for Firebird
Joas Schilling
2014-06-20
1
-248
/
+0
*
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
1
-30
/
+7
*
[feature/sqlite3] Remove unneeded ORDER BY type from sqlite_master queries
Joas Schilling
2014-05-02
1
-1
/
+1
*
[feature/sqlite3] Add support for SQLite 3
Patrick Webster
2014-05-02
1
-0
/
+112
*
[ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.
Andreas Fischer
2014-04-29
1
-2
/
+0
*
[ticket/11990] Remove result_mssqlnative usage in acp_database.php
Patrick Webster
2013-11-03
1
-8
/
+9
*
[ticket/11981] Fix code sniffer complaints
Marc Alexander
2013-10-28
1
-7
/
+7
*
[ticket/11700] Move all recent code to namespaces
Nils Adermann
2013-09-16
1
-1
/
+1
*
[ticket/11696] Rename db_tools.php so it can be autoloaded
Joas Schilling
2013-07-14
1
-4
/
+0
*
Merge branch 'develop-olympus' into develop
Nils Adermann
2012-05-31
1
-3
/
+9
|
\
|
*
[ticket/10611] Filter out not existing database tables when making a backup.
Andreas Fischer
2012-05-30
1
-1
/
+1
|
*
[ticket/10611] Use phpbb_db_tools::sql_list_tables() instead of get_tables().
Andreas Fischer
2012-05-30
1
-2
/
+1
|
*
[ticket/10611] Generate db_tools instance in acp_database module.
Andreas Fischer
2012-05-30
1
-0
/
+7
*
|
[ticket/9916] Updating header license and removing Version $Id$
Unknown
2011-12-31
1
-2
/
+1
*
|
Merge branch 'develop-olympus' into develop
Oleg Pudeyev
2011-11-19
1
-3
/
+6
|
\
\
|
|
/
|
*
[ticket/10239] Correct undefined variable error.
Chris Smith
2011-11-18
1
-2
/
+1
|
*
[ticket/10239] Add confirm box to backup restore.
Chris Smith
2011-09-21
1
-1
/
+5
*
|
[feature/request-class] Add server(), header() and is_ajax() to request
Igor Wiedler
2011-07-15
1
-6
/
+8
*
|
[ticket/9574] Remove conditional PHP<5.2 code
Igor Wiedler
2010-12-28
1
-36
/
+1
*
|
[ticket/9556] Drop php closing tags, add trailing newline
Igor Wiedler
2010-11-11
1
-2
/
+0
|
/
*
[ticket/9686] Fix mssqlnative database data export
Nils Adermann
2010-10-25
1
-23
/
+31
*
[ticket/9582] MSSQL native backups can now be restored.
Chris Smith
2010-05-03
1
-0
/
+1
*
Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Puc...
Nils Adermann
2010-02-11
1
-0
/
+102
*
Fix Bug #57385
Andreas Fischer
2010-02-06
1
-2
/
+2
*
Ok, the oracle database backup never actually worked at all. We used the wron...
Meik Sievertsen
2009-09-21
1
-17
/
+46
*
Fix Bug #48955 - Correctly extract column default value when exporting Postgr...
Andreas Fischer
2009-08-05
1
-3
/
+4
[next]