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

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69cfa99a43f18_3b1905c894c@gitlab-sidekiq-low-urgency-cpu-bound-v2-6b67458b4c-q294g.mail>

luci pushed to branch 24.x at Tiki Wiki CMS Groupware / Tiki


Commits:
74239968 by Moïse Nturubika at 2026-04-03T11:44:41+00:00
[BP][ENH] PluginList: Add created_by filter support
---
* [BP][ENH] PluginList: Add created_by filter support

See merge request tikiwiki/tiki!9563

- - - - -


1 changed file:

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


Changes:

=====================================
lib/core/Search/ContentSource/TrackerItemSource.php
=====================================
@@ -95,6 +95,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']),
@@ -139,6 +140,7 @@ class Search_ContentSource_TrackerItemSource implements Search_ContentSource_Int
             'creation_date',
             'date',
             'contributors',
+            'created_by',
 
             'tracker_status',
             'tracker_id',



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

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/742399683aae55b4f4a2c985361bfff7ef29cd0d
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
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.