Commit Graph

124 Commits

Author SHA1 Message Date
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Marc Delisle
bfcaffe03b Directly use POST parameters 2013-08-01 08:41:59 -04:00
Marc Delisle
1dffb63d86 Remove typo 2013-07-31 07:03:44 -04:00
Spun Nakandala
01ca2aa2eb corrected method call to adjust to modified method in sql.lib.php 2013-07-20 21:15:43 +05:30
Marc Delisle
536eb2f106 Clarify comment 2013-07-19 13:30:15 -04:00
Spun Nakandala
e23a87e818 include sql.php removed from libraries\mult_submits.inc.php 2013-07-19 22:39:17 +05:30
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Michal Čihař
e8de59d97b Missing semicolon 2013-05-10 14:29:10 +02:00
Michal Čihař
127a3661c0 Wrap some long lines 2013-05-10 11:02:31 +02:00
Michal Čihař
89db618128 Replace HTML/PHP mix with PHP 2013-05-10 11:01:06 +02:00
Michal Čihař
8718a19b79 Wrap some long lines 2013-05-10 10:50:59 +02:00
Kasun Chathuranga
1c884f0cca PMA_DBI_free_result --> PMA_DBI_freeResult 2013-05-04 08:33:49 +05:30
Kasun Chathuranga
5bcc32999f PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc 2013-05-04 08:30:12 +05:30
Kasun Chathuranga
42256b2d0c PMA_DBI_select_db --> PMA_DBI_selectDb 2013-05-04 08:26:27 +05:30
Michal Čihař
31d035e6c8 Wrap some long lines 2013-05-02 15:33:31 +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
Marc Delisle
849eeb4519 Fix merge conflicts 2013-04-24 08:58:07 -04:00
Marc Delisle
500657fd35 - port security commit (unsafe usage of preg_replace()) from the 3.5
branch
- make the feature work (missing globalization of required $_POST params
2013-04-23 11:44:26 -04:00
Madhura Jayaratne
466a7645c7 PHP keywords must be lowercase 2013-04-12 21:45:02 +05:30
Marc Delisle
5e300fc3bb Rename function because it does not return HTML but directly displays it 2012-12-18 12:54:03 -05:00
Marc Delisle
56c2393978 Handler for multiple columns Change button 2012-12-18 08:08:07 -05:00
Marc Delisle
048c2d87ab Partial fix for bug #3593138. Still need to find how to go back to
tbl_structure.php after the ALTER TABLE has been executed.
2012-12-08 09:34:28 -05:00
Rouslan Placella
a601781767 Fixed multi submit for table prefix manipulations 2012-10-30 20:24:00 +00:00
Rouslan Placella
ab5e4b7b24 Fixed multi submit for drop tables 2012-10-30 20:24:00 +00: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
Dieter Adriaenssens
112f8b92e3 fix coding style : correct function parameter spacing 2012-08-30 17:56:11 +02:00
Chanaka Indrajith
4beb0442ae Clear tranformation information when deleting Columns, VIEWs, Tables and Databses 2012-08-06 06:43:16 +05:30
Rouslan Placella
df3dae306a Fixed missing POST variables in multi submits (due to removal of grab_globals) 2012-08-02 17:09:23 +02:00
Rouslan Placella
799119b23b Fixed invalid HTML code (unnecessarily escaped quotes) 2012-08-02 12:29:03 +02:00
Rouslan Placella
68f6226f46 Merge branch 'QA_3_5'
Conflicts:
	libraries/mult_submits.inc.php
	po/ca.po
2012-08-02 12:10:44 +02:00
Rouslan Placella
9699979ea9 Fixed bug #3553551 - Invalid HTML code in multi submits confirmation form 2012-08-02 12:05:20 +02:00
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Rouslan Placella
eb98110541 Dropped footer.inc.php 2012-06-11 14:06:04 +01:00
Rouslan Placella
4a740376c8 Dropped header.inc.php in favor of the PMA_Header class 2012-06-11 14:06:02 +01:00
Rouslan Placella
933ad71021 Merged CSS stylesheets 2012-05-18 19:14:09 +01:00
Rouslan Placella
c751c4fde5 Fixed unclosed HTML tags 2012-05-06 21:08:14 +01:00
Rouslan Placella
28923b496e Renamed tbl_common.php to tbl_common.inc.php for better consistency 2012-05-05 16:44:27 +01:00
Rouslan Placella
2c805ade8b Dropped tbl_links.inc.php 2012-05-05 16:44:27 +01:00
Rouslan Placella
7b85c709a8 Dropped server_links.inc.php 2012-05-05 16:44:27 +01:00
Madhura Jayaratne
50e6f3b387 Coding style improvements (ControlSignature) 2012-04-25 23:02:37 +05:30
Atul Pratap Singh
00ca858181 Patch #3500882 Fixing checkbox behaviour while editing identical rows 2012-04-22 06:53:54 -04:00
Rouslan Placella
ff66fdbdf9 Remove stray trailing whitespaces 2012-04-22 00:12:30 +01:00
Marc Delisle
a3edbfc1b1 Add parameter to strDoYouReally message for better translatability
Include jquery.sprintf.js everywhere
2012-04-09 08:20:45 -04:00
Marc Delisle
d3b5a781a9 Missing handling of POST variables 2012-03-30 09:28:46 -04:00
Marc Delisle
8f4011be01 ChangeLog entry
Remove uppercase characters in the message
2012-03-26 13:03:53 -04:00
Atul Pratap Singh
3ea8e7d87b Patch #3510656 Contest-1 Ignoring foreign keys while dropping tables 2012-03-26 13:01:07 -04:00
Madhura Jayaratne
b531455738 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Conflicts:
	libraries/mult_submits.inc.php
2012-03-21 05:59:46 +05:30