Commit Graph

8247 Commits

Author SHA1 Message Date
Marc Delisle
4ad521e8df bug #1721002 db rename -> undefined cfgRelation 2007-05-17 21:57:15 +00:00
Sebastian Mendel
2c814ac548 bug #1719339 Browse: Full/Partial Texts not working 2007-05-15 15:01:50 +00:00
Sebastian Mendel
fa30ac8c33 store browse state in session per query 2007-05-15 11:16:10 +00:00
Sebastian Mendel
4b368f8b42 do not URL-encode form values 2007-05-15 09:09:54 +00:00
Sebastian Mendel
6cab26e3d1 typos 2007-05-15 09:02:29 +00:00
Sebastian Mendel
c5cba195f1 renamed class files according to PMA standard (or at least how i guess) 2007-05-15 06:18:21 +00:00
Sebastian Mendel
f00ee2474f added code-tags around 'do not edit' warning for non wrapping in phpDocumentor output 2007-05-15 06:05:25 +00:00
Sebastian Mendel
e388053907 fixed typos, including patch #1718587 2007-05-15 05:57:15 +00:00
Marc Delisle
501ba4a6b6 bug #1699532 Cause of data manipulation issues; still have to work on updating an ENUM value 2007-05-14 17:39:40 +00:00
Marc Delisle
a99e088999 added known limitation 2007-05-14 16:10:59 +00:00
Marc Delisle
595764700e unneeded $strDatabaseNoTable, use $strNoTablesFound instead 2007-05-14 16:03:38 +00:00
Marc Delisle
ecd34fef27 js unterminated string literal when clicking to select a referenced key 2007-05-14 14:29:44 +00:00
Sebastian Mendel
0130b9d07b typo, thanks to wiki user Jspboy 2007-05-14 12:42:59 +00:00
Sebastian Mendel
07ce24b626 bug #1699772 Visual space bug in table name (in browser) 2007-05-14 12:38:22 +00:00
Sebastian Mendel
b4c5dda95d bug #1699772 Visual space bug in table name (in browser) 2007-05-14 12:13:44 +00:00
Sebastian Mendel
84b9a15a0e merged changes from Ivan Kirillov:
- added missing 'px' to some values
 - added layer_alert() as replacement for alert()
2007-05-14 07:49:56 +00:00
Marc Delisle
0a745d919e bug #1717477 Warning on Query page when db is empty 2007-05-12 09:56:36 +00:00
Marc Delisle
361a43318a bug #1717339 Missing header when deleting a checked column 2007-05-11 17:11:39 +00:00
Marc Delisle
ecf0f14884 Array to string conversion, this is probably a typo 2007-05-10 17:25:25 +00:00
Marc Delisle
ca0247d660 undefined num_tables in db_links.inc.php and collision with 2 different $tables 2007-05-10 17:15:23 +00:00
Marc Delisle
73696f116f bug #1712570 Deleting last record freezes (sorry for the double commit) 2007-05-09 13:10:08 +00:00
Sebastian Mendel
ef312fc70b PMA_isValid(): added ability to check $var against array of valid values 2007-05-09 13:03:59 +00:00
Sebastian Mendel
042fedf51c added new test for checking var against array of valid values;
fixed some test not properly working;
2007-05-09 13:03:18 +00:00
Sebastian Mendel
9256caa3a0 added some but disabled tests for negative exp on pow 2007-05-09 13:02:40 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +00:00
Marc Delisle
15a5a8104d bug #1672636 [export] PDF export too wide 2007-04-13 17:26:10 +00:00
Michal Čihař
047a0a7128 translation update 2007-04-10 14:21:37 +00:00
Michal Čihař
1c32f18ea7 RFE #1435922 [gui] navigation frame shows listing of databases when none selected 2007-04-10 13:34:48 +00:00
Marc Delisle
6b47cd5b3f patch #1694234, pma_designer_coords in create_tables.sql, thanks to Isaac Bennetch 2007-04-07 14:40:24 +00:00
Marc Delisle
50753d927d [lang] danish update, thanks to Finn Sorensen 2007-04-07 14:33:42 +00:00
Marc Delisle
76687de21b typo 2007-04-06 20:08:47 +00:00
Marc Delisle
1e7819e0ba undefined index when deleting a bookmark 2007-04-06 13:45:52 +00:00
Marc Delisle
1c6358c1bd do not show an empty Routines fieldset 2007-04-06 13:31:52 +00:00
Marc Delisle
f9c0bc6ff1 bug #1498281 [parser] Wrong primary key used for displaying results with subquery 2007-04-06 13:21:05 +00:00
Marc Delisle
f9a00a92ed [doc] requirement of mcrypt on 64-bit, thanks to Isaac Bennetch 2007-04-03 16:19:15 +00:00
Marc Delisle
6b2b01b80c fix this kind of queries: select * from mytable where myid >= 1 2007-04-03 10:19:33 +00:00
Marc Delisle
f9948b6848 [export] Native Excel (Spreadsheet_Excel_Writer) improvements 2007-04-02 20:33:18 +00:00
Marc Delisle
2e1efa00ec [lang] brazilian-portuguese update, thanks to Airon Luis Pereira 2007-04-02 17:07:08 +00:00
Sebastian Mendel
538830d387 $db and $table is always set, no need to check 2007-04-01 11:17:34 +00:00
Sebastian Mendel
d0ac1f2bbb XHTML standard: no language attribute in <script> 2007-04-01 11:13:46 +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
b2f3ae5fcf make $sql_query persistent (init it, never unset it, always assume it is set) 2007-04-01 09:26:14 +00:00
Sebastian Mendel
0848d0f654 renamed test according to naming conventions 2007-04-01 08:23:23 +00:00
Marc Delisle
8da1b5a730 bug #1690718 Can't edit if BLOB and no PK 2007-03-31 13:08:50 +00:00
Marc Delisle
f124554ab1 unneeded test, thanks to Juergen Wind 2007-03-31 12:29:05 +00:00
Marc Delisle
e3012401d4 insert a row if BLOB is empty 2007-03-31 12:19:02 +00:00
Marc Delisle
f7d9e324a1 undefined index when creating a table 2007-03-31 11:15:24 +00:00
Sebastian Mendel
306b1b65c6 do NEVER unset $table or $db; 2007-03-30 10:23:01 +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