Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / ckeditor/ckeditor5-editor-classic issues and pull requests

#105 - Adjusted code to changes in i/6091

Pull Request - State: closed - Opened by pomek over 4 years ago - 1 comment
Labels: pr:sub

#103 - i/6220: The main toolbar should always stay on top of contextual UI elements

Pull Request - State: closed - Opened by oleq over 4 years ago - 5 comments

#102 - Fixed tests leaking editor instance / DOM element.

Pull Request - State: closed - Opened by mlewand almost 5 years ago
Labels: pr:sub

#101 - Refactored the editor class to use the EditorFactory class.

Pull Request - State: closed - Opened by fredck almost 5 years ago - 3 comments
Labels: pr:sub

#100 - i/5692: The main editor toolbar should respect the `config.toolbar.shouldGroupWhenFull` configuration

Pull Request - State: closed - Opened by oleq almost 5 years ago - 1 comment
Labels: pr:sub

#99 - t/ckeditor5/416d: Enabled automatic items grouping

Pull Request - State: closed - Opened by oleq about 5 years ago - 1 comment
Labels: pr:sub

#97 - Removed usage of logger.

Pull Request - State: closed - Opened by ma2ciek about 5 years ago

#96 - Correct import statement

Pull Request - State: closed - Opened by msamsel about 5 years ago

#94 - Align code to introduced error context

Pull Request - State: closed - Opened by ma2ciek about 5 years ago - 1 comment

#92 - Do not expose window.editor to prevent CKEditorInspector automatic at…

Pull Request - State: closed - Opened by jodator over 5 years ago - 1 comment

#90 - Add label for classic editor's toolbar

Pull Request - State: closed - Opened by msamsel over 5 years ago - 2 comments

#87 - Added documentation for editor-create-initial-data error

Pull Request - State: closed - Opened by scofalik over 5 years ago

#85 - Introduced EditorConfig#initialData. Made config param optional

Pull Request - State: closed - Opened by scofalik over 5 years ago - 2 comments

#82 - Simplify view property in `EditorUI`

Pull Request - State: closed - Opened by f1ames over 5 years ago

#80 - Adjustments to new `data#ready` event

Pull Request - State: closed - Opened by f1ames over 5 years ago - 1 comment

#79 - T/ckeditor5/479: Enabled the classic editor placeholder

Pull Request - State: closed - Opened by oleq over 5 years ago - 1 comment

#78 - T/ckeditor5/1341: Prevent memory leaks

Pull Request - State: closed - Opened by jodator over 5 years ago

#77 - Editor UI classes API refactoring

Pull Request - State: closed - Opened by f1ames over 5 years ago - 2 comments

#76 - Replace `ckeditor5-uitls/src/lib/lodash` imports with `lodash-es`

Pull Request - State: closed - Opened by ma2ciek about 6 years ago - 1 comment

#74 - Used EditorUI as a ClassicEditorUI parent class.

Pull Request - State: closed - Opened by oskarwrobel over 6 years ago

#73 - Allow to pass initial data to the editor constructor

Pull Request - State: closed - Opened by szymonkups over 6 years ago - 8 comments

#71 - Internal: Changed the way of getting initial data from element.

Pull Request - State: closed - Opened by pjasiun over 6 years ago

#70 - Other: Align code to the changes in naming UI components & commands.

Pull Request - State: closed - Opened by jodator over 6 years ago - 1 comment

#69 - Removed `.ck-editor-toolbar` class in ToolbarView

Pull Request - State: closed - Opened by dkonopka over 6 years ago - 1 comment

#68 - t/ckeditor5/645: Minor adjustments in toolbar configurations

Pull Request - State: closed - Opened by oleq over 6 years ago

#67 - t/ckeditor5-ui/144: Migrated the editor styles to PostCSS

Pull Request - State: closed - Opened by oleq almost 7 years ago

#66 - RootEditableElement is created together with the editor structure.

Pull Request - State: closed - Opened by oskarwrobel almost 7 years ago

#64 - Replaced uses of StickyToolbarView with StickyPanelView.

Pull Request - State: closed - Opened by oskarwrobel about 7 years ago - 2 comments

#63 - t/62: The toolbar should never hide underneath the edited content

Pull Request - State: closed - Opened by oleq about 7 years ago

#59 - t/41: Renamed the ClassicEditor file to "classiceditor.js" to match the naming convention.

Pull Request - State: closed - Opened by oleq over 7 years ago - 3 comments

#56 - Integrated ContextualBalloon.

Pull Request - State: closed - Opened by oskarwrobel over 7 years ago - 10 comments

#54 - T/53: Cannot inherit from ClassicEditor

Pull Request - State: closed - Opened by pomek over 7 years ago

#52 - t/51: Used getItemsFromConfig to bootstrap the toolbar in ClassicEditorUI.

Pull Request - State: closed - Opened by oleq over 7 years ago

#50 - t/48: Code refactoring in editor-classic

Pull Request - State: closed - Opened by oleq over 7 years ago

#47 - Fixed hardcoded class name in static create method

Pull Request - State: closed - Opened by IlyaSemenov over 7 years ago - 5 comments

#46 - Bind editable focus to view's document

Pull Request - State: closed - Opened by szymonkups over 7 years ago

#44 - t/43: Enable toolbar focus and blur using keyboard shortcuts

Pull Request - State: closed - Opened by oleq over 7 years ago

#42 - Implemented editor events

Pull Request - State: closed - Opened by Reinmar almost 8 years ago

#39 - t/38: Changes to EditorClassic after bringing *EditorUI back to life.

Pull Request - State: closed - Opened by oleq almost 8 years ago

#37 - Initial configuration for Travis.

Pull Request - State: closed - Opened by pomek almost 8 years ago

#35 - t/34: Refactoring in ClassicEditor classes and tests.

Pull Request - State: closed - Opened by oleq almost 8 years ago

#33 - FocusTracker integration

Pull Request - State: closed - Opened by oskarwrobel almost 8 years ago

#30 - t/29: Passed the editable element as a limiter to StickyToolbarView constru…

Pull Request - State: closed - Opened by oleq about 8 years ago - 1 comment

#26 - Fixed path to ckeditor.css

Pull Request - State: closed - Opened by szymonkups about 8 years ago

#24 - Fixed: Turn JSHint browser setting to false.

Pull Request - State: closed - Opened by scofalik about 8 years ago

#20 - Changed paths and docs to use ckeditor5-core package

Pull Request - State: closed - Opened by szymonkups about 8 years ago

#18 - Fixes required by ckeditor5-engine/t/518.

Pull Request - State: closed - Opened by scofalik about 8 years ago

#16 - Fixed tests after package merged.

Pull Request - State: closed - Opened by pomek about 8 years ago

#15 - T/ckeditor5 ui/26: Review our approach to MVVM

Pull Request - State: closed - Opened by oleq over 8 years ago - 1 comment

#14 - Renamed package to ckeditor5-editor-classic.

Pull Request - State: closed - Opened by szymonkups over 8 years ago

#13 - Renamed formats to headings.

Pull Request - State: closed - Opened by szymonkups over 8 years ago

#11 - Made classic creator a classic editor

Pull Request - State: closed - Opened by Reinmar over 8 years ago - 1 comment

#10 - Changed import absolute path to relative.

Pull Request - State: closed - Opened by oskarwrobel over 8 years ago - 1 comment

#8 - t/ckeditor5-ui-default/12: Implement dropdown component

Pull Request - State: closed - Opened by oleq over 8 years ago - 7 comments
Labels: type:feature

#7 - Changed absolute import paths to relative.

Pull Request - State: closed - Opened by oskarwrobel over 8 years ago

#6 - Removed the temporal mock.

Pull Request - State: closed - Opened by Reinmar over 8 years ago

#4 - Changed config getter.

Pull Request - State: closed - Opened by oskarwrobel over 8 years ago

#2 - t/1: First implementation of the creator

Pull Request - State: closed - Opened by oleq over 8 years ago - 1 comment