Category: 14.x
Show subcategories objects| Name | Type |
|---|---|
| New option to include 'Threads with no replies yet' to Daily Reports and to Notification digests | tracker item |
|
Newsletter completion text and download log message not shown when 'throttling' is used
When a newsletter is sent, at the end of the list of emails that it has been sent to, a 'completion' text message is shown and an option provided to download a log of that send (where download actually means list in a vanilla' white screen) ie Newsletter successfully sent to 4 users. Download Log File However if newsletter throttling is set then after the final email is sent this completion sequence is no longer shown which is very confusing for the user who is left in doubt whether the send is finished |
tracker item |
|
Predogfood servers should include files; was:nextthemes.tiki.org/Themes slider shows super small images
{img fileId="548"} |
tracker item |
|
No need to set page language again and again efter editing Plugintracker icon option
Using PluginTracker and after setting a wiki page language to Portuguese I was able to see the Portuguese version of the fields (including pre-defined ones), as well the translation of the box comment that says: "All fields with * are mandatory". However, after editing the pluging parameters clicking on the plugin icon settings on the page, the page loses its language definition and it must to be set again, every time I edit the plugin. |
tracker item |
|
"Other" field from tracker dropdown field invisible unless there is an "other" option named with the translation of "other"
In Tiki 12 at tracker fields there was a field type D where you could select an option or add a value beyond the options. In Tiki 15.1 I used the tracker field type "Drop Down with Other field" and named the field "choices" My options were: Wahl1,Wahl2,Wahl3,other When I want to enter values in the field "choices" I can just select from the above. But I can't type in "Wahl4". Perhaps I use the field wrongly? Thanks for your help. |
tracker item |
|
Argument Variables are parsed even in "No parse" (np) zones
The following (without a space between braces) does not work anymore: ~np~ you can use the ~np~{{user} }~/np~ ~np~~/np~~/np~ ~np~((doc:Argument Variables|Argument Variable)) ~/np~ Instead the Argument Variable which is inside __np__ gets parsed as current user login name. __Update:__ updated the Subject field to more reflect what is the report about |
tracker item |
|
Non-bootstrap navigation menus only pop on to menuLevel1
My website has a navigation menu set up using a tiki structure. It is set to use non-bootstrap menus for this. When I hover over the menu, there are potentially multiple levels of the menu that can pop out. Since Tiki 14.x, only one level of the menu will pop out. The menu options that have more levels below them even retain the ::after arrow showing that it can pop out, except, when you hover over it, the second menu level does not pop out. I have attached a screenshot to show what my set up looks like. {img fileId="994" thumb="y" rel="box[g]"} |
tracker item |
|
Non-bootstrap navigation menus wrongfully display the structure upon loading the page
I recently reported a bug about the non-bootstrap menus at: https://dev.tiki.org/tiki-view_tracker_item.php?itemId=5633 The bug in the above link was solved. However, it is accompanied with a different bug. Essentially, when I load ANY page that has a left menu navigation structure, upon loading the page, all of the sub-menus are displayed for a brief 1 or 2 seconds before disappearing. It appears to me that the page is loading the sub-menus, but has no method to hide the menus while doing so. It instead displays the sub-menus and can get in the way. Fortunately, the show.tiki.org instance that demonstrates the previous bug ALSO displays the bug I am currently reporting. The link for the show instance is: http://taylordustin-11691-5633.show.tikiwiki.org |
tracker item |
|
Non-Breaking Space Character in Headers
Hello all, I'm running into an issue that is causing the diamond and question mark to appear. At first I thought it was an encoding issue, but after looking at this more carefully, I think the root cause is specific to how the headers are generated in HTML. To reproduce this bug: 1. Create a header in a wiki page with multiple words in it using the wiki editor. 2. Save the page and then View Source. If you see the header tag below, the second to last word contains " ". This happens to all the headers. div class="icon_edit_section"><a title="Edit Section" href="tiki-editpage.php?page=CBusinessCreditReport&hdr=2"><span class="icon icon-edit fa fa-edit fa-fw " ></span></a></div><h1 class="showhide_heading" id="How_to_Order_a_Business_Credit_Report"> How to Order a Business Credit Report</h1> 3. Click on Edit to edit the page and switch over to the WYSIWYG editor. 4. Make any edits to the page. I just entered text in the body. 5. Preview the page. A diamond with a question mark will appear where the non-breaking space is located. 6. If the page is saved and you try to edit the page, you'll get the error message regarding an issue with the encoding. This issue only occurs if you are using the WYSIWYG editor. It seems to be converting that non-breaking space in the HTML to an unknown character. I was previously running 14.2 and upgraded to 15 to see if the non breaking space in the HTML would disappear, but the issue remains. At this point, this makes the WYIWYG editor unusable. |
tracker item |
|
OPcache: add a test in tiki-check.php
OPcache is supposed to be built-in PHP 5.5 but we need to check for it. |
tracker item |
|
Optical character recognition (OCR): add as ALT tags to images
Tiki ((doc:Screencast)) is very very awesome. However, it's not so great for ((doc:ElasticSearch)). Let's discuss ((Optical character recognition)) options. |
tracker item |
|
Option: "Content is parsed like wiki page" leads to unwanted problems
If you uncheck the option: Content is parsed like wiki page some features of the tiki wiki will not work anymore. --- __Our case:__ We have many code examples where we, for example, have arrays like you have them in javascript with square brackets. ~np~["array"]~/np~ When wiki syntax is parsed, the square brackets are interpreted as a wiki link, which is not the case. __The solution:__ we solved the problem with the option "Content is parsed like wiki page". We unchecked it, so wiki syntax is not interpreted. __Side effect:__ Now, if we try to insert an image from the file gallery, tiki wiki inserts it as a wiki image with the wiki syntax. That won't work, obviously. Another feature that won't work anymore is the codemirror plugin. The plugin inserts wiki syntax too. __My opinion:__ All features that use wiki syntax have to check, if this option is set. If it is not checked, than they have to insert html. I mean, if the file gallery inserts a simple img html tag, it would simply work, the same for codemirror. |
tracker item |
|
Optional static urls
Hello, right now, we change our static html infobase to tiki wiki. It was, more or less, no problem to import something around 6000 html files into the tiki wiki database. Even the migration from javascript menus to tiki wiki structures was no problem after all. But, we have one open case which blocks as, the non static urls. We have some windows applications, which, if you press "f1" are linking to our infobase. This is only possible because of the static urls. Now, witch tiki wiki, the url changes every time you rename a site. What we did to solve this issue, is a "checkbox" under the page edit dialog: {img fileId="1011" thumb="y" rel="box[g]"} If you check the checkbox, the dialog fades in. If you uncheck it, it fades out again. When someone checks it, and writes an custom url, the custom url replaces the page slug and sets "custom_url" in the sql table "tiki_pages" to 1. Now, when the page is renamed, tiki wiki checks if the page has "custom_url" on true, and if so, it will not change the page slug. I think this could be a quite nice feature. The user can choose by himself if he wants to set the url or leave it like it was. |
tracker item |
|
Page alias links replaced by simple wiki links when "wiki wysiwyg" is on
Page alias links replaced by simple wiki links when "wiki wysiwyg" is on Let me reproduce the issue in a show instance... done. See it here: http://xavi-9794-5518.show.tikiwiki.org/tiki-pagehistory.php?page=Community&oldver=2 u: admin p: 12345 I just added "foo" myself in this edit, but as you can see by the history diff-info, the parser (I guess) replaced the alias link with a simple wiki link. and the alias link should stay as alias link. {img fileId="971" thumb="y" rel="box[g]"} Thanks |
tracker item |
|
Unified Search Engine MFTS fails for any content (was 'Page alias not found by search')
I have a wiki site called "Peter Pan" I include a page alias ~tc~(alias(Miki Mouse))~/tc~ Now I search for "Miki" Result: Found "Miki" in 0 pages. That's not what I found in the docs. There it says that the search is supported since tiki4 How can I solve that problem? --- Edit {sign user="xavi" datetime="2015-02-02T10:53:28+00:00"}: After confirming same issue in a trunk show instance also, I renamed bug to __'Unified Search Engine MFTS fails for any content'__ (from __'Page alias not found by search'__), and increased the importance to "9". Thanks agian hans for submitting this bug report in the first instance. --- |
tracker item |
|
Paragraphs in Wiki HTML Sometimes Fail to Render
There are several times that a HTML wiki page will fail to render a paragraph. *In a footnote, the paragraph will fail to render when there is one paragraph, however all paragraphs will render correctly (more or less) if there is two or more paragraphs. *A paragraph within a opening and closing HTML pair will fail to render in a similar way. There is a tiki instance that clearly demonstrates this. |
tracker item |
|
PDF do not work when exporting restricted pages
When a page is restricted by permissions, this page cannot be exported to pdf using the pdf icon. The result is a pdf that contains the message "You do not have the permission to view that page....". The reason for that is that the pdf export contains NO mechanism to pass the authentication of the logged-in user to the pdf tool. So the pdf tool (i.e. wkhtml2pdf) calls the page in question as an un-authenticated user. Update: Main issue fixed. Restricted pages require token authentication enabled to be exported to pdf. Feature: "auth_token_access". Note: If the page acts as a template for tracker input - access is still debied. This might be an issue with the "auth_token_access" feature itself and should be a new bug report bc it might effect other areas as well. |
tracker item |
|
Perspectives: permit to add more than one (current conflict between mobile and general perspective)
http://suite.tiki.org/Tiki+Suite is a perspective of http://tiki.org/ In mobile mode of http://suite.tiki.org/, we get "Too many redirects" or "This webpage has a redirect loop". You can also get this by going into mobile mode from suite.tiki.org {flash type="url" movie="display665" width="1071" height="549"} Thanks to Simon Boulet for reporting |
tracker item |
|
PHP Error reporting displaying on the page when trying to print
Basically, when PHP error reporting is turned off in the admin panel, the button to 'Show php error messages' still shows up on the printing page. So with the option 'No error reporting' selected in the General admin panel, the button is hidden on the rest of the site. The only place it continues to show up is on the print page template. I could easily hide this with CSS, but I would prefer that the underlying structure of Tiki handle turning off the button from the admin panel. |
tracker item |
|
phpBB authentication method no longer working
(filed under Administration and All as I couldn't find Login/Authentication under Feature) The authentication between Tiki and phpBB is no longer working. This was originally reported for version 14.x - I am experiencing under version 20.x - making an assumption that all the versions inbetween have the same issue. In terms of reproducing the issue: * I have followed the steps needed to enable phpBB authentication via Tiki (from https://doc.tiki.org/phpBB-Authentication ) * I created a new user on the phpBB forum * I was able to log in as the new user on the phpBB forum * I then tried to log onto Tiki with that user, but I get a blank page (no error messages) * logging back onto Tiki as admin, I do not see the same username that should have been created (meaning, no additional user has been created in Tiki as result) * incidentally, I also tried to intentionally change the phpBB database credentials to something wrong, to see if it made any difference during the login process, it did not make any difference In terms of Importance, it is difficult for me at this stage to appraise this since I am new to Tiki and it appears not many other people have reported this. However, there are certain features in Tiki's own forum which may present challenges to forum managers (such as the current table structure for forum sections, as well as the inability to be able to sort forums arbitrarily, and lastly the ability to create sub-forums) so a solution such as phpBB would help. So I am classing as 7: it would stop some people to consider adopting Tiki because this feature is no longer working. My versions: * Tiki 20.x * phpBB 3.2.7 Please see https://tiki.org/tiki-view_forum_thread.php?comments_parentId=56547 for details of original user who first logged the problem, as well as a screenshot of what I get in version 20.x __Note:__ I am unable to use Tiki Show - I would need a phpBB database in there to demonstrate If you need any other information please do not hesitate to get in touch. |
tracker item |
|
Plugin Backlinks info parameter doesn't work
The information specified in the info parameter (like "hits" or "user") is not discplsyed. |
tracker item |
|
Plugin LIST does not display correct saved values in 14.x
In 14.x (compared to 12.x) the wiki-plugin LIST does not display correct saved field values. Instead it sticks to the first value saved and refreshing search index or clearing Tiki cache does not help - when you come back to the page it still shows the first saved value. For example I saved "Admin The Big Boss" there first, then changed it to "System Admin" but when I come back to the page it still shows "Admin The Big Boss". But the tracker field value is "System Admin" when you click on it to edit. See the show instance: http://luci-199-5716.show.tikiwiki.org/ |
tracker item |
|
Plugin TrackerStat: allow showing the description of tracker fields in the display of results.
Plugin TrackerStat has no easy replacement with Plugin List, as far as a I know. When trackers are used to fill in questionaires, there are sometimes long phrases that are written in full in the description of the field, and the field name is just some short name to refer to it. When the user fills in the form, the field descriptions can be shown below the field. But when results are shown through PluginTrackerStat, no field description is shown, and in some cases, it's hard to understand the answers without the full text shown in the description of the field. This could be solved with a param to optionally display the field descriptions in the Plugin TrackerStat. - See it reproduced here: See it reproduced here: http://xavi-9794-5637.show.tikiwiki.org/tiki-index.php#contentvotingsystem-2 u: admin p: 12345 field: 12 How many days? {CODE()} 1 1 %33.33 <-> 1 10 %33.33 <-> 1 2 %33.33 <-> {CODE} How many days is almost meaningless here at result-display time. The description of the field needs to be shown also: "__How many days did you attend last year to the weeksly meetings of hte organization?__" |
tracker item |
|
Plugin TrackerToggle doesn't display the hidden field if attempting to change value in a previously saved itemId
Plugin TrackerToggle doesn't display the hidden field if attempting to change value in a previously saved itemId I followed the documentation found here: https://doc.tiki.org/PluginTrackerToggle with this type of syntax in a pretty tracker page: {CODE()}{TRACKER(trackerId="1" fields="2:5:10:11" showtitle="n" showdesc="n" showfieldsdesc="y" showmandatory="y" showstatus="y" wiki="Template1")}{TRACKER} {trackertoggle fieldId="5" value=1 visible="y" id="condiv"} {CODE} And the wiki page Template1 contains: {CODE()} Field 2: {$f_2} Field 5: {$f_5} {DIV(id=condiv)}Field 10: {$f_10}{DIV} Field11: {$f_11} {CODE} and the field is hidden by default, however it doesn't get displayed when the radio button gets the value "1" (yes) when visiting a previously saved item; e.g., with the url like: http://xavi-9794-5689.show.tikiwiki.org/tiki-index.php?page=HomePage&itemId=3 (please note that this itemId3 has field5 stored with value 0 (case A). That's why even if you click (at item edition time) to the second value of the radio button (value 1 - case B), nothing is shown (because field5 has value 0 stored or in the session or something). --- See it reproduced here: http://xavi-9794-5689.show.tikiwiki.org/tiki-index.php?page=HomePage&itemId=3 u: admin p: 12345 |
tracker item |
|
PluginCountdown: move to a modern and active library
((doc:PluginCountdown)) is pretty basic, not visually appealing. Let's move to: http://keith-wood.name/countdown.html https://github.com/kbwood/countdown/tree/Release_1_6_3 |
tracker item |
A new option to include '__Threads with no replies yet__' to ((doc:Daily Reports)) and to ((doc:Notification digests)) would be very useful. This idea is borrowed originally from vbulletin, which included this feature many years ago. See example of email received from another software (probably vbulletin, even if I can't tell for sure any more) where that section is included.
In fact, an even better solution could be to create a new module for "__Threads with no replies yet__", and allow some way to let the tiki admin include some modules in ((doc:Daily Reports)) and in ((doc:Notification Digests)).
{CODE()}
userfoo,
We're proud to announce that LQ ISO has now facilitated over 49 MILLION Linux downloads! Visit http://iso.linuxquestions.org/ for all your Linux distribution download needs. With over 2,600 Linux distribution versions available for download, LQ ISO is the place to download Linux.
Would you like the latest Linux and Open Source news? If so, follow us on twitter: https://twitter.com/linuxquestions Also note that we're now regularly posting original news to the Linux - News forum. Visit http://www.linuxquestions.org/questions/linux-news-59/ to discuss the latest Linux and Open Source news.
Did you recently get a new Android device or Chromebook? Visit http://www.androidquestions.org/forum.php for Android related discussion/help and http://www.chromeosquestions.org/forum.php for ChromeOS related discussion/help. Along with LQ, these sites form The Questions Network.
-jeremy
http://jeremy.linuxquestions.org/
***SPONSOR***
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Receive your complimentary guide: http://linuxquestions.tradepub.com/free/w_mach01/
***SPONSOR***
---------------------------------------------------------------------------
Today's Date: 09-02-2014
Activity since: 08-18-2014
---------------------------------------------------------------------------
View all new content here: http://www.linuxquestions.org/questions/
---------------------------------------------------------------------------
LATEST THREADS
---------------------------------------------------------------------------
-- Threads posted most recently --
Title: "Yet more cifs mount issues..." (Date Posted 09-02-2014 by anw)
o 0 Replies, 20 Views, Last Post: 06:23 PM, 09-02-2014 by anw
o http://www.linuxquestions.org/questions/linux-software-2/yet-more-cifs-mount-issues-4175517206/
Title: "How to treat secure boot when Slackware 14.1 is installed" (Date Posted 09-02-2014 by nix84)
o 1 Replies, 67 Views, Last Post: 06:06 PM, 09-02-2014 by Didier Spaier
o http://www.linuxquestions.org/questions/slackware-14/how-to-treat-secure-boot-when-slackware-14-1-is-installed-4175517204/
Title: "libelf error on rhel7 (kernel 3.10.0-123.el7.x86_64)" (Date Posted 09-02-2014 by swarapol)
o 1 Replies, 57 Views, Last Post: 06:34 PM, 09-02-2014 by AlucardZero
o http://www.linuxquestions.org/questions/red-hat-31/libelf-error-on-rhel7-kernel-3-10-0-123-el7-x86_64-a-4175517203/
Title: "Using fdisk to make mem stick bootable" (Date Posted 09-02-2014 by nix84)
o 1 Replies, 60 Views, Last Post: 06:16 PM, 09-02-2014 by Didier Spaier
o http://www.linuxquestions.org/questions/slackware-14/using-fdisk-to-make-mem-stick-bootable-4175517202/
Title: "Bad drive" (Date Posted 09-02-2014 by adadani)
o 1 Replies, 54 Views, Last Post: 06:34 PM, 09-02-2014 by AlucardZero
o http://www.linuxquestions.org/questions/linux-newbie-8/bad-drive-4175517201/
Title: "Cinnamon crashes with Linux Mint 17 live CD - "you are currently in fallback mode"" (Date Posted 09-02-2014 by Gabethebabe)
o 1 Replies, 11 Views, Last Post: 05:32 PM, 09-02-2014 by EDDY1
o http://www.linuxquestions.org/questions/linux-newbie-8/cinnamon-crashes-with-linux-mint-17-live-cd-you-are-currently-in-fallback-mode-4175517199/
-- Threads with no replies yet --
Title: "Alsa doesn't detect HDMI audio on Haswell" (Date Posted 09-02-2014 by adolfoe)
o 73 Views
o http://www.linuxquestions.org/questions/linux-hardware-18/alsa-doesn%27t-detect-hdmi-audio-on-haswell-4175517194/
Title: "Best solution for linux based proxy server in an office" (Date Posted 09-02-2014 by sigint-ninja)
o 66 Views
o http://www.linuxquestions.org/questions/linux-newbie-8/best-solution-for-linux-based-proxy-server-in-an-office-4175517190/
Title: "Erase a partition without losing it's UUID?" (Date Posted 09-02-2014 by Amarildo)
o 91 Views
o http://www.linuxquestions.org/questions/linux-newbie-8/erase-a-partition-without-losing-it%27s-uuid-4175517188/
Title: "need an epub reader that has highlighting" (Date Posted 09-02-2014 by Gregg Bell)
o 64 Views
o http://www.linuxquestions.org/questions/linux-software-2/need-an-epub-reader-that-has-highlighting-4175517186/
Title: "Auto respond to all incoming e-mail messages with a default subject and message" (Date Posted 09-02-2014 by aalger)
o 67 Views
o http://www.linuxquestions.org/questions/linux-newbie-8/auto-respond-to-all-incoming-e-mail-messages-with-a-default-subject-and-message-4175517180/
Title: "Let's test Slackware-current." (Date Posted 09-02-2014 by Didier Spaier)
o 196 Views
o http://www.linuxquestions.org/questions/slackware-14/let%27s-test-slackware-current-4175517175/
---------------------------------------------------------------------------
LATEST POLLS
---------------------------------------------------------------------------
Question: Do you change a brand new PC directly to Linux, buy it with Linux, or something else?
o 'Have bought Windows PCs and converted them straight to Linux ' (26 Votes)
o 'Have only ever converted old PCs to Linux ' (7 Votes)
o 'Have bought PCs which have Linux as their installed OS ' (6 Votes)
o 'Typically build a custom system from the ground up ' (31 Votes)
o 'Something else' (12 Votes)
View Poll Results: http://www.linuxquestions.org/questions/showthread.php?t=4175514666
Question: Do you enable or disable NumLock?
o 'I have NumLock turned on most of the time ' (30 Votes)
o 'I have NumLock turned off most of the time ' (10 Votes)
o 'I constantly turn NumLock on and off, depending on what I'm doing ' (1 Votes)
o 'My keyboard doesn't have a number pad' (3 Votes)
View Poll Results: http://www.linuxquestions.org/questions/showthread.php?t=4175514020
---------------------------------------------------------------------------
FORTHCOMING EVENTS :
to view the calendar, click the link below:
http://www.linuxquestions.org/questions/calendar.php?c=0
---------------------------------------------------------------------------
---------------------------------------------------------------------------
STATISTICS:
We have had the following activity since 08-18-2014
---------------------------------------------------------------------------
o 4,430 New Members
o 1,275 New Threads
o 7,448 New posts
---------------------------------------------------------------------------
USER INFO:
These are your current user details
---------------------------------------------------------------------------
o Your username is: "userfoo"
o You have 2 Posts
o You registered on 01-18-2005
o You were last active on LinuxQuestions.org at 12:52 PM, 10-21-2005
---------------------------------------------------------------------------
To unsubscribe from the community updates, click this link:
http://www.linuxquestions.org/questions/profile.php?do=editoptions
and uncheck "Receive Community Bulletin Newsletters".
Currently, community updates are sent bi-weekly.
---------------------------------------------------------------------------
{CODE}