Commit Graph

140 Commits

Author SHA1 Message Date
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
d1bb142e87 Remove unused param from PMA_Util::showMySQLDocu 2013-08-07 08:48:50 +02:00
Michal Čihař
7a97781c23 Share code for checking whether to show icons 2013-07-30 14:54:21 +02:00
Michal Čihař
107a727864 Various coding style fixes 2013-07-30 13:52:40 +02:00
Kasun Chathuranga
c6c2eff784 Editing a view is likely to change view structure. So there is no point using an ajax dialog for that as view structure page need to be refreshed. 2013-07-12 09:38:53 +05:30
Kasun Chathuranga
bb6d69ab26 Merge branch 'master' into EditView 2013-07-09 22:15:41 +05:30
Kasun Chathuranga
a2c36a55bd Add sql security field 2013-07-11 16:02:02 +05:30
Kasun Chathuranga
18dfc07367 Add definer field 2013-07-11 15:20:59 +05:30
Michal Čihař
70ff3fd44b Not necessary wrapping 2013-07-10 16:14:13 +02:00
Michal Čihař
c0ce163e05 Drop some unused local variables
Found by PMD on our CI server
2013-07-10 14:53:05 +02:00
Kasun Chathuranga
5621d85e36 Use ajax dialog for view editing 2013-07-10 14:53:54 +05:30
Michal Čihař
bebba32337 Merge remote-tracking branch 'origin/QA_4_0'
Conflicts:
	libraries/config.values.php
	libraries/sql_query_form.lib.php
	server_binlog.php
	server_databases.php
	tbl_structure.php
	test/classes/PMA_DisplayResults_test.php
2013-06-24 10:41:54 +02:00
Marc Delisle
d4d5a03766 Bug #3960 NavigationBarIconic config not honored 2013-06-21 10:00:41 -04:00
Marc Delisle
15a887a0aa Merge branch 'QA_4_0' 2013-06-03 09:15:50 -04:00
Marc Delisle
7120b08408 Display the unit of Row length 2013-06-03 09:15:03 -04:00
Marc Delisle
14898dcac9 Alternating row color problem 2013-06-03 09:02:01 -04:00
Marc Delisle
91ecb0bf1e Use sentence case for "Row statistics" 2013-06-03 08:50:29 -04:00
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Madhura Jayaratne
84db648391 Rename PMA_extract_db_or_table -> PMA_extractDbOrTable 2013-05-23 23:18:20 +05:30
Madhura Jayaratne
f7d6517f0f Coding style fixes 2013-05-23 22:54:40 +05:30
Samith Dassanayake
a9481b85ee Extracted methods PMA_getColumnsWithUniqueIndex() and PMA_getReservedWordColumnNameMessages() from "tbl_structure.php".
Refactored "Response.class.php" such that it can add multiple PMA_Messages at once
2013-05-08 10:53:59 +05:30
Kasun Chathuranga
42256b2d0c PMA_DBI_select_db --> PMA_DBI_selectDb 2013-05-04 08:26:27 +05:30
Michal Čihař
e3d276af43 Fixed indentation 2013-05-02 15:35:11 +02:00
Kasun Chathuranga
d632dd9946 Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
	ChangeLog
2013-05-01 21:33:52 +05:30
J.M
6c8777f604 Don't use id attribute for checkall boxes, use class name 2013-05-01 16:43:23 +02:00
Kasun Chathuranga
4f4853ce1e PMA_DBI_get_definition --> PMA_DBI_getDefinition 2013-05-01 00:08:44 +05:30
Kasun Chathuranga
bc4bfaa6d5 PMA_DBI_fetch_value --> PMA_DBI_fetchValue 2013-05-01 00:02:00 +05:30
Kasun Chathuranga
32e6c06324 PMA_DBI_get_columns --> PMA_DBI_getColumns 2013-04-30 23:36:47 +05:30
Kasun Chathuranga
2becd65b1d PMA_DBI_get_columns_full --> PMA_DBI_getColumnsFull 2013-04-30 23:33:00 +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
32ccd01b64 Show Ajax error message when updating table columns fails 2013-04-28 19:02:21 +02:00
J.M
add86949b9 Fix Ajax problems introduced with 14eb3c32, correct spacing for column editor 2013-04-28 16:53:55 +02:00
J.M
14eb3c32ca Add rfe #1422 [interface] Provide feedback if no columns selected for multi-submit 2013-04-28 15:17:45 +02:00
Mohamed Ashraf
75bcf1fc62 moved the method PMA_getHtmlForDisplayIndexes to the index.lib.php file 2013-03-21 14:35:22 +02:00
Marc Delisle
4d46f2f803 Dead code 2013-03-17 08:37:34 -04:00
Marc Delisle
fc35b6c8ce Bug #3838 Modifying a column does not show the result of the operation 2013-03-17 08:36:55 -04:00
Marc Delisle
dd76637390 Missing error URL 2013-02-26 09:15:45 -05:00
Marc Delisle
085ff4cd4d The field_orig is not present in the request when adding a column 2013-02-26 09:03:41 -05:00
Marc Delisle
2723495a4f Removed the AjaxEnable directive 2012-12-21 16:04:57 -05:00
Marc Delisle
58c6fa955e The term "properties" has another meaning in phpMyAdmin 4.x 2012-12-20 09:46:10 -05:00
Marc Delisle
95fa48fc8e Remove remaining code in tbl_alter.php 2012-12-18 15:44:39 -05:00
Marc Delisle
5e300fc3bb Rename function because it does not return HTML but directly displays it 2012-12-18 12:54:03 -05:00
Marc Delisle
2c4663b0f6 Document functions 2012-12-18 12:51:12 -05:00
Marc Delisle
270392daa3 Partially handle the regenerate logic 2012-12-18 12:41:23 -05:00
Marc Delisle
56c2393978 Handler for multiple columns Change button 2012-12-18 08:08:07 -05:00
Marc Delisle
5c639aebbc Handler for column Change 2012-12-18 07:27:39 -05:00