[Trac] hotcopy not working with MariaDB

2024-03-06 Thread Andreas
Hello, I would like to backup our Trac 1.2.5 installation with the following command: sudo trac-admin /var/lib/trac/prod hotcopy /var/lib/trac/prod_backup I get the following result: *Fehler: ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to

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

2021-03-19 Thread Andreas
/ MariaDB under Ubuntu 20.04 - the file from stackoverflow doesn't work properly in Ubuntu ;-) RjOllos schrieb am Freitag, 19. März 2021 um 20:56:07 UTC+1: > > > On Thursday, March 18, 2021 at 1:12:53 PM UTC-7 Andreas wrote: > >> Hello Ryan, >> > >>"To get th

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

2021-03-18 Thread Andreas
hat I might have the wrong "my_config.h" file? Which package do you mean? RjOllos schrieb am Donnerstag, 18. März 2021 um 18:43:57 UTC+1: > On Thursday, March 18, 2021 at 2:42:06 AM UTC-7 Andreas wrote: > >> I finally found the solution to install MySQL-python here

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

2021-03-18 Thread Andreas
am Donnerstag, 18. März 2021 um 11:04:00 UTC+1: > trac-migrate.py isn't needed for your case. Instead, use mysqldump. > > On Thu, Mar 18, 2021 at 6:42 PM Andreas wrote: > > > > I finally found the solution to install MySQL-python here, but I do have > another p

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

2021-03-18 Thread Andreas
ector, self._kwargs, timeout) File "/usr/local/lib/python2.7/dist-packages/trac/db/pool.py", line 135, in get_cnx raise TimeoutError(errmsg) *trac.db.pool.TimeoutError: Unable to get database connection within 0 seconds. (AttributeError: 'NoneType' object has no attribute 'connect')*

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

2021-03-18 Thread Andreas
Hey Ryan, I just tried this, but I'm still getting the same error... Any other idea? Thank you! (env) root@andreas-VirtualBox:/home/andreas/env# pip install MySQL-python DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7

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

2021-03-17 Thread Andreas
g on Trac 1.4.2, I really need to find a way to migrate the older 1.2.2 to MySQL on Ubuntu 20.04... Thanks for any hints!! Andreas schrieb am Donnerstag, 12. November 2020 um 19:13:30 UTC+1: > I just tested all our plugins with 1.4.2, but the TracHoursPlugin > <https://trac-hacks.

[Trac] eMail to create Ticket

2021-02-05 Thread Andreas
Hello together, we are currently running Trac 1.2.5 with some plugins and we would like to make it easier for users to create tickets. Our goal is to forward eMails to a certain eMail-Address and then a Ticket gets created automatically. It would be nice to have the possibility to add some

[Trac] Trac 1.4 display size

2020-11-18 Thread Andreas
Hello together, I have upgraded from Trac 1.2 to 1.4 and noticed that the UI size (incl. the font) is way bigger now than it was before, which is probably because of the switch to Jinja2. When I zoom out to 80% in my browser, it has about the same size as before. Is there an (easy) way to get

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

2020-11-12 Thread Andreas
s schrieb am Donnerstag, 12. November 2020 um 17:56:10 UTC+1: > On Thursday, November 12, 2020 at 7:38:49 AM UTC-8 Andreas wrote: > >> Hello together, >> >> I have just noticed that the necessary MySQL-python >> <https://pypi.org/project/MySQL-python/> is not running

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

2020-11-12 Thread Andreas
e=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-vPnHkG/install-record.txt --single-version-externally-managed --compile --install-headers /usr/

[Trac] Trac / MySQL-python on Ubuntu 20.04

2020-11-12 Thread Andreas
Hello together, I have just noticed that the necessary MySQL-python is not running under Ubuntu 20.04 anymore, more specificly, it cannot be installed with "pip install MySQL-python". I would need this to run Trac 2.2.5 with MariaDB. Under Ubuntu

[Trac] Re: Strange problem after server migration with MS Edge

2020-01-18 Thread Andreas
I have now changed the login-procedure to web-login, now it's working! Thanks anyways! Am Samstag, 18. Januar 2020 16:48:59 UTC+1 schrieb Andreas: > > Hello, > > I have just moved our trac environment from one server to another. They > are both running Ubuntu 18.04 with Trac

[Trac] Re: Strange problem after server migration with MS Edge

2020-01-18 Thread Andreas
No, it's exactly the opposite: /trac --> it's working with Edge / --> it's not working with Edge Am Samstag, 18. Januar 2020 19:53:55 UTC+1 schrieb RjOllos: > > > > On Saturday, January 18, 2020 at 10:45:55 AM UTC-8, Andreas wrote: >> >> I was now able to trace back

[Trac] Re: Strange problem after server migration with MS Edge

2020-01-18 Thread Andreas
Hey Ryan, please check my latest reply ~ 1 Minute befor yours ;-) Am Samstag, 18. Januar 2020 19:46:51 UTC+1 schrieb RjOllos: > > > > On Saturday, January 18, 2020 at 7:48:59 AM UTC-8, Andreas wrote: >> >> Hello, >> >> I have just moved our trac en

[Trac] Re: Strange problem after server migration with MS Edge

2020-01-18 Thread Andreas
y appreciated! Am Samstag, 18. Januar 2020 16:48:59 UTC+1 schrieb Andreas: > > Hello, > > I have just moved our trac environment from one server to another. They > are both running Ubuntu 18.04 with Trac 1.2.5 on Apache. > > I use account manager with .htdigest authentificat

[Trac] Strange problem after server migration with MS Edge

2020-01-18 Thread Andreas
am immediately logged in. When I close Edge and open it again with the link https://ticket.mydomain.com/wiki and enter my credentials, everything works fine as well. Does anyone have an idea what could cause this issue? It's driving me crazy... Thanks for any hints! Best regards, Andreas

[Trac] Re: TracHoursPlugin: Do not allow line-break in comments

2019-11-28 Thread Andreas
This has solved the issue: > comments = re.sub('\s+', ' ', comments).strip() > Am Donnerstag, 28. November 2019 17:01:37 UTC+1 schrieb Andreas: > > Hello, > > I would like to disallow line-breaks in hour comments, so I tried to add > the stated down red

[Trac] Re: AccountManagerPlugin: Reset password not working for me

2019-11-15 Thread Andreas
still the same... Do I have to create a new .htdigest-file or install something else? Am Mittwoch, 13. November 2019 18:21:11 UTC+1 schrieb RjOllos: > > > > On Friday, November 8, 2019 at 2:02:46 AM UTC-8, Andreas wrote: >> >> Hello, >> >>

[Trac] AccountManagerPlugin: Reset password not working for me

2019-11-08 Thread Andreas
eems like the logic has changed and the ResetPwStore and ResetPwStore does not exist anymore, but I'm not sure. I am also not sure if this is an installation / setting issue or an issue of plugin. Can anybody help? Thank you! Best regards, Andreas -- You received this message because you are subscr

[Trac] Re: Best way of using Trac for multiple customers

2019-09-14 Thread Andreas
Hello Ryan, I was able to fulfill my needs with a combination of SimpleMultiProjectPlugin (permissions) and DynamicFieldsPlugin (dependencies of fields when creating a new ticket) Thanks for you help anyway, and a big THANK YOU for putting so much effort into Trac! Best regards, Andreas Am

[Trac] Re: Best way of using Trac for multiple customers

2019-09-13 Thread Andreas
the syntax / realm for milestone is wrong. Can you help me out here? Thank you! Best regards, Andreas Am Montag, 26. August 2019 22:29:28 UTC+2 schrieb RjOllos: > > > > On Monday, August 26, 2019 at 8:04:40 AM UTC-7, Andreas wrote: >> >> Hey Ryan! >> >>

[Trac] Re: Best way of using Trac for multiple customers

2019-08-26 Thread Andreas
there is a way to add users of customer A to a usergroup "Customer A" and assign milestones (or something like this) to this group? BTW, if we would need some TRAC-coding in the future - would you be available? (of course for payment) Thanks! Best regards, Andreas Am Montag, 26. A

[Trac] Best way of using Trac for multiple customers

2019-08-25 Thread Andreas
Hallo! We have been using Trac since a few years now for one customer. Now we would like to expand the usage of Trac to another customer. Is there a way where we can use the same installation for both customers in a way that they don't see each others Tickets? We have further customers which

[Trac] SQL Query - Filter

2018-04-04 Thread Andreas
e? I guess this would be harder because there would have to be an SQL-join somewhere in the background... Thanks for any hints! Best regards, Andreas -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop r

Re: [Trac] TracHoursPlugin / TicketSidebarProviderPlugin problem (CSS)

2018-02-09 Thread Andreas
Hello EmeCas, that would be great, thank you very much! Best regards, Andreas Am Donnerstag, 8. Februar 2018 21:21:42 UTC+1 schrieb emecas: > > Hi Andreas > > Thank you for let us know about the inconvenient, since I had never > visualized before the problematic since th

Re: [Trac] Re: AccountManager: Reset Password problem

2017-08-20 Thread Andreas
thank you, seems like I forgot to add verify_email = false Does anyone know something about the not working email reset in Trac 1.2.2? (my first question) Am Samstag, 19. August 2017 23:56:12 UTC+2 schrieb Jun Omae: > > On Sun, Aug 20, 2017 at 3:40 AM, Andreas <muffe...@gmail.com &

[Trac] Re: AccountManager: Reset Password problem

2017-08-19 Thread Andreas
? Does this work with older versions? Thank you! Am Samstag, 19. August 2017 15:06:32 UTC+2 schrieb Andreas: > > Hello! > I am currently running Trac 1.2.2 with AccountManager installed (I'm using > the current under development version, as there is no stable version > av

[Trac] AccountManager: Reset Password problem

2017-08-19 Thread Andreas
Hello! I am currently running Trac 1.2.2 with AccountManager installed (I'm using the current under development version, as there is no stable version available for Trac >1.0) In the admin panel of Trac, I can create users, change their password and delete users - all these things are working

Re: [Trac] Trac Upgrade - now showing Names instead of SID/username

2017-08-19 Thread Andreas
wow, that was fast - thanks a lot, works like a charm! Am Samstag, 19. August 2017 07:51:49 UTC+2 schrieb RjOllos: > > > > From: Andreas > Sent: Saturday, August 19, 01:46 > Subject: [Trac] Trac Upgrade - now showing Names instead of SID/username > To: Trac Users > &g

[Trac] Trac Upgrade - now showing Names instead of SID/username

2017-08-18 Thread Andreas
Hello! I have just upgraded my Trac Environment in a testinstallation from version 0.12.5 to 1.2.2. Before the upgrade, I always saw the SID/username (owned by SID, Changed by SID, etc.) - but since the update, this behavior changed and now Trac displays the the name (forename and surname)

[Trac] Trac & Apache Server: SSL & Virtual Hosts not working

2017-08-17 Thread Andreas
Hello together! I have configured an Ubuntu 16.04 Server with Apache and installed Trac 1.2.2 on it. I would like to access the Trac installation using SSL via https://subdomain.domain.com I have the following two .conf-files in /etc/apache2/sites-available/ right now: *ssl.conf:*

Re: [Trac] Trac notification not working with Office 365

2017-05-22 Thread Andreas Haas
_from = mym...@domain.com" and now it works like a charm. Thanks a lot! 2017-05-22 17:37 GMT+02:00 Jun Omae <jun6...@gmail.com>: > Hi, > > On Mon, May 22, 2017 at 7:55 PM, Andreas <ebnertic...@gmail.com> wrote: > > Hello everybody! > > > > I would

[Trac] Trac notification not working with Office 365

2017-05-22 Thread Andreas
Hello everybody! I would like to send out all notifications using the SMTP-Server of Office 365, but it seems like Office 365 is not working with Trac 1.2.1. After creating a new ticket, I get the followind error-message: Warning: The ticket has been created, but an error occurred

Re: [Trac] Digest for trac-users@googlegroups.com - 7 Messages in 3 Topics

2012-01-26 Thread Andreas Rickert
-- You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email to trac-users@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at

[Trac]

2012-01-26 Thread Andreas Rickert
-- You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email to trac-users@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at

[Trac] Re: Accessing only a part of the Subversion Repository

2007-11-21 Thread Andreas Koester
Now it works - I modified the repository_dir, but forgot the trac-admin resync. Thanks, Andreas James Guyton schrieb: If I'm interpreting your question correctly, you want to set the [trac] repository_dir = variable in your trac.ini file to the desired location in your repository. i.e

[Trac] Accessing only a part of the Subversion Repository

2007-11-18 Thread Andreas Koester
Hi, I've a single Subversion repository for different projects, and now I would like to use TRAC for just one of these projects. Is this possible ? Thanks, Andreas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Trac] Domain upgrade Problem

2007-10-31 Thread Andreas Reiss
to the nirvana. Is their any script for DB or Trac to update all the links or maybe to do a string replacements? Thank you very much Cheers Andreas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac

[Trac] Maximum number of Trac users

2007-10-19 Thread Andreas
Hi again, what's the maximum number of Trac users in practice? Roughly, how many (simultaneous or registered) users can a Trac installation on a robust server handle? Thanks, Andreas --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Trac] Re: How to install 0.11 in Debian?

2007-08-19 Thread Andreas Jellinghaus
(about 4-6 of 10 trac project I have) have this problem. maybe it is fixed in 0.11? Regards, Andreas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email to trac-users

[Trac] Re: accountmanager for 0.10.3 unstable?

2007-06-01 Thread Andreas Jellinghaus
] http://trac.edgewall.org/wiki/SpamFilter [2] http://scallywhack.otaku42.de ah, the second one is nice, I was thinking about a mod_security based solution anway. Will have a look! Regards, Andreas --~--~-~--~~~---~--~~ You received this message because you

[Trac] accountmanager for 0.10.3 unstable?

2007-05-25 Thread Andreas Jellinghaus
(anonymous editing disabled because of spam). what can I do? thanks for your help. Regards, Andreas full error message: Oops... Trac detected an internal error: If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team. Go to http

[Trac] trac 0.10.3 on debian etch: TracAccountManager doesn't find HtPasswdStore (often)

2007-05-14 Thread Andreas Jellinghaus
? any help is very, very welcome. Regards, Andreas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group

[Trac] Using wiki parser from the outside

2007-04-22 Thread Andreas Ahlenstorf
Hi, I'm building a small app where I like to integrate trac as wiki and bug tracker. Now there are some places outside of trac where the users are able to enter content and I like to give them the possibility to use the same markup language as in the trac wiki. I already looked through

[Trac] Re: test management tool for trac?

2006-12-01 Thread Andreas Jellinghaus
management tools: http://www.opensourcetesting.org/testmgt.php but none of them seems to play nice with trac. Regards, Andreas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group

[Trac] test management tool für track?

2006-11-30 Thread Andreas Jellinghaus
Hi, can anyone recommend a test management tool? preferable one that integrates with trac, but otherwise a standalone tool is also fine. Thanks for your help! Regards, Andreas --~--~-~--~~~---~--~~ You received this message because you are subscribed