2009-08-05
1) was improved in the Lightbox effect dinamica.js file, for
they should update the action / WEB-INF/action/script.
2) was added to the repository version of a template / Crosstab
renamed crosstab_H2DB, this runs against H2DB, had to be
modify the SQL queries to use the year () instead of H2DB
date_part of PostgreSQL.
2009-08-03
1) Enhancements dinamica.PDFSimpleTable:
* Method getTitleFont () that subclasses can use to change the default font
Of titles.
* New context-parameter "pdf-dateformat" in web.xml to define the format of the date / time in
Footer of the report PDF:
<context-param>
<description> Default date format for PDF report footer </ description>
Pdf-<param-name> dateformat </ param-name>
<param-value> Yyyy-MM-dd HH: mm </ param-value>
</ Context-param>
* The attributes "title" of the columns can now be a marker of type $ (LBL: xxxx)
and the value of the "pdf-title" in config.xml
2) dinamica.TemplateEngine Now the constructor of this class is responsible for loading the user's local
without requiring that it be passed to the method setlocale ().
3) dinamica.Controller: We removed the code which retrieves the user's local session to pass their
TemplateEngine to class in the block of code that builds the output. Also changed the method replaceMacros
also to replace markers of type $ (LBL: xxx) in addition to config.xml $ (def: actionroot).
2009-08-01
1) was deleted empty constructor Record () in class dinamica.Record () as
was not used and only included for compatibility with an old kit SOAP Web Services
Glue named in 2005.
Improved the code in this class to eliminate some SupressWarnings @
Parameterized data types better received in the methods, and also
CASTINGS eliminated unnecessary.
The method Recordset.getPage () was changed, no longer uses the method clone () in HashMap
putAll but without the necessity of casting.
2) To export to PDF in the template / pagedview format was added to the field level (in config.xml).
2009-07-31
1) It pulieron XML and HTML files of the templates that are most used for more legible.
The templates are updated: crudsimple, filter, viewchart, picklist, pagedview, crud and masterdetail.
The structure of these files had been altered a few months ago for using a tool AutoFormat
Eclipse (an accident).
Also tweak these Actions:
/ action / progress / action / pagecontrols
2009-07-22
1) was modified validateInput method () of class for dinamica.Controller
not replace the wrong type of markers $ (LBL: xxxx) (field labels) when using ajax validation mode.