- Added the WebGUI stats system, which will allow site admins to submit

information about their site to a central repository on webgui.org which 
   help the developers make WebGUI better.
This commit is contained in:
JT Smith 2009-05-14 19:42:37 +00:00
parent 4e51bf02d9
commit b6da052e08
7 changed files with 226 additions and 13 deletions

View file

@ -9,6 +9,9 @@
- Added support for template attachments; scripts and stylesheets that will
be included using style->setScript and setLink instead of just using raw
head tags.
- Added the WebGUI stats system, which will allow site admins to submit
information about their site to a central repository on webgui.org which
help the developers make WebGUI better.
- fixed #10322: Dataform: wrong attr on script tag
- fixed #10336: postReceivedTemplateId not corrected in upgrade_7.6.0-7.6.1 (Jukka Raimovaara / Axxion Oy)
- fixed: Crud handling of Form fields with database types that cannot have default values.