Loading...
 
Skip to main content

Category: Less than 30-minutes fix

The task should not take more than 30 minutes to be solved. Tag a bug or wish with this category in order to have them easily filtered at a TikiFest for example.
Less than 30-minutes fix
Show subcategories objects

Name Type
File gallery: Misleading (false) function description
When you open a file gallery, above the files stored in there are some functions for searching, and one that specifies how many results are to be displayed. The latter is misleadingly labelled "Number of lines". If you set the file gallery for list view that is correct. If you didn't, it's incorrect. In browse view your results will be in five columns, giving __five__ lines (with the default setting of __25__).

Therefore I suggest to rename this to "Number of results" which would be correct in all view settings.
tracker item
File Gallery: PopUp window for viewing image does not show up when browsing to a 2nd page
{syntax type="tiki" editor="plain"}
PopUp window for viewing image does not show up when browsing to a 2nd page.

Instead it shows the picture file going out the File Gallery.

Using Firefox, Chrome

tracker item
File gallery: Two redundant actions in popup window (absolutely identical)
The context menu of file gallery (which opens when you mouseover the screwdriver icon) offers -among others- these two actions to choose from:

a) "Display" (looking glass icon)
and
b) "Browser display (raw / download)" (eye icon).

Both, when clicked, open one and the same URL:
{CODE(colors="tiki")}
tiki-download_file.php?fileId=NN&display
{CODE}

I guess that at some point in development, those two options would have been for different purposes.

Therefore I suggest that either the initial, differing purpose is restored where it was lost, or one of the two gets completely removed for redundancy.
tracker item
Finish adding links to trackers from feature list
http://doc.tikiwiki.org/tiki-index.php?page=Features
tracker item
First "title" shown as channel title, so first title shown twice.
The first "title" provided in an external RSS feed is displayed as if it is the channel's title (description). Many RSS feeds provide a "title" element immediately after the "channel" element, containing a description of the channel. But if no channel title exists, the title of the first item is displayed as if it were the channel title, resulting in the first title being displayed twice.
tracker item
FiveAlive-lite theme: in fullscreen mode there is a blue line which does not belong there
See:
https://dev.tiki.org/Tiki19?fullscreen=y
{img src=https://dev.tiki.org/tiki-download_item_attachment.php?attId=497 thumb=y}
tracker item
fix tablesorter with jq mobile (12.x LTS mobile mode)
Tablesorter doesn't seem to load when the tiki 12 lts is shown in mobile mode.

Similar approach works on 14.x, but it wpuld be lovely to have our LTS branch work in mobile also

Reproduced here:
http://xavi-9794-5655.show.tikiwiki.org/tiki-index.php?page=Sortable+Tables+demo#step2

U: admin
P: 12345

Switch to mobile and see how the tablesorter ui is lost

There are some tips elsewhere about how to fix this type of issue (I wonder if it's the same or not):
https://forum.jquery.com/topic/tablesorter-with-jquery-mobile#14737000003054153
tracker item
Fixing calendar "confirmation" radio buttons to look like all the others (bootstrap) in Tiki
{img fileId="1618" thumb="box"}
Those radio buttons should look like bootstrapped Tiki (colors, borders rounded, etc).
tracker item
Forum pref in /lib/prefs/forum.php name contradicts description
In /lib/prefs/forum.php there is a forum pref, where the name of the pref directly contradicts it's description. In line 175 you'll find

{CODE(Colors="Tiki")}
'forum_inbound_mail_ignores_perms' => [
'name' => tr('Allow inbound email posts from anyone'),
'description' => tr('Allow posts from non-users in forums using inbound posts from a specified email address.'),
'type' => 'flag',
'default' => 'n',
],
{CODE}

Mail-in allowed for "everyone", or only for "specified addresses"? Since no parameter that could specify such an address is asked and stored, I guess the name is correct, but the description isn't. Affects all languages...
tracker item
Forum sorting issue
{syntax type="tiki" editor="plain"}
I created multiple forums and when I try to sort by name (asc) or name (desc), it doesn't seem to work.

See screenshot here:
http://dev.tikiwiki.org/show_image.php?id=104

Thanks
Ryan McCain
rmcc4444@gmail.com
tracker item
Forum: Delete own posts permission
{syntax type="tiki" editor="plain"}
Users with the proper permission should be able to delete their own posts and unreplied topics in forums.

At the moment, only users with ''tiki_p_admin_forum'' permission and the forum moderators can delete posts and topics, but this also gives total control over the forums, something not desirable for regular users.
tracker item
Fullscreen Edit : Wiki & Plugins Help are missing
"Fullscreen Edit" is a new cool feature of 2.x

Quicktags are kept, but Wiki & Plugins Help are missing so it makes editing less enjoyable.

"Edit Summary" is missing as well. Maybe it's intentional?


tracker item
Help system: upgrade script should update to new destination on doc.tikiwiki.org
If the user didn't change the value of the destination of the help system, it should be updated to what the default value is now.

Need to hunt down what all the previous values were (ex.: http://doc.tikiwiki.org/tiki-index.php?page=) and to update via sql

And for clean installs as well (of course)

However, if someone modified the default value, we don't touch.


Reminder to add a reset to default value in 3.0 (new admin panel should permit this)
tracker item
Highlighting on tracker items seems broken
I currently keep track of bugs submitted by me by searching for my username. This results in a list of bugs, currently the first link looks like this:
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=2561&highlight=tobi_h

Klicking that link gives an almost blank page, removing "&highlight=tobi_h" shows the page as it should.

Update: This only happens if I am logged in. More detail, thx to chibaguy: "...left and center columns are empty, and the right column is a column width off the page to the right."

This does not apply to wikipages, where highlighting works.
tracker item
How can elements of a (horiz.) menu be aligned vertically?
I have managed to create a horizontal menu (cf. the bug that menu creation on Tiki 18.8 is impossible) by directly manipulating it's table in the database.

While that has worked, in principle, I do have a layout problem: I want to have, aside from the text, one of the options with a logo. So I created at tiny PNG in the height of the text in the (horizontal) menu, but I cannot adjust the height (vertical position) of this tiny image in relation to the vertical position of the adjacent text. How can I shift either the graphics (currently via img plugin) or the text vertically so that image and text are nicely "in line"?

Ideal would be the vertical center, but if that isn't possible, top or bottom could also do.

I hesitate to render all menu items as solid graphics. From a graphics designer's point of view that would ease things, but slow down initial page load, and/or display nasty ALT text until loading/caching has finished.

Thanks
hman
tracker item
How to move carousel to the center of the page?
How can I move the carousel plugin to the center of the page? The plugin doesn't seem to have a center alignment as own parameter, and when I enclose it in center markup, only the image caption (!) gets centered, the container of image and caption stays on the left hand side...

Is this a feature or a bug? ;-)
tracker item
HTML blockquote tag has no default CSS (visual styling)
In Tiki BS4 -+<blockquote>+- tag has no visual styling (looks like plain text paragraph).
tracker item
http_build_query
In some PHP version, http_build_query would not work correctly and would not show correctly URL parameters for admin and edit options (in converting the templates from SMARTY).

Make sure that http_build_query function from php is working correctly as some version work only with 2 parameters (even it is said to be Php 5.1.1) and others 3 parameters.

See this issue reported in:

http://tikiwiki.org/tiki-view_forum_thread.php?topics_offset=1&forumId=6&comments_parentId=37095
tracker item
Dogfood; Issues with social network icons alignment on Safari at tiki.org
There are --2-- 1 issue--s-- of icons alignment for ISO (safari) you can see at https://tiki.org/Wishlist-Triage-Team

* social network alignment
* --translation action button--

{img fileId="1623" thumb="box"}

{img fileId="1624" thumb="box"}

You may need to be logged in to see the issue.

~~#F00:Update~~ : The translation icon I now properly aligned on Safari.
tracker item
Illogical logic of topic activation
When you enable the article feature, and you create some article types and topics, you will eventually come across a listing of topics. Topics can be activated or inactivated.

But contrary to what could be perceived as being intuitive, topics start de-activated, signalled by the red oneway sign. And even more counter-intuitively, the option you get with the wrench symbol is to de-activate them (deactivate them again?), which is signalled by a green check logo.
See the screenshot.

This is beyond confusing :-)

Thanks
hman
tracker item
image cannot be displayed in gallery or randam image module in tikiwiki 2.0 RC2 AND RC4
http://panorama.freewebhosting247.com/tikiwiki2/tiki-browse_gallery.php?galleryId=1

If this site is up, I cannot see any image.

I'm using Firefox 3.0.
This site uses:
PHP Version 5.2.5
Max Mem: 32Mbyte

GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.2.1
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XPM Support enabled
XBM Support enabled


I don't have any problem displaying images using Tikiwiki 1.9.7 and 1.9.11

http://othman.1stfreehosting.com/tikiwiki/
tracker item
import csv not working
Reproduced here:
http://stirus-11828-6082.show.tikiwiki.org/tiki-sheets.php
u: admin
p: 12345

I tried the following:

1-created a spreadsheet with two columns; row one had headings, row two data
* http://stirus-11828-6082.show.tikiwiki.org/tiki-view_sheets.php?sheetId=1
2-exported the spreadsheet in CSV format, UTF-8 character set
3-renamed the export file
4-edit the exported file with UltraEdit; changed one field; saved with UTF-8
5-created an empty spreadsheet
* http://stirus-11828-6082.show.tikiwiki.org/tiki-view_sheets.php?sheetId=2
6-ran import CSV with UTF-8
7-no data imported, and the sheet just says "Array".


tracker item
Improper Content-Transfer-Encoding: 7bit MIME header in Mail
Text mime parts of mail messages are initialized with an improper Content-Transfer-Encoding MIME header of 7bit instead of 8bit
tracker item
14.x: Improve doc about PluginJQ custom syntax adapted to each type of tracker field after upgrade
Right now PluginJQ documentation ( https://doc.tiki.org/PluginJq ) is very helpful, and I made a profile in 12.x to manage the conditional display of some fields in forms.
http://profiles.tiki.org/Conditional_Display_in_Forms

But in 14.x the required syntax seems to be different, and I don't get it right:
http://profiles.tiki.org/Conditional_Display_in_Forms_14

See it reproduced in here:
http://xavi-9794-5642.show.tikiwiki.org/tiki-index.php?page=CDF+instructions
u: admin
p: 12345

When selecting Case A or Case B in the radio button, all fields are shown, but no bg color for all the shown fields below the radio button.

When selecting Case A in the radio button, still some labels from fields for Case B are shown (text area)

Xavi
tracker item
In the i18n admin control panel, restrict languages, it should be possible to see more than 5 languages
At tiki-admin.php?page=i18n if you enable "Restrict supported languages" you see a text area with 5 languages.
This is too small and make painful selecting several languages.

The text area size cannot be extended.
It should be possible.

{img fileId="1625" thumb="box"}
tracker item
Show PHP error messages