mcabo
cef7d64d97
Update dal.py
...
I think It will be useful to update the table contents and to validate the data previously.
On the other hand, I think there is something weird in the update_or_insert definition (Class table) because it is not working properly on data updating.
2013-08-21 11:13:10 +02:00
mdipierro
4f1d6e6f31
fixed possible memdb issue with table(id), thanks Luca
2013-08-21 02:54:23 -05:00
mdipierro
e332a4f441
Merge pull request #174 from niphlod/issue/restful_contenttype
...
figure out correctly the content-type for request.restful. Thanks @mcabo
2013-08-21 00:42:59 -07:00
mdipierro
e964ff8b6f
Merge branch 'master' of github.com:web2py/web2py
2013-08-21 02:42:05 -05:00
mdipierro
f9940825a1
fixed issue 1639:DAL, define_table and Field unpacked serialized attributes, thanks Alan
2013-08-21 02:37:31 -05:00
mdipierro
fd857b15f6
fixed issue 1638:imap: content as list field type and other small changes, thanks Alan
2013-08-21 02:34:14 -05: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
mdipierro
6448518ce0
allow to change session in db to session in file
2013-08-20 11:15:51 -05:00
mdipierro
343bb984f3
Merge pull request #172 from gi0baro/redis-sess
...
Fix in redis_session.py select: prevent errors when value is integer/long
2013-08-20 09:00:21 -07:00
mdipierro
dee4e6a980
new session logic
2013-08-20 10:58:36 -05:00
gi0baro
05f3e01ece
Fix in redis_session.py select: prevent errors when value is integer/long
2013-08-20 16:53:08 +02:00
mdipierro
56dcaff236
fixed a problem with sortable grid, new icons
2013-08-20 03:22:54 -05:00
mdipierro
9a86f4f0f3
removed print from sqlhtml.py
2013-08-20 01:34:30 -05:00
mdipierro
90931657e4
fixed issue 1633:IMAP support for storing messages, thanks Alan and Prachi
2013-08-19 08:44:57 -05:00
mdipierro
c49ae3df04
fixed again issue 1630:memdb id error -- tries casting None to long.
2013-08-19 08:04:33 -05:00
mdipierro
aa644ceeb0
isProgrammingError, thanks Alan
2013-08-18 02:09:14 -05:00
mdipierro
28cfd0a0f2
fixed issue 1634:retrieve password regression, thanks christophe.varoqui
2013-08-17 11:31:36 -05:00
mdipierro
030304a6eb
Merge pull request #169 from reingart/master
...
pyfpdf contrib template & html updates
2013-08-17 09:18:30 -07:00
niphlod
ad29ebe866
profiler now save dumps in a dir
2013-08-17 14:02:46 +02:00
Mariano Reingart
f391c9cf22
updated pyfpdf (template Row.copy, fixes issue 1255)
2013-08-16 02:27:53 -03:00
Mariano Reingart
e4d8c4ea17
updated pyfpdf (html enhancements)
2013-08-16 02:27:47 -03:00
mdipierro
0d663507e6
http://www.451unavailable.org/
2013-08-15 17:15:59 -05:00
mdipierro
c4f7c49846
fixed issue 1631:elements(..., replace=None) deletes the first element only
2013-08-15 10:06:21 -05:00
mdipierro
2cdcdaf932
possibly fixed Issue 1630:memdb id error -- tries casting None to long., thanks Luca
2013-08-15 09:21:58 -05:00
mdipierro
61d81c01c4
refactoring of belongs, thanks Jonathan
2013-08-15 09:09:19 -05:00
niphlod
17dcd836dd
fixed issue with request.body. Needs refactoring
2013-08-13 23:44:59 +02:00
mdipierro
ff479a0a63
Merge pull request #167 from michele-comitini/select_first_needs_limitby
...
NEEDS TESTING
2013-08-13 06:58:42 -07:00
mdipierro
9acdad2736
Merge pull request #166 from michele-comitini/jsonrpc_fix
...
removed wrong exception that masked other errors
2013-08-13 06:57:01 -07:00
Michele Comitini
f8bd8c274c
first() backed by limitby to avoid memory and cpu cycles wasting
2013-08-13 09:18:36 +02:00
Michele Comitini
e132ccbd51
removed wrong exception that masked other errors
2013-08-13 08:54:26 +02:00
niphlod
dd582c61e9
added enhancement 1626, marker shown in grid also for default orderby
2013-08-12 23:59:03 +02:00
mdipierro
8fbab4d505
fixed run(...cronjob), my fault, thanks Jonathan
2013-08-09 16:08:42 -05:00
mdipierro
5b94e8f4aa
fixed logic for tickets in db?
2013-08-09 15:57:27 -05:00
mdipierro
b618811d2a
fixed typo in belongs
2013-08-09 15:16:42 -05:00
mdipierro
10b5eccc73
re-fixing issue 1623, thanks niphlod for checking (still this can be done better)
2013-08-09 15:06:53 -05:00
mdipierro
d4281194c9
fixed issue 1624:GoogleSQLAdapter has no driver property, thanks Felipe Meirelles
2013-08-09 14:13:58 -05:00
niphlod
567ee5f379
fixed issue #1622 . Thanks @kyleflanagan for reporting it
2013-08-09 21:05:28 +02:00
mdipierro
a71998def0
fixed issue 1623:Storing tickets in DB will produce a deadlock on an internal error, thanks lumurer
2013-08-09 13:38:22 -05:00
mdipierro
aeb15317e0
smarted BELONGS, thanks Jonathan
2013-08-09 11:05:52 -05:00
mdipierro
9c1702f5c3
richer structure in DISABLED
2013-08-09 04:49:10 -05:00
mdipierro
a3222f601a
richer structure in DISABLED
2013-08-09 04:39:01 -05:00
mdipierro
c6a3a8f61a
fixed Issue 1569:Add auth.register_bare, thanks Alan
2013-08-09 03:38:52 -05:00
mdipierro
08214d72d9
simplified upload logic
2013-08-08 14:20:28 -05:00
mdipierro
182192857f
settings.is_source
2013-08-08 03:25:10 -05:00
mdipierro
856b6d658e
allow passing args and vars to shell, thanks Jonathan
2013-08-07 18:03:36 -05:00
mdipierro
146d83583d
Merge pull request #163 from niphlod/issue/grid_and_groupby
...
fixed issue with grid and groupby
2013-08-07 07:30:48 -07:00
mdipierro
8e81e44b24
alternative solution to issue 1610, thanks Alan
2013-08-07 08:53:05 -05:00
niphlod
ad2f177592
fixed issue with grid and groupby
2013-08-07 15:39:54 +02:00
mdipierro
ae4d9dab10
fixed issue 1618:markmin problem with blockquote
2013-08-07 07:47:45 -05:00