[TYPO3-core] RFC: #12355: Remove WIN-check in tsconfig_help::rebuild

Steffen Kamper info at sk-typo3.de
Tue Oct 27 00:01:20 CET 2009


Hi,

This is SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=12355

Branches: trunk

There is a wrong OS-check in tsconfig_help:
if ($GLOBALS['TYPO3_OS'] === 'WIN')

This is wrong, as the OS is saved in constant TYPO3_OS, not in GLOBALS.

Now correcting the check would disable the rebuild function of the 
module for windows. I checked, and rebuild works on windows.

So: remove the check.


btw - checking the result of rebuild it looks a bit weird.
This is my result on trunk:

Extension css_styled_content...0 sections (manual)

Extension rtehtmlarea...11 sections (manual)

Extension phpunit...0 sections (manual)

Extension recycler...0 sections (manual)

Extension felogin...1 sections (manual)

Extension fire_debug...0 sections (manual)

Extension realurl...3 sections (manual)

Extension scheduler...0 sections (manual)

Extension indexed_search...1 sections (manual)

Extension sk_pagecomments...0 sections (manual)

Extension sr_freecap...1 sections (manual)

Extension sk_pdfviewer...0 sections (manual)

Extension typoscriptce...0 sections (manual)

Extension alpha_sitemap...0 sections (manual)

Extension geshilib...0 sections (manual)

Extension syntaxhighlight...0 sections (manual)

Extension tt_news...0 sections (manual)

Extension static_info_tables...1 sections (manual)

Extension templavoila...4 sections (manual)

Extension pmkautokeywords...1 sections (manual)

Extension mvc_extjs...0 sections (manual)

Extension mvc_extjs_samples...0 sections (manual)

Extension cc_sysinfo...0 sections (manual)

Extension devlog...1 sections (manual)

Extension phpmyadmin...0 sections (manual)

Extension social_media_widgets...1 sections (manual)

Extension synchronize...0 sections (manual)

Extension llxmltranslate...0 sections (manual)

Update warnings

The following manuals contain one or more tables without markers: 
realurl (3)
sr_freecap (1)
static_info_tables (1)
devlog (1)

The following markers appear in several manuals or several times in the 
same manual:
page:RTE: rtehtmlarea (7)

after rebuild DB contains 25 records (which are less than the static 
data). Could you verify that on your installation, i fear that the 
rebuild doesn't work correct.

vg Steffen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 12355.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20091027/f1807efb/attachment.asc>


More information about the TYPO3-team-core mailing list