History log of /web-php/ (Results 8026 – 8050 of 12340)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a270ffdd28-Dec-2002 Gabor Hojtsy

Integrate projects redirect to general error handling routine,
to have [nearly] all special redirects at one place.

Remove redirect.php as it was not used

fe18935028-Dec-2002 Gabor Hojtsy

Support the FAQ display via the regular shortcut feature

3c89e61928-Dec-2002 Gabor Hojtsy

Removing 4.1.2 from old releases list. It's too old.
Adding 4.3.0 to Alltheweb searchbox

fd712b1428-Dec-2002 Damien Seguy

Adding french version

53b22a7228-Dec-2002 Gabor Hojtsy

Integrate Special French version to table.

197edd3728-Dec-2002 Gabor Hojtsy

Move some news items to news.php and remove a maintanance
related news item to make index page smaller for the 4.3.0
release rush.

4536103f28-Dec-2002 Gabor Hojtsy

Mark special French version even more specially

9e86abd528-Dec-2002 Gabor Hojtsy

Use the extension for the link text and not the format name.
This makes the page look more compact again ;)

bdb6af6928-Dec-2002 Gabor Hojtsy

Ups, prevent this parse error ASAP...

58aabe5b28-Dec-2002 Gabor Hojtsy

Simplify formats array. Only check for files, named

php_manual_LANGCODE.FORMAT

as all the files are named this way now. This speeds
up the page display a bit, and simplifies

Simplify formats array. Only check for files, named

php_manual_LANGCODE.FORMAT

as all the files are named this way now. This speeds
up the page display a bit, and simplifies the code
used.

Also end the table row normally, and not with a new <tr> ;)

show more ...

58a6f6e828-Dec-2002 Gabor Hojtsy

Correct and extend conformance problem list.

204a245b28-Dec-2002 Gabor Hojtsy

Use the $LANGUAGES array in these two scripts too, so now
the language listings are generic, and only one place needs
modification if a new language is introduced.

docs.php => detect

Use the $LANGUAGES array in these two scripts too, so now
the language listings are generic, and only one place needs
modification if a new language is introduced.

docs.php => detect what languages have an index.php, and only
list the ones hosted on a mirror. Also integrated Special
French manual to language listing.

download-docs.php => detect all formats for all languages,
and only list those languages, having at least one format
downloadable.

show more ...

3bfc0ede28-Dec-2002 Gabor Hojtsy

OK, so the HK code is for the Hong Kong Cantonese type of
chinese (as far as the DSSSL style sheets can tell)

847b5faf28-Dec-2002 Gabor Hojtsy

Only list languages, which have phpdoc modules. And use language
codes, as the phpdoc modules are named. This speeds up all the
/manual/* page displays, as there is no need to check for page

Only list languages, which have phpdoc modules. And use language
codes, as the phpdoc modules are named. This speeds up all the
/manual/* page displays, as there is no need to check for page
existence for languages, which are known to be nonexistent.

show more ...

033a385b27-Dec-2002 Markus Fischer

- Link every bug # to it's page
# :'<,'>s/#\([0-9]\+\)/<a href="http:\/\/bugs.php.net\/\1">#\1<\/a>/g

497cf0ed27-Dec-2002 Edin Kadribasic

MD5 sum of the corrected win32 binary.

e59bf6ab27-Dec-2002 Gabor Hojtsy

And the new CHM sample is here ;)

Adding it under PHP 4.3.0, as 4.3.0 is obviously more
important (regardless of that it was added before this
news item ;)

Also correcting t

And the new CHM sample is here ;)

Adding it under PHP 4.3.0, as 4.3.0 is obviously more
important (regardless of that it was added before this
news item ;)

Also correcting the release annoucement link in the 4.3.0
news item...

show more ...

5be3685127-Dec-2002 Andrei Zmievski

4.3.0: It's alive! Alive!

86fdf29127-Dec-2002 Gabor Hojtsy

Adding information on license of notes, adding link from
add-notes page to about-notes. Also adding information
about the obfuscation used / needed.

4049f9b422-Dec-2002 Gabor Hojtsy

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

e6e5f09d22-Dec-2002 Gabor Hojtsy

Add when this page is displayed. Made code more clear.

36c25ec022-Dec-2002 Gabor Hojtsy

Updating webalizer setup information. Current webalizer
code includes updates that were in this C code, so it
is not needed. Sample conf file updated to latest
webalizer version. README m

Updating webalizer setup information. Current webalizer
code includes updates that were in this C code, so it
is not needed. Sample conf file updated to latest
webalizer version. README made consistent with sample
configuration file. Added last updated information.

show more ...

2b6040e022-Dec-2002 Gabor Hojtsy

Provide an example for EXCLUDE which is more general,
not that discriminative, and as far as the /print/ and
/printwn/ excludes go, it is advisable...

8d67573722-Dec-2002 Gabor Hojtsy

Ignore VIRTUAL mirrors in the mirrors list (do not list
unofficial mirrors). But do not ignore VIRTUAL mirrors
in the get_download mirror list (allow downloads from
local unofficial mirro

Ignore VIRTUAL mirrors in the mirrors list (do not list
unofficial mirrors). But do not ignore VIRTUAL mirrors
in the get_download mirror list (allow downloads from
local unofficial mirrors, when the user is on that
particular mirror).

show more ...

daf004fd22-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 ...

1...<<321322323324325326327328329330>>...494