Loïc Chapeaux
dcd40c1c44
* adjusted font sizes depending on IE versions;
...
* line 2337: fixed an illegal index warning with php3;
* line 1762: invalid number of parameters in the function call.
* $reload has now true boolean values
2001-09-07 19:39:29 +00:00
Loïc Chapeaux
ebb0edbc48
Ooops, big bug...
2001-09-06 20:58:33 +00:00
Loïc Chapeaux
970465862c
fixed possible bug
2001-09-06 20:37:34 +00:00
Loïc Chapeaux
b9cb1e571d
fixed a javascript error with <cr> & <lf>
2001-09-06 18:35:20 +00:00
Loïc Chapeaux
c41de7a1f0
optimized a bit (mainly added some 'mysql_free_result')
2001-09-06 10:16:44 +00:00
Loïc Chapeaux
da620d8be5
fixed a bug with the browse table headers sorting feature
2001-09-06 06:45:43 +00:00
Loïc Chapeaux
6b93b2c991
Merged patch #457984 (Localised dates in dump and db stats) thanks to Michal Cihar
2001-09-05 21:00:25 +00:00
Loïc Chapeaux
a2ed9915f8
* splitted the function "display_table" in 3 little functions with specific targets (top of the page/headers of the table/body of the table);
...
* added the function "set_display_mode" that defines which elements should be displayed while browsing a table (it fixes the bugs #458462 -Full texts botton disapear- and #444767 -Other cases for display=simple-).
Marc Delisle drawed the buttons used to expand/collapase text/blob fields;
* fixed the empty page bug with php 3.0.9 thanks to the help of Graziano "Radio head" <dreamservice at libero.it>;
* fixed a bug in the csv export function.
2001-09-05 19:25:10 +00:00
Loïc Chapeaux
6b19ea08a8
if zlib output compression is set in the php configuration file, no output buffering should be run
2001-09-04 20:34:19 +00:00
Loïc Chapeaux
dd51fca8b4
improved font size definition
2001-09-04 12:53:36 +00:00
Loïc Chapeaux
916d7bfbf5
improved the fix for bug #458160 thanks to Matthias Fichtner again
2001-09-04 06:26:26 +00:00
Loïc Chapeaux
f734fdbf74
fixed bug #458160 - Advanced auth fails on WebSite Pro, thanks to Matthias Fichtner
2001-09-03 23:18:08 +00:00
Loïc Chapeaux
a96cb5a599
fixed bug #458009 - Database list with advanced auth.
2001-09-03 23:02:02 +00:00
Loïc Chapeaux
f0cb71a4fe
cosmetic changes in the code
2001-09-02 19:07:44 +00:00
Loïc Chapeaux
e42463d434
another little optimization
2001-09-02 18:41:36 +00:00
Loïc Chapeaux
c6bd9d9d85
* optimized a bit and added some comments
...
* fixed a js error ("#" character msut be escaped)
2001-09-02 13:11:32 +00:00
Loïc Chapeaux
1dae331fe8
* display the full/partial text button only if a field is concerned;
...
* many little fixes when $cfgModifyDeleteAtLeft is true;
* maybe fixed second aliases bug (second part of bug #456119 )?
* text/blob fields weren't cut with $cfgShowBlob enabled;
* added a js confirmation message on delete links.
2001-09-01 19:21:56 +00:00
Loïc Chapeaux
1370e7c725
added js confirm message for links
2001-08-31 22:54:38 +00:00
Loïc Chapeaux
c61529029e
patch #455752 - Check forbidden words thanks to Dell'Aiera Pol & Olivier Blin
2001-08-31 18:24:34 +00:00
Loïc Chapeaux
e04d3c81f3
* added some js stuff to checks for "DROP/DELETE/ALTER" statements
...
* all js libraries are now loaded in the header part of the xhtml generated pages
2001-08-31 15:36:24 +00:00
Loïc Chapeaux
effa6c8e40
fixed bug #455411 -Table Aliases- and first part of bug #456119 -Aliases bugs-
2001-08-30 23:48:54 +00:00
Olivier Müller
761e19eec9
back to original setup
2001-08-30 21:20:07 +00:00
Olivier Müller
2714a3374c
* renamed to $strFullText and $strPartialText
2001-08-30 18:20:56 +00:00
Olivier Müller
b9a61d7cb1
* lang/*: added $strFullStrings and $strCuttedStrings
2001-08-30 07:06:17 +00:00
Olivier Müller
8960d2df91
* lib.inc.php3: now calls show_table_navigation() even if
...
$SelectNumRows is = 1.
* lang/*: added $strFullStrings and $strCuttedStrings
2001-08-30 06:59:39 +00:00
Loïc Chapeaux
2e6a11c47b
fixed coding inconcistencies
2001-08-29 22:28:25 +00:00
Olivier Müller
4b9fdbd471
* lib.inc.php3: added a toggle to display the whole text fields on browse
...
table, or just the $cfgLimitChars first chars (default).
2001-08-29 21:10:56 +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
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
Loïc Chapeaux
9007431f71
Misc urlencode use fixes
2001-08-29 07:15:40 +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
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
4e5b85c29b
Merged patch #455484 ("Smart" order) thanks to Jakub Wilk
2001-08-27 16:24:52 +00:00
Marc Delisle
723b440470
bug 455088
2001-08-25 12:49:47 +00:00
Marc Delisle
79c7cd91e6
bug 454477
2001-08-23 16:55:36 +00:00
Loïc Chapeaux
82304374cf
displays a space character if a field is empty to ensure the cell format is used with NS
2001-08-23 09:43:59 +00:00
Olivier Müller
5470a0ce21
ilib.inc.php3: don't add a "/" to $cfgPmaAbsoluteUri if it's empty!
2001-08-23 08:50:04 +00:00
Loïc Chapeaux
59bedbe291
lib.inc.php3
...
* added a magic feature to append a slash at the end of $cfgPmaAbsoluteUri if required
* displays a space character if a field is empty to ensure the cell format is used with NS
* defines $server_port & $server_socket only once
2001-08-22 22:58:30 +00:00
Olivier Müller
eeae9f08b5
sorry, the are needed, otherwise netscape doesn't display the background of empty cells
2001-08-22 22:33:11 +00:00
Robin Johnson
932f506230
line 285: $cfgServer['connect_type'] implemented
2001-08-22 22:11:33 +00:00
Loïc Chapeaux
e689b1ddb2
fix a bug when a backquoted table/field name ends with a backslash
2001-08-22 21:56:04 +00:00
Loïc Chapeaux
c82e8c0bd9
Improved the error handling system
2001-08-22 20:42:51 +00:00
Loïc Chapeaux
73ccbfb045
the "</body>" html tag was lacking
2001-08-22 14:55:11 +00:00
Loïc Chapeaux
c849c46883
enclose all fields in cvs generated files if this option has been checked
2001-08-22 12:58:10 +00:00
Loïc Chapeaux
348d96583e
fixed a warning
2001-08-22 11:33:27 +00:00
Loïc Chapeaux
5f52d9a269
replaced MYSQL_MAJOR_VERSION by MYSQL_INT_VERSION
2001-08-22 00:26:22 +00:00
Loïc Chapeaux
239d13d1b3
if a field value contains the "end of record" sequence, enclosed it in dump exportation
2001-08-22 00:21:11 +00:00
Loïc Chapeaux
dfc959fe83
beautify a but the design of the table in browse mode
2001-08-21 23:53:20 +00:00
Loïc Chapeaux
8fafafb823
replaced MYSQL_MAJOR_VERSION and MYSQL_MINOR_VERSION constants by MYSQL_INT_VERSION
2001-08-21 16:28:36 +00:00
Loïc Chapeaux
3208e6a1e2
* restored the use of the remove_remarks function that is required with scripts beginning by comments
...
* beautify the page generated for errors
2001-08-21 14:26:04 +00:00