Re: [Trac] Inherited ancient Trac systems

2020-08-25 Thread Markus Rosjat
Hi, Yeah I migrated a 0.12 to 1.4. , well it takes a little tinkering and some trying but if you haven't to many strange plugins it's not to difficult. I can write down some more details later because I need to check some stuff I did :) Cheers Markus 'Michael Firth' via Trac Users schrieb am

Re: [Trac] Trac 1.4, User login failing

2020-08-17 Thread Markus Rosjat
Hi , Look at the error, unspotted character. He might has a pw that can't be read, so he might like to try one without some strange special chars like ( . All those bad choices anyway since they are part of the programming language syntax and might need to be escaped. Cheers Markus Mo

Re: [Trac] Re: After system updates: TracError: Unsupported database type "postgres"

2020-10-01 Thread Markus Rosjat
Hey guys, Just a Site node here , are you wanna install a mysql or a postgres package? Because this url Doesn't look like a postgres package Cheers Markus Ryan Ollos schrieb am Mi., 30. Sep. 2020, 18:31: > > > On Wed, Sep 30, 2020 at 9:30 AM 'BRAIEK Aymen' via Trac Users < >

Re: [Trac] Password setup/corruption

2020-07-18 Thread Markus Rosjat
how to add credentials for the > original user accounts? > > Does this make sense? > > Cheers, > Michael > > On Sat, 18 Jul 2020, 19:20 Markus Rosjat, wrote: > >> Hi Michael, >> >> for migration it should be simply moving files from one machine to the >> o

Re: [Trac] Password setup/corruption

2020-07-18 Thread Markus Rosjat
Hey Mike, On Saturday, July 18, 2020 at 10:22:32 PM UTC+2, Michael Crookes wrote: > > Ok, I think I need to do more investigation. > > Cheers, > Mike > I also answered to you stackoverflow question , there i said something about the cedential file you mentioned there. Maybe this helps. Cheers

Re: [Trac] Password setup/corruption

2020-07-20 Thread Markus Rosjat
Hi Micheal, On Monday, July 20, 2020 at 7:58:06 PM UTC+2, Michael Crookes wrote: > > Hi guys, > > Just to update you I think I'm sorted now - I have manged to add the > required users as suggested to the apache servers htpasswd file as required > (thanks Markus for the -c info). > > I have

Re: [Trac] Trac on Azure?

2020-08-03 Thread Markus Rosjat
Hi Chris, Ubuntu is a no brainer just make sure you got a python 2.7.x package available and the rest should be fine. Cheers Markus Christopher Nelson schrieb am Mo., 3. Aug. 2020, 22:22: > Does anyone have any advice on installing Trac on Azure? I'm thinking I'd > start with a Ubuntu VM.

Re: [Trac] Trac on Azure?

2020-08-03 Thread Markus Rosjat
Hi again, I just forgot to mention that if you going to relay mails only from the VM to a "real" Mailserver you easiest pick for an MTA would be openSMTPD , since it's a 10min job to install it and configure it to relay. Cheers Markus Markus Rosjat schrieb am Mo., 3. Aug. 2020, 22

Re: [Trac] Trac URL without 3050

2020-08-06 Thread Markus Rosjat
Hi Antonio, i am not really using nginx so i cant say much about the rewrite there. But keep in mind rewriting a url isn't the same as redirection!!! what i see in your config is a redirection and this works not as you might expect a rewrite to work. In apache you have a module that can take the

Re: [Trac] Trac URL without 3050

2020-08-06 Thread Markus Rosjat
hi, if you like to run trac standalone and just put tls in front of it you can also use rewrite rules, apache and nginx should have a module for rewrite of urls. So define a virtual host with tls and then just put in rewrite rules for your urls cheers Markus -- You received this message

[Trac] Upgrade from 0.12.1 to 1.4 and AccountManagerPlugin0.5

2020-07-14 Thread Markus Rosjat
Hi all, i did the upgrade like the title states and i see version 0.5 of the plugin in my Admin Plugin page. I have Trac-Admin rights and i tried to enable alle the recommended ini option to get an Accounts Menu show up in my Admin Page without luck. so here is the big question what do i need

[Trac] Re: Upgrade from 0.12.1 to 1.4 and AccountManagerPlugin0.5

2020-07-15 Thread Markus Rosjat
hi guys, just found a post about it here. Updated to 0.6dev and it works so far cheers Markus -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Trac] Re: Has anyone archived a Trac project to PDFs?

2020-07-23 Thread Markus Rosjat
Hi mark, this could be the most basic way to get a ticket in a pdf with pdfkit. it wont really get the formatting done in this iteration of code since you need to figure out how to get all the links resolved in the request text but if would generate the html. import pdfkit as pdf from

[Trac] Re: Has anyone archived a Trac project to PDFs?

2020-07-23 Thread Markus Rosjat
Hi again Mark, you might want to check out pdfkit https://github.com/JazzCore/python-pdfkit if you tinker abit that you get your auth going before using pdfkit , it might be what you need. pdfkid has an option to generate pdf from an url but as i said you might need to overcome the auth

[Trac] Re: Has anyone archived a Trac project to PDFs?

2020-07-23 Thread Markus Rosjat
Hi Mark, On Thursday, July 23, 2020 at 9:14:18 AM UTC+2, Cooke, Mark wrote: > > Hello all, > > We are tidying up in preparation for a server move and would like to take > some old projects offline. However we need to keep the data accessible > just in case, so I was thinking we could dump

Re: [Trac] Password setup/corruption

2020-07-18 Thread Markus Rosjat
Hi Michael, for migration it should be simply moving files from one machine to the other, ok i talk about stand alone trac but sqlite is a file and when your trac ini was working you just need to make sure the sqlite file is in the same path or adjust trac.ini at the end of the day migration to

Re: [Trac] Password setup/corruption

2020-07-18 Thread Markus Rosjat
Hi again , > If they were running PostgreSQL or MySQL you will need to load the SQL. If > SQLite, it's just a file like MArkus mentioned and not SQL load is needed. > > yeah I use postgres as a backend and my workflow is pretty simple - create the user in postgres with the pw - create the db

Re: [Trac] Trac / MySQL-python on Ubuntu 20.04

2020-11-12 Thread Markus Rosjat
Hi , You need to install ptyhon-dev so you get python.h Cheers Markus Andreas schrieb am Do., 12. Nov. 2020, 16:38: > Hello together, > > I have just noticed that the necessary MySQL-python > is not running under Ubuntu > 20.04 anymore, more

Re: [Trac] Re: TracWikiPrint - plugin install help

2021-06-14 Thread Markus Rosjat
We'll have you checked if the exe got the right permission for the trac process to execute it, like the error message suggest? Cheers Markus Adam Terhune schrieb am Mo., 14. Juni 2021, 23:45: > I finally had a chance to re-visit this. Although the PDF kit is > installed. I'm receiving this

Re: [Trac] Re: TracWikiPrint - plugin install help

2021-06-14 Thread Markus Rosjat
Well I would still try to tinker with the permissions, especially on windows sometimes things are strange when it comes to permissions. I usually go the grant all permission route when something isn't working and tidy up if I get it to work with that approach Cheers Markus Adam Terhune

Re: [Trac] How to enabled SQLite3 FTS5 extension on macOS for TracDbftsPlugin?

2021-05-18 Thread Markus Rosjat
hey ryan, look here https://sqlite.org/fts5.html it seems its --enable-fts5, not --with-fts5 cheers Markus Am Di., 18. Mai 2021 um 05:12 Uhr schrieb RjOllos : > I posted a question here: > > https://stackoverflow.com/questions/67579434/how-to-brew-install-sqlite3-fts5-extension > > But

Re: [Trac] Re: How to enabled SQLite3 FTS5 extension on macOS for TracDbftsPlugin?

2021-05-18 Thread Markus Rosjat
still you need to check if they got this version of sqlite and then it shouldnt be to hard to install it with the support, the sqlite site states, its disabled by default so if you can pass this --enable-fts5 or CFLAGS to it should build with the support. I dont really use homebrew so i man no

Re: [Trac] trac.ini problem

2021-05-26 Thread Markus Rosjat
Hi, My guess is you added that line a while ago but never restarted the trac process so you might ever got the problem till now. Cheers Markus aca...@gmail.com schrieb am Mi., 26. Mai 2021, 16:44: > I probably got a recent automatic update trac and just got the following > message: > >

Re: [Trac] Questions about Trac features

2021-02-09 Thread Markus Rosjat
Hi eddie, Am Di., 9. Feb. 2021 um 20:58 Uhr schrieb Eddie Konczal < konc...@scarletmail.rutgers.edu>: > I'm investigating alternative to the Redmine content management software > and Trac is one of the systems under consideration. > > its not a CMS in the way like most other groupware is going

Re: [Trac] Questions about Trac features

2021-02-09 Thread Markus Rosjat
well it as some basic project managment like feature out of the box. you have milestones which translate to a project but one trac instance is basically designed to serve one project. everything else evolves around this. In my old company we simply use the ticketsystem feature and wiki to keep

Re: [Trac] Questions about Trac features

2021-02-09 Thread Markus Rosjat
no problem, i am sure other can give additional input regarding plugins but i use to spin up an instance of trac for a single project so you end up with a few instances :) Again trac was designed to serve software developers to keep track of there software project. Its simple but most of the time

[Trac] list of placeholders to be used in a ticket comment

2021-08-27 Thread Markus Rosjat
Hi there, is there a list of usable placeholders to use in a ticket comment? background: I want to make smal macro that i can use in a ticket comment to add a line with a date, the user , the time and a short comment. So i would at least need a hint on the user that is editing the ticket. on

Re: [Trac] Manage Trac wiki content via git repo?

2021-09-20 Thread Markus Rosjat
Hi Quinn, if you really want to go down this road you might consider a post commit hook for git that takes care of bringing the changed file to a point where you pick it up to stuff it into the trac db. that said you need to think of a way to stuff it in the db a crud way woud be trying to

[Trac] ITicketChangeListener usecase

2021-10-13 Thread Markus Rosjat
Hi Ryan, i know i could browse through the code and tryto find a proper example but since you know the code base you might be able to point me to something much quicker. What i wanna do is react one a action like creation of a ticket and fire of some infos in a payload in a request to a rest

Re: [Trac] ITicketChangeListener usecase

2021-10-13 Thread Markus Rosjat
. 2021, 11:34: > This sounds interesting. Sending messages to a Teams group would > perhaps wake up some of our users.. > > On Wed, Oct 13, 2021 at 9:54 AM Markus Rosjat > wrote: > > > > Hi Ryan, > > > > i know i could browse through the code and tryto fin

Re: [Trac] ITicketChangeListener usecase

2021-10-13 Thread Markus Rosjat
Sorry for the autocorrect stuff in my previous message! Markus Rosjat schrieb am Mi., 13. Okt. 2021, 12:10: > Well the hard part is do provide user interface in track to configure > what to send. The actual delivery f the payload > The delivery of the payload is a no brainer Idah

Re: [Trac] Re: ITicketChangeListener usecase

2021-10-14 Thread Markus Rosjat
Hi Ryan, yeah the 2nd link seems to be the stuff that could help. Thanks MArkus Am Mi., 13. Okt. 2021 um 23:32 Uhr schrieb RjOllos : > > > On Wednesday, October 13, 2021 at 12:54:52 AM UTC-7 markus...@gmail.com > wrote: > >> Hi Ryan, >> >> i know i could browse through the code and tryto find

Re: [Trac] Re: ITicketChangeListener usecase

2021-10-18 Thread Markus Rosjat
since it just shows the idea cheers Markus Am Do., 14. Okt. 2021 um 17:51 Uhr schrieb Markus Rosjat < markus.ros...@gmail.com>: > Hi Ryan, > > yeah the 2nd link seems to be the stuff that could help. > > Thanks > > MArkus > > Am Mi., 13. Okt.

Re: [Trac] Re: ITicketChangeListener usecase

2021-11-06 Thread Markus Rosjat
or cooperation there is a place to start. Cheers Markus Am Mo., 18. Okt. 2021 um 18:05 Uhr schrieb Markus Rosjat < markus.ros...@gmail.com>: > so here would be a very basic proof of concept for code that sends a > notification to a teams channel. > > https://gist

[Trac] Custom Main Menu item and inherited conf

2022-02-21 Thread Markus Rosjat
Hi all, I have a few 'tracs running that have there own trac.ini but inherit a few things from a global config. So in the global config i define my mainnav under [trac] and tha works just fine, Now i want to add a custom menu item in one of my tracs and define it in the local trac.ini of the

[Trac] Documentation POST Data for a ticket

2022-02-17 Thread Markus Rosjat
Hi all, is there a documentation about the parameters to send to trac to create, delete, edit a ticket? I was thinking of using a script to send data to my trac system form outside trac. So for example i build the query with requests and send it to my trac system so i dont need to go into trac

Re: [Trac] Documentation POST Data for a ticket

2022-02-17 Thread Markus Rosjat
Hi there, ok thought there was an easy way but anyway thanks for the pointer i will check it out. cheers Markus Am Do., 17. Feb. 2022 um 12:06 Uhr schrieb Jun Omae : > On Thu, Feb 17, 2022 at 7:32 PM Markus Rosjat > wrote: > > is there a documentation about the parameters to

Re: [Trac] Re: Custom Main Menu item and inherited conf

2022-02-22 Thread Markus Rosjat
hi, I am running 1.4.2 here Am Di., 22. Feb. 2022 um 17:24 Uhr schrieb RjOllos : > > > On Monday, February 21, 2022 at 2:44:44 AM UTC-8 markus...@gmail.com > wrote: > >> Hi all, >> >> I have a few 'tracs running that have there own trac.ini but inherit a >> few things from a global config. >>

Re: [Trac] Re: Custom Main Menu item and inherited conf

2022-04-09 Thread Markus Rosjat
Yeah but then I will leave it since it will cause to much redundance. Thanks for the Info Cheers Markus RjOllos schrieb am Sa., 9. Apr. 2022, 19:00: > > > On Saturday, April 9, 2022 at 9:46:46 AM UTC-7 markus...@gmail.com wrote: > >> Hey, >> >> Well i want to show a Menu item not a custom

Re: [Trac] Re: Custom Main Menu item and inherited conf

2022-04-09 Thread Markus Rosjat
No worries, if you like just Post the Part of the Main ini and the Part of the ini that inherites from it and the externes the mainnav there. I guess then i can figure it out RjOllos schrieb am Sa., 9. Apr. 2022, 19:28: > > > On Saturday, April 9, 2022 at 10:10:30 AM UTC-7 markus...@gmail.com

Re: [Trac] Re: Custom Main Menu item and inherited conf

2022-04-09 Thread Markus Rosjat
Yeah it seems the typo was the Problem changed enable to enabled. Cheers Markus RjOllos schrieb am Sa., 9. Apr. 2022, 21:02: > > > On Saturday, April 9, 2022 at 11:39:25 AM UTC-7 markus...@gmail.com wrote: > >> Yeah thats how i do it just with a custom Henry but mine doesnt get >> displayed.

Re: [Trac] Re: Custom Main Menu item and inherited conf

2022-04-09 Thread Markus Rosjat
Hey, Well i want to show a Menu item not a custom field in a Ticket. I know that this works since i use custom fields in Tickets. Cheers Markus RjOllos schrieb am Sa., 9. Apr. 2022, 18:43: > > > On Tuesday, February 22, 2022 at 8:36:16 AM UTC-8 markus...@gmail.com > wrote: > >> hi, >> >> I

Re: [Trac] Re: Custom Main Menu item and inherited conf

2022-04-09 Thread Markus Rosjat
Its the other way around, this is my section in one of my project ini files that inherites tue Main ini file . But as i explained this doesnt seem to work RjOllos schrieb am Sa., 9. Apr. 2022, 19:05: > > > On Saturday, April 9, 2022 at 10:02:19 AM UTC-7 markus...@gmail.com wrote: > >> Yeah but

Re: [Trac] Re: Import Tab missing from admin panel

2023-09-12 Thread Markus Rosjat
hello, as your logs clearly state is you plugin not compatible with trac version 1.4.x so you need to look for a plugin version that is. Cheers Markus Am Mo., 11. Sept. 2023 um 05:00 Uhr schrieb Venu Pillai < vpillai1...@gmail.com>: > Still i am not able view import tab in trac 1.4 > > On

Re: [Trac] How is TracWikiPrintPlugin supposed to work in a container?

2023-10-17 Thread Markus Rosjat
Hi Martin, I don't really know the plugin but as far as my experience with trac goes, without any tinkering in the code trac will always try to get the system working with the project url you provide in the config. So if you cant do some settings for the plugin in the trac.ini or Admin Pages you

[Trac] install 15.3 on windows wsl

2022-10-05 Thread Markus Rosjat
Hey all, did someone successfully installed a 1.5.3 on a windows linux subsystem? When i pip trac i get the following import errors: (env) mr@GH-MR-NB-WIN11:~/trac/ghweb$ pip install --find-links= https://trac.edgewall.org/wiki/TracDownload Trac Looking in links:

Re: [Trac] install 15.3 on windows wsl

2022-10-05 Thread Markus Rosjat
thanks that seems to work ! cheers markus Am Mi., 5. Okt. 2022 um 10:59 Uhr schrieb Jun Omae : > On Wed, Oct 5, 2022 at 5:37 PM Markus Rosjat > wrote: > > > > Hey all, > > > > did someone successfully installed a 1.5.3 on a windows linux subsystem? > When i pi

[Trac] TracTicketMSTeamsDispatcherPlugin

2023-01-15 Thread Markus Rosjat
Hey list, I noticed some people cloned my repo on github even though it's just a poc for myself. So i shamelessly write a little mail here to let you know i pushed another commit to https://github.com/rosjat/TracTicketMSTeamsDispatcherPlugin so you might get an idea of pushing a payload to teams

[Trac] Re: TracTicketMSTeamsDispatcherPlugin

2023-01-17 Thread Markus Rosjat
this week so it could be installed with pip from there. I wanna stress again, its not really a ready to go full use but if someone likes to try it and report bugs or pretty ups for the admin page I will try to keep it going. cheers MArkus Am So., 15. Jan. 2023 um 15:06 Uhr schrieb Markus Rosjat

Re: [Trac] Re: TracTicketMSTeamsDispatcherPlugin

2023-01-18 Thread Markus Rosjat
> I wanna stress again, its not really a ready to go full use but if someone > likes to try it and report bugs or pretty ups for the admin page I will try > to keep it going. > > cheers > > MArkus > > > Am So., 15. Jan. 2023 um 15:06 Uhr schrieb Markus Rosjat < > m

Re: [Trac] Re: TracTicketMSTeamsDispatcherPlugin

2023-01-19 Thread Markus Rosjat
but to give it it a try it should be ok enough. cheers MArkus Am Mi., 18. Jan. 2023 um 10:23 Uhr schrieb Markus Rosjat < markus.ros...@gmail.com>: > yeah as i said its a work in progress :) > > for now you can add a webhook to a teams or discord channel and in the > ticket if

[Trac] best practice storing config informations

2023-01-21 Thread Markus Rosjat
hi list, this is more a question for the developers i guess since i try to figure out where and how to store some values for my plugin. So the main stuff I simply store in trac.ini under a section but let's say I want to store stuff that is related but not really a "default" setting for the

Re: [Trac] trac css / js plans for future releases

2023-01-25 Thread Markus Rosjat
schrieb Jun Omae : > On Wed, Jan 25, 2023 at 6:08 PM Markus Rosjat > wrote: > > > > Hi all. > > > > since i play around with some UI stuff in my plugin i noticed if I want > to sneak in a framework like bootstrap it works in basic but it messes some > of the

[Trac] index of plugins supprting trac 1.5.x

2023-01-25 Thread Markus Rosjat
Hi again, since trac has a 1.5.x release now i was wondering if there is an index of plugins that work with 1.5.x and python3? We use the timeandestimation plugin, tracnav or accountmanager plugin on a 1.4.2 instance at the moment and my basic tests for 1.5 showed i get someo of them to work (in

Re: [Trac] index of plugins supprting trac 1.5.x

2023-01-25 Thread Markus Rosjat
thanks i take a look !!! Am Mi., 25. Jan. 2023 um 10:36 Uhr schrieb Jun Omae : > On Wed, Jan 25, 2023 at 6:29 PM Markus Rosjat > wrote: > > since trac has a 1.5.x release now i was wondering if there is an index > of plugins that work with 1.5.x and python3? We use the ti

Re: [Trac] how to add tables to databes on plugin installation

2023-01-29 Thread Markus Rosjat
code to a version that works in a "cleaner" way i guess. Cheers MArkus Am So., 29. Jan. 2023 um 06:55 Uhr schrieb Jun Omae : > On Sun, Jan 29, 2023 at 6:12 AM Markus Rosjat > wrote: > > > > hi list, > > > > is there any kind of "sane" exampl

Re: [Trac] how to add tables to databes on plugin installation

2023-01-29 Thread Markus Rosjat
table have a column ticket that seems to be the ref to the tickek id but i dont see any definition of a foreign key so i there seems to be no integrity checks? This in turn defeats the whole purpose of a releational database. cheers Markus Am So., 29. Jan. 2023 um 09:33 Uhr schrieb Markus Rosjat

[Trac] how to add tables to databes on plugin installation

2023-01-28 Thread Markus Rosjat
hi list, is there any kind of "sane" example how to archive this task? the upgrade section for the database is, at least for a dummy like me, not in the slidest useful. the update section in TracDev desnt help at all since you can'T get behind the magic that would give you a pointer to a

Re: [Trac] how to add tables to databes on plugin installation

2023-01-29 Thread Markus Rosjat
;,), (2,"Discord",)) ) for initial data that should be fine since i know what i add but if i want to update my types later on I always need to get the count of the id sequence first to not mess up. Or do I simply miss stuff here ??? Cheers MArkus Am So., 29. Jan.

Re: [Trac] how to add tables to databes on plugin installation

2023-01-29 Thread Markus Rosjat
i will try that and i saw the plain sql string approach too but i got some basic stuff working at the moment. cheers Markus Am So., 29. Jan. 2023 um 12:40 Uhr schrieb Jun Omae : > On Sun, Jan 29, 2023 at 8:26 PM Markus Rosjat > wrote: > > then I expect to pass data to inser

Re: [Trac] Re: Trac 1.4.3 new install: htdocs is nearly empty and pages not getting formatted

2023-03-21 Thread Markus Rosjat
as i stated if you dont have plugins with templates using genshi anymore it should be save to remove it. If you are not sure just leave it since the code will call the proper library. I have both still and no problems but then again i have a few plugins using genshi and i run on my production trac

Re: [Trac] Trac 1.4.3 new install: htdocs is nearly empty and pages not getting formatted

2023-03-21 Thread Markus Rosjat
anyway, and going forward I think it's safer for us to use tracd. > > On Tuesday, March 21, 2023 at 12:51:28 AM UTC-6 Markus Rosjat wrote: > >> hey rick, >> >> as far as i remember the htdocs folder of the project folders are not >> really connected to the "appe

Re: [Trac] Trac 1.4.3 new install: htdocs is nearly empty and pages not getting formatted

2023-03-21 Thread Markus Rosjat
hey rick, as far as i remember the htdocs folder of the project folders are not really connected to the "appearance" of the Tac system. It is for static content you might wanna add fo be reachable by trac with relative paths. So you might wanna try to run tracd without apache an check how your

[Trac] timeandestimation plugin

2023-04-21 Thread Markus Rosjat
hello group, i have the task to migrate our running trac systems (1.4.2) to 1.5.x and this opens a can of worms as you all know ... so i identified my plugins to work on and one of em is the timeandestimation plugin, so far so good. I removed all the obvious obstacles that prevent me from

Re: [Trac] change comment on submit

2023-04-27 Thread Markus Rosjat
thanks for the advice i will check it out! cheers Markus Am Do., 27. Apr. 2023 um 09:12 Uhr schrieb Jun Omae : > Hi, > > On Tue, Apr 25, 2023 at 10:34 PM Markus Rosjat > wrote: > > > > hi all, > > > > Is it possible to change the content of a co

[Trac] change comment on submit

2023-04-25 Thread Markus Rosjat
hi all, Is it possible to change the content of a comment on submit? I know I can hook in to ticket changed event but how do I pass the changes along ? Do I need to hook into some other method (from an interface) or do it by "hand" accessing the database? cheers Markus -- You received this

Re: [Trac] Trouble witn TicketNotifyEmail deprecated

2023-02-12 Thread Markus Rosjat
hi theodor. this is usually a hint that the code in the plugin has some trouble with the python or trac version you running so you might need to look into the logs for tracebacks that point to the errors you mentions. in a debug setting you should get pretty good logs to figure where the code

Re: [Trac] Trouble witn TicketNotifyEmail deprecated

2023-02-13 Thread Markus Rosjat
made SubTickets fail during > plugin load, first being unable to import trac.ticket.notification and then > falling back to TicketEmailProvider - which also failed. > > Case closed. > > BR and thanks > > Theodor > On Sunday, February 12, 2023 at 10:53:51 PM UTC+1 Markus Rosj

[Trac] AccountManager Plugin

2023-02-13 Thread Markus Rosjat
Hi list, i was wondering if there is already an effort to port https://trac-hacks.org/wiki/AccountManagerPlugin to a state that it runs with 1.5.x ? I tried to do a little "fixing" but i am at the point where i need to go fix the templates and this is a tedious work so if someone already

Re: [Trac] AccountManager Plugin

2023-02-13 Thread Markus Rosjat
schrieb Dan Mahn < dan.m...@digidescorp.com>: > > On 2/13/2023 8:19 AM, Markus Rosjat wrote: > > > > i was wondering if there is already an effort to port > > https://trac-hacks.org/wiki/AccountManagerPlugin > > > > to a state that it runs with 1.5.x ? I

Re: [Trac] AccountManager Plugin

2023-02-13 Thread Markus Rosjat
start sharing the work on a place like github so the efforts are bundled on on version of the plugins Cheers Markus Dan Mahn schrieb am Mo., 13. Feb. 2023, 20:04: > > On 2/13/2023 10:49 AM, Markus Rosjat wrote: > > yeah you patch looks mostly like the things i did here b

Re: [Trac] AccountManager Plugin

2023-02-13 Thread Markus Rosjat
Dan Mahn > wrote: > >> >> On 2/13/2023 1:36 PM, Markus Rosjat wrote: >> > That said ppl who want or need to work on older plugins to make them >> > work on python 3 and trac1.5.x should start sharing the work on a >> > place like github so the efforts a

Re: [Trac] AccountManager Plugin

2023-02-13 Thread Markus Rosjat
Maybe we can get a short "how to" to join and transfer the trac related repos to the organisation. Since I use my pypi account to create releases I might need to change some things before moving it. Markus Rosjat schrieb am Mo., 13. Feb. 2023, 20:52: > Yeah if there is already an

Re: [Trac] Re: TracTicketMSTeamsDispatcherPlugin

2023-02-12 Thread Markus Rosjat
the simple approach to it. Anyway if you check it out give me feedback pleae cheers Markus Am Do., 2. Feb. 2023 um 22:01 Uhr schrieb Markus Rosjat < markus.ros...@gmail.com>: > Sure I don't mind, I simply never had a need to do so that's why I didn't > add some at the moment. I

Re: [Trac] Re: TracTicketMSTeamsDispatcherPlugin

2023-02-02 Thread Markus Rosjat
k enough. >> >> cheers >> >> MArkus >> >> Am Mi., 18. Jan. 2023 um 10:23 Uhr schrieb Markus Rosjat < >> markus...@gmail.com>: >> >>> yeah as i said its a work in progress :) >>> >>> for now you can add a webhook

Re: [Trac] Trouble witn TicketNotifyEmail deprecated

2023-02-12 Thread Markus Rosjat
e notification system *is* enabled - so I wonder why I > can't import it.. > > BR Theodor > > On Sunday, February 12, 2023 at 8:48:39 PM UTC+1 Markus Rosjat wrote: > >> hi theodor. >> >> this is usually a hint that the code in the plugin has some trouble with >&g

Re: [Trac] Re: running trac in docker containers

2023-05-03 Thread Markus Rosjat
w in rows: print(row) cheers MArkus Am Mi., 3. Mai 2023 um 19:55 Uhr schrieb Markus Rosjat < markus.ros...@gmail.com>: > hey scott, > > i have a docker compose file but my tracd command doesnt seems to work, > if i run int with -d flag the container restarts all the time

Re: [Trac] running trac in docker containers

2023-05-03 Thread Markus Rosjat
localhost in the uri I am back at the point that trac cant reach the db container. cheers MArkus Am Do., 4. Mai 2023 um 03:20 Uhr schrieb Jun Omae : > On Wed, May 3, 2023 at 9:44 PM Markus Rosjat > wrote: > > > > hi all, > > > > i try to play around a little and hit a b

Re: [Trac] Trac upgrade 1.2 ==> 1.4.3: Error

2023-05-27 Thread Markus Rosjat
hi Frank, short question , do you use a postgresql db as database backend ? if so there is an arrow in your log that shows trac cant find psycopg2 2023-05-27 12:00:13,510 Trac[loader] DEBUG: Loading plugin "trac.db.postgres" from "/usr/local/lib/python2.7/dist-packages" 2023-05-27 12:00:13,511

Re: [Trac] Remove content (wiki and tickets)

2023-06-23 Thread Markus Rosjat
Hi Frank, well setting up a "fresh" trac shouldnt be more like taking a project and simply assign a fresh DB to it. then Trac should tell you to update the DB with trac admin and you should be good to go. Beside that you can simply try to empty tables in the database but i don't know if this is a

Re: [Trac] ModuleNotFoundError: No module named 'trac'

2023-06-26 Thread Markus Rosjat
hey mike, if you are still looking for 1.5.4 there isn't a pypi package and you need to go to the subversion repo from edgewall to get the version. here is the link to 1.5.4 https://svn.edgewall.org/repos/trac/tags/trac-1.5.4/ or just go to trunk for the latest

Re: [Trac] running trac in docker containers

2023-05-05 Thread Markus Rosjat
:55 Uhr schrieb Markus Rosjat < markus.ros...@gmail.com>: > hey jun, > > my yml file: > > version: '3' > services: > trac: > build: > context: . > dockerfile: trac.Dockerfile > container_name: trac > command: tracd --auth=&

Re: [Trac] running trac in docker containers

2023-05-05 Thread Markus Rosjat
I am not worried just wondering, I run an Apache as webserver at the moment and do,rewrites to the tracd. Jun Omae schrieb am Fr., 5. Mai 2023, 16:13: > On Fri, May 5, 2023 at 10:42 PM Markus Rosjat > wrote: > > > > hi all, > > > > on last question about the whole

Re: [Trac] Re: TracHtmlNotificationPlugin only sends text/plain

2023-05-05 Thread Markus Rosjat
hi manuel, Am Fr., 5. Mai 2023 um 17:50 Uhr schrieb Manuel Bilderbeek < manuel.bilderbeek.a...@gmail.com>: > Hi, > > Yes, I realize that they require Python 3. This would be available in a > modern Ubuntu after upgrading. > Good point about the plug-ins. I guess I'll have to check whether all

Re: [Trac] change comment on submit

2023-05-08 Thread Markus Rosjat
Hi, i got my code working now, its a mix of WikiMacroBase expand_macro and IRequestFilter. So now i can use a macro to add some stuff in the comment and on commit it will resolve the macro and plug it into the comment so the macro is removed with informations that need to be persistent. I know

Re: [Trac] Re: TracHtmlNotificationPlugin only sends text/plain

2023-05-05 Thread Markus Rosjat
compatibility) reasons. Also, a couple are custom made (not > publicly available), and some may have local edits by me (though I usually > try to upload patches when I make changes). > > My company has been using Trac since about 2006 (version 0.9?) and we have > over 250 individua

Re: [Trac] Re: TracHtmlNotificationPlugin only sends text/plain

2023-05-05 Thread Markus Rosjat
gt; did a bunch of work on several plugins on that, but my memory is fading at > this point. I see the patch contains a "billing_jinja.html", for instance. > > - Dan > > > On 5/5/2023 1:46 PM, Markus Rosjat wrote: > > Hey Dan, > > I see your timeandestimation plugin h

[Trac] running trac in docker containers

2023-05-03 Thread Markus Rosjat
hi all, i try to play around a little and hit a bump in the road with using 2 containers formy setup. I got one container for trac and one container for postgresql. So far so good, if i try to connect with python from trac container to the postgresql one i can query data as expected but if i try

Re: [Trac] [solved] running trac in docker containers

2023-05-05 Thread Markus Rosjat
. After that the connection started working as expected. Conclusion: Dont set a container-name in the docker-compose file. Cheers Markus Am Do., 4. Mai 2023 um 07:55 Uhr schrieb Markus Rosjat < markus.ros...@gmail.com>: > hey jun, > > my yml file: > > version: '3'

Re: [Trac] Upgrading 1.0 to 1.4

2023-05-17 Thread Markus Rosjat
Hi Frank, Am Mi., 17. Mai 2023 um 15:55 Uhr schrieb Frank R. < frank.reifenst...@gmail.com>: > Hi Markus, > > if I remember correct get_db_cnx was deprecated in 1.2 or so so you might >> wanna check your Plugins to use a version that is compatible with the trac >> version you running now. >> > >

Re: [Trac] Re: running trac in docker containers

2023-05-03 Thread Markus Rosjat
to migrate to MySQL, so 1st launch of trac container had to run this > command line > # command : sh -c "sleep 5 && trac-admin /var/trac// convert_db > "mysql://tracuser:password@TracDB:3306/trac" > ports: > - "8088:80" > depends_on: > - TracD

Re: [Trac] Problem with Trac1.5.4 and latest TracDirectoryAuth & TracAccountManager combination

2023-05-19 Thread Markus Rosjat
Hi Anke, Am Fr., 19. Mai 2023 um 09:50 Uhr schrieb Anke Visser < anke.visse...@gmail.com>: > Hello, > > I'm trying to upgrade to Trac1.5.4, which allows to use a current version > of python. I've already migrated the PageAuthzPolicyEditor plugin, but I'm > stuck with the TracDirectoryAuth

Re: [Trac] Problem with Trac1.5.4 and latest TracDirectoryAuth & TracAccountManager combination

2023-05-19 Thread Markus Rosjat
most gave up. > > Regards, > Anke > > On Friday, May 19, 2023 at 6:35:17 PM UTC+2 Anke Visser wrote: > >> Thank you. I'll try that version and I'll report. >> >> Greetings, >> Anke >> >> On Friday, May 19, 2023 at 10:37:45 AM UTC+2 Markus Rosjat wrote:

Re: [Trac] Problem with Trac1.5.4 and latest TracDirectoryAuth & TracAccountManager combination

2023-05-19 Thread Markus Rosjat
Hey Jun, Am Fr., 19. Mai 2023 um 22:13 Uhr schrieb Jun Omae : > On Sat, May 20, 2023 at 2:28 AM Anke Visser > wrote: > > > > Got it!!! Woohoo!!! With the version > https://github.com/nielx/trac-accountmanager-fork I got the trace of an > old python 2.7 call. Now I can login using LDAP. Thank

Re: [Trac] Upgrading 1.0 to 1.4

2023-05-17 Thread Markus Rosjat
Hi Frank, if I remember correct get_db_cnx was deprecated in 1.2 or so so you might wanna check your Plugins to use a version that is compatible with the trac version you running now. cheers Markus Am Mi., 17. Mai 2023 um 12:01 Uhr schrieb Frank R. < frank.reifenst...@gmail.com>: > Trying to

Re: [Trac] hotcopy not working with MariaDB

2024-03-06 Thread Markus Rosjat
Hi Andreas, best guess here is that your db version doesnt work with the code. I guess it would be helpful for the devs if you provide the mariadb version you are running on the machine. If i remember correct mariadb had some changes from 10.3 to a higher version regarding syntax. cheers

Re: [Trac] Porting HttpAuthPlugin to Trac 1.6? (was: Problem with accountmanager and xmlrpc)

2024-04-04 Thread Markus Rosjat
hi Martin, maybe it would help to get some more information about what you tried so far, like - what version you installed , trunk, pip - a full traceback of the exceptions thrown I guess then people could point out things easier cheers Markus Am Mi., 3. Apr. 2024 um 13:04 Uhr schrieb Martin