Menu

Trac Commit Log


Commit Date  
[r8089] by cboos

Make the default logos use a transparent background. Patch contibuted by Shun-ichi Goto on #4820.

2009-04-10 10:53:11 Tree
[r8088] by cboos

MultiRepos: preliminary fix for the ISearchSource implementation for changesets.

Closes #8203.

2009-04-10 10:35:05 Tree
[r8087] by cboos

TicketClone sample plugin should use a POST in order to be able to clone tickets containing a big description.

This reverts r6322 but adds a ''preview'' parameter, which is another way to avoid the problem originally addressed in that changeset.

Closes #7839.

2009-04-10 09:42:23 Tree
[r8086] by cboos

MultiRepos: fix Repository Index so that it can be sorted by date even in the presence of repository entries having errors.

2009-04-09 14:25:00 Tree
[r8085] by jruigrok

Update Japanese translations.

Submitted by: IWAI Masaharu (and the Shibuya Trac members)

2009-04-09 10:14:15 Tree
[r8084] by cboos

Search could trigger an !AssertionError if the term consisted of whitespaces only.

2009-04-09 08:41:00 Tree
[r8083] by cboos

MultiRepos: merged [8082] from 0.12dev

2009-04-09 07:45:56 Tree
[r8082] by cboos

0.12dev: ported r8078 and r8080 from 0.11-stable

2009-04-09 07:40:50 Tree
[r8081] by rblank

MultiRepos: Merged [8079] from trunk.

'''For people who have already upgraded their database to version 22 or 23, this requires manual intervention on the database.'''

You have to remove the `cache` table and re-create it by hand:
{{{
DROP TABLE cache;
CREATE TABLE cache ( id text PRIMARY KEY, generation int );
}}}
(for SQLite; or the equivalent for your database)

See #8197.

2009-04-08 20:39:36 Tree
[r8080] by cboos

Fix some long standing issues in the WSGI layer:
- stop handling a request early when the client disconnected (fix #3043)
- don't write to the client if the file descriptor is already closed (fix #1183)

2009-04-08 20:37:42 Tree
Older >
Auth0 Logo