Full fledged web based site editor
From file creation, modification, and deletion - visualEdit can do it all. The intuitive interface and controls allows a seamless learning curve for yourself or your clients. visualEdit includes a version history system, template options, and numerous file options. Allowing you to go beyond a basic create and edit.
Category:
A WikiWikiWeb is a web site where anyone can edit the pages through an HTML form. Linking is done automatically on the server side; all pages are stored in a database.
This may sound rather simplistic, but a Wiki is a very unique way to collaborate on the Web. I set up a few while working at the New York Times on the Web, and the technical staff really took to them in a big way. They wrote 500 pages in just a few months (all to document the internal systems).
Category:
improved explanations of some values in config.php
fixed htmlarea insert_image.php as it was breaking on servers with output
buffering disabled
fixed bug causing new content to be dated 1970
fixed bug causing ezscript tags to be replaced with html comments when saving content
fixed bug causing reload button to not work correctly in some browsers
removed $config array from global scope as it was interfering with other
scripts
added search function to browse database page
added Javascript confirm dialog boxes when a content entry or user is deleted
added new checkconfig.php script to check most config.php settings and help during installation
added in new config values to allow/deny users with editor priviledges to access the add content page, the backup/restore pages and the browse database page
added feature allowing admin users to set certain content to be only editable by selected users
added logging facilty to log events and changes to a MySQL table
added demo user functionality to allow certain users to be specified as demo users that can log in but not make changes
added delete image feature to get around images being owned by the web server user and not deleteable via FTP
fixed bug causing html tags to not be saved or displayed correctly
removed most functions from the functions.inc.php as they were interfering with other scripts
removed all variables from global scope to prevent conflicts with other scripts
Category: