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 |
|
Sebastian Mendel
|
374abd5173
|
fixed/added page level docblock
|
2007-03-20 10:32:13 +00:00 |
|
Sebastian Mendel
|
817e790762
|
synced/fixed vim line
|
2007-03-19 17:55:39 +00:00 |
|
Michal Čihař
|
cac4247057
|
Rename db_* files to drop useless _details part.
|
2006-10-25 12:25:01 +00:00 |
|
Michal Čihař
|
ad06b4a991
|
Rename tbl_* files to drop useless _properties part.
|
2006-10-25 10:55:20 +00:00 |
|
Michal Čihař
|
39ac60384a
|
Rename db_details_db_info.inc.php to db_info.inc.php.
|
2006-10-19 08:54:19 +00:00 |
|
Marc Delisle
|
708c596779
|
bug #1521910, with selected ... print view
|
2006-07-27 17:14:30 +00:00 |
|
Marc Delisle
|
c0a2064e12
|
bug #1404565, left frame refresh on db drop from Databases link in main page
|
2006-02-09 19:22:06 +00:00 |
|
Sebastian Mendel
|
a38d7c05d0
|
array to string conversion (sorry to late :-( ), use of $_REQUEST
|
2006-02-05 10:22:48 +00:00 |
|
Marc Delisle
|
8032bb0a2f
|
array to string conversion
|
2006-02-04 15:52:32 +00:00 |
|
Marc Delisle
|
94d85a6bc3
|
array to string conversion
|
2006-02-04 15:47:35 +00:00 |
|
Sebastian Mendel
|
0ae8842353
|
(not complete) PEAR coding standard
|
2006-01-17 17:03:02 +00:00 |
|
Sebastian Mendel
|
7358f5a712
|
allow 0 as name for database, table collumn, alias and index
|
2006-01-14 23:17:17 +00:00 |
|
Marc Delisle
|
53c39840d4
|
strong warning for DROP DATABASE
|
2005-12-30 21:56:32 +00:00 |
|
Sebastian Mendel
|
8344198c10
|
moved tbl_properties_common.php into libraries
|
2005-12-08 13:19:25 +00:00 |
|