Feature #35652
setLimit - hook request
| Status: | Resolved | Start date: | 2012-04-03 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
PROBLEM:
Some universal pagebrowsers like extension "pagebrowse" starts pointer counting from 0. This is deeply hardcoded inside this extension and can not be changed easily.
SOLUTION:
Allow to change the way the params in funcion setLimit are set.
The attached hook allows to do it.
History
Updated by Krystian Szymukowicz about 1 year ago
- File setLimit_hook.patch added
Updated by Christian Buelter about 1 year ago
- Status changed from New to Accepted
- Priority changed from Should have to Could have
Updated by Krystian Szymukowicz about 1 year ago
- File setLimit_hook.patch added
The http://forge.typo3.org/issues/35649 is a theoretical discussion of course :)
But if you want other pagebrowse extensions to work with ke_search then this hook is a need because it allows to change the counting to 0,1,2...
No more code is needed so far to change the ke_search numbering logic except this hook.
I attached a patch against a trunk.
Updated by Christian Buelter about 1 year ago
- Status changed from Accepted to Resolved
Committed to trunk. Will be in next version.