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

61 Commits

Author SHA1 Message Date
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
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 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 d7c5ab7939 add preview for manual notes 2001-02-26 23:22:57 +00:00
jim winstead 17531c6c5c the output side handles all the html encoding, so we don't have to do any here 2001-02-26 23:02:19 +00:00
jim winstead d18af32d0d fix typo, stop encoding <? in notes 2001-02-26 22:58:16 +00:00
jim winstead 4560ad9e95 just cleaning up whitespace 2001-02-26 22:55:47 +00:00
Ron Chmara f5627b20b2 isset vs empty (Oops!) 2000-09-11 06:51:52 +00:00