Commit Graph

107 Commits

Author SHA1 Message Date
Michal Čihař
a0272481c2 Merge pull request #302 from abhikandoi2000/bug3895
Fix Bug #3895 Multiple errors trying to view BLOB data
2013-05-02 01:57:24 -07:00
Michal Čihař
384f2cd79e Merge remote-tracking branch 'origin/QA_4_0'
Conflicts:
	js/pmd/history.js
	libraries/Config.class.php
2013-05-02 10:13:18 +02:00
Abhishek Kandoi
6856d15842 Added disableAjax class for Blob content 2013-05-02 12:48:45 +05:30
Kasun Chathuranga
d632dd9946 Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
	ChangeLog
2013-05-01 21:33:52 +05:30
J.M
92d3dcad3c Fix typo in comments and function name ('foriegn' to 'foreign') 2013-05-01 17:13:53 +02:00
J.M
6c8777f604 Don't use id attribute for checkall boxes, use class name 2013-05-01 16:43:23 +02:00
Kasun Chathuranga
6b1f6ae046 Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
	libraries/database_interface.lib.php
	libraries/db_table_exists.lib.php
	libraries/relation.lib.php
	libraries/rte/rte_triggers.lib.php
	libraries/schema/Dia_Relation_Schema.class.php
	libraries/schema/Visio_Relation_Schema.class.php
	tbl_addfield.php
2013-05-01 00:51:15 +05:30
Kasun Chathuranga
bc4bfaa6d5 PMA_DBI_fetch_value --> PMA_DBI_fetchValue 2013-05-01 00:02:00 +05:30
Kasun Chathuranga
d933575811 PMA_DBI_try_query --> PMA_DBI_tryQuery 2013-04-30 23:05:18 +05:30
J.M
f78cda80cd Merge branch 'origin/QA_4_0' 2013-04-30 18:02:06 +02:00
Marc Delisle
3cfaa55d40 Fix typo in function name 2013-04-30 07:54:44 -04:00
J.M
4abe5a2edb Refactor DisplayResults.class.php: add _displayBinaryAsPrintable method 2013-04-29 12:19:55 +02:00
J.M
b39fbb4d46 Fix bug #3885 display_binary_as_hex option causes unexpected behavior 2013-04-28 19:15:49 +02:00
Michal Čihař
2fbb4cee0d Consistently include colon in strings to translate
In some languages this makes difference in translating, so it's better
to give translators full context.
2013-04-25 14:22:31 +02:00
Madhura Jayaratne
466a7645c7 PHP keywords must be lowercase 2013-04-12 21:45:02 +05:30
J.M
e68382c11e Drop browse mode column header sort link HTML title attribute, we have a JS tooltip there 2013-02-24 13:08:50 +01:00
Gemorroj
0b26a1454c fixed undefined variable $is_display for method _getCheckBoxesForMultipleRowOperations 2013-01-26 17:19:36 +03:00
Dieter Adriaenssens
d53f984a71 don't use static call on a class instance 2013-01-26 00:15:52 +01:00
Marc Delisle
2723495a4f Removed the AjaxEnable directive 2012-12-21 16:04:57 -05:00
Madhura Jayaratne
3f74ae88c7 Properly handle clicks on relational links 2012-12-18 14:10:26 +05:30
Chanaka Indrajith
566bba52c3 Modify array keys 2012-11-28 23:40:47 +05:30
Rouslan Placella
09e0fa2143 Fixed bug #3588590 - Table browser with many rows has wrong page no 2012-11-19 21:56:41 +00:00
Michal Čihař
a6e5286467 Fix links to FAQ 2012-11-12 14:15:45 +01:00
Rouslan Placella
afbb6cacbc Fixed fatal errors in DisplayResults test cases 2012-11-01 13:27:06 +00:00
Rouslan Placella
9e3a9ee52f Dropped main.php 2012-10-30 20:10:20 +00:00
Rouslan Placella
e9310bf995 Ajaxification for the "Delete row" action 2012-10-30 20:07:02 +00:00
Rouslan Placella
49fe17949a Use an "ajax" class on ajaxified "Create View" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
0d6c1fb175 Drop "Check All/Uncheck All" functionality in PHP, this is already handled in JS 2012-10-30 20:04:51 +00:00
Rouslan Placella
fcc88e12b8 Open "print view" pages in a separate window 2012-10-30 20:04:51 +00:00
Marc Delisle
0425f746b7 Fix typo 2012-10-20 10:14:47 -04:00
Marc Delisle
4605bd5f0c Dead code 2012-10-20 10:04:39 -04:00
Marc Delisle
b3a593c68e Clarify variable name 2012-10-20 09:33:46 -04:00
Marc Delisle
449716a99f Clarify metho name 2012-10-20 09:23:18 -04:00
Marc Delisle
a3c595b694 Grid editing mode: initial implementation 2012-10-20 06:40:12 -04:00
Marc Delisle
7f0526a975 Typos 2012-10-08 10:01:46 -04:00
Marc Delisle
996232b21a bug #3563799 [interface] Grid editing destroying huge amount of data 2012-10-08 09:58:23 -04:00
Chanaka Indrajith
9cf33ea0cc Resolved conflicts 2012-09-19 00:46:28 +05:30
Dieter Adriaenssens
8ccb37e93e move property definition to constructor to allow concatenation 2012-09-18 17:33:37 +02:00
Michal Čihař
b5f7840f1a Seems like concatenation does not work here :-( 2012-09-18 17:14:05 +02:00
Dieter Adriaenssens
a8f591c26b wrap long lines 2012-09-18 17:07:23 +02:00
Chanaka Indrajith
0ff571a128 Modify classes with property 2012-09-16 15:29:56 +05:30
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Michal Čihař
371d420c21 Simplify linking to documentation
Now documentation can be simply linked using [doc@anchor]..[/doc]
2012-09-05 15:19:13 +02:00
Marc Delisle
1cb4d24414 Typo 2012-08-16 06:52:13 -04:00
Marc Delisle
1e58acab9a Typo 2012-08-16 06:50:31 -04:00
Chanaka Indrajith
20b196daf5 Fixed some code violations in PMA_DisplayResults class 2012-08-12 10:10:14 +05:30
Thilina Buddika
40364f9507 upstream merge 2012-08-04 04:43:54 +05:30
Chanaka Indrajith
87bcfe6deb Links for information_schema 2012-08-01 23:29:41 +05:30
Thilina Buddika
69ba675a89 merge upstream master 2012-07-31 07:08:55 +05:30
Chanaka Indrajith
c433abda77 Merge remote branch 'upstream/master' 2012-07-30 01:58:58 +05:30