mdipierro
|
89e158cd1d
|
fixed potential problem with unwanted translation of log messages
|
2013-07-08 08:47:24 -05:00 |
|
mdipierro
|
b4fe6720ae
|
fixed potential problem with unwanted translation of log messages
|
2013-07-08 08:39:43 -05:00 |
|
mdipierro
|
97b70eff9f
|
better populate
|
2013-04-24 18:05:22 -05:00 |
|
mdipierro
|
25f16b5315
|
fixed bug in getlist thanks roger
|
2012-11-27 10:17:22 -06:00 |
|
mdipierro
|
6aa5edc7ff
|
many pep8 improvements
|
2012-10-19 12:33:53 -05:00 |
|
mdipierro
|
71ec15190b
|
some pep8 changes (fixed spacing at end)
|
2012-10-19 10:37:07 -05:00 |
|
mdipierro
|
3a66f5e330
|
fixed some pep8 stuff
|
2012-10-19 09:40:17 -05:00 |
|
mdipierro
|
1da32b81cf
|
fixed appadmin bug and excessive session saving
|
2012-10-17 14:30:02 -05:00 |
|
mdipierro
|
417c94470f
|
fixed Storage copy
|
2012-09-30 13:20:05 -05:00 |
|
mdipierro
|
d42dfeb268
|
login works fine with lazy DAL
|
2012-09-30 00:10:25 -05:00 |
|
mdipierro
|
309b051dbb
|
fixed copy.copy(storage), thanks Corne
|
2012-09-29 09:55:57 -05:00 |
|
mdipierro
|
c83bdbd14e
|
fixed issue 1014, thanks Sherdim
|
2012-09-17 11:43:26 -05:00 |
|
mdipierro
|
f6b345632f
|
fixed typo, thanks Mart
|
2012-09-01 07:01:38 -05:00 |
|
mdipierro
|
50cd630127
|
yet better storage, thanks Michele
|
2012-08-25 18:42:27 -05:00 |
|
mdipierro
|
4079288a51
|
major optimization in Storage, Table, Row (2x), thanks Michele
|
2012-08-25 16:19:50 -05:00 |
|
mdipierro
|
6dfd16b62a
|
typo in Storage, thanks Michele
|
2012-08-25 15:50:01 -05:00 |
|
mdipierro
|
dcce7fc39a
|
fixed @//// in wiki and pep8 spacing
|
2012-08-25 11:29:11 -05:00 |
|
mdipierro
|
9bd008021d
|
R-2.0.1-rc2
|
2012-08-23 11:11:41 -05:00 |
|
mdipierro
|
4262511f91
|
restoring Settings backward compatibility, thanks Dominic
|
2012-08-23 08:42:47 -05:00 |
|
mdipierro
|
9d793348e2
|
reverted Storage again, check for bug not reliable, :-(
|
2012-08-22 15:27:19 -05:00 |
|
mdipierro
|
715daf6824
|
fixed have_bug
|
2012-08-22 13:00:28 -05:00 |
|
mdipierro
|
7db563066b
|
bug detection for Storage, reverted improvements in dal :-(
|
2012-08-22 10:48:17 -05:00 |
|
mdipierro
|
e1fe556abb
|
fixed portalocker in Storage, restored appadmin
|
2012-08-21 22:19:43 -05:00 |
|
mdipierro
|
fbb6efa5cf
|
new Storage passes all tests
|
2012-08-21 14:41:43 -05:00 |
|
mdipierro
|
3812548447
|
another attempt at new Storage, thanks Jonathan
|
2012-08-21 14:30:02 -05:00 |
|
mdipierro
|
a16e51ad7b
|
reverted Storage again. :-(
|
2012-08-21 13:38:27 -05:00 |
|
mdipierro
|
c31193b45c
|
new Storage class, thanks Oscar Benjamin
|
2012-08-21 11:34:55 -05:00 |
|
mdipierro
|
22cfb6ddab
|
reverted storage.py again
|
2012-08-20 21:56:26 -05:00 |
|
mdipierro
|
5bcc8f750b
|
another attempt at faster Storage
|
2012-08-20 21:54:02 -05:00 |
|
mdipierro
|
c7074d5e4d
|
better web2py.py thanks Niphlod
|
2012-08-20 16:02:11 -05:00 |
|
mdipierro
|
7898e4aac3
|
Storage.__class__ = dict tricks isinstance
|
2012-08-20 12:04:55 -05:00 |
|
mdipierro
|
6673743406
|
fixed is_impersonating, thanks Martin
|
2012-08-20 11:57:30 -05:00 |
|
mdipierro
|
e6bed63344
|
fixed form, @{component:...} in auth.wiki, @{...} in markmin
|
2012-08-18 00:10:36 -05:00 |
|
mdipierro
|
9d71ec6821
|
new Storage object makes some code 10x faster
|
2012-08-17 21:29:36 -05:00 |
|
mdipierro
|
7772fdc556
|
updated CHANGELOG
|
2012-08-17 14:48:14 -05:00 |
|
mdipierro
|
e76bcf0ea9
|
removed unwanted whitespaces
|
2012-08-16 11:56:07 -05:00 |
|
mdipierro
|
ac8ac3a07e
|
request.args(-i), issue 919, thanks David Adley
|
2012-08-05 21:26:16 -05:00 |
|
mdipierro
|
20ad8b8b71
|
missing pickling methods in Storage, thanks marius.v.niekerk
|
2012-07-18 14:20:46 -05:00 |
|
Massimo Di Pierro
|
139845cf60
|
request.args(0,default=0, cast=int, url_onerror=URL(...)), thanks Anthony
|
2012-04-30 11:39:37 -05:00 |
|
Massimo Di Pierro
|
9c46c107f3
|
fixed pickleablestorage import
|
2012-04-17 10:02:23 -05:00 |
|
Massimo Di Pierro
|
ba93692ed4
|
fixed issue 728, bug in languages, thanks pgergo
|
2012-03-26 11:17:20 -05:00 |
|
Massimo Di Pierro
|
54b6b9d995
|
fixed typo in storage.py
|
2012-03-02 10:03:40 -06:00 |
|
Massimo Di Pierro
|
02e7f38da7
|
fixed a major problem with locking in languages, thanks Dan McGee fr the help
|
2012-02-29 13:38:59 -06:00 |
|
Massimo Di Pierro
|
e66fb147dd
|
reverted Pickleable until we understand it better
|
2011-12-17 22:07:36 -06:00 |
|
Massimo Di Pierro
|
3ffe6af6a5
|
Pickable -> Pickeable, thanks Anthony
|
2011-12-17 11:15:45 -06:00 |
|
Massimo Di Pierro
|
64d5a1c5ae
|
http://code.google.com/p/web2py/issues/detail?id=355
|
2011-12-16 10:16:44 -06:00 |
|
Massimo Di Pierro
|
d281acb421
|
fixws and 'new' button in grid query
|
2011-12-05 11:39:42 -06:00 |
|
Massimo Di Pierro
|
d421c1321b
|
initial commit
|
2011-11-22 23:30:42 -06:00 |
|