Project

General

Profile

Actions

Feature #24092

closed

Add live search to the backend toolbar

Added by Jeff Segars over 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-11-17
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

As part of T3UXW09, a live search module was added to the backend toolbar. This needs a little further refinement, testing, and UI work to be included in TYPO3 4.5.

(issue imported from #M16432)


Files

16432.diff (48.1 KB) 16432.diff Administrator Admin, 2010-11-17 06:44
16432_v2.diff (48.6 KB) 16432_v2.diff Administrator Admin, 2010-11-17 16:18
16432_v3.diff (49.5 KB) 16432_v3.diff Administrator Admin, 2010-11-17 19:07

Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #24136: Live-Search uses hardcoded textsClosedJeff Segars2010-11-19

Actions
Related to TYPO3 Core - Bug #24142: modulemenu.js breaks livesearch "Show all" when already in list moduleClosedSteffen Kamper2010-11-19

Actions
Related to TYPO3 Core - Bug #24652: Styling issues of live searchClosedJeff Segars2011-01-18

Actions
Related to TYPO3 Core - Bug #24772: Live search is unusable with OracleClosedXavier Perseguers2011-01-24

Actions
Actions #1

Updated by Stefano Cecere over 13 years ago

patching latest trunk, i get this error

Fatal error: Call to a member function convArray() on a non-object in /Users/krur/Sites/TYPO3_repository/trunk/typo3/backend.php on line 515

if i comment line 515 of backend.php, it seems to work!
(obviously i guess i'll lose some strings :)

Actions #2

Updated by Jeff Segars over 13 years ago

Thanks for testing! It seems that I had a typo on this line and I'm not sure how it every worked for me :) It should be the following....

$GLOBALS['LANG']->csConvObj->convArray($t3LLLliveSearch, $GLOBALS['LANG']->charSet, 'utf-8');

Does this work for you?

Actions #3

Updated by Jeff Segars over 13 years ago

Attached v3 with the following changes

  • Fixes a typo in backend.php when converting character sets
  • Checks for invalid commands (ie. #pages instead of #page)
  • Only jumps directly to list view search results on ENTER keypress and
    not other special keys
  • Only follows page jumps (ie. #14143) when ENTER is pressed and shows live
    search results if ENTER is not pressed
Actions #4

Updated by Stefano Cecere over 13 years ago

Jeff... where is patch v3?

Actions #5

Updated by Jeff Segars over 13 years ago

Right here.....now that I added it ;) Thanks for the nudge

Actions #6

Updated by Stefano Cecere over 13 years ago

perfect... with v3 no more fatal errors, and it seems to work well! (safari & firefox)

thanks!s

Actions #7

Updated by Steffen Kamper over 13 years ago

committed v3 to trunk rev 9478

Actions #8

Updated by Susanne Moog almost 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF