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

| 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 |
Fixed bug #11831: Remove reference operators for objects
12 lines of code changed in 1 file:
Fixed #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense
2 lines of code changed in 1 file:
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:
Fixed bug #3569: <legend>Search form</legend> is hardcoded (Thanks to Krystian Szymukowicz)
3 lines of code changed in 3 files:
Fixed bug #9994: ereg* is deprecated in PHP 5.3 alpha3
5 lines of code changed in 1 file:
Cleanup: Updated copyright notices
1 lines of code changed in 1 file:
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:
fixed bug #5714: Pagecount not correct in indexed_search
2 lines of code changed in 1 file:
Follow-up to bug #5826: Wrong disposal of language object in front-end
0 lines of code changed in 1 file:
removed empty lines at the end of the files
2 lines of code changed in 1 file:
Fixed bug #5826: indexed_search: specify media types in advanced search
30 lines of code changed in 1 file:
Updated Copyright notices
1 lines of code changed in 1 file:
Use t3lib_div::strtoupper() for processing indexed search templates
2 lines of code changed in 1 file:
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:
Added feature #5791: indexed_search: join_pages is now configurable via TypoScript
4 lines of code changed in 1 file:
SVN property changes
0 lines of code changed in 2 files:
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:
* Add new property "search.exactCount" to allow exact counting of matches. See documentation for more information.
6 lines of code changed in 1 file:
added @var phpDoc comments to various variables
14 lines of code changed in 1 file:
Fixed bug: #5052: Form action URL is not htmlspecialchared (patch by Michael Stucki)
1 lines of code changed in 1 file:
Fixed bug #4666: Use TYPO3 settings when formatting dates
5 lines of code changed in 1 file:
Lots of <label> tags added to checkbox labels throughout the core
4 lines of code changed in 2 files:
Minor changes and code cleanup (see rtehtmlarea ChangeLog and indexed_search ChangeLog)
6 lines of code changed in 1 file:
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:
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:
* 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:
* 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:
* Merging all changes from TYPO3_4-0 branch back into HEAD
729 lines of code changed in 5 files:
* 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:
* Many changes to indexed_search. For details, see typo3/sysext/indexed_search/ChangeLog.
12 lines of code changed in 1 file:
* 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:
Added initial support for workspaces in core.
7 lines of code changed in 1 file:
* 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:
* 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:
* 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:
Localization updates
282 lines of code changed in 1 file:
See changelog
3294 lines of code changed in 2 files:
DBAL compliancy changes and a fix for bug #961.
3 lines of code changed in 1 file:
Added 'pageid' => $GLOBALS['TSFE']->id, needed for modfunc2.
1 lines of code changed in 1 file:
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:
(9 more)