Loading...
 

Category: Category

Category
Show subcategories objects

Name Type
_categorized-Permissions cannot be assigned when upgrading from 1.9 to 1.10 - cache problem
After upgrading from 1.9 to 1.10 the permissions

"tiki_p_view_categorized" and "tiki_p_edit_categorized"

on the page

tiki-categpermissions.php?categId=

will not appear in the dropdown just below "Assign permissions".

Consequently, it is not possible to assign this permissions,

This problem disappears after emptying ./temp/cache/ directory.
tracker item
"Mandatory category in the categ. tree" nullifies category list in wiki edit page
When I select "Admin > Wiki > Mandatory category in the category tree", the list of categories while editting a wiki page is blank, or it says no category is defined. However, if you click on "admin categories", they are defined indeed.

When you unselect this check box, and clean caches, categ. list is working fine again.

This is not a theme specific issue (reproduced with geo.css, tikineat.css, lesjetesdelencre.css, ...)

----
update: sylvieg fixed that months ago, I think. (thanks sylvie)
tracker item
Koichi
Contributors
tracker item
Caldrac
Contributors
tracker item
philippeback
Contributors
tracker item
TikiWiki 2.0: Categories Page Cannot be Found?
I have a very strange experience today. I tried to access the "Categories" page from three separate browsers: Google Chrome 0.2, Internet Explorer 7, and Firefox 3.0.3. I receive a "cannot be displayed" in all three browsers, even though (a) the relevant file (/tiki-admin_categories.php) is on the server, in the correct location (i.e., the root directory), and (b) has not been changed since I loaded TikiWiki onto the server, so there would not be any custom code that causes interference with the base functionality.

In Firefox, the browser attempts to download the tiki-admin_categories.php file as if it is an external object, eg a PDF.

Can anyone shed some light on how I might go about resolving this issue? It is a very strange one!
tracker item
3.0 bug: problem with categorize.tpl affects number of categories shown and use in Structures
The new 3.0 release of categorize.tpl doesn't show all the available categories to a user when a hierarchy of categories is used if the user is not in the 'top' category.

There are also problems with the use of categorisation in the Structures admin screen where categorisation of all the wiki pages in the Structure does not show the changes after submitting the request - although the changes are made.

No longer relevant
tracker item
thess
Contributors
tracker item
Cyril
Contributors
tracker item
Categories permission assign to groups doesn't work
I need to set three group of user.
Each user is member of only one group.
Each group should not have access to other groups contribution

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

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

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

Really need help !!
tracker item
Set perspective according to current content's category.
It would be nice to be able to select a perspective depending on the current content's categories and their respective jails.

I have made a hack that achieves this, but it would be nice to have it implemented as a feature. I described my hack and included the code here:

https://dev.tiki.org/lookup+perspective+according+to+category+IDs

tracker item
Feature Areas
Hi,

I have the idea for a new feature or better to say a major extension of the use of existing features.

Areas would be related with the usability of the Website, where you can assigne content to certain perspectives in a way, that a link to this content will guide you sametime aswell to the content as to the related perspective.

Anonymous users (and registered) would find the content in the context of menus and modules, the webdeveloper decides.

I see "Areas" Important for certain usecases, it could be built with up mainly with existing features - only few code should be necessary.

See more description on http:dev.tiki.org/Areas

Cheers
Torsten
tracker item
User must have global permission tiki_p_edit for adding a new page in categorized structure also he has it in the categorie.
I defined a structure Helpdesk FAQ and a categorie Helpdesk.
Now I give a group Helpdeskadmin the permission tiki_p_edit (and a lot of others).

If a helpdeskadmin trys to add a page with the button on the top of the wikipage with over the toc, the message "You do not have permission to edit this page." appears.

The problem seems to be the following permission test in tiki-editpage.php:

// Permissions
$tikilib->get_perm_object($page, 'wiki page', $info, true);
if ($tiki_p_edit !== 'y') {
[...]
$smarty->assign('errortype', 401);
$smarty->assign('msg', tra("You do not have permission to edit this page."));
$smarty->display("error.tpl");
die;
}

If I give the permission tiki_p_edit to the group, the helpdeskadmin comes to the wysiwyg-edit-page, also he gets a message like the page must have a categorie. I didn't analyzed that yet.
tracker item
Search within a category
Categories are amazing for a large site. It makes it easier to manage. Next step is to add an option in search which can be filtered by category.
tracker item
5.0: anonymous shouldn't see "watch" icons when browsing category tree
Using Tiki 5.0: anonymous shouldn't see "watch" icons when browsing category tree.
And they can.
Reproduced here, for instance:
http://intercanvis.net/tiki-browse_categories.php
tracker item
Accessive Categories Slows Down Performance
tracker item
Add ability to generate RSS from a specific structure (and maybe category)
The ability to subscribe to a specific structure via RSS feed would be very useful. Currently one can subscribe to an RSS feed related to the entire wiki, but if several groups are using the wiki for different projects or purposes or topics, this may not be at all useful. For example, on the Southern New Hampshire University wiki, we have the online faculty handbook plus a variety of page sets related to different course projects. Most faculty should be alerted of changes to the faculty handbook, which resides in a structure, and some students and faculty may want to track changes to structures involved with specific courses or departments, but few if any users need to be alerted of every change to the wiki as a whole. The ability to generate an RSS feed specific to a structure (and possibly also specific to a category) would be very helpful.
tracker item
Add category description in mouse-over, when using categories in tracker plugin
It is now done in the category picker and it's very useful.

{img src=show_image.php?id=92}
tracker item
Add RSS for categories
I'd like to see an RSS feed for a specific category.
tracker item
Adding a page to a category breaks permissions
when a wiki-page is added to a category, it's is no longer viewed to anonymous users. (Login screen appears) By removing the page from the category it appears again.
tracker item
Adding calendar returns notices: categorize_list.php (lines 42, 48) & tiki-admin_calendars.php (67)
Using latest 1.9.cvs code (from today - 13 june 2007). Using simple.css and tpl's.

Related to [http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1136&show=view&offset=0&reloff=2&status=op&trackerId=5&sort_mode=created_desc|this other bug report].

When adding a new calendar like "Comisión Web" (without double quotes), cateogrized to 1 cateogry called "Comisión Web" (child of Category "Comisiones"), and seeting all the other settings as n (default values), I got these messages on top of the page:

^Notice: Undefined offset: 86 in /home/httpd/tiki19/categorize_list.php on line 42

Notice: Undefined index: categId in /home/httpd/tiki19/categorize_list.php on line 48

Notice: Undefined offset: 87 in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

Notice: Undefined index: categId in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/tiki19/categorize_list.php:42) in /home/httpd/tiki19/tiki-admin_calendars.php on line 75
^

Calendar seems to have been created.

--
Update: confirmed using tikineat.css and tpl's

---
Update July 26th 2007:
Admin calendar produces to me:
{CODE()}
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/httpd/tiki19/tiki-admin_calendars.php on line 67

(... repeated like 50 times or so)
{CODE}

But not categorize list any more...
tracker item
Admin Categories "ErrorErrorError"
tracker item
admin categories broken on 1.9cvs (edu.tw.o)
Admin categories is not listing all categories created in the site, using 1.9.cvs (from several days ago)

For instance:
http://edu.tikiwiki.org/tiki-admin_categories.php?parentId=0

Shows only WSDOC category, but if you go to browse categories, you can see that tehre are many more created:

http://edu.tikiwiki.org/tiki-browse_categories.php?parentId=0&deep=off&type=

---
update:
using cvs from today (May 2nd, 2007), problem dissappeared.
tracker item
admin categories displays sub category under wrong parent in special cases
If you have categories and sub-categories like the following:

try
try::tt
try2
try2::tt

The try::tt sub-category will be placed under parent try instead of parent try2.

This is because the ksort($ret) towards the end of get_all_categories_respect_perms in categlib sorts try::tt after try2:tt (since ':' comes after "2" in the ASCII table).
tracker item
Admin>Login>User defaults or Admin>Groups: Ability to Subscribe new users to specific Tiki objects
It would be lovely to set some new user defaults at
* Admin (home) > Login > User defaults, and/or
* Admin > Groups > (Edit a single group)

The ability to Subscribe/watch/monitor new users in the site or to that specific group, to specific Tiki objects.

Which tiki objects?: I would say, in this order:
# specific forums
# specific blogs
# specific calendars
# specific newsletters (ML: we can already subscribe groups to newsletters)
# specific wiki pages
# specific structures
# specific trackers
# specific categories
# new articles

This is specially useful for new users of the site, where they don't know yet how to subscribe to specific areas, etc. Very needed for educational scenarios, but I can see many other places where new users are a bit lost for some time while they learn how to use the Tiki site.

Related:
*[wish988|Forum: Let forum admins/moderators add groups and/or users as watching the forum]
*[tiki-index.php?page=Business%20Plans|Let small business start ups access collaborative sharing where the document being shared is not visible by anyone else]


Anywhere there is a watch eye, it should be possible for an admin to have group members watch this category
tracker item
After Update 1.9.4 -->1.9.7 got PHP-Error when using Categories in File or Picture Galleries
Every Time, i use the Categories-Feature in File-Galleries or when uploading Pictures, it got the following error:

Notice: Undefined offset: 20 in categorize_list.php on line 38

Notice: Undefined index: categId in categorize_list.php on line 44

The Item itself is categorized
tracker item
Allow searching by categories and TAGS through the Profiles Control Panel in Tiki
tracker item
Articles & submissions: categorization of the submission can be corrupted
i have a problem with categorization.
when i add a new article. an old article in the tiki_categorized_objects got overwritten.
the objid and the href gets the new article id.
the result is that the old article losses its cat and the new article has the both.

when i take out the update in the method:
approve_submission
all is fine again:

catelib.php:

function approve_submission($subId, $articleId) {
$query = "update `tiki_categorized_objects` set `type`= ?, `objId`= ?, `href`=? where `objId` = ?";
//$this->query($query, array('article', (int)$articleId, "tiki-read_article.php?articleId=$articleId", (int)$subId));
}

what i find strange is the $subid at the end.

i'm not sure what the method is for. probably i broke something else.

i must add. i added a the category right in the database.
i added the articles by hand to the tiki_categorzed_objects
and added the category by using the topics from the article's.

tracker item
articles with assigned categorys not shown to anonymous although permission granted
Hello,

this is a problem concerning tikiwiki 2.4.

I have 3 groups: anonymous, registered and admins. After writing an
article it shows up for 'anonymous' and 'registered', exactly as set
in the group permissions. No problem there.

However, I also made several categories. As long as the article
remains uncategorized, everything is fine. But when I assign it to a
category it vanishes from the view of the 'anonymous and 'registered'
groups.
In the categories I have 2 permission options:
'tiki_p_view_categories' and 'tiki_p_admin_categories'. Even if I
assign both permissions to the category, it doesn't make any
difference. The article remains hidden.

Quite ridiculous is, that i have another instalaltion of tiki 2.4, where i can chose out of 5 differrent permissions within the categories.

Cashes have been emptyd.

Hiere is my configuration:

Group Anonymous:
tiki_p_articles_read_heading
tiki_p_list_image_galleries
tiki_p_messages
tiki_p_read_article
tiki_p_search
tiki_p_topic_read
tiki_p_view
tiki_p_view_calendar
tiki_p_view_categories
tiki_p_view_categorized
tiki_p_view_directory
tiki_p_view_events
tiki_p_view_faqs
tiki_p_view_image_gallery

The particular category "in progress" has no group-specific permission (standard / yellow)

The article has category "in progress" assigned.

Anonymous can´t see the article.

Ridiculous is, that if i try to assign a specific permission to the category "in progress", just the following two permissions are available for selection:

tiki_p_view_categories
tiki_p_admin_categories

Even if i assign those to the category for anonymous, they are not able to see the article.
tracker item
assign_all in tiki-categpermissions.php does not assign to more than one level of children
While updating from 1.9.11 to 2.1, we ran into a bug in tiki-categpermissions.php.

We have a category structure with multiple levels of categories, and assigning to children seemed not to work as intended.

I had a look at the code, and it seems like it only assigns to one level of children, and never checks for more levels of children. I rewrote the code quickly to solve our problem, and attaches the patch I used.

I don't know if this breaks all code guidelines in tw, but it works ;)
tracker item
Associate forums with categories in wiki, articles, blogs, files, etc.
No problem at all, but a request for more integration with the wiki and forums.

At this moment (in version 3 (after the bug is corrected)) there is only one forum, which can be used to discuss a wiki page. This is really great.
tracker item
Autocreate Corresponding Category Option in Trackers
In version 1.10, when selecting the Autocreate Corresponding Category in trackers, the new categories are created. However, when they display, ie. in any area where you would assign a category, like article or blog, the category is listed by "tracker 15, item 53" or such and not by the description of the tracker.
tracker item
Browse categories in mobile mode: names of categories not shown (only when passing the mouse over the dot)
tracker item
Browse categories is 10 times slower than before
tracker item
Browse_Categories.php, tracker items have blank descriptions
When browsing categories using tiki-browse_categories.php, tracker items with multiple categories assigned do not appear correctly. Blank descriptions.

http://dev.tikiwiki.org/tiki-browse_categories.php?parentId=60&deep=off&type=


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
Bugged categ browser in tiki-admin_categories.php
The category browser becomes messed up if you add many levels of subdirectories. To reproduce:
1. delete all categs
2. create top categ A
3. create top categ B
4. create 2nd level categ A:A1
5. create 2nd level categ A:A1:A2
The problem should be apparent now. Top categ B appears to be a child of categ A.
The problem worsens if you add another level, A:A1:A2:A3. The entire rest of the screen becomes hidden.
tracker item
Calendar in category system
The calendar should be in the category system.

Would each calendarID be assignable to a category?
Would each event be assignable to a category?


Clarification: Calendars and Calendar Events should be categorisable.
tracker item
Can't assign subcategories
tracker item
Can't rename a category
tracker item
Categories Apply role permissions to sub-categories
tracker item
Categories created after 24.2 will not display above the wiki page
tracker item
Categories does not restrict visibility on individual images
When assigning a catogory with restricted permission, the permission usually override the global permissons.

When assigning a category to an individual image, the visibility is however not restricted.
tracker item
Categories feature enabled breaks database
3.0 Beta 2:

After enabling the Categories feature through Admin -> Features, the following error occurs when adding or editing pages, articles, file galleries, and everything that needs to alter the database.

(Names are arbitrary)

An error occured in a database query!

Context:
File tiki-editpage.php
Url tiki-editpage.php
Query:
insert into `tiki_objects`(`type`,`itemId`,`description`,`name`,`href`,`created`,`hits`,`comments_locked`) values(?,?,?,?,?,?,?,?)
Values:
0 wiki page
1 sdf
2 sadfsa
3 sdf
4 tiki-index.php?page=sdf
5 1239375431
6 0
7 n
Message:
Unknown column 'comments_locked' in 'field list'
Built query was probably:
insert into `tiki_objects`(`type`,`itemId`,`description`,`name`,`href`,`created`,`hits`,`comments_locked`) values('wiki page','sdf','sadfsa','sdf','tiki-index.php'1239375431'page=sdf','0','n',?)
tracker item
Categories for every file in gallery
I would like to use tiki as a Document Managment Solution (apart from other things I use it for). To do this I would like to assign one or (typical) more categories to one file within a file gallery. Using categories inside a file gallery would make it much easieren to manage huge numbers of files.
tracker item
Categories get name truncated above 99 chars
It is possible to type a long name of category, but the name gets truncated at 99 or 100 chars without warning. If the length of categories’ names is limited to 99, the field to enter categories should be limited to 99 also. Maybe the screen should say "max 99" beside the text entry zone.

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

It makes impossible to upload the UDC (Universal Decimal Classification) Summary: the first category for example, "0 SCIENCE AND KNOWLEDGE. ORGANIZATION. COMPUTER SCIENCE. INFORMATION. DOCUMENTATION. LIBRARIANSHIP. INSTITUTIONS. PUBLICATIONS" is 127 chars.
In the UDC Summary, the longer entry seems to be 173 chars. It seems to me reasonable to allow for categories with names of 256 chars, even if shorter names are recommended.
tracker item
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 not assigned
Categories are not assigned like they are asked to in the group settings.

"Default category assigned to uncategorized objects edited by a user with this default group:"

Group chosen is not auto assigned.


Categories are also not assigned like they are asked to in the Staging and Approval settings. I will be told I am creating a staging document, it will add the prefix, etc. However, it will not move it to the chosen staging category.

I have tried this with fresh installs of 4.1 and no profile loaded during initial setup.

tracker item
Categories, adding page should be easier and the field that display the pages expandable
tracker item
Categories, Files; It should be possible to assign recursively all the files in a parent file gallery to a category in one action
tracker item
Categorize individual blog posts
Bloggers often have blogs that are about ''them'', rather than about a topic. But within their blog, individual posts should be categorized by topic(s). I.e., it's the post, not the blog, that's the right unit of categorization.
I have seen a RFE for this on tikiwiki.org, where there's an interesting page on Tiki Blog suggestions of vintage about 2004. See [http://tikiwiki.org/tiki-index.php?page=BlogIdeasPaulap]. Possibly we should make a pass over this page and either add these suggestions as tracker items or identify them as out-of-date.
tracker item
Categorize:Hide Categories while editing makes Show Categories disappear too
Clicking on Hide Categories while editing a page makes everything including the "Show Categories" link go away, making it impossible to bring back the category list or categorize a page.
tracker item
categorized object table not updated when file or image gallery title/description updated
When an image or file gallery is categorized the title & description are added to the tiki_categorized_objects table BUT if the title or description is then edited and changed this change does not get made to the fields in the tiki_categorized_object table. This means that when the objects are shown in the Browse Category function (or using the Category Plugin) then the 'old' title and description are shown.

I think I've verified this in the 'clean install' area and by direct examination of my own databases using phpMyAdmin.
tracker item
Category ad page only shows first 25 pages
categories
Add objects to category
ad page only shows first 25 pages

If you want to ad multiple pages to a category and they are outside those 25 pages it is posible to search them with filter but you will need to search those pages one by one to ad them.

Seems filter part of page name gives 0 results.
tracker item
Category changes in watch and logs
There is currently no history of changes to categories.

Since permissions can now be restricted by categories, it is more & more important to know when an object is changed from one category to another.

Therefore, we need this info to be logged in tiki-syslog.php and to be added to the watch item feature.

Reminder: categories can be assigned in tiki-admin_categories.php but also when editing a wiki page.
tracker item
Category children of self breaks the system
Working about "http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=3466", I did upload a huge categories csv.
I had a category giving itself as parent, by mistake:
category,description,parent
(many, many lines)
"811.353.1 Georgian language","…","811.353.1 Georgian language"
This gave an error message.

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

Any idea about the problem and how to repair this?
tracker item
Category data is not sent in watch tracker
probably related to #283
tracker item
Category did not allow for proper edits.. (Fixed and submitted updates)
guys.. I fixed the probem.. doesn't appear that I can upload anything..


dthacker: thanks for the fix, but our dev's can't see what you changed. Could you please do a diff between your code and current CVS, and comment on the changes? Thanks!

tracker item
Category does not work as filter field for PluginTrackerFilter
tracker item
Category Field on Trackers Only Displays One Level Deep Even if Categories Are Multi-Level
See the attached word document for a step-by-step example of how
to recreate this issue.

It is also unclear how to created nested categories by using
the "Batch Upload (CSV File)" feature.

-----------------------------------------
When a category is more than one-level deep, the "Category" field type on Trackers will only display one level.

Example:

Furniture Level 1
_________|__________
| | |
Tables Chairs Sofas Level 2
__________| __|___ ___|_____
| | | | | |
legs top legs back cloth leather Level 3

In the above example, if one selects the parent id corresponding
to "Level 2" in the above example, then the category field only
contains choices "Tables, Chairs, Sofas", rather than those choices,
plus the levels below them (i.e. "legs, top, legs, back, cloth, leather").

It could be very useful to have all levels starting with a given "parent" level as part of the Category field.

tracker item
Category filtering fails in tracker
Filtering by category in trackers yields zero results. However, there are tracker items in the category, and they appear if you browse the category. Other filtering appears to work properly.

The URL appears to be malformed:


Note the extra bracket after filtervalue[33] parameter.
http://www.casesofinterest.com/tiki/tiki-view_tracker.php?trackerId=7&status=o&sort_mode=lastModif_desc&filterfield=33&filtervalue[31]=&filtervalue[32]=&filtervalue[49]=&filtervalue[47]=&filtervalue[41]=&filtervalue_other=&filtervalue[35]=&filtervalue[33][]=102&filtervalue[40]=&filtervalue[34]=&filtervalue[45]=&filter=Filter

However, manually removing the extra bracket also fails:
http://www.casesofinterest.com/tiki/tiki-view_tracker.php?trackerId=7&status=o&sort_mode=lastModif_desc&filterfield=33&filtervalue[31]=&filtervalue[32]=&filtervalue[49]=&filtervalue[47]=&filtervalue[41]=&filtervalue_other=&filtervalue[35]=&filtervalue[33][]=102&filtervalue[40]=&filtervalue[34]=&filtervalue[45]=&filter=Filter
tracker item
Category Jail for Trackers
tracker item
Category listed as "Array" in itemlink Edit Interface
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
Category not correctly detected on wiki pages with spaces in their name
tracker item
Category objects not listed unless user has 'tiki_p_admin_categories' permissions
Category objects not listed unless user has 'tiki_p_admin_categories' permissions when viewing in 'tiki-browse_categories.php.'

If a user has rights to view pages in a category, they should be able to see a complete list of objects within that category. You should not have to give them admin rights in order to see the objects.
tracker item
Category permission check for wiki page menu option not working in some cases
Wiki pages links are case insensitive but the category permission check for wiki pages menu entry only works if the case of the link matches the case of the wiki page name.

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

This does not happen if object permissions, instead of category permissions, grant access to the "Foo" page.
tracker item
Category Permissions not taken care properly for showing wiki pages
Please help since we have invested much time and effort in this project, believing Tiki could filter rightly wiki pages based on perms, and since I cannot find a workaround.

When not logged in, Some wiki pages are shown, and Some others Not, while they all have exactly the same set up. They all have been categorized only in "Public Content" category which is set to Show wikis to Anonymous users, while Global perms are set to not show them to anonymous.

At this moment we have two identical wiki pages as setup is concerned:
1) http://mi.solcentral.org/tiki-index.php?page=La+Funci%C3%B3n+Esencial+y+El+Prop%C3%B3sito+de+Vida
which doesn´t show to Anonymous users (and should do it)

and

2) http://mi.solcentral.org/tiki-index.php?page=Sobre+el+Sitio+SolCentral-org
which shows well.
Note that at the botton of this page, in the listing of pages related to the category "Contenido Público" (which is the translation of "Public content"), the page "The Esential Function And Life's Purpose" (wich is the translation of "La Función Esencial y El Propósito de Vida") that is the page 1)... Then if you click on it, it will not show presenting you with the login invitation, allthough is shown in the list as categorized "Public Content".

Other extraneous behavior is that when when you use the Plugin Toc to show the structure, only shows Some wikis on some structures, and on some other structures doesn´t show any wiki.
I have used this:~np~{toc structId="26" order=asc shownum=1 type=fancy }~/np~ in the wiki:
http://mi.solcentral.org/tiki-index.php?page=e-Books%20Index

Actual estate of config is:

For anonymous:

If Perms on wiki: "La Función Esencial y El Propósito de Vida"

La Función Esencial y El Propósito de Vida Anonymous tiki_p_view Categoría: Public Content
La Función Esencial y El Propósito de Vida Anonymous tiki_p_view_backlink Categoría: Public Content
La Función Esencial y El Propósito de Vida Anonymous tiki_p_watch_structure Categoría: Public Content
La Función Esencial y El Propósito de Vida Anonymous tiki_p_wiki_view_attachments Categoría: Public Content
La Función Esencial y El Propósito de Vida Anonymous tiki_p_wiki_view_comments Categoría: Public Content

Category Perms of "Public Content" are

for anonymous group perms that are ON:

Can view wiki attachments and download (tiki_p_wiki_view_attachments)
Can view page/pages (tiki_p_view)
View page backlinks (tiki_p_view_backlink)

Global Perms are:

on Wiki:

Can view wiki attachments and download (tiki_p_wiki_view_attachments) is ON for Anonymous
Can view page/pages (tiki_p_view) is OFF for Anonymous
View page backlinks (tiki_p_view_backlink) is ON for Anonymous


Fixes tried:

Have tried the opposite: allowing everything to be shown to Anonymous, and then restrict on pages that should be hidden with a "invisible" category with perms tiki_p_view OFF for anonymous group.

And it didn´t work since - again - for Some wikis worked, and for some others not. Even if they are identical.


Using:
Tiki 6.1 fresh code install, on past 6.0 db updated to 6.1.
tracker item
Category plugin lists objects even without perms
The CATEGORY{} plugin does not check for perms when listing objects, so objects where user has no perms are displayed anyway.

If you click these links you get an error because the pages themselves are protected. However, you should not be able to see the list.
tracker item
Update Category plugin documentation - won't filter blog posts
tracker item
Category Transition not working
When using tiki-admin_transitions.php.

If I add a Transition, then tiki will not let me modify it (by Edit) since every icon (i e: Edit) will delete the Transition. Even If I click in "Guards" data (wich appears as a "0").

Also the yellow "Key" icon doesn´t turn green as is supposed to, after setting perms.

May be other anomalies.

Please help

Using Tiki 6.0 fresh Install.

New Edit:

Since I didn´t find any reference on how to use it, I´m exploring it myself.

What I did before I was stopped by this error is:

1. I Set up some Categories
2. Go to the tiki-admin_transitions.php. The Subset Tab is on and it shows me two options: 1. Category 2. Group
3. Click on Category, so it show the availabre Categories
4. Choose two categories, then click Select button. It reloads the page.
5. Click on New/Edit tab
6. Write a label: "New"
7. Chosse From and To options
8. Click SAVE. It goes to the List of Transitions
9. If I click on Edit icon, it deletes de transition and goes to the New/Edit tab, but empty... nothing selected or filled.
If I click the Guards (number 0) it does the same

If I change to the List, the transitios has dessapeared from it.


tracker item
category: lost admin rights
My application use category on groups and objects
I tried category transition in tiki4, to be honest without reading anything, the result is catastrophic: I cannot admin all my tiki because i have lost my rights as administrator.
In my SQL database all records in users_grouppermissions table have been deleted
How can I retrieve my rights?
Can I manually write admin rights in my database?
thanks
tracker item
Category: Unwandted automatic translation
tracker item
catorphan plugin only works with wiki pages - but should be extended to other features
The very useful wiki plugin catorphans only works with wiki pages.

The documentation suggests it is sort of set up to deal with different types of uncategorised objects by setting the objects=> parameter to various values ie wiki|article|blog|faq|fgal|forum|igal|newsletter|poll|quizz|survey|tracker.

But looking at the plugin code, the code comments make it clear that the development is not yet complete and only the 'wiki' object has been coded.

The documentation has been updated to make this clear - but extending this plugin to the other features would be very useful now that Categorisation is the major permission/access control mechanism in Tiki

tracker item
Change how categorize.php works for sites with a lot of categories
tracker item
change_category module when no categories yet: Undefined variable
Notice: Undefined variable: modcatlist in modules/mod-change_category.php on line 80
tracker item
cnd
Contributors
tracker item
Creating a category with colon broke Tiki 23x (instance)
tracker item
Creating new article for tiki.org/news while being switched in the "info" perspective does not get saved but switches to default perspective instead
tracker item
Custom language translations in the database and administered via web interface
This will make upgrades easier as people won't have to worry about overwriting their enhancements,

Multilingual categories need translations and doing by FTP is not fun.

Related:
[tiki-view_tracker_item.php?itemId=485] -> This is suboptimal


Support.mozilla.com has need for this as well.
https://bugzilla.mozilla.org/show_bug.cgi?id=488728

In 3.0, language/*/custom.php can be managed by the web interface.

Next step is to have this in a wiki page
tracker item
Default category of group isn't assigned
tracker item
Default Object Category
In group settings, there is an option to set a default category for any uncategorized objects edited by the object. This feature does not work.
tracker item
Deploy watch category to tiki-browse_categories.php (and everywhere relevant)
It is too difficult now to watch categories (but the feature works well).

Please see: ((Category Watch DogFood))


on ((SUMO)): [https://bugzilla.mozilla.org/show_bug.cgi?id=498001|Improve UI and feedback for watching categories to say you'll be e-mailed and offer easy way to turn off]
tracker item
Deployment of Category Jail
wiki
dev.tiki.org lost 12.x categories in tracker
tracker item
dev.tw.o/tracker5: category fields are not pre-selected when editing tracker items
selection of category fields in tracker items is lost when you re-edit the item.

inserting tracker items in dev.tw.o works fine (through ((Report a bug)) and directly through [tracker5]. However, editing those bug reports seems not to be allowed as expected, because selection to the category fields is lost when you edit the tracker item again to update it, and thus, since one of them is compulsory, the changes can not be saved if you don't re-select the category checkboxes.
tracker item
Display category in search results
Tiki already shows the category and/or category path when listing wiki pages. I would like to also display the category information in search results.

This would help end-users determine the relevancy of the search result.

tracker item
Display of categories has changed
tracker item
doc.tw.o preview wiki page forgets the mandatory category selection
This is annoying!

Workaround is to remember to pick category again when you save.
tracker item
Easier category management for Tiki admins
These settings:
Categories
Show Category Path
Show Category Objects
here: tiki-admin.php?page=features

And this one:
Ignore category viewing restrictions :
tiki-admin.php?page=search

Should be added to a new admin tab "category":
tiki-admin.php?page=category

IMHO, it is OK for options/settings to be in more than one admin panel, if relevant to both.
tracker item
Editing tracker items fails when filtered by categories
If you filter on a category field in trackers, you cannot edit any viewed tracker items. The system returns a SQL error because filterfield is set, and filtervalue is null. If you filter on other fields, you can save, with no errors.

I have traced the problem to the calling of trklib->list_items (this holds the query that fails). This function is used to call and order the other tracker items for easy pagination of the filtered tracker items after a save.

However, the real problem is that $_REQUST['filtervalue'] and $tryfiltervalue get lost in tiki-view_tracker_item.php when the save submit action is done on the form. Other URL query parameters appear to be stored as hidden fields on save action in tiki-view_tracker_item.

For whatever reason, non-array filtervalue fields (e.g. plain text fields) are remembered and thus the pagination and call to list_items works just fine.

However, when there is an array filtervalue (like there is with category fields), then filtervalue gets lost on the save action, and the save fails on a malformed query.
tracker item
empty category can't be assigned to tracker category field
You can't assign an empty category to the tracker category type field. This would come very handy in connection with the Autocheck-feature I RFEd before..
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=246&show=view&status=op&trackerId=5&sort_mode=f_41_desc

Top
|
|---1 Stuff
|
|---2 More Stuff

If you for example assign parentId=1, then you don't get a Checkbox with Stuff, but you get two boxes with Stuff and More Stuff - Tiki jumps back to the higher level, that's not empty.
tracker item
Export Categories for Importing
tracker item
Extra fields for wiki pages
In many cases, have extra structured fields in wiki pages would come in handy. Ex.: a glossary of terms may need a field for noun, adjective, etc.

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

((doc:Pretty trackers)) are awesome when it's a data centric context. But when the structure emerges from the wiki, it's better to have extra fields to wiki pages.
tracker item
File Galleries, Categories; It should be possible to select several files together and categorise them
tracker item
File Gallery auto-categorization
tracker item
File Gallery doesn't care about categories at upload.
tracker item
File Gallery, Categories; It should be possible to categorize a file gallery and all the file it contains / includes
tracker item
FOAAgain
tracker item
function user_has_perm_on_object wrongly returns false where categorized but no perms set in cat
I'm not setup as a developer right now and anyway don't know enough to know which branch is which... Perhaps someone else can get onto this? Simple fix. Obvious error.

tikilib.php, 1.9 CVS HEAD line 3528, revision 1.656

if ($is_categorized && !empty($categperm) && $$categperm != 'y') {
return (FALSE);
}

tracker item
Google-like tags (different from predefined categories)
Categorisation is a social problem - different people have different words for the "same" category.

Use Google-like tags (check schtuff.com for a nice example) - this would make lots of wiki pages easier to find, IMHO.
tracker item
Harmonize look & feel of browse categories and admin categories
Why do they look different?
tiki-browse_categories.php
tiki-admin_categories.php
tracker item
Id of category tracker field has got an extra [] after the ins_123
tracker item
images in categories does not respect default scale
categoriezed images - if you follow the link the image des not respect the default scale of the gallery for the immage.
tracker item
Improving the displays of category listing (view an admin)
tracker item
Inheritance of category when creating a child page in a structure
Categories have assosiated privileges. Tiki would be more secure if categories where inherited when a new child page is created in a structure.
tracker item
Object Link tool broken (hangs forever or does not insert link)
tracker item
Mikael.Franzen
Contributors
tracker item
Category field in tracker not displayed
A category field in a tracker is not displayed in list view, nor in item view/edit.
tracker item
Error moving tracker items from category X to Y
On dev.tiki.org, I want to merge all items from category "jscalendar" to "calendar".

http://dev.tiki.org/tiki-admin_categories.php?parentId=128&toId=29&move_to=Move+all+the+objects+from+this+category+to+this+one&to=128

Duplicate entry '1983-29' for key 'PRIMARY'
The query was:

update `tiki_category_objects` set `categId`=? where `categId`=?
Values:

29
128
The built query was likely:

update `tiki_category_objects` set `categId`='29' where `categId`='128'
Stacktrace:

* /var/local/dev.tiki.org/www/tiki-admin_categories.php : 0 -> {main}(array ( ))
* /var/local/dev.tiki.org/www/tiki-admin_categories.php : 41 -> move_all_objects(array ( ))
* /var/local/dev.tiki.org/www/lib/categories/categlib.php : 1474 -> query(array ( ))
* /var/local/dev.tiki.org/www/lib/core/TikiDb/Bridge.php : 27 -> query(array ( ))
* /var/local/dev.tiki.org/www/lib/core/TikiDb/Pdo.php : 118 -> handleQueryError(array ( ))
* /var/local/dev.tiki.org/www/lib/core/TikiDb.php : 148 -> handle(array ( ))


And the organizer is not working either...
http://dev.tiki.org/tiki-edit_categories.php?filter~categories=128
tracker item
Auto-create corresponding categories not working properly
Steps in 6.3:
*create tracker, set Auto-create corresponding categories
*define tracker_item like name, add two items.
As result category is created (as tracker name) and items are added as subcategories:

*Informatics Projects(0/1)
** Item1(0/0)
** Item2(1/1)

Same steps in 8.3, result:

*Tracker 1
**Tracker Item
***Name Type Category
***# Projects tracker item Tracker Item
***# Projects tracker item Tracker Item

Result, instead of tracker name category 'Tracker 1' was created, than subcategory 'Tracker Item' and empty object inside, displayed as table with links to non existing "http://localhost/tiki/tiki-view_tracker_item.php?trackerId=1&itemId="

Thanks,
Jakub
tracker item
MEbneter
Contributors
tracker item
The add element of structure panel his behind C2 and c3 can't be accessed (8.1, 8.3) - twist style
Hi,

!!!This problems concerns quite all table and forms (in tables or not) with fixedwidth themes.
This is the reason while it appear in so many functions.

!!!As for most of tables in many functions, with "twist" (no other style tested) the tables of the middle (C2) either overlap C3 or are behind C3 and sometimes C2. They just have a little part outside the 990px large (in twist as the width is written into css it can't be changed by prefs).

__~~#F00:The corresponding functions are then completely unusable.
~~__

Here I write this for the example elementary function "add an element to a structure" givin in screenshots joined documents

Three scrennshots proposed are :
#What a user see
#The limit of the div as shown by firebug
#The whole div zone hidden
tracker item
Organizing objects in categories
When I attempt to organize objects in categories and I either click on the orphans link or attempt to search for objects, the action fails and the error reported below occurs. Note that on our system tiki is configured to use legacy search (mySQL) since when I configured it to use Lucene the "Search index could not be updated. The site is misconfigured. Contact an administrator." error occurred.

Fatal error: Uncaught exception 'Zend_Search_Lucene_Exception' with message 'Index is under processing now' in D:\Program Files (x86)\EasyPHP-5.3.9\www\tiki\lib\core\Zend\Search\Lucene.php:280 Stack trace: #0 D:\Program Files (x86)\EasyPHP-5.3.9\www\tiki\lib\core\Zend\Search\Lucene.php(529): Zend_Search_Lucene::getActualGeneration(Object(Zend_Search_Lucene_Storage_Directory_Filesystem)) #1 D:\Program Files (x86)\EasyPHP-5.3.9\www\tiki\lib\core\Zend\Search\Lucene.php(211): Zend_Search_Lucene->__construct('temp/unified-in...', true) #2 D:\Program Files (x86)\EasyPHP-5.3.9\www\tiki\lib\core\Search\Index\Lucene.php(40): Zend_Search_Lucene::create('temp/unified-in...') #3 D:\Program Files (x86)\EasyPHP-5.3.9\www\tiki\lib\core\Search\Index\Lucene.php(123): Search_Index_Lucene->getLucene() #4 D:\Program Files (x86)\EasyPHP-5.3.9\www\tiki\lib\core\Search\Index\Lucene.php(82): Search_Index_Lucene->internalFind(Object(Zend_Search_Lucene_Search_Query_Boolean), Object(Search_Query_Order)) #5 D:\Program Files (x86)\EasyPHP-5.3.9\www\t in D:\Program Files (x86)\EasyPHP-5.3.9\www\tiki\lib\core\Zend\Search\Lucene.php on line 297
tracker item
Custom fields for wiki pages (structured data / meta-data for wiki pages)
Please see: ((Extendable meta-data for all features))

tracker item
Only first-level categories can be selected for categorizing a tracker
Go to tiki-list_trackers.php → Edit one Tracker → Categories tab → Only first-level categories can be selected.

With this bug and bug 4208, it seems totally impossible to design elaborate category-based permissions with trackers.
tracker item
Quick Edit (both module & from List Pages) bypasses category permissions when improper case used.
Typing a page into Quick Edit, either in the Quick Edit module (I know it is depreciated but was testing this as well) or from the Create a Wiki Page tab on the List Wiki Pages seems to bypass category permissions and allows editing of pages which should be locked for the user. This happens if the page which is entered does not EXACTLY match the case of the existing page.
For example, in Global Permissions, Registered Users have Edit permissions; a category Alpha has Edit permissions assigned only to group Alpha, Registered Users have no edit permissions on this category. A page called Alpha exists in category Alpha. If a Registered User who is not part of group Alpha tries to create/edit page "Alpha", they receive the proper error about not having permissions to edit the page. Should that same user try to create/edit page "ALPHA", "alpha" or any variation which does not match exactly "Alpha", they will be allowed to edit the existing page "Alpha". This will also work if they enter the URL to edit the page directly with a different case (i.e. "tiki-editpage.php?page=Alpha" will prevent editing whereas "tiki-editpage.php?page=ALPHA" will allow editing).
tracker item
System Error searching categories with empty search box
Go to tiki-browse_categories.php to browse categories. I have one category defined, some wiki pages are a member of it.

Leave the "Find" box empty.

Select "..and its subcategories" box.

Click "FIND". A "System error" page appears, saying:

{CODE(caption="The system error text" wrap="1")}
The following error message was returned:

The query was:
SELECT DISTINCT c.*, o.* FROM `tiki_category_objects` c, `tiki_categorized_objects` co, `tiki_objects` o WHERE c.`catObjectId`=o.`objectId` AND o.`objectId`=co.`catObjectId` AND c.`categId` IN (?,?,?) ORDER BY `name` asc

Values:

0
-1

The built query was likely:
SELECT DISTINCT c.*, o.* FROM `tiki_category_objects` c, `tiki_categorized_objects` co, `tiki_objects` o WHERE c.`catObjectId`=o.`objectId` AND o.`objectId`=co.`catObjectId` AND c.`categId` IN ('','0','-1') ORDER BY `name` asc
{CODE}
tracker item
Objects cannot be assigned to categories more than 50 at a time
Categories are rather useful things. However, in a site with hundreds of objects, being able to add items to a category at maximum 50 a time makes life unnecessarily hard.

The use case in question: a site which needs review. I need to add all the wiki pages and articles to a "Requires Review" category following an update of a very old site with lots of content. I cannot, because this limit of 50 stops me from adding the lot in one go, and the lack of any discernible way to select objects which are *not* yet in the category for addition stops me from adding 50 at a time. I seem to be at an impasse, short of writing my own PHP code to add objects en-masse.

Something more like the page wiki index doesn't seem like it would be a very hard thing to add? However, I am not familiar with Tiki's internals so this is hard to estimate.
tracker item
Objects cannot be selected for addition to a category by their absence from a category
This is a complementary report to bug [item4278|#4276]. Essentially the Category object browser seems to be too limited in it's options for selecting objects to manipulate to realise the full potential that categories might offer. Specifically, the lack of a way to select all objects, or all objects *not* in a category prevents practical application of categories to large numbers of objects.

The use case in question: a site which needs review. I need to add all the wiki pages and articles to a "Requires Review" category following an update of a very old site with lots of content. I cannot, because the limit of 50 items on a page stops me from adding the lot in one go, and the lack of any discernible way to select objects which are *not* yet in the category for addition stops me from adding 50 at a time. I seem to be at an impasse, short of writing my own PHP code to add objects en-masse.

tracker item
Category Path not displaying in 9.x
The Category feature Category Path (show category tree, above wiki pages) is not working in 9.0 or 9.1 as released. The CatPath plugin still functions as a workaround, but provides no facility to exclude certain categories from showing like Category Path does, and is an obvious kludge. This is a system feature so my troubleshooting skills are somewhat limited, but I'd really like to get this working again for my users.
tracker item
Show subcategories objects creates an SQL error
I saw this on my 10.0 install and recreated it on the demo 10.0 site.

Sign on as admin.
1. Select "Categories" on the left side admin menu.
2. Select "Show subcategories objects"
3. You should have the error page :

The query was:
SELECT DISTINCT c.*, o.* FROM `tiki_category_objects` c, `tiki_categorized_objects` co, `tiki_objects` o WHERE c.`catObjectId`=o.`objectId` AND o.`objectId`=co.`catObjectId` AND c.`categId` IN (?,?,?,?) ORDER BY `name` asc

I looked through the other errors and didn't see this one so I am adding it.

I'm not to deep into Tiki ... yet, so I don't really know if the problem is big or small, so I set the measure in the middle to 5.
tracker item
Category Defaults don't work as designed
So I've been vexed by the "category_defaults" tiki preference settings since they got expanded in version 9.x to include object name and object type. Supposedly you can add filters to set the default category based on the object name using a regex, and additionally set the default category to only assign if the object type is a wiki page. This is a fantastic feature! However, I've never been able to get it to work. The syntax is confusing and poorly documented (naturally), but the real problem is that even when you get it exactly right, the feature's still broken.

I am not a coder, and even though I have commit privs, I don't think I'm prepared to "fix" this in the source, so maybe somebody can help the community out with this information.
tracker item
Main Feature
Features Classification
tracker item
Item/Object perms: copy permissions from another object. (especially for wiki pages and categories)
Tiki perms are very fined-grained: great

But when you need to create a lot of items with individual perms, it can be time consuming and human-error prone.

So copying perms from another page (which we know is OK) will be very helpful.

It will also save tons of time since permissions are not inherited.


__Related__
{WISH(id="2133")}{WISH}
{WISH(id="1820")}{WISH}
{WISH(id="2586")}{WISH}
tracker item
JavaScript error "setFlipWithSign is not defined" from categ_admin_tree and categ_picker_tree (affects page edition)
lib/tree/categ_admin_tree.php and categ_picker_tree.php use setFlipWithSign() from tiki-js.js. In trunk, as of r30612, this causes a JavaScript error:

setFlipWithSign is not defined
setFlipWithSign('categorizeid1');

And the category flip sign is unusable. The problem is setFlipWithSign() was removed in r30170.
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
List all items in Category tree, grouped by subcategory
tracker item
List categories broken in postgres
Listing categories throws a sql error: no such function max(binary). Reason: in category library the function list_categories does a max() of some comparsions. This should be solved in another way.
tracker item
List tracker items by category
Since all trackers (Bug, Bug : Usability, Feature request, Patch & Support request) are all in the same tracker, we need an <span style="color:black;background-color:#ffff66;">easy</span> way to list all trackers items in one category, as we can for other attributes.

This will also be useful to see all tracker items which are in the category "forum" for example.

---
Would be nice if tracker items were shown in [tiki-browse_categories.php]
This is implemented already.

---
Ideally (no rush for now), there would be an advanced category-tracker search, which would be a mask of all categories and we could search all tracker items which are in more than 1 category.

All tracker items which are in the category "forum" AND "bugs" for example. This should be a permanent URL so people bookmark and check periodically. Ex.: Frank would want to check mostly for stuff which affects maps.

tracker item
LISTPAGES plugin does not display certain properties even when activated
tracker item
#649
Contributors
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-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
Module category, catId is not outputting the category id in the Custom URL for link parameter
tracker item
module change category assigns to "top" (0) category instead of "none"
see mod-change_category.tpl


Also, this module should offer subcategories...
tracker item
Module visability, Setting Category doesn't work for categories with multiple words and spaces
tracker item
More capable category items display
When you get a display of all of the items in a category, the list is chopped into multiple pages, and the list is unordered.
tracker item
Must have tiki_p_download_files set on file gallery - assign via category per file does not work
it seems there is a bug in 4.1 not allowing to assign perms per file in file galleries. i can only download the file as anonymous if i assign tiki_p_download_files to the whole file gallery where the file is saved in but not when the file is categorized in category with that permission assigned (which should work)
tracker item
MYSQL syntax error when trying to admin_categories.
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_categories, 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_categories 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=60}


Please help! Thanks a lot!
tracker item
natokpe
tracker item
Need to show that values when to refer the Item Link
tracker item
Need way to auto assign tiki_p_edit_categories (for tiki_p_view_categories) on upgrade to 1.10
Hi,

It just occurred to me that when upgrading to 1.10, users will need a script or something to create tiki_p_edit_categories perms for each tiki_p_view_categories perm that category objects have in the db.

This is necessary to preserve backward compatible state when upgrading, because tiki_p_edit_categories does not exist in 1.9.

Anyone good enough in SQL to write this purely in SQL, or should this be part of the PHP in the upgrade/install script for 1.10?
tracker item
non-Admin users cannot assign Category or see the Category tab when editing wiki pages
My users, sub-Admins, Editors, and registered users cannot edit any wiki page(s) because they cannot see the Category tab when editing any wiki page. Any edits are not saved. The wiki says a Category is mandatory, even if the page being edited is already Categorized.
tracker item
#2911
Bugs & Wish list
tracker item
Notice: Undefined index: categId in categorize_list.php on line 48
Using 1.9.cvs from june 13th 2007.

When I make changes to a forum as admin, I get
^
Notice: Undefined index: categId in /home/httpd/tiki19/categorize_list.php on line 48
^

I haven't tried at other places...

My categories have subcategories, and some of them have letters with accents (Spanish tilde, etc.)
tracker item
Only Admin can view Categorized pages....
Hi,

I have set the following permissions for Anonymous

tiki_p_view
tiki_p_view_categories
tiki_p_view_categorized
etc

and the following category permissions

Anonymous tiki_p_view_categories
Registered tiki_p_admin_categories

Assign permissions automatically: Yes

Despite this neither Anonymous or Registered can view pages that have been categorized, the categories appear empty. Only way I can change this is by changing permissions on each individual page.
I've tried and tested this on 3 different installs, same problem each time. I am quite new to this but have spent many hours on this issue and would appreciate any advice.
I'm sure that there's a way but how?
Cheers

Wiki in question can be viewed at www.paddypaedia.com
tracker item
Order items in category view
Some users are using categories and sub-categories to file wiki pages.

An idea for consideration:
be able to order items within a category listing
tracker item
Per user/group newsletter administration (adding category or object permissions)
tracker item
Per user/group newsletter administration (adding category or object permissions)
tracker item
Permission inheritance (default category) are not checked prior creating a wiki page
tracker item
plugin CATEGORY in wiki pages listing old names even if forums have been renamed
Using 1.9.7, I think.

This page
[http://www.moviments.net/precarios/Comisi%C3%B3n%20Carrera%20Investigadora]

is showing categorized objects (through the usage of Plugin Category) with old names (i.e.: "foro (forum): Carrear Investigadora"), even if the forum was renamed to "Carrera Investigadora".
[http://www.moviments.net/precarios/tiki-view_forum.php?forumId=3]


tracker item
Plugin List fails to find a match for the category Profiles Wizard (292) in dev.t.o
tracker item
Plugin List or TrackerList unable to show tracker items with category 50 (PDF) in dev.t.o
tracker item
PluginCategory "Show Child Links" does not work
tracker item
PluginTrackerStat stopped showing results if data come from categories
tracker item
Presentation of the category dependant objets (CategObjects template) [ENH]
!Presentation of the category dependant objets (CategObjects template) [ENH]

This [ENH] changes a little the template to make it easily readable :

A user said "what's that ?" then I enhanced the template :
!! Separates the links to object blocks with the "|" char it could be "•" with blanks
!! Changes in style (common = layout) to separate each category concerned by the object
!! Add comments for reading clearly and understand the content and why this is displayed and how to use.

In my opinion the comments could be optional if a new feature should be introduced "help level related the user habit of using the product with dynamical ability of change"

You can see the effect on screenshots joined

Ready to commit for 6.x proposal and 7.x

!!!Changes in :
*categobjects.tpl
*language.php
*layout.css

trebly
(ref:B10125-05)
tracker item
Problem with databse consistency migrating to 1.9.3 from 1.9.2+
I get this error when upgrading to the latest version 1.9.3 from my current version (I checked my current version out from CVS as BRANCH-1-9).

Warning: mysql error: Unknown column 'type' in 'where clause' in query:
select `catObjectId` from `tiki_categorized_objects` where `type`=? and `objId`=?
in /var/www/html/cefn.com/cefntiki/lib/tikidblib.php on line 134

This error can be previewed (for the time being) at
http://cefn.com/cefntiki-1.9.3/tiki-galleries.php

My installation worked fine before this, except for some problem in gallery browsing - images don't show - a javascript issue I'll document separately.

So basically if I replace all files with the 1.9.3 version (gzipped tar release), and point the new installation at the database from the pre-existing installation, I get this error. I've experienced this for a while, but assumed it was because I was upgrading to the latest CVS HEAD, and that it was a transient issue (not worth filing as a bug until now - you can't miss it, as practically all page refreshes for anything with categories reveal it).

Below is a snapshot of my top level CVS/Entries file, indicating the latest versions of all files I'm currently running. Any ideas how I've got trapped with an inconsistent database setup, and what I can do about it. I don't remember doing anything fancy, except adding the <span style="color:black;background-color:#ffff66;">freetags</span> library and turning on <span style="color:black;background-color:#ffff66;">freetags</span>.

/.cvsignore/1.11/Wed May 18 10:58:51 2005//
/INSTALL/1.16/Mon Nov 7 21:42:28 2005//
/README/1.15/Mon Nov 7 21:42:28 2005//
/_htaccess/1.3/Fri Feb 17 15:10:30 2006//
/about.php/1.6/Thu Sep 8 00:55:16 2005//
/article_image.php/1.16/Thu Sep 8 01:13:15 2005//
/banner_click.php/1.9/Wed May 18 10:58:51 2005//
/banner_image.php/1.14/Thu Sep 8 01:17:55 2005//
/categorize.php/1.19/Mon Jan 16 12:31:27 2006//
/categorize_list.php/1.17/Sat Jan 21 18:51:58 2006//
/changelog.txt/1.171/Mon Dec 12 15:18:46 2005//
/comments.php/1.63/Thu Mar 16 15:58:31 2006//
/commxmlrpc.php/1.19/Thu Aug 18 16:23:04 2005//
/contribution.php/1.4/Fri Mar 10 15:24:02 2006//
/copyright.txt/1.10/Mon Nov 7 21:42:29 2005//
/copyrights.php/1.10/Thu Aug 25 20:50:04 2005//
/display_banner.php/1.15/Wed May 18 10:58:51 2005//
/favicon.png/1.3/Thu Jun 16 20:10:49 2005/-kb/
/fixperms.sh/1.7/Thu Oct 27 20:12:31 2005//
/freetag_apply.php/1.5/Sat Dec 17 19:32:51 2005//
/freetag_list.php/1.4/Sat Dec 17 19:32:50 2005//
/function.js_maxlength.php/1.8/Thu Aug 25 20:50:04 2005//
/get_strings.php/1.45/Mon Nov 7 16:20:21 2005//
/green.favicon.png/1.2/Sat Mar 12 16:48:56 2005/-kb/
/help.php/1.4/Thu Sep 8 01:33:00 2005//
/index.php/1.7/Wed May 18 10:58:52 2005//
/jhot.php/1.12/Thu Feb 16 17:42:44 2006//
/license.txt/1.2/Sun Sep 19 19:36:25 2004//
/messu-archive.php/1.4/Thu Sep 8 01:45:05 2005//
/messu-broadcast.php/1.26/Wed Nov 2 18:23:32 2005//
/messu-compose.php/1.32/Wed Nov 9 16:31:46 2005//
/messu-mailbox.php/1.18/Fri Feb 17 15:10:30 2006//
/messu-read.php/1.22/Thu Sep 15 14:52:33 2005//
/messu-read_archive.php/1.4/Thu Sep 8 01:45:05 2005//
/messu-read_sent.php/1.4/Thu Sep 8 01:45:05 2005//
/messu-sent.php/1.4/Thu Sep 8 01:45:05 2005//
/parse_tiki.php/1.6/Thu Sep 8 01:45:05 2005//
/poll_categorize.php/1.4/Thu Aug 25 20:50:04 2005//
/received_article_image.php/1.8/Wed May 18 10:58:52 2005//
/remote.php/1.3/Fri Feb 17 15:10:30 2006//
/robots.txt/1.8/Fri Jan 20 09:54:53 2006//
/select_banner.php/1.9/Wed May 18 10:58:52 2005//
/setup.sh/1.38/Fri Aug 26 00:16:50 2005//
/setup_smarty.php/1.37/Fri Feb 17 15:10:30 2006//
/show_image.php/1.29/Wed May 18 10:58:52 2005//
/testrpc.php/1.11/Wed May 18 10:58:52 2005//
/textareasize.php/1.4/Thu Aug 25 20:50:04 2005//
/tiki-admin.php/1.109/Fri Jan 20 09:54:53 2006//
/tiki-admin_actionlog.php/1.12/Fri Mar 3 14:09:29 2006//
/tiki-admin_banning.php/1.10/Wed May 18 10:58:52 2005/-ko/
/tiki-admin_calendars.php/1.23/Mon Aug 29 03:14:43 2005//
/tiki-admin_categories.php/1.42/Mon Oct 3 17:21:43 2005//
/tiki-admin_chart_items.php/1.12/Wed May 18 10:58:53 2005//
/tiki-admin_charts.php/1.12/Wed May 18 10:58:53 2005//
/tiki-admin_chat.php/1.13/Wed May 18 10:58:53 2005//
/tiki-admin_content_templates.php/1.17/Wed May 18 10:58:53 2005//
/tiki-admin_contribution.php/1.4/Thu Mar 9 16:28:30 2006//
/tiki-admin_cookies.php/1.14/Fri Aug 12 13:01:58 2005//
/tiki-admin_drawings.php/1.17/Wed Sep 7 22:23:21 2005//
/tiki-admin_dsn.php/1.12/Thu Aug 25 20:50:04 2005//
/tiki-admin_external_wikis.php/1.12/Thu Aug 25 20:50:04 2005//
/tiki-admin_forums.php/1.37/Wed Sep 7 22:23:21 2005//
/tiki-admin_hotwords.php/1.18/Wed Sep 7 22:23:21 2005//
/tiki-admin_html_page_content.php/1.12/Wed May 18 10:58:53 2005//
/tiki-admin_html_pages.php/1.13/Wed May 18 10:58:53 2005//
/tiki-admin_include_blogs.php/1.13/Wed Jan 18 14:45:47 2006//
/tiki-admin_include_calendar.php/1.4/Fri Mar 17 18:45:02 2006//
/tiki-admin_include_cms.php/1.13/Wed May 18 10:58:53 2005//
/tiki-admin_include_community.php/1.3/Wed May 18 10:58:53 2005//
/tiki-admin_include_directory.php/1.10/Wed May 18 10:58:53 2005//
/tiki-admin_include_faqs.php/1.10/Wed May 18 10:58:53 2005//
/tiki-admin_include_features.php/1.47/Thu Mar 2 15:15:51 2006//
/tiki-admin_include_fgal.php/1.13/Wed May 18 10:58:53 2005//
/tiki-admin_include_forums.php/1.10/Wed May 18 10:58:53 2005//
/tiki-admin_include_<span style="color:black;background-color:#ffff66;">freetags</span>.php/1.4/Sun Jan 29 04:04:01 2006//
/tiki-admin_include_gal.php/1.17/Wed Jan 18 14:45:47 2006//
/tiki-admin_include_general.php/1.46/Fri Jan 20 09:54:53 2006//
/tiki-admin_include_intertiki.php/1.3/Fri Feb 17 15:10:30 2006//
/tiki-admin_include_jukebox.php/1.6/Wed May 18 10:58:54 2005//
/tiki-admin_include_login.php/1.39/Sun Jan 22 21:45:08 2006//
/tiki-admin_include_maps.php/1.14/Mon Nov 7 21:42:29 2005//
/tiki-admin_include_metatags.php/1.5/Wed May 18 10:58:54 2005//
/tiki-admin_include_polls.php/1.11/Wed May 18 10:58:54 2005//
/tiki-admin_include_rss.php/1.15/Fri Feb 17 15:10:30 2006//
/tiki-admin_include_score.php/1.3/Sat Jan 1 00:16:31 2005//
/tiki-admin_include_search.php/1.17/Mon Nov 14 22:22:39 2005//
/tiki-admin_include_siteid.php/1.5/Thu Aug 25 20:50:04 2005//
/tiki-admin_include_trackers.php/1.12/Wed May 18 10:58:54 2005//
/tiki-admin_include_userfiles.php/1.10/Wed May 18 10:58:54 2005//
/tiki-admin_include_webmail.php/1.10/Wed May 18 10:58:54 2005//
/tiki-admin_include_wiki.php/1.59/Tue Mar 28 07:41:45 2006//
/tiki-admin_include_wikiatt.php/1.3/Wed May 18 10:58:54 2005//
/tiki-admin_integrator.php/1.19/Wed May 18 10:58:54 2005//
/tiki-admin_integrator_rules.php/1.24/Wed May 18 10:58:54 2005//
/tiki-admin_layout.php/1.15/Wed May 18 10:58:54 2005//
/tiki-admin_links.php/1.18/Wed May 18 10:58:54 2005//
/tiki-admin_mailin.php/1.20/Thu Jun 16 20:10:49 2005//
/tiki-admin_menu_options.php/1.20/Wed May 18 10:58:54 2005//
/tiki-admin_menus.php/1.16/Thu Aug 25 20:50:04 2005//
/tiki-admin_modules.php/1.42/Mon Oct 3 17:21:43 2005//
/tiki-admin_newsletter_subscriptions.php/1.16/Tue Sep 27 22:05:23 2005//
/tiki-admin_newsletters.php/1.14/Fri Aug 12 13:01:58 2005//
/tiki-admin_notifications.php/1.14/Wed May 18 10:58:54 2005//
/tiki-admin_poll_options.php/1.19/Wed May 18 10:58:54 2005//
/tiki-admin_polls.php/1.17/Wed May 18 10:58:54 2005//
/tiki-admin_quicktags.php/1.16/Mon Mar 20 16:36:07 2006//
/tiki-admin_rssmodules.php/1.20/Wed May 18 10:58:54 2005//
/tiki-admin_score.php/1.4/Fri Oct 8 09:59:44 2004//
/tiki-admin_security.php/1.8/Mon Dec 12 15:18:46 2005//
/tiki-admin_shoutbox_words.php/1.3/Wed May 18 10:58:54 2005//
/tiki-admin_structures.php/1.22/Wed May 18 10:58:54 2005//
/tiki-admin_survey_questions.php/1.15/Wed May 18 10:58:54 2005//
/tiki-admin_surveys.php/1.17/Wed May 18 10:58:54 2005//
/tiki-admin_system.php/1.24/Thu Aug 25 20:50:04 2005//
/tiki-admin_topics.php/1.19/Wed May 18 10:58:55 2005//
/tiki-admin_tracker_fields.php/1.36/Fri Jan 20 09:54:53 2006//
/tiki-admin_trackers.php/1.42/Wed May 18 10:58:55 2005//
/tiki-admingroups.php/1.53/Thu Jan 5 17:59:27 2006//
/tiki-adminusers.php/1.60/Fri Feb 17 15:10:30 2006//
/tiki-ajax.php/1.4/Tue Mar 14 22:59:02 2006//
/tiki-ajax_example.php/1.1/Mon Mar 6 05:24:34 2006//
/tiki-article_types.php/1.15/Wed May 18 10:58:55 2005//
/tiki-articles_rss.php/1.26/Wed May 18 10:58:55 2005//
/tiki-assignpermission.php/1.24/Wed May 18 10:58:55 2005//
/tiki-assignuser.php/1.20/Fri Jan 20 09:54:53 2006//
/tiki-atom.php/1.8/Wed May 18 10:58:55 2005//
/tiki-backlinks.php/1.11/Wed May 18 10:58:55 2005//
/tiki-backup.php/1.17/Wed May 18 10:58:55 2005//
/tiki-batch_upload.php/1.4/Thu Jun 16 20:10:49 2005//
/tiki-blog_post.php/1.43/Fri Feb 17 15:10:30 2006//
/tiki-blog_rankings.php/1.15/Wed May 18 10:58:55 2005//
/tiki-blog_rss.php/1.29/Thu Jan 5 17:16:37 2006//
/tiki-blogs_rss.php/1.29/Wed May 18 10:58:55 2005//
/tiki-browse_categories.php/1.27/Fri Feb 17 15:10:30 2006//
/tiki-browse_<span style="color:black;background-color:#ffff66;">freetags</span>.php/1.11/Sat Feb 11 15:00:24 2006//
/tiki-browse_gallery.php/1.35/Wed Sep 14 21:45:38 2005//
/tiki-browse_image.php/1.35/Fri Feb 17 15:10:30 2006//
/tiki-browse_users.php/1.1/Wed Dec 14 17:40:31 2005//
/tiki-calendar.php/1.53/Fri Feb 17 15:10:31 2006//
/tiki-calendar_import.php/1.2/Wed May 18 10:58:55 2005//
/tiki-calendar_setup.php/1.2/Fri Mar 17 18:45:02 2006//
/tiki-calendars_rss.php/1.2/Fri Feb 17 15:10:31 2006//
/tiki-categpermissions.php/1.14/Wed May 18 10:58:55 2005//
/tiki-change_password.php/1.17/Fri Sep 23 08:19:45 2005//
/tiki-charts.php/1.11/Wed May 18 10:58:55 2005//
/tiki-chat.php/1.11/Wed May 18 10:58:55 2005//
/tiki-chat_box.php/1.10/Wed May 18 10:58:55 2005//
/tiki-chat_center.html/1.3/Sat Nov 15 14:34:35 2003//
/tiki-chat_loader.php/1.17/Tue Jan 24 06:11:52 2006//
/tiki-chat_users.php/1.13/Wed May 18 10:58:55 2005//
/tiki-chatroom.php/1.14/Fri Feb 17 15:10:31 2006//
/tiki-cms_rankings.php/1.14/Wed May 18 10:58:55 2005//
/tiki-config_pdf.php/1.13/Wed Feb 8 11:54:44 2006//
/tiki-contact.php/1.22/Fri Feb 17 15:10:31 2006//
/tiki-cookie-jar.php/1.2/Thu Jul 8 12:50:33 2004//
/tiki-create_webhelp.php/1.8/Wed Jan 5 19:22:41 2005/-ko/
/tiki-custom_home.php/1.15/Wed May 18 10:58:55 2005//
/tiki-debug_console.php/1.8/Wed May 18 10:58:55 2005//
/tiki-directories_rss.php/1.5/Wed May 18 10:58:55 2005/-kb/
/tiki-directory_add_site.php/1.18/Mon Dec 12 15:18:46 2005//
/tiki-directory_add_tiki_site.php/1.3/Sat Mar 12 16:48:58 2005//
/tiki-directory_admin.php/1.10/Wed May 18 10:58:55 2005//
/tiki-directory_admin_categories.php/1.16/Wed May 18 10:58:55 2005//
/tiki-directory_admin_related.php/1.14/Wed May 18 10:58:55 2005//
/tiki-directory_admin_sites.php/1.17/Wed May 18 10:58:55 2005//
/tiki-directory_browse.php/1.13/Mon Dec 12 15:18:46 2005//
/tiki-directory_ranking.php/1.9/Wed May 18 10:58:55 2005//
/tiki-directory_redirect.php/1.7/Wed May 18 10:58:55 2005//
/tiki-directory_rss.php/1.4/Wed May 18 10:58:55 2005/-kb/
/tiki-directory_search.php/1.9/Wed May 18 10:58:55 2005//
/tiki-directory_validate_sites.php/1.15/Wed May 18 10:58:55 2005//
/tiki-download_file.php/1.22/Fri Oct 28 15:44:44 2005//
/tiki-download_forum_attachment.php/1.11/Wed May 18 10:58:55 2005//
/tiki-download_item_attachment.php/1.12/Thu Oct 27 20:12:31 2005//
/tiki-download_userfile.php/1.8/Wed May 18 10:58:55 2005//
/tiki-download_wiki_attachment.php/1.14/Mon Nov 7 21:42:29 2005//
/tiki-edit_article.php/1.53/Fri Jan 20 09:54:53 2006//
/tiki-edit_banner.php/1.21/Mon Nov 7 21:42:29 2005//
/tiki-edit_blog.php/1.30/Fri Feb 17 15:10:31 2006//
/tiki-edit_css.php/1.12/Wed May 18 10:58:56 2005//
/tiki-edit_image.php/1.16/Thu Jul 14 13:59:49 2005//
/tiki-edit_languages.php/1.21/Tue Jul 19 01:07:12 2005//
/tiki-edit_programmed_content.php/1.16/Wed May 18 10:58:56 2005//
/tiki-edit_question_options.php/1.14/Wed May 18 10:58:56 2005//
/tiki-edit_quiz.php/1.18/Wed May 18 10:58:56 2005//
/tiki-edit_quiz_questions.php/1.20/Wed May 18 10:58:56 2005//
/tiki-edit_quiz_results.php/1.13/Wed May 18 10:58:56 2005//
/tiki-edit_structure.php/1.28/Wed May 18 10:58:56 2005//
/tiki-edit_submission.php/1.48/Fri Feb 17 15:10:31 2006//
/tiki-edit_templates.php/1.19/Fri Feb 17 15:10:31 2006//
/tiki-edit_topic.php/1.5/Wed May 18 10:58:56 2005//
/tiki-edit_translation.php/1.9/Mon Dec 12 15:18:46 2005//
/tiki-edit_wiki_section.php/1.3/Mon Dec 19 13:53:57 2005//
/tiki-editdrawing.php/1.18/Wed May 18 10:58:56 2005//
/tiki-editpage.php/1.139/Mon Mar 20 21:39:18 2006//
/tiki-eph.php/1.14/Wed May 18 10:58:56 2005//
/tiki-eph_admin.php/1.11/Wed May 18 10:58:56 2005//
/tiki-error.php/1.16/Mon Oct 10 17:46:31 2005//
/tiki-error_simple.php/1.6/Fri Oct 15 15:54:42 2004//
/tiki-export_pdf.php/1.16/Wed Feb 8 11:54:44 2006//
/tiki-export_pdf_reader.php/1.1/Wed Feb 8 11:55:07 2006//
/tiki-export_sheet.php/1.5/Wed May 18 10:58:56 2005//
/tiki-export_wiki_pages.php/1.10/Wed May 18 10:58:56 2005//
/tiki-faq_questions.php/1.24/Wed Oct 26 15:11:02 2005//
/tiki-featured_link.php/1.13/Wed May 18 10:58:56 2005//
/tiki-file_galleries.php/1.23/Sat Jan 22 22:54:54 2005//
/tiki-file_galleries_rankings.php/1.13/Wed May 18 10:58:56 2005//
/tiki-file_galleries_rss.php/1.25/Wed May 18 10:58:56 2005//
/tiki-file_gallery_rss.php/1.25/Wed May 18 10:58:56 2005//
/tiki-forum_queue.php/1.14/Wed May 18 10:58:56 2005//
/tiki-forum_rankings.php/1.12/Wed May 18 10:58:56 2005//
/tiki-forum_rss.php/1.18/Wed May 18 10:58:56 2005//
/tiki-forums.php/1.15/Mon Nov 7 21:42:29 2005//
/tiki-forums_reported.php/1.9/Wed Jan 5 19:22:41 2005/-ko/
/tiki-forums_rss.php/1.20/Wed May 18 10:58:56 2005//
/tiki-freetag3d_xmlrpc.php/1.6/Sat Jan 28 20:51:09 2006//
/tiki-freetag_list_objects_ajax.php/1.4/Tue Jan 31 00:32:53 2006//
/tiki-friends.php/1.7/Fri Feb 17 15:10:31 2006//
/tiki-g-admin_activities.php/1.16/Thu Mar 16 13:43:09 2006//
/tiki-g-admin_graph.php/1.4/Fri Jan 20 09:54:53 2006//
/tiki-g-admin_instance.php/1.11/Wed May 18 10:58:56 2005//
/tiki-g-admin_instance_activity.php/1.4/Fri Jan 20 09:54:53 2006//
/tiki-g-admin_processes.php/1.12/Wed May 18 10:58:56 2005//
/tiki-g-admin_roles.php/1.13/Wed May 18 10:58:56 2005//
/tiki-g-admin_shared_source.php/1.10/Wed May 18 10:58:56 2005//
/tiki-g-monitor_activities.php/1.11/Wed May 18 10:58:56 2005//
/tiki-g-monitor_instances.php/1.12/Wed May 18 10:58:56 2005//
/tiki-g-monitor_processes.php/1.11/Wed May 18 10:58:56 2005//
/tiki-g-monitor_workitems.php/1.12/Fri Feb 17 15:10:31 2006//
/tiki-g-my_activities.php/1.1/Sun Jan 25 01:34:20 2004//
/tiki-g-my_instances.php/1.1/Sun Jan 25 01:34:20 2004//
/tiki-g-run_activity.php/1.16/Thu Mar 16 13:43:09 2006//
/tiki-g-save_process.php/1.7/Wed May 18 10:58:56 2005//
/tiki-g-user_activities.php/1.12/Thu Mar 16 13:43:09 2006//
/tiki-g-user_instances.php/1.13/Thu Mar 16 13:43:09 2006//
/tiki-g-user_processes.php/1.11/Thu Mar 16 13:43:09 2006//
/tiki-g-view_comment.php/1.2/Sat Mar 12 16:48:59 2005//
/tiki-g-view_workitem.php/1.10/Wed May 18 10:58:56 2005//
/tiki-galleries.php/1.50/Fri Feb 17 15:10:31 2006//
/tiki-galleries_rankings.php/1.14/Wed May 18 10:58:56 2005//
/tiki-graph_formula.php/1.2/Wed May 18 10:58:56 2005//
/tiki-graph_sheet.php/1.7/Tue Dec 27 16:09:16 2005//
/tiki-handlers.php/1.8/Wed May 18 10:58:56 2005//
/tiki-history_sheets.php/1.3/Wed May 18 10:58:56 2005//
/tiki-im_ajax.php/1.1/Mon Feb 13 01:49:37 2006//
/tiki-image_galleries_rss.php/1.26/Wed May 18 10:58:57 2005//
/tiki-image_gallery_rss.php/1.24/Wed May 18 10:58:57 2005//
/tiki-imexport_languages.php/1.17/Wed May 18 10:58:57 2005//
/tiki-import_sheet.php/1.4/Wed May 18 10:58:57 2005//
/tiki-import_structuredtext.php/1.6/Wed May 18 10:58:57 2005//
/tiki-index.php/1.158/Mon Mar 20 21:47:09 2006//
/tiki-index_p.php/1.21/Fri Jan 20 09:54:53 2006//
/tiki-index_raw.php/1.22/Fri Jan 20 09:54:53 2006//
/tiki-install.php/1.78/Sun Oct 16 14:35:09 2005//
/tiki-integrator.php/1.18/Wed May 18 10:58:57 2005//
/tiki-jscalendar.php/1.5/Fri Jan 20 09:54:53 2006//
/tiki-lastchanges.php/1.15/Wed May 18 10:58:57 2005//
/tiki-layout_options.php/1.7/Wed May 18 10:58:57 2005//
/tiki-likepages.php/1.12/Wed May 18 10:58:57 2005//
/tiki-list_articles.php/1.23/Mon Nov 7 21:42:29 2005//
/tiki-list_banners.php/1.14/Wed May 18 10:58:57 2005//
/tiki-list_blogs.php/1.26/Mon Nov 7 21:42:29 2005//
/tiki-list_cache.php/1.12/Wed May 18 10:58:58 2005//
/tiki-list_comments.php/1.1/Fri Oct 14 13:50:34 2005//
/tiki-list_contents.php/1.15/Wed May 18 10:58:58 2005//
/tiki-list_faqs.php/1.16/Wed May 18 10:58:58 2005//
/tiki-list_file_gallery.php/1.29/Wed Sep 14 21:45:38 2005//
/tiki-list_gallery.php/1.23/Fri Feb 17 15:10:31 2006//
/tiki-list_games.php/1.25/Wed May 18 10:58:58 2005//
/tiki-list_integrator_repositories.php/1.13/Wed May 18 10:58:58 2005//
/tiki-list_posts.php/1.15/Wed May 18 10:58:58 2005//
/tiki-list_quizzes.php/1.13/Wed May 18 10:58:58 2005//
/tiki-list_submissions.php/1.16/Wed May 18 10:58:58 2005//
/tiki-list_surveys.php/1.15/Wed May 18 10:58:58 2005//
/tiki-list_trackers.php/1.15/Wed May 18 10:58:58 2005//
/tiki-list_users.php/1.8/Thu Jul 14 13:59:50 2005//
/tiki-listmovies.php/1.4/Mon Jun 28 16:16:24 2004//
/tiki-listpages.php/1.27/Mon Mar 20 16:36:10 2006//
/tiki-live_support_admin.php/1.15/Wed Jan 5 19:22:42 2005/-ko/
/tiki-live_support_chat_frame.php/1.5/Sat Jan 1 00:16:33 2005/-ko/
/tiki-live_support_chat_window.php/1.9/Sat Jan 1 00:16:33 2005/-ko/
/tiki-live_support_client.php/1.10/Sat Jan 1 00:16:33 2005/-ko/
/tiki-live_support_console.php/1.11/Sat Mar 12 16:49:00 2005/-ko/
/tiki-live_support_message.php/1.7/Sat Jan 1 00:16:33 2005/-ko/
/tiki-live_support_server.php/1.13/Sat Jan 1 00:16:33 2005/-ko/
/tiki-live_support_transcripts.php/1.7/Wed Jan 5 19:22:42 2005/-ko/
/tiki-login.php/1.51/Fri Feb 17 15:10:31 2006//
/tiki-login_scr.php/1.12/Fri Feb 17 15:10:31 2006//
/tiki-login_validate.php/1.17/Sun Oct 16 14:35:09 2005//
/tiki-logout.php/1.20/Wed May 18 10:58:58 2005//
/tiki-mailin-code.php/1.17/Mon Nov 7 16:20:21 2005//
/tiki-mailin.php/1.8/Wed May 18 10:58:58 2005//
/tiki-map.phtml/1.37/Fri Feb 17 15:10:31 2006//
/tiki-map_download.phtml/1.12/Mon Nov 7 21:42:29 2005//
/tiki-map_edit.php/1.21/Wed Sep 7 12:35:39 2005//
/tiki-map_history.php/1.3/Wed May 18 10:58:58 2005//
/tiki-map_rss.php/1.11/Wed May 18 10:58:58 2005//
/tiki-map_upload.php/1.16/Mon Nov 7 21:42:29 2005//
/tiki-minical.php/1.18/Wed May 18 10:58:58 2005//
/tiki-minical_export.php/1.6/Wed May 18 10:58:58 2005//
/tiki-minical_prefs.php/1.14/Wed May 18 10:58:58 2005//
/tiki-minical_reminders.php/1.11/Wed May 18 10:58:58 2005//
/tiki-mobile.php/1.11/Thu Aug 18 16:23:05 2005//
/tiki-mods.php/1.6/Wed May 18 10:58:58 2005//
/tiki-mods_admin.php/1.3/Wed May 18 10:58:58 2005//
/tiki-module_controls.php/1.15/Mon Dec 19 17:27:12 2005//
/tiki-modules.php/1.53/Mon Dec 19 17:44:34 2005//
/tiki-my_tiki.php/1.23/Wed Nov 23 21:47:13 2005//
/tiki-mytiki_shared.php/1.6/Wed May 18 10:58:58 2005//
/tiki-newsletter_archives.php/1.5/Mon Dec 12 15:18:46 2005//
/tiki-newsletters.php/1.24/Mon Dec 12 15:18:46 2005//
/tiki-newsreader_groups.php/1.15/Wed May 18 10:58:58 2005//
/tiki-newsreader_news.php/1.19/Wed May 18 10:58:58 2005//
/tiki-newsreader_read.php/1.14/Wed May 18 10:58:58 2005//
/tiki-newsreader_servers.php/1.18/Wed May 18 10:58:58 2005//
/tiki-notepad_get.php/1.8/Wed May 18 10:58:58 2005//
/tiki-notepad_list.php/1.19/Fri Feb 17 15:10:31 2006//
/tiki-notepad_read.php/1.15/Mon Nov 7 21:42:29 2005//
/tiki-notepad_write.php/1.11/Wed May 18 10:58:58 2005//
/tiki-objectpermissions.php/1.13/Sun Oct 16 14:35:09 2005//
/tiki-old_polls.php/1.12/Wed May 18 10:58:58 2005//
/tiki-orphan_pages.php/1.10/Wed May 18 10:58:58 2005//
/tiki-page.php/1.13/Fri Aug 12 13:01:58 2005//
/tiki-page_loader.php/1.11/Wed May 18 10:58:58 2005//
/tiki-pagehistory.php/1.30/Thu Mar 2 15:15:51 2006//
/tiki-pagepermissions.php/1.23/Wed May 18 10:58:58 2005//
/tiki-pagesetup.php/1.17/Wed May 18 10:58:58 2005//
/tiki-pagination.php/1.8/Thu Jan 5 17:16:37 2006//
/tiki-pdf.php/1.13/Sun Oct 16 14:35:09 2005//
/tiki-phpinfo.php/1.8/Wed May 18 10:58:58 2005//
/tiki-pick_avatar.php/1.24/Mon Oct 3 17:21:43 2005//
/tiki-poll_form.php/1.16/Fri Jan 20 09:54:53 2006//
/tiki-poll_results.php/1.17/Wed May 18 10:58:58 2005//
/tiki-print.php/1.24/Fri Jan 20 09:54:53 2006//
/tiki-print_article.php/1.9/Wed May 18 10:58:58 2005//
/tiki-print_blog_post.php/1.12/Wed May 18 10:58:58 2005//
/tiki-print_multi_pages.php/1.11/Thu Aug 18 16:23:05 2005//
/tiki-print_pages.php/1.15/Mon Nov 7 21:42:29 2005//
/tiki-pv_chart.php/1.11/Wed May 18 10:58:58 2005//
/tiki-quiz_download_answer.php/1.2/Sat Mar 12 16:49:00 2005//
/tiki-quiz_edit.php/1.16/Wed May 18 10:58:58 2005//
/tiki-quiz_result_stats.php/1.13/Wed May 18 10:58:58 2005//
/tiki-quiz_stats.php/1.13/Wed May 18 10:58:58 2005//
/tiki-quiz_stats_quiz.php/1.15/Wed May 18 10:58:58 2005//
/tiki-random_num_img.php/1.6/Sat Jan 1 00:16:35 2005/-ko/
/tiki-read_article.php/1.50/Mon Nov 7 21:42:29 2005//
/tiki-received_articles.php/1.18/Wed May 18 10:58:59 2005//
/tiki-received_pages.php/1.15/Wed May 18 10:58:59 2005//
/tiki-referer_stats.php/1.13/Wed May 18 10:58:59 2005//
/tiki-register.php/1.61/Fri Feb 17 15:10:31 2006//
/tiki-register_ajax.php/1.1/Thu Dec 15 20:21:55 2005//
/tiki-register_site.php/1.3/Mon Mar 15 21:27:27 2004//
/tiki-remind_password.php/1.26/Fri Jan 20 09:54:53 2006//
/tiki-remote_backup.php/1.8/Wed May 18 10:58:59 2005//
/tiki-removepage.php/1.14/Thu Mar 2 15:15:51 2006//
/tiki-rename_page.php/1.15/Wed May 18 10:58:59 2005//
/tiki-replicate.php/1.3/Wed May 18 10:58:59 2005//
/tiki-replicate_console.php/1.4/Wed May 18 10:58:59 2005//
/tiki-rollback.php/1.16/Wed May 18 10:58:59 2005//
/tiki-rss_error.php/1.5/Wed May 18 10:58:59 2005//
/tiki-search_stats.php/1.12/Wed May 18 10:58:59 2005//
/tiki-searchindex.php/1.12/Wed May 18 10:58:59 2005//
/tiki-searchresults.php/1.36/Mon Dec 12 15:18:47 2005//
/tiki-section_options.php/1.11/Wed May 18 10:58:59 2005//
/tiki-send_blog_post.php/1.15/Fri Feb 17 15:10:31 2006//
/tiki-send_newsletters.php/1.26/Wed Aug 10 15:56:00 2005//
/tiki-send_objects.php/1.20/Sun Oct 16 14:35:09 2005//
/tiki-setup.php/1.301/Mon Mar 20 07:03:37 2006//
/tiki-setup_base.php/1.95/Thu Mar 16 13:43:09 2006//
/tiki-sheets.php/1.9/Wed May 18 10:58:59 2005//
/tiki-shoutbox.php/1.15/Wed May 18 10:58:59 2005//
/tiki-show_calendar.php/1.3/Mon Feb 13 20:55:30 2006//
/tiki-show_raw_links.php/1.1/Thu Apr 1 00:27:09 2004//
/tiki-show_user_avatar.php/1.9/Wed May 18 10:58:59 2005//
/tiki-slideshow.php/1.21/Wed May 18 10:58:59 2005//
/tiki-slideshow2.php/1.14/Wed May 18 10:58:59 2005//
/tiki-special_chars.php/1.2/Wed May 18 10:58:59 2005//
/tiki-stats.php/1.15/Fri Aug 12 13:01:58 2005//
/tiki-survey_stats.php/1.14/Wed May 18 10:58:59 2005//
/tiki-survey_stats_survey.php/1.14/Wed May 18 10:58:59 2005//
/tiki-switch_lang.php/1.7/Mon Feb 27 17:21:14 2006//
/tiki-switch_theme.php/1.3/Sun Sep 19 19:36:25 2004//
/tiki-syslog.php/1.6/Thu Jul 28 15:20:18 2005//
/tiki-take_quiz.php/1.20/Mon Dec 12 15:18:47 2005//
/tiki-take_survey.php/1.14/Wed May 18 10:58:59 2005//
/tiki-tc.php/1.11/Fri Jan 20 09:54:53 2006//
/tiki-theme_control.php/1.14/Mon Oct 3 17:21:43 2005//
/tiki-theme_control_objects.php/1.17/Mon Oct 3 17:21:43 2005//
/tiki-theme_control_sections.php/1.11/Mon Oct 3 17:21:43 2005//
/tiki-tracker_rss.php/1.3/Fri Feb 17 15:10:31 2006//
/tiki-upload_file.php/1.33/Wed May 18 10:58:59 2005//
/tiki-upload_image.php/1.38/Wed May 18 10:58:59 2005//
/tiki-usage_chart.php/1.9/Wed Sep 7 12:35:39 2005//
/tiki-user_assigned_modules.php/1.15/Wed May 18 10:58:59 2005//
/tiki-user_bookmarks.php/1.16/Wed May 18 10:58:59 2005//
/tiki-user_cached_bookmark.php/1.9/Wed May 18 10:58:59 2005//
/tiki-user_information.php/1.33/Sun Jan 22 21:45:08 2006//
/tiki-user_preferences.php/1.80/Fri Feb 17 15:10:31 2006//
/tiki-user_tasks.php/1.20/Fri Feb 17 15:10:31 2006//
/tiki-user_watches.php/1.16/Thu Mar 2 11:34:11 2006//
/tiki-userfiles.php/1.15/Wed May 18 10:59:00 2005//
/tiki-usermenu.php/1.11/Wed May 18 10:59:00 2005//
/tiki-users3d_xmlrpc.php/1.1/Wed Dec 14 17:40:31 2005//
/tiki-userversions.php/1.14/Wed May 18 10:59:00 2005//
/tiki-view_articles.php/1.31/Mon Nov 7 21:42:29 2005//
/tiki-view_banner.php/1.21/Wed May 18 10:59:00 2005//
/tiki-view_blog.php/1.51/Mon Dec 12 15:18:47 2005//
/tiki-view_blog_post.php/1.33/Sun Dec 11 15:27:04 2005//
/tiki-view_blog_post_image.php/1.7/Wed May 18 10:59:00 2005//
/tiki-view_cache.php/1.11/Wed May 18 10:59:00 2005//
/tiki-view_chart.php/1.17/Wed May 18 10:59:00 2005//
/tiki-view_chart_item.php/1.12/Wed May 18 10:59:00 2005//
/tiki-view_eph.php/1.5/Wed May 18 10:59:00 2005//
/tiki-view_faq.php/1.20/Wed May 18 10:59:00 2005//
/tiki-view_forum.php/1.99/Mon Mar 13 14:13:41 2006//
/tiki-view_forum_thread.php/1.82/Mon Nov 7 21:42:29 2005//
/tiki-view_irc.php/1.13/Wed May 18 10:59:00 2005//
/tiki-view_minical_topic.php/1.6/Wed May 18 10:59:00 2005//
/tiki-view_sheets.php/1.10/Wed May 18 10:59:00 2005//
/tiki-view_tracker.php/1.90/Fri Jan 20 09:54:53 2006//
/tiki-view_tracker_item.php/1.91/Fri Feb 17 15:10:31 2006//
/tiki-view_tracker_more_info.php/1.7/Mon Nov 7 21:42:29 2005//
/tiki-wap.php/1.7/Sat Jan 1 00:16:35 2005/-ko/
/tiki-webmail.php/1.29/Wed May 18 10:59:01 2005//
/tiki-webmail_contacts.php/1.11/Wed May 18 10:59:01 2005//
/tiki-webmail_download_attachment.php/1.8/Wed May 18 10:59:01 2005//
/tiki-wiki3d.php/1.3/Sat May 29 20:50:39 2004//
/tiki-wiki3d_xmlrpc.php/1.5/Thu Aug 18 16:23:05 2005//
/tiki-wiki_rankings.php/1.13/Wed May 18 10:59:01 2005//
/tiki-wiki_rss.php/1.32/Wed May 18 10:59:01 2005//
/tiki-xajax_example.php/1.1/Fri Mar 10 02:15:52 2006//
/tiki-xmlrpc_services.php/1.13/Thu Aug 18 16:23:05 2005//
/topic_image.php/1.15/Thu Sep 8 01:48:45 2005//
/xmlrpc.php/1.26/Mon Dec 12 15:18:47 2005//
tracker item
Registered Users can Edit pages even tough they are not allowed to view them neither to edit them
Steps to reproduce:

Use admin rights for the following steps

1. Create at least 2 categories
2. Give Registered (default no rights changed) User group access to one of them and deny access to the other
3. Now create 1 Wiki site in each Category
4. Link both pages from the tiki.index.php via Wiki link

5. Log in as the Registered user now
6. Try viewing both Sites via the Wiki link on one u get the error that u dont have permission to do so
7. Now click on the Link
Create this page (page will be orphaned)
8. Now u can view the page even though u arent allowed to do so
9. Uncheck the category change the site and u are even able to save the edits u did even though u dont have permission to do so
tracker item
Reinstate the feature_category_reinforce
In Tiki 3, the feature_category_reinforce allowed Tiki to evaluate category permissions with AND operator, to determine if a user can view an object in the category.

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

I would like the feature_category_reinforce option re-instated for Tiki 5 & 6.
tracker item
renaming or deleting a wiki page doesn't update the link seen from CATEGORY plugin
Imagine you have 2 wiki pages. Page A and Page B, and Page B is assigned to category X.
In page A you use the CATEGORY plugin to list all objects from category X, and thus, it lists the "Page B" name, which links to it.

Then you rename Page B to Page C. In page A, the plugin category still shows name and link to "Page B", and not the updated name and link: "Page C".

This bug has been here for almost a year, and it is present in 1.9 and 1.10
---
bug still alive on tiki 2.1, and confirmed also after deleting pages, and clearing tiki caches.

It can be tested on (production) site for registered users at:
http://uniwiki.sima.ourproject.org
tracker item
renaming perspectives in a category doesn't work
tracker item
Roles and Permissions
tracker item
RSS Calendar Security problem - anonymous users allowed access to secured calendar via RSS link
Preface: This is my first bug entered and I am also *very* new to TikiWiki.

With that disclaimer out of the way:

The problem is that the RSS calendar link at the bottom of the default install seems that it bypasses or overrides the security.

I had set up a restricted category and a restricted calendar tied to that category. I created a user with access and it worked fine. I logged in as a test user to make sure it was working correctly. I could see the public calendar and the public topics but not the restricted ones. I thought this is great.

Then, when I was not even logged in as any user, I clicked on the RSS feed at the bottom of the screen and guess what? It showed me all the contents of the restricted calendar and the public calendar, too.

Thanks.
tracker item
search "Editorial Board Meeting" at doc.tw.o admin category EBM returns Column 'name' ambiguous
At doc.tw.o (upgraded to 1.10svn April 12th), I went to admin categories.
Selected "Editorial Board Meeting" (already existed), to add pages to it.
At the filter box I set "Editorial Board Meeting" and a mysql error is returned:


{BOX()}
~pp~
~np~
An error occured in a database query!

Context:
File tiki-admin_categories.php
Url tiki-admin_categories.php?find_objects=Editorial+Board+Meeting&parentId=10&search_objects=Filter&sort_mode=name_asc&offset=0&find=
Query:
SELECT tab.*, tfgp.`name` as `parentName` FROM (SELECT 1 as `isgal`, tfg.`galleryId` as `id`, tfg.`parentId`, tfg.`name`, tfg.`description`, 0 as `size`, tfg.`created`, tfg.`name` as `filename`, tfg.`type`, tfg.`user` as `creator`, '' as `author`, tfg.`hits`, tfg.`votes`, tfg.`points`, '' as `path`, '' as `reference_url`, '' as `is_reference`, '' as `hash`, tfg.`name` as `search_data`, tfg.`lastmodif` as `lastmodif`, '' as `last_user`, '' as `lockedby`, '' as `comment`, 0 as `archiveId`, tfg.`visible`, tfg.`public`, tfg.`galleryId` as `fileId`, tfg.`parentId` as `galleryId`, 0 as `filesize`, tfg.`type` as `filetype`, tfg.`user`, '' as `lastModifUser`, count(distinct tfc.`fileId`) as `files` FROM `tiki_file_galleries` as tfg LEFT JOIN `tiki_files` tfc ON (tfg.`galleryId` = tfc.`galleryId`) GROUP BY tfg.`galleryId`) as tab LEFT OUTER JOIN `tiki_file_galleries` tfgp ON (tab.`parentId` = tfgp.`galleryId`) WHERE (upper(`name`) LIKE upper(?) OR upper(`description`) LIKE upper(?) OR upper(`filename`) LIKE upper(?)) ORDER BY `isgal` desc, tab.`name` desc
Values:
0 %Editorial Board Meeting%
1 %Editorial Board Meeting%
2 %Editorial Board Meeting%
Message:
Column 'name' in where clause is ambiguous
Built query was probably:
SELECT tab.*, tfgp.`name` as `parentName` FROM (SELECT 1 as `isgal`, tfg.`galleryId` as `id`, tfg.`parentId`, tfg.`name`, tfg.`description`, 0 as `size`, tfg.`created`, tfg.`name` as `filename`, tfg.`type`, tfg.`user` as `creator`, '' as `author`, tfg.`hits`, tfg.`votes`, tfg.`points`, '' as `path`, '' as `reference_url`, '' as `is_reference`, '' as `hash`, tfg.`name` as `search_data`, tfg.`lastmodif` as `lastmodif`, '' as `last_user`, '' as `lockedby`, '' as `comment`, 0 as `archiveId`, tfg.`visible`, tfg.`public`, tfg.`galleryId` as `fileId`, tfg.`parentId` as `galleryId`, 0 as `filesize`, tfg.`type` as `filetype`, tfg.`user`, '' as `lastModifUser`, count(distinct tfc.`fileId`) as `files` FROM `tiki_file_galleries` as tfg LEFT JOIN `tiki_files` tfc ON (tfg.`galleryId` = tfc.`galleryId`) GROUP BY tfg.`galleryId`) as tab LEFT OUTER JOIN `tiki_file_galleries` tfgp ON (tab.`parentId` = tfgp.`galleryId`) WHERE (upper(`name`) LIKE upper('%Editorial Board Meeting%') OR upper(`description`) LIKE upper('%Editorial Board Meeting%') OR upper(`filename`) LIKE upper('%Editorial Board Meeting%')) ORDER BY `isgal` desc, tab.`name` desc
~/np~
~pp~
{BOX}

Nothing was added to that category. I had to add them selecting them from the multiple select box showing all pages in doc.tw.o (at least nowadays all pages are listed :-) - thanks to the coders who improved that )
tracker item
Search within category
Error message with search function in category.
PHP (4.3.10-18) ERROR (E_USER_WARNING):
File: tikidblib.php
Line: 181
Type: mysql error: Column 'name' in where clause is ambiguous in query:

SELECT DISTINCT c.*, o.* FROM `tiki_category_objects` c, `tiki_categorized_objects` co, `tiki_objects` o LEFT JOIN `users_objectpermissions` u ON u.`objectId`=MD5(CONCAT(o.`type`,LOWER(o.`itemId`))) AND u.`objectType`=o.`type` WHERE c.`catObjectId`=o.`objectId` AND o.`objectId`=co.`catObjectId` AND c.`categId`=? AND (`name` LIKE ? OR `description` LIKE ?) AND (( u.`objectId` IS NULL AND (o.`type` IN ('',?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) OR o.`type` like ?) OR (((o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`permName`=?) OR (o.`type`=? AND u.`perm
tracker item
Search, Catagories and File Gallery permissions issues in 4.2 Stable
I have Staging + Approval Setup for File Galleries. Browsing the Galleries works fine, Registered Users can see Approved files, Admins can see both Approved and Staging.

When I do a search, Registered Users cannot see any of the Approved files in File Gallery. If I turn on Global Permissions, File (tiki_p_download_files), then Registered Users can see both Approved and Staging. In the Approved category, Registered Users have the download files permission.

Something is funny in the permissions for Searching. This does not appear to follow the category permissions.
tracker item
Bug Tracker / Wishlist broken - no Category saving and show instances fail on installing
tracker item
Show category objects does not create correct SEFURLs for file galleries and trackers
If you activate both the SEFURLs and the very useful "Show category objects", the urls generated by the category browser are not correct for trackers and file galleries.

In both cases it only gives the numeric identifier, without the "tracker" or "file" part.

Here is what it produces:
http://site-name.com/2

Here is what it should produce:
http://site-name.com/tracker2
tracker item
Show Category Path + Show Category Objects should be available througout the site, not just the wiki
Show Category Path + Show Category Objects was implemented a long time ago, and somewhat in a rush. One of those temporary things which became permanent. It only works in wiki pages, yet it would be logical to have this throughout the various features.

Seeing the list of items in the same category is very useful as contextual navigation.

tracker item
Show page title on per page edit, if set to off, turns off page category too,
tracker item
Slash after the last digit of a Category ID
Watch Module must be turned on.
Category module must be tuned on.
Article Module must be turned on.

If I create a new Article and assign it to a category that is watched by me, I should get a notifcation that a new object has entered the category. By I don´t get a notification.

I encountered this problem while I was working on the new report feature because I didn´t get an entry in the report too.

The possible Bug is located at the update_object_categories function in categlib.php (Line 1491) in the $categories variable.
$categories contains all new Categorie-ID´s of an object. So if I assign an article to a category, $categories should contain the ID of the category. No problem so far. The problem is, that each ID has a slash behind the last digit.

{CODE(colors="php")}print_r($categories);
die();
{CODE}

at the third line of the function gives

{CODE(colors="php")}Array
(
[0] => 2/
){CODE}

I think the slash is wrong.
tracker item
Some Wiki actions don't respect category permissions
tracker item
Sorting by category tracker field should be as a tree, like ‘browse categories’ page
tracker item
Spiders getting lost in tiki-calendar.php, tiki-browse_categories.php and tiki-browse_gallery.php
Please see:
http://sourceforge.net/mailarchive/forum.php?thread_id=10026369&forum_id=12569

In tiki-browse_gallery.php, there is Sort Images by [ Name | Date | Hits | User | Size ] so robots can think these are all different pages
tracker item
SQL Statement error when Admin_Categories after 2.0 upgrade from 1.9.11
Hello there,

I just upgraded our TikiWiki from 1.9.11 to 2.0. I am really happy with 2.0 by the way! Way to go!

Everything went well during the upgrade, except that I get this error message every time I try to administer our categories:

http://dev.tikiwiki.org/tiki-browse_image.php?imageId=52

Everything else seems to have upgraded just fine. Yes I did follow the instructions during the tiki-install.php and run the 1.8 -> 1.9 SQL script prior to the 1.9 -> 2.0 SQL script. I noticed that there were around 150 SQL "errors" during the upgrade script, but I thought nothing of this.

Thanks a million!
Russ
rfruhwirth2@unl.edu
tracker item
Subcategories not showing at all
tracker item
template files not taken into consideration when using "theme control"
When using "Theme control" together with a Category, the *.tpl files in templates/styles/{mytheme}/ are not considered for the pages attached to the category.

To see this, create a testcategory and a testpage. Then use "Theme control" and configure a theme having some *.tpl files in templates/styles/{mytheme}/ to be used for the testcategory.

Go to the testpage and it will show in the style. Now try to change one of the *.tpl files. The changes do not take effect.

Note that this is not about emptying the cache.

You can try and use mytheme as main theme and the one you used previously as main theme as "Theme controlled" one. You will now be able to edit the templates/sytles/{mystyle}/ files with the edits being picked up, but now changes to files in the former maintemplate cease to be considered.
tracker item
Templates by Category - application to children desired
The application of style templates by category is nice, but it would be nicer if there was an option to have the template apply to all current and future children of the category.
tracker item
test4 with status ticket prefilled with "closed - cancelled" as shown by default
test4 with the "status ticket" prefilled with "closed - cancelled", as shown by default
tracker item
The specialization of categories in profiles : a major consequence for 7x trunk
!The specialization of categories in profiles : major consequence

!!Nature of the problem

Everybody who have developed tikiwiki application that during data structuring and at the end of development (if it exist, not in project management) any category can't be applied to any object.

So if we try an interpretation of this fact it is because the development of categories is a way to structure either a metabase or an implicit complement of database on the objects of tiki.

In project management we will have to connect to new objects and sometimes to create links with external objects (can be defined by URLs). This because the object that are managed into a project can be separated into two classes :
*the objects that are tiki objects and
*the objects that are external (as CAD draw, all physical objects and their definitions managed externally): these object must have an "image" into tiki like a map and his corresponding land, mainly a wiki text with the definition of the object. But in fact others objects can be associated to these external object. So they can be simply a category with a link to a new objects for tiki (see UMLAP meta model that I presents). This new objects is simply able to reference an external object (quite like an URL).

So either in simple tikiwiki application or with project management, categories are in fact quickly linked to some types of objects.

A category will define a way to hierarchically organize blogs or forums, it will be only associated to the corresponding object.
Another for example with a root "Subjects" can classify structures, wiki pages, blogs, calendars etc...

The development of the application or profile then will be associated with a specialization of categories.

!!What's to do to implement this new feature ?
*Add to the definition of a category a multi-select box which allows to define the objects classes to which the category can be linked
*Link a category to a specialized wiki structure which contains the definitions of the categories (the wiki structure is automatically a replication of the category structure)
*For the display of the panel used to define the classification of an object into the categories, the displayed categories must be associated with the class of the object.
*Quite automatically when the list of objects which are associated to the same category is displayed it will contain only the classes associated to the category.

It is not very load as development but I do believe a great enhancement to clarify categories management and use.

Trebly
tracker item
Tiki navigation: Menu showing which is the current page/section
Please see:
http://phplayersmenu.sourceforge.net/example-treemenu.php

With a view source, you will notice
class="phplmselected"


How can we add this to Tiki?


Menu tree built from categories?

Or if the menu compares with current URL? and puts class="phplmselected" if it's a match?


tracker item
tiki-admin_categories broken
the page tiki-admin_categories.php page don't display
at all. The internet explorer page 'The page connot be
displayed' is shown.
When I switch off the gzip compression of output in the
general admin setting, the tiki-admin_categories.php
displays an empty page (modules and menu are
present but not the core page).
What is most interesting is that is broken on a
production linux server running PHP Version 4.3.0 and
works on wamp running PHP5 under windows... could
someone help me?
tracker item
tiki-admin_categories.php layout broken after adding first category
theme: TheNews
common problem when badly closed tags appear in the generated page source
left/right modules colums go down, cannot click to edit the category then
tracker item
tiki-browse_categories.php order of magnitude slower to load compared to other tiki-function_subfunction pages
tracker item
tiki-browse_categories.php: Template Error: setRoot: . is not a directory.
Hi,

First a warning: I am new here... and new to linux...

I installed tikiwiki and while configuring the categories and user rights I got the Message

Template Error: setRoot: . is not a directory.

It happend calling the page

tiki-browse_categories.php

and it happens with all users I configured, even the adminuser.

Any ideas?

Thanks a lot,

Christoph



tracker item
tiki-categpermissions.php offers edit, history, etc
for exemple:
http://dev.tikiwiki.org/tiki-categpermissions.php?categId=2
tracker item
tiki-list_object_permissions.php needs refining (adding groups, links to category perms)
tiki-list_object_permissions.php is fantastic

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


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

tracker item
tiki-listpages.php: add Language & Description & categories
All optional via tiki-admin.php?page=wiki

Language (if multilingual is activated)

Category (if feature turned on)

+ add filter by language and filter by category like we have at tiki-list_articles.php

tracker item
tiki-view_forum_thread.php does not check for category perms
tiki-view_forum_thread.php does not check for category perms

CVS HEAD 1.9.x Revision 1.82
tracker item
TikiWiki Category Permissions Not Applied When Objects are Included in TikiWiki 1.9.11
In TikiWiki 1.9.11 When a Wiki page is included within another page, the "tiki_p_view_categories" permission does not seem to apply. My investigation was as follows:

1. I assigned "tiki_p_view_categories" to a Category A, and specified Group A.
2. I logged as User B, from Group B
3. I copied and pasted the URL of the restricted page, and received a "Permission denied you cannot view this page" message (GOOD)
4. I searched for the page and it did not appear in the Search Results (GOOD)
5. When I accessed a page that included the page via the {INCLUDE(page=>CategoryA_Page)}{INCLUDE} plugin, the content did appear. (BAD)

The Group+Category permissions should work exactly as they do for Group+Page permissions – namely, a page never appears to a user outside the group, whether accessed directly, or via inclusion through the {INCLUDE(page=>CategoryA_Page)}{INCLUDE} plugin.
tracker item
Tracker Field Category Bug (or usability issue)
Tracker Field Category just displays one level beneath parentID which I would call a bug as it blows up tracker forms when having a lot of categories with multiple sub-levels to chose from. Addionaly it is (pretty tracker example) intended not to allow editing of (wiki tpl) pages so categories have to be applied through the tracker form itself. In my case I have approx. 250 Categories.
tracker item
Tracker filter by category doesn't work
It works nicely for text fields. It would be very useful for categories too.


Probably related: categories don't appear in plugin trackerlist
tracker item
Tracker: create tracker modal not working when Category & PHP8.x
tracker item
Trackers & categories: add a tracker item to a category via tiki-admin_categories.php
Usually, for categorizing something in Tiki, it is possible to do it when editing the item or via tiki-admin_categories.php

An exception to this is for categorizing tracker items.

This would make it a lot easier to add existing items to a new category. Right now, you have to create the category, and edit each tracker item one by one.

For example, I would like to create two new categories: "Blocker198" and "Blocker110". So we could have a dynamic list of essential things to do in time for these 2 releases.

tracker item
Trackers category listing does not use categories hierarchy
Bugs & Wish list
tracker item
Trackers, category and trackerlist plugin: sorting by category is impossible
Categories are multi-select fields. So sorting is not possible. Trackerlist plugin should not offer to sort (now with clickable title)
tracker item
Transition Engine
wiki
User with permission tiki_p_edit in a certain categorie is not allowed to add a page in a structure assigned to that structure.
I defined a category Helpdesk and assigned it to a structure Helpdesk FAQ.
Also i defined a group Helpdeskadmin, which useres should be able to add new pages to the structure.
Now if a helpdeskadmin try to Add a page to the structure (with the button on the top of the wikipage with the toc), he must have global permission tiki_p_edit, not only for that categorie.



My analysis:

In tiki-editpage.php there are to permission tests:

First:

// Permissions
$tikilib->get_perm_object($page, 'wiki page', $info, true);
if ($tiki_p_edit !== 'y') {
[...]
$smarty->assign('errortype', 401);
$smarty->assign('msg', tra("You do not have permission to edit this page."));
$smarty->display("error.tpl");
die;
}

Second:

//Is new page to be inserted into structure?
if (isset($_REQUEST["current_page_id"])) {
[...]
$structure_info = $structlib->s_get_structure_info($_REQUEST['current_page_id']);
if ( ($tiki_p_edit != 'y' && !$tikilib->user_has_perm_on_object($user,$structure_info["pageName"],'wiki page','tiki_p_edit')) || (($tiki_p_edit_structures != 'y' && !$tikilib->user_has_perm_on_object($user,$structure_info["pageName"],'wiki page','tiki_p_edit_structures')) ) ) {
$smarty->assign('errortype', 401);
$smarty->assign('msg', tra("You do not have permission to edit this page."));
$smarty->display("error.tpl");
die;
}

The first one is the problem becaus it asks only for globel permission, i think.
tracker item
view_tracker.php, filtered category item 'Back Items List' button broken
My installed version:1.9.4

Page:
tiki-view_tracker_item.php

Functionality:
Filter Categories

Bug Description:
1) Filter an item by a category
2) View an item from the filtered list
3) Click the Back Items List

This displays the items list with '0 Items found' (bug) and the search criteria is not retained

This does not happen with text fields


More Info:
Warning: Invalid argument supplied for foreach() in /home/zzzzz/public_html/lib/trackers/trackerlib.php on line 449
Warning: Cannot modify header information - headers already sent by (output started at /home/zzzz/public_html/lib/trackers/trackerlib.php:449) in /home/zzzzz/public_html/tiki-view_tracker.php on line 659

Related to:
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=283&trackerId=5
and
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=67&trackerId=5

tracker item
virtual wikis seem to share cache for groups and categories drop down lists
Hello, I'm using tikiwiki 1.9.7 and we have several virtual wikis installed at present. The problem is that the groups we get in the admin section are the groups from the virtual wiki that last made a modification to its groups. So sometimes, on the virtual wiki on which I'm admin, I see the groups of another virtual wiki, and not my own groups. The same happens for the categories. (This might also affect other domains that I haven't identified).

What seems to be happening, is that once there is a modification to groups in one of the virtual wikis, the cache is updated with that content and it seems that all virtual wikis must share the same cache... The exact cause would have to be investigated properlly as this is only an assumption deduced from the symptoms. What I do know, is that in the wiki admin section, I made sure that the cache was set to 0 (no cache), and that the individual cache checkbox was unchecked (no sure what this is supposed to do). So if this is a cache problem, it apparently occurs with a cache that you have no choice of using. Also, it can't be a browser's cache because I never go to the other virutal wikis, so there is no reason these other groups should appear in my browser suddenly.

When I do go in the groups section, the right groups are listed on the page in the section 'list of existing groups' , but in the include box of the 'add new group' section, the groups are wrong.

Well that's about it, I hope this is enough information to solve this bug. Let me know if you need specific information I haven't included in this report.

Kreugen
tracker item
Watching whole categories (Patch)
Bugs & Wish list
tracker item
When creating a page, how to inherit permissions from source page?
This is for internal groups within a wiki, a bit like ((workspace))s.

Some pages have special perms. We'd need a way that new pages created from these inherit permissions.

It could be possible to do via category permissions but..
tracker item
When editing permissions on categories for a single group, all permissions are shown as empty
To reproduce:

#list categories as administrator
#assign some permissions to a single group for a single category
#go to the page to edit the permissions again
#select only the group that used the previous step
#expand the categories to see the permissions already set

Result: All checkboxes are empty

Expected result: Checkboxes filled in according to the permissions set
tracker item
Wiki INCLUDE fails to include page when multiple INCLUDEs are on same page
We installed Tiki with version 1.9 and we quickly installed the PluginInclude and starting making extensive use of it. This week, we upgraded to 2.2 and some of the includes stopped working.

After some trial and error, it appears to be the 3rd to 4th include on a page (all pages have the same permissions via categories) that fails. It works for admin, but not the average user.

I took a look at the plugin and found the line

// $text="<b>User $user has no permission to access $page</b><br />";

and uncommented it. The user received the message that they did not have permission.
tracker item
Wiki page descriptions don't show up on Browse Categories page
In 1.9.9 and 1.9.10 (at least), if a description is added to a wiki page after the page is initially created, the description doesn't ever display on tiki-browse_categories.php. If an existing wiki page description is edited, the old version continues to be displayed on Browse Categories (or the new version may appear after some delay?). Based on IRC report from Random7 and confirmed at themes.tw.o. I didn't check behavior in 1.10 yet.
tracker item
Wiki pages do not show categories
Hi -

I am using the latest tiki-HEAD and something is wrong with wiki display. The tiki-showpage.tpl has a list of options to show categories on the wiki page, such as $feature_categorypath, $feature_categories, and $is_categorized

It appears from debug that $is_categorized is not set on my pages despite the fact that the pages are, in fact, categorized. Any ideas?
tracker item
When a category is applied to a tracker, item category selection in a field has weird behaviour and display
tracker item
File gallery, categories; editing a file and assigning a category goes to a WSoD on save (but all is saved)
tracker item
Setting to All the Limit wiki page categories setting broke plugins insertion in a wiki page after upgrading to Tiki23
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
Global permission for tiki_p_modify_object_categories is not applied when you add permission to a tracker
tracker item
Wish for Option to Search by Category Name (useful in {LIST()} blocks)
tracker item
Workspace
tracker item
when renaming category + homepage of workspace, the homepage's property "Namespace" must be changed manually, too
tracker item
xavi
Contributors
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