forked from flarum/framework
-
Notifications
You must be signed in to change notification settings - Fork 2
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
跟随官方--develop #44
Open
melancn
wants to merge
2,339
commits into
CNUER:develop
Choose a base branch
from
flarum:master
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
跟随官方--develop #44
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
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
* chore: rewrite SubtreeRetainer in Typescript * chore: mark attributes as protected
* Rewrite ModalManagerState into Typescript - Fixes `attrs` parameter being marked as required - Add `isModalOpen` method * Rewrite ModalManager into Typescript * Fix incorrect type * Continue modal rewrite * Update attr typings * Fix correctly cast `this.constructor` calls * Cast to bool * Don't extend ModalAttrs by Record * Prevent missing abstract methods in child Modals from bricking frontend * Add missing `app` import * Address review comment Co-authored-by: David Sevilla Martin <[email protected]> Co-authored-by: David Sevilla Martin <[email protected]>
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
* Rename files * Rewrite common Application to TS * Improve DefaultResolver typings * Convert mapRoutes to TS * Fix incorrect JSDoc type * Add missing default value * Add debug button string to localisations * WIP Forum application TS rewrite * Use union and intersection to remove property duplication * Address some review comments Co-authored-by: Alexander Skvortsov <[email protected]> * Address some review comments Co-authored-by: Alexander Skvortsov <[email protected]> * Fix build error * Address some review comments Co-authored-by: Alexander Skvortsov <[email protected]> * Add `type` import qualifier Co-authored-by: Alexander Skvortsov <[email protected]>
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Co-authored-by: Alexander Skvortsov <[email protected]>
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
…gs Extender (#3011) Co-authored-by: Alexander Skvortsov <[email protected]>
* Pass null/falsy values through Model.getIdentifier * Add explicit if-return
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
* Add tests to verify post policy works as intended * Fix "reply" post edit setting not working on PHP 8 Fixes #3144
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Co-authored-by: David Wheatley <[email protected]>
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
update constant for next version
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Co-authored-by: Alexander Skvortsov <[email protected]>
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This ensures that extensions referring to core's built dist typings don't try to pull from core's src code.
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
The pane would appear but the page content would not shift to the right because the hasPane className would be missing
Previously was checking ability to edit own user instead of user selected in modal
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
…cussions for a user (#3295)
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
跟随官方--develop