Giter Site home page Giter Site logo

Comments (10)

adiroiban avatar adiroiban commented on August 15, 2024

Maybe this can be solved by adding an empty <option></option> in the template.

from trac-config.

glyph avatar glyph commented on August 15, 2024

We fixed this, and it broke again because I ran delete-useless-users to get rid of a bunch of spammer accounts. The "empty assignee" account is considered useless by this script, I guess, and for that matter why wouldn't it be :).

from trac-config.

glyph avatar glyph commented on August 15, 2024

Scrounging around in trac's completion history for both bash and psql, the magical line to fix this seems to be insert into session values ('', 0, extract(epoch from current_timestamp));. I'll run it again manually now, and perhaps we should add this to delete-useless-users.py in the future.

from trac-config.

glyph avatar glyph commented on August 15, 2024

Oops, that was actually the wrong thing.

The correct incantation was:

trac=> BEGIN;
BEGIN
trac=> INSERT INTO permission VALUES (' ', 'TICKET_MODIFY');
INSERT 0 1
trac=> INSERT INTO session VALUES (' ', 1, extract(epoch from current_timestamp));
INSERT 0 1
trac=> commit;
COMMIT
trac=> 

and we can un-assign tickets again.

from trac-config.

glyph avatar glyph commented on August 15, 2024

I have filed the bug on delete-useless-users here.

from trac-config.

glyph avatar glyph commented on August 15, 2024

Since unassignment is back up and running I'm closing. Please re-open if necessary.

from trac-config.

adiroiban avatar adiroiban commented on August 15, 2024

twisted-trac-integration on Launchad ?

Can I help with moving all that stuff in trac-config?

Twisted Trac / Twisted on GitHub / Twisted-Info on GitHub and then twisted-trac-integration on Launchad ... I don't know how to chew all this stuff :(

from trac-config.

glyph avatar glyph commented on August 15, 2024

Already in the plan: https://bugs.launchpad.net/twisted-trac-integration/+bug/1312424

https://github.com/termie/lp2gh is a good place to start.

from trac-config.

tomprince avatar tomprince commented on August 15, 2024

The most of the stuff remaining in twisted-trac-integration probably doesn't actually want to be in trac-config (except maybe the weekly bug report script). That repo has/had a bunch of stuff, some which has already been migrated (and I think that everything that has has been deleted. It still contains the svn-hooks, for example.

from trac-config.

adiroiban avatar adiroiban commented on August 15, 2024

I have crated a dedicated ticket to discuss and finalize the migration #22

from trac-config.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.