Hi
On Tue, 28 Mar 2006 07:24:36 -0800
"Yazee" <yazee(a)users.sourceforge.net> wrote:
> I'm not sure if this is the right adress to complain about a
> spam-link on the site
> http://www.phpmyadmin.net/home_page/docs.php
> on this site under Tutorials & Articles
> the link to: (auf Deutsch)
>
> http://www.homepage-tutorials.com/modules.php?name=Content&pa=showpage&pid=1
>
> This is just a spam-link farm with no information about
> phpmyadmin.
I removed that link, thanks for notification.
For team members: who did add this link? (We should have our pages in
CVS to allow tracking such things).
--
Michal Čihař | http://cihar.com
Hello,
I recently downloaded 2.8 to replace 2.6 that we currently use in an
embedded internal app. When I say embedded I mean within another set of
html pages. Using 2.6 and prior we would typically hack the index.php
page and add an additional frameset with a header of the primary app.
This worked great.
In 2.8 this seems to break. That is if we add our additional frameset
and pull up the page it looks fine but clicking on the database
navigation puts the wrong content in the wrong frames. Normally I would
expect to see a content change to frames 1 and 2 (as per the default
install) but with our application it should be frames 2 and 3.
I wouldn't think this to be a problem if phpmyadmin is using named
frames and not an index. But this logic seems to be wrong now. Is this
an intended change (going from frame names/id's to indexes) or is there
something else that I have missed in terms of changed from 2.6 to 2.8
Do you have any suggestions as to how embed this app into an existing
frame structure going forward?
Gary Wayne Smith
Hi,
from the French forum (maybe other forums).
First the problem: IE 6 does not like CSS compressed by mod_gzip, so it skips
all CSS formatting.
Apache knows that, and supposedly does not compress .css files, but in our case
the file is ./css/phpmyadmin.css.php.
Solution: a .htaccess
<IfModule mod_gzip.c>
mod_gzip_on no
</IfModule>
but we don't want to include a .htaccess in our main directory, due to problems
on servers that do not allow users to have a .htaccess.
Can we do something better than a FAQ entry?
Marc
Hi,
in this line:
$is_gotofile = preg_replace('@^([^?]+).*$@', '\\1', $goto);
does the character class [^?] mean "a character different than the question mark" ?
What's the goal of this line?
Marc
Hi,
The SourceForge.net 2006 Community Choice Awards is now accepting your
final votes until March 23.
You are invited to vote for phpMyAdmin in the _three_ following
categories: Sys Admin, Databases and Best Overall.
http://sourceforge.net/awards/cca/
Thanks,
Marc Delisle
Hi,
The SourceForge.net 2006 Community Choice Awards is now accepting your
final votes until March 23.
You are invited to vote for phpMyAdmin in the following categories: Sys
Admin and Best Overall.
http://sourceforge.net/awards/cca/
Thanks,
Marc Delisle
Hi,
Version 2.8.0.2 is a maintenance release containing a security fix (XSS problem)
as well as fixes for
- mysqli problems with zend.ze1_compatibility_mode enabled
- setup script did not save the mysql/mysqli extension
- Documentation.txt badly formatted
Marc Delisle, for the team