Loading...
 
Skip to main content

Category: Closed - Completed

The issue is answered/fixed and it is accepted
Closed - Completed
Show subcategories objects

Name Type
Ip logging in many table too short for IPv6
In tables
tiki_comments, tiki_history, tiki_pages, tiki_tags tiki_user_voting
the column IP is too short (varchar 15) for IPv6 logging

In tables
tiki_actionlog, tiki_download, tiki_logs the column IP is very big (too big ?) varing from 39 to 200 char . In tiki_download the IP cloumn is in UPPERCASE (may be problem with some Mysql installation)

In tables
tiki_banning
the IP is split in three columns . so we can't bann an IPv6
tracker item
Fatal error: Call to undefined function exif_read_data
On host without exif support tiki-8.2 gives blank page with
Fatal error: Call to undefined function exif_read_data() in /.../public_html/lib/images/abstract.php on line 236
when there are .jpg images on the page.
tracker item
PATCH: wikiplugin_userlist.php handles privileges the opposite way
When using the UserList plugin, the links on the user names leading to their personal information pages, are shown and hidden depending on privileges of the logged in user. Unfortunately, the logic is reverse of what it should be.

Correct logic is: show links for all users that when either A.) You have admin privileges. B.) User listed is yourself. C.) User listed has chosen to make his profile information public.

Current logic is: show links when A.) You have admin privileges. B.) User listed is NOT yourself, AND user listed has chosen NOT to make his information public.
tracker item
Tiki logs sort by Id or Message not working
Tiki v8.3

When attempting to sort the Tiki logs by either Id or Message, the lines do not sort as expected. The actual order appears to be random, regardless of the requested sort direction (ASC or DESC.)
tracker item
modifier.sefurl.php does not contain a case that handles calendar urls
Spotted by a user who noted that the URL of a suggested Calendar at the bottom of a wiki page returned an 'invalid URL' error. I tracked the error down to the sefurl modifier in the template not handling calendar URLs properly. The tested correction to modifier.sefurl.php is:
{CODE(caption="add after line 95" wrap="0" colors="php")} case 'calendar':
$href = $sefurl ? "cal$source" : "tiki-calendar.php?calIds[]=$source";
break;{CODE}
tracker item
Issue while trying to create a new article with unaccepted chars in title
T
tracker item
Pollution of URLs by sending relative links to inexisting subdirectories
On doc.tiki.org/Installation, there is a link to doc.tiki.org/tiki-index.php/page=Installation

{img fileId=54}

And then, this page is broken, and it has many new links to index, most of which are invalid.

{img fileId=55}


Another example:
{img fileId=63}
tracker item
No access to tiki wiki due to session problems
Hi,

This bug affects version 9.x, but after having a short look at the 10.x source code, that version is probably also affected.

It happened after upgrading from version 3.9 to 9.3.

When accessing my.host or my.host/index.php, tikiwiki should redirect to tiki-index.php but gets stuck in an endless redirection loop by redirecting to my.host.

When accessing my.host/tiki-index.php directly,the following error message is displayed:
"Error
Required features: feature_wiki. If you do not have the privileges to activate these features, ask the site administrator."

Similar errors when accessing other features.
tracker item
JavaScript zoom on images
http://www.synegg.co.uk/top-tips/8-great-javascript-zoom-scripts/
tracker item
jCapture sometimes has issues when using more than one screen
I click the camera, but the grey selection box never appears.

I suspected recent upgrade in Java or jCapture, but it was multi-screen issue
tracker item
Link from objectpermissions.php to doc help page has wrong URL / Alias issue
Clicking on the interrogation mark that exist on the right of the title "Assign global permissions" on objectpermissions.php takes the user to a wrong doc page: [https://doc.tiki.org/Permission] (The word Permission in the singular form)

!!!!Facts:
*The page [https://doc.tiki.org/Permissions] (in the plural form) exists.
* An alias "permission" at the bottom of the page above also exists, but seems not to work properly.

!!!!Trying to workaround myself:
*I created an alias called "Permission" at https://doc.tiki.org/Permissions to test if the the upper case sensitivity of the letter "P" could eventually be what was preventing at the alias to work properly. It did not work. Another possible bug.
tracker item
LinkedIn Links Broken
The tiki.org LinkedIn links are all broken.
tracker item
Linking to a shared or local drive or directory
Different browsers have a different behavior so ideally the Tiki plugin accepts the file path and produces what is needed for each browser.

* http://stackoverflow.com/questions/5317834/workaround-for-href-file-in-firefox
* http://stackoverflow.com/questions/192080/firefox-links-to-local-or-network-pages-do-not-work


{CODE(caption="link to a file")}W:\00 - Project Management\01 - Project Plan\GLOBAL PLAN.pdf
{CODE}

{CODE(caption="link to a folder")}W:\00 - Project Management\01 - Project Plan\
{CODE}
tracker item
List pages should have a create/edit wiki page box
People expect to find one here
tracker item
Location Field covers date time field picker
Not 100% if it's a regression or not as not tested in older versions for now. But if I have a tracker with a location field and also a date-time field, and if I trigger the date time field and if the jscalendar popup goes over the map it will go behind the map and be unclickable as a result.

tracker item
Long text (url) without space spill over tracker contenttabs or is hidden in comments
#Long text (url) without space spill over tracker contenttabs when viewing an item : http://domain.com/itemxxx.
#Long text in a comment tab is hidden, should be wrapped and content should be displayed.

Why can’t I say the word "url" in here ? a is added all the time...
tracker item
menu export data includes html (and other characters?)
__Looks like this only happens for menus that have got the "Wiki parse" option set__

When a menu is exported the resultant CSV file contains html (and other end of line characters?) for the Name field

Particular difficulties occur when the option to wiki parse the label is set 'on' ie the Name field may have something like:

~np~Home {img src="img/icons/home.gif" height="12" width="12" alt="Image"}~/np~

so that a small icon is included - but when this is exported it appears as:

~np~Home <img src="img/icons/home.gif" height="12" width="12" alt="Image" class="regImage pluginImg" />~/np~

with additional spurious end of line characters that do not show up in the Excel spreadsheet

Similar end of line characters appear on all simple text entries in the Name field.

The difficulty arises when you want to reimport previously exported data and this then causes corruption

It looks like the parsed output of the Name field may be being exported instead of the simple stored value ?

tracker item
Migrate binary files in between the file system and the database
Add a feature to move files in between the file system and the database

This feature:
tiki-admin.php?page=trackers
tiki-admin.php?page=fgal
tiki-admin.php?page=wikiatt

should be added here:
tiki-admin.php?page=gal

(In fact, it should be backported from 1.10) "Move images from filesystem storage to database storage"
tracker item
Minify and cache js and css files, with an admin panel to refresh
Productization: Create admin preference to enable/disable minify
https://bugzilla.mozilla.org/show_bug.cgi?id=502092

Implement Admin panel/setting to flush/rebuild Minify cache
https://bugzilla.mozilla.org/show_bug.cgi?id=497703

[https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=minify&product=support.mozilla.com&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=|All "minify" related]

This cache should also be deletable


http://code.google.com/p/minify/
tracker item
Mobile display broken in 12.x
Mibile diaplay seems to be broken in recent revisions of 12.x (within the last month or so {sign user="xavi" datetime="2014-07-05T18:40:27+00:00"} )

To reproduce, use a mobile device to visit any of these sites, as anon, based on 12.x:
* http://seeds4c.org
* http://r-es.org
* http://iesgogreen.seeds4c.org

tracker item
Mobile support for INCLUDE, Structures?
I'm creating a Tiki site with several small reusable bits of content (as Wiki pages). Cell phone users are my primary audience, so I'm relying on HAWHAW and HAWIKI. I'd like to use INCLUDE module or structures to reuse the content. Tiki handles it fine, but my mobile tiki doesn't support either INCLUDES or Structures. The INCLUDE lines pass right thru unparsed.

1. Is there an easy way for me to get INCLUDE to work?
2. Is it planned for support in a later release?
3. Are there plans for support for Structures?

Thanks for HAWHAW, it's great!

Rob
tracker item
Module "articles" not filtering for language lang=XX
Hi, I first want to setup a show instance to check.

In Tiki 14 on wiki pages I am using a module, for example: ~np~{module module=articles lang=de ... } ~/np~.

The module is showing articles of all languages and not filtering for the language specified in the parameter.

In a menu the link ~np~/articles?lang=de~/np~ is working alright.

Torsten
tracker item
Multi-domain: redirect all traffic to main domain
When a tiki is on a server which has several domain names, have an option to force a redirect to one in particular (similar to force with/without www). Should be a "permanent redirect" HTTP/1.1 301 Moved Permanently

This is related to the recently introduced feature to remove www or add www to Tiki sites

Specifically, all *.tikiwiki.org domains will progressively move *.tiki.org Both URLs will be kept forever but tiki.org should be the new main one that people see in their browser (and copy-paste from)
tracker item
Multiple header with same text causes maketoc type header links to fail
When there are multiple headers of the same text, for example:

!!!!Windows Media Player

stuff about WMP

!!!!!Platform availability

WMP is available in these platforms....

!!!!Adobe Reader

stuff about WMP

!!!!!Platform availability

Adobe Reader is available in these platforms....

The links by maketoc all point to the first instance of Platform availability. This is not correct.

{maketoc}
tracker item
Add support for Optimizer+ stats in the performance admin panel
[https://wiki.php.net/rfc/optimizerplus|Optimizer+ will be integrated into PHP 5.5.0]

So
1- We want this in the dashboard like APC and Xcache
2- We want to make sure it works with tiki-monitor.php -> http://sourceforge.net/p/tikiwiki/code/48039


OPCache:
http://php.net/manual/en/book.opcache.php

OpCache status from Rasmus Lerdorf:
https://github.com/rlerdorf/opcache-status

Related:
http://rtcamp.com/tutorials/php/zend-opcache/

Important commits:
http://sourceforge.net/p/tikiwiki/code/27831
http://sourceforge.net/p/tikiwiki/code/27829



tracker item
Show PHP error messages