1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

218 Commits

Author SHA1 Message Date
Gabor Hojtsy
44a67c84c2 Stop depending on register globals, use _GET and _POST instead,
and add new include and base page code
2003-08-09 15:09:48 +00:00
Gabor Hojtsy
6d0f62508e Fix includes, and make redirects based on the already computed
language value
2003-08-02 20:47:06 +00:00
Gabor Hojtsy
0e76f2acb0 Remove about-notes page as content is already on add-note page 2003-08-02 20:34:08 +00:00
Andrew Lindeman
176623c52b fix another error caused by recent commit 2003-07-23 16:08:58 +00:00
Gabor Hojtsy
3cb505ce1c Adding file to use for local /manual alias check 2003-06-07 10:10:45 +00:00
Andrew Lindeman
598b5e7df3 Fix #23970 2003-06-03 12:43:23 +00:00
Andrew Lindeman
5afcc4dd47 let the flames begin :) Only allow the submission of 3 notes per
minute, to protect aganist a DoS attack
2003-05-18 16:19:22 +00:00
Derick Rethans
dc8ab19b4f - XHTML please 2003-05-17 22:44:40 +00:00
Andrew Lindeman
1fd30ac026 cvs didn't merge these files well, and jacques's commit got partially
overridden
2003-05-17 20:44:32 +00:00
Andrew Lindeman
22cf5a8f36 lang doesn't seem to be needed and would just cause issues if E_ALL
errors were on
2003-05-17 20:40:45 +00:00
Jacques Marneweck
c473060580 * Removing all E_NOTICE errors. I've also added $Id:$ tag on the top of
the file for checking versions on the various mirrors.

--jm
2003-05-17 20:39:46 +00:00
Rasmus Lerdorf
75dd92ff61 Get rid of some more stat() syscalls by avoiding include_path stats when
we know the exact relative path to the files
2003-05-15 17:39:37 +00:00
Andrew Lindeman
f3ca064c04 revert 2003-05-13 11:39:09 +00:00
Andrew Lindeman
f59cb74924 ws 2003-05-13 03:19:31 +00:00
Andrew Lindeman
ae5e62cae5 make sure a user specifies an email address or name 2003-05-13 03:14:07 +00:00
Andrew Lindeman
21ab51f933 add a note closer to the submit box about things that aren't allowed for manual notes. It may not work, but it's worth a try... 2003-05-13 02:52:39 +00:00
Andrew Lindeman
232b655517 as discussed with Goba, include all information on add-note.php, including a notice about copyrights. Since about-notes.php is extremely short and all information is now on add-note.php, don't display a link to it anymore. 2003-05-04 12:42:14 +00:00
Andrew Lindeman
9ef688b5ba commas were not necessary and made the sentence should quite weird.. 2003-05-03 21:18:53 +00:00
Gabor Hojtsy
4c0191e626 Do not interfere with general $lang parameter, use a whole $page param instead. 2003-01-26 10:14:39 +00:00
Gabor Hojtsy
85a0d2f722 Add future manual format / language change form processor code 2003-01-25 19:39:48 +00:00
Gabor Hojtsy
86fdf291f1 Adding information on license of notes, adding link from
add-notes page to about-notes. Also adding information
about the obfuscation used / needed.
2002-12-27 10:17:34 +00:00
Gabor Hojtsy
1d4d99faba Ups, we do need shared-manual.inc to work... 2002-12-22 12:49:57 +00:00
Gabor Hojtsy
4365a57d89 Reorganize code:
- Correct bug #21122
 - Make the HTML tags be a bit more XHTML like
 - Reorganize conditional parts to be more logical
2002-12-21 11:12:22 +00:00
Gabor Hojtsy
ba1bfc856a Make all these files short_open_tags = off compatible.
As far as I have seen all the other files use the standard
<?php tag, which should be used in all places!
2002-12-16 20:02:27 +00:00
James Cox
bcccde796c more things that break this.. 2002-11-28 15:18:59 +00:00
Gabor Hojtsy
10ce822d7a This is deprecated by master.php.net/manage 2002-10-30 08:52:55 +00:00
Gabor Hojtsy
cfec73da2a make the notes input field's size bigger 2002-10-30 08:50:48 +00:00
jim winstead
85398dda17 this lives over in php-master-web now 2002-03-28 00:14:58 +00:00
James Cox
d6b42daf6a tidied up the language, more links, maybe made it clearer. 2002-01-31 19:12:20 +00:00
jim winstead
378538f532 a little proactive newline clean-up. 2002-01-02 12:02:43 +00:00
jim winstead
2d72d85eb4 highlight urls in notes, use <pre> instead of <tt> to preserve formatting, and say that html is disallowed entirely (although we still preserve <p>, </p>, and <br> until entries in the database are cleaned up). 2002-01-02 00:37:01 +00:00
jim winstead
cddb324fa7 silence is_dir tests that may fail 2001-12-13 19:23:14 +00:00
Jacques Marneweck
ca3f2ff54a * Fixed typo reported by Mark Peoples <marco@ex1.hostmydot.com>
--jm
2001-12-13 14:20:59 +00:00
jim winstead
56749138c6 try to steer away email-validation routines. they pop up everywhere, and they're all wrong. 2001-12-08 22:36:03 +00:00
jim winstead
4e6009c017 clean up a bit, and prevent really short entries and entries with non-breakable text that is too long (screws up the layout) 2001-12-08 21:41:42 +00:00
jim winstead
2324cb7621 whoops, typo 2001-10-03 20:24:02 +00:00
jim winstead
1094302557 don't allow notes bigger than 4k. 2001-10-03 20:22:52 +00:00
jim winstead
a2c754c089 demysqlify the notes system. admin-notes and/or browse-errata can resurface in a new form if people actually find those useful. 2001-09-23 02:02:36 +00:00
jim winstead
593d3ec1ea only connect when we have a query 2001-09-22 05:35:09 +00:00
jim winstead
b1c5900337 more primary/backup handling 2001-09-19 18:11:57 +00:00
jim winstead
5fded0f13f update some text to reflect mirrored manual notes, and remove extra copies of (out-of-date) note table structure 2001-08-28 06:45:37 +00:00
jim winstead
41b07a51aa don't include .php in sect 2001-08-28 02:57:05 +00:00
jim winstead
6b304c4237 hide the $MIRRORS array behind some access functions, for the most part 2001-07-07 01:17:41 +00:00
jim winstead
cada81e1ef use user@example.com as example email address, but don't pass it through to the database or display it 2001-04-25 21:01:27 +00:00
Colin Viebrock
9fea584d04 Notes are only available at main mirror site for now 2001-03-19 20:25:04 +00:00
jim winstead
33c01cb600 here goes nothing. the new php site look. let the torrent of
bitter and angry "i hate change" emails begin.
2001-03-08 00:18:15 +00:00
Jesus M. Castagnetto
b31bf77f4a Fix typo 2001-03-06 19:50:47 +00:00
Jesus M. Castagnetto
e0a04941d2 Added more explicit text about not posting bugs/support questions/feature
requests/missing documentation comment to the notes.
2001-03-06 19:39:46 +00:00
jim winstead
6450ebf517 fix a couple of dumb typos to fix default language of manual on mirrors 2001-03-01 21:42:48 +00:00
jim winstead
d7c5ab7939 add preview for manual notes 2001-02-26 23:22:57 +00:00