olinuxx: joined #tikiwiki chibaguy: joined #tikiwiki lindonb: left #tikiwiki Gwayne: joined #tikiwiki fabricius: joined #tikiwiki
joined #tikiwiki Gwayne: joined #tikiwiki Tiki-KGB: 03lindonb r54179 10branches/ 1014.x/templates/list_file_gallery.tpl 1014.x/templates/tiki-list_file_gallery.tpl 1014.x/lib/filegals/filegallib.php * iconset conversion
03lindonb r54180 10(5 files in 4 dirs) * [MRG] Automatic merge, branches/14.x 54177 to 54179 lindonb: joined #tikiwiki Tiki-KGB: 03lindonb r54181 10branches/ 1014.x/templates/list_file_gallery_content.tpl 1014.x/fgal_listing_conf.php * iconset conversion
03lindonb r54182 10trunk/templates 10trunk/fgal_listing_conf.php 10trunk 10trunk/templates/list_file_gallery_content.tpl * [MRG] Automatic merge, branches/14.x 54179 to 54181 redflo: joined #tikiwiki fabricius: joined #tikiwiki Tiki|bot: joined #tikiwiki
Recent Bug: - http://dev.tiki.org/item5570 lindonb: joined #tikiwiki Tiki-KGB: 03xavidp r54183 10branches/14.x/lib/wiki-plugins/wikiplugin_colorbox.php
[FIX]show all images when no fileId is specified to filter results. should fix bug5569. thanks torsten and gezza for feedback
03gezzzan r54184 10branches/14.x/templates/wiki-plugins/wikiplugin_colobox.tpl * [FIX] tooltip on image looked weird wolfganga: joined #tikiwiki
hello Tiki|bot: Recent Bug: - http://dev.tiki.org/item5571 nelsonko: joined #tikiwiki jonnyb: joined #tikiwiki
polom wolfganga: hi jonnyb nelsonko: hi jonnyb wolfganga: and hi nelsonko nelsonko: does the info I gave you help jonnyb? jonnyb: hi wolfganga and nelsonko nelsonko: I could look further if you want jonnyb: nelsonko: about the filetype being empty? i did spot that whan i last looked but for some reason decided that wasn't the problem - on something else just now but can try and check later Tiki|bot: joined #tikiwiki nelsonko: jonnyb: ok I will look at the object_type. "hello" cannot be searched for in mysql http://dev.mysql.com/doc/refman/5.5/en/fulltext-stopwords.html jonnyb: aha, ok - oops :)
wow, that's a big list! seems overdone a bit nelsonko: as for the search, object type empty is it I think
if I do http://wolfganga-11730-5540.show.tikiwiki.org/tiki-searchindex.php?filter~content=miki&sort_mode=score_ndesc it shows the homepage
http://wolfganga-11730-5540.show.tikiwiki.org/tiki-searchindex.php?filter~content=foobar&sort_mode=score_ndesc returns results too
let me try and patch it Jyhem: polom jonnyb: hi Jyhem -: Jyhem installing a Tiki14 :) jonnyb: nelsonko: but what i don't get is that in most configs this isn't a problem, it must be a conflict of a (probably missing) pref i think nelsonko: I notice object_type as a array is the problem jonnyb: maybe it's an escaping issue? nelsonko: &filter~type[]= is a problem
&filter~type= is not a problem jonnyb: when i click the search button the ~ gets converted to %7E
no, you're right, it's the filter~type - probably something to do with the default search type settings then? nelsonko: What do you have as Default where: pref in the site that works? jonnyb: checking...
hmm, nothing checked and nothing in tiki_preferences table for search_default_where
in the db i downloaded from the (trunk) show instance i see: search_default_where = a:1:{i:0;s:0:"";} nelsonko: check entire site, see if the problem appears jonnyb: which looks like a serialized empty array? nelsonko: yes, serialized empty array correct
if you click entire site you should get that jonnyb: yup, agreed nelsonko: I think i have a fix
though I am not sure "where" to fix it.... I mean I could do it in the templates wherever filter~type[] is set
or maybe try and target the core issue which is the pref Tiki|bot: New Forum Posts: Fix for Trackerfield "Dynamic Item Lists" - Where to go? - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=55067
New Forum Posts: How can i check a trackeritem permission? (usecase: item is restricted by a category field). - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=55066 nelsonko: I'll look around Tiki|bot: New Forum Posts: Tracker Feeding Data Channel - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=55063 Tiki-KGB: 03jonnybradley r54185 10branches/ 1014.x/templates/admin/include_fgal.tpl 1014.x/admin/include_fgal.php 1014.x/lib/filegals/filegallib.php
[FIX] filegals: Add a button to correct mime-types for Microsoft Office files that have been uploaded in previous versions and have the incorrect mime-type assigned, which prevents search indexing from working properly Tiki|bot: New Forum Posts: Fix for Trackerfield "Dynamic Item Lists" - Where to go? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=55067
New Forum Posts: How can i check a trackeritem permission? (usecase: item is restricted by a category field). - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=55066
New Forum Posts: Tracker Feeding Data Channel - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=55063 Tiki-KGB: 03jonnybradley r54186 10branches/14.x/tiki-check.php * [FIX] check: Check for popen PHP function, needed for file search indexing
03nkoth r54187 10branches/14.x/lib/core/Search/Query.php
[FIX] If pref search_default_where is set to Entire set, value of pref is array('') which results in blank type, avoid filtering by blank type which result in no results in that case jonnyb: well done nelsonko - i will test with my local copy of that db nelsonko: let me bp jonnyb: i have the trunk version testing on my local 14.x Tiki-KGB: 03jonnybradley r54188 10branches/ 1013.x 1013.x/tiki-check.php
[bp/r54186][FIX] check: Check for popen PHP function, needed for file search indexing
03jonnybradley r54189 10branches/ 1012.x 1012.x/tiki-check.php
[bp/r54188][bp/r54186][FIX] check: Check for popen PHP function, needed for file search indexing dhazel: joined #tikiwiki Tiki-KGB: 03nkoth r54190 10branches/13.x/lib/core/Search/Query.php
[bp/r54187][FIX] If pref search_default_where is set to Entire set, value of pref is array('') which results in blank type, avoid filtering by blank type which result in no results in that case jonnyb: nelsonko: r54187 seems to work for me in 14.x (of course my test had "healed" itself somehow, so took a while to recreate from the db dump ;) )
shame there didn't seem to be a more "upstream" fix, but never mind, well done :) nelsonko: will svn update wolf gang's instance after bp Tiki-KGB: 03nkoth r54191 10branches/12.x/lib/core/Search/Query.php
[bp/r54187][FIX] If pref search_default_where is set to Entire set, value of pref is array('') which results in blank type, avoid filtering by blank type which result in no results in that case
03jonnybradley r54192 10(9 files in 8 dirs) * [MRG] Automatic merge, branches/14.x 54181 to 54187 fabricius: joined #tikiwiki jonnyb: nelsonko: i need vimeo to work in html5 mode on tiki 12.x, and i see you added that in trunk in https://sourceforge.net/p/tikiwiki/code/52371/ - is that ok to backport do you think? nelsonko: jonnyb: give me a moment to recall if there was anything that was preventing me from back porting or was just because I felt is was a pretty big mod jonnyb: i'm also testing locally, just wondering if there was a reason not to... nelsonko: I think it was nothing particular, just that I felt it was "not a fix" jonnyb: well my client reckons that his videos not working in mobile mode is a bug ;)
i tend to agree... nelsonko: sure, i reckon it's ok
jonnyb: you are in a better position to evaluate before/after effects switching from the flash one jonnyb: will do - does that make it always use html5, even if that new useFroogaloopApi param is disabled?
9seems so) nelsonko: I think so
https://developer.vimeo.com/player/embedding#universal jonnyb: seems to work in mobile mode ok (in the browser still) but seems to use html5 by default (in Safari) nelsonko: I did not add a pref to make using the new universal player (vs the old flash player) jonnyb: i seem to be hitting this error in chrome: https://vimeo.com/forums/topic:117358
but it seems lots of other are too
and actually i think that's only happening when the debugger is open
think i'll patch my client's site for now and see how it goes in the real world before backporting, as you say it's quite a big change (but seem fine and an improvment imho) nelsonko: jonnyb: I think I've seen the can't start video on play button problem in Chrome back in Dec 2013 but it disappeared now jonnyb: yes, the player seems to work but there's this one "Cannot read property 'LivePass' of undefined" js error nelsonko: jonnyb: interesting, cannot reproduce on tutela do you want to see if there is a problem there?
(using your browser) wolfganga: jonnyb - i believe you are the chosen expert ;-) - if you have some spare time: http://dev.tiki.org/item5563 jonnyb: hi wolfganga - any spare time i have is spent far away from keyboard and screen! ;)
but checking... wolfganga: good answer - spare time well invested^^
Why doe nothing really work as it is supposed to *a bit fustrated*
ItemLink Field: Does not work properly with permissions
Tracker Customer: category "Customer" - has items with a category field. jonnyb: i have days like that too, frustrating indeed wolfganga: Tracker Contacts: category "Customers" has an ItemLink to customers
Expected: Itemlink shows all items the current user has access to based on the category jonnyb: the chosen thing sounds like some css hacks getting in the way, there were quite a few of them in 12.x for chosen (that i didn't like) wolfganga: But is just shows no items jonnyb: at the moment i'm not using it in 14.x
and sorry, need an example i can see for this kind of itemlink discussion wolfganga: No i am not expecting help on this - just "talk" to someone ... jonnyb: ok, "listening" :)
i think (as i said before) you are misusing category fields mixing them with itemlinks wolfganga: No thats all - its a permission issue on itemlink - its just so frsutating that if you try anything in small steps - it initially does not work bc of a bug.
anyway commit now the Dynamic List stuff - then go for itemlink issues jonnyb: so each customer item has a category which defined visibility? and this works ok in tiki-view_tracker.php? wolfganga: yes jonnyb: but not in itemlink options wolfganga: thats is exactly my use case i am working on since 11/2014 jonnyb: yes, sounds like a bug nelsonko: have you tried reindexing? jonnyb: i don't think ItemLink uses uni-search for it's optioons wolfganga: yes i reindexed. jonnyb: there are some very old hairy functions in trackerlib that does that wolfganga: if this would work - together with the dynamic itemlist chages - one can built easily the so called issue tracker design.
That is what i am working on, issue tracker, project tracker (with its tasks) etc. - all visible only by the customer (based on a category)
so tiki could be even better as tools like redmine nelsonko: wolfganga: afaik it should work
do you have a minimal example of the use case I can set it up and try jonnyb: it probably needs a Perms::filter call on the items found wolfganga: minimal usecase is easy: nelsonko: jonnyb: I think right now he sees no items
so it's overfiltering? wolfganga: tracker customer: field:text (teh name)
field category (the customer category)
tracker contacts: field:text (contacname)
field: itemlink (customer-name)
the current user would be in a group that has a category set as in tracker customer nelsonko: which tracker does the item link field link to? wolfganga: so he sees all items in customers set to that category (which of cause will be just one )
yes - so far NO items
as admin - all items nelsonko: I am creating 2 users, 2 groups, 2 categories, one sec dhz: joined #tikiwiki nelsonko: wolfganga: what tracker field is the item link field linked to?
wolfganga: it doesn't matter, let me try first simple case Telesight: joined #tikiwiki wolfganga: It linked it to a simple textfield Tiki-KGB: 03walper r54193 10branches/ 1014.x/lib/core/Tracker/Field/DynamicList.php 1014.x/tiki-tracker_http_request_itemslist.php 1014.x/tiki-tracker_http_request.php 1014.x/lib/core/Tracker/Field/Abstract.php
[FIX] Fix trackerfield Dynamic-Item-List. IMPORTANT: This fix saves the itemId of the referenced Item, not the native value! Thus it will break existing usecases.
Improvements/tested combinations: One can assign multiple DIL-Fields to one selection field (before it was just one).
Filterfield Combinations: category/category, itemlink/itemlink, itemlink/textfield (other equal fieldtypes should work as well). Category can only be used with category for security.
Displayfields (to make the selection from) : category, itemlist, itemlink, textfield (other simple fields should work). jonnyb: off to eat now, more later (probably) Tiki-KGB: 03walper r54194 10(5 files in 3 dirs) * [MRG] Automatic merge, branches/14.x 54187 to 54193 jonnyb: (thanks for the merge wolfganga :) )
bye for now fabricius: joined #tikiwiki nelsonko: left #tikiwiki
joined #tikiwiki jonnyb: joined #tikiwiki redflo: joined #tikiwiki fabricius: joined #tikiwiki Telesight1: joined #tikiwiki Telesight2: joined #tikiwiki nelsonko_: joined #tikiwiki Tiki-KGB: 03jonnybradley r54195 10trim/ 10Makefile 10src/appinfo/tiki.php
[FIX] trim: Update sourceforge svn url for tiki and use just php instead of php5 for the php executable (standard these days) nelsonko: joined #tikiwiki Telesight: joined #tikiwiki