History log of /web-php/include/shared-manual.inc (Results 76 – 100 of 368)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f613c040 25-Jun-2013 Hannes Magnusson

Kill the next/prev page from the top & move lang chooser

The next/prev page takes way to much space there and isn't very
important feature to have such promonently in-your-face, creating

Kill the next/prev page from the top & move lang chooser

The next/prev page takes way to much space there and isn't very
important feature to have such promonently in-your-face, creating
imbalance at the top.

Moved the language chooser to just above the version info

show more ...


# cec2f2ee 25-Jun-2013 Paul Dragoonis

Removing code for the old quicktoc, and adding code for the new manualheader and language changer dropdown


# e8471162 11-Jan-2013 Peter Cowburn

Revert "Revert "Removal of left menu class prefixes for method names since they're already indented within that class name""

This reverts commit ae8aa85575ef55096e1e9831d6a0d65b93d42d8c.

Revert "Revert "Removal of left menu class prefixes for method names since they're already indented within that class name""

This reverts commit ae8aa85575ef55096e1e9831d6a0d65b93d42d8c.

Ooooooopppss!!!

show more ...


# ae8aa855 09-Jan-2013 Peter Cowburn

Revert "Removal of left menu class prefixes for method names since they're already indented within that class name"

This reverts commit 16a31cfa93e9bc1042310c61f8172dccacdb94ad.


# 16a31cfa 08-Jan-2013 Paul Dragoonis

Removal of left menu class prefixes for method names since they're already indented within that class name


# 9f44618c 06-Jan-2013 Sherif Ramadan

Patched user notes feature from regular site into prototype with some slight adjustments.

The old manual_notes had a display for number of notes on a page. This feature was missing from

Patched user notes feature from regular site into prototype with some slight adjustments.

The old manual_notes had a display for number of notes on a page. This feature was missing from
the beta site so I added to manual_notes_beta.

show more ...


# 5c8beafa 27-Dec-2012 Adam Harvey

Update user notes styling on the beta site.

Part of this also improves the markup we're generating on both the stable and
beta sites by removing the inline styles that have crept into

Update user notes styling on the beta site.

Part of this also improves the markup we're generating on both the stable and
beta sites by removing the inline styles that have crept into
shared-manual.inc.

Squashed commit of the following:

commit 8aaaea73f8a1128c45bbd081b0a61fb58aaff10e
Author: Adam Harvey <aharvey@php.net>
Date: Thu Dec 27 18:21:51 2012 +0800

Remove inline styles from the user note voting elements.

commit 4239bdcfa8506d5e37d678032570aa6b81fe54be
Author: Adam Harvey <aharvey@php.net>
Date: Thu Dec 27 18:21:25 2012 +0800

Fix clearing behaviour when the user note heading wraps.

commit fc08e0abad0d1b500d0d1561bf5966febd3c4426
Author: Adam Harvey <aharvey@php.net>
Date: Thu Dec 27 18:15:05 2012 +0800

Replace the user note vote styling on the beta site with something more inline
with the beta site style.

commit ade84bf601be20c74493d54d089edf8578ba1185
Author: Adam Harvey <aharvey@php.net>
Date: Thu Dec 27 18:14:46 2012 +0800

Improve note vote support on the beta site.

commit 0e1a71f8a4945408000428fa88f1d5aa12aeeca4
Author: Adam Harvey <aharvey@php.net>
Date: Thu Dec 27 18:12:31 2012 +0800

Add genanchors to user notes.

commit 03393d70a6f3ac8530432ba5d7c228528ad6230d
Author: Adam Harvey <aharvey@php.net>
Date: Thu Dec 27 17:49:41 2012 +0800

Make the note styling more in line with other block elements by moving the
header row outside the shaded note body.

commit dc2a83990c33fd3cf7df209201536458ff01de59
Author: Adam Harvey <aharvey@php.net>
Date: Thu Dec 27 17:45:10 2012 +0800

Rationalise beta site user note styles.

commit da2b492c186d6b8946170e1702f052ef93696028
Author: Adam Harvey <aharvey@php.net>
Date: Thu Dec 27 17:31:53 2012 +0800

Apply styling to user note dates in site.css, not inline.

show more ...


# d0d43e55 15-Dec-2012 Sherif Ramadan

Adjusted sorting votes function. The old behavior is inaccurate in reflecting rating.


# 1341f83e 14-Dec-2012 Sherif Ramadan

Updated the notes sorting function. Enhanced sorting results based on multiple criteria.


# a5612288 13-Dec-2012 Sherif Ramadan

Fixed relTime function, wrong format specifiers in DateInterval::format were used.


# 61152c6a 12-Dec-2012 Sherif Ramadan

Added new user notes voting features. This provides users to vote on user contributed notes in the manual throughout php.net.


# 4c55e6c9 19-Jun-2012 Levi Morrison

Many typography improvements. I tried to be pretty thorough to make sure it didn't break anything. The only area that seems negatively affected is the mega menu dropdown, but that needs more work don

Many typography improvements. I tried to be pretty thorough to make sure it didn't break anything. The only area that seems negatively affected is the mega menu dropdown, but that needs more work done on it anyway.

Also included the elephpants in the footer on the manual pages.

show more ...


# f64750b1 01-Jun-2012 Peter Cowburn

soft deprecation notices


# 52af0c2f 22-Jan-2012 Rasmus Lerdorf

Remove transitional master2 hostname


# 44a35204 20-Jan-2012 Rasmus Lerdorf

use master2


# fb0f1ee8 16-Oct-2011 Wojciech Kupiec

Aded language selector to TOC box


# 29ed0ec9 15-Oct-2011 Paul Dragoonis

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.


# f9334873 14-Oct-2011 Paul Dragoonis

Adding new links to the TOC Sidebar. Report a bug and Edit this Page links.


# 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.


# 86b7eb76 01-Aug-2011 Philip Olson

Removed the old kill_spammer() tool. The world is now spam free!


# 30d44403 31-Jul-2011 Philip Olson

Moved kill_spammer() to shared-manual, as the manual/ namespace is cluttered with lang dirs.


# 692621c2 06-Jul-2011 Hannes Magnusson

check if it exists before trying to open it


# f920d9d0 01-Jul-2011 Jakub Vrana

HTML validity (bug #55097)


# 50e00578 29-Jun-2011 Philip Olson

Fixed fail. :(


12345678910>>...15