Menu

Web Application Gateway / News: Recent posts

wagateway-core-1.0.1 Released

Fixed issue related to how WAG determines which directory it has been installed. WAG should now work regardless of whether or not it has been installed in the root web directory or a sub-directory under the root web directory.

Posted by Gregory Engel 2008-01-16

wagateway-core-1.0.0 Released

Version 1.0.0 represents a complete redesign and rewrite of the underlying architecture from the previous release (version 0.6.3, March, 2005) WAG retains the original look and feel and has the added benefit of a smaller, more efficient code base. Sessions are no longer maintained via custom functions and changes to WAG setting, users, groups and applications are made via asynchronous JavaScript calls to the web server. Example applications are in the process of being modified to accommodate the new architecture. Any custom applications will need a minimum of modifications to be compliant with the new WAG API.

Posted by Gregory Engel 2008-01-14

wagateway-core-0.6.3 Released

Enhanced wagErrorHandler function to provide application specific handlers, e-mail address validation, error reporting for both WAG and application database errors and added "Date Added" and "Date Last Login" information to Administration > Users screen. Fixed e-mail address validation and e-mail password sync issues.

Posted by Gregory Engel 2005-03-10

WAG Application Development Docs 1.0 Released

Initial release - Includes "WAG Applications - Developing web applications compliant with the requirements for hosting by the Web Application Gateway" in OpenOffice 2.0 and PDF format.

Posted by Gregory Engel 2005-02-25

wagateway-core-0.6.2 Released

Enhanced form and HTTP request handlers to minimize risk of SQL injection attacks, added check for valid user email address format in User Detail screen, added code to override "magic_quote" settings in the php.ini file thereby eliminating 1) the possiblity of data being stored with multiple backslashes, 2) the need to replace two single quotes with one single quote, and 3) the need to use the stripslashes function on retrieved data. Fixed a major bug where selecting an existing group or user for modification always resulted in the presentation of the "Add Group" or "Add User" screen.

Posted by Gregory Engel 2005-01-21

wagateway-core-0.6.1 Released

Enhanced form and HTTP request handlers to minimize risk of cross-site request forgeries. Added demo mode checks to installing and uninstalling applications.

Posted by Gregory Engel 2005-01-06

wagapp-projectmgmt-0.1.0 Released

The Project Manager is an example application for the Web Application Gateway (WAG). This is the initial release as an independent application. Previously, the Project Manager application was bundled with the WAG core code. Application installation via WAG's GUI was implemented with WAG version 0.6.0.

Posted by Gregory Engel 2004-12-17

wagapp-quotesdb-0.1.0 Released

The Online Quote Database is an example application for the Web Application Gateway (WAG). This is the initial release as an independent application. Previously, the Online Quote Database was bundled with the WAG core code. Application installation via WAG's GUI was implemented with WAG version 0.6.0.

Posted by Gregory Engel 2004-12-17

wagateway-core-0.6.0 Released

Added initial functionality for uploading and installing WAG hosted applications. With this release, all but one of the example applications will be bundled separately and not included with the core WAG application. Enhanced the session timeout capabilities by adding client side code to check for user idle time. If the idle time matches the session life span entered for WAG, the browser will initiate a logout and redirect the browser to the login screen. There are several other minor enhancements and bug fixes.

Posted by Gregory Engel 2004-12-14

wagateway-core-0.5.1 Released

Added ability for WAG to synchronize WAG account password with user's e-mail account. This requires the user's e-mail login information be held in an RDBMS that can be accessed given server, database, table and field names. Several minor convenience changes such as added label tags to checkboxes so clicking on the label checks/unchecks the checkbox and added "close window" link to all the popup help screens. Fixed focus bug that prevented cursor from being placed in the first available text box, password box or selection list when a form is first displayed.

Posted by Gregory Engel 2004-11-22

wagateway-core-0.5.0 Released

Custom session handlers allow for definable session life spans, administration screens redesigned, screen shots updated on http://wag.javazen.org and added to SourceForge.net project page, numerous bug fixes and cosmetic changes to example applications.

NOTE: If you are upgrading from a previous version, you will need to read the CHANGE_LOG.txt and UPGRADE.txt files for very important information regarding this release.

Posted by Gregory Engel 2004-11-17

wagateway-core-0.4.1 Released

Fixed bug with session handler that essentially hard coded the session timeout to 5 minutes.

Posted by Gregory Engel 2004-11-08

wagateway-core-0.4.0 Released

Refined session timeout code and made timeout value configurable from the Administration > Gateway screen. Added a number of enhancements to the Bill Planner example application.

Posted by Gregory Engel 2004-11-07

wagateway-core-0.3.8 Released

Numerous cosmetic/usability enhancements, several databases changes to accommodate longer descriptions, etc., small changes to example applications.

Posted by Gregory Engel 2004-10-25

wagateway-core-0.3.7 Released

Added createGUID() function to common/functions.php for managing sessions across hosted applications, small cosmetic changes, updated FAQ, added Mihai Bazon's DHTML Calendar, fixed onload focus issue for pages where the initial field is a password field. WAG hosted, production demo application available at http://www.paperwait.com

Posted by Gregory Engel 2004-03-26

wagateway-core-0.3.6 Released

Added on-line help for admin screens and made numerous UI changes to WAG to make the overall look-and-feel more consistent.

Posted by Gregory Engel 2004-03-05

wagateway-core-0.3.5 Released

Made database scripts and access code more conducive to future MySQL upgrades and compatible with a wider range of DBMS's (Read CHANGE_LOG.txt for IMPORTANT upgrade information), clarified install instructions, added several field lengths checks and squashed several bugs.

Posted by Gregory Engel 2004-03-01

wagateway-core-0.3.4 Released

Added example config.php file (config_example.php). This example will provide a way to manually create a configuration file in the event the automatic installation process fails. Completed code for enforcing password length and alphanumeric constraints and fixed issue so as modifying any account information other than the password for an existing user no longer resets the user's password to a randomly generated value.

Posted by Gregory Engel 2004-02-27

wagateway-core-0.3.3 Released

Added "default" flag to Groups. When a new user is added, and groups flagged as "default" automatically be included in the "Group Memberships > Members" list. Fixed a display bug in the Project Management example application.

Posted by Gregory Engel 2004-02-12

wagateway-core-0.3.2 Released

Added initial upgrade functionality, ability for admin to force a user to change their password at next logon, added Bill Planner sample application (a simple cash flow tracker) as well as several bug fixes.

Posted by Gregory Engel 2004-02-06

wagateway-core-0.3.1 Released

A new example application, Project Management, has been added to the wagateway-core distribution, improved error handling, additional screen shots on project home page, bug fixes.

Posted by Gregory Engel 2004-01-30

wagateway-core-0.3.0 Released

Along with the inevitable bug fixes, 0.3.0 includes password expiration for users and enhanced administration control over gateway settings. The UI has been cleaned up and the look and feel made more consistent. The groundwork has been laid for upgrade functionality.

Posted by Gregory Engel 2004-01-26

wagateway-core-0.2.2 Released

Several bug fixes. Most of the changes in this release reflect the effort to clean up the look and feel and provide a more consistent presentation.

Posted by Gregory Engel 2004-01-23

wagateway-core-0.2.1 Released

Sever install bugs fixed, example application polished up.

Posted by Gregory Engel 2004-01-19

wagateway-core-0.2.0 Released

Several bug fixes, polished application installation/permission code, completed initial pass at creating a demonstration/example application that is capable of being hosted by the Web Application Gateway.

Posted by Gregory Engel 2004-01-16
MongoDB Logo MongoDB