[Typo3-dev] how to do fix simple bugs?

Martin Kutschker Martin.T.Kutschker at blackbox.net
Sun Oct 5 09:39:31 CEST 2003


Hi!

To get rid of the minor bug I mentioned lately (hardcoded 2020 instead of date('Y')+20), you have to touch the following files:

typo3_src-3.6.0-dev/misc/3.0.0/oldscripts/poll_extTables.inc
typo3_src-3.6.0-dev/misc/31rc1/tables.php
typo3_src-3.6.0-dev/t3lib/stddb/tbl_be.php
typo3_src-3.6.0-dev/typo3/ext/tt_links/tca.php
typo3_src-3.6.0-dev/typo3/ext/extrep_wizard/pi/class.tx_extrepwizard_compilefiles.php
typo3_src-3.6.0-dev/typo3/ext/tt_calender/tca.php
typo3_src-3.6.0-dev/typo3/ext/tt_news/tca.php
typo3_src-3.6.0-dev/typo3/ext/tt_poll/ext_tables.php
typo3_src-3.6.0-dev/typo3/ext/tt_products/tca.php
typo3_src-3.6.0-dev/typo3/sysext/cms/ext_tables.php
typo3_src-3.6.0-dev/typo3/sysext/cms/tbl_cms.php
typo3_src-3.6.0-dev/typo3/sysext/cms/tbl_tt_content.php

I could do diffs against the latest backup. But I have admit I also would like to have read access to a CVS or something similar. Downloading the source every third day is an option. But it's not the easiest way.
I would prefer a CVS with one of those nice web front-ends. You can browse the newest code online. If you want to pick on a specific bug, it takes just a click to check the newest version of the needed file.

Question:

What are the preferred diff options? Many prefer the unified format (-u). Shall the file pair be named file.php/new_file.php or file.php/old_file.php?

Masi 





More information about the TYPO3-dev mailing list