Category: 19.x
Show subcategories objects| Name | Type |
|---|---|
| Admin Categories "ErrorErrorError" | tracker item |
|
Admin page not found error is too geeky
When the wrong URL is entered, such as when an admin page URL is miss-typed, instead of a normal 404 error, this is displayed: "No route found. Please see http://dev.tiki.org/URL+Rewriting+Revamp". Many people who see this will have no idea what it means or what to do with it. Can this be replaced with something more user friendly, like "Error: no page found. Please check the spelling of the URL."? Can it be done within the Tiki interface and not be an empty unformatted page with that one line of geeky text? |
tracker item |
|
Advanced Rating syntax: Empty date tracker-field shows data through Mathematical calculation tracker field
Empty date tracker-field shows data through Mathematical calculation tracker field An item from our intranet (item65 ) has no value at a date field (trkDeliveryDate). trkDeliveryDate is a date field (date picker) with only date, and no default value set in this preference. Field trkDeliveryMonth is a Mathematical calculation tracker field, extracting the month from that date field, which should be empty, but it's not, it shows some month (current month, I don't know if by chance or by which means). trkDeliveryMonth: {CODE()} (date (str y-m) trkDeliveryDate) {CODE} |
tracker item |
|
AJAX: error 0 (rejected) for URL: tiki-search-lookup?...
I get an annoying "Error" AJAX: error 0 (rejected) for URL: tiki-search-lookup?... on top of pages when requesting some query/navigating away from the page before it finished loading. Is this necessary to show when I do not care if something did not finished loading yet and I simply want to take another action than waiting till the page finishes loading ajax in the background? |
tracker item |
|
Allow replacing hardcoded call to maketoc in page with the one produced by mpdf
In 18.x (and probably earlier) you can print the table of contents on the fly in the pdf produced by mpdf (at pdf generation time), regardless of using hardcoded maketoc calls, o hardcoded title calls with wiki argument variable -+{ { page } }+- (no space intended between angle brackets). ^ Preference: Control Panels > Print > mPDF > __Table of contents__ ^ This feature is nice, but if would deserve another minor level of integration, for those cases in which: # the Wiki page title is hidden by default, and placed by hand in the wiki page where needed (or replaced by human-(more-)readable text), usually at the top with a heading 1 level style. ** current behavior: mpdf places the table of contents at the top, and page title is shown below the table of contents, which is counter intuitive # A wiki page has the AutoTOC setting disabled at wiki page level, and a hardcoded call to __~np~{maketoc}~/np~__ is placed below the page title (or wherever, with whichever maketoc params for the users like, such as levels="2,3", my favourite, btw). ** current behavior: mpdf keeps the table of contents produced by itself, plus the table of contents that was previously generated in the rendered html page by the wiki markup). therefore, 2 table of contents are shown, which is not what most users would expect. Potential solution to both issues: (2 birdies in one shot) __Allow replacing hardcoded call to maketoc in page with the one produced by mpdf__ How? Brainstorm mode on: * add a new param -+inpdf+- in maketoc plugin, with several values: ** __replace__: -+~np~{maketoc inpdf=replace}~/np~+- Replace that maketoc call in the wiki textarea with the output of the table of contents from mpdf ** __keep__: -+~np~{maketoc inpdf=keep}~/np~+- keep same behavior as nowadays, for those edge cases in which user has custom maketoc for partial sections of the page (or whatever), which want printed also besides the full table of contents at the beginning, etc. ** __ignore__: -+~np~{maketoc inpdf=ignore}~/np~+- ignore the maketoc call when creating the pdf, so that the only maketoc is the one produced by mpdf at the beginning (for cases with wiki page created by Tiki itself, etc, so that placement of the maketoc from mpdf is the expected one, etc) Opinions? |
tracker item |
|
Attachments are not working on Tiki Webmail
Attachments are not working. |
tracker item |
|
Automatically set the default group
Facts: It's a manual action to set the default group of a user. It's a manual action to set the correct category of an item when created When a user sets the wrong (or none) category of a new item, it won't have access (depending on permission settings) or everyone has access. Idea: Create an option in the User Settings control panel, to enable automatically the default group when a user is only part of 1 user group (besides the registered and anonymous). Explanation: When the user creates an new item and is only part of one usergroup which has a default category set, it will get automatically the correct category assigned. |
tracker item |
|
Autotoc links not working on template wiki page
At https://doc.tiki.org/VideoTutorial-408-Trackers%20Feature%20in%20#How_to_create_a_page_to_collect_information_for_a_tracker the links of the autotoc are not going to the relevant anchor. |
tracker item |
|
Avoid displaying buttons or item when no action is possible or display irrelevant information
We have a few boutons, menus and menu-items that are displayed in Tiki while there is nothing doable. For example at : https://tiki.org/Donation Some are just overloading the screen. Some have a very little interest (informative) Some have an informative value (but a button or an item menu is not the right way) {img fileId="1250" thumb="box"} -- Another example is the structure menu displaying __only__ an item for the page I'm on and clicking on it just doesn't do anything but reloading the page. (check as anonymous) {img fileId="1861" thumb="box"} |
tracker item |
|
Bad contrast for debug console using the default theme
It is very hard (if possible) to use the debugger console with default setting due to contrast issues. {img fileId="1259" thumb="box"} |
tracker item |
|
Bad reformatting in displayed title made from file name of files uploaded to a gallery
I wasn't happy to see that the file upload process changed the text formatting of file names in a way that changes or muddies the meaning of the text. For example, "J-M_at_Fameux_IMG_5541.jpg" (file name) produces "J M At Fameux IMG 5541" (file title). Information/meaning is lost in this rewriting. The hyphen in "J-M" is intentional; the name is hyphenated and the hyphen should not be removed. Also "IMG" should be linked to the image number with an underscore (this is from my local image naming scheme) - it loses meaning by being detached. In another case, I used the word "expensive-ish", which was changed to "Expensive Ish". This is wrong and brain-dead, or should I say Brain Dead? Which leads me to the second issue: every word becomes capitalized. This is bad style; in a title, only the beginning and important words are capitalized (in English anyway). It's not good to have the software replace proper style blindly with wrong alternatives. |
tracker item |
|
Banner parameters to display or not display a banner on a page are broken
The parameters "URIs where the banner appears only" and "URIs where the banner will not appear" are broken. I tried in many way starting by the one from the help: {CODE()}#/tiki-index.php?page=HomePage#{CODE} For "URIs where the banner appears only", once something is set the banner doesn't appears at all. For "URIs where the banner will not appear", no matter what the banner is displayed. |
tracker item |
|
Banners on a col (left col) spill over the main content
If a banner is placed in a col (left_col) and is wider than the col it will spill over the main page data. #left_modules {overflow: hidden} would work it out ? |
tracker item |
|
Better Editor or at least better FADE function.
Location: local server O.S. : Windows 10 Method: WAMP Issue: Can't easily utilize FADE function. Assumption is when utilizing tiki on an active website, it will behave the same as a local server. Request: Remove FADE as a plugin and instead make it part of TIKI so a user can just add FADE tags herself. Benefits: * This will ALWAYS work as opposed to right now, FADE magic wand won't activate after it was already clicked on. * User can drag and drop items into a wiki page and keep current formatting. Yes formatting is intact when pasting, but NOT when pasting inside the current fade menu. * User can edit at any time, move the faded items any where and keep formatting inside the FADE tags. Information is only handled once. Example: User opens a new tiki page utilizing the wysiwig editor. User would paste formatted items into her page. User adds FADE tags without clicking on the magic wand. 1. Prep your kit [FADE color=red; iconarrow=no; title="Click here if you are a newbie"] 1. do something. 2. do something after first step. 3. do something again. [/FADE] Later, user edits the page again to add another FADE tag. This time NESTING and adding bulleted list with color fonts. 1. Prep your kit [FADE color=red; iconarrow=no; title="Click here if you are a newbie"] 1. do something. 2. do something after first step. 3. do something again. [FADE color=yellow; iconarrow=yes] 1. when condition is met do this.... 2. if not your condition do this instead [/FADE] Open the following if you need to copy and paste 30 lines of code. [FADE color=orange; iconarrow=yes] 30 lines of code [/FADE] [/FADE] Expectations: When using WYSIWIG editor. * Being able to keep formatting when pasting into a FADE user interface. (It doesn't keep format, no bullet list, no colors) (Also, when you save and view the page, the items pasted into FADE are all jumbled page code, not neat listings.) * Being able to utilize the FADE function more than once. (It works once, then you have to save and re edit). This causes needless tracking, needless rollback history. 0x40736375 |
tracker item |
|
Blank page when trying to save wiki page
Upgrade from 18.1 to 18.3, no configuration changes. Just getting a blank page after trying to save a wiki page, and nothing is saved. Please see this MySQL log, it's trying to save the page and then just quit... {CODE(caption="MySQL log" theme="default")}2019-01-29T08:20:42.094875Z 14 Query INSERT INTO `tiki_pages` (`pageName`, `pageSlug`, `hits`, `data`, `description`, `lastModif`, `comment`, `version`, `version_minor`, `user`, `ip`, `creator`, `page_size`, `is_html`, `created`, `wysiwyg`, `wiki_authors_style`, `flag`, `lockedby`, `comments_enabled`) VALUES ('Structure Menu', 'Structure-Menu', '0', '{module module=\"menu\" nobox=\"y\" structureId=\"1\" type=\"horiz\" css=\"y\" bootstrap=\"n\" navbar_toggle=\"n\" menu_id=\"structure_menu1\" setSelected=\"n\"} ', '', '1548750042', ' ', '1', '0', 'admin', '172.16.5.15', 'admin', '145', '0', '1548750042', 'y', '', '', '', 'y') 2019-01-29T08:20:42.095536Z 14 Quit {CODE} Please feel free to suggest some test to figure out what is going on, I'm happy to test this. |
tracker item |
|
Bootstrap Tour broken, needs library update
Tour doesn't work in trunk currently (to be Tiki 19) since the switch from Bootstrap 3 to 4, in a quick test of an existing tour. The first popup appears but the second doesn't. But according to the Bootstrap Tour site ([https://github.com/sorich87/bootstrap-tour/issues/554]) it should work so the library needs to be updated and then Tour retested. |
tracker item |
|
bootstrap_modal modals not popping up, contents being loaded in new page, compromising usability
A modal should show when you click the icon, but it doesnt. The modal contents load in a full page, and with limited functionality, such as not having a "save" button. {img type="fileId" fileId="1291"} Seen in Tikis 18 with r. 69798 and r. 69918 |
tracker item |
|
Bottom content is not accessible for long autotoc
Bottom content is not accessible for long autotoc. Scroll down the following page: https://doc.tiki.org/Tiki19?page_ref_id=5033 |
tracker item |
|
Browsing files from tracker field type file should show chosen gallery
On Tiki 18 and 19 On Trackers when you insert a tracker field type file you can (have to?) select a gallery for your files. It is the gallery where files you upload using this field will be saved. You have also an option to "browse" if you want the user to be able to select a file from your files gallery. When editing an item you can then browse a gallery but the modal show ALL the files in the complete files gallery. It should show (by default or restricted) the files from the selected gallery. |
tracker item |
|
Button plugin is asking for plugin approval on templates each time a page is open for the first time
Button plugin is asking for plugin approval on templates each time a page is open for the first time. This is a pain when you use a template to display items, customSearch, etc. It is like I have to scan all the Tiki possible pages and mass approved the plugin changes. I’m extensively using wiki page as template (list, listExecute, customSearch) and have several project built that way (not using smarty templates). It has been discussed that this was introduced in Tiki16 and so far not fixed. |
tracker item |
|
Can't remove the last related item from Relations fields
Once you have related something using a Relations field (or I imagine any other ways you can relate objects) you cannot remove the last related object, only change it to something else. We had a similar issue with category checkboxes a while ago, it's because once none of the checkboxes are checked the request doesn't contain anything of that -+name+- so the field doesn't get updated. Note: This for me is when the number of possible results is more than tiki_object_selector_threshold and the objects are shown as checkboxes - but others report it works ok... hmmm {sign user="jonnybradley" datetime="2019-05-07T14:59:15+00:00"} |
tracker item |
|
Can’t name a page "Sandbox"
It is not possible to create or name a page "Sandbox". If I do there is an error: {REMARKSBOX(type="errors" title="Error")}The Sandbox is disabled{REMARKSBOX} |
tracker item |
{CODE()}
ErrorErrorError
Tracker list_items ran out of memory after 0 items.Malformed search query: Parsing search query failed: "org.elasticsearch.common.ParsingException: [_na] query malformed, must start with start_object"Notice: invalid variable value: $_GET["maxRecords"] = undefined
{CODE}