J.M.
|
378fd7bc63
|
Merge pull request #299 from xmujay/refactor_procedure1
Refactor getQueryStatisticsHtml function in server_status_queries.php
|
2013-05-01 08:17:31 -07:00 |
|
J.M
|
92d3dcad3c
|
Fix typo in comments and function name ('foriegn' to 'foreign')
|
2013-05-01 17:13:53 +02:00 |
|
Kasun Chathuranga
|
66c27256ea
|
Add new test cases to cover different execution paths of Node->hasSiblings() method
|
2013-05-01 20:15:28 +05:30 |
|
J.M
|
04bc077291
|
Use indeterminate check all checkbox in server privileges
|
2013-05-01 16:44:35 +02:00 |
|
J.M
|
6c8777f604
|
Don't use id attribute for checkall boxes, use class name
|
2013-05-01 16:43:23 +02:00 |
|
Kasun Chathuranga
|
462c964943
|
Use not identical (!==) for object comparison
|
2013-05-01 20:12:46 +05:30 |
|
J.M
|
3b100f4a2d
|
Fix row numbers for users list
|
2013-05-01 15:53:58 +02:00 |
|
J.M
|
043aa1e14e
|
Add Changelog entry for rfe #499
|
2013-05-01 15:21:37 +02:00 |
|
J.M.
|
57f7a2d6ac
|
Merge pull request #289 from kasunchathuranga/Feature499
Feature Request 499: On user creation, warn if the user already exists
|
2013-05-01 06:17:37 -07:00 |
|
xmujay
|
959201b7a6
|
[server_status_queries.php refactor]
split long function getQueryStatisticsHtml into small function
|
2013-05-01 20:51:17 +08:00 |
|
xmujay
|
89a9f36c1b
|
split the long function (getServerTrafficHtml) into three functions:
1. getServerStateTrafficHtml
2. getServerStateConnectionsHtml
3. getTableProcesslistHtml
|
2013-05-01 18:53:27 +08:00 |
|
Mohamed Ashraf
|
59adbac2de
|
Fixed old echo statements to new addHTML way
|
2013-05-01 09:51:16 +02:00 |
|
Yungu Kim
|
36555137df
|
Translated using Weblate (Korean)
Currently translated at 62.6% (1604 of 2562)
|
2013-05-01 09:22:12 +02:00 |
|
Kasun Chathuranga
|
4b6703cd7e
|
More sensible warning message
|
2013-05-01 07:38:17 +05:30 |
|
J.M
|
956cc18d39
|
bug #3899 Git commit links to Github missing, the Github API v3 is now enforcing User-Agent headers
|
2013-04-30 23:47:24 +02:00 |
|
J.M
|
1d00038a38
|
Update bug number for bug 3894 moved by @lem9 from rfes
|
2013-04-30 23:39:37 +02:00 |
|
J.M.
|
cac8351f4e
|
Merge pull request #292 from kasunchathuranga/CodeFormatting
Fix coding standard violations
|
2013-04-30 13:11:35 -07:00 |
|
Efraim Flashner
|
d2badef2b3
|
Translated using Weblate (Hebrew)
Currently translated at 24.2% (621 of 2562)
|
2013-04-30 21:22:08 +02:00 |
|
Kasun Chathuranga
|
6b1f6ae046
|
Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
libraries/database_interface.lib.php
libraries/db_table_exists.lib.php
libraries/relation.lib.php
libraries/rte/rte_triggers.lib.php
libraries/schema/Dia_Relation_Schema.class.php
libraries/schema/Visio_Relation_Schema.class.php
tbl_addfield.php
|
2013-05-01 00:51:15 +05:30 |
|
Kasun Chathuranga
|
77bb53dcf8
|
PMA_DBI_get_table_indexes --> PMA_DBI_getTableIndexes
|
2013-05-01 00:15:48 +05:30 |
|
Kasun Chathuranga
|
b8c764a86e
|
PMA_DBI_get_triggers --> PMA_DBI_getTriggers
|
2013-05-01 00:09:36 +05:30 |
|
Kasun Chathuranga
|
4f4853ce1e
|
PMA_DBI_get_definition --> PMA_DBI_getDefinition
|
2013-05-01 00:08:44 +05:30 |
|
Kasun Chathuranga
|
5d55cf1975
|
PMA_DBI_get_procedures_or_functions --> PMA_DBI_getProceduresOrFunctions
|
2013-05-01 00:07:43 +05:30 |
|
Kasun Chathuranga
|
d210c2a8a7
|
PMA_DBI_get_warnings --> PMA_DBI_getWarnings
|
2013-05-01 00:06:37 +05:30 |
|
Kasun Chathuranga
|
fbe4438628
|
PMA_DBI_fetch_result --> PMA_DBI_fetchResult
|
2013-05-01 00:05:16 +05:30 |
|
Kasun Chathuranga
|
7f56c8504d
|
PMA_DBI_fetch_single_row --> PMA_DBI_fetchSingleRow
|
2013-05-01 00:03:03 +05:30 |
|
Kasun Chathuranga
|
bc4bfaa6d5
|
PMA_DBI_fetch_value --> PMA_DBI_fetchValue
|
2013-05-01 00:02:00 +05:30 |
|
Kasun Chathuranga
|
7fc6fb7328
|
PMA_DBI_get_variable --> PMA_DBI_getVariable
|
2013-04-30 23:41:49 +05:30 |
|
Kasun Chathuranga
|
e7e4e67458
|
PMA_DBI_get_table_indexes_sql --> PMA_DBI_getTableIndexesSql
|
2013-04-30 23:40:44 +05:30 |
|
Kasun Chathuranga
|
8260a2f0b5
|
PMA_DBI_get_column_names --> PMA_DBI_getColumnNames
|
2013-04-30 23:39:18 +05:30 |
|
Kasun Chathuranga
|
32e6c06324
|
PMA_DBI_get_columns --> PMA_DBI_getColumns
|
2013-04-30 23:36:47 +05:30 |
|
Kasun Chathuranga
|
618a37403a
|
PMA_DBI_get_columns_sql --> PMA_DBI_getColumnsSql
|
2013-04-30 23:34:39 +05:30 |
|
Kasun Chathuranga
|
2becd65b1d
|
PMA_DBI_get_columns_full --> PMA_DBI_getColumnsFull
|
2013-04-30 23:33:00 +05:30 |
|
Kasun Chathuranga
|
ecb1e4f038
|
PMA_DBI_get_databases_full --> PMA_DBI_getDatabasesFull
|
2013-04-30 23:31:44 +05:30 |
|
Kasun Chathuranga
|
a85d9eaa2c
|
PMA_DBI_get_tables --> PMA_DBI_getTables
|
2013-04-30 23:29:55 +05:30 |
|
Kasun Chathuranga
|
bee0134b1f
|
PMA_DBI_get_tables_full --> PMA_DBI_geTablesFull
|
2013-04-30 23:27:27 +05:30 |
|
Kasun Chathuranga
|
05f1f642a2
|
PMA_DBI_convert_message --> PMA_DBI_convertMessage
|
2013-04-30 23:11:44 +05:30 |
|
Kasun Chathuranga
|
928823a029
|
PMA_DBI_try_multi_query --> PMA_DBI_tryMultiQuery
|
2013-04-30 23:10:03 +05:30 |
|
Kasun Chathuranga
|
d933575811
|
PMA_DBI_try_query --> PMA_DBI_tryQuery
|
2013-04-30 23:05:18 +05:30 |
|
Kasun Chathuranga
|
7da8b1ae57
|
Rename function name according to PEAR standards
|
2013-04-30 22:51:09 +05:30 |
|
Kasun Chathuranga
|
6f03735e2e
|
Opening parenthesis of a multi-line function call must be the last content on the line
|
2013-04-30 22:48:55 +05:30 |
|
Kasun Chathuranga
|
623d47d64b
|
Make documentation comments compliant with PAER coding standards
|
2013-04-30 22:48:07 +05:30 |
|
Kasun Chathuranga
|
16962bc0d0
|
Remove trailing white spaces
|
2013-04-30 22:45:10 +05:30 |
|
ayusun
|
ae8bf62c2c
|
Modified PMA_Types_MySQL_test test cases
|
2013-04-30 21:43:12 +05:30 |
|
J.M
|
f78cda80cd
|
Merge branch 'origin/QA_4_0'
|
2013-04-30 18:02:06 +02:00 |
|
J.M.
|
f9e13eddd4
|
Merge pull request #288 from mynetx/bug-3885
Fix bug #3885 display_binary_as_hex option causes unexpected behavior
|
2013-04-30 08:57:16 -07:00 |
|
Weblate
|
cce5a21c7e
|
Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0
|
2013-04-30 17:49:06 +02:00 |
|
Ahmad Zulhilmi Idris
|
15b4b9ded8
|
Translated using Weblate (Malay)
Currently translated at 15.4% (401 of 2605)
|
2013-04-30 17:49:04 +02:00 |
|
Yungu Kim
|
49484be53f
|
Translated using Weblate (Korean)
Currently translated at 62.8% (1636 of 2605)
|
2013-04-30 17:49:02 +02:00 |
|
Efraim Flashner
|
f66452c1fa
|
Translated using Weblate (Hebrew)
Currently translated at 23.2% (605 of 2605)
|
2013-04-30 17:49:00 +02:00 |
|