Directory typo3/sysext/indexed_search/pi/

Directory Created:
2004-11-16 16:24
Total Files:
5
Deleted Files:
2
Lines of Code:
3272

[root]/typo3/sysext/indexed_search/pi
                    directory in repo res (17 files, 0 lines)

Lines of Code

typo3/sysext/indexed_search/pi/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 66 (100.0%) 10211 (100.0%) 154.7
kasper 17 (25.8%) 8637 (84.6%) 508.0
stucki 17 (25.8%) 1474 (14.4%) 86.7
ohader 6 (9.1%) 48 (0.5%) 8.0
flyguide 3 (4.5%) 17 (0.2%) 5.6
k-fish 2 (3.0%) 8 (0.1%) 4.0
ingmars 9 (13.6%) 7 (0.1%) 0.7
masi 3 (4.5%) 6 (0.1%) 2.0
baschny 1 (1.5%) 4 (0.0%) 4.0
lolli 3 (4.5%) 3 (0.0%) 1.0
steffenk 1 (1.5%) 2 (0.0%) 2.0
rupi 1 (1.5%) 2 (0.0%) 2.0
jsegars 1 (1.5%) 2 (0.0%) 2.0
andreas 1 (1.5%) 1 (0.0%) 1.0
benni 1 (1.5%) 0 (0.0%) 0.0

Most Recent Commits

ohader 2009-09-16 18:57 Rev.: 5947

Fixed bug #11831: Remove reference operators for objects

12 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+12 -12)
rupi 2009-08-05 11:05 Rev.: 5761

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

2 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+2 -2)
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 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (-4)
lolli 2009-05-30 00:24 Rev.: 5515

Fixed bug #3569: <legend>Search form</legend> is hardcoded (Thanks to Krystian Szymukowicz)

3 lines of code changed in 3 files:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+1 -1), locallang.xml (+1), template_css.tmpl (+1 -1)
k-fish 2009-05-16 00:12 Rev.: 5424

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

5 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+5 -5)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+1 -1)
jsegars 2009-03-06 20:31 Rev.: 5134

Fixed bug #5822: Indexed Search section menu includes pages with 'hide in menu' flag (thanks to Andy Grunwald)

2 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+2 -2)
steffenk 2008-11-11 19:19 Rev.: 4446

fixed bug #5714: Pagecount not correct in indexed_search

2 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+2 -2)
ohader 2008-11-11 18:42 Rev.: 4444

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

0 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: locallang.xml (-30)
flyguide 2008-11-07 04:52 Rev.: 4432

removed empty lines at the end of the files

2 lines of code changed in 1 file:

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

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

30 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: locallang.xml (+30)
flyguide 2008-03-16 20:16 Rev.: 3439

Updated Copyright notices

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+1 -1)
masi 2008-02-19 14:58 Rev.: 3232

Use t3lib_div::strtoupper() for processing indexed search templates

2 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+2 -2)
ohader 2008-02-05 19:36 Rev.: 3078

Added feature #7370: Remove page doktypes 2 & 5 (advanced & not in menu) and merge them with doktype 1 (normal)

4 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+4 -1)
baschny 2007-11-23 17:47 Rev.: 2758

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

4 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+4)
ingmars 2007-11-14 10:58 Rev.: 2700

SVN property changes

0 lines of code changed in 2 files:

  • typo3/sysext/indexed_search/pi: indexed_search.tmpl (changed), template_css.tmpl (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 3 files:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (changed), considerations.txt (changed), locallang.xml (changed)
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 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+6 -4)
flyguide 2007-08-15 09:12 Rev.: 2449

added @var phpDoc comments to various variables

14 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+14 -1)
ohader 2007-02-27 14:49 Rev.: 2158

Fixed bug: #5052: Form action URL is not htmlspecialchared (patch by Michael Stucki)

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+1 -1)
stucki 2007-02-06 08:15 Rev.: 2000

Fixed bug #4666: Use TYPO3 settings when formatting dates

5 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+5 -2)
ingmars 2007-02-05 19:24 Rev.: 1997

Lots of <label> tags added to checkbox labels throughout the core

4 lines of code changed in 2 files:

  • typo3/sysext/indexed_search/pi: indexed_search.tmpl (+2 -2), template_css.tmpl (+2 -2)
stucki 2007-01-23 23:43 Rev.: 1930

Minor changes and code cleanup (see rtehtmlarea ChangeLog and indexed_search ChangeLog)

6 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+6 -6)
masi 2006-11-17 13:25 Rev.: 1795

Added stdWrap around the search word in the output (tx_indexedsearch_pi[whatis]): tx_indexedsearch_pi.whatis_stdWrap

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+1 -1)
masi 2006-11-16 21:57 Rev.: 1792

Added freeIndexSetId GROUP BY in tx_indexedsearch->execFinalQuery() to make SELECT work on DBs other than Mysql

3 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+3 -3)
stucki 2006-09-11 09:02 Rev.: 1729


* Fixed a tiny security problem in indexed search (for details, see http://typo3.org/teams/security/security-bulletins/typo3-20060911-1/)

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+1 -1)
stucki 2006-09-01 00:09 Rev.: 1709


* Fixed bug: Creation of sys_refindex table was not possible if [SYS][multiplyDBfieldSize] was set.
* Indexed Search: Fixed bug #3994: OpenOffice.org files cannot be indexed by class.external_parser.php
* Indexed Search: Fixed bug #4093: PHP warning if indexed_search search word contains a front slash
* Get rid of blob fields in TYPO3 databases (replaced with text fields)

4 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+4 -4)
stucki 2006-04-10 10:27 Rev.: 1421

* Merging all changes from TYPO3_4-0 branch back into HEAD

729 lines of code changed in 5 files:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+325 -164), indexed_search.tmpl (new 259), locallang.xml (+7 -203), template_css.tmpl (+138 -146), template_traditional.tmpl (del)
stucki 2005-12-15 18:34 Rev.: 912

* Added a deleted field to pages_language_overlay
* Changed alignment for some checkboxes in the TS debugger of the admin panel (better to read)
* Fixed Gremlin #381: "Page is being generated" should belocalized. The message can be changed by setting "config.message_page_is_being_generated" in the TS template. See TSref for details.

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: locallang.xml (+1 -1)
stucki 2005-10-16 15:05 Rev.: 819

* Many changes to indexed_search. For details, see typo3/sysext/indexed_search/ChangeLog.

12 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+12 -12)
stucki 2005-10-15 20:53 Rev.: 818

* Added template support to indexed_search. Many thanks to Udo von Eynern for his great work!
* Many other changes to indexed_search. For details, see typo3/sysext/indexed_search/ChangeLog.

707 lines of code changed in 4 files:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+282 -170), considerations.txt (+3 -3), template_css.tmpl (new 219), template_traditional.tmpl (new 203)
kasper 2005-10-04 13:03 Rev.: 809

Added initial support for workspaces in core.

7 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+7 -4)
stucki 2005-05-12 23:54 Rev.: 717

* Force TCEform reload if the plugin is changed
* Added new typolink option "addQueryString" for adding all parameters of the current URL to the link. Notice that this does not check for any duplicate parameters! This is not a problem (only the last parameter of the same name will be applied), but enable "config.uniqueLinkVars" if you still don't like it.
* Removed duplicate "Expires" header in class.t3lib_userauth.php
* Changed return value type of t3lib_div::inList which was not really boolean (as documented) but string. Thanks to Bernhard Kraft.

3 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+3 -3)
kasper 2005-05-09 17:09 Rev.: 715


* Closed Indexed Search before 3.8.0 launch: Despite my hopes I had to significantly lower my ambitions for this release; I couldn't find time to complete the overhaul but had to just patch up any immediate problems and make it work for the 3.8.0 release. The TODO list inside is updated with the remaining tasks which is due for 4.0.0 late summer. If "Indexing Configurations" supporting indexing of external files, URLs and individual records have been mentioned earlier in this changelog or on the featurelist I can inform that the incomplete implementation has been disabled and postponed for 4.0.

23 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+23 -8)
kasper 2005-05-04 16:08 Rev.: 709

* Added Hindi language
* Added feature to table-wizard: Will create 5 new rows when adding rows in the bottom of table (configurable)
* Added download links in extension listing in EM
* Added new feature, "submenuObjSuffixes" to TypoScript Menu objects to define alternative submenus depending on position of parent menu object in menu. (TSref documented)

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: locallang.xml (+1)
kasper 2005-04-28 13:02 Rev.: 686

Localization updates

282 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: locallang.xml (+282 -3284)
kasper 2005-04-27 10:57 Rev.: 670

See changelog

3294 lines of code changed in 2 files:

  • typo3/sysext/indexed_search/pi: locallang.php (del), locallang.xml (new 3294)
k-fish 2005-04-13 17:54 Rev.: 633

DBAL compliancy changes and a fix for bug #961.

3 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+3 -3)
andreas 2005-04-08 15:11 Rev.: 613

Added 'pageid' => $GLOBALS['TSFE']->id, needed for modfunc2.

1 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+1)
kasper 2005-04-06 16:19 Rev.: 607

Removed unsigned attributes from .sql files in the core, plus added features to the install tool. Please check changelog for more info.

3 lines of code changed in 1 file:

  • typo3/sysext/indexed_search/pi: class.tx_indexedsearch.php (+3 -4)

(9 more)

Generated by StatSVN 0.5.0