[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [BP][ENH] PluginList: Add created_by filter support

"Marc Laporte \(@marclaporte\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <698d05e9e99a6_3b1852f475035@gitlab-sidekiq-low-urgency-cpu-bound-v2-568c49c668-mnsjn.mail>

Marc Laporte pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki


Commits:
fa8ba1d1 by Moïse Nturubika at 2026-02-11T22:34:41+00:00
[BP][ENH] PluginList: Add created_by filter support
---
* [ENH] PluginList: Add created_by filter support
---
* [REF] Standardize created_by filter implementation

* [REF] PluginList: Standardize created_by filter implementation

* [ENH] PluginList: Add createdBy filter support

See merge request tikiwiki/tiki!9291

See merge request tikiwiki/tiki!9555

- - - - -


1 changed file:

- lib/core/Search/ContentSource/TrackerItemSource.php


Changes:

=====================================
lib/core/Search/ContentSource/TrackerItemSource.php
=====================================
@@ -88,6 +88,7 @@ class Search_ContentSource_TrackerItemSource implements Search_ContentSource_Int
                 'modification_date' => $typeFactory->timestamp($item['lastModif']),
                 'creation_date' => $typeFactory->timestamp($item['created']),
                 'contributors' => $typeFactory->multivalue(array_unique([$item['createdBy'], $item['lastModifBy']])),
+                'created_by' => $typeFactory->identifier($item['createdBy']),
                 'date' => $typeFactory->timestamp($item['created']),
 
                 'tracker_status' => $typeFactory->identifier($item['status']),
@@ -132,6 +133,7 @@ class Search_ContentSource_TrackerItemSource implements Search_ContentSource_Int
             'creation_date',
             'date',
             'contributors',
+            'created_by',
 
             'tracker_status',
             'tracker_id',
@@ -165,6 +167,7 @@ class Search_ContentSource_TrackerItemSource implements Search_ContentSource_Int
             'creation_date' => 'timestamp',
             'date' => 'timestamp',
             'contributors' => 'multivalue',
+            'created_by' => 'identifier',
 
             'tracker_status' => 'identifier',
             'tracker_id' => 'identifier',



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

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/fa8ba1d1c17b410fc7fe4f8af713c5c408edb34d
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.