Project

General

Profile

Activity

From 2015-04-02 to 2015-05-01

2015-05-01

23:04 Revision b5045ee9: [TASK] Add more unit tests to GeneralUtility::trimExplode
Add unit tests to GeneralUtility::trimExplode in preparation of a
performance improvement patch. Test with whitespace...
Stefan Froemken
22:16 Revision 61150720: [TASK] Make HtmlspecialcharsViewHelper compilable
Resolves: #66711
Releases: master
Change-Id: Ie2954aafe8c2f087709ece7fb3c128f656bcbf9c
Reviewed-on: http://review.typ...
Dirk Jüttner
22:10 Revision 068cee55: [BUGFIX] Race condition in Unit / FunctionalTestBootstrap
Executing tests in parallel sometimes leads to race conditions
preparing the environment. This rare case is now just ...
Christian Kuhn
22:10 Revision 2abb3205: [TASK] Makes Format/UrlencodeViewHelper compilable
Resolves: #66713
Releases: master
Change-Id: Ia079f24e86df63dbd8467e5750d660739af1beb7
Reviewed-on: http://review.typ...
Jan Helke
20:54 Revision af2aaded: [TASK] Makes Format/HtmlentitiesDecodeViewHelper compilable
Resolves: #66710
Releases: master
Change-Id: I13d0df90c4d3e03af31d9cb3c4a081136fdd96e3
Reviewed-on: http://review.typ...
Jan Helke
20:44 Revision 1740d957: [FOLLOWUP] Fix override field handling in form engine
Remove duplicate code.
Resolves: #66705
Releases: master
Change-Id: Ib38862f30f85f7528166c7c3597fe2357dfa50f2
Review...
Helmut Hummel
20:35 Revision da9ec941: [BUGFIX] Fix override field handling in form engine
The override field handling was broken since the form engine
refactoring. This change applies several fixes
to make i...
Helmut Hummel
20:24 Revision d0de7d7d: [TASK] Make NumberViewHelper compilable
Resolves: #66712
Releases: master
Change-Id: I49a446ecabf0893e6231e687744cfad0fada1135
Reviewed-on: http://review.typ...
Markus Sommer
18:58 Revision 8700b774: [FOLLOWUP] Use GeneralUtility::quoteJSvalue() where needed part 1
Fix accidentally quoted JavaScript links.
Releases: master
Resolves: #66706
Relates: #66115
Change-Id: Icf23b5f3a9b9...
Nicole Cordes
17:52 Revision 15cd92b4: [CLEANUP] Add htmlspecialchars in some form elements
Resolves: #63843
Releases: master
Change-Id: I4b736b76d4a8e92f54d0ec3961f93030737ffe39
Reviewed-on: http://review.typ...
Frank Nägler
16:13 Revision eb08cb69: [FEATURE] Allow page title edit by double-click
If a user has proper permissions, the page title can
be edited in "Page" and "List" module by double-clicking on the ...
Andreas Fernandez
15:39 Revision e1695035: [TASK] Deprecate public DataHandler->checkValue_*-methods
Instead of passing all parameters from DataHandler->checkValue_SW to
the checkValue_*-methods in an array $PP, pass o...
Stephan Großberndt
15:05 Revision 30d04f4f: [BUGFIX] Persistent classes with more than five name parts in extbase
Resolve the table name of a corresponding class correctly when the name
has more than five parts.
This avoids unexpe...
Artus Kolanowski
14:59 Revision c4886bbf: [BUGFIX] Persistent classes with more than five name parts in extbase
Resolve the table name of a corresponding class correctly when the name
has more than five parts.
This avoids unexpe...
Artus Kolanowski
14:38 Revision a5079093: [FEATURE] Add integrity property to JavaScript files
Add a property 'integrity="some-hash"' to JavaScript files via TypoScript
page.includeJSlibs.<array>.integrity = some...
Xavier Perseguers
14:04 Revision 3489dd43: [FOLLOWUP] Use GeneralUtility::quoteJSvalue() where needed part 1
Fix accidentally quoted global JavaScript variable in edit links.
Resolves: #66115
Releases: master
Change-Id: Iecc0...
Helmut Hummel
12:11 Revision a58275f8: [TASK] styleguide: TCA: More required field changes
Christian Kuhn
11:36 Revision 76e2a14f: [BUGFIX] Prevent sorting incomplete loaded packages
If an extension is defined in PackageStates.php but missing in file
system the package gets unloaded and the PackageS...
Nicole Cordes
11:35 Revision 81e3ac01: [BUGFIX] Prevent sorting incomplete loaded packages
If an extension is defined in PackageStates.php but missing in file
system the package gets unloaded and the PackageS...
Nicole Cordes
09:03 Revision 32a8d149: [TASK] styleguide: TCA: move required fields to own tab
Christian Kuhn

2015-04-30

22:35 Revision 1094ab10: [TASK] Add index key to sys_category_record_mm
Add an index covering uid_foreign, fieldname and tablename.
Resolves: #55689
Releases: master
Change-Id: Ifc1037f625...
Bodo Eichstädt
22:32 Revision 6b30e665: [TASK] Use GeneralUtility::quoteJSvalue() where needed part 1
Extension backend is done with this patch except FormEngine
classes.
Resolves: #66115
Releases: master
Change-Id: I0...
Wouter Wolters
20:50 Revision 258ddcdd: [BUGFIX] FormEngine: FlexForm section container not saved
Naming prefixes in flex form section container handling is changed
to successfully save them again.
Resolves: #66663...
Christian Kuhn
20:03 Revision be4ba978: [!!!][FEATURE] Integrate Symfony/Console into CommandController
This is a backport from the new introduced feature in Flow
https://review.typo3.org/#/c/30653/ with upstream patches....
Wouter Wolters
19:59 Revision 0e6aba27: [TASK] styleguide: TCA: Remove a meanwhile resolved @todo comment
Christian Kuhn
18:45 Revision 5e29de80: [TASK] styleguide: TCA: Add missing itemsProcFunc() examples
type radio and checkbox have itemsProcFunc as well. They are
not correctly persisted, though.
Christian Kuhn
15:55 Revision 3044b740: [BUGFIX] FormEngine: Type input eval userfunc not called in JS
It is possible to add custom JS as eval function for type input. This
is no longer called after FormEngine refactorin...
Christian Kuhn
15:41 Revision 5c2d9c3e: [BUGFIX] Cannot use equal operator on data type text
MSSQL does not allow a column of type "text" to be compared with
an equal operator. It fails with:
The data type...
Xavier Perseguers
15:39 Revision cc4872fd: [BUGFIX] Cannot use equal operator on data type text
MSSQL does not allow a column of type "text" to be compared with
an equal operator. It fails with:
The data type...
Xavier Perseguers
15:35 Revision 70356c2d: [TASK] Do not use sequence table when uid field is auto-incremented
A sequence table should not be used when the underlying ADOdb driver
is capable of properly using and retrieving auto...
Xavier Perseguers
15:33 Revision b6d4952e: [TASK] Do not use sequence table when uid field is auto-incremented
A sequence table should not be used when the underlying ADOdb driver
is capable of properly using and retrieving auto...
Xavier Perseguers
15:07 Revision f15a11e0: [BUGFIX] ADOdb: mssqlnative driver fails to create sequences
Change-Id: Ie251d2b9776be4d7c8d3a450cfa1252a57ce07a3
Resolves: #66678
Releases: master, 6.2
Reviewed-on: http://revie...
Xavier Perseguers
15:06 Revision 0398f937: [BUGFIX] ADOdb: mssqlnative driver fails to create sequences
Change-Id: Ie251d2b9776be4d7c8d3a450cfa1252a57ce07a3
Resolves: #66678
Releases: master, 6.2
Reviewed-on: http://revie...
Xavier Perseguers
14:07 Revision 70a8dd22: [BUGFIX] Adhere absRefPrefix for storages
If plain images from local storages are rendered to FE,
absRefPrefix will now be applied correctly.
Resolves: #66496...
Markus Klein
14:06 Revision 0c9284e3: [BUGFIX] Invalid check for NULL with ISNULL
MySQL's ISNULL() function cannot be used when EXT:dbal is loaded.
Resolves: #66676
Releases: 6.2
Change-Id: I335c4b5...
Xavier Perseguers
14:00 Revision ccbb07fc: [BUGFIX] Adhere absRefPrefix for storages
If plain images from local storages are rendered to FE,
absRefPrefix will now be applied correctly.
Resolves: #66496...
Markus Klein
13:09 Revision 4a32e565: [TASK] styleguide: TCA: Fix input and text eval userfunc examples
Christian Kuhn
11:54 Revision 10146350: [BUGFIX] exec_SELECTcountRows where clause must not be empty
When using DBAL, the where clause of database query must not be
left empty. exec_SELECTcountRows() defaults to an emp...
Xavier Perseguers
11:54 Revision 6585cf91: [BUGFIX] exec_SELECTcountRows where clause must not be empty
When using DBAL, the where clause of database query must not be
left empty. exec_SELECTcountRows() defaults to an emp...
Xavier Perseguers
11:48 Revision 896c8edf: [TASK] Travis: Mark functionals as allowed_failure
With mysql 5.6 we still see various mysql issues that come from
travis infrastructure. We're currently unable to fix ...
Christian Kuhn
10:51 Revision 4887e80a: [BUGFIX] MSSQL native driver for ADOdb returns erroneous message
When no errors are found in a query, the MSSQL native driver for ADOdb
returns an invalid error message "No errors fo...
Xavier Perseguers
10:41 Revision a9067445: [BUGFIX] MSSQL native driver for ADOdb returns erroneous message
When no errors are found in a query, the MSSQL native driver for ADOdb
returns an invalid error message "No errors fo...
Xavier Perseguers

2015-04-29

11:42 Revision 001452c3: [BUGFIX] FormEngine exception and warning creating new record
Some extensions like ext:news use ';;;;2-2-2' in TCA showItem which is
actually an invalid syntax. FormEngine detects...
Christian Kuhn
10:40 Revision 30029ba4: [CLEANUP] Link validator: LinkHandler
Releases: master
Resolves: #66375
Change-Id: Ic61889d6fadd3ec8196ccf96ad97e5247e804ab5
Reviewed-on: http://review.typ...
Markus Klein
10:29 Revision b5935cf7: [FOLLOWUP][TASK] Introduce getter for $GLOBALS['LANG'] in EXT:cshmanual
Fixes an issue mentioned by http://scrutinizer-ci.com/g/DFAU/TYPO3.CMS
Resolves: #66638
Releases: master
Change-Id: ...
Michael Oehlhof
00:14 Revision a38825c8: [BUGFIX] Make sure excludedTablesAndFields are empty in DataHandler
Simulating the admin function when saving their own account failed when
TCA is modified. The backend user is now simu...
Benjamin Serfhos
00:09 Revision 36cc209d: [BUGFIX] Make sure excludedTablesAndFields are empty in DataHandler
Simulating the admin function when saving their own account failed when
TCA is modified. The backend user is now simu...
Benjamin Serfhos

2015-04-28

21:33 Revision c547aeb8: [TASK] styleguide: Improve README
Felix Kopp
21:26 Revision fb79818a: [TASK] styleguide: Screenshot
Felix Kopp
21:23 Revision e47eb3e5: [TASK] styleguide: Readme TOC
Felix Kopp
21:12 Revision 806aa031: [TASK] styleguide: Release 7.2.0
Felix Kopp
15:25 Revision 736cbfc9: [!!!][TASK] House of forms
This patch introduces a structural code refactoring to the
FormEngine class and its related friend classes.
FormEngi...
Christian Kuhn
13:58 Revision 3115cbc8: [TASK] Set TYPO3 version to 7.3-dev
Change-Id: Ie9edd14d2d55c1731f69d6f6b15e04e9528efc28
Reviewed-on: http://review.typo3.org/38993
Reviewed-by: Xavier P...
Benni Mack
13:46 Revision 2166f890: [TASK] Improve usability by adding filters to TCA fields
To improve the usability of the backend, filters should be provided where it makes
sense, especially where it is like...
Georg Ringer
13:42 Revision 64db5f5f: [TASK] Shorten namespace for FlashMessage in ext:setup
Resolves: #66585
Releases: master
Change-Id: If8c79dcab8553848a276691b7e20ce1d38ca107f
Reviewed-on: http://review.typ...
Wouter Wolters
13:38 Revision 31747812: [TASK] Remove unused CSH initialization in ext:taskcenter
Resolves: #66583
Releases: master
Change-Id: I9e28156562bf56612eebd91dba0d61616f8170ea
Reviewed-on: http://review.typ...
Wouter Wolters
13:38 Revision fce5da33: [FEATURE] Add stdWrap strtotime
This allows for conversion of formatted dates to timestamp and
complements the existing date/strftime properties.
Re...
Mathias Brodala
12:00 Revision 4b066072: [RELEASE] Release of TYPO3 7.2.1
Change-Id: I794e721bd23246fd2eed923d3a88d2334de62394
Reviewed-on: http://review.typo3.org/38986
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
11:54 Revision 8d16fad1: [TASK] Set TYPO3 version to 7.2.1-dev
Change-Id: I90e56b8dbfffc46b40700fed333b03496847cc98
Reviewed-on: http://review.typo3.org/38985
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
11:53 Revision 3328aa0f: [RELEASE] Release of TYPO3 7.2.0
Change-Id: I61d66ccd2f4bb031b0a98b45dbfbdfcc3e6c0a1b
Reviewed-on: http://review.typo3.org/38984
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
11:12 Revision b9ea3852: [TASK] styleguide: TCA: Enable text_11
Christian Kuhn
00:00 Revision c141676c: [BUGFIX] Correct path for redirect to Installer
Resolves: #66615
Releases: master
Change-Id: Ia8497f963b8e4189df1e43b93624db57bedf0e54
Reviewed-on: http://review.typ...
Markus Klein

2015-04-27

19:36 Revision 6a963fa5: [FOLLOWUP] Clean up 7.x documentation
There are still a few inconsistencies in the way titles are written.
This patch also corrects some errors which happ...
Xavier Perseguers
19:23 Revision bb0032f4: [BUGFIX] Show correct timezone when displaying FormEngine time field
"time" and "timesec" fields currently do not store time as UTC in database,
however, in the FormEngine modifications ...
Andreas Allacher
19:10 Revision a1ed7cef: [BUGFIX] Multiple fixes for Locking API and TSFE locking
* Retrieve correct LockingStrategy for requested capabilities
* Prefix lock filenames to make them better visible in ...
Markus Klein
17:42 Revision d984baa8: [FOLLOWUP] Clean up 7.2 documentation
An index file is missing in the 7.2 change log to have a TOC
for navigating in 7.2 documentation.
This patch also co...
Francois Suter
17:04 Revision 77ec9425: [BUGFIX] Simplify composer class alias loader usage
The class alias loader package was changed to be a composer plugin.
By that, the script section can be removed again....
Helmut Hummel
17:04 Revision 2a432333: [BUGFIX] Simplify composer class alias loader usage
The class alias loader package was changed to be a composer plugin.
By that, the script section can be removed again....
Helmut Hummel
15:39 Revision ea84f126: [BUGFIX] getProcessedValue ignores foreign_table_field
Currently BackendUtility::getProcessedValue method
ignores the foreign_table field.
Change-Id: Ia08878a7a3cdcf7e1a07...
Andreas Allacher
15:19 Revision 53c5791f: [BUGFIX] Store page title information in cache
Store page title information in page cache as well,
so we have a proper state when rendering partially cached pages.
...
Markus Klein
15:10 Revision 710d0649: [BUGFIX] getProcessedValue ignores foreign_table_field
Currently BackendUtility::getProcessedValue method
ignores the foreign_table field.
This is basically a follow-up to ...
Andreas Allacher
15:01 Revision d1670bbf: [BUGFIX] Store page title information in cache
Store page title information in page cache as well,
so we have a proper state when rendering partially cached pages.
...
Markus Klein
10:41 Revision f00524d5: [TASK] Backend login: unify logo and bg image path example
Explains the accepted login logo and background image paths
"EXT:…" or "fileadmin/…" or "/fileadmin/…".
Resolves: #6...
Felix Kopp
10:41 Revision da231d71: [TASK] Protect configuration of extensions
Similar to protecting the private resources, the configuration
of an extension should be protected as well.
Change-I...
Jan Kiesewetter
10:40 Revision bbf44c3b: [TASK] Protect configuration of extensions
Similar to protecting the private resources, the configuration
of an extension should be protected as well.
Change-I...
Jan Kiesewetter
10:23 Revision b186919e: [FOLLOWUP][TASK] New Login Screen
- Resolve image paths equally without fal compat layer
- Remove border if background image is set
- Increase border r...
Benjamin Kott

2015-04-26

19:09 Revision a81e23ab: [TASK] Remove "max" attribute from datetime fields in TCA
It's not required to limit the maxlength of datetime fields
by TCA anymore, as the used DateTimePicker already valida...
Andreas Fernandez
14:27 Revision 004d40df: [FOLLOWUP][BUGFIX] Date and DateTimePicker in IE
Fixed wrong LESS path.
Releases: master
Resolves: #65055
Change-Id: I2d95775e2796e8b1fdff67430b287230699690de
Review...
Benjamin Kott
14:12 Revision 0f0b8079: [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...
Markus Klein
12:51 Revision cb7a7498: [BUGFIX] Proofread 7.2 documentation
Proofread breaking, deprecations and features.
Releases: master
Resolves: #66553
Change-Id: I08c497e53bd90845940fb53...
Mathias Schreiber
09:16 Revision 3e864e15: [BUGFIX] Fix wrong image reference in ext:taskcenter
Path to image does not exists, rename it to the existing png file.
Furthermore this patch shortens a few namespaces ...
Wouter Wolters

2015-04-24

11:28 Revision c7b00f32: [BUGFIX] Complete Iframe-Progressbar in IE
Releases: master
Resolves: #66563
Change-Id: I23be4cab776252afff25f3f23c8fee2f4c09fad5
Reviewed-on: http://review.typ...
Benjamin Kott

2015-04-23

22:26 Revision f47d3bce: [BUGFIX] Date and DateTimePicker in IE
Releases: master
Resolves: #65055
Change-Id: I342cf15602ccd3d7769144eea031ba450e7033e4
Reviewed-on: http://review.typ...
Benjamin Kott
17:59 Revision 460623f8: [BUGFIX] Properly set checked attribute for objects
This makes sure the checked attribute is properly set by the
CheckboxViewHelper for a list of objects.
Resolves: #64...
Andreas Fernandez
17:29 Revision bf15f29d: [BUGFIX] Properly set checked attribute for objects
This makes sure the checked attribute is properly set by the
CheckboxViewHelper for a list of objects.
Resolves: #64...
Mathias Brodala
17:19 Revision b55c22a6: [BUGFIX] Remove unnecessary and failing code
While fixing #57199 a slot was introduced to write the class cache
after each extension installation. This not only a...
Helmut Hummel
16:16 Revision 3daa39b7: [BUGFIX] getPageOverlayHook has to use GeneralUtility::getUserObj
The introduction of getPagesOverlay in
commit f6f12f0fcfef0b565a4fcb9f31dd6e780c828ed
modified the hook to use Genera...
Andreas Allacher
14:22 Revision 027a02db: [BUGFIX] Make openid login working again
This reverts commit c6f16016a8ac5fcfe6df47015151e141a681e0c3.
Resolves: #66399
Releases: master
Change-Id: If884c5a6...
Markus Klein
13:06 Revision 57131a84: [TASK] Rename TCA type image_manipulation to imageManipulation
Resolves: #66543
Releases: master
Change-Id: Ie4875f729913a372f7f50b5b5b63df51475e710a
Reviewed-on: http://review.typ...
Frans Saris
11:45 Revision 8405d6a2: [BUGFIX] Keep scheduler functional after task interruption
If the execution of a task was interrupted (e.g., for debugging
purpose with Xdebug), the scheduler module may not op...
Xavier Perseguers
11:44 Revision b0cf3761: [BUGFIX] Keep scheduler functional after task interruption
If the execution of a task was interrupted (e.g., for debugging
purpose with Xdebug), the scheduler module may not op...
Xavier Perseguers
11:04 Revision 04785def: [BUGFIX] Use API to register AJAX handler for recycler
Releases: master
Resolves: #66546
Change-Id: Ic64205454a511efbd2b32a1eb7763e4ff0a653fd
Reviewed-on: http://review.typ...
Markus Klein

2015-04-22

10:30 Revision 157d9d4f: [BUGFIX] dbFileIcons: Show UID for internal_type db
The UID value for show_thumbs needs to be shown for internal_type db,
and not for internal_type file,folder, ...
Cha...
Andreas Allacher

2015-04-21

21:52 Revision a4941538: [BUGFIX] Remove superfluous linebreaks in CE preview
Releases: master
Resolves: #66479
Change-Id: I93ac0eed83cf3a4dc26239a66b2ff69cd37d7580
Reviewed-on: http://review.typ...
Markus Klein
20:36 Revision bb1305e3: [BUGFIX] compatibility6: add class alias for backend_cacheActionsHook
This adds the class alias for backend_cacheActionsHook to
the ClassAliasMap.php of compitability6.
Change-Id: Ia42eb...
Andreas Allacher
17:24 Revision e1822354: [TASK] Store last access of modules linked in the System Information menu
Store the access time of modules linked in
the System Information menu in the UC of the current backend user
to make ...
Andreas Fernandez
15:21 Revision 6215bdba: [BUGFIX] AbstractTreeView correct permission handling with non pages
AbstractTreeView now checks correctly, if a user has permission
to access elements even if they are not pages.
Witho...
Andreas Allacher
15:21 Revision 1947837c: [BUGFIX] AbstractTreeView correct permission handling with non pages
AbstractTreeView now checks correctly, if a user has permission
to access elements even if they are not pages.
Witho...
Andreas Allacher
14:21 Revision eb06d43d: [BUGFIX] Always use uc_default after first install
If the Install Tool sets the start module on first login to allow the
installation of a distribution the uc_default s...
Jigal van Hemert
14:09 Revision 17e65bc8: [BUGFIX] Show preview after cropping image
Resolves: #66441
Releases: master
Change-Id: I3e7e8b5b69daf9c2795c9860db576727621bd948
Reviewed-on: http://review.typ...
Frans Saris
12:12 Revision f3d846b0: [BUGFIX] Check if validationrules are set before foreach statement
The ValidationUtility now checks if there are any rules set,
before trying to use the variable in the foreach loop.
...
Ruud Silvrants
12:10 Revision f389be55: [BUGFIX] Check if validationrules are set before foreach statement
The ValidationUtility now checks if there are any rules set,
before trying to use the variable in the foreach loop.
...
Ruud Silvrants
11:02 Revision 8f08b50e: [TASK] Streamline buttons in Language module
Apply the btn classes to the action buttons in the Language module to
make the look and feel more consistent.
Resolv...
Andreas Fernandez

2015-04-20

23:17 Revision f51c1996: [FOLLOWUP][TASK] Add meaningful exceptions to new locking API
This adds dedicated exceptions to the new locking API which
vastly simplifies usage workflows.
Since the new API was...
Mathias Brodala
21:51 Revision 9ead9427: [BUGFIX] Add missing padding arround ElementInformationController content
Resolves: #66501
Releases: master
Change-Id: I67f6785ababc559f5aa2cb76c92fb8cff390c7a5
Reviewed-on: http://review.typ...
Frans Saris
20:58 Revision 4f88ab75: [BUGFIX] Remove HTML from exception messages
Exception messages are independent from a specific context and thus
should not contain HTML code.
Resolves: #66344
R...
Mathias Brodala
19:09 Revision 1c0420df: [BUGFIX] Support SVG without XML prologue
If a SVG does not contains a XML prologue, TYPO3 indexes this file with
mimetype text/plain, which results in missing...
Frank Nägler
16:07 Revision 9c9d0bac: [BUGFIX] Load CSH properly
The inline setting "moduleUrl" now gets written in the DocumentTemplate,
as it is also available in popups.
Resolves...
Andreas Fernandez
14:18 Revision b194486e: [BUGFIX] Remove unnecessary and failing code
While fixing #57199 a slot was introduced to write the class cache
after each extension installation. This not only a...
Helmut Hummel
10:32 Revision e3978392: [BUGFIX] Make global TSFE and TT a reference to the class members
The global variables $GLOBALS['TSFE'] and ['TT'] are modified in
some places throughout FE rendering.
Since those pub...
Anja Leichsenring
09:05 Revision bb24c55e: [BUGFIX] Make fields in EM table larger
Increase the size of the "version" field, as it breaks the UNIQUE constraint
in MySQL. Also, increase other fields as...
Andreas Fernandez
09:04 Revision eae173ab: [BUGFIX] Make fields in EM table larger
Increase the size of the "version" field, as it breaks the UNIQUE constraint
in MySQL. Also, increase other fields as...
Andreas Fernandez

2015-04-19

09:55 Revision bdfa3b47: [BUGFIX] Indexed_search Make results per page work (Extbase plugin)
Replaces wrong setting "results" and uses "numberOfResults" instead.
Protects PageBrowskingViewHelper from division b...
Tymoteusz Motylewski

2015-04-18

15:08 Revision 94289a7a: [BUGFIX] Avoid double-encoding of URL parameters
Fix some double rawurlencode() on parameters in EditDocumentController.
In almost all cases the getModuleUrl() metho...
Andreas Fernandez

2015-04-17

11:45 Revision 0949616c: [BUGFIX] Add IMAGE_MANIPULATION type to TableColumnType
Added IMAGE_MANIPULATION type to TableColumnType in order to
not result in frontend exceptions when using image_manip...
Andreas Allacher

2015-04-16

18:41 Revision cff3ddc2: [BUGFIX] Indexed_search extbase plugin support for mysql fulltext search
Add three getters for IndexSearchRepository and SearchFormController
to have a common api for accessing data needed b...
Tymoteusz Motylewski
17:51 Revision 3febc799: [BUGFIX] Make advanced search work with indexed_search extbase plugin
Resolves: #64904
Releases: master,6.2
Change-Id: Idd3ea31071fa37bca3e9e2aa807ab3afea561b76
Reviewed-on: http://review...
Tymoteusz Motylewski
17:27 Revision 1afe2a2f: [BUGFIX] indexed_search: use correct TS settings in extbase plugin
Fixes few places where controller tried to access TS settings
in the wrong way (with dot at the end of the key).
It ...
Tymoteusz Motylewski
16:31 Revision 47199b6e: [BUGFIX] Calculate correct cropping for large images
When the visible image in the cropping wizard is a scaled
version of the original image we need to take the scaled ra...
Frans Saris
11:41 Revision ae98261c: [!!!][TASK] New Login Screen
The login screen is now supporting background
images and adjustable highlight colors out of the
box. Settings for the...
Benjamin Kott
09:33 Revision ccd227e5: [TASK] Simplify PHP lint execution
This simplifies PHP lint execution in Travis by ensuring lint
errors are outputted to stderr and drops everything els...
Mathias Brodala
09:30 Revision 6081bafd: [TASK] Set TYPO3 version to 6.2.13-dev
Change-Id: Ia7935eecd577204940b0a38bb2b939a9c9df3587
Reviewed-on: http://review.typo3.org/38722
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
09:29 Revision 1fece434: [RELEASE] Release of TYPO3 6.2.12
Change-Id: I893312c6a1d2e75fd03229fede21c298b594d856
Reviewed-on: http://review.typo3.org/38721
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
07:53 Revision 1106dab6: [BUGFIX] Visible notification if cropping has changed
For all formfields there is a visible notification (blue border)
for when value has been changed. This is now also vi...
Frank Nägler

2015-04-15

11:38 Revision e7ec4aba: [FEATURE] Add TCA type image_manipulation
TCA type image_manipulation brings a image manipulation wizard
to the core.
This first version brings image cropping...
Frans Saris
11:29 Revision 80e4e4a8: [BUGFIX] Clear inputs when switching between OpenID and normal login
Browsers auto-fill username + password, and when switching to
OpenID login those fields were still submitted and used...
Christian Weiske
11:25 Revision 4a201443: [FEATURE] Add flexible preview link configuration
We add new page TSconfig to allow flexible configuration of preview
links for any record.
Releases: master
Resolves:...
Markus Klein

2015-04-14

19:36 Revision e004124e: [CLEANUP] ReferenceIndex
Use imports, correct typos, use getters instead of globals, improve
variable names, introduce some early returns, emp...
Stephan Großberndt
13:48 Revision ad23774a: [TASK] EM: Update extension to latest possible
The EM tries to update to latest available extension, but the latest one
may have unresolvable dependencies to core v...
Alexander Opitz
13:46 Revision 7477185b: [BUGFIX] Store dependency errors before further dependency tests
During dependency checking the extensions are checked recursively. If an
depended extension is not yet installed, dep...
Nicole Cordes
13:45 Revision 3b395575: [BUGFIX] Store dependency errors before further dependency tests
During dependency checking the extensions are checked recursively. If an
depended extension is not yet installed, dep...
Nicole Cordes
09:06 Revision f2c6a5c6: [BUGFIX] Re-add parsing for list elements
Due to patch https://review.typo3.org/33613/ the parsing of list
elements get broken. The issue only occurs if you ha...
Andreas Fernandez
09:03 Revision 07be3dfc: [BUGFIX] Re-add parsing for list elements
Due to patch https://review.typo3.org/33613/ the parsing of list
elements get broken. The issue only occurs if you ha...
Nicole Cordes

2015-04-13

17:51 Revision bebf919a: [BUGFIX] Invalid file identifier with GIFBUILDER
Reference to the original file is missing.
Resolves: #62184
Releases: master, 6.2
Change-Id: I0e8e9ced11c37544baee2c...
Xavier Perseguers
17:50 Revision 2adb9eac: [BUGFIX] Invalid file identifier with GIFBUILDER
Reference to the original file is missing.
Resolves: #62184
Releases: master, 6.2
Change-Id: I0e8e9ced11c37544baee2c...
Xavier Perseguers
17:32 Revision 5a15c87f: [BUGFIX] Cache results of explodeSoftRefParserList()
BackendUtility::explodeSoftRefParserList() is called with a very
limited set of input parameters, but processing is r...
Stephan Großberndt
17:30 Revision ef9cc699: [BUGFIX] Fix "Invalid cache entry identifier"
Hash the parser list by md5 to have a valid identifier.
Resolves: #66403
Releases: master
Change-Id: I78505c77225a67...
Andreas Fernandez
17:03 Revision af6e83fc: [TASK] Adjust icons in EXT:belog
* Warnings are displayed by FontAwesome now
* Errors are now represented as a circled exclamation mark
Resolves: #65...
Andreas Fernandez
16:58 Revision 72c3dec5: [BUGFIX] Cache results of explodeSoftRefParserList()
BackendUtility::explodeSoftRefParserList() is called with a very
limited set of input parameters, but processing is r...
Stephan Großberndt
16:46 Revision eeaf6d91: [BUGFIX] Handle post_max_size = 0
Although the PHP docs do not mention it, the default configuration
files in the repository explain that post_max_size...
Markus Klein
16:43 Revision 4d3c3fcb: [BUGFIX] Handle post_max_size = 0
Although the PHP docs do not mention it, the default configuration
files in the repository explain that post_max_size...
Markus Klein
16:35 Revision 934e4e1e: [BUGFIX] Write references for FAL relations
Due to commit https://review.typo3.org/37086 no FAL relations for RTE
fields are added to sys_refindex. This patch re...
Nicole Cordes
15:56 Revision 713c8110: [TASK] EM: Update extension to latest possible
The EM tries to update to latest available extension, but the latest one
may have unresolvable dependencies to core v...
Alexander Opitz
15:35 Revision 7c0304a2: [BUGFIX] Write references for FAL relations
Due to commit https://review.typo3.org/37086 no FAL relations for RTE
fields are added to sys_refindex. This patch re...
Nicole Cordes
15:34 Revision 225eb71f: [BUGFIX] indexed_search: Correct js for section titles
Fixes js error when clicking on the section title
(both pibased and Extbase plugin)
Fix navigation of section menu in...
Tymoteusz Motylewski
15:21 Revision c2cbc8ea: [BUGFIX] IndexedSearch: Fix various issues in extbase plugin
Fix these bug in the experimental extbase plugin of IndexedSearch:
* TypoScript does not appear in include_static_fi...
Robert Vock
15:19 Revision 520ae729: Revert "[BUGFIX] Re-add parsing for list elements"
This reverts commit 9bab623405c239a7924fa166daf78d8b3b47add1.
Change-Id: I0484292badb4bcdb2f35e8f36db555d4981ec0b4
R...
Nicole Cordes
15:13 Revision 9bab6234: [BUGFIX] Re-add parsing for list elements
Due to patch https://review.typo3.org/33613/ the parsing of list
elements get broken. This patch re-adds parsing for ...
Nicole Cordes
14:19 Revision 889d9d09: [FEATURE] Add Locking API
This patch adds a flexible locking API, which allows to be
extended by extensions.
It also deprecates the old API an...
Markus Klein
12:39 Revision 24514867: [FOLLOWUP][BUGFIX] Fix readable output for type "group" and MM-tables
Releases: 6.2
Resolves: #52126
Resolves: #57129
Change-Id: Ia9d54acebcbd3ebdcf6d510699c38d896e9176a7
Reviewed-on: htt...
Xavier Perseguers
12:13 Revision 326f6396: [TASK] Isolate content element previews for page module
With the new strong defaults some content elements have moved to
the extensions mediace, css_styled_content and compa...
Patrick Broens
12:08 Revision c73d3d41: [BUGFIX] Fix readable output for type "group" and MM-tables
If a TCA field uses the type "group" and a MM-table, a wrong value is
displayed in the list view. This is due to miss...
Georg Ringer
11:08 Revision aa49f0d6: [BUGFIX] Fix readable output for type "group" and MM-tables
If a TCA field uses the type "group" and a MM-table, a wrong value is
displayed in the list view. This is due to miss...
Georg Ringer
07:21 Revision d265026f: [TASK] Replace IconUtility::skinImg with IconUtility::getSpriteImage Part 1
This patch replaces a lot occurrences of IconUtility::skinImg with
IconUtility::getSpriteImage or similar.
Thinks th...
Jan Helke

2015-04-12

16:51 Revision 1765249f: [BUGFIX] Correct access of AJAX response in t3editor
Due to an update of prototype.js, the AJAX response has changed.
Use the correct response object to determine if savi...
Andreas Fernandez

2015-04-11

20:07 Revision bdf33b93: [!!!][CONF][BUGFIX] Namespaces in Info module function menu
Use the namespaced class name instead of the old name when
registering the module.
All options in the function menu o...
Eric Chavaillaz
18:53 Revision e1680e1b: [BUGFIX] Fix invalid URL in EditDocumentController
The form action generated in EditDocumentController now properly
resolves ? and & characters clashing together.
Rele...
Markus Klein

2015-04-10

14:18 Revision d94e43f0: [BUGFIX] Update 6.2 static template
The 6.2 static template needs to stay in sync with the latest
static template from the 6.2 branch to ensure exactly t...
Mathias Brodala
13:35 Revision 670bb70b: [BUGFIX] Use title property for File Links
Instead of the alternative text the title of files need to be
used for titles of File Links.
Resolves: #66347
Releas...
Mathias Brodala
13:35 Revision 5698beaf: [BUGFIX] Use title property for File Links
Instead of the alternative text the title of files need to be
used for titles of File Links.
Resolves: #66347
Releas...
Mathias Brodala
11:10 Revision b724d602: [BUGFIX] Prevent extension download if disabled
If you disable extension installation in Install Tool (disable all
[EXT][allow*Install] options) a weird error is thr...
Nicole Cordes
11:09 Revision a1c299e4: [BUGFIX] Prevent extension download if disabled
If you disable extension installation in Install Tool (disable all
[EXT][allow*Install] options) a weird error is thr...
Nicole Cordes
10:36 Revision e1bdf78e: [BUGFIX] Compare field names without configuration
With patch https://review.typo3.org/34019/ the function
ExtensionManagementUtility::removeDuplicatesForInsertion was ...
Nicole Cordes
10:27 Revision 3ad75874: [BUGFIX] Compare field names without configuration
With patch https://review.typo3.org/34019/ the function
ExtensionManagementUtility::removeDuplicatesForInsertion was ...
Nicole Cordes
09:21 Revision e4000185: [BUGFIX] Automatic scrolling of editing form when inserting paragraph
Problem: Entering a new paragraph leads to automatic scrolling of the
editing form in the backend if the cursor is po...
Andreas Kienast
09:15 Revision d03c59b7: [BUGFIX] Automatic scrolling of editing form when inserting paragraph
Problem: Entering a new paragraph leads to automatic scrolling of the
editing form in the backend if the cursor is po...
Stanislas Rolland
00:54 Revision c58ba3e4: [BUGFIX] Respect access method with updater in EM
The Extension Manager checks the access method in each update
script when rendering the icon in the list of extension...
Jigal van Hemert
00:51 Revision 0500220a: [BUGFIX] Wrong url for frontend editing popup
Since Forge issue #66052 frontend editing with feedit is not working anymore.
This is because the URL's for modules h...
Patrick Broens
00:49 Revision 708c2d57: [BUGFIX] Respect access method with updater in EM
The Extension Manager checks the access method in each update
script when rendering the icon in the list of extension...
Jigal van Hemert

2015-04-09

22:42 Revision ee634c4f: [FEATURE] Add SVG support
Added rendering support for SVG images. When a SVG image is scaled
there is no processed file created but only a sys_...
Frans Saris
22:08 Revision da2ca9cb: [BUGFIX] Harden CSS selector for flag icons
Releases: master
Resolves: #65336
Change-Id: Ifd4406a8214e036ca5edb9d89f5f0b4778205ce6
Reviewed-on: http://review.typ...
Benjamin Kott
20:14 Revision 88bf7086: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/19 from Pneum/patch-1
Move backend module to "Help" group up top Felix Kopp
14:34 Revision b57bf36e: [BUGFIX] Use less memory in CLI lowlevel_refindex
Fetch each row when we actually need its data instead of fetching all
rows at once.
This saves quite a lot memory on ...
Christian Weiske
14:33 Revision 16261377: [BUGFIX] Use less memory in CLI lowlevel_refindex
Fetch each row when we actually need its data instead of fetching all
rows at once.
This saves quite a lot memory on ...
Christian Weiske
14:31 Revision 5538ff4c: [BUGFIX] Skip nonRelationTables in lowlevel_refindex CLI script
Some tables do not have to be checked for broken references.
Change-Id: I487a4570b6fc8cd9b692350f9f526b0710ed61a7
Re...
Christian Weiske
14:31 Revision fe697a46: [BUGFIX] Skip nonRelationTables in lowlevel_refindex CLI script
Some tables do not have to be checked for broken references.
Change-Id: I487a4570b6fc8cd9b692350f9f526b0710ed61a7
Re...
Christian Weiske
11:16 Revision de6f5362: [BUGFIX] Cancel button "id" in workspaces contains a typo
Resolves: #65829
Releases: master,6.2
Change-Id: Ifa7a1c53cf560d985cfc5bc14f5ec681074bda2d
Reviewed-on: http://review...
Pierre Boivin
11:16 Revision b5da1248: [BUGFIX] Cancel button "id" in workspaces contains a typo
Resolves: #65829
Releases: master,6.2
Change-Id: Ifa7a1c53cf560d985cfc5bc14f5ec681074bda2d
Reviewed-on: http://review...
Pierre Boivin
10:39 Revision 416621cf: [BUGFIX] Do not show empty modules for backend users
Do not show the module group if it does not contain any sub modules.
Resolves: #66232
Releases: master
Change-Id: I2...
Michael Oehlhof
09:56 Revision 7ee56087: [FOLLOW-UP][TASK] Rename FAL driver count methods
This changes the names of the newly added FAL driver count methods
to be more intuitive.
Since the new API wasn't pu...
Mathias Brodala

2015-04-08

19:25 Revision e12a2613: [BUGFIX] Only downscale images in ProcessedFile::CONTEXT_IMAGEPREVIEW
Resolves: #66270
Releases: master, 6.2
Change-Id: I8bfe273309e847c8dd185aa9c6cd35b57b2f86f3
Reviewed-on: http://revie...
Frans Saris
19:22 Revision d8dcd6d7: [BUGFIX] Only downscale images in ProcessedFile::CONTEXT_IMAGEPREVIEW
Resolves: #66270
Releases: master, 6.2
Change-Id: I8bfe273309e847c8dd185aa9c6cd35b57b2f86f3
Reviewed-on: http://revie...
Frans Saris
16:51 Revision 93715649: [BUGFIX] Error code 1238108067 is used twice
Code is used in StringValidator and in StringLengthValidator.
Releases: master, 6.2
Resolves: #65654
Change-Id: Id6a...
Xavier Perseguers
16:51 Revision fed06410: [BUGFIX] Error code 1238108067 is used twice
Code is used in StringValidator and in StringLengthValidator.
Releases: master, 6.2
Resolves: #65654
Change-Id: Id6a...
Xavier Perseguers
10:37 Revision d32e20d1: [!!!][FEATURE] Add count methods and sort functionality to FAL drivers
Instead of fetching all files and folders to count them,
two new FAL driver methods are introduced:
getFoldersInFolde...
Christian Weiske
09:45 Revision 4e92ec57: Revert "[TASK] Improve performance of trimExplode"
This reverts commit 27723ecb9770b41a898c2bebacded99ec58a9a50. This needs to be done as the current solution for Gener... Nicole Cordes
09:19 Revision 75f50dd7: [TASK] Add a signal after importer init in ImportExportUtility
To be able to modify importer options on importing T3D-files on
extension installation (e.g. for distributions) this ...
Marc Bastian Heinrichs
08:46 Revision 27723ecb: [TASK] Improve performance of trimExplode
Preg_split replaces the trim action and the removal of empty values.
Performance varies per system and parameter valu...
Stefan Froemken
00:43 Revision 07c20943: [BUGFIX] Indexed_search: add CSSsufix to title class
Add missing marker and fluid expression for templates,
so the search results are rendered as documented.
Resolves: #...
Tymoteusz Motylewski
00:24 Revision 917ea768: [BUGFIX] Fix grouping of file references in FlexForms of workspaces
With this patch file references in FlexForms of content elements in a
alternative workspace are grouped with the chan...
Stephan Großberndt
00:23 Revision 2d94295e: [BUGFIX] Fix grouping of file references in FlexForms of workspaces
With this patch file references in FlexForms of content elements in a
alternative workspace are grouped with the chan...
Stephan Großberndt
00:21 Revision dd48012f: [CLEANUP] Improve code quality in openid
Releases: master
Resolves: #66248
Change-Id: I3246e76e10212e09f348371ef494d460c51552ce
Reviewed-on: http://review.typ...
Markus Klein

2015-04-07

18:33 Revision 64c058b5: [BUGFIX] Fix generated preview URL for single element preview
The changed backpath handling lead to double /typo3 inclusion into
the URL, so it fails.
There was an occurence of ba...
Anja Leichsenring
16:19 Revision 9144aa7b: [TASK] EM: Use NProgress to visualize AJAX actions
Resolves: #66305
Releases: master
Change-Id: I1dcdca101a93c90b3ca27bc9a49e541610c40c39
Reviewed-on: http://review.typ...
Andreas Fernandez
15:59 Revision 1439e979: [FOLLOWUP][FEATURE] Introduce System Information dropdown item
* Do not render failed logins
* Render menu by AJAX call
* Add JavaScript method to invoke a reload of the menu
Rela...
Andreas Fernandez
09:43 Revision a2e088c8: [BUGFIX] Indexed_search: add CSSsufix to title class
Add missing marker and fluid expression for templates,
so the search results are rendered as documented.
Resolves: #...
Tymoteusz Motylewski

2015-04-06

17:42 Revision baedb3a9: [TASK] Add JSON and ReST definition to .editorconfig file
Add new definition for JSON files and ReST files.
Resolves: #66284
Releases: master
Change-Id: I1b7052f37180c6d5be7c...
Frank Nägler
09:57 Revision adf5acf4: [TASK] styleguide: Notification CGL
Felix Kopp
09:56 Revision 91af9fe8: [FEATURE] styleguide: DebugConsole output
Felix Kopp
00:14 Revision 2a03fac4: [BUGFIX] Hooks/Signals cannot be used during extension install
During the installation of an extension in the extension manager
hooks of the extension to be installed cannot be use...
Oliver Hader

2015-04-05

23:29 Revision 06ede36f: [BUGFIX] Hooks/Signals cannot be used during extension install
During the installation of an extension in the extension manager
hooks of the extension to be installed cannot be use...
Oliver Hader
18:56 Revision 252504f4: [FEATURE] Refactoring of scheduler CLI
Refactoring of scheduler CLI. Move the biggest part of the old
scheduler_cli_dispatch.php to an own controller. Add a...
Martin Tepper
18:12 Revision 8a68688e: [BUGFIX] Path to iframe for listing changes in WS is wrong
Opening the preview of a single element from a workspace (meaning
click the eye icon in workspace module) opens the f...
Anja Leichsenring
18:10 Revision 3b8b6645: [BUGFIX] Path to feedit edit action is wrong
Upon clicking the feedit edit pencil icon in frontend, the redirect
URL contains two times typo3, what leads to a wro...
Anja Leichsenring
15:59 Revision 588cc550: [BUGFIX] Remove double 'typo3' from Logout Button URL in Re-Login Dialog
As a leftover from the unified backpath handling patch, the Logout Button
in the login refresh modal dialog led to a ...
Anja Leichsenring

2015-04-04

21:41 Revision 31c62f93: [FEATURE] Add "LLL:" support in PAGE.inlineLanguageLabel
You can add either a constant or a locallang reference using
page.inlineLanguageLabel.[key]
Resolves: #57237
Release...
Clément MICHELET
21:25 Revision 08d11759: [BUGFIX] EXT:form: Make hardcoded messages translatable
After saving a form, we can see the "Changes saved successfully"
or "Failed to save the form" message boxes.
These m...
Michael Oehlhof
20:44 Revision d9d36bb2: [BUGFIX] Uncheck prefix domain for new domain records
Change default value for prefixing new domain records to zero since
creating multiple domains with prefix can lead to...
Simon Schaufelberger
20:43 Revision acde441f: [BUGFIX] Replace split_fileref() by pathinfo() in ResourceStorage
GeneralUtility::split_fileref($fileName) expects the given $fileName to
be an existing file as it checks if the given...
Frans Saris
20:25 Revision 280c94b1: [TASK] Add webserver to SystemInformationToolbaritem
Add the name of the webserver software to the SystemInformationToolbaritem
Resolves: #66273
Releases: master
Change-...
Frank Nägler
17:09 Revision 133e0e9f: [TASK] Remove gradient from DocHeader
Remove gradient from DocHeader to streamline the backend layout.
Resolves: #66253
Releases: master
Change-Id: I262b9...
Frank Nägler
15:47 Revision 23fdd342: [TASK] Add title attribute for icons in ext:viewpage
* Add title to view page icon on the left
* Add title to refresh icon on the right
Resolves: #66128
Releases: master...
Wouter Wolters
13:23 Revision 6c9dcb66: [BUGFIX] Add imageMagickIdentify fallback to ImageInfo::getImageSizes()
ImageInfo::getImageSizes() uses getimagesize() to determine the image
dimensions. But for pdf and svg files this fail...
Frans Saris
13:05 Revision 856541b1: [BUGFIX] Add imageMagickIdentify fallback to ImageInfo::getImageSizes()
ImageInfo::getImageSizes() uses getimagesize() to determine the image dimensions. But for pdf and svg files this fail... Frans Saris

2015-04-03

20:57 Revision 103da82c: [TASK] Use proper class naming for ext_posMap for db_new_content_el
Resolves: #66220
Releases: master
Change-Id: I763d82db8ba922d094e85c1b46039f8fef4d4dd6
Reviewed-on: http://review.typ...
Benni Mack
20:54 Revision db0285c6: [TASK] Use proper class naming for ext_posMap for Page Module
Resolves: #66221
Releases: master
Change-Id: I5616a072a75ba24a0ac0ddffaeb39c8578eb8a2b
Reviewed-on: http://review.typ...
Benni Mack
20:11 Revision ca83224a: [BUGFIX] Don't show "remaining characters" below FlexForms
Resolves: #66258
Releases: master
Change-Id: I77c99ca166d19201632d1bf044f71c523658addb
Reviewed-on: http://review.typ...
Andreas Fernandez
17:52 Revision fe1baadf: [FOLLOWUP][TASK] Refactor debugger console
* Fix unit tests
* Fix usage of DebuggerUtility::var_dump()
Resolves: #65956
Releases: master
Change-Id: I7350869c96...
Andreas Fernandez
15:52 Revision f3ddd146: [TASK] Refactor debugger console
In our crusade against ExtJS, this patch replaces the
Debugger Console with a brand new RequireJS module.
Resolves: ...
Andreas Fernandez
15:01 Revision 20497326: [BUGFIX] Handle missing relations gracefully
Properly check if the referenced record is really existing,
when dealing with refindex and sys_file_reference in
Elem...
Frans Saris
14:48 Revision e89a6551: [BUGFIX] Handle missing relations gracefully
Properly check if the referenced record is really existing,
when dealing with refindex and sys_file_reference in
Elem...
Frans Saris
13:53 Revision ea14d3f7: [BUGFIX] indexed_search: Correct js for section titles
Fixes js error when clicking on the section title
(both pibased and Extbase plugin)
Fix navigation of section menu in...
Tymoteusz Motylewski
12:26 Revision 8dd0e34b: [BUGFIX] indexed_search: use correct TS settings in extbase plugin
Fixes few places where controller tried to access TS settings
in the wrong way (with dot at the end of the key).
It ...
Tymoteusz Motylewski

2015-04-02

15:32 Revision 18bc3e27: [BUGFIX] Fix return URL in OpenID wizard
The URL must be absolute and the parameters are cleaned up.
The returnURL sent to the OpenID provider must match the ...
Jigal van Hemert
14:27 Revision 8bf8faa7: [BUGFIX] Wrong searchbox position in ext:documentation
There is no jQuery UI loaded anymore. Remove the setting for this
to fix the position.
Resolves: #66125
Releases: ma...
Wouter Wolters
14:06 Revision a7099646: [BUGFIX] IRRE visibility check (RTE) for new records
allElementsAreDisplayed checks for panel-visible class
to determine if an inline record has all elements visible.
Thi...
Andreas Allacher
10:29 Revision 3d380ef1: [TASK] Better structure for .gitignore file
* Group ignores by purpose
* Ignore .htaccess only on top-level
Resolves: #66229
Releases: master, 6.2
Change-Id: I4...
Markus Klein
10:12 Revision 52444fb3: [TASK] Better structure for .gitignore file
* Group ignores by purpose
* Ignore .htaccess only on top-level
Resolves: #66229
Releases: master, 6.2
Change-Id: I4...
Markus Klein
09:07 Revision 3e7f74fc: [TASK] Deprecate parseTime() / parseTimeFlag in DocumentTemplate
The functionality for printing the parse time in the source code is
not used anymore in the backend, the functionalit...
Benni Mack
 

Also available in: Atom