Commit Graph

  • 5da5d510a0 fixed some problems with new dal and SQLHTML mdipierro 2015-01-27 00:16:45 -06:00
  • c2332b4dbd Updated missing pydal warning message gi0baro 2015-01-27 02:40:18 +01:00
  • 7e07ff8b39 we should always avoid importing "optionals" without a try:except. niphlod 2015-01-27 00:13:45 +01:00
  • 89c5668366 Merge branch 'master' of github.com:web2py/web2py mdipierro 2015-01-26 09:22:47 -06:00
  • 554722318a fixed a problem with SQLFORM and DAL import mdipierro 2015-01-26 09:22:12 -06:00
  • c58f29bb9c Merge branch 'master' of https://github.com/web2py/web2py pallav_fdsi 2015-01-25 15:58:39 -05:00
  • c18e32134c Merge pull request #600 from kirsn/master mdipierro 2015-01-25 13:15:21 -06:00
  • 36fdd2e04f Issue 2037: apply truncate correctly kirsn 2015-01-26 00:25:52 +05:30
  • fa7e603a7a changed the text that reports missing mydal mdipierro 2015-01-25 12:32:31 -06:00
  • 5a0ee72260 Merge pull request #599 from gi0baro/pydal-sm mdipierro 2015-01-25 12:13:08 -06:00
  • 07e31b140a Track pyDAL b533d6a7a8da8db13d73fbf706cc41cff3f05f8f, as it contains changes form latest web2py master gi0baro 2015-01-25 14:15:24 +01:00
  • 8ff22d81a1 Use contrib drivers on pyDAL gi0baro 2015-01-25 14:03:43 +01:00
  • 98efb1f874 Added a warn message when pydal isn't available gi0baro 2015-01-25 02:16:08 +01:00
  • d5520c88b5 Merge branch 'master' of https://github.com/web2py/web2py into pydal-sm gi0baro 2015-01-25 02:07:23 +01:00
  • 428cc7263c Track v0.12.25 gi0baro 2015-01-25 01:47:58 +01:00
  • 4a27ce1f57 Merge pull request #598 from dmatic/master mdipierro 2015-01-23 12:10:47 -06:00
  • d00be02089 Merge pull request #597 from flavour/ST_SimplifyPreserveTopology mdipierro 2015-01-23 12:10:18 -06:00
  • bd8f2a93ba Merge pull request #596 from kirsn/master mdipierro 2015-01-23 12:09:48 -06:00
  • a90a701c0d Script for centos7 now also installs 'unzip' package Dragan Matić 2015-01-23 11:26:18 +01:00
  • 7d6e473cd0 Merge branch 'master' of https://github.com/web2py/web2py into pydal-pip gi0baro 2015-01-22 14:49:07 +01:00
  • 739b2e8a7b Update objects.py Fran Boon 2015-01-22 11:52:42 +00:00
  • ff43ab7a20 Fix uuid attribute of DAL Giovanni Barillari 2015-01-22 12:51:56 +01:00
  • d2c25a0021 Add support for ST_SimplifyPreserveTopology Fran Boon 2015-01-22 11:45:46 +00:00
  • 84c967de98 Issue 2035: Fix the caching on Windows - issue with filenames greater than 256 chars kirsn 2015-01-21 23:35:56 +05:30
  • a2f5d1cfc5 Merge pull request #595 from kvar/master mdipierro 2015-01-21 09:33:11 -06:00
  • 137f6b9640 Merge pull request #594 from michele-comitini/fix_case_sensitivity_w_recover_password mdipierro 2015-01-21 09:32:34 -06:00
  • 52d46c4bd5 Merge pull request #592 from leonelcamara/fix_appcleanup mdipierro 2015-01-21 09:32:01 -06:00
  • d6b4ae828c DAL imports portalocker from gluon to avoid conflict with another portalocker module Kristofor Varhus 2015-01-21 09:39:09 -05:00
  • acab0ad231 auth.settings.*_case_sensitivity support for password retrieval Michele Comitini 2015-01-21 01:39:07 +01:00
  • 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 Leonel Câmara 2015-01-19 23:50:39 +00:00
  • 2277f65f66 Fix import in dal.py gi0baro 2015-01-18 18:14:53 +01:00
  • 5043731577 Updated tools tests for pydal gi0baro 2015-01-17 13:35:52 +01:00
  • 4b337c3e2c Merge branch 'master' into pydal-pip gi0baro 2015-01-17 13:32:06 +01:00
  • 5bc5d0496e R-2.9.12 R-2.9.12 mdipierro 2015-01-17 00:07:10 -06:00
  • fe34d78578 Merge pull request #591 from prasadmuley/issue2006_export_customize_query_defined_in_searchable mdipierro 2015-01-16 13:06:26 -06:00
  • 35840bc572 Fix: Exporting from a SQLFORM.grid with customized search queries Prasad Muley 2015-01-16 21:01:33 +05:30
  • f840cdae5f Merge pull request #590 from prasadmuley/issue2006_export_customize_query_defined_in_searchable mdipierro 2015-01-16 08:51:58 -06:00
  • b36c38cc88 Merge pull request #586 from ilvalle/test-auth mdipierro 2015-01-16 08:43:40 -06:00
  • 5958704509 Fix: Exporting from a SQLFORM.grid with customized search queries issues #2006 Prasad Muley 2015-01-15 15:37:09 +05:30
  • 0aa58c5f93 Merge branch 'master' of github.com:web2py/web2py mdipierro 2015-01-15 10:18:32 -06:00
  • c6cc06f6c0 fixed grid export with custom search, thanks Prasad Muley mdipierro 2015-01-15 09:58:13 -06:00
  • bda69b0e88 mail timeout mdipierro 2015-01-15 09:47:57 -06:00
  • 0cfbab6206 Merge pull request #589 from rif/patch-1 mdipierro 2015-01-14 11:07:28 -06:00
  • 385bcf6988 Merge pull request #588 from willimoa/enhancement/td_dal mdipierro 2015-01-14 11:06:38 -06:00
  • aaf1dd614a fix issuer comparison Radu Ioan Fericean 2015-01-14 14:16:42 +02:00
  • 1c2358671d Initial simple change for adding geospatial support to Teradata adaptor. Andrew Willimott 2015-01-14 14:28:43 +13:00
  • 181546e49d fixed conflict mdipierro 2015-01-12 21:16:03 -06:00
  • 57c5fb64f6 fixed issue 1978, thanks mbelletti mdipierro 2015-01-12 21:00:49 -06:00
  • 15bf3e2ede fixed issue 1991, thanks Mark mdipierro 2015-01-12 20:53:28 -06:00
  • b872cced33 fixed issue 2001, thanks Anthony mdipierro 2015-01-12 20:39:14 -06:00
  • 2af5e02c5f fixed issue #2032, thanks Paolo mdipierro 2015-01-12 20:06:05 -06:00
  • 1c281cc163 Initial tests for auth ilvalle 2015-01-11 21:44:20 +01:00
  • e9de0766bc Merge pull request #585 from ilvalle/issue2023 mdipierro 2015-01-10 20:40:26 -06:00
  • 9e555ed4b5 Merge pull request #584 from anssih/ndborder mdipierro 2015-01-10 20:36:46 -06:00
  • a78dce6778 Merge pull request #583 from leonelcamara/Issue_2025_cache_windowserror mdipierro 2015-01-10 20:35:43 -06:00
  • 01a0a4eb67 Merge pull request #582 from enricapbes/master mdipierro 2015-01-10 20:35:24 -06:00
  • c5c5b5708e fix issue 2023: common_filter issue in _enable_record_versioning ilvalle 2015-01-10 18:11:00 +01:00
  • 6be1f624b9 GoogleSQLAdapter: Fix NDB orderby without limitby broken in 2.9.6 Anssi Hannula 2015-01-10 03:44:51 +02:00
  • daf382c4fb fixes issue 2025 - Encode filenames using base32 if you're running on windows to avoid invalid characters. Leonel Câmara 2015-01-07 21:36:15 +00:00
  • f76a780d50 fixed import of reserved_sql_keywords mdipierro 2015-01-07 10:39:17 -06:00
  • 15c3ac1cb9 fixed Makefile for new dal mdipierro 2015-01-06 22:59:05 -06:00
  • 3d4de72b9c Update ca.py enricapbes 2015-01-06 21:30:25 +01:00
  • 8c1ca50205 Update ca.py enricapbes 2015-01-06 21:29:57 +01:00
  • eb8cc3fc76 Update ca.py enricapbes 2015-01-06 21:22:43 +01:00
  • 83b94b8207 2.9.12-beta mdipierro 2015-01-06 11:17:38 -06:00
  • f396094daf Update ca.py enricapbes 2015-01-06 10:47:11 +01:00
  • 16c0e1a4b8 Update ca.py enricapbes 2015-01-06 10:39:47 +01:00
  • 1815864a67 Catalan translation enricapbes 2015-01-06 10:38:53 +01:00
  • 261490c082 Merge pull request #581 from ShySec/master mdipierro 2015-01-05 14:17:24 -06:00
  • ef5913a519 Merge pull request #580 from ilvalle/fix_boolean_exp mdipierro 2015-01-05 14:15:45 -06:00
  • 997b877766 Merge pull request #579 from ilvalle/issue2003 mdipierro 2015-01-05 14:14:44 -06:00
  • 132dfbcb19 added support for POST variable passing to LOAD function kelson 2015-01-03 14:59:13 -05:00
  • 3e1a918707 Fix expression evaluation with postgres ilvalle 2015-01-03 14:11:06 +01:00
  • e6de16b111 fix issue 2003: double translation ilvalle 2015-01-03 11:58:08 +01:00
  • 354e63d0fe Merge pull request #577 from ilvalle/language mdipierro 2014-12-29 03:38:24 -06:00
  • d7bc489e71 fix issue 2011: capital letters in it.py ilvalle 2014-12-28 17:19:17 +01:00
  • 21cb35d4ca Updated directory structure for pydal integration gi0baro 2014-12-27 12:16:52 +01:00
  • c50e12b8b5 updated pg8000 postgresql driver ilvalle 2014-12-27 09:51:21 +01:00
  • 2a287852ad Tracking pyDAL v0.12.25 gi0baro 2014-12-26 14:05:27 +01:00
  • 1a85953325 Merge pull request #567 from kjkuan/fix-chunked-encoding-with-empty-body mdipierro 2014-12-25 12:21:06 -06:00
  • 3b655c4b71 Merge pull request #576 from niphlod/fix/readme_badges mdipierro 2014-12-25 12:16:44 -06:00
  • 675b7e356f Merge pull request #575 from reingart/master mdipierro 2014-12-25 12:16:17 -06:00
  • 1db3758980 Merge pull request #574 from ilvalle/fix-serialization mdipierro 2014-12-25 12:15:17 -06:00
  • ea14c5b83b DAL.validators_method become a bound method, requires dal instance as first parameter gi0baro 2014-12-24 15:19:34 +01:00
  • 8000bda0c9 Removed _default_validators impossible comparison check from DAL tests gi0baro 2014-12-24 15:03:55 +01:00
  • c49e32bfd6 Updated DAL tests due to latest pyDAL validators change gi0baro 2014-12-24 15:00:06 +01:00
  • 76fa952be8 Avoid circular imports on latest sqlhtml_validators changes gi0baro 2014-12-24 14:56:31 +01:00
  • e99eb431ba Fixed an import due to last commit gi0baro 2014-12-24 14:53:37 +01:00
  • dd73678601 Moved sqlhtml_validators method back into web2py gi0baro 2014-12-24 14:44:59 +01:00
  • 4bc3422ac6 Updated pydal gi0baro 2014-12-24 13:27:56 +01:00
  • c0b32eaeec more consistent badges with shields.io niphlod 2014-12-23 21:24:27 +01:00
  • 80261f52ed Fix incorrect namespace in SOAP webservice response Mariano Reingart 2014-12-23 16:58:04 -03:00
  • 29661ad881 fix as_json serialization ilvalle 2014-12-23 17:49:03 +01:00
  • 81fbc2ea2f Merge pull request #562 from timnyborg/patch-2 mdipierro 2014-12-23 07:13:12 -06:00
  • 3da506eec7 Merge pull request #572 from erikmontes/master mdipierro 2014-12-23 07:11:35 -06:00
  • cbe37bf602 class typo fix Erik Montes 2014-12-22 20:41:49 -08:00
  • 75a32a1cde Merge pull request #571 from niphlod/contrib/appconfig mdipierro 2014-12-22 22:32:35 -06:00
  • 528c27f852 Merge pull request #570 from ilvalle/fix-stream mdipierro 2014-12-22 22:31:57 -06:00
  • c5f699ebad Merge pull request #569 from ilvalle/grid-search-fix mdipierro 2014-12-22 22:31:13 -06:00
  • 3c87c84578 Merge pull request #565 from niphlod/scheduler/enhancement mdipierro 2014-12-22 22:28:26 -06:00