File modules/cms/ui/themes/default/script/openrat/notice.js
Last commit: Wed Oct 16 20:20:24 2024 +0200 Jan Dankert Fix: Adding the onclick-Listener for notices must use the new function.
Binary file could not be displayed
Downloadmodules/cms/ui/themes/default/script/openrat/notice.js
History Wed, 16 Oct 2024 20:20:24 +0200 Jan Dankert Fix: Adding the onclick-Listener for notices must use the new function. Sun, 13 Oct 2024 17:57:44 +0200 Jan Dankert Refactoring: Replacing some callback handlers with custom events. Events are better for decoupling. Mon, 13 Jun 2022 22:00:39 +0200 Jan Dankert Fix: Show the error description in the UI notice. Fri, 11 Feb 2022 01:28:51 +0100 dankert Fixed some UI problems: The dialogs are now closed after submitting the data; Workbench is reloaded after login/logout. Mon, 29 Nov 2021 23:54:33 +0100 Jan Dankert New: Spinner image with pure css. So we can colorize it now. Thu, 1 Apr 2021 01:01:54 +0200 Jan Dankert New: Some fixes for OQuery, our new selfmade light JQuery replacement. Now the UI is back again. Wed, 31 Mar 2021 01:52:57 +0200 Jan Dankert New: Replace JQuery with OQuery, a selfmade light JQuery replacement. Sat, 27 Mar 2021 19:07:36 +0100 Jan Dankert Fix: Import Navigator Sat, 27 Mar 2021 05:14:11 +0100 Jan Dankert Refactoring: Converting all script files to ES6 modules (work in progress); removed jquery-ui (drag and drop will be replaced by HTML5, sortable by a small lib) Wed, 17 Mar 2021 22:27:33 +0100 Jan Dankert Refactoring: Using ES6-Modules (experimental) Wed, 17 Mar 2021 02:18:50 +0100 Jan Dankert Refactoring: Using "Jquery slim" without ajax and effects. Tue, 16 Mar 2021 23:52:22 +0100 Jan Dankert Refactoring: Use ES6 classes. Tue, 16 Mar 2021 02:38:13 +0100 Jan Dankert Fix: Using the new FormData object instead of JQuery (JQuery's serialize-functions are not available in the slim version) Mon, 15 Mar 2021 23:29:48 +0100 Jan Dankert Refactoring: Use ES6 classes. Sat, 6 Mar 2021 01:12:37 +0100 Jan Dankert Fix: Show notice, if dialog is open. Sat, 6 Mar 2021 00:41:10 +0100 Jan Dankert New: Notice are collapsible. Tue, 23 Feb 2021 01:00:33 +0100 Jan Dankert New: Undo for closed dialogs with unsaved changes. Sat, 20 Feb 2021 00:49:37 +0100 Jan Dankert Cleanup of templates. Wed, 17 Feb 2021 00:37:45 +0100 Jan Dankert Refactoring: Extract Notices into a separate js class