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 |
|
Sebastian Mendel
|
82572774cd
|
define variables only where needed
|
2005-11-26 06:59:49 +00:00 |
|
Michal Čihař
|
6aeabf44d1
|
Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access.
|
2005-11-24 09:12:17 +00:00 |
|
Michal Čihař
|
c40b663969
|
Move tbl_properties{.inc,_links,_table_info}.php to libraries folder as it does not require direct access.
|
2005-11-24 08:55:33 +00:00 |
|
Michal Čihař
|
5fe9f0f259
|
Move db_details_{common,db_info,links}.php to libraries folder as it does not require direct access.
|
2005-11-24 08:42:20 +00:00 |
|
Michal Čihař
|
f5f7fc3740
|
Move mult_submits.inc.php to libraries folder as it does not require direct access.
|
2005-11-24 08:22:28 +00:00 |
|