menu.changelog
HP-Version:
Version 1.7.x
- Improved Event page
- New config value: "Transient Envelope" (UMG 512, UMG605[us])
- Bugfixes Details
Version 1.6.5
- New menu layout.
- New translations.
- Fixed user defined records display
-
- Bugfixes Details
- Scroll für iPhone OS 3.x.
- Config UI Bugfix.
- IE 6.0 rendering fix.
- HTTP mime type for html sites without charset, allowing custom charset on thml pages.
Version 1.5.x
- Eggs support multiple menu entries.
- Help "add menu entries" renewed.
- Added "Russian" translation.
- Bugfixe Details
- If two or more sysvars with the same array variable are include except the first elment [e.g. syvar("_XY[1]") and
sysvar("_XY[3]") ], the result array was shifted.
This is a very rare occasion, since in most cases the whole array or only one element is used.
Version 1.4.3
- Bugfixes Details
- Display update fix
- 1.4.2 json.do: Problem with ConfigHelper
- Config Events "Off" Handling
Version 1.4.2
- Renamed Ajax File from "json.exe" to "json.do" in order to avoid blocking by a security gateway or virus scanner.
Version 1.4.0
- Improved Mobile Device experience.
- Technical Improvments Show
- Added Prototype.js and scriptaculous.js in Dir /js/. These files are not included in standard header.html.
- Due to Prototype.js extending js object class, some lines like "for(x in My_array)" won't work. Workaround: Do not include prototype.js, but this may change in the future. Or add "if(x in Array.prototype)continue;" to your loop. Click here for more information.
- Lib.js compatible to Prototype.js
Version 1.3.0
- Improved Mobile Device experience.
- Menu-Item "Min/Max reset" triggers direct content update without autoupdate.
- Technical Improvments Show
- Mobile Devices: iui in Subfolder /iui added.
- Mobile Devices also uses these files /html/phonejs.js, /html/css/phone.css
- Mobile Devices: global JS-Variable is_phone
- TableHelper supports multiple calls to NewHeader().
- ConfigHelper supports multiple variables per inputfield.
- ConfigHelper adds getChangedObjs() and hasChanged().
Version 1.2.0
- JS-Function sysvar now supports Hooks.
Version 1.1.0
- JS-Function sysvar now supports MIN / MAX values in order to highlight if one limit is violated.