From c783496a274f7164f5a2ed150d7e7fdaaeeaabb6 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 4 Sep 2021 15:06:26 +0200 Subject: [PATCH] add disabled to default ignored files. (and fix typo) --- CHANGELOG.md | 5 ++++- inc/lib.improve.action.zip.php | 3 ++- index.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c506d5..7a5bb6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ 0.0.2 - [ ] add global config for file size limit -- [x] add modifier _first upper case_ : _\u_ in bloc content +- [ ] add function to summarize by action what was done +- [ ] use _requires_ instead of dc_min in _fixdcstore_ +- [ ] fix unwanted translation of module name in _fixdcstore_ +- [x] add modifier _first upper case_ : _\u_ in _fixphpheader_ 0.0.1 - First pre-release \ No newline at end of file diff --git a/inc/lib.improve.action.zip.php b/inc/lib.improve.action.zip.php index 5b099a8..8712eb7 100644 --- a/inc/lib.improve.action.zip.php +++ b/inc/lib.improve.action.zip.php @@ -22,7 +22,8 @@ class ImproveActionZip extends ImproveAction '.git*', 'CVS', '.DS_Store', - 'Thumbs.db' + 'Thumbs.db', + '_disabled' ]; public static $filename_wildcards = [ '%type%', diff --git a/index.php b/index.php index da64bc2..12fa794 100644 --- a/index.php +++ b/index.php @@ -182,7 +182,7 @@ if (!empty($_REQUEST['config'])) {

-

' . +

' . form::combo('module', $combo_modules, $module) . '

' .