mdipierro
f9745e8a63
Merge pull request #1217 from niphlod/fix/redis_docstrings
...
fixes just docstrings about usage
2016-03-15 11:53:44 -05:00
mdipierro
51ce35c4e5
Merge pull request #1216 from BuhtigithuB/improve-rocket-test
...
create test_rocket.py with TODO inside about pathoc tests
2016-03-15 11:53:29 -05:00
mdipierro
0f7e4d774b
Merge pull request #1215 from BuhtigithuB/improve-helper-test
...
Improve helper test
2016-03-15 11:53:11 -05:00
Richard Vézina
6e6612a57d
add a todo about remain test() which may be deleted
2016-03-15 12:41:08 -04:00
Richard Vézina
83a3149849
Order tests in test_html.py todo for missing test + add many missing tests
2016-03-15 12:40:13 -04:00
mdipierro
f370187332
removed double json.loads(body), thanks Simone
2016-03-14 18:03:54 -05:00
niphlod
1b15b0c6dc
fixes just docstrings about usage
2016-03-14 23:32:53 +01:00
mdipierro
507c3d6c33
fixed typo
2016-03-14 15:20:08 -05:00
mdipierro
e62069c8b7
another error due to removing global settings from request
2016-03-14 15:13:10 -05:00
mdipierro
9533978b37
fixed error in previous commit
2016-03-14 14:57:21 -05:00
mdipierro
9706d125b4
DO NOT LEAK GLOBALS SETTINGS INTO request object
2016-03-14 14:52:41 -05:00
Richard Vézina
01aa9de919
create test_rocket.py with TODO inside about pathoc tests
2016-03-14 15:28:50 -04:00
Richard Vézina
55994c489b
Improve test naming convention test_
2016-03-14 15:09:33 -04:00
Richard Vézina
983627daa4
Improve PEP8 test_html.py
2016-03-14 15:02:40 -04:00
mdipierro
df55f52d8f
fixed #1187 Field(.)Virtual typo, thanks RekGRpth
2016-03-14 12:45:01 -05:00
mdipierro
c81f1fd6c8
reverting previous commit
2016-03-14 12:34:09 -05:00
mdipierro
f15dd4b6e5
fixed #1204 , updating session when add_membership
2016-03-14 12:32:34 -05:00
mdipierro
e9e61cbca4
fixed #1213 , custom password field name
2016-03-14 12:27:37 -05:00
mdipierro
700821e372
Merge pull request #1209 from zvolsky/transl_update_script
...
new script to update untranslated messages from other language file
2016-03-14 12:18:05 -05:00
mdipierro
1d04f8837e
resorted tests as suggested by BuhtigithuB
2016-03-14 12:16:52 -05:00
mdipierro
a375e047e9
Leonel new tests gluon/tests/test_validators.py
2016-03-14 12:04:47 -05:00
mdipierro
fe6b222aaf
Merge pull request #1212 from BuhtigithuB/improve-validators-test
...
Order tests to match validators.py and flag missing tests
2016-03-14 11:54:18 -05:00
Richard Vézina
2531c2c640
Improve PEP8
2016-03-10 22:09:38 -05:00
Richard Vézina
eca300af32
Order tests to match validators.py and flag missing tests
2016-03-10 21:56:46 -05:00
zvolsky
cdac608efc
new script to update untranslated messages from other language file
2016-03-10 09:48:04 +01:00
niphlod
038d0d17a4
fixes the same bugs reported in #1191 for the "standard" scheduler
2016-03-10 00:01:39 +01:00
mdipierro
bcc4ae2ec6
remporarily addressing issue #1203 , thanks Simone
2016-03-08 17:22:02 -06:00
mdipierro
4b81f721ac
Merge branch 'master' of github.com:web2py/web2py
2016-03-08 16:44:05 -06:00
mdipierro
66f231eb4b
Merge pull request #1193 from CzechErface/master
...
Fixed a bug whereby calling 'delete_record()' on a row object caused …
2016-03-08 16:39:54 -06:00
mdipierro
5fc9517803
Merge pull request #1194 from chenl/master
...
invalid view for purely compiled app
2016-03-08 16:38:34 -06:00
mdipierro
dc5cac07e1
fixed bs3 form alignment
2016-03-01 23:39:08 -06:00
Boris Aramis Aguilar Rodríguez
8058dc2ce6
Update imageutils.py
...
Adding a padding statement into imageutils, the goal is to allow a padding transparent/white border on pictures when being resized in different aspect ratio.
2016-03-01 20:24:28 -06:00
mdipierro
a5269b1a1a
Merge branch 'master' of github.com:web2py/web2py
2016-02-26 23:37:47 -06:00
mdipierro
9a079e092f
fixed typo in auth
2016-02-26 14:24:21 -06:00
mdipierro
218817753a
myconf.take, myconf.get
2016-02-26 14:20:18 -06:00
mdipierro
ef9bf73973
example in rocket.py
2016-02-26 13:52:00 -06:00
niphlod
642ec2b934
fixes #1191
...
fix is in lines 828-835 . needed to backport total_seconds for py2.6
(694-701).
everything else is just pep8.
2016-02-25 02:46:36 +01:00
Chen Levy
d494ec9c88
fix invalid view for purly complied app
...
When packing a compiled app, and distributing it without the non-compiled view views, run_view_in searches only the old style compiled view file: e.g. views_default_index.html.pyc and not in views.default.index.html.pyc, resulting in "invalid view (default/index.html)" 404 Exception.
2016-02-22 14:13:02 +02:00
Jonathan Vasek
c4d1f3f414
Fixed a bug whereby calling 'delete_record()' on a row object caused an AttributeError.
2016-02-21 00:19:49 -06:00
mdipierro
484f02cae1
fixed grid button alignment, thanks SanDiego
2016-02-10 16:04:27 -06:00
mdipierro
d5db67d5ea
Merge pull request #1182 from preactive/patch-1
...
Update ldap_auth.py
2016-02-07 00:14:31 -06:00
mdipierro
1480a10d6b
Merge pull request #1176 from cccaballero/master
...
Added virtual field support to autocomplete widget
2016-02-07 00:14:22 -06:00
preactive
f79b38a335
Update ldap_auth.py
...
In regards to comments in:
https://github.com/BuhtigithuB/web2py/commit/0036d9c45bdf476d858fa00dd69e854c4623858b
And:
https://github.com/web2py/web2py/issues/1178
2016-02-04 13:41:49 -08:00
mdipierro
35216db750
grid(Set(..)) as well as grid(Query(..))
2016-02-03 22:11:38 -06:00
Carlos Cesar Caballero Díaz
faa3d1d477
Added virtual field support to autocomplete widget
...
Added support to use Virtual Fields in autocomplete widget.
Gotchas:
- Using Virtual Fields is slower than normal fields.
- Virtual Fields must be declared with name and table_name attributes.
2016-01-30 10:20:37 -05:00
mdipierro
7aff79ca57
Merge pull request #1172 from dmatic/master
...
Fixed error with oneall login when login provider doesn't send user's full name
2016-01-29 22:20:51 -06:00
mdipierro
63bb4a7e8a
Merge pull request #1171 from matclab/fix/1043
...
Fix #1170 by reverting fix to #1043
2016-01-29 22:20:26 -06:00
mdipierro
8fc322254e
Merge pull request #1169 from BuhtigithuB/Improve/cache-redis-contrib
...
PEP8 enhancements, improve docstring and some vars rename
2016-01-29 22:18:28 -06:00
mdipierro
d233d3babb
Merge pull request #1163 from rafaelol/fixes_mail_encoding_bug_for_non_ascii_text
...
Fix bug on Mail.send() when text or input are Unicode
2016-01-29 22:17:07 -06:00
Dragan Matic
2cb55b52e9
fixed error with oneall login when login provider doesn't send full name
2016-01-17 22:45:38 +01:00