Loading...
 
Skip to main content

Category: Conflict of two features (each works well independently)

Conflict of two features (each works well independently)
Show subcategories objects

Name Type
Adding many users to a group with Chosen fails.
Adding many users at once to a group fails in 12.x, and it used to work nicely in 9.x LTS at least.

I had Jquery Chosen enabled, and when I disabled it, I was able to add them to a group through tiki-adminusers.php as usual.


To reproduce, go to:
http://xavi-9794-5163.show.tikiwiki.org/tiki-adminusers.php

u: admin
p: 12345

select both users (user1 & user2), click at "Manage group assignments", and choose to assign them to group "Admins". Validate the confirmation step. Nothing happens (they are not added to the Admins group).

Repeat without JQuery Chosen, and it will work as expected.
---
Update {sign user="xavi" datetime="2014-04-07T07:44:15+00:00"}
Actions on multiple users with chosen and sortable tables work, but the second dropdown is not shown properly:
{img fileId="742" thumb="y" rel="box[g]"}
---
Update {sign user="xavi" datetime="2015-04-02T08:04:24+00:00"}
You can't even select any groups at the step to choose group in the multi selection combo box.
{img fileId="992" thumb="y" rel="box[g]"}
---
Update {sign user="lindon" datetime="2015-04-07T03:41:55+00:00"}
I am not able to recreate this [[the former issue report related to jquery sortable tables] using my local 12x - I am able to add or remove multiple users to multiple groups. Did it with 25 users with no issue. The list of groups came up properly and I was able to multi-select.
---
Update {sign user="xavi" datetime="2015-12-16T07:59:32+00:00"}: removed references to Tablesorter as I could confirm that at least with current code (thanks lindon for checking!) the issue seems to be attibuted to Chosen only.
tracker item
Admin Categories "ErrorErrorError"
Going to Admin Categories > Bug on dev.tiki.org returns alerts on top of the page:
{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}
tracker item
Admin Log-in, When using "Use email as username" the username related settings shouldn't be applied
At tiki-admin.php?page=login , Username, when I enable "Use email as username" some username settings are now hidden (meaning not in use) but they are still applied.

Minimum length
Maximum length
(And may be "Force lowercase")

I created an instance to test and reproduce.
You need to "really" register a user, not using the admin user to create new users.

How to reproduce :
# Go to Admin, Control Panels and switch to "Advanced" (to see advanced preferences)
# Go to log-in : tiki-admin.php?page=login, Registration & Log in
# Enable : Users can register
# Disable : Validate new user registrations by email (we don't want to validate email)
# Go to : Username and set "Maximum length" to 6
# Apply (save)
# Use a different browser (check you are not logged), go to the Tiki and register a new user
# Try to input more than 6 characters for the username, you will see this error:
+ {img fileId="1689" thumb="box"}
# Go back to your previous browser (logged as admin), log-in : tiki-admin.php?page=login, Username
# Enable "Use email as username" option
+ The parameters Minimum length, Maximum length, (And may be "Force lowercase") will be hidden has not relevant anymore.
# Go back to your different browser (check you are not logged)
# Create a new user with an email for login (obviously longer than 6 characters).
+ You won't see an error on focus
# Submit your registration and you will see the error:
+ {img fileId="1690" thumb="box"}

The difference of treatment in the process make me think there is some wrong additional condition that should be cancelled if "Use email as username" is enable.
tracker item
After validation new users don't get redirected to their group home page
Have been trying to fix for several weeks, still can't manage it, but it's quite important i think (more or less has lost a Tiki client for me) {sign user="jonnybradley" datetime="2014-01-07T13:43:51+00:00"}
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
Alert when creating an external hyperlink and Ajax auto-save is disable
On a Tiki20 I can edit the default Wiki page, select text and create an external hyperlink using the toolbar button.

If I do that with "Ajax auto-save" enable (by default) all goes well.
If "Ajax auto-save" is disable I got the following alert;
{img fileId="1308" thumb="box"}
tracker item
Annotations: doesn't work well with wiki page cache
{syntax type="tiki" editor="plain"}
On ui.tikiwiki.org, I noticed some issues about the annotation plugin stuff not appearing properly when a page is cached.

I turned off cache for now
tracker item
antibot "another code" button obscures "create" tracker button
When antibot is in effect on tracker creation it will mess up the rendering of the "create" button (esp. depending on browser dimensions).

The following change (below) to ''insert_item.tpl'' makes me happy enough but I'm sure a more experienced dev may have a better idea about how to fix. Still, for consideration....

-+@@ -28,6 +28,7 @@
{/if}
{if !$user and $prefs.feature_antibot eq 'y'}
{include file='antibot.tpl'}
+ <div class="form-group clearfix"></div>
{/if}
<div class="submit">
<input type="hidden" name="trackerId" value="{$trackerId|escape}">
+-
tracker item
Articles do not support FOOTNOTEAREA plugin
Tiki Articles do not support the FOOTNOTEAREA plugin. In Tiki 5 and 6 I used:
{CODE()}
foo bar {FOOTNOTE()}http://www.foo.bar{FOOTNOTE}
---
{FOOTNOTEAREA() /}
{CODE}

Tiki renders the footnote (superscript) properly, but does not include a Footnote area at the bottom of the article.

Tested & confirmed on info.tw.o using Tiki 5 and 6
tracker item
Articles plugin ignores skip if pagination is active
If you have an article listing on your front page, and you create a "breakout" page with older articles, you want to skip those that have already been presented on the front page. In order to achieve this, you can instruct the plugin to skip a number of articles (or a period). But this does not work together with pagination...

{CODE(Colors="Tiki")}
{articles max="6" topicId="2" largefirstimage="y" actions="n" title="News" quiet periodQuantity=3 start=5 periodUnit="week" more=y}
{CODE}

would be the code to display articles older than 5 weeks. And this works. But displays only 6 articles (as instructed). Once you add

{CODE(Colors="Tiki")}
usePagination="y"
{CODE}

The articles plugin no longer skips older news, but starts with the very same, newest article like to front page does... It does paginate, but it starts at the wrong article...
tracker item
Auto TOC urls are different than MakeToc
AutoToc:
{CODE()}http://dev.tiki.org/How+to+release#8.__Dogfood_release_policy{CODE}

MakeToc
{CODE()}http://dev.tiki.org/How+to+release#Dogfood_release_policy{CODE}

The MakeTOC URL is much better because URL doesn't change when sections change numbers

Also, the double underscore causes an issue in links
tracker item
Auto Toc with rtl language
Auto Toc is misplaced and run over the content if your Tiki is right to left.
tracker item
Autolinks and italic clashes
With autolinks on, if I do:

~np~''Taken from http://climatechange.org''~/np~

the rest of the page becomes italic (the auto conversion of link breaks the closing italic tag.
tracker item
automatic rename of _htaccess to .htaccess by tiki-install.php causes issues
{syntax type="tiki" editor="plain"}
Perhaps this should be user choice?

So user can avoid this step if there is a problem.
tracker item
AutoToc conflicts with several other syntaxes (Box, quote, etc.)
http://dev.tiki.org/Calendar
{img fileId="507"}

http://dev.tiki.org/BigBlueButton
{img fileId="508"}

http://dev.tiki.org/Group
{img fileId="509"}

http://dev.tiki.org/Social+Networking
{img fileId="510"}

http://dev.tiki.org/Endangered+features
{img fileId="514"}

Also:
http://dev.tiki.org/Web-based+source+code+editor
http://dev.tiki.org/Accessibility

tracker item
Avatar icons (thumbnails) are not reflecting the uploaded fullsize avatar image (profile picture)
When uploading user avatar picture where store fullsize copy of the image is set to be stored in file gallery it does not show as the thumbnail (avatar icon) throughout the site.
tracker item
Avoid huge pages which force horizontal scrolling (CodeMirror, PluginCODE, etc)
{syntax type="tiki" editor="plain"}
In view mode:

PluginCODE should have horizontal scroll bar when there is too much code on one line. This used to work a while ago on some browsers, but not all.


In edit mode:
CodeMirror seems to force the page to be super large


tracker item
bad contrast of text vs bg in alternate row with trackerlist (or fancytable?) inside a remarksbox plugin with theme cosmo (at least)
bad contrast of text vs bg in alternate row with trackerlist (or fancytable?) inside a remarksbox plugin with theme cosmo (at least)

After upgrade from tiki12 to tiki15, and selecting theme cosmo.
I had to convert calls of plugin remarksbox into plugin box.
For the record, reproduced here: https://sustainability.seeds4c.org/Shared+Forms+to+include
(with plugin remarksbox, currently replaced by plugin box, since it's a production site)
tracker item
blog doesn't respect feature_tell_a_friend=n
Setting feature_tell_a_friend=n doesn't affect the "Email This Post" functionality for the blog, so visitors is always offered to mail the link for a post. Imho the admin should be able to choose if this is allowed or not.
tracker item
br html tags displayed in clear with nested plugins: split & tabs
With the code below (within the split tags) there are br tags displayed in clear.


{SPLIT(colsize="24%|2%|74%")}
Widget Company Limited
__Henry Ford__
{img src="img/noavatar.png"}

!! N hours
__Training this year__
-=2015 - _8.5 h__ =-
-=2014 - _6 h__ =-
...
-=2010 - _6.6 h__ =-


!! X
__Total Courses taken__


(Some chart here)

---
~hs~
---
{TABS(name="kbhome" tabs="New | All Courses | Mandatory Courses | Continue Watching | Favourites" toggle="n")}
^{BOX()}
List of new courses will come here...








{BOX}^
/////
{BOX()}
List of all courses will come here...







{BOX}

/////
^ List of Mandatory courses will come here...







^

/////
List of courses to continue watching will come here...

/////
List of favourite courses will come here...
{TABS}
{SPLIT}
tracker item
Can't delete unused images uploaded via FCKeditor
{syntax type="tiki" editor="plain"}
"Delete unused images" in the Admin panels does not affect images uploaded via the WYSIWYG editor, and the user interface does not provide any other means of deleting ANY images from the FCKeditor upload directory.
tracker item
Can't import/export linked multiple VALUES
Hi,
Following a doc example, on a fresh TW21 docker install from tiki, I create 2 trackers:
1st has fields: name, sports (linked, multiple values)
2nd has fields: sport
entering 2 sports and 1 name with 2 practiced sports for the dude.

Now go to tiki-ajax_services.php?controller=tabular&action=create
and if you click "Initialize this format with the current tracker fields" (http://127.0.0.1/tiki-ajax_services.php?controller=tabular&action=edit&tabularId=4&prefill=1)
you get an error 382 according to Apache:

Fatal error: Uncaught Error: Call to a member function getMode() on null in /var/www/html/lib/core/Services/Tracker/TabularController.php:700 Stack trace: #0 /var/www/html/lib/core/Services/Tracker/TabularController.php(104): Services_Tracker_TabularController->getSchema(Array, true) #1 /var/www/html/lib/core/Services/Broker.php(108): Services_Tracker_TabularController->action_edit(Object(JitFilter)) #2 /var/www/html/lib/core/Services/Broker.php(28): Services_Broker->attemptProcess('tabular', 'edit', Object(JitFilter)) #3 /var/www/html/tiki-ajax_services.php(51): Services_Broker->process('tabular', 'edit', Object(JitFilter)) #4 {main} thrown in /var/www/html/lib/core/Services/Tracker/TabularController.php on line 700

I tried using old export function and, instead of flattening the values to a comma list, it exports to CSV with "Array" in place of the linked values.

I also tried to make a tabular, then manually change field definition to "multiple values" and it threw an error about "Field mode" and it removes the field.

Maybe I do it wrong, how to export (and import) linked fields with multiple values?

It looks like mode is in working for item_list relating to a item_link field, but it only shows the first value

Best fix qould be with option like item_list field where you can specify format like %0,%1 or [%0,%1] or else, to choose the way to export and import nested values.

Thank you!

EDIT: Visit
http://philmzo-11996-7378.show2.tikiwiki.org/tiki-ajax_services.php?controller=tabular&action=edit&tabularId=1&prefill=1
for the problem on TW21
tracker item
Can't upload files to a file gallery through tracker field 'files' with IE11
Can't upload files to a file gallery through tracker field 'files' with IE11
I can't with either drag and drop, or through the button "browse files": I select the file, click at form button, but nothing happens (no file is uploaded).

Ref: sg-aspb warehouse tracker and filegal.

the issue is important, since in some organizations, only browser is IE11 and IT department doesn't allow installing any other browser than this in corporate computers (unluckily)
tracker item
Cannot edit the Wiki description field when its display has been disabled on the Wiki Page
When you disable display of the Description field on the top bar of the Wiki Page, the option to edit the description is removed when editing the page.
tracker item
Show PHP error messages