- May 08, 2013
-
-
Fabien Udriot authored
There is a limitation of 1000 pixels width / height when creating a preview image, also known as ProcessedFile::CONTEXT_IMAGEPREVIEW The limitation is artificial and subjective and should be removed letting more freedom to the system, e.g for generating banner which are quite large. Change-Id: Id86c5491437a32b0011b4fe29129c3ee433712af Resolves: #47846 Releases: 6.2, 6.1 Reviewed-on: https://review.typo3.org/20439 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
- May 07, 2013
-
-
Wouter Wolters authored
Introduce jQuery in the Install Tool and remove all prototype JavaScript. Change-Id: I35f9ed136959c1bb523b6005fa8d8541181d09f9 Resolves: #46897 Releases: 6.2 Reviewed-on: https://review.typo3.org/19548 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Christian Kuhn authored
With 6.1 status classes were introduced within the system environment check that represent the different fail severities. These objects are pretty useful within ext:install and could be used as common helper encapsulating all status tasks. The patch moves the status classes out of the system environment check to an own namespace within ext:install and adds a utility class that helps with rendering, filtering and sorting. Change-Id: Id5c6efb567c9b88b7255a1b8ba5a620ed75a7cd3 Resolves: #47999 Releases: 6.2 Reviewed-on: https://review.typo3.org/20561 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
- May 06, 2013
-
-
Christian Kuhn authored
Some of the 'link' tests for rmdir do not use absolute paths and only give desired results if current directory is the document root. Change-Id: I4a06c1a158175e939e70639627bb8e93e7b773fa Resolves: #47997 Related: #47459 Releases: 6.2 Reviewed-on: https://review.typo3.org/20558 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Anja Leichsenring authored
rmdir() has some issues fixed by the patch, especially if feeded with links: * If target is a dead link, the link was not removed. * If target is a link to a directory, only the link should be removed, but not the directory the link points to. * If recursion is disabled, but a directory has sub files or directories, a warning might be raised, now suppressed with an @. The method is now fully covered by tests and can handle files, links and directories. It is now used in GeneralUtilityTest itself to clean up any created file during tearDown, so a lot of tests can be streamlined. Fixes: #47459 Releases: 6.2 Change-Id: If58a6c2262165b84c4b674c1ae71fdddcbf56458 Reviewed-on: https://review.typo3.org/20095 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Georg Ringer authored
Change-Id: Iaf58bdb62fb9929af05398cc0d3f6a9f31c7cad4 Resolves: #47933 Releases: 6.2 Reviewed-on: https://review.typo3.org/20503 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- May 05, 2013
-
-
Wouter Wolters authored
Replace old namespace to the new namespace in Logo.html Change-Id: Iadc6fa1e0397573974a399a18b2c3760887e3254 Fixes: #47898 Releases: 6.2 Reviewed-on: https://review.typo3.org/20476 Reviewed-by: Nicole Cordes Reviewed-by: Stefan Froemken Tested-by: Stefan Froemken Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
jyps authored
During extensive overhaul of stdWrap from TYPO3 v4.4 to v4.5 a bug was introduced that led to double-stdWrapping of all properties of GIFBUILDER's TEXT object. Change-Id: Ib74fdc9899f3d0ee3f6fc96ffbb9c7dbc3ee01e2 Fixes: #41487 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Reviewed-on: https://review.typo3.org/16865 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Patrick Broens authored
Currently the FORM email validation is using a regular expression which checks the email address. This check also inclused case sensitivity. This patch fixes this by using the email address validator which comes with the extension core. Change-Id: Ib1449198f66f023a01c9791e74eb2d634abd77df Resolves: #43924 Releases: 6.0, 6.1, 6.2 Reviewed-on: https://review.typo3.org/20421 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Georg Ringer authored
In the list view relation fields using the type group (internal_type=db) doesn't display the related value as expected. Instead, it shows the UID of the relation. As these calls go through getProcessedValue, the issue resolves the records by displaying the record titles correctly in the TYPO3 backend. Change-Id: I7d9cc8ec7f02e4a02518fcd14c81cc71f69b8ea7 Resolves: #21410 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/13082 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Felix Kopp authored
Admin panel is displayed on frontend when enabled. Editors can move this panel via drag+drop based on adminpanel.js. This file is only used in EXT: frontend and should remain there. Change-Id: Id0733f6a199487946a312f787c30d8126275ee6b Resolves: #47943 Releases: 6.2 Reviewed-on: https://review.typo3.org/20518 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Markus Klein authored
Accidentally reintroduced path to BE template. Remove superfluous line again. Releases: 6.2 Change-Id: I71dad6fbe2e8026999cff402c36b688a511cc4c6 Reviewed-on: https://review.typo3.org/20519 Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Wouter Wolters authored
Change-Id: Id054b5b831d4b3cb83447c01648bb5ed6cde4589 Resolves: #43604 Releases: 6.2 Reviewed-on: https://review.typo3.org/20278 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Stanislas Rolland authored
For select fields with maxitems = 1, the suggest wizard does display, but you cannot select an item and transfer it to the selected list. Once you change it to maxitems > 1 everything works as expected. Solution: Avoid maxitems = 1 (unique) select fields being rendered as multiple selector boxes and add JS that is required whenever a suggest wizard is rendered. Fixes: #23789 Releases: 4.5, 4.7, 6.0, 6.1, 6.2 Change-Id: I1847c9dbf2fe3b4072743857bb84b8e6b112598b Reviewed-on: https://review.typo3.org/4270 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Wouter Wolters authored
Add option to check with a multi-value field in displayCond. Example: FIELD:content:BIT:1 Change-Id: I1f2bc770b55cb2843ac1b508a6d6856a638dac25 Resolves: #45514 Releases: 6.2 Reviewed-on: https://review.typo3.org/20272 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Nicole Cordes authored
In the suggest ajax script the setting of allowed tables is not parsed for the asterisk (*). If it is set all TCA tables should be parsed and checked for access and added to queryTables array. Change-Id: Icc288bcd31595a5f653aa4ac4faa4602535ecbcf Fixes: #21588 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Reviewed-on: https://review.typo3.org/20487 Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes
-
Nicole Cordes authored
The label of a field in the list view is not escaped, as the itemLabel function is broken, through the third parameter which cannot be HSCed afterwards if it contains HTML. Change-Id: I5adcf0ce97dd9f5e8fd9546b367f55f1ac0c532e Fixes: #29409 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/13817 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Nicole Cordes authored
Cleanup ext:backend with the following code changes: * Make use of the "use" statement for GeneralUtility * Make use of the "use" statement for BackendUtility * Case in switch statements are tabbed with one more tab Change-Id: I6549316dddc9575cab4e661b7c111ec947757cb8 Fixes: #47900 Releases: 6.2 Reviewed-on: https://review.typo3.org/20479 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Philipp Gampe authored
If you use the backend in a language other than English, then the grouping of the exclude fields in the be_group record is messed up when flexform fields are included. E.g. in a German backend, all tt_content fields are grouped below pages. Sort the table names beforehand and afterwards all fields inside each table. Besides the patch converts some variables names into meaningful ones. Fixes: #47839 Related: #34098 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Change-Id: I28ebc69d5cfc0316bdf44558276d3e939d011c2d Reviewed-on: https://review.typo3.org/20427 Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Christian Kuhn authored
Split method setupGeneral() to two methods. Resolves: #47872 Releases: 6.2 Change-Id: I802264188159f04bd0542efd6a719c0e6e1b6c25 Reviewed-on: https://review.typo3.org/20463 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Wouter Wolters Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Felix Kopp authored
Brings a brand new icon for Reports extension & backend module. Since Reports and Log backend modules had exactly the same icon this change brings an usability improvement for all users. Change-Id: Ieeb868bdf1cba4aaaae0e833b9377ce663352237 Resolves: #41631 Releases: 6.2 Reviewed-on: https://review.typo3.org/20504 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Philipp Gampe authored
Resolves: #47925 Releases: 6.2,6.1 Change-Id: I8b23f014fb215a262801480bd4bda3bc44f8c11c Reviewed-on: https://review.typo3.org/20501 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Philipp Gampe authored
Resolves: #47926 Releases: 6.2, 6.1 Change-Id: I89aaf7e6fe75d66e3b3769c6a1b6ecd04e8b6df5 Reviewed-on: https://review.typo3.org/20502 Reviewed-by: Laurent Cherpit Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- May 04, 2013
-
-
Felix Kopp authored
Include normalize.css to render html consistently. This way a more solid base for css adaptions is set. "Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing." -http://necolas.github.io/normalize.css/ Change-Id: Ia31784a1b2e00c631d4983de8ed8fc82e15b84be Resolves: #47920 Releases: 6.2 Reviewed-on: https://review.typo3.org/20497 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Felix Kopp authored
Moves the default html backend template for PageRenderer to the corresponding extension EXT: core. Change-Id: Icc69207bd74de4bc1bc0a7a7be4f8d9aceb0ed80 Fixes: #47892 Releases: 6.2 Reviewed-on: https://review.typo3.org/20471 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Felix Kopp authored
Adapts backend color for FormEngine footer cell to white. Also removes an defective margin above FormEngine tabs. Change-Id: I5500a2c51fcffe4ff00d197d6b6480cb37bad8a4 Fixes: #47894 Releases: 6.2, 6.1 Reviewed-on: https://review.typo3.org/20474 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Markus Klein authored
Overriding labels of non-default languages using TypoScript fails if the value is empty. The problem is that we cannot distinguish between missing translations and labels cleared by TypoScript. (In both cases ['target'] === "") Change-Id: Iac666ecd7fa9af900f9852a777be3127437e0365 Fixes: #43959 Releases: 6.2, 6.1, 6.0, 4.7 Reviewed-on: https://review.typo3.org/17151 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Georg Ringer authored
Change-Id: I63cdb982dc70a7cb79e6a580974a20a10482d0c6 Resolves: #47915 Releases: 6.2 Reviewed-on: https://review.typo3.org/20492 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Nicole Cordes authored
In the function fetchFolderListFromDriver of the ResourceStorage class the processed folder is expected to be in root folder. If it is not the case the processing folder is shown in all filelists and gets processed as well. The function has to split the processed folder identifier and compare it to the current path. To secure the patch also the missing Unit Tests were added. Change-Id: I7ebde8488938a7000dcfdb99da8c34ee988b666f Fixes: #47019 Releases: 6.1, 6.0 Reviewed-on: https://review.typo3.org/19732 Reviewed-by: Alexander Opitz Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
Felix Kopp authored
Moves the html template for FormEngine from typo3/templates to EXT: backend. Change-Id: Idcc7c45790f71ed91d83836821dba52baf9615d0 Fixes: #47893 Releases: 6.2 Reviewed-on: https://review.typo3.org/20472 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
Georg Ringer authored
This reverts commit c0232564 Change-Id: Id5f5b064f9f5bee2431d967646f1729b850ed6a8 Reviewed-on: https://review.typo3.org/20486 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Nicole Cordes authored
In the suggest ajax script the setting of allowed tables is not parsed for the asterisk (*). If it is set all TCA tables should be parsed and checked for access and added to queryTables array. Change-Id: I0a02b9fc7fbfd094e1d3aaf2c7853be8eee13248 Fixes: #21588 Releases: 6.1, 6.0, 4.7, 4.5 Reviewed-on: https://review.typo3.org/20047 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Stefan Galinski authored
Fixes: #47886 Releases: 6.2, 6.1 Change-Id: I1268fce3c7e1d4c39cad029767e8503df119ea3c Reviewed-on: https://review.typo3.org/20467 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
Christian Kuhn authored
Test fail, reverted for now, will be redone. This reverts commit a35b7653 Change-Id: I72f35279b44a54fc81170bc272c01a88151241d7 Reviewed-on: https://review.typo3.org/20485 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
The install tool is always bootstrap'ed by typo3/install/index.php, we can rely on the class loader to find files, so the removed require_once calls are ok. The eidHandler for the random key calculation runs through FE bootstrap, so this is also ok to not require manually. Change-Id: I45ed37a19039418b1edc440b735809182833ce2d Resolves: #47848 Related: #47756 Releeases: 6.2 Reviewed-on: https://review.typo3.org/20441 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Felix Kopp authored
Moves typo3/templates/install.html to EXT: install as Notice.html Change-Id: If2f663ba88bf952a8c15c3478dd277d796a283f7 Fixes: #47896 Releases: 6.2 Reviewed-on: https://review.typo3.org/20475 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- May 03, 2013
-
-
Felix Kopp authored
Removes templates from typo3/templates/ that are not in use. Change-Id: I6af873e4accd3b1376a6b61b5980a7f583b86d38 Fixes: #47875 Releases: 6.2 Reviewed-on: https://review.typo3.org/20465 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
Felix Kopp authored
Move templates/login.html to EXT: backend. Change-Id: I6b7813f8f4d05256ea1fa8a12c54ba2e660202cc Fixes: #47873 Releases: 6.2 Reviewed-on: https://review.typo3.org/20464 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- May 02, 2013
-
-
Patrick Broens authored
For responsive html5 image galleries it might be wise to add some extra data, using extra html5 attributes containing the image count and the amount of rows. This patch adds these attributes to the elements with the class csc-textpic-imagewrap. Change-Id: I60e8fd055b472092282315fef2984481d083321c Resolves: #47578 Releases: 6.2 Reviewed-on: https://review.typo3.org/20153 Reviewed-by: Dmitry Dulepov Reviewed-by: Sebastian Fischer Tested-by: Sebastian Fischer Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Patrick Broens authored
css_styled_content is using the hgroup element for grouping the header and subheader in content elements. Since April 16th, 2013 the hgroup element has been removed from the HTML5 specifications. This patch removes the hgroup wrap. There is no alternative currently but the document outline is still there. Change-Id: Id9e5116ecdcc9b05ffd6cccfcbbcdcf2599ea5a5 Fixes: #47572 Releases: 6.2 Reviewed-on: https://review.typo3.org/20147 Reviewed-by: Sebastian Fischer Reviewed-by: Steffen Roßkamp Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-