The Memory Remains 1.36.32
connortechnology
released this
18 Nov 19:57
·
5970 commits
to master
since this release
Changes since 1.36.31
- More properly fix the alarm status api changing. The previous hack broke doing alarm on/off.
- fix handle of SQL generation of IN array when array is empty. Just always return false.
- Fix test for null in Object::find
- Make inputs on filter action table 100%
- Fix Warning when monitor is not visible
- Switch to utf8mb4 to support 4 byte unicode Fixes [#3514]
- Make search input the same size as other toolbar elements
- Remove deprecated CAMBOZOLA references
- Update Monitor symlinking, improving deleting old link when changing name
- Fix zone deleting and fix an extra comma in default coordinates
- Add libswscale6 and libswresample4 dependencies for ubuntu kinetic
- Remove return type from session class methods. not supported in php5.4. Fixes breakage on centos7. Fixes [#3622]
- Fix recalculating Event Disk Space a second time when updating.
- Set xhrFields: withCredentials: true so that we send cookies with our streaming xhr requests so that we pick up new auth hashes
- Add Access-Control-Allow-Credentials: true so that we can pass cookies along with xhr requests.
- Add Cause, Notes and EndDateTime to available columns in events list on watch view
- Make button on Filter Debug modal be Close instead of Cancel
- Handle empty but defined REQUEST[action]
- replace php Memcached with Apc on Fedora
- Allow MonitorName as default sort field as well as Monitor
- Try out just using connkey as the semaphore key instead of ftok in ajax streaming requests
- Turn back on error_reporting, just don't display the error in json ajax requests.
- Check for return value of openEvent. Fixes crash when openEvent fails
- Fix infinite recursion in montagereview
- Add error message when minTime >= maxTime in montagereview
- Fix crash in zmfilter DiskSpace Update when Event doesn't exist
- Make .form-group styles export page specific because they are affecting layout in modals
- Cleanup the state modal. Fix form post
- Set web backend db connection to utf8 Fixes [#3631]
- implode the output from zmu to fix php complaint abou array to string
- convert strings into integers before doing math as of php 8.2 Fixes Unsupported operand types: string - int
Full Changelog: 1.36.31...1.36.32