Commit Graph

243 Commits

Author SHA1 Message Date
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
Chanaka Indrajith
1ae30d2ba7 Move hasPrimaryKeyOrUniqueKey function to insert_edit.lib.php file 2012-12-23 18:24:29 +05:30
Chanaka Indrajith
bd0b51bc17 Change the way of calling backquote function 2012-12-23 17:32:25 +05:30
Chanaka Indrajith
9633fafbdf Merge branch 'QA_3_5' 2012-12-23 16:51:16 +05:30
Chanaka Indrajith
0cc8121846 Extend support for inline edit, smallint fields 2012-12-23 16:45:35 +05:30
Marc Delisle
a1fdfe1a03 Bug #3583313 Selecting an action to do after inserting a row does nothing 2012-11-19 13:00:59 -05:00
Rouslan Placella
6b7d88734a Merge branch 'QA_3_5'
Conflicts:
	po/pt_BR.po
	tbl_replace.php
2012-11-11 20:07:24 +00:00
J.M
b98cdae9e7 Fix bug #3585523 [interface] Inline query editing broken after row update 2012-11-11 17:43:56 +01:00
Madhura Jayaratne
48354457a8 Merge branch 'QA_3_5' 2012-09-24 22:02:18 +05:30
Madhura Jayaratne
3fe7816596 bug #3570212 [edit] uuid_short() is a no-arguments function 2012-09-24 21:39:39 +05:30
Marc Delisle
feb7732133 Make transformations work using the new plugins system, when grid editing 2012-09-23 17:56:05 -04:00
Marc Delisle
b2ffb574a6 Incorrect function signature 2012-09-23 07:20:04 -04:00
Marc Delisle
7a32ea9def Possibility of undefined variable here 2012-09-23 07:16:30 -04:00
Marc Delisle
7f38ab21d3 Refactoring lost during merge 2012-09-23 07:12:38 -04:00
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Madhura Jayaratne
2095bc3211 Wrap some long lines 2012-09-05 22:13:55 +05:30
Madhura Jayaratne
78c36808e5 Fix method names 2012-08-30 23:17:25 +05:30
Madhura Jayaratne
5e13ef8295 Merge branch 'QA_3_5'
Conflicts:
	po/de.po
	po/pt_BR.po
	po/sl.po
	po/th.po
2012-08-26 19:59:26 +05:30
Madhura Jayaratne
cd1b311543 bug #3559955 [edit] current_date from function drop down fails on update 2012-08-26 19:54:56 +05:30
Chanaka Indrajith
e5a4596de7 Merge remote branch 'upstream/master' 2012-07-01 09:08:37 +05:30
Marc Delisle
2c6f80aa47 Bug #3539142 Normal INSERT does not show the statement 2012-06-30 15:00:15 -04:00
Chanaka Indrajith
106265a7f8 Resolve conflicts 2012-06-30 11:30:39 +05:30
Alex Marin
3fa180b228 oop: merge master, fix commits 2012-06-27 19:52:37 +03:00
Chanaka Indrajith
39d37fafcc Resolved conflicts 2012-06-27 21:53:59 +05:30
Chanaka Indrajith
1cc49d32d9 Resolved conflicts 2012-06-27 07:06:34 +05:30
Madhura Jayaratne
c150a4d31c Coding style fixes 2012-06-23 21:48:58 +05:30