[TikiWiki-commits] [Git][tikiwiki/tiki][master] [ENH] PluginList: Add created_by filter support

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6970404912eb2_2c1824f090634@gitlab-sidekiq-low-urgency-cpu-bound-v2-654b65cc96-fmhvn.mail>

luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
a66d74a1 by Moïse Nturubika at 2026-01-21T02:47:48+00:00
[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

- - - - -


1 changed file:

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


Changes:

=====================================
lib/core/Search/ContentSource/TrackerItemSource.php
=====================================
@@ -99,6 +99,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']),
@@ -143,6 +144,7 @@ class Search_ContentSource_TrackerItemSource implements Search_ContentSource_Int
             'creation_date',
             'date',
             'contributors',
+            'created_by',
 
             'tracker_status',
             'tracker_id',
@@ -176,6 +178,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/a66d74a1b3284252ffbef68b99411be2490995fb

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