Hi list!
In Documentation.html:
$cfgLimitChars integer Maximal number of Chars showed in a field on browse view.
Reading this, and also seeing the new buttons "Full strings", "Cutted strings", I would believe that this limit will be applied to chars, varchars, but it is only (currently) applied to TEXT fields (I wonder why...)
So either we could apply the limit also to other fields, or modify the doc:
Maximal number of characters displayed in TEXT fields on browse view.
and the buttons: Full TEXT / Partial TEXT
Marc
Hi Marc,
On Thu, Aug 30, 2001 at 09:26:40AM -0400, Marc Delisle wrote:
Reading this, and also seeing the new buttons "Full strings", "Cutted strings", I would believe that this limit will be applied to chars, varchars, but
that is right. corrected the buttons.
it is only (currently) applied to TEXT fields (I wonder why...)
because only TEXT's can be up to 64kB (or even longer with LONGTEXT, etc...). all strings would also be fine: let's take it as todo for another version :)
Loic: how could we solve this $SelectNumRows in case of nb_rows = 1 ? what about an if (!isset($SelectNumRows)) { $SelectNumRows = 1; } somewhere just before the var is called ?
Anything else pending before package&release ? Cheers, Olivier
On Thu, Aug 30, 2001 at 02:50:26PM -0400, Marc Delisle wrote:
Anything else pending before package&release ?
Not for me, waiting to start working on 2.2.1 :)
Si t'as rien a faire, tu peux peut-etre améliorier mon design de http://phpmyadmin.sourceforge.net/index2.html ? :) (tu devrais avoir les droits en ecriture normalement)
A+++ Olivier
Ben quoi il est beau ton design :) À quoi tu pensais comme amélioration?
Marc
"Olivier M." a écrit :
On Thu, Aug 30, 2001 at 02:50:26PM -0400, Marc Delisle wrote:
Anything else pending before package&release ?
Not for me, waiting to start working on 2.2.1 :)
Si t'as rien a faire, tu peux peut-etre améliorier mon design de http://phpmyadmin.sourceforge.net/index2.html ? :) (tu devrais avoir les droits en ecriture normalement)
A+++ Olivier
On Thu, 30 Aug 2001, Marc Delisle wrote:
Ben quoi il est beau ton design :) À quoi tu pensais comme amélioration?
Marc
Put a bit more spacing inside the yellow box on the right; in Navigator it looks like the text and edge run together.
Other than that, yes, it's very nice.