This website requires JavaScript.
9d33ff85ea
fixed bug in welcome and added more examples
Massimo Di Pierro
2012-04-06 09:01:35 -05:00
e76a918944
MARKMIN('@{a} @{c/f/args}',url=True,environment=dict(a='xxx'))
Massimo Di Pierro
2012-04-05 22:07:17 -05:00
ef1ab39797
MARKMIN('@{a} @{c/f/args}',url=True,environment=dict(a='xxx'))
Massimo Di Pierro
2012-04-05 21:45:09 -05:00
0ea268012b
is active is not a parameter
Massimo Di Pierro
2012-04-05 20:28:34 -05:00
1edbe9e340
db.table._archive_records()
Massimo Di Pierro
2012-04-05 20:20:08 -05:00
66edba7f05
fixed bug in gluon/html.py, thanks Anthony
Massimo Di Pierro
2012-04-05 19:09:59 -05:00
309f8207b3
better dummy import for Eclipse support, thanks Anthony
Massimo Di Pierro
2012-04-05 19:07:08 -05:00
d594b30a69
generic.map
Massimo Di Pierro
2012-04-05 18:52:12 -05:00
6e9df7cf18
auth.enable_record_versioning(...db=...)
Massimo Di Pierro
2012-04-05 18:09:44 -05:00
f104bf1d9c
auth.enable_record_versioning(...db=...)
Massimo Di Pierro
2012-04-05 18:08:22 -05:00
3798c8f796
generic.ics
Massimo Di Pierro
2012-04-05 18:03:55 -05:00
aa45b64d8f
is_active should not be readable/writable, treated as a bug
Massimo Di Pierro
2012-04-05 16:57:45 -05:00
764e7a7ab7
auth.define_tables(signature=True) and auth.enable_record_versioning(db)
Massimo Di Pierro
2012-04-05 16:01:54 -05:00
de5dc5bcf6
fixed link but still an import error
Massimo DiPierro
2012-04-04 14:17:36 -05:00
90e6e2a2a2
fixed missing readonly attribute in sqlhtml, thanks Alan
Massimo Di Pierro
2012-04-04 08:20:48 -05:00
c268c3eacf
teradata adapter improvement, thanks Andrew
Massimo Di Pierro
2012-04-01 23:38:08 -05:00
c26dbeaff1
links in grid include referencing field (this is important for table with multiple reference fields)
Massimo Di Pierro
2012-04-01 23:21:08 -05:00
41d4ec419c
multi_user_mode links emails of other users
Massimo Di Pierro
2012-04-01 11:25:24 -05:00
68e2b4ae32
added spatialite support, thanks Denes
Massimo Di Pierro
2012-04-01 11:14:50 -05:00
4d5d39e887
fixed problem with autocomplete, thanks gmini50 (issue 741)
Massimo Di Pierro
2012-03-29 09:59:35 -05:00
0dc169b7dd
renamed file_properties, thanks Guyris (issue 742)
Massimo Di Pierro
2012-03-29 09:57:34 -05:00
ffe3708647
allows to signs emails with x509 but not include certificate, thanks Gyuris (issue 739)
Massimo Di Pierro
2012-03-28 22:22:23 -05:00
50fef94493
fixed major bug in LOAD, thanks otoan52 (issue 737)
Massimo Di Pierro
2012-03-28 22:20:15 -05:00
82b5a0bc14
fixed typo in validators, thanks Johann (issue 736)
Massimo Di Pierro
2012-03-28 22:19:32 -05:00
7f9986145c
cache.autokey
Massimo Di Pierro
2012-03-28 22:18:17 -05:00
ecd2e19067
@cache('%(name)s%(args)s%(vars)s',5)
Massimo Di Pierro
2012-03-28 22:13:32 -05:00
5e27ae1aca
cacheinram has destroyer, thanks Michele (issue 729)
Massimo Di Pierro
2012-03-28 21:53:15 -05:00
de5cf4dc6a
custom_retrieve_field_properties, thanks Guyris, issue 710
Massimo Di Pierro
2012-03-28 21:38:06 -05:00
39e7fe3acf
fixed hideerror behaviour
Massimo Di Pierro
2012-03-28 21:02:00 -05:00
7b47d62f70
dal more gluino friendly
Massimo Di Pierro
2012-03-28 18:40:27 -05:00
9ed40e1058
wizard has multi_user_mode support
Massimo Di Pierro
2012-03-28 16:47:26 -05:00
1504062df5
upload as multimode stores record
Massimo Di Pierro
2012-03-28 12:05:19 -05:00
04d960840a
moved configuration of multi user mode to 0.py
Massimo Di Pierro
2012-03-27 13:57:09 -05:00
7c258a001a
fixed changeog
Massimo Di Pierro
2012-03-27 13:43:40 -05:00
97ec877524
auth.email_reset_password(user)
Massimo Di Pierro
2012-03-27 13:35:56 -05:00
75649526aa
typo fixed
Massimo Di Pierro
2012-03-26 21:03:53 -05:00
e82f2c2b5c
progress report
Massimo Di Pierro
2012-03-26 17:19:23 -05:00
4f17616b0f
better MULTI_USER_MODE
Massimo Di Pierro
2012-03-26 16:15:29 -05:00
1017b68c1f
manage_students and bulk_regsiter
Massimo Di Pierro
2012-03-26 16:07:49 -05:00
ba93692ed4
fixed issue 728, bug in languages, thanks pgergo
Massimo Di Pierro
2012-03-26 11:17:20 -05:00
bc4def632c
better populate for decimal and double, thanks simonm3
Massimo Di Pierro
2012-03-26 11:14:01 -05:00
5e3bdb36b2
smart autocomplete with help fields, thanks Manuele
Massimo Di Pierro
2012-03-26 11:10:32 -05:00
5f481ec0d8
reset_password_onaccept, thanks weheh
Massimo DiPierro
2012-03-23 18:54:08 -05:00
26eaedf478
<i> to <em> in markmin
Massimo DiPierro
2012-03-23 18:48:44 -05:00
ebe94f76d3
error in represent list:string fixed
Massimo DiPierro
2012-03-21 07:11:31 -05:00
6270d119c2
fixed two typos, issue 726, thanks I.like.privaty.too
Massimo DiPierro
2012-03-20 20:29:01 -05:00
84de17dc6b
fixed issue 711, crud.upadate(...,next=URL(...)), thanks iceberg
Massimo Di Pierro
2012-03-19 16:04:19 -05:00
54df20f543
fixed issue 721, xml not callable oddity, thanks psathvik
Massimo Di Pierro
2012-03-19 15:55:49 -05:00
ec811fe765
fixed problem with hidden extension, issue 720, thanks mdpedroso
Massimo Di Pierro
2012-03-19 15:51:19 -05:00
500fcfa5e8
tools, replyto, thanks dgmanns
Massimo Di Pierro
2012-03-19 15:46:02 -05:00
2077831600
better test_html, thanks ramiroluz
Massimo Di Pierro
2012-03-19 15:45:10 -05:00
530a60e0e6
fixed markin doctest failure, thanks Ramiroluz
Massimo Di Pierro
2012-03-19 15:43:30 -05:00
e5e70fc34a
better ldap_auth, thanks Guyris
Massimo Di Pierro
2012-03-19 15:41:31 -05:00
fd0eeda8dc
added formatics to support
Massimo Di Pierro
2012-03-19 13:03:56 -05:00
7c95cf9ecf
geodal is in, thanks Denes and Fran
Massimo Di Pierro
2012-03-18 23:50:22 -05:00
5541262cb0
geodal is in, thanks Denes and Fran
Massimo Di Pierro
2012-03-18 23:05:33 -05:00
a50523e938
renamed after/before_create as after/before_insert, thanks Bruno
Massimo Di Pierro
2012-03-16 23:05:38 -05:00
3e035995f3
db(...).update_naive(...) same as update but ignores table._before_update and table._after_update
Massimo Di Pierro
2012-03-16 13:12:16 -05:00
218a3e79d1
table._before_* override follow action if returns True
Massimo Di Pierro
2012-03-16 13:02:23 -05:00
570fa5884b
made sury listify is called after table._before_*
Massimo Di Pierro
2012-03-16 12:41:28 -05:00
4600da0954
_before* and _after* are lists, cleaner code
Massimo Di Pierro
2012-03-16 12:33:19 -05:00
4da3a5f976
db.table._before_create, _after_create, _before_update, _after_update, _before_delete. _after_delete
Massimo Di Pierro
2012-03-16 12:03:19 -05:00
10482c2d30
fixed issue 715, thanks pgergo
Massimo DiPierro
2012-03-13 21:35:59 -05:00
9c647292e1
better ldap_auth thanks Gyuris
Massimo DiPierro
2012-03-13 21:20:24 -05:00
f75a4cbe45
merged with Mariano's branch (inlucdes better debug.py and ace editor
Massimo DiPierro
2012-03-13 21:15:04 -05:00
80e36aec6a
cache is now gluino friendly
Massimo DiPierro
2012-03-13 13:59:15 -05:00
ff298ca507
template without path for gluino
Massimo DiPierro
2012-03-13 13:54:45 -05:00
4f8040481a
validators optionally require globals
Massimo DiPierro
2012-03-12 23:27:40 -05:00
f556c9cd8d
validators optionally require globals
Massimo DiPierro
2012-03-12 22:34:52 -05:00
9df9b5c4ee
fixed a problem with delimiters
Massimo DiPierro
2012-03-12 21:59:24 -05:00
76cefeaa76
fixed typo in globals thanks Anthony
Massimo DiPierro
2012-03-12 21:35:40 -05:00
697e5508ca
inproved ldap_auth, thanks Gyuris
Massimo DiPierro
2012-03-12 18:26:14 -05:00
5bfc3b609e
portable html.py
Massimo DiPierro
2012-03-12 17:47:56 -05:00
ce34938ad1
fixed issue 692, currupted language files not longer overwritten
Massimo DiPierro
2012-03-12 15:56:14 -05:00
b901f3784c
Expose(base, basename='base'), thanks villas
Massimo DiPierro
2012-03-12 15:48:57 -05:00
4304579bb4
partically addressed issue 706
Massimo DiPierro
2012-03-12 15:42:05 -05:00
a29f189edc
better jsonrpc error handling, thanks Mariano
Massimo DiPierro
2012-03-12 15:30:29 -05:00
1faf14105b
patch 705, not extensions in URL for static files, thanks guruyaya
Massimo DiPierro
2012-03-12 15:27:11 -05:00
dce8dbff4f
issue 701, select(...,processor=f)
Massimo DiPierro
2012-03-12 15:15:31 -05:00
55a0e89c26
coffee and less support in response.fields, thanks Sam Sheftel
Massimo DiPierro
2012-03-12 13:48:38 -05:00
6566729401
moved debugger auth to access.py
Massimo DiPierro
2012-03-12 12:12:45 -05:00
410943e2ad
admin/controllers/webservices.py, thanks Mariano
Massimo DiPierro
2012-03-12 12:07:11 -05:00
943536e39a
ldap certificate file support, thanks Gyuris
Massimo DiPierro
2012-03-12 10:41:21 -05:00
3494a01d1d
Merge branch 'master' of github.com:web2py/web2py
Massimo DiPierro
2012-03-11 19:59:25 -05:00
b14b006946
fixed problem with pg8000 diver import, thanks Alan
Massimo DiPierro
2012-03-11 19:38:46 -05:00
cf0b40eaba
Added named parameters to avoid legacy parameter.
Michele Comitini
2012-03-10 21:14:39 +01:00
ead5f57d26
License disclaimer updated to LGPL3.
Michele Comitini
2012-03-10 14:12:40 +01:00
a29e1c0020
comment text cleanup
Michele Comitini
2012-03-10 14:09:08 +01:00
8ac7656f2d
come changed to oauth2_auth.py
Massimo DiPierro
2012-03-09 13:49:46 -06:00
42d797db1e
added missing file to git
Massimo DiPierro
2012-03-09 01:59:46 -06:00
6f7a1c05c5
fixed link to github
Massimo Di Pierro
2012-03-07 15:25:55 -06:00
85d32fded3
re-enabled mobile detection in admin
Massimo Di Pierro
2012-03-07 15:17:23 -06:00
91d2bd5820
test move mdipierro->web2py
Massimo Di Pierro
2012-03-07 11:27:18 -06:00
fb14d83de9
1.99.7
Massimo Di Pierro
2012-03-04 16:04:10 -06:00
1f8754155b
reverted https://github.com/mdipierro/web2py/commit/36f3571590f84755103d1ce74868875dbd6f7d53 and fixed a backward compatibility issue
Massimo Di Pierro
2012-03-03 00:00:05 -06:00
1be5ca9d2e
ajax(...,t) can be callback, thanks Bruno
Massimo Di Pierro
2012-03-02 20:26:32 -06:00
5284de0688
1.99.6
Massimo Di Pierro
2012-03-02 10:41:32 -06:00
1c4a0b9c0a
ldap patch, thanks Gyuris
Massimo Di Pierro
2012-03-02 10:41:08 -06:00
9b302033ab
1.99.6
Massimo Di Pierro
2012-03-02 10:17:30 -06:00
1622fc5121
fixed a problem in template with delimiters, thanks szimszon
Massimo Di Pierro
2012-03-02 10:11:23 -06:00