Activity
From 2012-05-21 to 2012-06-19
2012-06-18
- 22:56 Revision 45bf97be: [BUGFIX] Correct Path Calculation in Cardlayout
- Fixes absolute path calculation bug and introduces the correct
relative calculation similar to jsFiles.
Change-Id: I... - 22:51 Revision 075e9133: [BUGFIX] Correct Path Calculation in Cardlayout
- Fixes absolute path calculation bug and introduces the correct
relative calculation similar to jsFiles.
Change-Id: I... - 09:46 Revision 002ca398: [FEATURE] Add scheduler task to update language packages
- A scheduler task is missing to allow language packages to be
regularly updated.
Change-Id: I9af75c5ad24017123668ae5e...
2012-06-17
- 15:27 Revision 919230b5: [TASK] Restructure bootstrap classes
- The scope separation in Bootstrap classes still needs more thoughts
and concepts. For now, the construct is simplifie... - 15:02 Revision ea1f2ccb: [TASK] Raise submodule pointer
- Change-Id: Ia7f8450430f3fc440cfe0e00d92da1816f5fe0ef
Reviewed-on: http://review.typo3.org/12149
Reviewed-by: TYPO3 v4... - 14:55 Revision 9a417ba7: [BUGFIX] Install Tool 123 wizard is broken
- An exception with the following message is thrown in the
1-2-3-Wizard of the Install Tool:
Since DBAL adds itself to... - 12:48 Revision c4742c30: [TASK] Remove t3lib/config_default.php
- After all code from config_default was transferred to methods of the
bootstrap, it is now usefull to merge the calls ... - 11:31 Revision 6e2e47bf: [FEATURE] Check in Reports module for old XCLASS methods
- Reports module shows where old XCLASS methods are still used.
Change-Id: Ic67815b0af87b7fbf6c5a380ae7b2f4ab37d8398
R... - 00:42 Revision 4526c0d1: [BUGFIX] Unnecessary warning in css_styled_content (division by zero)
- If tt_content.image.20.maxW is not set, PHP throws a warning about
division by zero. This is not necessary. After tha... - 00:34 Revision 8fb2ed51: [BUGFIX] Unnecessary warning in css_styled_content (division by zero)
- If tt_content.image.20.maxW is not set, PHP throws a warning about
division by zero. This is not necessary. After tha... - 00:05 Revision ae005fd7: [!!!][TASK] Load main configuration file in functional context
- Until now the localconf.php file is included in a global scope.
This is a major blocker for a clean and flexible boot... - 00:05 Revision 721fe2aa: [!!!][TASK] Load extension configuration in function context
- Until now all the ext_localconf.php files provided by extensions
were included in a global scope. This is a major blo...
2012-06-16
- 23:57 Revision 564a5a75: [!!!][TASK] Move inclusion of ext_tables.php to bootstrap classes
- Change-Id: I6264ef8c94402dc53136ac502ea7d682a5141a1c
Releases: 6.0
Resolves: #38122
Reviewed-on: http://review.typo3.... - 21:43 Revision 2d445bb0: [TASK] Clean up phpDoc comments in typo3/sysext/
- Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/class.tslib_tableoffset.php
* typo3/sys... - 20:43 Revision c06ce81d: [TASK] Use singleton objects for bootstrapping
- Use singleton objects for bootstrapping instead of calling
static functions. This way the whole process can be extend... - 19:42 Revision c2ad5471: [BUGFIX] t3lib_file_Utility_FileExtensionFilterTest fails
- t3lib_file_Utility_FileExtensionFilterTest fails due to not
mocked factory object.
Change-Id: Ibd5246f85e56a241c5e46... - 19:25 Revision 1279cd47: [TASK] Remove the function index
- Change-Id: Ibbc5b21bf696ec552111108b647cff6afd4f654a
Resolves: #38117
Releases: 6.0
Reviewed-on: http://review.typo3.... - 19:22 Revision 32abd664: [TASK] Use master branches of submodules
- Affected submodules:
* dbal
* fluid
* linkvalidator
Change-Id: I1f4371dd4748dc11d76afb912e03fc132d92d712
Releases: 6... - 16:21 Revision a2e6be9b: [TASK] Clean up phpDoc comments in typo3/sysext/
- Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/hooks/class.tx_cms_fehooks.php
* typo3/... - 15:50 Revision 27673d89: [TASK] Move config_default functions to Bootstrap classes
- Change-Id: I07810ada04089e2abaad4963a99909656c683274
Resolves: #38112
Releases: 6.0
Reviewed-on: http://review.typo3.... - 15:44 Revision c4c18d84: [BUGFIX] Exception on modifying page properties
- An exception "#1300096564: uid of file has to be numeric" is
thrown on modifying and saving the properties of a pages... - 15:25 Revision 67c04691: [FEATURE] Use mod dispatcher for lowlevel extensions
- Use the backend module dispatcher for the
two modules in the lowlevel extension -
Configuration and DBCheck.
Change-... - 14:31 Revision 1f4bd217: [FEATURE] Use mod dispatcher for filelist module
- Use the backend module dispatcher for the
filelist extension.
Change-Id: I3b3ab0c485feabab0189cdb4b70d50c92464e41c
R... - 13:59 Revision 80e1daa2: [FEATURE] Use mod dispatcher for the perm extension
- Use the backend module dispatcher for the
perm (Access) extension.
Change-Id: I1b9566d4c37a5ab8221f70b46447786277c98... - 12:25 Revision 9de5ab86: [BUGFIX] t3editor broken after tstemplate refactoring
- Since the refactoring of tstemplate there is no
syntax highlighting for tstemplate anymore as
the t3editor uses SCRIP... - 12:15 Revision d18cfb61: [FEATURE] Use mod dispatcher for the indexed_search extension
- Use the backend module dispatcher for the
indexed_search extension.
Change-Id: Ie2f925888100f254622e32df777f2e49b469... - 11:51 Revision 87ce64c8: [TASK] Split t3lib/config_default.php code into functions
- Step to a cleaner bootstrap in config_default.php: Split the
code segments into functions and call them. Do not worry... - 11:20 Revision 227c539f: [TASK] Raise extbase submodule pointer
- Change-Id: I57fb9ef9f3c351612a1cc17ef8151c6535e57872
Reviewed-on: http://review.typo3.org/12124
Reviewed-by: Christia...
2012-06-15
- 22:49 Revision b3bba722: [BUGFIX] Remove bogus template in template analyzer
- Since the implementation of #22169 a bogus template icon
appeared in the template analyzer.
This is because the call ... - 22:37 Revision 64bfd7d1: [FEATURE] Use mod dispatcher for opendocs extension
- Use the backend module dispatcher for the
opendocs extension.
Added an index.php that redirects to
alt_doc.php which... - 21:01 Revision 9cf9591c: [FEATURE] Use mod dispatcher for tstemplate extensions
- Use the backend module dispatcher for the
tstemplate, tstemplate_analyzer, tstemplate_info,
tstemplate_objbrowser ext... - 20:28 Revision 6712ba10: [BUGFIX] Fatal error in reports module
- Change-Id: I3f0af2132bfecbe83cecdd0605e7628a2c71bc30
Fixes: #37920
Releases: 6.0 - 19:45 Revision 8e400277: [TASK] Streamline naming of Typo3_Bootstrap
- Streamline naming of Typo3_Bootstrap and location of files to be
in typo3/Classes/Bootstrap/
Change-Id: I063ab9b3a33... - 19:14 Revision 603b7321: Revert "[TASK] Streamline typo3/classes naming"
- This reverts commit 32c37eb6d9bdb4f80d205d94a091e55d4afd36f5.
Change-Id: Ibc36f5631f12b8cfed759aa6e676f48dc179b1b3
R... - 18:40 Revision 5c3e82a7: [FEATURE] Use mod dispatcher for setup extension
- Use the backend module dispatcher for the
setup (user settings) extension.
Change-Id: I3b5d3c0a2d1b331e22f6389ed147c... - 18:38 Revision 32c37eb6: [TASK] Streamline typo3/classes naming
- Streamline typo3/classes naming to be typo3/Classes
Change-Id: I688e3405120177ee85ef6519881f7c3dec59d210
Resolves: #... - 18:30 Revision f9de285e: [BUGFIX] Non-pagetree context menus broken
- Change-Id: If5b4dd3d2b61e046f5657a8899f6c66b961c790e
Fixes: #37353
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 18:05 Revision 038f9511: [TASK] Move default TYPO3_CONF_VARS from config_default to own file
- Change-Id: I5f563622cb3973ad139194df3fab51a8aadf8a2f
Resolves: #38092
Releases: 6.0
Reviewed-on: http://review.typo3.... - 17:15 Revision 0c8187d6: [FEATURE] Use mod dispatcher for cshmanual
- Use the backend module dispatcher for the
cshmanual extension.
Change-Id: I8333b488f61c30c4c1fe75a2c2e409ce616e216b
... - 15:58 Revision b964dad7: [TASK] Remove TYPO3_tables_script and handling
- The definition of constant TYPO3_tables_script in localconf.php allows to
set a different path to the basic tca defin... - 14:59 Revision 3a6e8032: [TASK] Replace duplicate code with a bootstrap method call
- The ext_tables inclusion hook has been moved to a
method in the bootstrap class. Use this bootstrap method
instead of... - 14:52 Revision de4d0e74: [FEATURE] Use mod dispatcher for tsconfig_help
- Use the backend module dispatcher for the
tsconfig_help extension.
Change-Id: I96fbe53025318601b1db113039091be545b60... - 08:33 Revision e80e9216: [TASK] EXT: viewpage: Reload button
- The reload button in DocHeader within the viewpage backend module
should not reload the whole content area but only t... - 00:18 Revision 65eb72e0: [TASK] Fix CGL violations against DoubleQuoteUsage
- Change-Id: I8a61df7ae9db8c5596dcb956d15a6b344d5b70d9
Resolves:#38059
Releases:6.0
Reviewed-on: http://review.typo3.or... - 00:14 Revision efa837c8: [TASK] Clean up phpDoc comments in typo3/
- Clean up phpDoc comments for the following classes:
* typo3/index.php
* typo3/index_re.php
* typo3/init.php
* typo3/... - 00:10 Revision 54ab6f3f: [TASK] Clean up phpDoc comments in typo3/sysext/
- Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/content/class.tslib_content_imagetext.p... - 00:04 Revision ab720c0e: [BUGFIX] Fix refactoring regression in imagecopyresized
- t3lib_stdGraphic::imagecopyresized was refactored to make it
unit-testable in #26660. This change had a regression. W...
2012-06-14
- 23:55 Revision 6bc116e7: [BUGFIX] Fix refactoring regression in imagecopyresized
- t3lib_stdGraphic::imagecopyresized was refactored to make it
unit-testable in #26660. This change had a regression. W... - 23:54 Revision 1f857365: [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
- Change-Id: Id806a15491fabd2c61dc0ced44a3ca2adeeb89fb
Resolves: #37974
Releases: 6.0
Reviewed-on: http://review.typo3.... - 23:52 Revision 801cdf00: [TASK] Clean up phpDoc comments in typo3/sysext/
- Clean up phpDoc comments for the following classes:
* typo3/sysext/about/interfaces/interface.tx_about_customsection... - 23:46 Revision d31386fe: [TASK] Clean up phpDoc comments in typo3/sysext/
- Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/content/class.tslib_content_abstract.ph... - 23:44 Revision a75b8342: [TASK] Clean up phpDoc comments in typo3/sysext/
- Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/layout/conf.php
* typo3/sysext/cms/layout/db_... - 23:38 Revision 23d029ac: [TASK] Clean up phpDoc comments in typo3/
- Clean up phpDoc comments for the following classes:
* typo3/view_help.php
* typo3/wizard_colorpicker.php
* typo3/wiz... - 23:20 Revision 0c2caac6: [TASK] Clean up phpDoc comments in typo3/
- Clean up phpDoc comments for the following classes:
* typo3/class.webpagetree.php
* typo3/cleaner_check.sh
* typo3/c... - 23:13 Revision c4e549f1: [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext "cms"
- Change-Id: I938b2f4780bd1a307105f3b48ca93757171de548
Resolves: #37964
Releases: 6.0
Reviewed-on: http://review.typo3.... - 23:03 Revision 4fdf21cb: [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext lowlevel
- Change-Id: I01c2bec418bb507a81550277e143e1d4115c8eda
Resolves: #37978
Releases: 6.0
Reviewed-on: http://review.typo3.... - 23:02 Revision 378f4a2e: [TASK] Clean up phpDoc comments in typo3/
- Clean up phpDoc comments for the following classes:
* typo3/show_item.php
* typo3/show_rechis.php
* typo3/tce_db.php... - 22:56 Revision 7b24f4ea: [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext impexp
- Change-Id: I026de405b5b3c704b24a3b8eaec00d420f7cc0e8
Resolves: #37976
Releases: 6.0
Reviewed-on: http://review.typo3.... - 22:55 Revision cdcd2e78: [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext install
- Change-Id: I1bcaa9c976925445413a348eb67844d0a184f982
Resolves: #37977
Releases: 6.0
Reviewed-on: http://review.typo3.... - 22:54 Revision e56608fb: [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
- Change-Id: I2c01fbf6a18b672eae51e4aea8b65a8182bd770d
Resolves: #37972
Releases: 6.0
Reviewed-on: http://review.typo3.... - 22:50 Revision e40caded: [TASK] Fix CGL violations against DoubleQuoteUsage
- There are some other CGL violations beside DoubleQuoteUsageNotRequired
in the affected files.
Change-Id: I84931e4705... - 22:47 Revision 257010c0: [TASK] Fix CGL violations against DoubleQuoteUsage
- Some violations against other CGL rules have been fixed as well.
Change-Id: I952218d140f559d0d90d4fc070f8de582013446... - 22:44 Revision 11026a71: [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext
- Change-Id: Ib07ed4f272fde10e7f275411699c6c4f2106a9d2
Resolves: #37979
Releases: 6.0
Reviewed-on: http://review.typo3.... - 08:36 Revision def2792e: [BUGFIX] Workspace state change notification email is always in English
- Bugfix I433a744bb377590de444ac8cf960ccfd0b1430db in EXT:workspaces
slightly changed the way the list of recipient ema... - 08:32 Revision b5a448ea: [!!!][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 ...
2012-06-13
- 21:13 Revision d4fb1b06: [BUGFIX] Hide the field "Selected Pages" for menu type "Sitemap"
- The field "Selected Pages" is never used in the content element
"Menu/Sitemap" with menu type "Sitemap". So it should... - 21:11 Revision 98ccffbd: [BUGFIX] Hide the field "Selected Pages" for menu type "Sitemap"
- The field "Selected Pages" is never used in the content element
"Menu/Sitemap" with menu type "Sitemap". So it should... - 21:09 Revision 1e974704: [BUGFIX] Hide the field "Selected Pages" for menu type "Sitemap"
- The field "Selected Pages" is never used in the content element
"Menu/Sitemap" with menu type "Sitemap". So it should... - 20:48 Revision 2436ff89: [TASK] Add plugin name to page module's CE
- During cleanup of the page module's CE rendering
a bit too much cleanup happened and the name
of the plugin is not sh... - 08:10 Revision 19bd9847: [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in /t3lib/
- Change-Id: I2b7154823d5878bfd8893cf3c1279ac048df9e8c
Resolves: #37973
Releases: 6.0
Reviewed-on: http://review.typo3.... - 07:04 Revision cdc8e952: [TASK] Fix very last CGL violation "SemicolonSpacingIncorrect"
- Change-Id: I26bb40d7d55c03c0cbca16987c4c09995b29e67d
Resolves: #37983
Releases: 6.0
Reviewed-on: http://review.typo3.... - 07:03 Revision fad6966c: [BUGFIX] Hide the field "Selected Pages" for menu type "Sitemap"
- The field "Selected Pages" is never used in the content element
"Menu/Sitemap" with menu type "Sitemap". So it should...
2012-06-12
- 09:09 Revision 83504661: [TASK] Clean up phpDoc comments in typo3/
- Clean up phpDoc comments for the following classes:
* typo3/class.file_list.inc
* typo3/class.filelistfoldertree.php... - 00:17 Revision 82cd7248: [TASK] Reduce concatenation CGL violations in css_styled_content
- Change-Id: I458577566cf13bd9a6e026ccfdaba7610e309586
Resolves: #37930
Releases: 6.0
Reviewed-on: http://review.typo3.... - 00:16 Revision e765ddc1: [TASK] Reduce concatenation CGL violations in /typo3/classes/
- Change-Id: I1f6130e6af5480533a5f40e62a45ffc9530c8a95
Resolves: #37927
Releases: 6.0
Reviewed-on: http://review.typo3.... - 00:12 Revision ea398c2a: [TASK] Clean up phpDoc comments in typo3/
- Clean up phpDoc comments for the following classes:
* typo3/class.db_list.inc
* typo3/class.db_list_extra.inc
Clean... - 00:06 Revision 19575fa2: [TASK] Fix concatenation CGL violations in /t3lib/
- Change-Id: I14825a8139ce5bf78ffcc96eea4204f507da5fb7
Resolves: #37923
Releases: 6.0
Reviewed-on: http://review.typo3....
2012-06-11
- 22:34 Revision dd885325: CGL FunctionCallArgumentSpacingNoSpaceAfterComma in setup
- Fix CGL violations against FunctionCallArgumentSpacingNoSpaceAfterComma
in /typo3/sysext/setup.
Change-Id: I34e805a5... - 22:28 Revision 4f73988d: [BUGFIX] Exclude E_STRICT from error reporting
- From PHP 5.4, E_STRICT became part of E_ALL. This leads to lots of runtime
notice exceptions when using PHP 5.4. To a... - 22:08 Revision 2c5ca9e2: [TASK] Clean up phpDoc comments in typo3/
- Clean up phpDoc comments for the following classes:
* typo3/backend.php
* typo3/browse_links.php
* typo3/browser.php... - 21:12 Revision 8a8cf935: [TASK] Clean up phpDoc comments in typo3/
- Clean up phpDoc comments for the following classes:
* typo3/alt_doc.php
* typo3/alt_doc_nodoc.php
* typo3/alt_file_n... - 20:15 Revision 430258f6: [TASK] Harmonize coding style of if constructs in /typo3/sysext/cms/
- Change-Id: Ie934ab73b9c24f2f383d15a2f5f91347382ea48b
Resolves: #37789
Releases: 6.0
Reviewed-on: http://review.typo3.... - 20:02 Revision c371cdfa: [TASK] Fix CGL "InlineCommentWrongStyle" in sysext "version"
- There are violations against the CGL rule "InlineCommentWrongStyle".
This will be fixed.
Change-Id: I3906272a23b2b8... - 19:57 Revision ce1c982c: [TASK] Harmonize coding style of if constructs in /t3lib/
- Change-Id: I3f2af480d2ebbaeb1eea1b589a060b595c35f76a
Resolves: #37790
Releases: 6.0
Reviewed-on: http://review.typo3.... - 19:55 Revision a0fe56ed: [TASK] Fix CGL FunctionCallArgumentSpacingTooMuchSpaceAfterComma
- There are violations against the CGL rule
"FunctionCallArgumentSpacingTooMuchSpaceAfterComma".
This will be fixed.
... - 19:53 Revision 144e0ab2: [TASK] Fix CGL FunctionCallArgumentSpacingSpaceBeforeComma
- According to metrics.typo3.org the very last core CGL violation
against "FunctionCallArgumentSpacingSpaceBeforeComma"... - 19:52 Revision 7d4f675a: [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in indexed_search
- A few other CGL violations will also be reduced.
Change-Id: Ib7e4ee0d53718a734ba8537f85ff3f234caa78c7
Resolves: #378... - 19:48 Revision c2726e91: [TASK] Fix CGL FunctionCallArgumentSpacingTooMuchSpaceAfterComma
- There is one violation against the CGL rule
"FunctionCallArgumentSpacingTooMuchSpaceAfterComma".
This will be fixed.... - 19:45 Revision 5b7f73e0: [TASK] Fix CGL "InlineCommentWrongStyle" in sysext "workspaces"
- There are violations against the CGL rule "InlineCommentWrongStyle".
This will be fixed.
Change-Id: Id54a7c1f71e5df... - 19:38 Revision 395ae41d: [TASK] Clean up phpDoc comments in typo3/
- Clean up phpDoc comments for the following classes:
* typo3/ajax.php
* typo3/alt_clickmenu.php
* typo3/alt_db_navfra... - 19:25 Revision 6107e21b: [TASK] Clean up phpDoc comments in typo3/classes
- Clean up phpDoc comments for the following classes:
* typo3/classes/class.ajaxlogin.php
* typo3/classes/class.clearc... - 19:05 Revision c2f7051d: [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in saltedpasswords
- There are CGL violations "FunctionCallArgumentSpacingNoSpaceAfterComma"
in typo3/sysext/saltedpasswords/.
These will... - 18:16 Revision 7ecce5f5: [TASK] CGL FunctionCallArgumentSpacingNoSpaceAfterComma in statictemplates
- A few other CGL violations will also be reduced.
Change-Id: I8d410de51886dd7314d6ebb83644b5ef969f26ce
Resolves: #378... - 09:47 Revision f5040a7a: [TASK] favicon for backend window
- Adds favicon to the backend view.
Also brings few CGL improvements.
Fixes: #37868
Releases: 6.0
Change-Id: I7b0e71e6... - 07:43 Revision c54b75a2: [TASK] Assignment arithmetic and comparison space missing in typo3/mod
- Change-Id: I77826ac68c8d96191c708ff39e122981882addb6
Resolves: #37875
Releases: 6.0
Reviewed-on: http://review.typo3... - 07:42 Revision af798fc4: [TASK] Clean up phpDoc comments in typo3/interfaces
- Clean up phpDoc comments for the following classes:
* typo3/interfaces/interface.backend_cacheActionsHook.php
* typo...
2012-06-10
- 18:35 Revision c1103a68: [TASK] Add unit tests for GET/POST input related methods in t3lib_div
- Adds tests for _GP, _GPmerged, _GET, _POST and _GETset.
Change-Id: I27b8db55d76b560854700baf518c686254c951ae
Resolve... - 18:10 Revision 47f22af4: [TASK] Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/
- There are violations against the CGL rule "DoubleQuoteUsageNotRequired" in
/typo3/ (not: /typo3/sysest/).
These will... - 17:58 Revision 924e112b: [TASK] CGL violations DoubleQuoteUsage in t3lib/
- There are some violations against the CGL rule
"DoubleQuoteUsage" in /t3lib/. These will be
reduced by this commit.
... - 17:22 Revision 68781dce: [TASK] CGL FunctionCallArgumentSpacingNoSpace in fe_adminLib.inc
- There are CGL violations against
FunctionCallArgumentSpacingNoSpaceAfterComma in
typo3/sysext/cms/tslib/media/scripts... - 17:16 Revision bdaa1709: [TASK] Increase readability of CLI messages
- Increase the readability of CLI messages when calling them on the
command line.
This improvement displays more human ... - 16:20 Revision 185297b6: [TASK] CGL: fix FunctionCallArgumentSpacingNoSpaceAfterComma violations
- Adds spaces to function definition where needed.
Change-Id: I3265a0fa9a82da91babfd8b87f0019e785f1574b
Fixes: #37709
...
2012-06-09
- 09:46 Revision 04a92660: [TASK] CGL FunctionCallArgumentSpacingNoSpace in plaintextLib.inc
- There are CGL violations against
FunctionCallArgumentSpacingNoSpaceAfterComma in
typo3/sysext/cms/tslib/media/scripts... - 09:44 Revision 941f7dd8: [TASK] CGL: Improve function spacing
- Improves last outstanding function spacing issues of type
OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace.
Chan... - 09:43 Revision aa19150b: [BUGFIX] Missing typehint in abstract FAL driver
- Change-Id: I1d7621f445690a4b1056ed6c227035514129415a
Resolves: #37540
Releases: 6.0
Reviewed-on: http://review.typo3....
2012-06-08
- 17:35 Revision e3e4e545: [TASK] Remove xclass definitions from linktype classes
- Change-Id: I6d9037bf36fe2e9a189ecf472e16f3d6af283e8c
Resolves: #36825
Releases: 6.0 - 09:36 Revision a3e81064: [TASK] Harmonize coding style of control structures in sysext "workspaces"
- Change-Id: Id7867c6f2713847247d35172aa9060f7c91e4b49
Resolves: #37824
Releases: 6.0
Reviewed-on: http://review.typo3.... - 09:36 Revision 8d02ae87: [TASK] Harmonize coding style of control structures in sysext "version"
- Change-Id: Ic3da08af8fe0de01227a1332fc5e1ae61315f0c1
Resolves: #37823
Releases: 6.0
Reviewed-on: http://review.typo3....
2012-06-07
- 21:35 Revision 65b368e3: [TASK] Reduce CGL violations DoubleQuoteUsageNotRequired in "linkvalidator"
- Change-Id: I3f308f0c26dfa55d85bfe5e9051d2536062b6fcd
Resolves: #37825
Releases: 6.0 - 21:19 Revision 70857b32: Merge "[TASK] Harmonize coding style of if constructs in sysext "linkvalidator""
- 20:35 Revision 3bd89bed: [TASK] Harmonize coding style of if constructs in sysext "linkvalidator"
- Change-Id: I7041be89d9b91f06746bb832b63933204c3608b2
Resolves: #37822
Releases: 6.0
2012-06-06
- 07:29 Revision 83f4d78f: [TASK] Harmonize coding style of if constructs in /typo3/classes/
- Change-Id: I1a0f8bcd436eefa59abdaa1e40a0cd9711a01b38
Resolves: #37776
Releases: 6.0
Reviewed-on: http://review.typo3....
2012-06-05
- 05:59 Revision 3ddeb776: [TASK] self:: is not used for local static member reference
- Replace local static member references with self::
Change-Id: I70624b19d67d96dedd05780c2162c4b68d7abc27
Resolves: #3...
2012-06-04
- 08:37 Revision ee53e851: [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...
2012-06-03
- 19:05 Revision a6b18724: [BUGFIX] Cleanup: PhpDoc, not initialized variables in modfuncreport
- Fix all warnings PhpStorm complains about.
Introduce class variables where those are used.
Put a required function in... - 18:09 Revision 166ac296: [TASK] Fix CGL "InlineCommentWrongStyle" in sysext "linkvalidator"
- There are violations against the CGL rule "InlineCommentWrongStyle".
This will be fixed.
Change-Id: I82c9452e9736b8... - 18:05 Revision 14b42886: [TASK] Fix CGL "InlineCommentWrongStyle" in sysext "dbal"
- There are violations against the CGL rule "InlineCommentWrongStyle".
This will be fixed.
Change-Id: I81a17da475cb70... - 15:29 Revision 3d2ec565: [TASK] CGL FunctionCallArgumentSpacingTooMuchSpaceAfterComma
- There are violations against the CGL rule
"FunctionCallArgumentSpacingTooMuchSpaceAfterComma".
These will be reduced... - 15:29 Revision e8016564: [TASK] Reduce CGL violations InlineCommentWrongStyle
- There is one violation against the CGL rule
"InlineCommentWrongStyle" left.
This will be fixed.
Change-Id: I7b2b659...
2012-06-01
- 20:00 Revision 1b738d21: [TASK] Fix CGL violations against InlineCommentWrongStyle
- There are violations against the CGL rule "InlineCommentWrongStyle".
These will be fixed.
Change-Id: I346022ff6aecf... - 19:02 Revision 7f5498b0: [TASK] Reduce CGL violations OpeningFunctionBraceKernighanRitchieSpace
- There are violations against the CGL rule
"OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace".
These will be redu... - 18:59 Revision 76151f68: [TASK] Clean up the phpDoc of t3lib/interfaces/
- Clean up the phpDoc of t3lib/interfaces/
So I made a patch doing mostly:
* Provide correct parameter names in phpDo... - 18:58 Revision bf14350f: [TASK] Clean up the phpDoc of t3lib/thumbs.php
- Clean up the phpDoc of t3lib/thumbs.php
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc... - 15:54 Revision cb28d9cd: [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/s*/
- There are violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/s*/.
These ... - 15:50 Revision 12ba71ce: [TASK] Clean up phpDoc comments in t3lib classes
- Clean up phpDoc comments for the following classes:
* t3lib/collection/AbstractRecordCollection.php
* t3lib/collecti... - 15:49 Revision a42a6092: [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/w*/
- There are violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/w*/.
These ... - 15:48 Revision 4bb34ebf: [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/t*/
- There are violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/t*/.
These... - 15:47 Revision 068d2608: [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/l*/
- There were violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/l*/.
These... - 15:46 Revision be8f32e0: [TASK] Clean up the phpDoc of t3lib/l10n/
- Clean up the phpDoc of t3lib/l10n/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
* Pr... - 15:45 Revision 90084995: [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/p*/
- There were violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/p*/.
These... - 15:31 Revision 40f498ce: [TASK] Fix CGL violations InlineCommentWrongStyle in ext_emconf.php files
- There are violations against the CGL rule "InlineCommentWrongStyle " in
ext_emconf.php files.
These will be fixed.
... - 15:19 Revision b71613cf: [TASK] CGL violations DoubleQuoteUsageNotRequired in indexed_search/
- There are violations against the CGL rule "DoubleQuoteUsageNotRequired" in
/typo3/typo3/sysext/indexed_search/.
Thes... - 15:18 Revision 27b4a339: [TASK] Reduce CGL violations DoubleQuoteUsageNotRequired in install/
- There are violations against the CGL rule "DoubleQuoteUsageNotRequired" in
/typo3/sysext/install/.
These will be red... - 15:17 Revision 60250fb6: Reduce CGL violations FunctionCallArgumentSpacingTooMuchSpaceAfterComma
- There are violations against the CGL rule
FunctionCallArgumentSpacingTooMuchSpaceAfterComma.
These should be reduced... - 08:38 Revision 9275ac67: [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/i*/
- There were violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/i*/.
These... - 08:35 Revision 643df0af: [BUGFIX ] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/cms/
- There were violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/cms/.
Thes... - 08:29 Revision f8700d49: [TASK] Reduce CGL violations FunctionCallArgumentSpacingSpaceBeforeComma
- There are violations against the CGL rule
"FunctionCallArgumentSpacingSpaceBeforeComma".
These will be reduced by th... - 08:27 Revision b46eebbe: [TASK] Clean up the phpDoc of t3lib/extjs/
- Clean up the phpDoc of t3lib/extjs/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
* P... - 08:26 Revision 02689756: [TASK] Clean up the phpDoc of t3lib/error/
- Clean up the phpDoc of t3lib/error/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
* P...
2012-05-30
- 22:24 Revision bbc55bf5: [BUGFIX] redirect to referrer when changing password
- The referrer and referrerDomains redirect options must be ignored after
changing the password, otherwise you would en... - 22:23 Revision 41147444: [BUGFIX] redirect to referrer when changing password
- The referrer and referrerDomains redirect options must be ignored after
changing the password, otherwise you would en... - 21:58 Revision bfc1fb52: [FEATURE] Use FAL file extension filter in TCA
- Change-Id: Ib85a55deae6e0d11669da804660630dbd95d9115
Releases: 6.0
Resolves: #37251
Reviewed-on: http://review.typo3.... - 21:58 Revision 1b5cdc58: [FEATURE] Limit file extensions in FAL element browser
- Change-Id: Ic34befbdf4541a2837701cb75a51d500daada8d5
Releases: 6.0
Resolves: #36816
Reviewed-on: http://review.typo3.... - 09:13 Revision 16ba61b7: [BUGFIX] CGL violations DoubleQuoteUsageContainsVar
- There are violations against the CGL rule "DoubleQuoteUsageContainsVar".
These will be reduced.
Change-Id: Ibb45e3ae... - 04:35 Revision ea009d6e: [TASK] Clean up the phpDoc of t3lib/stddb/
- Clean up the phpDoc of t3lib/stddb/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
* P... - 04:28 Revision 71d386bf: [TASK] Clean up the phpDoc of t3lib_tceforms
- Clean up the phpDoc of t3lib_tceforms
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
*... - 04:18 Revision b9521bf5: [TASK] Clean up the phpDoc of t3lib/search/
- Clean up the phpDoc of t3lib/search/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
* ... - 04:15 Revision dbc458d2: [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/o*/
- There were violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/o*/.
These... - 04:14 Revision 202f43ba: [TASK] Clean up the phpDoc of t3lib/mail/
- Clean up the phpDoc of t3lib/mail/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
* Pr... - 04:14 Revision 7e58fa88: [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/r*/
- There were violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/syset/r*/.
These ... - 04:06 Revision 79b794f0: [TASK] Clean up the phpDoc of t3lib/spritemanager/
- Clean up the phpDoc of t3lib/spritemanager/
So I made a patch doing mostly:
* Provide correct parameter names in ph... - 04:04 Revision f8ead2a4: [TASK] Clean up phpDoc comments in t3lib classes
- Clean up phpDoc comments for the following classes:
* t3lib/matchcondition/class.t3lib_matchcondition_abstract.php
*...
2012-05-29
- 18:19 Revision 2d7dd472: [TASK] Clean up the phpDoc of t3lib/tree/
- Clean up the phpDoc of t3lib/tree/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
* Pr... - 07:12 Revision ef03bc4d: [TASK] Clean up the phpDoc of t3lib/tceforms/
- Clean up the phpDoc of t3lib/tceforms/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
... - 06:20 Revision 4838ad8a: [TASK] Clean up the phpDoc of t3lib/utility/
- Clean up the phpDoc of t3lib/utility/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
*...
2012-05-28
- 22:37 Revision 1c439544: BUGFIX] Illegal string offset
- Check if parameter is an array before using it as an array in
getPagePath() and getPageInfo()
Change-Id: I96cbdcc5e6... - 22:33 Revision c32cf605: BUGFIX] Illegal string offset
- Check if parameter is an array before using it as an array in
getPagePath() and getPageInfo()
Change-Id: Idc2d36bc68... - 22:29 Revision 4a564c54: BUGFIX] Illegal string offset
- Check if parameter is an array before using it as an array in
getPagePath() and getPageInfo()
Change-Id: I56c3deabf7... - 21:40 Revision 0ceccb6c: [BUGFIX] Illegal string offset
- Check if parameter is an array before using it as an array in
getPagePath() and getPageInfo()
Change-Id: I9010dfb441... - 18:43 Revision 0d307631: [BUGFIX ] CGL violations FunctionCallArgumentSpacing in /typo3/
- There are some violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/. These will ... - 18:37 Revision 6ea9839a: [TASK] Clean up the phpDoc of t3lib_treeview
- Clean up the phpDoc of t3lib_treeview
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
*... - 15:35 Revision 375ef2b3: [BUGFIX] CGL violations FunctionCallArgumentSpacing in sysext/beuser/
- There are violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in typo3/sysext/beuser/.
The... - 13:53 Revision 9a707047: [BUGFIX] CGL violations FunctionCallArgument in indexed_search
- There were some violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in
indexed_search. The...
2012-05-27
- 11:35 Revision 1374ced5: [TASK] Remove commented-out code
- Commented-out code usually is not maintained, makes the code harder to
read and cannot be unit-tested. It should be r... - 11:23 Revision 30512b3c: [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/e*/
- There were violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/e*/.
These... - 11:23 Revision 1c0d823e: [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/c*/
- There were violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/c*/.
These... - 11:20 Revision 1bf8a817: [TASK] CGL violations FunctionCallArgumentSpacing in /typo3/sysext/f*/
- There were violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/f*/.
These...
2012-05-25
- 23:21 Revision ff439e0d: [TASK] Clean up the phpDoc of t3lib_tcemain
- Clean up the phpDoc of t3lib_tcemain
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
* ... - 20:34 Revision 6c204600: [BUGFIX] CGL violations FunctionCallArgumentSpacingSpaceBeforeComma
- There are violations against the CGL rule
"FunctionCallArgumentSpacingSpaceBeforeComma". These will be reduced.
Chan... - 14:53 Revision 2f57301c: [BUGFIX] SQL error if a task is run on a disabled page
- This happens because the init() method is not always called.
Switching the logic to first get the list of page IDs a... - 14:47 Revision 882011e0: [BUGFIX] It is not possible to set page 0 to schedular task
- This happens because there is no special handling for the treeroot
while checking the rootline for hidden pages.
Cha... - 14:41 Revision 7bbb8ffb: [BUGFIX] SQL error if opening a disabled page with module
- This happens because the list of page IDs is empty.
The count should be displayed regardless whether the current
page... - 13:43 Revision 7b741f13: [TASK] Add unittest for url parameter related functions
- Adds tests for implodeArrayForUrl, explodeUrl2Array and
compileSelectedGetVarsFromArray.
Change-Id: I07c7ee3a7436320... - 08:46 Revision 03316ee8: [BUGFIX ] CGL violations FunctionCallArgumentSpacing in alt_doc.php
- There were some violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in alt_doc.php.
These ... - 08:44 Revision c4309203: [BUGFIX ] CGL violations FunctionCallArgumentSpacing in wizard_forms.php
- There were some violations against the CGL rule
"FunctionCallArgumentSpacingNoSpaceAfterComma" in
typo3/wizard_forms....
2012-05-24
- 20:32 Revision b7790f5d: [BUGFIX] Message about missing db credentials is misleading
- If persistent connections are not allowed by MySQL the error message
"Can only select database if username/password/h... - 20:29 Revision ecb5ed61: [BUGFIX] Skip t3lib_divTest::fixPermissionsSetsGroup on MacOS
- This test makes use of posix_getegid which on Mac OS always returns -1,
thus making it useless for getting the effect... - 10:03 Revision 6498bbd2: [FEATURE] Enable overriding element browser type
- Change-Id: I07e73b67a4714e1d2eae4695c690476ee85b13ae
Releases: 6.0
Resolves: #37249
Reviewed-on: http://review.typo3.... - 08:30 Revision a0d489df: [TASK] Clean up the phpDoc of t3lib_tceforms_inline
- Clean up the phpDoc of t3lib_tceforms_inline
So I made a patch doing mostly:
* Provide correct parameter names in p... - 07:54 Revision aafcdf26: [FEATURE] New login error hook
- Add new login hook to handle login errors.
Change-Id: I72b91b78955e27e4123f458e4bf6c50ab150397b
Resolves: #29698
Rel... - 07:21 Revision 91b1c115: [TASK] Add a comment for require(Bootstrap.php)
- Bootstrap.php is included using "require" instead of "require_once" to
create a fatal error if Bootstrap.php is inclu... - 07:19 Revision cd60c053: [TASK] Clean up phpDoc comments in t3lib classes
- Clean up phpDoc comments for the following classes:
* t3lib/class.t3lib_userauth.php
* t3lib/class.t3lib_userauthgro...
2012-05-23
- 00:09 Revision d50de32d: [TASK] Set TYPO3 version to 6.0-dev
- Change-Id: I4b21e237b4502f07ae1660d3e538759c716a1f4b
Reviewed-on: http://review.typo3.org/11511
Reviewed-by: TYPO3 v4... - 00:09 Revision 4b4debd2: [RELEASE] Release of TYPO3 6.0.0alpha1
- Change-Id: I68f99111a53217f6b05ac6656b84763051516402
Reviewed-on: http://review.typo3.org/11510
Reviewed-by: TYPO3 v4... - 00:09 Revision 3154ed8e: [RELEASE] Release of TYPO3 6.0.0alpha1
- Change-Id: I68f99111a53217f6b05ac6656b84763051516402
2012-05-22
- 12:25 Revision 0f9f3273: [TASK] Set TYPO3 version to 4.7.2-dev
- Change-Id: Ib851b57964c9ee6df53ab17ee659b495bdfa6b3e
Reviewed-on: http://review.typo3.org/11445
Reviewed-by: TYPO3 v4... - 12:25 Revision 92132fe7: [RELEASE] Release of TYPO3 4.7.1
- Change-Id: I6a3fd944d6ab29df1b86ccc88a8f92fd778055f6
Reviewed-on: http://review.typo3.org/11444
Reviewed-by: TYPO3 v4... - 12:25 Revision 7fc73293: [RELEASE] Release of TYPO3 4.7.1
- Change-Id: I6a3fd944d6ab29df1b86ccc88a8f92fd778055f6
- 12:10 Revision 757b9598: [TASK] Set TYPO3 version to 4.6.10-dev
- Change-Id: Ibce2d595a5a4488ecc8fcd3bffb1d13cdaa82564
Reviewed-on: http://review.typo3.org/11442
Reviewed-by: TYPO3 v4... - 12:10 Revision 57e20a8e: [RELEASE] Release of TYPO3 4.6.9
- Change-Id: I55ca9e46c52e0be35f090736fff368eb81955bec
Reviewed-on: http://review.typo3.org/11441
Reviewed-by: TYPO3 v4... - 12:10 Revision 098595e1: [RELEASE] Release of TYPO3 4.6.9
- Change-Id: I55ca9e46c52e0be35f090736fff368eb81955bec
- 12:00 Revision 1d59cbfe: [TASK] Set TYPO3 version to 4.5.17-dev
- Change-Id: I1d05a6bdacf125bb31c3cf53e03a6c867b5aead5
Reviewed-on: http://review.typo3.org/11440
Reviewed-by: TYPO3 v4... - 12:00 Revision 75b25642: [RELEASE] Release of TYPO3 4.5.16
- Change-Id: Ib7f13d1db2f4bee84ac038f8198cbe09051b19e4
Reviewed-on: http://review.typo3.org/11439
Reviewed-by: TYPO3 v4... - 11:59 Revision 94b91885: [RELEASE] Release of TYPO3 4.5.16
- Change-Id: Ib7f13d1db2f4bee84ac038f8198cbe09051b19e4
- 11:57 Revision 37912b3b: [TASK] Raise submodule pointer
- Change-Id: I5018a3800a8a3553251ae0a79dfec7e7e5e9cb15
Reviewed-on: http://review.typo3.org/11438
Reviewed-by: TYPO3 v4... - 11:56 Revision e3cbcc1a: [TASK] Raise submodule pointer
- Change-Id: I2994e79f435be3374ad68c526eb5ab629f154a6b
Reviewed-on: http://review.typo3.org/11437
Reviewed-by: TYPO3 v4... - 11:54 Revision 21c65e73: [TASK] Raise submodule pointer
- Change-Id: Icab7d9914103db01598b8088c72871c7066c3baa
Reviewed-on: http://review.typo3.org/11436
Reviewed-by: TYPO3 v4... - 11:53 Revision b81c7476: [TASK] Raise submodule pointer
- Change-Id: Ic4c3b01935c82169ed30195f340359c7b88f25ad
Reviewed-on: http://review.typo3.org/11435
Reviewed-by: TYPO3 v4... - 11:48 Revision 95bfabba: [TASK] Raise version number of sysexts to 4.7.1
- Change-Id: I6f4c95f317518e2737976a7857533d85c7dbd457
Reviewed-on: http://review.typo3.org/11433
Reviewed-by: Xavier P... - 11:16 Revision d08c2e69: [TASK] Update version to 4.7.1
- Change-Id: Ifaa170eaf8700d9d930892f06b678df2c5e9c723
Reviewed-on: http://review.typo3.org/11431
Reviewed-by: Xavier P... - 11:14 Revision d46797e2: [TASK] Update version to 4.7.1
- Change-Id: I3f63f962da07ba545007d69d45d263025d9832e0
Reviewed-on: http://review.typo3.org/11430
Reviewed-by: Xavier P... - 11:11 Revision 64992fe0: [TASK] Update version to 4.7.1
- Change-Id: I94d54e553a1e8d8e7b0af62bf885fddebe682b51
- 11:06 Revision 941291f6: [TASK] Update version to 4.7.1
- Change-Id: Ieaa47783933f198499aad47705b8fef15b6bfd88
- 11:00 Revision 08dea148: [TASK] Update version to 4.7.1
- Change-Id: Ieda457a7a3b24d0e075e46738eaa0181adda7125
- 00:34 Revision 73cec8dd: [TASK] Update ext_emconf.php
- Change-Id: I62d9340098ba9fe3a842fd2534b068e7adcdeb06
- 00:20 Revision b98caef7: [TASK] Update ext_emconf.php
- Change-Id: I71e7de5e033980e337c43187f0df16675c497049
2012-05-21
- 23:45 Revision 6f3374bf: [TASK] Update ext_emconf.php
- Change-Id: I7ac23acb0f7308fa9fb0fe688b8c8ae59815c35d
- 23:32 Revision 26439829: Merge "[Task] Update changelog and version to 6.0.0-dev"
- 23:05 Revision d4da7991: [BUGFIX] Pagetree: Copying large branches duplicates branch
- Copying large branches (500+ pages, depending on the server) has a big
problem: The AJAX request is answered too late... - 23:05 Revision 1def46ae: [BUGFIX] Pagetree: Copying large branches duplicates branch
- Copying large branches (500+ pages, depending on the server) has a big
problem: The AJAX request is answered too late... - 23:05 Revision c4d93451: [BUGFIX] Pagetree: Copying large branches duplicates branch
- Copying large branches (500+ pages, depending on the server) has a big
problem: The AJAX request is answered too late... - 20:36 Revision 915b8261: [TASK] Add a comment for the require_once in t3lib_error_ErrorHandler
- These require_once calls are needed to make the exception classes
available even if the autoloader is not loaded at t... - 20:36 Revision 796db8ec: [TASK] Add a comment for require_once in t3lib_error_ErrorHandler
- These require_once calls are needed to make the exception classes
available even if the autoloader is not loaded at t... - 20:35 Revision 58c47308: [TASK] Add a comment for require_once in t3lib_error_ErrorHandler
- These require_once calls are needed to make the exception classes
available even if the autoloader is not loaded at t... - 18:32 Revision 2d508beb: [TASK] Replace Space Indent into Tab indent (CGL Cleanup)
- This patch replaces some forgotten and/or
overseen space chars in indention into tab chars.
Change-Id: I02e7980ef77d... - 09:47 Revision 62d2b651: [BUGFIX] PHP warning when a language pack does not exist
- If PHP warnings are not catched, file_get_contents issues a warning
message whenever a file cannot be retrieved.
Cha... - 09:47 Revision 7a12fd50: [BUGFIX] PHP warning when a language pack does not exist
- If PHP warnings are not catched, file_get_contents issues a warning
message whenever a file cannot be retrieved.
Cha... - 09:47 Revision c07cfc09: [BUGFIX] PHP warning when a language pack does not exist
- If PHP warnings are not catched, file_get_contents issues a warning
message whenever a file cannot be retrieved.
Cha... - 09:43 Revision 7a56e066: [BUGFIX] PHP warning when a language pack does not exist
- If PHP warnings are not catched, file_get_contents issues a warning
message whenever a file cannot be retrieved.
Cha...
Also available in: Atom