Re: [Php-calendar-discussion] 'Options' problems in 0.8
Brought to you by:
sproctor
From: Sean P. <spr...@cc...> - 2003-03-12 04:37:24
|
On Tue, Mar 11, 2003 at 10:39:30AM -0800, Nathan Poiro wrote: > You can now add links and emails to the description and they're > clickable! groovy Integrated. I actually had some code in there to do the first part. that's what the ereg_replace was for. I switched to using preg, but kept my code for finding URLs. It's cleaned up a bit now though, I hope. CVS has the changes and and I repackaged this all again at http://www.rottenvegetable.org/php-calendar-0.8pre2.tar.gz I changed the installer a bit to support anonymous users. I think this one might be releasable. setup.php and index.php are more sane now... but setup.php is ugly... as if anyone cares. Let me know if you find bugs! Sean |