[TikiWiki-commits] [Git][tikiwiki/tiki][27.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 <698d56565dc89_3b18526824972@gitlab-sidekiq-low-urgency-cpu-bound-v2-7b7ccc47b4-kxnwh.mail>

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


Commits:
425c9bd8 by Moïse Nturubika at 2026-02-12T04:18:23+00:00
[BP][ENH] PluginList: Add created_by filter support
---
* [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

See merge request tikiwiki/tiki!9557

- - - - -


1 changed file:

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


Changes:

=====================================
lib/core/Search/ContentSource/TrackerItemSource.php
=====================================
@@ -87,6 +87,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']),
@@ -131,6 +132,7 @@ class Search_ContentSource_TrackerItemSource implements Search_ContentSource_Int
             'creation_date',
             'date',
             'contributors',
+            'created_by',
 
             'tracker_status',
             'tracker_id',
@@ -164,6 +166,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/425c9bd8e6229fffb3cefd941258e614e57232b3

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