Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Releases: DivanteLtd/pimcore-notifications

1.2.2 minor fixes

05 Dec 13:34
24b9997
Compare
Choose a tag to compare
Merge pull request #7 from DivanteLtd/Fix-IndexController-Notifications

Changed if statement in markReadAction,delteAction,detailsAction in I…

Fixed attaching objects bug

05 Dec 12:19
24b9997
Compare
Choose a tag to compare
Merge pull request #7 from DivanteLtd/Fix-IndexController-Notifications

Changed if statement in markReadAction,delteAction,detailsAction in I…

Dates model bug and improvements

11 Apr 12:34
Compare
Choose a tag to compare

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))