Roundup Tracker - Issues

Message8165

Author rouilj
Recipients rouilj, schlatterbeck
Date 2024-10-23.18:10:33
Message-id <20241023181032.684376A01A3@pe15.cs.umb.edu>
In-reply-to <20241023154741.sej32etpaprcqwy5@runtux.com>
In message <20241023154741.sej32etpaprcqwy5@runtux.com>,
Ralf Schlatterbeck writes:
>On Wed, Oct 23, 2024 at 03:14:33PM +0000, Ralf Schlatterbeck wrote:
>> 
>> On Wed, Oct 23, 2024 at 02:58:57PM +0000, John Rouillard wrote:
>
>> > Would it be possible to turn off the SQL permission checks using a parameter?
>> 
>> Yes, I think we could make that configurable.
>> 
>> > Maybe something in interfaces.py as it should be used for debugging only.
>> 
>> We could make it a debug setting in config. Similar to the email debug
>> settings.
>
>I've implemented this, let me know if this works for you.

That works.

I still think a change to interfaces.py would be faster to access but
I guess one more debug seting won't add to the clutter in config.ini
too much.

Also is this correct?

+    ), "Most settings in this section (except for backend and debug_filter)\n"
+       "are used by RDBMS backends only.",

does debug_filter have any use if you are using dbm?

Have a great evening.
--
				-- rouilj
John Rouillard
===========================================================================
My employers don't acknowledge my existence much less my opinions.
History
Date User Action Args
2024-10-23 18:10:33rouiljsetrecipients: + rouilj, schlatterbeck
2024-10-23 18:10:33rouiljlinkissue2551330 messages
2024-10-23 18:10:33rouiljcreate