Category: 2.x
code name for Tiki version after 1.9.x (was 1.10.x)
Show subcategories objects
| Name | Type |
|---|---|
| 2.0: still issues with Compulsory fields in trackers as if they were normal | tracker item |
|
2.3: inter-user messages gives wrong message if users separated by comma, as before. now expects ;
Inter-user mesages from within tiki in tiki 2.3: if you write to many users at once, you use to write their usernames separated by commas, but now, tiki seems to work only if you separate them with semicolon (;) If you use commas to separate address in the to or cc fields, you see the wrong message: you have to allow receiving messages from others (or similar). And "no user with that name". BTW, I had that setting enabled for me, as default on the site, and for all my users. |
tracker item |
|
Image description text cropped with Shadowbox
When an image is displayed with Shadowbox the description text is shown across the top of the image - but only 1 line is shown so long descriptions are just chopped off. It would be good if as many lines as were needed could be used here. No longer relevant - item CLOSED |
tracker item |
|
Users cannot edit files galleries
Users cannot edit files galleries properties. At tiki-list_file_gallery.php file, the second if statement is open in the wrong place: tiki-list_file_gallery.php 312 // Check THIS gallery modification rights 313 if ( $galleryId > 0 ) { 314 if ( ! $user || $gal_info['user'] != $user ) 315 $smarty->assign('errortype', 401);{ 316 $smarty->assign('msg', tra('Permission denied you cannot edit this gallery')); 317 $smarty->display('error.tpl'); 318 die; 319 } 320 } |
tracker item |
|
Edit CSS broken
Files created with the Edit CSS feature (tiki-edit_css.php) are 0 bytes. |
tracker item |
|
TikiWiki 2.0: Filtering Search Results
Our site has a lot of child pages that are included by parent pages. When accessed individually, they make much less sense than if they are accessed as part of the parent page that includes them. Is there a way to restrict the Search functionality of TikiWiki to only return pages that meet a certain criteria? Eg, pages that would be in the format tiki-index.php?page=Title/PageGroup I have referred to the tiki-admin.php?page=search page but could not find anything that fit the bill. |
tracker item |
|
Image gallery does not store resized picture
I frequently use the image gallery and have an default scale for all pictures. Since the switch to 2.0 (and a new username) my gallery does not store the thumbnail and scaled size of pictures which results in really slow performance because each time the pictures is resized on the fly. There are no new files in the directory for the image gallery nor are new rows to the tiki_images_data table. I do not get any error message. What could be wrong? How could I check and fix it? Any help appreciated. Hannes |
tracker item |
|
Parsing WikiWords on internal links with '-' in them are parsed incorrectly
Links of the form: ''~40~~40~PageName | Text-With-A-Dash And Spaces~41~~41~'' Parse to give: ''Text-With-A-Dash? And Spaces?'' such that: Text-With-A-Dash -> page=Text-With-A-Dash And Spaces -> page=PageName (aka, there are two links to different pages) This is inconsistent as: ''~40~~40~PageName | Text-With-Dashes~41~~41~'' parses to: ''Text-With-Dashes?'' The same problem occurs with underscores instead (_)of dashes (-) and using |# making things even worse. The docs don't mention anything about -,_ being special characters when parsing link descriptions; nor should they be. |
tracker item |
|
Files Galleries admin screen should allow to displace files like in the Images Galleries screen
Our users keep adding large .ogg files in our files galleries and we have been asked to externalize theses files in a special download directory of the web server. Problem is that the admin screen of the files galleries doesn't have a DISPLACE section. You can set the option for the files to be added in an external directory, and the new ones are indeed placed into it, but the existing files stay in the database. I have discovered that the *Image* galleries admin screen has this DISPLACE section but it will work only for the image galleries, no way to use it for the non image galleries. |
tracker item |
|
Tanzania missing in country tracker list
Seems like Tanzania keeps falling out of the country list. This was the case some years ago. Might as well add Swahili as a language option if applicable. |
tracker item |
|
PluginTrackerList not working?
Consequently gets an error on this plugin using 2.1 on a Windows machine. Error message from a what I am sure is a proper trackerlist reference is: ErrorError No field indicated Close Window - - - - Found out this was an issue related to not making the referenced fields public. I would suggest the documentation is clearer on this issue in the trackerlist documentation. Will have a look at the documentation. |
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 |
|
Error when adding a new user
I have an error when I try to add a new user: {img src=images/code.png}%%% {CODE()} Context: File tiki-adminusers.php Url tiki-adminusers.php Query: insert into `users_users`(`login`, `password`, `email`, `provpass`, `registrationDate`, `hash`, `pass_confirm`, `email_confirm`, `created`, `valid`, `openid_url`, `lastLogin`, `waiting`) values(?,?,?,?,?,?,?,?,?,?,?,?,?) Values: 0 trenad 1 2 n.trepanier@rrsss16.gouv.qc.ca 3 4 1224014104 5 $1$98TWiy55$sm3YVgaZTDG8wTR6O9kvz0 6 1224014104 7 1224014104 8 1224014104 9 NULL 10 NULL 11 NULL 12 NULL Message: Unknown column 'email_confirm' in 'field list' Built query was probably: insert into `users_users`(`login`, `password`, `email`, `provpass`, `registrationDate`, `hash`, `pass_confirm`, `email_confirm`, `created`, `valid`, `openid_url`, `lastLogin`, `waiting`) values('trenad','','n.trepanier@rrsss16.gouv.qc.ca','','1224014104','$1$98TWiy55$sm3YVgaZTDG8wTR6O9kvz0','1224014104','1224014104','1224014104',NULL,NULL,NULL,NULL){CODE} Do you guys have any idea what is happening. |
tracker item |
|
External wiki links are mistakenly identified as wanted pages in WANTED plugin
External wiki links are mistakenly identified as wanted pages http://profiles.tikiwiki.org/Admin {WANTEDPAGES()}{WANTEDPAGES} |
tracker item |
|
Palm Syncing
Tutos uses this one: http://php-pdb.sourceforge.net/ http://prdownloads.sourceforge.net/tutos/palm-1.2.20050306.zip?download |
tracker item |
|
Multilingual Meta Keywords and Meta Description (and increase 255 characters limit)
Please increase the limit and make it multilingual |
tracker item |
|
3D Browser does not work with the new Java edition 6
The new Java edition 6 released today causes the 3B browser to not work at all (After Java update did restart of PC and left - somehow it did not restart. After restart all if fine. Sorry |
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 |
|
Ajax fails with Quicktags admin
Apparently the loadComponent function is not present. I tested ajzxlib->processRequests by changing it to printJavaScript instead of getJavaScript - this had the effect of putting the function loadComponent into the javascript, but it still failed. |
tracker item |
|
A top-page horizontal login box should be an option in the Site identity feature.
1 click to add a login box instead of using the login module. |
tracker item |
|
Ability to upload multiple attachments at once onto a WIKI page
{syntax type=tiki} {syntax type="tiki" editor="plain"} This is the ((Tracking system for Tiki issues)). If this is your first time, please read: ((How to Submit a new item on the Wishlist)) |
tracker item |
|
Account validation by Admin
If admin account validation is enabled, Admin receive mails to confirm users registration. But, if the admin is logged (with its own account) on tiki when he clicks the confirmation url, the user is not well-registered (provpass is still there in DB). Whereas if he is not logged on, the registration works well. |
tracker item |
|
Add "social" relavancy to search results
I would like to see social implications added to Tiki search results. For example, in addition to pure content relevancy, it would be nice if search results took into account things like: - Page rating - Free tags - Bookmarks - Trackbacks - Number of views etc. These could be used in conjunction with pure keyword matching to present users with a (potentially) better match. |
tracker item |
|
{TAG(tag=ul)}...{TAG} screws up paragraphs and line breaks after plugin usage
This is best explained with an example: ~pp~ Paragraphs are parsed just fine here {TAG(tag=ul)}foo{TAG} but now paragraphs and line breaks aren't working! ~/pp~ This only happens for tag=ul, not even for tag=ol. This happens regardless whether wiki paragraph formatting is enabled and regardless of whatever is inside the ~np~{TAG(tag=ul)}~/np~, even ~np~{TAG(tag=li)}~/np~'s. |
tracker item |
|
{THUMB} onmouseover not working properly
Problem 1: I created a Wiki page containing the following: {img src=images/code.png}%%% {CODE()} {THUMB(id=5)}{THUMB} {CODE} If I select Preview while in edit mode, the thumbnail is displayed, and placing the mouse cursor over thumbnail displays the fullsize image. After the page is saved and displayed, moving the mouse cursor over the thumbnail does not display the fullsize image. Problem 2: I created a Wiki page containing the following: {img src=images/code.png}%%% {CODE()} {THUMB(image=>img/wiki_up/someimage.jpg)}{THUMB} {THUMB(id=5)}{THUMB} {CODE} If I select Preview while in edit mode and move the cursor over the first thumbnail, no fullsize image is displayed. If I move the cursor over the second thumbnail, the fullsize image corresponding to the second thumbnail is displayed. If I then move the cursor back over the first thumbnail, the fullsize image corresponding to the second thumbnail is displayed. |
tracker item |
I have a tracker with many fields, some of them compulsory, which is used through the TRACKER plugin.
http://moviments.net/cursos/Inscripcions+2008
I insert a new item leaving two compulsory fields unchecked:
* a drop down field: "Franja d'edat *" (= age range), and
* a category field: "Com t'has assabentat d'aquest curs? *" (= how did you know about it)
I get only a report of one field missing: the drop down "Franja d'edat *", but not the category one
When I check somethiong at the drop down field, and insert again, I can successfully insert the item, even if the category field was not checked.