Category: 12.x
Show subcategories objects| Name | Type |
|---|---|
| Take Username internally (even if Realname displayed in the To field for users) in the intratiki messaging feature | tracker item |
|
Testsubmission to check bugtracker and show.tiki.org
This is not a bug report, but only a training wise test. I just testet show.tiki.org and profiles. Meaning, I tested an obvious efficient way to reproduce a bug: use profiles to export and to import the configuration! Much faster than configuraing everything manually. Cheers Torsten |
tracker item |
|
Text colour palette is blank on wiki editor toolbar
The change text colour palette is blank: {img type="fileId" fileId="483" thumb="y" noDrawIcon="n"} Tested on the instance and confirmed. ~~#F00:Update:~~ Fixed on 48335. {sign user="Bsfez" datetime="2013-11-05T07:25:28+00:00"} |
tracker item |
|
Text Disappearing in WYSIWYG
When I go to source or the wiki editor and add ~np~ <form> ~/np~ and save the <form> appears on the page. But if I go edit page again, it has disappeared. It will not show up <form> in the WYSIWYG and when i save it again <form> does not display on the page. The same is happening with ~pp~ and the code syntax. I have no idea what the error is. But it's happening both on my localhost and on the main server at work. Kind regards, Laura |
tracker item |
|
The version lifecycle is not being respected
{syntax type="tiki" editor="plain"} Please see https://info.tiki.org/Version+Lifecycle to say what we do, and do what we say {img fileId="949"} People will thus expect security fixes on 6.x and 11.x (which they shouldn't) The end of life should be announced on info.tiki.org |
tracker item |
|
theme GreenValley, field names do not appear in TrackerFilter
Hi, when using the Green Valley theme + Tracker Filter, the names of the fields do not show (sorry, the names are in cyrillic-Ukrainian, just ignore). {img fileId="1014" thumb="y" rel="box[g]"} When you highlight the blank area where the field names should be, they show up. {img fileId="1015" thumb="y" rel="box[g]"} My guess is this maybe a font color issue? I went through all the options in Look & Feel, didn't seem to find anything that worked. br, Mike |
tracker item |
|
Tiki 12 CartoGraf Suggested Icons Source Link No Longer Valid
At the Cartograph set up page under the "Instructions" heading. Item number 5 has an invalid URL directing the user to a website to obtain mapping icons. {CODE()}5. Upload in the File Gallery (in the "Icons" gallery folder) some icons that can be used as markers on the maps. A great source is: https://mapicons.nicolasmollet.com/category/markers/. You can upload a zipped file and ask Tiki to unzip the files.{CODE} The website url https://mapicons.nicolasmollet.com/category/markers/ appears to be either invalid or non-existent. The following url is the url I believe we are trying to reach https://mapicons.mapsmarker.com/ |
tracker item |
|
Tiki 12.11 user validation not working with CAS authentication
Hello, We have upgraded Tikiwiki 12.6 to 12.11 and we are using CAS authentication for managing user access, but still want to keep user validation after registration. I was able to validate users in tiki12.6/12.5 but that is broken in tiki 12.11(LTS) and no error is reported, and there is a message that states "Account validated successfully. " Please help Thank you |
tracker item |
|
Tiki banners do not allow SCRIPT elements (even with HTML purifier disabled)
I want to use Tiki's banner system to manage hosted ads (such as Google Ads). I created a new Tiki banner: tiki-edit_banner.php In the __Select ONE method for the banner:__ field, I selected __Use HTML__ and added the following script (from Google Ads): {CODE()}<script type="text/javascript"><!-- google_ad_client = "ca-pub-3913918000422534"; /* Info Lettres 8 à 15 */ google_ad_slot = "8790064474"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> {CODE} Upon saving, Tiki adds <X> to my code, breaking the SCRIPT elements: {CODE()}<script type="text/javascript"><!-- google_ad_client = "ca-pub-3913918000422534"; /* Info Lettres 8 à 15 */ google_ad_slot = "8790064474"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> {CODE} This happens even if I __HTML Purifier__ disabled. Tiki should allow full HTML (including SCRIPT elements) within the HTML box for Ads. I understand the security implication of allowing SCRIPT elements, but only users with permission to create ads can do this. I tried creating a SHOW instance, but received the following error: __Tiki Installer missing third party software files__ |
tracker item |
|
Tiki DB Redactor: Add script and document procedure for running from any Tiki DB, including *.tiki.org backups
See: ((Database Redact)) Although it would be nice, this doesn't need to be automatic on a cron job like {wish id=4665} Amette explained that he copies data to a new database and that he executes various operations on this database. So in essence, a cloning command is necessary for this. And a clone and upgrade is needed for show.tiki.org If clone and redact was available on the command line, as a cron job, it could be an extra parameter to a clone command. See: ((Command-line tool|#console.php_clone)) And when we'd become quite confident with our script, we could even make the backups available to the public, like Wikipedia does. This is one more reason why fully automated would be nice. http://en.wikipedia.org/wiki/Sanitization_(classified_information) 1st use of this new process is to supply redacted copies of tiki.org, doc.tiki.org and dev.tiki.org to Matthieu Hermet to work on NLP with ElasticSearch. |
tracker item |
|
Tiki menu not showing on mobile phones (cookie pb ?)
I'm running tiki12 on a LAMP server installed by {USERLINK(user="jyhem")}jyhem{USERLINK}. Currently testing a menu which should appear only in sub-pages (show level2 only). Configuration of the menu module : {CODE(colors="tiki")}structureId=New menu type=horiz css=n sectionLevel=1 toLevel=1 nobox=y decorations=n notitle=y nonums=y{CODE} Have a home page on which sub menu should not appear : [https://wikispiral.org/new+menu] Works. Have a sub-page on which sub-menu should appear (top of the page) : [https://wikispiral.org/tiki-index.php?page=What+is+SPIRAL&structure=New+menu&page_ref_id=803|https://wikispiral.org/tiki-index.php?page=What+is+SPIRAL] This works fine on my linux station, but not on my android firefox browser... So my question is simple : - Is there any chance that fiddling with the configuration can solve this ? - Is there possibly a quick fix in the PHP ? I suppose this is due to different cookie treatment approaches in Android ? If not, then, I'll just put the full menu and develop in jquery to show only the subsections. Maybe it should be done this way anyway, as I don't like a lot the cookie approach. EDIT: CLOSED because it seems to be related to some cache updating and it works now. Strange but as it works I won't dig in this question anymore than necessary :) |
tracker item |
|
Tiki Plugin with long content broke wysiwyg edit display
On a wiki page if you set a Tiki Plugin with a very big content (pictures in a slider) it is displayed all over the page under (or over) the rest of the wiki page content. {img type="fileId" fileId="304" thumb="y" height="25%" width="25%" noDrawIcon="n"} |
tracker item |
|
tiki-admin_security.php
What is it? and how is it treated? {img fileId="777" thumb="y" rel="box[g]"} |
tracker item |
|
tiki-adminusers.php : duplicate wrench icon link to tiki-user_preferences.php
https://tiki.org/forumthread51778 {img fileId="835"} |
tracker item |
|
tiki-adminusers.php email filter is no longer working
No longer possible to filter by email (arild, can you see the email I sent you :)? thanks) |
tracker item |
|
tiki-check.php: make all these 50+ values available to Nagios/Icinga/Shinken
Use case 1: * Customer has his own hosting (ex: dedicated or shared hosting) * There is not just Tiki on that hosting * Tiki consultant doesn't really control the hosting. They may change config to suit another app or in an upgrade. * Tiki consultant sets up everything just nice thanks to Tiki Check * Several months go by, all is well. Tiki Consultant is a hero. * Hosting company (or someone else working on another app on the same server) proceeds to an upgrade/change without telling anyone * Several months go by, problems appear, there is dissatisfaction * Customer considers this as within the warranty and expects the Consultant to fix without extra charge * Tiki consultant feels: "hey, it worked when I left it" * Tiki consultant doesn't remember / have data on the previous config so can't explain the cause of the issues. * Customer thinks Tiki was perhaps not such a good idea, as it's not supporting data load and there are all kinds of quirks * Customer gets told, "why didn't you use system XYZ instead?" In an alternate reality, Tiki Consultant sets up a Nagios/Icinga/Shinken instance to track all Tiki sites he has been associated with. Data is logged quietly in the background. When an issue is reported, he can look at historical data and see what changed and have a clue. As a bonus, he can indicate to the customer that hosting company made changes to the server without advising anyone. Tiki Consultant is a hero (and can bill that time), and hosting company is not. If Nagios/Icinga/Shinken could alert the Tiki Consultant of changes, it would permit Tiki Consultant to review changes and to evaluate if there are any risks of issues. Use case 2: run on all *.tiki.org sites to help reliability. Use case 3: run on pre-dogfood servers and if we notice something went awry (ex: requires more RAM), we have a clear indication of which day the commit came in. We have 50+ beautiful checks in tiki-check.php Surely it can't be hard to make them accessible to an outside monitoring system? |
tracker item |
|
Deal with the fact that Google Maps JavaScript API has deprecated v2
Tiki admin should not hit error / issue because of this "Warning: Version 2 of the Google Maps JavaScript API is no longer available for new applications and will be turned down for existing applications on November 19, 2013. Please follow the guide to migrate your code to version 3 of the Google Maps JavaScript API. As of November 19, 2013, all applications requesting v2 will be served a special, wrapped version of the v3 API instead. We expect this wrapped version of the API will work for most simple maps, but we strongly encourage you to migrate to the v3 API immediately." https://developers.google.com/maps/documentation/javascript/v2/ Background: http://tikiwiki.1073613.n5.nabble.com/Tiki-devel-Google-Maps-API-key-not-set-on-tiki-gmap-usermap-php-amp-other-map-questions-tc25398.html Here is an example: http://marclaporte-11197-4908.show.tikiwiki.org/tiki-gmap_usermap.php It's no longer possible to get v2 keys so this should be addressed |
tracker item |
|
tiki-install.php: "Upgrade fix" section should not be offered on fresh install of 12.x
Below is an example in 11.x but problem remains in 12.x No need to fix in 11.x, only 12.x and trunk (which should happen via auto-merge). This section should be kept for upgrades of course :-) {img fileId="659"} |
tracker item |
|
tiki-list_object_permissions.php -> Needs tabs for missing features
Missing Spreadsheet, Articles, Blog, Calendar, etc Need to add Tabs for these objects to display their object permissions |
tracker item |
|
tiki-list_users.php returns to the home page
In the admin menu, under Community, there is a "User List" item. It links to tiki-list_users.php. When I click on this (fresh 12.x installation, user: admin), I am returned to the Tiki homepage. Not sure what it should do, but if no users are found .. and that's the problem, it should give a message saying so. |
tracker item |
|
tiki-print.php?page= always indicates "Home", instead of page name
12.x not OK http://tiki.org/tiki-print.php?page=TikiFestBootstrap 9.x OK: http://profiles.tiki.org/tiki-print.php?page=Tiki+Suite {img fileId="674"} |
tracker item |
|
tiki-syslog.php should be sorted with sort_mode=actionid_desc by default
tiki-syslog.php has a lot of useful info. Sometimes, two actions happen on the same minute but the order is important (ex.: LDAP error messages) Thus, sorting by actionid_desc is better than lastModif_desc Thanks! |
tracker item |
|
tiki-user_information.php uses Admin Theme for regular users
I set site theme to Business, and set Admin theme to jqui. A registered user found the tiki-user_information.php page used jqui theme but other pages were Business. My Admin account had the same result. I think the expected result shall be: Admin user shall use admin theme in all pages; Regular users shall use theme in all pages. |
tracker item |
|
tikilib user_watches does not filter on event
I have noticed that the forum watch notification "eye" icons on the tiki-view_forum.php screen are both set if either of the two forum watch options are set. Looking at function user_watches in lib/tikilib.php the code tests whether $event is an array. If it is not an array then it does not filter the watches on event. Adding $conditions['event'] = $event; to the else part of the array test corrects the problem. This is confusing my users in 12.x I think this should be an easy fix. The only concern is whether $event is ever set to anything other than an array or a string. |
tracker item |
|
Tikipedia
Hey Guys, it would be pretty amazing if you would have time to develop tikipedia theme for tiki 12.x or 13.x in this case i really will buy you a coffee (donation) :) sincerely |
tracker item |
intratiki messaging displays Realname (when the pref. is selected to do so), but Tiki needs to somehow convert that string back into the username internally in Tiki, since the user sees the user's Realname in the "To" field, but Tiki expects usernames to know who to send the message to.
---
Update: Pending to fix: when you reply to a previous message, you still get the usernames added at the "To" field, instead of the realnames. Therefore, when replying, you get the message that no valid user was there to reply to, since Tiki, in current revisions, and with that configuration, expects the realnames in the "To" field.