Michal Čihař
bc339b55f0
These are strings, handle them according to that
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-16 15:54:19 +02:00
Michal Čihař
a7cd193554
Make it clear whether addMessages expects string or Message object
...
With this, it's way easier to anaylize code for potential problems with
escaping.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-16 14:56:41 +02:00
Michal Čihař
b23dcfb456
Remove no longer used bigints javascript
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-09 14:33:48 +02:00
Deven Bansod
3b227209a1
Make phpcs happy
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-03-22 11:50:22 +05:30
Michal Čihař
5636189d56
Merge branch 'QA_4_5' into QA_4_6
2016-02-12 11:52:49 +01:00
Michal Čihař
40edb83b3c
Correctly store and report file upload errors
...
Fixes #11946
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 11:52:37 +01:00
Madhura Jayaratne
f1dbd56798
Merge branch 'QA_4_5' into QA_4_6
2016-02-12 19:43:25 +11:00
Madhura Jayaratne
04181fb2b9
Fix #11911 Inserts via tbl_change.php in VARBINARY columns does not allow using HEX() and MD5()
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-02-12 19:32:52 +11:00
Madhura Jayaratne
59342451ab
Fix #11909 Can't insert row into table that contains generated column
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Conflicts:
ChangeLog
2016-02-11 21:11:16 +11:00
Madhura Jayaratne
cab738cbed
Fix #11909 Can't insert row into table that contains generated column
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-02-11 21:02:33 +11:00
Hugues Peccatte
ffc4422db7
Make PHPCS happy.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-10-19 20:33:21 +02:00
Hugues Peccatte
6f4676cdfc
Merge remote-tracking branch 'origin/master' into useNamespaces_master
2015-10-04 18:04:49 +02:00
Marc Delisle
fd7c8522ea
Clarify method name
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-10-03 10:14:29 -04:00
Hugues Peccatte
3bf856e4c4
Merge branch 'master' into useNamespaces_master
2015-09-13 15:53:04 +02:00
Marc Delisle
c7cde580c8
Fix coding style
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-13 09:45:44 -04:00
Hugues Peccatte
857c8a92cf
Move abstract transformation plugins to abs folder.
...
Update templates.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-12 14:13:31 +02:00
Hugues Peccatte
f08bc1a79c
Merge branch 'master' into useNamespaces_master
2015-09-10 21:27:59 +02:00
Marc Delisle
d2475b6f8b
Merge branch 'QA_4_4' into QA_4_5
2015-09-10 10:25:21 -04:00
Marc Delisle
cff9058c36
Another instance of "Invalid argument supplied for foreach()"
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-10 10:24:45 -04:00
Hugues Peccatte
178a6edd38
Add namespace on part of plugins classes.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-05 00:33:42 +02:00
Hugues Peccatte
0761fb1801
Rename classes files.
...
Rename classes.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:30:21 +02:00
Hugues Peccatte
f0ba28fc1d
Set namespace on Advisor, Config, Console and Util classes.
...
Set namespace on DbQbe.
Set namespace to 'DbSearch'.
Split Advisor.class.php file.
Change Advisor namespace.
Rename DbQbe class and file.
Set namespace on DisplayResults.
Set namespace on Error.
Use namespace for ErrorHandler.
Add class autoloader.
Change ErrorHandler filename.
Remove some require.
Update Config namespace path.
Update PMA_Util to PMA\libraries\Util.
Rename Font and File classes files.
Use namespace for Footer.
Set namespace in all libraries classes.
Namespace OutputBuffering.
Export SubPartition.
Rename Partition file.
Namespace PDF.
Namespace RecentFavoriteTable.
Replace PMA_Response by Response and PMA_Message by Message.
Update uses and calls.
Fix unit tests.
Fix SqlParser autoload.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:22:52 +02:00
Hugues Peccatte
bd707b871d
Update PHPDoc.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 23:34:50 +02:00
Madhura Jayaratne
c21377d2da
Fix #10307 Replication broken when using cross-database master/slave config and phpmyadmin
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-29 08:29:25 +05:30
Hugues Peccatte
e29101e06f
Make PHPCS happy.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-23 22:20:28 +02:00
Jason
6636153071
Resolve conflicts from upstream
...
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-23 11:29:53 +08:00
Rahul Kadyan
4d308ba364
Remove unneeded closing tags
...
Closing tags at the end of file are not mandatory. It is often
suggested to omit to closing tags at the end of file to prevent
unwanted effects as PHP will start output buffering if there is
any character after closing tag.
Reference: http://php.net/manual/en/language.basic-syntax.phptags.php
Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-03-06 23:37:35 +05:30
Hugues Peccatte
42e0bdd47a
Fix typos.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 18:32:42 +01:00
Marc Delisle
b3bcdf55ee
Remove unused parameter
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-07 09:40:02 -04:00
Chirayu Chiripal
11ae13f177
Improve validation on insert page
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-08-04 02:19:25 +05:30
Marc Delisle
119049f7b3
Remove unused parameter
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-14 10:32:47 -04:00
Marc Delisle
ca32396de2
Fix typos
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-13 07:43:17 -04:00
Marc Delisle
4bf8b15216
Allow better translations with positional parameters
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-13 07:31:50 -04:00
Chirayu Chiripal
1f324be4b1
RFE-637: Custom field handlers (input transformations)
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-07-12 01:52:32 +05:30
Marc Delisle
453c46c2be
Confirm that the expression is traversable
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-05 17:17:30 -04:00
Ashutosh Dhundhara
99b9e8d83c
RFE#1145: Preview SQL instead of executing it.
...
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-06-07 00:27:39 +05:30
Michal Čihař
7996bd1c21
Move hex encoding back to getContent method
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-08 15:17:55 +02:00
Michal Čihař
708d058b63
Fix text expectations
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-08 14:46:47 +02:00
Marc Delisle
3ad9ba59f6
Fix coding style
2013-12-02 06:01:12 -05:00
Marc Delisle
617f785671
Merge commit '576008a'
2013-10-29 14:18:46 -04:00
Umair Khan
576008a72f
Typo Fix in comment
2013-10-29 23:33:00 +05:30
Madhura Jayaratne
ca16959719
Remove trailing white spaces
2013-10-20 10:21:34 +05:30
Madhura Jayaratne
650a8cdda3
Convert database interface to a class
2013-05-24 17:30:59 +05:30
Isaac Bennetch
dd2ca745b9
Fix unwanted trailing spacing
2013-05-16 09:46:15 -04:00
Isaac Bennetch
fcd891514e
Manually merge ayusun-fr1410
2013-05-16 09:36:36 -04:00
Kasun Chathuranga
42256b2d0c
PMA_DBI_select_db --> PMA_DBI_selectDb
2013-05-04 08:26:27 +05:30
ayusun
c198f41e37
Implementation of feature request 1410. AES_ENCRYPT w/ Salt
2013-04-30 04:44:26 +05:30
Chanaka Indrajith
c2fcb53fa6
Remove unnecessary codes for Inline Edit functionality
2013-02-18 22:11:19 +05:30
Chanaka Indrajith
baac672144
Resolve conflicts
2012-12-23 19:59:12 +05:30
Chanaka Indrajith
b16a6afeb6
Introduce new function for check truncatable values
2012-12-23 19:48:15 +05:30