Loading...
 
Skip to main content

Category: 15.x Regression

15.x Regression
Show subcategories objects

Name Type
formatting of dynamic variables no longer allows them to be inline
fixed in 57798 - thanks Constantin !
---

Not sure when this happened but it occurs in 12.6 and all subsequent versions - but if a dynamic variable is used in a contiguous line of text, the text before the dynamic variable and that after it are now in separate p tags so this means that a dynamic variable cannot be used in a paragraph of text. ie if you want to use the dynamic variable ~np~%textdoc% ~/np~to produce:

if you want to update the XYZ document then edit this page

it will now be displayed as:

if you want to update the

XYZ document

then edit this page


The actual code is as follows:

if you want to update the %textdoc% then edit this page



tracker item
Ghost tracker items appearing when you edit wishes here
Items without and data appear when creating and editing items on this tracker.

This is a test

Now editing - surely it can't be only items created by Xavi? (:eek:)
tracker item
group expiry option "anniversary" brakes site
__Setting up show instance first__

I have created a new project, where each user get`s his own group autocreated and autoassigned on registration.

This is, as it is a helpline and the tracker items of the use shall be only visible and editable by creator + group.

Assistants can thus be assigned to the users group to get access to the case, whilst users see only their case / tracker items.

The setup worked now for one user self-registered and three users registered by myself via tiki-adminusers.php

Suddenly I get the following error message, when I want to create a user (after which the user is created and assigned to Registered, but NOT assigned to the own group).
Further more I wanted to recheck by logging out and register as anonyous user, getting the same error message and further more not able to login anymore (even not as admin), cause I get a blank page when trying to login.

{CODE()}
Registration
Register as a new user

Fatal error: Call to a member function diff() on a non-object in /www/htdocs/XXXXX/.../XXXXX/tiki/dev/15/lib/userslib.php on line 7669
{CODE}

tracker item
Highlighted word on search is not working anymore
Doing a search should display the result page with highlighted terms.
It partially not working (depending on the engine used).

As improvement, it would be nice that the results links contain also a parameter in the url (ie: result1?highlight=searchedword).

Highlighter code is still in Tiki but is not working anymore when used on pages. It seems to work partially on searchresults pages (mysql or elasticsearch diff).

(info rescued from the nextdev.t.o updated tracker item ;-) {sign user="xavi" datetime="2016-02-25T09:34:07+00:00"} )
tracker item
Image Mouseover Non Functioning tiki14 and tiki15
When a file (image) is selected for insert in a page, and when the "Mouseover - enlarges in popup when moused over" Thumbnail parameter is set, the mouse over does not function correctly.

Please see how the file(image) mouse over is supposed to function at http://tpwtestuser.com/tiki12/tiki-index.php?page=Image+Mouseover+Test and hover over the image at this tiki12 test site.

Please see how the file(image) mouse over does not function at a tiki14.2 and a tiki15 beta site. When the cursor is hovered over the image, the image does not appear or display. But if you click on the image, the image does have a mouse over behaviour, but it is the incorrect behaviour, as the image should enlarge by simply hovering over the image.
---
(Tiki14.2) http://tpwtestuser.com/tiki/Image+Mouseover+Test
(Tiki15) http://tpwtestuser.com/tiki15/tiki-index.php?page=Image+Mouseover+Test
UPDATE 4-12-16: The above links now show mouse-over functional using geeza's fix as suggested at the comments page of this bug report. Though the action still needs some work as far as size of pop-out and image placement.
---
Here is the link to the tiki.show instance at http://jmorris-11758-5895.show.tikiwiki.org/tiki-index.php?page=Image+Mouseover+Test

Thank you for considering this in your line up of bug fixes!
John
tracker item
image selection for a tracker icon field not updating WHEN USING FIREFOX and the tracker_legacy_insert pref is set on
For POI map items ie a tracker item with an Icon field, the icon image is no longer updating WHEN USING FIREFOX and the tracker_legacy_insert pref is enabled – in the tracker item edit screen a new/different icon image can be selected from the available options in the file gallery, and this is correctly shown just after selection but when the item is saved the icon reverts to the previous image.

Using Chrome it is all OK - not checked other browsers yet

Show instance with tracker setup:
http://eromneg-10122-5815.show.tikiwiki.org/tiki-view_tracker.php?trackerId=1
admin
admin12345

UPDATE: OK – I’ve narrowed down the issue further

I’m using FF44.0.1 so no difference there, but because my test site has evolved from much earlier versions it has got a whole range of tracker prefs that have been set over the years (or have arrived during upgrades to give backwards compatibility)

I’ve spent a bit of time aligning the show instance to what my test site uses and the key difference is the tracker_legacy_insert pref which is set in the Tracker Control Panel. With this set the issue occurs in the show instance with FF but is OK in Chrome
tracker item
import csv not working
Reproduced here:
http://stirus-11828-6082.show.tikiwiki.org/tiki-sheets.php
u: admin
p: 12345

I tried the following:

1-created a spreadsheet with two columns; row one had headings, row two data
* http://stirus-11828-6082.show.tikiwiki.org/tiki-view_sheets.php?sheetId=1
2-exported the spreadsheet in CSV format, UTF-8 character set
3-renamed the export file
4-edit the exported file with UltraEdit; changed one field; saved with UTF-8
5-created an empty spreadsheet
* http://stirus-11828-6082.show.tikiwiki.org/tiki-view_sheets.php?sheetId=2
6-ran import CSV with UTF-8
7-no data imported, and the sheet just says "Array".


tracker item
improve display of icons in since_last_visit_new module when many changes
I did upgrade since_last_visit_new module a while ago to use bootstrap
icons instead of png's. This worked well for a while (well, icons where
a bit small fur human fingers when in smartphones, but better than
before, for UI consistency).

However, once a Tiki site is very active, the UI showed that requries
some more love, which is beyond my skills. See screenshot attached.
Icons become overlapping each other, the border of the active tab is not
properly surrounding that icon, etc.

Any help from anyone with better skills with bootstrap UI (& css, less,
...) than me?

{img fileId="1020" thumb="y" rel="box[g]"}
tracker item
Zend2 missing "sslcafile" or "sslcapath" due to 'shoutbox to twitter': Unable to enable crypto on TCP connection api.twitter.com
I upgraded a site from 12.x to 15.1, and attempted to use the post to the shoutbox while also posting to twitter, and I got this error message shown in the module:
{CODE()}
Failed to execute "shoutbox" module

Unable to enable crypto on TCP connection api.twitter.com: make sure the "sslcafile" or "sslcapath" option are properly set for the environment.
{CODE}

I'll google for it, because I might be missing some system package for the communication (I upgraded to this current server after tiki12 was installed years ago, and didn't use the shoutbox + twitter for a looong while).

But in any case, some clear documentation of what packages are needed for the feature to work, and display that info also in the ((doc:Upgrade Wizard)) as well as in the doc ((doc:Tiki15)) page will be welcome.

---
Update: {sign user="xavi" datetime="2016-06-15T09:08:34+00:00"}
Ok, it seems the upgrade from Zend1 to Zend2 might have missed the definition of some new params needed by Twitter api which is used by the shoutbox feature in Tiki.
See this for more info:
* http://stackoverflow.com/questions/24303824/unable-to-enable-crypto-on-tcp-connection-api-mysite-com-on-zend
* http://stackoverflow.com/questions/24221104/ssl-error-in-curl-call-to-twitter-api
* http://stackoverflow.com/questions/23615548/trouble-with-authentication-in-vk-com-with-zend-oauth
+ etc
---
tracker item
In admin-modules, using !themename.css to prevent visibility doesn't work
I'm trying to prevent a module from showing for a particular theme, but the standard method of using "!Tikipedia.css" for example, in the "Theme" input under the "Visibility" tab, isn't working. The module continues to display. I've tried upper and lowercase theme name and theme name without the file type extension.
tracker item
Inconsistency in forum reply title "required"
At the Tiki.org forums, in the forum post reply form, there's an asterisk indicating a title is necessary. But the "Require reply to have a title" option isn't set on the forums admin page. Accordingly, forum replies don't display titles after being posted. It's a glitch in the user interface that the title seems to be required when writing the reply, but it doesn't display after the reply is submitted.
tracker item
Index issue on tracker creation on new install
After a new install (db creation).
I activate the tracker feature and create a tracker.

~~#F00:Edit, 27/10/16 test on show and local;~~

Tiki 15.x
Error :
Field tracker_id does not exist in the current index.

{img fileId="1099" thumb="box"}

Edit: Show instance didn’t worked today : Fatal error: Class 'Zend\Session\Validator\Id' not found in /var/www/bsfez-11581-6151/vendor/zendframework/zend-session/src/ValidatorChain.php on line 39

But there are still the same issue on my local.

---

Tiki16.x
0 error

The tracker wasn’t created.
Then after a refresh another error: Click here to rebuild index

{img fileId="1101" thumb="box"}
---

Trunk:
Error
Click here to rebuild index
×
Error
Click here to rebuild index
{img fileId="1100" thumb="box"}
tracker item
Object Link tool broken (hangs forever or does not insert link)
When I click Insert Object Link, it hangs forever, and PHP lists errors in searchlib-unified.php

Same problem in category admin if you have unified_add_to_categ_search enabled the add objects hangs too {sign user="jonnybradley" datetime="2016-02-01T10:13:11+00:00"}
tracker item
insert tracker item with modal window fails due to form refresh when choosing page name from dropdown options
insert tracker item with modal window fails due to form refresh when choosing page name from dropdown options (in a tracker field wiki page name)

For the record, it was reproduced here: https://sustainability.seeds4c.org/tracker25
(site in production, intranet for a university course - ask for a temporary user if you are willing to test on site for debugging purposes or something)
tracker item
Inter-User messaging fails with realnames: username only written when replying and that fails in current svn
Inter-User messaging fails with realnames: username only written when replying and that fails in current svn , since it expects to use the "Real name (username)" format, it seems.
tracker item
Interactive Translation produces WSOD
((doc:Interactive Translation)) produces WSOD in 15.x,

Reproduced in Chromium 51 (windows user) or Firefox 46 (Linux)

url:
http://example.com/tiki-interactive_trans.php?interactive_translation_mode=on

user with tiki_p_admin

{img fileId="1050" thumb="box"}

"The page isn't redirecting properly"

Couldn't reproduce in the show instance. If you want to debug, tell me the keyword "sqbc"
tracker item
Interface string showing "0%" rather than a value
I noticed some strings being changed fairly recently, for example from:

"Items are not allowed to wrap around the box if this parameter is set to 1 (Yes)"

to:

"Items are not allowed to wrap around the box if this parameter is set to %0 (Yes)"

I assume the %0 is a placeholder for some value, but the page view shows "%0" rather than a value (this example is the Box wiki plugin form in the plugin help popup when editing a wiki page, etc.). I noticed a number of "1" -> "0%" changes in the strings but didn't check to see if they are all displaying as code instead of meaningful text.

tracker item
Intertiki broken for Tiki 14+ as master
Hi, I am afraid, that Intertiki is not working anymore, when Tiki 14 or pre-15 trunk is acting as master.

I have two environments, where Intertiki worked previously, but not anymore.

Due to the http-password it is not possible to connect to the show instance via Intertiki. But I configured the site as example, if you want to check it.

Now I will create a example setup on my server and add the access date here lateron.

If that my anticipation would be true, I consider this as a blocker, not only because we depend on Intertiki on the community websites.

Torsten
tracker item
item link displaying duplicated items
item link displaying duplicated items frmo a category field

I'll see if I'm able to reproduce in a show instance

http://xavi-9794-5929.show.tikiwiki.org/tiki-index.php?page=Services#step2
u: admin
p: 12345

Product name "Oracle Database" is duplicated in the dropdown.

Reproduced also in the tracker itself (aside of plugins in wiki pages)
http://xavi-9794-5929.show.tikiwiki.org/tiki-ajax_services.php?controller=tracker&action=insert_item&trackerId=2&modal=1
tracker item
Item Link field table and multiple selection broken
Some options for tracker field Item Links are broken;

Multiple Fields display type : table is not working anymore a single check box is displayed without any text.

When setting Display to Link and Select multiple values to yes (Multiple Fields display type: dropdown - table is broken as explained above) no link is displayed only text.

Will create an instance as soon as instance are back online.
tracker item
Items List display broken on input
The interactive part on creating a tracker item from r52312 vanished in r55703.

(more details later, I am really testing instance creation)
tracker item
jQuery UI dialog modal is missing its "X" in the close button
For example, on the wiki edit page, in the help dialog, when you select a plugin such as "IMG", the modal for entering the parameters (a jQuery UI dialog box) has the close button, but there's no "X" icon or character.
tracker item
Last Login date not retrieved on user info mouseover popup
[https://tiki.org/Community] user info popups show "Last Login" as "Never logged in" but on the user info page such as [https://tiki.org/user1553] it shows fine.

It's also not a problem on dev so i suspect an intertiki thing...

tracker item
Layouts aren't listed on Configuration Wizard - Set up Look and Feel
The Site layout selector doesn't have any options. This is a regression from Tiki 14. I thought the problem might have been caused by my changing the names of the layout options, but now I think maybe this isn't the case (that is, I don't see code that would be edited similar to how I edited to make the layout name changes).

(I don't know how many people would change the layout template via the setup wizard, but the broken selector isn't good for user confidence.)
---
Thanks Gary for reporting!
I leave it as pending ad please retest for you Gary, in case you can confirm it somewhere else too; it's fixed for me, at least, in this show.t.o instance. {sign user="xavi" datetime="2016-04-20T08:03:49+00:00"}
tracker item
Limit number of tracker submissions
A check box to mark the tacker can only be submitted once per person, like in the quiz feature, but with trackers.

I've tried everything I can think of that was written in every tracker help page to force only one submission per user. (not the same as one entry per user, since it seems I can re-submit the form over and over to modify the answer.)
---
Tested in trunk as of Jan 19th 2016 (r57256) and I confirm that there is some regression bug at least in trunk: standard registered user is able to submit a new item even if the setting to allow just one item per user or ip is enforced. {sign user="xavi" datetime="2016-01-19T10:13:02+00:00"}
To reproduce: login as
u: user1
p: user1
(plain registered user)

And go to

http://duqtape-11783-5792.show.tikiwiki.org/tiki-view_tracker.php?trackerId=1

where you will be able to insert new items, when you shouldn't, since the tracker setting "Only one item per user or IP (The tracker needs a user or IP address field with the auto-assign set to Creator)" is enabled, and that user field is set as required.

You can admin the site with:
u: admin
p: 12345

tracker item
Show PHP error messages