You cannot post messages because only members can post, and you are not currently a member.
Description:
The Trac development list
|
|
|
trac multirepos branch and Hg 1.3
|
| |
Hi, I'm getting an invalid keyword arg error from ui.__init__() when using Trac multirepos and the Mercurial plugin on top of the recently released Hg 1.3. It seems the Hg API has changed, they don't accept an interactive flag as a kwarg any more. I get it to work with simply removing the offending line:... more »
|
|
Some small cleanup patches in the db backends
|
| |
While looking at the postgres backends, I added some small cleanup patches to db backends which are not really bugs. How do you want to deal with patches like these? - Should there always be a bug report? - Do you want patches for more or less cosmetic changes at all? fs
|
|
POST in wiki web handler
|
| |
Hi, is there any reason why the process_request method in WikiModulo does nothing if method is 'POST' and action is not specified? The current 0.11.4 wiki/web_ui.py code looks like: 131 if req.method == 'POST': 132 if action == 'edit': ... 148 elif action == 'diff': 149 get_diff_options(req)... more »
|
|
time_created in ticket notification email, possible?
|
| |
Hi, I'm trying to add the time the ticket was opened to the ticket notification email. I modify ticket_notify_email.txt, but it looks like $ticket.time_created is blank. Can I get this information somewhere? Thanks.
|
|
plugin performance issues
|
| |
Hello, I've been running through a lot of code looking at performance issues lately, and am wondering if there is a general document for plugin authors that highlights potential/common performance problems and how to avoid them. I'm not sure if I'm rediscovering common knowledge or not :) From what I've seen so far, IRequestHandler.match_request and... more »
|
|
Trac 0.11.5rc1 Released
|
| |
Trac 0.11.5rc1 (Release Candidate 1) ============================== ====== This is the first and hopefully final release candidate for the upcoming 0.11.5 release. 0.11.5 (final) is scheduled for release on July 7. Trac 0.11.5rc1 contains a number of bug fixes and minor enhancements. The following list contains only a few highlights:... more »
|
|
getting rid of the old svk:merge properties?
|
| |
Hello, I'd like to remove the various svk:merge properties scattered in the tree. It contains out-dated information and AFAIK, no one actively developing on Trac still uses svk. Ok to delete them? -- Christian
|
|
Add a FORM to a specific report
|
| |
Hi all,
I am trying to add a FORM to a report where user have to insert two
date times
Example:
Choose delivery date between: DD/MM/YYY and DD/MM/
YYYY Submit
I would like to get those two values and insert them into the sql
query which permits to create the report.... more »
|
|
URL hex encoding in Query.to_string()
|
| |
I asked about this a little while ago in IRC, but it seems pretty dead
right now, so figure I'll ask here too.
When I save a custom query containing a filter such as "summary=~foo",
it's displayed in the save report page as "summary=%7Efoo". I know
that this is due to Query.to_string() just being a thin wrapper around... more »
|
|
|