Project

General

Profile

Activity

From 2012-10-01 to 2012-10-30

2012-10-30

23:14 Revision 414bbfce: [TASK] Remove ext_autoload.php
The ext_autoload.php was only there for compatibility.
This is completely handled through the class alias
mapping. Th...
Helmut Hummel
23:03 Revision 40cb46c9: [TASK] Cleanup files in persistence
Second commit to finalize the cleanup.
Fixes: #42504
Releases: 6.0
Change-Id: If9d108163c58d3b5216e8136603b808c822cb...
Helmut Hummel
23:03 Revision d681198b: [TASK] Remove duplicate files in persistence
The namespaceing script messed up the persistence
of Extbase. So duplicate files have to be removed.
For keeping git...
Helmut Hummel
15:14 Revision c10153ec: [BUGFIX] Replace depcrated PersistenceManager::getBackend() calls
Viewhelper classes uses deprecated calls of persistenceManager for
getting the backend singleton. Replace it with cal...
Kevin Ulrich Moschallski
13:26 Revision 942d9d7a: Revert "[BUGFIX] Support plugins in namespaced extensions"
This reverts commit 64b5012326858f73c2e093812a9abb9ad82db50c
Change-Id: I54276eb77d3b8c2a7a013cc2c0216f92719c1b67
Re...
Ingo Pfennigstorf
13:25 Revision f62ef8d3: [TASK] openid: Update php-openid to 2.2.2
Update to current version.
Github-version contains several small
fixes / cleanups, so a current
checkout was used her...
Stefan Neufeind
10:40 Revision 039599b7: [BUGFIX] Support plugins in namespaced extensions
The function registerPlugin doesn't handle namespaced extension keys
differently than normal extension keys, leading ...
Aske Ertmann
10:38 Revision d23bc835: [TASK] Remove index_re.php
The "apache-trailing-slash workaround" is not needed and can be
removed
Change-Id: Ic67cd24eb6ea6de2e78a871ec4b7831b...
Georg Ringer
10:30 Revision f457f63f: [TASK] Remove option "noEdit" from Install Tool
As the new Extension Manager got not possibility
to edit files of extensions, this setting is not used anymore
and ca...
Georg Ringer
09:48 Revision ed657e81: [TASK] Use core interface for accessible objects
Instead of using the interface present in the phpunit
extension, use the interface of the core which has
been introdu...
Helmut Hummel
00:03 Revision f239ca85: [BUGFIX] Restricted elements should show edit options
If a content element is not allowed to be edited, e.g.
because the ctype is not allowed to the current backend user,
...
Georg Ringer

2012-10-29

23:55 Revision 4c224f1a: [TASK] Improve Switch-User concept in ext:beuser
The "Switch-User" functionality can be improved:
* It should be possible to switch to other admin user,
just not th...
Georg Ringer
17:11 Revision ccdb1a2f: [BUGFIX] Fix handling of additionalHeaderData in USER_INT
While introducing USER_INT handling for the pageRenderer
a bug has been introduced which breaks traditional usage of
...
Helmut Hummel
17:08 Revision 3bf98184: [TASK] Remove forceCharset references from LocalizationUtility
Since TYPO3 4.7 the forceCharset parameter in TYPO3_CONF_VARS['BE'] is
not needed anymore. This removes references to...
Ingo Pfennigstorf
13:47 Revision 4d7d74fe: [BUGFIX] NotEmpty Validator does not work with arrays and objects
This patch resolves the problem that empty arrays are not correctly
validated when using the @validate NotEmpty annot...
Ingo Pfennigstorf
13:46 Revision 6b3f5efb: [BUGFIX] NotEmpty Validator does not work with arrays and objects
This patch resolves the problem that empty arrays are not correctly
validated when using the @validate NotEmpty annot...
Ingo Pfennigstorf
13:46 Revision 42fca72d: [BUGFIX] NotEmpty Validator does not work with arrays and objects
This patch resolves the problem that empty arrays are not correctly
validated when using the @validate NotEmpty annot...
Ingo Pfennigstorf
12:49 Revision 0f7424e3: [BUGFIX] NotEmpty Validator does not work with arrays and objects
This patch resolves the problem that empty arrays are not correctly
validated when using the @validate NotEmpty annot...
Ingo Pfennigstorf
12:48 Revision baf6f475: [BUGFIX] Fix translation overlay in RECORDS
When RECORDS content object is used with pages as table
no translation overlay is done.
Fix that by adding a check a...
Helmut Hummel
11:53 Revision 8ff68699: [TASK] Add phpdoc-comments for variables
Add phpdoc comments for variables for better code completion.
Change-Id: I6cc31bfb4101ee10fef3dd91195d2cf24346f397
R...
Nicole Cordes
11:39 Revision 225df90c: [BUGFIX] Removed trash files and their references
During the automatic namespace convertion
something went wrong and generated empty
trash files. This patch removes th...
Alexander Schnitzler
11:27 Revision 283b07b5: [CLEANUP] Remove old SVN comments
Releases: 6.0
Fixes: #42469
Change-Id: I004754cb05d06d2e3b91a41bde5657bb69d0f6b4
Reviewed-on: http://review.typo3.org...
Alexander Schnitzler
09:42 Revision 76d0b9c9: [BUGFIX] t3lib_div: adjust substUrlsInPlainText to also work on URLs at end of sentence
Reworked substUrlsInPlainText by using regex.
Adding unittest.
Change-Id: Ib9b7d7990ac695cbb6fedac6bb346304a048ab10
...
Robert Heel
09:42 Revision c05e7593: [BUGFIX] t3lib_div: adjust substUrlsInPlainText to also work on URLs at end of sentence
Reworked substUrlsInPlainText by using regex.
Adding unittest.
Change-Id: I76630dac633b4fb1875f585a2bca888bfd4a16cf
...
Robert Heel
09:20 Revision fbd5057d: [BUGFIX] Wrong call to TSFE in FrontendEditing
The FrontendEditingController calls TSFE->includeTCA right
before the index_ts.php calls TSFE->getCompressedTCA().
B...
Steffen Ritter
09:20 Revision 3ff27f4f: [BUGFIX] Wrong call to TSFE in FrontendEditing
The FrontendEditingController calls TSFE->includeTCA right
before the index_ts.php calls TSFE->getCompressedTCA().
B...
Steffen Ritter
09:20 Revision d4c539db: [BUGFIX] Wrong call to TSFE in FrontendEditing
The FrontendEditingController calls TSFE->includeTCA right
before the index_ts.php calls TSFE->getCompressedTCA().
B...
Steffen Ritter
08:34 Revision 9767b862: [BUGFIX] PHP warning: open_basedir restriction
Change-Id: Iae39a4d5c58a1e509eed55ab089caf1b2c140078
Fixes: #42054
Relates: #35212
Releases: 4.6, 4.7, 6.0
Reviewed-o...
Xavier Perseguers
08:33 Revision 4bf3cca3: [BUGFIX] PHP warning: open_basedir restriction
Change-Id: If4302b8d271f4b3709638b4a013e9f2290f88e92
Fixes: #42054
Relates: #35212
Releases: 4.6, 4.7, 6.0
Reviewed-o...
Xavier Perseguers

2012-10-28

20:47 Revision e2e3eac0: [TASK] Add information about ThreadStackSize to install tool
There is an information about the ThreadStackSize on Windows systems in
the Install.txt.
This information should be ...
Nicole Cordes
20:09 Revision 19f0cbb2: [BUGFIX] Fix usage of fileadminDir
$GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir']
has a trailing backslash.
Fix that by removing the trailing slash ...
Helmut Hummel
20:09 Revision e28659f0: [BUGFIX] Fix usage of fileadminDir
#41120 introduced a regression, as
$GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir']
has a trailing backslash.
Fix t...
Helmut Hummel
19:55 Revision 1a3ba299: [TASK] CGL violations "AssignmentArithmeticAndComparisonSpace"
Change-Id: I9970ef5e2087233db095a1d296261c6eb06def18
Resolves: #41498
Releases: 6.0
Reviewed-on: http://review.typo3....
Roland
19:40 Revision 60714a00: [TASK] Raise submodule pointer
Change-Id: I04f259646198c809cfe358e9a1ccc8816482c288
Reviewed-on: http://review.typo3.org/15994
Reviewed-by: Christia...
Christian Kuhn
19:21 Revision fb8dd61c: [BUGFIX] Fix mismatches between count of param in phpdoc and function-signature
Change-Id: I1238d1c9bd9e19d3cf16917021c584069d8b7da8
Fixes: #42234
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Stefan Neufeind
19:20 Revision 9b50de3c: [BUGFIX] Fix mismatches between count of param in phpdoc and function-signature
Change-Id: Ia09eb12c1256ff5223a9d3f9a1e1aaa440c88941
Fixes: #42234
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Stefan Neufeind
19:18 Revision 88edcb55: [BUGFIX] Fix mismatches between count of param in phpdoc and function-signature
Change-Id: Iec8cd64b36e758878619c8277b146e45e834d46a
Fixes: #42232
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Stefan Neufeind
19:12 Revision be3142fe: [BUGFIX] Fix @param in phpdoc
Some @param-tags are wrong or don't match
the number of params for the function they
refer to.
Change-Id: I80641f7ef...
Stefan Neufeind
18:15 Revision f9c4006b: [TASK] Update jQuery to 1.8.2
Change-Id: I875f220cd3fee481077f5f2fa2296a611943a70c
Resolves: #42196
Releases: 6.0
Reviewed-on: http://review.typo3....
Stefan Neufeind
17:52 Revision bb699f1e: [TASK] Remove needless check function in language module
This patch removes the check function and related to that, the use of
the caching framework.
Resolves: #41824
Relate...
Kai Vogel
17:38 Revision 69744101: [TASK] Cleanup GeneralUtilityTest
Change \TYPO3\CMS\Core\Utility\GeneralUtility to Utility\GeneralUtility
Change-Id: I4ebe25378873a6b11f906b872db92bff...
Wouter Wolters
17:33 Revision 68dfb4ac: [TASK] Extension manager fixed DocHeader
Fixes the docheader rows in their top position by using the
standard css id "typo3-inner-docbody".
Also includes the...
Felix Kopp
17:23 Revision d37894a2: [BUGFIX] Allow overwrite when uploading an existing extension
This patch adds a checkbox to the upload form, which makes it possible
to overwrite the existing directory when uploa...
Kai Vogel
17:09 Revision f8b62a45: [BUGFIX] Compare in install tool crashes
Change-Id: I70ed54656bfa20598fbfd6f6cf8ecfa9844af3ce
Resolves: #42346
Releases: 6.0
Reviewed-on: http://review.typo3....
Mattias Nilsson
17:01 Revision 27f45031: [TASK] GGL violation "Tabs must be used to indent lines"
Change-Id: Icdf2b997282ff6934ae0fe5563f9a797fcc4b863
Resolves: #41472
Releases: 6.0
Reviewed-on: http://review.typo3....
Roland
16:04 Revision 31390368: [TASK] Remove: Open Documents module
Removes the Module Menu item for OpenDocs on the left.
Also moves Css/JavaScript/Images and Icons to default folders....
Felix Kopp
15:01 Revision 6c8f9a47: [BUGFIX] Sent notification when changes are published
Currently only stage changes trigger notification emails,
this change also invokes the notifications when changes are...
Marco Bresch
14:47 Revision 74b8e3df: [BUGFIX] Sent notification when changes are published
Currently only stage changes trigger notification emails,
this change also invokes the notifications when changes are...
Marco Bresch
10:54 Revision 43486363: [BUG] Add missing logFile setting for FileWriter
Resolves: #41944
Releases: 6.0
Change-Id: I11bc2feeb463cc66bf19d6613f191e294a8e65c5
Reviewed-on: http://review.typo3...
Steffen Müller
10:52 Revision e19941f0: [BUGFIX] Rename Log Writer and Processor interface
Resolves: #41938
Releases: 6.0
Change-Id: I977d9ab1413078adfa1ea46055d389f2f1eaa6f6
Reviewed-on: http://review.typo3...
Steffen Müller
10:37 Revision cb5b9c87: [TASK] Add explanation for $configurationType
Add explanation for constants used in method $configurationType
Resolves: #39981
Releases: 6.0
Change-Id: If2e1d937...
Michael Bakonyi
10:28 Revision 89e42815: [BUGFIX] Fix namespace related bugs in DebuggerUtility
Releases: 6.0
Fixes: #42004
Change-Id: Iec152b3f0543d3e2662273d54e3bf7c7666699d5
Reviewed-on: http://review.typo3.org...
Alexander Schnitzler

2012-10-27

23:25 Revision b3f0e20f: Revert "Revert "[BUGFIX] Sent notification when changes are published""
This reverts commit 8ac8b22ad248c5d1e4b31bd6ea66de8aa5a0b2ba
The missing adjustments have been taken in https://revi...
Marco Bresch
20:26 Revision 73812505: [TASK] Fix generation of ext_emconf.php
Fix generation of ext_emconf.php so that it will return valid
commented code. This is already done for 6.0
Change-Id...
Wouter Wolters
20:26 Revision 7b28c0e4: [TASK] Fix generation of ext_emconf.php
Fix generation of ext_emconf.php so that it will return valid
commented code. This is already done for 6.0
Change-Id...
Wouter Wolters
19:13 Revision dd204408: [TASK] Fix generation of ext_emconf.php
Fix generation of ext_emconf.php so that it will return valid
commented code. This is already done for 6.0
Change-Id...
Wouter Wolters

2012-10-26

16:06 Revision 3b3e9618: [TASK] Fix code formatting
Change-Id: Ib681cc7ea82d820655a856e0a8e391e3397844ea
Releases: 6.0
Reviewed-on: http://review.typo3.org/15957
Reviewe...
Oliver Hader
15:28 Revision 7c9386e1: [BUGFIX] PHP warning: open_basedir restriction
Change-Id: Ie1dfe4306cad8bdc23864f31a77dac980eac3494
Fixes: #42054
Relates: #35212
Releases: 4.6, 4.7, 6.0
Reviewed-o...
Xavier Perseguers

2012-10-25

21:16 Revision b6ad62f0: [TASK] Fix inline comment style for ext_emconf.php files
Change-Id: I6b1e1b1fb346f43118382c6c39bec3088feb2c2c
Resolves: #42399
Releases: 6.0
Reviewed-on: http://review.typo3....
Roland

2012-10-23

22:57 Revision f308f299: [TASK] Refactor EM JavaScript
* Use IIFE for faster access to jQuery and save $ use
* Make JS lint-free
Resolves: #42325
Releases: 6.0
Change-Id:...
Hans Christian Reinl
19:49 Revision 425549d5: [BUGFIX] EM 6.0 add clear search icon
Add clear search button to the jQuery dataTables search box
Change-Id: I83b57e0db29f7a948461ffdeab6375dfd16a4ad3
Fix...
Jigal van Hemert

2012-10-22

22:23 Revision 53f4b4a5: [TASK] Support logger names with namespaces
Resolves: #41943
Releases: 6.0
Change-Id: Ie9ee6fd200a330d7c78285afc380d1d59d4ec03a
Reviewed-on: http://review.typo3...
Steffen Müller
22:22 Revision 0c9bac2d: [BUGFIX] Resolve dependencies for local extensions
Add the dependency resolving when installing local
extensions with the extension manager.
Cleanup the download contr...
Helmut Hummel
18:21 Revision ce6ab74e: [TASK] Clean-up EXT: aboutmodules, adapt to "TYPO3 CMS"
Cleans up the About Modules CSS file (mainly paddings) and terminology
to distinct between "TYPO3" (Association) and ...
Felix Kopp
18:11 Revision f66d1636: [BUGFIX] Remove singleton for EXT:form Localization
\TYPO3\CMS\Form\Localization is a singleton class with constructor
parameters. This is an antipattern and broken by d...
Christian Kuhn
18:07 Revision ccebb504: [BUGFIX] t3lib_div::unlink_tempfile does not always work on Windows
Problem: The filename created by t3lib_div::tempnam may contain
backslashes.
Solution: Process the file name through...
Stanislas Rolland
18:07 Revision 3440228e: [BUGFIX] t3lib_div::unlink_tempfile does not always work on Windows
Problem: The filename created by t3lib_div::tempnam may contain
backslashes.
Solution: Process the file name through...
Stanislas Rolland
18:03 Revision 7f0696fa: [BUGFIX] t3lib_div::unlink_tempfile does not always work on Windows
Problem: The filename created by t3lib_div::tempnam may contain
backslashes.
Solution: Process the file name through...
Stanislas Rolland
17:58 Revision 34733d1e: [BUGFIX] t3lib_div::unlink_tempfile does not always work on Windows
Problem: The filename created by t3lib_div::tempnam may contain
backslashes.
Solution: Process the file name through...
Stanislas Rolland
17:23 Revision f50483df: [BUGFIX] TCEForms.Suggest wizard in IRRE records
Currently suggest wizards don't work in IRRE records. This is because of
the missing javascript functions. IRRE eleme...
Nicole Cordes
17:17 Revision d524fdf3: [BUGFIX] Workspace state change notification email is always in English
Bugfix I433a744bb377590de444ac8cf960ccfd0b1430db in EXT:workspaces
slightly changed the way the list of recipient ema...
Xavier Perseguers
17:14 Revision 773509a0: [!!!][BUGFIX] Workspace state change notification email is always in English
The preferred language of the recipient is not taken into account which
bypasses the code used to notify user with a ...
Xavier Perseguers
15:34 Revision 2a0929bc: [BUGFIX] New form wizard not loading in IE8
Internet Explorer 8 raises an error on JavaScript objects with reserved
words as property names. In the new form wiza...
Sebastian Schawohl
15:34 Revision 689f1fbb: [BUGFIX] New form wizard not loading in IE8
Internet Explorer 8 raises an error on JavaScript objects with reserved
words as property names. In the new form wiza...
Sebastian Schawohl
15:31 Revision cf94bfe2: [BUGFIX] New form wizard not loading in IE8
Internet Explorer 8 raises an error on JavaScript objects with reserved
words as property names. In the new form wiza...
Sebastian Schawohl
15:03 Revision cc95602a: [BUGFIX] Workspace state change notification email is always in English
Bugfix I433a744bb377590de444ac8cf960ccfd0b1430db in EXT:workspaces
slightly changed the way the list of recipient ema...
Xavier Perseguers
14:55 Revision 01efa109: [!!!][BUGFIX] Workspace state change notification email is always in English
The preferred language of the recipient is not taken into account which
bypasses the code used to notify user with a ...
Xavier Perseguers
14:44 Revision f33a8a0e: [BUGFIX] EM 6.0 doesn't store extension state from TER
The extension state is stored as text in the TER dump, but stored as
an integer in the database. The correct conversi...
Jigal van Hemert
09:16 Revision 43e2d56c: [BUGFIX] Fix dependency handling of EM
Through calculation of dependencies the dependency
utility swapped lowest and highest constraint.
Fix that and also ...
Helmut Hummel

2012-10-21

17:09 Revision 1d93ada9: [BUGFIX] getFolders() does not return correct keys
Resolves: #41941
Releases: 6.0
Change-Id: Ia500d4892532a7e5ec7a997f4b3b0c521d22a654
Reviewed-on: http://review.typo3....
Andreas Wolf
17:08 Revision c5af44a0: [BUGFIX] Folder: getSubfolders() has no range parameters
Resolves: #41940
Releases: 6.0
Change-Id: Ie45de7e048950cae42672439f72639813ce423ff
Reviewed-on: http://review.typo3....
Andreas Wolf
15:37 Revision 7537481e: [BUGFIX] Storage uses wrong identifier for processing folder
All absolute identifiers within a storage have to begin with a "/". The
Storage does not respect this for the process...
Andreas Wolf
15:02 Revision b03b6376: [TASK] CleanUp FileRepository
Just some CGL, DocComment and variable name
cleanup within the FileRepository
Change-Id: If5cf743f1a3e5ac1e2dc5c7f59...
Steffen Ritter
14:32 Revision f9a3c607: [BUGFIX] FAL: Misleading default filter array name
The key for the default filters array in the default configuration of
TYPO3 is callbackFilterMethods. This is mislead...
Andreas Wolf
09:56 Revision 6d13808e: [TASK] Add information about ThreadStackSize to report status
There is an information about the ThreadStackSize on Windows systems in
the Install.txt
This information should be d...
Nicole Cordes

2012-10-20

22:22 Revision ea901fa0: [BUGFIX] Create upload folder on extension install
Implement the creation of configured upload folder
and "createDirs".
Releases: 6.0
Resolves: #42145
Change-Id: I495...
Helmut Hummel
20:05 Revision 8acc007e: [BUGFIX] EM: uploading extension form must go to iframe
In some browsers the upload form did not go to the iframe for further
processing by JavaScript. Adding a name to the ...
Jigal van Hemert
14:39 Revision 07aca1e5: [TASK] Install tool should inform about suhosin.get.max_value_length
Change-Id: Ifbf4d901a496ce065c453073bc15cb7f3590fa61
Resolves: #42170
Releases: 6.0
Reviewed-on: http://review.typo3....
Roland
14:38 Revision a9bc4b2f: [TASK] Remove excludefields at sys_file_reference table
The TCA for sys_file_reference table configures fields like
hidden, sys_language_uid and alike as "exclude => 1".
Th...
Steffen Ritter
11:53 Revision 9680802d: [TASK] Cleanup EM Code
* Use controller arguments for actions
* Simplify contollers
Releases: 6.0
Resolves: #42163
Change-Id: I211d58e0dbb...
Helmut Hummel
11:40 Revision eb88017a: [TASK] Clean up testcases to use getAccessibleMock() function
The getAccessibleMock() function was moved to the BaseTestCase class.
For maintenance reasons this function should be...
Stefan Neufeind

2012-10-19

23:47 Revision f9445136: [BUGFIX] Hide unsafe extensions in EM TER list
When showing extensions from TER unsafe extensions must not be shown
in the list or search results.
Change-Id: I229e...
Jigal van Hemert
18:32 Revision 247cb43b: [!!!][BUGFIX] Workspace state change notification email is always in English
The preferred language of the recipient is not taken into account which
bypasses the code used to notify user with a ...
Xavier Perseguers
16:52 Revision 470f47c2: [TASK] Cleanup EM Code
* Use controller arguments for actions
* Add escaping in viewhelpers
* Remove compatibility files
* Fix some annotati...
Helmut Hummel
16:11 Revision e813d863: [TASK] Clean-up EXT: aboutmodules, adapt to "TYPO3 CMS"
Cleans up the About Modules CSS file (mainly paddings) and terminology
to distinct between "TYPO3" (Association) and ...
Felix Kopp
15:18 Revision b32e08c1: [BUGFIX] Fix case of tests folder
Change-Id: I7f6f41e1fb39d4e984883544befbd04610188702
Relates: #41828
Reviewed-on: http://review.typo3.org/15820
Revie...
Xavier Perseguers
15:18 Revision b77171c6: [BUGFIX] Fix case of tests folder
Change-Id: I7f6f41e1fb39d4e984883544befbd04610188702
Relates: #41828
Reviewed-on: http://review.typo3.org/15819
Revie...
Xavier Perseguers
15:09 Revision 91c1fb08: [TASK] Fix typo: seperator -> separator
Change-Id: Ie74d480e93693fdbc1d66e6e78efc73719322728
Resolves: #42174
Releases: 6.0
Reviewed-on: http://review.typo3....
Helmut Hummel
14:17 Revision bc0771e8: [BUGFIX] Follow-Up to #41828 - Incomplete mocking in tests
Better mocking in test class to ensure isUsageEnabled() returns TRUE
in all environments and especially in travis.
C...
Christian Kuhn
13:49 Revision 90df3d08: Revert "[BUGFIX] Property mapper: Exception not thrown but skipped"
This reverts commit 637f534d70680cdbeb3483b08044c95093e53888
Change-Id: I08cc3c4c890a7a85a0b1818a97cb0c21382989a8
Re...
Helmut Hummel
12:50 Revision 0432a20e: [BUGFIX] Follow-Up to #41828 - Move test files
Test files for #41828 should be in Tests/ instead of tests/
Change-Id: I26188b0addae691a2d5c4c8289885303db556d82
Rel...
Christian Kuhn
12:15 Revision 74c10e03: [BUGFIX] Unit test for saltedpasswords fail
Change-Id: I858fdf23a71e739c68b757bf486038b6c57d2675
Relates: #41828
Releases: 4.5, 4.6, 4.7
Reviewed-on: http://revi...
Xavier Perseguers
12:09 Revision 2490737a: [BUGFIX] Unit test for saltedpasswords fail
Change-Id: I858fdf23a71e739c68b757bf486038b6c57d2675
Relates: #41828
Releases: 4.5, 4.6, 4.7
Reviewed-on: http://revi...
Xavier Perseguers
12:08 Revision 22bef485: [BUGFIX] Unit test for saltedpasswords fail
Change-Id: I858fdf23a71e739c68b757bf486038b6c57d2675
Relates: #41828
Releases: 4.5, 4.6, 4.7
Reviewed-on: http://revi...
Xavier Perseguers
09:04 Revision d210f64b: [BUGFIX] Download as zip must use same filename structure as TER
Upload in EM assumes <extkey>_<version>.zip, so the download as zip
feature must use the same format.
Change-Id: Ide...
Jigal van Hemert
00:04 Revision cdb8bfbe: [BUGFIX] RTE: Link to disabled page doesn't show in FE, link icon does
Problem: When linking from a piece of content in the RTE to a disabled
page in the tree, the link isn't shown in the ...
Stanislas Rolland

2012-10-18

20:43 Revision 1594e9b9: [BUGFIX] Respect newlines in method declarations
The compatibility class loader currently fails
to match method declarations that go over multiple
lines.
Add the /s ...
Helmut Hummel
20:24 Revision 9a14bcfd: [BUGFIX] RTE: Link to disabled page doesn't show in FE, link icon does
Problem: When linking from a piece of content in the RTE to a disabled
page in the tree, the link isn't shown in the ...
Stanislas Rolland
20:19 Revision 2895dc72: [TASK] Make Core\Configuration\ConfigurationManager non static
To have the possibility to remove dependencies from code that
calls the configuration manager, it has to be made non ...
Helmut Hummel
20:17 Revision 9ed2c6fe: [BUGFIX] RTE: Link to disabled page doesn't show in FE, link icon does
Problem: When linking from a piece of content in the RTE to a disabled
page in the tree, the link isn't shown in the ...
Stanislas Rolland
20:01 Revision bfb12dbd: [BUGFIX] RTE: Link to disabled page doesn't show in FE, link icon does
Problem: When linking from a piece of content in the RTE to a disabled
page in the tree, the link isn't shown in the ...
Stanislas Rolland
19:59 Revision c89bc37f: [BUGFIX] RTE: Words containing umlauts not added to personal dictionary
Problem: The spell checker must analyze the dictionary file and may
have to update the charset of the personal dictio...
Stanislas Rolland
18:01 Revision f5ae6ec2: [WIP][TASK] Cleanup EM Code
Change-Id: Ida9010e2eb00013c3a3e855983b58bb7df38c30d Helmut Hummel
17:17 Revision b53b9f1e: [TASK] Make Core\Configuration\ConfigurationManager non static
To have the possibility to remove dependencies from code that
calls the configuration manager, it has to be made non ...
Helmut Hummel
16:34 Revision 1ba5cd53: [BUGFIX] Remove EXT:cli from REQUIRED_EXTENSIONS
EXT:cli was removed and merged with core but the extension key is still in
the list of REQUIRED_EXTENSIONS.
Change-I...
Christian Kuhn
16:07 Revision f8fc3998: [BUGFIX] RTE: Words containing umlauts not added to personal dictionary
Problem: The spell checker must analyze the dictionary file and may
have to update the charset of the personal dictio...
Stanislas Rolland
15:42 Revision 1febb8c6: [BUGFIX] Respect newlines in method declarations
The compatibility class loader currently fails
to match method declarations that go over multiple
lines.
Add the /s ...
Helmut Hummel
15:34 Revision 2e48486d: [BUGFIX] RTE: Words containing umlauts not added to personal dictionary
Problem: The spell checker must analyze the dictionary file and may
have to update the charset of the personal dictio...
Stanislas Rolland
14:40 Revision 9d621aaa: [BUGFIX] RTE: Words containing umlauts not added to personal dictionary
Problem: The spell checker must analyze the dictionary file and may
have to update the charset of the personal dictio...
Stanislas Rolland
14:25 Revision 467755c7: [TASK] Do not cache untouched classes
Change-Id: I17af8fe88bd950a1622e9ead3ac479243f65dd48 Helmut Hummel
13:50 Revision 06dc637b: [BUGFIX] Make old style Widgets work again
Widgets with underscores in class names do not
work because the subpackage key is not handled
correctly.
Fixes: #421...
Helmut Hummel
11:20 Revision 700f2b41: [BUGFIX] Fix typo of internally used variable
This fixes the typo in the word "separate" which is sometimes
spelled "seperate"
Change-Id: I8d1fd098c8889805be33dc2...
Ingo Pfennigstorf
11:06 Revision eda6c94a: Raise submodule pointers
Change-Id: Ifc1a6705b8d52c0b574ea96eb8c0c779db6861e2 Thomas Maroschik
11:05 Revision 62006c8b: [TASK] Namespace classes
Change-Id: Iadcaf51c37904c3a91a2b42baf2892f59fd62457 Thomas Maroschik
09:52 Revision dabd4963: [TASK][WIP] Move wrong moved files
Change-Id: Ie91aadd88b0c0c9fe677a699bf9e687551f1b47d Thomas Maroschik
00:19 Revision a2e77d02: [BUGFIX] Extension Import not working with postgresql and DBAL
Do additional code style cleanups on the go.
Change-Id: I6d8732b7b4c979a96b4847a85e3aea52db01fbd3
Fixes: #38406
Rele...
Helmut Hummel

2012-10-17

23:52 Revision e95c1ee8: [BUGFIX] Compare feature is broken
Adding users to Compare list does not work.
Change-Id: I079f0c8cf47213854c1ef358631b6a7c9ecc9260
Resolves: #41233
Re...
Thomas Löffler
23:43 Revision 879de862: [BUGFIX] Only show download location as configured
Extension manager shows possible locations to install an Extension.
The options set in the Install Tool must be shown...
Jigal van Hemert
22:44 Revision 61516be6: [TASK] Fix typo: seperator -> separator
Change-Id: Iba166745b4313a8a963490658866e8c981fa9f01
Resolves: #42104
Releases: 6.0
Reviewed-on: http://review.typo3....
Stefan Neufeind
22:29 Revision f66d875b: [TASK] Namespace classes
Change-Id: Iba3f507350419aa7499b295832ca2307d63b7ecd Thomas Maroschik
22:25 Revision ee9443bb: [TASK] Namespace classes
Change-Id: I403aee9d244a65e51547b21dac3b1228ffd3478e Thomas Maroschik
22:23 Revision 17b1d657: [BUGFIX] Extension Import not working with postgresql and DBAL
Change-Id: I496e3729b3c98c85a07e75539de9464f272837e6
Fixes: #38406
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Ernesto Baschny
22:22 Revision a3a7417e: [BUGFIX] Extension Import not working with postgresql and DBAL
Change-Id: I496e3729b3c98c85a07e75539de9464f272837e6
Fixes: #38406
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Ernesto Baschny
22:22 Revision bd4645c8: [BUGFIX] Extension Import not working with postgresql and DBAL
Change-Id: I496e3729b3c98c85a07e75539de9464f272837e6
Fixes: #38406
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Ernesto Baschny
22:20 Revision 554e8f89: [TASK] Namespace classes
Change-Id: Ia7432e1c923826ed58206bca15fb94509adbd508 Thomas Maroschik
22:19 Revision fc23a260: [TASK] Use language labels in Extension Manager javascript
Replace text in Javascript by language labels. Fix jQuery behaviour
for update, upload and other icons. Replace some ...
Jigal van Hemert
22:18 Revision 92698350: [TASK] Namespace classes
Change-Id: I0dd7b71d2a3c2910d842e38e7058c19a3e9f6b69 Thomas Maroschik
22:12 Revision fa698d47: [TASK] t3lib: Autoloader now named ClassLoader
Adjust occurence in t3lib which is just
there for compatibility (deprecated).
Change-Id: Ieca152e5a4f21fac4e5473747a...
Stefan Neufeind
22:03 Revision a5fc128b: [BUGFIX] Creating new pages via drag'n'drop respects page TS
When creating a new page node via drag'n'drop shortcuts in pagetree,
the TCAdefaults.pages array from page TsConfig i...
Philipp Kitzberger
21:58 Revision c0ca41c3: [TASK] Namespace classes
Change-Id: Ib6bbe85fb2189c918f73d63034dd308e03d96d90 Thomas Maroschik
21:56 Revision 00439102: [TASK] Namespace classes
Change-Id: Ie63b7ea09bf75bdb77870025524adfd55ce4847f Thomas Maroschik
21:51 Revision 416e559a: [TASK][WIP] Move non class code back to source files
Change-Id: I037a6322ad55b34545df429659d77041e1f58278 Thomas Maroschik
21:43 Revision eb755dff: [TASK][WIP] Move non class code back to source files
Change-Id: I1677c621640a512a36424e65bcb974a2d0630507 Thomas Maroschik
21:43 Revision 222ab205: [TASK][WIP] Move classes to new locations
Change-Id: I98fe991e91c20d5c028c3d57fa036805452d5ec8 Thomas Maroschik
21:18 Revision ec3891d8: [TASK][WIP] Move non class code back to source files
Change-Id: I620d2e61860142cdc89cc83474c95542799961c0 Thomas Maroschik
21:15 Revision f6ddef08: [TASK][WIP] Move non class code back to source files
Change-Id: Id1945a84e01424358302f0bb842367e9906a3141 Thomas Maroschik
21:05 Revision 08912869: [TASK][WIP] Move non class code back to source files
Change-Id: I916ad5a3a24864a52e945aeb66e6f997b8e6fabd Thomas Maroschik
20:58 Revision 864782a3: [TASK][WIP] Move classes to new locations
Change-Id: Iaae73adcbba323ed5ca903e38f0b2f2e06f497e7 Thomas Maroschik
20:14 Revision fe3721c2: [BUGFIX] Set class alias also for new class names
As not all usage of class names trigger the autoloader,
usage of old class names in type hints for example doesn't.
...
Helmut Hummel
19:03 Revision d198f0a5: [TASK][WIP] Move non class code back to source files
Change-Id: I89128e41212c066603d89a13ac638c6555b0acbb Thomas Maroschik
17:29 Revision 95b99588: [TASK][WIP] Move classes to new locations
Change-Id: Ieb075524d9897cb612a5e4da55bd375267c4474a Thomas Maroschik
17:24 Revision 4823b60d: [TASK][WIP] Move classes to new locations
Change-Id: I5ab2b907e5700a7ab24bde9ae01effbf32945e96 Thomas Maroschik
17:21 Revision 05e1d434: [TASK][WIP] Move classes to new locations
Change-Id: Icb5b23a745add9f9d144aa53ba899f1ad88d42e9 Thomas Maroschik
17:15 Revision 133bee3e: [TASK][WIP] Move classes to new locations
Change-Id: I0243aa94f156a4f345a2f6485372cb118641170c Thomas Maroschik
16:03 Revision e38ddd2b: [TASK] Streamline EXT: em spacing & add Headline
Adds a standardized headline to the ExtensionManager backend
end module.
Also streamlines the outer spacing to compl...
Felix Kopp
15:40 Revision 2724a929: [BUGFIX] Escape strings for JavaScript usage
The Preview Controller loads a number of strings in the JavaScript
TYPO3.lang object. These strings must be properly ...
Francois Suter
15:30 Revision e91e4f4c: [BUGFIX] Escape strings for JavaScript usage
The Preview Controller loads a number of strings in the JavaScript
TYPO3.lang object. These strings must be properly ...
Francois Suter
14:13 Revision e3d5bef8: [BUGFIX] Escape strings for JavaScript usage
The Preview Controller loads a number of strings in the JavaScript
TYPO3.lang object. These strings must be properly ...
Francois Suter
14:02 Revision a34cd163: [BUGFIX] Escape strings for JavaScript usage
The Preview Controller loads a number of strings in the JavaScript
TYPO3.lang object. These strings must be properly ...
Francois Suter
11:16 Revision b0f4593d: [BUGFIX] Faulty localization if IRRE is used on pages
Due to the fact that the pages table has it's own translation
table, pages_language_overlay, localization of IRRE rec...
Oliver Hader
06:30 Revision c98d96b0: [TASK] Fix some issues in new logos
Follow up to which uses the vector graphics as base
instead of manually modified and cropped ones.
Change-Id: I73922...
Steffen Ritter

2012-10-16

22:44 Revision 372b66b5: [BUGFIX] Find abstract functions in compatibility loader
The compatibility class loader rewrites typehints of classes
but fails to find abstract class declarations which end ...
Helmut Hummel
19:31 Revision 3bbd302f: [BUGFIX] Find abstract functions in compatibility loader
The compatibility class loader rewrites typehints of classes
but fails to find abstract class declarations which end ...
Helmut Hummel
15:50 Revision 19163bbc: [TASK] Set TYPO3 version to 4.5.21-dev
Change-Id: Ib967c36f2e3c2f1db4bd4842d3d5b9421580ca66
Reviewed-on: http://review.typo3.org/15735
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
15:49 Revision 9419c2c8: [RELEASE] Release of TYPO3 4.5.20
Change-Id: I6532876ec0bb9093316a08997d049258611fa0fb
Reviewed-on: http://review.typo3.org/15734
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
15:49 Revision 97be4e3d: [RELEASE] Release of TYPO3 4.5.20
Change-Id: I6532876ec0bb9093316a08997d049258611fa0fb TYPO3 Release Team
15:41 Revision 528c8bc5: [TASK] Set TYPO3 version to 4.6.14-dev
Change-Id: Ib23a244f05f394227d526f5f127aa7762ed65dc7
Reviewed-on: http://review.typo3.org/15733
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
15:41 Revision 2c038044: [RELEASE] Release of TYPO3 4.6.13
Change-Id: I211c7fd92d45298c8c67cd8ca4a8cfb5852847ea
Reviewed-on: http://review.typo3.org/15732
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
15:41 Revision d16a1d47: [RELEASE] Release of TYPO3 4.6.13
Change-Id: I211c7fd92d45298c8c67cd8ca4a8cfb5852847ea TYPO3 Release Team
15:26 Revision fb87e3a6: [TASK] Set TYPO3 version to 4.7.6-dev
Change-Id: Ibb4ea94283bfecabb3c1f153e1adafd87fbf4f2a
Reviewed-on: http://review.typo3.org/15731
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
15:26 Revision 8b896ef1: [RELEASE] Release of TYPO3 4.7.5
Change-Id: I8bdc49387755b5265430945fcc0917621c0c300d
Reviewed-on: http://review.typo3.org/15730
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
15:26 Revision 6686ffc0: [RELEASE] Release of TYPO3 4.7.5
Change-Id: I8bdc49387755b5265430945fcc0917621c0c300d TYPO3 Release Team
15:21 Revision 1f278aff: [TASK] Raise submodule pointer
Change-Id: I24d4648716825debef6f0ed275b1f0226cff47c6
Reviewed-on: http://review.typo3.org/15729
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
15:19 Revision 7ab355c2: [TASK] Raise submodule pointer
Change-Id: Ieabd4808b762a1c13c1a3f34200b3b71f5c9324b
Reviewed-on: http://review.typo3.org/15728
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
15:16 Revision 5f09b64e: [TASK] Raise submodule pointer
Change-Id: I9ced13664b2699f4ff6d7b1eb149a6b525f0ff27
Reviewed-on: http://review.typo3.org/15727
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
15:14 Revision e9ca71f5: [TASK] Raise submodule pointer
Change-Id: If0126092e366e6b9ce712a383e45a6fd4aca75ca
Reviewed-on: http://review.typo3.org/15726
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
15:08 Revision c5aec91c: [TASK] Update md5 sums for 4.5.20
Change-Id: I100d66ab6dd7b491850f52dee2b3e278a166b3e7
Reviewed-on: http://review.typo3.org/15720
Reviewed-by: Steffen ...
Steffen Ritter
15:08 Revision 2bf92db3: [TASK] Update backend sprites according to rebranding
Change-Id: Ic992a7bff08e6acd30ce6577f4a1d83b9c2ae8ef
Reviewed-on: http://review.typo3.org/15725
Reviewed-by: Steffen ...
Steffen Ritter
15:07 Revision 8cfd7251: [TASK] Raise version number for 4.5.20
Change-Id: I5053a4882aa00f6f5561c572329d9c7a0ea04bfb
Reviewed-on: http://review.typo3.org/15722
Reviewed-by: Steffen ...
Steffen Ritter
15:07 Revision c03e6f33: [TASK] Raise version number for 4.5.20
Change-Id: Iea6b8123596fc72da05f0054c66162920a338771
Reviewed-on: http://review.typo3.org/15724
Reviewed-by: Steffen ...
Steffen Ritter
15:07 Revision 0e7da446: [TASK] Raise version number for 4.5.20
Change-Id: I0fcd42ac05841564ae97e79dd555277d76f9337d
Reviewed-on: http://review.typo3.org/15723
Reviewed-by: Steffen ...
Steffen Ritter
15:06 Revision 48088f18: [TASK] Update md5 sum for 4.5.20
Change-Id: I69490230fd5b15c05a33d8dfe83ed45cad6abc5f
Reviewed-on: http://review.typo3.org/15721
Reviewed-by: Steffen ...
Steffen Ritter
15:01 Revision 41b73953: [TASK] Update md5 sums for 4.6.13
Change-Id: Id4bfa9fd549959dc90469a67d05e00302d554e2a
Reviewed-on: http://review.typo3.org/15715
Reviewed-by: Xavier P...
Steffen Ritter
14:58 Revision f9dc01f1: [TASK] Update backend sprites according to rebranding
Change-Id: Id4124e96a392f05c37e22d1dc3ce39e0daf08df0
Reviewed-on: http://review.typo3.org/15716
Reviewed-by: Xavier P...
Steffen Ritter
14:51 Revision b87901e5: [TASK] Update md5 sum for 4.6.13
Change-Id: I05dcfe5a55dfc4b28f1cd3a422c1c220bf3b00ef
Reviewed-on: http://review.typo3.org/15713
Reviewed-by: Xavier P...
Steffen Ritter
14:50 Revision 7e61e5c7: [TASK] Update version number to 4.6.13
Change-Id: Ida5e43b60526d6afa38fca2b6ad0d52b1fef6e49
Reviewed-on: http://review.typo3.org/15711
Reviewed-by: Xavier P...
Steffen Ritter
14:49 Revision 47774cdf: [TASK] Update version number to 4.6.13
Change-Id: I7d868c6f257c1a722bb2b1850c4a90b8e985ed28
Reviewed-on: http://review.typo3.org/15712
Reviewed-by: Xavier P...
Steffen Ritter
14:47 Revision 30878640: [TASK] Update md5 sum for 4.6.13
Change-Id: I76d12b21a70c46049bd6f92786573aa439325546
Reviewed-on: http://review.typo3.org/15714
Reviewed-by: Xavier P...
Steffen Ritter
14:43 Revision 2c616203: [TASK] Introduce "TYPO3 CMS" in EXT: about
Changed terminology to "TYPO3 CMS" where applicable in
backend module About.
Change-Id: I064607c3d45dc3a138df21db91d...
Felix Kopp
14:11 Revision 8443a949: [TASK] Update version number to 4.7.5
Change-Id: I97b3653889d1bdf74a406ba8b2e68db1bab5c715
Reviewed-on: http://review.typo3.org/15705
Reviewed-by: Steffen ...
Steffen Ritter
14:06 Revision 76fed5ec: [!!!][BUGFIX] Localization fallback does not work in Backend
The ll-XML parser internally falls-back to English when looking for a
non-existing language translation. This prevent...
Xavier Perseguers
14:06 Revision 3866db47: [TASK] Update version number to 4.7.5
Change-Id: I1a5c8f9ee4ae80900bb86c1fa0f48db74c69d530
Reviewed-on: http://review.typo3.org/15699
Reviewed-by: Steffen ...
Steffen Ritter
14:06 Revision 158d500c: [TASK] Update version number to 4.7.5
Change-Id: I9d3e0920fc5b7b9639751d16c7dfb9bac3a3c686
Reviewed-on: http://review.typo3.org/15700
Reviewed-by: Steffen ...
Steffen Ritter
14:06 Revision 592501b1: [!!!][BUGFIX] Localization fallback does not work in Backend
The ll-XML parser internally falls-back to English when looking for a
non-existing language translation. This prevent...
Xavier Perseguers
14:05 Revision f0db7970: [TASK] Update version number to 4.7.5
Change-Id: I5796c41c474b93c638563f320add61bf30799280
Reviewed-on: http://review.typo3.org/15702
Reviewed-by: Steffen ...
Steffen Ritter
14:05 Revision 385f22a1: [TASK] Update version number to 4.7.5
Change-Id: I1b1b4b79523f4dd84d68a947e19f7b08fbcd796d
Reviewed-on: http://review.typo3.org/15703
Reviewed-by: Steffen ...
Steffen Ritter
14:02 Revision f1f99729: [TASK] Update backend sprites according to rebranding
Change-Id: Ifb4bf184aa9d2558237fdbe3e92ce6266207ef71
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://review.typo3.or...
Steffen Ritter
14:02 Revision 579a8069: [!!!][BUGFIX] Localization fallback does not work in Backend
The ll-XML parser internally falls-back to English when looking for a
non-existing language translation. This prevent...
Xavier Perseguers
13:59 Revision 43a2df00: [TASK] Adjust Logos to new style-guide
TYPO3 is changing and so is the logo.
Secondary color green is dropped and replaced by orange.
Also the signet moves ...
Felix Kopp
13:57 Revision 5d6bc362: [TASK] Adjust Logos to new style-guide
TYPO3 is changing and so is the logo.
Secondary color green is dropped and replaced by orange.
Also the signet moves ...
Felix Kopp
13:54 Revision 0f6f3c81: [TASK] Adjust Logos to new style-guide
TYPO3 is changing and so is the logo.
Secondary color green is dropped and replaced by orange.
Also the signet moves ...
Felix Kopp
12:19 Revision 44fd727e: [BUGFIX] BE user switch impossible when in adminOnly mode
Enables the switching of BE users when the BE is in adminOnly mode.
Change-Id: Iebae234f4f297f9b85f5deff9d52c409d4d7...
Philipp Kitzberger
12:16 Revision c4239fa0: [BUGFIX] Validation of umlaut URLs and mail addresses
Adds IDN support to t3lib_div's validating methods for email
addresses and URLs.
Change-Id: I0568d2bf9d78a1447d2baf7...
Mario Rimann
12:11 Revision 281c2fbc: [BUGFIX] Excludefieds must exclude admin only tables
The field "allowed excludefields" should not show
fields of tables which are restricted to admins,
either because of ...
Georg Ringer
12:09 Revision 2fc76b33: [BUGFIX] undefined variable imgExt
reducing colors in getImgResource function fails if not using
image-magick
Change-Id: I58a4c14bda731a1f36f04a352cfed...
Simon Schaufelberger
12:08 Revision 9ccb0fdf: [BUGFIX] t3lib_iconWorks must check if array exists before using it
A few places in t3lib_iconWorks use variables as arrays without
checking if they are actually arrays. This leads to w...
Jigal van Hemert
11:52 Revision 9e02e625: [TASK] Introduce "TYPO3 CMS" in EXT: about
Changed terminology to "TYPO3 CMS" where applicable in
backend module About.
Change-Id: I064607c3d45dc3a138df21db91d...
Felix Kopp
11:50 Revision 11b896da: [BUGFIX] Make generated thumbnails browser-cachable
Thumbnail generation code appends current timestamp in each
invocation of the thumbnail generation script. This is us...
Dmitry Dulepov
11:45 Revision cfb68382: [BUGFIX] TCEForms.Suggest wizard in IRRE records
Currently suggest wizards don't work in IRRE records. This is because of
the missing javascript functions. IRRE eleme...
Nicole Cordes
11:43 Revision 62adc15b: [BUGFIX] Warning in list module
The function addElement needs to have an array as third argument.
Change-Id: Ic88b3f246e27f2ab255a0d2017beb9a5d62e6f...
Philipp Gampe
11:40 Revision 9fccc126: [BUGFIX] Labels should not be removed
We are not authorized to remove old labels.
Change-Id: Ia1f3db095fa3650a3d791c2bb011b29ab9bf7527
Relates: #41823
Rel...
Xavier Perseguers
11:36 Revision 7e3a01b6: [TASK] Introduce "TYPO3 CMS" in EXT: about
Changed terminology to "TYPO3 CMS" where applicable in
backend module About.
Change-Id: Id1e9aba5eedaa9da218d3887a71...
Felix Kopp
11:14 Revision 8eed688f: [BUGFIX] Endless loop in flushOutputBuffers()
Change-Id: I87f998211d12f2d7c40a582f8b2c605f2edcaed0
Resolves: #40126
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http:...
Christian Kuhn
11:13 Revision abf427c9: [BUGFIX] Take versioned record into account for showHidden flag.
The flag showHiddenPage is set if the requested uid is a hidden page.
The original code always looked at the original...
Bart Dubelaar
11:06 Revision 79beccc5: [BUGFIX] Fix SQL error in Livesearch with empty TCA sortby setting
If a searchable TCA field has a sortby setting which contains an empty
string or NULL, then BE Livesearch creates a q...
Laurent Cherpit
10:54 Revision d4cc0ca1: [BUGFIX] Pagetree - Prevent a call to moveNode while creating nodes
Change-Id: I355cfb5ed4d2ebfac26376f5f774dca4d89a0c6c
Fixes: #39820
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Tobias Schultheiss
10:49 Revision 51c3f8fb: [BUGFIX] FLUIDTEMPLATE - Serialization of 'Closure' is not allowed
When using FLUIDTEMPLATE and COA_INT or USER_INT on the same
level and partials are used in the Fluid template, then ...
Oliver Hader
10:16 Revision 4dc81873: [TASK] Update version number to 4.7.5
Change-Id: I2bbaa3cbe8029b3587bdbe21b32e439ee1ef65d2
Reviewed-on: http://review.typo3.org/15687
Reviewed-by: Marc Bas...
Marc Bastian Heinrichs
10:16 Revision b3d4be89: [TASK] Update version number to 1.4.5
Change-Id: I55b16edaa56573fcc872c68575e76e6be5317498
Reviewed-on: http://review.typo3.org/15686
Reviewed-by: Marc Bas...
Marc Bastian Heinrichs
10:15 Revision e217d96b: [TASK] Update version number to 1.3.4
Change-Id: I269c4bdceac7ad8b167cf0ec0d7fad19e590e1bd
Reviewed-on: http://review.typo3.org/15685
Reviewed-by: Marc Bas...
Marc Bastian Heinrichs
10:15 Revision 7482c1f7: [TASK] Update version number to 4.7.5
Change-Id: Id7cb93ecd5d32cff44c5df652c430547c15c7fbc
Reviewed-on: http://review.typo3.org/15684
Reviewed-by: Marc Bas...
Marc Bastian Heinrichs
10:15 Revision 8352004b: [TASK] Update version number to 1.4.2
Change-Id: I74d5576ae3768d055aa64339c4848b246c849de4
Reviewed-on: http://review.typo3.org/15683
Reviewed-by: Marc Bas...
Marc Bastian Heinrichs
10:15 Revision 0a41dff8: [TASK] Update version number to 1.3.1
Change-Id: I91d5487a550b6ad76ef6f699ec80f078f9c39d87
Reviewed-on: http://review.typo3.org/15682
Reviewed-by: Marc Bas...
Marc Bastian Heinrichs
09:52 Revision 73c1432f: [BUGFIX] Return empty result in pagination if page does not exist
The pagination widget does currently return the content of the
latest page if the requestet page is higher than the a...
dkd-egerer Sascha Egerer
09:46 Revision bbfe9ead: [BUGFIX] Return empty result in pagination if page does not exist
The pagination widget does currently return the content of the
latest page if the requestet page is higher than the a...
dkd-egerer Sascha Egerer
09:42 Revision 1f8df08e: [BUGFIX] Return empty result in pagination if page does not exist
The pagination widget does currently return the content of the
latest page if the requestet page is higher than the a...
dkd-egerer Sascha Egerer
09:16 Revision 479faef8: [BUGFIX] Prevent saltedpasswords destroying the password
When a record is using a plain MD5 password, EXT:saltedpasswords will
destroy the password after the second successiv...
Xavier Perseguers
09:15 Revision d4390073: [BUGFIX] Prevent saltedpasswords destroying the password
When a record is using a plain MD5 password, EXT:saltedpasswords will
destroy the password after the second successiv...
Xavier Perseguers
09:14 Revision 36fa0c21: [BUGFIX] Prevent saltedpasswords destroying the password
When a record is using a plain MD5 password, EXT:saltedpasswords will
destroy the password after the second successiv...
Xavier Perseguers
08:33 Revision 680dcae8: [BUGFIX] Prevent saltedpasswords destroying the password
When a record is using a plain MD5 password, EXT:saltedpasswords will
destroy the password after the second successiv...
Xavier Perseguers
01:30 Revision cddcadaa: [BUGFIX] RTE: Opera extension Hyper Translate inserts markup
Problem: When the RTE is loaded in Opera with browser extension
Hyper Translate installed, unwanted hidden markup is ...
Stanislas Rolland

2012-10-15

22:21 Revision b0ed51ce: [BUGFIX] RTE: Localization to content language does not work
Solution: Create content language service
Change-Id: I8a628a9c195c8634d8a13d193e9d161ee785960b
Resolves: #39271
Rele...
Stanislas Rolland
22:17 Revision 12879f41: [BUGFIX] RTE: Localization to content language does not work
Solution: Create content language service
Change-Id: I7353fe33bba13e38d4b7eb20e966895aa71bc3eb
Resolves: #39271
Rele...
Stanislas Rolland
21:56 Revision 8d2dca59: [BUGFIX] RTE: Localization to content language does not work
Solution: Create content language service
Change-Id: I1990d3116459c02e6a9aa9cf05382c7a46d251e1
Resolves: #39271
Rele...
Stanislas Rolland
21:50 Revision eabdbf2f: [TASK] Extension Manager: Add icons and language labels
Add icons and language labels for Extension manager, titles on links.
Move text from templates to language labels.
C...
Jigal van Hemert
21:10 Revision 4c54bb2f: Revert "[BUGFIX] Sent notification when changes are published"
This reverts commit 6b869d32d7fc4134f551f7dc3d12992a564c3c76
Change-Id: I8ac8b22ad248c5d1e4b31bd6ea66de8aa5a0b2ba
Re...
Marco Bresch
19:21 Revision 1af5018d: [BUGFIX] imagecopyresized: correct invalid parameters
The classes t3lib_stdgraphic and t3lib_iconworks provide
the method imagecopyresized. Those functions got parameters
...
Stefan Neufeind
17:25 Revision f1e65e64: [BUGFIX] RTE: paste as plain text does not work in IE9
Problem: IE9 may be configured to enable clipboard access, but most
users will not know how.
Solution: Use pasting pa...
Stanislas Rolland
17:11 Revision 85d6bf94: [BUGFIX] RTE: paste as plain text does not work in IE9
Problem: IE9 may be configured to enable clipboard access, but most
users will not know how.
Solution: Use pasting pa...
Stanislas Rolland
13:47 Revision b8a7c9f9: [BUGFIX] Use UTF-8 by default in Flexforms and Backend
For FlexForm tools (used internally) and for backend
use, the encoding is always utf-8, so some checks
can be removed...
Benni Mack
12:16 Revision 38c0d69d: [TASK] phpdoc-fixes
Small corrections to phpdoc.
Change-Id: I6b4360977ebf263877169f1308dd197eeaa90e1e
Releases: 4.7, 4.6, 4.5
Reviewed-o...
Nicole Cordes
11:07 Revision 47ed543e: [TASK] Consolidate copyright notice invocations
Marks the makeCopyrightNotice in LoginController as deprecated
since the exact functionally is already defined within...
Felix Kopp
03:12 Revision e045b228: [BUGFIX] RTE: Paste as plain text doesn't work in Safari (Mac only)
Problem: Access to clipboard is denied.
Solution: Redirect paste to hidden section.
Change-Id: I196065b34c38990ab992...
Stanislas Rolland
02:59 Revision fb732a87: [BUGFIX] RTE: Paste as plain text doesn't work in Safari (Mac only)
Problem: Access to clipboard is denied.
Solution: Redirect paste to hidden section.
Change-Id: Ic5e6f65cdd0e2a45da47...
Stanislas Rolland

2012-10-14

21:36 Revision b747599c: [TASK] Add information to INSTALL.txt about ThreadStackSize
With the large regular expressions in Fluid Apache on Windows might
run out of stack space. The default stack size on...
Jigal van Hemert
21:31 Revision b9d97698: [BUGFIX] Replace deprecated calls in Repository
Repository class uses deprecated calls of persistenceManager for
getting the backend and session singletons. Replace ...
Marc Bastian Heinrichs
18:40 Revision 07a049a1: [BUGFIX] CE with "All languages" doesn't show with every lang
The page module should also list the content elements
with language set to "All". Now elements set to "All" are displ...
Marcus Schwemer
18:38 Revision d73f8ab7: [BUGFIX] CE with "All languages" doesn't show with every lang
The page module should also list the content elements
with language set to "All". Now elements set to "All" are displ...
Marcus Schwemer
18:35 Revision 4294e63c: [BUGFIX] CE with "All languages" doesn't show with every lang
The page module should also list the content elements
with language set to "All". Now elements set to "All" are displ...
Marcus Schwemer
18:20 Revision 5e5eb75b: [BUGFIX] CE with "All languages" isn't shown in Page module
The page module should also list the content elements
with language set to "All"
Change-Id: I6d8aaf4829a70b394550888...
Georg Ringer
18:18 Revision 1a601555: [BUGFIX] CE with "All languages" isn't shown in Page module
The page module should also list the content elements
with language set to "All"
Change-Id: I6d8aaf4829a70b394550888...
Georg Ringer
18:07 Revision 454a9fb8: [BUGFIX] Proper cursor icon in access module
The access module got those nice red/green icons but many
people don't know that those are clickable because the curs...
Georg Ringer
18:06 Revision 30100a92: [BUGFIX] Proper cursor icon in access module
The access module got those nice red/green icons but many
people don't know that those are clickable because the curs...
Georg Ringer
10:38 Revision 399737c8: [TASK] Group excludefields by table
Do not display table name redundantly for each item but group items like
it is done for other fields like page types....
Joh. Feustel

2012-10-13

19:23 Revision 8f29c24b: [BUGFIX] User settings don't remember that default language is selected
If the default language is stored as the BE language it should be pre-selected
in the language selector in the User s...
Jigal van Hemert
18:25 Revision 6d134a1b: [BUGFIX] Change class name hash generation to md5
Releases: 6.0
Fixes: #41951
Change-Id: I571f2731616e6d1701c5fb02809c9f17e9822164
Reviewed-on: http://review.typo3.org...
Alexander Schnitzler
18:10 Revision 1ded7e35: [BUGFIX] Make alphanum. filter work with umlauts
Changes the regular expression used to validate the string into a
unicode-aware character-class and adds two tests fo...
Andreas Lappe
17:32 Revision 33178590: [BUGFIX] Fix the additional icon check
When looking for additional icons the class AbstractSpriteHandler
a missing check if array on configuration.
Makes th...
Wouter Wolters
17:32 Revision e446bd9a: [BUGFIX] Fix the additional icon check
When looking for additional icons the class AbstractSpriteHandler
a missing check if array on configuration.
Makes th...
Wouter Wolters
17:31 Revision 52ded3ba: [BUGFIX] Fix the additional icon check
When looking for additional icons the class AbstractSpriteHandler
a missing check if array on configuration.
Makes th...
Wouter Wolters
17:21 Revision b0aa178f: [BUGFIX] Fix the additional icon check
When looking for additional icons the class AbstractSpriteHandler
a missing check if array on configuration.
Makes th...
Mattias Nilsson
16:06 Revision 4939242b: [BUGFIX] Fix broken table name mapping for namespaced extension models
With the introduction of namespaces came an additional
resolving mechanism for tablenames. The names for tables that ...
Anja Leichsenring
15:37 Revision 1be7d45f: [BUGFIX] Fix generation of class schema for namespaced arguments
When creating argument objects extbase tries to generate
a class schema if the argument is an object. This did
not wo...
Helmut Hummel
15:31 Revision a45fe335: [BUGFIX] FLUIDTEMPLATE - Serialization of 'Closure' is not allowed
When using FLUIDTEMPLATE and COA_INT or USER_INT on the same
level and partials are used in the Fluid template, then ...
Oliver Hader
14:09 Revision 8088bb36: [BUGFIX] Query Generation creates invalid query in BE scope
While in Backend scope, no $GLOBALS['TSFE'] is available and there
is no check in place nor a fallback to prevent ext...
Anja Leichsenring
13:07 Revision a6c10398: [BUGFIX] Fix translation moving in workspaces
Seems that the API changes introduced with changeset 89bd701c
haven't been made everywhere. This caused some issue wh...
Tolleiv Nietsch
13:07 Revision 0404ec18: [BUGFIX] Fix translation moving in workspaces
Seems that the API changes introduced with changeset 89bd701c
haven't been made everywhere. This caused some issue wh...
Tolleiv Nietsch
13:05 Revision 69203180: [BUGFIX] Fix translation moving in workspaces
Seems that the API changes introduced with changeset 89bd701c
haven't been made everywhere. This caused some issue wh...
Tolleiv Nietsch
13:05 Revision 186e0708: [BUGFIX] Fix translation moving in workspaces
Seems that the API changes introduced with changeset 89bd701c
haven't been made everywhere. This caused some issue wh...
Tolleiv Nietsch
12:58 Revision 970f5c82: [BUGFIX] Make alphabetic filter work with umlauts
Changes the regular expression used to validate the string into a
unicode-aware character-class and adds two testcase...
Andreas Lappe
12:45 Revision dc308dee: [BUGFIX] Pagetree - Prevent a call to moveNode while creating nodes
Change-Id: I31ccdf629592e5185f85f217f848405817a0a079
Fixes: #39820
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Tobias Schultheiss
12:42 Revision 8dd45c2e: [BUGFIX] Make alphanum. filter work with umlauts
Changes the regular expression used to validate the string into a
unicode-aware character-class and adds two tests fo...
Andreas Lappe
11:30 Revision 7b36e5ef: [FEATURE] Add several testcases for validators
This adds several testcases for the provided validators.
Change-Id: Ie7a056cadaf767dbc306a980561c15e70d9698d8
Resolv...
Andreas Lappe

2012-10-12

23:19 Revision 3492cf61: [BUGFIX] Sent notification when changes are published
Currently only stage changes trigger notification emails,
this change also invokes the notifications when changes are...
Tolleiv Nietsch
22:57 Revision df8abc0e: [BUGFIX] Sent notification when changes are published
Currently only stage changes trigger notification emails,
this change also invokes the notifications when changes are...
Marco Bresch
21:49 Revision a3764aff: [BUGFIX] Fix SQL error in Livesearch with empty TCA sortby setting
If a searchable TCA field has a sortby setting which contains an empty
string or NULL, then BE Livesearch creates a q...
Laurent Cherpit
21:04 Revision b2e2df1e: [BUGFIX] Take versioned record into account for showHidden flag.
The flag showHiddenPage is set if the requested uid is a hidden page.
The original code always looked at the original...
Bart Dubelaar
20:31 Revision 3a386a25: [TASK] Disable Memcache tests for now
Travis Ci changed the infrastructure, leading
to failures in our memcache tests.
Disable the tests until we figured ...
Helmut Hummel
19:23 Revision 248f7ba7: [BUGFIX] Fix generation of class name hash
* replaced sha1 with str_replace
Change-Id: I787123ddd4d7cc4cece94071cb0988660ce1207c
Fixes: #41933
Releases: 6.0
Re...
Alexander Schnitzler
16:33 Revision b79cbe69: [BUGFIX] Endless loop in flushOutputBuffers()
Change-Id: I87f998211d12f2d7c40a582f8b2c605f2edcaed0
Resolves: #40126
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http:...
Christian Kuhn
16:27 Revision 3055538c: [BUGFIX] MEDIA element ignores audio fallback
In TYPO3 4.7 the field name containing the reference to an audio
file was changed in the MEDIA element, but the rende...
Francois Suter
15:29 Revision 8ede45b8: [BUGFIX] Hardcoded fileadmin directory in Import-Export
$fileAdminDir is hardcoded in t3lib\class.t3lib_softrefproc.php
and typo3\sysext\impexp\class.tx_impexp.php
$TYPO3_CO...
Oliver Hader
15:21 Revision f34a9a75: [BUGFIX] CE with "All languages" isn't shown in Page module
The page module should also list the content elements
with language set to "All"
Change-Id: I6d8aaf4829a70b394550888...
Georg Ringer
15:17 Revision ebd4ff24: [BUGFIX] backColor transparent causes black background or flickering
When a GIFBUILDER object has set its backColor option to transparent,
the background may be black when adding a IMAGE...
Georg Großberger
15:14 Revision c4badeae: [BUGFIX] strftime expects parameter 2 to be long, string given
Any zero length string value is replaced with the current timestamp.
(Just like the default value for the second para...
Simon Schaufelberger
15:13 Revision aa5ba692: [BUGFIX] strftime expects parameter 2 to be long, string given
Any zero length string value is replaced with the current timestamp.
(Just like the default value for the second para...
Simon Schaufelberger
15:12 Revision b4ec4f90: [BUGFIX] strftime expects parameter 2 to be long, string given
Any zero length string value is replaced with the current timestamp.
(Just like the default value for the second para...
Simon Schaufelberger
15:11 Revision 969965cb: [+BUGFIX] (Persistence) Make Typo3QuerySettings exchangeable
Let objectManager create querySettings object by
Tx_Extbase_Persistence_QuerySettingsInterface in
Tx_Extbase_Persiste...
Marc Bastian Heinrichs
14:32 Revision e117d25b: [BUGFIX] Support 'input' type in ext_conf_template.txt
Some older extensions use the type 'input' instead of 'string' in
ext_conf_template.txt . Although it was never docum...
Jigal van Hemert
13:33 Revision 1a876753: [TASK] Disable Memcache tests for now
Travis Ci changed the infrastructure, leading
to failures in our memcache tests.
Disable the tests until we figured ...
Helmut Hummel
13:22 Revision 630cd6e7: [BUGFIX] Add pid column to extension manager tables
Extbase relies on the pid column to exist for all
persistent domain models.
Add this column and at the same time ign...
Helmut Hummel
12:58 Revision 07af4145: [TASK] Fix travis.yml to start memcache daemon
Change-Id: Iba6de218fdc221fc996d69637711afbc68a22b28
Reviewed-on: http://review.typo3.org/15519
Reviewed-by: Steffen ...
Steffen Ritter
12:40 Revision a9af2880: [BUGFIX] LocalDriver can be instantiated without basePath
The Local driver of FAL does not check if its configuration contains a
base path, leading to some hard-to-track error...
Andreas Wolf
12:25 Revision 86ceb98b: [BUGFIX] Rename ExtdirectTreeDataProvide to ExtdirectTreeDataProvider
During the namespace change a class named ExtdirectTreeDataProvide
had been introduced into the backend system extens...
Anja Leichsenring
11:50 Revision 2274ca17: [BUGFIX] Correct link to first page in BE paginator widget
The link to the first page in the paginator widget is incorrect if
it's used in a backend module. Unsetting the argum...
Helmut Hummel

2012-10-11

18:34 Revision af5d5899: [BUGFIX] Fix SQL error in Livesearch with empty TCA sortby setting
If a searchable TCA field has a sortby setting which contains an empty
string or NULL, then BE Livesearch creates a q...
Loek Hilgersom

2012-10-10

21:00 Revision 973b1990: [TASK] Merge ext:integrity with ext:lowlevel
System extension integrity was created with the namespace switch and
contains the cli classes from ext:lowlevel. It t...
Markus Klein
20:47 Revision a0e9cae4: [BUGFIX] RTE: array_flip warning on array of languages
Make sure the array is not corrupted.
Change-Id: Iea86ade77ecffb6e4b720749fc7d47548b0b1552
Resolves: #35147
Releases...
Stanislas Rolland
20:44 Revision de4269bd: [BUGFIX] Split jQuery and DataTables into separate files
This patch removes the combined jQuery file and adds two separate files
for the main jQuery library and the plugin Da...
Kai Vogel
20:39 Revision 3a0bc1bf: [BUGFIX] sort versions of ext in descending order
Versions of the same extension are sorted in descending order in the
PHP code, but the initial jQuery sorting must ma...
Jigal van Hemert
20:38 Revision 5ef47cd7: [BUGFIX] RTE: array_flip warning on array of languages
Make sure the array is not corrupted.
Change-Id: I858731a55091ee5dffde33f995c3fef9044d041d
Resolves: #35147
Releases...
Stanislas Rolland
17:36 Revision f031d45d: [BUGFIX] Fix compressor flooding typo3temp
Check for the temporary external file and
compare the content of the file with the freshly fetched content.
Change-I...
Xavier Perseguers
17:30 Revision 33db1900: [BUGFIX] Fix compressor flooding typo3temp
Check for the temporary external file and
compare the content of the file with the freshly fetched content.
Change-I...
Xavier Perseguers
16:40 Revision bd37ddeb: [BUGFIX] Fatal error when copying file or folder
When copying a file or folder, a fatal error is thrown if anything went
wrong. This happens because the error message...
Andreas Wolf
16:32 Revision 46199e35: [BUGFIX] FollowUp Tests to #41768
The UnitTest has not been completely adapted.
Fix the tests.
Change-Id: I00e14a4c9d94a8549eb889bb1def8050d4d8736e
Re...
Steffen Ritter
16:16 Revision 4b2f2d46: [TASK] FAL: Hard-coded flexform on storage creation
The StorageRepository creates FlexForm not through
the API calls, but with a static string. The attached
patch change...
Benni Mack
16:09 Revision 4bba7f3e: [TASK] CGL violation "Tabs must be used to indent lines"
Change-Id: Icfad2346cf1bcf9346772b513a9cd0585a8a7be9
Resolves: #41473
Releases: 6.0
Reviewed-on: http://review.typo3....
Roland
16:05 Revision 39b88746: [TASK] File: add getNameWithoutExtension() method
There is currently no way to get the filename without its extension,
e.g. to create a new name for a file converted t...
Andreas Wolf
15:36 Revision f0348a8b: [TASK] CleanUp AjaxIDs and registration in ConfigDefault
The registration of AjaxIds referred to old file names and
some of the AjaxIds have been replaced by a namespaced
cla...
Steffen Ritter
15:36 Revision 66914841: [BUGFIX] StorageRepository should ignore not found driver class
If a driver doesn't exist anymore, the storage repository shouldn't load
it.
Most drivers will be implemented by ext...
Georg Ringer
15:08 Revision db3c3020: [BUGFIX] Element Browser uses non-namespaced code
Followup to #36817, where an old patch was moved to
the new namespaced code, but without refactoring the
code itself ...
Benni Mack
13:37 Revision b1051e78: [TASK] Start memcached on travis-ci build
Travis CI does not start memcached by default any more.
Add the memcached service to the travis.yaml
Change-Id: Ia92...
Helmut Hummel
13:28 Revision 391e848c: [BUGFIX] FAL: Default storage is created multiple times
The "auto-creation" of the first file storage should only be
triggered once. Currently this happens whenever there is...
Benni Mack
13:18 Revision 2b188da1: [FEATURE] Add several testcases for validators
This adds several testcases for the provided validators.
Change-Id: Ie7a056cadaf767dbc306a980561c15e70d9698d8
Resolv...
Andreas Lappe
13:08 Revision 7472f53a: [BUGFIX] Element Browser uses FAL API in a wrong way
The Element Browser needs a way to filter for certain file extensions.
FAL requires using a filter class for the stor...
Andreas Wolf
13:05 Revision 9a086de5: [TASK] Start memcached on travis-ci build
Travis CI does not start memcached by default any more.
Add the memcached service to the travis.yaml
Change-Id: I27f...
Helmut Hummel
12:58 Revision 883811d9: [BUGFIX] Hardcoded fileadmin directory in Import-Export
$fileAdminDir is hardcoded in t3lib\class.t3lib_softrefproc.php
and typo3\sysext\impexp\class.tx_impexp.php
$TYPO3_CO...
Thomas Löffler
12:22 Revision ac8ea1ed: [BUGFIX] Enable translation of file references
Currently the file references are missing a localisation
possibility.
This change only adds the respective fields an...
Helmut Hummel
12:16 Revision 5bdb0253: [BUGFIX] ResourceStorage: Bad comparison for strings
Resolves: #41719
Releases: 6.0
Change-Id: Idf333f303da4d3f2a26549eaf3ea28a149dbb2ee
Reviewed-on: http://review.typo3....
Andreas Wolf
12:01 Revision 5973388a: [BUGFIX] Missing ExtDirect classes in ClassAliasMap
The ExtDirect classes have been missing in ClassAliasMap.
Change-Id: I13351790a78c41d0b9660be116da78522dcf7580
Relea...
Steffen Ritter
11:22 Revision 127f8f21: [TASK] Introduce "TYPO3 CMS" in EXT: about
Changed terminology to "TYPO3 CMS" where applicable in
backend module About.
Change-Id: Id1e9aba5eedaa9da218d3887a71...
Felix Kopp
11:21 Revision 07357595: [BUGFIX] Files get indexed twice
Files used within CSS Styled Content get indexed within
storage null again, since they are accessed via path
instead ...
Steffen Ritter
09:37 Revision c799ea9a: [BUGFIX] FAL storage repo uses hard-coded enableFields
The storage repository has hardcoded SQL where clauses
for deleted and hidden.
Solution: Create a new function that r...
Benni Mack
09:34 Revision db26ec52: [FEATURE] Element browser: get default upload folder from $BE_USER
When no folder is selected, use $BE_USER->getDefaultUploadFolder().
Change-Id: Iee443ae852b64c9398e80c9450a59e17e285...
Benni Mack
05:01 Revision 2dd16607: [BUGFIX] JS error in IE7 while starting RTE
Fixes for issue #33637 were incorrectly backported to TYPO3 4.6.
The selection was not yet structured as an object in...
Stanislas Rolland
00:40 Revision d39dbde6: [BUGFIX] Words with special characters not added to personal dictionary
Problem: Words containing special characters (f. e. German umlauts)
can´t be added to the user´s personal dictionary....
Stanislas Rolland
00:36 Revision 039c879b: [TASK] Rebuild extension translation list in lang module
This patch replaces the old translation update list in language module
with a lightwight one. It also cleans up the w...
Kai Vogel
00:35 Revision 8186fb02: [BUGFIX] Words with special characters not added to personal dictionary
Problem: Words containing special characters (f. e. German umlauts)
can´t be added to the user´s personal dictionary....
Stanislas Rolland
00:22 Revision 04067c66: [BUGFIX] Words with special characters not added to personal dictionary
Problem: Words containing special characters (f. e. German umlauts)
can´t be added to the user´s personal dictionary....
Stanislas Rolland

2012-10-09

22:57 Revision 8a2c867f: [BUGFIX] RTE is not loading in IE8, when used with feedit
Solution: Avoid calls to undefined console methods
Change-Id: I6df37fde56bd01c8078fb7ad889aa50e1b29f842
Fixes: #4055...
Stefan Aebischer
22:39 Revision 5d223637: [BUGFIX] RTE is not loading in IE8, when used with feedit
Solution: Avoid calls to undefined console methods
Change-Id: I98380ff3701da5b2585e0f9ff0199a0cfbd0fe67
Fixes: #4055...
Stefan Aebischer
22:21 Revision f996afb7: [BUGFIX] RTE is not loading in IE8, when used with feedit
Solution: Avoid calls to undefined console methods
Change-Id: I1c2b72113a6a0045996ca5a219cd0bd49f6a0ae8
Fixes: #4055...
Stefan Aebischer
21:10 Revision e82fac8b: [TASK] Frontend should not expose exception for missing files
The exceptions within FAL are not catched in frontend. The
webpage renders broken instead of gracefully dealing with ...
Steffen Ritter
18:58 Revision de2b7782: [FEATURE] set default grid limit to 30
Raise the displayed rows in the workspace grid from 10 to 30
Change-Id: Id426d80981854b5b3cbba01b594c8f6534e58e22
Re...
Simon Schaufelberger
18:05 Revision e540d61b: [BUG] Deleting a file is impossible after it was used
The sys_refindex db table has a deleted column which is set
however when deleting a file, extfilefunc mentions that t...
Benni Mack
16:56 Revision 2ac2596f: [BUGFIX] RTE: Uncaught error in Firefox in TYPO3 6.0
This is a regression introduced by fix to issue #41411. In Firefox,
the selection object may not provide any usable r...
Stanislas Rolland
15:59 Revision 38a2ac6b: [BUGFIX] htmlArea RTE: Cursor jumps to first letter with Chrome 22
Selection gets broken when bookmarks are inserted by undo/redo
mechanism in Google Chrome 22.
Change-Id: I7c4bf5a8cf...
Stanislas Rolland
15:59 Revision 75434479: [BUGFIX] htmlArea RTE: Cursor jumps to first letter with Chrome 22
Selection gets broken when bookmarks are inserted by undo/redo
mechanism in Google Chrome 22.
Change-Id: Ic5ba765925...
Stanislas Rolland
15:26 Revision e4f6b254: [BUGFIX] Fix compressor flooding typo3temp
Check for the temporary external file and
compare the content of the file with the freshly fetched content.
Change-I...
Ivan Dharma Kartolo
15:20 Revision 6bc0fb9b: [BUGFIX] RTE does not load in Frontend in USER_INT plugins in TYPO3 6.0
Solution: Rendering of css and js added by USER_INT plugins was fixed
in core. Adapt the RTE accordingly.
Change-Id:...
Stanislas Rolland
13:40 Revision d8ff19e3: [TASK] ResourceStorage: Remove getFileInfoByIdentifier() method
The method getFileInfoByIdentifier() has been marked as deprecated long
ago. Additionally, the getFileInfo() method c...
Andreas Wolf
12:07 Revision da458dc4: [BUGFIX] Root-level folders cannot be displayed
Due to a recent fix in the folder resolving mechanism, the root-level
folders of a storage were not displayed anymore...
Andreas Wolf
09:40 Revision da72416b: [TASK] Adjust Logos to new style-guide
TYPO3 is changing and so is the logo.
Secondary color green is dropped and replaced by orange.
Also the signet moves ...
Felix Kopp
03:22 Revision cd41722d: [BUGFIX] htmlArea RTE: Cursor jumps to first letter with Chrome 22
Selection gets broken when bookmarks are inserted by undo/redo
mechanism in Google Chrome 22.
Change-Id: Ibe25ca5c1b...
Stanislas Rolland

2012-10-08

22:03 Revision a5dc5ce3: [BUGFIX] RTE internal link handling broken since FAL changes
When enabling the RTE link browser to deal with FAL the
refactoring broke the detection of internal links.
Editing a...
Steffen Ritter
20:17 Revision a7fb8097: [TASK] Move local driver configuration file to EXT:core
The configuration file for FAL's local driver was still placed in
t3lib/. This commit moves it to the more appropriat...
Andreas Wolf
19:04 Revision d6e915d6: [BUGFIX] htmlArea RTE: Cursor jumps to first letter with Chrome 22
Problem: Selection gets broken when intrusive bookmarks are inserted by
the undo/redo mechanism in Google Chrome 22.
...
Stanislas Rolland
17:57 Revision 19e65ebf: [TASK] Add missing csh description for file storage
The csh was missing for the field "processingfolder"
for file storage records.
Change-Id: I216a8cbc2ac02bc0db71f24bc...
Georg Ringer
17:09 Revision c89e648d: [TASK] Name of file storage should be required
The name of a file storage is currently not a required
field, this should be changed.
Change-Id: Ic10be69433e7012401...
Georg Ringer
17:03 Revision 9aeaab3f: [BUGFIX] Clicking on empty storage does not show anything
Currently clicking on an empty storage (without any files)
in the filelist module, does not show anything.
Change-Id...
Georg Ringer
16:52 Revision f096c8ad: [BUGFIX] Fix wrong variable type part of the namespace migration
Resolves: #41574
Releases: 6.0
Change-Id: Ic1f0c2b379aa13fdcd9bc505137b592d9024b62a
Reviewed-on: http://review.typo3....
Fabien Udriot
14:44 Revision 5218b8e3: [TASK] Add docheader to module "about TYPO3"
The about module is missing the docheader, IMO the only
BE module where this is missing.
Change-Id: I155879e180fee8e...
Georg Ringer
12:37 Revision 204d0049: [TASK] Show reference headline only if content is available
Currently the headline "References from this item" is
always shown in the info popup, no matter if there are
ones or ...
Georg Ringer

2012-10-07

23:42 Revision e68b2e75: [BUGFIX] "stripOrderBy, stripGroupBy" should remove double occurrence
Sometimes the string handed over to stripOrderBy includes the ORDER BY
twice.
Tweak the regular expression to detect ...
Laurent Cherpit
22:32 Revision 53196cfe: [BUGFIX] Duplicate ids in form view on record translation
If a record shall be localized in the page module the accordant
form view gets loaded twice with the same id.
Fixes:...
Helmut Hummel
22:15 Revision 363a2a53: [!!!][BUGFIX] *_user table password field is to short
When using the hash-algorithm "blowfish" in saltedpasswords
the hash is 60 chars long - therefore the field length ha...
Steffen Ritter

2012-10-04

10:28 Revision 5cc09471: [TASK] Improve show_item for FAL files
The show_item.php shows some info about the selected file.
the property size is rendered twice, once in the
header se...
Georg Ringer

2012-10-03

14:33 Revision 2fd7c2b2: [TASK] Simulatestatic should not be mentioned as sysext
Currently the install tool stills suggests
simulatestatic as sysext to be installed.
Change-Id: I7f9bc95aa8c6cbbd520...
Georg Ringer
13:38 Revision b09ed2e1: [BUGFIX] Respect namespaced models in the reflection service
This fixes the reflection service, so that repository classes
are found for namespaced models.
Change-Id: Id7be0f2d0...
Ingo Pfennigstorf
12:37 Revision b1d37a3b: [TASK] CGL violations "LineEndingsInvalidEOLChar"
Resolves: #41474
Releases: 6.0
Change-Id: I55edcf54004f8ba1663a9d1d1fd8e4921a121d62
Reviewed-on: http://review.typo3....
Roland
12:36 Revision 5092d9f7: [TASK] CGL violation "CharacterAfterPHPClosingTag"
Change-Id: I4335c2a6a4db1dae3a8863b781d713605933dee5
Resolves: #41471
Releases: 6.0
Reviewed-on: http://review.typo3....
Roland
12:34 Revision 50de126d: [TASK] CGL violation "DoubleQuoteUsageNotRequired"
Resolves: #41470
Releases: 6.0
Change-Id: I0b58a49afb4e34fd03c9f89c25bb1d983fbc6dce
Reviewed-on: http://review.typo3....
Roland
10:40 Revision 8b43aa7d: [BUGFIX] Make FAL Folder not found handling more user friendly
If an user moves the folder he currently views in the file
list module, after reload he sees only a red FlashMessage
...
Steffen Ritter

2012-10-02

21:08 Revision 3d2caa59: [BUGFIX] Consolidate usage of DocumentTemplate
The fix in #40519 changed the behavior of the getDocInstance
method in AbstractBackendViewHelper. Before the global S...
Helmut Hummel

2012-10-01

22:38 Revision c079e4a9: [BUGFIX] Change submit button label to language file entry
The submit button in configure extension form was hardcoded in
template file. This patch moves it to the language fil...
Anja Leichsenring
19:44 Revision 939f07bd: [TASK] Clean up class alias mechanism
* adopt class loader to load the class alias map from a location
Migrations/Code/ClassAliasMap.php in every extensi...
Thomas Maroschik
 

Also available in: Atom