| .. |
|
auth
|
bug #1813508 [login] Missing parameter: field after re-login
|
2007-12-18 18:13:24 +00:00 |
|
dbg
|
fixed call to PMA_Message::addParam()
|
2007-10-18 07:24:04 +00:00 |
|
dbi
|
with $GLOBALS['cfg']['DBG']['enable'] = true display executed queries and there times in the main footer
|
2007-12-13 09:20:41 +00:00 |
|
engines
|
removed MySQL < 5 code
|
2007-10-02 08:38:17 +00:00 |
|
export
|
bug #1826205 [export] Problems with yaml text export
|
2007-12-17 14:56:29 +00:00 |
|
import
|
bug #1798786 [import] Wrong error when a string contains semicolon
|
2007-12-18 09:27:12 +00:00 |
|
tcpdf
|
upgraded TCPDF to 1.53.0.TC034 (PHP 5) - (needs some more work)
|
2007-10-19 11:33:00 +00:00 |
|
transformations
|
rfe #1775288 [transformation] proper display if IP-address stored as INT
|
2007-12-13 13:08:31 +00:00 |
|
.htaccess
|
correct syntax for blocking access to libraries
|
2006-09-27 20:14:01 +00:00 |
|
blowfish.php
|
fixed/added page level docblock
|
2007-03-20 10:32:13 +00:00 |
|
bookmark.lib.php
|
coding standard: no spaces inside braces
|
2007-04-01 11:02:46 +00:00 |
|
charset_conversion.lib.php
|
removed deprecated PMA_convert_display_charset()
|
2007-10-02 14:37:33 +00:00 |
|
check_user_privileges.lib.php
|
cleanup -- needs further work (old ereg* functions)
|
2007-10-18 14:40:13 +00:00 |
|
cleanup.lib.php
|
bug #1807923 [login] Login with html entities in password fails
|
2007-10-05 09:46:30 +00:00 |
|
common.inc.php
|
save settings stored in cookies before calling the auth module (calling the auth module will end script execution and never reach the place where settings get stored in cookie)
|
2007-11-05 13:25:17 +00:00 |
|
common.lib.php
|
try to save some space on screen, replaced fieldset not used in form
|
2007-12-20 11:30:32 +00:00 |
|
Config.class.php
|
bug #1817612 [cookies] Wrong cookie path on IIS with PHP-CGI
|
2007-12-13 18:48:53 +00:00 |
|
config.default.php
|
rfe #1741101, patch #1798184 UUID default for CHAR(36) PRIMARY KEY, thanks to Gert Palok - gert_p
|
2007-12-13 17:25:59 +00:00 |
|
core.lib.php
|
cleanup
|
2007-10-17 14:07:58 +00:00 |
|
database_interface.lib.php
|
added missing examples and some functionality
|
2007-12-19 15:22:36 +00:00 |
|
db_common.inc.php
|
make use of PMA_Message
|
2007-10-16 09:30:13 +00:00 |
|
db_info.inc.php
|
removed MySQL < 5 code
|
2007-10-02 09:11:40 +00:00 |
|
db_links.inc.php
|
remove some space wasting elements - not finally, just let see how it is in work environment and how other say about
|
2007-10-09 12:56:33 +00:00 |
|
db_routines.inc.php
|
removed MySQL < 5 code
|
2007-10-02 09:11:40 +00:00 |
|
db_table_exists.lib.php
|
make $sql_query persistent (init it, never unset it, always assume it is set)
|
2007-04-01 09:26:14 +00:00 |
|
display_change_password.lib.php
|
- fixed XSS in server_status.php, thanks to Omer Singer, The DigiTrust Group
|
2007-10-16 07:11:28 +00:00 |
|
display_create_database.lib.php
|
removed MySQL < 5 code
|
2007-10-02 09:23:37 +00:00 |
|
display_create_table.lib.php
|
removed MySQL < 5 code
|
2007-10-02 09:23:37 +00:00 |
|
display_export.lib.php
|
fixed call to PMA_Message::addParam()
|
2007-10-18 07:24:04 +00:00 |
|
display_import.lib.php
|
make use of PMA_Message
|
2007-10-17 12:14:19 +00:00 |
|
display_select_lang.lib.php
|
cleanup
|
2007-10-18 12:04:23 +00:00 |
|
display_tbl_links.lib.php
|
do not urlencode form data (browser is responsible for doing required stuff)
|
2007-09-27 07:37:42 +00:00 |
|
display_tbl.lib.php
|
[display] Division by zero when showing all records (page selector)
|
2007-11-15 13:33:35 +00:00 |
|
Error_Handler.class.php
|
replaced $PMA_errors with new PMA_Error_Handler
|
2007-10-08 16:02:58 +00:00 |
|
Error.class.php
|
do not print non scalar values
|
2007-10-16 08:47:47 +00:00 |
|
file_listing.php
|
avoid a warning on opendir
|
2007-12-15 14:30:37 +00:00 |
|
File.class.php
|
cleanup
|
2007-10-18 09:03:01 +00:00 |
|
footer.inc.php
|
add summarizes to debug output
|
2007-12-13 10:29:43 +00:00 |
|
grab_globals.lib.php
|
cleanup
|
2007-10-18 09:03:01 +00:00 |
|
header_http.inc.php
|
fixed/added page level docblock
|
2007-03-20 10:32:13 +00:00 |
|
header_meta_style.inc.php
|
fixed/added page level docblock
|
2007-03-20 10:32:13 +00:00 |
|
header_printview.inc.php
|
coding standard: no spaces inside braces
|
2007-04-01 11:02:46 +00:00 |
|
header_scripts.inc.php
|
use $GLOBALS, cause this file is also included inside functions
|
2007-10-10 14:07:51 +00:00 |
|
header.inc.php
|
make use of PMA_Message
|
2007-10-17 13:33:32 +00:00 |
|
iconv_wrapper.lib.php
|
coding standard: no spaces inside braces
|
2007-04-01 11:02:46 +00:00 |
|
import.lib.php
|
strRowsDeleted, strRowsAffected
|
2007-10-18 17:15:39 +00:00 |
|
information_schema_relations.lib.php
|
fixed/added page level docblock
|
2007-03-20 10:32:13 +00:00 |
|
ip_allow_deny.lib.php
|
cleanup
|
2007-10-18 09:03:01 +00:00 |
|
js_escape.lib.php
|
fixed/added page level docblock
|
2007-03-20 10:32:13 +00:00 |
|
kanji-encoding.lib.php
|
fixed/added page level docblock
|
2007-03-20 10:32:13 +00:00 |
|
List_Database.class.php
|
fix for fixed possible XSS in database name - thanks to Omer Singer, The DigiTrust Group
|
2007-11-09 21:24:40 +00:00 |
|
List.class.php
|
it should not be possible to move or copy a table to information_schema
|
2007-10-14 12:23:22 +00:00 |
|
Message.class.php
|
accept PMA_Message as param
|
2007-10-18 07:12:19 +00:00 |
|
mult_submits.inc.php
|
fixed bug: could not delete databases with %XX in name, due to wrong urldecode()
|
2007-12-12 09:30:20 +00:00 |
|
mysql_charsets.lib.php
|
removed MySQL < 5 code
|
2007-10-02 09:35:51 +00:00 |
|
navigation_header.inc.php
|
bug #1777249 [display] Remove horizontal lines in navigation panel
|
2007-10-20 17:19:39 +00:00 |
|
ob.lib.php
|
patch #1818389 to remove a notice (failed to flush buffer)
|
2007-11-01 20:48:43 +00:00 |
|
opendocument.lib.php
|
coding standard: no braces around include
|
2007-04-01 09:51:41 +00:00 |
|
parse_analyze.lib.php
|
fixed/added page level docblock
|
2007-03-20 10:32:13 +00:00 |
|
Partition.class.php
|
more partition stuff
|
2007-10-26 12:40:23 +00:00 |
|
plugin_interface.lib.php
|
XHTML standard: no language attribute in <script>
|
2007-04-01 11:13:46 +00:00 |
|
relation_cleanup.lib.php
|
bug #1764735 [core] Designer: PDF error when deleting a table
|
2007-09-26 16:51:27 +00:00 |
|
relation.lib.php
|
cleanup
|
2007-10-16 15:00:51 +00:00 |
|
sanitizing.lib.php
|
fixed code indention
|
2007-05-09 12:18:57 +00:00 |
|
select_lang.lib.php
|
wrong default charset in case of broken session
|
2007-11-02 16:45:49 +00:00 |
|
select_server.lib.php
|
cleanup
|
2007-10-18 12:23:01 +00:00 |
|
server_common.inc.php
|
do NEVER unset $table or $db;
|
2007-03-30 10:23:01 +00:00 |
|
server_links.inc.php
|
remove some space wasting elements - not finally, just let see how it is in work environment and how other say about
|
2007-10-09 12:56:33 +00:00 |
|
session.inc.php
|
bug #1763343 [session] Behavior with session.auto_start enabled
|
2007-11-25 13:33:54 +00:00 |
|
sql_query_form.lib.php
|
make use of PMA_Message
|
2007-10-16 09:30:13 +00:00 |
|
sqlparser.data.php
|
bug #1793948 [parser] ROW_FORMAT incorrectly parsed
|
2007-11-23 18:24:19 +00:00 |
|
sqlparser.lib.php
|
bug #1851833 [display] Sorting forgets an explicit LIMIT (fix for sorting on column headers)
|
2007-12-16 15:57:09 +00:00 |
|
sqlvalidator.class.php
|
fixed E_STRICT
|
2007-08-02 11:40:16 +00:00 |
|
sqlvalidator.lib.php
|
coding standard: no braces around include
|
2007-04-01 09:51:41 +00:00 |
|
StorageEngine.class.php
|
removed MySQL < 5 code
|
2007-10-02 09:35:51 +00:00 |
|
string_mb.lib.php
|
cleanup
|
2007-10-17 13:51:06 +00:00 |
|
string_native.lib.php
|
cleanup
|
2007-10-17 13:51:06 +00:00 |
|
string_type_ctype.lib.php
|
fixed code indention
|
2007-05-09 12:18:57 +00:00 |
|
string_type_native.lib.php
|
fixed code indention
|
2007-05-09 12:18:57 +00:00 |
|
string.lib.php
|
removed old comment
|
2007-10-16 13:28:55 +00:00 |
|
Table.class.php
|
revised table relation code
|
2007-12-19 16:10:23 +00:00 |
|
tbl_common.php
|
removed MySQL < 5 code
|
2007-10-02 09:46:28 +00:00 |
|
tbl_indexes.lib.php
|
new strIndexesSeemEqual
|
2007-10-19 16:24:20 +00:00 |
|
tbl_info.inc.php
|
bug #1764195 [views] DROP button does not work on defective views
|
2007-09-27 16:56:09 +00:00 |
|
tbl_links.inc.php
|
remove some space wasting elements - not finally, just let see how it is in work environment and how other say about
|
2007-10-09 12:56:33 +00:00 |
|
tbl_properties.inc.php
|
replaced NULL/NOT NULL selectbox with checkbox (preserver space)
|
2007-12-14 11:39:46 +00:00 |
|
tbl_replace_fields.inc.php
|
bug #1762029 Cannot upload BLOB into existing row in 2.11-beta1
|
2007-07-27 14:50:37 +00:00 |
|
tbl_triggers.lib.php
|
fixed code indention
|
2007-05-09 12:18:57 +00:00 |
|
Theme_Manager.class.php
|
replaced $PMA_errors with new PMA_Error_Handler
|
2007-10-08 16:02:58 +00:00 |
|
Theme.class.php
|
replaced $PMA_errors with new PMA_Error_Handler
|
2007-10-08 16:02:58 +00:00 |
|
transformations.lib.php
|
no more .php3 files (3)
|
2007-10-16 13:34:33 +00:00 |
|
unzip.lib.php
|
fixed/added page level docblock
|
2007-03-20 10:32:13 +00:00 |
|
url_generating.lib.php
|
... but do not rely on arg_separator.output
|
2007-12-18 15:48:24 +00:00 |
|
zip.lib.php
|
coding standard: no spaces inside braces
|
2007-04-01 11:02:46 +00:00 |