Menu

Trac Commit Log


Commit Date  
[r5539] by nkantrowitz

Triage: Finish the s/action/triage_action/ change, and
let you hide the noscript error.

2007-05-29 19:59:09 Tree
[r5538] by athomas

Be slightly more explicit about permission required.

2007-05-29 15:48:47 Tree
[r5537] by athomas

Highlight inaccessible Wiki pages when formatting.

2007-05-29 14:10:25 Tree
[r5536] by nkantrowitz

Triage: Checkpointing some work re: AJAX/fallback integration.

2007-05-29 03:06:31 Tree
[r5535] by eblot

Implement #4604: Add the previous ticket summary in the email title when the ticket summary has been modified

2007-05-28 22:59:52 Tree
[r5534] by cboos

Search API: highlight the resource name in search result titles.

2007-05-28 19:03:46 Tree
[r5533] by cboos

Search API: matches in wiki page names also count for 5 normal hits, as for matches in ticket summaries, plus a bug fix in `get_matching_lines` when the given text might occasionally be `None`.

2007-05-28 18:08:52 Tree
[r5532] by cboos

Search API: initial adaptation of the existing search sources to the new API

2007-05-28 17:58:11 Tree
[r5531] by cboos

Search API: forgot to add style specification for the number of hits

2007-05-28 17:57:04 Tree
[r5530] by cboos

TracSearch: refactor the Search API in a similar way than the recent Timeline API refactoring (see r5523).

Quite similar to the `TimelineEvent` object used to collect timeline entries, there's now a `SearchResult` object for collecting the matches provided by the search sources, instead of the tuple used before.

The advantage of such an approach over the use of a tuple is an increased clarity and greater extensibility of the API.

In addition to the fields and methods which are similar to the ones of the `TimelineEvent` object, there's also a '''weight''' property which will be used to sort the matches by order of relevance.

Each occurrence of the terms in the matched resource would normally count for 1. A search source can increase the weight of some hits if the search terms appear in some more sensitive place (in the title of the resource, in a ''keywords'' field, etc.). As this weight is not an exact measure of the hit count, it can also be referred to as the ''bogohits'' count.

The legacy ISearchSource providers are still supported.

2007-05-28 17:54:57 Tree
Older >
Auth0 Logo