Commit Graph
47 Commits
Author SHA1 Message Date
niphlod 5951ce2aef fixed redis_session.py, thanks @Giovanni for pointing 2013-09-09 21:32:26 +02:00
niphlod 4089001d99 grid search widget always use ISO format for date(time) fields 2013-09-08 18:27:37 +02:00
niphlod a6baead531 streamlined the "working..." status handling and added an example 2013-09-07 15:34:03 +02:00
niphlod 79bd1d2e24 help preventing double submissions for normal forms too. Helps with issue #1644 2013-09-04 23:22:41 +02:00
niphlod cd30382c0e attach datetime/date/time validators only on events 2013-09-03 20:52:25 +02:00
niphlod 735357da1d seems that --use-mirrors is ATM borked.
Anyway, --use-mirrors is going to de deprecated in future releases of pip.
Pypi infrastructure is more reliable than a year ago, let's hope we don't incur in any
downtimes.
2013-09-01 01:02:48 +02:00
niphlod d61bbc6a5f fix scripts fetching handlers from /handlers 2013-08-31 14:23:35 +02:00
niphlod 761d7fd824 fix anyserver with logging and/or profiler 2013-08-30 22:46:36 +02:00
niphlod 5036e36083 fix examples app 2013-08-30 22:05:57 +02:00
niphlod a7d4c5297e fixed issue 1584 (grid export with left join) 2013-08-30 21:13:49 +02:00
niphlodandMichele Comitini 5bdfbc98dd added boilerplate to be able to run tests from anywhere. Added test for validate_and_insert too. 2013-08-30 17:38:49 +02:00
niphlodandMichele Comitini 02d616aaa3 fix issue with scheduler namespace. Thanks @limedrop for spotting this. 2013-08-30 17:38:48 +02:00
niphlod 24bed97a51 fixed the order of response.js execution. Thanks @Anthony 2013-08-29 20:55:03 +02:00
niphlod bf6cf86987 send session cookie always. Please test it carefully with session data stored in cookies. 2013-08-29 00:43:34 +02:00
niphlod f5f6f365f9 added boilerplate to be able to run tests from anywhere. Added test for validate_and_insert too. 2013-08-25 18:35:29 +02:00
niphlod cbddfb5cdf fix issue with scheduler namespace. Thanks @limedrop for spotting this. 2013-08-24 14:05:08 +02:00
niphlod 3421447d7f fix for issue 1642 2013-08-20 22:22:29 +02:00
niphlod ab58af3c87 figure out correctly the content-type for request.restful. Thanks @mcabo 2013-08-20 21:23:18 +02:00
niphlod 8fe821ed0c standardized keyprefix 2013-08-20 20:59:14 +02:00
niphlod ad29ebe866 profiler now save dumps in a dir 2013-08-17 14:02:46 +02:00
niphlod 17dcd836dd fixed issue with request.body. Needs refactoring 2013-08-13 23:44:59 +02:00
niphlod dd582c61e9 added enhancement 1626, marker shown in grid also for default orderby 2013-08-12 23:59:03 +02:00
niphlod 567ee5f379 fixed issue #1622. Thanks @kyleflanagan for reporting it 2013-08-09 21:05:28 +02:00
niphlod ad2f177592 fixed issue with grid and groupby 2013-08-07 15:39:54 +02:00
niphlod ae567462d3 fixed issue 1611 (scheduler's migrate should follow Auth's migrate behaviour) 2013-08-04 20:56:52 +02:00
niphlod 2c81a44fab fixed bug with Mysql. Thanks @Adi for reporting. 2013-08-03 17:55:50 +02:00
niphlod 6cb91ab60d fix issue with sys.path. Now the path looks like 'root/gluon', 'root/site-packages', 'root' like in a normal web request 2013-08-03 02:46:59 +02:00
niphlod c0600a9e2e fixed bug introduced with commit: df4d8a5238 2013-08-02 21:14:00 +02:00
niphlod 0e4aa6a395 added roadmap in the community docs section 2013-07-31 21:48:06 +02:00
niphlod bb7715445a fix issue 1592 2013-07-17 23:18:04 +02:00
niphlod 40d1ff9d17 first step to a nicer code style of admin 2013-07-14 20:13:37 +02:00
niphlod 2d95327a79 normalized behaviour in A() handler, fixed anonymous function block. 2013-07-14 19:42:49 +02:00
niphlod 8666d3520e fixed issue 1567 with scheduler and Mysql 2013-06-29 22:49:05 +02:00
niphlod 917d2087c5 fixed the collapse function, refactored LOAD() to use new web2py.js 2013-06-27 22:31:11 +02:00
niphlod 81495f7cca nicer alignment, removed leftovers, new listwidget and passwordwidget 2013-06-27 00:25:44 +02:00
niphlod 4f806a1db9 fixed serving static files with static_version 2013-06-01 14:02:48 +02:00
niphlod 59a3c5a6e6 fix small error in parse_boolean 2013-05-17 21:23:24 +02:00
niphlod dc2fd49ecb new and improved redis_cache. Got distributed locking and faster clear() function.
also, the .increment() was a little bit bugged.
2013-05-16 00:44:24 +02:00
niphlod 0c2d97b9db cache.action now works with actions raising HTTP internally 2013-04-29 21:07:04 +02:00
niphlod 1702d1ac1f removed unused imports, fixes issue 1464 (wrong and missing T in grid and smartgrid), fixes issue 1465 (translation of "None" message) 2013-04-28 20:31:10 +02:00
niphlod 04f6e7ee38 fixed issue 1459 2013-04-23 23:04:12 +02:00
niphlod 15c9e685c8 fixed issue 1458 2013-04-23 22:35:43 +02:00
niphlod 6594e7a607 add doctest hook for markmin. It wasn't run previously. 2013-04-17 23:55:11 +02:00
niphlod 4d8dedeb27 new arg to SQLFORM.grid to help with large datasets 2013-04-17 23:01:01 +02:00
niphlod ad4870e338 windows-friendly coverage.ini, better handling for custom coverage settings, typo on contenttype.py 2013-04-16 22:47:12 +02:00
niphlod c01f860009 added .coveragerc 2013-04-15 21:54:30 +02:00
niphlod f9315a8cc7 coverage integration, default .coveragerc and .travis.yml ready for coveralls.io 2013-04-15 21:50:36 +02:00