Commit Graph

  • e9ed69e7a9 fixing a mess mdipierro 2014-08-09 01:02:58 -05:00
  • 5c9282aca5 fixed issue 1947, raw args in expose, thanks iiijjjiii mdipierro 2014-08-08 00:50:42 -05:00
  • 669a22c8be fixed issue 1950, allow change password for any old password complexity mdipierro 2014-08-08 00:38:10 -05:00
  • 5cbbcd3685 fixed postgresql bug introduced in recent commit? mdipierro 2014-08-08 00:13:31 -05:00
  • 6fc97775dc fixed redirection bug mdipierro 2014-08-08 00:07:34 -05:00
  • 535a39feaa request.is_shell and request.is_scheduler mdipierro 2014-08-07 23:55:32 -05:00
  • ab84c95179 fixed 1961, redirect(..,headers=request.headers), thanks remco.boerma mdipierro 2014-08-07 23:48:42 -05:00
  • 6db3b0621c Fixed issue 1962, postgres INSERT ... RETURING id, thanks perakojotgenije mdipierro 2014-08-07 23:43:22 -05:00
  • a858f811a1 Fixed issue 1954, re-raising exceptions the right way, thanks Marton mdipierro 2014-08-07 23:33:34 -05:00
  • 309a7c39ca merging latest online fixes after local brach fix mdipierro 2014-08-06 14:52:10 -05:00
  • d4e71073d7 Merge remote-tracking branch 'origin/master' mdipierro 2014-08-06 14:50:53 -05:00
  • 63529e5ad8 not sure what happened but fixing local commit mdipierro 2014-08-06 14:50:51 -05:00
  • d1118b606b Merge pull request #478 from alexdba/master mdipierro 2014-08-06 14:45:23 -05:00
  • 8f649f1820 Merge pull request #475 from omartrinidad/master mdipierro 2014-08-06 14:44:13 -05:00
  • 8ef66bb0f4 Option to limit inline display of linked tables alexdba 2014-08-05 15:20:01 -03:00
  • 59bbe7cddd minor - removed unnecessary dict calls Leonel Câmara 2014-08-05 18:32:32 +01:00
  • c9c054e72b refactored backward compatibility on formstyles to use try except instead of inspecting arguments, should make the new style faster as it never raises the exception Leonel Câmara 2014-08-05 18:30:20 +01:00
  • 0f55d43a11 Removed unecessary dict call in get_workers Leonel Câmara 2014-08-05 15:37:10 +01:00
  • ba82c0d86b Merge branch 'master' of git://github.com/web2py/web2py Leonel Câmara 2014-08-05 15:35:18 +01:00
  • 5c0693b175 Further refactored SQLiteAdapter calling the super method instead of duplicating the code Leonel Câmara 2014-08-05 10:53:40 +01:00
  • 24c0c3d129 Merge branch 'master' of github.com:web2py/web2py into HEAD mdipierro 2014-08-05 01:44:20 -05:00
  • 3dec218ff0 Merge pull request #477 from niphlod/enhancement/scheduler_deps mdipierro 2014-08-05 01:44:11 -05:00
  • cb6f2ca302 task dependencies, a little bit of refactoring niphlod 2014-08-04 21:42:11 +02:00
  • b788e8b493 minor - Slight optimization use tablename directly instead of table._tablename Leonel Câmara 2014-08-02 10:57:02 +01:00
  • 444a09b0b2 Refactored BaseAdapter delete method - Special case code for sqlite and spatialite should not be in the BaseAdapter it should be in SQLiteAdapter, this should also provide a negligible performance boost in delete operations for most adapters including SQLiteAdapter. Leonel Câmara 2014-08-02 10:52:47 +01:00
  • f0691a64ea typo in a comment Leonel Câmara 2014-08-01 15:46:29 +01:00
  • e29804eeb4 Changed a condition in order to not show None if there is not error omartrinidad 2014-08-01 09:47:46 -05:00
  • 9866e54c00 Merge branch 'master' of github.com:web2py/web2py into HEAD mdipierro 2014-08-01 01:46:53 -05:00
  • 356b4164c3 syncing mdipierro 2014-08-01 01:46:46 -05:00
  • eff9b2d174 Merge pull request #474 from leonelcamara/master mdipierro 2014-08-01 01:43:36 -05:00
  • 91ced9007e Merge pull request #473 from omartrinidad/master mdipierro 2014-08-01 01:37:35 -05:00
  • c73cc084ad Merge branch 'master' of git://github.com/web2py/web2py Leonel Câmara 2014-07-29 20:19:26 +01:00
  • ad1dd3afdd minor Leonel Câmara 2014-07-29 20:11:50 +01:00
  • 8d8095b1f5 Added fix - you cannot concatenate lists with tuples and sets and it was possible that this would happen Leonel Câmara 2014-07-29 19:39:12 +01:00
  • 757fb934d5 Fixed a bug where as_list was setting the compact value for the rows permanently instead of only temporarily while processing the rows. Leonel Câmara 2014-07-29 18:56:35 +01:00
  • 1ee8d3cb97 Added an optional render argument to as_trees that if true causes it to render the rows before building the tree Leonel Câmara 2014-07-29 17:59:18 +01:00
  • c6e766d5e1 template converter for alternative delimiters mdipierro 2014-07-29 11:52:50 -05:00
  • 2be0a95dab template converter for alternative delimiters mdipierro 2014-07-29 11:45:43 -05:00
  • d9e0e08a91 reverted latest commit, Leonel is right, better to use closures mdipierro 2014-07-29 09:57:12 -05:00
  • bd44a42c89 allow arbistrary params to formstyle=style(placeholder=True, errors='down'), thanks André Kablu mdipierro 2014-07-28 23:29:26 -05:00
  • 024912bda1 fixed conflict between GAE and 2-factor authentication mdipierro 2014-07-28 22:01:48 -05:00
  • dec69b8252 Deleted unnecessary variable Omar Trinidad Gutiérrez Méndez 2014-07-28 11:35:56 -05:00
  • 29303488ab support for Oracle REGEXP_LIKE, thanks Alexander Rasin mdipierro 2014-07-28 00:21:45 -05:00
  • 0201007e2c ldap CA support, thanks Maggs and Shane mdipierro 2014-07-27 11:15:37 -05:00
  • c3116b094c Merge pull request #472 from ilvalle/fix_editor mdipierro 2014-07-27 10:54:23 -05:00
  • 29ed8494dc Merge pull request #471 from omartrinidad/master mdipierro 2014-07-27 10:53:54 -05:00
  • a0d105a5ec Merge pull request #470 from whoot/master mdipierro 2014-07-27 10:53:28 -05:00
  • 967a37adc4 online editor:potential fix for requests cancelled due to same origin policy ilvalle 2014-07-22 10:22:48 +02:00
  • c4264c986b Typo Spanish Omar Trinidad Gutiérrez Méndez 2014-07-20 21:21:16 -05:00
  • ca18097f9c Spanish localization in admin application Omar Trinidad Gutiérrez Méndez 2014-07-20 21:06:50 -05:00
  • 130540dafc Typo. Your -> You Omar Trinidad Gutiérrez Méndez 2014-07-20 19:10:26 -05:00
  • 9fa165430a Update de.py Jan Rude 2014-07-17 10:20:57 +02:00
  • 2b9a9b4d11 Update de.py Jan Rude 2014-07-17 10:18:53 +02:00
  • cac45aa5a5 Added german translation Jan Rude 2014-07-16 20:03:37 +02:00
  • b068540c4c Added/Improved some translations Jan Rude 2014-07-16 20:03:06 +02:00
  • c24e1d52d9 Added/Improved some translations Jan Rude 2014-07-16 20:02:19 +02:00
  • 2cd8623e92 Update de.py Jan Rude 2014-07-16 20:00:58 +02:00
  • 773933602e Added/improved german translation root 2014-07-16 19:58:03 +02:00
  • 7b2b8155f9 Merge pull request #469 from abastardi/issue/unique_validator mdipierro 2014-07-10 02:07:46 -05:00
  • ad2ca992aa Merge pull request #467 from ilvalle/fix_show_if mdipierro 2014-07-10 02:06:40 -05:00
  • d2563c434b Fix default validator when unique=True abastardi 2014-07-09 13:51:26 -04:00
  • 609a931f91 always appends IS_NOT_IN_DB ilvalle 2014-07-09 17:05:36 +02:00
  • fcadaa981d settings is_gae in autocomplete mdipierro 2014-07-09 07:07:26 -05:00
  • e7208c6569 fix unique validator with date/time fields ilvalle 2014-07-08 23:14:28 +02:00
  • f2bc3cca36 fix show_if with belongs ilvalle 2014-07-08 12:22:31 +02:00
  • 195acce3b9 Merge pull request #466 from viniciusban/pt_br_translations mdipierro 2014-07-04 01:47:22 -05:00
  • 27eb797e2b Merge pull request #465 from omartrinidad/patch-1 mdipierro 2014-07-04 01:46:17 -05:00
  • ed29758819 pt-br translation for welcome app viniciusban 2014-07-03 23:15:43 -03:00
  • d99f4d4e7d pt-br translation for admin app viniciusban 2014-07-03 23:05:11 -03:00
  • 5d3c915c61 added parent links mdipierro 2014-07-03 12:22:55 -05:00
  • 1606c938a7 better handling of uploads in hypermedia.py mdipierro 2014-07-03 11:56:15 -05:00
  • 9a6f0b59ad fixed errors reporting in collection+json mdipierro 2014-07-02 18:35:25 -05:00
  • 55016cbd4d fixed guessable CSRF token when detect_record_change, thanks Stephen Röttger mdipierro 2014-07-02 08:27:02 -05:00
  • eec39aeeec smarter upload of binary data mdipierro 2014-07-02 07:26:16 -05:00
  • bc1b4ad03a fixed some problems with collection+json mdipierro 2014-07-02 03:01:30 -05:00
  • 13d4d892b7 Update sqlhtml.py Omar Trinidad Gutiérrez Méndez 2014-07-01 16:24:40 -05:00
  • 6e8e95eb3e jquery.js 1.11.1 mdipierro 2014-06-30 09:57:29 -05:00
  • 0be4f73102 no more analytics.min.js mdipierro 2014-06-30 09:55:13 -05:00
  • b61e8c6132 allow id in email msg mdipierro 2014-06-25 10:52:36 -05:00
  • 22044768cb Merge pull request #464 from cccaballero/master mdipierro 2014-06-25 01:02:07 -05:00
  • d712d3b83c fixed redirect mdipierro 2014-06-24 12:46:17 -05:00
  • 1ecf36a027 Added dict based meta generation cccaballero 2014-06-24 09:49:46 -04:00
  • bf52e012a7 rules->policies in hypermedia mdipierro 2014-06-23 01:03:17 -05:00
  • 7bb8735f2f Hypermedia API and Collection+JSON mdipierro 2014-06-22 14:57:35 -05:00
  • 1ca5e5524e fixed possible bug in dal mdipierro 2014-06-19 17:17:29 -05:00
  • 21bdf114b4 Merge pull request #462 from niphlod/fix/scheduler_disabled mdipierro 2014-06-15 22:20:17 -05:00
  • 12c2668da1 Merge pull request #460 from niphlod/fix/scheduler mdipierro 2014-06-15 21:02:25 -05:00
  • d2c9f510bc if a worker is DISABLED while processing a task, it shouldn't resume after finishing it niphlod 2014-06-15 17:35:42 +02:00
  • 84cf736b63 removed leftover print niphlod 2014-06-15 15:15:33 +02:00
  • e172c2cade Merge pull request #459 from flavour/master mdipierro 2014-06-14 13:15:09 -05:00
  • c163e1c776 Remove duplicate imports/unused variable Fran Boon 2014-06-11 18:39:00 +01:00
  • e33704467b fixed typo in recent commit mdipierro 2014-06-14 10:07:51 -05:00
  • 255dd9777d fixed typo in recent commit mdipierro 2014-06-14 10:06:13 -05:00
  • 8b8baf10a3 fixed issue 1942, redirect in federated login security check mdipierro 2014-06-13 22:24:57 -05:00
  • e42b835687 Merge branch 'master' of github.com:web2py/web2py mdipierro 2014-06-13 22:16:43 -05:00
  • 559961897e Merge pull request #458 from niphlod/fix/like_ansi_behaviour mdipierro 2014-06-13 22:16:21 -05:00
  • 6cee7ce238 Merge branch 'master' of github.com:web2py/web2py mdipierro 2014-06-13 22:12:01 -05:00
  • c9421ac526 Merge pull request #457 from niphlod/enhancement/scheduler mdipierro 2014-06-13 22:11:40 -05:00
  • 3266c541b6 fixed CAST LONGTEXT issue with mysql mdipierro 2014-06-13 11:46:50 -05:00
  • b6f9bdef95 fix like behaviour niphlod 2014-06-10 22:37:55 +02:00