Commit Graph

920 Commits

Author SHA1 Message Date
mdipierro 4af6227aa9 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 fe4319a197 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 a3aff0d3eb 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 3777603701 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 914a87be4e 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 e27321a22a simplified more CRYPT logic and removed hmac_hash, functionality included in simple_hash, thanks David 2012-08-09 23:34:37 -05:00
mdipierro 92925f447b fixed compatibility issues in CRYPT 2012-08-09 23:09:51 -05:00
mdipierro 1906817df8 allows strings as select args, thanks dhx 2012-08-09 08:57:58 -05:00
mdipierro 3607b960a3 htth->http typo 2012-08-08 22:33:50 -05:00
mdipierro 581d364367 better navbar, thanks Anthony 2012-08-08 18:56:02 -05:00
mdipierro 57e2f58b88 smartgrid(...fields=dict(...)) 2012-08-08 15:40:43 -05:00
mdipierro 715ca4f04c fixed issue 578, thanks Thomas Dallagnese 2012-08-08 15:19:21 -05:00
mdipierro a83c000b03 fixed issue 578, thanks Thomas Dallagnese 2012-08-08 15:17:57 -05:00
mdipierro 51fb5feb54 fixed issue 578, thanks Thomas Dallagnese 2012-08-08 15:16:58 -05:00
mdipierro 4c41057ffb better redirect, thanks Anthony 2012-08-08 14:20:05 -05:00
mdipierro b1a9df7d67 fixed issue 478, thank you Matthew Norris, sorry this took so long 2012-08-08 14:15:32 -05:00
mdipierro 72324b2e02 fixed issue 324, thanks jredrejo and sorry it took me 1 year to find your patch 2012-08-08 13:59:54 -05:00
mdipierro 9df5417597 fixed multiple autocomplete for table 2012-08-08 13:52:04 -05:00
mdipierro b5d55dd856 moved favicon.* in images 2012-08-08 13:24:49 -05:00
mdipierro 2b8c218146 indentantion 2012-08-08 13:16:24 -05:00
mdipierro 6c2d0692f6 fixed issue 391, thanks Dulakian 2012-08-08 12:40:04 -05:00
mdipierro 85bd60c92d Oracle: new trigger resets the sequence so the next value will be the one given in the data, thanks dhx 2012-08-08 12:29:45 -05:00
mdipierro 1c9a34c990 redirect(...,type='auto') 2012-08-08 12:17:54 -05:00
mdipierro 21b1d7b266 improved is_valid_ip_address 2012-08-08 10:23:03 -05:00
mdipierro 21812c53b3 redirect(...) now works on ajax responses, thanks Anthony 2012-08-08 10:05:09 -05:00
mdipierro 7a5c97076f fixed navbar separators 2012-08-08 09:43:07 -05:00
mdipierro fd8ed7937d better info to debug issue 921 2012-08-08 09:35:01 -05:00
mdipierro a5561c1f6f fixed issue 924, thanks dirkk0 2012-08-08 09:24:58 -05:00
mdipierro c59f39fa84 reverted http://code.google.com/p/web2py/source/detail?r=65caec4dae5f7c971d406beb0eb3b32f471d84a4, thanks Anthony 2012-08-07 22:45:46 -05:00
mdipierro 68b611e621 removed redundant strings in tools, thanks Anthony 2012-08-07 20:39:17 -05:00
mdipierro 7219e499a0 fixed issue 923, thanks Martin 2012-08-07 19:53:42 -05:00
mdipierro 30b40f059a router map_static, thanks Jonathan 2012-08-07 19:39:45 -05:00
mdipierro 74418b1a69 removed form.vars.upload_newfilename 2012-08-07 16:53:03 -05:00
mdipierro 290712a7b2 fixed issue 669, maxlength in grid for any str representation 2012-08-07 16:40:55 -05:00
mdipierro d650fd2e87 fixed navbar customization, thanks Anthony 2012-08-07 16:33:39 -05:00
mdipierro 5d94daa8c6 issue 812 auth.signature labels are translated 2012-08-07 15:13:57 -05:00
mdipierro 398155f7e8 fixed issue 569, translation of date-time error messages, thanks iceberg 2012-08-07 14:30:31 -05:00
mdipierro 8a7bd3c38b fixed issue 488, important security issues, monkeypatch pymysql, thanks Roman 2012-08-07 14:04:19 -05:00
mdipierro 3004345180 make CRYPT with salt but not key compatible with third party systems 2012-08-07 12:26:33 -05:00
mdipierro bef1631787 fixed issue 433 2012-08-07 12:12:43 -05:00
mdipierro db458abdce auth.requires_login(otheriwise=A(..)) 2012-08-07 11:31:10 -05:00
mdipierro 7cea8c2fb0 confirmation before exiting the edit page 2012-08-07 11:21:48 -05:00
mdipierro f95af29049 possibe fix to attributes distinct in mongodbadapter 2012-08-07 09:33:28 -05:00
mdipierro dd03908a02 prevent double listsings of apps in widget, thanks Marin 2012-08-07 09:15:58 -05:00
mdipierro f55c00b323 LOAD can do upload with new jQuery? 2012-08-06 23:01:50 -05:00