Easier lookup fields, with the ability to combine 2 parent fields in one drop down.
Support for foreign keys that point to the same table.
Ability to specify output pages encoding.
Ability to search for "empty" and "not empty" fields in filters.
Enhanced project styles, with a new 3D look.
Fixed a bug where empty lookup field values caused records to be hidden.
Fixed a bug where clicking "Cancel" or "Deselect" in a separate detail view page caused resetting of filters.
Other reported bugs fixed.
AppGini 3.3 Released
February 14, 2007.
Ability to specify a default sorting field and direction for each table.
Support for check-boxes.
Date of today can be easily entered to date fields with one click.
Files in the overwrite window during code generation now sorted by file name for easier handling.
Alternating row colors in table view.
Fixed a bug where quick search with no results causes page numbering errors, plus other bug fixes.
AppGini 3.2 Released
January 7, 2007.
Ability to specify which files to overwrite and which to skip by checkboxes in a single window before code generation.
Option to easily access related children records from parent tables.
Support for web and email links.
Option to hide detail view till a field is selected, and to hide table view when detail view is selected.
Enhanced and more organized field properties page
Reported bugs fixed
AppGini 3.1 Released
April 10, 2006.
Ability to automatically apply field data type changes to your database
Ability to add new fields to your tables automatically and without any data loss
Better compatibility with PHP5 without changing php.ini settings
Ability to create radio buttons and list boxes
Enhanced and more organized field properties page
Ability to control whether fields are displayed as textarea or text boxes
Added a link to index page in the table navigation dropdown
Reported bugs fixed
AppGini 3.01 Released
July 2, 2005.
New XML-based file format (*.AXP) for easier editing and advanced control of code generation
Support for file uploads, and control on accepted file types.
Added an option to display links to uploaded files so that users can download them.
Next/Previous links in table view, and ability to navigate to any page.
Tamplate-based table view and detail view for easy customization of appearance.
Eastern Asian versions of Windows now fully supported.
Added the option to display the first n characters of a long field in the table view.
Easier method of ordering fields in AppGini.
Hyphens in database names now acceptable.
Each row in the table view is highlighted when the mouse passes over it for better readability.
Foreign and primary keys are more recognizable in AppGini now as they have different icons.
Added a tool to automatically convert old project file format (*.AGP) to the new XML format (*.AXP).
Added an option to delete uploaded files from server if the record is deleted.
Added an option to not change the name of the uploaded files.
Reported bugs fixed.
Interface enhancement to better organize work and improve usability.
AppGini 2.6 Released
September 12, 2004.
* New features:
Ability to display images from fields in table and detail view.
Ability to upload images into fields (AppGini Professional only).
Fields can be hidden or readonly in the detail view.
You can now reduce development time by copying field properties into new fields.
Mozilla FireFox, Netscape and Internet Explorer for Mac now fully supported.
Fields that must be filled by users are now marked with an asterisk in the detail view.
Formatted dates now supported in the table view.
Users can select dates from drop down menus in the detail view instead of typing them manually.
After users insert a new record, you can now redirect them to a page you specify (e.g. a thank you page, ... etc).
You can now allow users to save the filters they create, instead of redefining them every time.
Dramatically improved scripts performance when navigating through large tables (even with millions of records).
* Corrected reported bugs.
AppGini 2.5 Released
January 14, 2004.
* New features:
A separate language file (language.php) is included to easily modify all the text displayed in the scripts.
You can customize the template and functionality of the generated pages by editing the files "header.php" and "footer.php".
Project styles are now saved with the project so you don't have to reapply them each time.
Vertical scroll bar can be left-aligned or right-aligned from AppGini.
Added QuickLists, which provides predefined value lists, like "World countries list", "US states", etc. at a mouse click. This feature is available in the professional version only.
Ability to hide tables navigation menu.
Separate style.css file for easier editing and integration with your own stylesheets.
Better and more precise filtering and filter grouping to help you better search for data.
* Bug corrections:
Added an error handler for fields with no data type.
Implemented a warning before overwriting files, with options to overwrite / overwrite all / skip / skip all.
Removed white spaces from generated files, so that cookies and other HTTP headers can be implemented correctly.
Corrected an error when creating a new field/table while renaming another field/table.
Removed the first And/Or select in filters, which was redundant.
"scrrun.dll" is now included as part of the setup to avoid "Can't create object" errors.
Corrected behavior when removing the foreign key property from a field.
Corrected a bug with implementing mysql_data_seek()
AppGini 2.4 Released
June 13, 2003.
* New features:
Ability to export data to CSV files (that can be opened in Excel)
You can customize the look of the pages by editing the files "header.html" and "footer.html".
Support for UPPER and MiXeD case table and field names.
Minor bugs corrected.
AppGini 2.3 Released
April 27, 2003.
* New features:
Ability to search any field in the table from a quick search box above the table view.
The free trial version can now open project files.
You can now double-click on project files to open them in AppGini.
Improved user interface.
Improved error checking routines.
* Corrected a bug with handling multiple foreign keys that point to the same
table + some other minor bugs.
AppGini 2.2 Released
March 9, 2003.
* New features:
Added an option to hide table view and show data entry form only.
Ability to change the title of the data entry form (detail view).
You can now select which fields to filter and which to hide from users in the filters page.
Improved user interface.
Improved error checking routines.
* Corrected a bug with handling null values."Timestamp" and "Not null" fields
work properly now.
AppGini 2.1 Released
February 12, 2003.
* New feature: You can now select which fields to show and which
to hide in table view.
* Repositioned the icons that are above the table view to the left
for better accessibility.
* Eliminated reported bugs.
* Changed interface colors that were reported to be annoying!
AppGini 2.06 Released
December 26, 2002.
Reported bugs in the free trial version fixed.
AppGini 2.05 Released
December 3, 2002.
The new update has the following changes over AppGini 2.0:
* Better setup package with bugs appearing on some systems removed.
* Minor interface appearance improvements.
* Better error handling.
MySQL2AppGini Wizard Released
November 18, 2002.
MySQL2AppGini Wizard is a small utility for AppGini 2.x users
who already have an existing MySQL database and want to generate AppGini web
applications for it without having to redefine its structure.
MySQL2AppGini connects to your MySQL database server and retrieves available
databases. You then select a database and the wizard saves its definition into
an AppGini Project file that can be opened in AppGini 2.x.
Thus MySQL2AppGini wizard helps you save the time spent redefining your tables
in AppGini. For more information, see MySQL2AppGini homepage.
AppGini 2.0 Released
November 8, 2002.
Today we have just released the long-awaited new release of AppGini.
The new version offers lots of enhancements over the previous version
(AppGini 1.0).
One of the most frequently requested features was the
ability to add search capabilities to the generated applications. We
have added this feature to the new release through advanced filters.
Other enhancements include displaying several records per page in an
easy-to-navigate table view. The previous release displayed only one
data record per page. You can now also jump to any record in your tables
very easily through our advanced unique scroll bar. This is specially
helpful with large tables containing hundreds or thousands of records.
AppGini 2.0 is available in two editions: AppGini free trial and AppGini Professional.
For more information about each edition's features, see the detailed features page.