[gnue] r9985 - in trunk/www: docs news news/historic utils/webhelpers
[email protected] Sun, 18 Oct 2009 12:51:06 -0500 (CDT)
| Newsgroups | gmane.comp.cms.gnue.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: reinhard Date: 2009-10-18 12:51:05 -0500 (Sun, 18 Oct 2009) New Revision: 9985 Added: trunk/www/news/historic/10134 trunk/www/news/historic/10135 trunk/www/news/historic/10136 trunk/www/news/historic/10137 trunk/www/news/historic/10138 trunk/www/news/historic/10139 trunk/www/news/historic/10140 trunk/www/news/historic/10141 trunk/www/news/historic/10143 trunk/www/news/historic/10144 trunk/www/news/historic/10145 trunk/www/news/historic/10146 trunk/www/news/historic/10147 trunk/www/news/historic/10148 trunk/www/news/historic/10149 trunk/www/news/historic/10150 trunk/www/news/historic/10151 trunk/www/news/historic/10152 trunk/www/news/historic/10153 trunk/www/news/historic/10154 trunk/www/news/historic/10155 trunk/www/news/historic/10156 trunk/www/news/historic/10157 trunk/www/news/historic/10158 trunk/www/news/historic/10159 trunk/www/news/historic/10160 trunk/www/news/historic/10161 trunk/www/news/historic/10162 trunk/www/news/historic/10163 trunk/www/news/historic/10164 trunk/www/news/historic/10165 trunk/www/news/historic/10166 trunk/www/news/historic/10167 trunk/www/news/historic/10168 trunk/www/news/historic/10169 trunk/www/news/historic/10170 trunk/www/news/historic/10171 trunk/www/news/historic/10172 trunk/www/news/historic/10173 trunk/www/news/historic/10174 trunk/www/news/historic/10175 trunk/www/news/historic/10176 trunk/www/news/historic/10177 trunk/www/news/historic/10178 trunk/www/news/historic/10179 trunk/www/news/historic/10180 trunk/www/news/historic/10181 trunk/www/news/historic/10182 trunk/www/news/historic/10183 trunk/www/news/historic/10184 trunk/www/news/historic/10185 trunk/www/news/historic/10186 trunk/www/news/historic/10187 trunk/www/news/historic/10188 trunk/www/news/historic/10189 Removed: trunk/www/docs/Project.txt trunk/www/news/10134 trunk/www/news/10135 trunk/www/news/10136 trunk/www/news/10137 trunk/www/news/10138 trunk/www/news/10139 trunk/www/news/10140 trunk/www/news/10141 trunk/www/news/10143 trunk/www/news/10144 trunk/www/news/10145 trunk/www/news/10146 trunk/www/news/10147 trunk/www/news/10148 trunk/www/news/10149 trunk/www/news/10150 trunk/www/news/10151 trunk/www/news/10152 trunk/www/news/10153 trunk/www/news/10154 trunk/www/news/10155 trunk/www/news/10156 trunk/www/news/10157 trunk/www/news/10158 trunk/www/news/10159 trunk/www/news/10160 trunk/www/news/10161 trunk/www/news/10162 trunk/www/news/10163 trunk/www/news/10164 trunk/www/news/10165 trunk/www/news/10166 trunk/www/news/10167 trunk/www/news/10168 trunk/www/news/10169 trunk/www/news/10170 trunk/www/news/10171 trunk/www/news/10172 trunk/www/news/10173 trunk/www/news/10174 trunk/www/news/10175 trunk/www/news/10176 trunk/www/news/10177 trunk/www/news/10178 trunk/www/news/10179 trunk/www/news/10180 trunk/www/news/10181 trunk/www/news/10182 trunk/www/news/10183 trunk/www/news/10184 trunk/www/news/10185 trunk/www/news/10186 trunk/www/news/10187 trunk/www/news/10188 trunk/www/news/10189 Modified: trunk/www/utils/webhelpers/news.py trunk/www/utils/webhelpers/tools.py Log: Updates to web page. Deleted: trunk/www/docs/Project.txt =================================================================== --- trunk/www/docs/Project.txt 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/docs/Project.txt 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,7 +0,0 @@ ------------------------------------------------------------------------------- -Note: Everything until the first [] is ignore - -You do not need to add either the FAQ or the API links in this file, -UNLESS you need them to appear in non-standard places. - ------------------------------------------------------------------------------- Deleted: trunk/www/news/10134 =================================================================== --- trunk/www/news/10134 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10134 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,162 +0,0 @@ -Title: New release of tools (0.5.0 series) -Author: [email protected] -Date: 2003-05-30 - -The GNU Enterprise team is proud to announce a new release of -it's enterprise application development suite. This major -release includes: - - * GNUe Forms 0.5.0 - * GNUe Reports 0.1.1 - * GNUe Designer 0.5.0 - * GNUe Navigator 0.0.4 - * GNUe AppServer 0.0.3 - * GNUe Common 0.5.0 - -GNUe-Forms is a platform and UI-independent forms system. It -reads an XML-based forms definition and creates GUIs for Win32, -GTK, and, soon, Curses (text), QT 3.0, and HTML. It has a fully -data-aware widget set and can be used in both 2-tier and n-tier -environments. - - -GNUe-Reports is a platform and output-independent reporting -system. It reads an XML-based report definition and generates -arbitrary XML output that can further be translated into any -format for which there is an adapter. GNUe Reports currently -has outputs for Text, HTML, and CSV -- with PDF, Postscript, -and Gnumeric/Excel formats in the works. Reports can output -directly to a file, as an email attachment, to a printer, or -to a HylaFax server. This version introduces native "Label" -support. - - -GNUe-Designer is the IDE for the GNUe tools. It allows you to -visually layout your forms in a RAD-style environment. Designer -has a builtin forms client, so you can quickly test your forms -while still in Designer. Designer also has support for form -creation wizards... answer a few questions, attach your form -to one or more database tables, select the fields to include, -and, voila, a basic form is created. Basic support for schema -creation is also included. - - -GNUe Application Server is the data and business rules server -for the GNU Enterprise project. It will provide an object- -oriented backend to forms and reports. In an n-tier environment, -GEAS holds all business rules/logic and provides object-to- -relational access to various database backends. This release -is primarily a proof-of-concept release that illustrates the -use of GNUe-Common's database backends, triggers, and RPC -abstraction tools. - - -GNUe Navigator is a menuing system for GNUe Forms and Reports. It -presents a consistent menuing interface (in GUI or Text) based on -an XML "process definition." GNUe Navigator uses the GNUe Forms or -GNUe Reports clients to run the actual forms and reports, so these -corresponding tools must be installed. - - -GNUe-Common is the basis for the GNUe tools, such as Forms, -Reports, Application Server, and Designer. It implements a -database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML -marshaller are used by Forms, Reports, and Designer to save -and read Forms/Report definitions to and from an XML file. -It also defines and implements an RPC abstraction layer that -will allow server processes to define their public methods once -and have them available to CORBA, XML-RPC, SOAP, and DCOM -clients. - - -All of these releases are targeted at developers. The five -products are available in source form from our website at - - http://www.gnuenterprise.org/downloads/current.php/ - -We also have an all-in-one Windows installer for the GNUe -tools that include all the basic dependencies -- you only have to -download a single setup.exe! The Installers include support for -PostgreSQL, MySQL, and ODBC. These installers are available at -the same location referenced above. - - -Debian packages for "unstable" have also been created. Expect them -to appear in the apt repository in the weeks to come. We are looking -for packagers for other platforms. - - -The tools have been tested and are known to run on: - - * GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, Slackware 8.x, Gentoo) - * Windows 95/98/2000/ME/XP/NT - * MacOS X (via the available X interface) - * Solaris 8/9 - * FreeBSD 4.x/5.x - - -The tools require [Python 2.0] or better to run (Python 2.1+ recommended.) - -Changes to GNUe-Forms 0.5.0: - -- Separated logic from layout in the Forms Definition file. -- Introduced a <logic> section containing <block>s and <field>s. -- Simplified the <entry> tag (layout) and tied it to a <field> - tag (logic) -- Separated layout management from the main XML specification - and implemented with namespaces. -- Introduced dialog support -- Startup errors are now displayed in a popup dialog instead - of dumped to the console -- Introduced basic data-bound image support (requires Python - Imaging Library) -- State-based (disabled/enabled) toolbar icons and menus -- Expanded and clarified the various triggers (some were - renamed to be consistent, others were newly added) -- Started on native QT3 and Win32-based drivers -- Wrote a converter script for old-style GFD files - -Changes to GNUe-Designer 0.5.0: - -- First introduction of dockable toolbars (the Preferences - dialog isn't functional yet) -- Start of a grid-based schema editor -- Migrated to the new Forms Definition format -- Fully functional Event Mapping inspector -- Reimplementation of the trigger code editor -- Significant cleanup of internal abstraction/modularization - -Changes to GNUe-Common 0.5.0: - -- Start of a new schema scripter interface -- Internal restructuring -- API improvements -- Misc bug fixes - -Changes to GNUe-Reports 0.1.1: - -- Updates to use common 0.5.x -- Start of a standardized general-purpose report markup -- Various bugfixes - -Changes to GNUe Navigator 0.0.4: - -- Updates to reflect GNUe Common 0.5.0's API -- Miscellaneous bug fixes - -Changes to GNUe AppServer 0.0.3: - -- New API for RPC communication -- Python Language interface -- Start of a Class Repository -- Updates to reflect GNUe Common 0.5.0's API -- Miscellaneous bug fixes - -In other news, work on GNUe Integrator is under way in CVS. Also, work -on a new subproject, GNUe Small Business, is progressing rapidly. This -is a set of business applications (inventory, financials, etc) targeted -at Small Businesses (commonly called SME's -- Small to Medium -Enterprises.) We are actively looking for volunteers to assist in this -subproject. - Deleted: trunk/www/news/10135 =================================================================== --- trunk/www/news/10135 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10135 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,140 +0,0 @@ -Title: New Releases of GNUe Tools (0.5.1) -Author: [email protected] -Date: 2003-08-10 - -The GNU Enterprise team is proud to announce a new release of -it's enterprise application development suite. This release -includes: - - * GNUe Forms 0.5.1 - * GNUe Reports 0.1.2 - * GNUe Designer 0.5.1 - * GNUe Navigator 0.0.5 - * GNUe Common 0.5.1 - -GNUe-Forms is a platform and UI-independent forms system. It -reads an XML-based forms definition and creates GUIs for Win32, -GTK 2, and, soon, Curses (text), QT 3.0, and HTML. It has a fully -data-aware widget set and can be used in both 2-tier and n-tier -environments. - -GNUe-Reports is a platform and output-independent reporting -system. It reads an XML-based report definition and generates -arbitrary XML output that can further be translated into any -format for which there is an adapter. GNUe Reports currently -has outputs for Text, HTML, and CSV -- with PDF, Postscript, -and Gnumeric/Excel formats in the works. Reports can output -directly to a file, as an email attachment, to a printer, or -to a HylaFax server. This version introduces native "Label" -support. - -GNUe-Designer is the IDE for the GNUe tools. It allows you to -visually layout your forms in a RAD-style environment. Designer -has a builtin forms client, so you can quickly test your forms -while still in Designer. Designer also has support for form -creation wizards... answer a few questions, attach your form -to one or more database tables, select the fields to include, -and, voila, a basic form is created. Basic support for schema -creation is also included. - -GNUe Navigator is a menuing system for GNUe Forms and Reports. -It presents a consistent menuing interface (in GUI or Text) -based on an XML "process definition." GNUe Navigator uses the -GNUe Forms or GNUe Reports clients to run the actual forms and -reports, so these corresponding tools must be installed. - - - -GNUe-Common is the basis for the GNUe tools, such as Forms, -Reports, Application Server, and Designer. It implements a -database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML -marshaller are used by Forms, Reports, and Designer to save -and read Forms/Report definitions to and from an XML file. -It also defines and implements an RPC abstraction layer that -will allow server processes to define their public methods once -and have them available to CORBA, XML-RPC, SOAP, and DCOM -clients. - - - -All of these releases are targeted at developers. The five -products are available in source form from our website at: - - http://www.gnuenterprise.org/downloads/current.php - - -Soon, we will update our all-in-one Windows installer for the -GNUe tools that include all the basic dependencies -- you only -have to download a single setup.exe! The Installers include -support for PostgreSQL, MySQL, and ODBC. These installers will -be available at the same location referenced above. We will -send out another announcement when this installer is ready. - - -Debian packages for "unstable" will also been created. We will -send out another announcement when they are ready. We are -looking for packagers for other platforms. - - - -The tools have been tested and are known to run on: - - * GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, - Slackware 8.x, Gentoo) - * Windows 95/98/2000/ME/XP/NT - * MacOS X (via the available X interface) - * Solaris 8/9 - * FreeBSD 4.x/5.x - - -The tools require Python 2.0 or better to run (Python 2.2+ -recommended.) GNUe Designer requires wxPython 2.4 or better -to run. - -Changes to GNUe-Forms 0.5.1: - -- Native Win32 User Interface -- Improved Windows Packaging -- Support for embedable components (bonobo, ole) -- Print screen support -- Misc Enhancements / Bug Fixes - -Changes to GNUe-Designer 0.5.1: - -- Major Enhancements Release -- Undo support -- Schema Navigator w/ Drag and Drop UI creation -- Wizard additions and enhancements -- Internal restructuring -- Numerous Bug Fixes - -Changes to GNUe-Common 0.5.1: - -- additional schema generators (mysql, firebird) -- More Internal restructuring -- API improvements -- descriptive trigger system error reports -- Event system enhancements (dispatchAfter, cache) -- numeric converters (roman and digits to text) -- Misc bug fixes - -Changes to GNUe-Reports 0.1.2: - -- Postscripts output enhancements -- Enhanced win32 support -- Various bugfixes - -Changes to GNUe Navigator 0.0.5: - -- Reports support fixed -- Improved windows support - - -In other news, work on our subproject, GNUe Small Business, -is still underway. This is a set of business applications -(inventory, financials, etc) targeted at Small Businesses. -We are now working with the ARIA project to integrate our -two efforts. We are actively looking for volunteers to -assist in this subproject. - Deleted: trunk/www/news/10136 =================================================================== --- trunk/www/news/10136 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10136 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,130 +0,0 @@ -Title: New Releases of GNUe Tools (0.5.2) -Author: [email protected] -Date: 2003-10-22 - -The GNU Enterprise team is proud to announce a new release of it's enterprise -application development suite. This release includes: - -* GNUe Forms 0.5.2 -* GNUe Reports 0.1.3 -* GNUe Designer 0.5.2 -* GNUe Navigator 0.0.6 -* GNUe AppServer 0.0.5 -* GNUe Common 0.5.2 - - -GNUe-Forms is a platform and UI-independent forms system. It reads an XML-based -forms definition and creates GUIs for Win32, GTK 2, and, soon, Curses (text), QT -3.0, and HTML. It has a fully data-aware widget set and can be used in both -2-tier and n-tier environments. - - -GNUe-Reports is a platform and output-independent reporting system. It reads an -XML-based report definition and generates arbitrary XML output that can further -be translated into any format for which there is an adapter. GNUe Reports -currently has outputs for Text, HTML, and CSV -- with PDF, Postscript, and -Gnumeric/Excel formats in the works. Reports can output directly to a file, as -an email attachment, to a printer, or to a HylaFax server. This version -introduces native "Label" support. - - -GNUe-Designer is the IDE for the GNUe tools. It allows you to visually layout -your forms in a RAD-style environment. Designer has a builtin forms client, so -you can quickly test your forms while still in Designer. Designer also has -support for form creation wizards... answer a few questions, attach your form to -one or more database tables, select the fields to include, and, voila, a basic -form is created. Basic support for schema creation is also included. - - -GNUe Navigator is a menuing system for GNUe Forms and Reports. It presents a -consistent menuing interface (in GUI or Text) based on an XML "process -definition." GNUe Navigator uses the GNUe Forms or GNUe Reports clients to run -the actual forms and reports, so these corresponding tools must be installed. - - -GNUe AppServer is the core of the n-tier variant of the GNU Enterprise system. -To the front end (be it GNUe Forms, GNUe Reports or any other tool), it provides -user-defineable business objects with arbitary fields and methods. While -transforming access to those fields and methods into database communication and -calling of scripts, it cares about stability, security, speed, and consistency. - - -GNUe-Common is the basis for the GNUe tools, such as Forms, Reports, Application -Server, and Designer. It implements a database-abstraction layer that provides -support for most major databases. A builtin XML-to-Object parser and -Object-to-XML marshaller are used by Forms, Reports, and Designer to save and -read Forms/Report definitions to and from an XML file. It also defines and -implements an RPC abstraction layer that will allow server processes to define -their public methods once and have them available to CORBA, XML-RPC, SOAP, and -DCOM clients. - - -All of these releases are targeted at developers. The six products are available -in source form from our website at - - - http://www.gnuenterprise.org/downloads/current.php - - -We have also updated our all-in-one Windows installer for the GNUe tools that -include all the basic dependencies -- you only have to download a single -setup.exe! The Installers include support for PostgreSQL, MySQL, and ODBC. These -installers are available at the same location referenced above. - - -Debian packages for "unstable" have also been created. They are already part of -the official Debian distribution. - - -The tools have been tested and are known to run on: - -- GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, Slackware 8.x, Gentoo) -- Windows 95/98/2000/ME/XP/NT -- MacOS X (via the available X interface) -- Solaris 8/9 -- FreeBSD 4.x/5.x - -The tools require Python 2.0 or better to run (Python 2.2+ recommended.) GNUe -Designer requires wxPython 2.4 or better to run. - -Changes to GNUe-Forms 0.5.2: - -* Switched to gnue-common enhanced setup -* Scrollbar Widget -* Misc Enhancements / Bug Fixes - -Changes to GNUe-Designer 0.5.2: - -* Switched to gnue-common enhanced setup system -* Internal restructuring -* Numerous Bug Fixes - -Changes to GNUe-Reports 0.1.3: - -* Switched to gnue-common enhanced setup system -* Various bugfixes - -Changes to GNUe-Navigator 0.0.6: - -* Switched to gnue-common enhanced setup system -* Minor bug fixes - -Changes to GNUe-AppServer 0.0.5: - -* Switched to gnue-common enhanced setup system -* Using unicode/utf-8 as internal encoding -* Add a ECMAscript-based forms client (webfrontend) -* Add support for date, time and boolean types -* Improved data type checking and introspection -* Extended and improved samples and base data -* Better support for common/rpc changes (pyro support) -* Add function to export class definitions into a .gsd file (not user visible - yet) -* Miscellaneous bug fixes - -Changes to GNUe-Common 0.5.2: -* New enhanced setup system -* MS ADO dbdriver (with introspection) -* Enhanced RPC drivers, PYRO rpv driver added -* Unicode support -* Misc bug fixes Deleted: trunk/www/news/10137 =================================================================== --- trunk/www/news/10137 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10137 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,108 +0,0 @@ -Title: New Releases of GNUe Tools (0.5.3) -Author: [email protected] -Date: 2004-03-05 - -The GNU Enterprise team is proud to announce a new release of it's enterprise -application development suite. This release includes: - -* GNUe Forms 0.5.3 -* GNUe Reports 0.1.4 -* GNUe Designer 0.5.3 -* GNUe AppServer 0.0.6 -* GNUe Common 0.5.3 - - -GNUe-Forms is a platform and UI-independent forms system. It reads an XML-based -forms definition and creates GUIs for Win32, GTK 2, and, soon, Curses (text), QT -3.0, and HTML. It has a fully data-aware widget set and can be used in both -2-tier and n-tier environments. - - -GNUe-Reports is a platform and output-independent reporting system. It reads an -XML-based report definition and generates arbitrary XML output that can further -be translated into any format for which there is an adapter. GNUe Reports -currently has outputs for Text, HTML, and CSV -- with PDF, Postscript, and -Gnumeric/Excel formats in the works. Reports can output directly to a file, as -an email attachment, to a printer, or to a HylaFax server. This version -introduces native "Label" support. - - -GNUe-Designer is the IDE for the GNUe tools. It allows you to visually layout -your forms in a RAD-style environment. Designer has a builtin forms client, so -you can quickly test your forms while still in Designer. Designer also has -support for form creation wizards... answer a few questions, attach your form to -one or more database tables, select the fields to include, and, voila, a basic -form is created. Basic support for schema creation is also included. - - -GNUe AppServer is the core of the n-tier variant of the GNU Enterprise system. -To the front end (be it GNUe Forms, GNUe Reports or any other tool), it provides -user-defineable business objects with arbitary fields and methods. While -transforming access to those fields and methods into database communication and -calling of scripts, it cares about stability, security, speed, and consistency. - - -GNUe-Common is the basis for the GNUe tools, such as Forms, Reports, Application -Server, and Designer. It implements a database-abstraction layer that provides -support for most major databases. A builtin XML-to-Object parser and -Object-to-XML marshaller are used by Forms, Reports, and Designer to save and -read Forms/Report definitions to and from an XML file. It also defines and -implements an RPC abstraction layer that will allow server processes to define -their public methods once and have them available to CORBA, XML-RPC, SOAP, and -DCOM clients. - - -All of these releases are targeted at developers. The products are available in -source form from our website at - - - http://www.gnuenterprise.org/downloads/current.php - - -Debian packages for "unstable" have also been created. They are already part of -the official Debian distribution. - - -The tools have been tested and are known to run on: - -- GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, Slackware 8.x, Gentoo) -- Windows 95/98/2000/ME/XP/NT -- MacOS X (via the available X interface) -- Solaris 8/9 -- FreeBSD 4.x/5.x - -The tools require Python 2.0 or better to run (Python 2.2+ recommended.) GNUe -Designer requires wxPython 2.4 or better to run. - -New features in GNUe-AppServer 0.0.6: - -* Support for server-side procedures -* Much improved Python language interface -* Server-side data cache -* New program gnue-gsdgen to create .gsd files from the class repository -* More sample forms -* Miscellaneous bug fixes - -New features in GNUe-Common 0.5.3: - -* New database driver for cvs files (read only) -* Improved code (trigger/procedures) interface -* Restructured datasource interface -* Much improved gnue-schema program -* New gnue-import program to merge data from .gsd files into a running database -* Misc bug fixes - -New features in GNUe-Designer 0.5.3: - -* Support for gnue-common's new datasources API -* Misc Enhancements / Bug Fixes - -New features in GNUe-Forms 0.5.3: - -* Support for gnue-common's new datasources API -* Misc Enhancements / Bug Fixes - -New features in GNUe-Reports 0.1.4: - -* Support for gnue-common's new datasources API -* Misc Enhancements / Bug Fixes Deleted: trunk/www/news/10138 =================================================================== --- trunk/www/news/10138 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10138 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,144 +0,0 @@ -Title: New Releases of GNUe Tools -Author: [email protected] -Date: 2004-04-12 - -The GNU Enterprise team is proud to announce a new release of it's enterprise -application development suite. This release includes: - -* GNUe Forms 0.5.4 -* GNUe Reports 0.1.5 -* GNUe Designer 0.5.4 -* GNUe AppServer 0.0.7 -* GNUe Navigator 0.0.7 -* GNUe Common 0.5.4 - - -GNUe-Forms is a platform and UI-independent forms system. It reads an XML-based -forms definition and creates GUIs for Win32, GTK 2, and, soon, Curses (text), QT -3.0, and HTML. It has a fully data-aware widget set and can be used in both -2-tier and n-tier environments. - - -GNUe-Reports is a platform and output-independent reporting system. It reads an -XML-based report definition and generates arbitrary XML output that can further -be translated into any format for which there is an adapter. GNUe Reports -currently has outputs for Text, HTML, and CSV -- with PDF, Postscript, and -Gnumeric/Excel formats in the works. Reports can output directly to a file, as -an email attachment, to a printer, or to a HylaFax server. This version -introduces native "Label" support. - - -GNUe-Designer is the IDE for the GNUe tools. It allows you to visually layout -your forms in a RAD-style environment. Designer has a builtin forms client, so -you can quickly test your forms while still in Designer. Designer also has -support for form creation wizards... answer a few questions, attach your form to -one or more database tables, select the fields to include, and, voila, a basic -form is created. Basic support for schema creation is also included. - - -GNUe AppServer is the core of the n-tier variant of the GNU Enterprise system. -To the front end (be it GNUe Forms, GNUe Reports or any other tool), it provides -user-defineable business objects with arbitary fields and methods. While -transforming access to those fields and methods into database communication and -calling of scripts, it cares about stability, security, speed, and consistency. - - -GNUe Navigator is a menuing system for GNUe Forms and Reports. It presents a -consistent menuing interface (in GUI or Text) based on an XML "process -definition." GNUe Navigator uses the GNUe Forms or GNUe Reports clients to -run the actual forms and reports, so these corresponding tools must be installed. - - -GNUe-Common is the basis for the GNUe tools, such as Forms, Reports, Application -Server, and Designer. It implements a database-abstraction layer that provides -support for most major databases. A builtin XML-to-Object parser and -Object-to-XML marshaller are used by Forms, Reports, and Designer to save and -read Forms/Report definitions to and from an XML file. It also defines and -implements an RPC abstraction layer that will allow server processes to define -their public methods once and have them available to CORBA, XML-RPC, SOAP, and -DCOM clients. - - -All of these releases are targeted at developers. The products are available in -source form from our website at - - - http://www.gnuenterprise.org/downloads/current.php - - -Debian packages for "unstable" have also been created. They are already part of -the official Debian distribution. - - -The tools have been tested and are known to run on: - -- GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, Slackware 8.x, Gentoo) -- Windows 95/98/2000/ME/XP/NT -- MacOS X (via the available X interface) -- Solaris 8/9 -- FreeBSD 4.x/5.x - -The tools require Python 2.0 or better to run (Python 2.2+ recommended.) GNUe -Designer requires wxPython 2.4 or better to run. - -New features in GNUe-Appserver 0.0.7: - -* Database generation script for firebird/interbase -* Complete Unicode awareness -* New system property gnue_property.gnue_nullable -* New option --database for gnue-gsdgen -* Support for parameters and return values in procedures -* Own translation files, separated from common -* Updated translations -* Lots of code cleanup -* Lots of bug fixes - - -New features in GNUe-Common 0.5.4: - -* Fixed MySQL driver -* Improved client-side handling of server-side exceptions in RPC library -* Fixed master/detail inserts in AppServer driver -* Parameters and return values for triggers/procedures -* Table extension support in gnue-schema -* New flexible plugin loader -* Fixed Date and Datetime masks -* Separate translation files for each tool -* Added and updated translations -* Lots of code cleanup -* Lots of bug fixes - - -New features in GNUe-Designer 0.5.4: - -* Fixed invalid loading of wizards that aren't available -* Separate translation files for each tool -* Added and updated translations -* Lots of code cleanup -* Lots of bug fixes - - -New features in GNUe-Forms 0.5.4: - -* Separate translation files for each tool -* Added and updated translations -* Misc feature enhancements -* Misc bug fixes - - -New features in GNUe-Reports 0.1.5: - -* Made width optional on the tabulator's column heading -* Improved Unicode awareness -* Separate translation files for each tool -* Updated translations -* Minor bug fixes - - -New features in GNUe-Navigator 0.0.7: - -* Added embeddable form support -* Improved Unicode awareness -* Separate translation files for each tool -* Updated translations -* Minor bug fixes Deleted: trunk/www/news/10139 =================================================================== --- trunk/www/news/10139 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10139 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,86 +0,0 @@ -Title: New Releases of GNUe Tools -Author: [email protected] -Date: 2004-06-15 - -The GNU Enterprise team is proud to announce a new release of it's enterprise -application development suite. This release includes: - -* GNUe AppServer 0.0.8 -* GNUe Forms 0.5.5 -* GNUe Common 0.5.5 - - -GNUe AppServer is the core of the n-tier variant of the GNU Enterprise system. -To the front end (be it GNUe Forms, GNUe Reports or any other tool), it provides -user-defineable business objects with arbitary fields and methods. While -transforming access to those fields and methods into database communication and -calling of scripts, it cares about stability, security, speed, and consistency. - - -GNUe-Forms is a platform and UI-independent forms system. It reads an XML-based -forms definition and creates GUIs for Win32, GTK 2, and, soon, Curses (text), QT -3.0, and HTML. It has a fully data-aware widget set and can be used in both -2-tier and n-tier environments. - - -GNUe-Common is the basis for the GNUe tools, such as Forms, Reports, Application -Server, and Designer. It implements a database-abstraction layer that provides -support for most major databases. A builtin XML-to-Object parser and -Object-to-XML marshaller are used by Forms, Reports, and Designer to save and -read Forms/Report definitions to and from an XML file. It also defines and -implements an RPC abstraction layer that will allow server processes to define -their public methods once and have them available to CORBA, XML-RPC, SOAP, and -DCOM clients. - - -All of these releases are targeted at developers. The products are available in -source form from our website at - - - http://www.gnuenterprise.org/downloads/current.php - - -Debian packages for "unstable" will been created and incorporated into the -official distribution. - - -The tools have been tested and are known to run on: - -- GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, Slackware 8.x, Gentoo) -- Windows 95/98/2000/ME/XP/NT -- MacOS X (via the available X interface) -- Solaris 8/9 -- FreeBSD 4.x/5.x - -The tools require Python 2.0 or better to run (Python 2.3+ recommended.) - - -New features/changes in GNUe-AppServer 0.0.8: - -* Indirect properties -* Calculated properties -* Triggers (procedures that are fired automatically upon certain events) -* Defined return values for procedures -* Reference fields are now checked for integrity -* All operations are now atomic -* Inserts and deletes are now passed to the database in the correct order -* Much improved exception handling -* Parser for newly created GCD (GNUe Class Definition) files - - -New features/changes in GNUe-Forms 0.5.5: - -* Possibility to set the title of the form -* Support for auto-fitting images in the <image> tag -* Listbox widget -* Tree widget -* Many new properties in trigger namespace -* Updated documentation - - -New features/changes in GNUe-Common 0.5.5: - -* Changed AppServer's dbdriver to match AppServer's new features -* Fixed prefix format for conditions -* Fixed RPM generation with setup system -* Lots of other bug fixes Deleted: trunk/www/news/10140 =================================================================== --- trunk/www/news/10140 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10140 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,64 +0,0 @@ -Title: New Releases of GNUe Tools -Author: [email protected] -Date: 2004-07-23 - -The GNU Enterprise team is proud to announce a new release of it's -enterprise application development suite. This release includes: - -* GNUe AppServer 0.0.9 -* GNUe Common 0.5.6 - - -GNUe AppServer is the core of the n-tier variant of the GNU Enterprise -system. To the front end (be it GNUe Forms, GNUe Reports or any other -tool), it provides user-defineable business objects with arbitary -fields and methods. While transforming access to those fields and -methods into database communication and calling of scripts, it cares -about stability, security, speed, and consistency. - - -GNUe-Common is the basis for the GNUe tools, such as Forms, Reports, -Application Server, and Designer. It implements a database-abstraction -layer that provides support for most major databases. A builtin -XML-to-Object parser and Object-to-XML marshaller are used by Forms, -Reports, and Designer to save and read Forms/Report definitions to and -from an XML file. It also defines and implements an RPC abstraction -layer that will allow server processes to define their public methods -once and have them available to CORBA, XML-RPC, SOAP, and DCOM clients. - - -The products are available in source form from our website at - - - http://www.gnuenterprise.org/downloads/current.php - - -Debian packages for "unstable" will been created and incorporated into -the official distribution. - - -The tools have been tested and are known to run on: - -- GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, Slackware, Gentoo) -- Windows 95/98/2000/ME/XP/NT -- MacOS X (via the available X interface) -- Solaris 8/9 -- FreeBSD 4.x/5.x - -The tools require Python 2.1 or better to run (Python 2.3+ recommended.) - - -New features/changes in version 0.0.9: - -* gnue-gsdgen can now export arbitary data -* gnue-gcd2sql can now directly act on a database connection -* gnue-gcd2sql can now update existing schemas - - -New features/changes in version 0.5.6: - -* gnue-schema can now directly act on a database connection -* gnue-schema can now update existing schemas -* New schema creation functions in dbdrivers -* SQLite dbdriver working again -* New barcode printing library Deleted: trunk/www/news/10141 =================================================================== --- trunk/www/news/10141 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10141 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,22 +0,0 @@ -Title: First milestone of GNUe AppServer released -Author: [email protected] -Date: 2004-08-03 - -The GNU Enterprise team is proud to present the first milestone of the -GNUe Application Server, GNUe-AppServer 0.1. - -This release is nearly identical with the last beta with the version -number 0.0.9, as there were no critical bugs found. - -GNUe AppServer is the core of the n-tier variant of the GNU Enterprise -system. To the front end (be it GNUe Forms, GNUe Reports or any other -tool), it provides user-defineable business objects with arbitary fields -and methods. While transforming access to those fields and methods into -database communication and calling of scripts, it cares about stability, -security, speed, and consistency. - -You can download the latest version of GNUe AppServer from -http://www.gnuenterprise.org/downloads/current.php - -You will need to have the latest version of GNUe Common (0.5.6) -installed to install and use GNUe AppServer. Deleted: trunk/www/news/10143 =================================================================== --- trunk/www/news/10143 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10143 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,27 +0,0 @@ -Title: GNUe Common Library 0.5.8 released -Author: [email protected] -Date: 2004-09-17 - -The GNU Enterprise team is proudly announcing - - GNUe Common Library 0.5.8. - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements -an RPC abstraction layer that will allow server processes to define -their public methods once and have them available to CORBA, XML-RPC, -SOAP, and DCOM clients. - -Changes and new features in this release: - -* much improved exception handling -* gnue-schema now honors username and password parameters -* dbf dbdriver now works again -* several bug fixes - -As usual, you can download the current release of GNUe Common Library -from http://www.gnuenterprise.org/downloads/current.php Deleted: trunk/www/news/10144 =================================================================== --- trunk/www/news/10144 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10144 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,27 +0,0 @@ -Title: GNUe Forms 0.5.7 released -Author: [email protected] -Date: 2004-09-17 - -The GNU Enterprise team is proudly announcing - - GNUe Forms 0.5.7. - -GNUe Forms is a data-aware user-interface generator. In more specific -terms, Forms, using a clean XML-based definition, can display the same -functional user interface in various physical mediums, whether GUI, -HTML, console, or via a telephone-response system. Forms is designed -from the ground up to describe a functional, database-backed interface, -with no emphasis on particular widget sets. A form should be equally -usable in a console/text-based environment as it is in a GUI setting. - -Changes and new features in this release: - -* Much improved exception handling -* Improved curses user interface -* Parameter support in runForm -* Support for runReport -* Support for appserver:// style URL's -* Several bug fixes - -As usual, you can download the current release of GNUe Forms from -http://www.gnuenterprise.org/downloads/current.php Deleted: trunk/www/news/10145 =================================================================== --- trunk/www/news/10145 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10145 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,28 +0,0 @@ -Title: GNUe Application Server 0.1.90 released -Author: [email protected] -Date: 2004-09-17 - -The GNU Enterprise team is proudly announcing - - GNUe Application Server 0.1.90. - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - -Changes and new features in this release: - -* Support for gld's (GNUe Language Definition files) -* Support for dynamically generated forms -* Renamed gnue-gcd2sql to gnue-readgcd -* Restructured samples and initialization files -* Disabled authentication by default -* Use frontend language for messages instead of local language -* Much improved exception handling - -As usual, you can download the current release of GNUe Application -Server from http://www.gnuenterprise.org/downloads/current.php Deleted: trunk/www/news/10146 =================================================================== --- trunk/www/news/10146 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10146 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,31 +0,0 @@ -Title: GNUe Application Server 0.2.0 released -Author: [email protected] -Date: 2004-09-27 - -The GNU Enterprise team is proudly announcing - - GNUe Application Server 0.2.0. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* Support for gld's (GNUe Language Definition files) -* Support for dynamically generated forms -* Renamed gnue-gcd2sql to gnue-readgcd -* Restructured samples and initialization files -* Disabled authentication by default -* Use frontend language for messages instead of local language -* Much improved exception handling - - -As usual, you can download the current release of GNUe Application -Server from http://www.gnuenterprise.org/downloads/current.php Deleted: trunk/www/news/10147 =================================================================== --- trunk/www/news/10147 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10147 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,27 +0,0 @@ -Title: GNUe Common Library 0.5.9 released -Author: [email protected] -Date: 2004-10-11 - -The GNU Enterprise team is proudly announcing - - GNUe Common Library 0.5.9. - - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements -an RPC abstraction layer that will allow server processes to define -their public methods once and have them available to CORBA, XML-RPC, -SOAP, and DCOM clients. - - -Changes and new features in this release: - -* several bug fixes - - -You can download the current release of GNUe Common Library from -http://www.gnuenterprise.org/tools/common/0.5.9/ Deleted: trunk/www/news/10148 =================================================================== --- trunk/www/news/10148 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10148 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,30 +0,0 @@ -Title: GNUe Application Server 0.3.0 released -Author: [email protected] -Date: 2004-10-11 - -The GNU Enterprise team is proudly announcing - - GNUe Application Server 0.3.0. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* Filters defined at login time (for example for company and fiscal year) -* Support for indexes in GCD files -* Case-insensitive identifiers -* "session" object available in procedures -* Automatic fields for user and date of creation and last change -* Speed improvements - - -You can download the current release of GNUe Application Server from -http://www.gnuenterprise.org/tools/appserver/0.3.0/ Deleted: trunk/www/news/10149 =================================================================== --- trunk/www/news/10149 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10149 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,28 +0,0 @@ -Title: GNUe Application Server 0.3.1 released -Author: [email protected] -Date: 2004-10-21 - -The GNU Enterprise team is proudly announcing - - GNUe Application Server 0.3.1. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* Working OnInit-triggers -* Command line option for loglevel -* Add creation and modification date/user at the bottom of generated forms -* First few chapters of a developer's manual - - -You can download the current release of GNUe Application Server from -http://www.gnuenterprise.org/tools/appserver/0.3.1/ Deleted: trunk/www/news/10150 =================================================================== --- trunk/www/news/10150 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10150 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,30 +0,0 @@ -Title: GNUe Common Library 0.5.10 released -Author: [email protected] -Date: 2004-10-21 - -The GNU Enterprise team is proudly announcing - - GNUe Common Library 0.5.10. - - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements -an RPC abstraction layer that will allow server processes to define -their public methods once and have them available to CORBA, XML-RPC, -SOAP, and DCOM clients. - - -Changes and new features in this release: - -* Changed AppServer's dbdriver to make OnInit triggers functional -* Index introspection for PostgreSQL, MySQL, and Interbase -* Some minor bug fixes - - -You can download the current release of GNUe Common Library from -http://www.gnuenterprise.org/tools/common/0.5.10/ - Deleted: trunk/www/news/10151 =================================================================== --- trunk/www/news/10151 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10151 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,26 +0,0 @@ -Title: GNUe Forms 0.5.8 released -Author: [email protected] -Date: 2004-11-03 - -The GNU Enterprise team is proudly announcing - - GNUe Forms 0.5.8. - - -GNUe Forms is a data-aware user-interface generator. In more specific -terms, Forms, using a clean XML-based definition, can display the same -functional user interface in various physical mediums, whether GUI, -HTML, console, or via a telephone-response system. Forms is designed -from the ground up to describe a functional, database-backed interface, -with no emphasis on particular widget sets. A form should be equally -usable in a console/text-based environment as it is in a GUI setting. - - -Changes and new features in this release: - -* Support for dialog style main forms (needed for report parameter entry) -* Several bug fixes - - -You can download the current release of GNUe Forms from -http://www.gnuenterprise.org/tools/forms/0.5.8/ Deleted: trunk/www/news/10152 =================================================================== --- trunk/www/news/10152 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10152 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,27 +0,0 @@ -Title: GNUe Reports 0.1.6 released -Author: [email protected] -Date: 2004-11-03 - -The GNU Enterprise team is proudly announcing - - GNUe Reports 0.1.6. - - -GNUe Reports is a platform and output-independent reporting system. It -reads an XML-based report definition and generates arbitrary XML -output that can further be translated into any format for which there -is an adapter. GNUe Reports currently has outputs for Text, HTML, -Label Stock, and CSV -- with PDF, Postscript, and Gnumeric/Excel -formats in the works. Reports can output directly to a file, as an -email attachment, to a printer, or to a HylaFax server. - - -Changes and new features in this release: - -* New filter for character based reports -* Support for dynamic form that lets the user enter parameters and destination -* Several bug fixes - - -You can download the current release of GNUe Reports from -http://www.gnuenterprise.org/tools/reports/0.1.6/ Deleted: trunk/www/news/10153 =================================================================== --- trunk/www/news/10153 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10153 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,26 +0,0 @@ -Title: GNUe Navigator 0.0.8 released -Author: [email protected] -Date: 2004-11-03 - -The GNU Enterprise team is proudly announcing - - GNUe Navigator 0.0.8. - - -GNUe Navigator is a menuing system for GNUe Forms and Reports. -It presents a consistent menuing interface (in GUI or Text) based on -an XML "process definition." GNUe Navigator uses the GNUe Forms or -GNUe Reports clients to run the actual forms and reports, so these -corresponding tools must be installed. - - -Changes and new features in this release: - -* Support for forms parameters -* Improved gtk2 user interface -* Call reports with parameter entry form -* Several bugfixes - - -You can download the current release of GNUe Navigator from -http://www.gnuenterprise.org/tools/navigator/0.0.8/ Deleted: trunk/www/news/10154 =================================================================== --- trunk/www/news/10154 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10154 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,33 +0,0 @@ -Title: GNUe Application Server 0.3.2 released -Author: [email protected] -Date: 2004-11-05 - -The GNU Enterprise team is proudly announcing - - GNUe Application Server 0.3.2. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* Generated forms now sort by the first search property according to GLD -* Properties can be hidden in generated forms by giving pos="0" in GLD -* Label attribute for classes in GLD files -* Do not include filter properties in generated forms -* Generated forms now have grid style if the class has only few properties -* Procedures can use "if object:" as a synonym to "if object is not None:" -* Manual page for gnue-seupdb -* More chapters of the developer's guide -* Bug fix for master/detail forms - - -You can download the current release of GNUe Application Server from -http://www.gnuenterprise.org/tools/appserver/0.3.2/ Deleted: trunk/www/news/10155 =================================================================== --- trunk/www/news/10155 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10155 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,31 +0,0 @@ -Title: GNUe Common Library 0.5.11 released -Author: [email protected] -Date: 2004-11-27 - -The GNU Enterprise team is proudly announcing - - GNUe Common Library 0.5.11. - - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements -an RPC abstraction layer that will allow server processes to define -their public methods once and have them available to CORBA, XML-RPC, -SOAP, and DCOM clients. - - -Changes and new features in this release: - -* Index creation and introspection for SQLite -* changes to fix dropdowns in gnue-forms -* Completely working dbdriver for MaxDB (aka SAPDB) -* fixed some memory leaks -* several bug fixes - - -You can download the current release of GNUe Common Library from -http://www.gnuenterprise.org/tools/common/0.5.11/ Deleted: trunk/www/news/10156 =================================================================== --- trunk/www/news/10156 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10156 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,27 +0,0 @@ -Title: GNUe Application Server 0.3.3 released -Author: [email protected] -Date: 2004-11-27 - -The GNU Enterprise team is proudly announcing - - GNUe Application Server 0.3.3. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* OnValidate is now called before non-nullable fields are checked -* fixed some memory leaks -* several improvements for generated forms - - -You can download the current release of GNUe Application Server from -http://www.gnuenterprise.org/tools/appserver/0.3.3/ Deleted: trunk/www/news/10157 =================================================================== --- trunk/www/news/10157 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10157 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,28 +0,0 @@ -Title: GNUe Designer 0.5.5 released -Author: [email protected] -Date: 2004-11-27 - -The GNU Enterprise team is proudly announcing - - GNUe Designer 0.5.5. - - -GNUe Designer is the IDE for the GNUe tools. It allows you to -visually layout your forms in a RAD-style environment. Designer has -a builtin forms client, so you can quickly test your forms while -still in Designer. Designer also has support for form creation -wizards... answer a few questions, attach your form to one or more -database tables, select the fields to include, and, voila, a basic -form is created. Basic support for schema creation is also included. - - -Changes and new features in this release: - -* Mouse-over tooltips in property editor -* Reset focus order by position -* New icon -* Several bug fixes - - -You can download the current release of GNUe Designer from -http://www.gnuenterprise.org/tools/designer/0.5.5/ Deleted: trunk/www/news/10158 =================================================================== --- trunk/www/news/10158 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10158 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,29 +0,0 @@ -Title: GNUe Forms 0.5.9 released -Author: [email protected] -Date: 2004-11-27 - -The GNU Enterprise team is proudly announcing - - GNUe Forms 0.5.9. - - -GNUe Forms is a data-aware user-interface generator. In more specific -terms, Forms, using a clean XML-based definition, can display the same -functional user interface in various physical mediums, whether GUI, -HTML, console, or via a telephone-response system. Forms is designed -from the ground up to describe a functional, database-backed interface, -with no emphasis on particular widget sets. A form should be equally -usable in a console/text-based environment as it is in a GUI setting. - - -Changes and new features in this release: - -* Option to highlight current entry in gtk2 -* Properly working dropdowns -* Menu, toolbar and status bar for dialog style forms -* Fixed some memory leaks -* Several bug fixes - - -You can download the current release of GNUe Forms from -http://www.gnuenterprise.org/tools/forms/0.5.9/ Deleted: trunk/www/news/10159 =================================================================== --- trunk/www/news/10159 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10159 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,25 +0,0 @@ -Title: GNUe Reports 0.1.7 released -Author: [email protected] -Date: 2004-11-27 - -The GNU Enterprise team is proudly announcing - - GNUe Reports 0.1.7. - - -GNUe Reports is a platform and output-independent reporting system. It -reads an XML-based report definition and generates arbitrary XML -output that can further be translated into any format for which there -is an adapter. GNUe Reports currently has outputs for Text, HTML, -Label Stock, and CSV -- with PDF, Postscript, and Gnumeric/Excel -formats in the works. Reports can output directly to a file, as an -email attachment, to a printer, or to a HylaFax server. - - -Changes and new features in this release: - -* Added missing reports-filters.conf to tarball - - -You can download the current release of GNUe Reports from -http://www.gnuenterprise.org/tools/reports/0.1.7/ Deleted: trunk/www/news/10160 =================================================================== --- trunk/www/news/10160 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10160 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,33 +0,0 @@ -Title: GNUe Common Library 0.5.12 released -Author: [email protected] -Date: 2004-12-29 - -The GNU Enterprise team proudly announces - - GNUe Common Library 0.5.12. - - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements -an RPC abstraction layer that will allow server processes to define -their public methods once and have them available to CORBA, XML-RPC, -SOAP, and DCOM clients. - - -Changes and new features in this release: - -* Support for "escaped" typecast -* Default namespaces in parser -* gnue-schema now asks for confirmation before acting on a database -* gnue-schema now tries to execute db operations in the best order -* <upper> and <lower> operatations in conditions -* Fixes for making it work with Python 2.4 -* Several other bug fixes - - -You can download this release of GNUe Common Library from -http://www.gnuenterprise.org/tools/common/0.5.12/ Deleted: trunk/www/news/10161 =================================================================== --- trunk/www/news/10161 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10161 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,27 +0,0 @@ -Title: GNUe Application Server 0.3.4 released -Author: [email protected] -Date: 2004-12-29 - -The GNU Enterprise team proudly announces - - GNUe Application Server 0.3.4. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* Fixed indirect calculated fields -* Python language interface now works as a client to appserver -* More work on developer's guide - - -You can download this release of GNUe Application Server from -http://www.gnuenterprise.org/tools/appserver/0.3.4/ Deleted: trunk/www/news/10162 =================================================================== --- trunk/www/news/10162 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10162 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,27 +0,0 @@ -Title: GNUe Application Server 0.3.5 released -Author: [email protected] -Date: 2005-01-05 - -The GNU Enterprise team proudly announces - - GNUe Application Server 0.3.5. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* Bug fix for procedures called from other procedures -* Bug fixes for Python 2.1 and Python 2.2 -* Bug fix for accessing the last element of an object list - - -You can download this release of GNUe Application Server from -http://www.gnuenterprise.org/tools/appserver/0.3.5/ Deleted: trunk/www/news/10163 =================================================================== --- trunk/www/news/10163 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10163 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,32 +0,0 @@ -Title: GNUe Common Library 0.5.13 released -Author: [email protected] -Date: 2005-02-07 - -The GNU Enterprise team proudly announces - - GNUe Common Library 0.5.13. - - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements -an RPC abstraction layer that will allow server processes to define -their public methods once and have them available to CORBA, XML-RPC, -SOAP, and DCOM clients. - - -Changes and new features in this release: - -* fixes for Python 2.2 -* fixes for client encoding with Postgres -* fixes for XMLPRC with different encodings -* new <sortorder> tag for sorting of datasources -* new <exist> condition type (only implemented in appserver driver) -* better error handling for XML parser errors - - -You can download this release of GNUe Common Library from -http://www.gnuenterprise.org/tools/common/0.5.13/ Deleted: trunk/www/news/10164 =================================================================== --- trunk/www/news/10164 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10164 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,28 +0,0 @@ -Title: GNUe Forms 0.5.10 released -Author: [email protected] -Date: 2005-02-07 - -The GNU Enterprise team proudly announces - - GNUe Forms 0.5.10. - - -GNUe Forms is a data-aware user-interface generator. In more specific -terms, Forms, using a clean XML-based definition, can display the same -functional user interface in various physical mediums, whether GUI, -HTML, console, or via a telephone-response system. Forms is designed -from the ground up to describe a functional, database-backed interface, -with no emphasis on particular widget sets. A form should be equally -usable in a console/text-based environment as it is in a GUI setting. - - -Changes and new features in this release: - -* New function GFBlock.update() -* New function to run reports from forms -* Committs are now only done once per connection, not per block -* Several bug fixes - - -You can download this release of GNUe Forms from -http://www.gnuenterprise.org/tools/forms/0.5.10/ Deleted: trunk/www/news/10165 =================================================================== --- trunk/www/news/10165 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10165 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,32 +0,0 @@ -Title: GNUe Application Server 0.4.0 released -Author: [email protected] -Date: 2005-02-09 - -The GNU Enterprise team proudly announces - - GNUe Application Server 0.4.0. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* descending sort -* link indirect fields with outer joins (fixes queries with empty references) -* parameter to define whether NULL values should be sorted at start or end -* find() and request() now also find uncommitted new objects -* access to indirect fields is now possible even when the refernce is NULL -* condition to test if any detail with a given condition exists for a master -* fix for date and time fields for newer MySQL driver versions -* dynamic reloading of class definitions from running server - - -You can download this release of GNUe Application Server from -http://www.gnuenterprise.org/tools/appserver/0.4.0/ Deleted: trunk/www/news/10166 =================================================================== --- trunk/www/news/10166 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10166 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,34 +0,0 @@ -Title: GNUe Common Library 0.5.14 released -Author: [email protected] -Date: 2005-03-08 - -The GNU Enterprise team proudly announces - - GNUe Common Library 0.5.14. - - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements -an RPC abstraction layer that will allow server processes to define -their public methods once and have them available to CORBA, XML-RPC, -SOAP, and DCOM clients. - - -Changes and new features in this release: - -* New uuid generator libary -* New gEnter and gLeave debugging functions -* Support for several independent (non-hierarchical) debug levels -* Improved installation and configuration documentation -* New option --silent in GBaseApp -* New option --pidfile in GServerApp -* Automatically generated sample.gnue.conf -* Several bug fixes - - -You can download this release of GNUe Common Library from -http://www.gnuenterprise.org/tools/common/0.5.14/ Deleted: trunk/www/news/10167 =================================================================== --- trunk/www/news/10167 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10167 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,35 +0,0 @@ -Title: GNUe Application Server 0.4.1 released -Author: [email protected] -Date: 2005-03-08 - -The GNU Enterprise team proudly announces - - GNUe Application Server 0.4.1. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* Support for case insensitive sorting -* Support for not fully qualified property names throughout the language interface -* Use UUIDs for gnue_id generation -* Changed --database command line option to --connection -* New startup script for Windows using taskbar to shutdown gnue-appserver -* Unique and thread safe session and list ids -* Improved installation and configuration documentation -* Updated Developer's Guide -* Several bug fixes -* Several memory leak fixes -* Several performance improvements - - -You can download this release of GNUe Application Server from -http://www.gnuenterprise.org/tools/appserver/0.4.1/ Deleted: trunk/www/news/10168 =================================================================== --- trunk/www/news/10168 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10168 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,28 +0,0 @@ -Title: GNUe Forms 0.5.11 released -Author: [email protected] -Date: 2005-03-08 - -The GNU Enterprise team proudly announces - - GNUe Forms 0.5.11. - - -GNUe Forms is a data-aware user-interface generator. In more specific -terms, Forms, using a clean XML-based definition, can display the same -functional user interface in various physical mediums, whether GUI, -HTML, console, or via a telephone-response system. Forms is designed -from the ground up to describe a functional, database-backed interface, -with no emphasis on particular widget sets. A form should be equally -usable in a console/text-based environment as it is in a GUI setting. - - -Changes and new features in this release: - -* Fixed committing of default values -* Updated Developer's Guide -* Imprved installation and configuration documentation -* Several bug fixes - - -You can download this release of GNUe Forms from -http://www.gnuenterprise.org/tools/forms/0.5.11/ Deleted: trunk/www/news/10169 =================================================================== --- trunk/www/news/10169 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10169 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,29 +0,0 @@ -Title: GNUe Designer 0.5.6 released -Author: [email protected] -Date: 2005-03-26 - -The GNU Enterprise team proudly announces - - GNUe Designer 0.5.6. - - -GNUe Designer is the IDE for the GNUe tools. It allows you to -visually layout your forms in a RAD-style environment. Designer has -a builtin forms client, so you can quickly test your forms while -still in Designer. Designer also has support for form creation -wizards... answer a few questions, attach your form to one or more -database tables, select the fields to include, and, voila, a basic -form is created. Basic support for schema creation is also included. - - -Changes and new features in this release: - -* Improved wizard output -* Put wizard's name into generated file -* Updated config options -* Enable Run Form function (still buggy, but works) -* Connect to... works again - - -You can download this release of GNUe Designer from -http://www.gnuenterprise.org/tools/designer/0.5.6/ Deleted: trunk/www/news/10170 =================================================================== --- trunk/www/news/10170 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10170 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,29 +0,0 @@ -Title: GNUe Application Server 0.4.2 released -Author: [email protected] -Date: 2005-08-13 - -The GNU Enterprise team proudly announces - - GNUe Application Server 0.4.2. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* Adapted to gnue-common 0.6 -* Support for including procedure code from external files -* Fixes for fishhook commits -* Improved caching for large numbers of inserts -* Require Python 2.3 - - -You can download this release of GNUe Application Server from -http://www.gnuenterprise.org/tools/appserver/0.4.2/ Deleted: trunk/www/news/10171 =================================================================== --- trunk/www/news/10171 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10171 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,31 +0,0 @@ -Title: GNUe Common Library 0.6.0 released -Author: [email protected] -Date: 2005-08-13 - -The GNU Enterprise team proudly announces - - GNUe Common Library 0.6.0. - - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements -an RPC abstraction layer that will allow server processes to define -their public methods once and have them available to CORBA, XML-RPC, -SOAP, and DCOM clients. - - -Changes and new features in this release: - -* Complete overhaul of datasources library -* New dbdriver for SQLite 3.x -* Require Python 2.3 -* Added suppport for garbage collection debugging -* Added supporrt for module import debugging - - -You can download this release of GNUe Common Library from -http://www.gnuenterprise.org/tools/common/0.6.0/ Deleted: trunk/www/news/10172 =================================================================== --- trunk/www/news/10172 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10172 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,28 +0,0 @@ -Title: GNUe Designer 0.5.7 released -Author: [email protected] -Date: 2005-08-13 - -The GNU Enterprise team proudly announces - - GNUe Designer 0.5.7. - - -GNUe Designer is the IDE for the GNUe tools. It allows you to -visually layout your forms in a RAD-style environment. Designer has -a builtin forms client, so you can quickly test your forms while -still in Designer. Designer also has support for form creation -wizards... answer a few questions, attach your form to one or more -database tables, select the fields to include, and, voila, a basic -form is created. Basic support for schema creation is also included. - - -Changes and new features in this release: - -* Adapted to gnue-common 0.6 -* Require Python 2.3 -* Fixes for wxWidgets 2.6 -* Several other fixes - - -You can download this release of GNUe Designer from -http://www.gnuenterprise.org/tools/designer/0.5.7/ Deleted: trunk/www/news/10173 =================================================================== --- trunk/www/news/10173 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10173 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,28 +0,0 @@ -Title: GNUe Forms 0.5.12 released -Author: [email protected] -Date: 2005-08-13 - -The GNU Enterprise team proudly announces - - GNUe Forms 0.5.12. - - -GNUe Forms is a data-aware user-interface generator. In more specific -terms, Forms, using a clean XML-based definition, can display the same -functional user interface in various physical mediums, whether GUI, -HTML, console, or via a telephone-response system. Forms is designed -from the ground up to describe a functional, database-backed interface, -with no emphasis on particular widget sets. A form should be equally -usable in a console/text-based environment as it is in a GUI setting. - - -Changes and new features in this release: - -* Adapted to gnue-common 0.6 -* New versatile input dialog -* Require Python 2.3 -* Several bug fixes - - -You can download this release of GNUe Forms from -http://www.gnuenterprise.org/tools/forms/0.5.12/ Deleted: trunk/www/news/10174 =================================================================== --- trunk/www/news/10174 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10174 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,25 +0,0 @@ -Title: GNUe Navigator 0.0.9 released -Author: [email protected] -Date: 2005-08-13 - -The GNU Enterprise team proudly announces - - GNUe Navigator 0.0.9. - - -GNUe Navigator is a menuing system for GNUe Forms and Reports. -It presents a consistent menuing interface (in GUI or Text) based on -an XML "process definition." GNUe Navigator uses the GNUe Forms or -GNUe Reports clients to run the actual forms and reports, so these -corresponding tools must be installed. - - -Changes and new features in this release: - -* Adapted to gnue-common 0.6 -* Require Python 2.3 -* Several bug fixes - - -You can download this release of GNUe Navigator from -http://www.gnuenterprise.org/tools/navigator/0.0.9/ Deleted: trunk/www/news/10175 =================================================================== --- trunk/www/news/10175 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10175 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,28 +0,0 @@ -Title: GNUe Reports 0.1.8 released -Author: [email protected] -Date: 2005-08-13 - -The GNU Enterprise team proudly announces - - GNUe Reports 0.1.8. - - -GNUe Reports is a platform and output-independent reporting system. It -reads an XML-based report definition and generates arbitrary XML -output that can further be translated into any format for which there -is an adapter. GNUe Reports currently has outputs for Text, HTML, -Label Stock, and CSV -- with PDF, Postscript, and Gnumeric/Excel -formats in the works. Reports can output directly to a file, as an -email attachment, to a printer, or to a HylaFax server. - - -Changes and new features in this release: - -* Adapted to gnue-common 0.6 -* Removed unneeded pstats module -* Start of formula support -* Require Python 2.3 - - -You can download this release of GNUe Reports from -http://www.gnuenterprise.org/tools/reports/0.1.8/ Deleted: trunk/www/news/10176 =================================================================== --- trunk/www/news/10176 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10176 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,37 +0,0 @@ -Title: GNUe Common Library 0.6.1 released -Author: [email protected] -Date: 2005-09-28 - -The GNU Enterprise team proudly announces - - GNUe Common Library 0.6.1. - - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements an -RPC abstraction layer that will allow server processes to define their -public methods once and have them available XML-RPC and Pyro clients. - - -Changes and new features in this release: - -* [datasources] Undeleting records before post -* [datasources] New event onRecordInserted -* [datasources] Fixed requery if posting threw an exception -* [datasources] Fixed requery of details if no primary key is available -* [datasources] Fixed call of function on record -* [datasources] Fixed behavior for records that have been inserted and deleted -* [datasources] Show SQL statement in detail of SQL error messages -* [rpc] Complete overhaul -* [rpc] Use persistent session for XMLRPC -* [rpc] Object transport for XMLRPC -* turn off debug messages when compiled with -O -* several minor fixes and cleanup - - -You can download this release of GNUe Common Library from -http://www.gnuenterprise.org/tools/common/0.6.1/ Deleted: trunk/www/news/10177 =================================================================== --- trunk/www/news/10177 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10177 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,29 +0,0 @@ -Title: GNUe Application Server 0.4.3 released -Author: [email protected] -Date: 2005-09-28 - -The GNU Enterprise team proudly announces - - GNUe Application Server 0.4.3. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* Adapted to changes in gnue-common's rpc library in 0.6.1 (e.g. fork a child process per client-connection) -* Fixed conversions for time values -* Turn off debug messages when compiled with -O -* Cache the whole class repository, resulting in improved speed -* Do not keep an internal session open all the time - - -You can download this release of GNUe Application Server from -http://www.gnuenterprise.org/tools/appserver/0.4.3/ Deleted: trunk/www/news/10178 =================================================================== --- trunk/www/news/10178 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10178 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,37 +0,0 @@ -Title: GNUe Forms 0.5.13 released -Author: [email protected] -Date: 2005-09-28 - -The GNU Enterprise team proudly announces - - GNUe Forms 0.5.13. - - -GNUe Forms is a data-aware user-interface generator. In more specific -terms, Forms, using a clean XML-based definition, can display the same -functional user interface in various physical mediums, whether GUI, -HTML, console, or via a telephone-response system. Forms is designed -from the ground up to describe a functional, database-backed interface, -with no emphasis on particular widget sets. A form should be equally -usable in a console/text-based environment as it is in a GUI setting. - - -Changes and new features in this release: - -* Started cleanup of display handler code -* Undelete -* Field changes in ON-NEWRECORD trigger code don't make the record dirty -* New ON-RECORDLOADED trigger -* Turn off debug messages when compiled with -O -* Fixed call of backend functions -* Fixed behaviour after backend exceptions -* Fixed behaviour for records that were inserted and deleted again -* Fixed scrollbar -* [win32] Fixed button displaying as pressed in toolbar -* [win32] Fixed cursor positioning in multiline entry widgets -* [win32] Allow incremental search in dropdowns -* Several minor bug fixes - - -You can download this release of GNUe Forms from -http://www.gnuenterprise.org/tools/forms/0.5.13/ Deleted: trunk/www/news/10179 =================================================================== --- trunk/www/news/10179 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10179 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,40 +0,0 @@ -Title: GNUe Common Library 0.6.2 released -Author: [email protected] -Date: 2006-03-27 - -The GNU Enterprise team proudly announces - - GNUe Common Library 0.6.2. - - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements an -RPC abstraction layer that will allow server processes to define their -public methods once and have them available XML-RPC and Pyro clients. - - -Changes and new features in this release: - -* [datasources] Fixed requery in multy level master/detail relationships -* [datasources] Fixed requery for deletion of more than one detail record -* [datasources] Updated appserver driver for Appserver's new RPC interface -* [datasources] Don't mark a record set as dirty if a field is set to old value -* [datasources] Support for defining ownership of created databases -* [datasources] Fix for databases for which cursor's don't survive commits -* [definitions] Iterator for child tags -* [definitions] Check if a tag is allowed under its parent -* [definitions] Fixed some XML saving bugs -* [rpc] Clean up all objects on lost connection by calling _destroy() on them -* [utils] Fixed uuid generation for 64bit architectures and Mac OS. -* New splash screen image -* Code cleanup -* Documentation updates -* Several smaller bug fixes - - -You can download this release of GNUe Common Library from -http://www.gnuenterprise.org/tools/common/0.6.2/ Deleted: trunk/www/news/10180 =================================================================== --- trunk/www/news/10180 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10180 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,28 +0,0 @@ -Title: GNUe Forms 0.5.14 released -Author: [email protected] -Date: 2006-03-27 - -The GNU Enterprise team proudly announces - - GNUe Forms 0.5.14. - - -GNUe Forms is a data-aware user-interface generator. In more specific -terms, Forms, using a clean XML-based definition, can display the same -functional user interface in various physical mediums, whether GUI, -HTML, console, or via a telephone-response system. Forms is designed -from the ground up to describe a functional, database-backed interface, -with no emphasis on particular widget sets. A form should be equally -usable in a console/text-based environment as it is in a GUI setting. - - -Changes and new features in this release: - -* [wx26] New user interface driver -* Allow user defined keystroke handlers -* Fixed parameter handling -* Several minor bug fixes - - -You can download this release of GNUe Forms from -http://www.gnuenterprise.org/tools/forms/0.5.14/ Deleted: trunk/www/news/10181 =================================================================== --- trunk/www/news/10181 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10181 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,27 +0,0 @@ -Title: GNUe Application Server 0.5.0 released -Author: [email protected] -Date: 2006-03-27 - -The GNU Enterprise team proudly announces - - GNUe Application Server 0.5.0. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-defineable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* New (object oriented) RPC interface -* Use Python's datetime library instead of mx.DateTime -* Support to run as a service under windows - - -You can download this release of GNUe Application Server from -http://www.gnuenterprise.org/tools/appserver/0.5.0/ Deleted: trunk/www/news/10182 =================================================================== --- trunk/www/news/10182 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10182 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,39 +0,0 @@ -Title: Updates from GNU Bayonne -Author: [email protected] -Date: 2006-07-11 - -There have been many recent and interesting developments with GNU -Bayonne, some of which directly relate to the practical aspects of it's -use within GNU Enterprise. - -First, we have recently introduced Bayonne web services. This is a -lightweight XML service which allows other application servers (and end -user applications) to invoke Bayonne features and functions over HTTP. -There is an initial reference implementation of a Perl module to use -Bayonne web services in CPAN, and a partially completed Python module. - -The obvious use of such services would be to enable telephone related -operations in gnue. The most basic example that comes to my mind is -enabling pop-up dialing requests using contact information (phone -numbers, etc) that may be found in various forms. Other possibilities -could include scheduling automated calls, etc. - -Second, recent releases of GNU Bayonne2 have re-introduced XML form -parsing. This allows Bayonne to request a XML document from a web -server, and then offer documents using speech synthesis and telephone -keypad navigation. This suggests the possibility of Bayonne operating -as a GNUE telephone form "client", an idea once advocated within GNU -Enterprise. - -Third, we are introducing features over the next 6 months to support the -use of GNU Bayonne as a complete stand-alone office phone system. To -support this, GNU Bayonne 2 makes use of a feature known as service -bindings, and these can be used to integrate meta data for users, -extensions, etc, which could be managed from a GNUE hosted database and -forms clients as part of a complete integrated business solution. - -Each of these areas of development suggest new and interesting ways in -which GNU Bayonne can come closer to serving an originally intended role -as a communications server within GNU Enterprise framework as a whole. -Most news and up to date information about GNU Bayonne can be found on -the GNU Telephony wiki, found at http://wiki.gnutelephony.org. Deleted: trunk/www/news/10183 =================================================================== --- trunk/www/news/10183 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10183 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,38 +0,0 @@ -Title: GNUe Common Library 0.6.3 released -Author: [email protected] -Date: 2006-08-24 - -The GNU Enterprise team proudly announces - - GNUe Common Library 0.6.3. - - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements an -RPC abstraction layer that will allow server processes to define their -public methods once and have them available XML-RPC and Pyro clients. - - -Changes and new features in this release: - -* [definitions] Fixed indenting of generated DTDs -* [definitions] XML definitions are now translatable -* [definitions] Check attribute values if a set of valid values is defined -* [definitions] Some code cleanup -* [logic] Completely reworked trigger handling code to allow for <action>s -* [logic] Support for "self" parameter in triggers -* [rpc] New driver for the hessian protocol -* [utils] Fixed hardware dependent UUID generation for Mac OSX -* [utils] New tee structure handling library (not usable yet) -* Cleaned up unicode usage, all of gnue-common should now be unicode safe -* Work on format mask parser (not yet working) -* Some performance improvements -* Improved Fink configuration for new version of Fink - - -You can download this release of GNUe Common Library from -http://www.gnuenterprise.org/tools/common/0.6.3/ Deleted: trunk/www/news/10184 =================================================================== --- trunk/www/news/10184 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10184 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,30 +0,0 @@ -Title: GNUe Application Server 0.5.1 released -Author: [email protected] -Date: 2006-08-24 - -The GNU Enterprise team proudly announces - - GNUe Application Server 0.5.1. - - -The GNUe Application Server (AppServer) is the core of the n-tier -variant of the GNU Enterprise system. To the front end (be it GNUe -Forms, GNUe Reports or any other tool), it provides user-definable -business objects with arbitary fields and methods. While transforming -access to those fields and methods into database communication -and calling of scripts, it cares about stability, security, speed, -and consistency. - - -Changes and new features in this release: - -* Warning if old appserver runs with current client -* Cleaned up unicode usage, all of gnue-appserver should now be unicode safe -* Adapted to new gnue-common language adapter interface -* Massive performance improvements -* New hessian transport protocol -* Improved Fink configuration for new version of Fink - - -You can download this release of GNUe Application Server from -http://www.gnuenterprise.org/tools/appserver/0.5.1/ Deleted: trunk/www/news/10185 =================================================================== --- trunk/www/news/10185 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10185 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,33 +0,0 @@ -Title: GNUe Forms 0.5.15 released -Author: [email protected] -Date: 2006-08-24 - -The GNU Enterprise team proudly announces - - GNUe Forms 0.5.15. - - -GNUe Forms is a data-aware user-interface generator. In more specific -terms, Forms, using a clean XML-based definition, can display the same -functional user interface in various physical mediums, whether GUI, -HTML, console, or via a telephone-response system. Forms is designed -from the ground up to describe a functional, database-backed interface, -with no emphasis on particular widget sets. A form should be equally -usable in a console/text-based environment as it is in a GUI setting. - - -Changes and new features in this release: - -* [wx26] Added clipboard handling -* [wx26] Fixed hiding the splash screen when main form is a dialog -* [wx26] Fixed focus handling for dropdowns -* Fix for a bug that made GFField.resetForeignKey unusable -* Select the whole text when focus hits an entry -* Query for "False" values with checkboxes -* Query for empty values in dropdowns -* Case insensitive query -* Fixed traceback when moving the scrollbar while a button has the foucs - - -You can download this release of GNUe Forms from -http://www.gnuenterprise.org/tools/forms/0.5.15/ Deleted: trunk/www/news/10186 =================================================================== --- trunk/www/news/10186 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10186 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,30 +0,0 @@ -Title: GNUe Reports 0.1.9 released -Author: [email protected] -Date: 2006-08-24 - -The GNU Enterprise team proudly announces - - GNUe Reports 0.1.9. - - -GNUe Reports is a platform and output-independent reporting system. It -reads an XML-based report definition and generates arbitrary XML -output that can further be translated into any format for which there -is an adapter. GNUe Reports currently has outputs for Text, HTML, -Label Stock, and CSV -- with PDF, Postscript, and Gnumeric/Excel -formats in the works. Reports can output directly to a file, as an -email attachment, to a printer, or to a HylaFax server. - - -Changes and new features in this release: - -* Updated Dutch translation -* Turn off debug messages when compiled with -O -* Changes necessary for report support in gnue-designer -* Do not keep whitespace in Char layout labels -* Some fixes in grd definition -* Improved Fink configuration for new version of Fink - - -You can download this release of GNUe Reports from -http://www.gnuenterprise.org/tools/reports/0.1.9/ Deleted: trunk/www/news/10187 =================================================================== --- trunk/www/news/10187 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10187 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,26 +0,0 @@ -Title: GNUe Common Library 0.6.4 released -Author: [email protected] -Date: 2006-09-12 - -The GNU Enterprise team proudly announces - - GNUe Common Library 0.6.4. - - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements an -RPC abstraction layer that will allow server processes to define their -public methods once and have them available XML-RPC and Pyro clients. - - -Changes and new features in this release: - -* [datasources] fixed XML structure definition for condition trees - - -You can download this release of GNUe Common Library from -http://www.gnuenterprise.org/tools/common/0.6.4/ Deleted: trunk/www/news/10188 =================================================================== --- trunk/www/news/10188 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10188 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,27 +0,0 @@ -Title: GNUe Forms 0.5.16 released -Author: [email protected] -Date: 2006-09-12 - -The GNU Enterprise team proudly announces - - GNUe Forms 0.5.16. - - -GNUe Forms is a data-aware user-interface generator. In more specific -terms, Forms, using a clean XML-based definition, can display the same -functional user interface in various physical mediums, whether GUI, -HTML, console, or via a telephone-response system. Forms is designed -from the ground up to describe a functional, database-backed interface, -with no emphasis on particular widget sets. A form should be equally -usable in a console/text-based environment as it is in a GUI setting. - - -Changes and new features in this release: - -* [wx26] Block mouse wheel event in dropdowns under MSW -* Call POST-CHANGE trigger immediately on checkbox clicks -* Fixed looking up of non-string foreign keys - - -You can download this release of GNUe Forms from -http://www.gnuenterprise.org/tools/forms/0.5.16/ Deleted: trunk/www/news/10189 =================================================================== --- trunk/www/news/10189 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/news/10189 2009-10-18 17:51:05 UTC (rev 9985) @@ -1,38 +0,0 @@ -Title: GNUe Common Library 0.6.5 released -Author: [email protected] -Date: 2006-11-09 - -The GNU Enterprise team proudly announces - - GNUe Common Library 0.6.5. - - -This is an updated stable version and contains only bug -fixes and/or translation updates. - - -GNUe Common Library is the basis for the GNUe tools, such as -Forms, Reports, Application Server, and Designer. It implements -a database-abstraction layer that provides support for most major -databases. A builtin XML-to-Object parser and Object-to-XML marshaller -are used by Forms, Reports, and Designer to save and read Forms/Report -definitions to and from an XML file. It also defines and implements an -RPC abstraction layer that will allow server processes to define their -public methods once and have them available XML-RPC and Pyro clients. - - -Changes and new features since the last stable version: - -* [apps] Append debug files instead of overwriting them (issue120) -* [apps] Changed timestamps in debug files to absolute time (issue121) -* [datasources] New driver for psycopg2 (issue124) -* [datasources] Don't use OID in postgres any more -* [definitions] some parser changes needed for upcoming designer release -* Windows support for setup-cvs.py -* New release numbering scheme for unstable releases -* Some code cleanup -* Several smaller bug fixes - - -You can download this release of GNUe Common Library from -http://www.gnuenterprise.org/tools/common/0.6.5/ Copied: trunk/www/news/historic/10134 (from rev 9977, trunk/www/news/10134) =================================================================== --- trunk/www/news/historic/10134 (rev 0) +++ trunk/www/news/historic/10134 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,162 @@ +Title: New release of tools (0.5.0 series) +Author: [email protected] +Date: 2003-05-30 + +The GNU Enterprise team is proud to announce a new release of +it's enterprise application development suite. This major +release includes: + + * GNUe Forms 0.5.0 + * GNUe Reports 0.1.1 + * GNUe Designer 0.5.0 + * GNUe Navigator 0.0.4 + * GNUe AppServer 0.0.3 + * GNUe Common 0.5.0 + +GNUe-Forms is a platform and UI-independent forms system. It +reads an XML-based forms definition and creates GUIs for Win32, +GTK, and, soon, Curses (text), QT 3.0, and HTML. It has a fully +data-aware widget set and can be used in both 2-tier and n-tier +environments. + + +GNUe-Reports is a platform and output-independent reporting +system. It reads an XML-based report definition and generates +arbitrary XML output that can further be translated into any +format for which there is an adapter. GNUe Reports currently +has outputs for Text, HTML, and CSV -- with PDF, Postscript, +and Gnumeric/Excel formats in the works. Reports can output +directly to a file, as an email attachment, to a printer, or +to a HylaFax server. This version introduces native "Label" +support. + + +GNUe-Designer is the IDE for the GNUe tools. It allows you to +visually layout your forms in a RAD-style environment. Designer +has a builtin forms client, so you can quickly test your forms +while still in Designer. Designer also has support for form +creation wizards... answer a few questions, attach your form +to one or more database tables, select the fields to include, +and, voila, a basic form is created. Basic support for schema +creation is also included. + + +GNUe Application Server is the data and business rules server +for the GNU Enterprise project. It will provide an object- +oriented backend to forms and reports. In an n-tier environment, +GEAS holds all business rules/logic and provides object-to- +relational access to various database backends. This release +is primarily a proof-of-concept release that illustrates the +use of GNUe-Common's database backends, triggers, and RPC +abstraction tools. + + +GNUe Navigator is a menuing system for GNUe Forms and Reports. It +presents a consistent menuing interface (in GUI or Text) based on +an XML "process definition." GNUe Navigator uses the GNUe Forms or +GNUe Reports clients to run the actual forms and reports, so these +corresponding tools must be installed. + + +GNUe-Common is the basis for the GNUe tools, such as Forms, +Reports, Application Server, and Designer. It implements a +database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML +marshaller are used by Forms, Reports, and Designer to save +and read Forms/Report definitions to and from an XML file. +It also defines and implements an RPC abstraction layer that +will allow server processes to define their public methods once +and have them available to CORBA, XML-RPC, SOAP, and DCOM +clients. + + +All of these releases are targeted at developers. The five +products are available in source form from our website at + + http://www.gnuenterprise.org/downloads/current.php/ + +We also have an all-in-one Windows installer for the GNUe +tools that include all the basic dependencies -- you only have to +download a single setup.exe! The Installers include support for +PostgreSQL, MySQL, and ODBC. These installers are available at +the same location referenced above. + + +Debian packages for "unstable" have also been created. Expect them +to appear in the apt repository in the weeks to come. We are looking +for packagers for other platforms. + + +The tools have been tested and are known to run on: + + * GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, Slackware 8.x, Gentoo) + * Windows 95/98/2000/ME/XP/NT + * MacOS X (via the available X interface) + * Solaris 8/9 + * FreeBSD 4.x/5.x + + +The tools require [Python 2.0] or better to run (Python 2.1+ recommended.) + +Changes to GNUe-Forms 0.5.0: + +- Separated logic from layout in the Forms Definition file. +- Introduced a <logic> section containing <block>s and <field>s. +- Simplified the <entry> tag (layout) and tied it to a <field> + tag (logic) +- Separated layout management from the main XML specification + and implemented with namespaces. +- Introduced dialog support +- Startup errors are now displayed in a popup dialog instead + of dumped to the console +- Introduced basic data-bound image support (requires Python + Imaging Library) +- State-based (disabled/enabled) toolbar icons and menus +- Expanded and clarified the various triggers (some were + renamed to be consistent, others were newly added) +- Started on native QT3 and Win32-based drivers +- Wrote a converter script for old-style GFD files + +Changes to GNUe-Designer 0.5.0: + +- First introduction of dockable toolbars (the Preferences + dialog isn't functional yet) +- Start of a grid-based schema editor +- Migrated to the new Forms Definition format +- Fully functional Event Mapping inspector +- Reimplementation of the trigger code editor +- Significant cleanup of internal abstraction/modularization + +Changes to GNUe-Common 0.5.0: + +- Start of a new schema scripter interface +- Internal restructuring +- API improvements +- Misc bug fixes + +Changes to GNUe-Reports 0.1.1: + +- Updates to use common 0.5.x +- Start of a standardized general-purpose report markup +- Various bugfixes + +Changes to GNUe Navigator 0.0.4: + +- Updates to reflect GNUe Common 0.5.0's API +- Miscellaneous bug fixes + +Changes to GNUe AppServer 0.0.3: + +- New API for RPC communication +- Python Language interface +- Start of a Class Repository +- Updates to reflect GNUe Common 0.5.0's API +- Miscellaneous bug fixes + +In other news, work on GNUe Integrator is under way in CVS. Also, work +on a new subproject, GNUe Small Business, is progressing rapidly. This +is a set of business applications (inventory, financials, etc) targeted +at Small Businesses (commonly called SME's -- Small to Medium +Enterprises.) We are actively looking for volunteers to assist in this +subproject. + Copied: trunk/www/news/historic/10135 (from rev 9977, trunk/www/news/10135) =================================================================== --- trunk/www/news/historic/10135 (rev 0) +++ trunk/www/news/historic/10135 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,140 @@ +Title: New Releases of GNUe Tools (0.5.1) +Author: [email protected] +Date: 2003-08-10 + +The GNU Enterprise team is proud to announce a new release of +it's enterprise application development suite. This release +includes: + + * GNUe Forms 0.5.1 + * GNUe Reports 0.1.2 + * GNUe Designer 0.5.1 + * GNUe Navigator 0.0.5 + * GNUe Common 0.5.1 + +GNUe-Forms is a platform and UI-independent forms system. It +reads an XML-based forms definition and creates GUIs for Win32, +GTK 2, and, soon, Curses (text), QT 3.0, and HTML. It has a fully +data-aware widget set and can be used in both 2-tier and n-tier +environments. + +GNUe-Reports is a platform and output-independent reporting +system. It reads an XML-based report definition and generates +arbitrary XML output that can further be translated into any +format for which there is an adapter. GNUe Reports currently +has outputs for Text, HTML, and CSV -- with PDF, Postscript, +and Gnumeric/Excel formats in the works. Reports can output +directly to a file, as an email attachment, to a printer, or +to a HylaFax server. This version introduces native "Label" +support. + +GNUe-Designer is the IDE for the GNUe tools. It allows you to +visually layout your forms in a RAD-style environment. Designer +has a builtin forms client, so you can quickly test your forms +while still in Designer. Designer also has support for form +creation wizards... answer a few questions, attach your form +to one or more database tables, select the fields to include, +and, voila, a basic form is created. Basic support for schema +creation is also included. + +GNUe Navigator is a menuing system for GNUe Forms and Reports. +It presents a consistent menuing interface (in GUI or Text) +based on an XML "process definition." GNUe Navigator uses the +GNUe Forms or GNUe Reports clients to run the actual forms and +reports, so these corresponding tools must be installed. + + + +GNUe-Common is the basis for the GNUe tools, such as Forms, +Reports, Application Server, and Designer. It implements a +database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML +marshaller are used by Forms, Reports, and Designer to save +and read Forms/Report definitions to and from an XML file. +It also defines and implements an RPC abstraction layer that +will allow server processes to define their public methods once +and have them available to CORBA, XML-RPC, SOAP, and DCOM +clients. + + + +All of these releases are targeted at developers. The five +products are available in source form from our website at: + + http://www.gnuenterprise.org/downloads/current.php + + +Soon, we will update our all-in-one Windows installer for the +GNUe tools that include all the basic dependencies -- you only +have to download a single setup.exe! The Installers include +support for PostgreSQL, MySQL, and ODBC. These installers will +be available at the same location referenced above. We will +send out another announcement when this installer is ready. + + +Debian packages for "unstable" will also been created. We will +send out another announcement when they are ready. We are +looking for packagers for other platforms. + + + +The tools have been tested and are known to run on: + + * GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, + Slackware 8.x, Gentoo) + * Windows 95/98/2000/ME/XP/NT + * MacOS X (via the available X interface) + * Solaris 8/9 + * FreeBSD 4.x/5.x + + +The tools require Python 2.0 or better to run (Python 2.2+ +recommended.) GNUe Designer requires wxPython 2.4 or better +to run. + +Changes to GNUe-Forms 0.5.1: + +- Native Win32 User Interface +- Improved Windows Packaging +- Support for embedable components (bonobo, ole) +- Print screen support +- Misc Enhancements / Bug Fixes + +Changes to GNUe-Designer 0.5.1: + +- Major Enhancements Release +- Undo support +- Schema Navigator w/ Drag and Drop UI creation +- Wizard additions and enhancements +- Internal restructuring +- Numerous Bug Fixes + +Changes to GNUe-Common 0.5.1: + +- additional schema generators (mysql, firebird) +- More Internal restructuring +- API improvements +- descriptive trigger system error reports +- Event system enhancements (dispatchAfter, cache) +- numeric converters (roman and digits to text) +- Misc bug fixes + +Changes to GNUe-Reports 0.1.2: + +- Postscripts output enhancements +- Enhanced win32 support +- Various bugfixes + +Changes to GNUe Navigator 0.0.5: + +- Reports support fixed +- Improved windows support + + +In other news, work on our subproject, GNUe Small Business, +is still underway. This is a set of business applications +(inventory, financials, etc) targeted at Small Businesses. +We are now working with the ARIA project to integrate our +two efforts. We are actively looking for volunteers to +assist in this subproject. + Copied: trunk/www/news/historic/10136 (from rev 9977, trunk/www/news/10136) =================================================================== --- trunk/www/news/historic/10136 (rev 0) +++ trunk/www/news/historic/10136 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,130 @@ +Title: New Releases of GNUe Tools (0.5.2) +Author: [email protected] +Date: 2003-10-22 + +The GNU Enterprise team is proud to announce a new release of it's enterprise +application development suite. This release includes: + +* GNUe Forms 0.5.2 +* GNUe Reports 0.1.3 +* GNUe Designer 0.5.2 +* GNUe Navigator 0.0.6 +* GNUe AppServer 0.0.5 +* GNUe Common 0.5.2 + + +GNUe-Forms is a platform and UI-independent forms system. It reads an XML-based +forms definition and creates GUIs for Win32, GTK 2, and, soon, Curses (text), QT +3.0, and HTML. It has a fully data-aware widget set and can be used in both +2-tier and n-tier environments. + + +GNUe-Reports is a platform and output-independent reporting system. It reads an +XML-based report definition and generates arbitrary XML output that can further +be translated into any format for which there is an adapter. GNUe Reports +currently has outputs for Text, HTML, and CSV -- with PDF, Postscript, and +Gnumeric/Excel formats in the works. Reports can output directly to a file, as +an email attachment, to a printer, or to a HylaFax server. This version +introduces native "Label" support. + + +GNUe-Designer is the IDE for the GNUe tools. It allows you to visually layout +your forms in a RAD-style environment. Designer has a builtin forms client, so +you can quickly test your forms while still in Designer. Designer also has +support for form creation wizards... answer a few questions, attach your form to +one or more database tables, select the fields to include, and, voila, a basic +form is created. Basic support for schema creation is also included. + + +GNUe Navigator is a menuing system for GNUe Forms and Reports. It presents a +consistent menuing interface (in GUI or Text) based on an XML "process +definition." GNUe Navigator uses the GNUe Forms or GNUe Reports clients to run +the actual forms and reports, so these corresponding tools must be installed. + + +GNUe AppServer is the core of the n-tier variant of the GNU Enterprise system. +To the front end (be it GNUe Forms, GNUe Reports or any other tool), it provides +user-defineable business objects with arbitary fields and methods. While +transforming access to those fields and methods into database communication and +calling of scripts, it cares about stability, security, speed, and consistency. + + +GNUe-Common is the basis for the GNUe tools, such as Forms, Reports, Application +Server, and Designer. It implements a database-abstraction layer that provides +support for most major databases. A builtin XML-to-Object parser and +Object-to-XML marshaller are used by Forms, Reports, and Designer to save and +read Forms/Report definitions to and from an XML file. It also defines and +implements an RPC abstraction layer that will allow server processes to define +their public methods once and have them available to CORBA, XML-RPC, SOAP, and +DCOM clients. + + +All of these releases are targeted at developers. The six products are available +in source form from our website at + + + http://www.gnuenterprise.org/downloads/current.php + + +We have also updated our all-in-one Windows installer for the GNUe tools that +include all the basic dependencies -- you only have to download a single +setup.exe! The Installers include support for PostgreSQL, MySQL, and ODBC. These +installers are available at the same location referenced above. + + +Debian packages for "unstable" have also been created. They are already part of +the official Debian distribution. + + +The tools have been tested and are known to run on: + +- GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, Slackware 8.x, Gentoo) +- Windows 95/98/2000/ME/XP/NT +- MacOS X (via the available X interface) +- Solaris 8/9 +- FreeBSD 4.x/5.x + +The tools require Python 2.0 or better to run (Python 2.2+ recommended.) GNUe +Designer requires wxPython 2.4 or better to run. + +Changes to GNUe-Forms 0.5.2: + +* Switched to gnue-common enhanced setup +* Scrollbar Widget +* Misc Enhancements / Bug Fixes + +Changes to GNUe-Designer 0.5.2: + +* Switched to gnue-common enhanced setup system +* Internal restructuring +* Numerous Bug Fixes + +Changes to GNUe-Reports 0.1.3: + +* Switched to gnue-common enhanced setup system +* Various bugfixes + +Changes to GNUe-Navigator 0.0.6: + +* Switched to gnue-common enhanced setup system +* Minor bug fixes + +Changes to GNUe-AppServer 0.0.5: + +* Switched to gnue-common enhanced setup system +* Using unicode/utf-8 as internal encoding +* Add a ECMAscript-based forms client (webfrontend) +* Add support for date, time and boolean types +* Improved data type checking and introspection +* Extended and improved samples and base data +* Better support for common/rpc changes (pyro support) +* Add function to export class definitions into a .gsd file (not user visible + yet) +* Miscellaneous bug fixes + +Changes to GNUe-Common 0.5.2: +* New enhanced setup system +* MS ADO dbdriver (with introspection) +* Enhanced RPC drivers, PYRO rpv driver added +* Unicode support +* Misc bug fixes Copied: trunk/www/news/historic/10137 (from rev 9977, trunk/www/news/10137) =================================================================== --- trunk/www/news/historic/10137 (rev 0) +++ trunk/www/news/historic/10137 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,108 @@ +Title: New Releases of GNUe Tools (0.5.3) +Author: [email protected] +Date: 2004-03-05 + +The GNU Enterprise team is proud to announce a new release of it's enterprise +application development suite. This release includes: + +* GNUe Forms 0.5.3 +* GNUe Reports 0.1.4 +* GNUe Designer 0.5.3 +* GNUe AppServer 0.0.6 +* GNUe Common 0.5.3 + + +GNUe-Forms is a platform and UI-independent forms system. It reads an XML-based +forms definition and creates GUIs for Win32, GTK 2, and, soon, Curses (text), QT +3.0, and HTML. It has a fully data-aware widget set and can be used in both +2-tier and n-tier environments. + + +GNUe-Reports is a platform and output-independent reporting system. It reads an +XML-based report definition and generates arbitrary XML output that can further +be translated into any format for which there is an adapter. GNUe Reports +currently has outputs for Text, HTML, and CSV -- with PDF, Postscript, and +Gnumeric/Excel formats in the works. Reports can output directly to a file, as +an email attachment, to a printer, or to a HylaFax server. This version +introduces native "Label" support. + + +GNUe-Designer is the IDE for the GNUe tools. It allows you to visually layout +your forms in a RAD-style environment. Designer has a builtin forms client, so +you can quickly test your forms while still in Designer. Designer also has +support for form creation wizards... answer a few questions, attach your form to +one or more database tables, select the fields to include, and, voila, a basic +form is created. Basic support for schema creation is also included. + + +GNUe AppServer is the core of the n-tier variant of the GNU Enterprise system. +To the front end (be it GNUe Forms, GNUe Reports or any other tool), it provides +user-defineable business objects with arbitary fields and methods. While +transforming access to those fields and methods into database communication and +calling of scripts, it cares about stability, security, speed, and consistency. + + +GNUe-Common is the basis for the GNUe tools, such as Forms, Reports, Application +Server, and Designer. It implements a database-abstraction layer that provides +support for most major databases. A builtin XML-to-Object parser and +Object-to-XML marshaller are used by Forms, Reports, and Designer to save and +read Forms/Report definitions to and from an XML file. It also defines and +implements an RPC abstraction layer that will allow server processes to define +their public methods once and have them available to CORBA, XML-RPC, SOAP, and +DCOM clients. + + +All of these releases are targeted at developers. The products are available in +source form from our website at + + + http://www.gnuenterprise.org/downloads/current.php + + +Debian packages for "unstable" have also been created. They are already part of +the official Debian distribution. + + +The tools have been tested and are known to run on: + +- GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, Slackware 8.x, Gentoo) +- Windows 95/98/2000/ME/XP/NT +- MacOS X (via the available X interface) +- Solaris 8/9 +- FreeBSD 4.x/5.x + +The tools require Python 2.0 or better to run (Python 2.2+ recommended.) GNUe +Designer requires wxPython 2.4 or better to run. + +New features in GNUe-AppServer 0.0.6: + +* Support for server-side procedures +* Much improved Python language interface +* Server-side data cache +* New program gnue-gsdgen to create .gsd files from the class repository +* More sample forms +* Miscellaneous bug fixes + +New features in GNUe-Common 0.5.3: + +* New database driver for cvs files (read only) +* Improved code (trigger/procedures) interface +* Restructured datasource interface +* Much improved gnue-schema program +* New gnue-import program to merge data from .gsd files into a running database +* Misc bug fixes + +New features in GNUe-Designer 0.5.3: + +* Support for gnue-common's new datasources API +* Misc Enhancements / Bug Fixes + +New features in GNUe-Forms 0.5.3: + +* Support for gnue-common's new datasources API +* Misc Enhancements / Bug Fixes + +New features in GNUe-Reports 0.1.4: + +* Support for gnue-common's new datasources API +* Misc Enhancements / Bug Fixes Copied: trunk/www/news/historic/10138 (from rev 9977, trunk/www/news/10138) =================================================================== --- trunk/www/news/historic/10138 (rev 0) +++ trunk/www/news/historic/10138 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,144 @@ +Title: New Releases of GNUe Tools +Author: [email protected] +Date: 2004-04-12 + +The GNU Enterprise team is proud to announce a new release of it's enterprise +application development suite. This release includes: + +* GNUe Forms 0.5.4 +* GNUe Reports 0.1.5 +* GNUe Designer 0.5.4 +* GNUe AppServer 0.0.7 +* GNUe Navigator 0.0.7 +* GNUe Common 0.5.4 + + +GNUe-Forms is a platform and UI-independent forms system. It reads an XML-based +forms definition and creates GUIs for Win32, GTK 2, and, soon, Curses (text), QT +3.0, and HTML. It has a fully data-aware widget set and can be used in both +2-tier and n-tier environments. + + +GNUe-Reports is a platform and output-independent reporting system. It reads an +XML-based report definition and generates arbitrary XML output that can further +be translated into any format for which there is an adapter. GNUe Reports +currently has outputs for Text, HTML, and CSV -- with PDF, Postscript, and +Gnumeric/Excel formats in the works. Reports can output directly to a file, as +an email attachment, to a printer, or to a HylaFax server. This version +introduces native "Label" support. + + +GNUe-Designer is the IDE for the GNUe tools. It allows you to visually layout +your forms in a RAD-style environment. Designer has a builtin forms client, so +you can quickly test your forms while still in Designer. Designer also has +support for form creation wizards... answer a few questions, attach your form to +one or more database tables, select the fields to include, and, voila, a basic +form is created. Basic support for schema creation is also included. + + +GNUe AppServer is the core of the n-tier variant of the GNU Enterprise system. +To the front end (be it GNUe Forms, GNUe Reports or any other tool), it provides +user-defineable business objects with arbitary fields and methods. While +transforming access to those fields and methods into database communication and +calling of scripts, it cares about stability, security, speed, and consistency. + + +GNUe Navigator is a menuing system for GNUe Forms and Reports. It presents a +consistent menuing interface (in GUI or Text) based on an XML "process +definition." GNUe Navigator uses the GNUe Forms or GNUe Reports clients to +run the actual forms and reports, so these corresponding tools must be installed. + + +GNUe-Common is the basis for the GNUe tools, such as Forms, Reports, Application +Server, and Designer. It implements a database-abstraction layer that provides +support for most major databases. A builtin XML-to-Object parser and +Object-to-XML marshaller are used by Forms, Reports, and Designer to save and +read Forms/Report definitions to and from an XML file. It also defines and +implements an RPC abstraction layer that will allow server processes to define +their public methods once and have them available to CORBA, XML-RPC, SOAP, and +DCOM clients. + + +All of these releases are targeted at developers. The products are available in +source form from our website at + + + http://www.gnuenterprise.org/downloads/current.php + + +Debian packages for "unstable" have also been created. They are already part of +the official Debian distribution. + + +The tools have been tested and are known to run on: + +- GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, Slackware 8.x, Gentoo) +- Windows 95/98/2000/ME/XP/NT +- MacOS X (via the available X interface) +- Solaris 8/9 +- FreeBSD 4.x/5.x + +The tools require Python 2.0 or better to run (Python 2.2+ recommended.) GNUe +Designer requires wxPython 2.4 or better to run. + +New features in GNUe-Appserver 0.0.7: + +* Database generation script for firebird/interbase +* Complete Unicode awareness +* New system property gnue_property.gnue_nullable +* New option --database for gnue-gsdgen +* Support for parameters and return values in procedures +* Own translation files, separated from common +* Updated translations +* Lots of code cleanup +* Lots of bug fixes + + +New features in GNUe-Common 0.5.4: + +* Fixed MySQL driver +* Improved client-side handling of server-side exceptions in RPC library +* Fixed master/detail inserts in AppServer driver +* Parameters and return values for triggers/procedures +* Table extension support in gnue-schema +* New flexible plugin loader +* Fixed Date and Datetime masks +* Separate translation files for each tool +* Added and updated translations +* Lots of code cleanup +* Lots of bug fixes + + +New features in GNUe-Designer 0.5.4: + +* Fixed invalid loading of wizards that aren't available +* Separate translation files for each tool +* Added and updated translations +* Lots of code cleanup +* Lots of bug fixes + + +New features in GNUe-Forms 0.5.4: + +* Separate translation files for each tool +* Added and updated translations +* Misc feature enhancements +* Misc bug fixes + + +New features in GNUe-Reports 0.1.5: + +* Made width optional on the tabulator's column heading +* Improved Unicode awareness +* Separate translation files for each tool +* Updated translations +* Minor bug fixes + + +New features in GNUe-Navigator 0.0.7: + +* Added embeddable form support +* Improved Unicode awareness +* Separate translation files for each tool +* Updated translations +* Minor bug fixes Copied: trunk/www/news/historic/10139 (from rev 9977, trunk/www/news/10139) =================================================================== --- trunk/www/news/historic/10139 (rev 0) +++ trunk/www/news/historic/10139 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,86 @@ +Title: New Releases of GNUe Tools +Author: [email protected] +Date: 2004-06-15 + +The GNU Enterprise team is proud to announce a new release of it's enterprise +application development suite. This release includes: + +* GNUe AppServer 0.0.8 +* GNUe Forms 0.5.5 +* GNUe Common 0.5.5 + + +GNUe AppServer is the core of the n-tier variant of the GNU Enterprise system. +To the front end (be it GNUe Forms, GNUe Reports or any other tool), it provides +user-defineable business objects with arbitary fields and methods. While +transforming access to those fields and methods into database communication and +calling of scripts, it cares about stability, security, speed, and consistency. + + +GNUe-Forms is a platform and UI-independent forms system. It reads an XML-based +forms definition and creates GUIs for Win32, GTK 2, and, soon, Curses (text), QT +3.0, and HTML. It has a fully data-aware widget set and can be used in both +2-tier and n-tier environments. + + +GNUe-Common is the basis for the GNUe tools, such as Forms, Reports, Application +Server, and Designer. It implements a database-abstraction layer that provides +support for most major databases. A builtin XML-to-Object parser and +Object-to-XML marshaller are used by Forms, Reports, and Designer to save and +read Forms/Report definitions to and from an XML file. It also defines and +implements an RPC abstraction layer that will allow server processes to define +their public methods once and have them available to CORBA, XML-RPC, SOAP, and +DCOM clients. + + +All of these releases are targeted at developers. The products are available in +source form from our website at + + + http://www.gnuenterprise.org/downloads/current.php + + +Debian packages for "unstable" will been created and incorporated into the +official distribution. + + +The tools have been tested and are known to run on: + +- GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, Slackware 8.x, Gentoo) +- Windows 95/98/2000/ME/XP/NT +- MacOS X (via the available X interface) +- Solaris 8/9 +- FreeBSD 4.x/5.x + +The tools require Python 2.0 or better to run (Python 2.3+ recommended.) + + +New features/changes in GNUe-AppServer 0.0.8: + +* Indirect properties +* Calculated properties +* Triggers (procedures that are fired automatically upon certain events) +* Defined return values for procedures +* Reference fields are now checked for integrity +* All operations are now atomic +* Inserts and deletes are now passed to the database in the correct order +* Much improved exception handling +* Parser for newly created GCD (GNUe Class Definition) files + + +New features/changes in GNUe-Forms 0.5.5: + +* Possibility to set the title of the form +* Support for auto-fitting images in the <image> tag +* Listbox widget +* Tree widget +* Many new properties in trigger namespace +* Updated documentation + + +New features/changes in GNUe-Common 0.5.5: + +* Changed AppServer's dbdriver to match AppServer's new features +* Fixed prefix format for conditions +* Fixed RPM generation with setup system +* Lots of other bug fixes Copied: trunk/www/news/historic/10140 (from rev 9977, trunk/www/news/10140) =================================================================== --- trunk/www/news/historic/10140 (rev 0) +++ trunk/www/news/historic/10140 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,64 @@ +Title: New Releases of GNUe Tools +Author: [email protected] +Date: 2004-07-23 + +The GNU Enterprise team is proud to announce a new release of it's +enterprise application development suite. This release includes: + +* GNUe AppServer 0.0.9 +* GNUe Common 0.5.6 + + +GNUe AppServer is the core of the n-tier variant of the GNU Enterprise +system. To the front end (be it GNUe Forms, GNUe Reports or any other +tool), it provides user-defineable business objects with arbitary +fields and methods. While transforming access to those fields and +methods into database communication and calling of scripts, it cares +about stability, security, speed, and consistency. + + +GNUe-Common is the basis for the GNUe tools, such as Forms, Reports, +Application Server, and Designer. It implements a database-abstraction +layer that provides support for most major databases. A builtin +XML-to-Object parser and Object-to-XML marshaller are used by Forms, +Reports, and Designer to save and read Forms/Report definitions to and +from an XML file. It also defines and implements an RPC abstraction +layer that will allow server processes to define their public methods +once and have them available to CORBA, XML-RPC, SOAP, and DCOM clients. + + +The products are available in source form from our website at + + + http://www.gnuenterprise.org/downloads/current.php + + +Debian packages for "unstable" will been created and incorporated into +the official distribution. + + +The tools have been tested and are known to run on: + +- GNU/Linux (RedHat 6.x/7.x/8.x, Debian 2.x/3.x/sid, Slackware, Gentoo) +- Windows 95/98/2000/ME/XP/NT +- MacOS X (via the available X interface) +- Solaris 8/9 +- FreeBSD 4.x/5.x + +The tools require Python 2.1 or better to run (Python 2.3+ recommended.) + + +New features/changes in version 0.0.9: + +* gnue-gsdgen can now export arbitary data +* gnue-gcd2sql can now directly act on a database connection +* gnue-gcd2sql can now update existing schemas + + +New features/changes in version 0.5.6: + +* gnue-schema can now directly act on a database connection +* gnue-schema can now update existing schemas +* New schema creation functions in dbdrivers +* SQLite dbdriver working again +* New barcode printing library Copied: trunk/www/news/historic/10141 (from rev 9977, trunk/www/news/10141) =================================================================== --- trunk/www/news/historic/10141 (rev 0) +++ trunk/www/news/historic/10141 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,22 @@ +Title: First milestone of GNUe AppServer released +Author: [email protected] +Date: 2004-08-03 + +The GNU Enterprise team is proud to present the first milestone of the +GNUe Application Server, GNUe-AppServer 0.1. + +This release is nearly identical with the last beta with the version +number 0.0.9, as there were no critical bugs found. + +GNUe AppServer is the core of the n-tier variant of the GNU Enterprise +system. To the front end (be it GNUe Forms, GNUe Reports or any other +tool), it provides user-defineable business objects with arbitary fields +and methods. While transforming access to those fields and methods into +database communication and calling of scripts, it cares about stability, +security, speed, and consistency. + +You can download the latest version of GNUe AppServer from +http://www.gnuenterprise.org/downloads/current.php + +You will need to have the latest version of GNUe Common (0.5.6) +installed to install and use GNUe AppServer. Copied: trunk/www/news/historic/10143 (from rev 9977, trunk/www/news/10143) =================================================================== --- trunk/www/news/historic/10143 (rev 0) +++ trunk/www/news/historic/10143 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,27 @@ +Title: GNUe Common Library 0.5.8 released +Author: [email protected] +Date: 2004-09-17 + +The GNU Enterprise team is proudly announcing + + GNUe Common Library 0.5.8. + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements +an RPC abstraction layer that will allow server processes to define +their public methods once and have them available to CORBA, XML-RPC, +SOAP, and DCOM clients. + +Changes and new features in this release: + +* much improved exception handling +* gnue-schema now honors username and password parameters +* dbf dbdriver now works again +* several bug fixes + +As usual, you can download the current release of GNUe Common Library +from http://www.gnuenterprise.org/downloads/current.php Copied: trunk/www/news/historic/10144 (from rev 9977, trunk/www/news/10144) =================================================================== --- trunk/www/news/historic/10144 (rev 0) +++ trunk/www/news/historic/10144 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,27 @@ +Title: GNUe Forms 0.5.7 released +Author: [email protected] +Date: 2004-09-17 + +The GNU Enterprise team is proudly announcing + + GNUe Forms 0.5.7. + +GNUe Forms is a data-aware user-interface generator. In more specific +terms, Forms, using a clean XML-based definition, can display the same +functional user interface in various physical mediums, whether GUI, +HTML, console, or via a telephone-response system. Forms is designed +from the ground up to describe a functional, database-backed interface, +with no emphasis on particular widget sets. A form should be equally +usable in a console/text-based environment as it is in a GUI setting. + +Changes and new features in this release: + +* Much improved exception handling +* Improved curses user interface +* Parameter support in runForm +* Support for runReport +* Support for appserver:// style URL's +* Several bug fixes + +As usual, you can download the current release of GNUe Forms from +http://www.gnuenterprise.org/downloads/current.php Copied: trunk/www/news/historic/10145 (from rev 9977, trunk/www/news/10145) =================================================================== --- trunk/www/news/historic/10145 (rev 0) +++ trunk/www/news/historic/10145 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,28 @@ +Title: GNUe Application Server 0.1.90 released +Author: [email protected] +Date: 2004-09-17 + +The GNU Enterprise team is proudly announcing + + GNUe Application Server 0.1.90. + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + +Changes and new features in this release: + +* Support for gld's (GNUe Language Definition files) +* Support for dynamically generated forms +* Renamed gnue-gcd2sql to gnue-readgcd +* Restructured samples and initialization files +* Disabled authentication by default +* Use frontend language for messages instead of local language +* Much improved exception handling + +As usual, you can download the current release of GNUe Application +Server from http://www.gnuenterprise.org/downloads/current.php Copied: trunk/www/news/historic/10146 (from rev 9977, trunk/www/news/10146) =================================================================== --- trunk/www/news/historic/10146 (rev 0) +++ trunk/www/news/historic/10146 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,31 @@ +Title: GNUe Application Server 0.2.0 released +Author: [email protected] +Date: 2004-09-27 + +The GNU Enterprise team is proudly announcing + + GNUe Application Server 0.2.0. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* Support for gld's (GNUe Language Definition files) +* Support for dynamically generated forms +* Renamed gnue-gcd2sql to gnue-readgcd +* Restructured samples and initialization files +* Disabled authentication by default +* Use frontend language for messages instead of local language +* Much improved exception handling + + +As usual, you can download the current release of GNUe Application +Server from http://www.gnuenterprise.org/downloads/current.php Copied: trunk/www/news/historic/10147 (from rev 9977, trunk/www/news/10147) =================================================================== --- trunk/www/news/historic/10147 (rev 0) +++ trunk/www/news/historic/10147 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,27 @@ +Title: GNUe Common Library 0.5.9 released +Author: [email protected] +Date: 2004-10-11 + +The GNU Enterprise team is proudly announcing + + GNUe Common Library 0.5.9. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements +an RPC abstraction layer that will allow server processes to define +their public methods once and have them available to CORBA, XML-RPC, +SOAP, and DCOM clients. + + +Changes and new features in this release: + +* several bug fixes + + +You can download the current release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.5.9/ Copied: trunk/www/news/historic/10148 (from rev 9977, trunk/www/news/10148) =================================================================== --- trunk/www/news/historic/10148 (rev 0) +++ trunk/www/news/historic/10148 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,30 @@ +Title: GNUe Application Server 0.3.0 released +Author: [email protected] +Date: 2004-10-11 + +The GNU Enterprise team is proudly announcing + + GNUe Application Server 0.3.0. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* Filters defined at login time (for example for company and fiscal year) +* Support for indexes in GCD files +* Case-insensitive identifiers +* "session" object available in procedures +* Automatic fields for user and date of creation and last change +* Speed improvements + + +You can download the current release of GNUe Application Server from +http://www.gnuenterprise.org/tools/appserver/0.3.0/ Copied: trunk/www/news/historic/10149 (from rev 9977, trunk/www/news/10149) =================================================================== --- trunk/www/news/historic/10149 (rev 0) +++ trunk/www/news/historic/10149 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,28 @@ +Title: GNUe Application Server 0.3.1 released +Author: [email protected] +Date: 2004-10-21 + +The GNU Enterprise team is proudly announcing + + GNUe Application Server 0.3.1. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* Working OnInit-triggers +* Command line option for loglevel +* Add creation and modification date/user at the bottom of generated forms +* First few chapters of a developer's manual + + +You can download the current release of GNUe Application Server from +http://www.gnuenterprise.org/tools/appserver/0.3.1/ Copied: trunk/www/news/historic/10150 (from rev 9977, trunk/www/news/10150) =================================================================== --- trunk/www/news/historic/10150 (rev 0) +++ trunk/www/news/historic/10150 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,30 @@ +Title: GNUe Common Library 0.5.10 released +Author: [email protected] +Date: 2004-10-21 + +The GNU Enterprise team is proudly announcing + + GNUe Common Library 0.5.10. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements +an RPC abstraction layer that will allow server processes to define +their public methods once and have them available to CORBA, XML-RPC, +SOAP, and DCOM clients. + + +Changes and new features in this release: + +* Changed AppServer's dbdriver to make OnInit triggers functional +* Index introspection for PostgreSQL, MySQL, and Interbase +* Some minor bug fixes + + +You can download the current release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.5.10/ + Copied: trunk/www/news/historic/10151 (from rev 9977, trunk/www/news/10151) =================================================================== --- trunk/www/news/historic/10151 (rev 0) +++ trunk/www/news/historic/10151 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,26 @@ +Title: GNUe Forms 0.5.8 released +Author: [email protected] +Date: 2004-11-03 + +The GNU Enterprise team is proudly announcing + + GNUe Forms 0.5.8. + + +GNUe Forms is a data-aware user-interface generator. In more specific +terms, Forms, using a clean XML-based definition, can display the same +functional user interface in various physical mediums, whether GUI, +HTML, console, or via a telephone-response system. Forms is designed +from the ground up to describe a functional, database-backed interface, +with no emphasis on particular widget sets. A form should be equally +usable in a console/text-based environment as it is in a GUI setting. + + +Changes and new features in this release: + +* Support for dialog style main forms (needed for report parameter entry) +* Several bug fixes + + +You can download the current release of GNUe Forms from +http://www.gnuenterprise.org/tools/forms/0.5.8/ Copied: trunk/www/news/historic/10152 (from rev 9977, trunk/www/news/10152) =================================================================== --- trunk/www/news/historic/10152 (rev 0) +++ trunk/www/news/historic/10152 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,27 @@ +Title: GNUe Reports 0.1.6 released +Author: [email protected] +Date: 2004-11-03 + +The GNU Enterprise team is proudly announcing + + GNUe Reports 0.1.6. + + +GNUe Reports is a platform and output-independent reporting system. It +reads an XML-based report definition and generates arbitrary XML +output that can further be translated into any format for which there +is an adapter. GNUe Reports currently has outputs for Text, HTML, +Label Stock, and CSV -- with PDF, Postscript, and Gnumeric/Excel +formats in the works. Reports can output directly to a file, as an +email attachment, to a printer, or to a HylaFax server. + + +Changes and new features in this release: + +* New filter for character based reports +* Support for dynamic form that lets the user enter parameters and destination +* Several bug fixes + + +You can download the current release of GNUe Reports from +http://www.gnuenterprise.org/tools/reports/0.1.6/ Copied: trunk/www/news/historic/10153 (from rev 9977, trunk/www/news/10153) =================================================================== --- trunk/www/news/historic/10153 (rev 0) +++ trunk/www/news/historic/10153 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,26 @@ +Title: GNUe Navigator 0.0.8 released +Author: [email protected] +Date: 2004-11-03 + +The GNU Enterprise team is proudly announcing + + GNUe Navigator 0.0.8. + + +GNUe Navigator is a menuing system for GNUe Forms and Reports. +It presents a consistent menuing interface (in GUI or Text) based on +an XML "process definition." GNUe Navigator uses the GNUe Forms or +GNUe Reports clients to run the actual forms and reports, so these +corresponding tools must be installed. + + +Changes and new features in this release: + +* Support for forms parameters +* Improved gtk2 user interface +* Call reports with parameter entry form +* Several bugfixes + + +You can download the current release of GNUe Navigator from +http://www.gnuenterprise.org/tools/navigator/0.0.8/ Copied: trunk/www/news/historic/10154 (from rev 9977, trunk/www/news/10154) =================================================================== --- trunk/www/news/historic/10154 (rev 0) +++ trunk/www/news/historic/10154 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,33 @@ +Title: GNUe Application Server 0.3.2 released +Author: [email protected] +Date: 2004-11-05 + +The GNU Enterprise team is proudly announcing + + GNUe Application Server 0.3.2. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* Generated forms now sort by the first search property according to GLD +* Properties can be hidden in generated forms by giving pos="0" in GLD +* Label attribute for classes in GLD files +* Do not include filter properties in generated forms +* Generated forms now have grid style if the class has only few properties +* Procedures can use "if object:" as a synonym to "if object is not None:" +* Manual page for gnue-seupdb +* More chapters of the developer's guide +* Bug fix for master/detail forms + + +You can download the current release of GNUe Application Server from +http://www.gnuenterprise.org/tools/appserver/0.3.2/ Copied: trunk/www/news/historic/10155 (from rev 9977, trunk/www/news/10155) =================================================================== --- trunk/www/news/historic/10155 (rev 0) +++ trunk/www/news/historic/10155 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,31 @@ +Title: GNUe Common Library 0.5.11 released +Author: [email protected] +Date: 2004-11-27 + +The GNU Enterprise team is proudly announcing + + GNUe Common Library 0.5.11. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements +an RPC abstraction layer that will allow server processes to define +their public methods once and have them available to CORBA, XML-RPC, +SOAP, and DCOM clients. + + +Changes and new features in this release: + +* Index creation and introspection for SQLite +* changes to fix dropdowns in gnue-forms +* Completely working dbdriver for MaxDB (aka SAPDB) +* fixed some memory leaks +* several bug fixes + + +You can download the current release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.5.11/ Copied: trunk/www/news/historic/10156 (from rev 9977, trunk/www/news/10156) =================================================================== --- trunk/www/news/historic/10156 (rev 0) +++ trunk/www/news/historic/10156 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,27 @@ +Title: GNUe Application Server 0.3.3 released +Author: [email protected] +Date: 2004-11-27 + +The GNU Enterprise team is proudly announcing + + GNUe Application Server 0.3.3. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* OnValidate is now called before non-nullable fields are checked +* fixed some memory leaks +* several improvements for generated forms + + +You can download the current release of GNUe Application Server from +http://www.gnuenterprise.org/tools/appserver/0.3.3/ Copied: trunk/www/news/historic/10157 (from rev 9977, trunk/www/news/10157) =================================================================== --- trunk/www/news/historic/10157 (rev 0) +++ trunk/www/news/historic/10157 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,28 @@ +Title: GNUe Designer 0.5.5 released +Author: [email protected] +Date: 2004-11-27 + +The GNU Enterprise team is proudly announcing + + GNUe Designer 0.5.5. + + +GNUe Designer is the IDE for the GNUe tools. It allows you to +visually layout your forms in a RAD-style environment. Designer has +a builtin forms client, so you can quickly test your forms while +still in Designer. Designer also has support for form creation +wizards... answer a few questions, attach your form to one or more +database tables, select the fields to include, and, voila, a basic +form is created. Basic support for schema creation is also included. + + +Changes and new features in this release: + +* Mouse-over tooltips in property editor +* Reset focus order by position +* New icon +* Several bug fixes + + +You can download the current release of GNUe Designer from +http://www.gnuenterprise.org/tools/designer/0.5.5/ Copied: trunk/www/news/historic/10158 (from rev 9977, trunk/www/news/10158) =================================================================== --- trunk/www/news/historic/10158 (rev 0) +++ trunk/www/news/historic/10158 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,29 @@ +Title: GNUe Forms 0.5.9 released +Author: [email protected] +Date: 2004-11-27 + +The GNU Enterprise team is proudly announcing + + GNUe Forms 0.5.9. + + +GNUe Forms is a data-aware user-interface generator. In more specific +terms, Forms, using a clean XML-based definition, can display the same +functional user interface in various physical mediums, whether GUI, +HTML, console, or via a telephone-response system. Forms is designed +from the ground up to describe a functional, database-backed interface, +with no emphasis on particular widget sets. A form should be equally +usable in a console/text-based environment as it is in a GUI setting. + + +Changes and new features in this release: + +* Option to highlight current entry in gtk2 +* Properly working dropdowns +* Menu, toolbar and status bar for dialog style forms +* Fixed some memory leaks +* Several bug fixes + + +You can download the current release of GNUe Forms from +http://www.gnuenterprise.org/tools/forms/0.5.9/ Copied: trunk/www/news/historic/10159 (from rev 9977, trunk/www/news/10159) =================================================================== --- trunk/www/news/historic/10159 (rev 0) +++ trunk/www/news/historic/10159 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,25 @@ +Title: GNUe Reports 0.1.7 released +Author: [email protected] +Date: 2004-11-27 + +The GNU Enterprise team is proudly announcing + + GNUe Reports 0.1.7. + + +GNUe Reports is a platform and output-independent reporting system. It +reads an XML-based report definition and generates arbitrary XML +output that can further be translated into any format for which there +is an adapter. GNUe Reports currently has outputs for Text, HTML, +Label Stock, and CSV -- with PDF, Postscript, and Gnumeric/Excel +formats in the works. Reports can output directly to a file, as an +email attachment, to a printer, or to a HylaFax server. + + +Changes and new features in this release: + +* Added missing reports-filters.conf to tarball + + +You can download the current release of GNUe Reports from +http://www.gnuenterprise.org/tools/reports/0.1.7/ Copied: trunk/www/news/historic/10160 (from rev 9977, trunk/www/news/10160) =================================================================== --- trunk/www/news/historic/10160 (rev 0) +++ trunk/www/news/historic/10160 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,33 @@ +Title: GNUe Common Library 0.5.12 released +Author: [email protected] +Date: 2004-12-29 + +The GNU Enterprise team proudly announces + + GNUe Common Library 0.5.12. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements +an RPC abstraction layer that will allow server processes to define +their public methods once and have them available to CORBA, XML-RPC, +SOAP, and DCOM clients. + + +Changes and new features in this release: + +* Support for "escaped" typecast +* Default namespaces in parser +* gnue-schema now asks for confirmation before acting on a database +* gnue-schema now tries to execute db operations in the best order +* <upper> and <lower> operatations in conditions +* Fixes for making it work with Python 2.4 +* Several other bug fixes + + +You can download this release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.5.12/ Copied: trunk/www/news/historic/10161 (from rev 9977, trunk/www/news/10161) =================================================================== --- trunk/www/news/historic/10161 (rev 0) +++ trunk/www/news/historic/10161 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,27 @@ +Title: GNUe Application Server 0.3.4 released +Author: [email protected] +Date: 2004-12-29 + +The GNU Enterprise team proudly announces + + GNUe Application Server 0.3.4. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* Fixed indirect calculated fields +* Python language interface now works as a client to appserver +* More work on developer's guide + + +You can download this release of GNUe Application Server from +http://www.gnuenterprise.org/tools/appserver/0.3.4/ Copied: trunk/www/news/historic/10162 (from rev 9977, trunk/www/news/10162) =================================================================== --- trunk/www/news/historic/10162 (rev 0) +++ trunk/www/news/historic/10162 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,27 @@ +Title: GNUe Application Server 0.3.5 released +Author: [email protected] +Date: 2005-01-05 + +The GNU Enterprise team proudly announces + + GNUe Application Server 0.3.5. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* Bug fix for procedures called from other procedures +* Bug fixes for Python 2.1 and Python 2.2 +* Bug fix for accessing the last element of an object list + + +You can download this release of GNUe Application Server from +http://www.gnuenterprise.org/tools/appserver/0.3.5/ Copied: trunk/www/news/historic/10163 (from rev 9977, trunk/www/news/10163) =================================================================== --- trunk/www/news/historic/10163 (rev 0) +++ trunk/www/news/historic/10163 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,32 @@ +Title: GNUe Common Library 0.5.13 released +Author: [email protected] +Date: 2005-02-07 + +The GNU Enterprise team proudly announces + + GNUe Common Library 0.5.13. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements +an RPC abstraction layer that will allow server processes to define +their public methods once and have them available to CORBA, XML-RPC, +SOAP, and DCOM clients. + + +Changes and new features in this release: + +* fixes for Python 2.2 +* fixes for client encoding with Postgres +* fixes for XMLPRC with different encodings +* new <sortorder> tag for sorting of datasources +* new <exist> condition type (only implemented in appserver driver) +* better error handling for XML parser errors + + +You can download this release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.5.13/ Copied: trunk/www/news/historic/10164 (from rev 9977, trunk/www/news/10164) =================================================================== --- trunk/www/news/historic/10164 (rev 0) +++ trunk/www/news/historic/10164 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,28 @@ +Title: GNUe Forms 0.5.10 released +Author: [email protected] +Date: 2005-02-07 + +The GNU Enterprise team proudly announces + + GNUe Forms 0.5.10. + + +GNUe Forms is a data-aware user-interface generator. In more specific +terms, Forms, using a clean XML-based definition, can display the same +functional user interface in various physical mediums, whether GUI, +HTML, console, or via a telephone-response system. Forms is designed +from the ground up to describe a functional, database-backed interface, +with no emphasis on particular widget sets. A form should be equally +usable in a console/text-based environment as it is in a GUI setting. + + +Changes and new features in this release: + +* New function GFBlock.update() +* New function to run reports from forms +* Committs are now only done once per connection, not per block +* Several bug fixes + + +You can download this release of GNUe Forms from +http://www.gnuenterprise.org/tools/forms/0.5.10/ Copied: trunk/www/news/historic/10165 (from rev 9977, trunk/www/news/10165) =================================================================== --- trunk/www/news/historic/10165 (rev 0) +++ trunk/www/news/historic/10165 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,32 @@ +Title: GNUe Application Server 0.4.0 released +Author: [email protected] +Date: 2005-02-09 + +The GNU Enterprise team proudly announces + + GNUe Application Server 0.4.0. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* descending sort +* link indirect fields with outer joins (fixes queries with empty references) +* parameter to define whether NULL values should be sorted at start or end +* find() and request() now also find uncommitted new objects +* access to indirect fields is now possible even when the refernce is NULL +* condition to test if any detail with a given condition exists for a master +* fix for date and time fields for newer MySQL driver versions +* dynamic reloading of class definitions from running server + + +You can download this release of GNUe Application Server from +http://www.gnuenterprise.org/tools/appserver/0.4.0/ Copied: trunk/www/news/historic/10166 (from rev 9977, trunk/www/news/10166) =================================================================== --- trunk/www/news/historic/10166 (rev 0) +++ trunk/www/news/historic/10166 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,34 @@ +Title: GNUe Common Library 0.5.14 released +Author: [email protected] +Date: 2005-03-08 + +The GNU Enterprise team proudly announces + + GNUe Common Library 0.5.14. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements +an RPC abstraction layer that will allow server processes to define +their public methods once and have them available to CORBA, XML-RPC, +SOAP, and DCOM clients. + + +Changes and new features in this release: + +* New uuid generator libary +* New gEnter and gLeave debugging functions +* Support for several independent (non-hierarchical) debug levels +* Improved installation and configuration documentation +* New option --silent in GBaseApp +* New option --pidfile in GServerApp +* Automatically generated sample.gnue.conf +* Several bug fixes + + +You can download this release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.5.14/ Copied: trunk/www/news/historic/10167 (from rev 9977, trunk/www/news/10167) =================================================================== --- trunk/www/news/historic/10167 (rev 0) +++ trunk/www/news/historic/10167 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,35 @@ +Title: GNUe Application Server 0.4.1 released +Author: [email protected] +Date: 2005-03-08 + +The GNU Enterprise team proudly announces + + GNUe Application Server 0.4.1. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* Support for case insensitive sorting +* Support for not fully qualified property names throughout the language interface +* Use UUIDs for gnue_id generation +* Changed --database command line option to --connection +* New startup script for Windows using taskbar to shutdown gnue-appserver +* Unique and thread safe session and list ids +* Improved installation and configuration documentation +* Updated Developer's Guide +* Several bug fixes +* Several memory leak fixes +* Several performance improvements + + +You can download this release of GNUe Application Server from +http://www.gnuenterprise.org/tools/appserver/0.4.1/ Copied: trunk/www/news/historic/10168 (from rev 9977, trunk/www/news/10168) =================================================================== --- trunk/www/news/historic/10168 (rev 0) +++ trunk/www/news/historic/10168 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,28 @@ +Title: GNUe Forms 0.5.11 released +Author: [email protected] +Date: 2005-03-08 + +The GNU Enterprise team proudly announces + + GNUe Forms 0.5.11. + + +GNUe Forms is a data-aware user-interface generator. In more specific +terms, Forms, using a clean XML-based definition, can display the same +functional user interface in various physical mediums, whether GUI, +HTML, console, or via a telephone-response system. Forms is designed +from the ground up to describe a functional, database-backed interface, +with no emphasis on particular widget sets. A form should be equally +usable in a console/text-based environment as it is in a GUI setting. + + +Changes and new features in this release: + +* Fixed committing of default values +* Updated Developer's Guide +* Imprved installation and configuration documentation +* Several bug fixes + + +You can download this release of GNUe Forms from +http://www.gnuenterprise.org/tools/forms/0.5.11/ Copied: trunk/www/news/historic/10169 (from rev 9977, trunk/www/news/10169) =================================================================== --- trunk/www/news/historic/10169 (rev 0) +++ trunk/www/news/historic/10169 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,29 @@ +Title: GNUe Designer 0.5.6 released +Author: [email protected] +Date: 2005-03-26 + +The GNU Enterprise team proudly announces + + GNUe Designer 0.5.6. + + +GNUe Designer is the IDE for the GNUe tools. It allows you to +visually layout your forms in a RAD-style environment. Designer has +a builtin forms client, so you can quickly test your forms while +still in Designer. Designer also has support for form creation +wizards... answer a few questions, attach your form to one or more +database tables, select the fields to include, and, voila, a basic +form is created. Basic support for schema creation is also included. + + +Changes and new features in this release: + +* Improved wizard output +* Put wizard's name into generated file +* Updated config options +* Enable Run Form function (still buggy, but works) +* Connect to... works again + + +You can download this release of GNUe Designer from +http://www.gnuenterprise.org/tools/designer/0.5.6/ Copied: trunk/www/news/historic/10170 (from rev 9977, trunk/www/news/10170) =================================================================== --- trunk/www/news/historic/10170 (rev 0) +++ trunk/www/news/historic/10170 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,29 @@ +Title: GNUe Application Server 0.4.2 released +Author: [email protected] +Date: 2005-08-13 + +The GNU Enterprise team proudly announces + + GNUe Application Server 0.4.2. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* Adapted to gnue-common 0.6 +* Support for including procedure code from external files +* Fixes for fishhook commits +* Improved caching for large numbers of inserts +* Require Python 2.3 + + +You can download this release of GNUe Application Server from +http://www.gnuenterprise.org/tools/appserver/0.4.2/ Copied: trunk/www/news/historic/10171 (from rev 9977, trunk/www/news/10171) =================================================================== --- trunk/www/news/historic/10171 (rev 0) +++ trunk/www/news/historic/10171 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,31 @@ +Title: GNUe Common Library 0.6.0 released +Author: [email protected] +Date: 2005-08-13 + +The GNU Enterprise team proudly announces + + GNUe Common Library 0.6.0. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements +an RPC abstraction layer that will allow server processes to define +their public methods once and have them available to CORBA, XML-RPC, +SOAP, and DCOM clients. + + +Changes and new features in this release: + +* Complete overhaul of datasources library +* New dbdriver for SQLite 3.x +* Require Python 2.3 +* Added suppport for garbage collection debugging +* Added supporrt for module import debugging + + +You can download this release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.6.0/ Copied: trunk/www/news/historic/10172 (from rev 9977, trunk/www/news/10172) =================================================================== --- trunk/www/news/historic/10172 (rev 0) +++ trunk/www/news/historic/10172 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,28 @@ +Title: GNUe Designer 0.5.7 released +Author: [email protected] +Date: 2005-08-13 + +The GNU Enterprise team proudly announces + + GNUe Designer 0.5.7. + + +GNUe Designer is the IDE for the GNUe tools. It allows you to +visually layout your forms in a RAD-style environment. Designer has +a builtin forms client, so you can quickly test your forms while +still in Designer. Designer also has support for form creation +wizards... answer a few questions, attach your form to one or more +database tables, select the fields to include, and, voila, a basic +form is created. Basic support for schema creation is also included. + + +Changes and new features in this release: + +* Adapted to gnue-common 0.6 +* Require Python 2.3 +* Fixes for wxWidgets 2.6 +* Several other fixes + + +You can download this release of GNUe Designer from +http://www.gnuenterprise.org/tools/designer/0.5.7/ Copied: trunk/www/news/historic/10173 (from rev 9977, trunk/www/news/10173) =================================================================== --- trunk/www/news/historic/10173 (rev 0) +++ trunk/www/news/historic/10173 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,28 @@ +Title: GNUe Forms 0.5.12 released +Author: [email protected] +Date: 2005-08-13 + +The GNU Enterprise team proudly announces + + GNUe Forms 0.5.12. + + +GNUe Forms is a data-aware user-interface generator. In more specific +terms, Forms, using a clean XML-based definition, can display the same +functional user interface in various physical mediums, whether GUI, +HTML, console, or via a telephone-response system. Forms is designed +from the ground up to describe a functional, database-backed interface, +with no emphasis on particular widget sets. A form should be equally +usable in a console/text-based environment as it is in a GUI setting. + + +Changes and new features in this release: + +* Adapted to gnue-common 0.6 +* New versatile input dialog +* Require Python 2.3 +* Several bug fixes + + +You can download this release of GNUe Forms from +http://www.gnuenterprise.org/tools/forms/0.5.12/ Copied: trunk/www/news/historic/10174 (from rev 9977, trunk/www/news/10174) =================================================================== --- trunk/www/news/historic/10174 (rev 0) +++ trunk/www/news/historic/10174 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,25 @@ +Title: GNUe Navigator 0.0.9 released +Author: [email protected] +Date: 2005-08-13 + +The GNU Enterprise team proudly announces + + GNUe Navigator 0.0.9. + + +GNUe Navigator is a menuing system for GNUe Forms and Reports. +It presents a consistent menuing interface (in GUI or Text) based on +an XML "process definition." GNUe Navigator uses the GNUe Forms or +GNUe Reports clients to run the actual forms and reports, so these +corresponding tools must be installed. + + +Changes and new features in this release: + +* Adapted to gnue-common 0.6 +* Require Python 2.3 +* Several bug fixes + + +You can download this release of GNUe Navigator from +http://www.gnuenterprise.org/tools/navigator/0.0.9/ Copied: trunk/www/news/historic/10175 (from rev 9977, trunk/www/news/10175) =================================================================== --- trunk/www/news/historic/10175 (rev 0) +++ trunk/www/news/historic/10175 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,28 @@ +Title: GNUe Reports 0.1.8 released +Author: [email protected] +Date: 2005-08-13 + +The GNU Enterprise team proudly announces + + GNUe Reports 0.1.8. + + +GNUe Reports is a platform and output-independent reporting system. It +reads an XML-based report definition and generates arbitrary XML +output that can further be translated into any format for which there +is an adapter. GNUe Reports currently has outputs for Text, HTML, +Label Stock, and CSV -- with PDF, Postscript, and Gnumeric/Excel +formats in the works. Reports can output directly to a file, as an +email attachment, to a printer, or to a HylaFax server. + + +Changes and new features in this release: + +* Adapted to gnue-common 0.6 +* Removed unneeded pstats module +* Start of formula support +* Require Python 2.3 + + +You can download this release of GNUe Reports from +http://www.gnuenterprise.org/tools/reports/0.1.8/ Copied: trunk/www/news/historic/10176 (from rev 9977, trunk/www/news/10176) =================================================================== --- trunk/www/news/historic/10176 (rev 0) +++ trunk/www/news/historic/10176 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,37 @@ +Title: GNUe Common Library 0.6.1 released +Author: [email protected] +Date: 2005-09-28 + +The GNU Enterprise team proudly announces + + GNUe Common Library 0.6.1. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements an +RPC abstraction layer that will allow server processes to define their +public methods once and have them available XML-RPC and Pyro clients. + + +Changes and new features in this release: + +* [datasources] Undeleting records before post +* [datasources] New event onRecordInserted +* [datasources] Fixed requery if posting threw an exception +* [datasources] Fixed requery of details if no primary key is available +* [datasources] Fixed call of function on record +* [datasources] Fixed behavior for records that have been inserted and deleted +* [datasources] Show SQL statement in detail of SQL error messages +* [rpc] Complete overhaul +* [rpc] Use persistent session for XMLRPC +* [rpc] Object transport for XMLRPC +* turn off debug messages when compiled with -O +* several minor fixes and cleanup + + +You can download this release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.6.1/ Copied: trunk/www/news/historic/10177 (from rev 9977, trunk/www/news/10177) =================================================================== --- trunk/www/news/historic/10177 (rev 0) +++ trunk/www/news/historic/10177 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,29 @@ +Title: GNUe Application Server 0.4.3 released +Author: [email protected] +Date: 2005-09-28 + +The GNU Enterprise team proudly announces + + GNUe Application Server 0.4.3. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* Adapted to changes in gnue-common's rpc library in 0.6.1 (e.g. fork a child process per client-connection) +* Fixed conversions for time values +* Turn off debug messages when compiled with -O +* Cache the whole class repository, resulting in improved speed +* Do not keep an internal session open all the time + + +You can download this release of GNUe Application Server from +http://www.gnuenterprise.org/tools/appserver/0.4.3/ Copied: trunk/www/news/historic/10178 (from rev 9977, trunk/www/news/10178) =================================================================== --- trunk/www/news/historic/10178 (rev 0) +++ trunk/www/news/historic/10178 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,37 @@ +Title: GNUe Forms 0.5.13 released +Author: [email protected] +Date: 2005-09-28 + +The GNU Enterprise team proudly announces + + GNUe Forms 0.5.13. + + +GNUe Forms is a data-aware user-interface generator. In more specific +terms, Forms, using a clean XML-based definition, can display the same +functional user interface in various physical mediums, whether GUI, +HTML, console, or via a telephone-response system. Forms is designed +from the ground up to describe a functional, database-backed interface, +with no emphasis on particular widget sets. A form should be equally +usable in a console/text-based environment as it is in a GUI setting. + + +Changes and new features in this release: + +* Started cleanup of display handler code +* Undelete +* Field changes in ON-NEWRECORD trigger code don't make the record dirty +* New ON-RECORDLOADED trigger +* Turn off debug messages when compiled with -O +* Fixed call of backend functions +* Fixed behaviour after backend exceptions +* Fixed behaviour for records that were inserted and deleted again +* Fixed scrollbar +* [win32] Fixed button displaying as pressed in toolbar +* [win32] Fixed cursor positioning in multiline entry widgets +* [win32] Allow incremental search in dropdowns +* Several minor bug fixes + + +You can download this release of GNUe Forms from +http://www.gnuenterprise.org/tools/forms/0.5.13/ Copied: trunk/www/news/historic/10179 (from rev 9977, trunk/www/news/10179) =================================================================== --- trunk/www/news/historic/10179 (rev 0) +++ trunk/www/news/historic/10179 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,40 @@ +Title: GNUe Common Library 0.6.2 released +Author: [email protected] +Date: 2006-03-27 + +The GNU Enterprise team proudly announces + + GNUe Common Library 0.6.2. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements an +RPC abstraction layer that will allow server processes to define their +public methods once and have them available XML-RPC and Pyro clients. + + +Changes and new features in this release: + +* [datasources] Fixed requery in multy level master/detail relationships +* [datasources] Fixed requery for deletion of more than one detail record +* [datasources] Updated appserver driver for Appserver's new RPC interface +* [datasources] Don't mark a record set as dirty if a field is set to old value +* [datasources] Support for defining ownership of created databases +* [datasources] Fix for databases for which cursor's don't survive commits +* [definitions] Iterator for child tags +* [definitions] Check if a tag is allowed under its parent +* [definitions] Fixed some XML saving bugs +* [rpc] Clean up all objects on lost connection by calling _destroy() on them +* [utils] Fixed uuid generation for 64bit architectures and Mac OS. +* New splash screen image +* Code cleanup +* Documentation updates +* Several smaller bug fixes + + +You can download this release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.6.2/ Copied: trunk/www/news/historic/10180 (from rev 9977, trunk/www/news/10180) =================================================================== --- trunk/www/news/historic/10180 (rev 0) +++ trunk/www/news/historic/10180 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,28 @@ +Title: GNUe Forms 0.5.14 released +Author: [email protected] +Date: 2006-03-27 + +The GNU Enterprise team proudly announces + + GNUe Forms 0.5.14. + + +GNUe Forms is a data-aware user-interface generator. In more specific +terms, Forms, using a clean XML-based definition, can display the same +functional user interface in various physical mediums, whether GUI, +HTML, console, or via a telephone-response system. Forms is designed +from the ground up to describe a functional, database-backed interface, +with no emphasis on particular widget sets. A form should be equally +usable in a console/text-based environment as it is in a GUI setting. + + +Changes and new features in this release: + +* [wx26] New user interface driver +* Allow user defined keystroke handlers +* Fixed parameter handling +* Several minor bug fixes + + +You can download this release of GNUe Forms from +http://www.gnuenterprise.org/tools/forms/0.5.14/ Copied: trunk/www/news/historic/10181 (from rev 9977, trunk/www/news/10181) =================================================================== --- trunk/www/news/historic/10181 (rev 0) +++ trunk/www/news/historic/10181 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,27 @@ +Title: GNUe Application Server 0.5.0 released +Author: [email protected] +Date: 2006-03-27 + +The GNU Enterprise team proudly announces + + GNUe Application Server 0.5.0. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-defineable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* New (object oriented) RPC interface +* Use Python's datetime library instead of mx.DateTime +* Support to run as a service under windows + + +You can download this release of GNUe Application Server from +http://www.gnuenterprise.org/tools/appserver/0.5.0/ Copied: trunk/www/news/historic/10182 (from rev 9977, trunk/www/news/10182) =================================================================== --- trunk/www/news/historic/10182 (rev 0) +++ trunk/www/news/historic/10182 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,39 @@ +Title: Updates from GNU Bayonne +Author: [email protected] +Date: 2006-07-11 + +There have been many recent and interesting developments with GNU +Bayonne, some of which directly relate to the practical aspects of it's +use within GNU Enterprise. + +First, we have recently introduced Bayonne web services. This is a +lightweight XML service which allows other application servers (and end +user applications) to invoke Bayonne features and functions over HTTP. +There is an initial reference implementation of a Perl module to use +Bayonne web services in CPAN, and a partially completed Python module. + +The obvious use of such services would be to enable telephone related +operations in gnue. The most basic example that comes to my mind is +enabling pop-up dialing requests using contact information (phone +numbers, etc) that may be found in various forms. Other possibilities +could include scheduling automated calls, etc. + +Second, recent releases of GNU Bayonne2 have re-introduced XML form +parsing. This allows Bayonne to request a XML document from a web +server, and then offer documents using speech synthesis and telephone +keypad navigation. This suggests the possibility of Bayonne operating +as a GNUE telephone form "client", an idea once advocated within GNU +Enterprise. + +Third, we are introducing features over the next 6 months to support the +use of GNU Bayonne as a complete stand-alone office phone system. To +support this, GNU Bayonne 2 makes use of a feature known as service +bindings, and these can be used to integrate meta data for users, +extensions, etc, which could be managed from a GNUE hosted database and +forms clients as part of a complete integrated business solution. + +Each of these areas of development suggest new and interesting ways in +which GNU Bayonne can come closer to serving an originally intended role +as a communications server within GNU Enterprise framework as a whole. +Most news and up to date information about GNU Bayonne can be found on +the GNU Telephony wiki, found at http://wiki.gnutelephony.org. Copied: trunk/www/news/historic/10183 (from rev 9977, trunk/www/news/10183) =================================================================== --- trunk/www/news/historic/10183 (rev 0) +++ trunk/www/news/historic/10183 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,38 @@ +Title: GNUe Common Library 0.6.3 released +Author: [email protected] +Date: 2006-08-24 + +The GNU Enterprise team proudly announces + + GNUe Common Library 0.6.3. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements an +RPC abstraction layer that will allow server processes to define their +public methods once and have them available XML-RPC and Pyro clients. + + +Changes and new features in this release: + +* [definitions] Fixed indenting of generated DTDs +* [definitions] XML definitions are now translatable +* [definitions] Check attribute values if a set of valid values is defined +* [definitions] Some code cleanup +* [logic] Completely reworked trigger handling code to allow for <action>s +* [logic] Support for "self" parameter in triggers +* [rpc] New driver for the hessian protocol +* [utils] Fixed hardware dependent UUID generation for Mac OSX +* [utils] New tee structure handling library (not usable yet) +* Cleaned up unicode usage, all of gnue-common should now be unicode safe +* Work on format mask parser (not yet working) +* Some performance improvements +* Improved Fink configuration for new version of Fink + + +You can download this release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.6.3/ Copied: trunk/www/news/historic/10184 (from rev 9977, trunk/www/news/10184) =================================================================== --- trunk/www/news/historic/10184 (rev 0) +++ trunk/www/news/historic/10184 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,30 @@ +Title: GNUe Application Server 0.5.1 released +Author: [email protected] +Date: 2006-08-24 + +The GNU Enterprise team proudly announces + + GNUe Application Server 0.5.1. + + +The GNUe Application Server (AppServer) is the core of the n-tier +variant of the GNU Enterprise system. To the front end (be it GNUe +Forms, GNUe Reports or any other tool), it provides user-definable +business objects with arbitary fields and methods. While transforming +access to those fields and methods into database communication +and calling of scripts, it cares about stability, security, speed, +and consistency. + + +Changes and new features in this release: + +* Warning if old appserver runs with current client +* Cleaned up unicode usage, all of gnue-appserver should now be unicode safe +* Adapted to new gnue-common language adapter interface +* Massive performance improvements +* New hessian transport protocol +* Improved Fink configuration for new version of Fink + + +You can download this release of GNUe Application Server from +http://www.gnuenterprise.org/tools/appserver/0.5.1/ Copied: trunk/www/news/historic/10185 (from rev 9977, trunk/www/news/10185) =================================================================== --- trunk/www/news/historic/10185 (rev 0) +++ trunk/www/news/historic/10185 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,33 @@ +Title: GNUe Forms 0.5.15 released +Author: [email protected] +Date: 2006-08-24 + +The GNU Enterprise team proudly announces + + GNUe Forms 0.5.15. + + +GNUe Forms is a data-aware user-interface generator. In more specific +terms, Forms, using a clean XML-based definition, can display the same +functional user interface in various physical mediums, whether GUI, +HTML, console, or via a telephone-response system. Forms is designed +from the ground up to describe a functional, database-backed interface, +with no emphasis on particular widget sets. A form should be equally +usable in a console/text-based environment as it is in a GUI setting. + + +Changes and new features in this release: + +* [wx26] Added clipboard handling +* [wx26] Fixed hiding the splash screen when main form is a dialog +* [wx26] Fixed focus handling for dropdowns +* Fix for a bug that made GFField.resetForeignKey unusable +* Select the whole text when focus hits an entry +* Query for "False" values with checkboxes +* Query for empty values in dropdowns +* Case insensitive query +* Fixed traceback when moving the scrollbar while a button has the foucs + + +You can download this release of GNUe Forms from +http://www.gnuenterprise.org/tools/forms/0.5.15/ Copied: trunk/www/news/historic/10186 (from rev 9977, trunk/www/news/10186) =================================================================== --- trunk/www/news/historic/10186 (rev 0) +++ trunk/www/news/historic/10186 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,30 @@ +Title: GNUe Reports 0.1.9 released +Author: [email protected] +Date: 2006-08-24 + +The GNU Enterprise team proudly announces + + GNUe Reports 0.1.9. + + +GNUe Reports is a platform and output-independent reporting system. It +reads an XML-based report definition and generates arbitrary XML +output that can further be translated into any format for which there +is an adapter. GNUe Reports currently has outputs for Text, HTML, +Label Stock, and CSV -- with PDF, Postscript, and Gnumeric/Excel +formats in the works. Reports can output directly to a file, as an +email attachment, to a printer, or to a HylaFax server. + + +Changes and new features in this release: + +* Updated Dutch translation +* Turn off debug messages when compiled with -O +* Changes necessary for report support in gnue-designer +* Do not keep whitespace in Char layout labels +* Some fixes in grd definition +* Improved Fink configuration for new version of Fink + + +You can download this release of GNUe Reports from +http://www.gnuenterprise.org/tools/reports/0.1.9/ Copied: trunk/www/news/historic/10187 (from rev 9977, trunk/www/news/10187) =================================================================== --- trunk/www/news/historic/10187 (rev 0) +++ trunk/www/news/historic/10187 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,26 @@ +Title: GNUe Common Library 0.6.4 released +Author: [email protected] +Date: 2006-09-12 + +The GNU Enterprise team proudly announces + + GNUe Common Library 0.6.4. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements an +RPC abstraction layer that will allow server processes to define their +public methods once and have them available XML-RPC and Pyro clients. + + +Changes and new features in this release: + +* [datasources] fixed XML structure definition for condition trees + + +You can download this release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.6.4/ Copied: trunk/www/news/historic/10188 (from rev 9977, trunk/www/news/10188) =================================================================== --- trunk/www/news/historic/10188 (rev 0) +++ trunk/www/news/historic/10188 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,27 @@ +Title: GNUe Forms 0.5.16 released +Author: [email protected] +Date: 2006-09-12 + +The GNU Enterprise team proudly announces + + GNUe Forms 0.5.16. + + +GNUe Forms is a data-aware user-interface generator. In more specific +terms, Forms, using a clean XML-based definition, can display the same +functional user interface in various physical mediums, whether GUI, +HTML, console, or via a telephone-response system. Forms is designed +from the ground up to describe a functional, database-backed interface, +with no emphasis on particular widget sets. A form should be equally +usable in a console/text-based environment as it is in a GUI setting. + + +Changes and new features in this release: + +* [wx26] Block mouse wheel event in dropdowns under MSW +* Call POST-CHANGE trigger immediately on checkbox clicks +* Fixed looking up of non-string foreign keys + + +You can download this release of GNUe Forms from +http://www.gnuenterprise.org/tools/forms/0.5.16/ Copied: trunk/www/news/historic/10189 (from rev 9977, trunk/www/news/10189) =================================================================== --- trunk/www/news/historic/10189 (rev 0) +++ trunk/www/news/historic/10189 2009-10-18 17:51:05 UTC (rev 9985) @@ -0,0 +1,38 @@ +Title: GNUe Common Library 0.6.5 released +Author: [email protected] +Date: 2006-11-09 + +The GNU Enterprise team proudly announces + + GNUe Common Library 0.6.5. + + +This is an updated stable version and contains only bug +fixes and/or translation updates. + + +GNUe Common Library is the basis for the GNUe tools, such as +Forms, Reports, Application Server, and Designer. It implements +a database-abstraction layer that provides support for most major +databases. A builtin XML-to-Object parser and Object-to-XML marshaller +are used by Forms, Reports, and Designer to save and read Forms/Report +definitions to and from an XML file. It also defines and implements an +RPC abstraction layer that will allow server processes to define their +public methods once and have them available XML-RPC and Pyro clients. + + +Changes and new features since the last stable version: + +* [apps] Append debug files instead of overwriting them (issue120) +* [apps] Changed timestamps in debug files to absolute time (issue121) +* [datasources] New driver for psycopg2 (issue124) +* [datasources] Don't use OID in postgres any more +* [definitions] some parser changes needed for upcoming designer release +* Windows support for setup-cvs.py +* New release numbering scheme for unstable releases +* Some code cleanup +* Several smaller bug fixes + + +You can download this release of GNUe Common Library from +http://www.gnuenterprise.org/tools/common/0.6.5/ Modified: trunk/www/utils/webhelpers/news.py =================================================================== --- trunk/www/utils/webhelpers/news.py 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/utils/webhelpers/news.py 2009-10-18 17:51:05 UTC (rev 9985) @@ -14,7 +14,7 @@ files.sort() files.reverse() # Latest news first - newsPage = '<div class="newslist"><h1>News Items</h1>\n<p>To read any news item, click on the title. If you have any news to be listed here, email <a href="mailto:[email protected]">[email protected]</a>.</p><ul>' + newsPage = '<div class="newslist"><h1>News Items</h1>\n<p>To read any news item, click on the title.</p><ul>' newscount = 0 for newsf in files: Modified: trunk/www/utils/webhelpers/tools.py =================================================================== --- trunk/www/utils/webhelpers/tools.py 2009-10-18 12:23:44 UTC (rev 9984) +++ trunk/www/utils/webhelpers/tools.py 2009-10-18 17:51:05 UTC (rev 9985) @@ -311,7 +311,6 @@ <li><a href="<?php print "$BASEDIR"; ?>/tools/%s/docs/">Documentation</a></li> <li><a href="<?php print "$BASEDIR"; ?>/gallery/%s.php">Screenshots</a></li> <li><a href="<?php print "$BASEDIR"; ?>/tools/%s/%s/">Download</a></li> - <li><a href="<?php print "$BASEDIR"; ?>/tools/%s/bugs.php">Bug Reports</a></li> </ul>""" % (tool, tool, tool, tool, currentRelease, tool) staticFile('tools/%s/_extra_menu.php'%tool, html)