Released a bug-fix that makes uninstalls work on phpWebSite 0.10.0. I also made a change to temper some of the overreaching of the BBCode parsing in core. The changes I made may cause URLs and mailto's not to be links. If this happens please file a bug and I'll fix it right.
Sorry for the long delay. Bug fixes and single-quote conversions while they're hot!
phpwsContacts is a module for the phpWebSite CMS 0.9.3-2 or higher. It provides extended user contact information, CSV exporting and vCard exporting/importing. Suggested uses are for corporate addressbooks or alumni websites.
I added some new fields in this release, notably "maiden name" and "date of death". Users can obviously hide whatever they don't want in the edit template, but I think at least making them available is the right way to go. I also fixed a bug in my image/thumbnail handling.... read more
phpwsContacts is a module for the phpWebSite CMS 0.9.3-2 or higher. It provides extended user contact information, CSV exporting and vCard exporting/importing. Suggested uses are for corporate addressbooks or alumni websites.
Fixed a security hole that allowed anonymous people to export the CSV file regardless of allow_anon_view setting. Also made more fields available for browse templates for those people wanting to customize it.... read more
phpwsContacts is a module for the phpWebSite CMS 0.9.3-2 or higher. It provides extended user contact information, CSV exporting and vCard exporting/importing. Suggested uses are for corporate addressbooks or alumni websites.
This release fixes a couple of bugs, one that presented an [Edit] link to anonymous users, and one that mistakenly wiped out all "My Contact" checks.
phpwsContacts is a module for the phpWebSite CMS 0.9.3-2 or higher. It provides extended user contact information, CSV exporting and vCard exporting/importing. Suggested uses are for corporate addressbooks or alumni websites.
This is just a simple bugfix release to fix some sloppy HTML in the browse template. Nothing major but it's fairly obvious.
phpwsContacts is a module for the phpWebSite CMS 0.9.3-2 or higher. It provides extended user contact information, CSV exporting and vCard exporting/importing. Suggested uses are for corporate addressbooks or alumni websites.
IMPORTANT: Do NOT install this release until you have updated your phpWebSite core to 0.9.3-2 or greater! This release will not work properly until you do and installing the files prematurely can result in a hosed installation that will require manual SQL changes to fix.... read more
The infamous phpws 0.9.3-1 supplemental file, which contains a number of bug fixes to the 0.9.3-1 core that are needed for this module, is now centrally hosted at:
http://phpwebsite.appstate.edu/downloads/misc/phpws-0.9.3-1.supplemental.zip
This file is updated as of 02 December 2003, so you may want to download even if you already have it, for the new File.php update.
phpwsContacts is a module for the phpWebSite CMS 0.9.3-1 or higher. It provides extended user contact information, CSV exporting and vCard exporting/importing. Suggested uses are for corporate addressbooks or alumni websites.
This release fixes some bugs in display that were causing errors to not be seen, which can be confusing for users when errors occur and they aren't told about it, let alone why the error occured.... read more
phpwsContacts is a module for the phpWebSite CMS 0.9.3-1 or higher. It provides extended user contact information, CSV exporting and vCard exporting/importing. Suggested uses are for corporate addressbooks or alumni websites.
This release fixes some bugs found in 0.6.0 and 0.6.1 with the CVS exporting. Also cleared up a bug in vCard exporting. As before you'll need the phpWebSite supplemental file, it is new as of 31 Oct 2003:... read more
phpwsContacts is a module for the phpWebSite CMS 0.9.3-1 or higher. It provides extended user contact information, CSV exporting and vCard exporting/importing. Suggested uses are for corporate addressbooks or alumni websites.
This release fixes some bugs found in 0.6.0 with the CVS exporting. Also cleared up a bug in vCard exporting. As before you'll need the phpWebSite supplemental file, it is new as of 31 Oct 2003:... read more
phpwsContacts is a module for the phpWebSite CMS 0.9.3-1 or higher. It provides extended user contact information and vCard exporting. Suggested uses are for corporate addressbooks or alumni websites.
This release provides the ability to export the entire visible list as a comma-separated value (CSV) text file, and also the ability to import vCard (2.1 or 3.0) files to create new contacts.
Also numerous changes were made to get more efficient use of the phpWebSite core, and to bring us in line with what is in the pipe for future versions of phpWebSite. However you'll need to update some core files from:... read more
phpwsContacts is a module for the phpWebSite CMS 0.9.3-1 or higher. It provides extended user contact information and vCard exporting. Suggested uses are for corporate addressbooks or alumni websites.
This release fixes a long-standing bug with some where PHP wasn't supporting dates prior to 1970 or after 2038. This has always been the case on Windows but now is also a problem on POSIX systems using glibc >= 2.3.... read more
phpwsContacts is a module for the phpWebSite CMS 0.9.3-1 or higher. It provides extended user contact information and vCard exporting. Suggested uses are for corporate addressbooks or alumni websites.
Version 0.5.1 fixes a potential bug that would cause records to be overwritten or deleted when the BACK button was used and session cache was still in play.
phpwsContacts is a module for the phpWebSite CMS 0.9.3-1 or higher. It provides extended user contact information and vCard exporting. Suggested uses are for corporate addressbooks or alumni websites.
This release includes the new feature of contact-level visibility where a contact can set their own level of privacy beyond the site-wide privacy setting.
phpwsContacts is a module for the phpWebSite CMS 0.9.3-1 or higher. It provides extended user contact information and vCard exporting. Suggested uses are for corporate addressbooks or alumni websites.
The main feature in this release is the ability to hide contact information from anonymous users. Also added a flag to sort contacts in a different order.
phpwsContacts is a module for the phpWebSite CMS 0.9.3-1 or higher. It provides extended user contact information and vCard exporting. Suggested uses are for corporate addressbooks or alumni websites.
This release has a new minor version number because it now requires phpWebSite 0.9.3-1 to take advantage of the new EZform::dateForm() function I put into core.
The "year" field in birthdays and anniversarys are now text fields, not select boxes. This avoids the problem on Windows servers where Windows for some insane reason can't handle dates before 1970. The problem will still reveal itself if you actually enter in such a date, but it will no longer present itself when generating the form. We have been working on a work around but haven't found one yet.
phpwsContacts is a module for the phpWebSite CMS 0.9.2-1 or higher. It provides extended user contact information and vCard exporting. Suggested uses are for corporate addressbooks or alumni websites.
Version 0.2.2 fixes a bug (thanks to Craig Musgraves) wherein I was an idiot and didn't set the default sort order on the "browse" window, so the contact list was being sorted by ID, which really isn't useful. List is now sorted by last name, then first name, then middle name. Should satisfy most people.... read more
phpwsContacts is a module for the phpWebSite CMS 0.9.2-1 or higher. It provides extended user contact information and vCard exporting. Suggested uses are for corporate addressbooks or alumni websites.
Version 0.2.1 adds checking to ensure that you have the necessary version of phpWebSite core, as we've had a couple of users that didn't realize which version they needed. Also a small cosmetic change for normal users regarding the "Contact Owner" field. They shouldn't be seeing it, basically.... read more
phpwsContacts is a php-based module for the phpWebSite CMS 0.9.2-1 or higher. It provides extended user contact info.
Release 0.2.0 includes vCard exporting.
phpwsContacts is a php-based module for the phpWebSite CMS 0.9.2-1 or higher. It provides extended user contact info.
Version 0.1.2 fixes some issues we had working with FatCat. In the process we uncovered a FatCat bug but also some boneheaded bugs on my part.
phpwsContacts is a php-based module for the phpWebSite CMS 0.9.2-1 or higher. It provides extended user contact info.
phpwsContacts 0.1.1 contains a bug fix for a display bug with the Browse screen. It also contains a new feature that adds an "set my info" entry in the "personal settings" control panel of phpWebSite.
phpwsContacts is a php-based module for the phpWebSite content management system, version 0.9.2-1 or higher. It will provide extended user contact info and have add-ons for specific purposes like alumni contact sites, etc.
Today we launch 0.1.0. Features include basic contact information as well as photo support.
Planned future features include vCard exporting and importing from other addressbooks like Yahoo!, Palm, and MS Outlook.... read more
phpwsContacts is a php-based module for the phpWebSite content management system, version 0.9.2-1 or higher. It will provide extended user contact info and have add-ons for specific purposes like alumni contact sites, etc.
After a bit of a re-design we unveil phpwsContacts 0.1.0 Beta 1. Please download it and test it out. Any bugs for this release we ask you to post on our Bug tracker. Any feature requests for future releases please file in the RFE (Feature Requests) section.... read more
phpwsContacts has burst forth from the phpwebsite-comm nebula. We have most of the functionality there for our 0.1.0 release. We aren't quite satisfied with the interface, so we're going to play around with it a little bit this week yet.