Activity
From 2017-04-15 to 2017-05-14
2017-05-14
- 14:27 Revision 71629357: [TASK] Introduce cache for readLLfile()
- Cache the result of readLLfile() gives a better performance
for cases where readLLfile() is called often.
Resolves: ... - 14:27 Revision 77e61969: [TASK] Introduce cache for readLLfile()
- Cache the result of readLLfile() gives a better performance
for cases where readLLfile() is called often.
Resolves: ...
2017-05-13
- 18:19 Revision 699ee71d: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/96 from jousch/patch-1
- [TASK] styleguide: Update TYPO3 version constraint
- 13:47 Revision 56eb9233: [TASK] styleguide: Update TYPO3 version constraint
- to support TYPO3 9.x-dev
2017-05-12
- 19:43 Revision 5ff1c272: [TASK] Move LanguageService to EXT:core
- The main $GLOBALS['LANG'] class has been moved to the core extension into the "Localization"
namespace, where all oth... - 16:22 Revision 33bce7de: [BUGFIX] Add UI blocker to prevent loading issues in FormEngine
- Resolves: #80672
Releases: master, 8.7, 7.6
Change-Id: I52da6df109531f2a29acbb99b7871dc6227974b7
Reviewed-on: https:/... - 16:21 Revision 6e13bffd: [BUGFIX] Add UI blocker to prevent loading issues in FormEngine
- Resolves: #80672
Releases: master, 8.7, 7.6
Change-Id: I52da6df109531f2a29acbb99b7871dc6227974b7
Reviewed-on: https:/... - 16:16 Revision bb571e81: [BUGFIX] Let ElementInfo Template take care of proper title crop
- If the title is too long, it gets cropped. Then, the link title must
contain the whole string in order to provide a p... - 15:19 Revision a04cfb80: [BUGFIX] Let ElementInfo Template take care of proper title crop
- If the title is too long, it gets cropped. Then, the link title must
contain the whole string in order to provide a p... - 14:28 Revision 96a266ad: [TASK] Throw explicit exception on missing link handler class
- This adds the link handler identifier to the error message which
makes it easier to fix the missing class reference.
... - 14:21 Revision 17776e48: [TASK] Throw explicit exception on missing link handler class
- This adds the link handler identifier to the error message which
makes it easier to fix the missing class reference.
... - 14:09 Revision 7f2c9573: [TASK] Throw explicit exception on missing link handler class
- This adds the link handler identifier to the error message which
makes it easier to fix the missing class reference.
... - 12:39 Revision f8a63d89: [!!!][TASK] Drop TSFE->dtdAllowsFrames
- The typolink calculation for checking of allowing frames has been encapsulated
in the TypoLinkBuilder extraction, so ... - 11:26 Revision dca925ae: [BUGFIX] Indexed Search should use FrontendRestrictionsContainer
- Indexed Search still uses enableFields for querying page records,
unlike most other places in the TYPO3 Core. This sh... - 09:53 Revision 3bc81866: [BUGFIX] Indexed Search should use FrontendRestrictionsContainer
- Indexed Search still uses enableFields for querying page records,
unlike most other places in the TYPO3 Core. This sh...
2017-05-11
- 22:03 Revision e0b82263: [TASK] Do not throw exception on unavailable APC(u) cache backend
- Log an error (keeping the website available) instead of throwing an
exception (and thus completely disabling it) if T... - 21:43 Revision 1181ff42: [TASK] Make MemcachedBackend a transient backend
- Allows passing non-string values to the backend, which
is perfectly allowed for this type of backend. The change
mean... - 21:05 Revision 2de9fb40: [TASK] Do not throw exception on unavailable APC(u) cache backend
- Log an error (keeping the website available) instead of throwing an
exception (and thus completely disabling it) if T... - 19:00 Revision e8bee7ea: [TASK] Remove TSFE->getDocumentTemplate
- Calling the protected method getDocumentTemplate() within TSFE
was added while cleaning up to be PHP-Storm-green in 2... - 18:43 Revision 73e75043: [BUGFIX] Added missing workspace preview info
- The workspace preview info got lost from TYPO3 4.5 to 4.6. This commit
readds the info and respects the same TypoScri... - 17:31 Revision d949da95: [BUGFIX] Linkvalidator: Scheduler task not working correctly
- The scheduler task does not check anything but just returns and does not
send an email. Furthermore it is not possibl... - 17:30 Revision 2e526cc1: [BUGFIX] Added missing workspace preview info
- The workspace preview info got lost from TYPO3 4.5 to 4.6. This commit
readds the info and respects the same TypoScri... - 17:24 Revision 54e2b699: [BUGFIX] DBAL: Ensure correct mysqli resource for admin_get_tables query
- The admin_get_tables method tries to fetch all available database tables
from the default connection. But using the n... - 17:17 Revision 2d536cfd: [BUGFIX] Linkvalidator: Scheduler task not working correctly
- The scheduler task does not check anything but just returns and does not
send an email. Furthermore it is not possibl... - 16:26 Revision 9e01773c: [FEATURE] PageLayoutView - Allow to disable copy- / translate- buttons
- The localization actions "Translate" and "Copy" are now toggleable by
PageTS and UserTS.
Resolves: #76910
Releases: ... - 16:08 Revision 564c71b5: [BUGFIX] Respect link target for individual pages in menu generation
- The link target configuration for a page was ignored during menu
generation. The link target is now respected and wil... - 16:08 Revision f4c0c5a6: [BUGFIX] Respect link target for individual pages in menu generation
- The link target configuration for a page was ignored during menu
generation. The link target is now respected and wil... - 15:48 Revision ef16c8ab: [FOLLOWUP][BUGFIX] Convert ViewHelpers to static calling
- Followup to prevent a variable reassignment which in
turn prevents overriding the controller, extension and
plugin na... - 15:26 Revision be170fb6: [BUGFIX] Set default root paths constants in Indexed Search
- Resolves: #80923
Releases: master, 8.7
Change-Id: Id291a086c6ce4717d5b934d80cd7a4101fb985af
Reviewed-on: https://revi... - 15:14 Revision df6594df: [BUGFIX] Add UI blocker to prevent loading issues in FormEngine
- Resolves: #80672
Releases: master, 8.7, 7.6
Change-Id: I52da6df109531f2a29acbb99b7871dc6227974b7
Reviewed-on: https:/... - 15:11 Revision 169982ce: [TASK] Replace outdated nowrap attribute
- The outdated nowrap attribute for table tags
is replaced by a class addition, bringing
the functional stylings
Resol... - 15:06 Revision 3eebf358: [TASK] Convert ViewHelpers to static calling
- Several ViewHelpers were not yet converted to use
the renderStatic method and CompileWith* traits
from Fluid. This pa... - 14:58 Revision b222eb88: [BUGFIX] Set default root paths constants in Indexed Search
- Resolves: #80923
Releases: master, 8.7
Change-Id: Id291a086c6ce4717d5b934d80cd7a4101fb985af
Reviewed-on: https://revi... - 14:41 Revision 19304035: [BUGFIX] Fix non-unique hash values in SysRefindexHashUpdater
- The new hash calculation can result in non-unique hash values when
updating old hashes. This is due to the new algori... - 14:40 Revision c33dc1a2: [TASK] Cover getContentObject related methods by unit tests.
- Cover getContentObject related methods of ContentObjectRenderer
by unit tests.
Resolves: #80737
Releases: master, 8.... - 14:39 Revision 46450f90: [TASK] Add unit test for Typolink resolveTargetAttribute
- Add a unit test for AbstractTypolinkBuilder::resolveTargetAttribute.
Releases: master, 8.7
Resolves: #80618
Change-I... - 14:34 Revision 07e13c52: [TASK] Replace outdated nowrap attribute
- The outdated nowrap attribute for table tags
is replaced by a class addition, bringing
the functional stylings
Resol... - 14:29 Revision 5a35cc7a: [BUGFIX] Use DBAL Restrictions for index_config queries
- The IndexSearch repository calls $TSFE->sys_page->enableFields
for queries on index_config which has very static info... - 14:25 Revision 63a3a08c: [BUGFIX] Use renderType selectSingle for field t3_tables of sys_action
- The field t3_tables of sys_action must be rendered as a single
select field. This was also the behaviour before the r... - 14:25 Revision 643ac435: [BUGFIX] Use renderType selectSingle for field t3_tables of sys_action
- The field t3_tables of sys_action must be rendered as a single
select field. This was also the behaviour before the r... - 14:24 Revision b16a84fb: [BUGFIX] Use renderType selectSingle for field t3_tables of sys_action
- The field t3_tables of sys_action must be rendered as a single
select field. This was also the behaviour before the r... - 14:13 Revision 915ea19a: [TASK] Cover getContentObject related methods by unit tests.
- Cover getContentObject related methods of ContentObjectRenderer
by unit tests.
Resolves: #80737
Releases: master, 8.... - 14:10 Revision 4166cde8: [TASK] Add unit test for Typolink resolveTargetAttribute
- Add a unit test for AbstractTypolinkBuilder::resolveTargetAttribute.
Releases: master, 8.7
Resolves: #80618
Change-I... - 14:02 Revision 004cdfff: [BUGFIX] Fix path to Header partial in Textmedia and Textpic
- Fix path to call the existing partial Partials/Header/All instead of
Partials/Header.
Releases: master,8.7
Resolves:... - 14:00 Revision 24fda20a: [BUGFIX] Use DBAL Restrictions for index_config queries
- The IndexSearch repository calls $TSFE->sys_page->enableFields
for queries on index_config which has very static info... - 13:53 Revision b8217014: [BUGFIX] Make DataHandler multibyte-safe
- There are still a few places left where multibyte string functions
are not used. Since 8.x the core delivers a mbstri... - 13:53 Revision 1e371922: [BUGFIX] Make DataHandler multibyte-safe
- There are still a few places left where multibyte string functions
are not used. Since 8.x the core delivers a mbstri... - 13:49 Revision 9743e3cf: [BUGFIX] Fix path to Header partial in Textmedia and Textpic
- Fix path to call the existing partial Partials/Header/All instead of
Partials/Header.
Releases: master,8.7
Resolves... - 13:49 Revision aae0a2be: [TASK] Move CSH files from context_help to correct places
- Instead of having some CSH files in the ext "context_help"
it is better to move those to the correct places.
Resolve... - 13:43 Revision dd4b5f6c: [BUGFIX] Ensure extractDottedPathToLastElement() always returns a string
- Resolves: #80919
Releases: master, 8.7
Change-Id: I3fddc6e83a117d25ec7abeb7d82130275321c2c7
Reviewed-on: https://revi... - 13:30 Revision af31e193: [BUGFIX] Ensure extractDottedPathToLastElement() always returns a string
- Resolves: #80919
Releases: master, 8.7
Change-Id: I3fddc6e83a117d25ec7abeb7d82130275321c2c7
Reviewed-on: https://revi... - 13:29 Revision 4c6ba8aa: [BUGFIX] Reload page tree after deleting pages
- After deleting a subpage the page tree doesn't reload so you don't have
the delete button in context menu from the pa... - 13:22 Revision dbc5b072: [BUGFIX] INCLUDE_TYPOSCRIPT condition use correct ConditionMatcher
- In order to support all conditions correctly
whether one is in FE or BE the condition
has to be matched against the c... - 13:21 Revision 227483f8: [BUGFIX] INCLUDE_TYPOSCRIPT condition use correct ConditionMatcher
- In order to support all conditions correctly
whether one is in FE or BE the condition
has to be matched against the c... - 12:59 Revision 35fe85f3: [BUGFIX] INCLUDE_TYPOSCRIPT condition use correct ConditionMatcher
- In order to support all conditions correctly
whether one is in FE or BE the condition
has to be matched against the c... - 12:48 Revision e4fc1dc1: [TASK] travis-ci: Drop JS unit tests
- Drop the jasmine / karma based JS unit tests from travis. They're
becoming unstable and are executed as pre-merge tes... - 12:38 Revision 10cbbaf8: [TASK] travis-ci: Drop JS unit tests
- Drop the jasmine / karma based JS unit tests from travis. They're
becoming unstable and are executed as pre-merge tes... - 11:34 Revision 5ac23cf3: [BUGFIX] Add missing SQL index for EM repository update
- Due to the large number of extensions, the query that
checks if an extension exists needs an index that
covers all of... - 11:04 Revision 5e679e9e: [TASK] EXT:scheduler:action icons and sorting
- In order to be consistent, add action icons
and sort multi action buttons according to the single action.
Resolves: ... - 11:04 Revision 1e0c2bcb: [TASK] EXT:scheduler:action icons and sorting
- In order to be consistent, add action icons
and sort multi action buttons according to the single action.
Resolves: ... - 10:35 Revision 2648d871: [BUGFIX] Load PageTSconfig in localconf for LinkHandler
- The pageTSconfig for LinkHandler is only loaded in ext_tables.php
which means it is only evaluated in the Frontend wh... - 07:59 Revision 3a189135: [TASK] Deprecate TYPO3.Popover
- Depcrecate member instance TYPO3.Popover and replace usage
in the core.
Resolves: #78410
Releases: master
Change-Id:...
2017-05-10
- 22:07 Revision 6c1a87a2: [BUGFIX] Use typeRoot instead of old typing style
- Resolves: #78875
Releases: master
Change-Id: Ic4fa900cb40520d5e08df0111b5d4e5d0d859b85
Reviewed-on: https://review.ty... - 17:31 Revision cf16649a: [TASK] Improve BE description of mount point overlay
- Give a more precise description of the mount point overlay behaviour:
- Update labels of the page tree.
- Update lab... - 17:31 Revision 2a0d4a99: [BUGFIX] Ensure Frontend User image update is not offered
- Releases: master, 8.7
Resolves: #81180
Change-Id: I87a8a5b694ad579f6ba31feb10094298ecabf9e7
Reviewed-on: https://revi... - 16:02 Revision cf51ba3e: [TASK] Improve BE description of mount point overlay
- Give a more precise description of the mount point overlay behaviour:
- Update labels of the page tree.
- Update lab... - 16:00 Revision 70ddd782: [BUGFIX] Ensure Frontend User image update is not offered
- Releases: master, 8.7
Resolves: #81180
Change-Id: I87a8a5b694ad579f6ba31feb10094298ecabf9e7
Reviewed-on: https://revi... - 14:50 Revision 80d436fd: [DOC] Fix version number in documentation files
- Releases: master, 8.7
Resolves: #81181
Change-Id: Ic99ff9d38b4f813a86b37e645b17cf4203a5a5a0
Reviewed-on: https://revi... - 14:50 Revision 00ce71a1: [DOC] Fix version number in documentation files
- Releases: master, 8.7
Resolves: #81181
Change-Id: Ic99ff9d38b4f813a86b37e645b17cf4203a5a5a0
Reviewed-on: https://revi...
2017-05-08
- 10:38 Revision 8fcd3b44: [FEATURE] Store recent su’ed users and render quicklinks in user menu
- When a backend user with admin privileges switches to another user, the
entered user is now stored in the uc. The use...
2017-05-05
- 20:21 Revision 084e22c2: [TASK] Resolve hidden dependency from EXT:backend to EXT:rsaauth
- Moves always-executed code into a hook which only executes
if the rsaauth extension is installed.
Change-Id: I11cb69... - 19:13 Revision 8c27876a: [BUGFIX] Do not sort tree nodes after each append
- Nodes should not be sorted after each element append but only once at
the end.
This will reduce the execution time o... - 19:04 Revision 359a8881: [BUGFIX] Do not sort tree nodes after each append
- Nodes should not be sorted after each element append but only once at
the end.
This will reduce the execution time o... - 17:52 Revision f3c0b666: [BUGFIX] Add missing SQL index for EM repository update
- Due to the large number of extensions, the query that
checks if an extension exists needs an index that
covers all of... - 17:15 Revision e283ca78: [BUGFIX] Correct typos in AbstractPlugin::pi_list_browseresults()
- * Add a forgotten '$'
* Encapsulate ternary condition before concatenating strings
Resolves: #81153
Releases: master... - 17:06 Revision 154b5e7d: [BUGFIX] Correct typos in AbstractPlugin::pi_list_browseresults()
- * Add a forgotten '$'
* Encapsulate ternary condition before concatenating strings
Resolves: #81153
Releases: master... - 16:47 Revision 4ecf1fd7: [BUGFIX] Add missing SQL index for EM repository update
- Due to the large number of extensions, the query that
checks if an extension exists needs an index that
covers all of... - 16:17 Revision f40edb43: [FEATURE] Allow exclusion of records in localization wizard
- This patch adds a checkbox next to each record that is about to be
localized in the wizard. All checkboxes are enable... - 14:02 Revision 22195c0b: [CLEANUP] Cleanup of method updateRefIndexTable
- Limit the selected SQL fields to hash value only, since this
is sufficient for the processing. Use a boolean value fo... - 13:45 Revision cde924eb: [CLEANUP] Cleanup of method updateRefIndexTable
- Limit the selected SQL fields to hash value only, since this
is sufficient for the processing. Use a boolean value fo...
2017-05-04
- 15:01 Revision 3ec27592: [BUGFIX] Avoid exceptions during indexing with indexed_search
- The exception "you need to add at least one set of values before
generating the SQL" occurs if the bulkInsert is trig... - 14:47 Revision f111a148: [BUGFIX] Avoid exceptions during indexing with indexed_search
- The exception "you need to add at least one set of values before
generating the SQL" occurs if the bulkInsert is trig... - 12:00 Revision bee2c439: [BUGFIX] Add `config.contentObjectExceptionHandler` to tsref.xml
- The TypoScript setting `config.contentObjectExceptionHandler` was
introduced in TYPO3 7.0 but is still missing in tsr... - 11:59 Revision 0aaa6781: [BUGFIX] Add `config.contentObjectExceptionHandler` to tsref.xml
- The TypoScript setting `config.contentObjectExceptionHandler` was
introduced in TYPO3 7.0 but is still missing in tsr... - 11:53 Revision 77bca80c: [BUGFIX] Add `config.contentObjectExceptionHandler` to tsref.xml
- The TypoScript setting `config.contentObjectExceptionHandler` was
introduced in TYPO3 7.0 but is still missing in tsr... - 08:05 Revision fcc2fdd8: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/95 from kaystrobach/patch-1
- [BUGFIX] styleguide: allow multi extension permissions
- 08:01 Revision f0dea8d2: [BUGFIX] styleguide: allow multi extension permissions
- This fixes the problem, that styleguide removes permissions from all other extensions due to overwriting the whole array
2017-05-03
- 20:12 Revision 38cb2a8e: [BUGFIX] EXT:form - fix usage of deprecated functions
- Resolves: #80987
Releases: master
Change-Id: Ib6d07021bc6784f74da135487c416af2f21cbd6b
Reviewed-on: https://review.ty... - 13:29 Revision f187f599: [BUGFIX] Ignore open_basedir warning for files outside the website root
- Suppress warnings generated by getFilenameFromMainDir() when it needs
to check file paths outside the website root an... - 13:20 Revision aa2cd35f: [BUGFIX] Ignore open_basedir warning for files outside the website root
- Suppress warnings generated by getFilenameFromMainDir() when it needs
to check file paths outside the website root an... - 12:01 Revision 282e38af: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/94 from liayn/patch-1
- [TASK] styleguide: Add example for displayCond with AND in FlexForms
- 09:21 Revision 56825d2f: [TASK] Simplify default backend layout
- To simplify the life for beginners the default backend layout
should only show one content column.
Therefore only the...
2017-05-02
- 22:58 Revision d24e7467: [TASK] Remove unused CSH images of the extension manager
- A couple of unused images which have been used for the
context sensitive help of the extension manager are
unused and... - 22:20 Revision 403a8dd4: [TASK] styleguide: Add example for displayCond with AND in FlexForms
- 20:36 Revision 1685e6e9: [TASK] Show copy and cut buttons in filelist options
- At the moment it is only possible to copy or cut files / folder over the
clickmenu. With this patch the copy and cut ... - 20:36 Revision ed8c7bd7: [TASK] Show copy and cut buttons in filelist options
- At the moment it is only possible to copy or cut files / folder over the
clickmenu. With this patch the copy and cut ... - 20:35 Revision 58bf6484: [TASK] Show copy and cut buttons in filelist options
- At the moment it is only possible to copy or cut files / folder over the
clickmenu. With this patch the copy and cut ... - 20:31 Revision 707f1ccc: [TASK] Move ExtDirect component registration to EXT:backend
- Although this functionality will be removed anyway as soon as possible,
moving this code to EXT:backend where it belo... - 20:25 Revision 0b5ff968: [CLEANUP] EXT:recordlist
- - Remove duplicated code
- Remove 2nd argument to call of LanguageService::sL
- Smaller nitpicks
Releases: master
Re... - 20:21 Revision 4e505b77: [TASK] Resolve empty table row issue
- When saving a table content element an empty row was added
each time.
This issue is resolved by combining the lines t... - 20:21 Revision e617abdb: [BUGFIX] Catch SQL Errors in SysRefindexHashUpdater
- Show the actual SQL error message to the user when an error
occurs while executing the update statements in the
SysRe... - 20:08 Revision 726a6fc7: [TASK] Remove obsolete htmlarea display hotfix
- The display hotfix for the old RTE was required to bypass some
initialization issues. This hotfix is not required any... - 20:06 Revision 61bb768b: [BUGFIX] Catch SQL Errors in SysRefindexHashUpdater
- Show the actual SQL error message to the user when an error
occurs while executing the update statements in the
SysRe... - 20:06 Revision 8762586a: [TASK] Streamline UI of PageTS config > View TSconfig fields content
- Instead of tables, the TSconfig is now rendered into panels. Additionally,
the edit links are now styled as buttons.
... - 20:03 Revision cef81b4f: [TASK] Resolve empty table row issue
- When saving a table content element an empty row was added
each time.
This issue is resolved by combining the lines t... - 20:03 Revision 8b295834: [BUGFIX] Allow arbitrary protocols in new LinkService
- Since TYPO3 v8 it is not possible to simply create a link to "tel:+491727144385" anymore,
which was possible in TYPO3... - 19:57 Revision 6f3343c9: [TASK] Remove unused property "cache_getRootline" in PageRepository
- The protected property $cache_getRootLine is not in use anymore
and can safely be removed.
Resolves: #81101
Releases... - 19:52 Revision 78affb44: [BUGFIX] Allow arbitrary protocols in new LinkService
- Since TYPO3 v8 it is not possible to simply create a link to "tel:+491727144385" anymore,
which was possible in TYPO3... - 19:52 Revision 3c3cd294: [TASK] Remove references to EXT:static_template
- Since 6.2 static_template has been moved into the TER.
Remove any usages of that old thing in the core.
Resolves: #8... - 14:25 Revision 25c23991: [BUGFIX] allow deletion folder with deleted references to files
- Filelist currently doesn't allow the deletion of a folder
with references to files that have been deleted
because wit... - 14:25 Revision 7b1ac7d3: [BUGFIX] allow deletion folder with deleted references to files
- Filelist currently doesn't allow the deletion of a folder
with references to files that have been deleted
because wit... - 12:49 Revision d0ae4723: [TASK] Info Pagetree Overview spaces between icons and text
- Improved rendering of "Pagetree Overview" under the info module
Releases: master, 8.7
Resolves: #76472
Change-Id: Ic... - 11:43 Revision b09978eb: [FOLLOWUP][BUGFIX] LinkService must handle old ?id=xyz links
- Changed so ../index.php?id=xyz links are also matched.
Resolves: #80986
Releases: master, 8.7
Change-Id: Idc4cb14df4... - 11:33 Revision c9e98121: [TASK] Info Pagetree Overview spaces between icons and text
- Improved rendering of "Pagetree Overview" under the info module
Releases: master, 8.7
Resolves: #76472
Change-Id: Ic... - 10:22 Revision 6107947c: [FOLLOWUP][BUGFIX] LinkService must handle old ?id=xyz links
- Changed so ../index.php?id=xyz links are also matched.
Resolves: #80986
Releases: master, 8.7
Change-Id: Idc4cb14df4... - 09:30 Revision 55b89389: [TASK] Remove unused property "cache_getRootline" in PageRepository
- The protected property $cache_getRootLine is not in use anymore
and can safely be removed.
Resolves: #81101
Releases... - 08:41 Revision 98bd5416: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/93 from helsner/mergeFixes
- [BUGFIX] styleguide: Fix wrong TCA table name
- 08:21 Revision cad5ff14: [BUGFIX] styleguide: Fix wrong TCA table name
- 07:15 Revision e8fff954: [BUGFIX] Use absolute URL for avatars
- Rendering avatar URLs which are not on a remote (gravatar etc)
is the only part which deals with references as in ".....
2017-05-01
- 12:58 Revision 529b43aa: [BUGFIX] Use absolute URL for avatars
- Rendering avatar URLs which are not on a remote (gravatar etc)
is the only part which deals with references as in "..... - 11:55 Revision 4123f950: [TASK] Use fluid inline notation in HTML attribute values
- Resolves: #81061
Releases: master
Change-Id: If045e04a846c1e73b7cff0f89e24ceb94a2f2af4
Reviewed-on: https://review.ty...
2017-04-28
- 16:21 Revision 1ca2e47f: [BUGFIX] Ensure tables already processed are skipped when resuming upgrade
- Change-Id: I991a9cbae2685abbcc606ce39d9f8395574491d1
Resolves: #81067
Releases: master, 8.7
Reviewed-on: https://revi... - 16:20 Revision b6d67a84: [BUGFIX] Ensure tables already processed are skipped when resuming upgrade
- Change-Id: I991a9cbae2685abbcc606ce39d9f8395574491d1
Resolves: #81067
Releases: master, 8.7
Reviewed-on: https://revi... - 14:37 Revision 272a8670: [BUGFIX] Fix typo in sys_registry key for fetching last wizard position
- This fix will let upgrade wizard "Execute database migrations on single rows" restore
last reached position whenever ... - 14:35 Revision dc955ad4: [BUGFIX] Fix typo in sys_registry key for fetching last wizard position
- This fix will let upgrade wizard "Execute database migrations on single rows" restore
last reached position whenever ... - 11:03 Revision 4c9df54a: [BUGFIX] Load PageTSconfig in localconf for LinkHandler
- The pageTSconfig for LinkHandler is only loaded in ext_tables.php
which means it is only evaluated in the Frontend wh... - 11:02 Revision c834c7b2: [BUGFIX] Load PageTSconfig in localconf for LinkHandler
- The pageTSconfig for LinkHandler is only loaded in ext_tables.php
which means it is only evaluated in the Frontend wh... - 10:00 Revision 047b5bbb: [BUGFIX] EXT:form - let the CountValidator provide its arguments
- * Provide the validator's arguments to TYPO3\CMS\Extbase\Validation\Error
* Prevent PHP errors if sprintf is tried to... - 09:40 Revision 84896520: [BUGFIX] BackendUtility should not use PageRepository
- BackendUtility builds a PageRepository object to fetch a SQL query instead
of simply using the Deleted+HiddenRestrict... - 07:31 Revision bb835b8d: [TASK] Streamline PageRepository->getRawRecord
- The fourth parameter of `PageRepository->getRawRecord()` is not
properly used nor useful for public cases and should ...
2017-04-27
- 21:25 Revision 36447587: [BUGFIX] Use correct field `fe_group` instead of non-existent `fe_groups`
- Since #80317, `BackendUtility::ADMCMD_previewCmds()` uses the field
`fe_groups` for the `pages` table, which does not... - 19:59 Revision 6571e8c8: [BUGFIX] Use correct field `fe_group` instead of non-existent `fe_groups`
- Since #80317, `BackendUtility::ADMCMD_previewCmds()` uses the field
`fe_groups` for the `pages` table, which does not... - 17:02 Revision 7a247163: [TASK] Deprecate GeneralUtility::getUserObj()
- This function now does the same as makeInstance() except for an if()
clause, since the API should be unified this met... - 16:52 Revision a23d22fb: [BUGFIX] EXT:form - let the CountValidator provide its arguments
- * Provide the validator's arguments to TYPO3\CMS\Extbase\Validation\Error
* Prevent PHP errors if sprintf is tried to... - 16:29 Revision fb2bc39e: [!!!][TASK] Remove deprecated functionality in EXT:form
- Any code/options related to EXT:form that has been deprecated
in v8 is now removed.
Resolves: #80710
Releases: maste... - 16:20 Revision 47a8acc3: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/92 from helsner/mergeFixes
- [TASK] styleguide: Pre merge fixes
- 16:19 Revision 4fb8deaf: [BUGFIX] CKEditor: Configuration properties not translatable
- Adding custom stylesSets it is not possible to use "LLL:..." syntax. I
would be just display as is.
Add recursive re... - 16:18 Revision 21b7909a: [BUGFIX] CKEditor: Configuration properties not translatable
- Adding custom stylesSets it is not possible to use "LLL:..." syntax. I
would be just display as is.
Add recursive re... - 15:55 Revision f989aa05: [BUGFIX] Load requireJS when requested
- When using requireJS in FE the method loadRequireJs() is called
implicitly when requiring modules.
A refactoring intr... - 15:48 Revision ffe43795: [!!!][TASK] Remove cObj->getClosestMPvalueForPage()
- An internal method that is related to the TypoLinkBuilder extraction
and previously used within cObj->typolink() is r... - 15:45 Revision d6ab7935: [BUGFIX] Load requireJS when requested
- When using requireJS in FE the method loadRequireJs() is called
implicitly when requiring modules.
A refactoring intr... - 14:27 Revision ac72d46c: [TASK] styleguide: Pre merge fixes
- Involves comment removal, redundant code removal
and general adaptions. - 14:15 Revision 0a858f7d: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/91 from helsner/methodExtraction
- [TASK] styleguide: Create localize method for multiple usage
- 14:15 Revision fa50c430: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/90 from helsner/tcasqlUpdate
- [TASK] styleguide: Tca and sql update
- 13:37 Revision 75146d3b: [FOLLOWUP][!!!][TASK] Remove deprecated LanguageService / label functionality
- Remove the 4th argument of the call to
`PageRenderer::addInlineLanguageLabelFile`.
Resolves: #80708
Releases: master... - 13:35 Revision bab006b5: [TASK] Code and comment clean up
- There are several places with typos, or wrong comments.
Additionally, some places still contain a check for PATH_sit... - 13:34 Revision 607b14e9: [BUGFIX] Remove wrong usage of PageRepository->error_getRootLine_failPid
- The TypoScript frontend calls TSFE->sys_page->getRootline() which fills
the public property "error_getRootLine_failPi... - 13:34 Revision 10ff1288: [BUGFIX] Remove wrong usage of PageRepository->error_getRootLine_failPid
- The TypoScript frontend calls TSFE->sys_page->getRootline() which fills
the public property "error_getRootLine_failPi... - 13:31 Revision 407f8c49: [TASK] Code and comment clean up
- There are several places with typos, or wrong comments.
Additionally, some places still contain a check for PATH_sit... - 13:29 Revision 554bb11e: [TASK] Update comments in ExtensionManagementUtility
- Comments now mention that functions in ExtensionManagementUtility
must not be used in ext_tables.php
Resolves: #8083... - 13:29 Revision 8cd574ee: [TASK] Update comments in ExtensionManagementUtility
- Comments now mention that functions in ExtensionManagementUtility
must not be used in ext_tables.php
Resolves: #8083... - 13:01 Revision 5e1b3fef: [TASK] styleguide: Create localize method for multiple usage
- Create new generateTranslatedRecords function for multiple
usage in different tablehandlers.
Also extract the localiz... - 11:20 Revision 9a661248: [TASK] Solve nitpick in EXT:scheduler
- Remove 2nd argument to call of LanguageService::sL.
Resolves: #81029
Releases: master
Change-Id: Id9aecdfc10f8f2f457... - 11:16 Revision ce160ba5: [BUGFIX] Do not prefix FAL file links with absRefPrefix
- When using an external FAL storage the public URLs of files contain a scheme.
Check for the scheme before prefixing w... - 10:44 Revision bd869967: [BUGFIX] Initialize pagesTSconfig for link handler in FE
- In TYPO3 v8, $TSFE->pagesTSconfig is only initialized
when the frontend editing is active, but the link handler depen... - 10:43 Revision 543f14b6: [BUGFIX] Initialize pagesTSconfig for link handler in FE
- In TYPO3 v8, $TSFE->pagesTSconfig is only initialized
when the frontend editing is active, but the link handler depen... - 10:28 Revision 3b40c2ab: [TASK] styleguide: correct create action table fieldname
- 10:13 Revision 1ff04832: Merge branch 'tcasqlUpdate' of github.com:helsner/styleguide into tcasqlUpdate
- 10:12 Revision 2edee525: [TASK] styleguide: Correct delete function to new table fieldname
- 08:30 Revision 4fee4e6d: Merge branch 'master' of github.com:helsner/styleguide
- Conflicts:
Classes/TcaDataGenerator/Generator.php
Classes/TcaDataGenerator/TableHandler/General.php
... - 07:35 Revision 5f770a9d: [TASK] styleguide: Move localize methods around
- 07:31 Revision df51bae5: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/89 from helsner/languageSetup
- [TASK] styleguide: Review fixes and adaptions
- 07:30 Revision 6e72ed14: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/88 from helsner/recordImplementation
- [TASK] styleguide: Implement record creation
2017-04-26
- 23:34 Revision c9d6c46e: [TASK] Set Fluid cache backend to SimpleFileBackend
- A significant performance increase can be achieved
by switching to this backend because FileBackend
will do excessive... - 23:01 Revision 982ed195: [TASK] Set Fluid cache backend to SimpleFileBackend
- A significant performance increase can be achieved
by switching to this backend because FileBackend
will do excessive... - 22:39 Revision 7a8fd642: [BUGFIX] Remove call to getTabMenuRaw in AbstractLinkBrowserController
- Resolves: #80967
Releases: master
Change-Id: Ib8b576f121144a227c67f75f2b7830b1fc649f8d
Reviewed-on: https://review.ty... - 20:43 Revision 523e7eed: [BUGFIX] LinkService must handle old ?id=xyz links
- Resolves: #80986
Releases: master, 8.7
Change-Id: Ibad311e95abca06f2e20656b3b34000a4dfdb8a0
Reviewed-on: https://revi... - 20:42 Revision 922ae4e1: [BUGFIX] LinkService must handle old ?id=xyz links
- Resolves: #80986
Releases: master, 8.7
Change-Id: Ibad311e95abca06f2e20656b3b34000a4dfdb8a0
Reviewed-on: https://revi... - 18:43 Revision 0c1ef306: [BUGFIX] Properly set format of StandaloneView
- The internal TemplatePaths object of the BaseRenderingContext
needs to updated as well, when the format of a view is ... - 18:42 Revision 83a1d676: [FOLLOWUP][!!!][TASK] Remove deprecated code from ext:core
- Read lines which are actually needed, e.g. to show
the settings in the Extension Manager.
Resolves: #80716
Releases:... - 18:33 Revision 2f82503a: [TASK] Move CSV fixtures handling to FunctionalTestCase
- Usage of CSV fixtures is now possible for all functional tests.
Previously it was available only for DataHandler test... - 18:31 Revision 89807aef: [BUGFIX] Properly set format of StandaloneView
- The internal TemplatePaths object of the BaseRenderingContext
needs to updated as well, when the format of a view is ... - 14:07 Revision 2db3162c: Merge branch 'master' into recordImplementation
- 14:01 Revision 97b5cfb3: [TASK] styleguide: Remove service, create new functions and adapt call
- The translateCopyService was removed and replaced
by two new functions in the Generator class.
The General class call... - 12:45 Revision d45adc68: [TASK] styleguide: Correct sys_language field name
- 12:03 Revision 0ddb8672: [TASK] styleguide: Small fixes and redundant code removal
- 11:35 Revision f7cc7087: [TASK] styleguide: Small fixes pre merge
- 11:22 Revision b97f3cce: [TASK] styleguide: Add language fields on missing tables
- 11:04 Revision d7fd9f89: [TASK] styleguide: Comment fix
- 10:56 Revision c9a7053a: [TASK] styleguide: Minor cleanups in generator
- 10:19 Revision 26f5f393: [TASK] styleguide: Add required, type and valuesdefault configs
- 10:08 Revision 3d2d450a: [TASK] styleguide: Add usecombination, -box and palette configs
- 09:55 Revision 8d8aeb87: [TASK] styleguide: Add mn, mnsymmetric and parentnosoftdelete config
- 09:50 Revision e67087a6: [TASK] styleguide: Add fal, foreignrecord and mm configs
- 09:39 Revision 6094ba03: [TASK] styleguide: Add flex, 1n and expand configs
- 09:07 Revision fb4ca75f: [TASK] styleguide: Add t3editor and flex configs
- 08:59 Revision ff601b10: [TASK] styleguide: Add rte,select and special localize configs
- 08:24 Revision 16bfe279: [TASK] styleguide: Adapt basic, group and rsainput TCA
- Add l10n fields in TCA in ctrl and column for
basic, group and rsainput - 08:13 Revision 3c64b74d: [TASK] styleguide: ext_tables.sql addition for localization
- 07:19 Revision a5f703f0: [TASK] styleguide: Add some translation markers
2017-04-25
- 15:42 Revision 9d1fe92f: [TASK] Add PAGES_TYPES to configuration view
- The 'configuration' module misses a clickable array
browser for $GLOBALS['PAGES_TYPES']. Add it.
Change-Id: I2679d5e... - 15:32 Revision 901cef8c: [TASK] styleguide: Implement record creation
- This commit enables the creation of localized records,
when the styleguide data creation is triggered.
At the moment ... - 15:24 Revision b5d08992: [TASK] Add PAGES_TYPES to configuration view
- The 'configuration' module misses a clickable array
browser for $GLOBALS['PAGES_TYPES']. Add it.
Change-Id: I2679d5e... - 15:20 Revision 55258174: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/87 from helsner/languageSetup
- Unhide demo languages for further functionality
- 15:04 Revision eb680c7d: Merge branch 'master' of https://github.com/TYPO3/styleguide into languageSetup
- 15:00 Revision 52352405: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/86 from helsner/languageSetup
- [TASK] styleguide: Language setup
- 15:00 Revision ff17d4db: [TASK] styleguide: Unhide demo languages for further functionality
- 14:59 Revision cfc31c2a: [TASK] Switch to chrome in ac tests
- The acceptance tests currently rely on firefox esr build
and younger firefox versions don't run with given web driver... - 14:58 Revision 128fb256: [TASK] Switch to chrome in ac tests
- The acceptance tests currently rely on firefox esr build
and younger firefox versions don't run with given web driver... - 14:36 Revision 0d408d54: [TASK] styleguide: First setup and delete function implementation
- Prepare the localized data creation.
Create pages_language_overlay's and sys_languages.
Extend delete action for new ... - 14:14 Revision 3407dec3: [TASK] styleguide: Language implementation startup
- Resolves: https://github.com/TYPO3-CMS/styleguide/issues/80976
Releases: master - 13:15 Revision 18d3db80: [TASK] styleguide: Implement language creation
- Now the general data in elements_basic is created in
four different language cases by different methods.
Copy and tra... - 12:07 Revision ab6b1128: [TASK] styleguide: Remove images in uploads/tx_stylguide with delete action
- 11:36 Revision 32830309: [BUGFIX] Jasmine update triggers JS test fails
- jasmine js test framework update to 2.6.0 requires a function as
second argument of xdescribe(). Add it.
Change-Id: ... - 11:36 Revision 8631f14b: [BUGFIX] Jasmine update triggers JS test fails
- jasmine js test framework update to 2.6.0 requires a function as
second argument of xdescribe(). Add it.
Change-Id: ... - 11:19 Revision e27d0888: [TASK] styleguide: Add prefixLangTitle
- 08:12 Revision 4cb5b722: [TASK] styleguide: TCA revert for delete function and testing, translatecopyservice
2017-04-24
- 15:47 Revision 54b24c9e: [BUGFIX] Install Tool: Handle PCRE errors in row updater
- Add a check for the link updater to ensure
failed regex executions are detected and logged.
Resolves: #80712
Release... - 15:34 Revision 75bab828: [BUGFIX] Install Tool: Handle PCRE errors in row updater
- Add a check for the link updater to ensure
failed regex executions are detected and logged.
Resolves: #80712
Release... - 15:14 Revision bbbd2dc1: Merge branch 'master' of https://github.com/helsner/styleguide
- 15:11 Revision 566acf13: [TASK] styleguide: Finish delete function, implement create function
- 12:50 Revision 058b55fd: [TASK] styleguide: Finish delete function, implement create function
- 10:12 Revision ac5fb717: [TASK] styleguide: Language implementation startup
- Resolves: https://github.com/TYPO3-CMS/styleguide/issues/80976
Releases: master
2017-04-22
- 21:23 Revision 9c1f54da: [!!!][TASK] Move TYPO3_DB to extension
- Change-Id: Ibf10d464bbd0d50e2c20deefaf505cd6292c076d
Resolves: #80929
Releases: master
Reviewed-on: https://review.ty... - 18:00 Revision 4aee4375: [BUGFIX] Do not ask for current password if admin
- Hide the field for the current password, if the current user is
admin anyway. If the admin changes the password for s... - 11:24 Revision f9fbc3a6: [BUGFIX] Do not ask for current password if admin
- Hide the field for the current password, if the current user is
admin anyway. If the admin changes the password for s... - 10:44 Revision f885b33c: [BUGFIX] Do not ask for current password if admin
- Hide the field for the current password, if the current user is
admin anyway. If the admin changes the password for s...
2017-04-21
- 23:13 Revision 535958b8: [BUGFIX] Use real BE user for logging user setting changes
- When editing someone else's user settings as admin the log
should still show the editing user as responsible for the ... - 22:53 Revision 5cd88a38: [BUGFIX] Use real BE user for logging user setting changes
- When editing someone else's user settings as admin the log
should still show the editing user as responsible for the ... - 22:42 Revision 3aa3522a: [BUGFIX] Use real BE user for logging user setting changes
- When editing someone else's user settings as admin the log
should still show the editing user as responsible for the ... - 22:31 Revision e96d50cb: [BUGFIX] Do not override global BE_USER for user settings simulation
- Instead of replacing the global user for simulating another user
to edit user settings, store the "user to edit" in t... - 22:11 Revision a627e3fc: [BUGFIX] Remove update wizard of css_styled_content
- With #80876 an update wizard has been removed but its reference
in the ext_localconf.php must be removed as well.
Re... - 22:06 Revision f18f7280: [BUGFIX] Do not override global BE_USER for user settings simulation
- Instead of replacing the global user for simulating another user
to edit user settings, store the "user to edit" in t... - 22:04 Revision 3ea1a07d: [BUGFIX] Remove horizontal scrollbar
- Remove the horizontal scrollbar in
Install Tool - System environment, when phpinfo is shown.
Also add some small spac... - 22:03 Revision a8a1567c: [BUGFIX] Remove horizontal scrollbar
- Remove the horizontal scrollbar in
Install Tool - System environment, when phpinfo is shown.
Also add some small spac... - 21:55 Revision 50008990: [!!!][TASK] Remove deprecated methods in several files
- Resolves: #80718
Releases: master
Change-Id: I632b36b4b14cc354a6da1a060baf4801d5231766
Reviewed-on: https://review.ty... - 20:51 Revision ef665e93: [BUGFIX] Remove some outdated keys from tokenizetyposcript.js
- Keys 'allSaveFunctions' and 'disableTabInTextarea' have been removed
from the setup module a while ago.
Change-Id: I... - 20:36 Revision 2a53c734: [BUGFIX] Remove some outdated keys from tokenizetyposcript.js
- Keys 'allSaveFunctions' and 'disableTabInTextarea' have been removed
from the setup module a while ago.
Change-Id: I... - 18:41 Revision c5d3ae98: [TASK] Add new bootstrap-slider version
- Add new bootstap-slider version 9.7.3
Changes:
- Updates unit test suite to Jasmine 2.x.x
Resolves: #80907
Releases:... - 15:13 Revision 2c7b4caa: [TASK] Add new bootstrap-slider version
- Add new bootstap-slider version 9.7.3
Changes:
- Updates unit test suite to Jasmine 2.x.x
Resolves: #80907
Releases:... - 13:48 Revision 2b2fff71: [TASK] Remove irre_tutorial changelog file
- Resolves: #80939
Releases: master
Change-Id: Ibe2b6886a249d1edc61b9d388dc20d6369ca8064
Reviewed-on: https://review.ty... - 11:34 Revision 67ec7513: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/84 from jdreesen/patch-1
- Update Helpers.html
- 10:35 Revision bde0ff43: Update Helpers.html
- Delete superfluous "TYPO3".
- 09:59 Revision ee9ad012: [BUGFIX] Use correct TypoScriptService in ClickEnlargeViewHelper
- The Extbase TypoScriptService is used but should use the one from
the core.
Resolves: #80918
Releases: master,8.7
Ch... - 09:58 Revision 0a5ad14c: [BUGFIX] Use correct TypoScriptService in ClickEnlargeViewHelper
- The Extbase TypoScriptService is used but should use the one from
the core.
Resolves: #80918
Releases: master,8.7
Ch... - 01:26 Revision f6e550f9: [BUGFIX] Ensure Install Tool is not using a deprecated property
- The install tool still uses a variable which is deprecated.
Instead, the install tool already defines absPrefix as P... - 01:16 Revision c2b182be: [BUGFIX] Ensure Install Tool is not using a deprecated property
- The install tool still uses a variable which is deprecated.
Instead, the install tool already defines absPrefix as P... - 00:17 Revision 94c4c7d3: [TASK] Update typo3/testing-framework from 1.0.1 to 1.0.5
- A couple of composer changes and removal of a deprecated core call.
Change-Id: I8c3ad0689800f8848c39a31a4a76dc411314...
2017-04-20
- 20:25 Revision d0f87bf9: [!!!][TASK] Remove deprecated code from ext:core
- Resolves: #80716
Releases: master
Change-Id: Ia6b8cecc7527b168be2d35cbae28009d6626c8d8
Reviewed-on: https://review.ty... - 19:58 Revision e3d434f3: [FOLLOWUP][TASK] Remove deprecated output-related code from EXT:backend
- Some occurrences of `->getVersionSelector()` were left.
These are removed now.
Resolves: #80705
Releases: master
Cha... - 17:19 Revision 093f6183: [!!!][TASK] Remove deprecated output-related code from EXT:backend
- Removes and adapts some classes, methods and properties
which were marked as deprecated.
Resolves: #80705
Releases: ... - 16:22 Revision bb9cc741: [!!!][TASK] Remove css_styled_content
- Remove the css_styled_content extension and every connected
file. Also adapt current documentation comments to fluid_... - 14:31 Revision 5355b0d9: [!!!][TASK] Remove deprecated code from Extbase
- Removes and adapts some classes, methods and parameters
which were marked as deprecated.
Resolves: #80713
Releases: ... - 14:09 Revision ba4bc25f: [!!!][TASK] Remove FormEngine / TCA related deprecated code
- Resolves: #80913
Releases: master
Change-Id: I151fbf7a02df3e4713d623eb1659ac35ae2cb35a
Reviewed-on: https://review.ty... - 14:01 Revision f02807ac: [TASK] Remove upgrade wizards from TYPO3 6 to 7
- Remove upgrade wizards for upgrading from TYPO3 v6 to v7.
Resolves: #80911
Releases: master
Change-Id: I133734115005... - 12:44 Revision 72e37d83: [!!!][TASK] Remove deprecations in DataHandler class
- Removed deprecated methods `rmComma, destPathFromUploadFolder,
noRecordsFromUnallowedTables` and property `$checkWork... - 11:04 Revision 60c0d607: [!!!][TASK] Removed deprecated TYPO3\CMS\Extbase\Utility\ArrayUtility
- Removed the class `TYPO3\CMS\Extbase\Utility\ArrayUtility`, since
it was deprecated with TYPO3 v8.
Resolves: #80701
...
2017-04-19
- 23:36 Revision c6a64c9c: [!!!][TASK] Remove deprecated code / TypoScript in EXT:frontend
- Any code/options related to Frontend rendering / TypoScript that
has been deprecated in v8 is now removed.
Resolves:... - 22:46 Revision 0716adae: [!!!][TASK] Remove deprecated code from ext:fluid
- Resolves: #80707
Releases: master
Change-Id: I694b5df5032e82b807da1e56141e52276068838c
Reviewed-on: https://review.ty... - 22:10 Revision 3592b6ba: [!!!][TASK] Remove deprecated methods from BackendUtility
- Update styleguide along the way, it used one of the
removed methods.
Resolves: #80706
Releases: master
Change-Id: If... - 21:10 Revision 207214c8: [!!!][TASK] Remove deprecated CharsetConverter functionality
- Various methods and parameters related to CharsetConverter have been
removed.
Update styleguide, it used one of those... - 19:55 Revision d7f66478: [BUGFIX] styleguide: Switch away from deprecated BackendUtility::getFlexFormDS()
- 19:06 Revision 1975b51f: [TASK] Resolve grunt build errors
- * Remove /* @end */ comments
* Add missing line end line
* Remove unnessasery blank lines
* Add chosen to git
Resolv... - 18:47 Revision f2fbcd73: [BUGFIX] styleguide: Switch from CharsetConverter->conv_case() to mb_strtoupper()
- 18:05 Revision 6eb73dfb: [BUGFIX] Replace old optionSplit method calls
- The Core has marked "TemplateService->splitConfArray" as deprecated, but
it is still used in some areas which have be... - 17:52 Revision 8cc16e37: [BUGFIX] Replace old optionSplit method calls
- The Core has marked "TemplateService->splitConfArray" as deprecated, but
it is still used in some areas which have be... - 17:30 Revision 12388eae: [!!!][TASK] Remove deprecated old Backend AJAX registry
- Removes the functionality related to $TYPO3_CONF_VARS['BE']['AJAX']
which has been superseeded by AjaxRoutes introduc... - 13:50 Revision 70a655f1: [!!!][TASK] Remove deprecated methods in ExtensionManagementUtility
- Resolves: #80714
Releases: master
Change-Id: I05913ee262aed300347902a80a80fe12ca8bb9c9
Reviewed-on: https://review.ty...
2017-04-18
- 23:51 Revision b867dddd: [!!!][TASK] Remove deprecated LanguageService / label functionality
- Resolves: #80708
Releases: master
Change-Id: I9e3d67090b498c2087de8f70d6f44a21069704eb
Reviewed-on: https://review.ty... - 23:48 Revision fc83e6e6: [TASK] Update TYPO3 version to TYPO3 9.0-dev
- Resolves: #80878
Releases: master
Change-Id: Ic4a697af859007c413808801a24f47ffd19c6017
Reviewed-on: https://review.ty... - 22:23 Revision 6405c2b8: [!!!][TASK] Remove deprecated methods in GeneralUtility
- Drop methods and change method signatures of methods
within GeneralUtility.
Resolves: #80703
Releases: master
Change... - 21:04 Revision 86947e4c: [!!!][TASK] Remove all legacy CLI-related functionality
- This patch removes the following the functionality from the TYPO3 Core, which
has been marked as deprecated in TYPO3 ... - 20:41 Revision fb6e9c66: [BUGFIX] Update branch alias for composer version
- After branching it must be clear that 9.x is the latest development branch.
Additionally for the testing framework, ... - 20:07 Revision 37b7a55d: [TASK] Update dependency testing-framework to support v9
- The testing framework has been changed to support v9
dependencies.
Resolves: #80882
Releases: master
Change-Id: I1f0... - 19:29 Revision 505d1dcf: [TASK] Set TYPO3 version to 7.6.19-dev
- Change-Id: I9a931e059c314b94ab7503fa40c3cad5c0dce56a
Reviewed-on: https://review.typo3.org/52492
Reviewed-by: TYPO3 R... - 19:27 Revision 9219e4fa: [RELEASE] Release of TYPO3 7.6.18
- Change-Id: I8fa37a25ec062e5289085002089464ba55974887
Reviewed-on: https://review.typo3.org/52491
Reviewed-by: TYPO3 R... - 19:03 Revision 93d314e2: [TASK] Set TYPO3 version to 8.7.2-dev
- Change-Id: Ib6d099e6110eebdfb863d6fbe67ac09e7046c207
Reviewed-on: https://review.typo3.org/52489
Reviewed-by: TYPO3 R... - 19:01 Revision 5e3a0e4f: [RELEASE] Release of TYPO3 8.7.1
- Change-Id: I0584cf00ac9234d2dfd3f17e45573760b187b4da
Reviewed-on: https://review.typo3.org/52488
Reviewed-by: TYPO3 R... - 18:49 Revision 03de833c: [TASK] Set TYPO3 version to 7.6.18-dev
- Change-Id: I5b932d80ec319a6d33f1455e215d34d11863b102
Reviewed-on: https://review.typo3.org/52487
Reviewed-by: Oliver ... - 18:29 Revision 74f5bb45: [RELEASE] Release of TYPO3 7.6.17
- Change-Id: I21120dbe9ded68bce004a24a6134ab18f0ce5f9a
Reviewed-on: https://review.typo3.org/52484
Reviewed-by: TYPO3 R... - 18:24 Revision e90d883f: [TASK] Set TYPO3 version to 6.2.32-dev
- Change-Id: Id99e868086dc0db50939a28ac9dbc9566d12177e
Reviewed-on: https://review.typo3.org/52483
Reviewed-by: TYPO3 R... - 18:22 Revision 82479014: [RELEASE] Release of TYPO3 6.2.31
- Change-Id: I4625478633934ca914afbced3d3a8d216766591e
Reviewed-on: https://review.typo3.org/52482
Reviewed-by: TYPO3 R... - 18:17 Revision 06a21385: [BUGFIX] Update branch alias for composer version
- After branching it must be clear that 9.x is the latest development
branch where 8.x is mapped to TYPO3_8-7.
Additio... - 13:25 Revision 811653de: [TASK] Use new CLI binary in docs instead of cli_dispatch.phpsh
- There are still some places left where legacy functionality is used
or documented related to cli_dispatch.phpsh inste... - 13:24 Revision 9553d876: [FOLLOWUP][TASK] Use new CLI binary in docs instead of cli_dispatch.phpsh
- Adjust the command argument from "scheduler" to "scheduler:run".
Change-Id: I47ed4fbb374ca81224b0bcacdbcc58d6e12d8b5... - 12:52 Revision 8b38943a: [TASK] Use new CLI binary in docs instead of cli_dispatch.phpsh
- There are still some places left where legacy functionality is used
or documented related to cli_dispatch.phpsh inste... - 10:27 Revision 3de08532: [TASK] Mark 6.2 as e-o-l in install tool core updater
- In preparation of 6.2 end of life, a warning is added to the 6.2 core updater.
Change-Id: Ie1017958a7bfd06f10aa82939...
2017-04-17
- 18:29 Revision dc0e7ac3: [BUGFIX] Use correct value for EU flag in sys_language records
- Change-Id: I6cb873b0013f8324f247a19de4f663ca2e4d4848
Resolves: #80834
Releases: master, 7.6
Reviewed-on: https://revi... - 18:23 Revision e8a12043: [BUGFIX] Use correct value for EU flag in sys_language records
- Change-Id: I6cb873b0013f8324f247a19de4f663ca2e4d4848
Resolves: #80834
Releases: master, 7.6
Reviewed-on: https://revi...
2017-04-16
- 22:07 Revision e68e737e: [BUGFIX] Fix bug due to improper usage of boolean as object
- \Doctrine\DBAL\Statement returns a boolean from calls to the execute() method.
To get the results of the query we obv... - 16:27 Revision bbc8e727: [TASK] Update typo3/cms-styleguide from 8.0.8 to 8.0.9
- Change-Id: Ic3d0d13d333f4e74e1dd416c8777e685a809b3d2
Resolves: #80858
Releases: master
Reviewed-on: https://review.ty...
Also available in: Atom