Fran Boon
739b2e8a7b
Update objects.py
2015-01-22 11:52:42 +00:00
Fran Boon
d2c25a0021
Add support for ST_SimplifyPreserveTopology
2015-01-22 11:45:46 +00:00
mdipierro
a2f5d1cfc5
Merge pull request #595 from kvar/master
...
DAL imports portalocker from gluon to avoid conflict with another portal...
2015-01-21 09:33:11 -06:00
mdipierro
137f6b9640
Merge pull request #594 from michele-comitini/fix_case_sensitivity_w_recover_password
...
auth.settings.*_case_sensitivity support for password retrieval
2015-01-21 09:32:34 -06:00
Kristofor Varhus
d6b4ae828c
DAL imports portalocker from gluon to avoid conflict with another portalocker module
2015-01-21 09:39:09 -05:00
Michele Comitini
acab0ad231
auth.settings.*_case_sensitivity support for password retrieval
2015-01-21 01:47:25 +01:00
Leonel Câmara
580d5f00c9
Make app_cleanup use recursive_unlink to clean the cache folder. This fixes a bug with the admin cleaning of an app seen here:
...
https://groups.google.com/d/msg/web2py/YMpbAlMLln8/VFuY_xQ7WFYJ
2015-01-19 23:50:39 +00:00
mdipierro
5bc5d0496e
R-2.9.12
2015-01-17 00:07:10 -06:00
Prasad Muley
35840bc572
Fix: Exporting from a SQLFORM.grid with customized search queries
...
Massimo manually applied older diff file.
He also merged my newer diff file. So Optimized code
2015-01-16 21:01:33 +05:30
mdipierro
f840cdae5f
Merge pull request #590 from prasadmuley/issue2006_export_customize_query_defined_in_searchable
...
Fix: Exporting from a SQLFORM.grid with customized search queries
2015-01-16 08:51:58 -06:00
mdipierro
b36c38cc88
Merge pull request #586 from ilvalle/test-auth
...
Initial tests for auth
2015-01-16 08:43:40 -06:00
Prasad Muley
5958704509
Fix: Exporting from a SQLFORM.grid with customized search queries
...
issues #2006
2015-01-15 22:02:07 +05:30
mdipierro
0aa58c5f93
Merge branch 'master' of github.com:web2py/web2py
2015-01-15 10:18:32 -06:00
mdipierro
c6cc06f6c0
fixed grid export with custom search, thanks Prasad Muley
2015-01-15 09:58:13 -06:00
mdipierro
bda69b0e88
mail timeout
2015-01-15 09:47:57 -06:00
mdipierro
0cfbab6206
Merge pull request #589 from rif/patch-1
...
fix issuer comparison
2015-01-14 11:07:28 -06:00
Radu Ioan Fericean
aaf1dd614a
fix issuer comparison
...
the issuer looks like gmail.login.persona.org and the expected value was login.persona.org
2015-01-14 14:16:42 +02:00
Andrew Willimott
1c2358671d
Initial simple change for adding geospatial support to Teradata adaptor.
2015-01-14 14:28:43 +13:00
mdipierro
181546e49d
fixed conflict
2015-01-12 21:16:03 -06:00
mdipierro
57c5fb64f6
fixed issue 1978, thanks mbelletti
2015-01-12 21:00:49 -06:00
mdipierro
15bf3e2ede
fixed issue 1991, thanks Mark
2015-01-12 20:53:28 -06:00
mdipierro
b872cced33
fixed issue 2001, thanks Anthony
2015-01-12 20:39:14 -06:00
mdipierro
2af5e02c5f
fixed issue #2032 , thanks Paolo
2015-01-12 20:06:05 -06:00
ilvalle
1c281cc163
Initial tests for auth
2015-01-12 08:18:00 +01:00
mdipierro
e9de0766bc
Merge pull request #585 from ilvalle/issue2023
...
fix issue 2023: common_filter issue in _enable_record_versioning
2015-01-10 20:40:26 -06:00
mdipierro
9e555ed4b5
Merge pull request #584 from anssih/ndborder
...
GoogleSQLAdapter: Fix NDB orderby without limitby broken in 2.9.6
2015-01-10 20:36:46 -06:00
ilvalle
c5c5b5708e
fix issue 2023: common_filter issue in _enable_record_versioning
2015-01-10 18:11:00 +01:00
Anssi Hannula
6be1f624b9
GoogleSQLAdapter: Fix NDB orderby without limitby broken in 2.9.6
...
Commit 8d648f6137 ("restore beahvior in gae that if no limitby,
returns iterator") made select_raw() store the query iterator in a
wrong variable ("rows", which is unused, should be "items"), causing
unsorted results to be returned.
Fix the assignment.
2015-01-10 03:44:51 +02:00
Leonel Câmara
daf382c4fb
fixes issue 2025 - Encode filenames using base32 if you're running on windows to avoid invalid characters.
2015-01-07 21:36:15 +00:00
mdipierro
f76a780d50
fixed import of reserved_sql_keywords
2015-01-07 10:39:17 -06:00
mdipierro
83b94b8207
2.9.12-beta
2015-01-06 11:17:38 -06:00
mdipierro
261490c082
Merge pull request #581 from ShySec/master
...
added support for POST variable passing to LOAD function
2015-01-05 14:17:24 -06:00
mdipierro
ef5913a519
Merge pull request #580 from ilvalle/fix_boolean_exp
...
Fix expression evaluation with postgres
2015-01-05 14:15:45 -06:00
kelson
132dfbcb19
added support for POST variable passing to LOAD function
...
A new post_vars parameter allows controllers to pass POST varaibles through LOAD as appropriate. GET variables are currently passed by default (via vars).
2015-01-03 14:59:13 -05:00
ilvalle
3e1a918707
Fix expression evaluation with postgres
2015-01-03 14:11:06 +01:00
ilvalle
e6de16b111
fix issue 2003: double translation
2015-01-03 11:58:08 +01:00
mdipierro
1a85953325
Merge pull request #567 from kjkuan/fix-chunked-encoding-with-empty-body
...
Fix the problem with chunked encoding with an empty body.
2014-12-25 12:21:06 -06:00
mdipierro
675b7e356f
Merge pull request #575 from reingart/master
...
Fix incorrect namespace in SOAP webservice response
2014-12-25 12:16:17 -06:00
mdipierro
1db3758980
Merge pull request #574 from ilvalle/fix-serialization
...
fix issue 2027: bug in query serialization
2014-12-25 12:15:17 -06:00
Mariano Reingart
80261f52ed
Fix incorrect namespace in SOAP webservice response
2014-12-23 16:58:04 -03:00
ilvalle
29661ad881
fix as_json serialization
2014-12-23 17:49:03 +01:00
mdipierro
81fbc2ea2f
Merge pull request #562 from timnyborg/patch-2
...
Enable map_hyphen to work for application names
2014-12-23 07:13:12 -06:00
Erik Montes
cbe37bf602
class typo fix
2014-12-22 20:41:49 -08:00
mdipierro
75a32a1cde
Merge pull request #571 from niphlod/contrib/appconfig
...
new module appconfig.py
2014-12-22 22:32:35 -06:00
mdipierro
528c27f852
Merge pull request #570 from ilvalle/fix-stream
...
fix issue 2029: response.stream bug with spaces in filename
2014-12-22 22:31:57 -06:00
mdipierro
c5f699ebad
Merge pull request #569 from ilvalle/grid-search-fix
...
fix issue 1931: preserve vars in grid search
2014-12-22 22:31:13 -06:00
mdipierro
3c87c84578
Merge pull request #565 from niphlod/scheduler/enhancement
...
better assignment (tasks go to not running workers only). Thanks @PengfeiYu
2014-12-22 22:28:26 -06:00
mdipierro
e92a581c73
Merge pull request #564 from ilvalle/issue-2024
...
issue 2024 response.json sets default content-type to application/json
2014-12-22 22:27:43 -06:00
mdipierro
28d07ef471
Merge pull request #563 from ilvalle/fix-cache
...
fix cache clear with regex and tests
2014-12-22 22:26:35 -06:00
niphlod
ce025a6b8e
new module appconfig.py
2014-12-21 20:30:18 +01:00