Commit Graph

  • 9552d9d6d0 fixed sort=True test Leonel Câmara 2016-04-12 16:28:33 +01:00
  • 9ead66b6db test IS_IN_DB label is a Field and self.sort = True Leonel Câmara 2016-04-12 16:00:33 +01:00
  • 00c65ad160 Complete coverage for Mail.Attachment Leonel Câmara 2016-04-12 15:28:48 +01:00
  • b5c8b3ad25 closes #1286 Leonel Câmara 2016-04-12 15:10:14 +01:00
  • 5ca65d55d2 Merge pull request #1284 from BuhtigithuB/more-markmin-pep8 mdipierro 2016-04-11 13:38:54 -05:00
  • 3f200fdc22 Merge pull request #1283 from leonelcamara/grid_issues mdipierro 2016-04-11 13:38:37 -05:00
  • 409c973dc4 Enhance markmin2pdf.py PEP8 Hardirc 2016-04-10 09:36:06 -04:00
  • 59a194842d Enhance markmin2latex.py PEP8 Hardirc 2016-04-10 09:34:29 -04:00
  • ee8b11db2c closes #1188 Leonel Câmara 2016-04-10 12:08:25 +01:00
  • 8ef04ac425 Merge pull request #1282 from BuhtigithuB/Feature/heading-anchor mdipierro 2016-04-09 18:39:39 -05:00
  • 83cf098c07 fixed stupid.css and impersonate mdipierro 2016-04-09 10:30:31 -05:00
  • 70b41fa15e Merge pull request #1280 from BuhtigithuB/pep8-gluon-html-py mdipierro 2016-04-08 23:37:54 -05:00
  • 56af81f247 Merge pull request #1278 from BuhtigithuB/pep8-welcome mdipierro 2016-04-08 23:37:32 -05:00
  • 7fd30d8360 Merge pull request #1276 from BuhtigithuB/Improve/web2py-com-display mdipierro 2016-04-08 23:35:43 -05:00
  • e1aefa2307 Merge pull request #1275 from BuhtigithuB/Improve/gluon-tools-py mdipierro 2016-04-08 23:35:10 -05:00
  • 7a2316ec9a Merge pull request #1260 from BuhtigithuB/add-test-sqlform mdipierro 2016-04-08 23:34:51 -05:00
  • e48e47beb2 Enhance markmin2html.py contrib PEP8 Hardirc 2016-04-08 22:12:43 -04:00
  • 864c308246 Enhance gluon/html.py PEP8 Hardirc 2016-04-08 21:11:25 -04:00
  • 994f3e7ae4 Enhance welcome menu.py PEP8 Hardirc 2016-04-08 20:17:35 -04:00
  • 1d2f74440e Enhance welcome routes.example.py PEP8 Hardirc 2016-04-08 20:13:58 -04:00
  • 704ceec16f Enhance welcome controllers/default.py PEP8 Hardirc 2016-04-08 20:13:30 -04:00
  • 038e25c259 Enhance welcome db.py PEP8 Hardirc 2016-04-08 20:05:21 -04:00
  • c3aa02b3ce Improve welcome (web2py.com) site aesthetic Richard Vézina 2016-04-08 14:18:38 -04:00
  • 5cc4487d8c Improve PEP8 download.html Richard Vézina 2016-04-08 11:53:36 -04:00
  • d50e6aab6b Improve default.py PEP8 Richard Vézina 2016-04-08 11:52:09 -04:00
  • 1d21f45e3e PEP8 Recaptcha/2 docstring Richard Vézina 2016-04-07 10:19:57 -04:00
  • 99a323c7ad Merge pull request #1272 from BuhtigithuB/new-logout-bare mdipierro 2016-04-07 09:17:19 -05:00
  • e0d86462c8 New logout_bare() for shell logout and refactor test using it Hardirc 2016-04-06 22:41:03 -04:00
  • ff0d10ac4f Merge pull request #1271 from leonelcamara/delete_unused_reserved mdipierro 2016-04-06 20:58:05 -05:00
  • eee7be75c8 Merge pull request #1265 from BuhtigithuB/improve-tools-tests-some-more mdipierro 2016-04-06 20:57:30 -05:00
  • 3c69716672 Merge pull request #1270 from leonelcamara/test_week5b mdipierro 2016-04-06 20:57:06 -05:00
  • ad4b0eee54 delete unused reserved_sql_keywords.py because the DAL uses this one pydal/contrib/reserved_sql_keywords.py Leonel Câmara 2016-04-06 23:06:57 +01:00
  • 0128ce3a93 Make test_login_bare() works, new test_impersonate() Richard Vézina 2016-04-05 23:15:57 -04:00
  • 0629df71ef Test Mail.Attachment sending test_tools.py itself Leonel Câmara 2016-04-06 20:04:21 +01:00
  • 4d1a4c48e6 Merge pull request #1268 from mbelletti/fix/cas_login mdipierro 2016-04-06 13:49:28 -05:00
  • 2ffdb716cd Fix #1267 cas_login Massimiliano Belletti 2016-04-06 17:06:23 +02:00
  • 40f04de9d2 fixed scripts/setup-web2py-nginx-uwsgi-ubuntu.sh mdipierro 2016-04-06 09:20:13 -05:00
  • 52615fbca7 Merge pull request #1263 from niphlod/tests/scheduler mdipierro 2016-04-05 17:00:00 -05:00
  • 6abb78c559 initial tests for scheduler.py niphlod 2016-04-04 22:13:25 +02:00
  • db701ffea8 correct unproperly generated SQLFORM methods and basic tests Hardirc 2016-04-02 17:09:28 -04:00
  • 0804c28331 Merge pull request #1259 from BuhtigithuB/new-test-sqlform mdipierro 2016-04-02 15:02:02 -05:00
  • 24bc51447c Merge pull request #1257 from BuhtigithuB/improve-tools-tests mdipierro 2016-04-02 15:00:41 -05:00
  • ccbbdc2493 Merge branch 'leonelcamara-prettier_examples' mdipierro 2016-04-02 14:59:23 -05:00
  • d94e8415c7 reverted stupid mdipierro 2016-04-02 14:57:36 -05:00
  • 0a62e86156 Merge pull request #1254 from leonelcamara/test_week4b mdipierro 2016-04-02 14:53:39 -05:00
  • 5744c06f59 Merge pull request #1253 from leonelcamara/test_week4 mdipierro 2016-04-02 14:52:42 -05:00
  • 947f92774b Merge pull request #1252 from BuhtigithuB/improve-test-chache mdipierro 2016-04-02 14:52:26 -05:00
  • 4001407add let start testing sqlhtml.py Hardirc 2016-04-02 15:42:30 -04:00
  • 46ffaa6aea improved search form mdipierro 2016-04-02 14:48:03 -05:00
  • ba2be80080 updated stupic.css and suport page mdipierro 2016-04-02 14:35:28 -05:00
  • 3a9221a2b9 Reach fully some partially hit lines Richard Vézina 2016-03-31 17:00:50 -04:00
  • e0eb425223 Little improvement of tools.py Richard Vézina 2016-03-31 16:25:55 -04:00
  • f7ad31f066 Refactor TestAuth() with setUp() and add test case Richard Vézina 2016-03-31 10:15:28 -04:00
  • d0f6ef4783 made stuff prettier added myself to the contributor list :P Leonel Câmara 2016-03-31 00:29:28 +01:00
  • 104d616cb9 Reorder test case and make inventory of what missing Richard Vézina 2016-03-30 16:32:37 -04:00
  • a8703270da PEP8 enhancement Richard Vézina 2016-03-30 16:20:02 -04:00
  • ad57c3c613 test block extend, super, delimiters, etc. Leonel Câmara 2016-03-30 02:33:29 +01:00
  • 5c292640ba Complete coverage for IS_IN_SET Leonel Câmara 2016-03-28 14:47:58 +01:00
  • 5cbf381a2c More test coverage for validators.py Fixed a bug in IS_EMAIL throwing exceptions when asked to validate anything other than a string which was problematic for ANY_OF Fixed a bug in ANY_OF.formatter where it was trying to format with a validator that didn't validate Leonel Câmara 2016-03-27 14:23:24 +01:00
  • a0bbd7885a Merge branch 'master' of github.com:web2py/web2py R-2.14.3 mdipierro 2016-03-26 17:56:23 -05:00
  • c2ce90a1fe R-2.14.3 mdipierro 2016-03-26 17:55:52 -05:00
  • 197b018534 fixed stupid.css again mdipierro 2016-03-26 17:54:11 -05:00
  • 9ac1e7188f tests inventory and reordering + PEP8 enhancement Hardirc 2016-03-26 13:19:29 -04:00
  • 58a8ba067c cache.py PEP8 enhancement Hardirc 2016-03-26 13:11:27 -04:00
  • 060aeff867 Merge pull request #1251 from BuhtigithuB/add-even-more-test-over-html-py mdipierro 2016-03-26 00:00:43 -05:00
  • d4572c5f38 Merge branch 'master' of github.com:web2py/web2py mdipierro 2016-03-25 23:57:24 -05:00
  • 46dc83a1bb synced to latest stupid.css mdipierro 2016-03-25 23:57:13 -05:00
  • f414356b67 More coverage and some PEP8 enhencement to html.py Hardirc 2016-03-25 22:25:03 -04:00
  • 460a017bab Merge pull request #1250 from Pierre-Thibault/strange_lines mdipierro 2016-03-25 18:07:25 -05:00
  • 0b966d7c0a Merge pull request #1249 from leonelcamara/patch-1 mdipierro 2016-03-25 18:06:56 -05:00
  • d2d16d4081 I was forgetting line 200. Pierre Thibault 2016-03-25 15:54:01 -04:00
  • ebcf6e5671 Nonsense sys.exc_info parameter of traceback.format_exc calls. Pierre Thibault 2016-03-25 15:48:58 -04:00
  • 778cc3902b Update imageutils.py Leonel Câmara 2016-03-25 12:45:33 +00:00
  • 32650f0cbf R-2.14.2 R-2.14.2 mdipierro 2016-03-24 17:44:41 -05:00
  • 8f8ef4cca5 fixed sessions for long keys mdipierro 2016-03-24 16:58:04 -05:00
  • c9e92fc686 restored pickles in sessions mdipierro 2016-03-24 16:50:02 -05:00
  • 0820926b50 more secure sessions in cookies using json mdipierro 2016-03-24 16:46:51 -05:00
  • 1856c9dc7a fixed changelog mdipierro 2016-03-24 12:33:43 -05:00
  • 973bb4a16f R-2.14.1 R-2.14.1 mdipierro 2016-03-24 12:20:58 -05:00
  • 2fa54f069c Merge pull request #1246 from BuhtigithuB/improve-test-validators mdipierro 2016-03-24 12:10:17 -05:00
  • b11260d2e2 Merge pull request #1244 from mbelletti/fix/admin_enable_disable_apps mdipierro 2016-03-24 12:10:01 -05:00
  • a6a9b004ea Merge pull request #1235 from kjkuan/avoid-query-per-row-for-virtual-fields mdipierro 2016-03-24 12:09:36 -05:00
  • 6ed204301d ok dropped backward compatibility in redis_*.py mdipierro 2016-03-24 12:08:43 -05:00
  • 52392a10ae Improve PEP8 just a bit + more coverage Richard Vézina 2016-03-24 10:15:41 -04:00
  • 6d68a40ddf Fix to work in cases, in which the query for the grid is not a join. Jack Kuan 2016-03-24 10:22:49 -04:00
  • 51bf802978 When deriving the value for a virtual field in a sqlform grid, avoid issuing a separate sql query for each row found in the search results. Jack Kuan 2016-03-22 01:12:01 -04:00
  • 34267b7673 Fix missing w2p_ajax_disable_with_message #1234 Massimiliano Belletti 2016-03-24 11:17:59 +01:00
  • 26eb5e6f38 Merge pull request #1242 from BuhtigithuB/fix-assert-raise-test-html mdipierro 2016-03-24 03:03:24 -05:00
  • 13964c2c9b Merge pull request #1241 from gi0baro/master mdipierro 2016-03-24 03:03:03 -05:00
  • 6a876fffc2 Merge pull request #1240 from BuhtigithuB/add-utils-test mdipierro 2016-03-24 03:02:50 -05:00
  • cd7850cc36 Merge pull request #1239 from BuhtigithuB/rework-fileutils-tests mdipierro 2016-03-24 03:02:34 -05:00
  • e4705dd48a fix some assertRaises leave commented + more coverage Hardirc 2016-03-24 01:00:32 -04:00
  • 2ef079289b test_utils inventory and new tests Richard Vézina 2016-03-23 15:19:26 -04:00
  • 76e95a9f1c edited CHANGELOG mdipierro 2016-03-23 19:32:23 -05:00
  • 4c5664f701 backward compatible syntax for redis mdipierro 2016-03-23 19:14:37 -05:00
  • cafba3fbe2 requires 2.14.1 mdipierro 2016-03-23 18:52:40 -05:00
  • 8cb6678505 Updated pyDAL to 16.03 Giovanni Barillari 2016-03-24 00:38:48 +01:00
  • 9fabfaac96 rework test_fileutils.py mostly Richard Vézina 2016-03-23 14:32:14 -04:00
  • 797ade202f Merge pull request #1238 from BuhtigithuB/add-more-test-over-html-py mdipierro 2016-03-23 11:34:58 -05:00
  • dda81d1b95 SELECT('Option 1', 'Option 2') what else... Hardirc 2016-03-23 00:25:28 -04:00