Commit Graph

155 Commits

Author SHA1 Message Date
Marc Delisle
1a0eff3a9c Fix typos 2013-11-12 07:16:20 -05:00
Hugues Peccatte
473d3cd4a2 PHPDoc update. 2013-11-11 18:12:46 +01:00
Hugues Peccatte
464ec23ad8 Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
Madhura Jayaratne
20608589c3 Remove trailing white spaces 2013-10-19 14:29:05 +05:30
Marc Delisle
1eef64bf2c Improve function name 2013-09-26 10:35:58 -04:00
Marc Delisle
068ca2b518 Fix typo 2013-09-26 10:27:41 -04:00
Marc Delisle
e44c814ef7 Merge commit '104d213' 2013-09-26 08:44:56 -04:00
Marc Delisle
104d2134c5 Avoid notice on Drizzle 2013-09-26 06:28:21 -04:00
Madhura Jayaratne
de48fc3f1c Merge branch 'QA_4_0' 2013-09-13 17:28:13 +05:30
Madhura Jayaratne
be6a794899 bug #4089 Moving Columns will alter column definition 2013-09-13 17:24:32 +05:30
Spun Nakandala
324445caba added method PMA_displayTableBrowseForSelectedColumns 2013-08-22 11:15:10 +05:30
J.M
a5995a5022 Add HTML5 min= attribute for number inputs 2013-08-18 15:44:09 +02:00
J.M
d1d4f9d87e Add HTML5 required attribute to input fields 2013-08-18 15:42:46 +02:00
J.M
f2f0d66b43 Change more inputs to type=number 2013-08-18 15:41:31 +02:00
Spun Nakandala
d5ff49acbf added method PMA_getMultipleFieldCommandType 2013-08-14 22:12:06 +05:30
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