Category: 6.x
Show subcategories objects| Name | Type |
|---|---|
| Segfault attempting to run Import - in both Ubuntu and Fedora | tracker item |
|
Semantic link "alias" broken on 4.1 & still on 6.x in several sites, including doc.t.o
Semantic link "alias" broken on 4.1 for me (regression) See: http://gavarrespedia.org/tiki-index.php?page=Pendents it shows an error page, suggesting similar page, search box, and the option to create the page (as reg. user) However, the page name "Pendents" is defined as an alias of "pendent", as it can be seen here: http://gavarrespedia.org/tiki-index.php?page=pendent which has underneath (inside the "[[+] Fet" box): {CODE()} (alias(pendents)) | (alias(Pendents)) {CODE} So this looks broken to me (at least, with common settings as I have). --- Reproduced in doc.t.o with http://doc.tiki.org/PluginRR (which has an alias link from http://doc.tiki.org/PluginR ) Discussed (with more details) on irc: [http://irc.tiki.org/irclogger_log/tikiwiki?date=2011-02-09,Wed&sel=267#l263] --- UPDATED: Fixed in current branches, at least (9.x, 11.x, 12.x) |
tracker item |
|
Setting site language to 'german' makes site/content unreadable (better descreption needed)
As described in subject: pages can't be shown anymore (or are missing formats, text, pictures) if the site language is switched to 'german'. This error is confirmed by two other users from [http://tiki.org/GLUG|GLUG] and seems to be only language related. Choosing another theme or browser (FF 3.x or IE 6.x, 7,x) doesn't change anything. gta74 startet a [http://tiki.org/tiki-view_forum_thread.php?comments_parentId=40011&topics_offset=23&topics_sort_mode=lastPost_desc&forumId=4|forum thread] to discuss this problem. |
tracker item |
|
Show user's real name instead of login in autocomplete selector clears login or email on click
When the "Show user's real name instead of login in autocomplete selector in trackers feature" is on, the selector provides real names or "cleaned/obscured" email addresses to choose from (if use email as username is on). This is fine, since this is the purpose of this feature. However, once saved, the next time the item is edited the value shows as the email address, which stays there. But if you click on the field or tab through it it disappears, which is a problem. |
tracker item |
|
Simple and quick way for admin to change or lock HIS language only
As i work as admin i have to switch a LOT of time from language to language for a lot of very good reason; *The help docs are mainly in english *As this is the primary language it is easier to admin in english *Code can be easily broken using a none-latin language or rtl (try to edit code with hebrew or arabic as main language) :) *I can build a TW without speaking the user language (non multilingual) * and more... Of course there are workaround but this is really time consuming. Adding a in the small selector in the quickadmin (not available in all the theme is not enough). There are case that you need that changing the language is changing the website language for user and not for admin, etc... I really think that admin options like: *Admin is always in "language selector" -> only to edit or add code *Editing a page is always in "language selector" *Display a quick language switcher for admin (i'm sure some others will have ideas) Would be very helpfull !!!! |
tracker item |
|
Smarty tabset showing tabs for tabs that are inside permission checks
{syntax type="tiki" editor="plain"} When a tabset contains tabs that are surrounded by permission checks such that none of the contents will show because the user has not the perm, the tab still shows (because the tabset collects the existence of tabs without checking perms). This is very ugly to have tabs that users won't see anything in them. |
tracker item |
|
smarty_tiki/block.wikiplugin.php is called twice upon a {wikiplugin _name="blah" ...}..{/wikiplugin} in a tpl
{syntax type="tiki" editor="plain"} 6.1: {wikiplugin _name="blah" ...}..{/wikiplugin} is called twice from smarty! After each } you get a call. data is what is between the } and { Read more here: [http://irc.tiki.org/irclogger_log/tikiwiki?date=2011-01-17,Mon&sel=257#l253] |
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 |
|
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 |
|
Split Ajax settings
As discussed at the TikiFest (?), we need more granularity here, for people that want AJAX for some features, but not for others. |
tracker item |
|
split-plugin doesn´t work correctly
{syntax type="tiki" editor="plain"} Using the split-plugin in cooperation with the sort-plugin would run in some trouble. In tiki5 the combination of this: {CODE()} {SPLIT()} -=A=- {SORT(sort->asc)} ((AC)) ((AG)) ((AA)) {SORT} --- -=B=- {SORT(sort->asc)} ((BB)) ((BA)) {SORT} --- -=C=- {SORT(sort->asc)} ((CX)) ((CD)) {SORT} {SPLIT} {CODE} will work fine. You will get three columns and every entry is sorted and seperated fine. After tiki5 this code-creation doesn´t work any more, the entry´s wouldn´t seperate by CR , only by SPACE. Anything is in one row. This appears to be a basic parser problem in the way nested plugins are parsed. Same issue affects the FANCYTABLE plugin - see [http://dev.tiki.org/item4216] |
tracker item |
|
strange behaviour with multiple zip uploads containing files with similar filenames
{syntax type="tiki" editor="plain"} This example shows that something goes wrong when zipped files with the same name (but different content) are uploaded and unzipped by Tikiwiki. 1.) Create a test.txt file with some content and zip it to test.zip. 2.) Upload this file to a Tikiwiki File Gallery and choose to unzip it. 3.) Create another test.txt file with different content and zip it again to test.zip. 4.) Upload this file to a Tikiwiki File Gallery and choose to unzip it. 5.) Now there are two test.txt files in the gallery; now DELETE the first one. 6.) If you now try to download the second one, a blank page will be shown; it seems that the php code reaches a 'die' because the file could not be found! |
tracker item |
|
Suggest : Pages consultation from a pages selection, "return to list"
Hello, Referring to 5.3, when the a selection of page have been made into listpages, after the access to a page there is no else way to go back to the list with is filters than re-run listpage and set again the filter, browse the list often to view and modify the following element. This is a great lost of operating time. i suggest, as for the structure, to implement a button which returns to the list and into at the previous position. Programmatically this needs to : # - send to page-edit the parameter of the listpage we just have left # - by the button run again listpages with options : ## - filter ## - current position into the list This problems is accurate because of the new category features. when the access rights to a "family of pages" are not the same, the good way is not to use a structure (not designed for this indeed) which access by category is applied to all structure elements, but the category or element access by groups or both. For my own I use structured categories to access lists of pages. This is the right use, but this list can't at this time be use to browse the selected list. |
tracker item |
|
Switching perspectives should have URL of the home page of that perspective, instead of tiki-index.php
Currently what happens is when user clicks on a perpective link (tiki-switch_perspective.php?perspective=8), it will automatically change to http://example.com/tiki-index.php which is the same address for any perspectives by default... which can confuse user when they add the link as bookmark (favorites links) their browser will save the this link http://example.com/tiki-index.php and not http://example.com/tiki-switch_perspective.php?perspective=8 |
tracker item |
|
Text coloring in links
__Tikiwiki__ V6.1 __Firefox:__ 3.6.13 Using the "Colored Text" specifier in a Wiki link specifier like this: ~np~((Second Deletion List|~~red:__Unix Shared ID Deletion 2__~~))~/np~ results in the ~np~<SPAN>~/np~ tag being revealed instead of presenting text colored as specified. While not a critical item, we have just upgraded a site that has smattering of these throughout. It did work at one time obviously or they wouldn't be there now. The link does still work and is not effected. --Steve |
tracker item |
|
Text shows through CSS Menu in IE7
With CSS Menus enabled (PHP Layers disabled), text and images on the background page show through the menu. See attachment image. I can reproduce this on tw.o, as well as www.cbbca.ca (coelesce theme) but only using IE7 (I have reports it's broken in IE7 as well). I looked for a z-index setting that was wrong, but couldn't find any. It may be a background transparency problem. |
tracker item |
|
The A - B - C... links is not Multilingual
The tiny A B C D link navigation help (can be found on tiki-contacts.php) cannot work with several languages (ie hebrew) as it have been implemented a long time ago. It should be nice to polish it or to change it so it can work with any language. |
tracker item |
|
The popup menus of the left hand menu box are often too far from the item
{syntax type="tiki" editor="plain"} On many of the default themes, the popup/sub menus of the main menu boxes are too far from the item and can even be hard to see. For example, look at the Jqui theme. Karl |
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 6.2 : CKEditor translates all my wiki pages (containing HTML) to wiki syntax ???
{syntax type="tiki" editor="plain"} Hi guys, Yesterday, with tiki 6.1, i had a page witch source (partial) was like this : ------------ {HTML( wiki="0")}<h1 style="text-align:center;font-family:arial;font-size:26px;">Le Bureau de Windows</h1>{HTML} {img fileId="50" thumb="y" rel="box[g]" align="center" desc="desc" alt="Exemple de bureau Windows" class="reflect"} {HTML( wiki="0")}<div style="text-align:justify;font-family:arial;font-size:16px;line-height:20px;font-style:italic;">Le <b>bureau</b> de Windows est l'équivalent de notre bon vieux bureau ou table de travail.<br />Après le démarrage du système, c'est ce que nous avons en permanence sous les yeux et on y revient chaque fois que l'on quitte un programme.<br />De même que la table de travail d'un architecte ne ressemble en rien à celle d'un écrivain, chacun de nous a la liberté d'organiser et d'utiliser son bureau comme il le souhaite.</div>{HTML} {HTML( wiki="0")}<h2 style="text-align:left;font-family:arial;font-size:22px;">Que mettre sur le Bureau ?</h2>{HTML} {HTML( wiki="0")}<div style="text-align:justify;font-family:arial;font-size:16px;line-height:20px;">Il est pratique d'avoir sur le bureau des <b>raccourcis</b> vers nos programmes habituels comme navigateur Internet, messagerie, jeux, etc.<br />La <b>corbeille</b> y a aussi sa place bien entendu.<br />On peut également y installer des <b>raccourcis vers des fichiers</b> de tous types (photos, vidéos, documents...) ; En double-cliquant sur ce type de raccourci, Windows lance le programme approprié (associé à ce type de fichier).<br />On peut aussi déposer sur le bureau des notes en forme de 'post-it'<br />On trouve également aussi un raccourci vers le <b>Poste de travail</b> (appelé aussi Ordinateur) pour accéder aux données de notre machine (disques, clés USB, CD ou DVD...)</div>{HTML} {img fileId="51" thumb="y" rel="box[g]" align="center" desc="desc" alt="Exemple de bureau avec des raccourcis" class="reflect"} ------------------ Today, with Tiki 6.2, if i want to edit this page in wysiwyg editor the source is : ------------------ <p> {HTML( wiki="0")}<h1 style="text-align:center;font-family:arial;font-size:26px;">Le Bureau de Windows</h1>{HTML}</p> {img fileId="50" thumb="y" rel="box[g]" align="center" desc="desc" alt="Exemple de bureau Windows" class="reflect"} <p> {HTML( wiki="0")}<div style="text-align:justify;font-family:arial;font-size:16px;line-height:20px;font-style:italic;">Le <b>bureau</b> de Windows est l'équivalent de notre bon vieux bureau ou table de travail.<br />Après le démarrage du système, c'est ce que nous avons en permanence sous les yeux et on y revient chaque fois que l'on quitte un programme.<br />De même que la table de travail d'un architecte ne ressemble en rien à celle d'un écrivain, chacun de nous a la liberté d'organiser et d'utiliser son bureau comme il le souhaite.</div>{HTML} {HTML( wiki="0")}<h2 style="text-align:left;font-family:arial;font-size:22px;">Que mettre sur le Bureau ?</h2>{HTML} {HTML( wiki="0")}<div style="text-align:justify;font-family:arial;font-size:16px;line-height:20px;">Il est pratique d'avoir sur le bureau des <b>raccourcis</b> vers nos programmes habituels comme navigateur Internet, messagerie, jeux, etc.<br />La <b>corbeille</b> y a aussi sa place bien entendu.<br />On peut également y installer des <b>raccourcis vers des fichiers</b> de tous types (photos, vidéos, documents...) ; En double-cliquant sur ce type de raccourci, Windows lance le programme approprié (associé à ce type de fichier).<br />On peut aussi déposer sur le bureau des notes en forme de 'post-it'<br />On trouve également aussi un raccourci vers le <b>Poste de travail</b> (appelé aussi Ordinateur) pour accéder aux données de notre machine (disques, clés USB, CD ou DVD...)</div>{HTML}<span> </span></p> {img fileId="51" thumb="y" rel="box[g]" align="center" desc="desc" alt="Exemple de bureau avec des raccourcis" class="reflect"} ------------------------ But, if i use by section editing, i recover my code like this : ------------------------ partial sample <div style="text-align:justify;font-family:arial;font-size:16px;line-height:20px;font-style:italic;">Le <b>bureau</b> de Windows est l'équivalent de notre bon vieux bureau ou table de travail.<br />Après le démarrage du système, c'est ce que nous avons en permanence sous les yeux et on y revient chaque fois que l'on quitte un programme.<br />De même que la table de travail d'un architecte ne ressemble en rien à celle d'un écrivain, chacun de nous a la liberté d'organiser et d'utiliser son bureau comme il le souhaite.</div> ------------------------ What's the matter ? Thanks Jean-Luc NAVARRO. |
tracker item |
|
Tiki permission bug for page names using norwegian characters
TikiWiki 6.3 has a permission bug. If the page name contains any of the characters æøå, groups without any permissions will still be allowed to view and edit the page. |
tracker item |
|
tiki-lastchanges.php : links to diff are incorrect
{syntax type="tiki" editor="plain"} To reproduce Install 6.x Apply community profile 6.x Go to tiki-lastchanges.php and click on the "d" for HomePage |
tracker item |
|
User must have global permission tiki_p_edit for adding a new page in categorized structure also he has it in the categorie.
{syntax type="tiki" editor="plain"} I defined a structure Helpdesk FAQ and a categorie Helpdesk. Now I give a group Helpdeskadmin the permission tiki_p_edit (and a lot of others). If a helpdeskadmin trys to add a page with the button on the top of the wikipage with over the toc, the message "You do not have permission to edit this page." appears. The problem seems to be the following permission test in tiki-editpage.php: // Permissions $tikilib->get_perm_object($page, 'wiki page', $info, true); if ($tiki_p_edit !== 'y') { [...] $smarty->assign('errortype', 401); $smarty->assign('msg', tra("You do not have permission to edit this page.")); $smarty->display("error.tpl"); die; } If I give the permission tiki_p_edit to the group, the helpdeskadmin comes to the wysiwyg-edit-page, also he gets a message like the page must have a categorie. I didn't analyzed that yet. |
tracker item |
|
5.x -> 6.1 regression: Users Information Tracker Fields Asked at Registration Time
{syntax type="tiki" editor="plain"} Does the "Users Information Tracker Fields Asked at Registration Time" work for someone in 6.1? it used to work in 5.x. not pretty. This feature was not particularly important if the trackers with registration="y" would work nicely. Read more here. [http://irc.tiki.org/irclogger_log/tikiwiki?date=2011-01-08,Sat&sel=52#l48] |
tracker item |
|
domain redirect from *.tikiwiki.org to *.tiki.org is not working
{img fileId="270"} Visit these pages to see for yourself: http://info.tikiwiki.org/Hosting (6.x) http://profiles.tikiwiki.org/Profiles_in_installer (9.x) http://dev.tikiwiki.org/Tiki13 (12.x) It should be a redirect 301. And needs to work for 6.x, 9.x and 12.x This worked when the feature was introduced so some other fix / enhancement must have broken it. This is especially not good because in this version the ((canonical)) link is just relative and thus, we have two canonicals for same page... If you go to front page, it redirects OK http://info.tikiwiki.org (6.x) http://profiles.tikiwiki.org (9.x) http://dev.tikiwiki.org (12.x) |
tracker item |
The Mediawiki Importer fails with:
[Sun Nov 28 22:17:33 2010] [error] ... PHP Notice: Undefined offset: 1 in /var/www/tiki/lib/pear/Text/Wiki/Parse/Mediawiki/Wikilink.php on line 263, referer: .../tiki/tiki-importer.php
[Sun Nov 28 22:17:38 2010] [notice] child pid 13376 exit signal Segmentation fault (11)
This is on Ubuntu Lucid with a 2.6.32-25-server kernel. It happens while the Importer is in the initial "Loading and validating the XML file" phase, and the Apache child instance running it of course just dies.
Update: It happens ever after I comment out the lines in Wikilink.php that threw the error - that is, there's still a segfault. This is with Apache 2.2.14 and PHP 5.3.2.
This may be the same bug as http://dev.tiki.org/tiki-view_tracker_item.php?itemId=2853&trackerId=5&show=view&reloff=1&cant=2&status=o&trackerId=5&sort_mode=f_41_desc&filterfield=26&filtervalue[26]=Importer - but that shows as fixed, so ....
This may also be related to this preg_replace_callback() bug: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/369737 - although that's unresolved. That function is used in Table.php and Url.php in lib/pear/Text/Wiki/Parse/Mediawiki.
Update 2: Installed a fresh Fedora 14, put Tiki on it, and it gets the same segfault, in the same place in each of the 2 different XML files I'm attempting this with. Now, in both cases these are 64-bit, in case that has anything to do with it (but who runs a 64-bit server today?). In each case these are relatively large XML files - but our requirement is to convert a fair-sized Mediawiki if we're to use Tiki at all.