History log of /web-php/submit-event.php (Results 51 – 75 of 79)
Revision Date Author Comments
# 9ee828af 21-Aug-2003 Gabor Hojtsy

Fix footer printed in case of error


# e7a2250c 13-Aug-2003 Gabor Hojtsy

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)


# 856790eb 11-Aug-2003 Gabor Hojtsy

Fix form target


# ca736e52 09-Aug-2003 Gabor Hojtsy

Class is double s


# e8155641 09-Aug-2003 Gabor Hojtsy

Make the form look more like the other ones on PHP.net, and
fix a table header close tag problem


# cf06d149 09-Aug-2003 Gabor Hojtsy

Use the standard table layout (CSS styles)


# 7da44c40 09-Aug-2003 Gabor Hojtsy

Fix c/p error


# 909f36ea 09-Aug-2003 Gabor Hojtsy

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 writte

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)

show more ...


# 9755f2f7 14-Jun-2003 Gabor Hojtsy

XHTML fixes: <p> cannot contain <ul> and <pre>,
<ul> needs to have an <li>, <select> has no
width="" param, etc.


# 4100d038 10-Jun-2003 Gabor Hojtsy

XHTML fixes: close table row and close <br>s


# cd536e2e 01-Jun-2003 Rasmus Lerdorf

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

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.

show more ...


# 0143fb47 15-May-2003 Jacques Marneweck

* More sysstat reducing stuff.
* Also added CVS Id: tags to files missing them at the top.

--jm


# 6b6d19a3 14-May-2003 Jacques Marneweck

* 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.

* 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

show more ...


# ea196702 14-May-2003 Jacques Marneweck

* 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>

* 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

show more ...


# f555680a 25-Apr-2003 Andrew Lindeman

revert -- this probably isn't a good idea after all...


# 3209d326 25-Apr-2003 Andrew Lindeman

Don't display submit button if there were errors (make people correct
errors and re-preview the post before submit)


# f733d0cb 22-Nov-2002 Rasmus Lerdorf

long tag


# ac6cf5bc 25-Jun-2002 James Cox

i am thinking we don't need people to test this anymore...


# d9f6c780 17-May-2002 jim winstead

require url, rearrange form a bit, explain what email is used for


# 498975d3 02-May-2002 jim winstead

restrict html allowed in long description. (other fields are treated as plaintext and run through htmlentities() before they are output.)


# 889a7fbe 02-May-2002 jim winstead

this was already safe. these checks are completely bogus.


# dfbf97a9 02-May-2002 James Cox

more hack protection, *grumble*


# d54baafb 05-Mar-2002 jim winstead

fix day calculation


# 052e748b 05-Mar-2002 jim winstead

allow larger short description. 16 is just way too tiny.


# 222ff1f0 05-Mar-2002 jim winstead

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 shou

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.

show more ...


1234