Loading...
 
Skip to main content

Category: 2.x

code name for Tiki version after 1.9.x (was 1.10.x)
2.x
Show subcategories objects

Name Type
blocking error on page containg CODE tag and $0
Creating a new page containing the CODE initial tag and then the CODE close tag
and inside this having a $0 produce a 500 internal server error

Reproduced on two different migrated tikiwiki sites (from 1.97 and from 1.9.9)
(working well BEFORE upgrade) and on the feature/usability tikiwiki forum site itself.

Adding a comment on the 4929th line in lib/tikilib.php you can see it again, but without
proper substitution

The problem is blocking ($0 is several times used inside linux script tipically contained
into CODE tags)



tracker item
Blocking query in trackers code
Every now and then dev.tw.o becomes unaccessible. The site gets slower and slower and eventually it stops working. The problem is with the database. Line 767 in lib/trackers/trackerlib.php

$query_cant = 'SELECT count(DISTINCT ttif.`itemId`) FROM '.$base_tables.$sort_tables.$cat_table.$mid;

Under some circumstances this query never returns from the database, runs forever and blocks the complete dev.tw.o database, making the site unresponsive.
tracker item
Blog options WYSIWYCA (especially trackbacks)
In Tiki 1.9.8.3, even if the feature is off, you can see references to trackback pings in tiki-view_blog.php , tiki-view_blog_post.php, tiki-edit_blog.php and tiki-blog_post.php

Proper feature checks for {$feature_blogposts_pings}, {$feature_trackbackpings} and if the feature is activated per blog should be done.

tracker item
Blog post: editing a post (as admin) changes the author
If a user edits a blog post (ex.: to correct a typo), it becomes the post author and after, the original author can no longer edit it.


author should not change, or even better, let the admin pick the user from a drop-down list.
tracker item
Blogs don't show any headings
With the prefs.feature_blog_heading perm enabled and tiki_p_edit_templates dissabled, users - with the perm to create blogs - will be able to create blogs but no heading will be shown when their blogs are viewed in tiki-view_blog.php.

In essence, unless both above named perms/prefs are enabled a user won't be able to create a heading, and no heading will be saved in DB for the blog.

And since the conditional to handle situations when $heading is empty has been removed in rev 9146 the blog will show no heading what so ever when it is viewed.
tracker item
Broken image gallery show all images page apparently due to missing font
See http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=28489 for report. Error indicates a missing font. At the top of tiki-show_all_images.php I see this line: $fontfile = "/usr/share/fonts/truetype/ttf-bitstream-vera/VeraBd.ttf"; No exception handling?
tracker item
broken install of aulawiki
Installation of aulawiki fails with this error:

Context:
File tiki-mods.php
Url tiki-mods.php?
Query:
INSERT INTO tiki_menus VALUES (100,'Workspace menu','Sample workspace menu','d');
Values:
Message:
Column count doesn't match value count at row 1
Built query was probably:
INSERT INTO tiki_menus VALUES (100,'Workspace menu','Sample workspace menu','d');
tracker item
Broken links in the Wiki, if there is a comma in the URL
{syntax type="tiki" editor="plain"}
If there is a comma in the URL (testet in the Wiki-Module), the link isn't complete clickable.

Only the part before the comma is linked. Everything after the comma in the URL is shown as normal text in the TikiWiki.

I know, commas should not be part of an URL, but there are many webages out there, how have this.

This bug is testet on TikiWiki 2.2 and 3.0

Here an example of a broken link:
http://this-is-a-testlink.com/foo,bar

[http://this-is-a-testlink.com/foo,bar|this is my link with comma]

But when you use "external Link Icon" with ~091~ Link~124~ Descripton ~093~ That will work.

TheDayAfter
tracker item
browsing images in 1.10cvs is not working, but images can be displayed
Browsing images in 1.10cvs is not working (fyi). Weird, though: this works: http://uniwiki.aia06.ourproject.org/show_image.php?id=4

but his doesn't work (doesn't show the image): http://uniwiki.aia06.ourproject.org/tiki-browse_image.php?imageId=4

----
Fixed, I think (long ago)
tracker item
Bug in trackers with rating in listing
If you create a tracker with rating and you show the rating in the tracker list you have at least two problems:

* first you don't have just the rating but the complete voting grid in the list which is not what I expected but hey might be ok or at least should be noted somewhere but this is not the pb
* if a user votes click on the rating array two things happend :
** the global rating is changed which is not cool
** more importantly some other fields get changed to the value of the rating ! even fileds with drop down menu !!

So first the bug that changing the rating changes also other fields.
Second tracker fields with values from a list are not checked to verify that the value supplied is in the value list :(

---
Can you please retest with current supported versions (e.g., Tiki12, ...)? {sign user="xavi" datetime="2014-02-07T09:45:24+00:00"}
tracker item
bulk delete entries and export options
this is a feature request. i found the tracker very useful in many ways. perhaps some additional feature would be nice :)

1. bulk delete entries.
- when theres a lot of item submitted. deleting them one by one is very tedious and slow. this is the same as to the adding/delete users in 1.8 where it was enhance in 1.9 to be able to bulk delete users......this should be incorporated in the tracker which would make it more streamlined i assume.

2. import/export to/from csv.
- we always keep an archive database data. it would be nice to have an import/export feature to automaticly populate our tracker with items from a csv file. tikisheet does this but it has nothing to do with trackers. and the same to export all data to a csv file.

just a request i hope people would find usufull.
thanks for a super than great, top class CMS, tikiwiki........
tracker item
Button "more" of user list does not work
{syntax type="tiki" editor="plain"}
In the "user list" menu, the menu where I have the 10 top users, the "More.." button does not work, I get the message:

"This feature is disabled"

And I have enabled the permission "tiki_p_list_users"
tracker item
button to insert items to trackers ("&cookietab=2") stopped working after recent 1.10 svn updates
1.10 svn Version from today (at least) May 25th is having a problem to show the tab to add items to a trackers through clicking on the link:
http://intercanvis.net/tiki-view_tracker.php?trackerId=8&cookietab=2

(intercanvis.net theme style is based on hec2 and the only customized tpl's are header.tpl and tiki-top_bar.tpl. Anyway, that link to add items to a trackers was working nicely weeks/months ago.)

On the contrary, doc.tw.o was updated a month ago or earlier, and the link is still working:
http://doc.tikiwiki.org/tiki-view_tracker.php?trackerId=8&cookietab=2

tracker item
Cached images are broken on themes.tw.o (feature broken?)
{syntax type="tiki" editor="plain"}
See this post:
http://themes.tikiwiki.org/tiki-view_forum_thread.php?topics_offset=1&forumId=2&comments_parentId=618

A user added some links to external images, which seem to be dinamically linked to cached copies by Tiki.

This is the external link itself:
http://neil.s.alexander.googlepages.com/tw19.jpg

This is the url to the cached image by themes.tw.o:
http://themes.tikiwiki.org/tiki-view_cache.php?u%72l=http%3A%2F%2Fneil.s.alexander.googlepages.com%2Ftw19.jpg

Cached images are broken, showing this on the browser:
{CODE(wrap=>y)}

ur‍l (Localitzador de Recurs Universal) http://neil.s.alexander.googlepages.com/tw19.jpg
Carregat en memòria cau Dimecres 03 de Desembre, 2008 17:07:06 CET

Aquesta és una versió en memòria cau de la pàgina (Cliqueu aquí per veure la memòria cau Google de la pàgina.)

�����JFIF��H�H�����Exif��MM�*������������Created with The GIMP���C� !"$"$���C����"���������������� ���p� �!1"AQUa���2ST����#Vbqt���346BRd�����$57rs����%Ceu��8Dcv���� &f�����EFW�'�G�����������������C�
(...)
{CODE}
tracker item
Calendar 28February does not show newly added event
I am newbie on this. I found the error/bug when I added an event on the 28th of February. Newly added event did not show up on the monthly calendar but shows up in the View List.

Maybe this is resolved on version 3. i don't know. Just downloaded v 3 but did not install yet.

As to priority well, its passed February now, but next year target date is enough time.
tracker item
Calendar allows for event end to be before event start
Calendar allows for event end to be before event start

also when asked for duration it asks for a time not an amount of time.
tracker item
calendar can not display next year
Hi,

Calendar displays only this year when adding an event.
I can not select next year or any other year in start/end date box.

Regards,
Shigeru
tracker item
Calendar can not select any other year but this year
Hi
Calendar can accept only this year when adding an event.
I can not select next year or any other year except this year.

Regards,
Shigeru
tracker item
Calendar Enrtries not showing
On Month and Quarter Calendars, I have not managed to test semester. If the last day of the period is displayed in the bottom right corner of the grid it will not display any events. All other times it displays them.
tracker item
Calendar events: end date should be later than start date
There is currently no sanity check
tracker item
Calendar items: adding a comment
To be able to add a comment to an existing calendar item.
tracker item
Calendar missing Event on 2009.02.28
If I add an event for the 02/28/2009 the event does not display within the month mode, in list and week the event is shown.
tracker item
Calendar new event 24hr choices only
Calendar needs a setting to choose 12Hr time. Now when you add a new event you can only choose times in 24hr mode. This is true even if you have set your preferences for the application to use 12hr time. (Marc Laporte is now aware of this problem).

It might be best to have the Calendar new event time reference the time (and date)settings in the "general" admin screen.
tracker item
Calendar patches to provide more logical menu/feature access
Sorry - these patches were committed quite a while ago - just forgot to close the item

-------------------------------------------------------------------

I have recently started to use the Calendar function in a new v2.2 site and I found a number of illogical/inconsistent functions that I changed by simply editing the .tpl files. I think some of these are sufficiently useful that I'm submitting them as patches - I'm not really set up to do the whole SVN/developer thing at present.

Here is a summary of the changes/adaptations

__tiki-calendar.tpl__ - original source {* $Id: tiki-calendar.tpl 13045 2008-05-29 07:07:56Z chibaguy $ *}
# logic changed so that Config/Options button is ONLY shown if the user is the admin
# logic changed so that Add Event button is only shown if $displayedcals|@count >0


__tiki-calendar_calmode.tpl__ - original source ?not shown?
# explicit ~np~%d/%m~/np~ used for day/month on each day 'cell' to show European style of date. This is just an interim patch to change the existing 'hard coded' version which shows ~np~%m/%d~/np~. It should be possible to change the logic to extract the right format from the General Admin time/date settings - am still looking at this
# logic changed for additional check to NOT show 'add event' in day cell icon if no calendar 'visible'


__tiki-calendar_nav.tpl__ - original source ?not shown?
# swap ~np~%B %e~/np~ to ~np~%e %B~/np~ in several lines in the "calnavigation" div - again to adopt a European style. Still looking to see how this can automatically extract the right info from the general Admin time/date settings
tracker item
Calendar setting "detect browser time zone..." shows date labels wrong (-1 day) in month view
Using the same 1.10svn from March 29th 2008 on two sites on the same hosting.

If "Time zone" setting at "Admin > login > default values" was set as default: "Detect Browser time zone if possible and site deafult if not" (or something similar) in the first tiki site, but unset on the second tiki site, then dates in site 1 are shown in tiki-calendar.php month view with a label which is wrong: it shows date -1 day. Site two shows the right date.

I.e.: today Wednesday April 2nd, on site one would say 04/01 (on the wednesday column, which is the correct one), and on site two, it would say: 04/02 (also on the wednesday column, the correct one).

When viewing the event at item view, then the date is shown correctly on both sites.

Once I set "site default" as default seting for new users on site one, dates were shown ok.

I'm afraid that previously registered users on tiki site 1 will have the wrong setting and thus, I will have to change their setting manually....

I would suggest that, if somebody else can confirm this bug, the default setting onp tiki.sql and 1.9_to_1,0.sql would be "site default" and not "browser based thingy....
tracker item
Show PHP error messages