Category: 2.x
code name for Tiki version after 1.9.x (was 1.10.x)
Show subcategories objects
| Name | Type |
|---|---|
| Wiki page: visual evolution of chages (similar to IBM's & MIT engine "History Flow") | tracker item |
|
Wiki pages do not show categories
Hi - I am using the latest tiki-HEAD and something is wrong with wiki display. The tiki-showpage.tpl has a list of options to show categories on the wiki page, such as $feature_categorypath, $feature_categories, and $is_categorized It appears from debug that $is_categorized is not set on my pages despite the fact that the pages are, in fact, categorized. Any ideas? |
tracker item |
|
Wiki RSS feed broken
The wiki RSS feed seems to show the source code (.diffchar tags, etc.) of page version diffs, rather than showing the list of pages and their links. |
tracker item |
|
Wiki strucutures show pages, even if user does not have permission to view a page
If a wiki page is included in a structure, Tiki lists the page when viewing the structure (or when listing TOC) -- even if the user does not have permission (tiki_p_view) to actually view the page. This presents an invalid structure to the use -- they are seeing pages that they do not have permission to view. Tiki should only show pages (in a structure) that you can actually view. Alternative impelentaion (proposed by luciash): To have an option "restricted pages in this structure will be ommited from the list" or "will be shown but marked as restricted" Confirmed in 1.9.8 and 1.10.1 |
tracker item |
|
wiki tag "file" rendering issue
Following code inserted into wiki page is causing problems. {file name=attached_file_name} In TikiWiki 1.9 was name of file shown with link to file. In TikiWiki 2.x only single closing bracket (i.e. '}') is shown instead. Following wiki code gives expected result in both 1.9 and 2.x versions (please note space before closing bracket) {file name=attached_file_name } File tag is parsed in file lib/tikilib.php in function parse_data(). Tag file is translated to call of ATTACH wiki plugin. It seems that essential is call of split_tag() method with cleanup parameter set to FALSE (in tikilib.php revision 1.801.2.92 it's line 5474). In branch 1.9 was cleanup hardcoded to TRUE in split_tag() body. Setting cleanup to TRUE 2.x gives expected result. I can see that optional cleanup parameter of split_tag() method was introduced in tikilib.php revision 1.602. At the same revision was cleanup value in file tag parsing section set to FALSE. Commit comment says "Minor tweak to preserve ' in {file ...} links.". I don't know idea behind it so I'm not able to correctly fix file tag rendering issue. Simple change of cleanup parameter to TRUE would probably cause regression of another bug. |
tracker item |
|
Wiki transclusion a-la MediaWiki templates
The capability to include (recursively) with parameters is probably the most powerful and content factorizing feature of our best competitor MediaWiki. It make not only produce content much faster and in a much more modularised way. The references : * [http://en.wikipedia.org/wiki/Transclusion] * [http://www.mediawiki.org/wiki/Help:Templates] * [http://doc.tikiwiki.org/PluginInclude] |
tracker item |
|
Wiki: all edits must be approved by users of a certain group, before being made public.
On a wiki page, reviewing each & every change could get tricky because someone could do edit #2 before edit #1 is approved, and then, you end up having branches, which need to be merged. I have an idea on how it could work but still needs coding: Basically, when a non-editor (someone with lesser permissions) edits the page, the previous version continues to be shown to the public (in any wiki, any previous version is still available to view). Anybody trying to edit the page would be sent to this new "branch" (think of it as a staging area). And the next time an editor (someone with higher permissions) saves the page, it becomes public again. This would avoid the risk of having multiple branches, needing merging. However, the UI would have to clearly show editor #2 that he is not editing the page he just saw. I could see this being an interesting feature in certain scenarios. For example, using Tiki to generate a corporate website. |
tracker item |
|
wiki: automatic description of changes
When you edit a wiki page, you can indicate what you did. Good. But if you leave it empty, visitors have no indication of what you did. Maybe we could add some of the ideas of wiki-translation.com (Quantify change size) to have an automatically generated message. Some examples: *minor change *10 words changed *15% changed |
tracker item |
|
Wiki: Minor edit :: need mouse over to explain what it's for
In 1.10, there is a "minor" button when you save a wiki page. When using the wiki for translation, checking minor tells the system that the corresponding translation are __still valid__. I believe __minor__ also prevents sending notification emails to those watching the page. (why bug them for a corrected typo?) |
tracker item |
|
Wikiparser interprets tags different in editpage than in the page view
If you enter following code in a wiki-page ~np~ ...page... ~/np~ there is a bug in the interpreter. The preview-mode is working right and shows ...page... as plain text, but when you save the page wiki-parser interprets it as a tag and shows the pagenavigation-bar. |
tracker item |
|
wikiplugin_blogs similar to wikiplugin_articles request
Currently there is no wikiplugin to place 1 or more blogposts on a wikipage (showing title and content of the blog). The functionality should be similar to the wikiplugin_articles, so that the amount of posts and the blogId can be specified. Using a wikiplugin instead of the module plugin or RSS gives the advantage that you can show entire blogposts and that you can include a permissions check, so that users that should not be able to see the post don't get it on the screen. |
tracker item |
|
wikiplugin_files used on Wiki Pages dont update files.
{syntax type="tiki" editor="plain"} Hi, I found an issue using "wikiplugin_files" plugin. If You try to use it (on Wiki pages or in other available places like parsable ptracker descriptions etc) Wiki page show files in the particular gallery but You can only download file. You cannot update newer version or see a history of that file althou theres an option to do it. Ive try it both on TW 2 and TW 3(beta). Ive tried to turn off/on all java UI thingy but w/o success. Best regards, Piotr |
tracker item |
|
wikiplugin_tracker.php crashes in tracker with mirror tables
I've got this error while attempting to insert data in a tracker with mirror tables from a Wiki page through wikiplugin_tracker.php. In fact, the wiki page return an error message, and it seems as if item was not inserted, then, but item is inserted. However, the field "user" (login user, 1) is not saved in the tracker (and I was logged in, and I could insert a tracer item from the same user account through the tracker directly). Note: Tracker has less than 40 fields, and I included 40 consecutive field ids in the plugin syntax. That's the code in the wiki page: {CODE()} {TRACKER(trackerId=>1,fields=>1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:33:34:35:36:37:38:39:40,action=>Name of submit button,showtitle=>y,showdesc=>y,showmandatory=>y,embedded=>y)}Ben fet!{TRACKER} {CODE} Thant the error message: {QUOTE()}Notice: Undefined index: name in /var/lib/gforge/chroot/home/groups/gclub/htdocs/carpetiki/lib/wiki-plugins/wikiplugin_tracker.php on line 138 Warning: mysql error: 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 '='prova4' where `itemId`='5'' at line 1 in query: update tiki_trk_1 set =? where `itemId`=? in /var/lib/gforge/chroot/home/groups/gclub/htdocs/carpetiki/lib/tikidblib.php on line 154 Warning: fread(): Length parameter must be greater than 0. in /var/lib/gforge/chroot/home/groups/gclub/htdocs/carpetiki/lib/cache/cachelib.php on line 47 {QUOTE} |
tracker item |
|
Identify a contact's "manager"
example: TikiWiki used to coordinate volunteer organisation (eg Scouts) with branch hierarchy. Individual or a Manager at any level above should be able to maintain their contact record. There needs to be some functionality to transfer individuals between managers, eg when the manager leaves/moves. |
tracker item |
|
Workspace Resources
I have instaled TW 2.4 and Aulawiki 1.7.1. I can define the workspace types but I can't assign default resources because the list it's empty. |
tracker item |
|
wrong linebreak with ">"-character in wikipage
{syntax type="tiki" editor="plain"} if you enter the <-character in a text (e.g. for an arrow like -->) the following lines have no linebreaks anymore |
tracker item |
|
Wrong path with additional slash on IIS installs in document root
Environment: Windows Server 2008 + IIS7 Problem: After installation, you're directed to tiki-change_password.php. The URL ist correct (in my case: "http://www.prohibition-online.com/tiki-change_password.php[...]"). I change the password and land on "http://www.prohibition-online.com/tiki-index.php". Now I click onto logout and the URL I get to is: "http://www.prohibition-online.com\/tiki-index.php". Notice the "\" after my website name. If I remove the "\", I access my index page as expected. When I login, the "\" reappears. same error as: http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=2250&trackerId=5&show=view |
tracker item |
|
WYSIWYCA for Wiki Links
Wouldn't it be great if a wiki link (the standard [] syntax) would check whether the current user has rights to the page that it links to? THat way we could turn off the hyperlink if the user cannot open the page anyway...THat would add some processing overhead, but I am sure that would be manageable. Don't know where to begin, though, I do not really understand the wiki processing in Tiki... |
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 admin - Option to set default image upload directory
On the admin page for the WYSIWYG editor it would be handy to have a text box available to set the default upload directory used by fckEditor so that we could select (and enforce) a suitable location on the server (such as C:\TikiWiki\img). |
tracker item |
|
Wysiwyg doesn't allow using ! (headings) or * or # (lists) markup in mixed mode yet
Right now using 1.10svn code when using wysiwyg you are not allowed to use ! (headings) and * or # (lists) as wiki markup (it gets shown as simple text, even if placed at the beggning of new lines) According to http://doc.tikiwiki.org/Wysiwyg+Editor+Admin (April 10th, 2008) , the setting "__Content is partially parsed__" just includes: * parsing of links * parsing of images and generally what is included in { } * parsing of wikiplugins Header and butllets are vey simple and common wiki markup that would help mixing conent in wysiwyg pages from newbies on tiki 1.10 sites and more experienced users (not much skills needed for that markup) |
tracker item |
|
WYSIWYG editor adds extra tags
{syntax type="tiki" editor="plain"} When you edit text using the WYSIWYG editor, extra <br /> tags are added when the text is displayed in preview or when it is saved. These break tags do not show up when you try to edit the page again, making them impossible to remove. For example, if the markup in the WYSIWYG editor, when you view the source, is as follows: ''<p>This is some text.<br />This is some more text, on a new line</p>'' What shows up when you view the source of the page that is generated after you save/preview is as follows: ''<p>This is some text.<br /><br />This is some more text, on a new line</p><br />'' As a result of this, the spacing on pages edited by the WYSIWYG editor is bizarre and stretched out. |
tracker item |
|
WYSIWYG editor addes extra tags
When one is using the WYSIWYG editor to edit text, extra <br /> tags are added after all <p> and <br /> tags when the text is displayed after save or preview. These tags don't show up in the source code in the WYSIWYG editor at all, so you can't remove them. As a result, the spacing between the text is all wrong. For example, if you view the source of a page in the WYSIWYG editor, it would look like this: <p>Some text<br />And more text on a new line</p> But when you view the source of the page after you have saved it, it looks like this: <p>Some text<br /><br />And more text on a new line</p><br /> |
tracker item |
|
Missing Tracker Item #2037
This tracker item could not be found |
tracker item |
|
wysiwyg editor, or normal editor with html enabled, doesn't parse {maketoc} on wiki pages
See live example here: http://moviments.net/cursos/IMDIG-I-Apunts Wysiwyg editor is enabled, and those are the general wysiwyg settings on the site: || Wysiwyg Editor is optional: | X ... and is displayed by default: | Reopen with the same editor: | X Content is parsed like wiki page: | X Content is partially parsed: | X || The wiki page http://moviments.net/cursos/IMDIG-I-Apunts was last edited using normal editor, keeping "allow html" checkbox as enabled on that page. When you write {CODE()} {maketoc} {CODE} The string ~np~{maketoc}~/np~ is displayed, but the table of contents fort that page. |
tracker item |
Such as the "History Flow" ([http://researchweb.watson.ibm.com/history/]) developed by people from MIT and owned by IBM (afaik)
I'm not skilled on CVS, but I wonder if this is already developed for CVs applications. (gCVS, for instance, for GN/Linux Gnome)
And from thepoint of view of Tiki, I know there is the option "export all" tiki versions of a page, at wiki page edit time. Could this be used to see more easily all the changes that a user has made to a document, etc.?
(I'm thinking in the educational scenarios where as teachers we have to review a user contribution to a collective document, and grade it, etc.).