Donations
News
About
Support
Security
Screen shots
Download
Plugins
Documentation
Sponsors
Bounties
Junk Email Filter
|
Plugins - Calendar SQL Backend
Category: Add-ons
This plugin implements a SQL-based backend for user calendar data for the SquirrelMail Calendar plugin.
Version 1.1
by Paul Lesniewski on Jun 15, 2005
Please support this plugin's development: Donate to this author
[ calendar_sql_backend-1.1-2.0.tar.gz tarball (18320 d/l) Help ]
Requires: Pear and SQL-compliant database
Description: - Fixed (added) wildcard detection of calendar readers, writers, owners
- Minor schema change for MS SQL Server support. Anyone upgrading from earlier versions will either want to change all instances of "evt_end" and "evt_start" in the config file to "end" and "start" or alter your database:
alter table events change end evt_end datetime;
alter table events change start evt_start datetime;
Older versions
Version 1.0.1
by Paul Lesniewski on Apr 14, 2005
[ calendar_sql_backend-1.0.1-2.0.tar.gz tarball (6888 d/l) Help ]
Requires: Pear and SQL-compliant database
Description: - Fixed inability to enter events with quotes in summary or description
Version 1.0
by Paul Lesniewski on Apr 9, 2005
[ calendar_sql_backend-1.0-2.0.tar.gz tarball (5727 d/l) Help ]
Requires: Pear and SQL-compliant database
Description: Initial Release
If you have problems with the download or decompressing...
- Internet Explorer
- Right-click on the file, then select "Save Target As"
- Firefox, Mozilla, Netscape
- Right-click on the file, then select "Save Link As"
- Opera
- Right-click on the file, then select "Save Link Document As"
- Lynx and Links
- Press "d" on the link to download the file directly.
- Untarring problems: Your browser might have un-gzipped it for you
automatically. Try just "tar xvf" instead of
"tar xvfz". Also, the plugins archive isn't gzipped
(it is a tarball of .tar.gz files)
- Macintosh users: Just hold down your mouse button to get the menu
instead of right-clicking.
- If all else fails, seek our help
|