1
0
mirror of https://github.com/php/web-php.git synced 2026-04-22 22:48:13 +02:00
Commit Graph

644 Commits

Author SHA1 Message Date
Simone Cortesi 9a84c4eea7 fixing bug 17796: slash problem on calendar 2002-06-19 00:46:09 +00:00
Sander Roobol 060b06e950 Fix search (hopefully) 2002-06-17 10:39:24 +00:00
Sander Roobol 0bcde0d181 Remember language when using that quickref thingy; #14985 2002-06-16 20:09:45 +00:00
Zeev Suraski 92b381da8c Restore logging, please don't remove it! 2002-06-09 14:57:50 +00:00
Gabor Hojtsy 3ef2814b70 Tweaking some more with the printed page header 2002-06-07 13:02:48 +00:00
Gabor Hojtsy f33a34ded5 Adding title to printed pages, adding some notes, changed URL to show
server, and modify copyright (manual contents are copyright the PHP
Documentation Group).
2002-06-07 11:24:26 +00:00
Gabor Hojtsy 0401fbd0ad Adding support for the new experimental "printed page" version 2002-06-07 09:43:10 +00:00
jim winstead da7916ae1d $HTDIG is never being set, so stop trying to use it. clear out a couple of other unused global declarations, too. 2002-06-02 03:55:51 +00:00
jim winstead 6ec08bf528 get mnogosearch to ignore the navigation bar on the manual pages 2002-06-02 03:45:35 +00:00
jim winstead 3ebc08acd4 get mnogosearch to ignore navigation elements 2002-06-02 03:01:05 +00:00
Derick Rethans f3be8d9de1 - Suggestion from bug #15695 2002-05-24 19:32:54 +00:00
Rasmus Lerdorf 25492aa17f Downloads are broken - temporary fix until the master server is back 2002-05-19 05:31:27 +00:00
Gabor Hojtsy 5854587cd2 Misc stuff 2002-05-14 22:38:07 +00:00
Gabor Hojtsy a52ce81c87 Trying to add support for autofinding the closest mirror using
the IP address and hostname
2002-05-14 22:17:58 +00:00
Rasmus Lerdorf 59d7ab5c11 uh, careful... 2002-05-14 22:09:55 +00:00
Gabor Hojtsy a895053229 Add some more logic to autoselection code (this is picky on www.php.net
for example, as it has many names)
2002-05-14 21:36:45 +00:00
Gabor Hojtsy f1f5c1e21a Friendlier size printout 2002-05-14 21:21:32 +00:00
Gabor Hojtsy cc6593c702 Using thin class for thin forms 2002-05-14 21:15:55 +00:00
Sander Roobol 47980604c2 Minor HTML fixes and some steps to XHTML compatibility 2002-05-09 19:51:17 +00:00
jim winstead 67090a66b9 get rid of prevsearch stuff. it doesn't play nice with caching. 2002-05-02 19:50:04 +00:00
Gabor Hojtsy 272b9b7fc0 Adding "php.net sites" link to main navigation bar (it's that important IMHO) 2002-04-27 09:48:55 +00:00
Colin Viebrock 8ea726ec4c new favicon ... I'm on a roll today 2002-04-24 19:55:17 +00:00
Gabor Hojtsy d6bd1ba319 We have no "construct." IDs in the manual, as I searched up... 2002-03-23 10:41:58 +00:00
jim winstead d2ad19732d try to figure out why some mirrors have problems with the function list search (and try one possible solution) 2002-03-07 04:05:48 +00:00
jim winstead bce09dfa7e replace double-newline with paragraph break (but not just nl2br, which would be too funky), and repeat url at end of entry like it did before. 2002-03-06 00:32:11 +00:00
jim winstead 62a5230ecd use spacer to force width of right sidebar 2002-03-05 19:26:38 +00:00
jim winstead d54baafbb8 fix day calculation 2002-03-05 19:11:16 +00:00
jim winstead 222ff1f075 rewrote cal.php to get data from backend/events.csv. phpweb is once again
mysql-free. also got rid of events.php, since cal.php can now display info
about particular events. the calendar should look essentially the same, modulo
smaller default text, and some small css tweaks (mainly to put a divider
between events -- i could never tell them apart before).

one small thing to add would be a remove button to events a-la the
manual notes when the magic cookie is set.
2002-03-05 02:54:19 +00:00
jim winstead 853bd187a5 whoops, got a little overzealous there. 2002-03-03 21:19:36 +00:00
jim winstead 19fab46c7e function to display list of errors, and style for same 2002-03-03 20:47:07 +00:00
jim winstead 9706af85cc get rid of a bunch of superfluous <br> tags 2002-03-03 20:45:05 +00:00
jim winstead 2a5447cb7e use countries.inc for list of countries 2002-03-03 19:15:17 +00:00
Gabor Hojtsy 040ba70d09 Adding Costa Rica here too 2002-02-15 09:20:09 +00:00
jim winstead fa378985c2 suppress file_exists errors. mirrors may be using that evil version that spit out errors when the stat fails. 2002-02-11 00:18:37 +00:00
jim winstead 9ee671fe3f ko is (correctly) used for korean downloadable docs 2002-02-09 23:42:37 +00:00
Gabor Hojtsy a213b0cace Provide plain HTML link first. Do not provide the same language with a link. 2002-02-09 10:42:53 +00:00
Gabor Hojtsy 1c8bf32db7 Using space instead of &nbsp; for vertical delimiter. delim() is
used only for all the pages up and down menus, and the manual
languages, so this change should not harm any display (I hope)
Changed per request, as langauge list spans more than the screen size
on widely translated manual pages, as we have so many langauges ;)
2002-02-07 11:36:14 +00:00
jim winstead 4b55dbd28d Squeeze out about 500 bytes of unnecessary data in the header and footer. This
amounts to 336,467,736 bytes less traffic that www.php.net would have had to
send on Friday. (More or less.) Or 74,302,558 bytes less data that would have
been sent for requests to the home page so far this month.
2002-02-03 20:52:36 +00:00
jim winstead 53408f1758 we haven't been indexing the source.php pages for a while now. 2002-01-30 18:59:15 +00:00
jim winstead 5626db8f7b split mailing lists stuff into own page, make support page be a more friendly
list of places to get help. (and call it 'getting help' in the top nav menu.)
stuff just gets lost in the sidebar.
2002-01-30 18:55:51 +00:00
jim winstead 904c3f1d3c deal with new long tlds 2002-01-30 18:33:56 +00:00
jim winstead 5d71f7aa60 revert style patch. does not play nicely with the caching.
just give it a rest!
2002-01-30 16:31:40 +00:00
James Cox a0c33c08df ok, lets trial this out. to solve the problem everyone has with fonts (in that, everyone likes their own font, etc), i've added some functionality to specify default fonts / styles.... so it'll lay everything out depending on what your have in your cookie, with verdana being the default style. 2002-01-30 06:45:46 +00:00
James Cox e8a30988c6 Merry new year (removed the snow logo) 2002-01-23 23:33:02 +00:00
Gabor Hojtsy 53c723db50 Also stop at " while finding URLs (at string end) 2002-01-19 11:12:34 +00:00
Gabor Hojtsy 3cd429131e Last refine on mirror list changes. Now it just moves to the right file finally ;) 2002-01-08 19:05:44 +00:00
Gabor Hojtsy 1c9780b285 Delete accidentally left ')' char 2002-01-05 19:29:31 +00:00
Gabor Hojtsy bf80550683 Try to finally fix mirrors with multiple hostnames.
Work with host name currently in use, so move whole test
to JavaScript
2002-01-05 11:29:41 +00:00
Mark Kronsbein 51cf242b42 We have 2002 now. Happy new year! 2002-01-03 06:51:22 +00:00
Gabor Hojtsy 1ea4c0204a Trying to fix buggy JS, expecting the same Host name as used 2002-01-02 17:37:49 +00:00