This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
Releases: DivanteLtd/pimcore-notifications
Releases · DivanteLtd/pimcore-notifications
1.2.2 minor fixes
Fixed attaching objects bug
Merge pull request #7 from DivanteLtd/Fix-IndexController-Notifications Changed if statement in markReadAction,delteAction,detailsAction in I…
Dates model bug and improvements
Some improvements are added:
- on "Delete all" action a confirm box is show to prevent false action
- by default notification list is ordered by creationDate DESC like a webmail
- sorting and filtering on the grid list has been added to search easily through notifications
- security check have been added to be sure other user cannot read messages (by forcing post parameters for instance)
- message unread are now in bold for panel and portlet (strong tag was not enough - Firefox)
- element can be directly opened from panel or portlet
- websocket send no more security warning/blocking if https is used for Pimcore backend (this error was fatal and the ajaxConnection fallback was not runned)
- if no websocket, ajaxConnection is run a firsttime before the setInterval (so as the user log in Pimcore he don't have to wait 30s to see new message)
- french translation added
Special thanks to @Yivan (#4 (comment))