History log of /web-php/include/site.inc (Results 76 – 100 of 313)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1a8c6348 08-Jan-2003 Gabor Hojtsy

Use preg for consistency


# 4f966f1d 08-Jan-2003 Gabor Hojtsy

Add new mirror_redirect() function to redirect to some local or remote URI.
Use $MYSITE instead of $SERVER_NAME for local redirects. It's always the
"best name" for the mirror, most probably

Add new mirror_redirect() function to redirect to some local or remote URI.
Use $MYSITE instead of $SERVER_NAME for local redirects. It's always the
"best name" for the mirror, most probably the mirrors real mirror name if
it's found.

Use this new function to greatly simplify redirects in the URL handler script.

Also use a switch instead of multiple IFs to react to some special shortcuts.

Still more to come...

show more ...


# 76f33c14 07-Jan-2003 Gabor Hojtsy

Adding Id CVS attr to many include files, and also adding C++ format header,
for anybody who uses it, just for consistency ;)


# 407229e1 02-Jan-2003 Gabor Hojtsy

Adding initial support for user level preferred language. Now it is the site's
default language. Honor that setting in displaying the documentation table pages
by highlighting manuals in that

Adding initial support for user level preferred language. Now it is the site's
default language. Honor that setting in displaying the documentation table pages
by highlighting manuals in that language specially.

show more ...


# 4049f9b4 22-Dec-2002 Gabor Hojtsy

Adding some explanation on why SERVER_NAME and
HTTP_HOST are used (it is intentional, those are
not the same!)


# daf004fd 22-Dec-2002 Gabor Hojtsy

Introduce the MIRROR_VIRTUAL type, which is for mirror
site information created on the fly (unofficial mirrors).
We may exlude them from several operations. Now only
the official mirror l

Introduce the MIRROR_VIRTUAL type, which is for mirror
site information created on the fly (unofficial mirrors).
We may exlude them from several operations. Now only
the official mirror list will exlude thesekind of
mirrors. Intentionally there should be only one VIRTUAL
mirror in the $MIRRORS array...

show more ...


# c77c56ec 21-Dec-2002 Gabor Hojtsy

Add function to get country information.
Put function starting braces on new lines,
as other functions are defined now...


# 5c1c12ac 21-Dec-2002 Gabor Hojtsy

James says, that download mirrors should not be forgotten


# d30df5d1 21-Dec-2002 Gabor Hojtsy

Update site.inc to support new $MIRRORS array element:

- Add mirror_status() function to get status of one
mirror from the array

- Add optional site parameters to mirror fu

Update site.inc to support new $MIRRORS array element:

- Add mirror_status() function to get status of one
mirror from the array

- Add optional site parameters to mirror functions to
get info of one particular mirror. Makes the direct
access of the $MIRRORS array in some places
removable.

- Make constant definitions conditional, in case the
new mirror list is used, which defines and uses
the constants itself

- Move languages list into separate include file (much
like mirrors and countries are in separate files)

- Use _SERVER array to get site name

- Update default mirror array element to new structure

show more ...


# 64c98167 15-Dec-2002 Gabor Hojtsy

Hey, "none" is not a valid value for the stats flag (1/0)


# e116ff7d 15-Dec-2002 Gabor Hojtsy

The $MIRRORS array structure is now in mirror.inc
(where is should be), so there is one place to look
for structure and information.


# 88689129 19-Sep-2002 Derick Rethans

- Really fix it now :)


# 96a0755f 19-Sep-2002 Derick Rethans

- Add zh as alias for zh_cn


# 0144290d 15-Sep-2002 Derick Rethans

- Correct Chinese entries


# fd1a5280 13-Aug-2002 Gabor Hojtsy

Consistent layout, correcting comment about mirror array structure


# 5854587c 14-May-2002 Gabor Hojtsy

Misc stuff


# a52ce81c 14-May-2002 Gabor Hojtsy

Trying to add support for autofinding the closest mirror using
the IP address and hostname


# 59d7ab5c 14-May-2002 Rasmus Lerdorf

uh, careful...


# a8950532 14-May-2002 Gabor Hojtsy

Add some more logic to autoselection code (this is picky on www.php.net
for example, as it has many names)


# 2a5447cb 03-Mar-2002 jim winstead

use countries.inc for list of countries


# 040ba70d 15-Feb-2002 Gabor Hojtsy

Adding Costa Rica here too


# 9ee671fe 09-Feb-2002 jim winstead

ko is (correctly) used for korean downloadable docs


# 0216c85f 15-Nov-2001 Gabor Hojtsy

Adding Iceland here too


# bb9004bf 27-Sep-2001 Gabor Hojtsy

Adding Liechtenstein


# 5d20ad1e 19-Sep-2001 jim winstead

no more infinite loop on bugs page


12345678910>>...13