This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- disabled hooks on install - changed subscription field name - changed topic - post relation cascade - sync methods moved to sync listener - added new dizkus events - template updates - recreating topic move action
- controllers do not perform sync fields related operations (mostly) - or used only with noSync status. Sync fields - last post (topic, forum) - post count (topic, forum, user) - topic count (forum) Moving those operations to sync listener clears things a lot and provides single place where different sync strategies can be implied. To do: - review/test proposed sync behaviour - sync behaviour on unfinished actions like, split, join etc.. (two strategies only direct children or full branch sync) - admin forum sync action (two strategies) - admin topics sync action (pages, ajax) - admin users sync (posts count) - admin disable forum on full automatic ajax sync - other (sync and import) - visual improvements
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the initial stage of new ajax and non ajax forum tree management page and synchronization action.
#324