mdipierro
b0373297e0
Browser auto-fill can corrupt data while using admin database interface #1045 , thanks dkleissa
2015-12-04 12:31:35 -06:00
mdipierro
4c039574df
skip failed views, thanks Anthony
2015-12-04 12:06:46 -06:00
mdipierro
7dd8a3c853
fixed Reference to http://..../[app]/default/user/manage_users in welcome's default controller #1102
2015-12-04 11:24:00 -06:00
mdipierro
dd180019a1
Merge pull request #1118 from matclab/readonly-label
...
Add readonly class to labels of readonly fields and set padding to 0
2015-12-04 10:43:17 -06:00
Mathieu Clabaut
864dbe73f2
Add readonly class to labels of readonly fields and set padding to 0
...
This allow for readonly fields content to be vertical aligned with their label
2015-12-04 15:29:45 +01:00
ilvalle
d883e3d84e
added w2p_target attribute in form to control the output destination
2015-11-14 12:03:20 +01:00
mdipierro
fb6fa0c448
Merge pull request #1088 from niphlod/fix/1083
...
fixes #1083
2015-10-30 23:07:58 -05:00
mdipierro
e417d311e5
added link to http://www.web2pyref.com/
2015-10-29 20:59:15 -05:00
niphlod
12f848c899
fixes #1083
2015-10-19 21:50:34 +02:00
mdipierro
b3e606295e
committed changelog and removed unwanted file
2015-10-07 13:04:12 -05:00
mdipierro
b8c2bd7303
fixed LazyCrypt and fixed git problem
2015-10-07 13:02:30 -05:00
niphlod
827e663ac4
better list: widget
2015-09-21 22:18:18 +02:00
niphlod
46f081c45c
fixes #1068
...
threw in also a better list:string widget repr for bs3
Updated also the bootswatch theme because something was wrong
2015-09-21 21:38:28 +02:00
mdipierro
0fa0dbaeea
Merge branch 'master' of github.com:web2py/web2py
2015-09-20 14:07:06 -05:00
mdipierro
b47511c896
token default = web2py_uuid
2015-09-20 14:07:01 -05:00
Leonel Câmara
36db9719ef
Deal with the corner case of already created accounts
...
Polished everything a bit
2015-09-15 17:24:57 +01:00
Leonel Câmara
125cbd93a0
Allow deploying to pythonanywhere from the web2py admin that you're running locally.
2015-09-08 00:51:09 +01:00
mdipierro
9190191c7a
changed the default BS3 theme
2015-08-23 10:07:32 -05:00
mdipierro
1a12c4011b
Merge pull request #1031 from mmunz/master
...
Repair cache status page in appadmin for welcome, admin and examples …
2015-08-18 11:02:14 -05:00
mdipierro
7761219cba
jquery 1.11.3, bootstrap 3.3.5
2015-08-07 02:10:27 -05:00
Manuel Munz
8078d4b0f3
Repair cache status page in appadmin for welcome, admin and examples apps.
...
This fixes how values are read. For cache.disk, we need to use the second value in the dict.
For cache.ram everything is already there in the object, no need trying to get the stats (which are not there) in the loop.
Also small fix for buttons that did not open the detailed statistics when clicked (class hidden has !important in bootstrap3).
2015-08-01 00:29:34 +02:00
mdipierro
571fc6d919
changed version
2015-07-20 01:51:22 -05:00
mdipierro
d6146c9c5d
no more text shadow in buttons, was horrible
2015-07-01 12:18:10 -05:00
Leonel Câmara
032af7c04d
Moved pack as exe functionality to the pack_custom.html form
2015-06-30 19:19:38 +01:00
Leonel Câmara
5d2e5dded3
Allow packing an application with the windows executable
2015-06-30 17:51:39 +01:00
mdipierro
7543c54bdb
enable_tokens in welcome
2015-06-30 02:32:44 -05:00
mdipierro
cdbf48f09b
fixed margin-top in welcome
2015-06-29 13:03:23 -05:00
mdipierro
d2375b4187
always allow access to <app>/appadmin/manage/auth if used is admin
2015-06-28 16:41:09 -05:00
mdipierro
26d87967c5
always allow access to appadmin/manage.auth if used is admin
2015-06-28 16:40:23 -05:00
mdipierro
bde9562b78
api_tokens in example
2015-06-28 09:49:50 -05:00
mdipierro
fa32b7577b
fixed a bug and added support for user/bulk_register
2015-06-28 09:01:10 -05:00
mdipierro
c1ecf823d8
added link to new tutorial
2015-06-26 08:07:31 -05:00
mdipierro
28e6999e7d
fixed issue #980 , Admin application: can't access directories with space in directory name, thanks mmihaltz
2015-06-25 04:30:10 -05:00
mdipierro
b636a5d6e9
more companies
2015-06-25 03:26:18 -05:00
mdipierro
efc392966e
Merge pull request #1005 from cs09g/patch-3
...
change misspelling
2015-06-18 06:31:51 -05:00
mdipierro
cffa59a80c
Merge pull request #1004 from cs09g/patch-2
...
simplified conditions
2015-06-18 06:31:22 -05:00
mdipierro
82a1b9f628
Merge pull request #1003 from cs09g/patch-1
...
remove duplicated execution
2015-06-18 06:31:08 -05:00
mdipierro
94d2f1453d
Merge pull request #1002 from cs09g/patch-5
...
change initialization
2015-06-18 06:30:30 -05:00
Chase choi
f78d423c92
change misspelling
2015-06-18 17:13:38 +09:00
Chase choi
f60ae809b6
simplified conditions
2015-06-18 17:05:34 +09:00
Chase choi
34dd8af101
remove duplicated execution
...
is that really duplicated or missing something to add for difference?
2015-06-18 16:55:04 +09:00
Chase choi
6bf6ebab1b
change initialization
...
ok must be True or False.
set False is better for initialization
2015-06-18 16:40:59 +09:00
Chase choi
29bf50425b
Update appadmin.py
2015-06-18 16:31:28 +09:00
mdipierro
b86184fe58
Merge pull request #997 from niphlod/fix/bs3_grid_checkbox
...
fix display of checkboxes in search form of grid
2015-06-17 02:00:34 -05:00
niphlod
d61c372c95
fix display of checkboxes in search form of grid
2015-06-11 21:54:21 +02:00
mdipierro
d0f1286f03
Merge pull request #991 from cs09g/patch-2
...
Update appadmin.py
2015-06-07 21:44:44 -05:00
Chase choi
8e827f7a09
Update appadmin.py
2015-06-02 01:28:51 +09:00
Chase choi
cf2d5b637b
remove invalid initialize
2015-06-02 01:00:25 +09:00
niphlod
cadf38b4f6
fixes #962
2015-05-11 21:24:20 +02:00
mdipierro
6e2f9ad043
fixed examples support
2015-05-04 11:23:44 -05:00