Cryha - Toolkit for crypto on database

2008-08-20 Thread Kless
I'm proud to release version 0.9 of Cryha. Cryha is a Python toolkit for securing information into a data base; it lets hash passwords, and encrypt/decrypt personal information. It is ready for input of Unicode characters, and the schema is returned as Unicode. The text is stored according to

Re: Webhelper and Options

2008-08-20 Thread Krishgy
Mike, Could you please point me the link for the latest web helper (Pylons 0.9.7)? I couldn't find anything myself. Regards, Gopal On Aug 17, 10:30 am, Mike Orr [EMAIL PROTECTED] wrote: On Sat, Aug 16, 2008 at 8:40 PM, Krishgy [EMAIL PROTECTED] wrote: To Add items to the Combo Box, I do

Re: Webhelper and Options

2008-08-20 Thread Mike Orr
On Wed, Aug 20, 2008 at 10:58 AM, Krishgy [EMAIL PROTECTED] wrote: Mike, Could you please point me the link for the latest web helper (Pylons 0.9.7)? I couldn't find anything myself. WebHelpers 0.6.1 is the latest. http://pypi.python.org/pypi/WebHelpers -- Mike Orr [EMAIL PROTECTED]

Would anyone be able to help me convert this PHP code to Pylons?

2008-08-20 Thread snorkel
// constructing a JSON $responce-page = $page; $responce-total = $total_pages; $responce-records = $count; $i=0; while($row = mysql_fetch_array($result,MYSQL_ASSOC)) { $responce-rows[$i]['id']=$row[id]; $responce-rows[$i]['cell']=array($row[id],$row[invdate],

Routes url_for with path_info parameter

2008-08-20 Thread EricHolmberg
I'm seeing an issue with the usage of path_info (used to adjust the PATH_INFO and SCRIPT_NAME variables) with url_for(...) which results in the path leading up to the *path_info showing up as the URL for the root controller. I'm not sure if this is intended. If so, any ideas on how to get the