mdipierro
f1ab50fb91
fixed a problem with reset_password
2014-09-02 12:17:26 -05:00
Jeremie Dokime
52fac63b9e
Fix LOAD on action @request.restful()
...
LOAD didn't work on action decorated with @request.restful() when args and/or vars are passed because the restful method is called with the main "request" object (browser url action) instead of the "other_request" object used by LOAD.
So I have injected the restful method with the good object context.
It's a bit nasty, so if someone knows how to do it better, I'm happy.
2014-09-02 18:16:51 +02:00
mdipierro
d73c668f2d
Key.from_path -> self.keyfunc, thanks Quint
2014-09-02 10:10:14 -05:00
mdipierro
5eabe15b9e
improvement to dal for GAE but still problem with key IN set
2014-09-01 20:36:39 -05:00
mdipierro
447493c754
new saml2_auth
2014-08-31 13:09:35 -05:00
mdipierro
55f9762e30
Merge pull request #481 from niphlod/fix/ldap
...
too many cert_file arguments
2014-08-28 12:06:55 -05:00
mdipierro
5364193759
revent register and other form from ever sending back a password, thanks Anthony
2014-08-27 14:35:36 -05:00
mdipierro
59630f0a14
Merge pull request #482 from niphlod/docs/sched_and_tools
...
doc fixes
2014-08-26 14:36:44 -05:00
mdipierro
2d3ccfaba7
removed epydoc and fixed a typo in pevious commit
2014-08-26 14:24:07 -05:00
mdipierro
80d9722964
more security, thanks Niphlod
2014-08-26 14:21:28 -05:00
mdipierro
353d83aa4e
max_linked_inline broked, removed
2014-08-21 18:22:47 -05:00
mdipierro
fa05c01c7d
fixed a problem with extra fields and better validation errors
2014-08-21 17:22:03 -05:00
niphlod
7e73faf619
doc fixes
2014-08-21 22:49:26 +02:00
niphlod
ff73d9c741
too many cert_file arguments
2014-08-21 22:37:18 +02:00
mdipierro
b18dda1f53
fixed the toolbar, thanks Niphlod
2014-08-20 21:45:58 -05:00
mdipierro
5d63dfea2b
better bootstrap3 forms, thanks Ricardo Pedroso
2014-08-20 21:26:10 -05:00
mdipierro
031b1ceec7
Merge pull request #480 from rpedroso/bs3
...
bootstrap3 formstyle improvements
2014-08-20 21:16:56 -05:00
mdipierro
9ad30aa64d
experimental saml2 support
2014-08-20 21:05:03 -05:00
mdipierro
c7beeaf5c5
added utils.obj2dict
2014-08-19 18:57:25 -05:00
Ricardo Pedroso
a6bf692b61
bootstrap3 formstyle improvements
2014-08-16 19:28:42 +01:00
mdipierro
6dfeab284c
Merge pull request #479 from leonelcamara/master
...
reverse_geocode
2014-08-14 19:53:35 -05:00
mdipierro
88e971b9d8
fixed typo default table3cols
2014-08-14 19:40:01 -05:00
mdipierro
65ab4b8550
response.form_label_separator
2014-08-14 19:12:47 -05:00
mdipierro
7de0861fb5
response.formstyle, reponse.label_separator
2014-08-14 19:10:51 -05:00
mdipierro
eb9e35f860
very weird GAE hack
2014-08-14 16:27:46 -05:00
mdipierro
13026231f1
fixed registration_id on GAe, thanks Luca
2014-08-14 13:39:04 -05:00
Leonel Câmara
824cc10aa0
revert previous change due to the global implications
2014-08-14 18:06:45 +01:00
Leonel Câmara
2a27563f30
Allows you to set SQLFORM.default_formstyle and set the default formstyle for all SQLFORMs
2014-08-14 18:02:00 +01:00
Leonel Câmara
4aaf98bc56
removed unneeded sensor=true/false
2014-08-13 16:39:27 +01:00
Leonel Câmara
1548f915a6
added reverse_geocode to tools __all__
2014-08-13 16:10:00 +01:00
Leonel Câmara
5c29b20000
Merge branch 'master' of git://github.com/web2py/web2py
2014-08-13 16:07:57 +01:00
Leonel Câmara
cb927fc1d9
minor cosmetic
2014-08-13 15:59:22 +01:00
Leonel Câmara
3e1a57da50
added a reverse_geocode function to tools
2014-08-13 15:58:04 +01:00
mdipierro
3f65b8bfc8
fixed an issue with lack of validators in 'double' type
2014-08-11 00:02:08 -05:00
mdipierro
5e07ed79cc
Added support for stdlib's pbkdf2, thanks Ayrx
2014-08-10 12:45:37 -05:00
mdipierro
2a2800bc25
Merge pull request #476 from leonelcamara/master
...
Small Refactoring of BaseAdapter.delete
2014-08-10 12:39:30 -05:00
mdipierro
7e15c1a1da
fixed a ''...'' regex in markmin, thanks Leonel
2014-08-10 12:07:32 -05:00
mdipierro
bb13d6b729
fixed some bugs and another bs2->bs3 attempt
2014-08-09 01:52:09 -05:00
mdipierro
5c9282aca5
fixed issue 1947, raw args in expose, thanks iiijjjiii
2014-08-08 00:50:42 -05:00
mdipierro
669a22c8be
fixed issue 1950, allow change password for any old password complexity
2014-08-08 00:38:10 -05:00
mdipierro
5cbbcd3685
fixed postgresql bug introduced in recent commit?
2014-08-08 00:13:31 -05:00
mdipierro
6fc97775dc
fixed redirection bug
2014-08-08 00:07:34 -05:00
mdipierro
535a39feaa
request.is_shell and request.is_scheduler
2014-08-07 23:55:32 -05:00
mdipierro
ab84c95179
fixed 1961, redirect(..,headers=request.headers), thanks remco.boerma
2014-08-07 23:48:42 -05:00
mdipierro
6db3b0621c
Fixed issue 1962, postgres INSERT ... RETURING id, thanks perakojotgenije
2014-08-07 23:43:22 -05:00
mdipierro
a858f811a1
Fixed issue 1954, re-raising exceptions the right way, thanks Marton
2014-08-07 23:33:34 -05:00
mdipierro
d4e71073d7
Merge remote-tracking branch 'origin/master'
2014-08-06 14:50:53 -05:00
mdipierro
63529e5ad8
not sure what happened but fixing local commit
2014-08-06 14:50:51 -05:00
mdipierro
d1118b606b
Merge pull request #478 from alexdba/master
...
Option to limit inline display of linked tables
2014-08-06 14:45:23 -05:00
mdipierro
8f649f1820
Merge pull request #475 from omartrinidad/master
...
Changed a condition in order to not show `None` if there is no errors
2014-08-06 14:44:13 -05:00