Commit Graph

75 Commits

Author SHA1 Message Date
mdipierro 95b3ca839a added improved scripts/setup-web2py-nginx-uwsgi-ubuntu.sh, thanks Niphlod 2012-12-20 09:22:24 -06:00
mdipierro 34f3220d1a T('Add') in grid, thanks Tito Garrido 2012-12-18 20:28:44 -06:00
mdipierro 63cefe0862 fixed typo in docstring, issue 1210, thanks francois.delpierre 2012-12-11 20:50:10 -06:00
mdipierro 353a66f44c fixed issue 1207, IS_IN_SET(list_of_ints), thanks Alan 2012-12-07 10:58:43 -06:00
mdipierro b92e169b69 MENU(li_first, li_last..), fixed issue 1200, thanks dev to null 2012-12-03 14:42:37 -06:00
mdipierro 52ca6af024 possible solution to issue 1154, onvalidation = dict(onsuccess= [...]) 2012-11-14 13:47:56 -06:00
mdipierro 1abc31895e HTML(doctype=''), issue 1140 2012-11-08 11:29:47 -06:00
mdipierro 6eb361d8f7 possibly fixed issue 1151 2012-11-08 09:59:10 -06:00
mdipierro d67af48f29 allows to customize the A in a MENU, thanks ilvalle 2012-10-31 10:22:20 -05:00
mdipierro 529dda0e6d fixed issue 1104, thanks Paolo Valleri 2012-10-25 10:19:50 -05:00
mdipierro 4b2ba185ae many pep8 improvements 2012-10-19 12:33:53 -05:00
mdipierro b716df1a05 some pep8 changes (fixed spacing at end) 2012-10-19 10:37:07 -05:00
mdipierro d552eb2eeb fixed some pep8 stuff 2012-10-19 09:40:17 -05:00
mdipierro 80040bf8e5 apos entity fix, thanks Michele 2012-09-24 12:48:39 -05:00
mdipierro 4027a3cda3 SQLFORM().accepts(onvalidation=dict(onchange=lambda....)), thanks Alan 2012-09-23 19:24:05 -05:00
mdipierro 6b5e3f2abf better layout, thanks Paolo 2012-09-17 11:36:00 -05:00
mdipierro 9b53fd2302 fixed issue 1010, error reporting on list:string 2012-09-16 11:43:03 -05:00
mdipierro bb3414f78e fixed grid layout again 2012-09-13 14:06:58 -05:00
mdipierro 2fb6138ed2 menu has empty components 2012-09-11 10:28:31 -05:00
mdipierro 415104345d simplified template.py 2012-08-28 21:11:27 -05:00
mdipierro 142b7cd98c fixed mobile issue, thanks Martin 2012-08-28 10:56:19 -05:00
mdipierro f9e35599c6 many iteritems optimizations 2012-08-28 09:35:36 -05:00
mdipierro 084e36d0ea fixed a bunch of typos form recent commits, thanks Jonathan 2012-08-27 12:55:41 -05:00
mdipierro cfc7e083a8 fixed forced hideerror, thanks Jim 2012-08-26 20:46:02 -05:00
mdipierro 807eea1b86 fixed issue 961 with DIV.add_class, thanks Dulakian 2012-08-26 19:02:44 -05:00
mdipierro 1840c5e0cc no more has_key 2012-08-26 18:34:50 -05:00
mdipierro 847fd5bb3e fixed some problems with html.py tests and postprocessing, thanks Michael 2012-08-26 14:12:09 -05:00
mdipierro d322ec5690 fixed @//// in wiki and pep8 spacing 2012-08-25 11:29:11 -05:00
mdipierro 84cb7b6790 DIV.elements(replace=...), thanks Anthony 2012-08-24 22:17:49 -05:00
mdipierro 089c0b33db added DIV.add_class, DIV.remove_class, thanks Dulakian, fixed issue 952 2012-08-23 08:54:34 -05:00
mdipierro cd543099a7 confirm spelling, thanks sethkinast 2012-08-22 08:32:00 -05:00
mdipierro 1a5efa3dd3 improved auth.wiki @{/a/c/f/args} 2012-08-18 17:50:50 -05:00
mdipierro a608df5a29 removed unwanted whitespaces 2012-08-16 11:56:07 -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 33f2ac39e7 auth.wiki() is much better, supports autolinks 2012-08-01 23:49:55 -05:00
mdipierro 08d40afb3c reverted part of previous test 2012-08-01 12:01:17 -05:00
mdipierro e227bfc2c4 issue 913, handle html5 input types, thanks Howesc 2012-07-28 19:14:19 -05:00
mdipierro b1e2b07cfb FORM.dialog -> FORM.confirm 2012-07-28 01:00:57 -05:00
mdipierro c5b7c63732 BR()+BR() 2012-07-26 17:53:35 -05:00
mdipierro a13ba1bc63 FORM.dialog 2012-07-26 09:41:39 -05:00
mdipierro 5b31ede4b9 BR()*5 2012-07-25 16:21:34 -05:00
mdipierro 0700ed7c8e better auth.wiki 2012-07-18 18:24:58 -05:00
mdipierro 471cfd0419 fixed A as menu item name, issue 987, thanks smogzer 2012-07-16 13:13:45 -05:00
mdipierro adc9b38606 fixed T(T('..')) and added tools.Wiki 2012-07-14 17:50:51 -05:00
mdipierro e6bbdd3519 for a grid in a component, cancel delete fails, issue 879, thanks simonm3 2012-07-11 18:23:49 -05:00
mdipierro 7e2c62eedc adding 'strong' to 'permitted_tags', and 'a.target' to allowed_attributes, thanks Vladyslav 2012-06-30 12:08:53 -05:00
mdipierro ffae332ad3 better extension parsing, thanks Corne 2012-06-28 09:56:53 -05:00
mdipierro a364dc5fde nested DIV in error messages, issue 861 thanks Richard 2012-06-25 14:31:52 -05:00
Massimo Di Pierro 3149c21240 fixed a potential timing attack, thanks Kirill Spitsin 2012-06-13 16:45:30 -05:00
Massimo Di Pierro b416fe4b58 BEAUTIFY shows cookie values, thanks Vlad 2012-05-28 13:05:30 -05:00