6

Back in business

Jul 18, 2009

After eight months of traveling I'm finally back home. During this time I didn't have much time to help with problems regarding the vlaCalendar. My excuse for that. I'm aware of the problems with the calendar regarding the Client-side Extension and regarding IE8.

I've decided not to provide any more support for the vlaCalendar - perhaps besides some quick fixes - and focus on a completely new version branded as 'Calendar Eightysix'. Calendar Eightysix will be ajax-less, better customizable and will have more features. Drop feature requests in the comments.

Add comment +

Comments (6)

ehab
Jul 31, 2009
welcome back and will look forward for updates : ) or a completely new version
missyJ
Aug 2, 2009
Hi, I would like to see a date range feature. I'll be waiting on the new calendar Face: Happy.
Adam
Aug 6, 2009
I'd love to see a calendar that degrades to/can intergrate with three drop downs for day/month/year. There are some that exist now, but boyhowdy they're not user friendly.
ALİ
Aug 9, 2009
Face: Happy
jaba
Feb 8, 2010
Hi, I just stumbled over your project while searching a cool calendar widget! Great job, thanks Face: Happy

Modified a line in recent version 2.1 to help sort out xss:

./inc/base.php:
if (in_array($_POST['defaultView'], array('month', 'year', 'decade'))) include $_POST['defaultView'].'.php';

jaba
Feb 8, 2010
Hi, I just stumbled over your project while searching a cool calendar widget! Great job, thanks Face: Happy

Modified a line in recent version 2.1 to help sort out xss:

./inc/base.php: -- before:

 include $_POST[\'defaultView\'].\'.php\';


--after:

if (in_array($_POST[\'defaultView\'], array(\'month\', \'year\', \'decade\')))
include $_POST[\'defaultView\'].\'.php\';

Add comment

Message
Name
Confirmation code
Confirmation code