Category: 1.9.x
BRANCH-1-9
Show subcategories objects
| Name | Type |
|---|---|
| Thumb plugin doesn't handle missing images well | tracker item |
|
Tiki and PAM Authentication
Authentication with Tiki doesn't work becausethe call from the source is in tikidirectory/lib/userslib.php if (pam_auth($user, $pass, $error)) { |
tracker item |
|
Tiki does not install clean on Oracle
many object names too long for oracle which has max size of 30 for any object (column, table, sequence, etc.) able to modify some items such as sequence and trigger that are internal to db and not in tiki code. initial oracle-1.9-oci8.sql had many errors including the use of datatype integer and auto-increment which doe not exist in oracle. additional insert to blob column not formed to use oracle utl_raw.cast_to_raw. oracle quote in sql field insert should be two quotes ('') instead of backslash quote (\') main tables still not available tiki_content_templates_sections tiki_forums because outbound_mails_for_inbound_mails column tiki_live_support_message_comments is there a workaround that if I change the object name in the database to be <=30, that the code will not abort. - Usage of "CLOB" in Oracle different from "Text" in MySQL, so usage of every table has to be checked. (especially where LOB-Index is used as a reference (e.g. tiki_languages)) - Oracle can not use CLOBs for indices so search functionality has to be checked (fulltext index?) |
tracker item |
|
tiki export trackers with accented characters
Below is a list of characters from wikipedia edit interface: Characters: àá Ćć É é ààĹ ĺ Ã…Æ’ Å„ Ó ó ņŕ Ã…Å¡ Å› Ú ú àý Ź ź À àÈ è ÃŒ ì Ã’ ò Ù ù  â Ĉ ĉ Êê Äœ ĠĤ Ä¥ ÃŽ î Ä´ ĵ Æô Ã…Å“ ŠÛ û Å´ ŵ Ŷ Å· Ä ä Ë ë àï Ö ö Ü ü Ÿ ÿ ß Ã ã Ẽ ẽ Ĩ Ä© Ñ ñ Õ õ Ũ Å© Ỹ ỹ Ç ç Ä¢ Ä£ Ķ Ä· Ä» ļ Å… ņŖ Å— Åž ÅŸ Å¢ Å£ Ä Ä‘ Å® ů Ç ÇŽ ÄŒ Ä ÄŽ Ä Äš Ä› ǠǠĽ ľ Ň ň Ç‘ Ç’ Ã…Ëœ Ã…â„¢ Å Å¡ Ť Ã…Â¥ Ç“ džŽ ž Ä€ Ä Ä’ Ä“ Ī Ä« Ã…Å’ ŠŪ Å« Ȳ ȳ Ç¢ Ç£ Ç– ǘ Çš Çœ Ä‚ ă Ćĕ Äž ÄŸ Ĭ Ä ÅŽ ŠŬ Å ÄŠÄ‹ Ä– Ä— Ä Ä¡ İ ı Å» ż Ä„ Ä… Ę Ä™ Ä® į Ǫ Ç« Ų ų Å Å‚ Å Å‘ Ű ű Ä¿ Å€ Ħ ħ àð Þ þ Å’ Å“ Ææ Ø ø Ã… Ã¥ Æ É™ • Greek: Α α Î’ β Γ γ Άδ Ε ε Ζ ζ Η η ÃŽËœ θ ÃŽâ„¢ ι ÃŽÅ¡ κ Λ λ ÃŽÅ“ μ Πν Ξ ξ Ο ο ΠÀ Ρ Ã Î£ ÃÆ’ Â Τ Ã„ ÃŽÂ¥ Ã… Φ Ã†Î§ Ç Ψ Ãˆ Ω Symbols: ~ | ¡ ¿ †‡ ↆ↑ ↓ • # ¹ ² ³ ½ â…“ ⅆ¼ ¾ â…› â…œ â… â…ž ‘ “ ’ †¢ $ € £ Â¥ Email notification is fine. |
tracker item |
|
Tiki hangs if RSS feed is unavailable
In 1.9.9, my site was not loading because it was waiting on an RSS feed that was not loading: http://facil.qc.ca/cal/rss.php Tiki should just give up after a short time. |
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 parsing error in wiki
A backslash followed by 00 between non-parsing pre-formatted commands worked previously in tiki 1.8.5 but caused fatal memory errors / blank pages (even after memory increase to 64M) in tiki 1.9.2 Below is the exact line that caused the problem. ~pp~ #1 0x08071f28 in MJobSelectClass (J=0xd225858, ModifyJob=1 '\001', ModifyRM=1 '\001', ~/pp~ |
tracker item |
|
https version not working properly ----- tiki reverting back to http after logging in-
I am using tikiwik 1.9.7 on RHEL 3 with apache 2.0.54 and PHP Version 5.0.5. I have apache listening on port 80 and 443 (https). WHen I bring up the login page (https://myservername.domain.org/tikiwiki/) and then login, tikiwiki kicks back to the http version... (http://myservername.domain.org/tikiwiki/tiki-index.php)............ This should not happen...it is a bug. does any body know ways to resolve it??? |
tracker item |
|
Tiki tabs: direct URL to each tab (Bookmarkable)
Tiki tabs are a nifty feature to make a page cleaner / simpler. For example for trackers, we have: View / Comments / Attachments/ Edit However, I want to be able to link directly to "edit" so someone could be invited to edit their user tracker or add a bug or add a calendar item. I would like something like this: tiki-view_tracker_item.php?trackerId=5&itemId=978#view tiki-view_tracker_item.php?trackerId=5&itemId=978#edit There seems to be the start of something: http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=980&show=edit |
tracker item |
|
Tiki uses too many cookies
This was reported on ((tw:ReleaseProcess19rc1)). More info may be needed to resolve. "Tiki uses too many cookies; problems arise when one exceeds the browser's limit on number of cookies per domain." |
tracker item |
|
Tiki Wiki crash on my server
Hi, My website dissapeared suddenly and my server administrators emailed me the following........... "It appears that the core was generated from : Core was generated by `/usr/bin/php /home/govnor/public_html/modernscifi/tiki-view_faq.php'. I would recommend showing these core files to the script developer to see what exactly is causing them to crash so often." ************I PULLED THE FOLLOWING OFF OF THE SERVER ERROR FILES. THERE WERE MANY OF THESE ERRORS EVERY DAY.*********** [25-May-2010 12:41:58] PHP Warning: Header may not contain more than a single header, new line detected. in /home/govnor/public_html/modernscifi/lib/pear/XML/Server.php on line 394 I'm unsure of what to do to fix this. Please email me back at NathanKing@RedRocketNovelty.com Thank you, Nathan King |
tracker item |
|
tiki_articles_types
The link to the administration of "article types" is wrong. It should be tiki-article_types.php , but when I installed, the link was to tiki-articles_types.php. ''I grepped for that link and haven't found any in php or tpl files on 1.9 BRANCH -- luci'' |
tracker item |
|
tiki_install.php does not check php parameter memory_limit properly
tiki-install.php reports that memory_limit is not set, when in fact it is set incorrectly Problem observed on platform: SuSE 10.0, PHP 4.4.0, Apache 2.0.52 (installed with OS) Steps to re-create: 1. Leave memory_limit at the default value, 8M. in /etc/php.ini 2. Run phpinfo(), verify that memory limit is set to 8m 3. Run the following script, verify that memory_limit is set to 8M. <? echo 'memory_limit='.ini_get('memory_limit'); ?> 4. Run tiki-install.php. Memory Limit check will report "green" and state that memory limit has not been set. |
tracker item |
|
tiki_p_admin_calendar is not sufficient to manage calendar permissions
{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 |
|
tiki_p_admin_objects enabled for a user, but no key icon appears in file gallery
i want to share files between groups of users, some can upload, some only download, others administrate (create and manage file galleries). my problem is that the administrator users cannot easily assign permissions to the file galleries: via a dedicated group i assigned tiki_p_admin_file_galleries and tiki_p_admin_objects to those users, but the key symbol to assign permissions to file gallery objects does not appear for those users. they can, however, use the link tiki-objectpermissions.php manually. does the feature to show the objectpermissions depend on any other flags/permissions? i could not find any hint in the documentation so far.. |
tracker item |
|
tiki_p_wiki_post_comments is missing for individual wiki pages (tiki_p_wiki_view_comments exists)
tiki_p_read_comments & tiki_p_post_comments exist in general permissions, but post is missing from specific wiki page override: {img src=show_image.php?id=8} |
tracker item |
|
tiki_view_articles.php does not show when clicking on the articles menu item/articles home
On a fresh install of BRANCH-1-9 from July 31, 2007. To reproduce: Log in as admin. Enable articles. Click on the word "articles" in the menu immediately to the right of the file folder icon. No page is shown. Click on "Articles Home". No page is shown. When you hover over the item, the URL in the bottom of the browser seems to be correct. The file exists. Apache does not show any errors |
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.php?page=cms Submissions box T doesn't rebuild the Articles Sub Menu w/ Submit article
From tiki-admin.php?page=cms (the articles admin page) when you gof rom Submissions checkbox = F to T the system doesn't automatically rebuild the Articles Menu to include the Submit Article command line. Registered users then have no way of submiting an article because that command doesn't show up on thier menu. |
tracker item |
|
tiki-admin.php?page=wiki problem with Mozilla
tiki-admin.php?page=wiki left column eats up the whole page with Mozilla recently introduced in BRANCH-1-9 |
tracker item |
|
tiki-adminusers.php should show which users are validated
Some users may never receive the validation email (ex.: spam filter) and the tiki admin nevers knows their status. Tiki admin should be able to manually validate an account. |
tracker item |
|
tiki-backup.php is completely broken. Do NOT use.
On a clean install, I make a backup via tiki-backup.php All seems well. However, when I try to restore: {img src=images/code.png}%%% {CODE()} Warning: mysql error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '��I�!��m3.�ָb���J�:A�޷7�Y��|���C��O�' at line 1 in query: ��I�!��m3.�ָb���J�:A�޷7�Y��|���C��O� in lib/tikidblib.php on line 134 {CODE} It seems to be caused by the special characters in the encryption of the .sql file Broken site shows: {img src=images/code.png}%%% {CODE()} Notice: this site is currently unavailable. Please try again later or contact the admin. {CODE} |
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-calendar.php preview doesn't show item-title
Insert a new item into the calendar and click preview - the preview only shows the description of the calendar item - it should show the title also. |
tracker item |
|
tiki-calendar.php shows weird dates with PHP5
see the effect here: http://amette.ground.cz/shoots/index.php?shoot=2005-10-13-05-43 notice the dates like "03/31 - 07/31" This was confirmed on two PHP5-installations |
tracker item |
Image exists:
{THUMB(id=23)}{THUMB}
Image missing:
{THUMB(id=21)}{THUMB}
There should ne a nice error message. Image is missing.