1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Commit Graph

80 Commits

Author SHA1 Message Date
Philip Olson
7640250ce2 Added "Documentation problem" as the default selected bug type for doc bug links 2009-10-01 16:38:11 +00:00
David Croft
045c650bec typo 2009-04-13 16:07:10 +00:00
Philip Olson
d2aae08439 A basic rewrite/restructure (simplified), and added ?manpage= to bug links 2009-03-01 23:10:18 +00:00
Nuno Lopes
7b02141fd4 the dnsstuff SPAM lookup is now paid. redirecting users to dnsbl.info instead
#if someone knows a better spam lookup service, feel free to change this
2008-02-24 20:13:04 +00:00
Hannes Magnusson
745aca5729 Fixed bug#43288 (Add-note page should be more explicit on spam-challenge) 2007-12-04 09:59:43 +00:00
Hannes Magnusson
a3d5212488 Fixed bug#42466 (internal error with user@example.com) 2007-10-13 13:54:00 +00:00
Rasmus Lerdorf
f5d51110d8 Get rid of this annoying back link 2007-05-08 04:34:35 +00:00
Hannes Magnusson
56ae3175f3 There is nothing we can do to help these people and 99% of the mails to
webmaster@ regarding it are ignored - dont provide false hope at help =>
remove the "contact the webmaster"
2007-03-31 11:13:32 +00:00
Hannes Magnusson
c3b801c7ed Fixed bug#35190 2006-09-28 12:27:06 +00:00
Nuno Lopes
591c0523cd when failing because of a spam blacklisting print a link to a dns lookup tool 2006-09-07 19:25:46 +00:00
Nuno Lopes
377dc8d26b add an initial (and basic) challenge to avoid spam (at least to try) 2006-07-05 15:51:45 +00:00
Nuno Lopes
71749d4b1e add error message for [CLOSED] server error 2006-06-09 11:24:46 +00:00
Philip Olson
7887b150f1 The IP address is logged, so this mentions that. Closes bug #37043 2006-04-20 18:36:59 +00:00
Nuno Lopes
513511e779 add error message for [SPAM WORD] 2006-01-26 17:06:21 +00:00
Nuno Lopes
3c515b7f80 final step to kick the spammer: add a nice message for users 2006-01-21 20:59:24 +00:00
Nuno Lopes
c292acfbae remove the extra htmlspecialchars(), as it is done in the master server. sorry for the noise 2006-01-16 17:47:17 +00:00
Nuno Lopes
865751ee1c send remote ip sender along with the note submission 2006-01-16 17:38:30 +00:00
Gabor Hojtsy
33843d75ba open bug reports when reporting documentation problems 2005-11-28 17:36:55 +00:00
Gabor Hojtsy
bd555dc986 developers are not mailed in case of failed user note submissions, plus silence warning and let nicely printed error messages inform the user on mailing list subscription, user note and event submission pages 2004-07-25 10:07:22 +00:00
Mehdi Achour
5acbe6abc4 typo 2004-02-18 15:46:20 +00:00
Mehdi Achour
c399470e4e PHP tags must be enclosed around code blocks for syntax highlighting (Jakub Vrana) 2003-12-11 11:49:21 +00:00
Gabor Hojtsy
722180bf3d typofix (#26367) 2003-11-23 19:49:36 +00:00
Mehdi Achour
f8eb992194 typo
why deleting a note after editing it ? doh
2003-10-09 10:23:04 +00:00
Gabor Hojtsy
a384d59d82 Point out that we have source highlighting now, and that we don't use <pre> anymore... 2003-08-23 09:37:52 +00:00
Gabor Hojtsy
ace3ba7e84 Fix footer call 2003-08-21 11:28:41 +00:00
Gabor Hojtsy
b3e2cfd979 Apply user note table changes to the add-note page too 2003-08-21 07:39:11 +00:00
Gabor Hojtsy
4939cc1563 Fix XHTML validity 2003-08-15 21:45:49 +00:00
Gabor Hojtsy
aae51eaca7 Use the standard table layout plus new header and footer 2003-08-13 12:20:47 +00:00
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
Andrew Lindeman
176623c52b fix another error caused by recent commit 2003-07-23 16:08:58 +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
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
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
James Cox
bcccde796c more things that break this.. 2002-11-28 15:18:59 +00:00
Gabor Hojtsy
cfec73da2a make the notes input field's size bigger 2002-10-30 08:50:48 +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
Jacques Marneweck
ca3f2ff54a * Fixed typo reported by Mark Peoples <marco@ex1.hostmydot.com>
--jm
2001-12-13 14:20:59 +00:00