This project is mirrored from https://git.typo3.org/typo3/typo3.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 15 Jun, 2015 1 commit
-
-
If the query for fetchTask fails for whatever reason, scheduler will now gracefully throw an exception instead of assuming it had gotten a valid resource pointer Resolves: #67463 Related: #39085 Releases: master, 6.2 Change-Id: I26819df3fd173b36de6121100a6398ed4b701319 Reviewed-on: http://review.typo3.org/40256 Reviewed-by:
Lienhart Woitok <lienhart.woitok@netlogix.de> Tested-by:
Lienhart Woitok <lienhart.woitok@netlogix.de> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- 02 Mar, 2015 1 commit
-
-
Scheduler task to remove deleted records from content table(s) which are older than x days. If a deleted record also contains an upload field, then the file is also deleted. Releases: master Resolves: #32651 Change-Id: I58577c05a1a3b228579c05578cc8fdf2e3b393fa Reviewed-on: http://review.typo3.org/9013 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 26 Jan, 2015 1 commit
-
-
If the query for fetchTask fails for whatever reason, scheduler will now gracefully throw an exception instead of assuming it had gotten a valid resource pointer Resolves: #39085 Releases: master, 6.2 Change-Id: If4d5e0866bf6e5e17fcafbf4287e330366d995fa Reviewed-on: http://review.typo3.org/36208 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Julian Hofmann <info@julian-hofmann.net> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 19 Jan, 2015 1 commit
-
-
Stefan Neufeind authored
Instead of doing a (locale-aware) escaping in various places use a central utility-function. Change-Id: If0486b340543c33fc0794d754af81a4a666988c3 Resolves: #39928 Releases: master Reviewed-on: http://review.typo3.org/35959 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- 13 Dec, 2014 1 commit
-
-
This regular expression was used to replace PHPDoc style comments with ordinary comments: Search: /\*\*(\n \* This file is part of the TYPO3 CMS project.) Replace with: /*$1 Resolves: #63328 Releases: master Change-Id: Ic8f11dbfefee94a19657c8fe8426c81d1cb435d8 Reviewed-on: http://review.typo3.org/35103 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- 12 Dec, 2014 1 commit
-
-
Change-Id: Iedee934b91eb22f9263de60e0f26c34af61222ec Resolves: #63619 Releases: master Reviewed-on: http://review.typo3.org/35130 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 13 Nov, 2014 1 commit
-
-
Xavier Perseguers authored
Since PHP 5.5 is a requirement, calls to GeneralUtility::makeInstance() should use the ::class construct instead of a string argument. Releases: master Resolves: #61788 Change-Id: Ia2efc5a4cb7ecea80b8a1c8e5ff7b5d6fa9a07ce Reviewed-on: http://review.typo3.org/32913 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org>
-
- 28 Oct, 2014 1 commit
-
-
Wouter Wolters authored
* Use bool in @return * Use int in @return * Use bool in @param * Use int in @param * Remove extra tabs and spaces in @param Resolves: #62506 Releases: master Change-Id: I673888aa08855a1364150d0060d0f205fc1f83a2 Reviewed-on: http://review.typo3.org/33577 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
- 25 Oct, 2014 2 commits
-
-
Wouter Wolters authored
Resolves: #62467 Releases: master Change-Id: I927a16b0fa89c5b859b56a7549548102ac04037f Reviewed-on: http://review.typo3.org/33522 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Wouter Wolters authored
Resolves: #62468 Releases: master Change-Id: I2790ca5817e16cfe0dc1c43151d2587ca796294a Reviewed-on: http://review.typo3.org/33523 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
- 11 Oct, 2014 1 commit
-
-
The "@todo Define visibility" is not very helpful because: * Nobody knows what breaks if changing the visibility * The code is flooded with todos which makes it hard to work with in an IDE During ACME it was decided to remove the @todo again. Resolves: #61957 Releases: master Change-Id: I0caa9756bba326dc132b6a2dabe79218c53a32c8 Reviewed-on: http://review.typo3.org/33044 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 08 Sep, 2014 1 commit
-
-
Wouter Wolters authored
* Move images to Resources/Public/Images/ * Move language files to Resources/Private/Language/ * Migrate ExtJs to jQuery * Move module template to Resources/Private/Template/ * Add strict comparison were possible Resolves: #60630 Releases: 6.3 Change-Id: I7bae64263268562b158dccf9b9c8fa6d6726fe52 Reviewed-on: http://review.typo3.org/31875 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- 22 Jun, 2014 1 commit
-
-
Michael Schams authored
This patch replaces the copyright/license header in PHP files with a new, simplified one. The new header does not show the year figure, nor an author name, and refers to the LICENSE.txt file for the full copyright information. License is: GPL2 or any later version. This is a multi-part commit due to the huge number of changed files. See issue #59785 for further details. Resolves: #59785 Releases: 6.3, 6.2 Change-Id: If6a4795e7f2841474241d236d8ed33baceee0d2e Reviewed-on: https://review.typo3.org/31030 Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- 26 Mar, 2014 1 commit
-
-
With activated DBAL, dispatching the scheduler from cli currently fails. The SqlParser can't handle brackets in an ON-clause, so remove them in the query. Resolves: #57246 Releases: 6.2 Change-Id: I2efa92392d22c854dae925da9a2396ef08bae198 Reviewed-on: https://review.typo3.org/28805 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- 09 Feb, 2014 1 commit
-
-
Exception codes are unique now. Resolves: #52294 Releases: 6.2 Change-Id: I4ad49b1ff0342ea36147b6ba0b01d270d9d9f3c5 Reviewed-on: https://review.typo3.org/27462 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 01 Feb, 2014 1 commit
-
-
Jo Hasenau authored
This patch replaces most of around 1600 occurrences of intval() and every (integer) in the whole core. Additionally it changes GeneralUtility::intExplode to use references and typecasting as well. Some occurrences of strstr() together with intval() have been replaced with strpos() as well. And some superfluous intval calls have been removed or reduced to a single one i.e. for protected variables or before loops. Patch updated after Core CGL decision from 30.01.2014 Resolves: #54265 Releases: 6.2 Change-Id: Iba57ffad1f4233ffa1a9f7d3ca5bfe9d2b53f1e8 Reviewed-on: https://review.typo3.org/26740 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
- 15 Oct, 2013 1 commit
-
-
Stefan Neufeind authored
Allows defining of task-groups and groups tasks in scheduler-list by those groups. Tasks inside a hidden group are neither automatically executed nor displayed in the scheduler module. Task-groups feature a description field that can hold additional information and is displayed below the group name in the scheduler list. Change-Id: I445cf9296ab03e9e0e9e3a35ba5a6aa66ad23f13 Resolves: #52695 Releases: 6.2 Reviewed-on: https://review.typo3.org/24608 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Georg Ringer Tested-by: Markus Klein Reviewed-by: Markus Klein
-
- 13 Oct, 2013 1 commit
-
-
Function date() expects a timestamp as second parameter, not an object. Fixes: #52759 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Change-Id: I6821bafa51372c50d8903c63d62ea44933bc12b3 Reviewed-on: https://review.typo3.org/24707 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
- 12 Oct, 2013 2 commits
-
-
Philipp Gampe authored
Add the new field to the list of fields to be save during task creation. Resolves: #52696 Releases: 6.2 Change-Id: I4c281535a22318a6a742b25c6196a511bc620e24 Reviewed-on: https://review.typo3.org/24630 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe
-
Adds a description-textfield for tasks. This will be displayed in the scheduler-list. The description can either be shown as hover (default) or below the job-name, configurable through the extension-settings for "scheduler". Change-Id: If0191da43677fc261cb73257e3ede848a5375d69 Resolves: #52696 Releases: 6.2 Reviewed-on: https://review.typo3.org/24610 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 01 Oct, 2013 1 commit
-
-
Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b Resolves: #52360 Releases: 6.2 Reviewed-on: https://review.typo3.org/24212 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- 19 Mar, 2013 1 commit
-
-
In this patch are also some fixes for files containing a interface. Due the namespace change all interfaces have the curly bracket not on the same line as the interface name. Change-Id: I64ba45de73693452d681ce7f018965968b11d2af Resolves: #46370 Releases: 6.1 Reviewed-on: https://review.typo3.org/18984 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 10 Feb, 2013 1 commit
-
-
If a recurring task is converted to a single task and the endtime is set before now, then the exception "Task is past end date" is thrown as the next execution time for the "at" daemon is calculated. The fix is to catch the exceptions and ignore them, as we don't care about tasks that will never run again when calculating the next execution date. Fixes: #45265 Releases: 6.1, 6.0 Change-Id: If6fd368e6c11c0b9058eb8a82a736220ef538b70 Reviewed-on: https://review.typo3.org/18106 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 16 Nov, 2012 1 commit
-
-
Christian Kuhn authored
With namespaces the @package and @subpackage annotations do not have a real benefit anymore and can be removed. Change-Id: Id8f4718db0c1c51ae5143a3353dd5efb42dadf70 Resolves: #43019 Releases: 6.0 Reviewed-on: http://review.typo3.org/16474 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 08 Nov, 2012 1 commit
-
-
Helmut Hummel authored
All abstract classes should be start with an Abstract prefix in the class name. Adjust the abstract task class to this naming convention. Resolves: #42803 Releases: 6.0 Change-Id: Ibef1d71f1d3a6aa3683331464b33118b88b1ec01 Reviewed-on: http://review.typo3.org/16329 Reviewed-by: Steffen Ritter Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 31 Oct, 2012 1 commit
-
-
Helmut Hummel authored
The classname field has been removed from the scheduler but has been forgotten to be removed when inserting a task Remove that last occurrence, too. Releases: 6.0 Change-Id: I54823d80b9a9a0f0cffdab3d76690b00b5522b19 Reviewed-on: http://review.typo3.org/16082 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
- 27 Sep, 2012 1 commit
-
-
Thomas Maroschik authored
Currently the scheduler depends at many parts on its classname field in the tx_scheduler_task table. This is not necessary as the classname is already stored in the serialized task object. By releasing scheduler tasks from their classname field backwards compatibility is maintained by the class_alias mechanism. Change-Id: I26f228add1f3db9f99ec3f5691488bd453ae2339 Fixes: #40215 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14236 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- 17 Sep, 2012 1 commit
-
-
Arvid Jakobsson authored
Removes superfluous parenthesis in sysexts "saltedpasswords", "scheduler", "setup" and "statictemplates". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: Ie1e7d052f5d8dfac95d01a70ed750e69cf4bb7f6 Resolves: #40970 Related: #40095 Reviewed-on: http://review.typo3.org/14629 Reviewed-by: Thomas Loeffler Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- 26 Aug, 2012 1 commit
-
-
Thomas Maroschik authored
Change-Id: I10048b23ba6a03542aa97ca5c27091c005a38ac6 Fixes: #40220 Relates: 40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14102 Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik
-
- 23 Aug, 2012 1 commit
-
-
Change-Id: Id49218118087244bcd063b730631ee69b2820670 Resolves: #40096 Related: #40095 Releases: 6.0 Reviewed-on: http://review.typo3.org/14015 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 18 Aug, 2012 2 commits
-
-
Add possibility to execute scheduler via "at"-daemon instead of via cron. This allows the scheduler more flexibility when to be invoked next. This can be useful in environments where no cronjob can be set easily, but access to at daemon is possible. Change-Id: Ib450e59d76e23eb2eeb1ab4769f49d8ba8bd96b5 Resolves: #34227 Releases: 6.0 Reviewed-on: http://review.typo3.org/9177 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Make it possible run a specific task by providing an additional parameter -i and the uid of the task on the command line. ./typo3/cli_dispatch.phpsh scheduler -i <uid> Use the parameter -f to force the execution even if the task is disabled or no execution is scheduled. Change-Id: I6226ea41fbb391a56f9eee3d3de919cc116157bc Resolves: #31073 Relates: #38506 Releases: 6.0 Reviewed-on: http://review.typo3.org/12481 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
- 03 Jul, 2012 1 commit
-
-
Fix CGL violations against ClassDocComment Change-Id: I450fa53e2efc43ff201029a1e5461865afa555d1 Resolves: #38573 Releases: 6.0 Reviewed-on: http://review.typo3.org/12530 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 06 May, 2012 1 commit
-
-
This patch replaces some forgotten and/or overseen space chars in indention into tab chars. Change-Id: I1118488ee3e06d5529d741b2811095548ca818a5 Resolves: #36871 Reviewed-on: http://review.typo3.org/11018 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 03 May, 2012 1 commit
-
-
Christian Kuhn authored
Remove all XCLASS definitions in typo3/ and all system extension that are not handled as git submodules. Change-Id: Ib9e1d8db31f91f5f1453deb694f2441ef41130f2 Resolves: #36821 Related: #31893 Releases: 6.0 Reviewed-on: http://review.typo3.org/10981 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 28 Jan, 2012 1 commit
-
-
There are multiple "!=" in SQL statements. They should be "<>". MySQL understands "!=" for the compatibility with early versions but it is not a standard SQL and should not be used. Strings should be enclosed in single-quotes. Some systems use double-quotes to mark identifiers in contrast to literals. (Added some small fullQuote-calls along the way for completeness or dropped quotes where uid is clearly just an intval.) Change-Id: If183e3451dac4cebb179b4c1f8c2e0ef6d5a6efd Resolves: #32161 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/6977 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Tolleiv Nietsch Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 24 Jun, 2011 1 commit
-
-
Francois Suter authored
Clean up code in the Scheduler system extension: phpDoc, CGLs compliancy, spelling mistakes, type hinting. Change-Id: I59cb7450fd31f714590b81df33e2986397be2545 Resolves: #27687 Releases: 4.6 Reviewed-on: http://review.typo3.org/2917 Reviewed-by: Francois Suter Tested-by: Francois Suter
-
- 03 May, 2011 1 commit
-
-
Booleans should be written in uppercase. Change-Id: I5c6e07ceb53deb128f82dc67948925f5cb99dd91 Resolves: #26347 Releases: 4.6 Reviewed-on: http://review.typo3.org/1792 Reviewed-by: Peter Beernink Tested-by: Peter Beernink Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- 29 Apr, 2011 2 commits
-
-
The special value "null" should written in uppercase "NULL". Change-Id: I84deb049c823ee6b51792df7afd08b18bbff5cac Resolves: #26345 Releases: 4.6 Reviewed-on: http://review.typo3.org/1791 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Booleans should be written in uppercase. Change-Id: Ib29abc6e1e658e3a1b65cd1873a3a3edac7dba57 Resolves: #26346 Releases: 4.6 Reviewed-on: http://review.typo3.org/1790 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-