Loading...
 
Skip to main content

Category: 11.x Regression

11.x Regression
Show subcategories objects

Name Type
TRACKER plugin email notification regression error
The following plugin config worked perfectly in Tiki 10 (and indeed previous versions)

~np~{TRACKER(trackerId="6", fields="62:61:60:69:63:64:65:66:67:68:70:71:73", action="Subscribe to Newsletter", url="Newsletter Subscription Thankyou", emailformat="html", sort="y", email="admin@naturalaccess.org.uk|39,geoff.brickell@naturalaccess.org.uk|subscresp.tpl,subsccopy.tpl")}{TRACKER}~/np~

What happens now is that whilst the new tracker item/record is created instead of going to the defined URL page and sending the various emails using the templates, the page refreshes and just shows the following text:

Subject set twice

Grep'ing the 12.x branch shows that the only files that the text 'Subject set twice' is in, are:

lib/openpgp/.svn/text-base/OpenPGP_Zend_Mail.php.svn-base
lib/openpgp/OpenPGP_Zend_Mail.php
vendor/bombayworks/zendframework1/library/Zend/Mail.php

So some sort of wrong call to Zend mail ??

Which might be something to do with this tracker config sending two separate emails with different text defined by the templates??? Just guessing really


Fixed by r48536 - thanks Jonny



tracker item
trackerfilter plugin /d option not working with an Item Link field
{syntax type="tiki" editor="plain"}
The trackerfilter plugin has a 'filters' parameter with a /d option that allows a value to be selected from a drop down list so that all records with that value in the field are filtered out for presentation e.g a typical plugin might look like

~np~{trackerfilter filters="238/d" action="Create share holding report" noflipflop="y" trackerId="23" fields="238:244:240:241:242" compute="240/sum:242/sum" sort="y"}~/np~

But if field 238, as used in the example above, is an Item Link field the trackerfilter process does not find any records

This is a regression in both 11.x and 12.x but did work previously.


Other field types seem OK (although not tested them all !!!!)
tracker item
trackerfilter plugin export option not working

assumed to be OK now


some while ago the trackerfilter plugin had an export option added to it so that tracker data could be exported from a wiki page

this involved the addition of additional parameters:

export_action="text" - creates an export button instead of the normal button with the text as a label and modifies the plugin behaviour
export_status="n" - exports the record status
export_created="y" - exports the creation date
export_modif="y" - exports the modification date
export_charset="UTF-8"} - sets the charset - default is UTF-8

A typical config could be:

~np~{trackerfilter trackerId="6" fields="30:31" noflipflop="y" export_action="Start the small CSV Download" export_status="n" export_created="y" export_modif="y" export_charset="UTF-8"}~/np~

Problems as of r46589:
* export of small/medium trackers (upto 1000 records tested) now are OK, but ..
* when attempting to export a 8000 record tracker with 20 fields, this 'breaks' after about 7000-odd records. What happens is that the first 7000-odd records in the downloaded spreadsheet are fine but the balance are then gobbledegook - but no error messages are shown

Also
* --when the plugin editor is used the four parameters: export_status,
export_created, export_modif, and export_charset are not recognised ie when editing an existing config they 'turn up' as italicised parameters in the list,-- THIS IS NOW FIXED

and

* because the normal use of this plugin has the filter parameter as mandatory the plugin editor screen will not close if this is not set - so it needs to accept that this isn't mandatory if the export_action has been set

Re-tested at 19th Aug 2013 (r47137)

Show site added on 22nd Aug 2013


tracker item
Unknown column 'defaultOrderKey' in 'on clause' on http://next.tiki.org/tracker16
OK:
http://tiki.org/tracker16

Not OK:
http://next.tiki.org/tracker16
tracker item
Unwanted alert "You are about to leave this page" when using wysiwyg in trackers
r46077
In a tracker, when i set a field "text area" to use toolbar and wysiwyg i will have a lot of Unwanted alert "You are about to leave this page". Go at :[http://dev.tiki.org/tracker5] Click on the button "View Items".

http://dev.tiki.org/tracker5
tracker item
Username no longer appearing in tracker history
{img fileId="297"}
tracker item
Webservice feature is broken
I believe this is a regression and it seams to be related to composer.

I install a brand new (nothing configured yet) tiki-11.0.beta.tar.bz2 on my debian squeeze server.

Clicking on the icon in the admin main panel, I got the following error (feature activated or not):

{CODE()}Fatal error: require_once(): Failed opening required 'nusoap/nusoap.php' (include_path='/var/www/sites/xxx/xxx.co.il/subdomains/www/html/vendor/bombayworks/zendframework1/library:/var/www/sites/xxx/xxx.co.il/subdomains/www/html/vendor/bombayworks/zendframework1/extras/library:/var/www/sites/xxx/xxx.co.il/subdomains/www/html/vendor/phpseclib/phpseclib/phpseclib:.:/usr/share/php:/usr/share/pear:/var/www/sites/xxx/xxx.co.il/subdomains/www/html/') in /var/www/sites/xxx/xxx.co.il/subdomains/www/html/lib/soap/wsdllib.php on line 14 Call Stack: 0.0015 983032 1. {main}() /var/www/sites/xxx/xxx.co.il/subdomains/www/html/tiki-admin.php:0 0.1485 21077208 2. include_once('/var/www/sites/xxx/xxx.co.il/subdomains/www/html/admin/include_webservices.php') /var/www/sites/xxx/xxx.co.il/subdomains/www/html/tiki-admin.php:605 0.1502 21413568 3. require_once('/var/www/sites/xxx/xxx.co.il/subdomains/www/html/lib/webservicelib.php') /var/www/sites/xxx/xxx.co.il/subdomains/www/html/admin/include_webservices.php:10 0.1510 21483008 4. require_once('/var/www/sites/xxx/xxx.co.il/subdomains/www/html/lib/soap/wsdllib.php') /var/www/sites/xxx/xxx.co.il/subdomains/www/html/lib/webservicelib.php:10{CODE}

I have re setup.sh several time and tried the tips from: http://dev.tiki.org/Compose
Same.

I tested on demo and there it is working.
I don't know the setting there (and it is svn) but it should work on a linux server out of the box.
tracker item
Wiki page import no longer working
In the Properties tab of the Wiki edit screen (either standard wiki editor or wysiwyg) there is an option to Import the content of wiki page that has previously been exported (needs some Wiki options set to see these)

The export process works fine producing a text file with a special header area then the content which is in wiki syntax for the normal editor or html when using the (full) wysiwyg editor (not tested the wiki syntax wysiwyg option)

To import the page you simply browse to the file and then save the page - which used to import the content at that point.

However now (22 Aug 2013) in 11.x and trunk nothing happens and the page remains empty. It used to work Ok at some point probably version 6 or perhaps earlier?
tracker item
HTML doesn't get parsed in Headings of articles
WYSIWYG articles are ok when displayed using tiki-read_article.php, plugin or newsletter but show html on tiki-view_articles.php

Check Article 2 wysiwyg
http://demo.tiki.org/11x/tiki-read_article.php?articleId=4

Now compare : http://demo.tiki.org/11x/tiki-view_articles.php
and also : http://demo.tiki.org/11x/tiki-index.php

tracker item
Page break syntax ...page... no longer working in Tiki 11
The ~np~...page...~/np~ appears broken in 11.0. It should break the page into sections.

See demo: http://demo.tiki.org/11x/tiki-index.php?page=Page+Break
tracker item
page name finishing with .txt -> route error
{flash type="url" movie="display540" width="633" height="571"}
tracker item
Parser regression on -> between 6 and 9, and still present in 10 and 11
{CODE(caption="This text behaves OK in 6x, but not in 9,10,11")}! Three ways to search

A. To search for a bug/feature request you can use the search bar in the upper right.

B. Use the Keywords way down on the right column over there -->

C. You can also search the main tracker using the form below.
{CODE}


{img fileId="258"}
tracker item
Permissions for perspectives are not working
There was a missing check to make sure users had the permission to switch permission.

This commit was to address this:
http://sourceforge.net/p/tikiwiki/code/46963

However, now, it's not possible for anonymous uses to switch perspectives, even if they have tiki_p_perspective_view
tracker item
PluginCODE no longer working on some pages
{syntax type="tiki" editor="plain"}
Please see:

http://doc.tiki.org/Changelog+1.8
http://doc.tiki.org/Changelog+1.9

__Update__: still present in 18.x :( {sign user="luci" datetime="2018-04-03T07:29:30+00:00"}
tracker item
PluginIMG: Mouseover no longer works
See: https://tiki.org/TikiFestStrasbourg
tracker item
PluginMouseover data in WYSIWYG : line breaks are lost from the mouseover data
{flash type="url" movie="display292" width="589" height="633"}
tracker item
real page name displayed as pagetitle instead of alias
In previous versions of tiki wiki, the alias of a page would show as the pagetitle for that page (assuming pref enabled to do so), but now the pagetitle is the pagename and not the page alias.

workaround below.
tracker item
Search index is not automatically updated by default in a new Tiki11 as it was done in a new Tiki10
there is some change in the default behavior in a brand new tiki, between tiki10 and tiki11, regarding the search index

To reproduce it, you can install the same profile "Tracker_as_Calendar_10" in a brand new tiki10, and in a brand new tiki11.

After adding a new tracker item in the tracker-calendar, the item is shown in the calendar in Tiki10, but not in Tiki11. To have it shown in Tiki11, you need to click at "Rebuild Search index" link at the "quick admin" module (unified search is disabled according to the admin panel)

so I wonder why search index is not automatically updated in Tiki11, as it's done in Tiki10 by default
tracker item
The second editor of a page in wysiwyg mode will see an empty editor bloc when overriding
Tested on Tiki 11 release (no svn) with page editing in mode wysiwyg.

If a second user (with proper perm) come to edit a wiki page (overrinding) he will see nothing in the editor bloc as he was getting into an empty page.

To reproduce on the show instance:
Open in one browser.
Log as editor1/12345.
Edit and let open in editing mode the homepage.

Open in a second browser.
Log as editor2/12345.
Edit the homepage, when warned the page is already edited by editor1, override.
You'll get an empty page.

Used to work.
tracker item
Signature plugin is jumpy
{flash type="url" movie="display296" width="772" height="721"}
tracker item
slideshow not working after upgrade to 11.x (multitiki) if js minify is off
Slideshow is not working anymore since I upgraded the site to Tiki11, (I also changed the style to coalesce).

http://sustainability.seeds4c.org/tiki-slideshow.php?page=Session+02

or

http://sustainability.seeds4c.org/show:Session%2002#s1

show the same wiki page, with no slides.
Those same pages upto tiki10 produced slides in a slideshow.
tracker item
Slideshows break between Tiki10 and Tiki11
http://nextdoc.tiki.org/show:Installation is not like http://doc.tiki.org/show:Installation {sign user="marclaporte" datetime="2013-03-15T16:08:44+00:00"}
{img fileId="164"}
tracker item
Switching themes has no effect
http://themes.tiki.org/Sample+page

{flash type="url" movie="display528" width="1111" height="494"}
tracker item
Synchronize Forum and external Mailinglist (Mailman)
Synchronize a Tiki Forum with a (Mailman) Mailinglist

a) Forum outbound email (Regression)
In Tiki 11 it was observed that Tiki cannot send emails out from a forum post to a mailinglist. This problem might be produced by Zend/composer. This is a regression. It works in Tiki9.5 (not clear about Tiki10). More Info:
https://dev.tiki.org/Regressions+in+11x
https://tiki.org/tiki-view_forum_thread.php?comments_parentId=47927

b) Forum inbound email (Error)
In Tiki 9.5 it was observed that postings from a mailinglist are shown in Forum with wrong author sometimes. Users of Forum and Mailinglist are not necessarily identical. Some users are registered at forum and mailinglist, and they are recognized by Tiki via email address correctly. Every now and then (no clear pattern yet) an inbound email from mailinglist is registered in the forum with wrong username and wrong email, apparently random chosen by someone else who wrote earlier to the list and was listed in the forum with his post.
In addition Tiki Forum breaks threading if the email topic is changed. This might be intentional and due to lack of internal handling of emails' Message-Id header.

c) Tiki Forum header (Wishlist)
Tiki recognizes whether an inbound email was sent by forum or not. This is done by a header. This header should be up to configuration, because it is not possible to connect two different Tiki forums with one mailinglist.

d) Demo and Showcase
Unfortunately it is not possible to construct a showcase easily, because the setup of Tiki plus Mailman is quite complex (spam protection would require an isolated setup which cannot spam real world) and the pattern seems to be dependent on race conditions.
tracker item
t.o 11.x: left column overlapping central column and flip left column is unclickable with Chromium
tiki.org (11.x): many pages shows as anonymous (or registered) with left column overlapping central column. And the icon to flip left column is unclickable. See screenshot (from http://tiki.org/Translation+Server ).

This was visited with Chromium (Versió 28.0.1500.71 Ubuntu 13.04).
Using firefox everything is displayed properly

{sign user="pascalstjean" datetime="2013-08-26T01:52:24+00:00"}
* Chromium is no longer webkit. It is now Blink http://techcrunch.com/2013/04/03/google-forks-webkit-and-launches-blink-its-own-rendering-engine-that-will-soon-power-chrome-and-chromeos/
* Also tried to reproduce using http://browsershots.org/ I ran all browsers and couldn't find a screenshot that seemed broken

{sign user="xavi" datetime="2013-08-29T19:29:30+00:00"}
* Other user reports in irc.t.o a similar issue in t.o with Firefox browser:
+ [http://irc.tiki.org/irclogger_log/tikiwiki?date=2013-08-29,Thu&sel=72#l68]

tracker item
Show PHP error messages