1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Commit Graph

118 Commits

Author SHA1 Message Date
Jordi Kroon
5f7c6aaf10 fix: update docs.php.net URLs to https://www.php.net
Replace outdated docs.php.net domain references with the current
https://www.php.net domain across archive pages and documentation links.
Also remove legacy inactive language filtering logic from download-docs.php
that was specific to the old docs domain.
2026-01-13 13:44:52 +01:00
AllenJB
83bb2169bc Doc Downloads: Replace pman with local environment setup guide 2025-12-09 09:43:17 +01:00
Maurício Meneghini Fauth
cdf59074d3 Replace languages.inc globals with I18n\Languages consts (#1121)
The include/languages.inc file was not removed as it's used in other
repositories. It should be removed after migration.

Tests were added to ensure that the global variables and the constants
are in sync with each other.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2024-11-14 11:37:00 +03:00
Andreas Möller
c093fb5382 Enhancement: Enable trailing_comma_in_multiline fixer (#647)
* Enhancement: Enable and configure trailing_comma_in_multiline fixer

* Fix: Run 'make coding-standards'
2023-12-06 23:16:28 +00:00
Andreas Möller
1ebc2c4996 Enhancement: Enable binary_operator_spaces fixer
Closes GH-667.
2022-08-22 19:17:38 +02:00
Andreas Möller
d9bcfed482 Enhancement: Enable array_syntax fixer
Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.
2022-08-22 18:59:14 +02:00
Andreas Möller
d7e1b8159c Enhancement: Enable constant_case fixer
Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-660.
2022-07-15 13:50:13 +02:00
Andreas Möller
c68e5a9e4a Enhancement: Enable single_space_after_construct fixer
Closes GH-640.
2022-07-12 11:44:23 +02:00
Andreas Möller
26e53d3af2 Fix: Remove commented out formats
Closes GH-635.
2022-07-11 19:50:00 +02:00
Christoph M. Becker
b0a7d5deab Add reference to archived PHP 5 docs 2020-11-11 10:29:50 +01:00
Sara Golemon
2735e5f03f Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
1/n - Update / and /include/ only.
2019-05-31 11:19:09 -04:00
Derick Rethans
b2b48ca1e0 Remove references, redirects, and selection of mirrors 2019-04-01 11:27:09 +01:00
Peter Kokot
e235f79473 Trim trailing whitespace
This patch cleans all redundant trailing whitespace across the
repository except for the icalendar files.
2018-10-17 10:51:08 +02:00
Peter Kokot
0f95b8c709 Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-10-17 07:29:46 +02:00
Sobak
62a4b96aed Language improvements (thanks Peter!) 2014-08-17 20:58:54 +02:00
Sobak
91a0093392 Warn users about PHP 4 manual status 2014-08-17 08:15:46 +02:00
Michael
1c41366df8 Revert "Replace <small> with <span style"
This reverts commit 12f04c0d4a.
2014-06-06 23:48:35 +02:00
Michael
12f04c0d4a Replace <small> with <span style
Replace <small> with <span style="font-size:0.8em"> because the
definition of <small> is a complete other with HTML5
2014-06-05 20:35:30 +02:00
Michael
5bfef25e70 Kill off XHTML
Long live HTML5! =)
2014-06-04 19:39:27 +02:00
philip
1d4c36b03a Removed the CHM viewer section, as it's a moving target 2014-05-27 17:31:18 -07:00
Adam Harvey
bd7abd1e79 Reinstate the sidebar. 2014-05-21 17:31:25 -05:00
Adam Harvey
25acd11538 Move the download-docs warning out of the list to avoid formatting weirdness. 2013-12-11 13:04:06 -08:00
Adam Harvey
4472f99b4b Remove the note about the many HTML files tarball not having a directory.
Fixes bug #66197 (Incorrect info on HTML documentation download).
2013-12-11 13:03:35 -08:00
Hannes Magnusson
586bfaf0b8 Revert "Hiding CHM builds for now. See bug #64842"
This reverts commit de51de5838.

The CHM should be available again \o/
2013-10-21 23:18:26 -07:00
philip
de51de5838 Hiding CHM builds for now. See bug #64842 2013-07-09 11:04:55 -07:00
Philip Olson
b27026e1ce Added information about pman availability and usage 2011-05-12 00:16:49 +00:00
Philip Olson
4d7f704bc6 - Enabled the new enhanced chm format (chm with user notes)
- This script now bases format type on 'formatname' instead of 'extension' as we now have two .chm files 
- This script needs refactoring, and caching
2011-02-23 01:06:51 +00:00
Hannes Magnusson
60d5c3b903 Add current config option (ignored in old-web), and FIXME placeholders for pages
not in any menu yet
2010-12-28 11:09:09 +00:00
Philip Olson
1bd1c52f86 docs.php.net attempts to build every language, this hack allows us/users to download/play 2010-05-15 15:14:46 +00:00
Philip Olson
beaf58872f disable pdf files, as they are not usable 2010-04-14 04:15:47 +00:00
Philip Olson
8bbd8d1d72 Added amazing service to reveal active doc languages. ?active_langs=1 2010-04-09 03:59:59 +00:00
Adam Harvey
17c0e243fe Updated CHM warning message per bug #49217 (Warning in "Download documentation" also applies to Firefox). 2009-10-14 03:45:39 +00:00
Hannes Magnusson
f5f072fccf - Enable PDF downloads
- Remove palm weirdness wich will never come back
2009-09-24 17:54:23 +00:00
Philip Olson
c1d1a854a1 Commenting out extended chm as we currently don't build or work on it 2009-02-20 18:02:29 +00:00
Philip Olson
26e9163cbe Refer chm Mac users to iChm instead of Chmox 2008-12-28 07:22:59 +00:00
Hannes Magnusson
5c58533cc1 Fixed bug#46809 (chm file in German not working) (Pierre)
# Vista "security" settings bs
2008-12-09 11:32:33 +00:00
Hannes Magnusson
91430ab07e Bye bye smarty
# Smarty is no longer a php.net project
2008-01-11 11:28:57 +00:00
Hannes Magnusson
28cb9279de Add kchmviewer to the list of chm viewers 2007-12-08 05:36:03 +00:00
Hannes Magnusson
598de4baca Skip inactive translations (currently only arabic in that list) 2007-03-08 11:50:59 +00:00
Hannes Magnusson
c655d938d7 Tired of these "the chm isn't working" mails/bugs.
Make the note perfectly clear
2007-03-02 14:59:47 +00:00
Hannes Magnusson
c601d174c0 Move the xchm download link into the table with all the other download links 2007-02-07 18:17:58 +00:00
Philip Olson
63afed3a0b Removing thoutreader manual link as:
(a) It's old (2005-09-07) (b) Requires registration to download
2007-02-07 16:17:20 +00:00
Hannes Magnusson
1271356e27 xhtml cleanup.. 2006-09-17 20:56:00 +00:00
Gabor Hojtsy
051fabdcb9 standardise terminology on 'HTML Help' and avoid file stats for surely nonexistent files 2006-09-13 21:40:24 +00:00
Gabor Hojtsy
9ad91a4fce clean up docs download:
- introduce a list for CHM readers
 - move all 'before you download' notes into a list
 - remove dochowto stuff, this is linked to from the docs page
 - remove the docs special cases
2006-09-13 19:54:45 +00:00
Nuno Lopes
be6de092e1 fix #34942: the warning applies only to IE users under XP >= SP2 2005-12-04 16:12:46 +00:00
Gabor Hojtsy
4d64613ae4 slightly modified patch by Nuno 2005-06-29 18:28:56 +00:00
Gabor Hojtsy
560a8ac67d wups, unintentionally reverted some stuff here 2005-03-14 14:04:20 +00:00
Gabor Hojtsy
62fcc03312 was asked to not have subjective statements 2005-03-14 13:57:16 +00:00
Gabor Hojtsy
48380ddfdb add thoutreader link 2005-03-14 13:53:17 +00:00