Loading...
 

Category: Modules

blocks in right & left column
Modules
Show subcategories objects

Name Type
CGI Error based on values in tiki_modules
Bugs & Wish list
tracker item
Online users (who_is_there) module has gone mad in 2.x :-)
As of now, it says:

28627 online users
tracker item
'Last Changed' module formatting is inconsistent
I had my issues with the way the module mod-last_modif_pages.tpl rendered... the title could be hidden by a "decorations=n" which made the link to the addition changes vanish, plus the link in the module title is a little bit of a break with the remaining styling...

Then I discovered that the module uses a table instead of a OL or UL to format, which is a little bit messy itself.
tracker item
"Display on device" module setting doesn't work and doesn't make sense IMO
tracker item
"Most Active Users" (module users_rank) broken link on user name
tracker item
{MODULE}-plugin contents don't get Wiki-parsed
When making a module with some Wiki-formatted content and checking "Must be Wiki-parsed", the module shows ok, but when using it in a Wiki-page with {MODULE} it won't get wiki-parsed.
Unchecking "Must be Wiki-parsed" in Admin->Modules doesn't help.
tracker item
1.10: several module plugins in a wiki page show the same title for all of them (from the first)
1.10: several module plugins in a wiki page show the same title for all of them (from the first call in the page)

Using 1.10cvs from mid june 2007
tracker item
1.97cvs + 1.10cvs: last_tracker_items yields no results even if they exist
Using 1.9.cvs and 1.10cvs from mid June 2007

Module last_tracker_items reports no results, but there are many tracker items inserted, in several trackers.

Tested here:
http://www.moviments.net/valldelcorb/tiki-index.php?page=prova2 (1.9.7cvs)
http://www.moviments.net/valldelcorb/trackers

http://www.moviments.net/intercanvis/tiki-index.php?page=HomePage (1.10cvs)
http://www.moviments.net/intercanvis/trackers


Btw, will it be possible to filter tracker item results in last_tracker_items by tracker id, passing it as argument to the module? (that would be great! :-)

----
UPDATE 9th july 2007:
Sylvieg, it still doesn't work as expected: I updated code from today 9th july 2007 at the 1.9.x site, and then it requested the params. missing (name and trackerID).

I modified the module call like this:
{CODE()}
{MODULE(module=>last_tracker_items,trackerId=>2,name=>Ofertes,status=>opc,nonums=>0)}{MODULE}
{CODE}
and now it shows an empty list:
http://www.moviments.net/valldelcorb/tiki-index.php?page=prova2 (1.9cvs)

Btw, it's a site with __Trackers with mirror tables__. If it's a config problem, then some lines are needed at:
http://doc.tikiwiki.org/Module+last_tracker_items
tracker item
12.x: Failed to execute 'minichat' module Missing dependencies
tracker item
Koichi
Contributors
tracker item
Caldrac
Contributors
tracker item
13.x: Profiles with "random header images" stopped working as expected compared to 12.x
tracker item
Modules use should be restrictable with standard permissions
So I could show quick_edit module to users with tiki_p_edit

Related:
[wish1783|Menu & modules contextual to category of currently show item (wiki page, article, tracker, etc)]
tracker item
The Aplication menu don´t open when i click over the folder
The aplication menu don´t open when i click the folder.
See at the image in the red circle

{img src= width= height= align= desc= link= }
tracker item
Several themes lose first character of module text
Several themes are losing module text on the left margin: damian, nomia, simble, smartiki. Affects text-emitting modules such as "last changes" (last item is number 0 instead of 10), related categories, and external RSS feeds. This makes the unmodified themes unusable for some sites.

In damian.css this seems to be caused by the following near the bottom:
/* Lists in modules */
.box-data ol,
.box-data ul {margin-left: -1em;padding-right: 1em;}
tracker item
Cyril
Contributors
tracker item
Fix for Bug Ticket ID 2184
I have confirmed this bug (2184) in Tiki 6.3 using Chrome and IE7/8.

I am not a javascript guru so this may not be the most eloquent solution, but it works.

To fix, replace the icntoggle function (line 693) in tiki-js.js with the following:
tracker item
Make header of Menu Structures into a link
It would be very useful to have change the heading for the menu structure module into a link that goes to the top level of that structure. I'm actually kind of surprised this isn't already the case.
tracker item
omstefanov
Contributors
tracker item
Pagetop Module w/o Group Kills Tiki
If you require login but assign just a custom module to pagetop without selecting at least the registered group, it will kill your Tiki.

You'll have to edit the MySQL tiki_modules table and delete your module to make it work again.
tracker item
PluginButton locks entire wiki in 500 internal error when included in a user plugin
When the PluginButton plugin is included in a User Module and that User Module is used on the wiki, it will lock down the wiki in "Internal Error 500" mode. So no matter what page you visit, you will get "500 internal error".

Tested on:
TikiWiki v. 6.1 on IIS 7.5
tracker item
Hide Upcoming Events if No Records
There should be an option on the upcoming events module to just hide the module if there are no records to display at that time.
tracker item
Module semantic_links: Links to external pages not expanded
Using Tiki 7.2, we encounter the following issue with module semantic_links:

We've defined the abbrev. »wp« for links to Wikipedia articles, such that ~np~((wp:Jon_Doe|Jon Doe))~/np~ expands to a link to http://en.wikipedia.org/wiki/Jon_Doe .

We've also defined a semantic link type »wp« to mark links to Wikipedia articles, and want to use the notation
* ~np~(wp(wp:Jon_Doe|Jon Doe))~/np~

This works well for the actual wiki page, and the abbreviation is properly expanded into a link to the WP article.

However, in the module semantic_links, the link text is displayed as
* »wp:Jon_Doe«
and the URL of the link is
* »oursite.com/wp:Jon_Doe«.

Can this be fixed such that the module uses the same link text as the
respective wiki page?

(The Wikipedia link type is only an example, but note that it's reasonable for a wiki page to have several links to Wikipedia articles using the wp: abbrev., but still only one of those of type wp(, thereby indicating that the external Wikipedia article and the local wiki page are about the same subject.)

On the Tiki-devel mailing list (Oct 2nd 2011), Nelson Ko mentioned that

»I think there is a ›hackish‹ way to get this to happen.

In templates/modules/mod-semantic_links.tpl, you will see where the
link is generated:

~np~<a href="{$msl_url|escape}">{$msl_item|escape}</a>~/np~

Replace this with:

~np~{wiki}(({$msl_url})){/wiki}~/np~

I didn't test it but it should work if you have sefurl on, since with
sefurl on the value of msl_url should be simply wp:Jon_Doe«,

but the hackish way didn't hack. =;-)
tracker item
Cant add modules in Tiki8
I upgraded my Tiki from 4 to 8. Perhaps it was premature to upgrade a busy Tiki with many users to Tiki8. Anyway, I found a few issues. I am not sure if they would be characterised as bugs, or just stuff that has not yet been implmented. Here are the issues:

(1) The login prompt kept floating around the screen, appearing and disappearing in random places at random times, so I went to Admin-Modules to try to fix it.

(2) The next issue, is that in Admin-Modules, the tabs do not work. Clicking on a tab does nothing. Fortunately, I can proceed by clicking on the "No-tabs" button. Good idea that.

(3) Editing the login module didnt seem to help. So I came up with a cunning plan: Delete the module and then add it back in again. In hindsight, that was a pretty risky thing to do in beta software.

(4) I deleted the login module, but now I cannot add it back in! According to the instruction text, new modules can be dragged from the "All Modules" tab. But this either doesnt work or has not yet been implemented.

My Tiki is at http://lockbox.seanbdurkin.id.au
tracker item
a module would be wonderful for the new slideshow features (mootols and jquery)
a module would be wonderful for the new slideshow features (mootols and jquery) . So far, you can use the slideshow in a wiki page embedding through the iframe plugin the url of the slideshow, but it's way too difficult for newbies.

That module would need some param to let the user choose whether to autosatrt the slideshow, or not (liek the flash plugin with movies).

And another param for automatic loop or just play once. I would say

HTH
tracker item
Ability to use a structure as a menu {menu structureId=1}
I can't see the reason for the separation between the structures feature and the menu feature - structures are massively easier to create and edit, but only menus can be shown collapsibly. Separation of functions leads to confusion and harder support.
tracker item
Action_Calender module showing HTML
tracker item
Add a text field on the login module (free text)
tracker item
Adding modules via YAML or ini, instead of replacing them all
tracker item
Admin bar module causes fatal error
tracker item
#2000
Bugs & Wish list
tracker item
admin modules broken in 1.10cvs: ERROR "Duplicate entry 'nameofmodule' for key 1" when editing
Critical error:
I created a brand new 1.10 tiki site (using cvs code from 13th june 2007): Profile: Basic enabled for easy use.
Using tikineat.css (or others), When I attempt to edit (cliking on the edit button next to the module):

http://yoursite/tiki-admin_modules.php?edit_assign=quick_edit&position=l&ord=2#assign

I change the position, click on save, but I get the Error message:

{CODE()}
An error occured in a database query!

Context:
File tiki-admin_modules.php
Url tiki-admin_modules.php
Query:
insert into `tiki_modules`(`name`,`title`,`position`,`ord`,`cache_time`,`rows`,`groups`,`params`,`type`) values(?,?,?,?,?,?,?,?,?)
Values:
0 quick_edit
1
2 l
3 20
4 0
5 0
6 a:1:{i:0;s:10:"Registered";}
7
8
Message:
Error Message Duplicate entry 'quick_edit' for key 1


Go back

Return to home page
{CODE}
tracker item
Admin modules does not display available modules or provide easy method for selecting unused modules
Bugs & Wish list
tracker item
Admin Modules reverts to first tab (become totally unusable)
tracker item
Admin modules: Assign user module links broken
When clicking the Assign white plus sign on green background icon in Admin modules User modules tab, PostgreSQL fails complaining:

The following error message was returned:

ERROR: invalid input syntax for integer: "mnu_application_menu"

The query was:
select * from "tiki_modules" where "moduleId"=?

Values:

1. mnu_application_menu

The built query was likely:
select * from "tiki_modules" where "moduleId"='mnu_application_menu'

Stacktrace:
* /var/www/tiki/trunk/tiki-admin_modules.php : 0 -> {main}(array ( ))
* /var/www/tiki/trunk/tiki-admin_modules.php : 63 -> get_assigned_module(array ( 'moduleId' => '\'mnu_application_menu\'', ))
* /var/www/tiki/trunk/lib/modules/modlib.php : 60 -> query(array ( 'query' => '\'select * from `tiki_modules` where `moduleId`=?\'', 'values' => 'array (0 => \'mnu_application_menu\')', 'numrows' => '', 'offset' => '', 'reporterrors' => '', ))
[...]


Indeed, the query would expect an integer argument, not a string. This is a regression from r8873, which changed modlib's interface. get_assigned_module() now expects its first argument to be a moduleId, not a module name.
tracker item
Admin Modules: UI broken - buttons missing and tab duplication (template issue?)
tracker item
Admin panel or Admin menu item needs to display on initial admin login
Did a fresh CVS checkout and install of BRANCH-1-10 at 1600 UTC on 2007-08-12. After installation and the initial login, there is no admin menu available. This means there is no menu item to get to the admin page to start enabling features.


{THUMB(id=33)/}
tracker item
Admin User Modules not working
I can´t use the "User Modules" tab under the "Admin Modules" (tiki-admin_modules.php).

I get a large screen, with the screen contents "lost" there (you need to pane to be able to see them) and the folowing message following "Dynamic content blocks:"

<a class=link href="javascript: ........... [<a href='function.unlink'>function.unlink</a>: No such file or directory .......>

I´m sorry not to copy the whole line but it is quite long and it does not allow me use "Cut and paste" neither with the mouse or using Ctrl-C, so I decided to copy the only place where I could find something strange, please let me know if I must inform the whole line.




tracker item
Admin/Assign module interface broken
tracker item
Administer Modules Error Message "An error occured in a database query!"
When I go to administer modules I recieve this error.

An error occured in a database query!
Context:
File tiki-admin_modules.php
Url tiki-admin_modules.php

Message:
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 'SELECT `contentId`, count(*) AS `future` FROM `tiki_programmed_

This problems started after I upgraded to 2.0. I do not know what any of this means and need some direction.
Thanks
Cindy
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
advanced feature: Users can configure modules is broken
tracker item
Advanced search help button in module search_box doesn't work
Tested in v3.1 on XP/IEv6, Vista/IEv7, Vista/Firefox. The help button (blue circle w/ question mark) next to "Advanced Search" in the module search_box does not bring up any help info. Instead, it points to the anchor #advanced_search_help on whatever page the user is viewing, but the anchor doesn't exist. IE shows an "Error on page" in the browser status bar.

Tested in XP/IEv6 with "Floating Help" UI feature on - same result. Unknown if "Floating Help" changes results in IEv7 or FF.
tracker item
After upgrade to 2.2, Last Files module is empty.
After upgrading from 1.9.11 to 2.2, the Last Files module is showing up empty.
tracker item
Ajax
wiki
Allow for rss feeds to use description data instead of title data for items (a la Yahoo Weather)
Yahoo Weather (and, I assume other feeds) rss feed dumps neat html into the description field of the first item rather than the title. I've modified function.rss.php to accomodate this and allow users to continue to use the regular module creation interface. Basically, I added a new parameter "desc" such that if you use {rss id=1 max=1 desc=1} the resulting output will use the description field instead of the title field. Skipped items will still be skipped.

Sorry, but I'm very new to Tikiwiki and may not conform to regular documentation standards...please correct me as neceesary.
tracker item
Anon sees things on doc.t.o that shouldn't be displayed (relation field ?)
tracker item
Argument 6 passed to Symfony\Component
tracker item
Assign new module at tiki-admin_modules.php using Chosen is wonky
tracker item
Better protection against accidental site breakage with improper use of code in modules + template
One of the nice things about Tiki is that, once setup, all the configuration is done Web-based. No FTP access is necessary. However, it can happen that a Tiki admin breaks his site and locks him/herself out.

This can happen in Site Identity as well.

For example, if you use the following code
{CODE()}
{show_image.php?id=13}
{CODE}

in a module, you will get:

{CODE(wrap=>1)}
Fatal error: Smarty error: [in evaluated template line 1]: syntax error: unrecognized tag: show_image.php?id=13 (Smarty_Compiler.class.php, line 436) in lib/smarty/libs/Smarty.class.php on line 1088
{CODE}

and the site will be broken and you will be locked out of your Tiki site. (You need to go via phpmyadmin to delete the offending module)

I just added a warning to BRANCH-1-9 for modules but it would be much better that Tiki wouldn't break in this case.

More background info/ideas below
{CODE(wrap=>1)}
(01:17:27) marclaporte: I am wondering if there would be a way to avoid people locking themselves out of a Tiki site when putting invalid content in modules...
(01:22:27) chibaguy: One way of coping would be to include an admin_modules page (php and tpl files) that has no side columns, so people could input that URL admin their modules without the activated modules being displayed.
(01:23:28) chibaguy: Of course it would be more direct if the bad module just displayed without content when the content is bad, but is this possible?
(01:28:23) marclaporte: depends how bad I guess
(01:28:31) marclaporte: How about a test module page
(01:28:53) marclaporte: So you can test even before assigning
(01:29:18) chibaguy: Yes, if it opened in a new page, it wouldn't kill the main site.
(01:29:24) marclaporte: Some guy locked himself out using {show_image.php?id=13}
(01:29:42) marclaporte: It is very natural for the person to try this syntax
(01:31:27) marclaporte: instead he's locked out Fatal error: Smarty error: [in evaluated template line 1]: syntax error: unrecognized tag: show_image.php?id=13 (Smarty_Compiler.class.php, line 436) in lib/smarty/libs/Smarty.class.php on line 1088
(01:32:52) chibaguy: It does make sense to have a safe test zone for modules before they are assigned.
(01:33:17) chibaguy: Where failure doesn't lock up the site.
(01:33:38) chibaguy: Could that replace "preview"?
(01:33:52) chibaguy: Or "preview" be enhanced?
(01:37:17) marclaporte: where is preview?
(01:38:54) chibaguy: On Admin Modules page under "Assign new module" there's a "preview" button that displays the module in the center of the page.
(01:39:50) marclaporte: woah
(01:40:01) marclaporte: I never noticed that
(01:40:11) marclaporte: 4 years
(01:40:20) marclaporte: and I still discover stuff
(01:40:23) marclaporte: :-)
(01:40:33) chibaguy: Heh. Well, Tiki's got a lot of stuff.
(01:41:41) chibaguy: I'm not sure offhand how preview handles fatal error modules. With Opera, I just hit the back button and have the admin modules page again.
(01:41:56) marclaporte: I just tested
(01:42:03) marclaporte: it crashes
(01:42:11) chibaguy: Ouch
(01:42:31) chibaguy: What if preview previewed in another page or a popup?
(01:42:57) chibaguy: The user would still have control, I think.
(01:43:01) marclaporte: it crashes but just one page
(01:43:10) marclaporte: the site is still accessible
(01:43:17) chibaguy: OK.
(01:43:45) chibaguy: So users should be sure to preview first.
(01:44:29) chibaguy: Maybe Admin Modules needs some large warning messages.
(02:13:46) CIA-9: marclaporte BRANCH-1-9 * tiki/templates/tiki-admin_modules.tpl: Warning message about possibly breaking a Tiki site by improprer use of Smarty Syntax in modules
(02:13:48) marclaporte: incoming
{CODE}
---

Added on 2007-08-17:

Idea for modules:
Maybe tiki-admin_modules.php shouldn't show modules. So you could always get access to your Tiki to remove/fix modules. And it should offer a login box, when not logged in.

tiki-admin_modules.php could have some like (this doesn't work because modules are evaluated even in left & right columns are off, since a module could be in a wiki page):
{img src=images/code.png}%%% {CODE()}

$smarty->assign('feature_left_column', 'n');
$smarty->assign('feature_right_column', 'n');
{CODE}

But it is nice to see the result of what you are doing. We could have &showmodule=y in the URL (with a link next to assign module/left modules/right modules/etc

__Same thing when you use tiki-edit_templates.php__ ->

If I don't close an if, I get:
{img src=images/code.png}%%% {CODE()}
Fatal error: Smarty error: [in evaluated template line 1]: syntax error: unclosed tag {if} (opened line 1). (Smarty_Compiler.class.php, line 317) in lib/smarty/libs/Smarty.class.php on line 1095
{CODE}

Would there be a way that a Smarty error doesn't break Tiki completely? Here again, there could be a light version of tiki-edit_templates.php which has nothing which can break in a module. Maybe everything is hard-coded and it doesn't take any theme into account. And it shouldn't be possible to edit the tpl of tiki-edit_templates.tpl via tiki-edit_templates.php?template=tiki-edit_templates.tpl


__Maybe useful?__
Smarty validation class
http://www.phpriot.com/d/code/smarty/smarty-validator/index.html


Here is another very famous error: "Fatal error: Allowed memory size of 8388608 bytes exhausted"
http://tikiwiki.org/art82

And they often cause blank pages. How can we can catch them and render a simple & descriptive error page (not enough memory) instead of a blank page?


__Related:__
dynamic contents in userdefined modules crashes tiki
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=851
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
Bug after updating form tikiwiki3.3 to 4.1
After updating tikiwiki3.3 to 4.1, the following fails to load
/tiki-admin_categories.php
/tiki-admin_polls.php and
/tiki-wiki_rss.php?ver=2

I checked memory and execution time therefore the problem due to this is ruled out. Problem must be somewhere which I could not figure out.

Time does not show correctly while date is perfect. It needs me to set time of publication of articles manually.

The module since your last visit does not work properly.

On my part I reinstalled it several times but errors persists.


tracker item
Calendar date selection and Since last visit module results are broken at Tiki.org
tracker item
Calendar module
Unable to add calendar module

Fatal error: Cannot use string offset as an array in /home/tiki/public_html/modules/mod-func-calendar_new.php on line 72

Changi.
tracker item
Calendar Module list view bug.
tracker item
Can't drag and drop modules to blank spaces
tracker item
Error when creating a module on Tiki17
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
Categories mod breaks browse_categories
If you use the categories mod, the trees have identical tags, such that a toggle of a tree node only toggles the node for the category in the module, and not the main category tree in the center column.
tracker item
Categories displayed in a category module or a plugin List in a menu is adding a lot of empty lines and empty spans
tracker item
Certain Menu-sections are always dynamically expanded
This affects e.g. Articles, Admin and Image Galleries

Weirdest thing about that is, that the menu is collapsed when in Admin -> Menu editing the menu.. :O
tracker item
Changed names of custom modules will create a new custom
tracker item
Clicking the control panels in the new Admin module does nothing
tracker item
cnd
Contributors
tracker item
Comments to Image Galleries cause failure in mod-since_last_visit_new.php causing site crash
When any user creates a comment for an image gallery all users with the since_last_visit_new module active will not be able to access the site. Instead they will receive this error message:

Notice: Undefined index: list in /hsphere/local/home/stdiddl/breakingpaint.com/BP2/modules/mod-since_last_visit_new.php on line 87

{CODE(caption=Excerpt_from_line_86)} if (!isset($perm) || $userlib->user_has_perm_on_object($user,$res['object'], $res['objectType'], $perm)) {
if ($ret["items"]["comments"]["list"][$count]["href"])
$ret["items"]["comments"]["list"][$count]["href"] .= '&amp;comments_show=y#threadId'.$res['threadId'];
$ret["items"]["comments"]["list"][$count]["title"] = $tikilib->get_short_datetime($res["commentDate"]) ." ". tra("by") ." ". $res["userName"];
$ret["items"]["comments"]["list"][$count]["label"] = $res["title"];
$count++;{CODE}

Recreating the problem:
#Enable comments for image galleries in Admin>general
#Enable the module since_last_visit_new
#Create an image gallery if one does not already exist
#view an image gallery and post a comment
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
CSRF Error when trying to log in from the top bar
tracker item
CSRF on using module error messages
tracker item
dev.tiki.org 13.x regression: Since your last visit module: tab 2 & 3 not accessible in mobile mode
tracker item
dev.tiki.org: module title background color is a different red that the rest
tracker item
Display module articles do not work
tracker item
doc.t.o 12.x: tag cloud module shows as list & with ' ' between tags when in .s5 slideshow & plugin rss also
tracker item
dynamic contents in userdefined modules crashes tiki
If you define a {MODULE} - Tag in a dynamic content element and add the dynamic content to a user module ( with use of wiki parser ). Tiki shows a blank page.
tracker item
Easier module management for Tiki admins
These settings:
Display modules to all groups always:
Hide anonymous-only modules from registered users:
here: tiki-admin.php?page=general

And theses ones:
Show Module Controls
Users can Configure Modules
Users can Shade Modules
here: tiki-admin.php?page=features

Should be added here:
tiki-admin_modules.php

Or a new admin tab should be created:
tiki-admin.php?page=modules

IMHO, it is OK for options/settings to be in more than one admin panel, if relevant to both.
tracker item
Email notification (object entered/left category) is not working when i use the transition with the transition module
When I evaluated the software for my project, I was very happy when the documentation said that it was possible to create a workflow with categories, transitions and watches. But I realized that watching a category only triggered a mail notification when the transition was made in the tiki-admin_categories.php page. It was useless for me!! :-((
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
Even if I set right module to never it does not hide the right columns
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
Feature request: Be able to exclude (by category) the pages listed in Latest Changes module
tracker item
featured links feature unusable: module shows no links
Module featured links is not working for me.
I enabled the feature in a 1.10 svn site (code from may 2008). I created this new link:
http://xarxantoni.net/Xarxes.html

Title: Xarxes
Position: 1
Link type: framed

and no way... featured_links module shows no link.
tracker item
Filter modules by section
When assigning a module, I would like to have a section-specific parameter to control in which sections (wiki, blog, forum, etc.) the module displays. See [http://tikiwiki.org/tiki-view_forum_thread.php?topics_offset=1&forumId=4&comments_parentId=26153|this forum thread] for details.


tracker item
Fivealive and mod-logo: Site title displayed too much to the left (lack of contrast with white background)
tracker item
Flowplayer install on Tikiwiki 2.0 is hard coded to /lib on site.
If you choose to use the flowplayer module, you are required to have Tikiwiki installed in the root of the domain.

ie: http://www.domain.com/tiki/tiki-index.php?page=Bob will not work, while
http://www.domain.com/tiki-index.php?page=Bob will work.

The cause for this seems to be that the lib/wiki-plugins/wikiplugin_flowplayer.php file is hard coded to work from the '/lib/flowplayer/' folder.

(Search words: flowplayer, tikiwiki, broken, no video, blank)
tracker item
For incoming RSS feeds -- escaped entities (&amp;) in URL are not replaced with entities (&)
In the RSS module part of Tikiwiki, incoming RSS feeds are incorrectly parsed.

Escaped entities (&amp; &apos; &quot; etc.) have to be replaced with the entities themselves when the RSS feed is viewed. However, this is not done. As a result, when a user clicks on the links, the link still has references to (&amp;) which makes it an invalid URL.

The problem is in "parse_rss_data" function of rsslib.php
tracker item
For since_last_visit_new module content to be emailed to each group member periodically
In a project management mode, you can use ((watch)) and ((alert)) but not everybody may be watching and alert is extra time.

For small teams and short delays, it could be good to have since_last_visit_new module content to be emailed to each group member periodically.

People get personalized content based on their last login (cool!)


Also, they don't get watches if they login regularly


tracker item
forum mailin should update on regular basis
Currently, (2.2) when using the mailin feature to post to a forum, Tiki does not actually check the email until a user views the forum. Only then, is the email checked and new messages posted to the forum.

This means that the RSS feed for the forums, and modules such as last_post will not be correct until a user goes to the forum.

Instead, Tiki should check the email at regular intervals (in the same way that Tiki checks for article mail-ins.
tracker item
Full text search module needs Help
The full text search module should provide means to determine what operators work with it. Perhaps a large tooltip or a link to an "advanced search" page. Syntax for the module is [http://tikiwiki.org/tiki-index.php?page=FullTextSearch|here.]
tracker item
Global site reference tool
This feature request is for a tool that would enable easy quoting and referencing of any content on a Tiki site, for example, to quote a forum post on a wiki page, or one blog post in another, etc.

Maybe it would be activated by clicking a switch in a module (side column), then selecting some text. Then in the referencing page, when you paste, it pastes not only the selected text but also wikiplugin syntax in which the text is the data and the url of the text's source as a parameter. The quote is displayed like a quote plugin output, and the source is displayed as a link.

The use case that started the thinking about this was a question about how to easily cite Tiki forum posts from a wiki page, without a lot of copying and pasting. Rather than hardcoding it to be forum and wiki specific, a global copy-paste site content referencing tool could be useful in other ways.
tracker item
go default button setting not honored in search module
I have a search module set as:

advanced_search_option=y
advanced_search_help=y
default_button=go
input_size=25
select_size=20
nobox=y
decorations=n
style=position:absolute;top:0px;left:0px;

The "default_button=go" setting is not being honored. Clicking on any of the buttons works properly. Pressing Enter in the control causes a full-text search instead of a title search.
tracker item
Graphical Indication of Unread Messages
tracker item
Included RSS feed links always open in new window
If you include RSS feeds in modules or Wiki pages (in fact, anywhere that $tikilib->parse_data is used) then links always open in new windows.

This should (in my view) default to open in the same window, with a config option to change. It might be possible to do it in the {rss id=} pseudo tag? That might be the least hassle option?

Either way, all the fun is in tikilib.php, and affects all versions from 1.8 to 1.9 (I think 1.6 onwards, but don't quote me!)

tracker item
Incorrect permission check to delete freetags from objects in
tracker item
Interface, UX; the Tikihelp href link on the user switch is not limited to the button and covers much more
tracker item
Quick Edit module should detect and warn about special characters in page names
Sometimes, we end up with some strange characters in pages names (accents, punctuation, etc). While it generally works, people should keep URLs with simple characters (like in emails) for nice readable URLS.

For example:
((I know this is all wrong, but fear it might be right - Alain Désilets))
tracker item
Mikael.Franzen
Contributors
tracker item
module shading is not working if flip=yc set
setting User Module parameter to flip=yc does not change enything, even when module shade global is set to Module, tested on tiki 6.3 and 6.4.

Also there is no parameters separator for User Module parameters mentioned anywhere in documentation.
tracker item
Solved: Multiple domains to single site modules in the wrong place
I use Tiki Wiki for many of my sites and some of them have multiple domains associated with them. So domain.ca, domain.com and domain.co.uk all point to the same folder on the same server using domain redirection.

The main domain works and looks fine but if I go to any of the other domains everything is there but it is out of place. The modules were in the wrong place on the screen and it looked like the theme CSS was messed up. I tried playing with perspectives, multi-domain, areas, domain redirects (within Tiki), category, themes, and anything else that looked promising.
tracker item
MEbneter
Contributors
tracker item
notgroups param for modules
Sometimes, you want to show a module just for Registered, but not Admins. So a notgroups param would be nice.

This idea is from Bernard Sfez on the Dev mailing list.
tracker item
Module freetags always visible in menu
The module freetags should have an option to disable the display it as a menu item in the main menu.
tracker item
Automatic and dynamic page TOC like DocuWiki
Docuwiki implements a dynamic (page) Table of Contents. Would be nice in Tiki.

When the table of contents is auto-generated, it requires no knowledge of how to add a maketoc plugin from the user. The ability to hide the TOC frees space for the actual content.

Try at: [https://www.dokuwiki.org/syntax#tables].

See the screencast about dynamic table of content at [http://demo.tiki.org/trunk/tiki-index.php?page=For+Arild]


A new wiki feature could be added, e.g. "Page TOC". If set, a table of (page) contents is automatically generated when viewing a page (when the page has at least one heading).

Not sure how to best integrate this in the GUI.
Should it be a module that the user must assign (to the topbar?), or should the system manage the positioning? The "module" must be active when the "Page TOC" feature is active.

tracker item
Menu module not showing
When I place 2 menu modules under eachother, the second one doesn't show up.
And I can't figure out why. When I place something between the modules (e.g. Switch Language), all 3 show up.

When I view the source code of the generated page, the second menu has a display:none value. So I know the problem does not lie within the css file.
{CODE(caption="source" wrap="1" colors="htmlmixed")}<div title="Module Execution Time 0.011s" id="module_20" class="box box-menu cssmenubox module">
<div id="mod-menul1" style="display: block;" class="clearfix box-data"></div>
<div class="box-footer"></div>
</div>
<div title="Module Execution Time 0.004s" id="module_21" class="box box-menu cssmenubox module">
<div id="mod-menul2" style="display: none;" class="clearfix box-data"></div>
<div class="box-footer"></div>
</div>{CODE}

Modules have been set with decoration=n, notitle=y.
And the menu type=f. Though neither option has an effect on the problem.
tracker item
Calendar module: parameter value missing in URL
There is a mouse over pop up ''short view of events'' in calendar module. Options there are export, edit, delete or view, and finally close the pop up. It seems the value of parameter __calitemId__ is missing there.
At the calendar page's click event pop up (which shows more information) the value is correct.
tracker item
modul register
If I use the module "register a new user" with user tracker, the extra fields from the user tracker are dispayed twice.
tracker item
Babelfish links module no longer works
The babelfish links module no longer works - since Yahoo Babelfish has become some Microsoft Bing Translate service - the links all fail to do anything useful.

The links either need to be updated or perhaps a module recreated using google translate instead.
tracker item
Expanding the Excersise Plugin so that user data is stored in database
The plugin Exercise is a nice way to for students to get feedback on their learning. For an instructor or an admin it would be very useful to have a way of checking student's success. That way, the instructor could evaluate how easy the material is, or if certain students need extra help with something.

As far as I understand, right now exercise input data is not stored in the database so there is no way to track the exercise outcome. It would be great if a table could be added to the database where the this data could be stored and accessed.
tracker item
User Interface
Features Classification
tracker item
11.x: Cartograf applied shows: failed to execute module in header which worked fine before the profile
r45953

^About this bug tracker interface:
For some misterious reason, I can't find "Modules" under the dropdown "Sub-category" (cone Area is set to Feature). Hiding those things don't make it easy to find what you look for, besides the ordering in the dropdown looks random.^

I applied Profile Cartograf in Tiki11, on a site like this one http://gavarrespedia.org (on a separate install in which it was upgraded to Tiki11), and after profile application I got this error message at the header:

{CODE(colors="htmlstrict")}
Failed to execute "capçalera_2012" module
Syntax Error in template "a8e6a8b0c69c18e14a83f1790bf93f51de024ee3" on line 4 "<div class="imgbox" style=" width:708px; height:152px"><img src="dl84?display" width="706" height="150" style="display:block; margin-left:auto; margin-right:auto;" alt="Image" class="regImage pluginImg84" /> </div><a href="tiki-edit_draw.php?fileId=84" onclick="return $(this).ajaxEditDraw();" title="Draw on the Image" class="editplugin pluginImgEdit84" data-fileid="84" data-galleryid="9" data-imgparams='{"fileId":"84","randomGalleryId":9,"stylebox":"border","class":"regImage pluginImg84","checkItemPerms":"y","noDrawIcon":"n"}'><img width='16' height='16' class='icon' alt='Edit' src='img/icons/page_edit.png' /></a> <br />" - Unexpected ":", expected one of: "}" , " " , ATTR
{CODE}

"capçalera_2012" is the name of the header module which displays random images from a file gallery.

---
{sign user="xavidp" datetime="2013-09-11T12:05:39+00:00"}
Current revisions of Tiki11 don't show this error anymore when applying the profile.
tracker item
Javascript toggle is broken
In tiki_categories-admin.tpl, the javascript function toggle is used to toggle tree nodes for subcategories. However, that function appears in two places - PHPLayers menu and tiki-js. Ouch.

This worked in 1.9 and is broken in 1.10



Same is true for the debug console and (I suspect) anything else that uses the toggle function.

I isolated the problem - I added the browse categories module - that includes phplayers-tiki.php, which includes lib/phplayers, which has the toggle function...

More tracking found the problem - it is in lib/phplayers/lib/treemenu.inc.php

the makeNewTree function looks for a menu_name variable that is added to the toggle function name. This works for the standard category view. However, somewhere along the line the name isn't passed properly in categories module.

The other complication is that the normal category browsing page doesn't work right with this module.


Oddly, phplayers is not included in the 1.10 head download, so I don't get it.

tracker item
kerrnel22
Contributors
tracker item
koth
Contributors
tracker item
Last Actions module causes system error
tracker item
Last comments for trackers : module needed
On this site, people add comments to trackers but there is no way to know what what the last comments.
tracker item
last forum post module does not display posts
The last forum post module will not display any post unless you are logged in as admin.
tracker item
LAST_ARTICLES displays articles with NO topics only
Upgraded from 2.3 to 3.0

When assigning an module with LAST_ARTICLES on right column.

LAST ARTICLES only displays Articles that have NO Topic.

If I take an article and assign a topic to it, it will not show up anymore in LAST ARTICLES.

When I remove the Topic for that article, it will re-appear in LAST_ARTICLES.
tracker item
last_tracker_comments gives fatal error on trackerlib.php at Admin > Trackers
If module last_tracker_comments is assigned to a lateral column, this fatal error message is shown when attempting to view Admin > Trackers (tiki-admin.php?page=trackers):

{CODE()}
Fatal error: Cannot redeclare class trackerlib in /home/httpd/tiki19/lib/trackers/trackerlib.php on line 11
{CODE}

BTW: Moreover, tiki-admin_trackers.php yields a 100% blank page, with no error message.

Using 1.9.cvs from yesterday.
-------------------
fixed in 1.9 cvs tiki-admin_include_trackers.php revision: 1.9.2.10;
tracker item
last_tracker_items module: wrong sort order
Last modified or added item should be at number 1.
tracker item
last_tracker_items is blank (and we use after reporting a bug)
After reporting a bug:
http://dev.tikiwiki.org/Report+a+Bug

Users are sent here:
http://dev.tikiwiki.org/your+wish+has+been+cast

This should let them access the bug they just reported.
tracker item
last_tracker_items modules causes error messages in other modules, when params are not set
__This module requires parameters trackerId and name set__ appears in "Last visitors" and "Messages" if last_tracker_items modules is activated, when params are not set.

There is no tracker data in my test.
tracker item
LDAP groups not syncing
tracker item
Link to tracker doesn't work
tracker item
Login issues to dev.tiki.org
tracker item
Logo module and look and feel related preferences should be merged
tracker item
Look and Feel, Logo; It should be possible to set the logo from the logo module without enabling "site logo and title"
tracker item
Menu & modules contextual to category of currently show item (wiki page, article, tracker, etc)
Related:
[wish1887|Modules use should be restrictable with standard permissions]


Read from bottom up:

2008-05-27 00:46:33 Norrin_Rrr mmh
2008-05-27 00:45:57 prozaq you could probably modify that
2008-05-27 00:45:39 prozaq that displays all categories
2008-05-27 00:45:32 prozaq Norrin_Rrr: in 1.10 there is a module called "categories"
2008-05-27 00:41:25 Norrin_Rrr will try it
2008-05-27 00:41:16 Norrin_Rrr the example in the documentation says its for features not sections that s weird
2008-05-27 00:40:51 prozaq oh - yes I think so, but Ive never tried it
2008-05-27 00:40:34 prozaq beg your pardon?
2008-05-27 00:39:45 Norrin_Rrr the section parameter in the menu its to set wich section (wiki/cms/forums) will display the menu ?
2008-05-27 00:38:54 Norrin_Rrr that should be doable
2008-05-27 00:38:19 prozaq so you should be able to copy some of the code from the tiki-browse_categories pages
2008-05-27 00:34:38 Norrin_Rrr yes
2008-05-27 00:34:16 prozaq but isnät that when you are creating a module from scratch?
2008-05-27 00:34:07 Norrin_Rrr i am not sure but there seems a possibility for hacking ?
2008-05-27 00:33:44 Norrin_Rrr "So if you know about Smarty template editing you can use any Smarty tag in your user modules."
2008-05-27 00:33:05 Norrin_Rrr ah okay i am at the module documentation, and its seems there are some conditionals with TW1.10 for modules but unfortunatly none for specific category
2008-05-27 00:32:56 *** franck has left #tikiwikin
2008-05-27 00:29:43 *** kiilo_ has quit IRCn
2008-05-27 00:28:34 Suprano even more if you paste in in a formular :D
2008-05-27 00:28:15 Suprano hmmm copying 4mb text slows down the pc
2008-05-27 00:28:10 Norrin_Rrr and display a menu that gather the various item of this category
2008-05-27 00:27:59 prozaq marclaporte: earlier I posted a bug to the tracker item Bugs & Wish list on dev.tikiwiki.org but how do I post to the "All Bugs" section or the "Release 110 taged bugs" ? section
2008-05-27 00:27:38 Norrin_Rrr yes
2008-05-27 00:27:30 marclaporte the goal would be to show a certain module only if current item (page, etc) is in category X ?
2008-05-27 00:26:07 prozaq eek...
2008-05-27 00:25:45 Norrin_Rrr its seems it works for feature enabled on the site but not for category (?)
2008-05-27 00:25:16 Norrin_Rrr yep i have the doc about the menu under my nose but i don't understand the section parameter
2008-05-27 00:24:39 marclaporte hi prozaq
2008-05-27 00:24:24 prozaq marclaporte: hi
2008-05-27 00:24:19 prozaq but Iäm not sure a specific category would fall under that
2008-05-27 00:23:57 prozaq it seems that you can tell a module which "section" it should appear in
2008-05-27 00:22:37 Norrin_Rrr for now 1.9.9 but 1.10 soon i hope :)
2008-05-27 00:21:20 *** marclaporte has joined #tikiwikin
2008-05-27 00:20:45 prozaq which version are you using norrin?
2008-05-27 00:18:38 Norrin_Rrr i am not sure, a module with a menu would be nice
2008-05-27 00:18:08 prozaq a menu item or a module with menus?
2008-05-27 00:17:29 Norrin_Rrr and hello everybody ;)
2008-05-27 00:16:39 Norrin_Rrr Is it possible to show a menu only when a user reach an item belonging to a given category ?
2008-05-27 00:15:24 *** Norrin_Rrr has joined #tikiwikin







Sylvie has recently added some useful code in BRANCH-1-10 so we can use categories as conditions in templates (.tpl)

[http://dev.tikiwiki.org/Hello+World#To_do_something_specific_in_a_template_ex_tiki_tpl_conditional_to_the_current_item_being_in_a_category_Ex_different_header_picture_|related info in Hello World]
tracker item
Mod last files blocks the tikiwiki
When you add the module last_files, the tikiwiki can't be started anymore! Everything is blocked and that is it. The server load goes up to the maximum
tracker item
mod_last_modif_tracker_items doesn't work with mirror tables
When using mod_last_modif_tracker_items on a tracker in mirror tables, then it just shows the item numbers, but not the content of the assigned field.

I looks like that:

1)
2)
3)
4)
tracker item
module google adsense -> module needs to be updated to new google variable names
Google changed their formula. module should now deal with:
google_ad_client = "pub-xxxxxxxx";
google_ad_slot = "02353245";
google_ad_width = 468;
google_ad_height = 15;


While we are playing here, the module should be re-organized and default should be a public service advertisement

Current Adsense module is too complicated to set-up as we can read here:
http://tikiwiki.org/Module+Adsense

There are way too many forum posts for something which should be really simple to set up:
http://tikiwiki.org/tiki-searchindex.php?highlight=adsense&where=forums

So, I suggest:

The public service advertisement should appear instead of the current "You forgot your Google ad_client number !" message. So people would know right away that the connection with Google is OK.

By default, it should be a fairly small ad so it fits nicely in a module.

And if the user is admin level (check for tiki_p_admin), then, add a link to documentation on how to set pub-xxxxxxxxxxxx and others...
http://doc.tikiwiki.org/tiki-index.php?page=Module+adsense

So, if no pub-xxx number is set, use pub-xxxxxxxxxxxx (which provides the public service advertisement) with a warning for admins.

If the admin specifically wants a public service advertisement, he can set the pub number as pub-xxxxxxxxxxxx. In which case, there should not be a warning to admins on how to set.

Finally, if the pub number is set normally (ex.: pub-1234...), no admin warning should appear.
tracker item
mod-adsense should show its error in a module-frame
Bugs & Wish list
tracker item
mod-calendar_new.php module displays strange month view when list view in tiki-calendar.php
Version 2.1 & 2.2

modules/mod-calendar_new.php displays strange month view when selecting LIST VIEW from tiki-calendar.php. The date (numerical) is placed several days backward in regards to day of the week (Monday - Sunday).

Screenshot (sorry so large for clarity):
{img src=show_image.php?name=calendarMODIssue20081023.gif }

This issue appears to be with the month view in mod-calendar_new.php assigned to variable $calendarViewMode. When I select $calendarViewMode='week' this issue does not arise.

I duplicated the function below in lib/calendar/calendarlib.php:

{img src=images/code.png}%%% {CODE()}
if ( $_SESSION['CalendarViewList'] == 'list' ) {
if ( is_array($listtikievents) ) {
foreach ( $listtikievents as $le ) {
if ( is_array($le) ) {
foreach ( $le as $e ) {
$listevents[] = $e;
}
}
}
}
}
{CODE}

I modified it to say:

{img src=images/code.png}%%% {CODE()}
if ( $_SESSION['CalendarViewList'] == 'calendar' ) {
if ( is_array($listtikievents) ) {
foreach ( $listtikievents as $le ) {
if ( is_array($le) ) {
foreach ( $le as $e ) {
$listevents[] = $e;
}
}
}
}
}
{CODE}

This caused it to be "fixed" but it broke in Internet Explorer by showing a full semester view in the calendar. Not so desirable effects. We've since switched to the week view in the mod-calendar_new.php module with no issues.


tracker item
mod-change_category often gives "Notice: Undefined variable: modcatlist [...] on line 72"
Complete error-message is:
''Notice: Undefined variable: modcatlist in /modules/mod-change_category.php on line 72''

Steps to reproduce:

- assign mod-change_category.php to a column
- go to Admin->General or tiki-print.php
- see the error message

Editing my wiki HomePage I even had Tiki dieing completely with errors:

Notice: Undefined variable: modcatlist in /home/amette/public_html/tikiwiki-BRANCH-1-9/modules/mod-change_category.php on line 72

Warning: Cannot modify header information - headers already sent by (output started at /home/amette/public_html/tikiwiki-BRANCH-1-9/modules/mod-change_category.php:72) in /home/amette/public_html/tikiwiki-BRANCH-1-9/tiki-editpage.php on line 775
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
mod-last_modif_tracker_items lists backwards
see it best by:

- make a new tracker
- connect a module to it
- insert an item into the tracker

The module shows:
1)
2) Your item here

Later it is

1) Your item here
2) New item
tracker item
Module 'Since last visit' should not list unpublished articles
tracker item
Module "articles" not filtering for language lang=XX
tracker item
Module "events" breaks themes
Assign the module ''events'' on the left, and you get a weird looking of the left menu, and a disappering content on the right side.
Assign it to the right side results just in wrong textcolors for the left menu.
In both cases the bottom bar will be shown in the menu (on the corresponding side where the events module is assigned).
Tested with all stadard themes, for all the same result.

And it doesn't show a calendar with events, so it's useless at all.

Tested with firefox 2 and 3 under linux.

Btw: Module calendar also shows no calendar, but at least it doesn't break the themes.
tracker item
Module assignment broken
tracker item
Module box toggles, tabbed displays, and WYSIWYG / Normal editor switching seem to be flaky; may be jQuery interaction
My wiki (http://wiki.alphasoftware.com/, on version 4.2) intermittently fails to respond to mouse clicks for module box and menu expand/contract toggles, tab buttons for administration interfaces, the button to toggle between WYSIWYG and Normal editing, and other buttons that invoke JavaScript Ajax actions.

Changing random administrative settings or themes sometimes changes this behavior, but it still seems to come back.

I think it might be a bug, but I might also have some inconsistent settings.

I am willing to upgrade to the trunk build if these are bugs that have already been fixed.
tracker item
module calendar (or calendar new) show two letters and not just one for week days
module calendar is only showing one letter for the week days. However, some languages (such as Catalan, at least) have all week days starting with the same letter, which produces a useless letter on the top (if you take into account whtat it might be showing sunday in the first place instead of monday, which is the first day in the whole spain, Andorra and other Catalan speaking countrees.

example of useless calendar week days:
http://moviments.net

or maybe just add a popup (overlib?) tip with the full name of the week day when the mouse pointer is over the letter?
tracker item
Module category, catId is not outputting the category id in the Custom URL for link parameter
tracker item
Module controls don't work
Clicking on the module controls (up, down, across, remove) does nothing. Also (the easy to fix part), the module flipping icon overlaps the right-hand end of the module control icon.
tracker item
Module editing: Language feature needs extension
tracker item
Module editing: Names that don't make sense
tracker item
module forum_last_topics shows wrong forum name with rigth topics
The module forum_last_topics mixes wrong forum names with rigth topic names.
tracker item
module forums_last_posts doesn't work with flat style forum threads
tracker item
module freetags_morelikethis is not WYSIWYCA
The module freetags_morelikethis shows links a user has no permission to view.

I have to introduce a knowledge management system in our company and am convinced that TikiWiki is the solution to go.

The problem is:
- lots of data is classified (categorized)
- Tags are required to build a network of the knowledge
- the users will not accept a system that leads often to "permission denied"

Without this module being WYSIWYCA I cannot suggest TikiWiki to the management.

tracker item
Module last action lists tiki-index.php after upgrade to 2.4
After upgrading from 1.9.11 to 2.4 the links in last action log are all linking to tiki-index.php.

In the old system everything is working fine.
tracker item
module last_image_galleries and tiki-galleries.php together produce blank page
Using recent 1.10svn, and as user "admin".
Assigning module last_image_galleries to a side column lists the name of the last image gallery created. So far, no problem.
When clicking on image galleries links, a blank page is shown. Either "browse galleries" (tiki-galleries.php ), or "Admin home > Image Galleries" (tiki-admin.php?page=gal), produce the same effect.
tracker item
Module last_modif_pages - new parameter - choose a structure
Say I use 3 structures to hold wiki pages on a site.
The 3 structures are used for very different subjects or interest for users.
I am using the last_modif_pages in the Homepage wiki page, but everything from the 3 structures is mixed.
I would quite like passing the structure Id as a parameter so only its pages would be listed.
I would then probably use 2 or 3 times the module in the homepage, one for each structure, so that I could show modified pages in distinct areas of the homepage.
tracker item
Module last_modif_tracker_items is missing
tracker item
module last_tracker_items broken here in dev.tw.o/your+wish+has+been+cast
there seems to be a bug around module last_tracker_items , here in dev.tw.o
To reproduce: submit a bug report through:
http://dev.tikiwiki.org/Report+a+Bug

once submitted, you are redirected to:
http://dev.tikiwiki.org/your+wish+has+been+cast

but there is no item shown in the box
^ __Last Items__
^

The item, however, has been successfully created at the tracker.
tracker item
Module loadstats doesn't work when positioned bottom
tracker item
module logged_users not accurately reporting number of users logged in.
I don't know if this is a true bug or not because it depends on the intended functionality of the module "logged_users". I assume that it is supposed to show the total number of users currently logged in. However, it does not seem to exhibit this behaviour. It actually shows the number of users that have logged in but, if a user subsequently logs out they are not removed from the total. In effect it gives you a cumulative total of users logged in since the module was activated. Perhaps this is the intention of the module but I doubt it.

I'm wondering if this is a permissions issue and that is why the count is not getting updated. perhaps users of certain groups do not affect the total? I mention this because I have been playing around with permissions but I don't know if it's relevant or not.

I'm using version 1.9.11 of Tiki.
tracker item
Module login_box does not use localization
tracker item
Module menupage not showing page content but just title "..." and no content inside
Module menupage not working for me.

I've assigned the module menupage to registered and anonymous. and added the param

page=>LeftMenu

And this is the page feeding the menupage module:
http://www.wiki-translation.com/LeftMenu

BTW, some basic info is missing at http://doc.tikiwiki.org/Module+menupage
(or elsewhere at tw.o domains, afaik)
tracker item
Module months_links (blog or cms archive) can't display more than 12 months
tracker item
Module multilike can’t be used for anonymous (even if required permission is enabled)
tracker item
Module my_ledger (CC Mod) not showing balance if using param float=>right
Using CC Mod [http://cc.tikiwiki.org/Mod+Community+Currencies] on a 1.10cvs from mid june 2007:

Here: http://www.moviments.net/intercanvis/Moneda+social

I'm using this code:
{CODE()}
{MODULE(module=>my_ledger,float=>right,decorations=>y,flip=>y,max=>10,np=>0)}{MODULE}
{CODE}

However, a user with trasnaction, is showing nothing in the module.

However, if the same user goes to: [http://www.moviments.net/intercanvis/cc.php?page=ledgers&my=1] , then some balance is shown.

It looks that there some bug at my_ledger module
---
updated: the problem seems to be with the float param.
By the way, the call to module plugin was made inside a third column of a split plugin.
tracker item
Module order gets reset to 1 on save
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
Module user list: confusing module parameter description
tracker item
Module user_bookmarks fails to execute
tracker item
module users_rank has a link to list users even when feature is off
obs: waiting for cvs to unlock to commit
tracker item
Module visability, Setting Category doesn't work for categories with multiple words and spaces
tracker item
Module windowshading/flipping not working
In recent trunk installs, no module windowshading/flipping icons appear. I noticed a new check for a javascript pref in module.tpl. Is there an admin option for this?
tracker item
Module: since_last_visit_new does not allow setting of the title
The module mod-since_last_visit_new.php does not currently check to see if a parameter has been set to set the title. As a result, the current code always displays "Since your last visit...".

The desired effect is to allow an authorized user to set the module title using the 'title=my custom title' parameter.
tracker item
Module<=>Group assignement has no effect
I assigned a user module "My Module" to the group "Anonymous"

'display modules to all groups always' = off

anyway my Module is presented to any group.

Any Ideas?
tracker item
Modules do not work when called from within wiki pages
Using Release 3.3

I get the following message while trying to embed any module into the body of a wiki page:

An error occured in a database query!

Context:
File tiki-editpage.php
Url tiki-editpage.php?page=sandbox
Query:
INSERT INTO tiki_plugin_security (fingerprint, status, added_by, last_objectType, last_objectId) VALUES(?, ?, ?, ?, ?)
Values:
0 module-81051bcc2cf1bedf378224b0a93e2877-f8f6beaaede11aa9a40d17002adee815-200000-107000
1 pending
2 admin
3 wiki page
4 sandbox
Message:

Built query was probably:
INSERT INTO tiki_plugin_security (fingerprint, status, added_by, last_objectType, last_objectId) VALUES('module-81051bcc2cf1bedf378224b0a93e2877-f8f6beaaede11aa9a40d17002adee815-200000-107000', 'pending', 'admin', 'wiki page', 'sandbox')
tracker item
Modules in wikitext lost their flip icon
In trunk, I noticed around r22263 so was some time shortly before this revison that modules in trunk don't have the module-flip icon. I don't think there's been a change in module.tpl, so somewhere else the function to enable it has changed, apparently.
tracker item
Modules style is incorrect CSS class name
Every module is within a div.box that includes the module name,
e.g.
div class="box login_box"
and
div class="box My User Module Name"

But I don't think spaces work in CSS, so I'd say this is a bug.

Additionally, it seems this div that frames every module has no tepmplate file (that I could find). If it is hardcoded (i.e. .php), it should be made a template (.tpl).
tracker item
Modules, Multilingual; Switch language admin shouldn't be available if Multilingual is not enable (like regular switch language)
tracker item
Modules, Security; There is (now) a security error when using the plugin LIST in a custom module
tracker item
Modules, Since last visit: Usable information should be displayed in the module even if the first line of a comment is an emoji or a quote
tracker item
#2115
Bugs & Wish list
tracker item
Modules: if a feature is turned off, it should be hidden or somehow filtered + other ideas
Tiki 1.9.8 ships with 94 modules. (excellent)


Need a "module manager"

Module should come with a screenshot or preview.

A page listing all modules with descriptions and parameters- grouped by feature.


currently, the "user modules" and "assigned modules" titles are very non-intuitive. Should say "custom modules" and "active modules"




However, all modules are listed at all times. Module listing should check for features which are activated. It would be easier on new Tiki admins. For example, if articles are deactivated, don't show me last_articles in tiki-admin_modules.php



Admin modules does not display titles of available modules or provide easy method for selecting unused modules, such as with a listbox. The missing information is not available unless a Tiki admin has system admin permissions.



Also, all possible parameters for the current module should be listed (or picked from a drop-down)
See:
[http://doc.tikiwiki.org/Module]



Related:
Plugins admin interface
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=502
tracker item
MySQL syntax error when trying to admin_modules.
Hello, I have been receiving this error ever since I upgraded to 2.0 (I have since upgraded to 2.1 and then 2.2). When I click on admin_modules, I receive this MySQL error message. I have not found any workaround.

I did a clean install and clean database install and was unable to admin_modules there either.
MySQL version 4.0.18 local on a Suse OES 1 box. TikiWiki 2.2, started occuring in 2.0.

{img src=show_image.php?id=61}



Please help! Thanks! Russ
tracker item
natokpe
tracker item
Need a way to omit MINOR edits from last_modif_pages module
The __last_modif_pages__ module has a __minor__ parameter which is supposed to be able to permit/omit wiki pages that were last saved with the __Minor Edit__ option from appearing in the list of last changes.
*minor=y (default) -- Show Minor Edit pages in the list
*minor=n -- Do ''not'' show Minor Edit pages

However, this option does not appear to work (in 2.x).

There is nothing in the wiki page history or action log that identifies a wiki page as having been saved as a __Minor Edit__.
tracker item
Needed for Tiki 26: Color mode switch module
tracker item
Never show two login boxes
If I have a login box module, and I visit tiki-login_scr.php, I get two places to login

Same thing with error pages which offer to login.
tracker item
new img gal counted also as new file gal at module since_last_visit_new
When a new image gallery is created, since_last_visit_new shows as if there was a creation of both an image gal (which is true) and also a file gal with the same name (which is false -> Bug)


related to tracker #126
it was not fixed even in 1.9 ....
now fixed in 1.9 cvs don't know about 1.8 ...
ML: no need to worry about 1.8
tracker item
New module: search page name, search text, edit page
In the early days of TikiWiki, we used a bunch of modules (last_modified_wiki_pages, last_articles, Last this, Last that, etc.) to show recent changes to visitors. We ended up with many modules and it was cluttered.

All this became a lot better once the "Since your last visit" module came around to adding all the features. As a bonus, it checks permissions and shows the information since the user's last login. Very sweet.

Now, I am hoping to get to the same result for the many edit/input boxes.

In version 3.0, the quick_edit module checks (with Ajax) for names of existing wiki pages to edit. This avoids duplication. Great stuff. Wikipedia does something similar when you are searching for a page name.


I almost always have the search box on.

However, I also add "search page name" because the general search engine may not return the page I am looking for as the search result.

Here is an idea:

A new module which combines three modules:
search_wiki_page
search_new
quick_edit

See top right of http://moinmo.in/ for an example.

The action buttons are grayed out until text is entered in the text box. -> Very nice


Button should be WYSIWYCA


See top-right search box at:
http://www.ohloh.net/projects/tikiwiki
http://www.wikicreole.org/



__Alternatively, we could combine search page name and search text, and in the search results, we would first show pages names, and then, search text. This involves more work, but could be better for the end user UI.__

^I think the existing layout for the search top right in TW is fundamentally good. A text box, then a drop-down then a button. Why because the drop down is more future proof than any of the layouts from the other sites you reference.

If we make the contents of the drop down easy to customise or at the very least document how to add to it. For example the CRM function could add items to the drop down for "Contacts" and "Accounts", webmail could add "Mail Messages" and so on.

I do agree the wikipage create/edit module should be included in the top right search function.

I think this is an example of where considering the future openness of the solution would be very important - MatWho^

{THUMB(id=98)}{THUMB}
tracker item
New permission to administer modules (tiki_p_admin_modules)
To let Editors administer part of the site without making them full Admins (tiki_p_admin)
tracker item
Newest Tracker Comments module gets lost with page filter
tracker item
No Section in Module Visibility Assignments
tracker item
No system menu accessable admin page for "Featured Links" feature
tracker item
No way to move or delete an assigned module
tracker item
not possible to ADD new task into user tasks in user-task module
if you enable user-task module and you are on URL with some querty, like http://server/tiki-index.php?page=xxxxx and you try to add new user taks, you will get errror

because the string which is created as action for form submit is wring
tracker item
Not possible to set a different module than the first one with the MODULE plugin
tracker item
On some pages modules are unassignable, though they shouldn't be - or they just give errors
The X-Button in the title-bar of modules has following behaviour, when the module in question is set to "Assigned now, can't be unassigned":

- While in MyTiki -> Preferences: can't be unassigned, everything ok (sometimes gives an error-message)
- While on HomePage -> Module can be unassigned
- While on another Wiki-Page -> "Page not found - you want to create it?"
- While in Trackers -> Invalid variable value : trackerId = 1?mc_unassign="module-name-here"
- While in workflow -> Module can be unassigned
tracker item
Parameter nobox=y is not working anymore for the module forums_last_posts
tracker item
Parameters mouseover in login module (switch user): is this intentional?
not intuitive for new users:
{THUMB(id=34)/}

dthacker: I'm not seeing this as of SVN on 2008/04/01. Please retest in IE on current version.
tracker item
Performance Problem with structure menu
tracker item
perspectives module doesn't show up anymore even if defined in the profile as in TikiFestBarcelona
after installation of the learning_center profile, on top of a bare-bones instalation, the perspective module is not shown nowadays, but it did while in ((tw:TikiFestBarcelona))

and looking at the edit module interface, it says: "perspective (param): Only display the module if in one of the listed perspectives. Semi-colon separated."
and that param is empty by default

I do that logged as admin, and just in case, included the registered group into the admin group.

And deleted tiki caches several times just in case
No change.

I can't continue with that profile
tracker item
perspectives module doesn't show up anymore even if defined in the profile as in TikiFestBarcelona
after installation of the learning_center profile, on top of a bare-bones instalation, the perspective module is not shown nowadays, but it did while in ((tw:TikiFestBarcelona))

and looking at the edit module interface, it says: "perspective (param): Only display the module if in one of the listed perspectives. Semi-colon separated."
and that param is empty by default

I do that logged as admin, and just in case, included the registered group into the admin group.

And deleted tiki caches several times just in case
No change.

I can't continue with that profile
tracker item
plugin rcontent causes WSOD
placing {rcontent id=1} into an assigned module causes WSOD.

this was a big problem for me on upgrade, because I had rcontent in my 2.x installation, upgrade to 3.1 gave me WSOD. Lack of access (because of WSOD) made fixing the problem much more difficult for me, as an end-user.

According to luciash in chat:
seems conflict between plugin {RCONTENT() /} and {rcontent} wiki syntax to me, because recently the syntax was made more universal and plugins can be called using lowercase {pluginname} syntax too




note, sorry if this posts twice...
tracker item
PluginModule interface Crash on Custom Module Insert
tracker item
Polls can be seen by anonymous even though they are not allowed to vote.
Anonymous users can see can view polls even though they don't have tiki_p_vote_poll

These files need to be checked:
tiki-old_polls.php
tiki-poll_results.php
tiki-poll_form.php

Setting that anon can vote in polls needs to be cheked too.
tiki-admin.php?page=polls

Sorry not to have a clearer bug report. Short version is that permissions for polls don't work as expected in 1.9.0

Please also see tracker #278
tracker item
Quick Edit module should detect and warn about special characters in page names
Sometimes, we end up with some strange characters in pages names (accents, punctuation, etc). While it generally works, people should keep URLs with simple characters (like in emails) for nice readable URLS.

For example:
((I know this is all wrong, but fear it might be right - Alain Désilets))
tracker item
Random Poll with {poll} in user module not working
When i try to add{CODE(wrap="0",ishtml="0",ln="0",wiki="0",rtl="0",cpy="0")} {poll}{CODE} without id= to a user module in order to display random active polls (which i have previously created, activated and checked countless times) i get the following error when i edit the user module again. Using ckeditor, the sourcecode still shows {CODE(wrap="0",ishtml="0",ln="0",wiki="0",rtl="0",cpy="0")}{poll}. {poll id=n} {CODE}is working as it should.
{CODE(wrap="0",ishtml="0",ln="0",wiki="0",rtl="0",cpy="0")}
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


http://tiki.org"(external link) />

FehlerFehler


missing poll ID for plugin POLL


Close Window

{CODE}
// Removed some empty lines from the code view
tracker item
ranking shows twice in top users module
After updating to 2.0, the user ranking in the top users module shows twice:

1. 1) 12 daveoffutt
2. 2) 5 Patrick.Huetten
3. 3) 4 gern22000
4. 4) 3 Bill Herbert
5. 5) 1 FrostedGlass

tw site: http://list.vic-fontaine.com/
test user / password: smarty
tracker item
ranklib->forums_ranking_last_posts, used in Top topics module, returns incomplete names and results
~np~Since r20568, ranklib->forums_ranking_last_posts() returns incomplete names in ["data"]. The first part of the name should be the forum's name, but $res['name'] is null.
So in Top topics module, instead of
1. Probo: Essai bug
2. Probo & Probi: Probo & topic
3. Probo: tes

I'm getting just
1. : Essai bug
2. : Probo & topic
3. : tes

I'm also getting
ERROR (E_WARNING):
File: lib/core/lib/Perms.php
Line: 187
Type: Missing argument 5 for Perms::filter(), called in /var/www/tiki/trunk/lib/rankings/ranklib.php on line 158 and defined

and, as anonymous, no results (thanks chibaguy).
tracker item
ranklib->forums_ranking_last_topics() broken (forums_last_posts)
ranklib->forums_ranking_last_topics() was deprecated in favor of forums_ranking_last_posts($limit, true)

The only problem being that forums_ranking_last_posts ignores its second argument. I guess mod-forums_last_posts's topics parameter is not working great.
tracker item
ranklib->forums_ranking_most_read_topics() ignores second argument (forumId). forums_most_read_topic
forums_most_read_topics is declared as
function forums_ranking_most_read_topics($limit, $forumId='')

This was changed to
function forums_ranking_most_read_topics($limit)
in r20575. The second argument is now ignored.

This obviously breaks callers using the second argument, such as mod-forums_most_read_topics when using the forumId parameter.

Once this is fixed, mod-func-forums_most_read_topics.php should be fixed.
tracker item
Referencing a category as an object in the categories module in a wiki page template during profile creation
tracker item
Related Content Item ignores security grouping
tracker item
RSS Feed module show wrong message (and doesn’t refresh as it claim)
tracker item
RSS feed order changed between version 2 and 3
{img src=images/code.png}%%% {CODE()}
{rss id=7, max=5}
{CODE}

Should show 5 most recent news items from RSS#7, like on info.tikiwiki.org and not like:
{rss id=7, max=5}
tracker item
RSS lib not parsing links in description
It seems that if links are in the <description> tag of an RSS2 xml. With Firefox (or equiv) see http://scourgeweb.org/svnlogs/log2-rss.xml for an example of how it should render.

It does not render correctly in the RSS user module. The link URLS are broken and don't include the <a href="domain.tld/path"> only the link description of the path is displayed.
tracker item
Saving modules cause SQL errors
Edit and save a module.



System error.

The following error message was returned:

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 'UPDATE `tiki_modules` SET `ord`=2, `position`='l' WHERE `moduleId`=16;UPDATE `ti' at line 1
The query was:

UPDATE `tiki_modules` SET `ord`=?, `position`=? WHERE `moduleId`=?;UPDATE `tiki_modules` SET `ord`=?, `position`=? WHERE `moduleId`=?;UPDATE `tiki_modules` SET `ord`=?, `position`=? WHERE `moduleId`=?;UPDATE `tiki_modules` SET `ord`=?, `position`=? WHERE `moduleId`=?;UPDATE `tiki_modules` SET `ord`=?, `position`=? WHERE `moduleId`=?;UPDATE `tiki_modules` SET `ord`=?, `position`=? WHERE `moduleId`=?;UPDATE `tiki_modules` SET `ord`=?, `position`=? WHERE `moduleId`=?;UPDATE `tiki_modules` SET `ord`=?, `position`=? WHERE `moduleId`=?;UPDATE `tiki_modules` SET `ord`=?, `position`=? WHERE `moduleId`=?;UPDATE `tiki_modules` SET `ord`=?, `position`=? WHERE `moduleId`=?;UPDATE `tiki_modules` SET `ord`=?, `position`=? WHERE `moduleId`=?;UPDATE `tiki_modules` SET `ord`=?, `position`=? WHERE `moduleId`=?;
Values:

4
t
28
2
l
16
3
l
20
4
l
2
1
r
21
2
r
22
3
r
9
4
r
10
5
r
5
6
r
8
1
b
29
2
b
30
The built query was likely:

UPDATE `tiki_modules` SET `ord`='4', `position`='t' WHERE `moduleId`='28';UPDATE `tiki_modules` SET `ord`='2', `position`='l' WHERE `moduleId`='16';UPDATE `tiki_modules` SET `ord`='3', `position`='l' WHERE `moduleId`='20';UPDATE `tiki_modules` SET `ord`='4', `position`='l' WHERE `moduleId`='2';UPDATE `tiki_modules` SET `ord`='1', `position`='r' WHERE `moduleId`='21';UPDATE `tiki_modules` SET `ord`='2', `position`='r' WHERE `moduleId`='22';UPDATE `tiki_modules` SET `ord`='3', `position`='r' WHERE `moduleId`='9';UPDATE `tiki_modules` SET `ord`='4', `position`='r' WHERE `moduleId`='10';UPDATE `tiki_modules` SET `ord`='5', `position`='r' WHERE `moduleId`='5';UPDATE `tiki_modules` SET `ord`='6', `position`='r' WHERE `moduleId`='8';UPDATE `tiki_modules` SET `ord`='1', `position`='b' WHERE `moduleId`='29';UPDATE `tiki_modules` SET `ord`='2', `position`='b' WHERE `moduleId`='30';
Things to check:

Is your database up and running?
Is your database corrupt? Please see how to repair your database
Are your database credentials accurate? (username, database name, etc in db/local.php)
Did you complete the Tiki Installer?
Please see the documentation for more information.
tracker item
Search box obscured, user name invisible
See http://screencast.com/t/XEJzwKo97k

I am using the 7.x head build. I know the tradeoffs versus using a stable build. I can't go back, though.

#The new, improved search box is partially hidden by the right-hand column of modules.
#The user login name is invisible.

My current site theme is jqui. I have tried other themes, but each one seems to have a different problem.

While these are not breaking problems, they affect the usability of my site, and I am willing to pay a consultant to help me fix them.
tracker item
Secure login post-login redirection to standard HTTP broken/unclear
Affected: v1.9.0, CVS as of Thu May 5 16:22:27 UTC 2005

When selecting secure login, user is properly directed to HTTPS server defined in configuration, however after logging in user is directed to HTTP server defined in configuration, but using URL prefix from HTTPS server. Example:

HTTP server name: amix.failsure.net
HTTP port: 80
HTTP URL prefix: /
HTTPS server name: failsure.net
HTTPS port: 443
HTTPS URL prefix: /amix/

Select secure login, redirects to -> https://failsure.net/amix/
Login successfully...
Redirected to standard HTTP, bad address -> http://amix.failsure.net/amix/
Intended to be http://amix.failsure.net/

If this is not a bug, it is not clear to me how the above configuration section is intended to be used. Checked with Firefox and Mozilla on Linux, IE6 in Windows.
tracker item
Security issue in a module
In the hands of the security team.

Reported by Gerasan.
tracker item
Semantic links module: option not to show alias + if no results, hide module completely
Aliases of the same page are not very interesting, because it's link to self.

But antonyms, related, etc would be nice.


tracker item
Shared User tasks
I have encountered many problems with this feature when activating on dev.tikiwiki.org

A- The site becomes very slow...

B- ((TaskModuleTest)) page is almost totally blank.

C- Should there not be a feature setting for all of this?
tracker item
ShowCaseSupport@projectashenfire.org
tracker item
Since last visit, Comments; When a comment start with a module (like quote) the since last visit module should be able to display something
tracker item
Since Your Last Visit Module doesnt like gallery comments
I get the following error after entering a comment into an image gallery if I am using the Since Last Visit module:
Undefined index: list in /modules/mod-since_last_visit_new.php on line 87

this also seems to interfere with other parts of TW such as editing pages, etc...

OC
tracker item
Since Your Last Visit wants to show changes from months ago
tracker item
since_last_visit module should list calendar too
new or modified calendar items...
tracker item
since_last_visit on doc.tw.o doesn't link to individual new files but to their gallery
At doc.tw.o I just saw, at the since_last_visit_module, among many other infos, some report of new files being added, like:

# Batch Category Creation - Figure 3 (Batch Category Creation - Figure 3.PNG)
# Batch Category Creation - Figure 1.PNG (Batch Category Creation - Figure 1.PNG)
# Batch Category Creation - Figure 2.PNG (Batch Category Creation - Figure 2.PNG)
# Batch Category Creation - Figure 3.PNG (Batch Category Creation - Figure 3.PNG)

However, those files all link to the same url, which is the gallery url,
http://doc.tikiwiki.org/tiki-list_file_gallery.php?galleryId=2

and not their single url's.
Example:
http://doc.tikiwiki.org/tiki-download_file.php?fileId=126&preview
----

UPDATE: was that an intentional move? I still consider that the former (1.x?) behavior was better from the point of view of usability. {sign user="xavi" datetime="2013-11-17T09:49:01+00:00"}

---
tracker item
since_last_visit_new module links to new users in not WYSIWYCA
New users are linking to:

tiki-assignuser.php?assign_user=


It should be:

tiki-user_information.php?view_user=

for users that don't have tiki_p_admin_users
tracker item
Since_last_visit_new should display only one item of the same thing
tracker item
SLIDER plugin does not work when placed in a module zone (such as PAGETOP) via MENUPAGE
tracker item
Some formatting for the calendar has been lost
tracker item
Switch lang module for anonymous yields blank page + critical error with registered
on 1.9.cvs
See it in here: http://www.moviments.net/valldelcorb
Try changing language as anonymous from default (catalan) to Spanish, for instance. a blank page is shown.

If you do the same as registered, the interface is changed to Spanish, as expected, and as it happenened always with previous versions of Tiki.
(That happened with empty wiki homepage).

-----

However, I tried today (homepage had some articles through article plugin) as registered (user with admin rights), from this page:
http://www.moviments.net/valldelcorb/tiki-index.php

and I got:
^Warning: preg_replace() [function.preg-replace]: Unknown modifier 'd' in /home/httpd/tiki19/tiki-switch_lang.php on line 47

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/tiki19/tiki-switch_lang.php:47) in /home/httpd/tiki19/tiki-switch_lang.php on line 70
^
plus a blank page.

???
tracker item
#2012
Bugs & Wish list
tracker item
System error adding Module: Calendar
Admin->Modules->
Assign New Module, select calendar from dropdown:

Preview-> works ok, shows calendar
Assign-> returns System error page:

System error

The following error message was returned:

Column 'params' cannot be null

The query was:
insert into `tiki_modules`(`name`,`title`,`position`,`ord`,`cache_time`,`rows`,`groups`,`params`,`type`) values(?,?,?,?,?,?,?,?,?)

Values:

1. calendar_new
2.
3. l
4. 1
5. 0
6. 10
7. a:1:{i:0;s:10:"Registered";}
8.
9.

The built query was likely:
insert into `tiki_modules`(`name`,`title`,`position`,`ord`,`cache_time`,`rows`,`groups`,`params`,`type`) values('calendar_new','','l','1','0','10','a:1:{i:0;s:10:\"Registered\";}',NULL,NULL)

tracker item
System Errors when removing Module from Right Column
tracker item
t.o (13.x) months_links module error: invalid variable value: $_GET["blogId"] = 2,29,26
tracker item
Tags from blogs can't be searched
When creating a page, include quick tags in the Folksonomy Tags box. They show up in the Most popular tags module, but when clicked on in the cloud none of the tags entered on a Blog page can be found. Tags from gallery and wiki pages are found and listed, but nothing from any Blog page.

This is consistent across three Tikiwiki sites. Although they are all hosted on the same server.

Have tried it with Linux & Windows, Firefox, IE, Opera & W3M.

Tiki version: 3.1
PHP Version: 5.2.9
Apache version: 2.2.13 (Unix)
MySQL version: 4.1.22-standard

tracker item
The ">" character is double-parsed in "Multiple new comments, including" of SYLV module
tracker item
The ability to import GEDCON files from Geneology individuals.
There already is a Wiki that imports GEDCON files into the website.
Since this is open source - could this also be added to Tiki please.
tracker item
The Aplication menu don´t open when i click over the folder
The aplication menu don´t open when i click the folder.
See at the image in the red circle

{img src= width= height= align= desc= link= }
tracker item
tiki_p_configure_modules (MyTiki Modules)
Load tiki-objectpermissions.php .... select only the "User" feature .... noting that "Show permissions for disabled features" is UNchecked .... tiki_p_configure_module does NOT appear UNLESS "Show permissions for disabled features" IS checked.

I think this points to something wrong; I don't know for sure about that; but I do know that tiki-user_assigned_modules.php dies with "You do not have permission to use this feature" apparently due to IT being unable to verify tiki_p_configure_modules which is in fact set for Registered+ groups.

<chealer> yohomer: it does appear if the options are checked in the module administration page...but this stuff is broken

<yohomer> thank you for the note .... my testimony above had "Users can configure modules" checked (sets user_assigned_modules) .... but not "Show module controls" (feature_modulecontrols)

also, with this configuration, "Modules" does appear in the MyTiki menu, but not in tiki-my_tiki.php

selecting the menu option (loading tiki-user_assigned_modules.php) dies with the error above.

Setting feature_modulecontrols ("Show module controls") enables the MyTiki Menus; but this should not be a requirement. It does help to point to the real problem. (I hope)

Best Wishes, and Thank You.

If I can be of any further assistance, please do not hesitate to contact me.



tracker item
tiki_sessions lacks most visitors (affects who_is_there, last_visitors, online_users, logged_users)
tiki_sessions doesn't keep track of most users/visitors since Tiki 3 (was working in Tiki 2). This impacts only modules, AFAIK: who_is_there, last_visitors, online_users and logged_users.
The modules show only the logged in users who are also looking at other users. So you'll see other users of mod-online_users, but not users which use none of these modules. This is actually a tiki-setup bug introduced in r15587. As the log message reads,
"update 'tiki_sessions' table only when one of the related functions is called, not anymore all the time"
This does improve performance, the "only" problem is that tiki_sessions then doesn't track new logins, except via a few tikilib functions which call update_session().
tracker item
Tiki7: custom modules with a space in the page name: problems
It should work well with spaces, or spaces should be disallowed...
tracker item
TikiWiki 2.0: Suppressing Whitespace Above Module
I have a module that I am trying to reference from the left column of my Wiki pages. It displays fine, but there is far too much whitespace above the image, as it seems that a title is required. When I enter " " for the title, I get whitespace. When I leave this blank, I get "..." What I want is just to display the module (i.e., an image), without any whitespace surrounding it.

Any recommendations?
notitle in the module params?
http://doc.tikiwiki.org/tiki-index.php?page=Module Admin

tracker item
Tikiwiki mailin is broken in 1.8.5; patches are simple, and attached
In 1.8.5, the mailin feature doesn't work properly. It may work for some combination of mail systems, but not for others. And it does not properly handle multiple mailed-in messages when a page load is attempted.

Specifically, some combination of mail client and mail server caused the email address extraction to leave a newline on the end, which should be trimmed.

Also, in determining the type of message, a case-sensitive string comparison is done against "text/html", which won't match for upper or mixed-case.

Finally, there's a bug (probably a minor design flaw) in the way the histlib object is created in lib/tikilib.php, such that if the code is executed twice in the same session, it will fail the second time because the $histlib object isn't created.

Last but not least, after parsing the message, if there are no parts found, the loop that attempts to process them assumes that $output->parts exists, which it may not.
tracker item
Title parameter for modules not working
It ''should work''

{img src=images/code.png}%%% {CODE()}
title
To override the title of a menu, add title=Menu. If you have a space in your title, use: ''title="Developer Menu"
{CODE}
http://doc.tikiwiki.org/Module+admin
tracker item
top bar and similar Modules going full width causing visual disruption
tracker item
Topbar Navbar modules; Changes from Tiki24 and inconsistency between RTL and LTR
tracker item
TW RSS module does not like port numbers in feed address
Configuring an RSS 2.0 feed from an address such as

http://techiem2.no-ip.com:444/feeds/index.rss2

does not seem to work (even though the feed was otherwise valid) and results in error

Undefined offset: 0 in tiki-admin_rssmodules.php on line 37

this was tested in TW version 1.9.0, 1.9.1, and 1.9.2

tracker item
Undefined index on last_modif_tracker_items module
{img src=images/code.png}%%% {CODE()}
Notice: Undefined index: name in modules/mod-last_modif_tracker_items.php on line 15
{CODE}


Happens, on a clean install, when activating module, without setting parameter (or is it because lack of data?)
tracker item
Module upcoming_events ignores date format parameter
tracker item
upcoming_events module: only remove event when the event is over
Bugs & Wish list
tracker item
Updated items should have permissions checking
The last updated pages mod shows pages that the user does not have a right to view. This is a bug and could be serious security. The code should only show pages that the user has a right to view.
tracker item
User assigned modules - icons in module title do not work
If you enable Users can Configure Modules they can do this from the page under MyTiki. But the icon to switch sides, in the title of each module, does not work. Also, the delete red cross, shows a cofirmation dialog box, but does not actually delete the module.
tracker item
User Menu doesn't appear after upgrade from 1.8 to 1.9
In version 1.8 and below [http://tikiwiki.org/tiki-index.php?page=UserMenu|UserMenu] was always displayed for logged in user on the bottom of the Menu section. After upgrade to version 1.9.3 and 1.9.4, UserMenu does not appear on the page.

The problem is in the __mnu_application_menu__ module. It is no longer display the "User Menu". This module is preferrable to alternative application_menu, because it does hide the menu item, if current user has no rights to it.
tracker item
User Menu hidden when displayed in modules
User menus with children (below section level 0) doesn't display. Clicking the expand arrow opens a box behind the assigned module so only a very small piece is seen.


tracker item
User modules don't display menus
I upgraded a TW 1.9.1 installation to 2.3 (I did an upgrade from 1.9.1 to 1.9.11 first, and then immediately did the upgrade to 2.3).

After the upgrade completed successfully, I noticed that the user modules I had were empty. I could see the title and the box, but no content (which were user menus).

To make a long story short, I found that the problem was the templates/tiki-user_menu.tpl template was not rendering anything. I noticed that there was also a tiki-usermenu.tpl template that rendered a list of menus for the admin pages. I tried renaming the tiki-user_menu.tpl file to tiki-user_menu2.tpl and changing line 34 of the lib/smarty_tiki/function.menu.php file to:

$tpl = 'tiki-user_menu2.tpl';

That fixed the problem.

Maybe there's some sort of name collision with tiki-usermenu.tpl when Smarty tries rendering tiki-user_menu.tpl. I didn't see any PHP errors when it wasn't working. Yes, I did try clearing TikiWiki's caches and the browser's cache and it didn't work.
tracker item
User Task
The User Task System is working fine but.. the tasks are not shown in the module..
tracker item
user_tasks module is broken (does not show the tasks)
The User-Task-System is working fine but the tasks are not shown in the module. By clicking preview in admin-modules the tasks are shown both in the module-preview and in the module itself. This bug appeared both with updating tw from 1.9.4 to 1.9.7 to 1.9.10. and with a clean 1.10 installation.
tracker item
Visibilty -> section does not works for "wiki page"
tracker item
When I'm logged on this dev.tikiwiki.org site, the login box disappears.
This is the only wiki site on which I can see this problem... When I look in MyTiki->Modules I can see the login box between "Last changes" and "who's there" on the right column, but there is no box at all visible there. When I log out I can see it again (but I need to log out by editing the url of my browser to point on tiki-logout.php. Is anyone seeing the same behavior on this site or is it just me ? (Might be some personal configuration problems, but I can't track it down).

I changed my CSS to see if it solved anything, but the moreneat, mose and cinq styles behave all the same, I didn't try any others.

Just curious to see if anyone else experiences this odd anomally ...
tracker item
Wiki parse is broken in custom modules
tracker item
Header navbar, Module menu; The navbar positioning is not good (broken for mobile device)
tracker item
Modules, "advanced parameters" interaction need clarification
tracker item
Categories are not displayed in the modules categories if hideEmpty is set to yes and categories object count is turned off and
tracker item
Freetags, Modules, SEFurl; action_similarcontent display broken links for tracker items
tracker item
Workspaces: add to main Tiki code base
Please see ((workspace roadmap))
tracker item
WYSIWYCA needed for since_last_visit_new module
It is currently possible to see links to tracker items we are not supposed to see. (clicking gives error message)
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