Loading...
 

Category: 5.x

5.x
Show subcategories objects

Name Type
Upgrade 4.1->5.0 - Error : x01 : Fatal error on tra.php
Hello,

As I told about, during upgrading from 4.2 (I am testing from 4.3) many errors occurs. This threated in a global way in id4377.

Here the problem comes from tra.php this generates a __fatal ERROR__

Reason during first tiki-setup __tra.php__ can be called when $tikilib is not yet set then __the function tra_impl crashes__.

It seems that at this stage of installation (managing session prefs) is it, as if getone() should answer false, nothing particular to do :
I have justed added a first level isset on $tikilib

See the joined patched source with comments.

tracker item
_htaccess should know which version of Tiki it is for
Good:

Since Tiki4, in tiki-admin_include_sefurl.php, Tiki detects if .htaccess is there and if contains tiki-index.php?page=$1

But:
If Tiki is upgraded, by installing over, there may be issues because Tiki is still using the old .htaccess without informing tiki admin


Proposal:
Have Tiki version number in _htaccess (and thus updated as part of the release procedure)
Test on this, and inform users when they forgot to upgrade their .htaccess file.




tracker item
.htaccess issue, Page Not Found, 404 Error
Using the supplied .htaccess file, when a non existent file and directory is requested for OThER than .htm files, a 404 is not generated and an unformatted version of the home page is opened. For example see uticacurlingclub.org/junk/junk.htm which generates a normal 404 which is redirected to a custom page, and uticacurlingclub.org/junk/junk.pdb which does not. I suspect this is an issue with .htaccess.
tracker item
$trklib->list_items(..) shall use the itemid references instead of the real value
See reasoning and details in 3139.
tracker item
Categories permission assign to groups doesn't work
I need to set three group of user.
Each user is member of only one group.
Each group should not have access to other groups contribution

So i've decided to create 3 categories, to set specific permission on each categorie for one group.

I add a module category to show category for user. But i always get the message "You do not have permission to use this feature".

I'm not able to create page with a user.

Really need help !!
tracker item
Filegal File Object permissions - does not exist.
Object permissions do not actually apply to individual files in a filegal. Despite this, we have UI to change said permissions. Trying to apply perms on a file affects the perms on the parent filegal. Very confusing and frustrating usability bug.
tracker item
5 RC-1 Cannot Paste Text in WYSIWYG Editor
! Update to below, see attached screenshot. Just discovered a pop-up application for pasting text. Very weird to see after decades of pasting text the old fashioned way ;-)

!!WYSIWYG Editor Tiki 5 RC-1
fresh from svn

__Cannot paste text into editor __
*anything pasted just disappears
*tried wiki and blog post
*tried 5 Alive and The News themes
*tried Mac Safari and Chrome


__Cannot paste text__
TW 4.1: Edit a wiki page with WYSIWYG editor:

#Can type & use formatting tools.
#Cannot paste text. When Text is pasted, the desired text appears very briefly, sort of flashes on the screen, then disappears. Saving at this point saves any typed or formatting changes, but the pasted text does not appear.
#Can switch to Wiki Editor, paste text, switch back to WYSIWYG and format it from there.
tracker item
5 RC1 HomePage Incorrectly lists Profile Features
The RC1 HomePage says

----
__Personal Blog and Profile__ (apply profile now)
Setup with many cool features to help you integrate the Social Web and establish a strong presence in the Blogosphere

Blog (Full set of blog related features)
Image Gallery
''__Calendar__''
RSS Integration
Video Log

-----

However the Calendar is not installed, so either the doc is wrong or the feature should be added to the profile.
tracker item
5.0 & tw.o: Fullscreen Edit doesn't stay for than a few seconds on
The full screen button in the new interface at Tiki5 for wiki page edition doesn't keep the ful screen mode more than a few seconds.

Reproduced with Google Chrome 5.0.x and Firefox 3.6.6 on GNU/Linux.

Example here:
http://tikiwiki.org/tiki-editpage.php?page=TikiFestBarcelona2
tracker item
5.0: anonymous shouldn't see "watch" icons when browsing category tree
Using Tiki 5.0: anonymous shouldn't see "watch" icons when browsing category tree.
And they can.
Reproduced here, for instance:
http://intercanvis.net/tiki-browse_categories.php
tracker item
5.0: since upgrade from 3.x, forum post emails to author missing, from other users ok
We recently upgraded precarios.org site from 3.6 to 5.0 (and migrated to a new server; dns propagating right now).

Since then, when you post a message in a forum that you are watching, you don't get a copy of your own email, but only copies of emails sent by others.

This is expected to allow users to follow a full thread in the email program.

For wiki page changes, you get also notification of your own changes.
tracker item
5.0RC1 - wiki Editing option "check orthography" ->em error : table "babl_words_fr" missing
Hello,

Remark : The editing current page seems to crash if to many changes by cut are made (my page lost).

Object :

Change of option "check orthography" lead to system error when you save the page :

__SYSTEM ERROR

La table 'teawik-ld8-50s-new1.babl_words_fr' n'existe pas
__
The query was :
select `word` from `babl_words_fr` where `word`=? or `word`=?

Valeurs :

1. Table
2. table

The built query was likely :
select `word` from `babl_words_fr` where `word`='Table' or `word`='table'

Stacktrace :
* tiki-editpage.php : 0 -> {main}(array ( ))
*tiki-editpage.php : 853 -> spellcheckreplace(array ( ))
*lib\tikilib.php : 1659 -> spellcheckword(array ( ))
* lib\tikilib.php : 1704 -> spellcheck_word(array ( ))
* lib\bablotron.php : 44 -> word_exists(array ( ))
*lib\bablotron.php : 104 -> query(array ( ))
* lib\core\lib\TikiDb\Bridge.php : 29 -> query(array ( ))
*lib\core\lib\TikiDb\Pdo.php : 119 -> handleQueryError(array ( ))
*lib\core\lib\TikiDb.php : 150 -> handle(array ( ))

tracker item
5.0RC1 - wiki Editing option "check orthography" ->em error : table "babl_words_fr" missing
Hello,

After a cut off of adsl line during 3 weeks because of a sinister, I come back (but the speed remain the slowest 300kb/s).
hello,

When you set the option check-orthography (french language), when you try to save you get the SYSTEM ERROR :


La table 'teawik-ld8-50s-new1.babl_words_fr' n'existe pas

__The table '<database_name>.babl_words_fr' don't exist__

The query was :
select `word` from `babl_words_fr` where `word`=? or `word`=?

Valeurs :

1. Table
2. table

The built query was likely :
select `word` from `babl_words_fr` where `word`='Table' or `word`='table'

Stacktrace :
* <site_dir>\tiki-editpage.php : 0 -> {main}(array ( ))
* <site_dir>\tiki-editpage.php : 853 -> spellcheckreplace(array ( ))
* <site_dir>\lib\tikilib.php : 1659 -> spellcheckword(array ( ))
* <site_dir>\lib\tikilib.php : 1704 -> spellcheck_word(array ( ))
* <site_dir>\lib\bablotron.php : 44 -> word_exists(array ( ))
* <site_dir>\lib\bablotron.php : 104 -> query(array ( ))
* <site_dir>\lib\core\lib\TikiDb\Bridge.php : 29 -> query(array ( ))
* <site_dir>\lib\core\lib\TikiDb\Pdo.php : 119 -> handleQueryError(array ( ))
* <site_dir>\lib\core\lib\TikiDb.php : 150 -> handle(array ( ))
tracker item
5.0rc2: content duplicated at saving time (seems related to usage of hidden headings)
This has happened to me seldom on different tikis (3.x, 4.x and nowadadays, even 5x!) on different servers, and it's very annoying for users or admins, since after you make a simple edit to some page, for some reason, it gets the content duplicated after saving your small edit. And it can be repeated 3 times, if you edit again, 4 time if edit again,. ..... I could only avoid it by rollbaking to the last version whithout those duplications.

Confirmed that this bug (related to the collapsible headings) is not fixed either yet in 5.0rc2. It seems to show up in some pages were collapsible headings; I mean:
{CODE()}
!!-

!!!-

etc.
{CODE}

Reproduced recently here:
[http://r-help-es.ourproject.org/tiki-pagehistory.php?page=Bienvenidos&history_offset=0&diff_style=sidediff&diff_style=sidediff&show_all_versions=y&compare=Comparar&newver=0&oldver=18&tra_lang=ca&paginate=on&history_pagesize=25|r-help-es.ourproject.org]

I just editted the
{CODE()}
{rss id=1}
{CODE}

to change it for
{CODE()}
{rss id=1:2}
{CODE}

as far as I remember, after a few previews and changes in the content before saving.

Then, the content was saved twice.

See the diff above and the resulting page:
http://r-help-es.ourproject.org/tiki-pagehistory.php?page=Bienvenidos&preview=19

This site is using tiki5.0rc2 , no ajax, and wysiwyg editor enabled, even if not used on that page.

I can provide admin access to that site to any coder willing to check this issue.

---
Initially reported as a comment to this other similar bug report:
http://dev.tikiwiki.org/bug2727
tracker item
5.3 - The login popup vanishes when Firefox feeds the password
When you don't want an autoconnect by the cookie, (this for example because you are testing the product with various usernames which correspond to various usersgroups), then you let Firefox to fill automatically the password.

When the password is sent by Firefox this closes the popup-form. You must re-open it to validate.

If you are experienced you are able to understand what appends, but I receiced mail from users saying I am unable to login.

Further, sometimes the login_scr is displayed, and people think that they must give their username and their e-mail and the password. This because of the template.
In fact it is either the username or the e-mail address.

I look the form into the XXX.tpl.php without finding anything to explain the phenomenon.
tracker item
5.3 crash - option "survey a page"
Hello,

This succeeds always :

I you chosse the option survey for wiki page on edition you yet the error :

Fatal error: Uncaught exception 'Zend_Mail_Protocol_Exception' with message 'Connection timed out' in /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Protocol/Abstract.php:254 Stack trace: #0 /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Protocol/Smtp.php(167): Zend_Mail_Protocol_Abstract->_connect('tcp://smtp.treb...') #1 /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Transport/Smtp.php(199): Zend_Mail_Protocol_Smtp->connect() #2 /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail() #3 /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail.php(1178): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail)) #4 /homez.53/spacprot/www/teawik153/lib/mail/maillib.php(111): Zend_Mail->send() #5 /homez.53/spacprot/www/teawik153/lib/notifications/notificationemaillib.php(294): tiki_send_admin_mail('Bty-Admtwkn1@tr...', 'admin', '<!-- TPL: mail/...', '<!-- TPL: mail/...') #6 /homez.53/spacprot/www/teawik153/lib/tikilib.php(7532): sendWik in /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Protocol/Abstract.php on line 254

You can't use the function.

Trebly - B01027-02
tracker item
5.x: images in img/trackers are not multitiki-aware as in img/wiki_up
images in trackers are not multitiki aware (they are all saved in img/trackers instead in the img/trackers/site1.org , etc. as for images in img/wiki_up/site1.org etc
tracker item
5.x: wiki "watch" emails come with iso-8859-1 to me even if chosen utf-8 everywhere in settings; other email ok
{CODE(wrap=>1)}[10:28] <xavi> since a few versions ago, I can't get wiki watch emails with a correct encoding for accents, etc.
[10:28] <xavi> smae behavior in many servers (using Tiki 4.x, 5.x... tried with setting utf-8 and iso-8859-1)
[10:29] <xavi> I get most emails all right , email reader (thunderbird, gmail, etc.) can read them properly, but not emails from changes in wiki pages...
[10:30] <xavi> I wonder if this can be some problem with the encoding in some tpl , or that the code for sending emails from changes in wiki pages uses some different method than the rest of email sending... and that other method is not handling charset properly... (just hypothesis)
[10:31] <xavi> asking here first in case someone who already knows the internals of Tiki has some tips...
[10:31] <xavi> to quickly refuse some hypothesis...
[10:32] * xavi fears looking at the code for this and getting lost in php code , zend code, and other gibberish which he can't understand easily....
[10:41] <xavi> ok, at least I know some more information about the problem (charset for wiki watch emails)
[10:42] <xavi> I double checked in one site, and everywhere is set to use utf-8 as encoding (admin general, admin community, and my own user pref settings), but wiki watch emails come with: "content-type: text/plain; charset=iso-8859-1"
[10:43] <xavi> ok, this deserves a bug report...
{CODE}
tracker item
5x-16.x: tracker comments should allow self-subscribe option for poster, like in forum posts or page comments
5x: tracker comments should allow self-subscribe option for poster, like in forum posts or page comments. Right now, lost of interaction and feedback is lost for users until they learn how to subscribe to tracker items....

That was the same problem in forum posts for years, until some one added that feature to forum posts and wiki comments...
However, it seems that tracker item comments didn't benefit from that enhancement.... and honestly, they deserve it...

---

UPDATE:
* Still a very much desired feature in MANY tiki sites (including *.t.o sites). {sign user="xavi" datetime="2013-11-17T09:30:58+00:00"}
* Still a wish...{sign user="xavi" datetime="2014-07-13T10:00:49+00:00"}
* Still a wish (many years later). Sniff ... {sign user="xavi" datetime="2016-06-28T08:55:07+00:00"}
---
Gorgeus, fixed, Victor! Thanks! (tested in tracker comments, and adapted the profile "Bug_Tracker_15" to allow commenting by registered to easily test/debug this issue also in the future (or in other branches). {sign user="xavi" datetime="2016-10-11T17:21:14+00:00"}
---
Update: {sign user="xavi" datetime="2016-10-11T17:38:28+00:00"}
* emails are duplicated if the user was also selected in a "user selector" type of field, with notifications on. We should check that no duplication of emails is sent: one as commenter, and another one duplicated as user selected in the "user selector" field with notifications on.
See it reproduced in the show instance:
2 emails have been sent in some cases:
http://xavi-9794-3214.show.tikiwiki.org/tiki-syslog.php
u: admin
p: 12345

* Tracker item commented:
+ http://xavi-9794-3214.show.tikiwiki.org/tiki-view_tracker_item.php?itemId=5
* see email corresponding to each user:
+ http://xavi-9794-3214.show.tikiwiki.org/tiki-adminusers.php
* see tracker field definition:
+ http://xavi-9794-3214.show.tikiwiki.org/tiki-admin_tracker_fields.php?trackerId=1
** note last 3 fields, all of them user selector with email notification on.
---
Update {sign user="xavi" datetime="2016-10-13T10:40:17+00:00"}
In addition, other systems maybe sending a duplicate of the same email message (see https://doc.tiki.org/Watch ), and we'd better add a system to prevent those duplicated emails to be sent.
To be checked for duplicates (and remove them before sending):
# generic (wildcard-like) user watches through the "__My Watches (UI) > Add Watch > Event__"
# Objects
** user watches on objects
** group watches on objects
# Categories
** user watches on categories
** group watches on categories
# Structures
** user watches on structures
** group watches on structures

I'm usure about category watches. Maybe we can leave those messages also, since they are not 100% equivalent to the other notification emails?
---
Sure, see comments. Issue fixed. {sign user="xavi" datetime="2016-10-14T10:13:36+00:00"}
And duplication of emails was due to some other issue, fixed by kroky6 also (great, thanks!).
tracker item
A SheetID is required shown when attempting to edit a sheet with jquery.sheet
Using latesst trunk from today (Feb 1st 2010). Installed a new tiki, enabled tikisheets, created one. Edit it and save changes.

Then enable jquery.sheet through Admin > Look & Feel > interface (or whatever name, I don't remember) > tick the jquerty sheet checkbox. also enable ajax.

Create another sheet. Edit it with jquery.sheet, and it , and "A Sheet Id is required" type of message (or something similar) was shown.

I remember it worked for me weeks ago, when I tested the first commits by jonny with jquery.sheet in trunk. But nowadays, it doesn't work for me.
tracker item
Actions calendar : unable to reach the popup
Fact : with the module action_calendar the popup can't be reached.So it is impossible to access to the command buttons of the popup

Analysis : conflict or bad logical test between :
*the popup activation condition "on the date cell"
*"the need to let the popup opened or when the pointer remain over the popup"
*"sticky popup"

Same remarks as for the previous tracker about calendar feature.
tracker item
add antibot captcha for anons to newsletters, calendars and tracker item comments
add antibot captcha for anons to newsletters, calendars and tracker item comments
tracker item
add group watch to articles
Add group watch to articles

This way we could also have all users informed about comunity news , etc. in tiki sites.

In fact, the best option would be what it's done with newsletters: subscribe that bunch of users from a group, and let them unsubscribe it they wish and when they wish, without admin action. But if no action is done, they all get the copy of the article at their email, etc.
tracker item
add history & rollback capabilities to structures
add history & rollback capabilities to structures (record dump somehow when struct. changes, or allow saving structure dump for backup...)
This way, when the structure gets mixed by machine or human error, the structure can be rolled back to the previous state.

This way, we could be more open for registered users to manage http://doc.tikiwiki.org/Documentation (or others) without the risk of failure when nodes get moved to the wrong place (due to some bug in the code). Or due to mistake by benevolent newbies mixing things without bad intention.

---

UPDATE: Still desired for some LTS version. {sign user="xavi" datetime="2013-11-17T09:31:50+00:00"}
tracker item
Add IP to syslog and/or action log when anons (at least) add content (for spam protection)
Add ip to syslog and/or action log, so that when anons (at least) are allowed to add content and it's spam (robots seem to be able to post with our current antibot captcha), there is way to identify the ip of the spammer.

So far, antibot captcha is added (in trunk, at least) to:
* wiki edit
* wiki page comments
* forum posts
* tracker item comments
* freetags
* calendar items
* newsletter subscription

The action of adding content on those features should be logged in syslog and/or action log and IP recorded.
tracker item
Admin>Groups>Groupname>Members Tab displays only 24 members (no mater how many more exist)
The group members tab is falsely capped, only displays 24 members, more exist in group when you check the admin>users screen.
tracker item
Adsense does not display
Google adsense does not display.
This error occurred in FiveAlive and "thenews".
I tried using "Banners".
I tried using "Template".
I tried using "Module: AdSense".
I tried using "Module: User".
I tried using "HTML plug in".

In an Article and Blog, I used the HTML plug in, authorized the HTML, and nothing displayed.

By experimentation, I added the carat (box) around the plug in, and it displayed in PREVIEW mode. But when I saved it, an empty box with no adsense text displayed. (No, the carat didn't trigger it, just was the reason I previewed it.)

"Allow HTML" box is checked.

When I look at the page source, the HTML is there.

~np~<script type="text/javascript"><!--
~/np~~np~google_ad_client = "pub-0000000000000";
~/np~~np~/* 468x60 wiki */
~/np~~np~google_ad_slot = "9690243348";
~/np~~np~google_ad_width = 468;
~/np~~np~google_ad_height = 60;
~/np~~np~//-->
~/np~~np~<p></script>
~/np~~np~<script type="text/javascript"
~/np~~np~src="http://pagead2.googlesyndication.com/pagead
~/np~~np~/show_ads.js">
~/np~~np~<br /></script>
~/np~
The xhtml br / is the only discrepancy that I can find between the "PREVIEW" versus the "SAVED" version.

tracker item
After upgrade 4.1->5.0 - Errors : 01 - Users maangement table :.tiki_trk_1 missing
Hello,

As I told about, after upgrading from 4.2 (I am testing from 4.3) many errors occurs. This theated in a glabal way in id4377.

After connecting as administrator if you submit "Users management" and try to modify a user preférences you will reach a

__fatal error__ :

Table "<your database>.tiki_trk_1" missing

You will find joined the htm saved from "page source code"


tracker item
Align=center inside {img} tag breaks layout
See http://doc.tikiwiki.org/tiki-pagehistory.php?page=File%20Gallery%20for%20Images&preview=10

If you use align=center inside a ~np~{img}~/np~ the image will be displayed floating in middle of the text. This is a regression, align=center used to work well in previous versions.
tracker item
All upgrade from 3.x to 4.x denies all permissions to admin
Hello,

Relating to id2936 id2950 and another id lost (mine but when the author was not set always into track id data's.

It remains impossible to an admin to changed quite anything depending of admin (can create wiki, articles) but not to end any admin task.

The action as, change a user prefs etc, disconnect admin and send the ERROR Connect page __access not allowed__ so the corresponding sites are dead sites.

An installation of 3.3 or upgrade to 3.6 must be done again from database backup.

The problem is that if users has been connected between the upgrade and the necessity for admin to make some changes (I have made...) I had to manually add articles and wiki pages from sql.

We must admit that upgrade from 3.x to 3.x is impossible in some cases unknown, not yet found

I test today if an upgrade 4.2->4.3 had an effect but none.

trebly
tracker item
Allow Copy / Duplicate Calendar event
Our users have requested the facility to "copy" a calendar event.

This would be via the means of a "Copy" button when previewing an event, on clicking the button you would then see the event details and be able to change any of them before clicking "Save".

Where upon a new event will be created with these details.
tracker item
Allow pagination inside articles wiki-plugin
It is not possible to use pagination inside the wiki plugin articles. The attached Patch enables this by adding a paginate (y|n) to the parameters.
tracker item
Approval of staging pages: no matter wheter you choose approve or reject changes, after submit, changes are always approved.
Approval of staging pages: no matter wheter you choose approve or reject changes, after submit, changes are always approved.
So the only way to actually reject changes is to delete staging page.
tracker item
ARTICLE improper parsing carat (box tag)
The "box" command (carat) is NOT turned off by np nor pp tags, in ARTICLE.

The np and pp work correctly in the WIKI and BLOG.

I verified it with my
Wiki Syntax Test Page, replicated below.

[[UPDATE - it would appear that the horizontal line is also not working in this theme. And box tag does not generate a box, too.]
[[UPDATE 2 - I found that PREVIEW ARTICLE does not exhibit the error. Only after it is SAVED does the fault occur.]

Wiki Syntax Test Page

Bold Text
__Is this bold?__

Italic Text
''This should lean ''

Underlined Text
=== Look underneath me===

Strike Through
--Ouch, that hurts--

Headings, 1, 2, 3, 4
! #1 On Top
!! Looking Up, #2
!!! Hey, Watch Your Feet
!!!! Harrumph, fourth place

Horizontal rule (four dashes)
----
Line above me?

Box around text (carat)
^Let me out of here!^

Centered (in a box, too)
^::Stuck in the middle, again ::^

Square brackets
[["dig it"]

Title Bar
-=Champion of the Wiki=-

Shown / Hidden Headings
!!+ Peak a boo
Hide what follows
!!- Boo!
Show what's hidden beneath
and here ?
and here, too?
!! Clears the Hidden header section
And you can't see what follows "Boo!"

!!!!Testing the non-process flag (no box)
~np~^box free?^
~/np~

!!!!Preformated sections
~pp~
pp: Displays preformated text/code; no Wiki processing is done inside
these sections (as with np), %!)~*& == &~'p == (see?)
and the ^spacing is fixed (no word wrapping is done).^ If you see
a box, something is wrong!
~/pp~

~pre~
pre: Also displays preformatted text with fixed spacing, but
wiki __processing__ still --occurs-- on the text.
~/pre~
tracker item
Article translation doesn't work.
Hi!

First: Thanks for this great project!

When you try to translate an article (by clicking on the small globe that is near the edit icon), it sends you to the wiki translation page, and content is empty, ie, it doesn't get the article's content to translate, and off course, even if it did so, the interface is not correct for article translation (it should have the same article interface, with heading and stuff).

I hasn't tried latest trunk, but bug is present on 5.1.

I tried to search for a similar bug already open (because of this forum thread: http://tikiwiki.org/tiki-view_forum_thread.php?forumId=13&comments_parentId=33126), but I found none, thus: I'm opening this open.

Thanks!
tracker item
Article type not maintained on editing
When editing an article the type is reset to the first in the list. This is due to an useless? foreach loop inside tiki-edit_article.php . See the patch attached for a solution.
tracker item
Articles do not support FOOTNOTEAREA plugin
Tiki Articles do not support the FOOTNOTEAREA plugin. In Tiki 5 and 6 I used:
{CODE()}
foo bar {FOOTNOTE()}http://www.foo.bar{FOOTNOTE}
---
{FOOTNOTEAREA() /}
{CODE}

Tiki renders the footnote (superscript) properly, but does not include a Footnote area at the bottom of the article.

Tested & confirmed on info.tw.o using Tiki 5 and 6
tracker item
Assign theme to group doesn't work
When I assign a theme to a group and submit the change, when the admin-group page displays again, the theme selector shows "site default" instead of the theme name I chose, and the theme being used for the group doesn't change.
tracker item
attachements to forum posts get lost if the user clicks to preview the post first
Using tw.o forums and 2.0 (afaik):

You add a screenshot attachment to a reply in a forum post, and if you click on "preview" first, (as you would do on wiki pages), the image is lost (no tag is inserted on the forum post to help you link the attachment).

However, if you do the same attachment on a post, and click to post it (without previewing it first), the attachment link is shown.

Example at tw.o forums where it recently happened:
[http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=29608&thread_sort_mode=commentDate_desc&was_queued=n]

---
according to comment added to this bug report, this issue is still present in branch Tiki5 still (so probably also in trunk)
---
Unbelievable, bug still present in forum posts in 12.x since 1.x! (with forum replies, there is warning, at least, but not yet with brand new posts in the forum and attachment is lost indeed) {sign user="xavi" datetime="2013-11-22T09:45:52+00:00"}

Reproduced here:
http://xavi-9794-1986.show.tikiwiki.org/tiki-view_forum.php?forumId=1
u: admin
p: 12345
tracker item
Autolinks and italic clashes
With autolinks on, if I do:

~np~''Taken from http://climatechange.org''~/np~

the rest of the page becomes italic (the auto conversion of link breaks the closing italic tag.
tracker item
#2968
Bugs & Wish list
tracker item
Automatically collapse or reposition tag cloud when displaying search results
Usability issue, but not so much a bug as feature design:

If the tag cloud is large in tiki-browse_freetags.php, search results are not immediately apparent on the screen. The user has to scroll down past the cloud to see the results, which is not necessarily obvious to new and/or less savvy users.

Ideally, the beginning of the search results should be displayed near the top of the page, but with a portion of the tag cloud still visible for further search filtering. The tag cloud could automatically collapse, with a large obvious control for expanding it again, or it could be positioned side-by-side with the results. Those are the only two solutions coming to mind.
tracker item
Automatically fill in field when creating new links
Some users don't want to understand the difference between "Page Name" and Link when creating an internal link.

This attached patch makes the Page Name field automatically fill in whenever the Link field is changed. The patch was made against tw 4.1.

I think it should be up for debate if both these fields are necessary. Many users of the WYSIWYG feature may be new to the concept of creating links. Less is simpler, and I vote for removing one of these fields.

P.S. Sorry about spamming the mailinglist with this request. Next time I will only submit patch here.
tracker item
Automatically fill in Page Name field when creating new links fck
Some users don't want to understand the difference between "Page Name" and Link when creating an internal link.

This attached patch makes the Page Name field automatically fill in whenever the Link field is changed. The patch was made against tw 4.1.

I think it should be up for debate if both these fields are necessary. Many users of the WYSIWYG feature may be new to the concept of creating links. Less is simpler, and I vote for removing one of these fields.

P.S. Sorry about spamming the mailinglist with this request. Next time I will only submit patch here.
tracker item
Automatically fill in Page Name field when creating new links fck
Some users don't want to understand the difference between "Page Name" and Link when creating an internal link.

This attached patch makes the Page Name field automatically fill in whenever the Link field is changed. The patch was made against tw 4.1.

I think it should be up for debate if both these fields are necessary. Many users of the WYSIWYG feature may be new to the concept of creating links. Less is simpler, and I vote for removing one of these fields.

P.S. Sorry about spamming the mailinglist with this request. Next time I will only submit patch here.
tracker item
Babelfish : function attribute : should for external defined with "static" - Pb and solution to apply
Hello,

!The basic problem
The function that are called from external should be declared "public static";
Why : because they are used in http request and href definition.

!Consequences
Often the navigator hangs on the babelfish request http://... babelfish
It can be necessary to restart the computer.


!Solution

public static function host

public static function url


trebly 04/28/2010 3h33 Paris
tracker item
Blacklist domains and words
Discussion over at ((Spam Protection))

http://www.wikimatrix.org/wiki/feature:Blacklist
tracker item
Blog publish date not recognized by last_blog_posts module
When you publish a blog post using an upcoming publish date, post appears right away in last_blog_posts module even if the publish date is stll in the future.
tracker item
Blog Title Display Awry
There is a bug in
__tiki-view_blog_post.php__

The BLOG TITLE is invisible.

By accident, I ran the mouse over the area, and the invisible blog title was highlighted.

The current theme is Five Alive, if that's any help.
tracker item
Blue Print CSS / BluePrintCSS
CSS... Themes...
tracker item
Brand New 5 RC-1 from SVN: No Calendar View
!!Update
Brand spanking new 5 RC-1 from svn. I applied the Personal Blog profile (which was advertised to have a calendar, but doesn't). Then I turned on the Calendar feature, then created a calendar and made an entry. This appears in the list view, but no Calendar view ever appears.

The Tiki is here:

http://slaveservers.net/

There's a user tiki with pwrd wiki if anyone wants to poke around with it.

I'm stuck.

-k
----
On an svn installation of 5.x (just upgraded to latest b2 version May 9th am) We do not see a calendar view, at all.

The list view works and the items are there, but clicking "Calendar View" button invokes the javascript and produces the process-working graphic briefly, but then a blank where the calendar view should be. No calendar.

Tried 5 ALive theme, Strasa, and the News. No calendar.

What could we be missing that the calendar does not appear in calendar view?

Thanks,

-Kent
tracker item
Browsing FIle Galleries.
Only the 1st level of File Galleries are shown. Further sub-galleries at a deeper level are hided in the tree view.
image
Built-in secondary menu managed from site identity in Tiki 5
Many (most) websites require the use of both a main menu and a secondary menu.
tracker item
calendar - update end date of event after start date exceeds it
When creating (editing) some event and change start date to the value that is newer than end date, user must change end date manually
tracker item
Calendar "preview" new event : unusable : data lost
Fact : when you submit "preview" for a new event, a great part of data are lost, there is no real preview, and when you return to creation most of optional data are lost.

Too many things don't function : the job is not ended.
tracker item
Calendar 5.3 and later ? : Error view event from popup => data not sent
The fact (analysis result) : view from the popup od calendar module has no data set up

Details :
When you actions the into modules calendar the event from a date, you get the popup (if prefs) which shows the events of the day, then :

1- there is no choice for an event if an alone or several
2- the data of the event are not set up
3- the action button "view" shows a "pseudo empty event" the lonely data are the default value for a new event...

The function is not completely implemented. Job not ended. Functionality not operational.

It had no time to look at 6.0.
tracker item
Calendar events "Tentative" status does not work
The "Tentative" status for a calendar event always reverts to "Confirmed" after it is saved.
tracker item
Calendar Popup CSS errors
__Calendar Popup Misplaced__

5.0 RC1 r27394, still applies in trunk r28611.

CSS errors in the popups in weekly and daily view.
*first time an item is clicked, the popup shoots to the top of the page
*2nd and subsequent times it appears in a reasonable place
*produces a question-mark mouse pointer
*apparently independent of theme
*Monthly view behaves ok and no "?" pointer
tracker item
Can not change article language - page not found error
As admin I view _article_, then click on the "Multilingual globe". This brings the translation page. At the bottom I select new language and press "Change language" button. All I receive is "Page not found" error.
tracker item
can not set option to list messages always newest first
No mater how I set options the message thread all ways lists first message first and you have to scroll down to bottom to get latest message. I cant remember when this started as the person who complained about it is no longer with us. I believe it started with V3.x
tracker item
Can't attach file to newsletter
On the "Send Newsletters" page, click on "To add a file, click here". Nothing happens. In IE, the message "Error on page" appears in the browser status line.
tracker item
Can't create a survey
When I click 'Save' on the 'Create/Edit Survey' page, it displays the 'Are you sure you want to leave this page?' warning.

If I click yes, no survey is created. If I click no, well, nothing happens.
tracker item
Canceled calendar events appear in the Upcoming Events module without
Seen in Tiki 5.x and 6.x:

Events that have been canceled still appear in the list of upcoming events in the Upcoming Events module without any end-user notification that the event has been canceled.

Tiki should either:
* Not display canceled events in the module
or
* Display the event with a strikethru (or some other visual cue) to let end-users know that it is canceled.
tracker item
cannot change user's password in tiki-admin_users.php
There seems to be a button broken in tiki-admin_users.php, after changing the users's password, the confirmation screen appears and the "confirm" button does nothing.

Tested in three different installs in 5.3, including after svn up.
Tested in FF and IE8.
tracker item
Cannot modify user in tiki-adminusers
We recently upgraded from Tiki-4.X to Tiki-5.X. We are running Tiki-5.3.

There seems to be a bug when trying to modify a user under the administration page (tiki-adminusers.php). When trying to click on a user, one is asked to confirm (which is a new workflow) and then taken to the Edit User page. However, when one tries to modify something (e.g. password, email address), you are asked to confirm again, but it never completes.

Here is a set of detailed steps to reproduce the problem:
# Go to admin users (tiki-adminusers.php)
# Click on user "demo"
# Click "Click here to confirm your action"
# Change email address from demo@demo.com to demo@demo.org
# Click "Save"
# Click "Click here to confirm your action"
* Nothing happens. The page address is "tiki-adminusers.php#", but it never changes from the confirm action page. "Go Back" does not work, but "Return to Home Page" does.
tracker item
Cannot modify user password
I installed Tiki 5.3 from Fantastico and then ran the setup script.

I was able to create some new users and assign them to groups.

The problems manifested when I attempted to change the default admin password and the password that I forgot for one of the new users.

Upon clicking "Edit Account Settings" next to the user, tiki-adminusers.php is displayed with the user number (e.g. tiki-adminusers.php?user=3).

There are three buttons, clicking the one to "confirm" the action causes tiki-adminusers to display a form for editing the password, email, etc. for the user.

"Saving Changes" causes tiki-admin users to again present the three buttons, this time without any user number on the URL.

Clicking to "Confirm" adds a "#" sign to the end of the URL, but nothing seems to happen.

The original password is unchanged and other values entered on the form are unchanged.
tracker item
Cannot update tracker item even if proper rights are granted
We have a registered user X with right tiki_p_modify_tracker_items.
X tries to update a field using the tracker wiki plugin, and fails.
"You do not have permission to modify an item"
Please review my correction proposal. I am rather new with both php and TW.
tracker item
Cannot View Tracker item on View Tab
Have an issue which is not consistent across all of my trackers, but appears in those most recent, ie. within last year. Although the View all trackers lists all items, when an individual tracker item is selected, nothing is showing on the view tab, but you can see the information when selecting the edit tab. Example at [http://cytopathnet.org/tiki-view_tracker.php?trackerId=3|CLIA Forum-CYTOPATHNET ].
tracker item
Categories get name truncated above 99 chars
It is possible to type a long name of category, but the name gets truncated at 99 or 100 chars without warning. If the length of categories’ names is limited to 99, the field to enter categories should be limited to 99 also. Maybe the screen should say "max 99" beside the text entry zone.

Uploading a csv with a name longer than 99 gives an error message. The category is created but the name gets truncated. Children categories, having the category with long name for parent, are not created.

It makes impossible to upload the UDC (Universal Decimal Classification) Summary: the first category for example, "0 SCIENCE AND KNOWLEDGE. ORGANIZATION. COMPUTER SCIENCE. INFORMATION. DOCUMENTATION. LIBRARIANSHIP. INSTITUTIONS. PUBLICATIONS" is 127 chars.
In the UDC Summary, the longer entry seems to be 173 chars. It seems to me reasonable to allow for categories with names of 256 chars, even if shorter names are recommended.
tracker item
Category children of self breaks the system
Working about "http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=3466", I did upload a huge categories csv.
I had a category giving itself as parent, by mistake:
category,description,parent
(many, many lines)
"811.353.1 Georgian language","…","811.353.1 Georgian language"
This gave an error message.

After this, my tiki is completely broken: all pages involving categories (categories, wiki, articles, files) are simply blank. (But I saw later — see comment — that the offending line is not in the database. The problem can be something else.)

Any idea about the problem and how to repair this?
tracker item
Category permission check for wiki page menu option not working in some cases
Wiki pages links are case insensitive but the category permission check for wiki pages menu entry only works if the case of the link matches the case of the wiki page name.

Say you have a wiki page called "Foo" and the "Registered" group has view permission to this page granted by a category. If you create a menu entry linking to the "Foo" page and set the URL as "((Foo))" everything will work as expected. But if you set the URL as "((foo))" the menu option will not appear to the users of the "Registered" group. Obviously for this to happen the "Registered" group must not have global tiki_p_view.

This does not happen if object permissions, instead of category permissions, grant access to the "Foo" page.
tracker item
CC mod doesn't allow transactions after upgrade to Tiki 4
CC Mod doesn't work any more after upgrade to Tiki4:

When attemptint to add a transaction of "invert" type, I get:

Fatal error: Call to undefined method CcLib::convert_sortmode() in /home/moviments/httpd/tiki40dns/lib/cc/cclib.php on line 94

at http://intercanvis.net
tracker item
cdn domain should redirect to non cdn domain, for non static content
((doc:CDN)) helps with performance

However, a side effect is that cdn domain can also be visited. It's not linked anywhare so it should stay secret

If you try to login, you'll get: "You have to enable cookies to be able to login to this site"
tracker item
Chained use of the dynamic list item type in trackers
Tracker 1
X text field
Y text field

Tracker 2
Y text field
Z text field

Tracker 3
R item link to 1,X
S dyn item list of 1,Y by linking R=X
T dyn item list of 2,Z by linking S=Y <-- this one does not work
tracker item
Change a tracker item status to closed after a specified date
Our org is trying to create a tracker for short term employment vacancies. In the tracker we have a date field called "deadline" where we want an applicant to respond to the vacancy before that date. What we would like is for the vacancy (tracker item) to change status to "close" after that date automatically.

I have found in [http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1694] that [http://dev.tikiwiki.org/tiki-user_information.php?userId=21|sylvie] made a comment:
""
- must be finished before can be a date field. what happens to the item after? (I have on my list 'an item change status after n days')
which sounds roughly the same as what I am trying to accomplish.
""
Can someone elaborate or let me know if it is possible to automate the closing of items?

Thanks,
Tim
tracker item
check for dependencies in (jquery) sheets and show some hint about using it when in spreadsheets
Using latest trunk from today (Feb 1, 2010)
Installed blank new tiki site, enabled tiki sheets.
Wishes:

(1) When adding a new sheet, some hint could be shown about the chance to use jquery.sheet interface.

I enabled jquery.sheet plugin, but not ajax.

(2) If ajax is required for jquery.sheet to work (that's what I've been told, but I don't know for sure myself), jquery.sheet should report that ajax is needed and show a link to enable it.
tracker item
Check For Updates Now
Version 5.4 is out but under "General Preferences," the "Check For Updates Now" does not work
tracker item
check_feature fields missing from tables when upgrading fom 2.1 to 5
When running the upgrade using tiki-install.php to upgrade from 2.1 to 5 33 database errors are reported. Several of these are "Unknown column 'feature_check' in 'field list'" errors.


During an upgrade, it is normal to have SQL failures resulting with Table already exists messages.

20091105_auth_tokens_tiki
-- 2009-11-05 lphuberdeau CREATE TABLE `tiki_auth_tokens` ( `tokenId` INT NOT NULL AUTO_INCREMENT, `creation` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `timeout` INT NOT NULL DEFAULT 0, `token` CHAR(32), `entry` VARCHAR(50), `parameters` VARCHAR(255), `groups` VARCHAR(255), PRIMARY KEY( `tokenId` ), KEY `tiki_auth_tokens_token` (`token`) ) Table 'tiki_auth_tokens' already exists

20091123_dns_permission_tiki
INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_dsn_query', 'Can execute arbitrary queries on a given DSN', 'admin', 'dsn', NULL, NULL) Unknown column 'feature_check' in 'field list'

20091124_fgal_backlink_tiki
CREATE TABLE `tiki_file_backlinks` ( `fileId` int(14) NOT NULL, `objectId` int(12) NOT NULL, KEY `objectId` (`objectId`), KEY `fileId` (`fileId`) ); Table 'tiki_file_backlinks' already exists

20091204_tiki_p_view_newsletter_tiki
INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_view_newsletter', 'Can view the archive of a newsletters', 'basic', 'newsletters', NULL, 'feature_newsletters') Unknown column 'feature_check' in 'field list'

20091214_perspective_management_tiki
INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_perspective_edit', 'Can edit the perspective', 'admin', 'perspective', NULL, 'feature_perspective') Unknown column 'feature_check' in 'field list' INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_perspective_create', 'Can create a perspective', 'admin', 'perspective', NULL, 'feature_perspective') Unknown column 'feature_check' in 'field list' INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_perspective_admin', 'Can admin perspectives', 'admin', 'perspective', 'y', 'feature_perspective') Unknown column 'feature_check' in 'field list'

20100107_payment_tiki
CREATE TABLE `tiki_payment_requests` ( `paymentRequestId` INT NOT NULL AUTO_INCREMENT, `amount` DECIMAL(7,2) NOT NULL, `amount_paid` DECIMAL(7,2) NOT NULL DEFAULT 0.0, `currency` CHAR(3) NOT NULL, `request_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `due_date` TIMESTAMP NOT NULL, `cancel_date` TIMESTAMP NULL, `description` VARCHAR(100) NOT NULL, `actions` TEXT, PRIMARY KEY( `paymentRequestId` ) ) Table 'tiki_payment_requests' already exists CREATE TABLE `tiki_payment_received` ( `paymentReceivedId` INT NOT NULL AUTO_INCREMENT, `paymentRequestId` INT NOT NULL, `payment_date` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `amount` DECIMAL(7,2), `type` VARCHAR(15), `details` TEXT, PRIMARY KEY(`paymentReceivedId`), KEY `payment_request_ix` (`paymentRequestId`) ) Table 'tiki_payment_received' already exists INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_payment_admin', 'Can administer payments', 'admin', 'payment', 'y', 'payment_feature') Unknown column 'feature_check' in 'field list' INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_payment_view', 'Can view payment requests and details', 'admin', 'payment', NULL, 'payment_feature') Unknown column 'feature_check' in 'field list' INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_payment_manual', 'Can enter manual payments', 'admin', 'payment', NULL, 'payment_feature') Unknown column 'feature_check' in 'field list' INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_payment_request', 'Can request a payment', 'admin', 'payment', NULL, 'payment_feature') Unknown column 'feature_check' in 'field list'

20100115_tiki_p_admin_modules_tiki
INSERT INTO users_permissions (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES ('tiki_p_admin_modules', 'User can Administer Modules', 'registered', 'tiki', NULL, NULL) Unknown column 'feature_check' in 'field list'

20100128_tiki_p_blog_view_ref_tiki
INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_blog_post_view_ref', 'Can view in module and feed the blog posts', 'basic', 'blogs', NULL, 'feature_blogs') Unknown column 'feature_check' in 'field list' INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_blog_view_ref', 'Can view in module and feed the blog', 'basic', 'blogs', NULL, 'feature_blogs') Unknown column 'feature_check' in 'field list'

20100203_payment_detail_tiki
ALTER TABLE tiki_payment_requests ADD COLUMN detail TEXT Duplicate column name 'detail'

20100205_tiki_p_wiki_view_ref_tiki
INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_wiki_view_ref', 'Can view in module and feed the wiki pages reference', 'basic', 'wiki', NULL, 'feature_wiki') Unknown column 'feature_check' in 'field list'

20100211_rss_items_tiki
CREATE TABLE `tiki_rss_items` ( `rssItemId` INT NOT NULL AUTO_INCREMENT PRIMARY KEY, `rssId` INT NOT NULL, `guid` VARCHAR(255) NOT NULL, `url` VARCHAR(255) NOT NULL, `publication_date` INT UNSIGNED NOT NULL, `title` VARCHAR(255) NOT NULL, `author` VARCHAR(255), `description` TEXT, `content` TEXT, KEY `tiki_rss_items_rss` (`rssId`), UNIQUE `tiki_rss_items_item` (`rssId`, `guid`) ) Table 'tiki_rss_items' already exists ALTER TABLE `tiki_rss_modules` DROP COLUMN `content` Can't DROP 'content'; check that column/key exists ALTER TABLE `tiki_rss_modules` ADD COLUMN `sitetitle` VARCHAR(255) Duplicate column name 'sitetitle' ALTER TABLE `tiki_rss_modules` ADD COLUMN `siteurl` VARCHAR(255) Duplicate column name 'siteurl'

20100215_create_tiki_user_login_cookies_tiki
CREATE TABLE `tiki_user_login_cookies` ( `userId` INT NOT NULL, `secret` CHAR(64) NOT NULL, `expiration` TIMESTAMP NOT NULL, PRIMARY KEY (`userId`, `secret`) ) ENGINE=MyISAM AUTO_INCREMENT=1 Table 'tiki_user_login_cookies' already exists

20100215_rating_permissions_tiki
INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_rate_article', 'Can rate articles', 'basic', 'cms', NULL, 'feature_articles') Unknown column 'feature_check' in 'field list'

20100216_attributes_tiki
CREATE TABLE `tiki_object_attributes` ( `attributeId` INT PRIMARY KEY AUTO_INCREMENT, `type` varchar(50) NOT NULL, `itemId` varchar(255) NOT NULL, `attribute` varchar(25) NOT NULL, `value` varchar(100), UNIQUE `item_attribute_uq` ( `type`, `itemId`, `attribute` ), KEY `attribute_lookup_ix` (`attribute`, `value`) ) Table 'tiki_object_attributes' already exists

20100217_rating_config_tiki
CREATE TABLE `tiki_rating_configs` ( `ratingConfigId` INT PRIMARY KEY AUTO_INCREMENT, `name` VARCHAR(50) NOT NULL, `expiry` INT NOT NULL DEFAULT 3600, `formula` TEXT NOT NULL, `callbacks` TEXT ) Table 'tiki_rating_configs' already exists CREATE TABLE `tiki_rating_obtained` ( `ratingId` INT PRIMARY KEY AUTO_INCREMENT, `ratingConfigId` INT NOT NULL, `type` VARCHAR(50) NOT NULL, `object` INT NOT NULL, `expire` INT NOT NULL, `value` FLOAT NOT NULL, UNIQUE `tiki_obtained_rating_uq` (`type`, `object`, `ratingConfigId`) ) Table 'tiki_rating_obtained' already exists

20100218_auth_token_reuse_tiki
ALTER TABLE `tiki_auth_tokens` ADD COLUMN `hits` INT NOT NULL DEFAULT 1 AFTER `timeout` Duplicate column name 'hits'

20100224_object_relations_tiki
CREATE TABLE `tiki_object_relations` ( `relationId` INT PRIMARY KEY AUTO_INCREMENT, `relation` varchar(25) NOT NULL, `source_type` varchar(50) NOT NULL, `source_itemId` varchar(255) NOT NULL, `target_type` varchar(50) NOT NULL, `target_itemId` varchar(255) NOT NULL, KEY `relation_source_ix` (`source_type`, `source_itemId`), KEY `relation_target_ix` (`target_type`, `target_itemId`) ) Table 'tiki_object_relations' already exists

20100226_tracker_dump_perm_tiki
INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_tracker_dump', 'Can save a CSV backup of entire trackers', 'admin', 'trackers', NULL, 'feature_trackers') Unknown column 'feature_check' in 'field list'

20100419_bigbluebutton_tiki
INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_bigbluebutton_join', 'Can join a meeting', 'basic', 'bigbluebutton', NULL, 'bigbluebutton_feature') Unknown column 'feature_check' in 'field list' INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_bigbluebutton_moderate', 'Can moderate a meeting', 'admin', 'bigbluebutton', NULL, 'bigbluebutton_feature') Unknown column 'feature_check' in 'field list' INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES('tiki_p_bigbluebutton_create', 'Can create a meeting', 'admin', 'bigbluebutton', NULL, 'bigbluebutton_feature') Unknown column 'feature_check' in 'field list'

If you think that the errors of a patch can be ignored, please check the checkbox associated to it before clicking on continue.
tracker item
Checkbox field does not work in the tracker plugin (TW5.0Beta1)
Created a tracker and a checkbox field in it next to some other fields.
Set appropriate permissions.
When submitting the form, the checkbox is always unchanged.

relevant html source fragment:
<form enctype="multipart/form-data" method="post" action="/tikiwiki-5.0.Beta1/tiki-index.php?page=Test&itemId=3">
<input type="hidden" name="trackit" value="3" />
<input type="hidden" name="iTRACKER" value="1" />
<input type="hidden" name="refresh" value="1" />
<input type="hidden" name="page" value="Test" />
<table class="wikiplugin_tracker">
<tr><td>Name</td><td>
<input type="text" id="track_55" name="track[55]" size="80" maxlength="80" value="My name is XY" /></td></tr>
<tr><td>Check this to confirm</td><td>
<input type="checkbox" name="track[72]" checked="checked"/></td></tr>
</table>
<div class="input_submit_container">
<input class='button submit' type='submit' name='action' value='Confirm' />
</div>
</form>

_REQUEST:
track[55] is available, while track[72] is not

used Firefox 3.6.6
tracker item
Color popup in Wiki editor is broken
The Foreground Color popup in the Wiki editor has broken in the last week, both on my site and right here on dev.tikiwiki.org. Instead of bringing up a box of colors for selection, it brings up a black line.

I suspect that the vertical size of the box was corrupted in a recent update.
tracker item
Colorbox popup for wiki images doesn't recognize viewport size.
When the 'rel="shadowbox"' parameter is used with a wiki image, the popup expands to the full size of the original image, so scrolling is needed to see all of the image. Previously, the popup size was limited to some percentage of the viewport size.

Also, the "prev/next" links are missing when 'rel="shadowbox[[gallery]' is used; this is also a regression from before.
tracker item
Completely multilingual Tiki not just Wiki
I wish the wonderful multilingual features that the Wiki side of
TikiWiki has were available/applied consistently throughout the Tiki package.

So, it works really well to view wiki pages in your own languages,
translate into others and keep these in sync collaboratively.

While you stay in the Wiki side of things.

As soon as you leave to use files, forums and FAQs etc. etc. multilingual is patchy at best.

I'd like to be confident that whatever feature I enable, its possible
for all content in that feature to be truly multilingual.

tracker item
Confusing search module buttons
The buttons after the text input in the search module are confusing. I doubt if people generally know whether to click "search" or "go". There should at least be tooltips for these to explain the difference. Also, "Edit" shouldn't display unless the user has wiki edit permission, seems to me.
tracker item
Create a profile from the Social Networking enhancements (luci) usable for Barter networks
As reported in the ((cc)) page, luci joined the team adding a profile to use his enhancements for social networking, so that they can be used in the use case of Barter networks. ( http://intercanvis.net , etc.)
tracker item
create new/edit file gallery form
this picture shows, that there is no selection box for the selection of a parent gallery for this (new) gallery presented at the form.
image
debugger console breaks the admin panels
When debugger is activated, the admin panel is no more working. I have mainly 2 effects :
* when I am on tiki-admin.php (the main page), I cannot go to any of the admin panel (features, freetags, look, etc...)
* When I go directly to an admin page by giving the url by my own (eg. tiki-admin?page=look), the tabs are not working.

Once debugger console is deactivated, everything works well.
tracker item
default sort mode missing in tw.o forums
there is still that issue sometimes with the error undefined "thread sort mode" if you preview an answer before posting it at tw. forums.

It heppened to me again when attempting to reply to a thread with a comment already, and I previewed my post first before attemptint to post it.
When I clicked on post, I saw that message.

TW.o is currently using tiki5beta1 r26677
tracker item
Deprecated notices re xajax when assigning perms
I get several notices like this:

Deprecated: Assigning the return value of new by reference is deprecated in ...\branches\5.x\lib\ajax\xajax\xajax_core\xajaxAIO.inc.php on line 428

when opening the group permissions page (approximately r27704). This is on Windows with PHP 5.3.1.

tracker item
Detect browser language not working when global language is not English
Detect browser language is not working to me (to luciash, in fact, in a site which I admin), in a recently upgraded site from 2.4 to 3.0.

This affects Tiki 3 to 7 and is a regression from Tiki 2.
tracker item
dev.tw.o search at the header shows system error
{CODE(wrap=>1)}
(18:30:35) xavi: to reproduce: I did search for "Report" at the top bar search
(18:30:42) xavi: showing this url: http://dev.tikiwiki.org/tiki-searchresults.php?highlight=Report&search=Go
(18:30:47) xavi: with this error:
(18:31:14) xavi: [off] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '? and ttif.`value`=? and ttifOut.`fieldId`=?' at line 2 The query was: select ttifOut.`value` from `tiki_tracker_item_fields` ttifOut, `tiki_tracker_item_fields` ttif where ttifOut.`itemId`= ttif.`itemId`and ttif.`fieldId`=? and ttif.`value`=? and ttifOut.`fieldId`=?
{CODE}

---
Update on March 31st 2010, using Last update from SVN (5.0alpha): Friday 26 March, 2010 09:12:40 CET - REV 26326 :

{img src=http://dev.tikiwiki.org/tiki-download_item_attachment.php?attId=236 desc="http://dev.tikiwiki.org/tiki-download_item_attachment.php?attId=236"}
tracker item
dev.tw.o: users apparently can delete their tracker items but they are not deleted and no message
dev.tw.o: users apparently can delete their tracker items but they are not deleted and no message

To reproduce:
* Log in as normal user to dev.tw.o (without admin perms) (ot test with user "xavi" if you prefer).
* report a bug/wish
* edit it in order to see the edit form
* click on the red cross to delete it
* after that, you are shown the list of tracker items, as if your tracker item was already deleted. No message indicating any problem is shown. However, the tracker item is not deleted.
+ Example: http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=2879

---
reported in comments as still around in tiki5 and tiki6
tracker item
Disabling the Search box on Search Results page also removes it from the search bar
Tested on info.tw.o with FiveAlive theme...

Disabling the __Search box__ option on the Admin: Search page, Search Results tab (tiki-admin.php?page=search) will remove the Search bar from the menu.

This is incorrect behavior.
tracker item
Disallow tiki-tell_a_friend.php in robots.txt
Calendar URLs are currently excluded for spiders and bots, for example:

/calendar?focus=1268089200&viewmode=week

excluded by entries:

Disallow: tiki-calendar.php
Disallow: /tiki-calendar.php

However, the URL /tiki-tell_a_friend.php?url=%2Fcalendar%3Ffocus%3D1268089200%26viewmode%3Dweek would be spidered instead.
tracker item
Disappering comments in page
I replied to a comment in the page WikiPedia. At that moment, there were already two comments. When I published my comment, the two other comments disappeared. The page still says there are three comments, but My browser can only see either zero or one (mine)
tracker item
Display of many text after upgrade of a database coded UTF8 defined latin1 as UTF8 code
Hello,

When you use an existing database (UTF8 coded but charset=latin1 and collate=latin1-swedish-ci) converted by tiki-install 5.0 :

1- the titles and contents are displayed : as pure utf8 is saying the French texts (tables defined charset=latin1) :

A- Titles of any item
"L'échec et ses conséquences" is displayed :
" L'échecs et ses conséquences"

B- Texts of dictionnary (language.php UTF8 encoded) as
"créé à partir d'une structure" (comment the update or creation origin of a document) is too displayed
"créé à partir d'une structure"

C- Contents of Wiki or articles : id

D- Menu options : are well displayed
The text comes from the same file language.php (fr)

E- Tiles of column of tables etc. : well displayed

F- Warning messages ?

Everything behaves like the titles and contents even defined as charset=latin1 are dsiplyed as UTF8 while the others are threated well.
Is it a relation with the fact that "modify" action never displays anything because of the query, I will try to understand.

Everything was displayed well in 4.x versions

trebly
tracker item
Display Problems in utf-8 : part of text are displayed as latin1 into encoded page utf-8.
!!phenomenon :
On a particular configuration, not identified yet, pieces of text are displayed as latin1 in a pagecode identified as utf-8 encoded.

!!test and facts :
# From a database well encoded utf8 and used with 5.0 on windows : export sql and look at encoding in hexa editor.
# Create from sql file two new database one on a windows installation, the other on Linux (OVH)
# Copy 5.3 to both installations.
# Run install and uses upgrade and convert
# Export databases to sql
# Compare the sql file : identical main data
# On loading the same page from the two servers we obtain two different displays :
## - Locally the delivered html page is clean and well displayed (sourcepage save and edited in hexa and firebug)
##__ - From the OVH server all the data from database are converted to latin1(where ?, probably served by mysql converted to latin1) while the text form system (language file) are displayed in utf8.__
# __ - The behaviour of the OVH installation is completely erratic (because the data are served converted and all indexes request and keys with accents become wrong)
# The Administrator general display says : "database error"__

!!question :
Why the data served to tikiwiki, with exactly the same parameters and data, are right on my server and converted into latin1 on the OVH configuration ?
I have not yet searched into the product, and I don't know, previously, how tikiwiki holds the encoding.

I think that who have developed these piece of product is able to tell me where the encoding to serve by mysql to the product is defined and which parameter can have an effect on the linux server and not on the one on windows.
tracker item
Dumps do not include wiki file attachments
Using Tiki 5.0, create a wiki page with a link to file attachment (uploaded to that page).
Then generate and download a new Dump of the wiki.
Unarchive the downloaded new.tar Dump file.
Open the .html file corresponding to the wiki page created in the first step.
Examine the link to the file attachment.

Expected results:
Expect the wiki page to have a hyperlink to the file attachment.
Expect the file attachment to be included in the tar archive.

Actual results:
There is no hyperlink to the attachment on the Dumped wiki page, but instead the text "No such attachment on this page".
In fact, the page attachment isn't even included in Dumped tar archive.

Notes:
I realise that the file attachments are included in the Export functionality, but I find the Dump functionality is very handy to be able quickly share a wiki's content with a user who does not have network access to the wiki, nor has the tikiwiki software installed.
tracker item
Duplicate notifications sent when group and user watches set on same page
If a user Alain sets a watch on a page, and there is already a group watch on that page for a group to which he belongs, then Alain gets two notifications whenever the page is changed.

This was found on terminology.tikiwiki.org which runs 4.x
tracker item
dynamic items list does not populate when inserting a new item
We recently upgraded from Tiki-4.X to Tiki-5.X. We are running Tiki-5.3.

When adding a new tracker item, the dynamic items list is not populated initially. After saving the item, and then going back to edit it, the dynamic items list works fine, even when changing the fieldIdHere.

Steps to recreate:
# Given a tracker 8 with a list of unique items (e.g. fruit) in field 41
** e.g. apple, pear, etc.
# Given a tracker 9 with versions of items in tracker 8
** field 47 item link to tracker 8 field 41
** field 48 item version
*** e.g. gala apple
# Given a tracker 10 with issues about a certain fruit and version
** field 51, item link to tracker 8 field 41 (options=8,41,0)
** field 52, dynamic list to tracker 9 (options=9,47,51,48,0)
# When inserting a new item in tracker 10, select fruit (field 51)
# Field 52 has no information
# Save item
# Edit item, select version (field 52)
** can also change fruit and dynamic list is auto updated to the new sets of versions for that fruit from tracker 9


tracker item
Dynamic list does not work in the tracker plugin when its reference field (normally an item link) is not shown in the form, with patch
Tracker plugin:
Imagine we would like to offer modification of a dynamic list field without offering modification of its reference field. In this case, the dynamic list should fall-back to a simple list with no selectValue calls in the js.
tracker item
Easy way to compare configuration of 2 Tiki sites
How are the various *.tiki.org sites different in their configuration?

How about compared to the default setting?


How could we have a diff of 2 site's config? Perhaps this could be exported as a profile, and thus an easy way to "copy"/migrate configs from one site to another.

Ex.: in a staging & prod setup...

See: ((Configuration Management))

Related:
https://bugzilla.mozilla.org/show_bug.cgi?id=539151
tracker item
Edit blogs : the size of the panel is automatically smaller than the text width....
As the calculated size of the line, depends of the size of the panel (resizable) is wrong (too of some ... <unable to translate, in printing in french the length unit "point">).
Then the line is always too long of a few for the panel (words or half of words cut before splitting the line).

This makes the blog edition unusable in normal conditions because to edit a text we have to make horizontal scroll continuously.

Analysis : the calculation of the length of line written in text editors is always complex. Generally today there is no problem, but the system which is behind editors is very complex to take in account all display configurations.

(nota : For my own I had developed some years ago a draw system - for engineering, Computer Assisted Drawings - system for windows displaying HPGL2 language drawings with fonts conversion from HPGL2 fonts system to True type, then I know well in details the whole problem)

~~#F0C:__With this problem, I can't let use the tikiwiki 5.3 by my bloggers.__~~

So I have written a warning take care "sorry very difficult to use"
tracker item
Edit conflict detection should be more obvious: detect that source has changed since start of edit
Edit a page
Save

If latest wiki source is now different than what it was when I clicked edit, Tiki should tell me so I can manually merge issues.

Related:
{wish id=1191}
{wish id=2488}
tracker item
Editing page option "check orthography" crashes save
Hello,

If you activate the function "check orthography" in params of a tiki page when editing it, When you save you get systematically the following error :


__!System error.__

Le message d'erreur suivant a été renvoyé :

__Table 'spacprottwk153.babl_words_fr' doesn't exist__

The query was :
select `word` from `babl_words_fr` where `word`=? or `word`=?

Valeurs :

1. Table
2. table

The built query was likely :
select `word` from `babl_words_fr` where `word`='Table' or `word`='table'

Things to check:

1.

Is your database up and running?
2.

Is your database corrupt? Please see how to repair your database
3.

Are your database credentials accurate? (username, database name, etc in db/local.php)
4.

Did you complete the Tiki Installer?

Please see the documentation for more information.

__The database is conform to update from 4.1 and validated__
tracker item
Email a periodic digest (report) of a tracker activity (new open, and changed to pending or closed)
Email a periodic digest (report) of a tracker activity (new open, and changed to pending or closed).

For sites with low activity but high interest in the users on a specific tracker activity, such as Barter networks ( http://intercanvis.net and similar) such feature is needed for users, who register, but then, after a few months, they don't visit the tiki site any more to see notifications of changes (and they didn't know how to browse the categ. tree to select which categories to watch.

However, other (closed source) bartner software sends a monthly digest to registered users with new items added to each tracker. And this would be very welcome by users (usability)
tracker item
Email SMTP address reconization error
On the latest Beta Version of TikiWiki (5.0 Beta 2) the admin email settings under General option cannot set SMTP. This works fine in 4.x versions.

For example my smtp server address is auth.smtp.1and1.co.uk

Some how the number 1 here is translated to auth.smtp.oneandone.co.uk hence giving the error that the smtp is not valid.

Thank you.
tracker item
Email-style wiki parsing, for webmail and for copy-paste of email conversation in a wiki page
The title says it all!
tracker item
Enhancement for sorting items within structures
When pages are added to a structure, they appear in chronological order. Placing the pages in order is extremely time intensive. Please consider creating one or more of the following options:

1) A menu choice for alpha sort on a per level basis.
2) The ability to drag and drop entries. (See Netflix queue page.)
3) The ability to manually renumber the page order value and then update all. (See Netflix queue page.)

Additionally, please note that positioning pages by using the up/down icons sometimes creates apparently random placement:

1. One
2. Two
3. Three
4. Four

Selecting the up icon from "3. Three" can sometimes result in:

1. Three <<<< out of place
2. One
3. Two
4. Four

instead of

1. One
2. Three <<< where it should have gone
3. Two
4. Four

Thank you!
tracker item
Enhancement request for PluginInclude: Option to define length of included text in lines or character (eg. php fuction: substr)
To ba able to preview (a list of) pages which may change (top pages) and not to have to add start and end tags to every single page.
tracker item
Errors on top of tiki-objectpermissions.php page
Forum last posts module gives the following Notice errors on top of tiki-objectpermissions.php page and messes up the font size of permissions list.

Notice: Undefined index: forumId in ../proposed/5.x/lib/core/lib/Perms.php on line 185

Notice: Undefined index: forumId in ../proposed/5.x/lib/core/lib/Perms.php on line 229

For every topic created you will get another 2 of those Notices.
When there are 100 forum topics not that hard to get you will need to scroll down 200 lines of notices just to edit a few permissions.

Reproduce:
Turn on feature forum
Asign forum last posts module
Create a forum and a topic


One of the notices i got is fixed in Revision 29138
Notice: Use of undefined constant ttz - assumed 'ttz' in ../proposed/5.x/lib/tikilib.php on line 7682
tracker item
Errors when trying to change access rights
______As soon as I want to change something about security (access rights), I have these messages:
______
{CODE(wrap="0",ishtml="0",ln="0",wiki="0",rtl="0",cpy="0")}Notice: Undefined index: forumId in /home/rimqnet/public_html/wiki2/lib/core/lib/Perms.php on line 185

Notice: Undefined index: forumId in /home/rimqnet/public_html/wiki2/lib/core/lib/Perms.php on line 185

Notice: Undefined index: forumId in /home/rimqnet/public_html/wiki2/lib/core/lib/Perms.php on line 185

Notice: Undefined index: forumId in /home/rimqnet/public_html/wiki2/lib/core/lib/Perms.php on line 185

Notice: Undefined index: forumId in /home/rimqnet/public_html/wiki2/lib/core/lib/Perms.php on line 185

Notice: Undefined index: forumId in /home/rimqnet/public_html/wiki2/lib/core/lib/Perms.php on line 229

Notice: Undefined index: forumId in /home/rimqnet/public_html/wiki2/lib/core/lib/Perms.php on line 229

Notice: Undefined index: forumId in /home/rimqnet/public_html/wiki2/lib/core/lib/Perms.php on line 229

Notice: Undefined index: forumId in /home/rimqnet/public_html/wiki2/lib/core/lib/Perms.php on line 229

Notice: Undefined index: forumId in /home/rimqnet/public_html/wiki2/lib/core/lib/Perms.php on line 229{CODE}
__
Any idea about what is going wrong ?
In the mean time, should I stop using the system because of a possible security problem __?

Thanks

Gaston
tracker item
Event limit for calendar_new module
The calendar_new module does not display event links or popup boxes after a certain point in the month view when there are many events in a given month. The links and popups re-appear in week view or in month view if fewer calendars are aggregated into the mini-calendar. If an event is deleted in one of the aggregated calendars, the mini-calendar will show an additional day of links/popups. The problem appears to be associated with the number of events that must be displayed, although I cannot verify this. The links and popups disappear after about 35-50 events have been displayed.
tracker item
Expiration Date
In creating an article, there is a publish date. But there is no expiration date entry.
Yet the article listing shows an expiration date (1 year after pub date).
I cannot determine how that expiration date was set, nor to edit it or disable it.

This appears in both 4.0 and 5.0, in various themes.


tracker item
External feeds do not update without dom extension
This may be 2 bugs:

When you select Admin - External feeds and create a new feed, a blank page is presented after clicking "Save." It appears as though the external feed is saved, though.

Created feeds are not being updated on a schedule, nor are they being updated when the "Refresh" option is clicked. Clicking "Refresh" results in a blank page being displayed.

This has been ((http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=37418&topics_offset=23&topics_sort_mode=lastPost_desc&forumId=4|reported on the forum.))
tracker item
external feeds don't show date any more (just bullet points) since upgrade to 4.x or 5.x (they seemed to work well in 3.x)
External feeds don't show anymore the date of the feeded content, and they used to do while in Tiki3. After upgrade to Tiki4 and Tiki5 (or with new Tiki5 installs), dates are not shown any more.

The problem might be in the Tiki providing the feeds, not the tiki getting them.

E.g.:
http://moviments.net (using Tiki 3.5 by the time of this bug report) is set to fetch in a module in the right column (called "__Altres esdeveniments__") the feed from a site with Tiki 5rc2 (from svn) here:
http://intercanvis.net/tiki-calendars_rss.php?ver=2

Previously, the right modules in moviments.net was showing the dates properly of each calendar item fetched.
tracker item
External link icon should be a CSS class
In tikilib.php, the external link icon is hardcoded:
{CODE(wrap="1",colors="php")} if ($prefs['feature_wiki_ext_icon'] == 'y' && !$options['suppress_icons']) {
$ext_icon = "<img border=\"0\" class=\"externallink\" src=\"img/icons/external_link.gif\" alt=\" (external link)\" />";
}{CODE}

That is not good if you want that icon to be different.
You have to overwrite img/icons/external_link.gif with your own, and remember to re-overwrite it when updated to a new Tiki.

It would be better to either allow the user/admin to give a link to an alternative icon, or even better: put it in CSS, so that it can be overwritten in themes.

A quick fix would be to change line 5806 and line 6245 from this:
{CODE(wrap="1",colors="php")}$ext_icon = "<img border=\"0\" class=\"externallink\" src=\"img/icons/external_link.gif\" alt=\" (external link)\" />";{CODE}
to this:
{CODE(wrap="1",colors="php")}$ext_icon = "<span class=\"externallink\">   </span>";
{CODE}
And then put a CSS class in design.css or other appropriate css file, so that it can be overridden by theme css:
{CODE(wrap="1",colors="css")}.externallink
{
background: url(img/icons/external_link.gif) no-repeat;
}{CODE}
tracker item
Extra fields for wiki pages
In many cases, have extra structured fields in wiki pages would come in handy. Ex.: a glossary of terms may need a field for noun, adjective, etc.

Categories and tags are not in the version history, and it would be clunky anyway.

((doc:Pretty trackers)) are awesome when it's a data centric context. But when the structure emerges from the wiki, it's better to have extra fields to wiki pages.
tracker item
Facilitate links and syntax
There are many pages within t.o that have spaces. On the other hand, the WikiSyntax historically uses WikiWords. I also see that tiki supports aliases for pages. This led me to the following suggestion:

- Propose to render WikiWords as "Wiki Words" in the page. This makes it easier to read. Obviously this mean one control more ...
- When parsing a page, and there is no page for a specific WikiWord, look for the page 'Wiki Word' (adding a space before each capital).

Advantage : this would allow people coming from other wikis to make links with WikiWords, even for pages like ((Wiki Plugins)), without the need for clumsy parenthesis everywhere.
tracker item
feature_sefurl : 5.1rc1 fails, so any request for display of a page (magnifier icon) fails
Hello,

On my system :

__feature_sefurl don't functions normally.__

Important : Subject feature_sefurl : last version 5.1rc1 (current yesterday but may be before). The feature_sefurl don't functions normally (I have not searched why, I don't look at in details to this part).

__So if the option is activated all url(s) as

__''site/<page name> ''__

fail and any action, particularly page-object-display (magnifier icon) reaches a 404 error. __

nota : naturally, if the option is not activated the url generated for display of pages is :
__
''site/tiki-index.php?page=<page name> ''__

which functions normally.

trebly

ref-B00805-01
tracker item
File galleries broken after 4.3 to 5.x upgrade
Yesterday I upgraded from 4.3 to 5.2, and everytying seemed to go ok (all upgrade operations were executed successfully). However, every time I try to edit or create a file gallery I get the same error message, which seems to be related to a missing field (show_lastDownload) in the tiki_file_galleries table.

I copy below one of such errors. Please, note that, according to the community forums [http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=38578&topics_offset=2&topics_sort_mode=lastPost_desc&forumId=6|this issue was already reported for a 4.3 to 5.1 upgrade].

I think that a) somebody should check the upgrade for a possible bug, and if possible b) find a way to solve this issue for sites running tiki 5.x with this feature broken.

---

The following error message was returned:

Unknown column 'show_lastDownload' in 'field list'

The query was:
insert into `tiki_file_galleries`(`name`, `description`, `created`, `user`, `lastModif`, `maxRows`, `public`, `hits`, `visible`, `show_id`, `show_icon`, `show_name`, `show_description`, `show_created`, `show_hits`, `show_lastDownload`, `max_desc`, `type`, `parentId`, `lockable`, `show_lockedby`, `archives`, `sort_mode`, `show_modified`, `show_creator`, `show_author`, `subgal_conf`, `show_last_user`, `show_comment`, `show_files`, `show_explorer`, `show_path`, `show_slideshow`, `default_view`, `quota`, `image_max_size_x`, `image_max_size_y`, `backlinkPerms`, `show_backlinks`) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

Values:

1. mytestfilegallery
2.
3. 1285469672
4. jme
5. 1285469672
6. 25
7. n
8. 0
9. y
10. o
11. y
12. f
13. n
14. y
15. y
16. n
17. 1024
18. default
19. 19
20. n
21. n
22. -1
23.
24. y
25. o
26. o
27.
28. o
29. o
30. y
31. y
32. y
33.
34. list
35. 0
36. 0
37. 0
38. n
39. n

The built query was likely:
insert into `tiki_file_galleries`(`name`, `description`, `created`, `user`, `lastModif`, `maxRows`, `public`, `hits`, `visible`, `show_id`, `show_icon`, `show_name`, `show_description`, `show_created`, `show_hits`, `show_lastDownload`, `max_desc`, `type`, `parentId`, `lockable`, `show_lockedby`, `archives`, `sort_mode`, `show_modified`, `show_creator`, `show_author`, `subgal_conf`, `show_last_user`, `show_comment`, `show_files`, `show_explorer`, `show_path`, `show_slideshow`, `default_view`, `quota`, `image_max_size_x`, `image_max_size_y`, `backlinkPerms`, `show_backlinks`) values ('mytestfilegallery','','1285469672','jme','1285469672','25','n','0','y','o','y','f','n','y','y','n','1024','default','19','n','n','-1',NULL,'y','o','o',NULL,'o','o','y','y','y',NULL,'list','0','0','0','n','n')
tracker item
Filter not working correctly for radio button tracker field
When I filter on a radio button field using TrackerFilter plugin, and I choose radio or checkbox for the formatting, I get two buttons/boxes for "Any" plus one for each radio button in the field.

e.g.

* Any
*
-----
* Yes
-----
* No
-----

where * denotes a button or box, and the dashes denote a break between elements

example:
http://hrsms.org/home/tiki-index.php?page=Resources
tracker item
Fivealive theme width (right hand column too far down)
Using the default fivealive theme on tiki.org and on a fresh install has the unwanted effect of the right hand column being far off to the right, and below the content (have to scroll down & across to see it).
Using Firefox 3.0, Linux.
tracker item
Floating top and/or bottom (footer) menu items (and why not left & right too)
We should have some ready-made zones, where template designers can just

It should be possible to populate these zones with Site Identity or in the templates.


Please examples of floating boxes here:
http://www.jtricks.com/javascript/navigation/floating.html
http://www.phpletter.com/Demo/Jquery-Floating-Box-Plugin/

It could also be pull out thingies or horizontal bars
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
Forum Sort by Topic Fails
!!!Update: 2011-01-31
Recommend Closure
Problem apparently fixed with the upgrade to V6.1
~Speaker

__DESCRIPTION__
In a Forum, setting topic sort order to Topic (Ascend/Descend) results in an error screen (see pic2). This is true for global and Forum-specific settings (see pic1). As far as I can determine, the suggested actions have been completed (Installer, corruption, DB credentials). Also, the current BugReport only references an email address rather than the details shown for other reports on the page.

__PageText__
An error occured while performing the request.

Things to check:

1. Did you complete the Tiki Installer?
2. Is your database corrupt? Please see how to repair your database
3. Are your database credentials accurate? (username, database name, etc in
db/local.php)
__EndText__

Request this be corrected within the current development cycle (v6.x), ver 5.4 if possible or... point me to a fix if this is a configuration issue or, if needed, I may be able to incorporate a code fix.

__Pic1__
http://dev.tiki.org/tiki-browse_image.php?imageId=117
__Pic2__
tracker item
Forum: Delete own posts permission
Users with the proper permission should be able to delete their own posts and unreplied topics in forums.

At the moment, only users with ''tiki_p_admin_forum'' permission and the forum moderators can delete posts and topics, but this also gives total control over the forums, something not desirable for regular users.
tracker item
Generate valid RSS feeds from wiki pages, useful for ad serving and remote management of content, like a site footer
This is an RSS feed:
http://sourceforge.net/export/rss2_projsummary.php?group_id=64258


It's not the traditional way of using RSS but it can be very useful :-) It permits us to get up to date info (Ex.: number of devs, number of downloads, etc.) from SourceForge, using RSS. We can then publish on http://info.tikiwiki.org/



This idea could be used for serving ads.
http://en.wikipedia.org/wiki/Ad_serving

This is also in the same idea as:
http://dev.tikiwiki.org/Connect
http://tikiwiki.org/Viral+Tiki

Two immediate uses
# Manage the footer of all *.tikiwiki.org sites from one place
# Permit to push news & calls to action (Current version of Tiki, vote for Tiki in an Award, new release, etc)


Tiki5 as of now:
http://tikiwiki.org/tiki-index_raw.php?page=rsstest

Tiki4 as of now:
http://info.tikiwiki.org/tiki-index_raw.php?page=DeployWikiPageContentAsRSS



Related
{wish id=1396}

tracker item
Group theme no longer working.
The group theme functionality no longer works in 5.x and 6.0.

To test:
*Set "each group can have its own theme" in Admin>Look&Feel>theme
*Admin>Groups, edit a group and try to set the default theme for a group.
*nothing happens.

*theme control - still working.
*user preferences - theme - still working.
tracker item
Image will not work in Banner
Version 5.3.3

When setting up a banner, "text" works fine. When switching to use of an image for a banner,the image uploads directly to some location other than the file directory I have chosen and am using for images. I cannot tell where it is going. It is not going to the chosen file directory for images.

When putting in {banner zone='xxxx'} and the banner has an image for content, just the word "Banner" appears on the page. Apparently it cannot find the image, or load it.

Also, it is odd that it forms a link, because no linking has been given. According to the documentation, when the link field is empty, no linking will occur.
tracker item
In context of enabling of features: option to activate feature from error page
In Tiki4, and in Tiki5 where accesslib hasn't been deployed

{img src=images/code.png}%%% {CODE()} This feature is disabled: feature_games
Go back
Return to home page
{CODE}

Suggested:
if the current user has admins permissions (tiki_p_admin)
1- enable feature_games
2- add to tiki-syslog.php


We'll need to change all feature checks to use accesslib (job for 5.0)


Needs to handle more than one feature check.

Currently:
tiki-orphan_pages.php

has:
{img src=images/code.png}%%% {CODE()}
require_once('tiki-setup.php');
$access->check_feature( array( 'feature_wiki', 'feature_listorphanPages' ) );
{CODE}

but upon error. Ex.:
http://profiles.tikiwiki.org/tiki-orphan_pages.php

just shows one, even if two are needed.
tracker item
In multilingual provided clearer guidance to user as to what language is most up to date
Say Joe is English, but he can read French and Spanish. He gets to a page which is out of date, compared to English and French. Right now, he does not get any information tellling him to go to French or Spanish instead, except if one of the updates has been the subject of an urgent translation request.

It would be nice if there was a notice at the top of the page saying something like this:

---
The English version of this page is only 87% up to date.

Some of the missing information is considerered __critical__ (urgent translation request issued).

Up to date information is available in the following languages: French, Spanish.

To get a machine generated translation of an up to date version from another language, click here (Warning: the quality of the translation may not be good).
---

Note: Clicking on the Machine translation link would show the out of date English page and the MT into English side by side, so that the user could refer back to the proper (but incomplete) English version if nececssary.
tracker item
In the administration panel I can not drag-n-drop icons on the toolbar
After upgrade from 4.2 to 5.0 in the administration panel of Toolbars I can not drag-n-drop icons on the toolbar. Changes browsers, computers, don't work.
tracker item
Incorrect custom header code breaks site
A lack of documentation on the correct usage of code in the Custom Site Header section may result in a broken site (blank white page)

For example, if one wanted to display a menu based on a users group but did not use the proper code (because he can't find documentation showing the proper code) there is a good chance the site could break.

It has happened to me a couple times but fortunately was able to go back or to another tab and remove the site breaking code and save again.
tracker item
insert column or row in spreadsheet requires ajax to work in 3.3, and broken in tiki 4.0
See bug reported and confirmed in tw.o forums:

http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=35420

To reproduce (in tiki 3.3 without ajax, and in tiki 4.0 regardless of ajax setting):

^ 1. create a sheet
2. click insert column (or row)
3. fails with error msg "A SheetId? is required." ^

In Tiki 3.3, this misbehavior dissappears when you enable ajax.
In tiki 4.0, no way to make it work.

It used to work in tiki 2.x, afaik...
tracker item
Installer Failes with german language selected
when you try to run the installer 5 beta 2 with german language selected, the creation of the DB failes.

you run the db installer, you get an empty screen. When reloading, it gives an SQL error.

it stops at "users_users" table.
tracker item
Interactive (in-context) Site identity editor
((doc:Site identity)) is great because it permits quite a bit of customization without modifying any files. Everything is cleanly kept in the database for easy upgrades.

However, it's not immediately easy to know which zone is for what. Top & bottom bar could have an edit button, so we can edit zones in context.

As an example, ((doc:Interactive translation)) is great because we are in context.
tracker item
interactive translation on-use-off results in a 10x slow-down
Toggle interactive translation on.
Translation bar with the check box always makes the page load >10x slower. The page is loaded in 4 sec, but it still does something for 40+ seconds. Thereafter, the translation bar is loaded.
It is quite annoying so one tries to
Toggle interactive translation off.
It does not show that bar anymore. However, you still need to wait for the extra 40 seconds. Highly annoying.

TW5.0Beta1
tracker item
Side-by-side edit of two languages, with a "translation is in sync" button to save both wiki pages
Full page mode would be quite important

** Need to evaluate usefulness with Alain Désilets
** LP says it's doable (from back-end perspective)

Coordinate with other work on:
http://wiki-translation.com/
tracker item
At the end of installer from 4.x to now 8.1, the run of session crashes with an exception "session start"
At the end of the installer when launch is run we can get a crash with an exception :

__"Session already opened"__

This has been reported since two years may be six times.

I have not made various test, so may be it depends of the context which is :

#Data upgraded from existing connection
#Run without inhibiting installer

This should not have effect. So I don't understand why others don't seem to observe the problem that I had always.

I need to run again directly index.
tracker item
Critical security vulnerability
Hi,
my name is Egidio Romano (aka EgiX) and I found a vulnerability that could allow execution of arbitrary PHP code.
I've sended an e-mail to security(at)tikiwiki.org which explains this flaw.

Regards,
EgiX
tracker item
Tracker Import from csv does not import date and time properly
Tested in version 3.3 and 7:
Importing tracker items through CSV does not properly process the date field.

My exported CSV contains e.g. "24/12/2010 19:55"
The imported data only contains "24/12/2010" The time has been left out.

{CODE(caption="incorrect code 3.3" colors="php")}# Version 3.3
Line 1697
} elseif ($field['type'] == 'f' || $field['type'] == 'j') {
if ($dateFormat == 'mm/dd/yyyy') {
list($m, $d, $y) = split('/', $data[$i]);
$data[$i] = $tikilib->make_time(0, 0, 0, $m, $d, $y);
} elseif ($dateFormat == 'dd/mm/yyyy') {
list($d, $m, $y) = split('/', $data[$i]);
$data[$i] = $tikilib->make_time(0, 0, 0, $m, $d, $y);
}
}{CODE}

Replaced by following code :
{CODE(caption="correct code 3.3" colors="php") } elseif ($field['type'] == 'f' || $field['type'] == 'j') {
$l = strlen($data[$i]);
switch ($l) {
case ($l == 10):
# Field does not contain the time
if ($dateFormat == 'mm/dd/yyyy') {
list($m, $d, $y) = explode('/', $data[$i]);
$data[$i] = $tikilib->make_time(0, 0, 0, $m, $d, $y);
} elseif ($dateFormat == 'dd/mm/yyyy') {
list($d, $m, $y) = explode('/', $data[$i]);
$data[$i] = $tikilib->make_time(0, 0, 0, $m, $d, $y);
}
break;
case ($l == 16):
# Field contains HH:MM
list($fd, $ft) = explode(' ', $data[$i]);
if ($dateFormat == 'mm/dd/yyyy') {
list($m, $d, $y) = explode('/', $fd);
list($hh, $mm) = explode(':', $ft);
$data[$i] = $tikilib->make_time($hh, $mm, 0, $m, $d, $y);
} elseif ($dateFormat == 'dd/mm/yyyy') {
list($d, $m, $y) = explode('/', $fd);
list($hh, $mm) = explode(':', $ft);
$data[$i] = $tikilib->make_time($hh, $mm, 0, $m, $d, $y);
}
break;
case ($l == 19):
# Field contains HH:MM:SS
list($fd, $ft) = explode(' ', $data[$i]);
if ($dateFormat == 'mm/dd/yyyy') {
list($m, $d, $y) = explode('/', $fd);
list($hh, $mm) = explode(':', $ft);
$data[$i] = $tikilib->make_time($hh, $mm, $ss, $m, $d, $y);
} elseif ($dateFormat == 'dd/mm/yyyy') {
list($d, $m, $y) = explode('/', $fd);
list($hh, $mm) = explode(':', $ft);
$data[$i] = $tikilib->make_time($hh, $mm, $ss, $m, $d, $y);
}
break;
}
}{CODE}

The same for the latest version 8.3

{CODE(caption="Incorrect code 8.3" wrap="0" colors="php")} case 'f':
case 'j':
if ($dateFormat == 'mm/dd/yyyy') {
list($m, $d, $y) = preg_split('#/#', $data[$i]);
$data[$i] = $tikilib->make_time(0, 0, 0, $m, $d, $y);
} elseif ($dateFormat == 'dd/mm/yyyy') {
list($d, $m, $y) = preg_split('#/#', $data[$i]);
$data[$i] = $tikilib->make_time(0, 0, 0, $m, $d, $y);
} elseif ($dateFormat == 'yyyy-mm-dd') {
list($y, $m, $d) = preg_split('#-#', $data[$i]);
$data[$i] = $tikilib->make_time(0, 0, 0, $m, $d, $y);
}
break;
}{CODE}


{CODE(caption="Correct code v8.3" wrap="0" colors="php")}# Line 1730
case 'f':
case 'j':
$l = strlen($data[$i]);
switch ($l) {
case ($l == 10):
# Field does not contain the time
if ($dateFormat == 'mm/dd/yyyy') {
list($m, $d, $y) = explode('/', $data[$i]);
$data[$i] = $tikilib->make_time(0, 0, 0, $m, $d, $y);
} elseif ($dateFormat == 'dd/mm/yyyy') {
list($d, $m, $y) = explode('/', $data[$i]);
$data[$i] = $tikilib->make_time(0, 0, 0, $m, $d, $y);
} elseif ($dateFormat == 'yyyy-mm-dd') {
list($y, $m, $d) = explode('-', $data[$i]);
$data[$i] = $tikilib->make_time(0, 0, 0, $m, $d, $y);
}
break;
case ($l == 16):
# Field contains HH:MM
list($fd, $ft) = explode(' ', $data[$i]);
list($hh, $mm) = explode(':', $ft);
if ($dateFormat == 'mm/dd/yyyy') {
list($m, $d, $y) = explode('/', $fd);
$data[$i] = $tikilib->make_time($hh, $mm, 0, $m, $d, $y);
} elseif ($dateFormat == 'dd/mm/yyyy') {
list($d, $m, $y) = explode('/', $fd);
$data[$i] = $tikilib->make_time($hh, $mm, 0, $m, $d, $y);
} elseif ($dateFormat == 'yyyy-mm-dd') {
list($y, $m, $d) = explode('-', $fd);
$data[$i] = $tikilib->make_time($hh, $mm, 0, $m, $d, $y);
}
break;
case ($l == 19):
# Field contains HH:MM:SS
list($fd, $ft) = explode(' ', $data[$i]);
list($hh, $mm, $ss) = explode(':', $ft);
if ($dateFormat == 'mm/dd/yyyy') {
list($m, $d, $y) = explode('/', $fd);
$data[$i] = $tikilib->make_time($hh, $mm, $ss, $m, $d, $y);
} elseif ($dateFormat == 'dd/mm/yyyy') {
list($d, $m, $y) = explode('/', $fd);
$data[$i] = $tikilib->make_time($hh, $mm, $ss, $m, $d, $y);
} elseif ($dateFormat == 'yyyy-mm-dd') {
list($y, $m, $d) = explode('-', $fd);
$data[$i] = $tikilib->make_time($hh, $mm, $ss, $m, $d, $y);
}
break;
}
break;
{CODE}
tracker item
Tracker Import from csv does not set created and lastModif properly
Importing tracker items through CSV only sets the created and lastModif value properly if the dates from the CSV file are in the numerical php date format.

When you import a csv file where the created and lastModif dates are written as proper dates, the imported tracker items have a created and lastModif date/timestamp of the date & time of the import action.

example csv :

"itemId","status","created","lastModif","VRID -- 265"
"849","o","07/12/2009 13:24","07/12/2009 13:24","4"

Whenever I export a csv file, it contains the dates as shown above, so you can't just export data and import data on the fly without modifying all the values...

c.f. [https://dev.tiki.org/item3500|bug 3500]
tracker item
Jailroot, Perspectives, WYSIWTSN on Search results
To reproduce the issue:

1- Apply profile http://profiles.tikiwiki.org/Jailroot_Demonstration on trunk

2- Pick perspective "B"

3- Search for "contentA1". You find

A1 and B1 (OK)
A1 A2 A3 (Not OK)

tiki-listpages.php exhibits the proper behavior.
tracker item
Javascript bug with Show Help button in tiki-article_types.tpl
When clicking on the Show Help button in tiki-article_types.tpl. The text appears then disappears right away. This makes the Help Button unusable. (Please keep in mind this bug is with the Show Help BUTTON not the help icon)
tracker item
JPEG-Images uploaded with IE does not show in colorbox
Uploading jpeg images with Internet Explorer (6,7,8) provokes a tiny small white image when trying to display it with colorbox.

It seems to be the Internet Explorer Bug which marks JPEG-Images at download time with mime-type "image/pjpeg" instead of "image/jpeg".
tracker item
js part of the registration is not to be translated under ajax
It concerns the Passwords match and do not match.
Chealer explained to me that there is a language.js file to be created in the lang/<yourlang> folder (as in ca).
Since my ajax is on, the password check is not run from
tiki-js.js, checkPasswordsMatch
but from
register_ajax.js (please also add a header to this file), check_pass.
The tr function is not defined there, so it would not work.

See also
http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2010-10-19,Tue

P.S. I rated this 9, because there will be people who want ajax and another language, but do not like to dig js files for such a basic functionality.
tracker item
Judy theme is not functioning
http://themes.tikiwiki.org/tiki-index.php?page=Sample+Page

"Judy" theme is fouled up.
Can't access the change theme menu.

I was incrementing through the themes. When I reached "Judy", the right column menues for themes and variations were inaccessible. There was an overlay of the user name and log out selection.
tracker item
#3193
Bugs & Wish list
tracker item
Links in external RSS feed are now empty
I have an external RSS feed displayed in a module. In 4.x the links contained the correct HREF values and the module worked nicely. In 5.x (trunk as of 4/19/2010) the HREF value is "".

See "Latest Alpha News" module at http://wiki.alphasoftware.com/

The feed used is http://alphasoftware.blogspot.com/feeds/posts/default

The "Display Feed" page has the same empty HREF strings as the displayed module containing the feed.

tracker item
Links to aliases of wiki pages do not show the page description in tooltip but 1 instead
Bugs & Wish list
tracker item
Links to translation(s) in article subpages
In a bilingual English/French site built on Tiki 5.x, i18n was used to create direct article-to-article links between translation versions of the same article.

When viewing a paginated article with an associated translation, selecting the "switch language" link properly loads the appropriate language version of the article ONLY from the first page of the article.

If an article is broken into multiple pages, attempting to switch language fails when "switch language" is selected while viewing a subpage of the article.

Looks to me as if the pagination (&page=x) variable has not been accounted for when dealing with translations of articles.

Please contact me at dkennedy@pondstone.ca if more information is needed.

Thank you!
tracker item
Live Support
tracker item
Make preferences i18n-aware
Some prefs should need to be different per language

Ex: logo, site title, meta-description, meta-keywords, menu

So we may avoid:
http://doc.tikiwiki.org/Multilingual%20Menu#Check_language_and_show_alternate_menu


tiki-edit_perspective.php (Tiki5) is an efficient way to override global prefs depending on perspective. So now, how to handle similarly for languages?

Please note that some times, we'll have both perspectives and languages.


Related:
{wish id=968}



Two solutions:
* Add tra() for site title, meta-description
* Make text areas for things that smarty logic would be useful (ex: menu) __Done in Tiki5__
tracker item
Memory exhausted when saving user preferences
When I try and save user preferences (viewing is OK), I get the first part of the user preferences screen back, and then it stops at the "User login:" display with:

Preferences
Last login:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 6291456 bytes) in /.../lib/tikidate-php5.php on line 182


tracker item
messu-mailbox.php shows "Array" where other pages show proper title in browser title bar
Bugs & Wish list
tracker item
Misleading error message when saving without passing captcha test
I just spent 30 minutes on a wild-goose chase because of this.

On this site:

www.wiki-translation.com

I was trying to set permissions on this page:

http://www.wiki-translation.com/AMTA+2010+Workshop+on+Collaborative+and+Crowdsourced+Translation&objectName=AMTA+2010+Workshop+on+Collaborative+and+Crowdsourced+Translation

so that anonymous users can edit it. I want this to be limited to just that one page. But it didn't seem to work. I was able to edit the page as anon, but when I saved, I would get the following message:

"You are not logged in. Go to Log in Page"


I assumed that it was a bug with the permission override.

But as it turns out, I just was forgetting to enter the Captcha code! But the message was so misleading that it took me 30 mins to figure that out.

In cases where the user forgets to enter the Captcha code, the system really should just prompt the user again for the Captcha (but not display any of the other fields in order not to confuse him).

tracker item
Missing Blog Entry
When one tries to VIEW BLOG, there's no listing / access to the post
/tiki-view_blog.php?blogId=1

To access the post, I had to use the "Since your last visit" history.
/tiki-view_blog_post.php?postId=1

This makes it almost impossible for visitors to read blogs.

UPDATE
After posting a second entry, the first entry is still not available for viewing. But the second entry did appear. No navigation to the first post was evident.

Am not sure exactly what the mechanism of failure is.

If I understand blogs, each titled blog should be accessible.

Second UPDATE
Once the third entry was made, the first post became visible in the list. I do not know how / why it happened. I have not tried to recreate the error by making a new blog.
tracker item
Missing Blog Tag
Blog Title area, in FIVE ALIVE (grape) Theme, the TAGS do not display correctly.

This may be related to Ticket 3452, Blog Title Display Awry.

I had not found this bug earlier, because I had not used "TAGS". The data following the "TAGS:" is only visible if you highlight the area with a mouse.

tracker item
Missing Permissions assignment feature for Newsletters
Contrary to TikiWiki documentation (and contrary to TikiWiki common sense) it is NOT possible in a 3.0 wiki (specifically http://jiamcatt.ourwiki.net) to assign any permissions to Newsletters. This means that NO ONE, other than Admins can even see the list of Newsletters, to say nothing of viewing past newsletters (the archives). This is unacceptable – and contrary to TikiWiki documentation.

JIAMCATT is the community of IT-oriented managers of language (translation and interpretation) services of major International organizations and European multilateral bodies. After a slow start about a year ago this community has now agreed to try to use a TikiWiki-based system. Within the past month (since several of the TikiWiki team participated in the JIAMCATT annual meeting in Ottawa, Canada early May 2009) close to 200 users have joined up.
One key aspect of the work of JIAMCATT are Working Groups. One of these has just started work. It’s tools include wiki pages in the two working languages (En + Fr), a discussion forum (consisting already of 13 topics), and – last but NOT least – a Newsletter to keep everyone abreast of developments. This feature, it now turns out doesn’t work in a very bad way: NO ONE, other than Admins can even see the list of Newsletters, to say nothing of viewing past newsletters (the archives). This is unacceptable – and contrary to TikiWiki documentation.

I expect this should be a simple fix for a TikiWiki insider (the feature existed at the time the documentation was written); albeit impossible for someone not intimate with the insides of this system.

Screen shots are attached. The first – now shows as the last – called “ButtonsAvail-inJiamcatt-ourwiki-net-Newsletter-admin.gif” shows the buttons seen by an Admin user when trying to do “Admin Newsletters”. The second, called “MissingButton-from-doc-tikiwiki-org.gif” shows the buttons in doc.tikiwiki.org in the http://doc.tikiwiki.org/Newsletters section in the http://doc.tikiwiki.org/tiki-index.php?page=Newsletter+Admin&bl=y page, under the segment titled “Changing Existing Newsletters”. The third screen shows you what a non-Admin user who should have access to view newsletters and archives of this Working Group, sees (file: “Empty list of newsletters for (nonAdmin) WG members.gif”).

Unless someone can provide a fix quickly, this group will abandon TikiWiki as its working tool.

omstefanov
tracker item
missing tiki_rss_items and unable to log
I am trying to test 5.0 RC1 on locahost, but after installing database i received this error message


''Table 'dbxxxxxx.tiki_rss_items' doesn't exist
The query was:
SELECT * FROM `tiki_rss_items` WHERE `rssId` IN( ? ) ORDER BY publication_date DESC
Values:

1. 8

The built query was likely:
SELECT * FROM `tiki_rss_items` WHERE `rssId` IN( '8' ) ORDER BY publication_date DESC''

It was the same with 5.0 beta 2, and when i look to my database tiki_rss_items doesn't exist.
Is it a new table with tiki 5? not install with upgrader?
tracker item
Mixup between word and character limits in textarea tracker field
When I put a textarea field in a tracker, in the edition item mode the caracters and words limit they're mixed up.

This was reproduced on the r27905 on trunk


For example, if the word limit is set to 3 and the caracter limit is set to 30, is possible to enter text as long as limit are respected but the counts bellow are wrong. The word count shows in the field for the caracters count. And the caracters count is not displayed.

See the next screenshot to understand more
{IMG(src="http://dev.tikiwiki.org/tiki-download_item_attachment.php?attId=256")}{IMG}
tracker item
mod-func-adsense.php
For the Google Adsense Module:

Google Adsense Client IDs are in the format pub-0123456789012345
Line 42 of mod-func-adsense.php sets this data input type to 'alpha'.
When the user tries to assign the module, the numbers get stripped from the client ID, which is a required field.

I changed 'alpha' to 'striptags' to allow an alpha-numeric entry and then Adsense output works correctly.


tracker item
Module since_last_visit_new shows unapproved comments
I have set feature_comment_moderation=y, so new comments are invisible until approval, but they are shown as new comments on the since_last_visit_new module. So if user clicks on this link they come to the page where the comment was made (currently only tested with blog comment, but should be the same with other comments), and don't see this new comment.
I've no idea if this also affects coming version 4, only working with v3.2
tracker item
More granular control of recurring events in Calendar
In the calendar, you can schedule a recurring event to happen weekly. In my particular use case we use TikiWiki for, among other things, tracking who in my department is carrying the 24/7 pager so everyone knows. There are between 5 and 7 of us depending on turnover, and we take turns holding the pager for one week at a time each.

With current functionality we must manually enter the pager schedule and re-do it should anyone quit or get hired. It would save us a lot of time if we could just say person A gets pager every 6 weeks, followed by person B, C, D, etc.

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
Multilingual (i18n) for blogs
Hi!

It would be nice to have multilingual support for blogs. I mean, I'm a native spanish speaker,and even thought I can write in english, it would be nice to keep my blog in both: english and spanish.

Currently, I could create two blogs, and maintain them in parallel, maybe, add a manual link to the translated page on each of the blogs posts, but it is not an elegant solution.

Thanks!
tracker item
Multiple issues with JQuery Infinite carousel
Seen in Tiki 5 and Tiki 6:

#Missing images:
The path location that Tiki generates for the Infinite carousel icons (next/previous, play/pause, etc.) is incorrect. Tiki is generating:
{CODE()}
/js/infinitecarousel/images/..
{CODE}

But the correct path is:
{CODE()}
/lib/jquery/infinitecarousel/images/..
{CODE}

#Incorrect DIV height calculated
Tiki is calculating the height of the __div id="carousel" ..__ incorrectly -- the bottom 19px of all images is clipped. There needs to be an additional __19px__ added to overall height, to account for the play/pause button & padding

#Suggestion
Tiki should close the entire __div id="carousel" ..__ within another __div__ with __overflow:hidden__ property. This way, Tiki will no longer display ''all'' images on the initial load of a page. Note, that the additional 19px will need to be added to the div's height, too, as noted in #3.
tracker item
Need to use Tracker Field itemID for filename of newly created page
Want generate an unique page name from an auto incremented ID. {$f_#} does not work in pretty tracker example nor {$itemId}. I need a single Wikipage for each item generated from a tracker form.
tracker item
New File Gallery saving
It will report a system error while saving a new file gallery
tracker item
NEW pluginWikiPages
PluginWikiPages is comparable to pluginArticles. It shows a list of pages which belongs to eg. a specific category ordered by hits, relevance, date etc. should work together with pluginInclude or have the option to include wiki pages partialy (start/end/char count/# of lines) as they do not have a heading section.
tracker item
new zend recaptcha not displying in trunk when user tracker enabled
We were trying to have the new antibot captcha working in a Tiki site based on Tiki trunk (during TikiFestBarcelona2 - mid July 2010), were a user tracker was set to collect more information from users at registration time.

when we enabled zend new antibot-captcha , no antibot code was shown at registration time, because there seems to be some conflict with the user tracker.
Once the user tracker was disabled, the antibot-captcha was shown properly, etc.

----
Update: disaled the new zend antibot catpcha, in order to use the former simple captchaimage, but that one is not working either, if user tracker is on.
tracker item
Newsletter plain text is lost
When creating a newsletter item, both HTML and plain text versions are requested. The plain text information is empty if the newsletter is edited.
tracker item
no built-in way to prevent realName user pref. duplicates automatically
One can ask for the realName "admin" and get it with no problem. In fact, all the 1000 users of a site could be called admin.
TW51
tracker item
Notifications should parse the body
In general, wiki syntax is not parsed in notification mails. For example, the "New article post" notification email includes the full body of the newly posted article. However, Tiki includes the full wiki coding/syntax within the body of the message, and sends the mail message as plain text. Tiki should either:

1. Send the message as parsed HTML

or

2. Strip all formatting and send only the text.
tracker item
number of tracker items shown by default: customizable in a tracker by tracker basis
number of tracker items shown by default: customizable in a tracker by tracker basis. To avoid (at least) the problems of huge memory consumption in big trackers (and thus, setting the default number of items shown to a small number), while keeping other trackers with more items shown by default
tracker item
Out of memory bug in tiki-edit_templates.php
Hi,

I've just been testing Tiki to see if it will suit my needs. Came across the following bug in tiki-edit_templates.php whenever I tried to edit any templates or CCS.

Whenever I tried to click on the Edit Button for templates I got the following error:

PHP Fatal error: Allowed memory size of XXX bytes exhausted (tried to allocate XX bytes) in tiki-5.1/lib/init/initlib.php on line 185

System setup

System: FreeBSD 8.1
Web Server: Apache 2.2.16
Php: 5.3.3

Key issue was when looking for templates to list - around line 112 in tiki-edit_templates.php. The code would get stuck in an endless loop trying to get the files a directory that failed to open, exhausting stack size. The following directories would attempt to be opened:

tiki-5.1/templates - opened OK
tiki-5.1/templatesmodules - failed to open causing loop to get stuck.

The templatesmodules directory would fail to open.
tracker item
pagehistory not showing compare or diff
Compare and Diff links don't take effect and it shows the history all the time.
tracker item
Pages with spaces in their names cannot be accessed from a Wiki dump.
If I have a wiki page SomePage that has a link ((Page With Space)) in it, when I dump the wiki, the generated HTML in SomePage.html doesn't have a correct hyperlink in it to get to Page With Space.html.

The hyperlink contains plus signs instead of spaces (or %20) like Page+With+Space.html, but the target page on disk is called Page With Space.html. Clicking on the link in SomePage.html generates a file not found error.
tracker item
Parent Gallery Selection Box Design
when selecting a parent gallery on a deep gallery structure it would be nice if
# galleries not which are not a direct child of the root gallery are marked with "..." at the beginning
# galleries are marked with the (ID) at the end.

there are scenarios where the two displayed levels in the selection box are ambiguous.

tracker item
Patch: setup_smarty.php get_filename fails if tikidomain is empty
tikiwiki-5.0.Beta1\setup_smarty.php, line 251, in function get_filename:
$file = '';
may be replaced by
$file = '/';
tracker item
Permanently showing menus (over existing content)
Like this site:
http://agilewebsolutions.com/downloads


When you scroll down, the menu stays. The same idea could be done for a menu on the bottom of the page.
tracker item
Plugin Files: Add an option to quick upload a file
Adding a option to quick upload a file in the LIST plugin

This would allow low tech people to easily add a file to a galery
tracker item
Plugin installation is not obvious -- sensitivity to the lib/wiki-plugins folder content
TW5.0beta1
http://dev.tikiwiki.org/Hello+World#To_create_a_new_plugin seems to be outdated. the plugin cannot be installed i the prescribed way.
By the time a php plugin file with a "wikiplugin_" prefix is saved to the lib/wiki-plugins folder, the Administration/Editing, plugins gives an empty pages. So do all the pages containing the new wiki plugin. Nothing is listed as a plug-in to be installed.

Two smaller corrections
* The sample code containing an extra '}' (last but one in wikiplugin_helloworld_info())
* The name to save the plugin must be lib/wiki-plugins/wikiplugin_helloworld.php instead of lib/wiki-plugins/wikiplugin-helloworld.php.
tracker item
Plugin Member Payment Inserts Spurious | and fails
The drop-down menu inserts a "|" character causing failure.

{IMG(src="http://www.slaveservers.net/tiki-download_file.php?fileId=5&display")}{IMG}
tracker item
Plugin Relation By Views / "Other users also read" likewise to "Customers also bought"
The ultimate feature of Amazon and all the e-commerce shopcart systems is the one known as "Customers who bought this item also bought .." or "were also interessted in ..".
The feature would show objects or items that were viewed or bought by previous users in conjunction with the actual item or object.

Idea:
Applied for tiki a new plugin "Relation By Views" would allow to list related wiki pages (or even other objects) in a page likewise to existing backlinks and alias plugins as well as semantic links.
Though, the information is based on previous view counts / his of wiki pages (or other objects) that have been hit by users wihtin the same session as the actual wiki page / object.

The enhancement is obvious: we would make a step further to get implicit relations between pages / objects based on user behaviour.
Just as the advantage in ecommerce is crossselling, we would provide cross-links and encourage readers to have a look to further pages / objects.
In regard to enhancements of the basic shopping cart feature in Tiki 5, this plugin could even be used as a real "customers were also interessted in" feature.
tracker item
Plugin validation cannot be turned off, TW5.1
No UI checkbox for the following.

INSERT INTO `tiki_preferences` (`name`, `value`) VALUES
('wiki_validate_plugin', 'n');
tracker item
Plugin validation does not work, TW50B1
~np~ Put a {BACK()/} in page A, and put a {include page="A"} in page B. It does not work because of some other issue with added an . So as luciash said, I tried to embed the back in page A in a HTML plugin. It asked for validation, but the approve button does not work. (I also do not like that the tiki_p_plugin_approve is not on for admin by default, but it is already turned on now.) I tried to approve it from both A and B, with no success. It keeps asking for approval.

if( $_SERVER['REQUEST_METHOD'] == 'POST'
&& isset( $_POST['plugin_fingerprint'] )
&& $_POST['plugin_fingerprint'] == $fingerprint

the fingerprints did not match. I am also not sure if the _SERVER['REQUEST_METHOD'] was not there at all.

It corrupted the tiki_plugin_security db table, when used for an included page in TW5.0B1.
| html-b933b386d5a6f404b361915877be6d01-4041452f21ab9509ffec254939fca6ea-321000-250000 | pending | admin | NULL | 2010-08-15 11:46:03 | wiki page | A |
| html-48f4de6e43c09f3cf74cd255f805f7c7-4041452f21ab9509ffec254939fca6ea-321000-250000 | pending | admin | NULL | 2010-08-15 11:47:32 | wiki page | A |
| html-49a30ce7af772042003eeed65cff768f-4041452f21ab9509ffec254939fca6ea-321000-250000 | pending | admin | NULL | 2010-08-15 12:03:58 | wiki page | A |
| html-485a9a9f59efca1240cea872edd17f15-4041452f21ab9509ffec254939fca6ea-321000-250000 | pending | admin | NULL | 2010-08-15 12:08:13 | wiki page | B |
| html-76d0f2549b4f3021f9e5d1cb85b90f89-4041452f21ab9509ffec254939fca6ea-321000-250000 | pending | admin | NULL | 2010-08-15 12:08:30 | wiki page | B |
| html-f70217acf0461d1edb3c81e9e60553c9-4041452f21ab9509ffec254939fca6ea-321000-250000 | pending | admin | NULL | 2010-08-15 12:12:32 | wiki page | B |
+----------------------------------------------------------------------------------------+---------+-------+-------------+---------------------+-----------------+--------------+

It generates a different fingerprint every time, it seems.

Haven't check trunk. Would someone do that? ~/np~
tracker item
PluginProposal: add a 4th: I read and I am ok with whatever is decided
"Lead, follow or get out of the way" is a common saying.

However, there are some subtleties.

* __Lead__ implies "I agree and will put my energy where my mouth is."
* __Follow__ implies "I am ok with it but I won't lead"
* __Get out of the way__ implies "I don't agree but I won't object (perhaps it doesn't affect me or I will just accept or leave)

There is also:
* __Go along__ (I am not thrilled by the proposal, but I have nothing better for which I will offer leadership)
* __Block__ this is just bad, and I will actively oppose.


In ((doc:PluginProposal)) currently, "undecided" implies, "I'll think about it more and I'll change my vote later". Whereas people that are OK with any proposal are not really counted properly. This will be useful to know if we have enough eyeballs to go ahead.

3 for, 1 opposed is not the same with 0 or 10 __I am OK with any__

tracker item
PluginTrackerFilter : improve interface
Currently, after a report, the filter fields still appear at the top. This looks weird. Should be below or should be possible not to show, and you have a button "another search"


Or: send to another page?
tracker item
PluginTrackerItemField does not have enough expressive power
PluginTrackerItemField has rather limited expressive power.
tracker item
Popups Not Working Right in Trackerlist and Tracker Filter Plugins
The same problem is happening with the default tracker interface, as well as the trackerlist and tracker filter wiki-plugins. Essentially, if you want to display a given tracker field in a popup window when mousing over one of the listed tracker fields (i.e. fields that display as hyperlinks when listing tracker items), then that field MUST already be displayed in the listing. This behavior makes no sense, as it is pointless to display an already displayed field in a popup window.

~~#30C:__You can actually view this problem, by listing your own tikiwiki bug items, and mousing over the bug title.__ A small, but empty, popup window displays.~~

Using Mozilla Firefox browser 3.6.9, and IE 8

Quick tracker definition...

[TRACKER]
trackerId = 1
name = IT Skills
description =
descriptionIsParsed = n
useExplicitNames = n
showStatus = n
defaultStatus = o
showStatusAdminOnly = n
outboundEmail = ed@edmundcscott.com
simpleEmail = n
newItemStatus = o
modItemStatus =
writerCanModify = n
writerGroupCanModify = n
showCreated = n
showLastModif = n
defaultOrderKey = -2
defaultOrderDir = asc
useComments = n
showComments = n
useAttachments = y
showAttachments = n
attachmentsconf = 0,1,3,0,2,0,0,0
useRatings = n
ratingOptions =
categories =

[FIELD1]
name = Skill
position = 10
type = t
options = 0,20,,,50,n
isMain = y
isTblVisible = y
isSearchable = y
isPublic = y
isHidden = n
isMandatory = y
[FIELD2]
name = Last Used
position = 20
type = j
options = d
isMain = n
isTblVisible = y
isSearchable = y
isPublic = y
isHidden = n
isMandatory = y
[FIELD3]
name = Years
position = 30
type = D
options = 0.5,1,2,3,4,5,6,7,8,9,10
isMain = n
isTblVisible = y
isSearchable = y
isPublic = y
isHidden = n
isMandatory = y
[FIELD4]
name = Level
position = 40
type = D
options = Advanced, Basic, Expert, Intermediate
isMain = y
isTblVisible = y
isSearchable = y
isPublic = y
isHidden = n
isMandatory = y
[FIELD5]
name = Company
position = 50
type = D
options = Chrysler / RSB, ITTVIS / RSI, Qwest / US West, University of Kansas, University of Colorado, WTSI
isMain = n
isTblVisible = y
isSearchable = y
isPublic = y
isHidden = n
isMandatory = y
[FIELD6]
name = Position
position = 60
type = D
options = Associate Software Engineer, IT Project Coordinator, Post Doctoral Research Scientist, Programming Consultant, Research Assistant, Research Associate, Software Engineer, Systems Integrator, Team Lead, Web Designer/Developer
isMain = n
isTblVisible = y
isSearchable = y
isPublic = y
isHidden = n
isMandatory = y
[FIELD7]
name = Description
position = 70
type = a
options = 1,60,15,5000,20,1000,n
isMain = n
isTblVisible = y
isSearchable = y
isPublic = y
isHidden = n
isMandatory = y
tracker item
possibility to set mail reply-to to users mail-address
Is there any possibility to set the sender_mail to the users mail-address?

As I understand as newbie the code in messu-compose.php, the sender_mail should be the users mail address, if his mail adress is set public. somehow this doesn't work as I expected. Is my understanding wrong?

I'd like to set this to the users mail address, because many users don't realize that in replying to a mail send by the tiki they don't reach the original sender.
tracker item
pretty tracker demo cannot be applied

Pretty_Tracker_Demo cannot be applied any more wihtin the admin's profiles.
Instead of loading the profile, a new pages opens with the link "jdoe@company.commsmith@company.com" and the pages keeps loading.

Perhaps it is due to the new release 5.2.
tracker item
pretty tracker with tpl: get_pretty_fieldIds function fails
tikiwiki-5.0.Beta1\lib\trackers\trackerlib.php, line 3584, in function get_pretty_fieldIds:

$f = $smarty->get_filename($tpl);

may be replaced by

$resource_name = $smarty->get_filename($resource);
$f = $smarty->_read_file($resource_name);
tracker item
Preview versus Real, Plain Text tags ~/np~ and ~np~
There is a serious error in the Wiki Syntax display in __Articles__.

When using PLAIN TEXT markers (np and /np), the preview shows the correct unprocessed text. But when saved, the actual file does not show the correct unprocessed text on display.

Theme: Five Alive

I verified that the marked plain text displays correctly as a WIKI PAGE. But it does not display correctly as an ARTICLE.
tracker item
Printing/ e-mailing Multiple Blog entries based on date
Hi there everyone, newbie calling.

I work in a technical operations area. Currently developing the wiki as a wiki for operational staff across various areas but thought I would use some more of the functions that are available.

As an operations area there is a requirement for logs to be written daily by operation staff across different departments and to be e-mailed to management staff.

My idea is to give each department (5 in total) a separate blog. Only members of each department can write to their blog but any member of each department can read the other blogs. So far so good. By tagging each entry searches across blogs can identify faults across departments. This works perfectly and therefore preferable to a forum based solution as I need it to be as simple as possible for the operational staff.

However there is a requirement to print each log on a daily basis and ideally e-mail it to non-members (managers) possibily dependent upon tags. Obviously it is simple to print each separate entry but what I am looking for is a way of printing a 24 hour period of blog entries, or exporting them to a text file (word or e-mail body for example) to be distributed and printed. This is because there can be as many as 100 blog entries per day and it would be time consuming (and forest destroying) to print each one out individually.

Apologies if this is covered in a document that I have missed but I am still trying to absorb all the variables. I have also posted it in the forums to see if someone has any ideas with existing features or indeed using it in this way.

Any help would be greatly appreciated
tracker item
realName user preference is not used in trackerlist, tracker, and pretty tracker
Community / User features /
User Preferences Screen: yes

Community / General /
Show user's real name instead of login (when possible): yes

The realName user preference is not used in trackerlist, tracker, and pretty tracker. Actually, why the when possible? Is not it where implemented?

Note that
- in my case the e-mail is used as the login name
- it does work when adding new comments to trackers
used: TW5.0Beta1
tracker item
Recurrent events crossing DST change
When weekly recurrent events are entered into a calendar, and the recurrent event spans a DST transition date, all events after the DST transition date are offset by one hour.

The way it SHOULD work is that the local time for the recurrent event should not change. (What Tiki is apparently doing is keeping the UTC time constant, not the local time.)
tracker item
Refresh by clicking page title does not work with parameters
All wiki pages have the option to refresh them by clicking on their title. For a page e.g. ...&itemId=5, it does not work.

TW5.0Beta1
tracker item
Registration: Spurious Invalid Email Address Message
Don't know what to call it:

{FLASH(movie="http://worldfreemansociety.org/tikimovies/Bug-5RC1-Registration-ValidEmail.swf")}{FLASH}
tracker item
Reinstate the feature_category_reinforce
In Tiki 3, the feature_category_reinforce allowed Tiki to evaluate category permissions with AND operator, to determine if a user can view an object in the category.

This __"Permission to all (not just any) of an object's categories is required for access"__ option was removed in Tiki 4 & 5. Now Tiki always evaluates category permission conflicts with OR operator.

I would like the feature_category_reinforce option re-instated for Tiki 5 & 6.
tracker item
Remarksbox: Allow users to tick a checkbox "Don't show this again"
When we have the ability to close repetitive remarksboxes and save some user space it would be nice to allow users to tick a checkbox and opt-out to not show that remarksbox up on next page reload again...
tracker item
Remove www automatically
using www.domain.com vs domain.com and it will not keep you logged in.

Plus, having www is no longer relevant nowadays


http://www.fabianlim.name/redirecting-non-www-domain-to-www-using-htaccess
http://arjaneising.nl/wp-content/uploads/htaccess-www.txt

{CODE(caption="Jonny says")}Finally - Marc, did you crack the www url problem? As you said, it would be nice to have as a pref in Tiki and i think the only way to do it for all cases (subdomains, subdirectories etc) is in PHP. For now we could just add it to local.php - stuff like:

if (strpos($_SERVER['HTTP_HOST'], 'www') === 0) {
// do stuff...{CODE}



Related:
{wish id=1611}
tracker item
Rollback breaks backlinks
If you rollback a page to a previous version, the links to that page are show with a question make instead of a proper link.
tracker item
RSS external feeds
When we're behind a proxy, external RSS feeds do not get the information.
tracker item
Screen Layout Problem
When doing a search in "Development Report bugs, Improve code" area, the search results are shoved to the right side instead of centered on the page, as the rest of the content is.


This makes a search result almost impossible to read.

I suppose this is in release 5 because we are eating our own dogfood - right? It isn't tasting very good today.
tracker item
Search engine friendly URLS and Search engine friendly URL Postfilter not compatible
Regarding:
[http://doc.tiki.org/Clean+URLs]

The documentation linked above states (my emphasis added):

"Search engine friendly url Postfilter - ~~#090:__To generate SEFURLs for all Tiki links, also check the second checkbox__~~ which creates short URLs by filtering the output. The SEFURL Postfilter consumes more processor (CPU) time than the non-filter version (it deals with all the text and it deals also with cached text like modules while the 'on the fly' filter does not do it. ~~#00F:__In future versions the SEFURL Postfilter will not be used__~~ - it is only necessary until the template SEFURL work is finished. ~~#906:__Either one or both features (SEFURL and SEFURL Postfilter) may be used.__~~

I had both checked. This worked when I was on 4.x, and started failing when I moved to 5.0. This is why I marked it as a regression. The problem still exists in 5.3.

Each now works OK separately, but the they no longer work together. I've disabled the postfilter.

Is the postfilter no longer necessary, or am I no longer generating sefurls for all links? Priority of 3 based on the assumption that the postfilter is still necessary, otherwise I would have set it to 1.
tracker item
Search Indexing not working for msdoc type.
I'm running a OpenSuSE Linux server and Tikiwiki 5.1 and trying to use search indexing to search within uploaded files.

This is working fine for other mime types but not MS Word documents. E.g.

"application/pdf" works using "pdftotext %1 -" as it's file handler
and
"application/vnd.ms-excel" works with "strings %1".

I've tried using strings and catdoc, but neither are populating the the search_data field in the tiki_files table. I've tried reindexing and re-uploading the file. The file_type field in the DB is also correctly matched to the mime type.

Both strings and catdoc work successfully from the command line so I'm inclined to write a script to run the commands from cron and update the data into the database. But this is obviously a bit of a bodge so I'd rather have it done natively.

I've tried to get help in IRC and have posted onto the forums, but have been unsuccessful in getting the problem fixed.
tracker item
Semantic link plugin
Semantic link relationships seem until now only browsable by admins.
Since there is - besides the admin view - no other way to get the semantic relations listed, no one else can get advantage of semantic links and will make no efforts in setting semantic relations.
Concidering the importance of semantics in wikis a plugin seems highly necessary to get the feature of semantic links in tiki started.

__Request:__
Likewise to the Plugin ((Backlinks)) all pages that link to a specific page in a specific semantic relationship.

__So far:__
The semantic_links module is supposed to enable views on semantic relationships.
And indeed, when selecting a semantic type and push the button "show usage", the result shown is exactly what I need.
However this view is only possible for admins.
But since that view for admins is already existing, I would estimate the efforts to implement a plugin as low.

__Plugin idea:__
Relating to the example shown in the documentation of ((SemanticAdmin)) dogs and cats are subsets of animals.
We want the page "animals" to list all subsets by a plugin likewise to

{SEMANTICLINKS (semantictype=subset, page=animals, info=hits|user, noheader=1}
{SEMANTICLINKS}

The result would be:
- dogs
- cats


__Insufficient workarounds:__
Until now the above shown results have to be specified manually as invert relations.
For automatic listing, existing plugins ((PluginShowpages)) / ((PluginListpages)) / ((PluginSearchtitles)) do not work.
So the only workaround without the requested plugin I could image would be to tag the pages "dogs" and "cats" with the a tag "subset-animal" and than use freetags plugin for a listing dogs and cats in the animal wikipage - likewise to the status tags in this tiki. However, that sounds like a bad abuse of tags, since we already got that information saved in our semantic links relationship - we just need to get it readable.

__Related pages:__
Relating to forum discussion with marclaporte:
[http://tiki.org/tiki-view_forum_thread.php?topics_offset=20&topics_sort_mode=lastPost_desc&forumId=4&comments_parentId=38751]
tracker item
session_lifetime in tiki_preferences table causes system error. This causes migration to Tiki 5 to fail.
Upgrading a site from 4.x to 5.0 appeared to be successful (i.e. no error messages are given) but the site opens only with an error page. The message on the page is "System error. An error occured while performing the request."

I traced the problem to the presence of a record in the tiki_preferences database with name=session_lifetime and value=20. It appears that if the value is non-zero, the system error occurs. Deleting the record or setting the value to zero solve the problem.
tracker item
Setting Permissions on image gallery - multiple error messages on screen
I assigned all permissions in a column on "Assign permissions to file gallery: File Galleries" assign permissions tab. Clicked on check box of "Anonymous" tab at the top of column and received this error:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/fr55sx33/public_html/tiki_test_5.3/tiki-5.3/tiki-objectpermissions.php on line 506

Notice: Undefined index: perm in /home/fr55sx33/public_html/tiki_test_5.3/tiki-5.3/tiki-objectpermissions.php on line 506

Should be a quick fix for someone who knows the system; I sure wouldn't want my users to see this.

This is a new install of 5.3.

I put up a picture: {img id=112}
tracker item
Show Quick Url not working in IE8 (8.7600.16385)
After a new installation (Hosted by Dreamhost) I discovered that the "show quick url" option when creating a new menu doesn't work in IE8. The link does disappear but the menu doesn't doesn't fold out to the right as it should.

There are no third party programs / add-ons running in this browser.

Note: When creating a new menu in IE8 4 out of 5 times the menu doesn't show up.

Both issues above was tested to work right away in Google Chrome 5.0.375.99...
tracker item
Side-by-side edit of two languages, with a "translation is in sync" button to save both wiki pages
Full page mode would be quite important

** Need to evaluate usefulness with Alain Désilets
** LP says it's doable (from back-end perspective)

Coordinate with other work on:
http://wiki-translation.com/
tracker item
since upgrade to 5.x tracker field 'items list' is not displayed in item view
since upgrade to 5.x tracker field 'items list' is not displayed in item view. In trunk it's not shown either.

Example in 5.x:
http://www.intercanvis.net/tiki-view_tracker_item.php?trackerId=2&offset=0&sort_mode=lastModif_desc&itemId=1340#content2

Example in trunk:
http://c2c.ourproject.org/tiki/tiki-view_tracker_item.php?itemId=11


It should show a field with all the offers from the same person...
Example for the site running trunk:
{CODE()}
[FIELD23]
name = Offerings of the same person
position = 80
type = l
options = 1,13,17,1,1,op
isMain = n
isTblVisible = n
isSearchable = n
isPublic = y
isHidden = n
isMandatory = n
{CODE}

However, you can only see the contents (output) of the field for a tracker item when you are in edit tab, not in view tab.
tracker item
Smarty warnings from core.get_include_path.php
Error using Tiki 5.3 on a shared hosting (installed in …/httpdocs/tiki). This error does not occur with TikiWiki 4.1 on the same hosting (installed in …/httpdocs/tiki4).

When I try (as admin) to edit users in Tiki 5.3, I get these PHP errors:
PHP (5.2.9) ERROR (E_WARNING):
File: lib/smarty/libs/internals/core.get_include_path.php
Line: 34
Type: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/lib/smarty_tiki//modifier.count.php) is not within the allowed path(s): (/var/www/vhosts/d-meeus.be/httpdocs:/tmp)
PHP (5.2.9) ERROR (E_WARNING):
File: lib/smarty/libs/internals/core.get_include_path.php
Line: 34
Type: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/lib/smarty_tiki//compiler.icon.php) is not within the allowed path(s): (/var/www/vhosts/d-meeus.be/httpdocs:/tmp)
PHP (5.2.9) ERROR (E_WARNING):
File: lib/smarty/libs/internals/core.get_include_path.php
Line: 34
Type: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/lib/smarty_tiki//block.icon.php) is not within the allowed path(s): (/var/www/vhosts/d-meeus.be/httpdocs:/tmp)
PHP (5.2.9) ERROR (E_WARNING):
File: lib/smarty/libs/internals/core.get_include_path.php
Line: 34
Type: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/lib/smarty_tiki//modifier.ucwords.php) is not within the allowed path(s): (/var/www/vhosts/d-meeus.be/httpdocs:/tmp)

To me it seems that the open_basedir restriction is reasonable (my hosted Web space + /tmp). There seems to be a syntax error (beginning / before lib) inducing a confusion between /lib on the server and the …/httpdocs/tiki/lib folder in my installation. (By the way, I do not understand // in the path.)

I tried to read line 34 in core.get_include_path.php, but I am not a programmer and I cannot figure how to correct the syntax error. I do not know the value of all these variables at the moment the function is called.

Could somebody suggest a correction or a workaround?
tracker item
Social bookmarking within Tiki
See ((Social Bookmarking Within Tiki)).
tracker item
Some DB tables are not created on MySQL 5.5 and above during install
I created a test environment with the following components:
Apache 2.2.10
PHP 5.2.8
MySQL 6.0.8 alpha

I was not able to get MySQL 5.1 working on my machine,
but I was abe to get 6.0.8alpha runnning smooth.

I checked out the latest code in TRUNK 15953
pointed Apache to the files.

I ran tiki-install.php without problems except the following 3 SQL problems
which I suppose is due to MySQL version 6.0.8alpha

As my SQL skills are not up to date...
Are there any solutions for these bug?

Do not propose, that version 6 of MySQL is not supported :-)

~np~CREATE TABLE tiki_banning (
banId int(12) NOT NULL auto_increment,
mode enum('user','ip') default NULL,
title varchar(200) default NULL,
ip1 char(3) default NULL,
ip2 char(3) default NULL,
ip3 char(3) default NULL,
ip4 char(3) default NULL,
user varchar(200) default '',
date_from timestamp(14) NOT NULL,
date_to timestamp(14) NOT NULL,
use_dates char(1) default NULL,
created int(14) default NULL,
message text,
PRIMARY KEY (banId)
) ENGINE=MyISAM AUTO_INCREMENT=1~/np~
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(14) NOT NULL,
date_to timestamp(14) NOT NULL,
use_dates char(1) default NUL' at line 10

~np~CREATE TABLE tiki_friendship_requests (
userFrom varchar(200) NOT NULL default '',
userTo varchar(200) NOT NULL default '',
tstamp timestamp(14) NOT NULL,
PRIMARY KEY (userFrom(120),userTo(120))
) ENGINE=MyISAM~/np~
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(14) NOT NULL,
PRIMARY KEY (userFrom(120),userTo(120))
) ENGINE=MyISAM' at line 4

~np~CREATE TABLE tiki_users_score (
user char(200) NOT NULL default '',
event_id char(200) NOT NULL default '',
expire int(14) NOT NULL default '0',
tstamp timestamp(14) NOT NULL,
PRIMARY KEY (user(110),event_id(110)),
KEY user (user(110),event_id(110),expire)
) ENGINE=MyISAM~/np~
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(14) NOT NULL,
PRIMARY KEY (user(110),event_id(110)),
KEY user (user(110),ev' at line 5
tracker item
Sort trackers on more than one field
Sort trackers' output on more than one field (sort on ..., then on ..., then on ...)
tracker item
Spam filtering: Bad Behavior or Mollom or Akismet, Defensio or TypePad AntiSpam
Here are some options
http://framework.zend.com/manual/en/zend.service.akismet.html
http://bad-behavior.ioerror.us/
http://antispam.typepad.com/
http://www.defensio.com/
http://mollom.com/

See: ((Spam Protection))
tracker item
Submenu truncated by hight of page in default template 5.0
Hello,

The default templates displays paneled hierarchical menus.

The second level must test is bottom position so that it will display a bottom arrow to scroll the options naturally hidden by the window inferior (here) limit.

For the moment the second level menu panel is truncated : this is a BUG.

So the user must understand or prepare by a general scroll (if possible) to allow a sufficient place to the menu to be displayed

trebly
tracker item
Take in account the Apache option "AccessFileName"
Hello,

Apache offers the option : "AccessFileName" with default value ".htaccess"

It would be appropriate to use the option parameter real value either than the default one.

This particularly with windows, as it is not possible to rename manually a ".htaccess" file neither save as. The name ".htaccess" is not a valid filename for windows.

So, although it is normally red, it is better to use another name.
For my own I use often on windows "access.htaccess".

The change don't generates an important job and would be opportunely enhanced with a check of the current value of the parameter.


trebly

ref : trebly:B00805-02
tracker item
#3570
Bugs & Wish list
tracker item
text annotations (select a snippet, and add a signed/dated text note)
Similar to ((doc:PluginAnnotation)) for images.

This would make it easier for people to know who added what comment, when and to distinguish the main content, from notes.

Similar to ((doc:PluginMouseOver)), but should be easier to use.

Related:
{wish id=1409}
tracker item
The {{itemId}} {{page}} {{user}} wiki-syntices do not work
TW50B1 does not replace the {{itemId}} {{page}} {{user}}. I just displays all these without touching them.
See last section of
http://doc.tikiwiki.org/Advanced+Wiki+Syntax+usage+examples&structure=Documentation
which describes what should happen.
tracker item
The print "blog" feature is unusable for any production or serious test
The template tiki-print_blog_post.tpl uses the classes posthead for div and span which are not defined...

This is not ended it is good for an alpha version. Not a publish release.

The title or the blog post is then displayed are small...

The title of the blog is not at all displayed
The site name is not at all displayed
The subcomment of the blog at all displayed

__Even Copyright is activated nothing is defined.__

__This print function can't be used.

If you can't print the text of post of a blog which under Copyright the blogs themselves are not usable.__

__The admin of such a site is then not in good conditions when this function is used.__
tracker item
The title of the module "rsslist" is displayed without taking care of the allowed groups
The title of the module "rsslist" is displayed anyway without taking care of the groups defined and existence of defined RSS with rights.

This title disturbs users who not have the access. How to say, sorry this title should not be displayed don't take care, this as no mean but I can't change nothing, then you are ridiculous and must consider that __this module is not usable__.
tracker item
The title of the module "upcoming_events" is played without taking care of the allowed groups
The title of the module "upcoming_events" is displayed anyway without taking care of the groups defined and existence of calendars with rights.

This title disturbs users who not have the access. How to say, sorry this title should not be displayed don't take care, this as no mean but I can't change nothing, then you are ridiculous and must consider that this module is not usable.
tracker item
The user is redirected to a blank page with just an email address shown, even if the user didn't click anywhere
A weird bug which was showing in tiki 4.x (calendar), and nowadays, I've seen something similar using 5.x alpha at dev.tw.o:

The user is redirected to a blank page with just an email address shown, even if the user didn't click anywhere.

To reproduce:
http://dev.tikiwiki.org/tiki-view_tracker.php?trackerId=5&status=o&sort_mode=f_41_desc&filterfield=54&&filtervalue[54]=xavi&&&&filtervalue[56]=Accepted&&offset=30

Pass the mouse over the item saying "2 errors editing articles in tiki 3.3 ".
With no click (just passing the mouse over, using Firefox 3.6.2), you are shown a blank page with just "email@domain.org" on top.

That item corresponds to:
http://dev.tikiwiki.org/bug2893


This is something which is also happening to a calendar in a tiki 4.x site, when the event body has some email address, it seems.

HTH
tracker item
Tighter integration with Apache's > .htaccess (error messages, etc.)
When you try to access a wiki page which doesn't exist, Tiki offers you a list of similarly named pages, to search for that word, to create the page, etc.

__Good.__

When you try to access other contents in Tiki (articles, blog posts, etc.) that don't exist (either have been deleted, moved, not yet published, protected, etc.), you get a Tiki error message.

__Good as well.__


But what if you try an URL which is just not possible?

Ex.: If you migrated from another system to Tiki and you are still getting hits with the previous URLs?

Of course, you could check your access logs and add nice redirects. But how can we make this easier for site admins?


The bundled _htaccess file (which you need to rename .htaccess to make active) has an example line:
{img src=images/code.png}%%% {CODE()}
ErrorDocument 404 /tiki-index.php?page=Page+not+found
{CODE}

__This is good.__

Now, how could we use this to provide the Tiki admin with a top-x error pages? And thus, it would help to detect broken links, etc.

Could .htaccess include some configuration info from Tiki? So a Tiki admin could add configuration information without using FTP, all in Tiki, possibly with a secret "system" wiki page.

Great inspiration:
https://github.com/h5bp/html5-boilerplate/blob/master/dist/.htaccess
tracker item
Tiki - Bigbluebutton Integration Problem
To whoever it may concern,

I'm trying to integrate my awesome Tiki (v 5.3) with Bigbluebutton,
the problem is, I couldn't spot any bigbluebutton icon on the list of features despite the setup for the integration is theoretically correct according to available resources.

The custom screenshot can be viewed here:
{IMG(src="http://dev.tiki.org/show_image.php?id=118")}{IMG}
or [http://dev.tiki.org/show_image.php?id=118|here]

Thank you in advance
tracker item
TIKI 5.0 (and prev) crash restoring a session which data contain quotes
Hello,

I have yet redacted quite the same text three month ago, about 4.1, 4.2... Because i could never start these versions, try to find bugs... submit but no answers.

My original text has been lost because of the bugs of the bugs reports management (author not stored - corrected, no capability to sort the items by date, no capability to sort anyway and search) nevertheless, too much to do elsewhere...

__Lest's go to the problem, which is a major one :__

!!The fact :
If any fields which is stored into sessions->data contains an " ' ", it is impossible to restart TIKI (always automatically and by evidence crashes if TIKI tries to restore these session.

!!The reason :
The text is stored with is " ' " and included "simply" into the query which resets the prefs.
By evidence this simple quote " ' " creates a query error and a crash of tiki (often APACHE).
this " ' " is interpreted as the end of the query, and the remaining a non-sense.

!!!Example :
With 5.0 if you are just installing with an upgrade of database, into the session query you will find the third data_text-block
$plugstring = <<<PLUGINTEXT
...
alt:
required: false
name: Alternate text
description: Alternate text that displays image doesn't load.
...

the " ' " of "doesn't" crashes the first run.

!!!The same happens when you have a header page with a title containing a simple quote " ' "

!!Solution :

!!!technical point of view
I have just found a lonely solution :

* the first, simple : any sessions->data content must be pre-translated with doubled simple quotes (which is the SQL syntax).
* any read of sessions->data doubled simple quotes must be set back to a unique one.

This possible solution offers too the capability to find fields with quotes by any query, if the data sent into queries are pre-translated (if not it is a crash).

A back translation after reading is not need only in some cases (the prefs restoration for example), for a search query the results will come back with their simple quotes...

!!!Who acts ?
It is very simple.
There are not many place where the problem occurs;
But I I have lost so much time because of the bug of 4.x and now 5.0RC and 5.0 Stable that I could not make the work I had programmed to do.
In my opinion it should be better that people who have written the SQL requests, make the change.

If they are not ready, I can submit patches (tikisession particularly)

Bye

trebly
tracker item
Tiki 5.0 install with import of 4.2 database - invalid database generated
Hello,

I have reached the end of an installation of 5.0 with à database upgrade by 4.2 installer form a 3.3 site.

To reach this point after one month, I need to find and make the patches of bugs form which 3 on 5 are corrected into the current 5.x (SVN repository)

After I could obtain the home page, this appends :

1 - the "main admin" sends the message :

__INVALID DATABASE run installer__,

2- You run installer again, the installer says __"Database upgraded successfully"__

3- You run normally tikiwiki and then come back to point 1, eternally

If I join documents they can be the HTML page capture from Zotero but I don't think that they will be useful or the .zip of the database (600ko) for test.

I have surely no information to try to understand this issue.

When I try to execute some command I have quite not any command which can be run without an error :
- All displays are like UTF8 on a latin1 display (while Firefox say Page encode UTF8)
- Try to edit user pref : -> system error table ".tiki_trk_1" not found
- Try to display Wiki page or article content : the url called misses any module (*.php) tu run and no query "?" but only a part of the query content (like "http://mysite/<article_name>.

- Modify-edit page or article leads to an empty page

etc.

Trebly
tracker item
Tiki date lib does not implement %l for time
The Tiki date library does not implement the %l (lower case "L") for time.
tracker item
Tiki Installer Security Precaution on Windows installing in document root
Installer is broken on 4.1 in Windows 2008 R2 with the environment described below. At least two of us have exactly the same problem, so the issue is not local to us.

At the bottom is someone else's description as taken off the Installer forum. My experience is exactly the same, except I am running MySQL 5.1.41 instead of 5.1.42.

A third party suggested it has something to do with directory or session permissions, or PHP configs. To test this, I uninstalled tw 4.1 and installed 3.4 in the same environment. 3.4 worked just fine. Then I upgraded to 4.1 over top of it and it reverted to previous bad behavior. So I believe it is a 4.x bug.

I've given this a high priority because the software is unusable if you can't install it, so you probably losing a lot of users.

Here's the other guy's description of the problem:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I am trying to preform a fresh install of TW4.1 on Windows Server 08 R2, IIS 7.5, PHP 5.2.12 and MySQL 5.1.42. However, after filling in the page for the database information to populate the database, I reach a page entitled

__Tiki Installer Security Precaution__

You are attempting to run the Tiki Installer. For your protection, this installer can be used only by a site administrator.

To verify that you are a site administrator, enter your database credentials (database username and password) here.

If you have forgotten your database credentials, find the directory where you have unpacked your Tiki and have a look inside the db folder into the local.php file.

I enter the 'root' account information and hit 'Validate and Continue'. But it takes me back to the 'Welcome' page. Now any link I hit Takes me to the validation page and I enter the correct user (root) account info and I'm sent back to the 'Welcome' page. The install doesn't want to continue.

If you want, check out www.nerdzone.net to see the site.
tracker item
Tiki Object Permissions
I have the global permissions set so that individuals can change the permissions of certain features. However, when doing so, the users are getting an error message on the tiki-object permissions file.

Notice: Undefined variable: tiki_p_admin_wiki in html/tiki-5.0/tiki-5.0/tiki-objectpermissions.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at html/tiki-5.0/tiki-5.0/tiki-objectpermissions.php:36) in html/tiki-5.0/tiki-5.0/tiki-objectpermissions.php on line 469
tracker item
Tiki Wiki crash on my server
Hi,
My website dissapeared suddenly and my server administrators emailed me the following...........


"It appears that the core was generated from :

Core was generated by `/usr/bin/php /home/govnor/public_html/modernscifi/tiki-view_faq.php'.


I would recommend showing these core files to the script developer to see what exactly is causing them to crash so often."



************I PULLED THE FOLLOWING OFF OF THE SERVER ERROR FILES. THERE WERE MANY OF THESE ERRORS EVERY DAY.***********



[25-May-2010 12:41:58] PHP Warning: Header may not contain more than a single header, new line detected. in /home/govnor/public_html/modernscifi/lib/pear/XML/Server.php on line 394

I'm unsure of what to do to fix this.
Please email me back at NathanKing@RedRocketNovelty.com

Thank you,
Nathan King
tracker item
tiki_preferences.name should be longer than 40 characters
The field "name" in the tiki_preferences is currently limited to 40 characters.

This may be appropriate for English speakers, as soon as you start developing german-language Wiki Plugins, it becomes awfully little. For Example:

You are trying to write a plugin named

__ inventarisierung_details (this string has 24 characters).

As soon as you try to configure this, it becomes

__ wikiplugininline_inventarisierung_details (this one has 41 characters)

and fails horribly.
tracker item
tiki-5.0/tiki-view_articles.php crash
In 5.0: http://localhost/tiki-5.0/tiki-view_articles.php create an error serveur has reseted
tracker item
tiki-edit_templates.php high load and crash
When on "tiki-admin.php?page=look" you have to enable "View Templates" and "edit Templates" to use one of the both features.
Then, if you choose to edit or view a template, tiki-edit_templates.php
is called, loads forever with high Apache load, and finally showing a blank page.
tracker item
tiki-list_object_permissions.php needs refining (adding groups, links to category perms)
tiki-list_object_permissions.php is fantastic

It lets me review any permissions received from category, and individual perms.


Some enhancements:
* Link to the category perm interface so I may adjust the perms
** As of 4.0, I need to check each category to see why the perms are applied
* Type group is missing (permissions ''about'' groups)

tracker item
tiki-login.php generates 404 error
I setup tiki 5.x on CentOS. Installation and initial setup went well. But once I logoff and tried to log back in as admin, or any other users. It always directed me to error 404 says tiki-login.php webpage was not found. I browsed and saw the file was there. Tried to reisntall twice and had same problem. Please help. Thank you.
tracker item
tiki-syslog.php has no browser title
Bugs & Wish list
tracker item
Tikiwiki and Wikipedia Citation Template (XML documentation data)
Various tools are able to built a structured documentation form internet exploration.
A good example is ZOTERO.
The product can get urls, html pages content, manage a hierarchical structure, set marks etc...
The product is able to export XML files with various basic patterns :
1. Zotero RDF
2. MODS
3. RIS
4. Refer/BibIX
5. Unqualified Dublin Core RDF
6. WikiPedia Citation templates
7. BibTeX

These structured informations can be imported to a wiki structure.
he interest of Zotero RDF (but I had not the time to the Unqualified Dublin Core RDF have the advantage of containing the structure definition the link to external url and if the html page has been captured the component html page with the elementary component has images.
This model his the closest of wiki structures.

Too the Wikipedia Citation templates is close but from the url refs;

I have not found where are the text and synthesis objectives for "import" and data shared (XML files as RDF Zotero structures), and multiwiki, in 4.x and 5.x

I am interested in participating to these developments.

Best regards to everybody
tracker item
tikiwiki bigbluebutton no sound
it may be bigbluebutton's fault, but i have experienced
the following strangeness when using the plugin:

the microphone can not be turned on in the flash interface ...
therefore no sound at all after setting up the 0.7 VM using salt.

description of process:

download, unzip 0.7 VM
create virtual machine using bbb disk image, start vm, wait for
package updates, login, new password

first bbb-conf --set-ip SOMEHOST works perfectly, i can log in the
Demo Meeting with multiple users, microphone and sharing works all
fine

then i add the salt via sudo bbb-conf --salt SALT and restart with
sudo bbb-conf --clean

i can still access http://somehost , but can not log in to any
meetings anymore due to salt , thats ok, cause its secure like this

now i add the salt to my tikiwiki 5.0 via admin->features

then i create a wikipage with the plugin: {bigbluebutton name=My
Conference Room}

i am able to connect to the conference, even with multiple users,
webcam sharing works, but the microphone can not be shared. clicking
on the flash microphone icon does not give any sound, nor any
confirmation dialog to allow access to the webcam/mic devices

now as I do not have too much experience regarding BBB, i would kindly
ask for your help to get the microphone sharing working
tracker item
TikiWiki without AdoDB lacks the capability of writing correct UTF-8 data to MySQL
I have just migrated a Tiki from one server to another and ran into
UTF-8 Problems. The browser showed Umlauts as the dreaded diamonds with
question marks in them.

Both servers are fully utf-8 compliant as described in
http://tikiwiki.org/UTF-8

The big problem is that on the new server PDO is available while it
isn't on the old one. According to the mailing list PDO is not default,
but as far as I can see in the code PDO will be default, if available
and not set otherwise. Setting

$api_tiki='adodb';

in db/local.php fixes the special character problem.

The issue seems to be that PDO gives a silent fuc# about encodings and
just pumps everything to the database and back as you hand it to it.
Additionally PHP/PDO doesn't read your my.cnf and therefore doesn't know
which encoding to use.
A quick fix is telling PDO which encoding to use - line 39 in
db/tiki-db-pdo.php :

$dbTiki = new PDO("$db_tiki:$db_hoststring;dbname=$dbs_tiki",
$user_tiki, $pass_tiki,array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES
utf8"));

But I think that this is not safe to commit...
e.g. someone started with Tiki on MySQL 4.0 which used latin1 as
default, so all her tables are latin1. She upgrades MySQL to 5.1, but
doesn't change the Tiki database to default to utf-8 and hasn't
converted the database. Then the PDO-fix above will most probably
produce the same problem, just the other way around...

No idea, what to do actually, but wanting to raise awareness here!

This is a dangerous issue as people with utf-8 databases upgrading their
system or Tiki and switching automagically over to PDO will end up with
mixed stuff in their database: clean UTF-8 and double-byte
ansi-control-characters which MySQL converted to their right unicode
codepoints (freaky, hm? ;) ).

I hope, I was capable of describing the problem in a way that's
understandable....
tracker item
tracker attachment for non-admins does not work
the tracker wikiplugin does not forward $tiki_p_attach_trackers to tracker_item_field_input.tpl
causing a Permisson Denied for the not admins
tracker item
tracker cannot be used in autosave only mode
What handy it could be to have a single button that updates some tracker fields.
tracker item
tracker field "items list" is missing param to specify if o/p/c/op/pc/oc/opc (open, pending, closed)
When you use the tracker field "items list" to link (for instance) offers and demands (or gods from an inventory, etc.), the option to specify to list only the open items, for instance, is needed. If a product is out of stock, would be set as out of stock, and maybe marked as "pending", or if discontinued, marked as "closed". And it shouldn't be listed through the "items list" field.

Nowadays (2.0rc2), it's not clear to me how this could be achieved (if so).
tracker item
tracker field "mandatory checkbox" is not mandatory
Sometimes we need a checkbox field in a tracker to be mandatory. Like:
^[[ ] I accept the terms and conditions.^
or
^[[ ] I agree with the three rules of tw.o dev community.^

This cannot be accomplished yet because the checkbox can be left empty, even if the field was marked as mandatory, and the tracker item is inserted (without that box checked).
tracker item
Tracker Field Category Bug (or usability issue)
Tracker Field Category just displays one level beneath parentID which I would call a bug as it blows up tracker forms when having a lot of categories with multiple sub-levels to chose from. Addionaly it is (pretty tracker example) intended not to allow editing of (wiki tpl) pages so categories have to be applied through the tracker form itself. In my case I have approx. 250 Categories.
tracker item
tracker field date counts down in edit window
The tracker field of the type date&time changes itself. When I go in the edit mode to chance some content of the tracker, immediately when the edit window opens, the date is one day less than before. That occures since tiki 5.0 not before.
tracker item
Tracker Geocoding DOES NOT work.
This is an issue that has been pervasive since Tiki 3.x through 5.3. I believe I had advocated for the need to have a usable Google Geolocator comparable w/Mediawiki ([http://www.mediawiki.org/wiki/Extension:Semantic_Maps|SMW Mapping]). I have included a screen shot of both how Tiki displays the mapping and my other site in Mediawiki.

Here's the deal: If you go to Google Maps for a tracker situation in Tiki it first kicks you to another page. This, in and of itself is a problem; however, can be fairly easily overcome. The ''real'' problem is that the geocoder __does not__ work! Let me explicitly describe this: you click the Find Address button and nothing happens. So, why put the feature in? Even if it did work, you are now on another page, so you've lost your train of thought and have to click a BACK button which does not exist.

I spoke with folks on this; we even sent folks up to several TikiFests to describe in person during Tiki 3.x. My opinion is that displaying visual locations is more crucial than bells and whistles such as 3D, Web Conferencing, etc. Collaboration is great, but take the simple aspects of displaying (in a definitive, user friendly aspect) where the next TikiFest will be. I mean a person in Germany ''may'' not know where Kallispel, Montana, is.

I fervently believe that the ability to both geocode on the same page and display samesaid page is ''integral'' to any type of wiki.

With that said, I commend the coders for moving this far with the mapping.

{img id=114}
{img id=115}
tracker item
Tracker import csv brings the tracker into an inconsistent state
Admin trackers / <select tracker> / export&import / import items, csv

the tracker has two fields:
1 A text
2 B auto-incrementing itemid

the csv has one column and two rows next to the header:
A
apple
banana

parameters:
as new items not checked (expecting that it will either replace items, or remove them all)

result:
in admin trackers the number of items increases
the items view does not show any new items (even if the tiki cache is emptied) and it shows an unchanged number of items
tracker item
Tracker performance improvements
Tracker performance improvements, as agreed with Marc Laporte. He will give it a go with Louis Philippe in January 2010.
tracker item
Tracker plugin does not preserve itemId after posting
The page where the tracker plugin is situated can contain other itemId dependent content. Therefore, it is better to preserve the itemId after posting the form.
tracker item
Tracker plugin does not set default value (e.g. when modifying or prefilled), with patch
Any dynamic list or other drop-down list will not get its default value, when modifying the item, or when it gets prefilled (or when autosave value is available).
tracker item
Tracker: modifying an item field does not show the current value as default
An item has a field X (e.g. drop-down), which is already filled in. The tracker to modify the value of X of this item does not show the old value as default. Instead, it looks as if one just started.
tracker item
TrackerFilter popup does not work
I originally stated the popup did not display correctly. Now it does not display at all.

In the show.tiki instance there are 5 fields in the tracker.
Only the first is listed using PluginTrackerFilter. The remainder are set to be displayed in a popup. But the popup does not appear.

I added the show.tiki instance before discovering a similar item. I've set that item in the "related to" field. It states that if the fields to be popped up are already listed, then the popup works. I tested this by adding the fields in the tracker filter. It did not help, so I rolled back the change.

It was mentioned that there is no point in displaying something in a popup that is already listed. So I tested including all the fields in the listing and using a pretty tracker to only display one. It did work this way either. This is the page that uses a pretty tracker:
http://hrsms-11204-3728.show.tikiwiki.org/tiki-ndex.php?page=ListWithPrettyTracker
tracker item
TRACKERLIST does not show pending issues for anonym
Admins and other groups can see all tracker items if status="opc" is set, while an anonymous user can only see the open items.
TW5.0Beta1

Example:
~np~{trackerlist trackerId="1" fields="23:11" sort="y" showtitle="n" showlinks="y" showdesc="n" showinitials="n" showstatus="y" showcreated="y" showlastmodif="y" showfieldname="y" showitemrank="n" status="opc" sort_mode="lastModif_desc" max="10" showpagination="n" filterfield="43" filtervalue="C" ignoreRequestItemId="y" silent="n"}~/np~

The open and closed issues are fine.
tracker item
Trackerlist plugin enforces showing the filterfield in the table even if it is not listed in the fields
TW5.0beta1
Fields=X:Y
Filterfield=Z
shows a table with X:Y:Z
with Z having obviously all the same values
tracker item
Trackerlist plugin's exactvalue with field(.,.,.) expression does not work with item links
TW5.0beta1
Tried a field($fieldid,user,$trackerid) expression, and it does not work if the $fieldid is of item link type.
Debug insight:
While field($fieldid,user,$trackerid) results in the unresolved itemid referencing to the item link domain, the
{CODE(colors="php")} $items = $trklib->list_items($trackerId, $tr_offset, $max, $tr_sort_mode, $passfields, $filterfield, $filtervalue, $tr_status, $tr_initial, $exactvalue, $filter, $allfields);
{CODE}
call does not work. Namely, $trklib->list_items(..) works with the resolved item links. Therefore, there is no match.
tracker item
Trackerlist records can only be clicked at the values
- Imagine you have a record with ten fields, but you only have a 'n' in the last column. It is not easy to select this column.
- Since each field contains a separate field, it suggests that each brings you to some different page.
- If one link of a record is active, the record is not selected.
tracker item
Tree View of File Gallery only shows the 1st Level of Galleries
On some PHP-Versions (e.g. PHP Version 5.2.0-8+etch16 - not on PHP Version 5.3.1) the file gallery tree view only shows the 1st level of galleries.

See the incorrect
{img id=110}

and the correct behavior
{img id=111}

the parent selection box at the edit form of galleries only shows these 1st level galleries too.

galleries of a deeper level are not shown. Thus you can not create file galleries with level 3 or deeper.
tracker item
TW5.0B1 Tracker plugin: attachment cannot be saved twice with the same name even if it is part of a different tracker item
Tracker X has an attachment field, A.
If someone uploads an item with A="x.doc" then the next time it would not work. It could easily happen that different users would like to use the same name for their attachment.
The point is that there is no error message forcing the user to select a unique attachment file name. Instead, it just does not record the attchment in the database and looks as if everything went well.
tracker item
TW5.0Beta Tracker option 1 (auto-assign) does not work
Hi, I am on 5.0Beta and the tracker's user selector / option 1 (=autoassign) does not work. Has such issue been fixed since then?

When the user selector field is added to the Fields, then it gives a list to choose. If it is not in the Fields list, then it does not care about it.
tracker item
TW5.1: database translation does not work for tiki-register.tpl
The {tr} tags are disregarded in the tiki-register.php and tpl.
tracker item
TW50B1 Tracker: group and user selector fields are not assigned
Tracker 12:
64 group selector 1
66 user selector 1
65 attachment
79 textarea 0,100,3,3000

{_TRACKER(trackerId="12" fields="65:79" showtitle="n" showdesc="n" showmandatory="y" sort="y" view="user" newstatus="o")}Thanks!{_TRACKER}

does not assign the fields 64 and 66.

Related: 3186, a regression reported on the user selector field, which had a work-around by setting view="user" and excluding the user selector field from the fields parameter.
tracker item
unable to install RC2
Unable to install 5.0 RC2 just after setting the Database Connection I received this:
Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in C:\wamp\www\tiki-5.0.RC2\installer\tiki-installer.php on line 432
tracker item
Unable to preview a wiki page if someone else is editing it
If someone else is editing a wiki page the system will show a warning when you try to edit it. If you proceed to edit the page, it is not possible to preview your changes. Every time you click in the preview button after changing something in the page you are redirected to the warning you already decided to ignore. There is no way to preview your changes if someone else is editing the page.
tracker item
Unable to submit new password for user in user admin
When trying to reset a password for a user you can't click the confirm button on the confirm page. Click the confirm to submit the form gives the javascript error "uncaught TypeError: Property 'submit' of object #<an HTMLFormElement> is not a function" in chrome. This is caused by one of the inputs in the form being named submit. So the function the confirm button calls "javascript:document.forms['confirm'].submit();" is calling the submit input element instead of the submit method of the form. To fix this change the name of the submit button in tiki-adminusers.tpl from "submit" to something else.
tracker item
Update: 5 RC2 Image Plugin Max Size has no effect
Update to previous.

Issue now is the Max size parameter in the Image plugin doesn't resize image on remote server (Ubuntu) but does on local MAMP setup with identical tiki RC2s (27480).

There's an admin login if you want to try.

tiki

pword wiki

{FLASH(movie="http://worldfreemansociety.org/tikimovies/Image-MaxSize-Bug.swf")}{FLASH}


tracker item
Upgrade database gives a blank page
Upgrade database gives a blank page

With PHP memory_limit at: 256 MB.
max_execution_time 60
max_input_time 60

Looks like the upgrade does complete.
When reloading tiki-install.php and skip Install/Upgrade second time it is posible to complete the install.
tracker item
Upgrade to Tiki4: You can't specify target table 'tiki_file_galleries' for update in FROM clause
{CODE()}
UPDATE `tiki_file_galleries` SET `parentId` = (SELECT * FROM (SELECT `galleryId` FROM `tiki_file_galleries` WHERE `type` = 'system') AS t) WHERE `parentId` = -1 AND `type` != 'system'
You can't specify target table 'tiki_file_galleries' for update in FROM clause
{CODE}


Suggestion: use php for this, and rely less on sql

happened on MySQL 4.1.22-standard
tracker item
Uploading Word 97-2000 or ODT Files corrupts them in Tiki 50
Have Tiki 5.0 installation (both fresh and upgrade) on Windows XP. Accessing interface from localhost (same Windows XP). Uploaded both Word 2000 and ODT files (simple Lorem Ipsum text 1-2 pages) to file gallery. When dowloading and reopening files, I get errors in both open office and Word indicating that neither program recognizes the character encoding. The file gallery is storing these binary files in the database (not the file system).

Work Around - Save files as .rtf (rich text format), whic increases their size about 5-fold. Uploading and downloading and opening works perfectly.

When Tiki 5.0 is running on CentOS, this same error occurs. Seems to be independent of versioning versus non-versioning.

What's going on with the character encoding?!
tracker item
usability: after tracker creation, send the user automagically to edit fields
New users are kind of lost in the process of creating a new tracker from scratch.
After they hit on save the form of the new tracker details, they are shown:
tiki-admin_trackers.php?trackerId=N

(being N the new tracker Id)

Instead, it would be much easier for tiki newbies (or even for everybody?) if they were autoomagically sent to
tiki-admin_tracker_fields.php?trackerId=N

Because it's not intuitive (from the newbie point f view) to know what to do from that interface with so many links at the moment when the new tracker has been created.
---
UPDATE: Still desirable in Tiki 12 LTS for usability for new users. {sign user="xavi" datetime="2013-11-17T09:43:36+00:00"}
tracker item
usability: allow to show the form to post new comments to tracker items below the item
usability: allow to show the form to post new comments to tracker items below the item.

Many new users to tiki sites, in barter networks (such as http://intercanvis.net ) they don't know how to contact the person who added the offer or demand just from the screen where they are seeing the item.

(for sure, captach should be shown when allowing anons to post comments to tracker items)
tracker item
User preference tracker field realName does not work at registration
admin home/community/user preference screen is on

* Created a user tracker with a user preference field, "realName", which is asked from the user at registration time. One can fill in at registration an edit box for the field, but the field is not updated. Neither is the realName user preference set (if looking at the user preference screen).

* If the realName user preference is set on the user preference screen, it does show up in the tracker.

* The view_tracker_item / edit tab does not show an edit box. (another bug perhaps)

unknown
* if it worked for email user pref.

known
* a standalone tracker plugin does work either, while the item's last modification date changes (used for an existing tracker item, offering a single input field to change the real name)
* wikiplugin_tracker.php does not contain any 'p', which would refer to the user preference type
tracker item
User tracker could have autoassign fields and values at registration time; to be added to the edit group page
Users Information Tracker Fields Asked at Registration Time
(fieldIds separated with :)
corresponds with the Tracker plugin's fields

No autoassign is possible by the time of registration, while the plugin would offer that TW5<=.
tracker item
Using Google Machine Translate breaks theme columns
When selecting a Machine Translation, the resulting page is "broken" -- the left & right columns appear after/under the center column.

Tested with 5.0SVN on http://info.tikiwiki.org with FiveAlive theme

To duplicate:

#Go to home page: http://info.tikiwiki.org/tiki-index.php?page=HomePage
#Select machine translation: __Spanish__
The left column in the Spanish translation is at the bottom of the page.
tracker item
using wbloggar, raven, qumana blogger api
I have enabled blogging and xmlrpc
and am attempting to use w.bloggar, raven or qumana to post to the blog.

w.bloggar is able to access prior posts only intermittently, though it does work usually on the second or third try. It can post, and use the more text feature if the more text is changed to ...page..., but modifying an existing post seems to delete the post or make it invisible.

raven can post but the title is missing. revising post also "deletes" it or makes it inaccessible via web. it seems ot be able to read prior posts.

qumana tells me that "this operation is ont supported by the blog" when trying to read prior posts. it posts, but title is missing.






tracker item
utf-8 issue when importing tracker items (only first character)
When importing tracker items from a utf-8 csv file, the first non-ascii character in a field dissapears (except when surrounded by apostrophes).

example:
123;čaj;abc;šaša;def

is imported as:
123;aj;abc;aša;def

but this works alright:
123;"čaj";abc;"šaša";def


The other characters are fine. Tried with a text field and radio button.
Using version 5.1.
tracker item
V5.1 Calendar does not show created calendar
On open suse 11.0/1/2 using profile:intranet The calendar feature does not seem to show the newly created calendar.
tracker item
Ver5.1 messages not showing if thread longer the 1 page
V5.1 possibly V5.0 If a message thread is longer then 21 messages (it seems) and you go to next page it just shows original message and thats it. I had to set comments to "all" to get it to list all the messages in thread. Thats the work around for that.
tracker item
warn user through e-email that his/her tracker item status is going to automatically change status
warn user by means of e-email that his/her tracker item status is going to automatically change status in short if no modifications are made within the time frame specified (see 2) ). That warning message could be sent a week in advanced of the dead line (or some days specified by the tracker creator at the tracker definition).
---
This could be also applied to dev.tw.o/tracker5
tracker item
Watch articles : add an eye somewhere
It is possible to watch for new articles here: tiki-user_watches.php

So why not add an "eye" in view articles and list articles?
tracker item
When selecting the Rating button in wiki, the rating window expands then I get redirected to tiki-index.php# (main page)
I am running tw 3.6 LTS in an enterprise environment (PHP 5.3.2, Windows 2003, Apache 2.2.13). We saw this same issue in 3.2 before our LTS upgrade.

We have tried to enable Rating (Polls) by following the instructions at [http://twbasics.keycontent.org/tiki-index.php?page_ref_id=366] and [http://doc.tikiwiki.org/Polls] (Poll templates). I have enabled the Rating, Categories, Poll options in Admin.

After adding the rating option to a wiki page, I save and revisit. I can see the Rating button in the top right corner of the page. When I select it, the button expands as expected into a pane with the options and a vote button, however the page also redirects to tiki-index.php# (my main page).

Why does the Rating button redirect instead of remaining on the page and allowing the user to vote?

It behaves the same in IE6 and FF3.6

---

Can you please retest in currently supported Tiki versions? (e.g. Tiki12, ...). Thanks in advanced! {sign user="xavi" datetime="2014-02-07T09:46:47+00:00"}
tracker item
When using articles, no horizontal menu is shown (thenews.css based theme)
When using articles on a tiki 5 site, using a thenews.css-based theme style, we don't see the horizontal menu at the top bar.
On all the other tiki features, that menu is shown as expected.
You can reproduce that here:
http://intercanvis.net

versus


http://intercanvis.net/articles
tracker item
Wiki formating for box - no box
The Wiki Help page lists [carat] ^a box^ [carat] to generate a box. But it doesn't generate a box in the WIKI entry, nor in the Help page.
tracker item
wiki help - plugin list sorting
The plugin section of the wiki help is listing the plugins aplhabetically based on their english name. When it is translated to another language the sorting remains based on the english name, it is quite confusing and looks a bit chaotic in other languages in my opinion. Is there a specific reason why the code here is written this way? If not, can this be fixed for Tiki 4? I dont know how to do it but would appreciate it :)
tracker item
Wiki notification wiki_page_changes_incl_minor not triggered by minor edits when wiki_watch_minor is enabled
There's a problem with wiki_watch_minor. It conflicts with notification
wiki_page_changes_incl_minor ("Any wiki page is changed, even minor
changes"). If wiki_watch_minor is disabled, a wiki_page_changes_incl_minor watch will not be triggered by a minor change.

The difference between minor and non-minor edits is done in
notificationemaillib->sendWikiEmailNotification(). This is where the
preference could be taken into account.

This is a regression from r10949. It was discussed on http://article.gmane.org/gmane.comp.cms.tiki.cvs/57346
tracker item
wiki parsing processes inefficiently much and maybe even insecure
Try this:
{CODE()}
{GROUP(groups=>"xyz")}
{PLUGIN(that takes long) /}
{ELSE}
{ANOTHERPLUGIN(that takes long) /}
{GROUP}
{CODE}

The parser goes through both plugin and another plugin.

Related: 3134
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=3134&trackerId=5&show=view

Is the parser improvement already on the TW6.0 blockers' list?
tracker item
Wiki plugin (syntax and) parsing makes embedding code inconvenient
It is rather difficult to write plugins that embed other plugins. The reason is the wiki syntax of the plugins not expressing if it is a beginning or an ending clause. The default is the "{X} body {X}" syntax.
Instead, {X} body {/X} should be used.
While this latter syntax as well as the {X /} are accepted by $tikilib->parse_data, it does not process the embedded calls. E.g {X} {X /} {/X} does not work. It returns an empty body instead of {X /} or the result of {X /}.
tracker item
Wiki Staging & Approval Does Not Work
Have tried a number of different fixes and environments but keep running into the same message when trying to approve a new page:

''Error: Either staging or approved page cannot be found.''

Well,that's a correct statement as it's a new page, there is no approved page yet. The function always states that the user is viewing the staging page for the approved page, even before it was approved.

For approving existing pages, the approval process works although it doesn't remove the unapproved page.

Have recreated this problem on the [http://php.opensourcecms.com/scripts/details.php?scriptid=63,|demo site], as well as a couple of Windows environments.

To recreate: create 3 categories (Staging, Approved, Out of Sync). Turn on Wiki Approval and Staging in the Wiki section. Make appropriate category selections to match categories you made. Setting: If not in the group, edit is always redirected to the staging page edit: Put the group, you are not in, so hit Anonymous. Create a wiki page, save, then when prompted try to approve it.
tracker item
wiki-plugin trackertimeline display a improper timeline compared to what's configured
I've been trying to use trackertimeline in a wiki plugin alias and I cannot tell you why when I view the result it doesnt display as intented.

example: {CODE()}{TRACKERTIMELINE(lower="2011-03-22 07:00:00",upper="2011-03-22 17:00:00",(...))}{TRACKERTIMELINE}{CODE}

(like up here, but in a wiki-plugin alias)

would display a timeline that goes from 07:00 to 17:00 correctly. BUT. The elements in it, wont display in its proper place

example: An element has a start-time of 9h00 to 12h00

So, instead of placing it properly on the timeline, it will show it +/- 3hours later.

WHAT I CHECKED
* I checked if there is timezone problem in the phpinfo()
* I made sure that every fields were linking to the right tracker fields Id
* I made sure the format was fitting
tracker item
Would like a button to turn search highlight off
My users would like a button to turn search highlighting off. Implementation could be as simple as submitting the current URL with the highlighting part stripped off. They would prefer an Ajax implementation but they'll settle for a full page refresh.
tracker item
WSoD after upgrade to Tiki5 if custom theme in tiki3 not migrated yet
* report about usability (& scary bug for the end user because WSoD)
** intro: you have one site with a custom theme in a tiki installation. No change of theme is allowed for users.
** problem (when): you upgrade from tiki3 to tiki5 to a new folder in your server or new server, without your new custom theme there yet.
** problem (what): after upgrade, anons. see the site in thenews.css (for instance). Good enough. But once you log in in the upgraded site, you get WSoD, until you are able to remove the .css seletions stored in tiki_preferences table.
tracker item
WYSIWYG - "Insert internal wiki link" button doesn't work (infinite wait)
I have a strange problem on Tiki 2.0RC2:

I have two similar TikiWiki-installations. One just for testing on my Linux-Server and the second on a WinNT-Server. The Windows-Server is the one we want to/have to use for our Wiki :-(

On my Linux-Server works everything.

On the Win-Server don’t work wysiwyg-editor’s “Insert/Edit an internal wiki link”-button. The “window” opens but it shows only this animated waiting-bar. (See the picture)
Any other button works fine!
tracker item
WYSIWYG Insert internal link fails
ON aVersion 2.2 installation on a Windows server.

When I use the WYSIWYG editor and select the insert internal link icon, the window appears titled "Tiki Link - insert internal link" and the squares indicating loading are blinking, but it hangs (and does not bring up the list of links).
tracker item
WYSIWYG Paragraphs
Paragraphs appear with an extra line of whitespace when laid out in the wysi editor.

The same page performs as expected for white space if you click edit, switch to wiki editor and save.

But then: Re-opening the same page (with wysi set as site default) shows everything on one line with just spaces where the linefeeds used to be.


Also just noticed: Editing post makes a new publication date--in advance of current date time.
tracker item
xajax Javascript component could not be included
The following error occurs always when i follow a link from tiki-searchresults.php and the search string contained a slash (/).

E.g. searching for 343/07 reveals the correct article. On tiki-searchresults.php the string "343/07" is highlighted (tiki-searchresults.php?highlight=343%2F07&where=pages&search=Los). Following the link (articleXXXX&highlight=343/07) I get this error message:

^Error: the xajax Javascript Component could not be included. Perhaps the URL is incorrect? url: lic/ajax/xajax/xajax_js/xajax_core.js^

The problem is caused by the slash in (articleXXXX&highlight=343__/__07). If I change the url manually to "articleXXXX&highlight=343" everything's fine.

tracker item

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki development and should correspond to documentation keywords.

Each feature in Tiki has a wiki page which regroups all the bugs, requests for enhancements, etc. It is somewhat a form of wiki-based project management. You can also express your interest in a feature by adding it to your profile. You can also try out the Dynamic filter.

Accessibility (WAI & 508)
Accounting
Administration
Ajax
Articles & Submissions
Backlinks
Banner
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Calendar
Category
Chat
Comment
Communication Center
Consistency
Contacts Address book
Contact us
Content template
Contribution
Cookie
Copyright
Credits
Custom Home (and Group Home Page)
Database MySQL - MyISAM
Database MySQL - InnoDB
Date and Time
Debugger Console
Diagram
Directory (of hyperlinks)
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
DogFood
Draw -superseded by Diagram
Dynamic Content
Preferences
Dynamic Variable
External Authentication
FAQ
Featured links
Feeds (RSS)
File Gallery
Forum
Friendship Network (Community)
Gantt
Group
Groupmail
Help
History
Hotword
HTML Page
i18n (Multilingual, l10n, Babelfish)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
jQuery
Kaltura video management
Kanban
Karma
Live Support
Logs (system & action)
Lost edit protection
Mail-in
Map
Menu
Meta Tag
Missing features
Visual Mapping
Mobile
Mods
Modules
MultiTiki
MyTiki
Newsletter
Notepad
OS independence (Non-Linux, Windows/IIS, Mac, BSD)
Organic Groups (Self-managed Teams)
Packages
Payment
PDF
Performance Speed / Load / Compression / Cache
Permission
Poll
Profiles
Quiz
Rating
Realname
Report
Revision Approval
Scheduler
Score
Search engine optimization (SEO)
Search
Security
Semantic links
Share
Shopping Cart
Shoutbox
Site Identity
Slideshow
Smarty Template
Social Networking
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Staging and Approval
Stats
Survey
Syntax Highlighter (Codemirror)
Tablesorter
Tags
Task
Tell a Friend
Terms and Conditions
Theme
TikiTests
Federated Timesheets
Token Access
Toolbar (Quicktags)
Tours
Trackers
TRIM
User Administration
User Files
User Menu
Watch
Webmail and Groupmail
WebServices
Wiki History, page rename, etc
Wiki plugins extends basic syntax
Wiki syntax text area, parser, etc
Wiki structure (book and table of content)
Workspace and perspectives
WYSIWTSN
WYSIWYCA
WYSIWYG
XMLRPC
XMPP




Useful Tools