#
2fbfd44e |
| 20-Jan-2012 |
Daniel Convissor |
Avoid notices for events w/o complete dates (eg ongoing recurring events).
|
#
4b04662d |
| 20-Jan-2012 |
Rasmus Lerdorf |
fix id
|
#
a0c16012 |
| 20-Jan-2012 |
Rasmus Lerdorf |
These may not be fully populated
|
#
3d446909 |
| 20-Jan-2012 |
Rasmus Lerdorf |
@ is quick in 5.4 now :)
|
#
c904a0f8 |
| 20-Jan-2012 |
Rasmus Lerdorf |
missed one
|
#
c0f2ace2 |
| 20-Jan-2012 |
Rasmus Lerdorf |
Clean up input vars
|
#
7cb63715 |
| 20-Jan-2012 |
Rasmus Lerdorf |
A few more missing request vars
|
#
b4b1f5c5 |
| 19-Jan-2012 |
Rasmus Lerdorf |
Tweaks for 5.4
|
#
1a836d04 |
| 09-Jan-2012 |
Daniel P. Brown |
Been meaning to do this for quite some time.... as close to an asynchronous mail() call as we need on master for event/notes management. No more 90-second-per-action waits. ;-P
|
#
4c5de89d |
| 02-Jun-2011 |
Philip Olson |
Removed all instances of \$PHP_SELF, in favor of htmlspecialchars(...
|
#
0a5e660d |
| 31-Dec-2010 |
Philip Olson |
Disable event emails to php-webmaster@ now; soon we'll probably send a weekly email instead.
|
#
9299de3b |
| 12-Feb-2010 |
Daniel P. Brown |
Drops the maxlength of 78 from the "long" description, which always broke edits. Email maxlength was 128, but "long" description was 78. Neat.
|
#
a4d7dc0c |
| 24-Apr-2009 |
Hannes Magnusson |
- Nuke few include_ones() and magic include_paths - Use db_connect() rather then connect+select database 'manually' - Add header titles
|
#
56961cef |
| 06-Sep-2007 |
Hannes Magnusson |
Send even submissions to the new webmaster mailinglist
|
#
4bbbd464 |
| 17-Jun-2007 |
Hannes Magnusson |
Set the envelope sender to noreply@php.net
|
#
9d9af5f7 |
| 04-Jun-2007 |
Hannes Magnusson |
Entitify quotes and use utf8 (Johannes)
|
Revision tags: BEFORE_CONTENT_LAYOUT_SEP |
|
#
fede812e |
| 12-Sep-2006 |
Gabor Hojtsy |
centralize utf-8-iztation... it should not break anything
|
#
d3af2eb0 |
| 10-Sep-2006 |
Gabor Hojtsy |
use utf8 here too
|
Revision tags: BEFORE_SOC06 |
|
#
e55da080 |
| 25-Apr-2006 |
Gabor Hojtsy |
the management screen of events should be utf8, since strings on the php.net frontpage should be utf8 (I bet notes management is similar, but I am reluctant to touch user data :)
|
Revision tags: PHPGCOVWEB_1_0, RELEASE_1_0_4 |
|
#
4abe07fd |
| 05-Jun-2005 |
Rasmus Lerdorf |
2 more
|
#
8bb7d990 |
| 06-Aug-2004 |
Wez Furlong |
Rename php3 -> phpmasterdb
|
#
f515e7c5 |
| 10-Jun-2004 |
Gabor Hojtsy |
ommit short tags, and a little more cleanup
|
#
edfe6364 |
| 10-Jun-2004 |
Gabor Hojtsy |
use db_query() instead of mysql_query(), since the former includes sql error handling code, so we don't need to do it on every query; also introduced db_connect()
|
#
c6a22c21 |
| 06-Sep-2003 |
James Cox |
's/pconnect/connect/g'
|
#
d0f01a27 |
| 07-Aug-2003 |
Gabor Hojtsy |
Remove width specifications, they make the dropdowns unuseable in Firebird, as they specify pixel values...
|