Loading...
 
Skip to main content

Category: 13.x

13.x
Show subcategories objects

Name Type
tiki-list_users.php returns to the home page
In the admin menu, under Community, there is a "User List" item.
It links to tiki-list_users.php.
When I click on this (fresh 12.x installation, user: admin), I am returned to the Tiki homepage.

Not sure what it should do, but if no users are found .. and that's the problem, it should give a message saying so.
tracker item
tiki-syslog.php should be sorted with sort_mode=actionid_desc by default
tiki-syslog.php has a lot of useful info.

Sometimes, two actions happen on the same minute but the order is important (ex.: LDAP error messages)

Thus, sorting by actionid_desc is better than lastModif_desc

Thanks!
tracker item
tiki.org 13x : Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
http://tiki.org/tiki-searchresults.php?find=test&boolean=on&boolean_last=y

{img fileId="831"}
tracker item
tiki.org fully rebuilt several days ago (cron job missing?)
{img fileId="891"}
tracker item
tiki.org: replying to forum post causes blank screen when mailout configured
Tried on the Mailman mirror of the devel-list forum. Could be server related, not sure . Will need to reproduce elsewhere to test further.

The forum reply is posted in the forum, but sending out to the maillist does not happen.

Probably nothing to do with change in incoming mail setting (which works) but something already broken with the outgoing mail sending.

tracker item
tikilib user_watches does not filter on event
I have noticed that the forum watch notification "eye" icons on the tiki-view_forum.php screen are both set if either of the two forum watch options are set.

Looking at function user_watches in lib/tikilib.php the code tests whether $event is an array. If it is not an array then it does not filter the watches on event.

Adding

$conditions['event'] = $event;

to the else part of the array test corrects the problem.

This is confusing my users in 12.x

I think this should be an easy fix. The only concern is whether $event is ever set to anything other than an array or a string.
tracker item
Tikipedia
Hey Guys,
it would be pretty amazing if you would have time to develop tikipedia theme for tiki 12.x or 13.x in this case i really will buy you a coffee (donation) :)

sincerely
tracker item
Tikipedia
Hey Guys,
it would be pretty amazing if you would have time to develop tikipedia theme for tiki 12.x or 13.x in this case i really will buy you a coffee (donation) :)

sincerely
tracker item
TikiWiki Performance issue with Azure website
We have deployed out TikiWiki on Cloud Azure website and performance is very slow. It's taking about 10 seconds to load the page. We are currently using “Smarty template engine”. We are currently using version version 5.5.2 of PHP. We are currently using TikiWiki version 13.0. The application is deployed on IIS Server. We have increased the default PHP memory allocation from 128 to 512 MB. Also we have enabled limited TikiWiki features needed for our usage. Please suggest as what can be done to improve the performance.
tracker item
Timezone and convene plugin
Tested on https://dev.tiki.org

Israel is now UTC+3
I entered 22h for meeting time.
Linux timestamp is correct : 1381518000 = Your time zone: 11 October 2013 22:00:00 GMT+3

However the plugin show me (my user pref are : Asia/Jerusalem UTC+2) on the page : 11 Oct. 13 21:00 IST (not so long ago it show IDT).

Seems Tiki, or the plugin are trying to tell me that Israel is UTC+2 and that is wrong.

If I switch my user preference to ''Site Default'', it shows : 11 Oct. 13 21:00 CEST.
if i switch to ''London UTC+0'', it shows : 11 Oct. 13 20:00 BST

Addition: I added date to convene i created yesterday. Some show IDT some show IST.
They should show the same.
I check the linux timestamp they all are 22:00 (GMT+3) but they show 21:00 on the tiki page.
{img type="fileId" fileId="417" thumb="y" rel="box" noDrawIcon="n"}
tracker item
Tracker Comments tab doesn't show number in parenthesis as Attachments do
There is number of attachments displayed on the Attachments tab for a tracker item but no such thing for Comments tab.

__Update:__ fixed in ((rev:52578))
tracker item
Tracker CSV import of checkbox fields does not set 'y' data properly
When tracker data with checkbox field is exported as a csv file the checkbox data is displayed as either y or n - just as it in the DB

However if this same data is re-imported any checkbox data with a 'y' is not set properly and is actually set to 'n' which will inadvertently corrupt existing data

If the spreadsheet data is manually update to change y into 1 then it is correctly interpreted as a y

I've rated this as a 10 for importance even though there is this workaround because of the data corruption that can occur if you do not know about the problem

This is being reported as 12.x bug but I suspect it also exists in 13.x and trunk - but not tested there
tracker item
Tracker Display "Template to display an item" problem when using tpl: template option
I put Tiki 13.x but this problem started with Tiki 5 and continues through Trunk.

When you create a Tracker, there is an option for displaying the tracker item with template, and the template can be a wiki page or a template file. The documentation for that option has always been: "wiki:pageName for a wiki page or tpl:tplName for a template".

But if you use the template file option, and include the "tpl:" prefix with the template file name, then the template file is never found. The template file option works fine if you only enter the template file name and do not use the "tpl:" prefix.

I can not create a show instance because I can not create a template file on the show instance server.
tracker item
Tracker Email Field does not notify on 'watch closed' on Tiki 13.1
Recently upgraded a site from Tiki 9.x to Tiki 13.1 and found that the Tracker Email field no longer functions.

Steps to Recreate Issue:
When creating an Email field, the option to watch closed is selected.

A new item is created and an e-mail is entered. The item is set to 'closed'.

No e-mail is sent.
---

The same issue was found in 9.x and I had corrected it previously with a small code change but the same change no longer works in 13.1.

tracker item
Tracker fields of Radio buttons and multiple selection pre-select value 0 when it's one of the options even if not manually set as default
Tracker fields of Radio buttons and multiple selection pre-select value 0 when it's one of the options even if not manually set as default

Set as options for that tracker field: 1,2,3,4, and no value is pre-selected (expected behavior)

Set as options for that tracker field: 0,1,2,3,4, and value 0 is pre-selected (wrong behavior; no value should be preselected, since no value is repeated twice)

Workaround (for radio buttons): 0,1,2,3,4, ,
(note that a space is set as option, twice, after value 4).

For multiple selections this workaround is not valid, since value 0 is also pre-selected.

Reproduced here:
http://xavi-9794-5599.show.tikiwiki.org/tiki-view_tracker_item.php?itemId=1&cookietab=2

u: admin
p: 12345

See fields 5 (radio button) and 6 (multiple select)
---
{BOX()}
Update: {sign user="xavi" datetime="2015-03-26T09:37:35+00:00"}
Bug still alive, it seems jonny. I svn-up'ed to Thursday March 26, 2015 09:25:10 CET - REV 54744, and new items from your new tracker show a default value of "0" preseleected for the radio button, even if no value should be pre-selected according to the configuration.
See:
http://xavi-9794-5599.show.tikiwiki.org/tiki-ajax_services.php?controller=tracker&action=insert_item&trackerId=2&modal=1

And the radio button field definition ([http://xavi-9794-5599.show.tikiwiki.org/tiki-ajax_services.php?trackerId=2&fieldId=9&controller=tracker&action=edit_field]) still has as options: "0,1,2,3,4", so no pre-selection is expected, but "0" is pre-selected.
{BOX}
tracker item
Tracker items: Bootstrap badges for comment count, and file attachment count
{img fileId="920"}

Bootstrap:
{img fileId="921"}
tracker item
Tracker pop-up bubble visually broken
It looks bad:
{img fileId="954" thumb="y" rel="box[g]" width="640"}
tracker item
trackerfilter and trackerlist using a filter field are not finding records when filterfield is a Itemlink field with contents created from multiple fields
Records are not found when using the trackerfilter plugin where the filter field is an ItemLink field where the contents are 'created' from multiple fields in the source tracker.

A 12.x 'show' has been set up to demo this bug - but it is also a problem in 13.x as well

---

Added quote below ({sign user="xavi" datetime="2014-04-30T09:30:43+00:00"}) as extra info was provided in the devel list:
{QUOTE()}
(...) definitely a regression as I have a production site where it used to work. I can't be sure when it stopped working but the site was built with 10.x so it was OK then and the site is now on a 11.x daily build from 4Sep'13 and it doesn't work anymore - only realised it when I used the site data to test the latest 12.x
{QUOTE}
tracker item
Ugly headers and top menu (especially on Tiki.org sites)
See the capture:
{img fileId="925" thumb="y" rel="box[g]"}
Please make it nicer :)
tracker item
UI not visible to Upload video via Kaltura
Hi

I have upgraded TikiWiki in my application from 12.2 to 13.0 and done with most of the configuration and preferences. But unable to make ready Upload media files through Kaltura.

Actually on Uplaod media page, UI to upload media is not showing any controls to upload. As I have seen in 12.2 version, there is a flash build section shows there to upload media files, which is missing here in 13.0. I am sharing that Flash player is installed on my machine.

So, please help me if I am missing some setttings or what?

Waiting for your reply,
Dinesh
tracker item
UI not visible to Upload video via Kaltura
We have deployed out TikiWiki on Cloud Azure website and performance is very slow. It's taking about 10 seconds to load the page. We are currently using “Smarty template engine”. We are currently using version version 5.5.2 of PHP. We are currently using TikiWiki version 13.0. The application is deployed on IIS Server. We have increased the default PHP memory allocation from 128 to 512 MB. Also we have enabled limited TikiWiki features needed for our usage. Please suggest as what can be done to improve the performance.
tracker item
upgrade from 6.1 to 13.1 fails
Fatal error: Call to a member function get_user_groups() on null in C:\...\lib\core\Perms\Context.php on line 33
tracker item
Upon select text and click toolbar plugin, CodeMirror activates itself and instead of insert at cursor, we get insert at top
{kaltura id="1_5ahsbgoc"}
tracker item
User information mouseover is sticky
Compare these 2 pages:
http://tiki.org/Community
http://next.tiki.org/Community

Go to the section "Contributors to this page" and mouseover the names one by one: Torsten Fabricius , Marc Laporte , Rick , Oliver Hertel , ...
tracker item
Visibilty -> section does not works for "wiki page"
Hello,

I am using the "Visibilty -> section" to manage a module (a simple menu must appear for some contents only)

It works good with some like "trackers" and "cms" but fail with "wiki page" but does not load for "wiki page".
I tried a lot of diffrent variations like "wiki_page" "wiki pages" "wiki" "page" etc. without success.

So it seems to be a bug ;)

(Btw thank you for your fantastic job !)

Regards,

Guillaume
tracker item
Show PHP error messages