Activity
From 2014-12-14 to 2015-01-12
2015-01-12
- 23:15 Revision 98d3586f: [BUGFIX] Pagepath is displayed incorrectly with slash (/) in page title
- If the current (!) page has a slash in the Page Name,
the first part of that page name is also displayed
in the Path ... - 23:15 Revision 5785807b: [BUGFIX] Pagepath is displayed incorrectly with slash (/) in page title
- If the current (!) page has a slash in the Page Name,
the first part of that page name is also displayed
in the Path ... - 22:52 Revision a5c00d55: [BUGFIX] Fix query in abbreviation plugin of rtehtmlarea
- The comma seperated list of PIDs is not wrapped in quotes any more
to allow more than one page to be searched in.
Ad... - 22:19 Revision b060611a: [BUGFIX] Fix query in abbreviation plugin of rtehtmlarea
- The comma seperated list of PIDs is not wrapped in quotes any more
to allow more than one page to be searched in.
Ad... - 20:36 Revision 42b9b0fa: [BUGFIX] cObjRenderer->prefixComment() needs parameter validation
- The method fails to validate the parameters leading to PHP notices
if the function is used incorrectly in TypoScript.... - 20:35 Revision 6128285a: [BUGFIX] cObjRenderer->prefixComment() needs parameter validation
- The method fails to validate the parameters leading to PHP notices
if the function is used incorrectly in TypoScript.... - 19:50 Revision f6236e6a: [TASK] DBAL: Log error if query fails
- Log error if a SELECT query fails on DBAL.
Resolves: #64245
Releases: master, 6.2
Change-Id: I7e263a3a0157200b0570be... - 17:27 Revision 174f1ced: [BUGFIX] Fix query in abbreviation plugin of rtehtmlarea
- The comma seperated list of PIDs is not wrapped in quotes any more
to allow more than one page to be searched in.
Ad... - 16:52 Revision 5e69db46: [TASK] DBAL: Throw exception if query fails
- Throw an exception if a SELECT query fails on DBAL to avoid subsequent
errors.
Resolves: #64245
Releases: master, 6.... - 14:09 Revision e497bd7a: [BUGFIX] Make TCEMAIN.translateToMessage work with lang files
- The option TCEMAIN.translateToMessage that prepends
a certain text to a message was apparantly available
with the fun... - 14:08 Revision 262bdeeb: [BUGFIX] Make TCEMAIN.translateToMessage work with lang files
- The option TCEMAIN.translateToMessage that prepends
a certain text to a message was apparantly available
with the fun... - 14:04 Revision e6e9b531: [FEATURE] Add async property to JavaScript files
- Add a property 'async="async"' to JavaScript files via TypoScript
page.includeJSlibs.<array>.async = 1
This patch af... - 10:27 Revision c5fa278d: [BUGFIX] Follow up: JavaScript error in language module
- This patch solves a JavaScript error in the new language module when
clicking "Download all" in "Installed Languages"...
2015-01-11
- 11:01 Revision 32462f96: [BUGFIX] TypoScript: Unify line-endings to LF on save
- Coding Guidelines and t3editor demand LF as line-endings.
Some browsers send CRLF (Windows) or CR (instead).
Change-...
2015-01-10
- 22:52 Revision 94d64d9a: [BUGFIX] Properly check TS conditions with key '0'
- Global vars and strings from array expressions with key '0' must be
checked correctly in TS conditions.
E.g. when usi... - 22:51 Revision bfbd8780: [BUGFIX] Properly check TS conditions with key '0'
- Global vars and strings from array expressions with key '0' must be
checked correctly in TS conditions.
E.g. when usi... - 22:49 Revision cef71f88: [!!!][TASK] Remove option "compat_version"
- The global option
$TYPO3_CONF_VARS[SYS][compat_version]
was introduced for having old frontend output
while upgrading... - 20:37 Revision 80873de8: [TASK] Cleanup and update language module
- This patch modernizes the old language module to fit
the new backend design.
Resolves: #62983
Releases: master
Chang... - 20:28 Revision cff403a8: [BUGFIX] Folders created from BE fail to set permissions
- The created path during folder creation contains double slashes.
Therefore the function used to fix/set the permissio... - 20:19 Revision 59671a2d: [BUGFIX] Folders created from BE fail to set permissions
- The created path during folder creation contains double slashes.
Therefore the function used to fix/set the permissio... - 20:02 Revision 30775dd9: [BUGFIX] Install Tool flash messages in Step Installer styling
- Releases: master, 6.2
Resolves: #56770
Change-Id: I17683468f82542f627c886e9234ccd443994e84c
Reviewed-on: http://revie... - 19:58 Revision d728b85f: [BUGFIX] Install Tool flash messages in Step Installer styling
- Releases: master, 6.2
Resolves: #56770
Change-Id: I17683468f82542f627c886e9234ccd443994e84c
Reviewed-on: http://revie... - 19:21 Revision c52f7b53: [TASK] EM: Remove ExtJS
- Replaces ExtJS dialogs with the new TYPO3 modals. Additionaly, all calls
to TYPO3.l10n.localize() are replaced by acc... - 12:56 Revision eba175c2: [!!!][TASK] Remove option $TYPO3_CONF_VARS[BE][accessListRenderMode]
- With the recent overhaul to optimize the selection
of access lists (permissions) in BE user / BE groups
via checkbox,... - 12:56 Revision b3af4138: [TASK] Upgrade jQuery to 1.11.2
- Resolves: #64227
Releases: master
Change-Id: I85720415412ce87e4cf156d0565865902845ef48
Reviewed-on: http://review.typ...
2015-01-09
- 16:55 Revision 0c9b4b42: [CLEANUP] Remove unnecessary early return in GeneralUtility::instantiateClass
- Remove unnecessary early return statement in
\TYPO3\CMS\Core\Utility\GeneralUtility::instantiateClass
Change-Id: Ia0... - 13:12 Revision 02f22bb9: [CLEANUP] Use t3js class for resizeable textareas
- We are going to remove tceform classes from the
form engine, to remain js functionality all javascript
selectors need... - 11:43 Revision dd1b4895: [BUGFIX] Make typolink respect property linkAccessRestrictedPages
- With this patch typolink does link access restricted pages when
the typolink configuration has $conf['linkAccessRestr... - 11:42 Revision 90287bd4: [BUGFIX] Make typolink respect property linkAccessRestrictedPages
- With this patch typolink does link access restricted pages when
the typolink configuration has $conf['linkAccessRestr... - 11:33 Revision 442f7067: [BUGFIX] Add stdWrap to sorting.direction for FILES
- Add the missing stdWrap support for the sorting direction
property of the new FILES cObject.
Resolves: #59297
Releas... - 11:32 Revision 9ac0e8d3: [BUGFIX] Add stdWrap to sorting.direction for FILES
- Add the missing stdWrap support for the sorting direction
property of the new FILES cObject.
Resolves: #59297
Releas... - 10:23 Revision 6f7ff565: [!!!][FEATURE] FormEngine Checkbox to bootstrap
- * Streamline checkbox styling
* Add inline rendering for checkboxes
* Add responsive breakpoints
Releases: master
Re...
2015-01-08
- 23:04 Revision e60e8ab9: [CLEANUP] Follow up: Remove jQueryUI left overs from EM
- Removes the now obsolete images and some more CSS definitions due to
jQueryUI removal in I85ecda2c3e0363774f3d8f3e768... - 23:00 Revision 716e7a54: [TASK] Clean up images for tt_content.imageorient
- Remove the old imageorientation images
from typo3/gfx/ and take the
images from t3skin and move them
to EXT:frontend.... - 22:28 Revision 5a88ebe0: [BUGFIX] styleguide: TCA syntax error in checkbox_18
- 22:22 Revision 0ddbaa64: [TASK] styleguide: TCA checkbox col examples including new inline value
- 21:45 Revision bb874b63: [BUGFIX] EM: distribution label "Official distribution" should use TWBS
- Instead of using a custom-defined CSS span class,
the label "Official distribution" in the distributions section
of t... - 18:46 Revision bfb601d7: [BUGFIX] Shortcut icons now check permissions
- Resolves: #36193
Releases: master, 6.2
Change-Id: Idcce6744d1b3d108daafb47103beefaf8d61c27c
Reviewed-on: http://revie... - 18:43 Revision 903e9841: [BUGFIX] Shortcut icons now check permissions
- Resolves: #36193
Releases: master, 6.2
Change-Id: Idcce6744d1b3d108daafb47103beefaf8d61c27c
Reviewed-on: http://revie... - 15:15 Revision 0a6b9a48: [DB][BUGFIX] Change DB field sys_filemounts.base from tinyint to integer
- sys_filemounts.base holds a reference to a storage, which should
be of DB type "int" as the storage uid is an integer... - 15:14 Revision 005a49e8: [BUGFIX] Allow page.config.pageTitleSeparator
- The TypoScript option page.config.pageTitleSeparator
does not work currently, however the unspecific option
config.pa... - 14:00 Revision 97446dc9: [CLEANUP] Use block element for linebreaks in formengine
- Linebreaks are used in the form engine to clear a row
within palettes. In transition to bootstrap we will use a
clear... - 12:42 Revision 94dc982c: [TASK] EM: Remove jQueryUI
- This patch removes jQueryUI from the extension manager which is only
used to style tabs. The tabs are ported to Twitt... - 12:16 Revision 7b83b959: [TASK] Deprecate TS property andWhere
- As the property "where" got full stdWrap support, there is no
need to keep "andWhere".
Resolves: #25112
Releases: ma... - 12:14 Revision f762df4e: [CLEANUP] Element Information
- - Make preview image responsive
- Streamline fields of references
- Correct table classes and markup
- Sort columns o... - 11:28 Revision d23d9386: [TASK] tstemplate: deprecate verify_TSobjects()
- The method
'TypoScriptTemplateObjectBrowserModuleFunctionController::verify_TSobjects'
is not used in the core and is... - 11:09 Revision 03598c1f: [TASK] Change label in BackendUserModule compare
- Fix misleading label in BackendUser module compare
function.
Resolves: #64181
Releases: master
Change-Id: I4e070af9e... - 09:11 Revision aec61c7e: [TASK] Fix styling of "Deactivate t3editor" checkbox
- Resolves: #64177
Releases: master
Change-Id: I15490a24fbbd444efcf54008824e3d203932115b
Reviewed-on: http://review.typ...
2015-01-07
- 21:42 Revision 4475868a: [CLEANUP] Remove unused images from typo3/gfx and t3skin
- There are a lot of images and graphics not in use anymore
that can be removed, as the core does not include
them, nor... - 17:34 Revision 6e2a34eb: [CLEANUP] FormEngine rendermode checkbox to bootstrap
- - convert rendermode checkbox to bootstrap
- enhance visualisation of grouping
- make groups collapsable
- move reset... - 17:05 Revision 6630ff6e: [!!!][TASK] Clean up country/language flags
- The core has multiple places
where country flags are stored.
1. typo3/gfx/flags/ - a set of
non-normalized .gif file... - 12:30 Revision 92649144: [CLEANUP] Backend User and Permission Module
- - Adapting to bootstrap markup
- Introduce advanced inline-forms
- Move leftover css to t3skin for later removal
Rel... - 12:13 Revision c756c585: [!!!] Deprecate DocumentTemplate::table()
- The method "table" of the class DocumentTemplate is deprecated.
Change-Id: Iccd5763a5ef45450d6d6d67adf121efa1e56709c... - 01:28 Revision 3c2d0ef4: [BUGFIX] Correct submit btn styles in EM
- Adding a "btn btn-default" class to the submit
button in the "Get Extensions" view to
align with the rest of the TWBS... - 00:17 Revision 83605152: [BUGFIX] Change DB field sys_filemounts.base from tinyint to integer
- sys_filemounts.base holds a reference to a storage, which should
be of DB type "int" as the storage uid is an integer... - 00:04 Revision aaa46a21: [BUGFIX] Make pagination inputfield working in recordlist
- - Correct inputfield refresh in recordlist
- Unify styling for fluid BE pagination widget and record list
Releases: ... - 00:00 Revision 6f324337: [TASK] Remove uc option helpText completely
- This was already removed since 4.5 but a leftover
still exists in the permission module.
Resolves: #64152
Releases: ...
2015-01-06
- 23:39 Revision 331a7c4a: [TASK] Render lowlevel output with fluid
- Use fluid to render the lowlevel functions.
Resolves: #64137
Releases: master
Change-Id: Ib5046d3af7b514520cc3031735... - 23:28 Revision 94843c0d: [CLEANUP] sysext:tstemplate
- Resolves: #64133
Resolves: #16595
Releases: master
Change-Id: Ic6947ec59bff30a3107ceeef4d828d3742ee4ced
Reviewed-on: ... - 19:33 Revision 605c50b6: [BUGFIX] Avoid makeInstance calls starting with a backslash
- When using singletons and calling makeInstance
with a beginning backslash in the class name
(see forge example), the ... - 19:31 Revision 6095c264: [CLEANUP] Replace rednumber icons with TWBS
- The Constant Editor is using "rednumbers"
to highlight certain constants. This can be done
like this in the Constants... - 19:19 Revision 440388b5: [CLEANUP] Module handling classes
- Resolves: #64132
Releases: master
Change-Id: Ica1c57847d3f3557153399262e6e3e95aa1fe6e8
Reviewed-on: http://review.typ... - 19:15 Revision a5154aa2: [BUGFIX] TypoScript: Unify line-endings to LF on save
- Coding Guidelines and t3editor demand LF as line-endings.
Some browsers send CRLF (Windows) or CR (instead).
Change-... - 17:02 Revision cadafaee: [!!!][BUGFIX] Avoid makeInstance calls starting with a backslash
- When using singletons and calling makeInstance
with a beginning backslash in the class name
(see forge example), the ... - 12:50 Revision 76fe2491: [BUGFIX] Fix phpDoc of FluidTemplateContentObject::render
- Change-Id: Ia91bac1ac2f26c500ce1fdc0d2eedece9ab30876
Resolves: #63380
Releases: master, 6.2
Reviewed-on: http://revie... - 12:50 Revision 3e4dbc39: [BUGFIX] Fix phpDoc of FluidTemplateContentObject::render
- Change-Id: Ia91bac1ac2f26c500ce1fdc0d2eedece9ab30876
Resolves: #63380
Releases: master, 6.2
Reviewed-on: http://revie... - 12:29 Revision 222451fe: [BUGFIX] Linkvalidator: Fix invalid links
- Fix the generation of edit links of records to comply with the standards.
Resolves: #64128
Releases: master, 6.2
Cha... - 08:34 Revision 5345df2d: [BUGFIX] Linkvalidator: Fix invalid links
- Fix the generation of edit links of records to comply with the standards.
Resolves: #64128
Releases: master, 6.2
Cha...
2015-01-05
- 22:56 Revision d116a41b: [!!!][TASK] FormEngine: Unify resizable textareas
- TYPO3 has some special functionality
for FormEngine textareas (without RTE).
The options are available through the us... - 21:45 Revision c064eb5d: [!!!][CLEANUP] Move t3-table and t3-button to bootstrap
- - Drop crontrib normalize css in favor of bootstrap normalize
- Drop .t3-table use bootstrap classes instead
- Drop .... - 21:34 Revision 206eba39: [BUGFIX] Redirect to record after creating new root template
- After clicking the button "Create template for a new site", the
user is redirected to the new template record.
Resol... - 21:28 Revision b36e4d3a: [BUGFIX] Redirect to record after creating new root template
- After clicking the button "Create template for a new site", the
user is redirected to the new template record.
Resol... - 17:31 Revision 9c2138ff: [BUGFIX] Center icons vertically again in toolbar of page tree
- The task #52497 introduced a regression. The default font-size 12px and
new default line-height of 18px set in body s... - 17:28 Revision 72047de5: [BUGFIX] Use correct label in indexed_search template
- The used label in the template must be changed to an existing one.
Resolves: #51113
Releases: master, 6.2
Change-Id:... - 17:24 Revision 180e8886: [BUGFIX] Use correct label in indexed_search template
- The used label in the template must be changed to an existing one.
Resolves: #51113
Releases: master, 6.2
Change-Id:... - 15:47 Revision d9ca2841: [FEATURE] HMENU special=browse does not respect exclude lists
- The HMENU special=browse with a previous/next button
does not exclude "no search" pages at query level, as well
as th... - 15:42 Revision b8a0135e: [BUGFIX] Display BE layouts in correct order
- When using the Languages view in Page module the Backend Layout
columns are now sorted correctly.
Releases: master, ... - 15:40 Revision 4b15d478: [BUGFIX] Display BE layouts in correct order
- When using the Languages view in Page module the Backend Layout
columns are now sorted correctly.
Releases: master, ... - 14:46 Revision 256ed0fc: [BUGFIX] Fix error mode handling for lang file inclusion
- Releases: master, 6.2
Resolves: #64126
Change-Id: I985cf10a97b742bc5f3357d3822aaa5256ff86e7
Reviewed-on: http://revie... - 14:46 Revision 7bb5ae51: [BUGFIX] Fix error mode handling for lang file inclusion
- Releases: master, 6.2
Resolves: #64126
Change-Id: I985cf10a97b742bc5f3357d3822aaa5256ff86e7
Reviewed-on: http://revie... - 13:51 Revision 0b918384: [FEATURE] Add stdWrap for title tag
- In order to manipulate the title tag in a
flexible manner, the stdWrap option for
the title tag is introduced with th... - 13:47 Revision 14d67447: Revert "[TASK] Make be_sessions.ses_data text field for HHVM"
- This reverts commit 8b8ad8e4bd5ee569ede588070aa6cf364b2580f0
64k will not be enough space for session data which can... - 13:42 Revision 9c09ecd9: [BUGFIX] Fixes position of suggest wizzard autocomplete result in IE
- A 5 years old bug in script.aculo.us leads to the problem, that
autocomplete results of the suggest wizzard are displ... - 13:42 Revision f51cf316: [BUGFIX] Fixes position of suggest wizzard autocomplete result in IE
- A 5 years old bug in script.aculo.us leads to the problem, that
autocomplete results of the suggest wizzard are displ... - 13:26 Revision 10459346: [!!!][TASK] Deprecate global hook softRefParser_GL
- The hook ['SC_OPTIONS']['GLOBAL']['softRefParser_GL'] has been
deprecated. It was a hook to add a general softRefPars... - 00:41 Revision 1f82c3ce: [BUGFIX] Return string on non-existent CASE cObject
- Currently, when using a TypoScript CASE cObject
and the key property is not available then the default
key is used. I... - 00:08 Revision 3136461b: [BUGFIX] Return string on non-existent CASE cObject
- Currently, when using a TypoScript CASE cObject
and the key property is not available then the default
key is used. I...
2015-01-04
- 22:25 Revision c9af6435: [TASK] Replace simple preg_replace calls with trim
- There are a few occurrences where simple preg_replace calls are used
even though this can be accomplished with rtrim(... - 21:20 Revision af50438d: [FEATURE] Add AJAX logic for delete records in ListModule
- This patch introduce an AJAX call for delete records
in ListModule. The confirm message is build with a
bootstrap mod... - 16:00 Revision 3589da89: [BUGFIX] Speed up BackendUtility->explodeSoftRefParserList
- Due to improper checking for an empty array in
BackendUtility->explodeSoftRefParserList multiple trimExplode-calls pe... - 16:00 Revision 522fba7d: [BUGFIX] Speed up BackendUtility->explodeSoftRefParserList
- Due to improper checking for an empty array in
BackendUtility->explodeSoftRefParserList multiple trimExplode-calls pe...
2015-01-03
- 20:10 Revision 4866590b: [TASK] Performance: Avoid using array_keys in foreach
- This lowers the memory usage.
Iterate on the original array instead of an array_keys()-copy
which lowers memory usag... - 19:56 Revision 0065134f: [!!!][TASK] Remove global variable WEBMOUNTS
- The WEBMOUNTS variable is holding
the BackendUsers' DB mounts which are
always accessible via $BE_USER->returnWebmoun... - 19:56 Revision b20f81a1: [TASK] Extension Manager: Port to RequireJS
- Port the JavaScript of the Extension Manager to RequireJS. This
patch is just the base for further improvements.
Rel... - 19:51 Revision 8d918317: [TASK] Clean up BackendController
- All HTML of BackendController was moved to
Fluid Standalone, and is now more flexible
with the TemplatePath variable.... - 18:13 Revision a5f57f0d: [FEATURE] Allow multiple HTTP headers of the same type in TS
- Allows multiple HTTP headers of the same type in
config.additionalHeaders by extending the configuration
possibilitie... - 18:04 Revision 963c4510: [BUGFIX] Non modules can't check module access
- Resolves: #64098
Releases: master, 6.2
Change-Id: Ic71b026e18160fb92c8e215ecf2cfb6c86703661
Reviewed-on: http://revie... - 18:02 Revision 19af4360: [BUGFIX] Non modules can't check module access
- Resolves: #64098
Releases: master, 6.2
Change-Id: Ic71b026e18160fb92c8e215ecf2cfb6c86703661
Reviewed-on: http://revie... - 17:54 Revision ddf560c1: [BUGFIX] Fix folder selection in ElementBrowser
- Resolves: #63651
Releases: master, 6.2
Change-Id: Ica4b9dab922be15bffd67f1dbd90ea8e4522838d
Reviewed-on: http://revie... - 17:49 Revision db005827: [BUGFIX] Fix folder selection in ElementBrowser
- Resolves: #63651
Releases: master, 6.2
Change-Id: Ica4b9dab922be15bffd67f1dbd90ea8e4522838d
Reviewed-on: http://revie... - 17:49 Revision 5f67ddee: [FEATURE] Introduce unified Storage API for JS
- The core lacks a unified API to load and update
the Backend users UC, and to address the browsers'
localStorage.
The... - 17:35 Revision e3a02129: [BUGFIX] Scheduler: Fix task group issues
- Do not list deleted task groups as option when creating new tasks.
Display tasks assigned to a deleted group in the u... - 16:38 Revision f53227bc: [TASK] Refactor copy-pasted getJavaScriptLabelsFromLocallang
- This refactors the copy-pasted method from ext:recycler into
LanguageService.php.
Resolves: #57225
Releases: master
... - 16:19 Revision 6b13aa95: [BUGFIX] Autolink urls starting https:// as well
- Currently only non ssl urls are automatically identified
and transformed to a link. Now also links starting with
http... - 16:18 Revision ade76dd8: [BUGFIX] Autolink urls starting https:// as well
- Currently only non ssl urls are automatically identified
and transformed to a link. Now also links starting with
http... - 16:05 Revision 338e33ee: [TASK] Revamp ext:linkvalidator
- * Migrate JavaScript to jQuery AMD module
* Cleanup the code
* Migrate CSS to less
* Use correct table styles
* Use d... - 15:20 Revision 4c7eea8a: [TASK] HMENU: Extract menu item generation into separate methods
- In order to ensure valid options and consistency, the 500+ lines
of code for generating special=XY menus in HMENU
can... - 15:11 Revision cdcf56c8: [FEATURE] displayCond should allow userFunc as condition
- This patch enables the usage of a displayCond defined as
'USER:\Example\Namespace\UserClass->functionName:any:other:p... - 14:56 Revision 0c48788b: [BUGFIX] Page View Button misses tooltip in page language module
- Add a title attribute to the view page button in page module,
when language mode is active.
Change-Id: I3c991173b2a4... - 14:54 Revision b170ca34: [BUGFIX] Page View Button misses tooltip in page language module
- Add a title attribute to the view page button in page module,
when language mode is active.
Change-Id: I3c991173b2a4... - 14:46 Revision d716d5f2: [!!!][TASK] Migrate non-ExtJS trees to jQuery
- Existing tree components that are
not using ExtJS are mainly within
the ElementBrowser and the FolderTree,
which is t... - 14:46 Revision 84728fc0: [TASK] Remove language "default" from Alternative Page Language and
- hide record type when not necessary
The pages_language_overlay table has a sys_language_uid
field, but (like all oth... - 13:50 Revision 2ffc40ad: [TASK] Remove ExtJs loading from ext:scheduler
- Resolves: #64096
Releases: master
Change-Id: I0b567eebcdab759a380f99e4aba8d52de810bfc9
Reviewed-on: http://review.typ... - 13:37 Revision 6f70169f: [TASK] Cleanup EXT:scheduler SchedulerModuleController
- Greenify SchedulerModuleController
Releases: master
Resolves: #64094
Change-Id: Ie9293d4ecebf0e4d4df4aaaef2fb0af500a... - 13:34 Revision e5b0452b: [CLEANUP] Use $this-> instead of parent:: in TS Conditions
- The code for Backend and Frontend TS conditions
uses static calls to parent:: instead of using
$this->, which is comm... - 13:25 Revision 923275c0: [TASK] Decouple security report from install tool
- Decouple \TYPO3\CMS\Reports\Report\SecurityStatus from install tools. In
this status report several checks are made w... - 12:05 Revision d78ad9ea: [BUGFIX] Fix padding of FormEngine without tabs
- There are two inconsistencies within FormEngine:
1) Styling of records without tabs (e.g. filemounts)
2) Invalid HTM... - 00:24 Revision 9f0ff13d: [BUGFIX] Editing a record in Element Browser throws JS error
- When opening the element browser (e.g. via the field "reference
records" as CType in tt_content), it is actually poss...
2015-01-02
- 20:49 Revision 42ccc0ce: [TASK] DatabaseRecordList::createReferenceHtml uses too much memory
- In order to reduce the amount of processing time spent while getting
the reference count the amount of records is bei... - 20:38 Revision 202e64c0: [FEATURE] Custom TypoScript-conditions also in backend
- Make the feature for custom TypoScript-conditions available
in both frontend (was already there) and backend (new) by... - 20:35 Revision 0795ff78: [BUGFIX] Web->Function: empty frame if all related ext removed
- Shows a meaningful error message if a module relies on submodules that
have not been registered yet.
Resolves: #2197... - 20:34 Revision 071add15: [CLEANUP] Simplify stdWrap handling in Menu cObj
- Follow-up to #46624
Restructure the code to make it more readable.
Resolves: #64088
Releases: master
Change-Id: Ib5b... - 20:26 Revision a1eeecdb: [!!!][BUGFIX] Respect selected target for shortcut mode 'Parent page'
- The selected page is now respected when selecting the parent page
to use. An upgrade wizard ensures that existing sho... - 20:19 Revision 4243aa3e: [!!!][BUGFIX] Respect selected target for shortcut mode 'Parent page'
- The selected page is now respected when selecting the parent page
to use. An upgrade wizard ensures that existing sho... - 19:46 Revision 7c58aca7: [BUGFIX] Ignore --linebreak-- fields in removeDuplicatesForInsertion
- ExtensionManagementUtility::removeDuplicatesForInsertion() ignores
--linebreak-- fields when looking for duplicates.
... - 19:40 Revision 227aba6c: [BUGFIX] Ignore --linebreak-- fields in removeDuplicatesForInsertion
- ExtensionManagementUtility::removeDuplicatesForInsertion() ignores
--linebreak-- fields when looking for duplicates.
... - 19:36 Revision e916406c: [BUGFIX] Fix error in filelist after deleting file with broken refs
- Always delete a file with corrupt relations.
Additionally issue a flash message informing about the broken references... - 19:26 Revision 23b77fd4: [BUGFIX] Fix error in filelist after deleting file with broken refs
- Always delete a file with corrupt relations.
Additionally issue a flash message informing about the broken references... - 18:43 Revision 3a33999b: [BUGFIX] Fix typo in Breaking-53658-RemoveAlternateBgColorsOption
- The headline in that file says it would document
issue #53568 [sic], which is a typo. In fact it is #53658.
Resolves... - 17:18 Revision 4a5e1e37: [TASK] Missing clickmenu links
- For consistency and to improve usability all record icons are linked with
context menu (clickmenu) actions.
Change-I... - 16:53 Revision 4b8d255c: [TASK] Extbase: Clean up invalid comments
- Some words are missing in QuerySettingsInterface
method header comments.
Also, all places within Extbase referring t... - 16:48 Revision 2d987f48: [BUGFIX] Web->Function: empty frame if all related ext removed
- Shows a meaningful error message if a module relies on submodules that
have not been registered yet.
Resolves: #2197... - 12:54 Revision 8427a012: [BUGFIX] csc-uploads delivers broken CSS
- In CSS Styled Content the CSS rule
ul.csc-uploads img { float: left; padding-right: 1em; vertical-align: top; }
cau... - 12:54 Revision 98908f76: [BUGFIX] csc-uploads delivers broken CSS
- In CSS Styled Content the CSS rule
ul.csc-uploads img { float: left; padding-right: 1em; vertical-align: top; }
cau... - 12:51 Revision 8e11adb3: [BUGFIX] sys_file uid should be visible in filelist
- There are several cases where editors manually
link to files (<LINK file:123>Download PDF</LINK>),
f.e. in bulletlist... - 12:49 Revision 1c316eb6: [BUGFIX] sys_file uid should be visible in filelist
- There are several cases where editors manually
link to files (<LINK file:123>Download PDF</LINK>),
f.e. in bulletlist... - 12:47 Revision 8b8ad8e4: [TASK] Make be_sessions.ses_data text field for HHVM
- The ses_date field of the DB table be_sessions can
hold up to 4GB of data, which is never used.
It also does not wor... - 11:27 Revision a02c882d: [BUGFIX] Change fe_users DB field size to 255 chars
- When having email addresses as usernames the field
fe_users.username gets too small. Resizing to 255
characters solve... - 11:26 Revision 5966dd4b: [BUGFIX] Change fe_users DB field size to 255 chars
- When having email addresses as usernames the field
fe_users.username gets too small. Resizing to 255
characters solve... - 10:22 Revision f92bfbec: [TASK] wizard_crpages cleanup
- Make the code simpler and more readable.
Resolves: #64062
Releases: master
Change-Id: Ie46f49e8cc5b6982391004bfcdfd7...
2015-01-01
- 22:02 Revision 529de59d: [!!!][TASK] Drop include_once array functionality for modules
- The include_once array inside module functions is obsolete
and removed. The autoloader should be used instead.
Resol... - 21:24 Revision 5d897c0d: [TASK] Deprecate TS option for XHTML 2.0
- The TypoScript option for setting XHTML 2.0
for the frontend output
config.xhtmlDoctype = xhtml_2
is deprecated a... - 20:03 Revision f3043e07: [FEATURE] Override check/radio labels with TSConfig
- Enable locallang override from TSConfig with reference (LLL:) or value.
Use the following instructions :
TCEFORM.[ta... - 19:53 Revision cdf957db: [BUGFIX] Fix image rendering for renderMethod = table
- Since the introduction of FAL to TYPO3, the rendering of images
using CSS styled content with renderMethod = table is... - 19:45 Revision bce5ae7b: [BUGFIX] Fix image rendering for renderMethod = table
- Since the introduction of FAL to TYPO3, the rendering of images
using CSS styled content with renderMethod = table is... - 18:15 Revision a84ec66a: [TASK] Migrate left-over prototype code from IRRE JS
- There are a few quirks left from prototype which
should be removed before completely
moving to a requireJS module in ...
2014-12-31
- 12:52 Revision 13d25656: [BUGFIX] Type check fix in linkhandler link type
- To determine if a link should be handled by the linkhandler link type
in the linkvalidator, the "type" entry in the $... - 12:32 Revision c06fe0e2: [BUGFIX] Type check fix in linkhandler link type
- To determine if a link should be handled by the linkhandler link type
in the linkvalidator, the "type" entry in the $... - 12:25 Revision 30c08cde: [BUGFIX] linkvalidator: Add headline fallback to prevent NULL on insert
- While link checker adds the broken links in the database the content
element can have an empty header. Make sure the ... - 12:24 Revision e82a7638: [BUGFIX] linkvalidator: Add headline fallback to prevent NULL on insert
- While link checker adds the broken links in the database the content
element can have an empty header. Make sure the ... - 11:47 Revision f86bb366: [BUGFIX] deleteRecord_flexFormCallBack deletes file_references
- Files that are referenced in a flexform
<type>group</type><internal_type>file_reference</internal_type>
will be delet... - 11:47 Revision fd702770: [BUGFIX] deleteRecord_flexFormCallBack deletes file_references
- Files that are referenced in a flexform
<type>group</type><internal_type>file_reference</internal_type>
will be delet... - 00:02 Revision c521f3b5: Revert "[TASK] Additional check for valid domain in validEmail()"
- Reverts #56771 which introduced brittle feature + tests to validEmail() which were beyond the scope of the function.
...
2014-12-30
- 20:14 Revision 8b2816f8: [TASK] Add absRefPrefix to responsive images
- Responsive images must also use the absRefPrefix
as prefix.
Resolves: #53292
Releases: master, 6.2
Change-Id: I12f4e... - 20:13 Revision 95577650: [TASK] Add absRefPrefix to responsive images
- Responsive images must also use the absRefPrefix
as prefix.
Resolves: #53292
Releases: master, 6.2
Change-Id: I12f4e... - 18:29 Revision 3ae906f6: [FEATURE] Add to "additionalWhere" to TypoScript menus
- Allow for TMENU/GMENU to have a new option called
"additionalWhere" to narrow down the SQL query put
in the makeMenu ... - 16:18 Revision 5033a33d: [TASK] Additional check for valid domain in validEmail()
- If using a correct email address (= correct syntax),
but the domain name has no valid MX entry,
then a given email is... - 15:50 Revision 4eac7ded: [BUGFIX] Invalid phpDoc in ToolbarItemInterface
- Method getAdditionalAttributes() returns an array of HTML attributes.
Resolves: #64058
Releases: master
Change-Id: I...
2014-12-29
- 23:51 Revision 303766d1: [FOLLOWUP] Fix missing semicolon
- Resolves: #64036
Releases: master
Change-Id: I7899481c2229ee3f9c5dfcca695cf025cec0cb33
Reviewed-on: http://review.typ... - 23:44 Revision cdf9b40f: [FEATURE] Allow RequireJS module loading to execute custom code
- When loading RequireJS modules, it is sometimes helpful to
execute custom code or set inline settings coming from the... - 19:41 Revision bc080548: [TASK] Performance: Avoid using array_keys in foreach
- This lowers the memory usage.
Iterate on the original array instead of an array_keys()-copy
which lowers memory usag... - 18:53 Revision c298539a: [CLEANUP] Remove superfluous ContainerViewHelper
- The ContainerViewHelper in EXT:beuser is removed due to identical
functionality introduced in Ie8464963eb421eca65c0a3... - 11:57 Revision a666bb2f: [TASK] Fix common misspellings and typos
- Resolves: #64051
Releases: master
Change-Id: I7a36da752fb72d30b5504003cc494feb835a8592
Reviewed-on: http://review.typ... - 09:42 Revision 77096cbd: [BUGFIX] Forms in sys_action need localization and rearrangement
- Resolves: #62837
Releases: master
Change-Id: I34ed297bc2b1d2616219ec27b3e3b796ea55c7cd
Reviewed-on: http://review.typ... - 09:23 Revision 1ae9b716: [FEATURE] Allow ContainerViewHelper to load RequireJS modules
- Add $includeRequireJsModules to ContainerViewHelper that loads RequireJS
modules, if given.
Resolves: #63913
Release...
2014-12-26
- 14:16 Revision e73f204d: Revert "[BUGFIX] Typo3DbQueryParser: Use IN with array-operand2"
- Reverts: #63275
Resolves: #64044
Related: #7848
This reverts commit e235c9ad8b32267ece98d843a43daeab430db235.
Chang... - 12:54 Revision d6c16f64: [FOLLOW-UP] Rename rst file
- Add missing file extension to rst file.
Resolves: #58929
Releases: master
Change-Id: I39e9286914eb92db70dfd68bcd837b... - 11:35 Revision e235c9ad: [BUGFIX] Typo3DbQueryParser: Use IN with array-operand2
- When passing an array for a "contains"-comparison
Typo3DbQueryParser generates SQL like
[...] WHERE uid_local='1','3'... - 10:15 Revision eeced84f: [!!!][TASK] Use progress bar instead of mask for loading
- The core currently has two places where a loading
indicator is shown:
* Loading iframes, using a mask created by Ext...
2014-12-23
- 19:27 Revision 4a22b59e: [FEATURE] API for Bootstrap Modals
- This patch introduces a new BE API for modals.
We introduce only a confirm method, because
the modal should be used a... - 19:11 Revision ff395217: [FEATURE] Add hook for content element footer in Page module
- Currently, there is only a hook for the `tt_content_drawItem` function
in the PageLayoutView. Since 6.0 the info fiel... - 18:59 Revision dc53b022: [BUGFIX] Backend typolink fields not saved
- Adds a trailing slash on input and a call to onchange for that field.
Change-Id: Ib17216aba9c0190018a44a04e2081cac19... - 18:51 Revision 288b5c54: [BUGFIX] Backend typolink fields not saved
- Adds a trailing slash on input and a call to onchange for that field.
Change-Id: Ib17216aba9c0190018a44a04e2081cac19... - 18:17 Revision 74c13360: [TASK] Show info in empty list module
- If the selected page doesn't contain any records to edit, the module
is completly empty. This looks like an error ("w... - 17:08 Revision 3a977c32: [TASK] Use stricter checks in DataHandler
- Resolves: #63993
Releases: master
Change-Id: I157be570d1d226685511f83e37fe287e244b9fb2
Reviewed-on: http://review.typ... - 14:59 Revision 3c4b6e57: [CLEANUP] Namespace cleanup in TypoScriptFrontendController
- Fix small leftovers after ::class change.
Resolves: #64022
Releases: master
Change-Id: I6873492921cd2205fa621da8842f...
2014-12-22
- 10:20 Revision f6d40578: [BUGFIX] Wrong RequireJs paths for jQuery in frontend
- The RequireJS paths set by page renderer for jQuery components is wrong
in frontend.
Add missing backpath.
Releases:...
2014-12-21
- 23:15 Revision 2db847ac: [FEATURE] Configurable width of the Element Browser Popups
- The width of the element browser is sadly hardcoded to 600 and 650.
In many situations the element browser would nee... - 21:32 Revision 74db28e6: [FEATURE] Integrate Uri.TypolinkViewHelper
- Based on the existing typolink view helper.
This is a variant to just return the URI.
Resolves: #62931
Releases: mas... - 21:27 Revision ff426384: [BUGFIX] Fix notice of ttl of ENABLE_INSTALL_TOOL
- This patch fixes the notice of the install tool protection status
in the reports module, which has been accidentally ... - 21:22 Revision d2246319: [BUGFIX] Fix notice of ttl of ENABLE_INSTALL_TOOL
- This patch fixes the notice of the install tool protection status
in the reports module, which has been accidentally ...
2014-12-20
- 21:59 Revision db876d04: [TASK] Remove unused ViewHelpers from ext:belog
- With the replacing of the DateTimePicker two ViewHelpers
became obsolete. Both are removed without substitution.
Res... - 17:11 Revision 09a4c299: [FEATURE] Add pattern attribute to TextfieldViewHelper
- In order to allow HTML5 validation, the Textfield ViewHelper needs
"pattern" as an attribute.
Resolves: #62428
Relea... - 15:56 Revision a0444f65: [BUGFIX] Properly HTML encode URI in renderer
- The audio and video tag renderer fails to properly
encode the URI of the files for HTML.
Fix this and adapt the test... - 13:47 Revision f528b3f8: [TASK] Use autoload map instead of aliases in sysext form
- Using the alias map is misleading as it is only used
to force the class loader to cache class names with
lowercased i... - 11:06 Revision 42dc199b: [FEATURE] Make linking of section titles configurable
- Adding the TS property
plugin.tx_indexedsearch.linkSectionTitles = boolean
which allows turing on/off linking of the ... - 10:51 Revision efed2b03: [BUGFIX] Prevent double content link checks
- When a link points to a content element by using it's anchor behind
the page UID the reference index contains two ent... - 10:46 Revision afad106c: [BUGFIX] Prevent double content link checks
- When a link points to a content element by using it's anchor behind
the page UID the reference index contains two ent... - 10:46 Revision 07986c43: [TASK] Decouple responsibilities in default errorAction()
- The default Extbase ActionController::errorAction does a lot
of different things, which makes it hard to customize a ... - 10:43 Revision 1890c869: [BUGFIX] Fix fatal in RsaAuth-PhpBackendTest with broken openssl config
- If the openssl environment is not set up correctly (in Install Tool:
"PHP OpenSSL extension not working") the unit te...
2014-12-19
- 12:15 Revision 01e4df20: [TASK] Re-add tests for renumberKeys
- The test for renumberKeysToAvoidLeaps were accidentally
removed. Add them again.
Change-Id: Ib51cc8f96d7745ae199ecd2... - 10:29 Revision 6782a7e0: [!!!][TASK] Replace ExtJS DateTimePicker with bootstrap alternative
- Follow-up: only deprecate unused method, not remove.
Resolves: #62925
Releases: master
Change-Id: Icce2e9756d74c1c32... - 08:57 Revision 5ee82218: [!!!][TASK] Replace ExtJS DateTimePicker with bootstrap alternative
- This patch replaces the ExtJS DateTimePicker with a bootstrap
based alternative.
The DatePicker is used in the EXT:b... - 08:26 Revision c311034d: [!!!][TASK] Deprecate FormEngine::$renderReadonly
- This patch deprecates FormEngine::$renderReadonly
and removes the dependency from all form element classes.
Resolves... - 01:53 Revision a1b6b408: [FEATURE] Let the reports in the install module check for new versions
- This patch modifies the reports of the install module. Now it behaves
similar to the install tool and issues an error...
2014-12-18
- 23:05 Revision 64692a05: [BUGFIX] Fix fatal in RsaAuth-PhpBackendTest with broken openssl config
- If the openssl environment is not set up correctly (in Install Tool:
"PHP OpenSSL extension not working") the unit te... - 22:05 Revision bd8b1947: [BUGFIX] Error message in RTE, if I want to insert a Custom Item
- Wrong wizard name is used.
Releases: master, 7.0
Resolves: #63938
Change-Id: If8ce8a6efb7ef6b96cc2ce904ab0eb8953492f... - 22:04 Revision 03cb99cd: [BUGFIX] Error message in RTE, if I want to insert a Custom Item
- Wrong wizard name is used.
Releases: master, 7.0
Resolves: #63938
Change-Id: If8ce8a6efb7ef6b96cc2ce904ab0eb8953492f... - 21:57 Revision 4f843e7b: [BUGFIX] RTE: Button not disabled when in text mode
- Releases: master
Resolves: #63983
Change-Id: Idffdd3facd8e7cf9c0f4de9f7f2df7d344ba2b94
Reviewed-on: http://review.typ... - 19:06 Revision cccd38a4: [TASK] Fix dummy parameter and return texts in phpDoc
- Resolves: #63969
Releases: master
Change-Id: If6559f99998ad9f188b40466830556db507d9eda
Reviewed-on: http://review.typ... - 17:29 Revision b1a91e2f: [BUGFIX] styleguide: Add missing text_15 so sql schema
- 04:40 Revision c664f9c1: [BUGFIX] RTE: JS errors on unload
- Cleanup the cleanup operations.
Releases: master
Resolves: #63971
Change-Id: I81706a18cdbd39f13d78fdf9738720682ab56d... - 03:32 Revision 46d26393: [BUGFIX] RTE: Status bar update is happening too late
- Force status bar update on initialization and before each toolbar update.
Releases: master
Resolves: #63970
Change-I... - 00:45 Revision 21455c63: [BUGFIX] Respect sys_language enable fields
- This patch adds a call to BackendUtility::BEenableFields()
in the getSystemLanguages() of the TranslationConfiguratio...
2014-12-17
- 23:54 Revision 8070f390: [BUGFIX] RTE: Incorrect height of the RTE framework
- The calculated height of the toolbar is incorrect due to floating
elements.
Releases: master
Resolves: #63964
Change... - 20:47 Revision 583d1bfd: [BUGFIX] Add case insensitive flag to trustedHostsPattern
- Releases: master, 6.2, 4.5
Resolves: #59186
Change-Id: Iaa973faf5b3f287320fb187c3db2d8e30a486735
Reviewed-on: http://... - 20:44 Revision 31ad5d90: [TASK] Fix dummy texts in phpDoc
- Resolves: #37346
Releases: master
Change-Id: I7cafc1ba69b1906ead97f6b82717e2747d87cf94
Reviewed-on: http://review.typ... - 17:15 Revision 8ba8bce0: [BUGFIX] RTE: Missing hide method in StatusBar
- Releases: master
Resolves: #63963
Change-Id: Ia7d4a77837e6c840f6118da24e444c55b395319a
Reviewed-on: http://review.typ... - 15:53 Revision 638f222b: [TASK] RTE: Remove ExtJS QuickTips from status bar
- This completes the migration of the RTE status bar to plain JavaScript.
Releases: master
Resolves: #63957
Change-Id:... - 14:00 Revision 328010f2: [FEATURE] Emit Signal at the very end of DataPreprocessor::fetchRecord()
- Introduces a new signal which can be used to e.g. manipulate the
regTableItems_data array to display that manipulated... - 09:01 Revision ea33fb5f: [TASK] Lower memory use in ArrayUtil->mergeRecursiveWithOverrule
- Iterate on the original array instead of an array_keys()-copy in
ArrayUtil->mergeRecursiveWithOverrule which lowers m... - 09:01 Revision babd2626: [TASK] Lower memory use in ArrayUtil->mergeRecursiveWithOverrule
- Iterate on the original array instead of an array_keys()-copy in
ArrayUtil->mergeRecursiveWithOverrule which lowers m... - 03:07 Revision 30ebfa4e: [TASK] RTE: Migrate toolbar button to plain JavaScript
- Releases: master
Resolves: #63946
Change-Id: Ib9230c9b9317ced27f6b293514eacd98db1ba842
Reviewed-on: http://review.typ... - 00:29 Revision 14cc9269: [CLEANUP] Add missing empty lines before classes' closing curly braces
- Most of TYPO3's PHP files have an empty line before a class' closing curly
brace. This commit adds this empty line (i... - 00:13 Revision b7a9714e: [BUGFIX] Fix failing PHPUnit-Tests on Windows due to uniqid()-calls
- If in one test multiple objects are created and their names are created
with uniqid()-calls without params, they fail... - 00:13 Revision 84f2d555: [BUGFIX] Fix failing PHPUnit-Tests on Windows due to uniqid()-calls
- If in one test multiple objects are created and their names are created
with uniqid()-calls without params, they fail...
2014-12-16
- 23:14 Revision a699aceb: [TASK] Add unit tests for mergeRecursiveWithOverrule
- Resolves: #63817
Releases: master
Change-Id: I27d86eae5a59f0b6f5509dd247ac44415643d1b6
Reviewed-on: http://review.typ... - 22:22 Revision 3367aefd: [TASK] RTE: Migrate toolbar text item to plain JavaScript
- Releases: master
Resolves: #63941
Change-Id: I84e1c3ffd6448d1e69e46d1aac22d88f95a29d82
Reviewed-on: http://review.typ... - 20:43 Revision 091f6599: [BUGFIX] Cache backend usernames and workspace titles
- Add a runtime cache for improved performance of user and
workspace titles in ext:belog. Those view helpers are
called... - 20:43 Revision b843fd43: [BUGFIX] Cache backend usernames and workspace titles
- Add a runtime cache for improved performance of user and
workspace titles in ext:belog. Those view helpers are
called... - 20:42 Revision 06c6ad7d: [BUGFIX] RTE: Incorrect rendering of toolbar labels
- This is a follow-up to https://review.typo3.org/#/c/35487/
Releases: master
Resolves: #63794
Change-Id: Id860722c2b4... - 19:48 Revision 87ec9a59: [BUGFIX] Better caching of TCA for bulk inserts
- Introduces a runtime cache for the TCA types configuration. This
improves performance for bulk inserts since getTCAty... - 18:13 Revision e0467960: [BUGFIX] Better caching of TCA for bulk inserts
- Introduces a runtime cache for the TCA types configuration. This
improves performance for bulk inserts since getTCAty... - 18:02 Revision 2f428b1d: [TASK] RTE: Migrate the editor toolbar to plain JavaScript
- The toolbar container is plain JavaScript but the buttons, combos and
other widgets are still ExtJS objects.
Release... - 17:28 Revision ddc1fb58: [BUGFIX] Remove calls to StringUtility::beginsWith()
- The method does not exist in 6.2. Replace with a call to good old
GeneralUtility::isFirstPartOfString().
Resolves: #... - 16:27 Revision 3ce1cf4c: [TASK] Improve error output in TS if INCLUDE_TYPOSCRIPT file not found
- The TSOB should show if a file which should be included could not be found.
Due the fact that parts of the TypoScrip... - 16:22 Revision 68fc3b03: [TASK] Improve error output in TS if INCLUDE_TYPOSCRIPT file not found
- The TSOB should show if a file which should be included could not be found.
Due the fact that parts of the TypoScrip... - 15:57 Revision 26511d63: [TASK] Extbase-Repository: Use ClassNamingUtility from core
- Use core-functionality for conversion of repository-name
to its model-name.
Change-Id: I2a3247dd05ea24f12d1c235d8bf3... - 15:19 Revision e451a415: [CLEANUP] Simplify method structures in IRRE JS
- There were some deeply nested if-structures in the IRRE JS code, which
are replaced with guard clauses with early ret... - 14:02 Revision 5e1404ab: [BUGFIX] Unreadable directories must not crash filemount storages
- If a *single* directory in the fileadmin tree can't be read, the whole
select box of the file mounts is empty.
Just ... - 13:59 Revision 9e7dd465: [TASK] styleguide: TCA type=text add "max" example
- 13:58 Revision 3f228b1b: [BUGFIX] Unreadable directories must not crash filemount storages
- If a *single* directory in the fileadmin tree can't be read, the whole
select box of the file mounts is empty.
Just ... - 11:17 Revision 9a6a133c: [FEATURE] Support maximum length in TextElement
- Like the InputElement, also the TextElement should support the
"max" option for specifying a maximum length attribute... - 10:50 Revision 91373d5a: [TASK] Remove support for older opcode caches
- Removing opcode cache support for APC, eAccelerator, ZendOptimizerPlus,
and XCache < 3.1 as they all won't support PH... - 00:50 Revision 3b7e072c: [FEATURE] Access module "leave unchanged"
- Allow the access module to leave a selector
as "unchanged" in order to only overwrite
permissions and not the owner/g...
2014-12-15
- 22:23 Revision 67269bc1: [FEATURE] Add stdWrap functionality to page.headTag
- The option page.headTag has stdWrap properties
added.
Resolves: #22086
Releases: master
Change-Id: I397bb0c82b350b31... - 21:39 Revision 209c8278: [TASK] Add suggest wizard for "include static" in template record
- Resolves: #58407
Releases: master
Change-Id: Ia6de994c4f59a36d79b1d5cfe0101caddedb1773
Reviewed-on: http://review.typ... - 21:36 Revision aba10e87: [BUGFIX] TCA: Move plugin-specific fields to Plugin tab
- The options "select_key", "pages" and "recursive"
belong to the plugin field, and should go under the same
tab as the... - 21:12 Revision 783126ee: [!!!][TASK] Deprecate FormEngine::getTSCpid()
- Move the caching getTSCpid() method from FormEngine to
BackendUtility as getTSCpidCached, creating a general
purpose ... - 20:53 Revision 8ec91a6d: [BUGFIX] Show correct default value of field type 'select' and MM relation
- Given a field with TCA type "select" and a mm relation,
the selected categories of the default record are not shown
i... - 20:52 Revision 0773e510: [BUGFIX] Show correct default value of field type 'select' and MM relation
- Given a field with TCA type "select" and a mm relation,
the selected categories of the default record are not shown
i... - 20:22 Revision 22cb77ac: [!!!][TASK] Deprecate stdWrap options textStyle, tableStyle
- The following stdWrap options are not needed anymore as this can
and should be done with CSS or just normal wraps:
*... - 20:08 Revision 46aebf9a: [BUGFIX] Followup to deprecate FormEngine methods
- see "Deprecate unused methods from FormEngine"
from issue #63912 which uses a wrong "use" statement.
thus a fatal for... - 19:42 Revision 11b987c3: [!!!][TASK] Deprecate FormEngine::getAvailableLanguages()
- This patch deprecates FormEngine::getAvailableLanguages()
and removes the dependency from all form element classes.
... - 19:22 Revision b6e0753c: [!!!][TASK] Deprecate FormEngine::renderVDEFDiff()
- This patch deprecates FormEngine::renderVDEFDiff() and removes
the dependency from all form element classes.
Resolve... - 19:17 Revision 4c4b1c1c: [!!!][TASK] Deprecate unused methods from FormEngine
- This patch deprecates the following methods of FormEngine:
* FormEngine::getSingleField_typeFlex_langMenu()
* FormEng... - 15:52 Revision 09707c0a: [!!!][TASK] Deprecate FormEngine::sL()
- This patch deprecates FormEngine::sL() and removes
the dependency from all form element classes.
Resolves: #63855
Re... - 13:51 Revision 7798668a: [TASK] Followup: Migrate FormEngine Checkboxes HTML to twbs
- The disabled class on the wrapping div was missing.
Resolves: #62975
Related: #62973
Releases: master
Change-Id: I79... - 13:35 Revision 30c362b9: [TASK] FormEngine: "field has changed" icon via CSS
- When editing a record in FormEngine, each field that is
modified gets an arrow symbol in front of the
input/select fi... - 13:20 Revision 9746ed4c: [!!!][TASK] Remove old BE implementation of indexed_search
- The old code can be removed as the new module has been merged.
The breaking change is already documented in the file... - 13:17 Revision f2a8ef9c: [BUGFIX] Followup: Deprecate FormEngine::getLL()
- A missing dash slipped through triggering a fatal.
Change-Id: If1445cb3205e748bb4b5c1dae08948acea1178b9
Resolves: #6... - 12:50 Revision dc2ec09c: [!!!][TASK] Deprecate FormEngine::getLL()
- This patch deprecates FormEngine::getLL() and removes
the dependency from all form element classes.
Resolves: #63878... - 11:19 Revision 311a5b7d: [BUGFIX] linkvalidator: Fatal error: Call to a member function getUrl()
- The external link checker tries to provide detailed information in case
an URL is not accessible. To do this, it anal... - 11:19 Revision 2d49cffa: [BUGFIX] linkvalidator: Fatal error: Call to a member function getUrl()
- The external link checker tries to provide detailed information in case
an URL is not accessible. To do this, it anal... - 02:01 Revision 4a01f256: [CLEANUP] Cleanup ConditionMatcher
- Resolves: #56426
Releases: 6.2
Change-Id: I5653fab16fde695d8f8cd658c1f0d39c4db35025
Reviewed-on: http://review.typo3.... - 01:16 Revision b98d27f8: [!!!][TASK] Remove dependency to FormEngine::insertDefStyle
- This patch deprecate FormEngine::insertDefStyle and remove
the dependency from form element classes.
Resolves: #6385... - 00:48 Revision fef883ed: [TASK] Migrate FormEngine Checkboxes HTML to twbs
- Change CheckboxElement HTML towards twitter bootstrap
and refactor the class a bit for better readability
along the w... - 00:45 Revision 8b4d840c: [TASK] Change fields of TCA type none to Twitter Bootstrap
- The fields for textarea/input are now based on Twitter
Bootstrap by adding "disabled" and "form-control" class.
Addi...
2014-12-14
- 23:23 Revision 3bb4c269: [TASK] styleguide: Add TCA type=check readonly example
- 22:53 Revision 91d3f1b1: [BUGFIX] Fix new content element wizard links click area
- This formats the links within the new content element wizard as
inline-block, thus ensuring the whole link area is cl... - 22:47 Revision 6c9b96a8: [BUGFIX] Fix new content element wizard links click area
- This formats the links within the new content element wizard as
inline-block, thus ensuring the whole link area is cl... - 21:00 Revision a1a5f77c: [BUGFIX] Add case insensitive flag to trustedHostsPattern
- Releases: master, 6.2, 4.5
Resolves: #59186
Change-Id: Iaa973faf5b3f287320fb187c3db2d8e30a486735
Reviewed-on: http://... - 20:51 Revision 9ea7d2d6: [BUGFIX] Fix "Enable tab" for textareas inside inline elements
- If a field is configured in the TCA by using
"'defaultExtras' => 'fixed-font : enable-tab'", the textarea
behaves dif... - 20:48 Revision f23abfac: [BUGFIX] Add case insensitive flag to trustedHostsPattern
- Releases: master, 6.2, 4.5
Resolves: #59186
Change-Id: Iaa973faf5b3f287320fb187c3db2d8e30a486735
Reviewed-on: http://... - 20:47 Revision 18e31a70: [BUGFIX] Allow attribute value "0" in EXT:form elements
- If an attribute value of "0" is set in an EXT:form element (e.g.
TEXTLINE) currently the input element in the fronten... - 20:42 Revision 82c96ecb: [BUGFIX] Allow attribute value "0" in EXT:form elements
- If an attribute value of "0" is set in an EXT:form element (e.g.
TEXTLINE) currently the input element in the fronten... - 20:37 Revision bd582d30: [TASK] Improve sorting of usergroups in adminpanel
- To improve the usability, the usergroups are ordered by title and
the uid is added at the end to allow working with t... - 20:36 Revision ee578932: [TASK] Improve sorting of usergroups in adminpanel
- To improve the usability, the usergroups are ordered by title and
the uid is added at the end to allow working with t... - 19:14 Revision 1b5090f0: Revert "[BUGFIX] Serialize expression in switch viewhelper"
- This reverts commit 197a810b6a7db41717f30c0d8101c3e0181690fc.
The proposed solution of serialzing the expression was... - 18:06 Revision 197a810b: [BUGFIX] Serialize expression in switch viewhelper
- The f:switch ViewHelper breaks with Fluid error "No value found for key
"TYPO3\CMS\Fluid\ViewHelpers\SwitchViewHelper... - 18:05 Revision 6df7104b: [BUGFIX] Fix "Enable tab" for textareas inside inline elements
- If a field is configured in the TCA by using
"'defaultExtras' => 'fixed-font : enable-tab'", the textarea
behaves dif... - 17:49 Revision 5a3fe43a: [BUGFIX] Adopt IRRE class toggle for hide/unhide
- Clicking hide/unhide in IRRE elements doesn't change the UI anymore
because the icon class changed but not the JS.
R... - 17:38 Revision 607cff3f: [BUGFIX] Set Ext.SSL_SECURE_URL to prevent https issues in IE
- Ext.SSL_SECURE_URL is javascript:false by default. But this throws the error
"SEC7111: HTTPS security is compromised ... - 17:37 Revision 2523f3c6: [BUGFIX] Better performance of DatabaseConnection->getDateTimeFormats
- Currently each call to DatabaseConnection->getDateTimeFormats creates a
new array with default dateTimeFormats. Put t... - 17:37 Revision ecf260d3: [BUGFIX] Set Ext.SSL_SECURE_URL to prevent https issues in IE
- Ext.SSL_SECURE_URL is javascript:false by default. But this throws the error
"SEC7111: HTTPS security is compromised ... - 17:37 Revision c90a324a: [BUGFIX] Better performance of DatabaseConnection->getDateTimeFormats
- Currently each call to DatabaseConnection->getDateTimeFormats creates a
new array with default dateTimeFormats. Put t... - 17:36 Revision adc28930: [TASK] Add htmlspecialchars to element id
- Resolves: #63842
Related: #62973
Releases: master
Change-Id: I9089585103263788fcc937b3d1ac623095373427
Reviewed-on: h... - 17:34 Revision 6bbef64a: [!!!][TASK] Remove deprecated disable_autocreate feature of workspaces
- Resolves: #62415
Releases: master
Change-Id: I2c51f66c13f10ed4b442f52b20899820f92a5248
Reviewed-on: http://review.typ... - 17:02 Revision e91c2bb7: [TASK] Remember search filter in PageModule
- Bring session handling for search field also to the
PageModule. Now it works like in the ListModule.
Resolves: #6384... - 17:01 Revision 33f70c74: [TASK] Radio buttons to Bootstrap
- Resolves: #62974
Related: #62973
Releases: master
Change-Id: I9eaa6bb98c88d58fb98bf7b20aa1ce64e7042840
Reviewed-on: h... - 16:19 Revision b0bb412f: [BUGFIX] Fix layout of searchbar in RecordList
- This patch fix the layout of the searchbar in RecordList.
Follow-Up for #33627
Resolves: #63837
Related: #33627
Rele... - 16:14 Revision 5fb72b1b: [BUGFIX] Name of extension is not complete in rst documentation file
- Resolves: #63840
Releases: master
Change-Id: I08c7106c88cdc02f6f54f92ba41bbd103f621f4a
Reviewed-on: http://review.typ... - 15:54 Revision dad07eea: [TASK] Remember search filter in RecordList
- In some cases the searchfilter get lost. The patch
enable storing the search term in BE user session.
Resolves: #336... - 15:27 Revision 42e86727: [!!!][TASK] Deprecate "device" TypoScript condition
- The TS condition for the device has been forgotten in
issue #60574 and is deprecated now.
Resolves: #63522
Related: ... - 15:21 Revision 1316df4b: [TASK] styleguide: TCA type=radio example with missing label
- 15:15 Revision fa0f97a0: [TASK] styleguide: Add TCA type=radio readonly example
- 15:01 Revision 26077111: [TASK] Add note about AdditionalConfiguration.php to Install Tool
- Add a note to clarify that AdditionalConfiguration.php is always
overruling any setting made within the Install Tool.... - 14:51 Revision 2d574641: [TASK] Add note about AdditionalConfiguration.php to Install Tool
- Add a note to clarify that AdditionalConfiguration.php is always
overruling any setting made within the Install Tool.... - 13:56 Revision bb535c6f: [BUGFIX] Bad index for determineSiteRoot
- Extbase in the backend fires a query to the pages table where
deleted=0 AND hidden=0 AND is_siteroot=1 ORDER BY sorti... - 11:12 Revision 674c2d20: [BUGFIX] Fatal Error in filelist when editing
- Regression fix for #61958
Fixes: #63825
Releases: master
Relates: #61958
Change-Id: I06818243c296ac20b5b5f251e5ab57c...
Also available in: Atom