| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-12 | Clean up unnecessary eslint-disable directives (per ESLint). | supahgreg | |
| 2025-10-12 | Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in ↵ | supahgreg | |
| 'eslint.config.js'). Also take care of 2 'no-prototype-builtins' and a 'no-useless-escape'. * https://eslint.org/docs/latest/rules/no-redeclare * https://eslint.org/docs/latest/rules/no-prototype-builtins * https://eslint.org/docs/latest/rules/no-useless-escape | |||
| 2021-02-14 | SingleUseDialog: destroy existing widget with same id on create | Andrew Dolgov | |
| 2021-02-12 | * OPML import: don't reload everything, just feed tree | Andrew Dolgov | |
| * dialogs: use auto-destroying dialog for almost all dialogs instead of destroying them manually * some general dialog-related cleanup | |||