-
it's the "Show Entry View" part not unicode.
2009-08-05 19:39:39 UTC in KeePass Password Safe
-
the preview part of the console is not unicode,
just take a look at the upload picture and you get the idea :p.
2009-08-05 19:37:31 UTC in KeePass Password Safe
-
I saw that you released 0.72.5 to fix the lockfile package and downloaded that,
I tried that the double click detection have been fixed,
thanks :)
2009-04-05 16:13:27 UTC in Task Coach
-
well, I really want to try it but the new version just crashed at my vista x64, below it the log
Traceback (most recent call last):
File "taskcoach.pyw", line 22, in
File "taskcoach.pyo", line 42, in start
File "taskcoachlib\application\application.pyo", line 38, in __init__
File "taskcoachlib\application\application.pyo", line 67, in init
File...
2009-04-05 15:05:54 UTC in Task Coach
-
just try to quick double click on checkbox in category,
it will not just check on checkbox then uncheck it, it will also kick out the "Edit category",
minor bug.
2009-03-13 00:11:37 UTC in Task Coach
-
andcycle committed patchset 3376 of module MorphKad to the eMule Morph CVS repository, changing 3 files.
2008-12-28 00:00:19 UTC in eMule Morph
-
this is a major feature at my point of view,
if someone visit my blog but he can't subscribe comment, how can he know his comment have be replied?.
2008-09-22 07:57:01 UTC in pyblosxom
-
ok, I locate how to fix this, it should use encodeURIComponent rather than escape funcion in JavaScript.
2008-09-21 21:54:42 UTC in pyblosxom
-
actually it's the ajax part cause the problem,
I post a comment within chinese in it,
with AJAX On, it give me something like %u592A%u6709%u8DA3%u4E86 ,
the comments.js use a wrong way to build post data.
2008-09-21 21:50:03 UTC in pyblosxom
-
I tried several hours to make pyblosxom to run under fastcgi, hope there will be a document for this, here is my step
most of the setup is from
http://pyblosxom.sourceforge.net/1.4/manual/install_paste.html
there is only few step need to be taken
1.
change in blog.ini [server:main] section, ref http://pythonpaste.org/script/
[server:main]
use = egg:PasteScript#flup_fcgi_thread.
2008-09-21 16:14:24 UTC in pyblosxom