> On 02/19/2010 06:30 PM, Jerome Velociter wrote:
>> That was my idea initially but since we cannot have filters and sort on
>> titles, we cannot get rid of the "name" column. (+ the name column is
>> handy for advanced users that resonate by doc name not title).
>
> The title field is sortable/filterable (this is static doc.title, not
> doc.getDisplayTitle). But it won't work anyway, since lots of documents
> use an inline title instead of the doc.title field. Thus, it would be
> strange to have empty cells.

What I meant is that most title fields in the default XE use the
localization tool. The livetable display them evaluated, si in the end
sorting and filtering does not provide the expected results

>
>> And in the end, I think it's good to have both both name and title next
>> one to another. It helps users getting to understand that they are two
>> different things.
>>
>> Jerome.
>>
>> On 19/02/10 17:59, Flavius Olaru wrote:
>>> What if we have doc.title instead of doc.name? and doc.title as a link
>>> to
>>> the document.
>>> I would like it more and would fit in 1024 resolutions better. And for
>>> long
>>> doc title we could do a trim to 50 characters for example.
>>>
>>> <a href="doc.getURL('view')" title="$doc.title">#trimmed($doc.title,
>>> 50)</a>
>>>
>>> #macro(trimmed $str $numchars)
>>>     $doc.title.substring(0, 50)
>>> #end
>>>
>>> WDYT?
>>>
>>> On Fri, Feb 19, 2010 at 3:58 PM, Jerome Velociter<[email protected]>
>>> wrote:
>>>
>>>
>>>> Hi all,
>>>>
>>>> I propose to add a column in the document index table to display the
>>>> document titles. Right now we only display document name and space ;
>>>> and
>>>> users do relate to the title they enter in the edit Form, not to the
>>>> technical name of the page.
>>>>
>>>> Only issue is that currently we can't have this column sortable nor
>>>> filterable since standard XE documents use the localization tool for
>>>> their title, so searching and ordering would not provide with expected
>>>> results.
>>>>
>>>> I propose we add the column just after the page name one, non
>>>> filterable/sortable (for the moment and until we find a way to make
>>>> internationalized titles searchable) and non clickable.
>>>> You can check the result on the incubator wiki (just the i18n key for
>>>> the table header is missing)
>>>>
>>>> http://incubator.myxwiki.org/xwiki/bin/view/Main/AllDocs
>>>>
>>>> Note that this will force us to add a nice title to all documents in
>>>> XE
>>>> (this is not the case right now, some technical documents in
>>>> "blacklisted" spaces still have no title)
>>>>
>>>> JIRA issue : http://jira.xwiki.org/jira/browse/XE-603
>>>>
>>>> Opinions ?
>
>
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs
>


_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to