[00:02] Bsfez joined #tikiwiki [00:08] amette__ left #tikiwiki [00:16] fabricius joined #tikiwiki [00:52] Tiki-KGB 03pom2ter r61792 10trunk/lib/prefs/wikiplugin.php * [FIX] fixed typo in the list plugin pref description [00:57] Bsfez joined #tikiwiki [01:06] redflo left #tikiwiki [01:51] Bsfez joined #tikiwiki [02:45] Bsfez joined #tikiwiki [03:22] jonnyb joined #tikiwiki [03:39] Bsfez joined #tikiwiki [03:49] fabricius joined #tikiwiki [04:33] Bsfez joined #tikiwiki [04:34] matt__ joined #tikiwiki [05:27] Bsfez joined #tikiwiki [05:43] torsten1 joined #tikiwiki [06:13] TomJarvis joined #tikiwiki [06:15] TomJarvis I am "watching" the forums, and I get new posts emailed to me, but when I reply and check "Send me an email when someone replies", I never get an email when my post gets a reply. [06:21] Bsfez joined #tikiwiki [06:50] TomJarvis left #tikiwiki [06:58] jonnyb joined #tikiwiki [07:15] Bsfez joined #tikiwiki [07:19] Bsfez joined #tikiwiki [08:28] olinuxx joined #tikiwiki [08:28] olinuxx joined #tikiwiki [08:34] Padlock joined #tikiwiki [08:34] Padlock Polom, everyone [08:46] jonnyb joined #tikiwiki [09:13] redflo joined #tikiwiki [10:06] fabricius joined #tikiwiki [10:27] luciash bolow, Padlock [10:27] luciash hi all [10:28] Bsfez hi [10:28] * Bsfez is drowning in a clean register process for a commercial Tiki and the hundreds ways to do it [10:30] Padlock Hi luciash and Bsfez [10:31] * Padlock is fidgeting with the tiki integrator to display doxygened doc and starting to resent people who ever invented doxygen :D [10:32] luciash resent people? where? huh? [10:34] Padlock resent, as in hate them lol [10:34] Padlock Hold a grudge [10:34] Padlock ;-) [10:35] luciash heh, sorry, I am not native English speaker and I never heard/red using "resent" to hate someone ;) [10:36] fabricius joined #tikiwiki [10:36] Padlock Oh I'm sorry, I would have never guessed it, from the way you write :-) so the verb is "to resent", with the "s" pronounced like a "z" ;-) [10:38] Padlock Would anyone by any chance know if it's possible to use the integrator rules to remove whole chunks of html code from the integrated html file ? I want to tell the integrator to ignore big chunks of code because it doesn't know how to process it [10:39] Padlock I tried simply entering the chunk of code in the "search" field and type anything, like an empty tag, to replace it with , but that would be too simple, wouldn't it ? :-D [10:40] luciash is the Integrator using some rules where you can do regular expressions replace? [10:41] Padlock yes. For example, one of the basic rules for the type of documents I'm processing is search for .html" and replace it with .html [10:42] Padlock that's quite basic, but necessary ;-) [10:42] luciash what is the chunk you want to replace? (short example pls) [10:43] Padlock it's actually pretty long, multiple lines between
tags that display a searchbox [10:43] Padlock If I remove that chunk myself from the html file, and then display it through the integrator, the searchbox is removed, and all the rest works fine. [10:44] luciash it would need some unique id or class on that div [10:44] luciash or is there form inside? [10:45] Padlock
[10:46] Padlock If i remove that whole chunk, the html is still displayed, except without the searchbox. [10:49] luciash this maybe could work in the rule: (
).*(<\/span>\s+<\/div>) [10:49] luciash try to replace it with FOO or nothing to delete it [10:50] luciash untested [10:50] luciash you would need to learn some regular expressions to play with that [10:50] Padlock I will try that [10:50] Padlock what is "FOO" ? [10:51] luciash just Foo [10:51] luciash anything [10:52] luciash you can test regexps on sites like https://regex101.com or http://regexr.com [10:54] jonnyb joined #tikiwiki [10:55] Padlock *noob embarrassment* ^^' [10:56] luciash nothing to be embarrassed of... this is extremely hard to learn for non-coders [10:57] Padlock well for what it's worth, the expression (?) you suggested as a rule has no effect :/ [10:59] luciash not sure how Integrator works, maybe fabricius would have a clue ;) maybe just try to add / and / in the start and the end of the expression before the ( and ) [11:00] Padlock I actually asked here to take a little of the load off from Fabricius. He's been a tremendous help so far with the integrator ;-) [11:01] Padlock But I will wait for him when he has a minute for that, it's ok, I know he is busy, and he's already been so helpful [11:01] luciash I understand but he and you seems to be the only one who played with it recently so far ;) [11:02] luciash s/one/two [11:04] Padlock Maybe this might help with the syntax ? here are a couple of existing rules. That one fixes HREFs : href=("|')(?!(#|(http|ftp)://)) is replaced by href=tiki-integrator.php?repID={repID}&file= [11:04] Padlock that one fixes image paths : img src=("|')(?!http://) is replaced by img src=1{path}/ [11:05] amette__ joined #tikiwiki [11:06] Padlock Dunno if that helps... but I do understand it's been kind of a left-out topic and Fabricius is the only one having really explored it as of recently ;-) [11:09] Padlock Maybe there's another subject you might help me with, luciash :-D [11:16] Padlock I have two questions : is it possible to keep wysiwyg mode available, but not by default ? and is there some kind of tag or bit of wiki syntax that I can include, that will display the date the page was edited (for example to insert it in a template header)? [11:23] amette__ Padlock : first question: yes, almost certainly - second question: could/should be possible to include the smarty variable for last modification date, maybe something like "{{$lastModif}}" works!? (Not sure about both though, but worth continuing exploring imho.) [11:24] amette__ and polom bt3 [11:25] amette__ btw even [11:26] luciash hey bro :) [11:26] amette heya bracho! :) [11:31] RadoS joined #tikiwiki [11:31] chibaguy joined #tikiwiki [11:31] chibaguy polom [11:33] jonnyb polom [11:33] amette__ moloq guys [11:33] luciash moq moq [11:33] jonnyb Padlock: there are prefs for the wysiwyg stuff to make it optional and on or off by default [11:34] jonnyb and i think there's a "wiki arg var" for the page modification date... [11:34] chibaguy hello all [11:34] jonnyb yup, see https://doc.tiki.org/Wiki+Argument+Variables (Padlock) [11:36] jonnyb chibaguy: i was having trouble compiling the base_files with the build in less:compile command because it checks the modification time of the base less file and not the included one, should i remove all that timestamp checking do you think? [11:36] amette__ Right.. so that is not the smarty variable (was wondering, cause it would be weird if all of them are available), but a Wiki Argument Variable - need to try and remember that term (I'll try to think of WAV to make it easier). [11:37] chibaguy jonnyb: I guess so. [11:37] luciash +1 [11:39] yGweSm1OzVHe how can i debug why the registration emails do not get sent out, while the the "test mail" from the admin interface works, and there's no output about the failing mails in the error log despite "error reporting" enabled? [11:40] Padlock Thank both of you Luci and Jonny, I'll explore that right away ! [11:41] jonnyb hi yGweSm1OzVHe - that can be a tricky one, have seeen it once in the past and had to give in and set them up using an external smtp mail server to send [11:41] luciash yGweSm1OzVHe: try to switch to SMTP sending in the control panel (e.g. test with your GMail SMTP settings) if that works, then something is wrong with your sendmail (PHP function mail()) [11:41] amette__ yGweSm1OzVHe : hmmm, that sounds like a tricky one... first look into the mail server log to see, if anything is being sent out. Since the installer test works, chances are nothing is in the logs. Next step would be to go look at the source code. [11:41] jonnyb :D [11:41] amette__ hehe :P [11:41] jonnyb Sometimes no one answers questions here, then three turn up at once, just like London busses! :) [11:42] luciash it must be some "help the others" day [11:42] * amette__ imagines yGweSm1OzVHe trying to type on three keyboards or trying to clone himself [11:42] amette__ hrhr, yep [11:42] luciash *g* [11:43] chibaguy amette__, I assume you're the one to thank. Thanks for https://12xthemes.tiki.org/Themes back on line. [11:44] Padlock Y'all are so efficient ! <3 <3 [11:44] luciash <3 [11:44] amette__ chibaguy : np, you're welcome! That was a bit of a weird one, but looks solid now! [11:46] amette__ (Just FYI: open files limit on MySQL with systemd is kinda weirdness - a weirdly even more so on Debian) [11:46] amette__ s/a/and [11:46] chibaguy amette__, great, thanks again. [11:47] amette__ You're welcome, mate! :) [11:48] yGweSm1OzVHe hehe jonnyb+ammette :) [11:48] yGweSm1OzVHe yeah we looked at the smtp logs of course [11:50] yGweSm1OzVHe i'll try out your suggestions [11:52] amette__ Ok, so next thing then probably would be to look up the place in the code where it happens to put some var_dumps() in there - or better yet: use a PHP-debugger, if you can? If you could live with the SMTP solution (nothing bad about it, just need to have a server you can use) then first trying that and be done in case it works would be much easier though, yep. [11:53] amette__ Jyhem : show.t.o needs a reboot. I don't want to kill your tmux again. Could you take care of it? [11:56] arildb joined #tikiwiki [11:56] amette__ And since there seem to be only search bots running around doc/dev right now - I'll give that one a boot, too. [11:56] luciash amette__: screen alternative? [11:56] amette__ luciash : yep [12:00] amette__ amse3 (doc/dev) reboot done [12:00] * amette__ gonna have another go at debugging the backups now freshyl after the reboot, let's see how that goes [12:00] luciash (y) [12:02] yGweSm1OzVHe of course we have an smtp server, i think it's even on the same host, let me check the guy who's running it. [12:10] Tiki-KGB 03jonnybradley r61793 10trunk/lib/tikilib.php [12:10] Tiki-KGB [FIX] notices: Prevent notices after clearing the prefs cache (calendars get listed too early now for some reason) [12:14] Tiki-KGB 03jonnybradley r61794 10trunk/lib/core/Tiki/Command/LessCompileCommand.php [12:14] Tiki-KGB [MOD] less: Default to ignoring the modification timestamps of the LESS and CSS files before recompiling as often the top level file (e.g. tiki_base.less) has not been modified but an included one has. THis is now an option so use --check-timestamps or -t to re-enable. [12:14] Tiki-KGB Also add more shortcuts for other options, -o for --only and -a for --all [12:22] fabricius joined #tikiwiki [12:24] Tiki-KGB 03jonnybradley r61795 10trunk/vendor_bundled/composer.lock [12:24] Tiki-KGB [UPD] Ran composer update with no changes, so some automatic updates occurred, using the new -d option command: [12:24] Tiki-KGB 03jonnybradley r61796 10trunk/ 10vendor_bundled/composer.lock 10vendor_bundled/composer.json * [UPD] Updating oyejorge/less.php (v1.7.0.10 => v1.7.0.13) [12:34] * jonnyb is happy amette__ is debugging again :) [12:36] Tiki-KGB 03jonnybradley r61797 10trunk/themes/slate/css/newsletter.css [12:36] Tiki-KGB [FIX] less: Ran less:compile on all themes to test, only slate/newsletter.css changed (looks ok?) [12:36] * luciash is happy too [12:36] * amette__ will be happy once he start debugging something else ;) [12:39] jonnyb so afaicr amette__ - the theory was (might be) that it breaks if people do "stuff" on the server while the backup is happening, so there are activities to notify, or queues to process or whatever after the backup's done and that's when it finds the database has "gone away" - sound right? So if you want us to go and edit and do stuff during a test backup then let us know and we can all go and comment, edit, create items etc [12:40] amette__ jonnyb : yep, that sounds like a pretty good idea *nod* [12:40] luciash +1 [12:41] amette__ Just currently the debugger refused to connect back to my PHPStorm again. *sigh* [12:42] amette__ I'll have to take care of some other things today first, but let's test this theory one of the days this week!! [12:42] amette__ s/refused/refuses - typing is tough today for some reason [12:49] luciash np, just let us know [12:49] amette__ Oooh, seems to work! I'll make one run for testing now, you guys can think of something to edit and I'll let you know, when I start the next run. [12:54] luciash ok [12:57] amette__ ok, that worked [12:58] amette__ second backup run underway - Gentlemen, start your edits! [12:58] amette__ this is doc.t.o btw ;) [12:59] luciash ok, live, editing [12:59] amette__ it says backup complete [12:59] luciash saving [12:59] amette__ too late, I guess, let's see [13:00] amette__ or, hang on, I'll wait on this breakpoint [13:00] amette__ saved? [13:00] luciash yep [13:00] amette__ k [13:00] luciash already saved as you said backup complete [13:01] luciash i mean, after, sorry [13:01] amette__ yep, backup worked, let's try again [13:01] luciash as you said too late [13:01] amette__ prepare your edit, then I'll start the backup and let you know, then you hit save [13:01] luciash ok [13:02] amette__ coo [13:02] amette__ l [13:02] montefuscolo joined #tikiwiki [13:02] luciash ready [13:03] amette__ backup started, you can save [13:03] luciash saved [13:03] amette__ ok, let's wait [13:04] amette__ last one was really quick, i was surprised [13:04] luciash the question is if the backup is usable [13:05] amette__ nope, no errors :-/ [13:05] amette__ why wouldn't it be usable? [13:06] amette__ ah, because it was so quick? Yeah, maybe... it rather think it might have cached things doing the first one. [13:06] luciash if it was broken (quick but the sql file would be cropped) [13:06] amette__ yep, got you [13:06] amette__ it's file system backup btw [13:06] luciash ah [13:06] luciash then saving maybe has no effect [13:07] amette__ but, so, yeah... making edits doesn't seem to effect it [13:07] amette__ yep [13:07] luciash it would need to be file upload or new cached page or something [13:07] amette__ file upload! [13:07] amette__ that could be [13:07] amette__ since it tries to backup files [13:07] luciash should i try to upload something? [13:07] amette__ should we try that? [13:08] amette__ hehe, yep, that'd be cool, bro :) [13:08] luciash ok, let me get ready [13:08] amette__ alright, take your time [13:10] montefuscolo good morning from here :) [13:10] amette__ and if that doesn't work, then let's try on dev.t.o - I have the impression that (at least recently) it fails more often than doc. [13:11] amette__ heeeyy montefuscolo :) [13:11] luciash hi montefuscolo [13:11] luciash amette__: i am ready [13:12] amette__ ok, backup started [13:12] luciash uploaded [13:12] amette__ waiting [13:13] * luciash wonders: should it be maybe something bigger than png screenshot? [13:13] amette__ absolutely no idea, but since it happens somewhere in the notification system of tiki, I think that the size shouldn't matter [13:14] luciash hmm, but i am not watching file uploads [13:14] luciash for notifications to be triggered [13:14] amette__ aaah, that is an even better point! [13:15] luciash then again it should not matter if i upload a file or edit a wiki page [13:15] amette__ as long as it triggers a notification, right [13:15] luciash but the two wiki edits i made i received the notification just fine while the backup was in progress [13:15] amette__ ah, damn, ok :-| [13:16] luciash deleting the upload tests [13:16] amette__ k [13:16] luciash should we try on dev? [13:16] luciash jonnyb: u here? [13:17] amette__ yes, let's try at least once [13:17] jonnyb yup - sorry, window got buried... [13:17] luciash so we edit something watched? [13:18] amette__ sounds logical to me - jonnyb, what do you think? [13:19] jonnyb sorry, got distracted - are you debugging dev? oyu need me to edit stuff (i have watches on everything there) [13:19] amette__ we now switched from doc to dev, since we don't get it triggered on doc [13:19] amette__ now we are wondering what might be the right condition to trigger the issue [13:20] jonnyb ok, i'll go and stamp about on dev... when you;re ready? [13:20] amette__ it seems to happen in the notification part of shutdown or some such, right!? So we figured to edit something with a watch on it..!? [13:20] amette__ yep, go ahead, backup is running [13:20] jonnyb ok, i'm editing [13:21] luciash should we let you know when ready again? [13:21] amette__ just go ahead, if you can [13:21] amette__ I'm backing up already [13:21] amette__ I triggered the backup to see, if the debugger works with the profile created for doc.t.o, but it worked immediately, so I kept it running. [13:22] jonnyb seems slow... [13:22] luciash trying comment [13:22] amette__ cool [13:22] luciash worked [13:23] luciash a bit slow but that is usual for me [13:23] * luciash got used to it :-p [13:24] luciash watch notification received just fine [13:24] amette__ well, yeah, the file backup uses bzip2, which is cpu intensive, maybe not a good idea for a highly frequented site, should have option to put gzip or freely [13:24] luciash gzip is faster, yup [13:25] luciash but i mean in general it did not feel much slower than usual :-p [13:25] amette__ yeah, I can imagine, eight CPU cores and they were not fully used at all [13:25] jonnyb ok, edited a page, added a comment and added a wish https://dev.tiki.org/item6304 all of which i should gert notifs for... [13:25] amette__ but the load is at an amazing 3 for a virtually unused tiki :P [13:26] amette__ cores, I tell you, Tiki needs Cores!! [13:26] jonnyb they all arrived already i think :( [13:26] amette__ backup still underway [13:26] amette__ I think them arriving is not a bad sign... [13:26] amette__ ... I think it should be the other way around!? [13:26] luciash jonnyb: I get them only if someone else is commenting or editing except for wiki pages I get my own edits notif too [13:26] amette__ The backup fails at the end, if notifications were sent out meanwhile!? [13:27] jonnyb right, thanks luciash - that seems to be what i get [13:27] amette__ so, thanks for editing guys, I'll let you know once the backup is done [13:27] jonnyb but i aslo usually get a summary in the new style html emails - i wonder if we need to use those too? [13:28] luciash Tiki needs cores? But you just said "eight CPU cores and they were not fully used at all" ? [13:28] amette__ yes, that's why Tiki needs cores and not MHz [13:28] luciash jonnyb: you must have subscribed to it somewhere [13:29] jonnyb ok, i added "Page modified in Anywhere -> Critical" for me on dev now [13:29] luciash amette__: backup still running? [13:30] amette__ luciash : yep [13:30] luciash amette__: weird, the doc one was much faster [13:30] luciash amette__: must be the trackers data [13:30] amette__ dev takes much longer, that's why I was using doc for debugging [13:31] luciash ok, _now_ it feeeeeels reeeeealy sloooow [13:31] amette__ and now the backup failed [13:32] amette__ and load of the machine at 8 [13:32] luciash wow [13:32] jonnyb ok, did you hit a breakpoint? [13:32] amette__ load goes down rather quickly now (backup!?) [13:32] luciash nice, so the question is could it be caused by the notifications of our edits again? [13:32] amette__ no, of course I didn't hit a breakpoint :( [13:34] luciash now it is back to "normal" again [13:34] amette__ Hang on... I'll have to debug the debugging. [13:34] amette__ yep, load 1.75 [13:34] jonnyb meh [13:34] amette__ Seems like we have some major bodies in the cellar. (as we say in germany) [13:35] luciash lol [13:35] jonnyb :D [13:35] RadoS "bodies" -> corpses? [13:35] amette__ yep [13:36] RadoS Are you still discussing stuff? [13:36] luciash can you try again without us editing anthing if it fails too? maybe you can lock access to the site while doing it? (if that helps - it will not prevent admins from logging in or stay logged in but at least something) [13:37] luciash amette__: -^ [13:37] amette__ luciash : yep, I'm trying to verify now first that the debugger works as intended on dev.t.o - will let you know asap [13:37] luciash fine [13:41] amette__ ok, breakpoints work now, so apparently had to create another debug config after all - now doing a backup to see if it works or not [13:42] luciash ok, we wait :) [13:42] amette__ luciash : exactly :D [13:43] jonnyb luciash or chibaguy - what's going on with the top molues on dev? I'm trying to add the notification module but it's all really weird, mix of dirffferent (wrong) bs grid classes and it's all limited to the right 30% of the top zone... any ideas? [13:43] jonnyb molues/modules [13:43] amette__ luciash : Do we actually ever lock any tiki site? I have sometimes been wondering that it would be nice to have some static HTML-maintenance page in Tiki CI, but we don't or have we? [13:45] chibaguy jonnyb, actually it looks basically ok to me (using Windows/Firefox). [13:45] jonnyb use themes/base_files/other/site_closed_local.html for that site closed customisation [13:45] * amette__ goes have a look [13:46] jonnyb ok, coolio, thanks chibaguy - for me the main quick admin menu has disappeared (but i need to get back to other stuff) [13:46] luciash jonnyb: no idea, i was not the last one to play with that [13:47] luciash amette__: it would need to be handled by the backup script to enable the preference and then disable it again after backup finishes or fails [13:48] Tiki|bot Recent Bug: - http://dev.tiki.org/item6304 [13:49] amette__ ok, backup finished and not failed - I think this time it was faster, so the caching might be for real [13:49] amette__ which also could be why this is such a Heisenbug... usually it was possible to look at it three, four times in the morning and then it went away [13:50] amette__ luciash : I'd prefer not to close dev.t.o for half an hour every day - it worked before Tiki 16, it should work now! [13:50] amette__ Should we have another go at the backup with editing/notifications? [13:51] luciash yep - but it could be faster with gzip ;) [13:51] amette__ Yep, that should be changed indeed. [13:51] luciash yes, i think so, to be sure it is affecting it or not [13:51] amette__ But not now. Ceteris Paribus is important here now. [13:51] luciash the editing/notifs [13:52] luciash yes, we can do it later - jonny is not available anymore either and I also have some work to do ;) [13:52] amette__ Oh, I meant now! [13:52] amette__ Just not the gzip now! [13:52] amette__ I started the backup, tarball is being created. Can you do one edit of which you know, that it will trigger a notification? [13:53] luciash ah [13:53] luciash :D [13:53] amette__ :) [13:53] jonnyb ok, doing edits :) [13:53] amette__ Cool, thanks! :) [13:54] luciash me too [13:55] amette__ hehe, this time you guys found all the places that I get notified! :D [13:56] jonnyb :) [13:57] jonnyb i suspect it is the new activity stream stuff, but i see notifications here already https://dev.tiki.org/tiki-monitor-stream?from=-30+days&to=now&critical=1&high=1&low=1 [13:57] jonnyb so the querue must still be being processed somehow (LP magic) [13:57] jonnyb I have to go now, bbl [13:57] amette__ alright, laters mate! [13:59] amette__ and backup did not fail :-| [13:59] amette__ That's it for today, thanks for participating everyone! [13:59] luciash darn, thanks [14:01] amette__ I get "No notification. (404)" when I try jonny's link --^ [14:14] luciash amette__: maybe you have none there and jonny has some? [14:14] amette__ ah, maybe... but i got e-mails for the "Tiki community server backups not working" tracker item..!? [14:17] luciash amette__: that is something else [14:17] luciash amette__: different notification system [14:17] amette__ luciash : oh, ok... so what is tiki-monitor-stream then? [14:17] amette__ ah, we have two!? o.O [14:18] luciash stream is activity stream feature [14:18] amette__ and why doesn't it show all activities? [14:18] luciash https://doc.tiki.org/Activity Stream [14:18] luciash https://doc.tiki.org/Activity+Stream [14:21] amette__ aha, thx [14:30] Padlock joined #tikiwiki [14:32] torsten1 joined #tikiwiki [14:38] Padlock I am getting a bit lost in the parametres for the search in my tiki. I set up a searchbox and it can easily find results in page titles and tags, but how do I make it search within the actual text of pages ? [14:49] amette__ Hmmm, it does that out-of-the-box for me. [14:49] luciash Padlock: did you rebuilt your search index? (hint: in quickadmin module there is little icon for it) [14:57] jonnyb joined #tikiwiki [14:58] Padlock Yes, I did rebuild the index [14:58] Padlock i thought it was maybe an option... but not for amette__ apparently lol [15:00] luciash Padlock: still no results? [15:00] amette__ Padlock : yeah, never had any issues, getting results just as on doc.t.o for example. Are you using the correct search box? For using unified search? And which unified search backend do you use? [15:00] luciash Padlock: is the search term longer than 3 characters? [15:01] amette__ Yeah, that's a classic: Search for "The Who" - "The" is generic and too short, will be ignored. "Who" is generic and too short, will be ignored. No results found. :P [15:02] luciash yep, one needs to modify my.cnf to get results for longer words than 3 chars which is default :-/ [15:02] jonnyb repolom [15:02] luciash s/longer than/shorter or equal [15:02] luciash jonnyb: wb! [15:02] jonnyb :) [15:04] amette__ yep, wb :) [15:09] Padlock ha ha ! I'm reading just now in the search module I added that it clearly says : "deprecated, use the search module instead"... *embarrassed, again* [15:09] Padlock now, let's look for this search module... [15:10] Padlock Oh, it was just one line above. And it does work perfectly. Thank you for saving me for myself again :-) [15:10] Padlock *from [15:10] fabricius joined #tikiwiki [15:11] luciash :) [15:11] luciash maybe we should remove that deprecated one already ;) [15:12] Padlock Well, it depends on how many admins forget to actually read stuff like I do ;) [15:12] Padlock If I can call myself an admin... lol [15:14] Padlock Now I have a little free time, I'll go translate some tiki stuff ! [15:15] luciash +1 :) [15:15] luciash via Transifex or Tiki? [15:16] Padlock Transifex :-) [15:17] luciash what language do you translate btw? [15:28] Padlock french into english [15:28] Padlock nope [15:28] Padlock english into french lol [15:28] Padlock You actually signed me up, luciash ;-) lol [15:34] luciash ah! :) [15:35] luciash I have low memory ;) [15:38] Tiki-KGB 03jonnybradley r61798 10trunk/ 10lib/jquery_tiki/pluginedit_list.js 10lib/core/Services/Edit/ListPluginHelper.php [15:38] Tiki-KGB [ENH] listgui: More progress, most plugins and field types functioning properly now, but still no save routine (TODO next) [15:39] Padlock It's ok luciash, you have lots of knowledge ;) [15:39] Padlock Ok, my day of tiki-ing is over, have a nice rest of the day, everyone ! [15:50] amette__ left #tikiwiki [15:50] amette__ joined #tikiwiki [15:50] redflo left #tikiwiki [16:00] jonnyb joined #tikiwiki [17:26] fabricius joined #tikiwiki [17:45] jonnyb joined #tikiwiki [17:56] jonnyb joined #tikiwiki [18:36] IRCFrEAK joined #tikiwiki [19:15] Telesight joined #tikiwiki [19:24] Tiki-KGB 03jonnybradley r61799 10trunk/ 10lib/jquery_tiki/pluginedit_list.js 10lib/jquery_tiki/pluginedit.js [19:24] Tiki-KGB [ENH] listgui: Now saving data but still fragile - possibly worth testing? [19:24] Tiki-KGB Still TODO: GUI for adding arguments dependent on others (like adding field after a contents filter arg) [19:35] jonnyb joined #tikiwiki [19:44] yGweSm1OzVHe jonnyb, luciash, amette__ : the solution in the end for the missing registration emails was to disable "Use a tracker to collect more user information" [19:45] amette__ yGweSm1OzVHe : oh, ok, interesting one. Thanks for reporting back! Gonna have to try and remember that for the future. [19:45] jonnyb ah, ok, thanks yGweSm1OzVHe - i thought it was a problem with all notification emails [19:46] Tiki-KGB 03jonnybradley r61800 10trunk/lib/jquery_tiki/pluginedit_list.js [19:46] Tiki-KGB [FIX] listgui: Correct plugin syntax for nested plugins and reset "Add" selects after use [19:46] amette__ I suppose the idea here is to let the tracker handle the notification mails, since they are more powerful anyway. [19:50] yGweSm1OzVHe it failed with the tracker somehow, and then didn't neither send registration mail, nor did it redirect to the "succesfully registerd" page. [19:56] amette__ ah, ok, so the whole registration process failed, probably due to missing configuration of the needed user tracker [19:58] yGweSm1OzVHe yeah, i guess [19:59] yGweSm1OzVHe not the whole one actually, the user was created in the db [20:03] amette__ right, so created the user, stumbled upon the tracker, didn't reach the mailing [20:08] yGweSm1OzVHe yeah something like this [20:31] fabricius Is there a way to send emails to create a tracker item ? [20:31] fabricius alike: [20:31] fabricius send email to tickets@example.com [20:31] fabricius item created in specific tracker on example.com [20:31] fabricius sender = content of field A [20:31] fabricius topic = content of field B [20:31] fabricius content = content of field C [20:31] fabricius ? [20:54] fabricius joined #tikiwiki [21:09] amette fabricius: I don't think so. [21:10] fabricius joined #tikiwiki [21:14] Tiki-KGB 03jonnybradley r61801 10trunk/ 10lib/core/Services/Edit/PluginController.php 10lib/prefslib.php [21:14] Tiki-KGB [FIX] prefs: Show all plugins on textarea admin when doing an empty search and sort by plugin name (object_id in this case) [21:14] Tiki-KGB Thanks Chealer [21:19] luciash fabricius: it works with forums and maybe wiki pages afaik but not with trackers yet [21:22] Tiki-KGB 03jonnybradley r61802 10trunk/lib/core/Services/Edit/PluginController.php * [FIX] prefs: Obey filters for basic, advanced etc on plugins list [21:26] Tiki-KGB 03chealer r61803 10trunk/lib/prefs/wikiplugin.php [21:26] Tiki-KGB [FIX] Notice "Undefined index: wikiplugin_snarf_cache" when the SNARF plugin is used without a cache parameter [21:26] Tiki-KGB r33845 regression [21:31] fabricius luciash: wouldnt that be an interesting feature/functionality for many of us? [21:32] fabricius by the way: I want to send eMails from kind of tracker or pretty tracker thingi or so ... there was something? [21:37] luciash there is param for the tracker plugin, yes [21:43] fabricius cool! [22:04] Tiki-KGB 03chealer r61804 10trunk/lib/prefs/wikiplugin.php * [REF] Remove ignored defaults for non-plugins from $defaultPlugins [22:14] Tiki-KGB 03chealer r61805 10trunk/lib/prefs/wikiplugin.php [22:14] Tiki-KGB Fix default status of plugins COMMENT, FAVORITE and FLASH [22:14] Tiki-KGB These plugins are now disabled by default. [22:32] Tiki-KGB 03chealer r61806 10trunk/lib/prefs/wikiplugin.php [22:32] Tiki-KGB [REF] Simplify $defaultPlugins structure, in order to avoid more misinterpretations [22:32] Tiki-KGB Since this will surely reduce performance somewhat, leave a TODO for PHP 7. [23:01] fabricius is there a way to get (fetch and use) the users email in a template? [23:01] fabricius a user creates a tracker item with parameters to send an email and the email is send by default with his user eMail adress as sender? [23:03] luciash fabricius: if you use the user preference field type perhaps yes [23:04] luciash maybe :) [23:05] fabricius hope so. thx luci