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
15c3ac1cb9
fixed Makefile for new dal
2015-01-06 22:59:05 -06:00
enricapbes
3d4de72b9c
Update ca.py
2015-01-06 21:30:25 +01:00
enricapbes
8c1ca50205
Update ca.py
2015-01-06 21:29:57 +01:00
enricapbes
eb8cc3fc76
Update ca.py
2015-01-06 21:22:43 +01:00
mdipierro
83b94b8207
2.9.12-beta
2015-01-06 11:17:38 -06:00
enricapbes
f396094daf
Update ca.py
2015-01-06 10:47:11 +01:00
enricapbes
16c0e1a4b8
Update ca.py
2015-01-06 10:39:47 +01:00
enricapbes
1815864a67
Catalan translation
...
Added translation to catalan language
2015-01-06 10:38:53 +01: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
mdipierro
997b877766
Merge pull request #579 from ilvalle/issue2003
...
fix issue 2003: double translation
2015-01-05 14:14:44 -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
354e63d0fe
Merge pull request #577 from ilvalle/language
...
fix issue 2011: capital letters in it.py
2014-12-29 03:38:24 -06:00
ilvalle
d7bc489e71
fix issue 2011: capital letters in it.py
2014-12-28 17:19:17 +01:00
gi0baro
21cb35d4ca
Updated directory structure for pydal integration
2014-12-27 12:16:52 +01:00
ilvalle
c50e12b8b5
updated pg8000 postgresql driver
2014-12-27 09:51:21 +01:00
gi0baro
2a287852ad
Tracking pyDAL v0.12.25
2014-12-26 14:05:27 +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
3b655c4b71
Merge pull request #576 from niphlod/fix/readme_badges
...
more consistent badges with shields.io
2014-12-25 12:16:44 -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
gi0baro
ea14c5b83b
DAL.validators_method become a bound method, requires dal instance as first parameter
2014-12-24 15:19:34 +01:00
gi0baro
8000bda0c9
Removed _default_validators impossible comparison check from DAL tests
2014-12-24 15:03:55 +01:00
gi0baro
c49e32bfd6
Updated DAL tests due to latest pyDAL validators change
2014-12-24 15:00:06 +01:00
gi0baro
76fa952be8
Avoid circular imports on latest sqlhtml_validators changes
2014-12-24 14:56:31 +01:00
gi0baro
e99eb431ba
Fixed an import due to last commit
2014-12-24 14:53:37 +01:00
gi0baro
dd73678601
Moved sqlhtml_validators method back into web2py
2014-12-24 14:44:59 +01:00
gi0baro
4bc3422ac6
Updated pydal
2014-12-24 13:27:56 +01:00
niphlod
c0b32eaeec
more consistent badges with shields.io
2014-12-23 21:24:27 +01: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
mdipierro
3da506eec7
Merge pull request #572 from erikmontes/master
...
class typo fix
2014-12-23 07:11:35 -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
mdipierro
687f9d0fd9
Merge pull request #559 from reingart/master
...
Fix debugger interaction due new DAL
2014-12-22 22:08:11 -06:00
mdipierro
3051135774
Merge pull request #558 from timnyborg/patch-1
...
Update sqlhtml.py
2014-12-22 22:06:48 -06:00
niphlod
ce025a6b8e
new module appconfig.py
2014-12-21 20:30:18 +01:00
ilvalle
207f53fd6f
fix issue 2029: response.stream bug with spaces in filename
2014-12-20 17:47:55 +01:00