Projects / DomCore / Releases

RSS All releases of DomCore

Release Notes: The WATemplate syntax analyzer no longer uses urlencode and urldecode, greatly improving compilation time. An error has been corrected in the regular expressions of the templates compiler: sometimes the subtemplate was not correctly replaced.

Release Notes: The WATemplate class has been corrected so the subtemplate IDs can be only only letters, digits, or the special characters ".", "-", "_", and "|".

Release Notes: Some errors have been corrected in the WATemplate class (the [[...]] and {{...}} metaelements were not working as expected sometimes). The method WATemplate->metaElements has been modified so it can be called only once. All the examples have been modified to use the new [[...]] meta element and the strict mode.

  •  01 May 2012 10:11
Avatar

Release Notes: A new template syntax has been added: [[id]]...[[]]. The old syntax %%SUBTEMPLATE(id)%% ... %%ENDSUBTEMPLATE%% will be deprecated. A new way to access parameters in the data array has been implemented: {{id}} and a new strict mode to force the use of the new syntax.

Release Notes: An error has been corrected in WATemplate: the ?? metaelement was not working as specified. WATemplate has been modified to support path data access into the data array (i.e., ??VAR1>VAR2>VAR3:templateid??), to use hierarchic accessibility on templates (if the template does not exists in a level, it will be searched in the father), and to support a new meta element {{...}} to directly access an entry in the data array. A new example has been added for path data and the {{...}} meta element.

  •  04 Apr 2012 00:11
Avatar

Release Notes: This release adds a new pattern Factory (with its respective examples) and other minor enhancements in the code.

  •  28 Mar 2012 00:44
Avatar

Release Notes: The singleton has been simplified and enhanced to use a default class name calling the getInstance method. The multiton class has been implemented, and its examples and languages added.

  •  25 Mar 2012 10:33
Avatar

Release Notes: This release adds a new patterns section to implement patterns base classes, implements Singleton, and modifies WASimpleXML::tags to convert several identical tags into an array instead of only the last one.

  •  22 Mar 2012 14:27
Avatar

Release Notes: The messaging and error system has been enhanced. A new language netherland (Dutch) has been added. The message examples have been modified to match changes in classes.

  •  04 Mar 2012 19:33
Avatar

Release Notes: The static method tags has been added to WASimpleXML to extract only the tag-or-data hierarchy.

Screenshot

Project Spotlight

imvirt

A script that detects several virtualizations.

Screenshot

Project Spotlight

LibHTP

A security-aware parser for the HTTP protocol and the related bits and pieces.