Menu

Trac Commit Log


Commit Date  
[r2649] by cboos

vc-refactoring: remove support for displaying additional changeset properties in TracChangeset

2005-12-13 16:29:25 Tree
[r2648] by cboos

vc-refactoring: remove support for shortcuts to branches and tags in the TracBrowser

2005-12-13 16:28:37 Tree
[r2647] by cboos

vc-refactoring: don't use ''abstract'' versioncontrol modules (this will temporarily break the TracMercurial plugin)

2005-12-13 16:25:39 Tree
[r2646] by cboos

vc-refactoring: change the way a backend is specified

Now, the trac.ini has to be setup like this:
{{{
[trac]
repository_type = hg
repository_dir = /usr/local/hg/repos
}}}

By default the `repository_type` is "svn", so nothing will change
for SVN users.

Also, did a few renamings:
* s/IScmBackend/IRepositoryConnector/
* s/ScmBackendManager/RepositoryManager/

2005-12-13 15:47:47 Tree
[r2645] by cboos

Some additional documentation for the `IWikiSyntaxProvider` methods.

2005-12-13 10:35:11 Tree
[r2644] by cboos

The regular expressions of the wiki parser are now operating
on the ''raw'' text, which has not been HTML-escaped.
There's simply one more regular expression which does the
HTML escaping as part of the wiki processing.
This has two advantages:
* no need to unescape again, in several circumstances
* simple regular expressions can be built to handle the "&" character

The latter enables us to fix #2455.

On the other hand, care must be taken by the various _formatter methods
to correctly HTML escape the matched text groups.

2005-12-12 20:50:56 Tree
[r2643] by cboos

Follow-up to r2500, forgot to remove the ";" character when replacing " by `"`

2005-12-12 20:46:58 Tree
[r2642] by cboos

Follow-up to r2413, the collapsing of block into `[...]`
done by the OnelinerFormatter is now done without using a regexp.

The regexp did use negative lookahead expressions which crashed
when the input was too big. Closes #2468.

2005-12-12 20:05:59 Tree
[r2641] by cboos

Ported [2640] to 0.9-stable

2005-12-12 09:51:05 Tree
[r2640] by cboos

Fixed formatting of TracLinks starting but not ending with quotes (problem discovered and discussed in ticket #2468)

2005-12-12 09:10:55 Tree
Older >
MongoDB Logo MongoDB