Commit Graph

170 Commits

Author SHA1 Message Date
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
8e71b13ced CS compliant transformation helper functions 2013-08-07 10:53:09 +02:00
Michal Čihař
53230cba43 Fix variable name 2013-08-06 13:51:30 +02:00
Michal Čihař
99af0cbc7e Remove unused parameter from PMA_Util::formatSql
We no longer need parsed SQL here.
2013-08-06 12:24:28 +02:00
Michal Čihař
a5f572e132 Factor out text showing detection as well 2013-07-30 15:07:44 +02:00
Michal Čihař
7a97781c23 Share code for checking whether to show icons 2013-07-30 14:54:21 +02:00
Michal Čihař
72785eafe5 Remove double spacing 2013-07-30 14:04:05 +02:00
Michal Čihař
659156aeba Wrap long line 2013-07-30 13:19:32 +02:00
Michal Čihař
2f38880f41 Function isset already returns boolean, no need to process it again 2013-07-30 13:19:32 +02:00
Michal Čihař
750c090249 Separete checks for numeric and all and directly convert value 2013-07-30 13:19:32 +02:00
Michal Čihař
8dcdd6de7a Better variable name 2013-07-30 13:19:31 +02:00
Michal Čihař
c09a7e5345 Reindent some lines 2013-07-30 13:19:31 +02:00
Michal Čihař
0bf3f009ab Simplify params processing by using local variable 2013-07-30 13:19:31 +02:00
Marc Delisle
269d0c89fe Fix merge conflicts 2013-07-28 06:17:38 -04:00
Marc Delisle
836529be42 Fix merge conflicts 2013-07-28 05:55:40 -04:00
Madhura Jayaratne
6d2d17e575 Merge branch 'master' into pma_string 2013-07-27 23:08:42 +05:30
Marc Delisle
ab7f0a143c Merge branch 'QA_4_0' 2013-07-27 06:33:34 -04:00
Marc Delisle
3fde4efd51 #3578 transformations for text/plain on a BLOB column 2013-07-27 06:32:58 -04:00
xmujay
0157002bd1 rename server_export.lib.php to display_export.lib.php due to it works for server and database, table level export 2013-07-21 10:23:35 +08:00
Marc Delisle
412ecee512 Fix typo 2013-07-19 06:42:36 -04:00
Madhura Jayaratne
e5519859fb Make all string function accessible via $GLOBALS['PMA_String'] 2013-07-17 16:36:13 +05:30
Michal Čihař
c0ce163e05 Drop some unused local variables
Found by PMD on our CI server
2013-07-10 14:53:05 +02:00
Michal Čihař
6dcc3ef6d9 Simplify code 2013-07-10 14:53:03 +02:00
Dieter Adriaenssens
63eb30acd3 fix typo in variable name 2013-07-07 15:55:22 +02:00
Dieter Adriaenssens
ff27a2c5e0 add total as parameter to message 2013-07-07 15:32:17 +02:00
Dieter Adriaenssens
56e9ede522 fix unescaped parameter, see PMASA-2013-8 for details 2013-07-07 15:15:57 +02:00
Michal Čihař
b0f322eab7 Drop ShowAll dependency on MaxRows
It does not make sense since we now allow to choose up to 500 rows in
dropdown.
2013-06-24 15:32:21 +02:00
Michal Čihař
bfa700be7a Add some spacing 2013-06-24 15:32:21 +02:00
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
fbedeb9708 Do not change the position when changing the number of rows 2013-06-23 16:12:32 -04:00
Chanaka Indrajith
bfe6544074 Fixed some code violations 2013-06-23 19:44:23 +05:30
Marc Delisle
d4d5a03766 Bug #3960 NavigationBarIconic config not honored 2013-06-21 10:00:41 -04:00
Michal Čihař
65ab2ed198 Merge pull request #436 from ayushchd/unit_testing
Group native and mb string functions into classes
2013-06-20 07:12:57 -07:00
ayushchd
2e542c4f95 Group native and mb string functions into classes 2013-06-20 12:30:04 +05:45
Marc Delisle
d6037fb513 Complete rfe #1434 Improvements to the table browsing navigation bar 2013-06-19 12:54:46 -04:00
Marc Delisle
41d64851fa Number of rows dropdown, to improve usability 2013-06-19 12:36:04 -04:00
Marc Delisle
a78df1b0eb Remove "Headers every x rows" from the Browse interface 2013-06-19 11:38:05 -04:00
Madhura Jayaratne
3dd99512f0 These constants are better as a part of DatabaseInterface class 2013-05-26 21:15:24 +05:30
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Marc Delisle
d44367e4db Fix merge conflicts 2013-05-15 13:07:22 -04:00
J.M
a1c17d7a7a Merge branch 'QA_4_0' into bug-3907
Conflicts:
	ChangeLog
2013-05-14 14:35:24 +02:00
Marc Delisle
3f2c9466e2 Incomplete change during previous fixing of conflicts 2013-05-13 17:02:48 -04:00
Marc Delisle
e1078c38ee Fix merge conflicts 2013-05-13 16:33:21 -04:00
Kasun Chathuranga
a24b4ae33a PMA_Table::analyzeStructure() method to centralize the analysis of the structure of a view/table 2013-05-13 23:11:30 +05:30
J.M
529903e0dd Fix bug #3907 undefined variables, function parameter problems
Thanks Rasmus Lerdorf for analyzing!
2013-05-13 11:27:56 +02:00
Kasun Chathuranga
636b0c4b7d Align function parameters correctly 2013-05-12 09:02:03 +05:30
Kasun Chathuranga
2ecc23cb70 Opening curly braces of the function should not be in a separate line 2013-05-12 09:01:17 +05:30
Kasun Chathuranga
6f1d99b9b5 Indent parameters correctly 2013-05-12 08:59:55 +05:30
Kasun Chathuranga
67c0de69e8 Fix line exceeding 80 characters 2013-05-12 08:58:35 +05:30
Kasun Chathuranga
5b5f01a101 Align documentation comments 2013-05-12 08:56:25 +05:30