Tiki Website Gardeners' Blog
Tasks like https://dev.tiki.org/item8727-Moment-js-We-now-generally-consider-Moment-to-be-a-legacy-project-in-maintenance-mode-It-is-not-dead-but-it-is-indeed-done are not a bug or a feature request.
Any better category name for this type of wish?
The search on dev seems to be broken, i get:
> ! Error
> Tracker Field Factory Error: Pref "trackerfield_showtikiorg" required for field type "Tracker_Field_ShowTikiOrg"
and when i go to the control panel it says "show.tiki.org Configuration forced by host."
(p.s. then i get: "! Error: Malformed search query: SQLSTATE42S02: Base table or view not found: 1146 no such table 'dev_distributed'")
Help?
Following the unfortunate breakage of sefurls on wiki pages in 27.0 (largely my fault, sorry) i found on dev that some search results were using %20
instead of dashes for wiki page links.
This was solved by (as an admin) going to https://dev.tiki.org/tiki-wiki-regenerate_slugs and clicking the button.
Other sites may need this...
Fix consultants search
Issue
On page https://tiki.org/Consultants there is a customsearch which offers to select languages but when I select a langage (any language), the result is :
Service offered has the same issue.
- Any text
- Type
- Location
work fine
I could not figure out how to fix this easily.
Attempted Quick Fix
[+]Quick and dirty fix
I remove the selections
- languages
- Service offered
from the customsearch
As of 2024-02-25, Tiki is using CodeMirror Version 5.19.0 which was released in 2016:
- https://gitlab.com/tikiwiki/tiki/-/blob/master/vendor_bundled/composer.json
- https://codemirror.net/5/doc/releases.html
There are multiple issues with the implementation.
On all sites I control, I hard-coded it to off:
preference.feature_syntax_highlighter = "n"
I was just about to reenable feature_jquery_tablesorter
on doc but it says Configuration forced by host., as it is on dev.t.o also, but not here on tiki.org...
There's a decision i missed 😬😁
Since the "info.tiki.org" navigation revamp in the top module zone, there have been redundant menu items in that menu and the topbar menu. The idea of that revamp is that there would be a global menu at the top of each of the Tiki project sites, including tiki.org, doc.tiki.org, dev.tiki.org, and themes.tiki.org, to guide people to introductory information, etc. Then each of the sites would have a topbar menu specific to the site. There's no need for the global menu and site-specific menu to contain the same links, so the revised menu at tiki.org removes those.
The remaining menu items in the topbar menu I tried to group in some logical way, with "community"-related links, links to blogs and forums, and event-related links grouped, along with a "more about Tiki" group containing the links that were left over after the other groupings. These links are related to general information about Tiki.
This rearrangement is open to feedback and refinement (not to rejection, I hope 😉 ) so please let me know what you think.
https://profiles.tiki.org/profiles is still functional.
Please report any issues
Preference name: unified_elastic_mysql_search_fallback has been activated on dev.tiki.org, doc.tiki.org and themes.tiki.org
And I also switched to MariaDB as the main unified index until the Manticore issue is resolved.