Paul Dragoonis
ecbe49cd55
Adding a ['css'] entry to dynamically laod CSS Files when calling site_header() on the beta site
2011-10-16 17:15:24 +00:00
Paul Dragoonis
29ed0ec9dc
Converted tabs into 4 spaces as per phpweb coding standards. Added correct locations for links on TOC for Edit this page and Report a bug.
2011-10-15 14:17:03 +00:00
Paul Dragoonis
f93348739b
Adding new links to the TOC Sidebar. Report a bug and Edit this Page links.
2011-10-14 19:03:01 +00:00
Daniel P. Brown
b767dc5d4f
Another one to bite the dust.
2011-10-03 13:16:24 +00:00
Daniel P. Brown
60846759fc
To stop events such as 5008, 5009, and 5010.
2011-09-26 15:04:41 +00:00
Ferenc Kovacs
7fc8b8bb91
add the missing date for the 5.3.7 release
2011-09-24 22:33:54 +00:00
Stewart Lord
86c75aca35
Made elephpant image banner dynamic.
...
Elephpant images are pulled from flickr via the php-master server hourly.
The web site now provides a simple PHP script to serve a random sampling
of these images in JSON format.
The web browser now loads the elephpant images via JavaScript, requesting
only the number of images that are required to fill the viewport. Images
are inserted into the page using the data URI scheme. This ensures that
only one http request is needed to load all of the required images.
If the browser window resizes, the JavaScript will fetch additional images
as required to fill out the viewport again. There is a slight delay built
in (250ms) to avoid excessive requests while the window is being resized.
Some browsers (e.g. older versions of MSIE) do not support the data URI
scheme. For these browsers we may wish to provide a fallback mechanism of
aggregating the images (e.g. MHTML, aka MIME HTML).
If the images fail to load, the elephant banner is hidden automatically.
2011-09-21 04:33:01 +00:00
Richard Quadling
a4acb9b3cb
http => https for bugs.php.net and wiki.php.net
2011-09-19 10:14:44 +00:00
Richard Quadling
8d4f9c91d1
%23 was actually OK. It seems the change is in bugs.php.net going from http to https and the redirector re-encoding %23 to %2523 which bugs.php.net decodes back to %23.
...
Manually calling https://bugs.php.net/ and using %23 should be OK now. Or will be when this commit is rolled out to the mirrors.
Should really fix bug#55711
2011-09-19 10:08:44 +00:00
Richard Quadling
6fd1cb2706
Fix bug#55711
...
Use the id of the "Report a bug" section rather than the translated text.
Use # rather than %23 in the link.
2011-09-16 14:54:16 +00:00
Ferenc Kovacs
6af74ece61
update the RC version for 5.4 on the php.net front page
2011-09-16 09:54:11 +00:00
Paul Dragoonis
64e8074168
Updating homepage styling for the main sections on the right side. Created a dedicated area used for rendering the sidebar content through the addition of print_view(). Set all companies in the Thanks To area to open in new tabs (target=_blank)
2011-08-30 17:30:12 +00:00
Hannes Magnusson
40944a9682
Fixed bug#55430, introduce the session.upload_progress family to the world
2011-08-30 11:13:22 +00:00
Hannes Magnusson
50eb4c4091
Protect against broken databases
2011-08-30 09:07:08 +00:00
Johannes Schlüter
cfb09d4c36
PHP 5.3.8
2011-08-23 15:30:19 +00:00
Hannes Magnusson
d8ab9e1d73
typo, should be mysqli
2011-08-23 10:19:24 +00:00
Hannes Magnusson
3895a501a9
another missing mysql option from php.ini
2011-08-23 10:16:45 +00:00
Daniel P. Brown
77621cef87
Slightly improved address and domain-matching SPAM prevention mechanism.
2011-08-22 13:33:56 +00:00
Ilia Alshanetsky
e66748b53c
5.3.7 release
2011-08-18 14:06:51 +00:00
Peter Cowburn
a3d1db0a8f
xss fix - search results summaries can contain HTML
2011-08-17 15:14:38 +00:00
Hannes Magnusson
dca77d8444
add the ini entries from php.ini, see bug#55404
2011-08-17 12:12:20 +00:00
Stewart Lord
bb7021e2d9
Fixed styling of the documentation mega-drop-down menu. Modified the fourth
...
column under documentation to use dl/dt/dd markup to be consistent with the
rest of the menu. Gave the last column a heading of 'Miscellaneous'.
Alternatively, we could consider a less formal heading such as: 'Odds & Ends'.
Couldn't help but notice that the 'Installation and Configuration' chapter
looks out of place. At a glance, it would fit better under the 'Getting
Started' section.
2011-08-12 05:52:24 +00:00
Ilia Alshanetsky
1ee3f0dd95
5.3.7RC5
2011-08-11 15:21:54 +00:00
Rasmus Lerdorf
e82c55ae50
alpha3
2011-08-07 19:24:09 +00:00
Hannes Magnusson
00172ff3fd
Add classes to the <ul>s in the left menu (manuals), and drop empty children <ul>s
2011-08-04 12:18:32 +00:00
Philip Olson
86b7eb76e8
Removed the old kill_spammer() tool. The world is now spam free!
2011-08-01 04:25:30 +00:00
Philip Olson
30d44403f2
Moved kill_spammer() to shared-manual, as the manual/ namespace is cluttered with lang dirs.
2011-07-31 18:00:25 +00:00
Ilia Alshanetsky
6c8b37341e
5.3.7RC4
2011-07-28 16:15:59 +00:00
Philip Olson
cc915370b1
Changed default English mapping from en-us to en-ca because en-us has a bing bug, and is returning a limited number of bing API results. Weird, Eh?
2011-07-21 03:07:07 +00:00
Philip Olson
c075a9136a
Removed manual/en/ from links. Sorry 404 handler, but you have more work to do. This coincides with how we do it elsewhere.
2011-07-19 09:49:57 +00:00
Philip Olson
4f8bc3d78a
Added rudimentary search snippets feature. Common searches result in snippets of text. See also the comments. And feel free to improve the text.
2011-07-19 06:15:22 +00:00
Philip Olson
1a92a29add
Moved PHP 5.2.14-5.2.16 and PHP 5.3.3-5.3.5 to museum.php.net
2011-07-16 19:51:11 +00:00
Rasmus Lerdorf
fe0d183de3
Right float the bing attribution
2011-07-16 17:55:54 +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
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
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
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
Hannes Magnusson
dc5b113701
Fix notices
2011-07-11 18:45:10 +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
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
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
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