-
Unfortunately I do not have access to that repository now.
But I will try next release with other repositories.
2007-12-13 03:39:47 UTC in Qt commit tool
-
ibWebAdmin 1.02 doesn't work with Firebird 2.1beta2.
Error in "get_tables.inc.php, line: 156":
Datatype BLOB is not supported for sorting operation.
It seems that error is caused by usage of "DISTINCT" in system tabbles requests.
2007-10-25 12:25:01 UTC in ibWebAdmin
-
Trying to run qct 1.4 in one of my SVN repositories:
Auto-detected Subversion repository
Traceback (most recent call last):
File "qct", line 120, in
File "qctlib\gui_logic.pyc", line 144, in __init__
File "qctlib\gui_logic.pyc", line 213, in __rescanFiles
File "qctlib\vcs\svn.pyc", line 94, in scanFiles
IndexError: string index out of range.
2007-10-22 09:52:05 UTC in Qt commit tool
-
Maybe it determines default messages encoding from current locale settings, and most of the people are running tracker on system with proper locale. And I've tried to run it on the shared hosting account where I can't change locale settings.
2007-05-18 13:07:12 UTC in BugTracker.NET
-
It seems that BugTracker.NET do not specify any charset when sending emails, so non iso-8859-1 mail gets corrupted. I've fixed it by adding line:
msg.BodyEncoding = Encoding.UTF8;
into util.cs file.
2007-05-18 07:10:33 UTC in BugTracker.NET
-
Now it seems to work when I set proxy as IP-address but still doesn't work if I specify its domain name.
2007-03-06 09:28:57 UTC in wxDownload Fast
-
I've tried it, but it doesn't work yet.
When I specify proxy address as domain name it can't resolve it:
Resolving proxy host '' ...
Proxy not found.
New attempt in 5 seconds
When I specify IP address it can't connect to proxy:
Resolving proxy host '192.168.1.1' ... OK
Trying to connect in '192.168.1.1 3128' ...
Connection denied.
New attempt in 5 seconds
I use win2k without...
2007-03-05 08:40:45 UTC in wxDownload Fast
-
Thank you. Is there any binaries (windows/linux) to test?
BTW, why you do not use library like libcurl where this and many other features ready available?.
2007-03-04 10:24:08 UTC in wxDownload Fast
-
I was surprised that wxDownload Fast doesn't support HTTP proxy. It is limiting its usability in many areas where there is not other ways to web access.
2007-01-18 16:24:33 UTC in wxDownload Fast
-
Report Manager's installer installs old version of upx.exe into system32 directory and it broke many cmd-files which use UPX, as system32 directory is first in the path before any other directory.
It shouldn't do this (ideally upx.exe should be installed in application directory) or, at least, install current version (UPX 2.03 at the moment).
2006-11-23 13:49:04 UTC in Report Manager