<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style>

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