Loading...
 
Skip to main content

Category: 11.x

11.x
Show subcategories objects

Name Type
Display of categories has changed
The behavior for browsing categories has changed, and not to my liking. If this was not intentional, then it is a regression (as I've listed it). If this was intended, then please consider this a "wish" to restore the old behavior or (perhaps better yet) provide a plugin that allows me to control the display.

I have two versions available for viewing. They are not show.tiki.org, but they should do for demonstration.

11.2-
http://www.hrsms.org/home/cat74?deep=on&type=wiki+page&sort_mode=name_asc

9.2-
http://www.hrsms.org/home9/cat74?deep=on&type=wiki+page&sort_mode=name_asc

I like that in 9.2 it only shows the current category, and without watch links.

In 11.2, all categories are shown, with watch links (which in my opinion just add clutter to the page), and the category listing is expanded to the last viewed, not the current. To see this:
a) Browse categories on this site
b) Expand "How To-->Hulls"
c) On left menu, select "Models-->By Nationality"
d) Note that the results displayed are for nationality, but the category listing is still expanded to "how to--> hulls". Confusing to the viewer.
e) Change current URL from ..\home\.. to ..\home9\.. to see how "nationalities" looked in the old version. I much, much, much prefer this way.

I tried using PluginCategory for the same purpose, but I could not get the desired results. Indeed, I'm not even certain I get the results that should be expected. Based on my understanding of the parameters, I would expect the categories AND sub-categories to be displayed, and the results split when the category changes. That does not happen. You can see that here:
http://www.hrsms.org/home/Models

{CODE()}{category id="4" types="wiki" sort="name_asc" split="y" sub="y" showdescription="y" showname="y" showtype="n" one="y" showlinks="y" categoryshowlink="y" maxRecords="1000" showTitle="n"}{CODE}


tracker item
doc.tiki.org feature list (which is populated from trackers) is not appearing all the time
{syntax type="tiki" editor="plain"}
Background info:
http://tiki.org/tiki-view_forum_thread.php?comments_parentId=46281

So when you visit http://doc.tiki.org/Features, the actual list of features comes and goes.

You can see from the video below (I put a watch alert on that page) that it has been going on for months:
{flash type="url" movie="display251" width="1126" height="528"}
tracker item
duplicating files through elFinder fails with perm error message (for admin)
Unsure whether this is a regression or not.

Using elFinder here:
http://demo.tiki.org/11x/tiki-list_file_gallery.php?galleryId=6&view=finder

duplicating images (there is an option there) do not duplicate them (unable to copy "File Galleries/dsfg/New Svg Image drawing".

{img fileId="289" thumb="y" rel="box[g]"}
tracker item
Edit Session Preserved When Editor Window/Tab closed.
Say I have a tab open to editing page X, and then I close tab X.
the editor does not register that I closed the edit session, so when another user comes along to edit the page, they get a notification that the page is currently being edited, even though its not.

Not sure if this persists, or eventually times out or something, but figured I'd dump the behavior. I'll update if I find out more.
tracker item
edit wiki page with strasa.css shows popup boxes hidden below the text area
Using strasa.css in demo.t.o/11.x (reproduced else where also)

Log in as admin
Edit a wiki page,
click at a tool in the toolbar (help icon clicked in the screenshot below)
popup box is shown under the text area, no button are shown, most controls are hidden, etc.

See screenshot

{img fileId="288" thumb="y" rel="box[g]"}

tracker item
Editing a tracker field text area which contains the Flash plugin, breaks the plugin (such as for jCapture)
{syntax type="tiki" editor="plain"}
{img fileId="361"}
tracker item
embed image out of elFinder
If you write a wiki article for example and want to insert a image or picture you already uploaded you use the button for picture.
Then you select file galleries as the data source and want to select a file directly within the file gallery.
That's not the real problem. But as soon as you use elFinder for file gallery view you still can select a image but it will always insert a whole code tag within the "image id" field (eg. {img fileid="34" ...}) and not only the fileid itself.

The fix is really easy, you just need to edit the file [yourtikihome]/templates/tiki-list_file_gallery.tpl at line 294 and replace this line with the following:
{CODE(caption="templates/tiki-list_file_gallery.tpl")}window.opener.insertAt('{{$filegals_manager}}', data.fileId);{CODE}

Maybe you should fix this in a following version, as it's really annoying to fix the form every time.

-------

the patch doesn't seem to work. still having the issue of the full plugin code gets injected.

This is probably a Jonny bug now since it touches ElFinder
tracker item
Error in show.tikiwiki.org install_log (testing)
When i create a new show site which is not in trunk, the file http://jyhem-9952-4675.show.tikiwiki.org/install_log.txt

shows an error
/usr/local/sbin//tim-create: line 87: [[: 11.0: syntax error: invalid arithmetic operator (error token is ".0")

Ok, I can fix that in 2 minutes but I really wanted to experiment with the whole show workflow as a normal user :-)
Let me fix it and close it :)
tracker item
Error when displaying a tracker item and tpl is not found
Set a tracker to display items with a wiki page template.
Don't create the template so it is missing.

When viewing a tracker items popup this (ugly) error.

{CODE()}Fatal error: Uncaught exception 'SmartyException' with message 'Unable to load template file 'promo_tpl' in 'tracker_pretty_item.tpl'' in /var/www/sites/xxx/xxx/subdomains/www/html/vendor/smarty/smarty/distribution/libs/sysplugins/smarty_internal_templatebase.php on line 127 SmartyException: Unable to load template file 'promo_tpl' in 'tracker_pretty_item.tpl' in /var/www/sites/xxx/xxx/subdomains/www/html/vendor/smarty/smarty/distribution/libs/sysplugins/smarty_internal_templatebase.php on line 127 Call Stack: 0.0020 1106896 1. {main}() /var/www/sites/xxx/xxx/subdomains/www/html/tiki-view_tracker_item.php:0 0.2151 29471160 2. Smarty_Tiki->display() /var/www/sites/xxx/xxx/subdomains/www/html/tiki-view_tracker_item.php:723 0.2151 29471896 3. Smarty_Internal_TemplateBase->display() /var/www/sites/xxx/xxx/subdomains/www/html/lib/init/smarty.php:348 0.2151 29472056 4. Smarty_Tiki->fetch() /var/www/sites/xxx/xxx/subdomains/www/html/vendor/smarty/smarty/distribution/libs/sysplugins/smarty_internal_templatebase.php:374 0.2152 29475872 5. Smarty_Tiki->fetch() /var/www/sites/xxx/xxx/subdomains/www/html/lib/init/smarty.php:229 0.2154 29476112 6. Smarty_Internal_TemplateBase->fetch() /var/www/sites/xxx/xxx/subdomains/www/html/lib/init/smarty.php:254{CODE}

Should display the item with the tracker standard view (no template).
Eventually display a small error to admin only.
tracker item
Extend include_path for Net/LDAP2.php
Hello,

a freshly unzipped Tiki 11.0 installation which is configured to use Tiki and LDAP user accounts can't require_once the Net/LDAP2.php file in lib/auth/ldap.php line 14.

I tried to re-generate the composer autoload files, but without success.

Now, I extended the include_path in my php.ini file for vendor_extra/pear

Please have a look at this issues.

Thanks und regards
Lars
tracker item
Admin panels: False feedback to the admin when activating or deactivating prefs (phantom prefs).
Some phantom prefs are introduced in each version of Tiki, as devs add/change prefs but don't notice this. So before each major release (ex.: from 11.0 to 12.0, but not from 12.0 to 12.1), a complete check needs to be done, for all admin panels.

# Start with a fresh install (this is important because some of these issues could only happen once)
# Visit tiki-admin.php
# Activate all Preference Filters (Basic, Advanced, etc.)
# For each of the approx 50 panels on tiki-admin.php
## Activate or deactivate any checkbox (any pref really) on the page (only one per URL, no need to do it per tab).
## Confirm that the pref change is reported.
## If any ''other'' pref change is reported, figure out why and resolve.
tracker item
File Galleries Failing to Display in Tiki 11.0 -- A Fix
{syntax type="tiki" editor="plain"}
Was getting the following error in my CGI Log when I tried to display the File Galleries in Tiki 11.0:

PHP Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/.../.../.../.../wiki_11/templates/tiki-list_file_gallery.tpl" on line 253 "__{quotabar length='100' value=$smarty.capture.use}__" unknown tag "quotabar"' in /.../.../.../.../wiki_11/vendor/smarty/smarty/distribution/libs/sysplugins/smarty_internal_templatecompilerbase.php:665

I recalled having this problem a few times after an upgrade all the way back to version 8. The way I have fixed it is simply to go into templates/tiki-list_file_gallery.tpl and remove the expression {quotabar length='100' value=$smarty.capture.use}. Once I do that and upload the modified file, I'm able to display my file galleries. Don't know if that will work for everyone, but it has worked for me.

Why is there a problem with quotabar? That's a file that I notice won't upload when I use Filezilla to upload the files for a new installation, so maybe that's the source of the problem. It seems to me that this issue has been around for several versions now. Can someone please fix it? Thanks in advance.
tracker item
File Gallery backlinks are a dysfunctional mess
{syntax type="tiki" editor="plain"}
I want to use backlinks in File Gallery to show me what wiki pages reference the files. This is how I can identify orphaned files. However, this function is so broken that it is unreliable.

What I would expect from this feature is the following behaviors:
#Each file referenced in a wiki page has a single backlink to that page recorded in the File Gallery that contains the file
#Backlinks to wiki pages are uniquely indexed, so that even if there are numerous references to the same file on a page, there is only one backlink to that page shown in the File Gallery, rather than multiple backlinks to the same page
#Removing a reference to a file from a page will remove the backlink to that page from the file in the File Gallery
#Deleting a wiki page will delete all backlinks to that page in the File Gallery

The behaviors I have been able to duplicate in the demo wiki ([http://demo.tiki.org/11x/tiki-list_file_gallery.php?galleryId=6]) are as follows:
#Linking to a file in a wiki page will create a row in the ''tiki_file_backlinks'' table for that page in the File Gallery every time you save the page, even if there is already a row for that page
#If you edit the page and then save it, the backlinks to the referenced files are sometimes incremented, and sometimes not
#Removing the link to a file in a wiki page and then saving it ''does not remove the backlink'' in the File Gallery to that page
#Completely removing a page from the wiki that is referenced by backlinks in the File Gallery will not remove those backlinks, but will instead leave orphaned backlinks to non-existent pages
#There is no reindex or cleanup function built into Tiki for File Gallery backlinks, and no way to manually fix or remove bad backlinks (other than directly editing the database tables)
tracker item
File Gallery Download dead loop if folder is customized
I got a problem to see thumbnail and download file from File Gallery.
What I did are:
1. create a customized a folder for file gallery
2. point the file gallery folder destination to the new folder in setting.
3. upload a file
4. try to view the file and download the file, the system goes to endless loop, and no responds from server to client, logs are continuously generated till disk full.
[Thu Jan 01 12:56:38 2014] [error] [client 192.168.1.102] PHP Notice: ob_end_clean(): failed to delete buffer zlib output compression. in /apps/tiki/tiki-download_file.php on line 147, referer: http://tiki.mydomain.com/file1
5. after I check the code. in the tiki/tiki-download_file.php, line 146, it has below
~~#60F:while (ob_get_level()) {
ob_end_clean();
}// Be sure output buffering is turned off
~~
6. I googled the coding, looks it should be changed as below.
~~#60F:while (ob_get_level()>1) {
ob_end_clean();
}// Be sure output buffering is turned off
~~
7. I changed, the code, the file viewing and download are perfect. problem is solved.

Could any developer please review the code, if it is the way to go, please merge the change into the main trunk for future releases.

Thanks.
tracker item
File Gallery Handler Parent Gallery
The code for the file gallery handler has a default parent gallery of -1. This causes the features not to work. It should probably be set to 1.

Here's the specific code in lib\core\Tiki\Profile\InstallHander\FileGallery.php

$defaults = array(
'owner' => 'admin',
'public' => 'n',
'galleryId' => null,
~~#FF9:'parent' => -1,~~
'visible' => 'n', // fgal default is y so set here so it gets set only if specified in flags[]
);
tracker item
File Gallery title link download a picture
Go on http://demo.tiki.org/trunk/tiki-list_file_gallery.php.

If you click on the title of the page "File Galleries" you'll download a picture (seams the first one in the gallery).
tracker item
File Gallery upload not working
From r46361 when uploading a new file to a File Gallery the upload fails and (perhaps because of) the user is logged out
tracker item
Forum & Maillist Sync shows full email for list contributors not registered on tiki
Google Group list and forum posting are working perfectly after following [https://doc.tiki.org/Forum+and+Mailing+List+Synchronization|setup guide here].

According to the guide, email addresses unknown to tiki are to show as "Anonymous" posts. They do not. Instead, they show as the complete From: email address, "full name <email@somewhere.com"

Take a look here (I edited the sql database and changed the email address slightly to make it inoperable, but left the address there so you can see what happens.):

http://tiki.lingtransoft.info/tiki-view_forum_thread.php?comments_parentId=22&topics_offset=1

There is nowhere to turn this off, and it is a huge security risk as those addresses are posted in plain text.
tracker item
Forum rankings broken
tiki-forum_rankings.php is broken since Tiki 4 due to its usage of function forums_ranking_last_topics(), which was removed:
Fatal error: Call to undefined method RankLib::forums_ranking_last_topics() in /var/www/tiki/6.x/tiki-forum_rankings.php on line 70

or

Fatal error: Call to undefined method RankLib::forums_ranking_last_topics() in /var/www/tikitrunk/tiki-forum_rankings.php on line 72

The method was removed in r20573.
tracker item
http://dev.tiki.org/wish2000 used to work, but no longer, maybe because of changes in tiki-route.php
or maybe because it used to be because .htaccess was modified to support this?

Maybe "Rewrite tiki-view_tracker.php?itemId=yyy to Prefixyyy page" from https://dev.tiki.org/tiki-admin.php?page=sefurl could help?

I think others used to work as well, like bug or rfe?

tracker item
http://tiki.org/Lists+of+members+of+all+Teams UI issues
{flash type="url" movie="display559" width="878" height="732"}
tracker item
https://dev.tiki.org/Webmail page layout is broken
See screenshot
{img fileId="367"}
tracker item
Icon missing for Plugin File (or to upload a file) in default and upgraded toolbars
We miss at least one icon to easily add files to the file gallery and get them inserted in the text area easily with the minimum number of clicks.

In default installs, for usability for new users.

AND we need to respect tiki sites that had those tools ({img src="https://dev.tiki.org/img/icons/file-manager-add.png"}, for instance, which does something like [https://dev.tiki.org/tiki-upload_file.php?galleryId=3&view=browse&filegals_manager=area_51bb470595cd3&insertion_syntax=file]) added in the toolbar. In a site that I upgraded from 10.x to 11.x I had that tool removed, and this other one {img src="https://dev.tiki.org/img/icons/file-manager.png"} (PluginFile) also removed sitewide.
tracker item
IE10: plugin inserting and editing doesn't go where the cursor is
When inserting a plugin into a page, it brings you to a different place than where the cursor is.

PluginMouseOver is a good one to test

tracker item
Image does not display correctly when width differs from that of actual image
Whenever I try to insert an image in a wiki page and specify its width:
{CODE()}
{img fileId="51" width=100}
{CODE}
The image doesn't display properly. All I see is the plugin icon:

https://www.evernote.com/shard/s235/sh/56d7e686-a523-41e7-9df9-5059fdd80705/cbec3e47624cc4a9c0f7a45630039d06

Yet, if I display the image without the width argument
{CODE()}
{img fileId="51"}
{CODE}
It displays properly. If I specify a width that corresponds to the actual resolution of the image file, then it also works.

I have seen this problem with different file formats.

I tried to reproduce the problem on show, but was not able to:

http://user-10156-4744.show.tikiwiki.org/tiki-index.php?page=HomePage

But here are some screen shots from my 11.x site where the problem happens:

Here is a page with an image inserted with and without the width:

https://www.evernote.com/shard/s235/sh/b0e781ca-36ed-473a-a517-6ce457b568f4/2606ea1bece64d3326a2042d54ad9da0

Here is the source of that page:

https://www.evernote.com/shard/s235/sh/e2b0b7f5-53fb-479a-95c0-3dc9cf52ed9d/271ab3a14a21da68e8294dbf91d372c5

tracker item
Show PHP error messages