Commit Graph

  • e92a581c73 Merge pull request #564 from ilvalle/issue-2024 mdipierro 2014-12-22 22:27:43 -06:00
  • 28d07ef471 Merge pull request #563 from ilvalle/fix-cache mdipierro 2014-12-22 22:26:35 -06:00
  • 687f9d0fd9 Merge pull request #559 from reingart/master mdipierro 2014-12-22 22:08:11 -06:00
  • 3051135774 Merge pull request #558 from timnyborg/patch-1 mdipierro 2014-12-22 22:06:48 -06:00
  • ce025a6b8e new module appconfig.py niphlod 2014-12-21 20:30:18 +01:00
  • 207f53fd6f fix issue 2029: response.stream bug with spaces in filename ilvalle 2014-12-20 17:47:55 +01:00
  • 39af574e7f Avoid sending the terminating chunk in case it's a HEAD request. Jack Kuan 2014-12-19 23:44:55 -10:00
  • 9825bbc926 fix issue 1931: preserve vars in grid search ilvalle 2014-12-19 14:42:17 +01:00
  • 9132343820 better assignment (tasks go to not running workers only). Thanks @PengfeiYu niphlod 2014-12-18 23:48:10 +01:00
  • 9b490340e5 Fix the problem with chunked encoding with an empty body. Jack Kuan 2014-12-18 10:15:13 -10:00
  • 952890d9cc set directly 'application/json' to avoid a call to contenttype ilvalle 2014-12-18 09:34:46 +01:00
  • 8d72074209 issue 2024: response.json sets by default content-type to application/json ilvalle 2014-12-17 17:28:30 +01:00
  • d93810697f fix cache clear with regex and tests ilvalle 2014-12-16 20:32:51 +01:00
  • 23ee6bd2cf Update rewrite.py Tim Nyborg 2014-12-16 12:00:23 +00:00
  • c0536d3b74 Allow map_hyphen to work for application names Tim Nyborg 2014-12-16 11:47:33 +00:00
  • c213071ae9 Updated to latest pydal gi0baro 2014-12-15 23:20:53 +01:00
  • 24f197935e Handling new pydal Exceptions in response.download gi0baro 2014-12-15 23:09:35 +01:00
  • b04b3ab529 Fixed wrong unittest2 pip install for py26 in travis.yml gi0baro 2014-12-15 22:58:16 +01:00
  • 846d8f4e4b Get tests working back on py26, disabled web2py_uuid comparison check gi0baro 2014-12-15 22:51:02 +01:00
  • ad1fe87386 Updated tests configuration, avoid circular imports with new dal gi0baro 2014-12-15 22:37:34 +01:00
  • f60c1dff93 Fixing imports for new pydal gi0baro 2014-12-15 22:24:04 +01:00
  • 5a605f59b9 Started adding new tests for dal implementation gi0baro 2014-12-15 21:16:35 +01:00
  • dcadcf0ffb Added pyDAL from repository, adapted web2py code gi0baro 2014-12-15 20:13:40 +01:00
  • 0024307e6c Fix debugger interaction due new DAL Mariano Reingart 2014-12-15 15:45:27 -03:00
  • 886f84778c Update sqlhtml.py timnyborg 2014-12-15 11:03:47 +00:00
  • 5ea654ed06 Merge pull request #554 from kjkuan/fix-circular-imports-take-2 mdipierro 2014-12-12 05:21:13 -06:00
  • de55a729dc Merge pull request #557 from ilvalle/fileutils.py mdipierro 2014-12-12 05:12:25 -06:00
  • 199e719838 Merge pull request #556 from ilvalle/test_pack mdipierro 2014-12-12 05:11:15 -06:00
  • 53e9e3b3e0 Merge pull request #555 from ilvalle/bigint mdipierro 2014-12-12 05:10:20 -06:00
  • 0049f9e0c2 updated _extractall (python 2.4 support was dropped) ilvalle 2014-12-11 14:27:39 +01:00
  • fd6c36e5f0 fix and initial tests for bigint ilvalle 2014-12-11 11:27:16 +01:00
  • 3e1037a73a test for w2p_pack/w2p_unpack ilvalle 2014-12-11 10:23:15 +01:00
  • a97ec075da Merge branch 'ilvalle-test_pack' mdipierro 2014-12-09 20:59:40 -06:00
  • 4839df37e8 more tests, thanks Paolo mdipierro 2014-12-09 20:59:26 -06:00
  • 47165ed3b7 Merge pull request #551 from ilvalle/fix-searchgrid mdipierro 2014-12-09 20:57:21 -06:00
  • 654cb650fb Merge pull request #550 from ilvalle/fix-sqlcustomtype mdipierro 2014-12-09 20:56:30 -06:00
  • aaa17250d9 Merge pull request #549 from lminko/master mdipierro 2014-12-09 20:54:58 -06:00
  • e9a89eff82 tests for lazy tables and substring expr ilvalle 2014-12-06 00:45:56 +01:00
  • a01dbbab49 Make web2py's custom_import work with circular imports. Jack Kuan 2014-12-05 16:18:52 -05:00
  • 5474c68994 More gis tests ilvalle 2014-12-04 12:14:00 +01:00
  • bda101d43f fix gis field case according to ignore_field_case ilvalle 2014-12-04 12:13:28 +01:00
  • 058930d42b test for compileapp ilvalle 2014-12-03 20:42:54 +01:00
  • 2a8c04c69f better SQLCustomType tests ilvalle 2014-12-03 19:32:25 +01:00
  • f64098af14 Initial tests for SQLCustomType ilvalle 2014-12-03 18:20:07 +01:00
  • b6993f7cc4 fix search widget in SQLFORM.grid for SQLCustomType values ilvalle 2014-12-01 17:12:04 +01:00
  • 6228de8e10 Fix NULL values with SQLCustomType ilvalle 2014-11-30 19:53:33 +01:00
  • dff6bfb5b9 added Burmese (Myanmar) localization to admin and welcome apps. La Min Ko 2014-11-30 10:47:33 +06:30
  • a1524d4da4 Merge pull request #547 from timrichardson/issues/2017 mdipierro 2014-11-28 11:05:35 -06:00
  • 3b9a5ee3b5 Merge pull request #546 from niphlod/fix/scheduler mdipierro 2014-11-28 11:04:52 -06:00
  • 556609f5a2 Use 'True' and 'False' for booleans Tim Richardson 2014-11-26 13:51:59 +11:00
  • dafe900629 timeout = 0 leads to erratic behaviour. Allowing timeout = 0 is considered unsafe niphlod 2014-11-25 21:17:53 +01:00
  • 7a6bdf7cbd consistent quotes Tim Richardson 2014-11-24 23:40:45 +11:00
  • a82d3f88b6 boolean widgets in the SQLFORM.grid search widget should be "off" if unchecked. Tim Richardson 2014-11-24 23:34:00 +11:00
  • 0b0f82b514 Merge branch 'master' of https://github.com/web2py/web2py pallav_fdsi 2014-11-21 00:29:14 -05:00
  • 64e90a7250 Merge pull request #544 from niphlod/fix/2013 mdipierro 2014-11-16 23:17:41 -06:00
  • e36a1657fc Merge pull request #543 from AJDurant/master mdipierro 2014-11-16 23:16:19 -06:00
  • 58284e3674 Merge pull request #541 from ilvalle/show_if_readonly_form mdipierro 2014-11-16 23:15:37 -06:00
  • 5a83c3e6b7 table callbacks panel in admin editor mdipierro 2014-11-16 23:14:53 -06:00
  • a22d5a4685 Merge pull request #539 from ilvalle/master mdipierro 2014-11-16 23:14:11 -06:00
  • 22506a6b03 fix issue with rname and oracle. Thanks @fernando. Fixes #2013 niphlod 2014-11-16 18:50:53 +01:00
  • db9eeee1c3 enable dropdown-toggle when user logged in Andy Durant 2014-11-13 18:15:41 +00:00
  • 5449f04148 added support for show_if in readonly sqlform (ex: sqlform.grid view ) ilvalle 2014-11-11 10:40:16 +01:00
  • 3ab8a7bfd6 Merge branch 'master' of https://github.com/web2py/web2py pallav_fdsi 2014-11-11 00:21:27 -05:00
  • 9f405b2ab7 Merge branch 'master' of github.com:web2py/web2py mdipierro 2014-11-09 09:31:49 -06:00
  • e315db5cd8 Merge pull request #540 from niphlod/enhancement/js_norm_buttonname mdipierro 2014-11-09 09:31:31 -06:00
  • a6b50dcdcd streamline behaviour of component (trapped) forms with multiple submit buttons niphlod 2014-11-08 23:04:58 +01:00
  • c5a9d2c456 Ignore the contents of the site-packages directory pallav_fdsi 2014-11-06 10:35:49 -05:00
  • 67ba09af37 fixed data bug in hypermedia mdipierro 2014-11-05 09:09:36 -06:00
  • 894babaed3 Merge pull request #538 from niphlod/enhancement/scheduler mdipierro 2014-11-03 07:08:48 -06:00
  • c071bc964b update dependencies only if COMPLETED, allow to set status on a specific worker niphlod 2014-10-30 21:54:36 +01:00
  • 63d8785918 hooks panel in admin editor ilvalle 2014-10-30 17:57:04 +01:00
  • 4a4f22b654 Fixed missing update for new DAL structure Henry Nguyen 2014-10-24 12:18:17 -07:00
  • b906177efc Merge pull request #536 from henrynguyen7/patch-1 mdipierro 2014-10-29 13:06:52 -05:00
  • 7f1f6ae35f fixed heorku order of install, thanks Jay mdipierro 2014-10-25 11:14:07 -05:00
  • f299205869 Merge pull request #537 from btreecat/master mdipierro 2014-10-24 17:27:57 -05:00
  • 41deff244c Allow URI for ibm_db_dbi driver to user lower or upper case params. Stephen Tanner 2014-10-24 15:28:59 -04:00
  • 7aa51fcbb0 Fixed missing update for new DAL structure Henry Nguyen 2014-10-24 12:18:17 -07:00
  • b9fe941dcc Modified DAL and DB2 adapter to allow use of the official ibm_db_dbi driver or ODBC. Stephen Tanner 2014-10-24 14:58:52 -04:00
  • b7b94ca6b5 Merge pull request #1 from web2py/master Stephen Tanner 2014-10-24 14:35:48 -04:00
  • fc19a4dd39 Merge pull request #535 from niphlod/fix/binaries_switch mdipierro 2014-10-22 21:29:52 -05:00
  • ac53ef12e3 Merge pull request #534 from niphlod/fix/1998 mdipierro 2014-10-22 21:29:15 -05:00
  • a3a3936d3a Merge pull request #533 from jotbe/master mdipierro 2014-10-22 21:28:35 -05:00
  • 8eef404e29 Merge branch 'niphlod-fix/pg8000' mdipierro 2014-10-22 21:28:01 -05:00
  • 50540b2f97 Merge branch 'fix/pg8000' of https://github.com/niphlod/web2py into niphlod-fix/pg8000 mdipierro 2014-10-22 21:26:59 -05:00
  • 8ec68e393a Merge pull request #531 from leonelcamara/apostrophe_fpdf mdipierro 2014-10-22 21:25:49 -05:00
  • 98f245655b some freezers publish also __file__ in globals() niphlod 2014-10-22 22:04:52 +02:00
  • fc38f460eb fixes issue 1998 niphlod 2014-10-21 21:33:43 +02:00
  • 643748db02 Cleanup: Removed presumed debug print statement. Jan Beilicke 2014-10-21 15:56:21 +02:00
  • 274634a71a Merge branch 'leonelcamara-issue_1996_appadmin_cache_disk' mdipierro 2014-10-18 15:22:43 -05:00
  • 2b8add6778 merged mdipierro 2014-10-18 15:21:41 -05:00
  • ba374dea2c Merge pull request #528 from ilvalle/pg_rename mdipierro 2014-10-18 15:18:40 -05:00
  • 85a0e8f1b0 added space for testing mdipierro 2014-10-18 15:09:53 -05:00
  • 794979abe1 pg8000 doesn't support json at all niphlod 2014-10-18 20:20:34 +02:00
  • 36010cb86e Merge pull request #527 from ilvalle/tests mdipierro 2014-10-18 11:41:22 -05:00
  • f10b1b93a9 fixed remaining methods in HTMLParser that were still using the old htmllib.HTMLParser interface Leonel Câmara 2014-10-18 13:05:27 +01:00
  • b2401a5923 Fix for sanitize(''') returning ''' instead of ''' Leonel Câmara 2014-10-18 12:37:32 +01:00
  • 9d4b2e66c4 Fix for issue 1996 This bug was caused by appadmin creating unnecessary files in the cache folder. Leonel Câmara 2014-10-17 19:12:00 +01:00
  • 9076971d75 renamed postgre.py into postgres.py, removed starts/ends with overriding in PG adapter ilvalle 2014-10-17 17:56:54 +02:00
  • 64ae27862a few more tests: gis functions, starts/endswith ilvalle 2014-10-17 11:16:07 +02:00
  • bd05dc68ea Merge branch 'niphlod-enhancement/makefile_coverage' mdipierro 2014-10-16 16:14:39 -05:00