[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Exclude node_modules from SecDB generation

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <696fc1df8961f_2c181de84596e@gitlab-sidekiq-low-urgency-cpu-bound-v2-6787bc4f54-8v8bk.mail>

Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
87c06c54 by ushindi bienvenu at 2026-01-20T17:48:07+00:00
[FIX] Exclude node_modules from SecDB generation
---
* [FIX] Exclude node_modules from SecDB generation

See merge request tikiwiki/tiki!9382

- - - - -


1 changed file:

- doc/devtools/release.php


Changes:

=====================================
doc/devtools/release.php
=====================================
@@ -368,7 +368,7 @@ function build_secdb_queries($dir, $version, &$queries, $excludes = [])
         }
         if (is_dir($entry)) {
             // do not descend and no git files
-            if ($e != '..' && $e != '.' && $e != '.git' && $e != '.gitignore' && $entry != ROOT . '/' . TEMP_PATH && $entry != ROOT . '/' . TIKI_VENDOR_CUSTOM_PATH && $entry != ROOT . '/' . TIKI_CUSTOMIZATIONS_SRC_PATH) {
+            if ($e != '..' && $e != '.' && $e != '.git' && $e != '.gitignore' && $e != 'node_modules' && $entry != ROOT . '/' . TEMP_PATH && $entry != ROOT . '/' . TIKI_VENDOR_CUSTOM_PATH && $entry != ROOT . '/' . TIKI_CUSTOMIZATIONS_SRC_PATH) {
                 build_secdb_queries($entry, $version, $queries, $excludes);
             }
         } else {



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/87c06c54a42c627660cc87f56c7a82b357b0cf4d

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/87c06c54a42c627660cc87f56c7a82b357b0cf4d
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.