mdipierro
|
92757a4e2b
|
Merge pull request #115 from niphlod/feature/js_inline
nicer alignment, removed leftovers, new listwidget and passwordwidget
|
2013-06-26 23:01:05 -07:00 |
|
niphlod
|
81495f7cca
|
nicer alignment, removed leftovers, new listwidget and passwordwidget
|
2013-06-27 00:25:44 +02:00 |
|
mdipierro
|
cdf8ee8d85
|
web2py.js with no inline code, thanks Niphlod (this upgrade required upgrading web2py.js
|
2013-06-26 05:12:47 -05:00 |
|
mdipierro
|
ec4a55fc9e
|
if not logged-in no [wiki] menu
|
2013-06-26 04:02:17 -05:00 |
|
mdipierro
|
e3728da256
|
better german translation for admin, thanks Michael Kallweit
|
2013-06-26 02:54:31 -05:00 |
|
mdipierro
|
474af626f0
|
fixed a bug in revision b1d117199fdb
|
2013-06-25 16:56:25 -05:00 |
|
mdipierro
|
198dc8e0cd
|
quoting table names
|
2013-06-25 15:40:06 -05:00 |
|
mdipierro
|
29f0428889
|
fixed Issue 1560:Smartgrid doesn work with Google app engine 1.8.1
|
2013-06-25 09:10:03 -05:00 |
|
Michele Comitini
|
8cab6b8ac0
|
Merge ssh://github.com/web2py/web2py
|
2013-06-25 10:43:25 +02:00 |
|
michele-comitini
|
5a3a316658
|
Merge pull request #1 from michele-comitini/basic_auth
Basic auth
|
2013-06-25 01:33:02 -07:00 |
|
mdipierro
|
7564f5f671
|
speedup CONTAINS when un-necessary REPLACE
|
2013-06-24 14:24:36 -05:00 |
|
mdipierro
|
51e510e30f
|
Merge branch 'master' of github.com:web2py/web2py
|
2013-06-24 08:49:27 -05:00 |
|
mdipierro
|
a2cd373b3e
|
Merge pull request #113 from michele-comitini/basic_auth
Session renewal fix + record versioning fix + postgres fk reference fix
|
2013-06-24 06:48:58 -07:00 |
|
Michele Comitini
|
e311da3441
|
"reference table.field" type bugfix
|
2013-06-24 15:23:57 +02:00 |
|
mdipierro
|
fd833be535
|
edited link to realpython
|
2013-06-24 02:07:18 -05:00 |
|
mdipierro
|
b5056b04f8
|
fixed __delattr__, thanks Vinicius
|
2013-06-24 01:48:48 -05:00 |
|
Michele Comitini
|
c8cb3c94ef
|
added empty line
|
2013-06-24 00:57:24 +02:00 |
|
Michele Comitini
|
b632970960
|
record versioning must ignore tables without _id field.
|
2013-06-24 00:52:15 +02:00 |
|
Michele Comitini
|
285811f852
|
check that session_id exists before trying to renew session from the db
|
2013-06-24 00:20:11 +02:00 |
|
mdipierro
|
b980d32d02
|
fixed issue 1557:imap: unexpected date format is not handled, thanks Alan
|
2013-06-23 08:51:42 -05:00 |
|
mdipierro
|
37c2441507
|
fixed issue 1556:imap: the encoding field is not writable, thanks Alan
|
2013-06-23 08:50:14 -05:00 |
|
mdipierro
|
bb78217f44
|
fixed Issue 1555:imap: default string field represent ignores encoding, thanks Alan
|
2013-06-23 08:47:51 -05:00 |
|
mdipierro
|
b0d8a0f0c7
|
fixed Issue 1553:IMAP row content field is not bar decoded, thanks Alan
|
2013-06-23 08:45:56 -05:00 |
|
mdipierro
|
47890a8454
|
fixed issue 1552:Missing ssl_ca_certificate option in HttpServer instantiation in we2pyDialog, thanks Jamie Sabin
|
2013-06-23 00:23:33 -05:00 |
|
mdipierro
|
a526dfe774
|
fixed issue 1548:Firebird migrations drop column
|
2013-06-23 00:15:41 -05:00 |
|
mdipierro
|
97ba1379d7
|
no more maxcharlength, what will break?
|
2013-06-22 23:52:57 -05:00 |
|
mdipierro
|
578352d500
|
added a link that was lost
|
2013-06-22 01:46:39 -05:00 |
|
mdipierro
|
318e8046ba
|
appadmin now works with lazy tables, thanks Anthony
|
2013-06-22 01:34:19 -05:00 |
|
mdipierro
|
24077f802b
|
allow compute fields to depend on compute fields defined earlier, thanks Tim Richardson
|
2013-06-21 10:16:10 -05:00 |
|
mdipierro
|
3ce0c30b68
|
Merge pull request #110 from timrichardson/computed_fields
allow compute fields to depend on compute fields defined earlier
|
2013-06-21 08:12:43 -07:00 |
|
mdipierro
|
ffa08817ea
|
Merge pull request #112 from ilvalle/codemirror
codemirror 3.14
|
2013-06-21 08:06:04 -07:00 |
|
ilvalle
|
867c99469c
|
codemirror 3.14
|
2013-06-21 16:03:20 +02:00 |
|
mdipierro
|
1d38b87719
|
jQuery('#component').reload()
|
2013-06-21 06:44:37 -05:00 |
|
mdipierro
|
9682f4a6e3
|
Rows.repr(), thanks Anthony
|
2013-06-21 01:54:08 -05:00 |
|
mdipierro
|
1509559e78
|
avoid recursion in rewrite, thanks Jonathan
|
2013-06-21 01:47:34 -05:00 |
|
Tim Richardson
|
c3be2e5f8a
|
test case for the changes allowing a compute field to refer to an
earlier defined compute field
|
2013-06-21 11:20:17 +10:00 |
|
Tim Richardson
|
545e304a73
|
minor typo (but hopefully will start travis on my repository )
|
2013-06-21 09:52:31 +10:00 |
|
mdipierro
|
08f813d670
|
resynced recent patches, sorry for the mess
|
2013-06-20 16:44:16 -05:00 |
|
Tim Richardson
|
4c2fba134d
|
fixed a typo in error message
|
2013-06-21 03:34:51 +10:00 |
|
Tim Richardson
|
5dd452554e
|
allow compute fields to depend on compute fields defined earlier
|
2013-06-21 03:21:13 +10:00 |
|
mdipierro
|
e055c3af7e
|
fixed issue 1527 with smartgrid (again), thanks ato.steil
|
2013-06-18 07:44:50 -05:00 |
|
mdipierro
|
7e245e3fbe
|
partial fix for issue 1531, disable validation in crud search
|
2013-06-18 07:23:01 -05:00 |
|
mdipierro
|
f01f74ed61
|
reverted new german translation
|
2013-06-18 06:30:13 -05:00 |
|
mdipierro
|
4b2afc8ae1
|
fixed Issue 1541:[REQ] support for dot=T('.') in IS_DECIMAL_IN_RANGE()
|
2013-06-18 04:45:16 -05:00 |
|
mdipierro
|
ad61a61d91
|
removed gql.py and added gae memcache incr
|
2013-06-18 04:42:28 -05:00 |
|
mdipierro
|
676dc2e377
|
no clickable headers for virtual fields, thanks Anthony
|
2013-06-17 10:41:56 -05:00 |
|
mdipierro
|
5f9615bd10
|
removed unwanted print statement
|
2013-06-17 09:16:37 -05:00 |
|
mdipierro
|
4b00c2eb30
|
added/removed files to hg/git, thanks Lightdot
|
2013-06-17 08:10:10 -05:00 |
|
mdipierro
|
85643ae55e
|
fixed Issue 1539:user_groups are not updated during and after impersonation, thanks kmouts
|
2013-06-17 08:05:02 -05:00 |
|
mdipierro
|
215fd658f1
|
more secure sessions, now pass tests, thanks André Kablu
|
2013-06-17 04:41:07 -05:00 |
|