mdipierro
6543512983
fixed another import error in appadmin
2016-08-01 04:34:33 -05:00
ilvalle
3270d39596
py3 fixed http.to
2016-06-21 22:24:33 +02:00
ilvalle
a1fd92b7f8
updated imports in tests
2016-06-02 14:28:21 +02:00
Hardirc
704ceec16f
Enhance welcome controllers/default.py PEP8
2016-04-08 20:13:30 -04:00
mdipierro
463d643e2c
fmerged
2015-12-23 23:11:34 -06:00
Richard Vézina
0259ea3d29
no more deprecated .has_key(...)
2015-12-22 15:39:32 -05: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
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
26d87967c5
always allow access to appadmin/manage.auth if used is admin
2015-06-28 16:40:23 -05:00
mdipierro
fa32b7577b
fixed a bug and added support for user/bulk_register
2015-06-28 09:01:10 -05: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
mdipierro
f9212bc75e
removed api collections json, fixed spilling list:string widget
2015-03-18 18:19:15 -05:00
mdipierro
61ccfa2b72
welcome3 is standard (but not final)
2015-03-16 21:44:45 -05:00
ilvalle
e939d084fe
Fix appadmin code inspection for db hooks
2015-02-09 19:38:23 +01:00
ilvalle
63d8785918
hooks panel in admin editor
2014-10-30 18:07:00 +01:00
Leonel Câmara
9d4b2e66c4
Fix for issue 1996
...
This bug was caused by appadmin creating unnecessary files in the cache folder.
2014-10-17 19:12:00 +01:00
ilvalle
8251aebdc5
hooks panel in appadmin for _before_*/_after_* callbacks
2014-09-25 12:59:59 +02:00
Jason Brower
da195b787d
Improve the graphing to show the name of the application.
2014-09-13 20:26:03 +03:00
mdipierro
33fcfe2736
links to new videos
2014-08-30 21:33:27 -05:00
mdipierro
a3f3496709
fixed security issue again, thanks Niphlod
2014-08-26 14:38:09 -05:00
mdipierro
3738f7dc7a
reverted to bs2 for an early release
2014-08-26 14:29:15 -05:00
mdipierro
bac9039c6e
increased security in admin and appadmin
2014-08-25 16:36:10 -05:00
mdipierro
fa05c01c7d
fixed a problem with extra fields and better validation errors
2014-08-21 17:22:03 -05:00
mdipierro
b18dda1f53
fixed the toolbar, thanks Niphlod
2014-08-20 21:45:58 -05:00
mdipierro
bb13d6b729
fixed some bugs and another bs2->bs3 attempt
2014-08-09 01:52:09 -05:00
mdipierro
e9ed69e7a9
fixing a mess
2014-08-09 01:02:58 -05:00
Alan Etkin
eb94780cd4
Adapted admin cache action for gae
2013-12-28 07:53:29 -03:00
spametki
f77232740c
imap: return to common field type for attachment and content plus appadmin imap support
2013-10-20 08:38:07 -03:00
mdipierro
9282bfcc60
fixed issue 1732:ignore_common_filters missing in appadmin, thanks mweissen
2013-10-19 17:41:17 -05:00
niphlod
db8ce08794
return the correct content-type for the graph
2013-10-13 21:29:32 +02:00
Erik Montes
c8a20b0d32
Typo correction
...
"simply" not "simple"
2013-10-08 17:55:31 -07:00
mdipierro
4292cf38d9
more translations, thanks Vladyslav
2013-09-26 21:26:55 -05:00
mdipierro
6c1cc6fc96
tabs -> spaces
2013-09-13 15:39:39 -05:00
mdipierro
8b7a638e9f
appadmin_manage_without_https, thanks Anthony
2013-07-25 05:04:35 -05:00
mdipierro
1bad215015
appadmin manage patch, thanks Anthony
2013-07-06 16:04:26 -05:00
mdipierro
318e8046ba
appadmin now works with lazy tables, thanks Anthony
2013-06-22 01:34:19 -05:00
mdipierro
5f6fd16e84
allow customization of default /manage/auth, thanks Anthony
2013-06-14 16:09:28 -05:00
mdipierro
98c19740a2
better appadmin, thanks Anthony
2013-06-13 15:20:50 -05:00
mdipierro
f64232df30
change in appadmin auth
2013-05-31 21:34:38 -05:00
mdipierro
4f2e327d33
appadmin/auth_manage and appadmin/manage, thanks Anthony
2013-05-31 21:29:28 -05:00
Massimo
3ce3171dff
user/manage, thanks Anthony
2013-05-31 11:25:56 -05:00
Tim Richardson
d431206e30
Fixed a very minor typo
2013-05-04 22:13:15 +10:00
mdipierro
e7f2e494af
fixed Issue 1165:auth.signature: unable to reset is_active to true, thanks Ricardo
2013-05-03 21:37:26 -05:00
mdipierro
a2e118ec50
fixed Issue 1456:encoding in mail.send, thanks Corne
2013-04-19 23:46:38 -05:00
mdipierro
3a5f7b05df
attempt to address issue 1424
2013-04-06 10:02:55 -05:00
mdipierro
55c9392de4
fixed ccache, issue 1377
2013-03-11 10:22:40 -05:00
mdipierro
3bb8d5e235
configurable appadmin graphs, thanks Jose
2013-01-27 10:25:02 -06:00
mdipierro
556de70f20
changed color scheme and fixed bug in graph model
2012-12-28 01:22:05 -06:00