Commit Graph

173 Commits

Author SHA1 Message Date
Marc Delisle
e9ca48fe4b bug 759568 row count, DISTINCT and MySQL 4 2003-06-24 12:07:05 +00:00
Marc Delisle
0706feb397 typo 2003-06-21 12:30:38 +00:00
Michal Čihař
69cefd5bf9 Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989). 2003-06-06 10:02:58 +00:00
Marc Delisle
3b75b77733 bug 747451 2003-06-02 17:12:39 +00:00
Garvin Hicking
b65746a2f1 Bug #692854: Never execute a query in (with/without) PHP code views, and display a
new      "Execute query" link in this mode.
2003-05-22 09:28:00 +00:00
Marc Delisle
f01864a384 bug 738508 quick count when browsing 2003-05-18 12:36:05 +00:00
Michal Čihař
56f2f747ab Show insert_id after INSERT (RFE #737660). 2003-05-14 16:57:29 +00:00
Michal Čihař
f736050896 Better way for highliting tabs when including files (set $active_page for highliting). 2003-05-14 15:52:34 +00:00
Marc Delisle
dd14447aa5 browse delays 2003-03-27 16:11:38 +00:00
Garvin Hicking
c0e9a2a685 Automatic update of PMA-tables on update/deletion/duplication of
DBs/Tables/Columns.
2003-03-12 13:41:19 +00:00
Garvin Hicking
42aa76e0e0 Fix Bug #700489 (quotes for non-JS browsers) 2003-03-10 18:52:27 +00:00
Garvin Hicking
0fa157ea82 Relations/Comments with Single Quotes were causing major harm, so replace
PMA_handleSlashes() with PMA_addSlashes(). Every incoming data is currently
stripslashed, so this is necessary.
2003-03-05 20:04:10 +00:00
Garvin Hicking
0e95514c3f Fixed stripslashes() issues. 2003-03-05 14:04:23 +00:00
Alexander M. Turek
2183740b05 If magic_quotes_gpc is enabled, grab_globals calls stripslashes when extracting the arrays $_GET and $_POST. 2003-03-02 17:26:41 +00:00
Alexander M. Turek
a663294e0d Changed 'column_comments' to 'column_info'. 2003-02-25 14:22:19 +00:00
Garvin Hicking
30b1873e61 Update and display column comments in Add/Edit Fieldmode and CREATE table mode. Display comments in table structure (optional) with underlined CSS-mouseovers. Display comments in browser mode (optional), both in vertical and horizontal display mode. Keep column comments in synch, when DROPping/ALTERing and moving/copying tables. 2003-02-24 16:59:36 +00:00
Garvin Hicking
78d34767d0 Measures basic query time [#571934] 2003-02-24 16:19:15 +00:00
Marc Delisle
ae2947a5e0 bug 649665 2003-02-18 11:38:00 +00:00
Marc Delisle
84930d7835 use SQL_CALC_FOUND_ROWS on MySQL 4 2003-02-17 19:31:11 +00:00
Marc Delisle
a9b3e20f1f count records bugs 2003-02-16 11:09:58 +00:00
Robin Johnson
26cb729a3e bug #685082 2003-02-13 04:25:50 +00:00
Marc Delisle
d92cbe642f bug 684712 2003-02-11 19:06:36 +00:00
Marc Delisle
0a95f690b2 display SQL after edit row 2003-01-28 14:02:40 +00:00
Marc Delisle
a798255cf2 do not show Export link on printview output 2003-01-21 20:08:17 +00:00
Marc Delisle
e1a8baa31b row limiting for export of results 2003-01-21 17:50:20 +00:00
Marc Delisle
a5c02eb41f export results of SELECTs 2003-01-19 13:48:15 +00:00
Robin Johnson
e545478659 sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3: Revert line 88 of sql.php3, and fix it a different way... 2003-01-13 23:19:53 +00:00
Robin Johnson
a66c941f35 ChangeLog read_dump.php3 sql.php3 libraries/common.lib.php3 libraries/sqlparser.lib.php3: Fixed bug #641765, see mailing list post 2003-01-13 06:59:45 +00:00
Marc Delisle
8f6bef6fdc support for EXTRACT FROM 2003-01-09 15:33:37 +00:00
Marc Delisle
14e6e85747 queryflag select_from 2003-01-08 15:16:03 +00:00
Marc Delisle
73099ed1e4 analyser and confirmation requests 2003-01-08 14:54:59 +00:00
Michal Čihař
1e8447e111 New URL and hidden input generating stuff. 2003-01-08 13:50:30 +00:00
Alexander M. Turek
120b795f66 Back to previous version 2002-12-04 18:00:16 +00:00
Alexander M. Turek
4dea3693a0 bug #641652 2002-12-03 08:32:21 +00:00
Marc Delisle
b9bb61d45e bug 644108 2002-11-26 17:57:06 +00:00
Marc Delisle
65cd68a1ef bug 643236 2002-11-25 18:38:01 +00:00
Marc Delisle
eb577f4a0d bug 642319 2002-11-22 19:49:00 +00:00
Alexander M. Turek
e6396b014a bug #640055 2002-11-19 14:09:39 +00:00
Alexander M. Turek
c251129105 bug #584411 2002-11-16 16:31:45 +00:00
Marc Delisle
56de653bfd bug 638352 2002-11-14 16:12:16 +00:00
Marc Delisle
e002e96546 bug 636563 2002-11-13 18:20:00 +00:00
Marc Delisle
a20e878508 remove old code 2002-11-11 18:42:16 +00:00
Robin Johnson
703be1753e config.inc.php3 sql.php3 tbl_move_copy.php3 libraries/common.lib.php3 libraries/sqlparser.lib.php3: Committed Marc's patches to the SQL parser and pretty printer from bugs #605030 and #631421. 2002-11-08 22:20:23 +00:00
Marc Delisle
f19a89f8a7 analyzer 2002-11-01 11:12:51 +00:00
Robin Johnson
e4743fd18e find -name '*.php3': Added vim modelines for PEAR style indentation 2002-10-23 04:17:43 +00:00
Marc Delisle
3d2b93cd9d bug 624020 2002-10-17 16:20:34 +00:00
Loïc Chapeaux
9344d5ea79 fixed bug #614303 (Duplicate args in table tabs links) 2002-09-27 15:15:11 +00:00
Marc Delisle
2e9826a8a1 could not go to next page of a query containing a function like SUM 2002-09-24 16:45:44 +00:00
Marc Delisle
df1724629a bug 610315 2002-09-18 12:49:54 +00:00
Alexander M. Turek
f175e698e1 bug #597184 2002-08-20 05:56:22 +00:00