Commit Graph

7543 Commits

Author SHA1 Message Date
mdipierro
d2bbc9adaf added missing _id, thanks Paolo Valleri 2012-08-16 09:39:51 -05:00
mdipierro
4fd83f4de5 fixed another SQLFORM.formstyles, thanks Anthony 2012-08-16 09:38:47 -05:00
mdipierro
16ea8462c8 fixed another SQLFORM.formstyles, thanks Anthony 2012-08-16 09:38:47 -05:00
mdipierro
d1838adb14 IS_IN_DB validator for auth_user username/email, thanks Anthony, fixed issue 934 2012-08-15 17:30:43 -05:00
mdipierro
2095889eff IS_IN_DB validator for auth_user username/email, thanks Anthony, fixed issue 934 2012-08-15 17:30:43 -05:00
mdipierro
208fa4b381 another attempt at memcache 2012-08-15 17:24:25 -05:00
mdipierro
aacfdb62bb another attempt at memcache 2012-08-15 17:24:25 -05:00
mdipierro
260842c8ae another attempt at memcache 2012-08-15 17:18:24 -05:00
mdipierro
64af8ae88f another attempt at memcache 2012-08-15 17:18:24 -05:00
mdipierro
4e1ae05402 SQLFORM.formstyles, thanks Anthony 2012-08-15 17:08:10 -05:00
mdipierro
92a66c0d11 SQLFORM.formstyles, thanks Anthony 2012-08-15 17:08:10 -05:00
mdipierro
4e02406b61 better memcache support? 2012-08-15 14:55:55 -05:00
mdipierro
d9ef136111 better memcache support? 2012-08-15 14:55:55 -05:00
mdipierro
562f6dd2b2 fixed issue 928, thanks dulakian and Anthony 2012-08-15 14:23:44 -05:00
mdipierro
def270c298 fixed issue 928, thanks dulakian and Anthony 2012-08-15 14:23:44 -05:00
mdipierro
e51c78763e \w_ replaced with \w, thanks Osman 2012-08-15 09:12:55 -05:00
mdipierro
f25e92d443 \w_ replaced with \w, thanks Osman 2012-08-15 09:12:55 -05:00
mdipierro
add8e6b173 count is integer, thanks Osman Masood 2012-08-15 09:06:36 -05:00
mdipierro
91c88d56eb count is integer, thanks Osman Masood 2012-08-15 09:06:36 -05:00
mdipierro
1052c67bb1 gaekeyfilterpatch, thanks Howesc, issue 930 2012-08-14 20:37:47 -05:00
mdipierro
5145272415 gaekeyfilterpatch, thanks Howesc, issue 930 2012-08-14 20:37:47 -05:00
mdipierro
15a9415907 fixed magnifying glass in design page 2012-08-14 20:36:07 -05:00
mdipierro
f3d97a1107 fixed magnifying glass in design page 2012-08-14 20:36:07 -05:00
mdipierro
c0ec6689aa fixed admin url upload, thanks Marin 2012-08-14 20:26:43 -05:00
mdipierro
360f778ade fixed admin url upload, thanks Marin 2012-08-14 20:26:43 -05:00
mdipierro
b30676a2d3 fixed path, thanks Jonathan 2012-08-14 19:32:09 -05:00
mdipierro
57aff944b3 fixed path, thanks Jonathan 2012-08-14 19:32:09 -05:00
mdipierro
29006bb8a6 removed un-necessary line, thanks Alexei 2012-08-13 23:17:46 -05:00
mdipierro
f72056eff6 removed un-necessary line, thanks Alexei 2012-08-13 23:17:46 -05:00
mdipierro
4af6227aa9 os.sep in DAL, thanks Jonathan 2012-08-13 13:29:59 -05:00
mdipierro
4d15bc4375 os.sep in DAL, thanks Jonathan 2012-08-13 13:29:59 -05:00
mdipierro
6680d98c9e raise HTTP(...,cookies=request.cookies) 2012-08-13 11:02:43 -05:00
mdipierro
8939abb370 raise HTTP(...,cookies=request.cookies) 2012-08-13 11:02:43 -05:00
mdipierro
fe4319a197 gnicorn fix, thanks Ander Arbelaiz 2012-08-13 10:46:02 -05:00
mdipierro
4dcadcf78f gnicorn fix, thanks Ander Arbelaiz 2012-08-13 10:46:02 -05:00
mdipierro
0634ce72c0 fixed admin min length, thanks Anthony 2012-08-12 10:38:42 -05:00
mdipierro
a1f2442d35 fixed admin min length, thanks Anthony 2012-08-12 10:38:42 -05:00
mdipierro
a3aff0d3eb improved security in grid but still a problem 2012-08-11 22:05:23 -05:00
mdipierro
fcc9bc51f6 improved security in grid but still a problem 2012-08-11 22:05:23 -05:00
mdipierro
761082f117 fixed menu size, thanks Angelo 2012-08-11 21:42:07 -05:00
mdipierro
aab147ac3c fixed menu size, thanks Angelo 2012-08-11 21:42:07 -05:00
mdipierro
3777603701 minor change in markmin supports #head 2012-08-11 14:44:02 -05:00
mdipierro
560f049825 minor change in markmin supports #head 2012-08-11 14:44:02 -05:00
mdipierro
2d234a5fb6 added part of bootswatch improvements, thanks Angelo 2012-08-10 13:01:35 -05:00
mdipierro
4b4fa2361b added part of bootswatch improvements, thanks Angelo 2012-08-10 13:01:35 -05:00
mdipierro
914a87be4e fixed Issue 927:add autoscroll widget to debugger interactive shell, thanks Anthony 2012-08-10 12:55:56 -05:00
mdipierro
0b8328a876 fixed Issue 927:add autoscroll widget to debugger interactive shell, thanks Anthony 2012-08-10 12:55:56 -05:00
mdipierro
bd6151d0c2 fixed bug in simple_hash 2012-08-10 12:49:12 -05:00
mdipierro
b2fb74555c fixed bug in simple_hash 2012-08-10 12:49:12 -05:00
mdipierro
e27321a22a simplified more CRYPT logic and removed hmac_hash, functionality included in simple_hash, thanks David 2012-08-09 23:34:37 -05:00