Directory typo3/sysext/indexed_search/

Directory Created:
2004-11-16 16:24
Total Files:
18
Deleted Files:
1
Lines of Code:
6432

[root]/typo3/sysext/indexed_search
                directory in repo cli (2 files, 33 lines)
                directory in repo doc (3 files, 58 lines)
                directory in repo example (2 files, 301 lines)
                directory in repo hooks (1 files, 56 lines)
                directory in repo mod (6 files, 628 lines)
                directory in repo modfunc1 (2 files, 1398 lines)
                directory in repo modfunc2 (2 files, 244 lines)
                directory in repo pi (5 files, 3272 lines)
                    directory in repo res (17 files, 0 lines)

Lines of Code

typo3/sysext/indexed_search/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 214 (100.0%) 9311 (100.0%) 43.5
kasper 73 (34.1%) 7952 (85.4%) 108.9
stucki 50 (23.4%) 875 (9.4%) 17.5
ohader 18 (8.4%) 181 (1.9%) 10.0
masi 9 (4.2%) 87 (0.9%) 9.6
rupi 3 (1.4%) 55 (0.6%) 18.3
flyguide 14 (6.5%) 54 (0.6%) 3.8
andreas 9 (4.2%) 53 (0.6%) 5.8
k-fish 8 (3.7%) 22 (0.2%) 2.7
dmitry 3 (1.4%) 18 (0.2%) 6.0
ingmars 18 (8.4%) 5 (0.1%) 0.2
francois 4 (1.9%) 5 (0.1%) 1.2
benni 4 (1.9%) 3 (0.0%) 0.7
baschny 1 (0.5%) 1 (0.0%) 1.0

Most Recent Commits

masi 2009-11-05 22:21 Rev.: 6339

Fixed bug #12420: Log deprecated method calls (to be removed in TYPO3 4.5)

9 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: class.indexer.php (+9 -3)
ohader 2009-10-21 10:31 Rev.: 6210

Cleanup: Updated ext_emconf.php files in system extensions

5 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: ext_emconf.php (+5 -5)
ohader 2009-09-16 18:57 Rev.: 5947

Fixed bug #11831: Remove reference operators for objects

16 lines of code changed in 3 files:

  • typo3/sysext/indexed_search: class.crawler.php (+9 -9), class.indexer.php (+6 -6), class.lexer.php (+1 -1)
rupi 2009-09-16 13:18 Rev.: 5943

Added feature #11927: Use suggest feature in system extensions

10 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: tca.php (+10)
francois 2009-09-07 21:13 Rev.: 5910

Fixed bug #10201: Changed cHashes to use full md5 values to reduce the probability of duplicate hashes

2 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: class.indexer.php (+2 -1)
francois 2009-08-14 07:58 Rev.: 5780

Code cleanup #11687: Removed duplicate SQL definition of table index_stat_word

0 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: ext_tables.sql (-13)
rupi 2009-08-05 11:05 Rev.: 5761

Fixed #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense

45 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: class.crawler.php (+37 -9), class.indexer.php (+8 -8)
ohader 2009-06-08 11:57 Rev.: 5571

Fixed bug #11033: Optimize hook to indexed_search that checks for a running crawler task

4 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: class.indexer.php (+3 -12), ext_localconf.php (+1 -1)
benni 2009-06-02 14:52 Rev.: 5526

Followup to #11148: Remove static require_once() to t3lib and tslib and use autoloading instead - removed more require_once() statements

0 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: class.crawler.php (-6), class.indexer.php (-5)
ohader 2009-05-19 14:52 Rev.: 5449

Follow-up to feature #9633: Enabled autoloading in TYPO3 Core

0 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: class.crawler.php (-1)
k-fish 2009-05-16 00:12 Rev.: 5424

Fixed bug #9994: ereg* is deprecated in PHP 5.3 alpha3

13 lines of code changed in 4 files:

  • typo3/sysext/indexed_search: class.crawler.php (+1 -1), class.doublemetaphone.php (+2 -2), class.external_parser.php (+8 -8), class.indexer.php (+2 -2)
francois 2009-04-27 11:05 Rev.: 5367

Clean up #10711: Move hard-coded indexed_search tca labels to locallang file

3 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: locallang_db.xml (+1), tca.php (+2 -2)
ohader 2009-03-11 19:14 Rev.: 5200

Cleanup: Updated ext_emconf.php files in system extensions

2 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: ext_emconf.php (+2 -2)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

4 lines of code changed in 4 files:

  • typo3/sysext/indexed_search: class.crawler.php (+1 -1), class.external_parser.php (+1 -1), class.indexer.php (+1 -1), class.lexer.php (+1 -1)
ohader 2009-03-09 15:12 Rev.: 5162

Fixed bug #10099: Use TYPO3_DB->exec_SELECTcountRows() to determine the number of rows

17 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: class.crawler.php (+4 -4), class.indexer.php (+13 -4)
flyguide 2009-01-20 11:44 Rev.: 4776

Fixed bug #10133: Command execution in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)

10 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: ChangeLog (+1), class.external_parser.php (+9 -9)
flyguide 2009-01-20 11:31 Rev.: 4771

Fixed bug #10134: XSS vulnerability in sysext indexed_search (thanks to the TYPO3 Security Team and especially Marcus Krause)

5 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: ChangeLog (+4), ext_emconf.php (+1 -1)
ohader 2008-11-11 18:42 Rev.: 4444

Follow-up to bug #5826: Wrong disposal of language object in front-end

79 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: class.external_parser.php (+49 -30), locallang.xml (+30)
flyguide 2008-11-07 04:52 Rev.: 4432

removed empty lines at the end of the files

7 lines of code changed in 3 files:

  • typo3/sysext/indexed_search: class.crawler.php (+2 -1), class.external_parser.php (+3 -2), ext_tables.php (+2 -1)
ohader 2008-11-04 14:26 Rev.: 4416

Cleanup: Specified deprecated statements

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: class.indexer.php (+1 -1)
ohader 2008-10-28 20:06 Rev.: 4366

Fixed bug #5826: indexed_search: specify media types in advanced search

53 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: class.external_parser.php (+53 -25)
masi 2008-08-29 21:06 Rev.: 4033

#9160: New option "index_metatags" not available in crawler / crawler-hooks

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: class.indexer.php (+1)
dmitry 2008-07-16 10:10 Rev.: 3896

Fixed bug #8934: change compatibility version to 4.3.0 for all sysexts

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: ext_emconf.php (+1 -1)
dmitry 2008-05-14 08:28 Rev.: 3647

Fixed bug #4693: tables definition not compliant with MySQL 5.0 strict mode

8 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: ext_tables.sql (+8 -8)
stucki 2008-04-23 10:40 Rev.: 3629


* Update version numbers of all system extension that have been changed since TYPO3 4.1

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: ext_emconf.php (+1 -1)
stucki 2008-04-23 10:16 Rev.: 3625


* Update all ext_emconf.php in system extensions (continued)

7 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: ext_emconf.php (+7 -7)
stucki 2008-04-01 21:32 Rev.: 3509


* Fixed bug #7980: Indexed Search: Fix wrong TypoScript code in plugin template

8 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: ChangeLog (+4), ext_typoscript_setup.txt (+4 -4)
flyguide 2008-04-01 19:59 Rev.: 3500

Fixed bug #5998: Crawler/Index Config: hidden records are re-indexed, credits Christian Kuhn

2 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: class.crawler.php (+2 -1)
flyguide 2008-03-16 20:16 Rev.: 3439

Updated Copyright notices

4 lines of code changed in 4 files:

  • typo3/sysext/indexed_search: class.crawler.php (+1 -1), class.external_parser.php (+1 -1), class.indexer.php (+1 -1), class.lexer.php (+1 -1)
stucki 2008-02-04 12:25 Rev.: 3049

Replaced all Mysql => MySQL

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: ChangeLog (+1 -1)
baschny 2007-11-23 17:47 Rev.: 2758

Added feature #5791: indexed_search: join_pages is now configurable via TypoScript

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: ext_typoscript_setup.txt (+1)
andreas 2007-11-14 13:20 Rev.: 2704

Added default TS configuration as suggested by Michael Stucki.

4 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: ext_typoscript_setup.txt (+4)
ingmars 2007-11-05 20:38 Rev.: 2665

Some more eol-style property changes

0 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: ChangeLog (changed), ext_tables.sql (changed)
ingmars 2007-11-05 10:22 Rev.: 2663

Changing SVN property eol-style from native to LF for all .php, .html, .js, .css and .htaccess files in the core trunk

0 lines of code changed in 15 files:

  • typo3/sysext/indexed_search: class.crawler.php (changed), class.doublemetaphone.php (changed), class.external_parser.php (changed), class.indexer.php (changed), class.lexer.php (changed), ext_conf_template.txt (changed), ext_emconf.php (changed), ext_localconf.php (changed), ext_tables.php (changed), ext_typoscript_editorcfg.txt (changed), ext_typoscript_setup.txt (changed), locallang.xml (changed), locallang_csh_indexcfg.xml (changed), locallang_db.xml (changed), tca.php (changed)
benni 2007-10-21 17:02 Rev.: 2604

(minor) indexed_search - Added more info where the manual can be found

2 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: ext_emconf.php (+2 -1)
benni 2007-10-09 10:41 Rev.: 2547

(minor) indexed_search - Added info where additional doc. can be found

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search: ext_emconf.php (+1 -1)
andreas 2007-09-24 13:08 Rev.: 2519

Fixed bug #1471: Check if exif functions are available before using them.

10 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: ChangeLog (+4), class.external_parser.php (+6 -1)
stucki 2007-08-31 13:34 Rev.: 2477

* Add new property "search.exactCount" to allow exact counting of matches. See documentation for more information.

6 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: ChangeLog (+5 -1), ext_typoscript_setup.txt (+1)
andreas 2007-08-21 10:40 Rev.: 2453

Feature request #5748: Introduced a new TS option that makes indexing of metatags configurable. Adapted code to make use of the new TS option.
Changes needed for doc_core_tsref are documented at http://wiki.typo3.org/index.php/Pending_Documentation#doc_core_tsref.

12 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: ChangeLog (+4), class.indexer.php (+8 -5)
flyguide 2007-08-15 09:12 Rev.: 2449

added @var phpDoc comments to various variables

26 lines of code changed in 2 files:

  • typo3/sysext/indexed_search: class.indexer.php (+20 -3), class.lexer.php (+6 -1)

(53 more)

Generated by StatSVN 0.5.0