Category: Easy for Newbie Dev
Show subcategories objects| Name | Type |
|---|---|
| Missing help text in /lib/prefs/feature.php | tracker item |
|
Module 'Since last visit' should not list unpublished articles
When you create a new article and decide to __not publish it__ (which means actively removing the checkmark on the "published" checkbox), then it won't show up in articles module, and not on Home of articles (correct behaviour), but it does show up in the module "Since last visit". This is inconsistent... |
tracker item |
|
Module editing: Language feature needs extension
The module editing has a language feature. Although I am thankful that such an option does exist, it it not fully thought through. It needs an extension, but one that is extremely easy to implement. Just lift the restrictions a little bit... /lib/modules/modlib.php has this on lne 889: {CODE(Colors="Tiki")} 'lang' => [ 'name' => tra('Language'), 'description' => tra('Module is displayed only when the specified language(s) in use. Designate languages by two-character language codes. Separate multiple languages by semi-colons.'), 'separator' => ';', 'filter' => 'lang', 'section' => 'visibility', ], {CODE} Language Id is, according to ISO, not a two character designator (It is, but then you can only select major languages and not sub-languages), but five characters: Two designators of two characters separated by a period. Major and minor... Example: With just two characters you can only select English as "en" and not specifically, for instance, British English, because that is en.gb... :-) |
tracker item |
|
Module go to a 500 related to theme_navbar_fixed_topbar_offset (multiple errors in fact)
{syntax type="tiki" editor="plain"} On a Tiki29 (updated from Tiki27) I had a 500 error trying to access different admin areas. I could track the issue on the admin module panel. {CODE()} thrown in /home/opensourcesolutions/public_html/tiki-admin_modules.php on line 638 #0 {main} Stack trace: [20-Oct-2025 13:14:47 UTC] PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + int in /home/opensourcesolutions/public_html/tiki-admin_modules.php:638 thrown in /home/opensourcesolutions/public_html/tiki-admin_modules.php on line 638 {CODE} Tracking the error lead me to understand that, in this Tiki the "theme_navbar_fixed_topbar_offset" was empty. And this caused a problem. After reseting to the default 90px i could access to the module. This shouldn't happen. ;-) |
tracker item |
|
Module user list: confusing module parameter description
Sometimes I am really at a loss when I want to translate Tiki Wiki, because I really do not understand the English original. For instance, there is a module "user list". The module itself is plain and straightforward, and does what the name implies, but as the saying goes "the devil is in the details.". There is a parameter under the tab "module" named "included groups". Shouldn't be that hard to guess what it could do. But what is the user supposed to fill in? The explanation is this: ::"Show only the users of the group group and of a group including group.":: Ahem? What was the artists intention with this sentence? :-) You'll find it on line 81 of /modules/mod-func-users_list.php. |
tracker item |
|
Module user_bookmarks fails to execute
I assigned the module "user bookmarks" using the module plugin in a wiki page like ~np~{module module="user_bookmarks"}~/np~ but instead of the expected bookmarks interface, there is an error message: 'Failed to execute "user_bookmarks" module Missing dependencies'. Maybe this will be easy for a new developer to fix. |
tracker item |
|
Modules, Since last visit: Usable information should be displayed in the module even if the first line of a comment is an emoji or a quote
The since last visit new module displays the first line of a comment but it failed to display relevant information when the plugin Quote or an emoji is used. (may be valid for any plugin). See at dev.t.o {img fileId="1748" thumb="box"} |
tracker item |
|
Monitor Tiki Performance is firing multiple times per page, on every page load - Admin should be warned
{syntax type="tiki" editor="plain"} Enabling the Monitor Tiki Performance (tiki_monitor_performance) is adding a lot to the logs and consuming resource. It is to be used for some time and not be enable 24/7. Admin may enable this without real knowledge of this cost. Even if it is part of the advanced preferences, a warning should be added next to the checkbox. |
tracker item |
|
Multilingual, Trackers; When multilingual is disable, previously set multilingual fields shouldn't be displayed
On a Tiki24 I set up multilingual, I setup a tracker with a few multilingual fields. (tracker field option) {img fileId="1710" thumb="box"} I add items and fill some multilingual fields. Then, I disable multilingual. When I go to the fields options, the multilingual checkbox is not displayed anymore. (good) {img fileId="1711" thumb="box"} When I go in the tracker interface to view items, the other language fields values are displayed. (weird... but do we allow loss of data ?) When I go in the tracker interface to create a new item, the other language fields values are displayed. (wrong) When I look at a wiki-plugin tracker the other language fields values are displayed. (wrong) {img fileId="1712" thumb="box"} {img fileId="1713" thumb="box"} |
tracker item |
|
Multilingual, User Preferences; The French language is now set by default as user preferences (and applied even if it shouldn't)
On Tiki23, Tiki24 and master there is a regression as the user preferences "Language" is "forced" by default to French. On a new installation ===as soon=== as I enable Multilingual features the tiki displays in French. (the other options like default language are still on English). {img fileId="1707" thumb="box"} {img fileId="1708" thumb="box"} It seems the user preferences are set by default with the French language and are taking over even if I didn't set anything. {img fileId="1709" thumb="box"} It is also possible as the option "Users can choose the language of their interface" that is enable by default (even if multilingual is disable) BUT this setting is not accessible for the user as "User preferences screen " is disable by default. They are needed together ! If "Users can choose the language of their interface" then obviously they should be able to do it (User preferences screen should be enable) else they will be stuck with a possible language selection they can't change. (like what we have now). |
tracker item |
|
Multilingual, Wiki; The action menu stays aligned left when language selected requires RTL
On Tiki24 when you use an RTL language the top wiki action menu items are aligned left instead of right. To fix the issue, the existing classes should be replaced with bootstrap classes (start, end, reverse, etc) and not hardcoded alignment. {img fileId="1764" thumb="box"} |
tracker item |
|
Naming the clone/copy/duplicate tracker item action
In Tiki we have a "Duplicate" item action. However this action has different name in different places. At tiki-admin.php?page=trackers we use "Clone" Under the action wrench on the tracker list item view we use "Duplicate". The plugin listExecute https://doc.tiki.org/tiki22#PluginListExecute use "Duplicate" They may be other places... |
tracker item |
|
Need better error message when wiki page is too long
To reproduce: Make a super long wiki page using: ((my super duper long extra long wiki page name the never ends because it can be difficult to find the right words sometimes and some people may be tempted to just throw in a very large number of keywords in a wiki page name and hope that it will help with search engine indexing)) The wiki page offers a question mark to create the new page but TikiWiki is unable to create a page that size so it truncates to 160 characters: ((my super duper long extra long wiki page name the never ends because it can be difficult to find the right words sometimes and some people may be tempted to jus)) A nicer error message would be nice |
tracker item |
|
No link to fortune cookie management
Tiki Wiki has a fortune cookie feature. But you cannot admin it: There is no link to it... http://doc.tiki.org/Cookie states "Taglines are managed by going to Admin Home and clicking on the "Cookie" link at the bottom of the page in the table (or go to the page tiki-admin_cookies.php). " On tiki-admin.php there is no "Cookie link at the bottom of the page"... However, tiki-admin_cookies.php can be manually called by modifying the URL in the browser... Thanks hman |
tracker item |
|
No title or filename or text for new attachment on Tiki29.x trackers
{syntax type="tiki" editor="plain"} When you attach a file to a a tracker item using the attachment tracker feature, the file is uploaded and stored (where?) but it has no title or filename. Also remove and edit icons look out of their places. {img fileId="3238" thumb="box"} |
tracker item |
|
Nonprinting characters in Tiki source code that make life of translators harder
Once again I stumbled upon texts of Tikis admin GUI had resisted being translated, and later I found that nonprinting characters were hardcoded that will block tra() or tr() from pattern matching. Even spaces can block a translation. I won't make new bug reports for those, but rather use this one as sort of an umbrella bug report which I will amend with comments. So the first new occurency of nonprinting characters that block translations is found on line 130 of /lib/prefs/tracker.php: {CODE(Colors="Tiki")} 'description' => tr("Require users to fill in a tracker form if not done already by prompting them with a modal dialog "), {CODE} Those two spaces (yes, two, not one or three...) may look like a little glitch from a dev's perspective, but since they do not print, you cannot translate this string by copy & pasting from the GUI into custom.php giving a translation: The pattern matching cannot find it. There is a workaround, but this may not be so easy for translators with little experience and with small toolboxes (Windows comes with FAR less useful tools for this than Linux...), since if you encounter those, you have to grep through the entirety (!) of Tiki source code to find the origin of the string, to be able to look at it's source code, to be able to copy & paste from there... |
tracker item |
|
Nonsensical (at first look) "translation" of icons
In /lib/toolbars/toolbarslib.php several calls for icon FILES get translated. Why would the file names or paths of icon files be translated? This is just a (very) minor issue, but unnecessarily inflates language.php in all target languages. Example: {CODE(Colors="Tiki")} switch ($tagName) { case 'bold': $label = tra('Bold'); $icon = tra('img/icons/text_bold.png'); $iconname = 'bold'; $wysiwyg = 'Bold'; $syntax = '__text__'; break; {CODE} With this, a translator could exchange toolbar icons (or their paths) in his/her translation. But what would be the use case for that? 22 icon file names are pumped through tra() in total... Maybe there is some deeper logic, but I don't get it ;-) |
tracker item |
|
Not possible to create a tracker on Tiki27 (demo)
{syntax type="tiki" editor="plain"} It is not possible to create a tracker at : https://27x.demo.tiki.org/tiki-list_trackers.php {img fileId="3146" thumb="box"} |
tracker item |
|
Not possible to upload a file using the file tracker field if the limit parameter is set to 1
{syntax type="tiki" editor="plain"} On a Tiki27 and Tiki29 you can create a tracker, set some fields and set one File tracker field (no change in the parameters). On item creation it will work fine you will be able to validate the item and upload the file that will be saved into the Tiki File Gallery. In the options of the File tracker field, you can limit to 1 the file you accept to link with this field in the item. If you set to 1 the upload fails. {img fileId="3145" thumb="box"} This regression is somehow recent as it was previously working. It seems there are also other error involving Ajax Services. |
tracker item |
|
Not possible to upload file at dev.t.o - upload button is gone
{syntax type="tiki" editor="plain"} The button "Upload" is gone from the upload form on dev.t.o See: https://ibb.co/5g0KW0ZG __Test by luci:__ {img fileId="3247" thumb="box"} Cannot reproduce. Seems to work? The button is not labeled "Upload" but "Insert" but works for me? {img fileId="3248" thumb="box"} |
tracker item |
|
On the experiment with plugin list the items are stacked when you add a fields paramater
{syntax type="tiki" editor="plain"} On tiki29 a new fields parameter was added, see: https://doc.tiki.org/PluginList#Additional_parameter This addition work well. However I've noticed a visual issue when you use the debug template. To reproduce, login and go to : https://dev.tiki.org/tiki-pluginlist_experiment.php And test the following, __without__ the fields parameter. It should look as expected. {CODE()} {LIST()} {filter field="tracker_id" content="5"} {filter field="tracker_status" content="c"} {output(template="debug"} {LIST} {CODE} Adding the fields parameter and you will see all output object stacked one on each other. {CODE()} {LIST()} {filter field="tracker_id" content="5"} {filter field="tracker_status" content="c"} {select fields="tracker_status"} {output(template="debug"} {LIST} {CODE} |
tracker item |
|
On the newsletter admin page, Import emails from tracker goes to a 500
{syntax type="tiki" editor="plain"} On the Admin Newsletter page, I create a new Newsletter. Then from the page tiki-admin_newsletters.php#contentadmin_newsletters1-1 I click the action wrench for the newsletter: "Subscriptions". There tiki-admin_newsletter_subscriptions.php?nlId=6 (this newsletter is id6) I go to the option; Import emails from tracker. I select the tracker where I want to grab emails. Click "Add". It goes to a 500 and this is what I see in my php_error.log It seems a bit inconsistent as it mention a tracker field from a different tracker I selected... {CODE()} thrown in /home/opensourcesolutions/public_html/lib/trackers/trackerlib.php on line 558 #2 {main} #1 /home/opensourcesolutions/public_html/tiki-admin_newsletter_subscriptions.php(242): NlLib->get_emails_from_tracker() #0 /home/opensourcesolutions/public_html/lib/newsletters/nllib.php(1365): TrackerLib->list_tracker_items() Stack trace: [01-Jan-2026 14:01:42 UTC] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/opensourcesolutions/public_html/lib/trackers/trackerlib.php:558 thrown in /home/opensourcesolutions/public_html/lib/trackers/trackerlib.php on line 558 #2 {main} #1 /home/opensourcesolutions/public_html/tiki-admin_newsletter_subscriptions.php(242): NlLib->get_emails_from_tracker() #0 /home/opensourcesolutions/public_html/lib/newsletters/nllib.php(1365): TrackerLib->list_tracker_items() Stack trace: [01-Jan-2026 14:01:29 UTC] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/opensourcesolutions/public_html/lib/trackers/trackerlib.php:558 [01-Jan-2026 13:53:23 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:53:23 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:53:23 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:53:23 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:53:23 UTC] PHP Warning: Undefined array key "key" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 26 [01-Jan-2026 13:53:23 UTC] PHP Warning: Undefined array key "itemkey" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 25 [01-Jan-2026 13:51:50 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:51:50 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:51:50 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:51:50 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:51:49 UTC] PHP Warning: Undefined array key "key" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 26 [01-Jan-2026 13:51:49 UTC] PHP Warning: Undefined array key "itemkey" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 25 [01-Jan-2026 13:50:48 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:50:48 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:50:48 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:50:48 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:50:48 UTC] PHP Warning: Undefined array key "key" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 26 [01-Jan-2026 13:50:48 UTC] PHP Warning: Undefined array key "itemkey" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 25 [01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:35:37 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:35:37 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:35:37 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:35:37 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:35:36 UTC] PHP Warning: Undefined array key "key" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 26 [01-Jan-2026 13:35:36 UTC] PHP Warning: Undefined array key "itemkey" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 25 [01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:05:26 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 13:05:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:05:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 13:05:26 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 13:05:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 13:05:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 12:46:43 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 12:46:43 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 12:46:43 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 [01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51 [01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44 [01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81 [01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52 {CODE} |
tracker item |
|
On tiki-listpages.php the "?" icon links to not found page on doc.tiki.org
There is broken link from that icon leading to http://doc.tiki.org/Using%20Wiki%20Pages%23List_Pages which says "Error: Page not found". Instead it should link to http://doc.tiki.org/Using%20Wiki%20Pages#Listing_Pages |
tracker item |
|
On tracker item edit there is now a switch to notify the users following the item when there are none or the actual user
{syntax type="tiki" editor="plain"} Since Tiki30 I see now, when editing a tracker item, a switch to notify or not the users following the item. Look like a good addition, but: * it should not be displayed if no one is following the item * it should not be displayed if no one is following the item but me * it should be possible (accordion ?) to see which users will be notified Without these elements this addition leads to concerns + require time to check who is concerned. |
tracker item |
|
Online support system gives out info to unauthorized users
Tiki has an online support feature. In order to use it, users must become "operators" by granting from the admin. If they are no operator, and try to open the support console, then they get an error message, that they need to be operator. So far okay. I tried that feature (in order to translate it), and to do that I activated it. And as I wanted to see the error message that unauthorized users get, I clicked to open the support console. Underneath the error message that I was no operator was the info "no support requests". That info IMHO should not be given out to non-operators. |
tracker item |
These are feature_action_calendar, feature_contacts, feature_forum_content_search, feature_forum_parse, feature_forum_quickjump, feature_forum_topics_archiving, feature_gal_slideshow, feature_groupalert, feature_integrator, feature_notepad, feature_score_expday, feature_tasks, feature_user_bookmarks, feature_userPreferences, feature_user_watches_languages, feature_user_watches_translations, feature_userfiles, feature_usermenu, feature_wiki_import_page, feature_wiki_undo, feature_xmlrpc, feature_hotwords, feature_community_mouseover_country, feature_community_mouseover_distance, feature_community_mouseover_email, feature_community_mouseover_gender, feature_community_mouseover_lastlogin, feature_community_list_country, feature_community_list_distance, feature_community_list_score, feature_community_list_name, feature_community_mouseover_score,
If these features are not meant to have help texts, then please remove the empty shells altogether, because the they really make for inconsistent look and feel of the admin UI. If a slightly more verbose version of the feature's name is to be transported, then this should be done in the name section and really have at least a couple words more than the name displayed.