b767dc5d | 03-Oct-2011 |
Daniel P. Brown |
Another one to bite the dust. |
d596b72b | 30-Sep-2011 |
Hannes Magnusson |
webdev 2011 |
0463940c | 26-Sep-2011 |
David Soria Parra |
News entry about PHP 5.4 beta1 |
60846759 | 26-Sep-2011 |
Daniel P. Brown |
To stop events such as 5008, 5009, and 5010. |
7fc8b8bb | 24-Sep-2011 |
Ferenc Kovacs |
add the missing date for the 5.3.7 release |
b263d618 | 22-Sep-2011 |
Richard Quadling |
verinfo position for class definitions matches verinfo position in methods/functions. In the Windows CHM files, the top line contains the left/right page links and the verinfo overlaps this. |
2794cd6d | 22-Sep-2011 |
Stewart Lord |
Corrected mime type of thumbnail images in data URI. |
dd5d4291 | 22-Sep-2011 |
Stewart Lord |
Replace __DIR__ with dirname(__FILE__). It's easy to forget that this constant was only added in 5.3 (some mirrors run old versions). |
86c75aca | 21-Sep-2011 |
Stewart Lord |
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
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.
show more ...
|
a4acb9b3 | 19-Sep-2011 |
Richard Quadling |
http => https for bugs.php.net and wiki.php.net |
8d4f9c91 | 19-Sep-2011 |
Richard Quadling |
%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://b
%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
show more ...
|
6fd1cb27 | 16-Sep-2011 |
Richard Quadling |
Fix bug#55711 Use the id of the "Report a bug" section rather than the translated text. Use # rather than %23 in the link. |
6af74ece | 16-Sep-2011 |
Ferenc Kovacs |
update the RC version for 5.4 on the php.net front page |
f993f6a2 | 15-Sep-2011 |
Hannes Magnusson |
Barcelona 2011 |
31cb062a | 12-Sep-2011 |
Paul Dragoonis |
Adding hover states for all <a> tags. Credits: Ricky Elrod |
dd9d51d8 | 12-Sep-2011 |
Hannes Magnusson |
PHPBenelux 2012 |
3618c137 | 09-Sep-2011 |
Daniel P. Brown |
Making it clear that mirrors@php.net is a public mailing list. |
cbf7aabe | 07-Sep-2011 |
Daniel P. Brown |
Adding 'thanks' to krystal.co.uk for providing a kick-butt server for rmtools/testing. |
89ab2e5d | 07-Sep-2011 |
Daniel P. Brown |
Just a few minor changes to tighten-up the sentence while it's on the front page. |
18a564c5 | 03-Sep-2011 |
Hannes Magnusson |
Do not index the apache status page (reported by Paul King) |
603afe58 | 02-Sep-2011 |
Paul Dragoonis |
Styling the warnings section of the docs page. Resizable box and new warning icon. Credits to Wojak Kupiec too. |
0e7a5e80 | 31-Aug-2011 |
Wojciech Kupiec |
Removed unused file |
64e80741 | 30-Aug-2011 |
Paul Dragoonis |
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 Thank
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)
show more ...
|
40944a96 | 30-Aug-2011 |
Hannes Magnusson |
Fixed bug#55430, introduce the session.upload_progress family to the world |
50eb4c40 | 30-Aug-2011 |
Hannes Magnusson |
Protect against broken databases |