Copy to clipboard

rsstest

N/A


N/A


  • Tiki connection to a AD server in a external private network.    ()
    Hello everyone. So I guess my question is more to do with networking side, but since its between a tiki instance and a Active Directory server, I guess this forum is a suitable place to ask it. Currently, the organization i work at uses Active Directory for authentication and other purposes. we have roughly 500 users. And we are on the verge of utilizing tiki for a lot of our application needs. As such another external organization that is providing tiki consulting to us is hosting a tiki instance on our behalf and leading the initial development effort. We want our users to be able to login to the tiki instance and verify the work as well as provide feedback, but creating a new account for each user is a hassle to maintain. We want to make the user able to login to those instances using LDAP. What would be a appropriate way to make the tiki instance have access to our AD server that sits in the company internal network. We have access to the firewall and can create rules and policies for it. We can also create VPN for the tiki instance, but we want to know what security implications there might be or what is a good way to proceed forward with this requirement ?
  • Tracker broken after upgrade from 25.2 to 27.0    ()
    I can revert to my backup if I need to. I upgraded from Tiki 25.2 directly to 27.0 because I was having an issue with the upgrade to 26.2. (this bug I encountered was already documented) After upgraded to 27.0, everything was fine except that one of my trackers broken. Tracker number 4 no longer works. All of the other trackers are fine. I've tried clearing the cache. I've also tried rebuilding the index and I get this error message.
    Copy to clipboard
    Error The search index could not be rebuilt. Field with fieldId: 26 not found in definition of 4
  • Help for filtering two different tracker's fields with PLUGIN LIST    ()
    I want to convert the following trackerfilter coding to plugin list coding ...
    Copy to clipboard
    {trackerfilter trackerId="1" fields="157:2" filterfield="169" exactvalue="field(143,user,2)"}
    Basically, to filter and list all the users that their value on tracker field 169 matches with the current user's value on tracker 143 ... (documentation here https://doc.tiki.org/PluginTrackerList#How_to_filter_a_tracker_function_of_a_field_in_a_user_tracker.) Can someone provide the syntax for it please ?
  • Tiki 27.0Alpha Categories    ()
    On upgrading from v 26.2 to 27.0a I have the following issues The Category ID is no longer listed alongside the Category "directory" listing. The (files categId="x&quot😉 function no longer lists the relevant objects but it does list the category name. Am i missing some php function or option in my installation perhaps? Rod
  • Help with opening links in new window    ()
    Hello everybody … I hope someone can help with this one … I use trackerfilter or plugin list to collect some results that meet some conditions … these results are displayed in a table and basically they are the users that meet some criteria (trackers) … After the search is done and I have the users that meet the criteria in a table, I want to see more details for each user so I wrote showlinks=”y” to open a template for more details … The problem is that when I hit the user’s link the template is opening on the same browser window … I want the links on the results table to open in a new window or a popup box … (I made it with the developers tools by adding target=_blank on the link but I cannot find the php file to actually add the code) Any clues ???
  • How to have the structure breadcrumb menu second level to stay open after click ?    ()
    Hello, On a Wiki I have Wiki Structure and it display a breadcrumb at the top of the page to navigate. When I click on a sub-page structure folder, it show (toggle) open the second level but the menu is now closed. 😳 The user can't see what he just open. Any ideas to keep the menu open ?
  • Triggers to move Items between Categories and create Items in other Trackers    ()
    Hello I am evaluating Tiki Wiki CMS Groupware for use at work, primarily as an issue tracker and inventory tracker. If successful, we might also use if for workflows at a later stage. I played around with the demo server at demo.tiki.org but was unable to figure out how to enable some of the more advanced fields from the videos. I was also unable to create any triggers for transitions between categories or triggers in a tracker to automatically create new items in another tracker upon some change. Is the demo server just very limited? Does Tiki have any features to create new items in other trackers if something changes in an item? I read somewhere that workflows are now handled by the category transitions, but I was unable to create any triggers for the transitions in the demo server. In order to try this, I had made several trackers with items and several categories and assigned those items to categories. I was able to create a transition, but unable to figure out the triggers (and guards?). I spent several hours trying to find answers in the docs and also in these forums, but wasn't able to find anything that works in the demo server or even answers to all my questions. Can anyone point me to the right docs or let me know if these features even exist in Tiki? I am a software developer, and willing to make small scripts to help facilitate the desired behaviour, but my time is limited. Larger code changes would be out of scope for me. Thanks for any answers!
  • SOLVED Search Index failure    ()
    I had to finally upgrade due to the hosting provider cutting off all PHP except 8. Went from 21.2 to 26.2. One site, permissions got a little messed up. But this site in question here has two issues. I will post a separate topic for each. Immediately after the upgrade, even non-logged in users see a message that there is a search index failure. To ask the admin to update the index. When logged in as an admin, the search index failure banner suggesting a ssh command be executed (php console.php index:rebuild). But that as well as the web-based command (tiki-admin.php?page=search&rebuild=now) both fail. I have consulted the page https://doc.tiki.org/Rebuild-Unified-Index but nothing there seems to work or apply. It is a shared hosting platform so I do not have access to root or the web server account to sudo too. The error is: error: Unsupported index type "lucene". Needs to be one of "mysql", "elastic" or "manticore". Try resaving the Search Control Panel I did not get this on my other site that upgraded to 26.2 and PHP 8. I have cleared caches.
  • Different theme / template being applied to different pages after upgrade    ()
    I had to finally upgrade due to the hosting provider cutting off all PHP except 8. Went from 21.2 to 26.2. One site, permissions got a little messed up. But this site in question here has two issues. I will post a separate topic for each. I get a different theme applied for different menu items / screens. See https://mycuz.us/wiki-26.2 (may switch to simply mycuz.us once I feel it is done). Home page is fine. But the "Contact Us" page and https://mycuz.us/wiki-26.2/tiki-orphan_pages.php switch to some theme that is unreadable (same color text on same color background). When logged in more pages with problems pop-up. Any of the tiki-admin.php pages have that same, unreadable theme. Oddly, the User Wizard page (tiki-wizard_user.php) has yet a third theme introduced that is partly unreadable. I have not modified or set any different templates or themes. I do notice there is now a "Theme Control" admin item that allows you to change the theme based on Categories. As best I can tell, there are no entries there. I have tried it on Chrome, Firefox and Edge — same on all. Cleared the caches. I should add the desktop host is set to Dark Theme itself and most browsers and UI's follow the system setting. Ideas? P.S. A small nit. Any time the tiki-admin.php page is shown, the settings drop down menu selector is popped-up and has to be manually closed to see the page behind it. Do not think it is related and can post a third topic or bug report if appropriate.
  • CustomSearch solution for modern knowledge base search interface (category buttons)    ()
    Hello, I've explored lately the CustomeSearch plugin options to allow 2 search filtering/search. https://doc.tiki.org/PluginCustomSearch To filters trackeritems I'm trying to setup something like we can find at Spotify support: https://support.spotify.com/us/ Categories being automatically populated. 😉
     Plugin Image
    File not found.
    https://tiki.org/display3541 (something is not working at this moment adding images on a forum post) I played with this and Smarty templates (embedding plugin) and get close to it, but that is too complex (= fragile). On the other, I can see a lot of parameters that should help to do such thing in the CustomeSearch plugin page but I can't figure exactly how to use parameters work. Sharing light anyone ?


<?xml version="1.0"?> <!-- RSS generated by SourceForge.net at Mon, 09 Nov 2009 04:04:35 GMT on sfs-web-8 The content in this RSS feed was generated by SourceForge.net regarding the SourceForge.net site or a project hosted on SourceForge.net. Each project hosted on SourceForge.net is responsible for their own content, file releases and support. For a full list of available RSS feeds http://p.sf.net/sourceforge/rssfeeds For terms of use: http://p.sf.net/sourceforge/terms For content issues, comments and questions: contact the project via the comment link or the resources on their summary page. For technical issues with this feed: contact the SourceForge.net team at: http://p.sf.net/sourceforge/support In the event that you need to report abuse: contact the SourceForge.net team at: http://p.sf.net/sourceforge/support
-->
<rss version="2.0">
<channel>
<title>SourceForge.net: Project Summary: TikiWiki CMS/Groupware (tikiwiki project)</title>

<link>http://sourceforge.net/projects/tikiwiki/</link>

<description>A summary of key project details for the tikiwiki project on SourceForge.net.</description>
<copyright>Copyright and acceptable use information for this RSS feed may be found at: http://p.sf.net/sourceforge/terms</copyright>
<lastBuildDate>Mon, 09 Nov 2009 04:04:35 GMT</lastBuildDate>
<generator>SourceForge.net RSS generator</generator>
<image>
<title>SourceForge.net logo</title>
<url>http://images.sourceforge.net/images/sflogo-88-1.png</url>

<link>http://sourceforge.net/</link>

<width>88</width>
<height>31</height>
<description>The world's largest Open Source software development website</description>
</image>
<item>
<title>Project name: TikiWiki CMS/Groupware</title>
<description>Project description: Powerful multilingual Wiki/CMS/Groupware to build & manage your Wiki, File Sharing/Image Gallery, CMS, Blog, Tracker/Forms, Forum, Directory, Polls, Surveys, Quizzes, Newsletters, Calendars, FAQs, Spreadsheets, Maps, Workflow, etc. - That all is Tiki !</description>

<link>http://sourceforge.net/projects/tikiwiki/</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Developers on project: 440</title>
<description>Project administrators: <a href="http://sourceforge.net/users/chibaguy/">chibaguy</a>, <a href="http://sourceforge.net/users/lrargerich/">lrargerich</a>, <a href="http://sourceforge.net/users/luciash/">luciash</a>, <a href="http://sourceforge.net/users/marclaporte/">marclaporte</a>, <a href="http://sourceforge.net/users/mose/">mose</a>, <a href="http://sourceforge.net/users/nkoth/">nkoth</a>, <a href="http://sourceforge.net/users/nyloth/">nyloth</a>, <a href="http://sourceforge.net/users/ohertel/">ohertel</a>, <a href="http://sourceforge.net/users/pkdille/">pkdille</a>, <a href="http://sourceforge.net/users/redflo/">redflo</a>, <a href="http://sourceforge.net/users/ricks99/">ricks99</a>, <a href="http://sourceforge.net/users/sylvieg/">sylvieg</a>, <a href="http://sourceforge.net/users/xavidp/">xavidp</a></description>

<link>http://sourceforge.net/project/memberlist.php?group_id=64258</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Activity percentile (last week): 99.97%</title>
<description>Most recent daily statistics ( 9 Nov 2009): Ranking: 71, Activity percentile: 99.97%, </description>

<link>http://sourceforge.net/project/stats/?group_id=64258&ugn=tikiwiki</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Downloadable files: 784609 total downloads to date</title>
<description>Most recent daily statistics ( 9 Nov 2009): Download count: 233</description>

<link>http://sourceforge.net/project/showfiles.php?group_id=64258</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Mailing lists (public): 5</title>
<description>Public mailing lists: tikiwiki-cvs, tikiwiki-devel, tikiwiki-pt-br, tikiwiki-users, tikiwiki-artwork</description>

<link>http://sourceforge.net/mail/?group_id=64258</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Tracker: Bugs (288 open/2021 total)</title>
<description>Tracker description: Bug Tracking System</description>

<link>http://sourceforge.net/tracker/?atid=506846&group_id=64258&func=browse</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Tracker: Support Requests (2 open/201 total)</title>
<description>Tracker description: Tech Support Tracking System</description>

<link>http://sourceforge.net/tracker/?atid=506847&group_id=64258&func=browse</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Tracker: Patches (71 open/184 total)</title>
<description>Tracker description: Patch Tracking System</description>

<link>http://sourceforge.net/tracker/?atid=506848&group_id=64258&func=browse</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
<item>
<title>Tracker: Feature Requests (690 open/879 total)</title>
<description>Tracker description: Feature Request Tracking System</description>

<link>http://sourceforge.net/tracker/?atid=506849&group_id=64258&func=browse</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>

</item>
</channel>
</rss>

Created by: marclaporte Last Modification: Saturday 08 August 2015 14:33:49 GMT-0000 by Torsten Fabricius
Show PHP error messages