6a68490d | 25-Jul-2003 |
Gabor Hojtsy |
Book page remake: - employ new vars (_GET, _SERVER), so we are not dependant on register_globals here anymore - use simple links instead of a dropdown for navigation - form
Book page remake: - employ new vars (_GET, _SERVER), so we are not dependant on register_globals here anymore - use simple links instead of a dropdown for navigation - format the navtable as on the doc download and lang selection pages - put misc things into the sidebar - always display some books, have a fallback for type and language in case of nothing is specified [display books in the user's preferred language by default] - still a not so nice table based aproach for the book listing, it can be further optimized probably...
show more ...
|
18df8ff1 | 25-Jul-2003 |
Gabor Hojtsy |
Fix a bug, which made language specifying shortcuts (eg. /it/books) not work. |
654aaede | 25-Jul-2003 |
Gabor Hojtsy |
This is a gif, not a jpg |
0c96f1df | 25-Jul-2003 |
Gabor Hojtsy |
Adding Larry's new books [first round] |
c9a1e814 | 23-Jul-2003 |
Gabor Hojtsy |
Don't display edit options, when there is no ID [ie. when previewing a note] |
176623c5 | 23-Jul-2003 |
Andrew Lindeman |
fix another error caused by recent commit |
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 ...
|
d915bc5d | 21-Jul-2003 |
Gabor Hojtsy |
Adding new CSS file, which will be used for printer friendly pages |
7af72873 | 21-Jul-2003 |
Gabor Hojtsy |
Adding CSS code for new manual TOC, thus getting rid of tables used there only for vertical spacing reasons |
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 ...
|
c6fa1a20 | 20-Jul-2003 |
Philip Olson |
Added index.html to DirectoryIndex as manual/howto/index.html requires it. This closes bug #24336 |
c390c1df | 20-Jul-2003 |
Gabor Hojtsy |
Ask mirrors to set up SQLite |
4d5338d7 | 20-Jul-2003 |
Gabor Hojtsy |
Quickref remake: - updating code to use modern control structures and variables - double the size of "found functions" for searches - distribute results and the big function list in 3
Quickref remake: - updating code to use modern control structures and variables - double the size of "found functions" for searches - distribute results and the big function list in 3 columns, instead of 2, as there is many data, and there is plenty of space for that - make use of the user's language preference while searching, so only results available in the preferred language will be returned
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 ...
|
d12d5004 | 20-Jul-2003 |
Gabor Hojtsy |
Use <span> tags, instead of <font>s for future compatibility, and fix the case of the name in the CSS |
b070f083 | 20-Jul-2003 |
Andrew Lindeman |
make this image be right-aligned, to keep in line with all the other images. It also looks quite weird for it to be left aligned by the title |
eaf9f7a4 | 17-Jul-2003 |
Derick Rethans |
- Logo's are fine, fully flegded banners are not ;) |
9588edd1 | 17-Jul-2003 |
Philip Olson |
phparch touchup |
ca69ae34 | 17-Jul-2003 |
Derick Rethans |
- Fixing James' mess |
954353cc | 17-Jul-2003 |
James Cox |
php|arch news. |
cc1a8d64 | 17-Jul-2003 |
Gabor Hojtsy |
Lists should be out of paragraphs in XHTML |
dcdf6a76 | 13-Jul-2003 |
Gabor Hojtsy |
Trying the new base code out on this file |
9a5cd6b5 | 13-Jul-2003 |
Gabor Hojtsy |
Implement some more general handling of the base parameter, to support the usage of webpage shortcuts without redirections in the future Also keep the two old base handling methods,
Implement some more general handling of the base parameter, to support the usage of webpage shortcuts without redirections in the future Also keep the two old base handling methods, until they can be replaced by this general one
show more ...
|
72f47439 | 13-Jul-2003 |
Gabor Hojtsy |
Ups, BASE_FOR_MANPAGE does not start with /manual... Fix my previous fix... |