Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rules offline edition #42

Open
JulienCochuyt opened this issue Jul 22, 2024 · 1 comment
Open

Rules offline edition #42

JulienCochuyt opened this issue Jul 22, 2024 · 1 comment

Comments

@JulienCochuyt
Copy link
Member

Editing a rule is currently only supported if the WebModule is loaded and active.
In many cases, it would be useful to also be able to edit rules in an inactive module.

JulienCochuyt added a commit that referenced this issue Aug 26, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options
 - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
@JulienCochuyt
Copy link
Member Author

Implemented on the branch for PR #37 .

JulienCochuyt added a commit that referenced this issue Aug 26, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options
 - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Aug 26, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options
 - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Aug 26, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options
 - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Aug 29, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options
 - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Aug 31, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options
 - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Aug 31, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options
 - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Sep 1, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options
 - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Sep 12, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: Ctrl(+shift)+tab cycles through group by options
 - GUI: RulesManager: F6 switches from the list to the summary or comments back and forth
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Sep 13, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options
 - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth
 - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree
 - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Sep 13, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options
 - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth
 - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree
 - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Sep 18, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options
 - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth
 - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree
 - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Oct 15, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options
 - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth
 - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree
 - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Oct 15, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options
 - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth
 - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree
 - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Oct 15, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options
 - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth
 - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree
 - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Oct 17, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options
 - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth
 - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree
 - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
JulienCochuyt added a commit that referenced this issue Oct 17, 2024
 - RulesManager: Disable group by position when results aren't available
 - GUI: RulesManager: Add current group by option to dialog title
 - GUI: RulesManager: `ctrl(+shift)+tab` cycles through group by options
 - GUI: RulesManager: `F6` switches from the list to the summary or comments back and forth
 - GUI: RulesManager: `enter` on the "Group By" radios sets focus to the tree
 - GUI: RulesManager: `*` and `/` on the numpad while on the tree expands/collapses it all
 - GUI: RulesManager: Fix layout
 - GUI: RuleEditor: Fix checking for conflicting name when renaming a rule
 - GUI: RuleEditor: Fix layout
 - Remove `showManager`, `showCreator` and `showEditor` from `webModuleHandler` and `ruleHandler`
 - webModuleHandler: Remove `getEditableScratchpadWebModule` and `getEditableUserConfigWebModule` from public API
 - WebModule: Add `getWritableLayer` to public API
 - WebModuleDataLayer: Remove obsolete `rulesOnly` attribute
 - Bump API version to 0.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant