History log of /web-php/my.php (Results 26 – 50 of 65)
Revision Date Author Comments
# a59b9e06 29-Dec-2010 Hannes Magnusson

ok.. lets call it alpha program.
fix typo, and mention where to send feedback


# 60d5c3b9 28-Dec-2010 Hannes Magnusson

Add current config option (ignored in old-web), and FIXME placeholders for pages
not in any menu yet


# c416fc0d 26-Dec-2010 Hannes Magnusson

Add beta feature


# a74b0895 29-Oct-2010 Adam Harvey

Fix bug #52204 (htmlentities E_WARNINGs). Patch by Kalle.


# 0b103acf 10-Apr-2008 Philip Olson

Define and utilize $ACTIVE_ONLINE_LANGUAGES


# 53839470 24-Feb-2008 Hannes Magnusson

Add "Unknown" country for unofficial mirrors and fix E_NOTICE


# 9375e209 26-Oct-2007 Hannes Magnusson

Show only active languages as "my preferred alnguage" options


# c4bb3b56 18-Oct-2007 Hannes Magnusson

Show the country name in the mirror selection


# 29eb217c 07-Jun-2007 Hannes Magnusson

htmlentitify output


# 3ea4467b 09-Mar-2007 Philip Olson

spelling/typo


# 5d875d76 03-Apr-2006 Gabor Hojtsy

Google is not utilized for searching anymore


# cf89a451 02-Apr-2006 Gabor Hojtsy

function autosuggestion only available on the search page currently


# c2685f88 22-Dec-2004 Gabor Hojtsy

ugh, copypaste typo


# d744af41 22-Dec-2004 Gabor Hojtsy

introduce the function search suggestions on all php.net pages (with possibility to opt-out)


# b1b69cca 16-Aug-2003 Gabor Hojtsy

Be a bit more kind to those who run non-official mirror sites
for some reason (like I do for testing stuff :), and allow setting
of My PHP.net settings on these sites too. But do notify users

Be a bit more kind to those who run non-official mirror sites
for some reason (like I do for testing stuff :), and allow setting
of My PHP.net settings on these sites too. But do notify users
that unofficial mirror site settings are not goint to carried to the
official mirror sites.

show more ...


# 456b2a61 15-Aug-2003 Gabor Hojtsy

Fix XHTML validity


# e30ed1aa 14-Aug-2003 Gabor Hojtsy

Migrate more pages to use the new header and footer functions


# df8565a0 13-Aug-2003 Gabor Hojtsy

Ups, != is intended here


# 8118e302 13-Aug-2003 Gabor Hojtsy

Skip PHP.net when listing


# 22ae0f38 13-Aug-2003 Gabor Hojtsy

Provide the interface for user selected mirror site redirection
to the website users, as well as adhere to these settings in
the load distribution script


# b0564ab7 09-Aug-2003 Gabor Hojtsy

Add center class and use it for centering content where needed


# 5bb421e0 09-Aug-2003 Gabor Hojtsy

XHTMLize


# 9cfd84de 08-Aug-2003 Gabor Hojtsy

Apply the new include and base page methods


# 9bd0cc66 29-Jul-2003 Gabor Hojtsy

Change default URL shortcut search fallback type to be
the function list search (so users won't get redirected to
google). Also provide the option to force the site to redirect
to do a do

Change default URL shortcut search fallback type to be
the function list search (so users won't get redirected to
google). Also provide the option to force the site to redirect
to do a documentation seach (on google currently) in case
a user is used to this

show more ...


# eab7a75a 24-May-2003 Gabor Hojtsy

Comment the BC code for pre 4.1.0 mirrors as we have
them disabled now, so autoglobal vars should work on
all mirrors without special preparation

Use $_SERVER['DOCUMENT_ROOT'] for in

Comment the BC code for pre 4.1.0 mirrors as we have
them disabled now, so autoglobal vars should work on
all mirrors without special preparation

Use $_SERVER['DOCUMENT_ROOT'] for includes
instead of a user defined constant, as the docroot
value is always available [even before prepend.inc]
This ensures consistency and causes no stat() calls

Add myphpnet_...() functions to load, get/set and save
the user preferences, and use them everywhere. This
enables us to easily add new preferences to the same
cookie. Every preference will last for a year this way,
and the cookie will only be set again, if someone
modifies his data on my.php

If this works nicely, then we can easily add a preferred
mirror site setting (and more)

[These changes seem to work on my local mirror]

show more ...


123