1
0
mirror of https://github.com/php/web-php.git synced 2026-04-23 15:08:20 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
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