Skip to content

Releases: benjaminkott/bootstrap_package

7.0.1

27 Dec 03:13
Compare
Choose a tag to compare

RELEASE

  • [RELEASE] Release of 7.0.1 for TER release with TYPO3 8.0 c278f60

v7.0.0

27 Dec 03:12
Compare
Choose a tag to compare

General Information

It´s not recommended to do a direct update from a previous version - the content rendering definitions have completly changed and are now streamlined to use only FluidTemplates. This version only supports TYPO3 CMS 7.6.x & 8.0.0, support for CMS 6.2 has been dropped.

Information about how to migrate an why will follow.

247 Commits have been made since 6.2.15.
...

BREAKING

  • [!!!][TASK] Send cache headers per default 9b9f945
  • [!!!][TASK] Conflict css_styled_content and fluid_styled_content due inconsistencies and incompatability to each other 5ecadef
  • [!!!][TASK] Replace FlexFormViewHelper with FlexFormProcessor 22d60c8
  • [!!!][TASK] Disable link to top bd62ef8
  • [!!!][TASK] Use more strict template names and flatten folder structure for templates to avoid conflicts 1761622
  • [!!!][TASK] Disable compressing and concatenation of CSS and JS files by default fe5b5b8
  • [!!!][TASK] Drop IE8 support c9a9ffb
  • [!!!][FEATURE] Register optional PageTS config files e9caa18
  • [!!!][TASK] Remove some 6.2 specific fallbacks 8ade18a
  • [!!!][TASK] Drop TypoScript fallbacks for 6.2, 7.4 569df45
  • [!!!][TASK] Drop TemplateFileResolver fallback for 6.2 d70ee66
  • [!!!][TASK] Drop BackendLayoutDataProvider since its part of the core now dd81e0c
  • [!!!][TASK] Dropping TYPO3 6.2 support and raise version to 7.0.0-dev 0bc1499

FEATURE

  • [FEATURE] Remaining PageTS templates are configurable 7806d37
  • [FEATURE] Allow to disable footer-section with Typoscript constant. 561cb0e
  • [FEATURE] Allow photoswipe to be opened by url params 317032b
  • [FEATURE] Add PhotoSwipe as lightbox a00e011
  • [FEATURE] Thumbnail Menu b6bdc42
  • [FEATURE] Include records without default translation in content select 9ffce33
  • [FEATURE] Allow media content in accordion a16b625
  • [FEATURE] Allow media content in tabs 9ccf082
  • [!!!][FEATURE] Register optional PageTS config files e9caa18

TASK

  • [TASK] Set defaults for backend configuration 42001a9
  • [TASK] Remove backend_layout upgrade wizard bdd51ad
  • [TASK] Update hammerjs to 2.0.6 a2f2e59
  • [TASK] Update jQuery to 2.2.1 977a997
  • [TASK] Update bootstrap to 3.3.6 fa1f19f
  • [TASK] Update oyejorge/less.php to 1.7.0.10 4a28bad
  • [TASK] Remove unneeded rte_transform options 070ad6c
  • [TASK] Optimize export b7012da
  • [TASK] Correct accordion rendering 444df86
  • [TASK] Correct tab rendering when no media is selected f3a4be1
  • [TASK] Remove realurl autoconfiguration in preparation for realurl 2 b44a798
  • [TASK] Add TYPO3 branch for 7.6 and exclude php versions < 7 on master 34640fd
  • [TASK] Add php7 to travis 9f51a7e
  • [TASK] Fix typo 89906d1
  • [TASK] RTE: Classes for links, see #281 55c4a1e
  • [TASK] Add note to vagrant box 5ddf090
  • [!!!][TASK] Send cache headers per default 9b9f945
  • [TASK] Update jQuery to 2.2.0 bee6955
  • [TASK] Test asset pipe on travis 91496d3
  • [TASK] Fix Code according to CGL 9a20304
  • [TASK] Add php cs fixer config a334f7f
  • [TASK] Add TYPO3 CMS 8 as compatible version ccbbd11
  • [TASK] Split source and distribution javascript files and use static paths 291e83b
  • [TASK] Adjust frontend login configuration 4182473
  • [TASK] Add basic configuration and template overrides for indexed_search 9bb70a9
  • [TASK] Add notice about content rendering extensions 1a479e1
  • [TASK] Add header palette to cType list 7d4cb61
  • [TASK] Use default layout as identifier when not backend_layout is selected fc228b0
  • [TASK] Use use titlefield instead of raw data in menus - fixes #273 36b9428
  • [TASK] Add escaped class to example in lib.dynamicContent 0217d68
  • [TASK] Use fluidtemplate for languagemenu rendering 35c2ced
  • [TASK] Use fluidtemplate for breadcrumb rendering 51b4049
  • [TASK] Use fluidtemplate for mainnavigation rendering f399864
  • [TASK] Use fluidtemplate for subnavigation rendering a6b62f1
  • [TASK] Add configuration for felogin 57e2acc
  • [TASK] Remove unneeded typo3_mode check b772f39
  • [TASK] Add textmedia content element aa91cb0
  • [TASK] Add typoscript parse functions 7cb7fa1
  • [TASK] Add basic FluidTemplate for mailform and set paths abae4dc
  • [TASK] Add FluidTemplate for list 540e7df
  • [TASK] Add typoscript setup as content rendering template 9b06797
  • [TASK] Add FluidTemplate for shortcut bade03a
  • [TASK] Add description to menu processor d417401
  • [TASK] Add FluidTemplate for menus 37676d7
  • [TASK] Move uploads to typical page content tab 0e4fe0b
  • [TASK] Remove unnessesary adjustment of the header palette 34483ee
  • [TASK] Remove leftover mention of css_styled_content cc096ca
  • [TASK] Add FluidTemplate for uploads content element 06f96ad
  • [TASK] Add TCA and wizard for content element div 40ceba9
  • [TASK] Add TCA and wizard for content element html 5e20f7f
  • [TASK] Add content element wizard items for table a2a3a12
  • [TASK] Add FluidTemplate for table content element eee3c63
  • [TASK] Add TCA for content element bullet list 4739632
  • [TASK] Enable header position again 1257178
  • [TASK] Enable section frame again feaf2e3
  • [TASK] Add TCA for content element header fb6ba2a
  • [TASK] Add TCA for content element image dc99388
  • [TASK] Add content element wizard items for header, text, textpic 455cbdb
  • [TASK] Add TCA for content element textpic bd201a5
  • [TASK] Add TCA for content element text 863c9fd
  • [!!!][TASK] Conflict css_styled_content and fluid_styled_content due inconsistencies and incompatability to each other 5ecadef
  • [TASK] Add case for tt_content rendering 2f6db37
  • [!!!][TASK] Replace FlexFormViewHelper with FlexFormProcessor 22d60c8
  • [TASK] Drop experimental OnePage setup b828197
  • [TASK] Flatten content element setup and add layouts and sections a110a61
  • [TASK] Several adjustments ce1abd1
  • [TASK] Make css adjustments b9f023b
  • [TASK] Remove unnessesary column classes a7f894e
  • [TASK] Move section frames to fluid d5c1071
  • [!!!][TASK] Disable link to top bd62ef8
  • [TASK] Add FluidTemplate for image content element ba7d160
  • [TASK] Flatten content element rendering b418c7f
  • [TASK] Steamline header usage templates 6e0a882
  • [TASK] Add FluidTemplate for image content element bc5183e
  • [TASK] Add FluidTemplate for textpic content element df93601
  • [TASK] Add FluidTemplate for text content element c032f2c
  • [TASK] Add FluidTemplate for header content element a43eb90
  • [TASK] Add FluidTemplate for bullets content element c39d30b
  • [TASK] Add FluidTemplate for html content element 5bbc988
  • [TASK] Remove dependency to styles.content.get definition 8aa6302
  • [TASK] Add FluidTemplate for divider content element c13ffdd
  • [TASK] Migrate reference to "wizard_element_browser" to new "wizard_link" - fixes #258 7f11f4d
  • [TASK] Harden template names for page module previews 3db1711
  • [!!!][TASK] Use more strict template names and flatten folder structure for templates to avoid conflicts 1761622
  • [TASK] Use dataprocessing in listgroup content element 4fcbcbf
  • [TASK] Use fluid template name for panel content element 737797d
  • [TASK] Use fluid template name for list group content element f5c0260
  • [TASK] Use fluid template name for external media content element 3fd77ae
  • [TASK] Use fluid template name for default content element 64142fc
  • [TASK] Use fluid template name for tab content element d370a03
  • [TASK] Use fluid template name for carousel content element f3e9c38
  • [TASK] Use fluid template name for accordion content element 5e2836f
  • [TASK] Move css_styled_content typoscript configuration 2c6bde2
  • [TASK] Extract lib.dynamicContent from Base.ts 174fa1b
  • [TASK] Remove iconInOptionTags and noIconsBelowSelect - fixes #243 4c39c52
  • [TASK] Add preview for content element list-group 5024221
  • [TASK] Reduce size of external media preview 729d4a8
  • [TASK] Update less.php to 1.7.0.9 4adf395
  • [TASK] Update jQuery to 2.1.4 f93cb03
  • [TASK] Add recommended apache modules e42c4e6
  • [TASK] Enable async loading for modernizr and windowsphone-fix 823460f
  • [!!!][TASK] Disable compressing and concatenation of CSS and JS files by default fe5b5b8
  • [!!!][TASK] Drop IE8 support c9a9ffb
  • [TASK] Harden expression in PreProcessHook 2f0d669
  • [TASK] Register content element listgroup icon f795415
  • [TASK] Register content element external-media icon 72c2929
  • [TASK] Register icon for element accordion-item 500bf8e
  • [TASK] Adjust icons for element carousel-item types 73145e5
  • [TASK] Register icons for element carousel-item types 13eb28d
  • [TASK] Register content element carousel icon 37c46b2
  • [TASK] Register content element accordion f66d935
  • [TASK] Register content element panel 3db5c2a
  • [TASK] Register content element texticon b4734d9
  • [TASK] Register content element tab-item icon 92e017a
  • [TASK] Register content element tab icon 286d441
  • [TASK] Harden expression in ExternalMediaUtility bffb89b
  • [!!!][TASK] Remove some 6.2 specific fallbacks 8ade18a
  • [!!!][TASK] Drop TypoScript fallbacks for 6.2, 7.4 569df45
  • [!!!][TASK] Drop TemplateFileResolver fallback for 6.2 d70ee66
  • [!!!][TASK] Drop BackendLayoutDataProvider since its part of the core now dd81e0c
  • [!!!][TASK] Dropping TYPO3 6.2 support and raise version to 7.0.0-dev 0bc1499
  • [TASK] Add preview for external media content element in page module - CMS7 only e4bbd6c
  • [TASK] Keep additional params for youtube urls 8c96100
  • [TASK] Add psr-4 autoload config to ext_emconf 2a4aa97
  • [TASK] add classes to containers useful to better select them with CSS and Javascript 8ef1ecd
  • [TASK] fix tag closure for HTML5 head meta and link 1a00748
  • [TASK] breadcrumb: include the homepage link at the beginning of the breadcrumb. b751194
  • [TASK] breadcrumb: for the content of the links use alternative navigation title if it is set, else use page title. 4e01a9e

BUGFIX

  • [BUGFIX] Remove skin setting from RTE configuration to ensure correct file is loaded in cms 8 3a6d10a
  • [BUGFIX] Disable output escaping for viewhelpers c8b881a
  • [BUGFIX] Remove spaceless viewhelper cd18e0e
  • [BUGFIX] gallery in 2 cols also for devices >= 768px and < 992px be97457
  • [BUGFIX] use the correct Typoscript consta...
Read more

v6.2.16

27 Dec 03:10
Compare
Choose a tag to compare

BUGFIX

  • [BUGFIX] Only check for TYPO3 6.2 and 7.6 f6bd601
  • [BUGFIX] Remove vendor dir from php lint tests 59c0ac5

MISC

  • [SECURITY] 6.2.16 security changes e0cbfad

https://typo3.org/teams/security/security-bulletins/typo3-extensions/typo3-ext-sa-2016-018/

v6.2.15

27 Dec 03:08
Compare
Choose a tag to compare

TASK

  • [TASK] Add travis-ci build status image 3e5f00f
  • [TASK] Remove unused coverage from travis f0ef2c5
  • [TASK] Add phpcs as dev dependency to composer.json 50d372c
  • [TASK] Remove TYPO3 dependencies and conflicts from composer.json 3dc0c1d
  • [TASK] Add travis-ci support b103871
  • [TASK] Unify license comment 1737339
  • [TASK] Static declaration should come after the visibility declaration aaad7a4
  • [TASK] Apply PSR-2 a8a589e
  • [TASK] Add scrutinizer code style fixer for psr-2 023b985
  • [TASK] Convert tabs to spaces 2 42381a0
  • [TASK] Convert tabs to spaces 82ee78a
  • [TASK] Add scrutinizer psr-2 settings 4dac59f
  • [TASK] Add braces in condition ab4dcaf
  • [TASK] Add code quality section to readme e4e3e9b
  • [TASK] Add YML to editorconfig 82bae49
  • [TASK] Add scrutinizer configuration 756f96a
  • [TASK] Change TYPO3 composer dependency to typo3-cms 6c9570f
  • [TASK] Update less.php to 1.7.0.5 d359261

BUGFIX

  • [BUGFIX] Ignore PSR-2 check for legacy core classes aa58782
  • [BUGFIX] Use camel caps format for functions in external media utility d176687
  • [BUGFIX] PSR-2 Violations f15a896
  • [BUGFIX] Add composer self-update to travis 914a425
  • [BUGFIX] Correct indention da8c97d
  • [BUGFIX] Use correct assignment for TypoScript value 1e79873
  • [BUGFIX] Make class.ext_update.php work on PHP b8d89b1
  • [BUGFIX] There is no boostrap package 1cf9b92

MISC

v6.2.14

27 Dec 03:07
Compare
Choose a tag to compare

NOTE:
BackendLayout prefix has been streamlined with TYPO3 CMS 7.4 release.
Please read the migration guide.

https://github.com/benjaminkott/bootstrap_package/blob/master/Documentation/AdministratorManual/Migration/6-2-14.rst

FEATURE

  • [FEATURE] Add advanced Open Graph support, support new meta notation for 7.4 2734c16

TASK

  • [TASK] Add migration information for backend layout prefix change ad9f928
  • [TASK] Add missing changelog for 6.2.12 and 6.2.13 fc482ca
  • [TASK] Update TypoScript template mapping for backend layouts 5162b17
  • [TASK] Add update script to migrate old backend layout prefix to new prefix in table pages fe57d19
  • [TASK] Disable BackendLayoutDataProvider for TYPO3 versions below 7.4 and adapt registration to core provider prefix for PageTS d467590
  • [TASK] Move column labels for border, normal, left, right to bootstrap_package, files moved in CMS 7 b90c08d
  • [TASK] fix whitespaces 99c8266
  • [TASK] Add 'active' class for shortcuts in sub navigation eb23a66

BUGFIX

  • [BUGFIX] Use always $GLOBALS[TCA] f0f8c62
  • [BUGFIX] fix missing TYPO3SEARCH_end marker b0bde8a

MISC

v6.2.13

27 Dec 03:06
Compare
Choose a tag to compare

Bugfix release for TYPO3 7.x EOL versions.

A leading slash in front of UserFunctions in TypoScript caused an error for when bootstrap_package was installed in TYPO3 EOL Versions (7.0, 7.1, 7.2).

TASK

  • [TASK] Include css_styled_content and form in static template 4f031d5

BUGFIX

  • [BUGFIX] Remove leading slash from classnames in typoscript setup 92c7c21
  • [BUGFIX] Restrict options for default tab to currently assigned items - fixes #197 287e8df

MISC

  • Fix 'overridden' typos 76a411b
  • Multiple fixes to composer.json e27b03e
  • Fix whitespace in ext_emconf.php e141e23

v6.2.12

27 Dec 03:05
Compare
Choose a tag to compare

Bugfix release.

Release Notes for 6.2.11 are still valid
https://github.com/benjaminkott/bootstrap_package/releases/tag/v6.2.11

RELEASE

  • [RELEASE] Release of 6.2.12 8b57118

BUGFIX

  • [BUGFIX] Add missing static template for bootstrap package 9347264

v6.2.11

27 Dec 03:04
Compare
Choose a tag to compare

Feature Release

Breaking Changes

This release contains possible breaking changes.

Please have a look at the migration documentation from 6.2.10 to 6.2.11 https://github.com/benjaminkott/bootstrap_package/blob/v6.2.11/Documentation/AdministratorManual/Migration/Index.rst

RELEASE

  • [RELEASE] Release of 6.2.11 51972e5

BREAKING

  • [!!!][TASK] Remove compatibility to ext:themes through lack of resources 987c203
  • [!!!][TASK] Cleanup deprecated template fallbacks 4b16e85
  • [!!!][FEATURE] Add template fallback support 20ec25c
  • [!!!][BUGFIX] Wrong path to font files - fixes #139 729e966
  • [!!!][TASK] Make less files public available c43a35e
  • [!!!][TASK] Move lightbox implemantation to a own file and remove main.js 305139f
  • [!!!][TASK] Make navbar toggle button compatible with bootstrap default markup f0bee94
  • [!!!][TASK] Use version number independent filename for jQuery and update to v1.11.3 3f8f04c
  • [!!!][FEATURE] Support multilevel tree in subnavigation - fixes #186 1f86122

FEATURE

  • [!!!][FEATURE] Add template fallback support 20ec25c
  • [FEATURE] Make DynamicContent wrappable 45ffc2c
  • [FEATURE] Add swipe support for carousels - fixes #161 94b74d5
  • [FEATURE] Add new page type for popup usage without header and footer typeNum 1000 - fixes #70 1c50ebc
  • [FEATURE] Enable support in lib.dynamicContent to support content from pid - fixes #185 8975391
  • [FEATURE] Make breadcrumb enable treelevel configurable - fixes #191 78c19a7
  • [FEATURE] Add TypoScript TYPO3 version condition aa24202
  • [FEATURE] Add selectivizr to add CSS3 pseudo selector support to IE8 13d4410
  • [!!!][FEATURE] Support multilevel tree in subnavigation - fixes #186 1f86122
  • [FEATURE] Add carousel type backgroundimage - #188 8a1f183
  • [FEATURE] Make carousel header layout configurable - #188 224287a
  • [FEATURE] Add CSS status classes to content wrappers - #fixes 85 7d2c7c9
  • [FEATURE] Add tab content element 993eb4f
  • [FEATURE] Add external media content element for youtube and vimeo videos 02ec26f
  • [FEATURE] New advanced constant to enable/disable CSS source mapping 77639ab

TASK

  • [TASK] Update Documentation for TypoScript constants ed01b96
  • [TASK] Update Documentation 0eeeac6
  • [!!!][TASK] Remove compatibility to ext:themes through lack of resources 987c203
  • [TASK] Use TCA renderTypes - fixes #192 13ac5ee
  • [!!!][TASK] Cleanup deprecated template fallbacks 4b16e85
  • [TASK] Copy Bootstrap font files during build process 2f207e7
  • [TASK] Update Bootstrap to 3.3.5 27d47b7
  • [!!!][TASK] Make less files public available c43a35e
  • [TASK] Use absRefPrefix = auto instead of baseURL in TYPO3 CMS 7 0e48e79
  • [TASK] Add application context examples to .htaccess file 0d727e2
  • [!!!][TASK] Move lightbox implemantation to a own file and remove main.js 305139f
  • [TASK] Add hires extension icon 882bfb5
  • [!!!][TASK] Make navbar toggle button compatible with bootstrap default markup f0bee94
  • [TASK] Add grunt watcher for JavaScript files a8aed62
  • [TASK] Add RespondJs to Bower ad3b992
  • [!!!][TASK] Use version number independent filename for jQuery and update to v1.11.3 3f8f04c
  • [TASK] Include bootstrap with Bower and Grunt 40e4107
  • [TASK] Add Grunt uglify for JavaScripts a761175
  • [TASK] Add initial Grunt setup for RTE and precompiled theme d8881b3
  • [TASK] Add less variables file to bootstrap theme db6a5c3
  • [TASK] Unify namespace name in templates 3c4cec5
  • [TASK] Make ContextualClassViewHelper compilable 328e359
  • [TASK] Make FalViewHelper compilable a233f38
  • [TASK] Make ExternalMediaViewHelper compilable fb7f968
  • [TASK] Make VarViewHelper compilable 95d83e9
  • [TASK] Make ExplodeViewHelper compilable 92eafd1
  • [TASK] Make DataRelationViewHelper compilable 9e2c3f1
  • [TASK] Remove leftover FormEngineViewHelper fc62a80
  • [TASK] Make FlexFormViewHelper compilable bd5d285
  • [TASK] Update jquery.responsiveimages.js b15ee41
  • [TASK] Reintroduce css class for first headline in column rendering 0943467
  • [TASK] Move custom content element renderings to typoscript folder 9ba2483
  • [TASK] Cleanup extension declaration file to match documentation 848ec4e
  • [TASK] Add individual icons for content elements in wizard 6767c33
  • [TASK] Added missing description to Bootstrap elements 35a6156
  • [TASK] Add field subheader to header palette of tt_content 7d6e5fc
  • [TASK] Remove csc-firstHeader CSS class in lib.stdHeader ea2a529
  • [TASK] Use references instead of hard copies in lib.stdheader 473ccd2
  • [TASK] Use ExtensionManagementUtility in autoload.php - fixes #172 c2367fd
  • [TASK] Update bootstrap to 3.3.4 791356d

BUGFIX

  • [BUGFIX] Add disablePageTsRTE option to extension configuration again e84055e
  • [!!!][BUGFIX] Wrong path to font files - fixes #139 729e966
  • [BUGFIX] Correct overflow problem 10a0d60
  • [BUGFIX] Deprecation of page.includeJSlibs in TYPO3 CMS 7 9273d3e
  • [BUGFIX] Ensure column CSS class is also set for imagecols set to 1 - fixes #138 566968e
  • [BUGFIX] Set BackendLayouts columns correctly if PageTs is set via page record 9be5865
  • [BUGFIX] Section Index content item produces incorrect links - fixes #150 61a3fc8
  • [BUGFIX] Correct OnePage Markup bf4b181
  • [BUGFIX] Add missing restore register in text with icon - fixes #174 c6f6594

MISC

  • slightly smarter TypoScript 825d4b2
  • FLUIDTEMPLATE.templateName and templateRootPaths 193983b
  • Update jquery.responsiveimages.js a066650
  • Collision with jQuery width and height methods 10f0fbc
  • Update jquery.responsiveimages.js 7ee19d4
  • Update jquery.responsiveimages.js 8fddd3b
  • Update jquery.responsiveimages.js 496e017
  • Update jquery.responsiveimages.js a2bf2d3
  • Event optimisation b0a54d6
  • Fine tune jquery.responsiveimage.js cdefdf8
  • Update jquery.responsiveimages.js 36b9703
  • Update jquery.responsiveimages.js fe803ca
  • Update jquery.responsiveimages.js 3ab416b
  • Fix indents in tab feature fcef312

v6.2.10

27 Dec 03:03
Compare
Choose a tag to compare

Maintenance Release

RELEASE

  • [RELEASE] Release of 6.2.10 75fe900

FEATURE

  • [FEATURE] New advanced constant to enable/disable the use of Typoscript constants as Less variables e01b136
  • [FEATURE] new constant $page.logo.alt used to overwrite the default alt attribute of the logo image a7544c2
  • [FEATURE] make site logo alt attribute configurable 5e1d06f
  • [FEATURE] Disable automatic less compiling - fixes #162 1eef662

TASK

  • [TASK] Add changelog 2d3dc52
  • [TASK] Refactor jquery.responsiveimages.js 0f90334
  • [TASK] HTML5 markup for sub navigation - fixes #171 604ea24
  • [TASK] Make RealUrl autoconfig compatible with the version from Helmut Hummel for 7.x 2033305
  • [TASK] Protect configuration of extensions in default .htaccess c3e7601
  • [TASK] Remove migration of realurl in favor of Helmut Hummels release for TYPO3 CMS 7.2 a598a4d
  • [TASK] Carousel: allow to set the max width of background images 39d4685
  • [TASK] Update oyejorge/less.php to 1.7.0.3 c29b622
  • [TASK] Remove automatic cache clearing - fixes #126 35b81cc
  • [TASK] Add slack to contact and communication 7e746fd
  • [TASK] replaced with 29b666b
  • [TASK] Add admin panel config to typoscript constants 761bd5c
  • [TASK] Update changelog in documentation 8813953

BUGFIX

  • [BUGFIX] Correct overlapping elements on centered image - fixes #113, #159 4cce784
  • [BUGFIX] Correct media display for file links content element - fixes #164 0af8bc0
  • [BUGFIX] fix for HTML5 markup validation b5776a1
  • [BUGFIX] Missing container in default clean layout e6c0cf9
  • [BUGFIX] Adjust language uids to match introduction database - fixes #135 863615c

MISC

  • Stop using deprecated XHTML cleaning 9aef524
  • Allow "target" attribute inside tags. 653bd30
  • added "br" to "allowedTags" a44d88f
  • [CLEANUP] Correct indention to CGL a7a74f0
  • Modified footer and header 4aa5c42
  • [Bugfix] fixes sorting on localized relations e57bc95
  • Update FalViewHelper.php fe208bd
  • [Bugfix] FalViewHelper.php 7769afe
  • Update Base.ts 697bedc

v6.2.9

27 Dec 03:03
Compare
Choose a tag to compare

Maintenance Release

TASK

  • [TASK] Update jquery to 1.11.2 e8822fc
  • [TASK] Update modernizr to 2.8.3 559ff0c
  • [TASK] Update less.php to current master d065a0b
  • [TASK] Throw exception on less compile error 70249bf
  • [TASK] Rise dependency of TYPO3 and css_styled_content version to 7.99.99 c056ffd
  • [TASK] Add backend skin changes to the documentation 4d78373
  • [TASK] Use realurl autoconfig hook instead of overriding every config 7d9fb37

BUGFIX

  • [BUGFIX] Remove problematic whitespace c7d6428
  • [BUGFIX] Remove superfluous slash in font definition - fixes #132 115a9d5
  • [BUGFIX] Classname must not start with a backslash in ext_conf_template.txt 095c2a1

MISC

  • Update Index.rst 4660037
  • Use array_merge_recursive() instead ca4d032
  • Don't overwrite existing configuration completely 18f1ca8