[00:10] Anzhe joined #tikiwiki [00:11] * Anzhe yawns [00:13] luciash hi Anzhe: was waiting for you to debunk some mystics and myths for you ;) [00:15] luciash Anzhe: about the invisible dropdown arrow in quickadmin please read the irc log (was fixed by jonny in the meantime) [00:16] leagris ah [00:16] luciash Anzhe: about the menu module not appearing for logged out users it is because the menu module is assigned to Registered group only by default [00:17] Anzhe luciash: thanks, will do. Our internet went out last night :-/ glad it's back on when I wake up though! [00:17] leagris luciash I committed adding an icon to quickadmin pref history this afternoon [00:17] luciash Anzhe: assign it to Anonymous too and it will appear [00:18] Anzhe luciash: great! [00:20] leagris https://sourceforge.net/p/tikiwiki/code/46931/ [00:20] luciash leagris: yeah, thank you, but unfortunatelly that was not the right way how to handle the issue, the dropdown arrow was missing because invisible or because CSS menus sub menu indicator changed between versions [00:20] leagris ah ;D [00:21] luciash jonny: corrected it but your icon is still in place, so we now have two arrows there ;) [00:21] leagris Shall I revert back my commit? [00:21] luciash *jonny corrected [00:21] leagris fne [00:22] luciash you can see it and remove the green arrow icon, hope you do not feel offended [00:23] leagris I should not ;D [00:23] luciash leagris: you see the grey down pointing arrow there ? [00:23] leagris did svn up, and still have my modified mod-quickadmin template [00:25] luciash if u have your modified template it will not be replaced [00:25] luciash move it to some backup dir [00:28] leagris luciash I can't find a changeback or revert of the template on repos [00:28] luciash leagris: u mean command ? [00:28] leagris talking about trunk here [00:28] rodrigoprimo joined #tikiwiki [00:29] leagris my local repos is At revision 46945. [00:29] leagris https://sourceforge.net/p/tikiwiki/code/46945/tree/trunk/templates/modules/mod-quickadmin.tpl [00:37] leagris I guess jonnyb did not commit his changes [00:38] luciash leagris: svn diff -r46930:46931 is your change [00:38] * Anzhe gives TW11 a big hug [00:39] Anzhe I've got a new department coming online today - International Market Research Dept. [00:39] Anzhe the latter part of the "welcome" PPT starts with "What is TikiWiki?" [00:39] Anzhe *Tiki Wiki [00:39] Anzhe it took almost 2 years of internal lobbying to get to this point (it's a large corp.) so I am very excited [00:42] luciash leagris: svn diff -r46940:46941 is jonny's change - he did it on CSS level [00:43] luciash leagris: so you just basically revert your code to the previous version because he did not aparently work on that file and it will be fine [00:44] leagris reverted back my changes locally, but I have no icon at all now [00:44] luciash Anzhe: please promote usage of "Tiki" only [00:44] luciash Anzhe: "TikiWiki" is a bit archaic term nowadays already ;) [00:45] luciash Anzhe: good to hear the good news though ! :) [00:45] luciash leagris: u need to svn up [00:46] luciash leagris: maybe custom theme ? [00:46] luciash leagris: reason why you do not have it ? [00:47] luciash or reload browser ? [00:47] luciash i have it in my tikitrunk copy [00:47] leagris leagris: about your answer to Anzhe, i think there is little dropdown arrow from the css menus applied on the recents in quickadmin toolbar by default, but just because it is white on white, it is invisible ;-) [00:48] Anzhe joined #tikiwiki [00:48] leagris I have really no icon at all even via a css rule [00:49] luciash leagris: yes, i wrote that earlier today [00:49] luciash leagris: svn diff -r46940:46941 is jonny's change - he did it on CSS level [00:50] luciash leagris: you see those "+.box-quickadmin .sf-arrows .sf-with-ul:after" in css/cssmenus.css ? [00:50] luciash leagris: that does the trick bringing the icons (unless you are using some really old browser) [00:54] Anzhe ""tiki.org is experiencing unusually high traffic. Please check back in a few minutes or visit http://tiki.org/Community"" [00:55] Anzhe did someone get mentioned on Reddit? [00:55] Anzhe never gotten that error before [00:55] leagris luciash I can't see any url reference for an icon within this css [00:55] leagris updated everything [00:55] leagris cleared all caches [00:55] leagris forced reload of GoogleChrom [00:56] luciash leagris: because it is advanced CSS trick how the "icon" is drawn, it is not really image file [00:56] luciash it is same as the arrows in menus on left (menu 42) [00:57] leagris Ah I have no such icone in app menu 42 [00:57] leagris my browser is Chrom on Linux [00:58] leagris Well same with latest firefox [00:58] leagris I even have an issue with a space between the initial select box and menu content [00:58] leagris unless using fivealive [00:59] luciash leagris: can you see the little arrow here logged as admin ? -> http://demo.tiki.org/trunk/tiki-index.php [00:59] leagris all other themes have this space causing the menu to deselect before the mouse can enter the proper overlay [01:00] leagris YEs have it [01:00] leagris My setup don't use jquery menus (only CSS) [01:00] luciash leagris: i suspect you have javascript error which prevents to make the menus work properly [01:01] luciash leagris: you need to have JS working [01:01] luciash leagris: otherwise there is this "gap" problem acessing the submenus, no submenu arrows, no tabs working, etc. [01:01] leagris I think so, but I don't want to [01:02] leagris I prefer the snappishness of pure CSS menus [01:02] luciash so you have tabs off ? and no other problems with JS off ? [01:02] leagris Hate these effect/transitions and interaction lags [01:02] luciash there are pretty lot of things depending on JS nowadays in Tiki [01:02] leagris I have js on [01:03] luciash but then I wonder how you switch the CSS menus JS off, because it is by default utilizing JS [01:04] luciash we have no "jQuery menus" afaik [01:05] luciash so if you have no arrows i suspect some js error must be in your firebug console - meaning sh setup.sh was not run properly recently at your site as i experienced the same today [01:07] luciash leagris: can you try re-run sh setup.sh after you did svn up ? [01:07] leagris ok found it [01:07] leagris I am forced to use feature_jquery_superfish [01:07] luciash leagris: or php temp/composer.phar update [01:08] luciash yep [01:08] leagris without feature_jquery_superfish I can't get this drop down array nor proper non-gapping in other themes [01:08] luciash is it a preference, really ? [01:08] leagris Found in features [01:09] * luciash wonders. hought it was hardcoded. [01:09] luciash leagris: good find, only real geeks use it off i guess ;) [01:09] leagris So my fix may make more sens than previously thought about ;) [01:10] leagris Without superfish, menus are really snappy [01:10] luciash leagris: yeah, i think if it is optional, we should have some fallback icon there but appearing only when it is off [01:12] luciash leagris: so can you just add {if $prefs.feature_jquery_superfish ne "y"}...{/if} around maybe ? [01:12] luciash leagris: so we do not have two arrows when it is on ? [01:13] luciash leagris: no solution for the cssmenus in general though [01:15] leagris or have it css encoded with something more portable [01:16] leagris like a genuine :before or background and hover property [01:16] leagris Now I played with JQuery UI I have evrery widget doubled ;D [01:19] luciash leagris: i think solution would be not to rely on jquery to add that class .sf-arrows to the cssmenus [01:20] leagris ;) [01:21] luciash leagris: lol, is it because you use jqui selectmenus and jqui chosen at the same time ? [01:21] leagris jqui at the same time, reverted back and removed superfish [01:22] leagris Or is there a way to remove all these delays and animations from superfish? [01:25] luciash leagris: you can try to switch them off on tiki-admin.php?page=look&cookietab=5 [01:26] luciash u select effect to none [01:28] luciash does not seem to apply here :( [01:40] leagris confirm, no effect here [01:43] leagris this .sf-arrows css hack is probably over-engineered as an optimized data: url for png would have done it as well ;D [01:46] leagris or a :after content: 'â–¾' [02:01] Jyhem_ polom [02:02] luciash leagris: nope, i see only empty box here ;) [02:02] Jyhem_ strange: on a new 9.x, no registration emails are sent out, yet test email and notification watch emails work fine [02:02] luciash leagris: actually, that is pretty clever css technique widely used nowadays by designers to crteate arrows and "speech bubble" pointers [02:02] luciash hi Jyhem_ [02:03] Jyhem_ hi luci [02:05] aalex joined #tikiwiki [02:17] * Jyhem_ can't believe regsistration doesn't work out of the box [02:30] leagris found same issue Jyhem_ [02:31] leagris BTW if you try to login with newly registered but non activated account you can request a resent of confirmation email [02:31] leagris then you receive the confirmation email this time. [02:33] leagris luciash, a conditional template actually does the trick. I will have to fix the gap and loss of selection and proper alignment with non default theme though. [02:35] leagris Mmaybe jonnyb will have a much clever idea of how to fix this. [02:37] leagris Good night all, time to rest. [02:50] Jyhem_ interesting, leagris. Was that also on 9.x ? [02:50] Jyhem_ oh, good night [03:23] goj_killedByISP joined #tikiwiki [03:33] Tiki|bot New Forum Posts: Is it possible to have an unlimited number of items for a field in a tracker? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48373 [04:01] Anzhe joined #tikiwiki [04:03] Tiki|bot New Forum Posts: use of mediaplayer plugin - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48374 [04:35] chibaguy joined #tikiwiki [07:24] Tiki|bot New Forum Posts: Questions on doc.tw.o - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48379 [08:01] Anzhe joined #tikiwiki [08:25] rodrigoprimo joined #tikiwiki [08:33] Anzhe joined #tikiwiki [10:18] Tiki-KGB joined #tikiwiki [10:18] Tiki-KGB joined #tikiwiki [10:58] xavi joined #tikiwiki [10:59] xavi polom-from-home [11:10] Jyhem_laptop polom, great news, xavi ! [11:11] xavi hi Jyhem_laptop! yes :-) [11:11] xavi I'm still far from authonomous, but progressing [11:12] Jyhem_laptop If you are expected to dump the leg in salted water, Barcelona is the perfect place :-) [11:13] xavi how is heat going in strasbourg? [11:13] xavi salt water: yes, but I'm far from needing that still [11:13] * xavi stil mving with wheel chair when out of home [11:14] Jyhem_laptop 35° in the shade when sunny. then a big storm and it gets better for a couple days [11:15] Jyhem_laptop oh, whell chair :-( [11:15] Jyhem_laptop how long? [11:15] xavi no idea, but probably many weeks still [11:16] Jyhem_laptop :-( [11:16] xavi 35 in shade: uff.... I guess that storms are very welcome then :-) [11:17] xavi many weeks with wheel chair: as far as my body improves and pain diminishes, everthing is fine :-) [11:18] * xavi upgrading many tikis to latest svn for all branches used in production [11:20] xavi Jyhem_laptop: did you see that I'm willing to improve the caching system in pluginR? [11:21] xavi for the scenario when data are stored in tracker item values, and not in external csv like you do for spiral [11:22] Jyhem_ Yes, I saw that yesterday. Been wondering about where attachments are stored. Then I got stuck in registration mails which fail to go put on tiki9. [11:22] xavi but don't know how to fetch the value "lastModif" date for the tracker item that holds the data for plugin R. Or whether this is going to be a robust approach [11:23] Jyhem_ can't you find where the actual file is stored after you add an attachment? [11:23] xavi attachments part was solved (for tiki6 or so) by sylvie and/or lph [11:24] * Jyhem_ wonders why restoring the sql dump does not get him back to the status of before applying the collaborative profile :-( [11:25] xavi that part with atachments was known to work, so I'm not planning to touch it [11:26] xavi I was aiming to extend the system to include the value of "lastModif" tracker item into the hash used to control caching [11:35] * Jyhem_ relieved: it was just a matter of clearing caches. no data loss [11:36] Jyhem_ trying to get my local coworking space on a Tiki, but if the registration keeps failing, they won't be impressed :-( [11:37] Jyhem_ And they seem to think the site should be done already… [11:43] xavi oups. good luck (I had no idea registration process was failing in some cases in current releases) [11:47] Jyhem_ no outgoing mail [11:47] Jyhem_ strangely, it works on demo [11:47] Jyhem_ and notification mails or test email work fine [11:48] Jyhem_ seems we have not yet fully recovered from last registration revamp [12:44] xavi ok, enough for today on irc (body getting tired of the position to work with the computer) [12:44] xavi cheers [13:02] amette polom [13:25] Tiki|bot New Forum Posts: help after upgrade - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=48385 [14:06] leagris Ah Jyhem_ found a possible origin for notification mails not sent [14:07] leagris when userTracker is enabled, there is no redirection to the registration confirm page and so no mail is sent [14:07] leagris try resetting userTracker to default [14:08] Tiki|bot joined #tikiwiki [14:09] Tiki|bot New Forum Posts: Share, or Tell a Friend? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48387 [14:16] Anzhe_m joined #tikiwiki [14:25] Jyhem_ leagris: thenks for looking at it. There is no userTracker on the site, not even trackers. [14:26] Jyhem_ I get redirected to the registration cinfirm page which says I will get an email. [14:26] Jyhem_ I just never see the email(neither in spambox) [14:32] Jyhem_ when I require admin validation, it works as advertised. I will do that for now, and hopefully look into the code later, when I'm on vacation and have some time [14:32] Jyhem_ unless you fix it first :) [14:35] luciash Jyhem_: as a workaround you could try setting up SMTP instead of sendmail as method to send mails [14:48] MagicFab_ joined #tikiwiki [14:48] MagicFab_ joined #tikiwiki [14:52] amette wow, took about an hour to upgrade my database *G* [14:56] luciash amette: :-o how come ? [14:57] luciash utf-8 conversion ? [14:58] jonnyb joined #tikiwiki [15:00] chibaguy joined #tikiwiki [15:13] fabricius joined #tikiwiki [15:23] jonnyb pom pom pom [15:23] amette hi jonnyb [15:23] amette luciash: it took ages to update page_hits [15:24] Tiki-KGB 03jonnybradley r46947 10trunk/lib/core/Services/File/FinderController.php * [FIX] elfinder: r46861 made defaultGalleryId private, use pref instead [15:36] dhazel joined #tikiwiki [15:36] redflo joined #tikiwiki [15:42] Tiki|bot New Forum Posts: User approval - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48394 [15:52] Tiki|bot New Forum Posts: Setting up permissions - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48399 [15:52] Tiki|bot New Forum Posts: command line interface - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48396 [16:08] chibaguy joined #tikiwiki [16:09] jonnyb hi chibaguy [16:10] ricks99 joined #tikiwiki [16:16] chibaguy joined #tikiwiki [16:18] chibaguy hi jonnyb [16:38] aalex joined #tikiwiki [17:04] Tiki-KGB 03jonnybradley r46948 10branches/11.x/ 10templates/tiki-admin.tpl 10css/admin.css [17:04] Tiki-KGB [ENH] admin: Keep pref search results from being too long as it often is (inside a scrollable div) so you can still see the "change" button [17:34] Tiki-KGB 03jonnybradley r46949 10branches/11.x/ 10templates/tiki-calendar_edit_item.tpl 10lib/prefs/calendar.php 10templates/admin/include_calendar.tpl [17:34] Tiki-KGB [ENH] calendars: Add simple "export as ical" button to calendar events - uses existing code in tiki-calendar_export_ical (thanks marclaporte) [17:40] Tiki-KGB 03amette r46950 10branches/11.x/ 10modules/mod-func-twitter.php 10lib/socialnetworkslib.php * [FIX] Use Twitter API v1.1 as v1 is not available any more [17:40] Tiki-KGB 03jonnybradley r46951 10branches/11.x/templates/tiki-calendar_edit_item.tpl [17:40] Tiki-KGB [ENH] calendars: Perm check for first "export as ical" button (assumed to be y in edit mode) [17:54] Tiki-KGB 03jonnybradley r46952 10(8 files in 7 dirs) * [MRG] Automatic merge, branches/11.x 46942 to 46951 [18:55] bubulle_ joined #tikiwiki [19:12] Tiki-KGB 03jonnybradley r46953 10trunk/ 03img/icons/mime/vimeo.png 10lib/mime/mimetypes.php * [ENH] vimeo: Icon and (pseudo) mime-type [19:41] ricks99 left #tikiwiki [19:51] Telesight joined #tikiwiki [20:08] Tiki-KGB 03leagris r46954 10trunk/templates/modules/mod-quickadmin.tpl [20:08] Tiki-KGB [FIX] When feature_jquery_superfish is enabled, recent preferences drop-down menu has its own CSS down arrow decoration. Only provide a replacement if superfish is disabled. [20:10] MagicFab_ joined #tikiwiki [20:12] jonnyb joined #tikiwiki [20:33] asmith joined #tikiwiki [20:34] asmith I'm attempting to use TikiWiki 9.5 and have run into Error: You must enable cookies to use this site. I know cookeis are enabled. Has anyone else encountered this bug? [20:35] lphuberdeau left #tikiwiki [20:38] brolin_empey_ joined #tikiwiki [20:42] jonnyb asmith: not recently, you still getting the cookie error? [20:43] asmith yes. i'm able to login but after a few minutes, it will log me out. and the error message will occur. i'm unsure how to proceed. i've seen numerous posts about changing coding in the tiki-setup.php [20:44] jonnyb have you got anything (odd) in the admin/login cookie path? (or server) [20:44] marclaporte joined #tikiwiki [20:44] asmith i don't know if this helps but we have a ~ in our domain name. could this be the issue? i've read about that too [20:44] jonnyb hmm, exotic ;) [20:45] jonnyb is in all browsers? [20:45] asmith yes. [20:45] jonnyb hi marclaporte [20:45] asmith internet explorer, firefox, safari [20:45] jonnyb is it a public site? can i have a look? (pm if you prefer) [20:48] asmith http://www.indiana.edu/~regener8/tikiwiki/tiki-index.php [20:51] jonnyb maybe try /%7Eregener8/tikiwiki/ as the cookie path? [20:51] marclaporte polom pom pom [20:51] jonnyb i seem to be getting redirected to http://www.indiana.edu/%7Eregener8/tikiwiki/tiki-index.php [20:51] jonnyb moloq [20:52] asmith you think %7 will work? [20:52] jonnyb i seem to be getting cookie set with that path [20:53] asmith i'm a novice, where you do change ~ to %7? just in the browser or in the files in the directory or the actual root? [20:53] jonnyb in the admin/login cookie path preference (if you can log in long enough) [20:54] jonnyb sorry, i have to go - need a break, more later/tomorrow [20:54] asmith Okay. I will try that. Thank you for your help jonnyb [20:55] Tiki|bot New Forum Posts: Can Slideshow Include Image Title/Description? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48417 [20:59] luciash asmith: please note it is %7E not just %7 [20:59] asmith thanks luciash [21:04] asmith luciash, is there a way to change the admin/login cookie path preference if i can't stay logged in long enough? [21:04] asmith i've tried 15 times, but i can't get to the login preference page [21:19] luciash asmith: go to tiki-admin.php?page=login, how long ? in seconds ? [21:19] luciash asmith: you can change that via database in tiki_preferences table [21:21] aluno joined #tikiwiki [21:21] aluno hello guys [21:22] aluno left #tikiwiki [21:23] aluno joined #tikiwiki [21:23] skulltrail hello guys [21:23] skulltrail how can i enable categories features? [21:23] skulltrail *feature? [21:41] fabricius joined #tikiwiki [21:48] TomJarvis joined #tikiwiki [22:07] Tiki|bot New Forum Posts: PluginSQL Approval - No Change to Plugin - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48420 [22:27] redflo joined #tikiwiki [22:37] Telesight joined #tikiwiki [22:47] marclaporte joined #tikiwiki [22:51] fabricius joined #tikiwiki [23:07] TomJarvis joined #tikiwiki [23:18] Tiki|bot New Forum Posts: Datachannel Help - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48422 [23:25] dhazel joined #tikiwiki [23:50] Telesight joined #tikiwiki