|
1 | 1 | # In2publish Core Change Log |
2 | 2 |
|
| 3 | +12.6.0: |
| 4 | +- [DOCS] Update Changelog.md |
| 5 | +- [META] Set the EM conf version number to 12.6.0 |
| 6 | +- [DOC] Add upgrade documentation |
| 7 | +- [BUGFIX] Fix wrong characters in PageRow.html condition |
| 8 | +- [BUGFIX] Remove usage of ConditionViewHelper from EXT:in2publish |
| 9 | +- [BUGFIX] Show status for deleted pages in OverviewModule |
| 10 | +- [BUGFIX] Fix PublishButtonWithWarning displayed when record is publishable ignoring dependencies |
| 11 | +- [BUGFIX] Eliminate not publishable warning for unchanged elements |
| 12 | +- [BUGFIX] Show publishing action only if user is allowed to publish |
| 13 | +- [DOC] Adjust documentation and change screenshots |
| 14 | +- [BUGFIX] Show language flag also for default language |
| 15 | +- [BUGFIX] Fix layout of topmost "table" page header |
| 16 | +- [TASK] Add header to OverviewModule |
| 17 | +- [TEST] Fix PublishChangedNewsTest |
| 18 | +- [TEST] Fix UidClashTest |
| 19 | +- [TEST] Fix RecordTreeDisplayTest |
| 20 | +- [TEST] Fix PublishTranslationTest |
| 21 | +- [TEST] Fix PublishChangedPagePropertiesTest |
| 22 | +- [TEST] Fix PublishChangedContentTest |
| 23 | +- [TEST] Fix PublishingRecordWithDependencyTest |
| 24 | +- [TEST] Add make task for execution of single tests |
| 25 | +- [BUGFIX] Fix getChildPagesWithoutTranslations in AbstractRecord |
| 26 | +- [TASK] Improve layout for translated page records in Publish Overview |
| 27 | +- [TASK] Provide method getChildPagesWithoutTranslations in RecordTree, Node and AbstractRecord in order to fix display of records in OverviewModule |
| 28 | +- [GIT] update github workflow testsuite image |
| 29 | +- [BUGFIX] fix request access check |
| 30 | +- [TASK] Fix spacing of elements in publish overview page rows |
| 31 | +- [TASK] Add language filtering to publish overview |
| 32 | +- [COMMENT] Add comment to LanguageAugmentation |
| 33 | +- [TASK] Display reasons why record is not publishable in OverviewModule using a new InformationModal without publish buttons |
| 34 | +- [BUGFIX] Display ReasonsWhyRecordIsNotPublishable in WorkflowModule |
| 35 | +- [BUGFIX] Replace in2publish ContentLanguage with SiteLanguage in SiteLanguageService |
| 36 | +- [WIP] Add language filter to OverviewModule |
| 37 | +- [TASK] Assign available languages to PublishOverviewModule |
| 38 | +- [REFACTOR] Move SiteLanguageServie from EXT:in2publish to EXT:in2publish_core |
| 39 | +- [TASK] Provide event to decide if translations should be included in publishing |
| 40 | +- [FEATURE] Add event listener language augmentation limiting the publishing to the selected languages |
| 41 | +- [BUGFIX] Make searches case-insensitive |
| 42 | +- [BUGFIX] Fix spacing of in2publish-page entries to prevent whitespace in searches |
| 43 | +- [TASK] Don't render function bar in publish overview |
| 44 | +- [TASK] Rebuild frontend assets |
| 45 | +- [TASK] Move SCSS files into new build location |
| 46 | +- [TASK] Add updated tooling to build SCSS |
| 47 | +- [FEATURE] Implement new publish overview |
| 48 | +- [DEV] Add some make tasks for local development |
| 49 | + |
3 | 50 | 12.5.9: |
4 | 51 | - [META] Set the EM conf version number to 12.5.9 |
5 | 52 | - [BUGFIX] Avoid trailing AND when additionalWhere is empty |
|
929 | 976 | - [GIT] Ignore build and qa files when creating a production dist |
930 | 977 | - [GIT] Ignore the .github folder when creating a production dist |
931 | 978 |
|
932 | | -1.0.9: |
| 979 | +11.0.9: |
933 | 980 | - [META] Set the EM conf version number to 11.0.9 |
934 | 981 | - [BUGFIX] Search for file links only in href attributes |
935 | 982 | - [BUGFIX] Do not enhance records with sys_redirects if they are excluded from publishing |
|
0 commit comments