History log of /web-php/include/shared-manual.inc (Results 151 – 175 of 368)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2f892e8a 01-Jan-2005 Jacques Marneweck

Happy New Year php.net :)


# 559a48b7 01-Sep-2004 Gabor Hojtsy

fix ie tableless issues (hopefully) patch by Jakub Vrana:

1. Don't float .manualnavbar at right.
2. Swap the order of .prev and .next, and .langchooser and .langupdated
and don't flo

fix ie tableless issues (hopefully) patch by Jakub Vrana:

1. Don't float .manualnavbar at right.
2. Swap the order of .prev and .next, and .langchooser and .langupdated
and don't float .prev and .langchooser at left.
3. Don't clear .manualnavbar HR.

show more ...


# ad0fc0d2 03-Aug-2004 Gabor Hojtsy

user notes are back


# 1f36a546 30-Jul-2004 Gabor Hojtsy

more actual note if user notes are not available (will switch back if user notes are back in)


# 2e7b4650 31-Dec-2003 Jacques Marneweck

Updated copyright notices. Happy New Year!


# 57676470 27-Sep-2003 Gabor Hojtsy

Erm, and tableless versions are definitely not to
be indexed by search engines


# 0320790b 27-Sep-2003 Gabor Hojtsy

Introduce a tableless navbar and also support the access
of a tableless manual page presentation mode via $NOTABLES


# 85513990 13-Sep-2003 Gabor Hojtsy

Use a list instead of styled div for the manual TOC layout, because
- this is semantically correct
- this uses *much* less markup
- looks better in downlevel browsers (eg. NN4)

Use a list instead of styled div for the manual TOC layout, because
- this is semantically correct
- this uses *much* less markup
- looks better in downlevel browsers (eg. NN4)

Also make the TOC link list appear in the normal font size of the
sidebar (which is a bit bigger then what is currently used, and easier
to read). It is still reasonably small IMHO.

show more ...


# 753ca637 23-Aug-2003 Gabor Hojtsy

Fix two HTML validity problems spotted by Cece


# 82e8d0c3 21-Aug-2003 Gabor Hojtsy

Only print out id anchor if ID is present


# 68bab1c1 20-Aug-2003 Gabor Hojtsy

Get rid of tables used for notes display, and produce the
identical effect with background-colored divs and floats, where
needed. This produces a much cleaner HTML code, makes
HTML output

Get rid of tables used for notes display, and produce the
identical effect with background-colored divs and floats, where
needed. This produces a much cleaner HTML code, makes
HTML output significantly smaller, and rendering quicker.

show more ...


# 55da3c4b 15-Aug-2003 Gabor Hojtsy

Fix logo and styling of printer friendly pages


# cf48605f 09-Aug-2003 Gabor Hojtsy

Proper base setting for printed pages with notes


# 4f22331f 01-Aug-2003 Gabor Hojtsy

Disallow robots to index the printer friendly pages


# 4135039c 29-Jul-2003 Gabor Hojtsy

Increase chunk read size from 8K to 12K
because of long old notes


# c9a1e814 23-Jul-2003 Gabor Hojtsy

Don't display edit options, when there is no ID [ie.
when previewing a note]


# 90e59589 23-Jul-2003 Andrew Lindeman

fixing error in previous commit by goba that made it impossible to
submit a note.


# bc575695 21-Jul-2003 Gabor Hojtsy

Manual (and user note) functions remake:

- introduce a new PHP friendly naming scheme,
like: manual_setup(), manual_header, etc.
- use PEAR coding standards (except naming)

Manual (and user note) functions remake:

- introduce a new PHP friendly naming scheme,
like: manual_setup(), manual_header, etc.
- use PEAR coding standards (except naming)
- get rid of nasty globals, use one $PGI global for
all page related information storage
- get rid of unneded multiple function calls
(sendManualHeaders and manualHeader)
- reformat TOC information on pages, use modern CSS
styled divs, instead of tables and spacers
- get rid of email obfuscation code in user note handling,
it is done now on the rsync server (TODO: user note
text formatting should also be done there)
- getting rid of extra parameters, as info is always
available in $PGI
- XHTML friendly environment for printer friendly pages,
using CSS instead of nasty tables and other tricks
- Also provide BC functions, so the sites won't break
with the new code

Tested on a local mirror. This partically cleans the way
for livedocs, as it provides a much cleaner functional
interface of manual pages.

This commit is accompanied with the phpdoc modifications
to generate files with the new function calls in the future.

show more ...


# 59435032 21-Jul-2003 Gabor Hojtsy

Also specify BASE_PAGE on manual pages, so it can
be used to print out the show source link properly on pages
accessed with shortcuts

Use the BASE_HREF on manual pages to provide a b

Also specify BASE_PAGE on manual pages, so it can
be used to print out the show source link properly on pages
accessed with shortcuts

Use the BASE_HREF on manual pages to provide a backlink
to the previous page after user note submissions, so thse
will work from shortcut accessed pages too

These two fixes hopefully close all the problems related to
manual URL shortcut page displays

show more ...


# 9fd21b55 20-Jul-2003 Gabor Hojtsy

- Get rid of BASE_FOR_MANPAGE in favor of the more
generic _SERVER['BASE_HREF'], which we will use on all
pages

- Remove the old commented mirror switching part, which
was never

- Get rid of BASE_FOR_MANPAGE in favor of the more
generic _SERVER['BASE_HREF'], which we will use on all
pages

- Remove the old commented mirror switching part, which
was never used, and not going to be used

- Also employ BASE_HREF for the printed version, so the
right server name will be used, and XHTMLize the printed
page's header

show more ...


# 72f47439 13-Jul-2003 Gabor Hojtsy

Ups, BASE_FOR_MANPAGE does not start with /manual...
Fix my previous fix...


# bb99efb3 13-Jul-2003 Gabor Hojtsy

Use the base computed for the request, instead of the request
URI, so the dropdown will work for shortcut accessed pages
too. Thanks to Hartmut for the bugreport :)


# 8fe303bc 14-Jun-2003 Gabor Hojtsy

Use divs to present the TOC items on manual
pages on the left side of the window

Add images according to php.net rules to these
two styles (toca, toci) depending on what mirror
t

Use divs to present the TOC items on manual
pages on the left side of the window

Add images according to php.net rules to these
two styles (toca, toci) depending on what mirror
they are used on

Also rewrite the TOC generator code a bit, so it
identifies items properly when their title and titleabbrev
differ [was a bug on many pages]

Also wrap too long function names, so we have the
same amount of content and nav area on pages with
long function names in the TOC [eg. xml functions]

The new div based approach means that we have *much*
less HTML to output, and the layout of the menu is better
than before, as the box images are aligned to the text.
Tested with Mozilla and Konqueror. Apart from pages with
long function names in the TOC, this should look very similar
to the display of the TOC before

show more ...


# 6b19498e 07-Jun-2003 Gabor Hojtsy

Tabs to spaces, and several rewrites among the common
layout functions. eg. the code for make_image() got optimized

Also employ coding style (comments, spaces, bracing)

Remove t

Tabs to spaces, and several rewrites among the common
layout functions. eg. the code for make_image() got optimized

Also employ coding style (comments, spaces, bracing)

Remove the popup link function which are not used for a very
long time...

Put the static root to $_SERVER['STATIC_ROOT'] so it can
easily go around the functions

The header and footer functions are still not rewritten, and
more work is needed on make_submit() to make it [X]HTML
compliant

These changes seem to work on my local mirror

show more ...


# 69d4b58e 04-Jun-2003 Gabor Hojtsy

Reflect the phpdoc changes in the comments


12345678910>>...15