Commit Graph

808 Commits

Author SHA1 Message Date
Loïc Chapeaux
4bc2332148 fixed a bug with null set as default 2001-08-29 20:49:25 +00:00
Loïc Chapeaux
b186365534 reduced a bit the size of the generated xhtml page 2001-08-29 20:49:00 +00:00
Loïc Chapeaux
6d4ba8b40a added the "escaped by" option for exporting CSV files so default values for importing/exporting dumps are the same. 2001-08-29 18:57:34 +00:00
Loïc Chapeaux
6d4da778cb fixed a js error with NS 2001-08-29 18:19:13 +00:00
Olivier Müller
6b34921ef4 $strInsertAsNewRow = 'Ins�rer en tant que nouvel enregistrement'; 2001-08-29 18:16:49 +00:00
Loïc Chapeaux
aa5e2d7ae2 no message 2001-08-29 17:59:42 +00:00
Loïc Chapeaux
ff60774251 re-sorted 2001-08-29 17:58:25 +00:00
Loïc Chapeaux
79dd7c0456 added an option to display the whole value of a text field in a javascript alert box 2001-08-29 17:58:05 +00:00
Olivier Müller
615106c70c * left.php3: on login with std_auth, only the databases on which
the user has rights will be shown (test = @mysql_select_db($dbname)).
2001-08-29 17:15:56 +00:00
Marc Delisle
2051533d0d new FAQ entry 2001-08-29 12:45:05 +00:00
Marc Delisle
c21b35a6a6 update 2001-08-29 12:44:29 +00:00
Loïc Chapeaux
c5d20c6ed9 ensure the "not null" string can be used in the "value" box of the select script 2001-08-29 12:00:07 +00:00
Loïc Chapeaux
aacee028ca no message 2001-08-29 11:54:39 +00:00
Loïc Chapeaux
62702bfd57 trimmed a string 2001-08-29 11:54:16 +00:00
Loïc Chapeaux
fb93657431 improved messages displayed as results of queries 2001-08-29 11:53:44 +00:00
Loïc Chapeaux
166d011cf3 ensure the "null" string can be used in the "value" box 2001-08-29 11:53:12 +00:00
Loïc Chapeaux
4738601150 re-enabled the ability to copy a table to another database (bug #456434).
Need to be tested with MySQL < 3.23 releases.
2001-08-29 10:41:51 +00:00
Loïc Chapeaux
036f2ac0e8 no message 2001-08-29 08:36:30 +00:00
Loïc Chapeaux
38c75bd2d8 the script to returns to was hard coded 2001-08-29 08:36:11 +00:00
Loïc Chapeaux
86d16b6d0c fixed an error about whether to display table name or not at the top of the page 2001-08-29 08:35:42 +00:00
Loïc Chapeaux
cddde7052c optimized the 'check_rights()' function 2001-08-29 07:43:41 +00:00
Loïc Chapeaux
9007431f71 Misc urlencode use fixes 2001-08-29 07:15:40 +00:00
Olivier Müller
88b021f3bd date format 2001-08-28 22:59:49 +00:00
Loïc Chapeaux
252b3d3d80 optimized the test for super user privileges 2001-08-28 18:11:00 +00:00
Loïc Chapeaux
2e702f6f11 no message 2001-08-28 17:51:25 +00:00
Loïc Chapeaux
ec0f76187e added the "UNIX_TIMESTAMP" function 2001-08-28 17:50:53 +00:00
Loïc Chapeaux
6ec97b4ddf fixed bugs in function field name with special characters and no-parameter functions 2001-08-28 17:50:20 +00:00
Olivier Müller
ebf1d6e183 set version to 2.2.0 2001-08-28 17:09:13 +00:00
Olivier Müller
bd737af26c missing '!' 2001-08-28 16:52:36 +00:00
Loïc Chapeaux
d26122add1 fixed a bug when browsing a table with values equal to 0 2001-08-28 16:33:16 +00:00
Loïc Chapeaux
d3ae50b705 no message 2001-08-28 16:11:14 +00:00
Loïc Chapeaux
1fae32c601 completed the fix for the "NULL" value problem 2001-08-28 16:10:28 +00:00
Loïc Chapeaux
94b56cfde3 returns to tbl_properties.php3 rather than db_details.php3 2001-08-28 16:10:01 +00:00
Loïc Chapeaux
172baede1a ix some errors about whether to display table name or not at the top of the page 2001-08-28 16:09:35 +00:00
Loïc Chapeaux
d99ac01040 improved mime types and http headers used when exporting dumps to files 2001-08-28 10:45:23 +00:00
Loïc Chapeaux
33109f329b More accurate comments for the pmaComp function 2001-08-28 10:10:40 +00:00
Loïc Chapeaux
872cf43d62 Available languages are sorted by their true names 2001-08-28 10:08:20 +00:00
Loïc Chapeaux
a6c0edc9e5 Added Galician translation thanks to Xose Calvo 2001-08-28 09:21:04 +00:00
Olivier Müller
270a0f4a26 * db_stats.php3: fixed the sql query so that the script won't
die, even if the result of one query (for example on invalid
          db name) fails.
2001-08-28 07:51:10 +00:00
Robin Johnson
da0ce8fbec lib.inc.php3, db_readdump.php3:
removed expand_sql_query() as no longer needed
2001-08-28 01:25:24 +00:00
Loïc Chapeaux
7161a08252 tried to fix some "NULL" value problems 2001-08-27 23:26:09 +00:00
Olivier Müller
47397519bd another cvs release 2001-08-27 22:06:09 +00:00
Olivier Müller
5d02608b60 * tbl_replace.php3: fixed the fact that the function were
ignored if the data remained unchanged.
2001-08-27 22:04:08 +00:00
Marc Delisle
5816507721 *** empty log message *** 2001-08-27 17:53:53 +00:00
Loïc Chapeaux
ab94a08db9 no message 2001-08-27 16:31:07 +00:00
Loïc Chapeaux
2d4e8ec884 Sorted the strings 2001-08-27 16:30:11 +00:00
Loïc Chapeaux
bac2d83240 Put all the string to translate at the end and added a missing one 2001-08-27 16:29:42 +00:00
Loïc Chapeaux
2a5b0332d8 Martin Marconcini 2001-08-27 16:29:11 +00:00
Loïc Chapeaux
16f49be740 updated thanks to Patrik Grip-Jansson 2001-08-27 16:28:39 +00:00
Loïc Chapeaux
4e5b85c29b Merged patch #455484 ("Smart" order) thanks to Jakub Wilk 2001-08-27 16:24:52 +00:00