Category: 1.9.x
BRANCH-1-9
Show subcategories objects
| Name | Type |
|---|---|
| tiki-categpermissions.php offers edit, history, etc | tracker item |
|
tiki-contact.php 1-"from" field 2-copy of the message for the sender 3-Subject used in notification
{syntax type="tiki" editor="plain"} tiki-contact.php is an "incomplete feature" To be useful, it would need A- An optional "from" field for visitor's email (some people leave comments and ask for a reply but they forget to leave their email. A specific field for email would help so people don't forget. B- An option for the visitor to receive a copy of the message. C- Subject should be used in title of internal message. Assuming the subject is "Question about forums" Current: New message arrived from tikiwiki.org Proposed: New message arrived from tikiwiki.org (Question about forums) It is possible to do all this with trackers. So is worth improving this feature or better to document trackers? Related: ((Trackers Examples)) |
tracker item |
|
tiki-directory_validate.php - deleting of multiple sites does not work
In Directory, when you go to validate sites and check sites for deleting, the sites were not deleted after submitting the form. I'm not sure, if the bug is in tiki-directory_validate.tpl or in it's php or lib files. |
tracker item |
|
tiki-download_file.php should use nice error page
Please see here: http://themes.tikiwiki.org/tiki-download_file.php?fileId=34 It is not using the proper error page like other errors (so login box will be there, if appropriate) The style of the error page should like when I try to access: http://themes.tikiwiki.org/tiki-admin.php as anonymous. Thanks! |
tracker item |
|
tiki-edit_templates.php making bad composition of url to save a tpl to a local-theme directory
Bug for a site (e.g. drecerca) on a multitiki site (e.g. moviments.net). Using a 1.9.7cvs from a month ago (early may07, I guess) Attempting to edit the tiki-top_bar.tpl smarty template from the web interface: http://www.moviments.net/drecerca/tiki-edit_templates.php I got this message, when clicking on the "__save only in the theme: drecerca__" button: {CODE()} Warning: mkdir(templates//drecerca/styles/drecerca) [function.mkdir]: No such file or directory in /home/httpd/tiki19/tiki-edit_templates.php on line 61 You do not have permission to write the template: templates//drecerca/styles/drecerca/tiki-top_bar.tpl {CODE} And right place where it should attempt to save the file is: ^ templates/styles/drecerca/tiki-top_bar.tpl ^ Is this a configuration problem or just a bug? If it's a configuration problem, the should be a tip or warning somewhere explaining how to avoid this error... |
tracker item |
|
tiki-edit_translation + tiki tickets
tiki-edit_translation does not include and check_ticket routines, therefore like other recent files is open to XSS attacks. |
tracker item |
|
tiki-install.php should have a note about how to create db/local.php "manually"
If install script fails (for some reason), we should at least let user proceed with manual installation. |
tracker item |
|
tiki-install.php spits out many "variable undefined" errors
tiki-install.php spits out many "variable undefined" errors (they are not critical; Tiki will install and work fine). note: someone please confirm with more details on this. |
tracker item |
|
tiki-list_articles.tpl: current type selected in find not selected in drop-down box
Revision 1.34 CVS HEAD 1.9.5 "if $type" in below should be "if $find_type" {CODE()} Line 38: <option value="{$types[t].type|escape}" {if $type eq $types[t].type}selected="selected"{/if}>{tr}{$types[t].type}{/tr}</option> {CODE} |
tracker item |
|
tiki-list_gallery.php gives lots of warnings and a db-error when passing a non-existant gallery-id
browse to tiki-list_gallery.php?galleryId=<my-unbelievably-high-galleryId> and you'll get: Notice: Undefined index: sortorder in /tiki-list_gallery.php on line 182 Notice: Undefined index: sortdirection in /tiki-list_gallery.php on line 182 Warning: mysql error: Unknown column '' in 'order clause' in query: select i.`path` ,i.`imageId`,i.`name`,i.`description`,i.`created`, d.`filename`,d.`filesize`,d.`xsize`,d.`ysize`, i.`user`,i.`hits` from `tiki_images` i , `tiki_images_data` d where i.`imageId`=d.`imageId` and d.`type`=? and i.`galleryId`=? order by `` desc in /lib/tikidblib.php on line 134 |
tracker item |
|
tiki-list_trackers.php should be WYSIWYCA
Users have a link (list trackers) to tiki-list_trackers.php on tiki-view_tracker_item.php and tiki-view_tracker.php However, if some of the trackers are restricted, users get an error message instead of getting the list of trackers to which they have access. |
tracker item |
|
tiki-listpages.php : when listing wiki pages, next page doesn't work after filtering by language
It would nice too to have filter in URL so we have a permanent link of all pages of a certain language. |
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-listpages.php: tiki_p_view is necessary even if you have tiki_p_admin_wiki
Very strange issue. Not sure if it's a regression. Workaround: give tiki_p_view in addition to tiki_p_admin_wiki I have seen similar issues with trackers. You need to give view in addition to admin. |
tracker item |
|
tiki-login mods for SSL to fwd. properly to $groupHome
Proper $groupHome URL is not returned by tiki-ligin.php if running Tiki on SSL |
tracker item |
|
Tiki-Mailin drops email body?
When sending an Article-Put, Tiki seems to process the email--indeed, if spits out a long array message. But on looking at the homepage, the item does not appear. List Articles shows the item, but with no body. The Array message is attached (a series of attempts, separated by //Attempt |
tracker item |
|
tiki-mobile.php -> normal integration in Tiki
tiki-mobile.php should appear in the menu when activated BUG: It is possible to surf blogs in mobile mode even when deactivated. WYSIWYCA: tiki-list_articles.php?mode=mobile and link to articles in tiki-mobile.php should only show when it user can see articles. Make sure to check topic permissions too. |
tracker item |
|
tiki-send_blog_post.php doesn't check for real -email address in field
When a user fills the e-mail address field at tiki-send_blog_post.php?postId=XX with non-email-string, an e-mail per sentence is tried to send from the server. A simple check for a well written e-mail adress in the field should prevent silly mistakes from novice users in tiki, but very annoying for the server mailing efficiency and sys admin annoyance redirecting mal-formed e-mail... It happens in 1.8.5, and also in 1.9.0. |
tracker item |
|
tiki-send_newsletters.php : pagination is broken
You can only see one page's worth of newsletters. Workaround: tiki-admin.php?page=general increase: "Maximum number of records in listings" |
tracker item |
|
tiki-show_all_images.php doesn't work on shared servers
Recently introduced in BRANCH-1-9 (between 1.9.7 and 1.9.8), this feature seems to need more than shared hosting. Doesn't work here: http://doc.tikiwiki.org/tiki-show_all_images.php http://themes.tikiwiki.org/tiki-show_all_images.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 |
|
tiki-view_tracker doesn't check for the right quicktags
OLD DESCRIPTION: When editing a tracker textarea with quicktags enabled, the quicktags field shows quicktags for map-editing. PROBLEM REPHRASED: All Quicktags are shown, when editing tracker items. You can see that e.g. the IMG-quicktag is there twice. I tried adding the img quicktag with feature "tracker" to tiki_quicktags, but then it was shown trice (triple? - no!), well, three times! ;) |
tracker item |
|
TikiMods
((tw:TikiMods)) Finish the TikiMods feature. [http://mods.tikiwiki.org|Mods] already has a good number of avatars, themes, wikiplugins, etc Move to mods what needs to be moved and remove from mods what will stay in BRANCH-1-9 Ex.: Remove TikiSheet from mods (as it is part of 1.9) |
tracker item |
|
TikiMods: List authors in all styles
mdavey recently added a drop-down menu for List authors: *as Creator & Last Editor *Business style *Collaborative style *none This needs to be propagated to all TikiMods styles Thanks! |
tracker item |
|
TikiSheet doesn't remove or add columns
I have just created a list of email addresses and names in tikisheet. When trying to create a new column or delete a column a box pops up saying, "An error occured, inexistant column in grid.getColumn." Then forwards me to an error page which states, "A SheetID is required." |
tracker item |
http://dev.tikiwiki.org/tiki-categpermissions.php?categId=2