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

60 Commits

Author SHA1 Message Date
Sobak
384d23f32d Maybe it will save us some effort...
I doubt it myself but why not to try?
2017-11-19 06:53:20 +01:00
Hannes Magnusson
32a0841f3c Remove conference option and direct people to mail in the event 2014-09-26 09:41:06 -07:00
Michael
1c41366df8 Revert "Replace <small> with <span style"
This reverts commit 12f04c0d4a.
2014-06-06 23:48:35 +02:00
Michael
12f04c0d4a Replace <small> with <span style
Replace <small> with <span style="font-size:0.8em"> because the
definition of <small> is a complete other with HTML5
2014-06-05 20:35:30 +02:00
Michael
5bfef25e70 Kill off XHTML
Long live HTML5! =)
2014-06-04 19:39:27 +02:00
danbrown
ccbfdb71e1 Though it doesn't make much of a difference, really, we don't need to specify 2001 as the year. 2013-10-01 15:09:37 -04:00
Adam Harvey
b51b2d08fe Work through the remaining FIXME pages; put them in their correct categories,
and update aged markup as appropriate.

Yes, I did check the new markup on the non-beta site too.
2012-09-07 17:52:03 +08:00
Ferenc Kovacs
3866e9ed7e Revert "now that posttohost() supports ssl, we should use https here" as there could be mirrors without ssl support.
This reverts commit 1511842d06.
2012-08-06 00:12:13 +02:00
Ferenc Kovacs
1511842d06 now that posttohost() supports ssl, we should use https here 2012-08-05 21:52:37 +02:00
Rasmus Lerdorf
eb81c4b5e3 Gah! posttohost() doesn't speak ssl 2012-01-22 07:32:24 +00:00
Rasmus Lerdorf
52af0c2fe2 Remove transitional master2 hostname 2012-01-22 02:46:15 +00:00
Rasmus Lerdorf
44a352047a use master2 2012-01-20 05:15:17 +00:00
Daniel P. Brown
77621cef87 Slightly improved address and domain-matching SPAM prevention mechanism. 2011-08-22 13:33:56 +00:00
Daniel P. Brown
66a794dfab Shut up, Ruby. 2011-08-14 16:31:38 +00:00
Philip Olson
6afd67a35c Disable another annoying user 2010-12-31 05:51:57 +00:00
Hannes Magnusson
60d5c3b903 Add current config option (ignored in old-web), and FIXME placeholders for pages
not in any menu yet
2010-12-28 11:09:09 +00:00
Adam Harvey
a74b0895b9 Fix bug #52204 (htmlentities E_WARNINGs). Patch by Kalle. 2010-10-29 12:08:16 +00:00
Daniel P. Brown
8fe2436b50 Temporary fix, by no means a permanent solution. 2010-09-02 05:52:20 +00:00
Philip Olson
9185a1c74b Only post to master if no errors exist. And removed PCRE, not needed. 2010-06-12 02:34:33 +00:00
Hannes Magnusson
b5efc2f206 robot, me. 2009-04-26 17:28:17 +00:00
Hannes Magnusson
65fe719115 Whoopsy, it takes the index, not the value 2009-04-16 14:15:52 +00:00
Hannes Magnusson
b1747f08aa Add an AI to detect spammers 2009-04-16 14:13:03 +00:00
Hannes Magnusson
ca9183465f Fixed full path disclosure reported by John McKenzie 2008-02-14 08:33:38 +00:00
Rasmus Lerdorf
01908cfdca gah 2007-06-24 20:28:53 +00:00
Hannes Magnusson
b41ebd4228 entitify quotes and use utf8 (patch by Johannes) 2007-06-04 16:57:57 +00:00
Hannes Magnusson
fb0c225a64 Get rid of register_globals leftover 2007-02-11 14:37:44 +00:00
Hannes Magnusson
dbaabcc635 Get rid of empty(trim())
Fix vim modeline to expand-tabs-to-spaces
2007-02-11 14:23:02 +00:00
Mehdi Achour
20394da5ff Fix variable name
@ thanks to mazzanet
2007-02-11 10:04:49 +00:00
Rasmus Lerdorf
44bd5b2a20 Better URL check here 2007-02-11 06:55:53 +00:00
Hannes Magnusson
5060ed88d2 Fixed bug#39981 (Can not submit user group event containing the word "test") 2007-01-06 17:05:07 +00:00
Hannes Magnusson
40afd6be57 Initialize variables correctly, bug#36582 2006-09-28 16:41:51 +00:00
Gabor Hojtsy
9ee828af24 Fix footer printed in case of error 2003-08-21 10:10:45 +00:00
Gabor Hojtsy
e7a2250c2c There were no bug reports on the new layout pages
not working, so add this layout to some more used
pages (but still not to the most used pages)
2003-08-13 11:06:57 +00:00
Gabor Hojtsy
856790eb5c Fix form target 2003-08-11 11:05:50 +00:00
Gabor Hojtsy
ca736e522d Class is double s 2003-08-09 21:57:21 +00:00
Gabor Hojtsy
e8155641bc Make the form look more like the other ones on PHP.net, and
fix a table header close tag problem
2003-08-09 16:30:49 +00:00
Gabor Hojtsy
cf06d149e5 Use the standard table layout (CSS styles) 2003-08-09 14:35:22 +00:00
Gabor Hojtsy
7da44c405b Fix c/p error 2003-08-09 14:28:57 +00:00
Gabor Hojtsy
909f36eaca Submit event page remake
- use new base page and include methods
 - use $_POST instead of $in for incoming vars,
   thus dropping the need of register_globals
 - reuse already written code ($MQ)
2003-08-09 13:30:49 +00:00
Gabor Hojtsy
9755f2f748 XHTML fixes: <p> cannot contain <ul> and <pre>,
<ul> needs to have an <li>, <select> has no
width="" param, etc.
2003-06-14 19:01:00 +00:00
Gabor Hojtsy
4100d038ab XHTML fixes: close table row and close <br>s 2003-06-10 10:16:49 +00:00
Rasmus Lerdorf
cd536e2e00 The meaning of the event category field has changed. We weren't using
the regional/national/international categorization for anything useful, so
instead categorize things by whether they are user group events,
conferences or training sessions.  This categorization will also be
reflected in the summary view on the web page to make it easier to read.
2003-06-01 15:31:18 +00:00
Jacques Marneweck
0143fb470c * More sysstat reducing stuff.
* Also added CVS Id: tags to files missing them at the top.

--jm
2003-05-15 23:22:13 +00:00
Jacques Marneweck
6b6d19a301 * Only allow the event to be submitted if there are no errors, else
Preview still is there.  Should help with people who click the wrong
   button when they still need to fix things.

--jm
2003-05-14 01:57:31 +00:00
Jacques Marneweck
ea19670277 * Busy fixing all the errors that appears when E_NOTICE is set on php.net
as reported by James Cox in his e-mail with message id
   <MMEPJPGPACDMPGEEKFMKIECLLCAA.james@imajes.info>

--jm
2003-05-14 01:43:47 +00:00
Andrew Lindeman
f555680ac1 revert -- this probably isn't a good idea after all... 2003-04-25 22:51:23 +00:00
Andrew Lindeman
3209d326ff Don't display submit button if there were errors (make people correct
errors and re-preview the post before submit)
2003-04-25 22:49:49 +00:00
Rasmus Lerdorf
f733d0cbbc long tag 2002-11-22 18:22:45 +00:00
James Cox
ac6cf5bc23 i am thinking we don't need people to test this anymore... 2002-06-25 17:08:44 +00:00
jim winstead
d9f6c78009 require url, rearrange form a bit, explain what email is used for 2002-05-17 22:12:06 +00:00