Commit Graph

69 Commits

Author SHA1 Message Date
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
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
632211d065 gettext conversion 2010-05-09 16:24:32 -04:00
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Herman van Rink
c6c39d2b2e rfe #2726479 [export] Export tables preselect 2009-06-12 12:35:18 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
f1d78aa718 bug #2127094 [interface] Misleading message after cancelling an action 2008-10-13 13:01:10 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Sebastian Mendel
fa21fe3ea5 make the database list more magic:
load/fetch only if really required
use SPL ArrayObject to behave like an array
2008-05-09 10:41:16 +00:00
Sebastian Mendel
7c7b9b55a2 $_REQUEST variables are ALWAYS already url decoded 2008-05-06 08:45:08 +00:00
Sebastian Mendel
fa6cfecadf fixed bug: could not delete databases with %XX in name, due to wrong urldecode() 2007-12-12 09:30:20 +00:00
Sebastian Mendel
6a8e779a28 display server tabs if no table or db is selected (dropping multiple databases from server_databases view) 2007-12-12 09:25:09 +00:00
Sebastian Mendel
51f93af4b0 some tweaks
display error on calling page instead an empty page
2007-10-12 08:07:30 +00:00
Sebastian Mendel
40b3ce9fd1 use array to define included JavaScript libraries 2007-10-04 09:22:50 +00:00
Sebastian Mendel
4838458f8e removed MySQL < 5 code 2007-10-02 11:08:53 +00:00
Sebastian Mendel
03caaca92a removed MySQL < 5 code 2007-10-02 09:35:51 +00:00
Sebastian Mendel
a73ffff4c8 fixed notice;
make use of PMA_getIcon();
changed some processing orders;
minor tweaks, fixes, docs;
2007-10-02 08:18:21 +00:00
Sebastian Mendel
a375c17ea4 better handling for 'view distinct' from table structure page 2007-09-28 07:18:23 +00:00
Sebastian Mendel
6e8a1f0124 what is this htmlspecialchars() for? 2007-09-27 15:34:11 +00:00
Marc Delisle
93fc603b0f bug #1771109 Page select drop-down not updated after deleting a database 2007-08-18 12:46:30 +00:00
Marc Delisle
983bc5af7d revision 10398 removed $original_pos 2007-06-13 16:41:17 +00:00
Sebastian Mendel
fa30ac8c33 store browse state in session per query 2007-05-15 11:16:10 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
adb39168cc coding standard: no braces around include 2007-04-01 09:51:41 +00:00
Sebastian Mendel
008734f8b0 do NEVER unset $table or $db;
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +00:00