Christopher [Thu, 7 Jun 2012 19:19:21 +0000 (21:19 +0200)]
Merge "[TASK] Harmonize coding style of if constructs in sysext "linkvalidator""
Roland Waldner [Thu, 7 Jun 2012 18:35:27 +0000 (20:35 +0200)]
[TASK] Harmonize coding style of if constructs in sysext "linkvalidator"
Change-Id: I7041be89d9b91f06746bb832b63933204c3608b2
Resolves: #37822
Releases: 6.0
Philipp Gampe [Fri, 4 May 2012 17:59:55 +0000 (19:59 +0200)]
[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 into the interface.
This fix is meant to go to all branches, thus no code changes except a
pointless check which is removed.
Change-Id: Ic20a24f75b6a1b12f3efa1acfd272b2e2d3f6c2f
Fixes: #36853
Releases: 6.0, 4.7, 4.6, 4.5
Roland Waldner [Sun, 3 Jun 2012 16:09:50 +0000 (18:09 +0200)]
[TASK] Fix CGL "InlineCommentWrongStyle" in sysext "linkvalidator"
There are violations against the CGL rule "InlineCommentWrongStyle".
This will be fixed.
Change-Id: I82c9452e9736b8120c642a31862f48838f64439d
Resolves: #37719
Releases: 6.0
Stefano Kowalke [Sun, 6 May 2012 11:55:18 +0000 (13:55 +0200)]
[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: Ia59d8d74f87e187c528f054329dc26a91d902e5e
Resolves: #36882
Releases: 6.0
Philipp Gampe [Fri, 4 May 2012 17:08:52 +0000 (19:08 +0200)]
[BUGFIX] Do not pass by reference (2)
Change-Id: Ic2e4bc864e324126ead31e850a92bc6161fc87f5
Fixes: #36851
Releases: 6.0, 4.7, 4.6, 4.5
Philipp Gampe [Fri, 4 May 2012 17:01:35 +0000 (19:01 +0200)]
[TASK] Remove XCLASS definitions
Change-Id: Ie9e1f5f9e0a142231b7b5601de0d31ddbe4498c9
Resolves: #36825
Releases: 6.0
Philipp Gampe [Fri, 27 Apr 2012 15:38:00 +0000 (17:38 +0200)]
[BUGFIX] Do not pass by reference
PHP passes objects by reference anyway.
Change-Id: I47d82c724224ec99dcf0cef2d4c4d42de5c2cf21
Fixes: #36676
Releases: 6.0, 4.7, 4.6, 4.5
Philipp Gampe [Wed, 14 Mar 2012 10:04:37 +0000 (11:04 +0100)]
[BUGFIX] Custom validators may be overriden by default validators
The softref parser always puts the type to 'db' for db records.
Due to the abstract validators fetchType method just returning this
type, the type gets overriden if any validator without own fetchType
method is evaluated later.
The solution is to store the type inside the record array, so that the
returned type is the last special type found.
Change-Id: I5d831c4f25c37da2606ad772e91bcfa11891e1df
Fixes: #34566
Releases: 4.5,4.6,4.7,6.0
Philipp Gampe [Tue, 20 Mar 2012 20:59:45 +0000 (21:59 +0100)]
[BUGFIX] Code cleanup tx_linkvalidator_processor
* remove unused variables
* initialize used variables
* allow IDE type hinting
Change-Id: I1854c2c99a7071e6efbdd40d0b475ead5a5fc07f
Fixes: #35058
Releases: 4.5, 4.6, 4.7, 4.8
Philipp Gampe [Mon, 19 Mar 2012 19:34:39 +0000 (20:34 +0100)]
[BUGFIX] Hook must use unset $params not reset
Change-Id: I456e74e2ccb666dc494ced586607cee355dd65fc
Fixes: #35021
Related: #30296
Releases: 4.7, 4.8
Soren Malling [Wed, 28 Sep 2011 04:56:17 +0000 (06:56 +0200)]
[TASK] Linkvalidator should have a hook for report markers
The Linkvalidator scheduler task should provide hooks within the
markers, in order for administrators to create more detailed reports.
This hook gives the possibility to get the information about a page, and
use it for any data purpose (user in charge, last update etc.)
Change-Id: Ib1bd45513be765e223ee2dcff35301d423b84a1a
Resolves: #30296
Releases: 4.7, 4.8
Philipp Gampe [Wed, 14 Mar 2012 09:39:10 +0000 (10:39 +0100)]
[BUGFIX] Methods should not be private
Change-Id: Ica4f031652d9a8f6d6b652297710170c45502f21
Fixes: #34581
Releases: 4.5,4.6,4.7,4.8
Philipp Gampe [Fri, 16 Dec 2011 15:23:43 +0000 (16:23 +0100)]
[TASK] Do not load linkvalidator in frontend
Linkvalidator is a backend module and should not be loaded in
frontend.
Change-Id: I37afe806afaf5576ebde1dc4b36e80ad7892fc09
Resolves: #32628
Releases: 4.7,4.6,4.5
Christopher Stelmaszyk [Sun, 23 Oct 2011 15:14:09 +0000 (17:14 +0200)]
[TASK] Prepare for release of TYPO3 4.6
Updated ChangeLog and ext_emconf.php.
Change-Id: Ic03a8a12d5410366bded0ef14390b8e8405ddab8
Resolves: #31202
Releases: 4.7, 4.6
Xavier Perseguers [Thu, 20 Oct 2011 11:49:39 +0000 (13:49 +0200)]
[BUGFIX] Pootle: Multi-line labels are not rendered properly
In order to ensure that multi-line labels can be properly translated on Pootle or
any 3rd party tool, it turns out that an additional attribute xml:space="preserve"
should be added to each and every <trans-unit> tag in the localization files.
Change-Id: I91ff0df927fa86e911bde4ce0692ac9c85140374
Relates: #31141
Releases: 4.6
Philipp Gampe [Wed, 19 Oct 2011 07:53:07 +0000 (09:53 +0200)]
[TASK] Fix version number of 4.6 branch
Change-Id: I3b1593906e3b45d0a0f92091077ec07c6f29c893
Resolves: #30896
Releases: 4.6
Dominique Feyer [Tue, 18 Oct 2011 07:34:17 +0000 (09:34 +0200)]
[TASK] English XLIFF files should not contain target element
Pootle uses the English XLIFF file has the template language and as such
it does not make sense to have "en" -> "en" translation files.
English XLIFF files are templates and should contain only a 'source', not
a 'target' element.
This commit contains:
- Remove of the target elements
- Remove target-language attribute
- Set the date attribute to the correct format
- Remove approved attribute
Change-Id: Id3ad23a524d7a2d9368301a2269c4fcd56d72eac
Resolves: #31045
Relates: #30916
Releases: 4.6
Philipp Gampe [Tue, 11 Oct 2011 06:33:31 +0000 (08:33 +0200)]
[TASK] Prepare merge for 4.6-RC1 (part 2)
Some issues have been fixed in between.
Update ext_emconf.php and Changelog.
Change-Id: I4424dc0f5d7c1e487fc35220328d7c770a0336c1
Resolves: #30755
Philipp Gampe [Tue, 11 Oct 2011 06:12:53 +0000 (08:12 +0200)]
Merge "[BUGFIX] Invalid target language in localization file"
Xavier Perseguers [Mon, 10 Oct 2011 23:15:43 +0000 (01:15 +0200)]
[BUGFIX] Invalid target language in localization file
File modfuncreport/locallang.xlf has invalid target language "vn"
instead of "en".
Change-Id: Ib2f72acb28587eb2cb39381575bc78f5b7dfb3a7
Fixes: #30761
Releases: 4.6
Oliver Hader [Mon, 10 Oct 2011 22:47:21 +0000 (00:47 +0200)]
[BUGFIX][SECURITY] SQL Injection in Scheduler Task of Linkvalidator
The field "start page (uid)" in the addition fields for the Scheduler
task is not sanitized on executing a SQL query to look up the page.
Change-Id: I99f7ac32ed16ef3d2be9673ee2d0af72ed0c5b0c
Resolves: #30753
Releases: 4.5,4.6
Philipp Gampe [Mon, 10 Oct 2011 20:48:51 +0000 (22:48 +0200)]
[TASK] Merge Changes from core since last sync
Some files got modified in core; include those.
Update ext_emconf.php once again.
Change-Id: I924fcf77d187a1f519fd76633edd780202ffbc40
Resolves: #30757
Philipp Gampe [Mon, 10 Oct 2011 20:22:15 +0000 (22:22 +0200)]
[TASK] Prepare merge for 4.6-RC1
Change version number to 1.5.0-rc1.
Update ext_emconf.php.
Update Changelog.
Change-Id: I21534b67197a2a150dceb0946d259e19697e3bd3
Resolves: #30755
Philipp Gampe [Mon, 10 Oct 2011 20:11:18 +0000 (22:11 +0200)]
Merge "[BUGFIX] SQL error if a task is run on a disabled page"
Philipp Gampe [Mon, 10 Oct 2011 19:59:11 +0000 (21:59 +0200)]
[TASK] Update manual
Add section about HTTP options in Install Tool.
Fix some minor issues.
Fix version number.
Change-Id: I693887fb2a53aef2089e4609c995d8eb163a7f6c
Resolves: #30588
Philipp Gampe [Wed, 5 Oct 2011 22:59:22 +0000 (00:59 +0200)]
[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 and only
checking the links of the list is not empty.
Change-Id: Idc18dba6c8503b73e0daf936e96aa7c784345466
Fixes: #30593
Releases: 4.5, 4.6
Philipp Gampe [Mon, 10 Oct 2011 13:03:03 +0000 (15:03 +0200)]
Merge "[BUGFIX] It is not possible to set page 0 to schedular task"
Philipp Gampe [Mon, 10 Oct 2011 11:52:18 +0000 (13:52 +0200)]
Merge "[BUGFIX] SQL error if opening a disabled page with module"
Philipp Gampe [Wed, 5 Oct 2011 22:38:13 +0000 (00:38 +0200)]
[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.
Change-Id: Ie4e70e777e6df74ee261626810972d1a4fb880ac
Fixes: #30586
Releases: 4.5,4.6
Philipp Gampe [Thu, 6 Oct 2011 00:00:45 +0000 (02:00 +0200)]
[BUGFIX] Revert change in interface signature
The type hints in the interface signature break other extensions adding
linkvalidator tasks. This is because they extend the abstract linktype
class and the interface was without type hints (array, object name) in
4.5.
Thus it is impossible to support both 4.5 and 4.6 with the same
linktype, although the interface is the very same.
Solution: Drop the hints again (PHPdoc must be enough).
Change-Id: I3c344a89344825e3ce55d46ec03f431287c9bf8b
Fixes: #30589
Related: #M18276
Philipp Gampe [Wed, 5 Oct 2011 22:11:32 +0000 (00:11 +0200)]
[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 is hidden or not.
Change-Id: I73a2b7c1c2db7bee52d8350e6eda6b7eb59c9cb2
Fixes: #30585
Releases: 4.5, 4.6
Philipp Gampe [Sat, 24 Sep 2011 14:03:43 +0000 (16:03 +0200)]
[TASK] Fix CGL issues
* A fix whitespace issues.
* Add some missing $GLOBALS['TYPO3_DB']->sql_free_result($res);
* Remove some unused variables
* Add double (()) for assignment in condition
* Check for FALSE after assigning sql_fetch_assoc($res)
Change-Id: I3007024ef004fc28aee6bc91ae888305f227b9ce
Resolves: #29341
Releases: 4.6
Bjoern Pedersen [Sat, 24 Sep 2011 13:41:21 +0000 (15:41 +0200)]
[BUGFIX] Initialize $currentR in analyseTypoLinks
There are pathes through analyseTypoLinks where currentR is
not set, it can happen that the fetchType hook gets
called with currentR=null.
This throws an API error as the fetchType interface
requires the first arg to be an array.
Change-Id: Ic124938c8744c8ef412013499ad368e5b7966d9f
Resolves: #30043
Releases: 4.6
Reviewed-on: http://review.typo3.org/5097
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer
Christopher [Tue, 30 Aug 2011 14:09:28 +0000 (16:09 +0200)]
[TASK] Bump version number
Prepare the version number for a value, which is higher than the
one we might reach in the 4.5 branch. This will avoid confusion
with version numbers being reused by mistake.
Change-Id: I31b8d32d37ad0cfc8be9c8d58cc726bfc8e72a5f
Philipp Gampe [Tue, 30 Aug 2011 06:42:16 +0000 (08:42 +0200)]
[TASK] Release linkvalidator 1.0.4
Change-Id: I6db57880de8706770d4ddfce71d3ca990514dd46
Resolves: #29338
Philipp Gampe [Sun, 21 Aug 2011 23:48:54 +0000 (01:48 +0200)]
[TASK] Fix phpdoc and method signatures
Change-Id: I88afbd629fbb72de599bee273c4a929c3fc6a9be
Resoles: #29140
Releases: 4.6
Christopher [Fri, 26 Aug 2011 16:05:29 +0000 (18:05 +0200)]
[BUGFIX] Fatal error with E_STRICT: Declarations of fetchType and
checkLink must be compatible with interface
The cleanup of external url validator introduced type hints
in the method. This results in a fatal error if E_STRICT is
set.
As type hints are desirable, change the interface and
all places where it is overridden.
Change-Id: I59e1e62181de274c808f5e27992c076b6cf335f6
Fixes: #29137
Releases: 4.6
Christopher [Fri, 26 Aug 2011 14:00:12 +0000 (16:00 +0200)]
[BUGFIX] XLIFF: Approved attribute is on wrong element
Attribute "approved" is currently put on "target" element instead
of "trans-unit".
Change-Id: I1e46f8ff82a53f94ecd28de2368f515255b6da21
Resolves: #29275
Releases: 4.6
Christopher [Fri, 19 Aug 2011 12:14:36 +0000 (14:14 +0200)]
[TASK] Unify table layouts
Corrects layout of overview tables. These are unified
following the standard style of list and page module.
Thanks to Felix Kopp.
Change-Id: Idf78a94ffd6e50af1d37a66fa16f1d337d50ee20
Resolves: #29078
Releases: 4.6
Christopher [Mon, 15 Aug 2011 17:00:50 +0000 (19:00 +0200)]
[TASK] Update ChangeLog
Update ChangeLog to include the newest changes.
Change-Id: I852fc4cbe3abd742601497c176dec183e9bed2a0
Philipp Gampe [Wed, 10 Aug 2011 16:46:23 +0000 (18:46 +0200)]
[TASK] Refactor to t3lib_http_Request for external URLs
Refactor external URL checker by using t3lib_http-Request.
This solves all outstanding issues with externel URL
checker.
Change-Id: Ib5d70f4c18fce2617dd9b4d0c675468c5c9558ed
Resolves: #28915
Resolves: #13849
Resolves: #13800
Fixes: #12225
Fixes: #13756
Fixes: #13547
Fixes: #13802
Fixes: #13847
Philipp Gampe [Wed, 10 Aug 2011 17:01:14 +0000 (19:01 +0200)]
[TASK] Add XLIFF files
The patch was created by Dominique Feyer using the
LLXML2XLIFF-Tool.
Change-Id: Ib8992e127686d674998b828f0e4876845e09cd64
Resolves: #28277
Christopher [Sun, 17 Jul 2011 16:28:03 +0000 (18:28 +0200)]
[TASK] Fix localization handling to support XLIFF
Due to the change in localization handling within the Core, we need
some updates.
Thanks to Dominique Feyer.
Change-Id: I48bd12d4fa8a7718b1842e044fa6d0a294028f30
Resolves: #27416
Philipp Gampe [Fri, 15 Jul 2011 14:10:14 +0000 (16:10 +0200)]
[TASK] Merge changes from 4.5 upstream to master
During integration of linkvalidator for 4.5, more changes were
done. Merge those with master branch.
Change-Id: Ibcee327e7f9d39b6a576fc4698510b857894a2a1
Resolves: #28241
Stefan Neufeind [Sun, 17 Jul 2011 01:29:06 +0000 (03:29 +0200)]
[BUGFIX] Correct initialisation of BACK_PATH
BACK_PATH needs to be set before calling setModuleTemplate().
Thanks to Daniel Minder.
Change-Id: Ia5a4c332ef50785150b58e2e4d7deff0a9544e26
Resolves: #28255
Releases: 4.5, 4.6
Christopher [Fri, 15 Jul 2011 13:38:20 +0000 (15:38 +0200)]
[TASK] Add .gitignore file.
Add a .gitignore file so that the checkout is not polluted by files,
which might be present but should never be committed
(like IDE configuration and such).
Change-Id: I04a35868d17670a6947f480c071218451e279206
Resolves: #28238
Releases: 4.5, 4.6
typo3.lists [Sun, 22 May 2011 17:43:01 +0000 (17:43 +0000)]
* Task: Update Version Number to 1.0.3
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47991
735d13b6-9817-0410-8766-
e36946ffe9aa
typo3.lists [Sun, 22 May 2011 09:14:40 +0000 (09:14 +0000)]
Task: Fix whitespace issues in all branches
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47977
735d13b6-9817-0410-8766-
e36946ffe9aa
typo3.lists [Sat, 21 May 2011 13:05:40 +0000 (13:05 +0000)]
Feature #13800: Add user-agent header
Fixed Bug #13680: Refactor external link, do not follow senseless loop, add user agent (thanks to Daniel Minder)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47965
735d13b6-9817-0410-8766-
e36946ffe9aa
typo3.lists [Wed, 18 May 2011 16:00:20 +0000 (16:00 +0000)]
Fixed bug #13368: Content of Tab is not scrollable (Michael Miousse)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47883
735d13b6-9817-0410-8766-
e36946ffe9aa
typo3.lists [Wed, 18 May 2011 15:49:59 +0000 (15:49 +0000)]
Fixed bug #26731: The info module does not show up in IE 7 and 8 (Michael Miousse)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47880
735d13b6-9817-0410-8766-
e36946ffe9aa
typo3.lists [Wed, 18 May 2011 15:39:22 +0000 (15:39 +0000)]
Fixed bug #13828: checkhidden has no effect for some configurations (Michael Miousse)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47877
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Fri, 29 Apr 2011 14:02:37 +0000 (14:02 +0000)]
CGL: Change "true" into "TRUE"
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47122
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Tue, 26 Apr 2011 18:45:55 +0000 (18:45 +0000)]
* Fixed bug #13757 Scheduler task does not work at all
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@46996
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Thu, 21 Apr 2011 13:03:16 +0000 (13:03 +0000)]
* Fixed bug #13953: Third-party classes cannot be checked due to dynamicConfigFile in TCA (thanks to Jan Philipp Timme)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@46851
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Wed, 20 Apr 2011 23:34:18 +0000 (23:34 +0000)]
Removed superfluous newline after PHP closing tag at EOF
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@46832
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Wed, 13 Apr 2011 22:11:04 +0000 (22:11 +0000)]
Whitespace cleanup
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@46497
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Thu, 24 Feb 2011 21:05:44 +0000 (21:05 +0000)]
Updated em_conf
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44223
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Thu, 24 Feb 2011 20:39:13 +0000 (20:39 +0000)]
Updated ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44218
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Thu, 24 Feb 2011 18:48:28 +0000 (18:48 +0000)]
* Fixed bug #13340 Regression 4.5.1: pid and uid database fields are always 0
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44210
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Thu, 24 Feb 2011 12:09:59 +0000 (12:09 +0000)]
Followup to #13318: Regression in linkvalidator
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44183
735d13b6-9817-0410-8766-
e36946ffe9aa
Steffen Kamper [Wed, 23 Feb 2011 22:14:54 +0000 (22:14 +0000)]
#13318 Regression in linkvalidator
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44169
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Tue, 22 Feb 2011 22:57:00 +0000 (22:57 +0000)]
updated changelog for the release 1.0.1
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44093
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Tue, 22 Feb 2011 22:39:12 +0000 (22:39 +0000)]
clean up of emconf and update version to 1.0.1
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44091
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Tue, 22 Feb 2011 15:07:51 +0000 (15:07 +0000)]
* Fixed Bug #12649: Split up analyzeRecord()
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44049
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Tue, 15 Feb 2011 18:37:13 +0000 (18:37 +0000)]
Fixed bug #12454: Use setting "defaultMailFromName" and "defaultMailFromAddress"
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@43663
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Tue, 15 Feb 2011 18:12:00 +0000 (18:12 +0000)]
* Fixed bug #12650: tx_linkvalidator_tasks_validator: exec() is too long
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@43658
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Tue, 15 Feb 2011 16:32:09 +0000 (16:32 +0000)]
Changelog indentation
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@43653
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Tue, 15 Feb 2011 16:16:38 +0000 (16:16 +0000)]
* Fixed bug #12652: If none of the link types are marked to be checked, all of them are checked
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@43646
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Tue, 15 Feb 2011 15:39:04 +0000 (15:39 +0000)]
Fixed bug #12549: Unify capitalization of language labels
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@43639
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Mon, 7 Feb 2011 14:36:31 +0000 (14:36 +0000)]
Fixed bug #12517: Replace exec_SELECTgetRows with exec_SELECTgetSingleRow whenever a single record is expected (thanks to Jo Hasenau)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@43218
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Sun, 30 Jan 2011 15:07:22 +0000 (15:07 +0000)]
Small CSS improvement
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42794
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Wed, 26 Jan 2011 17:53:16 +0000 (17:53 +0000)]
typo
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42671
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Wed, 26 Jan 2011 04:46:36 +0000 (04:46 +0000)]
Cleaned emconf for the release of TYPO3 4.5
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42637
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Wed, 26 Jan 2011 04:28:04 +0000 (04:28 +0000)]
Followup to #12447: Update one language label; it no longer only is about showing or hiding some of the broken links, but also about checking them.
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42636
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Wed, 26 Jan 2011 04:22:21 +0000 (04:22 +0000)]
Fixed bug #12526: Manual needs new screenshots and text since we now use 2 tabs in the module (thanks to Patrick Gaumond)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42635
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Wed, 26 Jan 2011 03:45:39 +0000 (03:45 +0000)]
Finally structure the CSS file. Includes small alignment improvements for margin and padding.
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42633
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Wed, 26 Jan 2011 03:41:59 +0000 (03:41 +0000)]
General cleanup
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42631
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Wed, 26 Jan 2011 02:51:02 +0000 (02:51 +0000)]
Followup to #12447: Clearly separate Checks from Report in module. Label tags in tab "Check links" were broken
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42626
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Tue, 25 Jan 2011 17:20:49 +0000 (17:20 +0000)]
* Added Feature #12447 Clearly separate Checks from Report in module
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42587
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Tue, 25 Jan 2011 15:28:57 +0000 (15:28 +0000)]
Bug #12412
XSS issue in tx_linkvalidator_tasks_ValidateAdditionalFieldProvider
one of the htmlspecialchar was not on the value but on the check
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42574
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Sat, 22 Jan 2011 20:48:43 +0000 (20:48 +0000)]
typo
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42493
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Fri, 21 Jan 2011 17:15:26 +0000 (17:15 +0000)]
Cleaned emconf for the release of TYPO3 4.5 RC1
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42475
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Fri, 21 Jan 2011 17:09:52 +0000 (17:09 +0000)]
Fixed typos
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42474
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Fri, 21 Jan 2011 17:06:18 +0000 (17:06 +0000)]
Merged changes from mantis-#17176: Remove unnecessary comments and color profiles from all shipped .png / .gif files (Thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42473
735d13b6-9817-0410-8766-
e36946ffe9aa
Chrissitopher [Fri, 21 Jan 2011 16:58:36 +0000 (16:58 +0000)]
Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42472
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 07:14:26 +0000 (07:14 +0000)]
* Fixed bug #12432 Selected page metas are not processed
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42434
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 06:53:09 +0000 (06:53 +0000)]
* Fixed bug #12431 putting labels into members, is this necessary (it's at least very uncommon): $this->firstSteps
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42433
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 06:34:34 +0000 (06:34 +0000)]
* Fixed bug #12429 do not use private accessors
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42432
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 06:23:31 +0000 (06:23 +0000)]
* Fixed bug #12428 Adapt Variable Names to naming conventions
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42431
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 06:04:36 +0000 (06:04 +0000)]
* Fixed bug #12427 Rename draw*() methods to render*()
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42426
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 05:57:25 +0000 (05:57 +0000)]
* Fixed bug #12426: Rename classes according to naming conventions
part 2 folder renamed
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42425
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 05:52:37 +0000 (05:52 +0000)]
Rename classes according to naming conventions
part1 still folder to fix
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42424
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 05:15:35 +0000 (05:15 +0000)]
* Fixed bug #12425: Give modfunc1 a better name
changed modreport to modfuncreport
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42423
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 04:59:17 +0000 (04:59 +0000)]
* Fixed bug #12425: Give modfunc1 a better name
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42422
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 04:54:42 +0000 (04:54 +0000)]
renaming the folder modfunc1 to modreport
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42421
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 04:39:25 +0000 (04:39 +0000)]
* Fixed bug #12424: Only use the class name for the hook
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42420
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 04:26:27 +0000 (04:26 +0000)]
* Fixed bug #12416 tx_linkvalidator_tasks_Validate: Missing public / protected declarations
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42419
735d13b6-9817-0410-8766-
e36946ffe9aa
michael.miousse [Fri, 21 Jan 2011 04:14:31 +0000 (04:14 +0000)]
* Fixed bug #12226 website that has multiple domainsrecords produces funny links
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@42418
735d13b6-9817-0410-8766-
e36946ffe9aa