Menu

Trac Commit Log


Commit Date  
[r2819] by cboos

Follow-up to r2818: now the `rss_title` function should do what I wanted.

2006-01-20 15:09:22 Tree
[r2818] by cboos

Trac RSS 2.0 feeds should now be valid.

The RSS feeds produced by the TracTimeline, the TracQuery, the TracReport
and the TracRevisionLog should now work as expected.

The following changes have been implemented:
* The item's <title> element should never contain HTML markup,
and only numerical or predefined XML entities are allowed.
* The item's <description> element contains ''escaped'' HTML markup
* Also, the TracRevisionLog RSS feed's <author> elements are not
emitted if there's no author (i.e. no e-mail address for the author)

Closes #2580.

2006-01-20 14:56:48 Tree
[r2817] by cboos

The Changeset timeline event has been improved:
* The RSS title doesn't contain markup anymore
* The readability of the included file listing has been improved
(closes #2072).

2006-01-20 14:38:48 Tree
[r2816] by cboos

TracCrossReferences: bug fix for Ticket timeline bug introduced in r2788

2006-01-20 11:15:19 Tree
[r2815] by cboos

The refactoring of TracCrossReferences continues...

The rebuilding of the cross-references is now done in the `xref.module`.

Consequently, a `ITracObjectManager` has now less to do:
It only has to provide the db type it manages (only one),
the factory method to create the subclass of `TracObject`
that it manages and an iterator over all existing objects
of that kind.

At the `TracObject` level, a bit more generic functionality
concerning the DB interface has been added:
* a `_load` method that can be used to ensure a `TracObject`
is in it's loaded form. `reload` should still be used if
one wants to ''force'' reading from the DB.

The facets are now better handled at the level of each `TracObject`
(there will be soon a `WikiFacet` class again, I guess).

2006-01-19 20:45:27 Tree
[r2814] by cboos

''View changes'' should trigger a `GET`, not a `POST`. Thanks to mgood for the tip.

2006-01-19 20:40:18 Tree
[r2813] by cboos

Title for generalized diff is a bit more compact: ''Changes from `_old_path_` at r`xy` to `_new_path_` at r`yz`''

2006-01-19 16:21:07 Tree
[r2812] by cboos

Only show the ''View changes'' button if there are more than 10 entries shown. This change concerns both the revision log and the wiki history.

2006-01-19 16:11:45 Tree
[r2811] by cboos

TracDiff cleanup: the ''View changes'' button on TracRevisionLog now directly sends the diff request to the TracChangeset module (no redirection involved anymore)

2006-01-19 16:04:59 Tree
[r2810] by cboos

TracDiff: the title for displaying a set of changes on a given path is now more compact, and links to the corresponding TracLogRevision view

2006-01-19 14:15:18 Tree
Older >
MongoDB Logo MongoDB