Leonel Câmara
4bfa9c1686
Fix a problem with Expressions in SQLTABLE possibly fixes #1735 and fixes web2py/pydal#487
2017-11-08 22:21:51 +00:00
Leonel Câmara
925f928843
Copy all CRYPT attributes thanks @abastardi
2017-11-08 11:53:29 +00:00
mdipierro
2f5eb409b6
show computed fields in readonly mode in appadmin
2017-11-08 00:40:47 -06:00
Leonel Câmara
228d3c41b6
Fixes #1800
2017-11-07 23:34:35 +00:00
Vitaly Karpenko
d5eb8d8f17
gluon.http expects status code as integer
2017-11-02 13:52:25 +03:00
geomapdev
c1a3d5d67e
sync with master branch
2017-10-31 14:47:07 -07:00
geomapdev
b2841de6f3
Merge remote-tracking branch 'upstream/master'
2017-10-31 14:42:19 -07:00
Дим Щ
c7d415fefd
compatible unicode
2017-10-28 19:32:48 +03:00
Дим Щ
2e572aee9a
Update custom_import.py
2017-10-28 19:29:55 +03:00
Дим Щ
dd14d1c8c9
Add reload
2017-10-28 19:28:51 +03:00
Дим Щ
afa5fac074
Add reload
2017-10-28 19:26:34 +03:00
mdipierro
1e586b32a4
Merge pull request #1789 from timnyborg/master
...
Fix setting 'ac' in request.vars
2017-10-18 22:13:16 -05:00
Tim Nyborg
2e6f529dfd
Fix setting 'ac' in request.vars
2017-10-12 17:18:06 +01:00
geomapdev
6b103f7e3a
updated test_validators IS_IN_DB
2017-10-10 08:42:17 -07:00
geomapdev
02c32ebace
update gluon unittest for dal reference fields
2017-10-09 11:22:48 -07:00
geomapdev
603cc7092a
dal.py more code cleanup
2017-10-04 10:39:42 -07:00
geomapdev
8590aae2e8
dal.py code cleanup
2017-10-04 10:34:48 -07:00
tiago.bar
511245a68c
Unit test for #1764 fix
2017-09-23 20:21:14 -03:00
tiago.bar
4a347a4f78
Enhances/fixes validators/is_empty() for Python 3 compatibility, fix #1764
2017-09-22 13:04:47 -03:00
Jose de Soto
5f4c47729b
Removed a tab and replaced by spaces
2017-09-21 10:17:17 +02:00
mdipierro
5975e4767f
Merge pull request #1766 from abastardi/tsv_export
...
Fix grid TSV export bug
2017-09-21 00:23:17 -05:00
mdipierro
1800304ade
Merge pull request #1763 from abastardi/compiled_views
...
Fix bug with compiled views in compiled-only apps
2017-09-21 00:22:53 -05:00
mdipierro
9af0d8c3c9
Merge pull request #1758 from leonelcamara/patch-9
...
Fix #1757
2017-09-21 00:21:10 -05:00
mdipierro
2e2d3482e4
Merge pull request #1756 from leonelcamara/i1752
...
Make _compat accept ducks
2017-09-21 00:20:54 -05:00
abastardi
a605e43fa6
Fix grid TSV export bug
2017-09-14 18:49:31 -04:00
abastardi
8eda21ca86
Fix bug with compiled views in compiled-only apps
...
Compiled views were not being executed in apps containing only compiled
files (i.e., generated via the admin "Pack compiled" functionality),
resulting in "Invalid view" errors for all pages.
2017-09-13 11:48:25 -04:00
Jose de Soto
e8cf50326d
When profile is updated self._update_session_user(user) set session.user_groups to None. self.update_groups() needs to be done.
2017-09-13 11:21:03 +02:00
Leonel Câmara
3ecdd1c11b
Fix #1757
2017-09-07 10:18:41 +01:00
Leonel Câmara
912c22d593
Don't use gluon.utf8.Utf8 with py3 there's no need for it and it breaks stuff
2017-09-06 16:22:50 +01:00
Leonel Câmara
4b38186b51
simplify condition if you ain't got decode you ain't bytes
2017-09-06 15:37:51 +01:00
Leonel Câmara
83f9016528
fix in py3 too
2017-09-06 15:33:47 +01:00
Leonel Câmara
a6044068cd
Fixes #1751
2017-09-06 15:31:30 +01:00
Leonel Câmara
4aefb93ab4
Fixes #1752
2017-09-06 15:28:39 +01:00
Leonel Câmara
2861dc4215
Fixes #1753
2017-09-05 15:46:31 +01:00
mdipierro
c06fc67064
following pydal 17.08
2017-08-31 17:31:43 -05:00
mdipierro
9f69ab9753
Merge pull request #1743 from ilvalle/fix_ticket_compile_views
...
Fix view file name in ticket traceback
2017-08-28 11:25:40 -05:00
mdipierro
56d10a40c6
Merge pull request #1741 from leonelcamara/patch-8
...
execfile shim for python 3 compatibility
2017-08-28 11:25:28 -05:00
ilvalle
9694c66703
Fix view file name in ticket traceback, fix #1740 , fix #1676
2017-08-19 10:07:52 +02:00
Leonel Câmara
f22e3a7624
execfile shim for python 3 compatibility
...
Fixes #1739
2017-08-16 16:35:46 +01:00
Leonel Câmara
bd7ee209ea
Fixes #1737
...
getproxies is in urllib.request for python 3
2017-08-15 15:34:35 +01:00
LAdm
135f41041d
fixes #1724
...
call func instead of module in url_is_acceptable
2017-08-10 06:49:36 +02:00
Leonel Câmara
892fba9e54
fix unordered include_files result
...
Now only concats adjacent internal to the application stuff, this also Fixes #1673
2017-08-09 01:08:28 +01:00
Leonel Câmara
6e5c8b62cc
Make test_include_files demand the same order
2017-08-09 01:05:37 +01:00
mdipierro
852a9e0127
Merge pull request #1726 from BuhtigithuB/feature/has-membership-cached-true
...
auth.has_membership(cached=True) check membership in auth.user_groups
2017-08-08 12:19:26 -05:00
Richard Vézina
485f868cd1
auth.has_membership(cached=True) check membership in auth.user_groups
2017-08-08 11:40:07 -04:00
mdipierro
de8b2a477b
Merge pull request #1722 from leonelcamara/patch-5
...
mobilize is back
2017-08-07 23:29:06 -05:00
Leonel Câmara
8533fa0d00
put is_mobile and is_tablet in the result of user_agent()
2017-08-08 00:50:55 +01:00
mdipierro
a29947f298
websocket_messaging in Python 3 #1696 , thanks hirolau
2017-08-07 07:27:28 -05:00
mdipierro
834460f0cc
Merge pull request #1723 from leonelcamara/patch-6
...
Small unicode compatibility py3 fixes
2017-08-07 07:09:30 -05:00
mdipierro
5353e17c66
Merge pull request #1720 from leonelcamara/patch-4
...
Fix BEAUTIFY trying to display uploaded file contents
2017-08-07 07:08:58 -05:00