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

46 Commits

Author SHA1 Message Date
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
jim winstead
498975d341 restrict html allowed in long description. (other fields are treated as plaintext and run through htmlentities() before they are output.) 2002-05-02 19:44:50 +00:00
jim winstead
889a7fbeee this was already safe. these checks are completely bogus. 2002-05-02 18:03:44 +00:00
James Cox
dfbf97a961 more hack protection, *grumble* 2002-05-02 17:56:23 +00:00
jim winstead
d54baafbb8 fix day calculation 2002-03-05 19:11:16 +00:00
jim winstead
052e748b67 allow larger short description. 16 is just way too tiny. 2002-03-05 02:56:00 +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
0455e6091d handle categories correctly 2002-03-04 02:59:37 +00:00
jim winstead
235e4ec390 fix validation of recurring events. add preview. turn on submission. add text. 2002-03-04 01:48:25 +00:00
jim winstead
5632b8ad8d do form validation. require email address (will be used in sending accept/reject notices). tweak layout slightly. 2002-03-04 01:05:32 +00:00
jim winstead
1af5d6f22a new event submission form. not complete yet, just prophylactically checking in the work-in-progress. 2002-03-04 00:32:00 +00:00