1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 15:22:19 +01:00
Commit Graph

136 Commits

Author SHA1 Message Date
Hannes Magnusson
0c729aa021 Fixed bug#52147 (PHP Website fails for "php.net/mod")
mod.php is special page.. shouldn't be redirected to :]
2014-03-05 18:39:30 -08:00
Hannes Magnusson
ef1389c73d Fixed bug #64273 (Requesting nonexistent files should produce HTTP 404 Not Found) 2013-12-26 16:45:58 -08:00
Hannes Magnusson
824b15e6e8 Redirect old links to the tips page to urlhowto 2013-12-23 18:14:32 -08:00
Hannes Magnusson
7d504a68b5 Windows Installer removed as it isn't available anymore 2013-12-22 21:29:45 -08:00
Hannes Magnusson
a8614b2b3e Add the PHP.net branded sunglassess products page
This is particularly useful for those who complain about the
website being to bright/white
2013-11-22 10:51:08 -08:00
Hannes Magnusson
af21c99842 Download system tweaks
Remove reduntant/duplicate code between do-download and get-download

Also make this page more interesting when the download is missing from
this specific mirror by give the choise of going to other mirrors to check.
Rather then blindly go to the download file though we go to the same page
on the other mirror so we can check if the file exists there before giving
the link to the actual real file.

This also makes it a lot easier to work with on developers checkouts
2013-11-21 11:25:45 -08:00
Hannes Magnusson
a6651e93c9 We haven't used this for a while 2013-11-20 16:40:58 -08:00
Hannes Magnusson
ada757b74d CVSup was dropped pretty long time ago :) 2013-11-20 16:39:20 -08:00
Hannes Magnusson
d79c4578e4 But the redirects in the right place.. and lowercase so it works 2013-10-28 18:12:31 -07:00
Hannes Magnusson
10af1e0af5 Replace hourly-pre-generated release feed with a PHP script
Seems to fix couple of things, like actually including all the
supported" minor versions, not listing empty windows sections etc etc
probably breaks something too
2013-10-27 18:44:59 -07:00
Hannes Magnusson
74bc9e6ad7 Kill reST things
It doesn't even render correctly, and has gone more or less unused
2013-10-27 16:42:56 -07:00
Rasmus Lerdorf
e8636659f1 . 2013-10-24 10:35:45 -07:00
Hannes Magnusson
8e87088c3f Remove funcitons.js. Only used by search.php which hasn't made sense for many many many
years.

Could be the reason why Google is blocking us today..
2013-10-24 00:55:27 -07:00
danbrown
e1752b7818 Fix for #64743. 2013-06-05 13:03:14 -04:00
Hannes Magnusson
f18e3d4fe7 fix the redirect to support, the suffix is added during the redirect 2012-07-21 17:04:23 +01:00
Hannes Magnusson
6688517ade I don't know exactly what happened but somehow this long outstanding
todo item got resolved.
I hope noone actually notices =)
2012-07-05 23:00:35 +01:00
Justin Martin
9d9c0a6b19 Replaced dochowto links with fresh links to the wiki version of the howto. 2012-06-09 16:06:46 -07:00
Adam Harvey
e2e39ae2e6 Add redirects for the suffixed versions of the svn pages (thanks Philip!). 2012-03-20 11:14:07 +08:00
Adam Harvey
f1f5e30ca3 Initial rewrite of the references to Subversion on the site to Git. Rewrites
welcome! A couple of important notes:

- I've largely dropped references to Subversion altogether, even knowing that
  php-doc hasn't migrated yet. We may need to put a few more "Git/SVN account"
  references in there if php-doc isn't going to be migrated in the near future.

- I've removed the quick start hints from git-php.php after an account request
  has been sent in. The documentation there was pretty skimpy anyway and
  probably wouldn't have been enough to get a developer going, plus it's harder
  to distill the Git workflow into three or four snappy commands and I'm not
  really convinced that a form confirmation page is the right place to have
  learning materials, since it's a one-time page for most users. Instead I've
  replaced them with links to the relevant Wiki pages, which seem more likely
  to be the right place for new developers to learn.

News post to come, but I wanted to separate this out for easier review.
2012-03-20 10:13:32 +08:00
Philip Olson
f22ff4aa18 Disabled the referer tracker. The 404 distributions problem remains a mystery. 2011-12-28 19:05:28 +00:00
Hannes Magnusson
66bd1b60d5 - fix title, and remove an not-needed-paragraph, as suggested by solar designer
- rename security/crypt to security/crypt_blowfish (and add a error fallback for the old url)
2011-08-23 10:50:58 +00:00
Hannes Magnusson
4500964815 Enable php.net/trait and php.net/traits 2011-07-26 09:16:36 +00:00
Rasmus Lerdorf
929a3c7868 Fix debug 2011-07-19 16:17:07 +00:00
Philip Olson
0bae3b5ff3 Removed labels.rdf 404 entry, as Rasmus added a real labels.rdf in r313402 2011-07-19 09:53:20 +00:00
Rasmus Lerdorf
2ab1dd2339 track refs to bad distribution links from all mirrors 2011-07-19 05:28:36 +00:00
Rasmus Lerdorf
9d4d394bd5 If someone is looking for something in distributions/* and it isn't there,
send them to the /releases page since that is likely to be most helpful.

Also add a www.php.net-specific debug referer log to try to track down 
some of these persistent bad distributions/* links
2011-07-19 04:52:56 +00:00
Philip Olson
173a73ac64 Redirect labels.rdf 404 requests to something slightly related. 2011-07-18 15:39:12 +00:00
Rasmus Lerdorf
aad52615ab Distinguish between 404s and explicit searches and don't log mirrortest 2011-07-16 06:51:35 +00:00
Philip Olson
4352c14858 Added 5.3 and 5.4 specific NEWS shortcuts, and deprecated php5news. Removed 6.0 shortcut. 2011-05-19 17:10:54 +00:00
Philip Olson
70558815ec Added phptrunknews shortcut 2011-05-02 18:20:40 +00:00
Philip Olson
eb237674a3 Hack to stop the manual/lang to manual/en/lang redirects for inactive langs, via help-translate.php 2011-04-07 15:19:04 +00:00
Philip Olson
517902e805 Added configuration.directive - this link changed at one point. Spotted by meows@techie.com 2011-02-15 15:38:22 +00:00
Philip Olson
ce75565905 Added a var redirect to the oop5 docs; closes PHP bug #42285 2010-07-28 00:13:31 +00:00
Philip Olson
73fcce25b3 php manual regexp redirects, as per SVN revision #301616 2010-07-27 17:35:08 +00:00
Philip Olson
057281b7c1 Fixed minor logic issues, as per E_NOTICE errors found within the logs. 2010-06-12 02:41:10 +00:00
Philip Olson
50ce9452cf Added const, as desired by degeberg 2010-03-24 16:08:37 +00:00
Hannes Magnusson
2e05c48f92 Add 'bcmath' as an alias to 'bc' 2010-03-08 17:03:57 +00:00
Daniel P. Brown
8df8126321 Freshmeat changed their naming conventions a while back. Google's link and cache is now pointing to the FM homepage, thanks to a 404 redirect. This fixes that. 2010-03-03 18:54:25 +00:00
Hannes Magnusson
40c6b037b5 Add a php.net/dowhile shortcut (php.net/do.while is annoying) 2010-02-08 14:28:34 +00:00
Hannes Magnusson
87f5206edb Add a BC link for the pcre explanation page (reported by Stoppacher, Frank) 2009-10-21 21:35:50 +00:00
Hannes Magnusson
e44e64183d the reflection docs have been refactored into a real extension docs 2009-09-19 18:00:29 +00:00
Philip Olson
1e353d1b9e Removed old ideas.php, and link the 404 to http://wiki.php.net/ideas 2009-07-28 15:27:37 +00:00
Philip Olson
96eb32d7b9 fixed viewvc links (cvs->svn) 2009-07-28 14:32:55 +00:00
Philip Olson
4c756c2618 Removed eCHM page, and redirect old URL to download-docs. Closes PHP Bug #49050 2009-07-24 19:21:10 +00:00
Rasmus Lerdorf
bdea1f30db Anonymous SVN doesn't really make any sense. Let's just call
it svn.php
2009-07-16 23:59:14 +00:00
Gwynne Raskind
94c13e3545 - Redirects from CVS pages to SVN pages
- CVS -> SVN in all affected pages
Most of this work was done by Shawn Stratton.
2009-07-13 08:14:46 +00:00
Hannes Magnusson
12f65990ac redirect to the actual release announcement 2009-06-30 13:42:08 +00:00
Philip Olson
3c1610e117 Added url redirection for the most commonly searched variables and terms 2009-04-28 17:11:26 +00:00
Philip Olson
838bccc5d8 Added url redirection for all ini settings linked to within the new php.ini* files.
Example: http://php.net/short-open-tag
2009-04-09 23:47:06 +00:00
Philip Olson
e37785b9db redirect php.net/$numbers to bugs.php.net 2008-12-13 04:24:02 +00:00