Commit Graph

82725 Commits

Author SHA1 Message Date
Spun Nakandala
2adebbce58 libraries/display_indexes.lib.php file added. HTML generation for the create/edit indexes form into display_indexes.lib.php 2013-05-03 00:04:24 +05:30
J.M
0b3b113b39 [interface] Make warning about existing config directory clearer 2013-05-01 21:00:45 +02:00
J.M.
2d9344c347 Merge pull request #293 from kasunchathuranga/DBI_naming_cleanUp
Function naming made compliant with PEAR standards
2013-05-01 09:06:40 -07:00
Kasun Chathuranga
d632dd9946 Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
	ChangeLog
2013-05-01 21:33:52 +05:30
Kasun Chathuranga
5af42f374e ChangeLog entry for PMA_DBI function renaming 2013-05-01 21:13:53 +05:30
J.M
7797da8387 Add Changelog entry for pull requests #297 and #299 2013-05-01 17:22:11 +02:00
J.M.
6b09cbae53 Merge pull request #297 from xmujay/refactor_procedure
[Server view refactor] split the long function (getServerTrafficHtml) into three functions
2013-05-01 08:18:54 -07:00
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
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
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
Kasun Chathuranga
4b6703cd7e More sensible warning message 2013-05-01 07:38:17 +05:30
J.M.
cac8351f4e Merge pull request #292 from kasunchathuranga/CodeFormatting
Fix coding standard violations
2013-04-30 13:11:35 -07: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
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
J.M
dcba5a4a1a Remove debug code in keyhandler.js 2013-04-30 17:47:45 +02:00
J.M
fc62e1f9f6 Merge branch 'origin/QA_4_0'
Conflicts:
	js/keyhandler.js
	js/tbl_structure.js
2013-04-30 17:46:36 +02:00