Menu

Trac Commit Log


Commit Date  
[r3407] by cboos

Added the possibility to set an explicit id for headings.

e.g.
{{{
== My extra long heading subject to be modified == #but-keep-this-fixed-id
}}}

Also, note that ''id'' is an XML [http://www.w3.org/TR/REC-xml/#NT-Name ID], not an HTML id, as we're generating [http://www.w3.org/TR/xhtml1/#C_8 XHTML]. We were anyway not following strictly the HTML id spec, because of the presence of unicode characters (see #1224).

Note also that the above contradicts r3335 and 3406 w.r.t. the "." character in ids, but I realized since that the wiki syntax for referencing anchors only has trouble with an ending ".", so in most situations, it's safe to accept the ".".

Suggested by the maintainer of the Flumotion's FAQ.

2006-06-14 16:49:12 Tree
[r3406] by cboos

Follow-up to r3335, take benefit of the _anchor_re to do the replace

2006-06-14 13:58:20 Tree
[r3405] by cboos

Fix PHP syntax highlighting with SilverCity. Closes #3260.

2006-06-14 13:05:27 Tree
[r3404] by mgood

sqlalchemy: upgrade to 0.2 APIs -- '''note:''' only works with SQLite for now

2006-06-14 01:16:44 Tree
[r3403] by cboos

Fixed the ''RSS Feed'' for tickets, which was broken since the modification of the `Ticket.get_changelog` method.

By doing that, I factored out the grouping of related ticket fields changes
in a new `TicketModule.grouped_changelog_entries` method, which is used
by `TicketModule.export_css` and `TicketModule._insert_ticket_data`.

As a result, the ''RSS Feed'' for tickets, also features links to the precise
change entries within the ticket.

2006-06-13 19:46:34 Tree
[r3402] by athomas

Added attachment filtering, based on `IAttachmentManipulator` interface added
in r3399. Also check `author` field for spam.

2006-06-13 18:22:40 Tree
[r3401] by athomas

Minor method name tweak.

2006-06-13 17:53:11 Tree
[r3400] by athomas

Ticket and Wiki attachments now show up in the timeline.

2006-06-13 17:49:42 Tree
[r3399] by athomas

* Added attachment change listener and validation extension points.
* Added exceptions specific to each of the wiki, ticket and attachment validators.
* Wiki manipulator now actually walks the page validator return values correctly.

2006-06-13 16:35:39 Tree
[r3398] by cboos

Improve `title` of ticket timeline event entries in RSS feeds. Fixes #2070.

2006-06-13 15:59:06 Tree
Older >
MongoDB Logo MongoDB