Menu

Trac Commit Log


Commit Date  
[r6583] by ecarter

Testing: Merge through [6499] from trunk. All tests pass.

2008-02-21 01:51:36 Tree
[r6582] by cboos

Fix ticket API regression in tests introduced by r6538.

The fix is quite crude, and btw, I think we should actually update the ticket's resource while doing an `insert()`.

2008-02-20 18:11:05 Tree
[r6581] by cboos

Another safety check contributed by trac-ja.
This one prevents a badly set value for an enum to completely break the ticket subsystem.

Fixes #6780.

2008-02-20 17:38:51 Tree
[r6580] by cboos

Moved the workflow diagrams in a ''guide'' subfolder in htdocs.

2008-02-20 17:13:00 Tree
[r6579] by cboos

Changed the syntax for `[svn:externals]` TracIni section.

This is an incompatible change, but the former syntax was broken and unusable anyway. The !ConfigParser impose a `key <sep> value` syntax for entries in configuration sections, so that there's no way to have the `key` to contain either `:` or `=` characters, which was actually the case for all the externals URLs.

We tried to account for that in the code, by "repairing" the key/value pairs, but that workaround could only work when there were only ''one'' external URL (or actually, at most one for each protocol).

This is fixed now in a more general way by forcing the use of "dummy" unique keys, e.g.
{{{
[svn:externals]
1 = svn://server/repos1 http://trac/proj1/browser/$path?rev=$rev
2 = svn://server/repos2 http://trac/proj2/browser/$path?rev=$rev
}}}

2008-02-20 17:03:20 Tree
[r6578] by cboos

Normalize the accesskeys value stored in the session.

Fixes #6781.

2008-02-20 16:59:54 Tree
[r6577] by cboos

Upgrade to jQuery 1.2.3, see:
- http://jquery.com/blog/2008/01/15/jquery-122-2nd-birthday-present/
- http://jquery.com/blog/2008/02/08/jquery-123-air-namespacing-and-ui-alpha/

2008-02-20 16:48:31 Tree
[r6576] by cboos

Follow-up to r6572: actually a couple more embedded script sections needed to be fixed.

2008-02-20 15:38:40 Tree
[r6575] by jruigrok

Fix the issue with the try: clause.
Had to add another layer of indentation.

2008-02-20 14:52:00 Tree
[r6574] by cboos

TracMercurial for 0.12: merged [6573]

2008-02-20 14:44:00 Tree
Older >