Commit Graph

163 Commits

Author SHA1 Message Date
mdipierro 7caf1c0794 Merge pull request #279 from ilvalle/fix-editor
Dynamic tab width in editor settings
2013-10-26 18:23:16 -07:00
ilvalle 6599e08d32 'Highlight current line' & 'Display line numbers' options in admin editor 2013-10-24 16:16:41 +02:00
ilvalle 94ddb6c11f dynamic tab size in admin editor (all tabs are placed along the same line) 2013-10-24 09:48:03 +02:00
mdipierro 811a44fd14 Merge pull request #277 from ilvalle/fix-editor
codemirror 3.19 and directory cleanup
2013-10-23 17:44:15 -07:00
ilvalle 290cb2f1a7 simplified editor's options management 2013-10-23 14:33:15 +02:00
ilvalle ff7cb99bfe jQuery -> $ in admin editor 2013-10-23 14:07:51 +02:00
mdipierro 49111345d1 Merge pull request #269 from ilvalle/fix-editor
Fix config to save checkboxes values when they are unchecked (false)
2013-10-21 19:31:14 -07:00
ilvalle 845694beb6 Fix config to save checkboxes values when they are unchecked (false) 2013-10-21 09:57:36 +02:00
mdipierro 9afdf01430 PRAGMA foreign_keys=ON by default 2013-10-20 15:46:41 -05:00
mdipierro 3dde465427 Merge pull request #267 from ilvalle/fix-editor
Tab width (new option in editor settings)
2013-10-20 07:56:18 -07:00
ilvalle 56f251ca0c tab size in editor settings and better options management 2013-10-20 08:40:05 +02:00
mdipierro 9282bfcc60 fixed issue 1732:ignore_common_filters missing in appadmin, thanks mweissen 2013-10-19 17:41:17 -05:00
ilvalle b5f17b1acb code folding in editor settings 2013-10-19 12:22:24 +02:00
ilvalle 037b499cb2 correct editor's mode when editing javascript 2013-10-17 16:32:22 +02:00
ilvalle f4fc987597 editor cleanup (second pass) 2013-10-17 16:20:06 +02:00
ilvalle 580bc6fd6e editor works again when is_mobile=True (No tabs when is mobile) 2013-10-17 16:10:53 +02:00
spametki 62061ae737 admin app plugin download feature 2013-10-14 15:05:20 -03:00
niphlod db8ce08794 return the correct content-type for the graph 2013-10-13 21:29:32 +02:00
robertop23 3744d9b71d Select option added in editor config button to enable/disable autoclosetag in html mode 2013-10-11 22:31:22 -04:30
mdipierro 46903a3732 fixed issue 1698:Application Name Containing a Period . Not Supported, thanks Anton 2013-10-03 08:37:42 -05:00
mdipierro 4292cf38d9 more translations, thanks Vladyslav 2013-09-26 21:26:55 -05:00
Massimo b67141b1ef fixed problem with ENABLED/DISABLED, issue 1689 2013-09-24 13:29:54 -05:00
Roberto Perdomo 2ebf0d12ed Fix lost flash message in case of error when save editor (crtl-s). Change Esc to Ctrl-Esc to exit from Fullscreen mode, because this cause collision with the Vim mode (Esc key). Add a select into the config button to select 'default', 'vim' or 'emacs' editor 2013-09-22 18:36:28 -04:30
mdipierro 7dafb07438 added a extra level of protection for long passwords, even if IS_LENGTH validator is missing 2013-09-15 09:40:15 -05:00
mdipierro 6c1cc6fc96 tabs -> spaces 2013-09-13 15:39:39 -05:00
mdipierro 6203fcb852 moved settings.cfg to admin 2013-09-06 15:18:17 -05:00
mdipierro 62b59a023d fixed merge 2013-09-06 14:45:52 -05:00
mdipierro 7f11ec177a reverting last patch 2013-09-06 14:21:23 -05:00
Samuel 1b91e746ca download file via http 2013-09-04 16:57:04 -05:00
mdipierro 866d6c6db4 admin design page should not show more than 1000 files 2013-09-01 12:41:24 -05:00
mdipierro 371a4780e8 fixed get_app problem on windows 2013-08-27 06:34:36 -05:00
mdipierro 300e735a38 fixed get_app problem on windows 2013-08-27 06:30:58 -05:00
mdipierro 63adb9a6c4 no more plugins in wizard 2013-08-25 19:35:27 -05:00
mdipierro 07aa9843f3 fixed problem with get_app when app does not exist 2013-08-23 14:46:20 -05:00
mdipierro 34cd24886e fixed missing error in design when app does not exist 2013-08-23 14:37:51 -05:00
niphlod 3421447d7f fix for issue 1642 2013-08-20 22:22:29 +02:00
mdipierro 9c1702f5c3 richer structure in DISABLED 2013-08-09 04:49:10 -05:00
mdipierro a3222f601a richer structure in DISABLED 2013-08-09 04:39:01 -05:00
mdipierro 182192857f settings.is_source 2013-08-08 03:25:10 -05:00
mdipierro 8b7a638e9f appadmin_manage_without_https, thanks Anthony 2013-07-25 05:04:35 -05:00
ilvalle 50e336bc3a Config API, session is used only when filesystem is not available for storing data 2013-07-17 21:47:00 +02:00
ilvalle 786fffe269 settings tab in admin editor 2013-07-17 11:56:47 +02:00
niphlod 40d1ff9d17 first step to a nicer code style of admin 2013-07-14 20:13:37 +02:00
mdipierro 1bad215015 appadmin manage patch, thanks Anthony 2013-07-06 16:04:26 -05:00
mdipierro 9ebab678c6 fixed problem with admin replacing text, thanks Niphlod 2013-07-02 07:40:00 -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 afc47e180e Merge pull request #98 from ilvalle/master
Online editor with tabs
2013-06-06 08:51:29 -07:00
mdipierro f64232df30 change in appadmin auth 2013-05-31 21:34:38 -05:00