Commit Graph

81 Commits

Author SHA1 Message Date
niphlod 595e37c2de removed web shell 2016-06-28 23:34:41 +02:00
mdipierro cda35fd48a R-2.14.6 2016-05-09 19:19:07 -05:00
mdipierro 81d0291ce2 R-2.14.5 2016-04-13 22:22:39 -05:00
mdipierro eba8ad4b55 fixed CHANGELOG 2016-04-12 15:45:54 -05:00
mdipierro 1856c9dc7a fixed changelog 2016-03-24 12:33:43 -05:00
mdipierro 76e95a9f1c edited CHANGELOG 2016-03-23 19:32:23 -05:00
mdipierro 4c5664f701 backward compatible syntax for redis 2016-03-23 19:14:37 -05:00
niphlod 12acdb51d7 new redis toolset to use with web2py
This is a refactor of everything web2py uses with redis.
Specifically:
- a refactored redis_cache.py that fixes #958, allowing a "fail
gracefully" behaviour in case redis is not available
- a refactored redis_session.py that blocks less with with_lock=True
(although still not optimal)
- a new (and NEEDED) redis_utils.py that serves as the base for
everything else, allowing an RConn object that you can freely use as a
redis.StrictRedis connection, and that you can override in case you're
using a different library (or that web2py will use in case redis-py
won't be the de-facto standard around)
- a newly - and much anticipated - redis_scheduler.py. It's a slip-in
replacement for the standard scheduler that uses redis for workers
coordination. Feel free to dig in the code and improve it.

For redis_cache and redis_session changes are BREAKING. It means that
users will need to change the import locations and tune a bit the code.
Now every module depends on an gluon.contrib.redis_utils.RConn object
(or similar) that in turns is very similar to a redis.StrictRedis one.
The redis instance is EXTERNAL to the modules themselves (no more "host,
port, db, password" parameters in RedisCache or RedisSession)
See the relevant docstrings for usage examples
2016-01-02 23:15:00 +01:00
mdipierro 6bff8af458 CHANGELOG 2015-12-18 04:52:43 -06:00
mdipierro 22c89d8dcc version 2.13.1 2015-12-17 21:19:08 -06:00
mdipierro b3e606295e committed changelog and removed unwanted file 2015-10-07 13:04:12 -05:00
mdipierro 69231bdd7f R-1.12.1 2015-08-07 02:20:08 -05:00
mdipierro 01474c99b0 R-2.11.1 2015-05-28 23:22:16 -05:00
mdipierro 0aade6b378 R-2.10.2 2015-03-31 22:26:25 -05:00
mdipierro 70b0d67345 R-2.10.1 2015-03-31 14:57:40 -05:00
mdipierro 5bc5d0496e R-2.9.12 2015-01-17 00:07:10 -06:00
mdipierro 2b50cf27e2 R-2.9.10 2014-09-15 08:05:13 -05:00
mdipierro 0120ad5b95 upgraded simplejson 2014-09-14 16:37:09 -05:00
mdipierro 99087ab37a R-2.9.8 2014-09-06 23:09:44 -05:00
mdipierro 327b1cbfdd R-2.9.7 2014-09-04 22:37:12 -05:00
mdipierro 5fc7dee4cc R-2.9.6 2014-09-01 20:55:36 -05:00
mdipierro 76654a6fbe mentioned change in license of login_methods to LGPL 2014-03-29 00:58:59 -05:00
mdipierro 2802e29945 2.9.5 2014-03-15 21:25:04 -05:00
mdipierro 05a0d19ee9 cleanup 2014-03-08 14:40:34 -06:00
mdipierro 77bbb405fb 2.9.3 2014-03-03 08:50:52 -06:00
mdipierro 6cd2bf9fea better transliteration in slugs, thanks winniehell 2014-03-02 17:45:45 -06:00
mdipierro 29042f08a1 back to bs2 2014-03-02 17:17:21 -06:00
mdipierro 76d77439b7 2.9.0-beta 2014-02-23 23:33:32 -06:00
mdipierro 64b670fd8f fixed issue with scheduler and cache.disk introduced in 2.8.1 2013-11-28 07:50:55 -06:00
mdipierro a55c6777d3 R-2.8.1 2013-11-27 13:54:04 -06:00
mdipierro 8fe2680f80 R-2.7.4 2013-10-14 10:14:58 -05:00
mdipierro 961d143f7d 2.7.2 2013-10-07 08:40:39 -05:00
mdipierro 68c0baeb22 R-2.7.1 2013-10-04 15:04:25 -05:00
mdipierro 700fd846a8 fixed a problem with grid 2013-10-04 14:56:16 -05:00
mdipierro c4042dc475 improved es.py, thanks mcamel and Vladyslav 2013-09-23 16:33:06 -05:00
mdipierro 80d4615f32 R-2.6.4 2013-09-21 20:24:31 -05:00
mdipierro e060b2936f new CHANGELOG, thanks Niphlod 2013-09-10 15:30:02 -05:00
mdipierro 2a0f481b42 updated changelog for 2.6.1 2013-09-08 21:36:42 -05:00
mdipierro 124c85a5ce fixed typo in changelog, thanks niphlod 2013-07-21 17:27:33 -05:00
mdipierro 6c2030f820 fixed some problem with latest editor tab, thanks Paolo 2013-06-07 17:35:47 -05:00
Massimo f463de5a45 R-2.5.1 2013-06-06 10:36:33 -05:00
Massimo 00087198e0 R-2.5.1 2013-06-06 10:24:14 -05:00
mdipierro 9f35635233 added Malesian and Indonesian languages, thanks Steve Van Christie 2013-04-08 11:13:15 -05:00
mdipierro aca3d43f0a R-2.4.6 2013-04-06 12:12:32 -05:00
Massimo b9d80fcdc7 R-2.4.5 2013-03-18 17:37:49 -05:00
mdipierro f13aed1a84 R-2.4.3 2013-03-11 14:41:10 -05:00
mdipierro 1d8aa5672e re-synced plugin mobile, just in case 2013-02-27 09:48:06 -06:00
mdipierro c573003167 edit CHANGELOG 2012-12-24 14:04:07 -06:00
mdipierro b465c9f9d5 R-2.3.2 2012-12-17 09:00:46 -06:00
mdipierro 6e7ad1d7b8 modernizr 2.6.2 2012-12-14 09:21:00 -06:00