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

7736 Commits

Author SHA1 Message Date
Rasmus Lerdorf
161d16fb4d Add a humans.txt file since it is getting requested. This saves
a useless web search query.
2011-07-16 17:06:42 +00:00
Philip Olson
bdbeacc77e Improved sqlite search. See the comments for @todo items, but removed slow LIKE and increased sqlite hit frequency (e.g., php.net/function.strlen.php as per the 404 miss logs). 2011-07-16 16:59:20 +00:00
Philip Olson
9a255989ff tweaked mirrortest check 2011-07-16 14:11:11 +00:00
Rasmus Lerdorf
bf3831c9d9 Don't send proxy attempts through the backend web search 2011-07-16 07:07:46 +00:00
Rasmus Lerdorf
aad52615ab Distinguish between 404s and explicit searches and don't log mirrortest 2011-07-16 06:51:35 +00:00
Rasmus Lerdorf
d1c391ccd1 Add a 404 profile - commit to backend first and let it synch before the mirrors start using it 2011-07-16 06:02:53 +00:00
Rasmus Lerdorf
8ee6e6ed92 Do a web search from the manual-lookup page when a function is not found 2011-07-16 05:45:51 +00:00
Philip Olson
fa28e81792 Updated 5.4 alpha1 info to alpha2. Bug spotted by Rafael Dohms 2011-07-15 14:20:36 +00:00
Stewart Lord
7091dea056 Fixed spacing issues on the home page that resulted from previous changes to headings and lists. 2011-07-15 07:14:01 +00:00
Stewart Lord
b0fa7b745b Added styles for 'standard' tables (e.g. the table of mailing lists). 2011-07-15 06:49:58 +00:00
Stewart Lord
3530d51be8 Fixed styling of ul's in pages such as the mailing list. 2011-07-15 06:26:53 +00:00
Stewart Lord
cbe0984119 Improved styling of h1's and h2's on pages such as svn, mailing lists, etc. Primarily adjusted spacing of headings to improve readability. 2011-07-15 06:09:50 +00:00
Stewart Lord
be89fc36e6 Improved styling of 'tips' sidebar. Viewable on mailing lists, svn, url how-to, etc. pages. 2011-07-15 05:49:34 +00:00
Ilia Alshanetsky
d86d952b5a 5.3.7RC3 2011-07-14 13:53:36 +00:00
Peter Cowburn
b1ef723605 typo fix 2011-07-14 11:18:47 +00:00
Rasmus Lerdorf
b7fc14908e Fix start/end values 2011-07-14 06:14:01 +00:00
Rasmus Lerdorf
ad41364c59 Make ChangeLog and News archive searches work 2011-07-14 05:54:20 +00:00
Rasmus Lerdorf
99e6a4f5a3 Get closer to the bing style guide 2011-07-14 05:37:29 +00:00
Rasmus Lerdorf
9fd1bae95f Switching search backend from Yahoo to Bing.
and to head off the inevitable bitching about this, it
is because the Yahoo BOSS v1 API we are using is going
away on July 20 and Yahoo was not willing to give us
free access to the new v2 API. It would end up costing
us about $600/year at our current usage pattern.
The new Google REST API would cost us about $7500/year.
The Bing API is free.
2011-07-14 05:24:48 +00:00
Philip Olson
ee468d1349 Added a few missing languages to LANGUAGES_MAP, and changed missing bing languages to en-us. And added a link to the docs. 2011-07-14 04:37:25 +00:00
Philip Olson
8fe768fd84 Added LANGUAGES_MAP for bing search. It deserves a review and probably contains mistakes. Will review once bing is implemented. 2011-07-13 20:59:07 +00:00
Rasmus Lerdorf
419d1891cd Prepare frontend for switch to Bing backend 2011-07-13 20:47:53 +00:00
Stewart Lord
0ff86af723 Some copy edits to the featured content sections. 2011-07-13 05:41:40 +00:00
Stewart Lord
5536e9e0ca Added css transition rules so that elephpant opacity changes gradually. 2011-07-13 05:27:41 +00:00
Philip Olson
2be2966493 Updated PECL/PEAR text, and fixed a typo. Patch by Chris Jones 2011-07-12 18:47:35 +00:00
Hannes Magnusson
12320bce90 Random blurbs. The pages linked to however really need help :) 2011-07-11 19:04:47 +00:00
Stewart Lord
85dc80c2de Follow on to 313147. Forgot to add browser specific opacity rules. 2011-07-11 19:02:08 +00:00
Stewart Lord
ec4096a473 Elephpant photos now have a dark tint to them so that they are less distracting. The dark tint is removed on hover. 2011-07-11 18:57:53 +00:00
Hannes Magnusson
dc5b113701 Fix notices 2011-07-11 18:45:10 +00:00
Stewart Lord
27ec714aba Fixed margin/indentation of links in the mega drop-down.
The spacing was excessive before.
2011-07-10 21:27:38 +00:00
Stewart Lord
ecb5ba9c9e Fixed an issue with the new home page layout where it did not render
correctly if the browser window was too small. Now we fix the width of
the main content area to 960px and center it in the page.

Made the announcement text slightly bigger.

Note the current page is now set as a class on the body tag so that we
can better target styles for specific pages.
2011-07-08 05:28:06 +00:00
Stewart Lord
ccbfa6a00f New home page layout. This initial commit focuses on implementing the
look and layout of the home page mockup, not the functionality. We still
need to flesh out the footer, replace placeholder text and make content
dynamic in places (e.g. elephpants, announcements, news, conferences,
user groups, etc.)
2011-07-07 07:13:56 +00:00
Philip Olson
8db37aad07 Linked search string to our various search types. Not ideal or working perfectly today, but Y! BOSS v2 will inspire greatness. 2011-07-06 23:51:03 +00:00
Hannes Magnusson
c8187bdce3 Ensure we have a statement object, otherwise show a 'service not available' page 2011-07-06 14:15:01 +00:00
Philip Olson
4d9ce0bfa6 Converted ext/sqlite usage to pdo_sqlite. No functionality or behaviour was [knowingly] altered. 2011-07-06 13:28:28 +00:00
Hannes Magnusson
692621c213 check if it exists before trying to open it 2011-07-06 11:27:32 +00:00
Hannes Magnusson
e1140fd410 Check if the file exists before trying to open it 2011-07-06 11:25:28 +00:00
Philip Olson
ef7b85265d Updated to include 5.4, removed 5.2, added https:// links, and mentioned autoconf 2.59+ 2011-07-06 04:22:26 +00:00
Peter Cowburn
64c206f575 show top search result 2011-07-05 22:32:56 +00:00
Philip Olson
f505daa643 re-enable prototype. to always show beta mode (sorry about that), and make docs. default to beta mode but respect the my.php cookie. 2011-07-02 01:02:49 +00:00
Hannes Magnusson
d2ab761365 Fix typo (cjoracle) 2011-07-01 23:10:31 +00:00
Hannes Magnusson
f8b10ff7a1 Add some sort of seperation between Rasmus' tests helping article and the original php|arch article 2011-07-01 21:35:10 +00:00
Hannes Magnusson
7b594e4147 Slight improvement for dependencies installation and configure procedures 2011-07-01 21:31:37 +00:00
Hannes Magnusson
6920dba6d4 Removed 1st person voice from Rasmus' http://codepad.org/SXfRlJ0w 2011-07-01 20:54:23 +00:00
Jakub Vrana
f920d9d044 HTML validity (bug #55097) 2011-07-01 09:08:24 +00:00
Ilia Alshanetsky
439d69620d 5.3.7RC2 2011-06-30 18:19:55 +00:00
Philip Olson
e7e7d28fb6 Clarified legacy removal statement, patch by Chris Jones 2011-06-29 19:56:30 +00:00
Peter Cowburn
01eb105043 Fix NEWS 2011-06-29 09:00:40 +00:00
Philip Olson
4118e7d33a Bumped mirror version requirement to 5.2, and mentioned a 5.3 preference. We should mention a desire for mirrors to update PHP regularly, as for example 5.2.0 and 5.3.0 are not awesome. 2011-06-29 05:29:12 +00:00
Philip Olson
50e00578ca Fixed fail. :( 2011-06-29 03:13:15 +00:00