Commit Graph

79 Commits

Author SHA1 Message Date
ilvalle 3270d39596 py3 fixed http.to 2016-06-21 22:24:33 +02:00
Leonel Câmara a9ee9a6b58 remove simplejson 2016-05-11 00:47:23 +01:00
Richard Vézina d50e6aab6b Improve default.py PEP8 2016-04-08 11:52:09 -04:00
mdipierro 5cf835d856 fixed session_cookie_key leak 2016-03-21 17:25:16 -05:00
mdipierro d94ea6b295 simplified beautify example 2016-03-14 15:08:18 -05:00
mdipierro 2db3975a32 social icons 2016-03-09 12:37:15 -06:00
mdipierro f23115cb9c better spacing and buttons examples 2016-03-09 09:35:01 -06:00
Richard Vézina 0259ea3d29 no more deprecated .has_key(...) 2015-12-22 15:39:32 -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 d2375b4187 always allow access to <app>/appadmin/manage/auth if used is admin 2015-06-28 16:41:09 -05:00
sp1d3rx 6d0e93d737 Update ajax_examples.py so it does what it says.
Fixed the example so it actually does what it says. It said "The last 10 entries will appear sorted in a table below.". What it did was if the number of entries was 10, it would truncate the entries and start over again. So, in order for this to show the last 10 entries, it has to delete the oldest entry after 10. The best way to do that is to not sort the list, except when displaying and then delete the first entry in the list before inserting the 11th entry.
2015-03-24 10:53:34 -07: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
mdipierro 78764072fe hooks panel in appadmin for _before_*/_after_* callbacksm thanks Paolo valleri 2014-09-29 19:40:56 -05:00
mdipierro 6a75132d54 CROSS JOIN, thanks jotbe 2014-09-14 14:57:12 -05:00
mdipierro d6a2d0c3ee R-2.9.6 2014-09-01 20:37:53 -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 63529e5ad8 not sure what happened but fixing local commit 2014-08-06 14:50:51 -05:00
niphlod 0c30bc5d7d few "fashion" tweaks plus sphinx over epydoc docs 2014-04-08 23:03:15 +02:00
mdipierro 48870b1dd1 Merge pull request #355 from reingart/master
debugger and soap contrib update and fixes
2014-01-19 21:41:25 -08:00
Mariano Reingart bfce480a91 added soap examples app (used in tests) 2014-01-19 18:25:06 -03:00
Alan Etkin eb94780cd4 Adapted admin cache action for gae 2013-12-28 07:53:29 -03:00
mdipierro 9afdf01430 PRAGMA foreign_keys=ON by default 2013-10-20 15:46:41 -05: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
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
niphlod 5036e36083 fix examples app 2013-08-30 22:05:57 +02: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
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 3a5f7b05df attempt to address issue 1424 2013-04-06 10:02:55 -05:00
mdipierro cb3de825f2 /examples/default/version/raw 2013-03-11 14:38:04 -05:00
mdipierro a071f07634 fixed issue with version 2013-03-11 14:22:40 -05:00
mdipierro 55c9392de4 fixed ccache, issue 1377 2013-03-11 10:22:40 -05:00
mdipierro 24daa335b6 examples uses cookie based sessions 2013-03-11 08:50:01 -05:00
mdipierro 00fb3b56cc fixed some links 2013-03-11 08:25:44 -05:00
mdipierro 7776a22533 fixed Ingres constr typo, thanks Chris Clark 2013-03-10 07:54:44 -05:00
mdipierro 5a560fee8a cleaned up examples/controller/global.py 2013-03-09 00:17:56 -06:00
Massimo 523c813439 fixed some layout problems 2013-03-08 16:30:11 -06: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
mdipierro 4ddb7dea28 graph font style, thanks Jose 2012-12-26 11:44:41 -06:00