Commit Graph

95 Commits

Author SHA1 Message Date
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
Madhura Jayaratne
ac83360796 Coding style improvements 2012-03-21 05:45:58 +05:30
Jo Michael
9842f01444 Replaced HTML5-obsolete <tt> tags with <code> 2012-03-18 18:04:50 +01:00
Michal Čihař
a5b5c2e541 Clearer confirmation of query 2012-03-14 16:15:18 +01:00
Marc Delisle
ac27219916 Improve globalization code 2012-03-07 13:12:46 -05:00
Marc Delisle
1c50bea438 No longer depend on grab_globals.lib.php for $_GET variables 2012-03-04 06:55:38 -05:00
Dieter Adriaenssens
f62c4a1809 coding style : control structures 2011-11-24 15:32:30 +01:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Madhura Jayaratne
e67a0a2531 Spaces between parameters in function calls 2011-09-23 08:43:41 +05:30
Dieter Adriaenssens
ac088aaee0 use include() instead of require() when including file conditionally 2011-09-23 00:46:58 +02:00
Dieter Adriaenssens
e82d3c7136 require/include are statements not functions; no parentheses are required 2011-08-21 23:36:10 +02:00
Michal Čihař
d55306252b Replace tabs with spaces, cleanup identation 2011-07-22 10:15:08 +02:00
Michal Čihař
25bda8e991 Fix spacing on opening code block 2011-07-22 09:18:02 +02:00
Michal Čihař
219ec73d69 Spacing around if 2011-07-22 09:10:37 +02:00
Madhura Jayaratne
db06c5a912 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into OpenGIS 2011-06-14 18:52:52 +05:30
Michal Čihař
4b73c39775 Always use long <?php tags 2011-06-14 14:21:48 +02:00
Madhura Jayaratne
28a9b971bf Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into OpenGIS 2011-06-12 20:14:31 +05:30
Michal Čihař
3cf4830bbb Replace TRUE/FALSE with true/false.
At least this seems to be the coding standard, so make all files
compliant.
2011-06-06 11:55:09 +02:00
Madhura Jayaratne
f2569ac991 Spatial indexes added. 2011-05-25 23:51:58 +05:30
ayax88
3222d3a43d Add support for mass prefix change (rfe#2021981). 2011-05-11 13:33:29 +02:00
Michal Čihař
61a87263e7 Do not use htmlspecialchars in generating SQL (bug#3287048). 2011-04-15 08:55:27 +02:00
Michal Čihař
54942a7cf0 Fix typo 2011-03-18 14:55:42 +01:00
Michal Čihař
5f1f0a8bdb Forgotten use of translated string 2011-03-18 14:53:05 +01:00
Michal Čihař
cb377c360c Use non translated string for identification of submited value in table properties 2011-03-18 14:38:19 +01:00
Michal Čihař
fc965daabd Do not pass translated strings as parameter.
This can cause problem for non ascii languages and breaks if user
meanwhile switches language.
2011-03-18 14:32:36 +01:00
Marc Delisle
111faf4009 bug 3055906 error when running SQL query over AJAX 2010-10-05 08:04:59 -04:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Michal Čihař
d291827444 No need to require_once footer
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
Marc Delisle
084c0dbcf5 functions.js included automatically 2010-07-24 08:11:48 -04:00