Category: 19.x
Show subcategories objects| Name | Type |
|---|---|
| Tiki Survey editing is broken | tracker item |
|
Tiki view tracker show multiple row for the same item
I set up a Tiki19 with user tracker information. When I register ONE user the tracker is populated with one item but at tiki-view_tracker.php?trackerId=1 I see the same item twice. {img fileId="1249" thumb="box"} They both have the same itemId. |
tracker item |
|
tiki-listpages.php: Layout of the page is broken with Tablesorter enabled
See for example https://nextthemes.tiki.org/tiki-listpages.php?cookietab=2#tab2 (next/next for auth) or https://themes.tiki.org/tiki-listpages.php?cookietab=1#contenttabs_wikipages-1 |
tracker item |
|
tiki-minical_reminders.php causing 500 errors
https://themes.tiki.org/tiki-minical_reminders.php is consistently returning a 500 server errors. Server version currently at 19.1 Google keeps trying to index the page and gets the 500 error. |
tracker item |
|
Tiki.org Forum Posting Issue
Folks, I am unable to post on tiki.org forums. I did a little screen capture video of what it happening. Please see this link at http://youtu.be/716UCOm1Up8?hd=1 Using Firefox, have not tested other browsers, I will test now. Thank you for looking into this |
tracker item |
|
tiki.org: unified mysql reindexing fails due to missing tracker record for user
SVN (19.2svn): Wednesday 08 May 2019 00:59:40 GMT-0200- REV 69939 Thu May 9 00:15:01 CEST 2019 [Wed 08 May 2019 22:15 GMT-0000] Started rebuilding index... Unified search engine: MySQL, version 5.7.26-0ubuntu0.18.04.1-log error: Indexing failed while processing "reelnreel" (type user) with the error "Could not perform index modification: Data too long for column 'tracker_field_u_aboutYourself' at row 1" Search index rebuild failed. Last messages shown above. Thu May 9 00:58:52 CEST 2019 The error message is wrong. The user does not have a tracker record at all. |
tracker item |
|
TikiDb::set() must be an instance of TikiDb, boolean given
* Fresh install of tiki-wiki version 19 from the trunk (svn checkout). * New database (created beforehand) * System requirements all OK. * On step 4, Database Connection, I fill in the database connection information then hit continue, I get the following error : Fatal error: Uncaught TypeError: Argument 1 passed to TikiDb::set() must be an instance of TikiDb, boolean given, called in /var/www/tiki-trunk/installer/tiki-installer.php on line 597 and defined in /var/www/tiki-trunk/lib/core/TikiDb.php:37 Stack trace: #0 /var/www/tiki-trunk/installer/tiki-installer.php(597): TikiDb::set(false) #1 /var/www/tiki-trunk/installer/tiki-installer.php(944): initTikiDB('', 'mysqli', 'localhost', 'tiki', 'xxx', 'tikitrunk', 'utf8', false) #2 /var/www/tiki-trunk/tiki-install.php(102): include_once('/var/www/tiki-t...') #3 {main} thrown in /var/www/tiki-trunk/lib/core/TikiDb.php on line 37 This is always reproducible and is a show stopper. svn info below : {CODE(theme="default")} root@app-server[192.168.100.83] /var/www/tiki-trunk # svn info Path: . Working Copy Root Path: /var/www/tiki-trunk URL: https://svn.code.sf.net/p/tikiwiki/code/trunk Relative URL: ^/trunk Repository Root: https://svn.code.sf.net/p/tikiwiki/code Repository UUID: b456876b-0849-0410-b77d-98878d47e9d5 Revision: 67299 Node Kind: directory Schedule: normal Last Changed Author: xorti Last Changed Rev: 67296 Last Changed Date: 2018-08-28 18:59:30 +0100 (Tue, 28 Aug 2018) {CODE} |
tracker item |
|
Titles (headers) in FADE plugin call content are included in table of contents (maketoc)
When a wiki syntax field calls maketoc and the FADE plugin, the table of contents generated may contain bogus entries at the beginning. All the titles in the body of any call to FADE are taken into consideration by maketoc. This bug is very similar to {wish id=5496}. ! Example With the following field content, the TOC contains 2 headers, instead of just "Normal header": {CODE(color="tiki")} {maketoc} ! Normal header This is a test page for the FADE plugin. {FADE(label=Label)} !! Header which should not be in the TOC Lorem ipsum... {FADE} {CODE} |
tracker item |
|
toc shows or not depending on URL params
https://dev.tiki.org/How-to-release?structure=Developer+Documentation vs https://dev.tiki.org/How-to-release See image |
tracker item |
|
Today button on date pickers broken
Today button on date pickers not using time as well does nothing |
tracker item |
|
Show.t.o requires php 7.1+ (was: Tracker Field Location no longer fetching coordinates from tracker field address)
There was a feature introduced at some point in the past which allowed to fetch a geolocation in map out of the information provided by a user as a text string in a tracker field to hold postal address information. This feature doesn't seem to be working anymore in Tiki 19, at least, in some tests I've done. I expect to reproduce this issue in a show.t.o instance in short. --- Update: I couldn't reproduce it in a show instance because show.t.o is not ready to make instances with php 7.1+ like the ones required by Tiki19. Therefore, I changed topic in this bug report to reflect the issue with show.t.o instances, and the report about tracker field location failing to get coordinates has been moved to: https://dev.tiki.org/item6943-Failure-to-get-geolocation-from-searching-an-address-either-manually-typing-address-through-tracker-field-location-ui-or-in-the-backend-with-params-to-get-address-from-other-tracker-field |
tracker item |
|
tracker field text append and prepend is not handled properly in the plugin list when using default value
On a tracker, when using the tracker field text prepend it works fine using the plugin tracker and trackerlist but not when using the plugin list. Without using format=trackerrender the content for prepend or append doesn’t display in the plugin list. IE : 16 Using format=trackerrender it will show the html code. IE: 16~~#090:<span class="formunit">hr</span>~~ Using format=trackerrender and mode=raw it will show properly the append and prepend. IE: 16~~#090:hr~~ But the content for prepend and append is displayed with the default value. IE: NA~~#090:hr~~ (NA is the default value). |
tracker item |
|
Tracker fields textarea content wiki parsing doesn't work the same as wiki page content parsing
Tracker fields textarea content wiki parsing doesn't work the same as wiki page content parsing when using a page as a Smarty template with the ''wiki'' Smarty block. For example consider we have a textarea field and this wiki syntax in the page named "User Profile TPL": {CODE()}{wiki}{$f_358}{/wiki}{CODE} The code above indicates we want the field value to be wiki parsed using the Smarty wiki block. This is the code to reproduce using PluginTrackerlist (I know it is not PluginList ;-) ... but the wiki parsing should behave everywhere in Tiki the same no matter what you prefer to use): {CODE()}{trackerlist trackerId=38 list_mode=csv view=user wiki="User Profile TPL"}{CODE} __The input:__ {CODE()}Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis orci ante. Aliquam sit "amet libero" vitae turpis mattis eleifend. * meh 50% * 123 * blah blah Maecenas sodales felis sed magna cursus, eu ultrices metus scelerisque. Vivamus viverra ipsum aliquet commodo mollis.{CODE} __The expected result:__ {HTML()}<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis orci ante. Aliquam sit "amet libero" vitae turpis mattis eleifend.</p> <ul> <li>meh 50% <li>123 <li>blah blah </ul> <p>Maecenas sodales felis sed magna cursus, eu ultrices metus scelerisque. Vivamus viverra ipsum aliquet commodo mollis.</p>{HTML} __The actual result:__ {HTML()}<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis orci ante. Aliquam sit """"amet libero"""" vitae turpis mattis eleifend.<br /><br />* meh 50<br />%* 123<br />* blah blah<br /><br />Maecenas sodales felis sed magna cursus, eu ultrices metus scelerisque. Vivamus viverra ipsum aliquet commodo mollis.{HTML} __Reproduced on the show instance__: http://luci-199-7045.show.tikiwiki.org/ (use show:show as user:password and for admin login use admin:12345 to play with it) |
tracker item |
|
Tracker fields type header should be displayed as selectable fields for relation and linked field type
In a tracker you can use field type Header to set informal text (https://doc.tiki.org/Header-Tracker-Field) In tracker you can also use fields that are looking for information from other tracker and other field like item link, item list, dynamic item list, etc. (https://doc.tiki.org/Tracker-Field-Type) For example, in dynamic item list I can actually for the parameter "Field ID (Other tracker)" fields from the other tracker that are field type header. Displaying those field type in a selector doesn’t make sense. |
tracker item |
|
Tracker Item popover preventing clicking on the title link
While it's nice that the popovers are wider than the previously hard-coded 300px (which i think i did), the popovers now obscure the item title so you can't click it (e.g. [tracker5] here) I will try and fix it but am too busy... |
tracker item |
|
Setting fields order on Tracker plugin (GUI)
Since Tiki 17 (default setting + trackers) the tracker plugins (that have a parameters for fields) it is not possible to set the fields order using the GUI. The selector fields show then so I can select the fields, but I can’t order them. It seems the order is set alphabetically… https://ibb.co/fCBK9a User should be able to select an order of the fields in the GUI. |
tracker item |
|
TrackerCalendar in 19.x (new lib) doesn't allow to change resource from an item through drag and drop
FYI, the implementation of Plugin TrackerCalendar in trunk (with the new lib installed through packages) doesn't allow the user any more to move an item from the row corresponding to one resource towards the row corresponding of another resource. Tested with the "Collaborative Community" profile. |
tracker item |
|
TRIM fails to install Tiki
Trim fails to install a Tiki instance. First time using TRIM. It failed to install tiki. Won't validate my database credentials. I've attached a screenshot of the terminal window showing trim, the database credential file of a working install, and running version of tiki, to show that the server is running, with the exact credentials that trim fails with. |
tracker item |
|
Trying to make a text with link highlighted in bold syntax breaks the page layout
When trying to highlight text with an URL, it does not work well: {CODE()}__For more details see https://tiki.org/License__{CODE} Result (everything below the next line gets bold and messed up): __For more details see https://tiki.org/License__ |
tracker item |
|
Unable to Detach Geo Location from Wiki Page, Article, Blog
Using the native Geolocation feature for Articles, Wiki Pages, Blogs, etc, once a geolocation is assigned, using edit properties, you can change the location, but you cannot detach a location. Sometimes, a location may be accidentally added, but one should not be a part of that page. In my case, I have wiki page templates, I accidentally assigned that template a location, and now the template shows up on my map. There is no way to detach the geolocation from a page, article or blog. Tried to create a Show Instance, but it's not working. |
tracker item |
|
Unable to insert images directly from file gallery
Hi, I'm logging this bug as requested here - https://tiki.org/forumthread71548-Unable-to-insert-images-directly-from-file-gallery#threadId=71556 I've recently started using tikiwiki and I'm rather satisfied with it so far. I do have one issue I haven't managed to fix as of yet though. I'm running version 19.1 I don't seem to be able to insert images from the file gallery. For example - Let's say I'm editing a wiki page, if I click on the toolbar icon to insert an image or file from the file gallery, and then click on an image or where it says "Click here to use the file" - the file gallery pop-up window jumps to the top of the page without having actually done anything. No image code has been inserted into the wiki article. If instead of choosing an existing image in the file gallery I upload a new one - this does insert the image code into the wiki article, it just doesn't do it when I'm choosing an existing image. So far I've just been manually entering in the code I need + the image ID, but naturally it'd be my preference to get the "click image in file gallery > it adds the code to wiki article" working. |
tracker item |
|
Unable to modify my Consultant profile item (edit and save)
!Impossibility to modify and save item I'm a registered user with minimum functionality "Registered user" in the "Video" group. In trying to modify my Consultant profile, I encountered several difficulties. The main difficulty is that I am unable to modify the content. Let alone my img, I want to modify my description. !My consultant profile Here is the url of my consultant description: https://tiki.org/item6579 !Unable to save Here is the screen capture showing that once I completed my modification, I'm unable to save. It looks like the saving button becomes idle but never finishes. ::{img fileId="1252" thumb="box"}:: If someone with admin access can replace the text for the one below in the meantime this bug that was discovered, it would greatly help me get this new contract I'm working on getting so that the prospects looking at my profile can say: Oh, Daniel and his TelePartout can help me resolve problems I have with my business development and he can refer me to the correct resource. !-Here is the replacement text {CODE(caption="Here is the replacement text",wrap="1")} -=Intermediate Super User - Business Development consultant and Social Media specialist =- Daniel is [http://tiki.org/UserPagedaniam|a member] of the Tiki community since 2011. His company [http://telepartout.com|TelePartout.com] is a 360 sales development company. ::~~#C00:A service bureau offering the help __you need!~~__:: Per example, get pages created, calendars, forums, blogs looked after with content that makes sense, etc. [http://tiki.org/UserPagedaniam|Daniel] does translation and transcription too: English, French and Spanish. And yes, [http://telepartout.com/BSNE|TelePartout loves to see what's coming up on your nearest screen] . If you need help, it's possible. See one of the ((Video Clips|video)) page Daniel maintain. {CODE} |
tracker item |
|
Uploading a file using a tracker file field type at doc.tiki.org is chaotic
https://doc.tiki.org/tiki-tracker-update_item?trackerId=20&itemId=2735 I try to upload a file (file is uploaded but not assigned and show error) {img type="src" src="https://tiki.org/dl1996?display" thumb="box"} I hten use the browse file button (the file was uploaded even if tiki says otherwise) and it end with a weird redirection while the tracker edit was saved. {img type="src" src="https://tiki.org/dl1999?display" thumb="box"} |
tracker item |
|
Use current Tiki (nice) icons on Tiki Webmail and Groupmail
The Webmail and Groupmail feature uses old Tiki icons (or plain text). They should use the last Tiki icon generation (FontAwesome) and text links should be modernized accordingly. |
tracker item |
|
User banning on basis of email-address
I have problems with login/user banning, because of spam-users. The users have already the same email-address or a part is identical. I have a dream, banning a user per part of an email address.... |
tracker item |
Most of the time I edited a question I had a WSoD or it broke the question.