Activity
From 2015-03-03 to 2015-04-01
2015-04-01
- 23:31 Revision 77992b2a: [FOLLOWUP][FEATURE] Introduce System Information dropdown item
- * Align status constants to FlashMessages and Modals
* Add additional badge-info class
* Display non-production envir... - 22:49 Revision 005ce460: [BUGFIX] InlineElement: Make file extension check case insensitive
- Using an inline element and trying to reference a file with an uppercase
(allowed) file extension does not show an er... - 22:18 Revision 2a00b458: [BUGFIX] Do not fix uniqueInPid for empty values
- This patch adds the necessary condition to avoid creating useless
values in fields that have eval=uniqueInPid.
The be... - 22:15 Revision 9d6df092: [BUGFIX] Do not fix uniqueInPid for empty values
- This patch adds the necessary condition to avoid creating useless
values in fields that have eval=uniqueInPid.
The be... - 21:12 Revision f565d0d8: [FEATURE] Introduce System Information dropdown item
- This patch introduces a new System Information dropdown item that
contains several system information. By default it ... - 19:44 Revision a0fc38fd: [CLEANUP] Remove unused if statement in Backend Utility
- Resolves: #66224
Releases: master
Change-Id: I9a3cbed8e7b9e44cfe46abcb2a0aa9f9a731801a
Reviewed-on: http://review.typ... - 16:22 Revision f641caee: [TASK] Make dummy.php dispatched
- Use dispatching for dummy.php
Resolves: #65290
Releases: master
Change-Id: I4ead54c227ab4713143617782b93a3eda256bd92...
2015-03-31
- 23:36 Revision 05ee513e: [BUGFIX] Link to file not editable anymore
- Regression fix for #65358
Resolves: #66085
Releases: master,6.2
Change-Id: Ibc08d092b7d6525c264a16abc4a20e8d07ef1819... - 23:09 Revision 8fad80d1: [TASK] Remove debug call in ext:viewpage JavaScript
- Resolves: #66198
Releases: master
Change-Id: I344b49d99c5e56c5a347ad71dbe589a61ad991b0
Reviewed-on: http://review.typ... - 21:27 Revision c6f16016: [TASK] Make openid return script dispatched
- Resolves: #66192
Releases: master
Change-Id: Ie2bb18cdceaf893b181c428bf762e3ac9b232a0b
Reviewed-on: http://review.typ... - 21:14 Revision 973cadfc: [BUGFIX] Check for existing types before binding
- Check the $combinedTypes variables if binds actually exist before
calling the bind_param method.
Resolves: #65941
Re... - 20:54 Revision da7f1c0f: [BUGFIX] Check for existing types before binding
- Check the $combinedTypes variables if binds actually exist before
calling the bind_param method.
Resolves: #65941
Re... - 20:36 Revision bf0697ea: [BUGFIX] Link to file not editable anymore
- Regression fix for #65358
Resolves: #66085
Releases: master,6.2
Change-Id: Ibc08d092b7d6525c264a16abc4a20e8d07ef1819... - 20:27 Revision 11751732: [FOLLOWUP][TASK] Make alt_doc.php dispatched
- Fix missing JavaScript setting TYPO3.settings.FormEngine in workspaces
module.
Resolves: #65292
Releases: master
Cha... - 19:29 Revision b08cf789: [BUGFIX] Re-enable absolute external links
- With patch https://review.typo3.org/36004/ absolute RTE links are treated
like self closing tags and the ending slash... - 19:22 Revision 1040bc16: [BUGFIX] Re-enable absolute external links
- With patch https://review.typo3.org/36004/ absolute RTE links are treated
like self closing tags and the ending slash... - 18:55 Revision 19dde7d0: [BUGFIX] Correct typo of ActionService->getDataHandler()
- Fix typo in method name "getDataHander" of TYPO3\CMS\Core\Tests\
Functional\DataHandling\Framework\ActionService and ... - 18:53 Revision c1bb6311: [BUGFIX] DataHandler: Cache TCA field eval array
- Introduce a runtime cache for the eval values of TCA input and text
fields. This improves performance for bulk insert... - 16:18 Revision af441411: [BUGFIX] Fix whitespace replacement for older PCRE versions
- In older PCRE versions, \h is not available. Use the supported
[ \t] instead.
Resolves: #64627
Releases: 6.2
Change-... - 11:40 Revision 07910ba7: [BUGFIX] Fix "Create multiple pages" wizard
- The wizard was depending on ExtJS functionality, which
was removed meanwhile. Port the functionality to plain
JavaScr... - 11:32 Revision 24b26aee: [TASK] EM: Require confirmation to continue on dependency failure
- Disable all "I know what I'm doing" buttons and add a confirmation
checkbox to unlock those buttons.
Resolves: #6615... - 11:05 Revision f07c1a45: [TASK] Trigger events on buttons in Modal.js
- Modal.js triggers now events which can be binded.
This patch change some implementations in the core which now use
th... - 10:56 Revision b12ef431: [TASK] Load Placeholder.js via bower
- The Placeholder.js library previously located in "typo3/contrib/placeholdersjs" is now
fetched via bower and copied t... - 00:49 Revision 84d2b8f1: [!!!][TASK] Isolate unused fields and field arrangements
- In the upcoming strong defaults for "frontend" some fields and field
arrangements are not in use anymore and belong t...
2015-03-30
- 21:56 Revision 5a00f47e: [TASK] Deprecated labels should get a developer note
- Releases: master
Resolves: #66164
Change-Id: Iefd589f2affae635afca7f25658355d22eb9aadc
Reviewed-on: http://review.typ... - 21:34 Revision 34dd1183: [BUGFIX] Allow value 0 in textfields with eval int
- Fix a wrong JS parameter.
Releases: master, 6.2
Resolves: #65965
Change-Id: I8f85d2a5e9133c7da351821d0fd73a8c6a59b46... - 21:31 Revision 52b96dd7: [TASK] Remove unused xml:space attributes in XLF
- Releases: master
Resolves: #66163
Change-Id: Ia16247cb5dd34abfa97701012b7f652677739acb
Reviewed-on: http://review.typ... - 20:41 Revision 44f3c305: [TASK] Change modal state to warning instead of error
- Change the modal state to warning in case of deleting a record.
The dialog display a warning and no error, so the cor... - 16:10 Revision 28bb238a: [TASK] EM: Replace alert with callout
- Replace the "Please read this carefully" alert with the more proper callout.
Resolves: #66137
Releases: master
Chang... - 15:03 Revision 67b9f2e1: [BUGFIX] Add variable declaration in TsConfigParser
- In backend/Classes/Configuratio/TsConfigParser.php $this->id is used,
but there was no variable declaration.
Resolve... - 14:55 Revision 93080d3a: [BUGFIX] Invalid syntax for swapping arguments in sprintf()
- The position specifier must include a trailing $ to be effective.
Releases: master, 6.2
Resolves: #66148
Related: #6... - 14:55 Revision dea2c667: [BUGFIX] System>Configuration: Fix search in
- Only search in data which are scalars.
Resolves: #60851
Releases: master, 6.2
Change-Id: I571bb69aeb37d5e407c3c7e78b... - 14:55 Revision 395c6296: [BUGFIX] Invalid syntax for swapping arguments in sprintf()
- The position specifier must include a trailing $ to be effective.
Releases: master, 6.2
Resolves: #66148
Related: #6... - 14:54 Revision f0f0f105: [BUGFIX] Mixed-up original and XCLASS class names in reports
- Invalid syntax for the placeholders prevents sprintf() from
swapping the order of the arguments.
Releases: master, 6... - 14:53 Revision df34cac7: [BUGFIX] Mixed-up original and XCLASS class names in reports
- Invalid syntax for the placeholders prevents sprintf() from
swapping the order of the arguments.
Releases: master, 6... - 14:47 Revision e8f241bf: [BUGFIX] System>Configuration: Fix search in
- Only search in data which are scalars.
Resolves: #60851
Releases: master, 6.2
Change-Id: I571bb69aeb37d5e407c3c7e78b... - 14:42 Revision d2744e83: [TASK] Report problem if compatibility6 is loaded
- Reports module should show a warning if EXT:compatibility6 is loaded
since this implies known performance drawbacks.
... - 12:37 Revision a995b543: [TASK] Adjust layout of openid settings in backend
- The openid logo in user settings was to big and the popup
styling was adjusted.
Resolves: #66113
Releases: master
Ch... - 12:26 Revision edfcd7a7: [TASK] Load autosize via bower
- The autosize library previously located in "typo3/contrib/jquery" is now
fetched via bower and copied to the public J...
2015-03-29
- 22:39 Revision 92fcab3f: [BUGFIX] EM: Update extension versions not in TER
- The EM finds now extension updates for extension versions which aren't
in TER data.
Resolves: #65341
Releases: maste... - 19:09 Revision aa026c36: [TASK] Make Backend Ajax URLs absolute
- All ajaxURLs are now referenced with the absolute path,
a back path is not necessary anymore.
Resolves: #66109
Relea... - 18:54 Revision 055a22f6: [BUGFIX] Fix JS errors in configuration wizard of backend layout
- Loading of the ExtJS stuff was missing.
And also do some cleanup stuff
(getLanguageService, getDatabaseConnection).
... - 18:09 Revision 8372a8b4: [BUGFIX] Fix JavaScript errors in LanguageModule.js
- * inline labels passed by Fluid are undefined
* date.format is not a function
* loadTranslationsByLocale is not defin... - 17:31 Revision b721a83f: [BUGFIX] Fix undefined language labels
- Resolves: #66121
Releases: master
Change-Id: Iedf8e66b7991e1a67cf690596812f84676786718
Reviewed-on: http://review.typ... - 14:29 Revision cf57669f: [TASK] Refactoring of backend login screen
- Refactoring of LoginController and introducing a complete new
login screen.
Resolves: #65939
Releases: master
Change...
2015-03-28
- 20:40 Revision 1937209a: [BUGFIX] Change icon for distirubution install icon
- This patch change the icon of "Install" button on distribution single page.
Resolves: #66114
Releases: master
Change... - 20:20 Revision 4d3ba151: [BUGFIX] Make exts installable when automatic install is disabled
- This fix allows to install extensions manually again if the user has
disabled the automatic extension installation.
... - 12:13 Revision 0afd642b: [BUGFIX] Show commands for GDlib tests
- The tests for GDlib should show the commands used for the calls as well.
Those are currently hidden because of a typo... - 12:13 Revision cb4a24a4: [BUGFIX] Show commands for GDlib tests
- The tests for GDlib should show the commands used for the calls as well.
Those are currently hidden because of a typo... - 12:11 Revision ad96767c: [FOLLOWUP][TASK] Bower component & javascript inclusion cleanup
- Fix broken functional tests.
Resolves: #66108
Releases: master
Change-Id: I99e2d9ed08cda3a214909b1f33c4096f8bb33e52
... - 11:50 Revision a36acf53: [TASK] Bower component & javascript inclusion cleanup
- The bower components needed for building the development
setup are now downloaded under Build/bower_components,
so no... - 11:08 Revision 3eca0944: [!!!][BUGFIX] Do not disclose local path of file in TS
- To avoid stale files, the TypoScript property for files
"localPath" is removed.
Resolves: #65727
Releases: master, 6... - 10:28 Revision 4a089571: [BUGFIX] Allow value 0 in textfields with eval int
- Fix a wrong JS parameter.
Releases: master, 6.2
Resolves: #65965
Change-Id: I8f85d2a5e9133c7da351821d0fd73a8c6a59b46... - 02:03 Revision 67f03fd0: [BUGFIX] Avoid cObject to create a temporary file
- In order to avoid left-over files and to streamline
the FAL API, the frontend should only use
"read-only" live path a... - 01:27 Revision 26c4f4be: [BUGFIX] Correctly render menu link for translated shortcuts
- This patch ensure that we only use the shortcut target of the default
language if the shortcut mode is identical to t... - 01:26 Revision 2cab7237: [BUGFIX] Correctly render menu link for translated shortcuts
- This patch ensure that we only use the shortcut target of the default
language if the shortcut mode is identical to t... - 00:48 Revision 5a264138: [FOLLOWUP][TASK] Make Backend Module URLs absolute
- Makes the backend work under windows again.
Resolves: #66052
Releases: master
Change-Id: Ie1247849c384a591fabe1a5d92... - 00:38 Revision 32a8a048: [CLEANUP] Remove backpath in calls to BackendUtility::editOnClick
- Releases: master
Resolves: #66092
Change-Id: I776160cc89453cf2dbc65037c1422f93db496379
Reviewed-on: http://review.typ... - 00:14 Revision a6692f20: [TASK] Make Backend Module URLs absolute
- In the approach to remove all occurences of dealing with
relative URL referencing in the TYPO3 Backend, the main mod....
2015-03-27
- 22:54 Revision 3a1d0abf: [TASK] Add Grunt default task
- If you just hit "$ grunt" on the command line will trigger the LESS build.
Resolves: #66105
Releases: master
Change-... - 22:08 Revision f47807d8: [!!!][TASK] Drop ContentAdapter
- The TYPO3 configuration option [FE][activateContentAdapter]
and the associated code is now dropped from Core as it se... - 21:46 Revision b7d6c884: [BUGFIX] Register Bootstrap JavaScript as AMD Module
- Set jQuery as dependency for the Bootstrap JavaScript file if it is loaded
via RequireJS. The Bootstrap file can stil... - 16:26 Revision aacde3b3: [BUGFIX] Use current time for new sys_log entries
- Resolves: #66068
Releases: master, 6.2
Change-Id: I0c2cf2599144ecb16b0066a51c2786d613f21c9a
Reviewed-on: http://revie... - 16:24 Revision 83eab774: [BUGFIX] Use current time for new sys_log entries
- Resolves: #66068
Releases: master, 6.2
Change-Id: I0c2cf2599144ecb16b0066a51c2786d613f21c9a
Reviewed-on: http://revie... - 16:08 Revision 8294f264: [TASK] Adjust module icon colors
- On request we are adjusting the colors of the module
menu and extensions to get a more visual difference
to make navi... - 15:55 Revision c1126f7a: [TASK] Clean up left-over JavaScript variable
- The JavaScript option "TBE_EDITOR.backend_interface"
is unused since some versions and a leftover code snippet
that o... - 15:29 Revision 0e4a635b: [TASK] Optimize layout of cshmanual popup windows
- Resolves: #66086
Releases: master
Change-Id: Ic388d1ee0d48447ea3cb9af4c5cee0cd4f209805
Reviewed-on: http://review.typ... - 15:14 Revision 6a18cf2d: [BUGFIX] Fix broken add icons in EXT:beuser
- This patch fix the broken add icons in EXT:beuser.
Resolves: #66095
Releases: master
Change-Id: I739b781fd4a10600714... - 15:10 Revision 86ec27c6: [FOLLOWUP][FEATURE] Introduce callouts to replace content alerts
- Make use of objectManager instead makeInstace and added todo
marker where the InfoboxViewHelper is used in PHP contex... - 14:21 Revision c424b177: [BUGFIX] Status Message broken in lowlevel --> Manage Reference Index
- Fix broken View of Manage Reference Index status Message
Resolves: #66094
Releases: master
Change-Id: I1211014e5362e... - 13:41 Revision bb080ad6: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/20 from NeoBlack/task/UpdateFlashMessagesAndCallout
- [TASK] styleguide: Update FlashMessage and added Callout examples
- 13:34 Revision b27dde1b: [TASK] styleguide: Update FlashMessage and added Callout examples
- 12:02 Revision 8959cc7c: [TASK] Move leftover deprecated CSS from backend
- - disable automatic inclusion of css files from backend
- remove structure and visual folders from backend
- move lef... - 10:34 Revision 996d7911: [FEATURE] Introduce callouts to replace content alerts
- In several places alerts (flashmessages) are used to display
context information. We introduce content info boxes and... - 09:48 Revision 6d87cf14: [BUGFIX] Fix broken popovers in CSH
- Fix a regression that avoids opening popups in CSH.
Resolves: #66082
Releases: master
Change-Id: Idc0599028c5863c7cd... - 02:25 Revision a1aa2e46: [BUGFIX] Fix broken functional tests
- Patch Iec7381c8a5898dd18128c9933ce0cc2bdbd0a835 introduced
a regression that causes failing functional tests. The pat... - 02:02 Revision 1a563b66: [BUGFIX] Remove leftover icon for changed field in FormEngine
- The JavaScript parameter and the icon for a changed field
is still there, although already replaced by CSS+JS already... - 01:53 Revision 79eea555: [FEATURE] Show remaining characters below text fields
- If a field has the TCA definition "max", show the amount of characters left
below the textfield if it has the focus.
... - 01:46 Revision c3ce83bd: [TASK] Load scriptaculous library via bower
- The scriptaculous library previously located in
"typo3/contrib/scriptaculous" is now fetched via bower and copied
to ... - 01:42 Revision f022828e: [FEATURE] Introduce JavaScript Notification API
- This patch introduces the new JavaScript Notification API and removes
the refactoring of the FlashMessage API which w... - 00:14 Revision 987bf731: [TASK] Load bootstrap datetimepicker via bower
- The Bootstrap DateTimePicker library previously located in
"typo3/contrib/twbs" is now fetched via bower and copied
t...
2015-03-26
- 23:41 Revision 5b1d98db: [BUGFIX] EM: Update extension versions not in TER
- The EM finds now extension updates for extension versions which aren't
in TER data.
Resolves: #65341
Releases: maste... - 23:40 Revision e2ffce60: [TASK] Load jQuery-UI via bower
- The jQuery UI library previously located in "typo3/contrib/jqueryui" is now
fetched via bower and copied to the publi... - 23:19 Revision 9aaba260: [BUGFIX] Fix order of generator meta tag
- Change TYPO3 6.2 CMS to TYPO3 CMS 6.2
Releases: master,6.2
Resolves: #65836
Change-Id: I5486d6fef6a09923ee1c21144267... - 23:18 Revision 25a4ce67: [BUGFIX] Fix order of generator meta tag
- Change TYPO3 6.2 CMS to TYPO3 CMS 6.2
Releases: master,6.2
Resolves: #65836
Change-Id: I5486d6fef6a09923ee1c21144267... - 23:02 Revision 24b9c4c9: [TASK] Load jQuery datatables via bower
- The datatables library previously located in "typo3/contrib/jquery" is now
fetched via bower and copied to the public... - 22:43 Revision bbcccc02: [TASK] Load nprogress.js via bower
- The nprogress.js library "typo3/contrib/nprogress" is now
fetched via bower and copied to the public JavaScript folde... - 22:16 Revision e18bf25c: [TASK] Load moment.js via bower
- The moment.js library "typo3/contrib/moment.js" is now
fetched via bower and copied to the public JavaScript folder v... - 21:54 Revision 05b26eb7: [BUGFIX] Replace split_fileref() by pathinfo() in ResourceStorage
- GeneralUtility::split_fileref($fileName) expects the given $fileName to
be an existing file as it checks if the given... - 21:41 Revision 347ff472: [BUGFIX] Check for data-description in CSH
- Check for data-description in CSH manual before sending a request to
the server.
Resolves: #65928
Releases: master
C... - 21:34 Revision 186c4a04: [TASK] Add grunt task to update components managed via bower
- This task is used to keep the installed npm and Bower components up to date.
Just run: "$ grunt update" on the comma... - 20:36 Revision d643a32f: [BUGFIX] Last-Modified response header broken by design
- The Last-Modifed header needs to change whenever there is a change
related to that page. Not only the page properties... - 20:36 Revision c4faf452: [BUGFIX] Last-Modified response header broken by design
- The Last-Modifed header needs to change whenever there is a change
related to that page. Not only the page properties... - 19:56 Revision 10779eb2: [BUGFIX] Do not overwrite page title of USER plugins
- Re-inject the correct page title gathered from a cached page into the
TypoScriptFrontendController, such that when wr... - 19:55 Revision e14f3862: [BUGFIX] Do not overwrite page title of USER plugins
- Re-inject the correct page title gathered from a cached page into the
TypoScriptFrontendController, such that when wr... - 19:47 Revision 36b89324: [TASK] Move backend logo rendering to fluid
- The backend logo in the left corner was rendered via it's own
simple class which can easily be replaced by Fluid and ... - 19:32 Revision de6155ac: [BUGFIX] Change tooltip for page tree area toggle button
- This patch adds a new tooltip to the button to toggle the tree area.
It also chenges the tooltip for the drag area, b... - 17:27 Revision 8d2073c3: [TASK] Improve backend flashmessages
- - Adjusting colors to be more friendly
- Move position of javascript flashmessages
- Adding icons to have visual stat... - 13:57 Revision 45511360: [FEATURE] Load web libraries via bower instead of composer
- Introduce "bower" as a component dependency management for
loading all JS/CSS related libraries.
This patch introduc... - 13:47 Revision f1ce9ca5: [FEATURE] Confirm modal on closing an editform with unsaved changes
- A new functionality is introduced that asks the editor to confirm
closing an editform with unsaved changes.
Resolves... - 10:48 Revision 35d9b1ff: [TASK] Make alt_doc.php dispatched
- Resolves: #65292
Releases: master
Change-Id: Ib94e59bf5d9896186aa6923eab50a2236308bd6a
Reviewed-on: http://review.typ... - 00:32 Revision a3358657: [BUGFIX] Use early return in cObj::getImgResource
- If ContentObjectRenderer::getImgResource is called without any
data, there is no need to execute all possibilities an... - 00:31 Revision e26def8c: [BUGFIX] Use early return in cObj::getImgResource
- If ContentObjectRenderer::getImgResource is called without any
data, there is no need to execute all possibilities an... - 00:26 Revision 14718c6b: [BGUFIX] Fix layout of search toolbar in List module
- The layout of the search-toolbar is broken. This patch
adjust some CSS.
Resolves: #66031
Releases: master
Change-Id:...
2015-03-25
- 21:27 Revision df892b73: [TASK] Deprecate thumbnail functionality via thumbs.php
- With FAL and the generation of preview images
in the backend via FAL, thumbs.php and its
controller are no longer in ... - 21:13 Revision 92ffffc0: [BUGFIX] Use TYPO3.lang in DragUploader
- Due to the removal of ExtJS in file list the drag uploader
throws a JS error when loading the file list.
The patch r... - 19:50 Revision 732c3a2d: [!!!][TASK] Move MediaWizard functionality to EXT:mediace
- In order to move all existing "media" functionality in its separate extension
the last part (MediaWizard functionalit... - 16:01 Revision 07964fff: [TASK] Improve permission icons in Access module
- Improve the choice of the permission icons for visually handicapped people.
Resolves: #66030
Releases: master
Change... - 14:25 Revision 97f24cf5: [TASK] Introduce tooltips for ListModule
- This patch add tooltips for action icons in ListModule
Resolves: #65742
Releases: master
Change-Id: Id66f410de822af7... - 13:17 Revision 1f98368e: [BUGFIX] Performance issue with caching empty text menus
- If a text menu level is defined in TypoScript but does not
return any pages, the result value is NULL instead of the
... - 12:11 Revision bd8c7010: [BUGFIX] Check folder permission for default upload folder
- The default upload folder has to be writable to add new files.
Do not return a default folder if the user does not ha... - 12:09 Revision 8e938cf9: [BUGFIX] Check folder permission for default upload folder
- The default upload folder has to be writable to add new files.
Do not return a default folder if the user does not ha... - 11:29 Revision 7c41ae2e: [TASK] Remove unused icons - part 2
- All files in EXT:t3skin/icons/gfx/ and typo3/gfx/ which are not
in use anymore (by LESS/CSS) are removed. All files w... - 10:07 Revision 71277f9c: [BUGFIX] FileList uses wrong basefolder for isWithinFolder
- Resolves: #65983
Releases: master, 6.2
Change-Id: I3565ff6e7bae2266ff40f610fca8dc7a6f5beb1c
Reviewed-on: http://revie... - 09:59 Revision 4147fd79: [BUGFIX] FileList uses wrong basefolder for isWithinFolder
- Resolves: #65983
Releases: master, 6.2
Change-Id: I3565ff6e7bae2266ff40f610fca8dc7a6f5beb1c
Reviewed-on: http://revie... - 03:13 Revision e2c49452: [TASK] Speed up menu objects
- * use strict checks
* remove count() were possible
Resolves: #65984
Releases: master
Change-Id: I3434a201d5db3c725c7... - 02:51 Revision 033f41af: [TASK] Improve styling of page module
- - Improve dropzones
- Improve button sizes
- Improve color balance
- Cleanup LESS
Releases: master
Resolves: #65999
... - 02:40 Revision 637ccaa2: [!!!][TASK] Use typo3/contrib/vendor/ instead of Packages/
- In a result of best practices with composer as well as taking
the tarball distributions (typo3_src.zip) into account,... - 00:59 Revision 26081bf5: [TASK] Remove prototype.js from FileList
- The filelist still loads prototype even though
it is not used anymore.
Resolves: #66002
Releases: master
Change-Id: ... - 00:53 Revision 3a91285c: [FOLLOWUP] t3skin LESS Cleanup
- Fixes floating problem on buttongroups in docheader.
Resolves: #65990
Releases: master
Change-Id: Ib2a64d7ee54213000... - 00:01 Revision b82db5ce: [TASK] t3skin LESS Cleanup
- Cleanup the t3skin LESS files:
* order and group LESS statements
* remove duplicate stuff
Resolves: #65990
Releases:...
2015-03-24
- 23:39 Revision a8900b75: [BUGFIX] Allow Video Text Tracks files
- This patch allows the selection of vtt files in media elements as caption file.
Additionally, the mandatory "default"... - 23:26 Revision b2c0d418: [BUGFIX] Allow Video Text Tracks files
- This patch allows the selection of vtt files in EXT:mediace as caption file.
Additionally, the mandatory "default" at... - 23:05 Revision 3679b590: [TASK] Load idna_convert via composer
- The third-party library is now fetched via composer into typo3/contrib/vendor.
The additional require_once statement... - 22:28 Revision a96fed46: [BUGFIX] Enable page tree for editors
- Currently for editors the request for page tree actions fails with error
"Access Error: You don't have access to this... - 20:04 Revision c4db4da7: [TASK] Deprecate $TSFE->anchorPrefix
- The shortcut variable for having the anchorPrefix within
$TSFE is set when a baseURL is defined and does the same
as ... - 19:32 Revision 56a8dc37: [TASK] Include Pear/HTTP_Request2 via composer
- The interface for the Pear Package HTTP_Request2
is now migrated to a composer package which resides
inside typo3/con... - 17:58 Revision 274e3fd1: [TASK] Cleanup RemoveXSS
- Easier to understand variable names and some optimizations of the code.
Resolves: #65893
Releases: master
Change-Id:... - 16:50 Revision 2ab3c646: [BUGFIX] Backend DateTimePicker has to use 24H format for time fields
- DateTimePicker has to use the 24H format for time fields because
otherwise the AM/PM switch is not handled correctly.... - 16:34 Revision 6b54fb06: [TASK] Wrap new_language menu in Bootstrap styles
- This patch wraps the new_language menu in the PageLayoutView to
Bootstrap styles
Resolves: #65945
Releases: master
C... - 16:30 Revision ad7694c4: [TASK] Move prefixLocalAnchors to compatibility6
- Resolves: #65934
Releases: master
Change-Id: I0e3a56dc569d19fbce46708656f7a342d2f698e5
Reviewed-on: http://review.typ... - 15:24 Revision 482e2e99: [!!!][TASK] Remove websvg functionality
- The third-party library "websvg" and its usage
is completely removed in the TYPO3 Core.
All usages to this functiona... - 14:37 Revision 5d6d720c: [BUGFIX] TCAtree must use BackendUtility::getRecordTitle()
- If building a tree from records the label of an item must be
generated by using BackendUtility::getRecordTitle to be ... - 14:34 Revision 30ca642e: [BUGFIX] TCAtree must use BackendUtility::getRecordTitle()
- If building a tree from records the label of an item must be
generated by using BackendUtility::getRecordTitle to be ... - 11:03 Revision 508fb4b7: Revert "[!!!][FEATURE] Introduce Backend Routing"
- This reverts commit a08ce7238e583d1962edfe998e04c7d9c3d7c2ae.
Parts of the backend with relative URLs do not work an... - 10:55 Revision d34359b9: [FEATURE] Add option to disable automatic installation of extensions
- The extension manager currently downloads and installs an extension
from TER or after file upload directly. Some peop... - 10:39 Revision 04c8640c: [TASK] Introduce GruntJS
- In order to unify build processes in the backend we introduce
GruntJS as taskrunner. It will provide a global config ... - 10:00 Revision d7cd1a84: [BUGFIX] helhum/class-alias-loader version in composer.json
- The version that is currently used in the core is 1.1.*.
The requirement for helhum/class-alias-loader is raised fro... - 00:29 Revision a2bc965e: [BUGFIX] Fix edit links in Backend Usergroup list
- Replace T3_THIS_LOCATION with BackendUtility::getModuleUrl() to
fix the broken edit links in "Backend User" > "Backen...
2015-03-23
- 23:49 Revision a1a5be8b: [TASK] Make Indexed search documentation render as pdf
- Resolves: #65951
Releases: master
Change-Id: I1cb457aaeb89002f5bd59dc589f998a92570350a
Reviewed-on: http://review.typ... - 23:43 Revision a84d9429: [BUGFIX] indexed_search fix advanced search select boxes in extbase plugin
- Fix missing labels for advanced search in extbase plugin.
- "Search in:"
- "From section:"
- "Order by:"
- "Category:... - 23:39 Revision 3a84035a: [BUGFIX] indexed_search fix advanced search select boxes in extbase plugin
- Fix missing labels for advanced search in extbase plugin.
- "Search in:"
- "From section:"
- "Order by:"
- "Category:... - 23:27 Revision 9125dcb7: [TASK] Adjust collapse page tree button
- To make the collapse page tree button more visible and usable
for BE User the button size needed to be increased.
Re... - 22:36 Revision 9d30165f: [TASK] Split Frontend Requests logic - part 1
- The Frontend Request Handler now uses
class properties for TSFE and TT to split
up the functionality into smaller pie... - 22:00 Revision 9f398daa: [TASK] Render Typoscript Object Browser tree through CSS
- Render the Typoscript Object Browser with unordered lists and CSS.
Resolves: #65953
Releases: master
Change-Id: Ifaa... - 21:38 Revision a26396a4: [FEATURE] EM: Choose version for update
- If you update an extension, currently always the latest version is
installed. Due to compatibility issues this isn't ... - 21:32 Revision 406151c5: [TASK] Include PSR/Log as composer package
- The interface for the PSR standard "PSR/log" (PSR-3)
is now migrated to a composer package which resides
inside typo3... - 20:56 Revision 3f1db615: [TASK] Load swiftmailer via composer
- Instead of manually requiring the necessary
swiftmailer information, composer can be
utilized to be included in the r... - 19:33 Revision a08ce723: [!!!][FEATURE] Introduce Backend Routing
- A new Routing API is introduced in order to streamline
the entrypoints to the TYPO3 Backend.
All previous patches by... - 18:49 Revision 15b5115c: [TASK] Remove unnecessary require_once statement
- The DebugUtility has been required manually for
logDeprecatedFunction() calls before the new Bootstrap
and the new Cl... - 16:50 Revision 98154eb4: [TASK] Deprecate TSFE->checkFileInclude
- The file inclusion logic within the TypoScriptFrontendController
is not used anymore and can safely be deprecated.
R... - 16:50 Revision 02426be6: [TASK] Remove TYPO3_CONF_VARS[FE][allowedTempPaths]
- The option "allowedTempPaths" which does this "Additional paths allowed
for temporary images.
Used with imgResource. ... - 15:18 Revision 3124ebb4: [!!!][TASK] Do not add JSON to header if type equals "json"
- If you choose "json" as contentType in AJAX-Calls the encoded
json-string will be pushed to the HTTP-Header and will ... - 15:13 Revision 6ede8e4e: [TASK] styleguide: TCA: Remove access tab - useless in this context
- 10:45 Revision f8aa3eea: [FEATURE] Add icon for "Show Content From Page"
- The pagetree now indicates if a page shows content from another page.
Resolves: #18737
Releases: master
Change-Id: I... - 02:34 Revision 39e0fd0a: [FEATURE] Add signal after extension installation
- The patch adds a signal after an extension was successfully installed
and all imports and updates are done.
Resolves... - 02:01 Revision da6aaabb: [BUGFIX] Prevent current extension version in update dialog
- If you update an extension, the current version is included in the
confirmation dialog. This might confuse the user ... - 01:53 Revision 71365fe6: [BUGFIX] Make CSS Styles for file navframe work again
- Due to the registration of the navframe via
the dispatcher script, the CSS Styles do not fit
anymore.
The patch fixe... - 01:51 Revision 7b043380: [TASK] Remove unused icons from BE
- Using sprite icons from fontawesome
in TYPO3 CMS 7 allows the removal
for a lot of unused icons in typo3/gfx/
and the... - 01:46 Revision 0151d665: [BUGFIX] Trigger extension update correctly
- If you start the extension manager with a filtered list not all elements
receive the "click" event handler. Therefore...
2015-03-22
- 23:17 Revision e99b4e2f: [TASK] Increase constrast of backend module menu
- Resolves: #65898
Releases: master
Change-Id: Idb477309258749fc05309dc69f79165971370cba
Reviewed-on: http://review.typ... - 23:16 Revision 2beeda89: [TASK] Set imagecols by default in PHP, not UserTSconfig
- EXT:frontend defines "imagecols" with the default value "1"
but overrides it for TCAdefaults via UserTSconfig to "2".... - 23:06 Revision 71a29200: [TASK] Remove notifications.js from EM
- Remove the ExtJS Dialog builder from EM as we don't use ExtJS there anymore.
Resolves: #65908
Releases: master
Chang... - 23:01 Revision 32a0976e: [TASK][FOLLOWUP] Optimize loading of locallang strings in JavaScript
- Rename the method and check if TYPO3_MODE is FE before converting the strings
to UTF-8.
Resolves: #65899
Releases: m... - 21:24 Revision 716a69f2: [BUGFIX] helhum/class-alias-loader version in composer.json
- The version that is currently used in the core is 1.1.*.
The requirement for helhum/class-alias-loader is raised fro... - 21:05 Revision 4a218adc: [TASK] Remove directory typo3/mod/
- All main modules from the Backend are now
registered directly in the initialization and not
in separate files in orde... - 20:12 Revision 7162799c: [TASK] Remove modernizr from Backend
- Modernizr is not used in the TYPO3 Backend at all
anymore as modern browsers support the options
supported by moderni... - 18:58 Revision ea65faf4: [TASK] Remove charset conversion for ajax.php calls
- When ajax.php was introduced for TYPO3 CMS 4.2
the main target was to introduce a proper API to also
deal with differ... - 18:40 Revision d44380e1: [TASK] Make alt_file_navframe.php dispatched
- Resolves: #65293
Releases: master
Change-Id: I4528cdeb58b29ed5528222485254bcc7aba73dc3
Reviewed-on: http://review.typ... - 18:38 Revision 9f2cc670: [TASK] Move typo3/js/extjs/* files to EXT:backend
- In order to get the typo3/ directory cleaner, all files
related to extjs are moved to EXT:backend in
the appropriate ... - 17:57 Revision 836ceb0d: [FOLLOWUP] Initialize TYPO3.lang properly without ExtJS
- Removes console.log from Lang.js
Resolves: #65879
Releases: master
Change-Id: I2e848c3944e197efc61c92094c0f6321108f1... - 17:41 Revision 1bc0fb3f: [TASK] Streamline lowlevel form fields
- Releases: master
Resolves: #65588
Change-Id: Ibe42acaf7ad540b75b94af06f3e5a45a6261c6a6
Reviewed-on: http://review.typ... - 17:39 Revision 8254fad2: [BUGFIX] Initialize TYPO3.lang properly without ExtJS
- TYPO3.lang currently bases heavily on ExtJS module "Typo3Lang". Port the
base functionality to a new RequireJS module... - 17:38 Revision 501edf0a: [TASK] Remove unneeded function call in TYPO3 Bootstrap
- The method "loadAdditionalConfigurationFromExtensions()"
inside the TYPO3 Bootstrap is just used as a wrapper
now for... - 17:18 Revision d606b99e: [BUGFIX] Open modal over complete backend and cleanup
- Open modal over complete backend window and not only on
current frame. And cleanup the old HTML on dismiss by registe... - 16:58 Revision e10e49ff: [BUGFIX] Change duplicate lable key search to search_whole_database
- This patch fixes the issue that the Seach-button in the Configuration
module is wrongly names Search whole database.
... - 15:57 Revision 80b566f5: [TASK] Use LOWER instead of LCASE
- Most databases have the lowercase function "LOWER", but MySQL has
also "LCASE", which is an alias for LOWER. Use LOWE... - 15:55 Revision c41fd75f: [TASK] Use LOWER instead of LCASE
- Most databases have the lowercase function "LOWER", but MySQL has
also "LCASE", which is an alias for LOWER. Use LOWE...
2015-03-21
- 11:22 Revision 8f417995: [BUGFIX] Download documentation for extension in documentation module
- Fix the warning when trying to download documentation
for extension in TYPO3 7.2
Resolves: #65877
Releases: master
C...
2015-03-19
- 23:47 Revision 59c5cc4c: [TASK] Migrate cshmanual javascript to AMD module
- This patch remove the old contexthelp.js and introduce a new AMD
module. With the new ContextHelp we introduce bootst... - 19:56 Revision d6659aa7: [BUGFIX] RTE: Paste structure does not remove on[event] attributes
- Fix regular expression.
Releases: master, 6.2
Resolves: #65853
Change-Id: I180c7a8b2f62a83d507d012ce82c7224ba0e9652
... - 19:46 Revision 858f86d2: [BUGFIX] RTE: Paste structure does not remove on[event] attributes
- Fix regular expression.
Releases: master, 6.2
Resolves: #65853
Change-Id: I180c7a8b2f62a83d507d012ce82c7224ba0e9652
... - 19:12 Revision 5ef2236f: Revert "[BUGFIX] SelectViewHelper must respect option(Value|Label)Field for arrays"
- This reverts commit 6bc5d5b4bc5359f7ff47f43de3398b7836531c25.
The commit introduces changing behaviour and therefore... - 19:10 Revision 3d95bf2a: [BUGFIX] RTE: Paste structure fails in Google Chrome
- Solution: Always try to use clipboardData in all browsers.
Releases: master, 6.2
Resolves: #65693
Change-Id: I59f7f8... - 17:42 Revision 172b46fb: [BUGFIX] RTE: formatblock configuration may raise JavaScript error
- The RTE then fails to load.
Solution: Check for the presence of configured formatblock options.
Releases: master
Res... - 17:40 Revision ff108e1e: [FEATURE] RTE: Add property buttons.abbreviation.removeFieldsets
- The configuration property specifies a list of fieldsets to remove from
the abbreviation dialogue. Possible string va... - 16:47 Revision 8c50cb31: [BUGFIX] RTE: Paste structure fails in Google Chrome
- Solution: Always try to use clipboardData in all browsers.
Releases: master, 6.2
Resolves: #65693
Change-Id: I59f7f8... - 09:05 Revision 0671b4ca: [FOLLOWUP][BUGFIX] Fix PHP warning in shouldFieldBeOverlaid()
- We have to check the type of the variable properly.
In case we have a non-empty array, we must not run trim() on it.
... - 09:04 Revision 3ce5c479: [FOLLOWUP][BUGFIX] Fix PHP warning in shouldFieldBeOverlaid()
- We have to check the type of the variable properly.
In case we have a non-empty array, we must not run trim() on it.
... - 01:21 Revision 04effb23: [BUGFIX] Set session cookie when FE_SESSION_KEY is used
- When a FE_SESSION_KEY is set in get/post data the cookie for the
frontend user session should be set. Due to changes ... - 01:21 Revision 8983b318: [BUGFIX] Set session cookie when FE_SESSION_KEY is used
- When a FE_SESSION_KEY is set in get/post data the cookie for the
frontend user session should be set. Due to changes ... - 00:24 Revision 4a9e5fdb: [FOLLOWUP][BUGFIX] DataHandler: Cache TCA field eval array
- This fixes failing functional tests.
Resolves: #63670
Releases: master
Change-Id: Ief6ec0d6a1d2f45a7b8cb512741af7228...
2015-03-18
- 22:19 Revision 8f7244f0: [BUGFIX] RTE: formattext configuration may raise JavaScript error
- Check if any option is configured.
Releases: master
Resolves: #65830
Change-Id: I3e41d630cdbcee4eabfad81fa955ad3cb14... - 21:25 Revision 5acee1d3: [BUGFIX] DataHandler: Cache TCA field eval array
- Introduce a runtime cache for the eval values of TCA input and text
fields. This improves performance for bulk insert... - 20:01 Revision 07089207: [BUGFIX] Indexed_search: Fix access to 'blind' settings in extbase plugin
- $this->settings['blind.'] always return null in extbase context,
we should use ['blind'] instead.
Resolves: #65816
R... - 20:00 Revision d8c23a44: [BUGFIX] Indexed_search: Fix access to 'blind' settings in extbase plugin
- $this->settings['blind.'] always return null in extbase context,
we should use ['blind'] instead.
Resolves: #65816
R... - 15:32 Revision 0f2d2c49: [BUGFIX] Classes available in the Insert/Modify image dialogue
- Problem: If classes are configured for images, the current image
tab raises a JavaScript error.
Solution: Method para... - 14:12 Revision 0a6dfcd7: [TASK] Improve deprecation message of raw query result
- Hint "use argument on ->execute() instead" in the interface as well
to quickly find this when navigating through code... - 11:13 Revision cf02cd79: [BUGFIX] Resolve class name from aliases managed by composer
- The old class loader has API to return the original class name
when given an alias. This API was not respected when i...
2015-03-17
- 18:49 Revision 3c6f53df: [BUGFIX] styleguide: Add some missing db fields
- 18:47 Revision 70361cb2: [TASK] styleguide: TCA: Add example for field with palette below
- 15:06 Revision 5d2c0b3c: [TASK] Set TYPO3 version to 6.2.12-dev
- Change-Id: I7c70b8aae768f78d8629493f41260ece95ae20ee
Reviewed-on: http://review.typo3.org/37909
Reviewed-by: TYPO3 Re... - 15:06 Revision 1e44a4d1: [RELEASE] Release of TYPO3 6.2.11
- Change-Id: Ib334b66db04e4bbd2deadc0210b8891227a90cee
Reviewed-on: http://review.typo3.org/37908
Reviewed-by: TYPO3 Re... - 12:29 Revision 4214bdf9: [TASK] Don't define extTarget = _top as default
- In the past, External links not generated via RTE/parseFunc,
e.g. just plain typolink, had the target="_top" attribut... - 10:20 Revision 9eaeb9d7: [FEATURE] Add backend user groups to backend user module
- The backend user module lacks the possibility to easily list and
edit backend user groups. Add this functionality now...
2015-03-16
- 23:30 Revision 22db1198: [FOLLOWUP][BUGFIX] Handle exceptions in Logging API
- Do not run exceptions through json_encode() but convert them to strings
first.
Resolves: #65577
Releases: master, 6.... - 23:18 Revision ad3a03b7: [FOLLOWUP][BUGFIX] Handle exceptions in Logging API
- Do not run exceptions through json_encode() but convert them to strings
first.
Resolves: #65577
Releases: master, 6.... - 22:25 Revision ae05d796: [BUGFIX] Use mod.linkvalidator settings in scheduler
- Since mod.linkvalidator is used in all other places in the linkvalidator
as TSConfig key it is now also used in the s... - 20:48 Revision 089417cb: [BUGFIX] Fix wrong enforcement of pid 0 for rootLevel = -1 in impexp
- The importer had no support for setting TCA ctrl rootLevel = -1 and
forces the import to pid 0, when a normal page id...
2015-03-15
- 22:08 Revision 0db2830d: [BUGFIX] Do not remove FE session cookie if fe_user is logged in
- We ensure that the session cookie is preserved when a user is logged in
and the fe_login_mode is set to "all".
Resol... - 22:00 Revision 94bd8742: [BUGFIX] Do not remove FE session cookie if fe_user is logged in
- We ensure that the session cookie is preserved when a user is logged in
and the fe_login_mode is set to "all".
Resol... - 21:54 Revision 2ffd2df7: [TASK] Code style cleanup EXT:backend/Classes/Backend/*.php
- Fixed code style issues "Unnecessary fully qualified name"
Resolves: #65739
Releases: master
Change-Id: I376b9ce9b1b... - 20:45 Revision ba8244e0: [TASK] Enhance input clearer accessibility
- - Hide clearer for assistive technology
- Remove clearer from tabindex
Releases: master
Resolves: #65750
Change-Id: ... - 20:08 Revision 38145852: [TASK] Shorten namespaces in EXT:frontend
- Resolves: #65706
Releases: master
Change-Id: Idaf2d06d8f0b209a8a052a9b7635092dd752ecfa
Reviewed-on: http://review.typ... - 20:06 Revision 5c7ccd01: [BUGFIX] Correct typo of ActionService->getDataHandler()
- Fix typo in method name "getDataHander" of TYPO3\CMS\Core\Tests\
Functional\DataHandling\Framework\ActionService and ... - 19:31 Revision 705da957: [BUGFIX] Allow to disable Info->PageTSconfig again
- The patch for #49992 changed the identifier for the module function
to the namespaced class name, which breaks the do... - 19:30 Revision ebc9f009: [BUGFIX] Allow to disable Info->PageTSconfig again
- The patch for #49992 changed the identifier for the module function
to the namespaced class name, which breaks the do... - 19:19 Revision d2764724: [BUGFIX] Replace uniqid() usages in Tests
- Replace usage of uniqid() with BaseTestCase->getUniqueId() and correct
method name in comments.
Resolves: #65744
Rel... - 19:14 Revision a90e373f: [TASK] Category fields are not added to TCA interface section
- $TCA[<table>]['interface']['showRecordFieldList'] contains a list
of fields that is used for visualizing
* accordant ... - 18:57 Revision 037e4957: [FOLLOWUP][TASK] Remove initialization for fileFactory
- The getter must not be public.
Resolves: #65734
Releases: master
Change-Id: I347bf403ee25e1abf9f34e39f2104a19e6bdb1f... - 18:52 Revision 8f60b2fa: [TASK] Show suited TYPO3 versions at distributions
- Show the suited TYPO3 version of each distribution. If a distribution
does matches the used TYPO3 version, show the v... - 18:38 Revision e7cccd24: [TASK] Remove initialization for fileFactory in AbstractContentObject
- Resolves: #65734
Releases: master
Change-Id: I373838b19ebc6e4df010af498d4433ccbdb835c7
Reviewed-on: http://review.typ... - 18:38 Revision a9ebd8ae: [TASK] Use constants instead of raw bitmask values
- The used bitmasks of JsConfirmation and Permission are put
into "enums" and their representing constants are used ins... - 17:55 Revision 57370aec: [TASK] Category fields are not added to TCA interface section
- $TCA[<table>]['interface']['showRecordFieldList'] contains a list
of fields that is used for visualizing
* accordant ... - 17:53 Revision 49f5a9f1: [FEATURE] Add API for requestedId
- Add an API to TypoScriptFrontendController to receive the original
requested ID.
Change-Id: I16a0ce39bd10bc94f47258e... - 17:19 Revision 62137522: [TASK] Show suited TYPO3 versions at distributions
- Show the suited TYPO3 version of each distribution. If a distribution
does matches the used TYPO3 version, show the v... - 17:10 Revision 0b2a39d2: [BUGFIX] Cygwin support
- Cygwin is a GNU UNIX emulation layer for Windows systems.
With this patch the TYPO3 OS detection will recognize when
... - 17:04 Revision 78bf3311: [BUGFIX] Avoid fatal for unserializable extension configuration
- unserialize() might not return an array if something is wrong in an
extensions configuration. Avoid the fatal error i... - 17:02 Revision d4a4c979: [TASK] Use local variable for $GLOBALS in PageRepository
- Resolves: #65707
Releases: master
Change-Id: I6686cb9dff3f2d815d62183626f950b992897b96
Reviewed-on: http://review.typ... - 16:57 Revision db8a3b11: [BUGFIX] Avoid fatal for unserializable extension configuration
- unserialize() might not return an array if something is wrong in an
extensions configuration. Avoid the fatal error i... - 16:45 Revision 933e6e00: [BUGFIX] Missing use statement in FormEngineUtility
- Resolves: #65749
Releases: master
Change-Id: I75e91b99750990bec19d3f8cc446f3948b35cd24
Reviewed-on: http://review.typ... - 16:43 Revision 4aa2f0c3: [BUGFIX] RTE styling does not fit to TCEforms styling
- The toolbar on top still has old background color and border.
Removing these settings makes the toolbar better
native... - 16:40 Revision 623da56c: [TASK] Use ::class instead of strings
- In some cases makeInstance is used with strings instead
of ::class. This patch fix it.
Resolves: #65704
Releases: ma... - 16:39 Revision c673c5a6: [TASK] Centralize duplicated SpriteManagerIconViewHelper
- This patch removes the SpriteManagerIconViewHelper (duplicated with
#65111) from EXT:beuser and changes the templates... - 16:30 Revision d93b2065: [TASK] Remove configuration for alt_db_navframe.php
- Remove configuration for alt_db_navframe.php in typo3/mod/web/conf.php
Resolves: #65579
Releases: master
Change-Id: ... - 16:19 Revision da7a3ea4: [TASK] Make Repository::findByIdentifier() call the storage-backend
- Instead of creating a query itself, the Repository should
use existing functionality of the storage-backend.
Change-...
2015-03-14
- 20:46 Revision 89f9ec40: [BUGFIX] Resolve class name from aliases managed by composer
- The old class loader has API to return the original class name
when given an alias. This API was not respected when i... - 19:46 Revision bd6a8169: [TASK] Use !empty instead of count in TextContentObject
- Resolves: #65733
Releases: master
Change-Id: I3f327981b95995be1199a20b186c554863bbc8fb
Reviewed-on: http://review.typ... - 14:33 Revision f0efaa68: [TASK] Fix CGL violations
- Fix wrong case of TRUE, FALSE and NULL
Resolves: #65726
Releases: master
Change-Id: I2d6a96cb84c19f45538dfd76d96a9b8... - 01:20 Revision 0e7acd5a: [BUGFIX] Fix wrong enforcement of pid 0 for rootLevel = -1 in impexp
- The importer had no support for setting TCA ctrl rootLevel = -1 and
forces the import to pid 0, when a normal page id...
2015-03-13
- 15:13 Revision d7d00d4b: [FOLLOWUP] Do not respect autoload info if core repo is composer root
- The fallback path was accidentally checked first in the 6.2 branch,
leading to the situation that the distribution pa... - 13:52 Revision eb4a3572: [BUGFIX] FAL: Allow filenames like "0"
- When sanitizing file names, the condition is now checks less greedy
and does not reject filenames like "0" anymore.
... - 12:17 Revision 94832251: [FEATURE] Add image cropping
- This patch adds the "infrastructure" for single image cropping:
* Extends LocalCropScaleMaskHelper to support the ne... - 10:38 Revision 862c9789: [FOLLOWUP][TASK] Shorten namespaces in ContentObjects
- follow up to fix broken unit tests.
Resolves: #65677
Releases: master
Change-Id: I3ccf2e3fd63a47bcad20d61a0634eb3a0c... - 09:42 Revision ca87592e: [FEATURE] Get a file's text content if possible
- Currently FAL only allows to extract meta data from files. This
patch allows to also extract text content from files.... - 09:40 Revision 354beeab: [TASK] Shorten namespaces in ContentObjects
- Resolves: #65677
Releases: master
Change-Id: Ie0f65aefc6300671201730739663e94bf5d8ac41
Reviewed-on: http://review.typ... - 08:19 Revision 817be1d3: [BUGFIX] FAL: Allow filenames like "0"
- When sanitizing file names, the condition is now checks less greedy
and does not reject filenames like "0" anymore.
...
2015-03-12
- 21:02 Revision ca0aedfa: [BUGFIX] Consider subfolder in absolute links
- Ensure typolink considers the subfolder an instance might be running in
when creating absolute URLs and absRefPrefix ... - 20:44 Revision 43562840: [BUGFIX] Missing relations when saving flexform fields
- This patch adds the missing parameter $table to the call of
getRelations_procDB when analyzing flexform fields.
Reso... - 18:54 Revision 5ff9897b: [BUGFIX] Missing relations when saving flexform fields
- This patch adds the missing parameter $table to the call of
getRelations_procDB when analyzing flexform fields.
Reso... - 18:51 Revision 88943453: [FOLLOWUP][TASK] Rewrite backend modules of indexed_search
- During some rebase of the indexed search backend module patch
http://review.typo3.org/32708
The code for new content... - 17:03 Revision 54b0b7e2: [TASK] EXT:dbal: Harden unit tests for expression chunks
- The unit tests for the new expression chunking do not cover every
possible case. The tests are improved to avoid furt... - 16:56 Revision 34097ad5: [TASK] Speed and clean up RecordsContentObject
- * Initialize variables only when needed
* Use empty instead of count
* Set count once and use a variable instead
* Im... - 16:24 Revision 8fedc9e6: [TASK] Add IE 11 detection to ExtJS
- ExtJS 3.4.1 used in the TYPO3 Core does not ship browser detection for
Internet Explorer 11. Because IE 11 uses "Geck... - 16:23 Revision 4aa52629: [TASK] Add IE 11 detection to ExtJS
- ExtJS 3.4.1 used in the TYPO3 Core does not ship browser detection for
Internet Explorer 11. Because IE 11 uses "Geck... - 14:03 Revision 07d6d762: [BUGFIX] Followup: Add missing semicolon
- Resolves: #65696
Releases: master
Change-Id: I3a2c97b7fc4d7dd683cdb3c580816f8c01916420
Reviewed-on: http://review.typ... - 13:58 Revision e4e1dbd7: [BUGFIX] Call update event after drop only once
- jQueryUI's sortable has an "update" and a "receive" event. If an element
is moved into another column, "update" is tr... - 13:37 Revision d392b3fb: [BUGFIX] PHP Warning in HistoryService
- Using the workspace module in the backend might show warnings
concerning the HistoryService if no history is availabl... - 13:35 Revision d901447a: [BUGFIX] PHP Warning in HistoryService
- Using the workspace module in the backend might show warnings
concerning the HistoryService if no history is availabl... - 12:28 Revision 3958a16b: [TASK] Make Format/DateViewHelper compilable
- Change-Id: If678612b58b3d3fd302582b874a74e64dc016248
Resolves: #65597
Releases: master
Reviewed-on: http://review.typ... - 12:23 Revision 7b847611: [TASK] Make Format/CurrencyViewHelper compilable
- Change-Id: Ibc3a46edb317e6a8cfd17192ace88b7684280468
Resolves: #65596
Releases: master
Reviewed-on: http://review.typ... - 12:19 Revision 3877851b: [TASK] Make Format/CDataViewHelper compilable
- Change-Id: I3a558758f88c32124359b1ec9541266b30047b04
Resolves: #65595
Releases: master
Reviewed-on: http://review.typ... - 12:17 Revision 5ca943e3: [TASK] Make CountViewHelper compilable
- Change-Id: Ie3b1a50e22b1587ebd67385712727bab9608b1aa
Resolves: #65594
Releases: master
Reviewed-on: http://review.typ... - 12:12 Revision 4995a82d: [BUGFIX] Use a typecast to ensure correct value
- BackendUtility::getLabelsFromItemsList must use a typecast to compare
values.
Change-Id: I6efecbd4871e8435a41aa4310c... - 12:10 Revision 1507ee24: [TASK] Make CaseViewHelper compilable
- Change-Id: I48c496c73d2b20b7b43994ff70336ceed6a36b70
Resolves: #65593
Releases: master
Reviewed-on: http://review.typ... - 12:09 Revision 132b1f28: [BUGFIX] Use a typecast to ensure correct value
- BackendUtility::getLabelsFromItemsList must use a typecast to compare
values.
Change-Id: I6efecbd4871e8435a41aa4310c... - 11:43 Revision b4766151: [TASK] Render configuration tree through CSS
- Releases: master
Resolves: #65678
Change-Id: If73967831c4524ee3bb44deefcbaf8dbc7127a0c
Reviewed-on: http://review.typ... - 11:11 Revision 6ff644d5: [TASK] Add functional test for imports with forced uids
- Adds a functional test to verify imports with forced uids.
The regarding error message for uncompatible forcing sys_f...
2015-03-11
- 21:17 Revision 65c2fd00: [BUGFIX] Correct trim of trailing slash
- The trailing slash was accidentally trimmed of $expectedTarget, which
never has a trailing slash. Remove the slash fr... - 21:15 Revision 08015e4a: [TASK] Refactor getDynTabMenu function
- This patch deprecate the getDynTabMenu() function and
introduce a new function called getDynamicTabMenu()
The new fun... - 20:57 Revision 31d0458b: [TASK] Remove deprecated "strict" PHPUnit option
- Resolves: #65569
Releases: master, 6.2
Change-Id: Ica1c3e9c90a0e4a97bd47afa1ea092fe9e957ef2
Reviewed-on: http://revie... - 20:10 Revision ae317f2a: [BUGFIX] Add domain model validators only once
- If a domain model validator is present and a controller
action accepts this domain model as argument, the validator
i... - 19:47 Revision 3b6a0912: [!!!][TASK] Replace DataHandler->exclude_array with key-based array
- Replace the public property array 'exclude_array' in DataHandler with a
protected property 'excludedTablesAndFields' ... - 15:40 Revision 47cbb9d3: [BUGFIX] Properly handle absolute links in typolink()
- Fix a wrong assumption in the code that claims we link across domains.
If config.forceAbsoluteUrl is set, we might li... - 15:39 Revision 6fc033d7: [BUGFIX] Properly handle absolute links in typolink()
- Fix a wrong assumption in the code that claims we link across domains.
If config.forceAbsoluteUrl is set, we might li... - 15:34 Revision 8c311800: [BUGFIX] Correct upload field name for TCA internal_type file
- Enforcing a file doesn't take the file upload field into
consideration. Correct the name of the check in JavaScript.
... - 15:34 Revision 7aa95aeb: [BUGFIX] Correct upload field name for TCA internal_type file
- Enforcing a file doesn't take the file upload field into
consideration. Correct the name of the check in JavaScript.
... - 14:38 Revision 1fb77494: Update ext_tables.php
- Moving the styleguide to the help toolbar in Typo3 CMS 7
2015-03-10
- 23:08 Revision 26bb5e0a: [BUGFIX] Re-enable menu configuration caching
- It is ensured that the menu configuration is always an array.
The PageRepository::getHash() method is extended to re... - 22:03 Revision 7cd196bf: [BUGFIX] Scheduler misses the "stop" icon when a task is running
- Fixes the regression introduced in https://review.typo3.org/35759
Resolves: #65646
Releases: 6.2
Change-Id: Ic130c53... - 21:42 Revision a52e97eb: [BUGFIX] Show information for recycler scheduler task
- Due to a wrong language file path no setting information for the
CleanerTask of the recycler are shown.
Releases: ma... - 19:52 Revision 687b2657: [BUGFIX] Re-enable menu configuration caching
- It is ensured that the menu configuration is always an array.
The PageRepository::getHash() method is extended to re... - 19:47 Revision fd1fddaf: [TASK] Disallow shutdown of own backend account
- It's not possible to delete or disable one's own backend
user account in the list module anymore.
Resolves: #65633
R... - 15:29 Revision 6f626320: [BUGFIX] DBAL: Set allowNull for insert and update queries to TRUE
- When DBAL is installed, it was not possible to save NULL values to database, but
TCA fields with mode=useOrOverridePl... - 15:25 Revision a1ca5180: [BUGFIX] DBAL: Set allowNull for insert and update queries to TRUE
- When DBAL is installed, it was not possible to save NULL values to database, but
TCA fields with mode=useOrOverridePl... - 15:25 Revision 6af22719: [FOLLOWUP][BUGFIX] Skip cache hash for URIs to non-cacheable actions
- Fix fatal error in page module when user is in some workspace
Resolves: #65629
Relates: #60272
Releases: master
Chan... - 13:18 Revision 4f9799b1: [BUGFIX] Use "user_auth" index for DataHandler:printLogErrorMessages
- Add the database field "action" to the SQL query to be able to use
the "user_auth" index and speed up the query.
Res... - 12:33 Revision bd64f55b: [BUGFIX] Use "user_auth" index for DataHandler:printLogErrorMessages
- Add the database field "action" to the SQL query to be able to use
the "user_auth" index and speed up the query.
Res...
2015-03-09
- 21:54 Revision 485668b1: [BUGFIX] Respect newlines in ['SYS']['binSetup']
- If you separate the list of programs by new line (as suggested in the
Install Tool description), the programs aren't ... - 21:34 Revision f04fac9f: [BUGFIX] Respect newlines in ['SYS']['binSetup']
- If you separate the list of programs by new line (as suggested in the
Install Tool description), the programs aren't ... - 19:47 Revision 793b490b: [TASK] styleguide: Add flexform sheedDescription and sheedShortDescr for the tooltip
- 16:14 Revision bf6f5226: [FEATURE] Ask for old password when changing
- Following security best practices, a user should
to be able to update his password only when giving
the previous pass... - 14:38 Revision ad82267b: [BUGFIX] EM: Prevent event stacking on update button
- Using the text filter calls "bindExtensionListActions" on each change.
This method invokes the registration of the "c...
2015-03-08
- 23:39 Revision 2e7da2a4: [TASK] Remove nobr CSS class and nobr tags
- Releases: master
Resolves: #65586
Change-Id: I32758dc4e57072955d3bc7f6a010a35f7253fd80
Reviewed-on: http://review.typ... - 22:05 Revision 7d5a55e0: [TASK] Remove unused .typo3-red-background CSS class
- Releases: master
Resolves: #65587
Change-Id: Ic397294ccaf29223df7348760d6d408efb1b20e7
Reviewed-on: http://review.typ...
2015-03-07
- 20:59 Revision aba076af: [BUGFIX] Handle exceptions in Logging API
- Do not run exceptions through json_encode() but convert them to strings
first.
Resolves: #65577
Releases: master, 6.... - 19:48 Revision c49474f9: [BUGFIX] Handle exceptions in Logging API
- Do not run exceptions through json_encode() but convert them to strings
first.
Resolves: #65577
Releases: master, 6....
2015-03-06
- 20:00 Revision f010b580: [BUGFIX] Fix update button in Extension Manager
- The change If527b0e8fd77a059c8b25db16a926c5c80356331 introduced
a regression which broke the event listeners for the ... - 16:55 Revision d854d4e8: [TASK] styleguide: TCA inline_2 with expandSingle
- 15:02 Revision 625ddf89: [TASK] Remove deprecated "strict" PHPUnit option
- Resolves: #65569
Releases: master, 6.2
Change-Id: Ica1c3e9c90a0e4a97bd47afa1ea092fe9e957ef2
Reviewed-on: http://revie... - 14:54 Revision d7e89bad: [BUGFIX] Install tool image tests broken
- Switching the image manipulation from hardcoded cache table to
the caching framework with #28484 triggers a fatal err... - 13:59 Revision a3b5963e: [TASK] Rewrite JavaScript of ext:documentation to RequireJS
- Due to a JavaScript error in the current situation the code
is now ported to RequireJS.
Resolves: #65557
Releases: m... - 13:27 Revision 12480785: [BUGFIX] Fix labels in linkvalidator
- Change the id which is referred in the label to make it
possible to toggle the checkbox by clicking on the label.
Re... - 13:21 Revision 86baeba0: [BUGFIX] Fix labels in linkvalidator
- Change the id which is referred in the label to make it
possible to toggle the checkbox by clicking on the label.
Re... - 12:54 Revision 40e2761c: [BUGFIX] Fix broken scheduler tasks
- Fix two broken tasks in the scheduler:
"Remove deleted records" from EXT:recycler refers to the right xlf now.
"Syste... - 11:49 Revision a8b66dda: [TASK] Make db_new.php dispatched
- Use dispatching for db_new.php
Resolves: #65288
Releases: master
Change-Id: Ie3ef5c8e4df8dc0181ed5e85dd780c769c2801c... - 10:51 Revision fd0f56b2: [BUGFIX] Allow processed folders in different storage
- The processingfolder of a storage can now be a combined identifier.
This makes it possible to have the processed file... - 10:05 Revision fab21d38: [BUGFIX] Allow processed folders in different storage
- The processingfolder of a storage can now be a combined identifier.
This makes it possible to have the processed file... - 06:22 Revision e28de60c: [TASK] Update jQuery DataTables to version 1.10.5
- Releases: master
Resolves: #65056
Change-Id: Iccf505ea4bdcbb4743449e449d184a1995fda680
Reviewed-on: http://review.typ...
2015-03-05
- 22:30 Revision 2203c5ec: [TASK] Update to phpunit 4.5
- Releases: master, 6.2
Resolves: #65554
Change-Id: I526f4fe39af0d19b26f525b9b062aedb456794f0
Reviewed-on: http://revie... - 22:27 Revision 601b3b9a: [TASK] Update to phpunit 4.5
- Releases: master, 6.2
Resolves: #65554
Change-Id: I526f4fe39af0d19b26f525b9b062aedb456794f0
Reviewed-on: http://revie... - 22:24 Revision 9f462369: [BUGFIX] Avoid getTCAtypeValue-calls in DataHandler->fillInFieldArray
- DataHandler->fillInFieldArray fetches BackendUtility::getTCAtypeValue
for each record but uses the value only if seve... - 21:56 Revision 8aa9fc83: [TASK] Update modernizr to 2.8.3
- - Exclude: Media Queries
- Exclude: html5shiv v3.7.1 w/ printshiv
Releases: master
Resolves: #65553
Change-Id: I8545... - 21:34 Revision 85cf725a: [TASK] Set twbs/bootstrap to version 3.3.2 in composer.json
- Set fix version in composer.json to avoid unwanted updates.
Releases: master
Resolves: #65552
Change-Id: I5852fda78a... - 21:32 Revision 3ff18625: [BUGFIX] Fix missing spaces and escaping of attributes
- The generated HTML code is broken for some input fields in FormEngine
because of missing escape of attribute values.
... - 21:17 Revision da423ac0: [TASK] Update font-awesome to 4.3.0
- - Not overwritten variables removed
- Superfluous OTF font file for desktop usage removed
- Set fix version in compos... - 20:53 Revision 844dc392: [BUGFIX] Catch all errors on adding files of sys_files to export
- Adding files from sys_file records is not robust enough. For example
sys_file records could exist for already deleted... - 20:48 Revision 3b86ba55: [BUGFIX] Catch all errors on adding files of sys_files to export
- Adding files from sys_file records is not robust enough. For example
sys_file records could exist for already deleted... - 12:57 Revision 0ba442bf: [FOLLOWUP][BUGFIX] Prevent wrong ref_index for fields with soft references
- Prevent problems with NULL values in reference fields.
Releases: master, 6.2
Resolves: #60226
Change-Id: I168e508ca9... - 11:34 Revision 466bbbbd: [TASK] Followup: Make Scheduler tables responsive
- Wrap tables in <div class="table-fit"> to make the tables reposonsive.
Resolves: #65532
Releases: master
Change-Id: ... - 11:06 Revision 2d33ba81: [FOLLOWUP][BUGFIX] Prevent wrong ref_index for fields with soft references
- Prevent problems with NULL values in reference fields.
Releases: master, 6.2
Resolves: #60226
Change-Id: I168e508ca9... - 11:00 Revision 70ed6e35: [BUGFIX] Normalize font-size in install tool
- Releases: 6.2
Resolves: #65501
Change-Id: I429a6d654f8af0ada429678eff6476ba478ad683
Reviewed-on: http://review.typo3.... - 06:01 Revision 63ee7cb5: [TASK] Make t3skin a protected extension
- To ensure the backend is always in a usable and wellformed
state the t3skin extension needs to be always activated.
...
2015-03-04
- 22:13 Revision d916be7f: [TASK] Streamline Scheduler
- Streamline the layout of the scheduler.
Resolves: #65233
Releases: master
Change-Id: I2f91f187e21359d2228e81efb198b9... - 21:32 Revision 1bd123a1: [BUGFIX] Reload extension list after update
- If an extension was updated the list should be reloaded to show
update information.
Releases: master, 6.2
Resolves: ... - 21:22 Revision 4ed8c451: [BUGFIX] Update misleading help text about deprecated/removed features
- This patch corrects misleading help texts about deprecated curl*
functions such as curlProxyServer, curlProxyTunnel, ... - 20:41 Revision f7b22543: [TASK] General code cleanup in ext:sv
- Resolves: #65370
Releases: master
Change-Id: If444c38cf263b0e089adb155cf0d2da7eb4dd9f5
Reviewed-on: http://review.typ... - 20:14 Revision e2212994: [TASK] EM: Fix icon leftovers
- The "Update extension" task uses an FA icon now. The obsolete file
"ExtensionUpdateScript.png" is removed.
Resolves:... - 19:50 Revision 6781f3f0: [BUGFIX] Remove RemoveXSS credit link
- The current link to RemoveXSS project is broken and
no new one can be found. The patch removes the link
from about mo... - 19:50 Revision 472d9a4a: [TASK] Code cleanup EXT:backend/Classes/File/*.php
- - add missing return values
- add missing phpdoc comments
- remove unused variable assingments
- add getter for Langu... - 19:50 Revision e3889f61: [BUGFIX] Remove RemoveXSS credit link
- The current link to RemoveXSS project is broken and
no new one can be found. The patch removes the link
from about mo... - 19:45 Revision 8c24765d: [BUGFIX] Reload extension list after update
- If an extension was updated the list should be reloaded to show
update information.
Releases: master, 6.2
Resolves: ... - 19:27 Revision 835be9a8: [BUGFIX] Regression when scaling/cropping in GIFBUILDER
- The fix for issue #64224 introduced a regression in GIFBUILDER
resulting in problems with image scaling/cropping.
Fo... - 19:26 Revision ef5f6cc8: [BUGFIX] Regression when scaling/cropping in GIFBUILDER
- The fix for issue #64224 introduced a regression in GIFBUILDER
resulting in problems with image scaling/cropping.
Fo... - 19:23 Revision 9687a429: [BUGFIX] Remove Closure in signalSlotDispatcher
- As the classAliasMap is a singleton we don't need to initialize it on
every dispatch, but we can call the method dire...
2015-03-03
- 20:54 Revision 223e0876: [BUGFIX] Do not fetch records from tables without references
- If no field of a table can contain a reference by its TCA definition
do not fetch record from this table at all. For ... - 16:26 Revision f6c06bc3: [BUGFIX] Avoid getTCAtypeValue-calls in DataHandler->fillInFieldArray
- DataHandler->fillInFieldArray fetches BackendUtility::getTCAtypeValue
for each record but uses the value only if seve... - 16:26 Revision 030c5cdd: [BUGFIX] Fix access to time tracker in eID scripts
- During refactoring of request handling setup of the global time
tracker was removed for eID scripts.
This also fixes... - 14:07 Revision 633e02b2: [BUGFIX] Reset global ajaxID for ajax requests
- Due to patch https://review.typo3.org/#/c/37409/ the global ajaxID
isn't set anymore. This variable is needed by seve...
Also available in: Atom