-: Anzhe yawns luciash: hi Anzhe: was waiting for you to debunk some mystics and myths for you ;)
Anzhe: about the invisible dropdown arrow in quickadmin please read the irc log (was fixed by jonny in the meantime) leagris: ah 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 Anzhe: luciash: 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: Anzhe: assign it to Anonymous too and it will appear Anzhe: luciash: great! leagris: https://sourceforge.net/p/tikiwiki/code/46931/ 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 leagris: ah ;D luciash: jonny: 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: leagris: 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
move it to some backup dir leagris: luciash I can't find a changeback or revert of the template on repos luciash: leagris: u mean command ? leagris: talking about trunk here rodrigoprimo: joined #tikiwiki leagris: my local repos is At revision 46945.
https://sourceforge.net/p/tikiwiki/code/46945/tree/trunk/templates/modules/mod-quickadmin.tpl
I guess jonnyb did not commit his changes luciash: leagris: 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.
the latter part of the "welcome" PPT starts with "What is TikiWiki?"
*Tiki Wiki
it took almost 2 years of internal lobbying to get to this point (it's a large corp.) so I am very excited luciash: leagris: svn diff -r46940:46941 is jonny's change - he did it on CSS level
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 leagris: reverted back my changes locally, but I have no icon at all now luciash: Anzhe: please promote usage of "Tiki" only
Anzhe: "TikiWiki" is a bit archaic term nowadays already ;)
Anzhe: good to hear the good news though ! :)
leagris: u need to svn up
leagris: maybe custom theme ?
leagris: reason why you do not have it ?
or reload browser ?
i have it in my tikitrunk copy leagris: <luciash> 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: leagris: yes, i wrote that earlier today
leagris: svn diff -r46940:46941 is jonny's change - he did it on CSS level
leagris: you see those "+.box-quickadmin .sf-arrows .sf-with-ul:after" in css/cssmenus.css ?
leagris: 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""
did someone get mentioned on Reddit?
never gotten that error before leagris: luciash I can't see any url reference for an icon within this css
updated everything
cleared all caches
forced reload of GoogleChrom luciash: leagris: because it is advanced CSS trick how the "icon" is drawn, it is not really image file
it is same as the arrows in menus on left (menu 42) leagris: Ah I have no such icone in app menu 42
my browser is Chrom on Linux
Well same with latest firefox
I even have an issue with a space between the initial select box and menu content
unless using fivealive luciash: leagris: can you see the little arrow here logged as admin ? -> 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
YEs have it
My setup don't use jquery menus (only CSS) luciash: leagris: i suspect you have javascript error which prevents to make the menus work properly
leagris: you need to have JS working
leagris: 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
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
we have no "jQuery menus" afaik
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
leagris: can you try re-run sh setup.sh after you did svn up ? leagris: ok found it
I am forced to use feature_jquery_superfish luciash: leagris: or php temp/composer.phar update
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: leagris: good find, only real geeks use it off i guess ;) leagris: So my fix may make more sens than previously thought about ;)
Without superfish, menus are really snappy luciash: leagris: yeah, i think if it is optional, we should have some fallback icon there but appearing only when it is off
leagris: so can you just add {if $prefs.feature_jquery_superfish ne "y"}...{/if} around maybe ?
leagris: so we do not have two arrows when it is on ?
leagris: no solution for the cssmenus in general though leagris: or have it css encoded with something more portable
like a genuine :before or background and hover property
Now I played with JQuery UI I have evrery widget doubled ;D luciash: leagris: i think solution would be not to rely on jquery to add that class .sf-arrows to the cssmenus leagris: ;) luciash: leagris: 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
Or is there a way to remove all these delays and animations from superfish? luciash: leagris: you can try to switch them off on tiki-admin.php?page=look&cookietab=5
u select effect to none
does not seem to apply here :( leagris: confirm, no effect here
this .sf-arrows css hack is probably over-engineered as an optimized data: url for png would have done it as well ;D
or a :after content: 'â–¾' Jyhem_: polom luciash: leagris: nope, i see only empty box here ;) Jyhem_: strange: on a new 9.x, no registration emails are sent out, yet test email and notification watch emails work fine luciash: leagris: actually, that is pretty clever css technique widely used nowadays by designers to crteate arrows and "speech bubble" pointers
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_
BTW if you try to login with newly registered but non activated account you can request a resent of confirmation email
then you receive the confirmation email this time.
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.
Mmaybe jonnyb will have a much clever idea of how to fix this.
Good night all, time to rest. Jyhem_: interesting, leagris. Was that also on 9.x ?
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&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&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&comments_parentId=48379 Anzhe: joined #tikiwiki rodrigoprimo: joined #tikiwiki Anzhe: joined #tikiwiki Tiki-KGB: joined #tikiwiki
joined #tikiwiki xavi: joined #tikiwiki
polom-from-home Jyhem_laptop: polom, great news, xavi ! xavi: hi Jyhem_laptop! yes :-)
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?
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
oh, whell chair :-(
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 :-)
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: Jyhem_laptop: did you see that I'm willing to improve the caching system in pluginR?
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
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 :-(
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
strangely, it works on demo
and notification mails or test email work fine
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)
cheers amette: polom Tiki|bot: New Forum Posts: help after upgrade - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=48385 leagris: Ah Jyhem_ found a possible origin for notification mails not sent
when userTracker is enabled, there is no redirection to the registration confirm page and so no mail is sent
try resetting userTracker to default Tiki|bot: joined #tikiwiki
New Forum Posts: Share, or Tell a Friend? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48387 Anzhe_m: joined #tikiwiki Jyhem_: leagris: thenks for looking at it. There is no userTracker on the site, not even trackers.
I get redirected to the registration cinfirm page which says I will get an email.
I just never see the email(neither in spambox)
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
unless you fix it first :) luciash: Jyhem_: as a workaround you could try setting up SMTP instead of sendmail as method to send mails MagicFab_: joined #tikiwiki
joined #tikiwiki amette: wow, took about an hour to upgrade my database *G* luciash: amette: :-o how come ?
utf-8 conversion ? jonnyb: joined #tikiwiki chibaguy: joined #tikiwiki fabricius: joined #tikiwiki jonnyb: pom pom pom amette: hi jonnyb
luciash: 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&comments_parentId=48394
New Forum Posts: Setting up permissions - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48399
New Forum Posts: command line interface - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48396 chibaguy: joined #tikiwiki jonnyb: hi chibaguy ricks99: joined #tikiwiki chibaguy: joined #tikiwiki
hi jonnyb aalex: joined #tikiwiki Tiki-KGB: 03jonnybradley r46948 10branches/11.x/ 10templates/tiki-admin.tpl 10css/admin.css
[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
03jonnybradley r46949 10branches/11.x/ 10templates/tiki-calendar_edit_item.tpl 10lib/prefs/calendar.php 10templates/admin/include_calendar.tpl
[ENH] calendars: Add simple "export as ical" button to calendar events - uses existing code in tiki-calendar_export_ical (thanks marclaporte)
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
03jonnybradley r46951 10branches/11.x/templates/tiki-calendar_edit_item.tpl
[ENH] calendars: Perm check for first "export as ical" button (assumed to be y in edit mode)
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
[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
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: asmith: 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 ;)
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
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)
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&comments_parentId=48417 luciash: asmith: please note it is %7E not just %7 asmith: thanks luciash
luciash, is there a way to change the admin/login cookie path preference if i can't stay logged in long enough?
i've tried 15 times, but i can't get to the login preference page luciash: asmith: go to tiki-admin.php?page=login, how long ? in seconds ?
asmith: you can change that via database in tiki_preferences table aluno: joined #tikiwiki
hello guys
left #tikiwiki
joined #tikiwiki skulltrail: hello guys
how can i enable categories features?
*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&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&comments_parentId=48422 dhazel: joined #tikiwiki Telesight: joined #tikiwiki