←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
Bsfez | joined #tikiwiki | [00:02] |
amette__ | left #tikiwiki | [00:08] |
fabricius | joined #tikiwiki | [00:16] |
........ (idle for 36mn) | ||
Tiki-KGB | 03pom2ter r61792 10trunk/lib/prefs/wikiplugin.php * [FIX] fixed typo in the list plugin pref description | [00:52] |
Bsfez | joined #tikiwiki | [00:57] |
redflo | left #tikiwiki | [01:06] |
.......... (idle for 45mn) | ||
Bsfez | joined #tikiwiki | [01:51] |
........... (idle for 54mn) | ||
joined #tikiwiki | [02:45] | |
........ (idle for 37mn) | ||
jonnyb | joined #tikiwiki | [03:22] |
.... (idle for 17mn) | ||
Bsfez | joined #tikiwiki | [03:39] |
fabricius | joined #tikiwiki | [03:49] |
......... (idle for 44mn) | ||
Bsfez | joined #tikiwiki | [04:33] |
matt__ | joined #tikiwiki | [04:34] |
........... (idle for 53mn) | ||
Bsfez | joined #tikiwiki | [05:27] |
.... (idle for 16mn) | ||
torsten1 | joined #tikiwiki | [05:43] |
....... (idle for 30mn) | ||
TomJarvis | joined #tikiwiki
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:13] |
Bsfez | joined #tikiwiki | [06:21] |
...... (idle for 29mn) | ||
TomJarvis | left #tikiwiki | [06:50] |
jonnyb | joined #tikiwiki | [06:58] |
.... (idle for 17mn) | ||
Bsfez | joined #tikiwiki
joined #tikiwiki | [07:15] |
.............. (idle for 1h9mn) | ||
olinuxx | joined #tikiwiki
joined #tikiwiki | [08:28] |
Padlock | joined #tikiwiki
Polom, everyone | [08:34] |
jonnyb | joined #tikiwiki | [08:46] |
...... (idle for 27mn) | ||
redflo | joined #tikiwiki | [09:13] |
........... (idle for 53mn) | ||
fabricius | joined #tikiwiki | [10:06] |
..... (idle for 21mn) | ||
luciash | bolow, Padlock
hi all | [10:27] |
Bsfez | hi
Bsfez is drowning in a clean register process for a commercial Tiki and the hundreds ways to do it | [10:28] |
Padlock | Hi luciash and Bsfez
Padlock is fidgeting with the tiki integrator to display doxygened doc and starting to resent people who ever invented doxygen :D | [10:30] |
luciash | resent people? where? huh? | [10:32] |
Padlock | resent, as in hate them lol
Hold a grudge ;-) | [10:34] |
luciash | heh, sorry, I am not native English speaker and I never heard/red using "resent" to hate someone ;) | [10:35] |
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" ;-)
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 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:36] |
luciash | is the Integrator using some rules where you can do regular expressions replace? | [10:40] |
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
that's quite basic, but necessary ;-) | [10:41] |
luciash | what is the chunk you want to replace? (short example pls) | [10:42] |
Padlock | it's actually pretty long, multiple lines between <div></div> tags that display a searchbox
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:43] |
luciash | it would need some unique id or class on that div
or is there form inside? | [10:44] |
Padlock | <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> If i remove that whole chunk, the html is still displayed, except without the searchbox. | [10:45] |
luciash | this maybe could work in the rule: (<div id="MSearchBox">).*(</span>s+</div>)
try to replace it with FOO or nothing to delete it untested you would need to learn some regular expressions to play with that | [10:49] |
Padlock | I will try that
what is "FOO" ? | [10:50] |
luciash | just Foo
anything you can test regexps on sites like https://regex101.com or http://regexr.com | [10:51] |
jonnyb | joined #tikiwiki | [10:54] |
Padlock | *noob embarrassment* ^^' | [10:55] |
luciash | nothing to be embarrassed of... this is extremely hard to learn for non-coders | [10:56] |
Padlock | well for what it's worth, the expression (?) you suggested as a rule has no effect :/ | [10:57] |
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 ) | [10:59] |
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 ;-)
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:00] |
luciash | I understand but he and you seems to be the only one who played with it recently so far ;)
s/one/two | [11:01] |
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=
that one fixes image paths : img src=("|')(?!http://) is replaced by img src=1{path}/ | [11:04] |
amette__ | joined #tikiwiki | [11:05] |
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 ;-)
Maybe there's another subject you might help me with, luciash :-D | [11:06] |
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:16] | |
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.)
and polom bt3 btw even | [11:23] |
luciash | hey bro :) | [11:26] |
amette | heya bracho! :) | [11:26] |
RadoS | joined #tikiwiki | [11:31] |
chibaguy | joined #tikiwiki
polom | [11:31] |
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
and i think there's a "wiki arg var" for the page modification date... | [11:33] |
chibaguy | hello all | [11:34] |
jonnyb | yup, see https://doc.tiki.org/Wiki+Argument+Variables (Padlock)
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:34] |
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:36] |
chibaguy | jonnyb: I guess so. | [11:37] |
luciash | +1 | [11:37] |
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:39] |
Padlock | Thank both of you Luci and Jonny, I'll explore that right away ! | [11:40] |
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:41] |
luciash | it must be some "help the others" day | [11:42] |
amette__ | amette__ imagines yGweSm1OzVHe trying to type on three keyboards or trying to clone himself
hrhr, yep | [11:42] |
luciash | *g* | [11:42] |
chibaguy | amette__, I assume you're the one to thank. Thanks for https://12xthemes.tiki.org/Themes back on line. | [11:43] |
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!
(Just FYI: open files limit on MySQL with systemd is kinda weirdness - a weirdly even more so on Debian) s/a/and | [11:44] |
chibaguy | amette__, great, thanks again. | [11:46] |
amette__ | You're welcome, mate! :) | [11:47] |
yGweSm1OzVHe | hehe jonnyb+ammette :)
yeah we looked at the smtp logs of course i'll try out your suggestions | [11:48] |
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.
Jyhem : show.t.o needs a reboot. I don't want to kill your tmux again. Could you take care of it? | [11:52] |
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
amse3 (doc/dev) reboot done amette__ gonna have another go at debugging the backups now freshyl after the reboot, let's see how that goes | [11:56] |
luciash | (y) | [12:00] |
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:02] |
Tiki-KGB | 03jonnybradley r61793 10trunk/lib/tikilib.php
[FIX] notices: Prevent notices after clearing the prefs cache (calendars get listed too early now for some reason) 03jonnybradley r61794 10trunk/lib/core/Tiki/Command/LessCompileCommand.php [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. Also add more shortcuts for other options, -o for --only and -a for --all | [12:10] |
fabricius | joined #tikiwiki | [12:22] |
Tiki-KGB | 03jonnybradley r61795 10trunk/vendor_bundled/composer.lock
[UPD] Ran composer update with no changes, so some automatic updates occurred, using the new -d option command: 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:24] |
jonnyb | jonnyb is happy amette__ is debugging again :) | [12:34] |
Tiki-KGB | 03jonnybradley r61797 10trunk/themes/slate/css/newsletter.css
[FIX] less: Ran less:compile on all themes to test, only slate/newsletter.css changed (looks ok?) | [12:36] |
luciash | luciash is happy too | [12:36] |
amette__ | amette__ will be happy once he start debugging something else ;) | [12:36] |
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:39] |
amette__ | jonnyb : yep, that sounds like a pretty good idea *nod* | [12:40] |
luciash | +1 | [12:40] |
amette__ | Just currently the debugger refused to connect back to my PHPStorm again. *sigh*
I'll have to take care of some other things today first, but let's test this theory one of the days this week!! s/refused/refuses - typing is tough today for some reason | [12:41] |
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:49] |
luciash | ok | [12:54] |
amette__ | ok, that worked
second backup run underway - Gentlemen, start your edits! this is doc.t.o btw ;) | [12:57] |
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
or, hang on, I'll wait on this breakpoint saved? | [12:59] |
luciash | yep | [13:00] |
amette__ | k | [13:00] |
luciash | already saved as you said backup complete
i mean, after, sorry | [13:00] |
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:01] |
amette__ | coo
l | [13:02] |
montefuscolo | joined #tikiwiki | [13:02] |
luciash | ready | [13:02] |
amette__ | backup started, you can save | [13:03] |
luciash | saved | [13:03] |
amette__ | ok, let's wait
last one was really quick, i was surprised | [13:03] |
luciash | the question is if the backup is usable | [13:04] |
amette__ | nope, no errors :-/
why wouldn't it be usable? ah, because it was so quick? Yeah, maybe... it rather think it might have cached things doing the first one. | [13:05] |
luciash | if it was broken (quick but the sql file would be cropped) | [13:06] |
amette__ | yep, got you
it's file system backup btw | [13:06] |
luciash | ah
then saving maybe has no effect | [13:06] |
amette__ | but, so, yeah... making edits doesn't seem to effect it
yep | [13:07] |
luciash | it would need to be file upload or new cached page or something | [13:07] |
amette__ | file upload!
that could be since it tries to backup files | [13:07] |
luciash | should i try to upload something? | [13:07] |
amette__ | should we try that?
hehe, yep, that'd be cool, bro :) | [13:07] |
luciash | ok, let me get ready | [13:08] |
amette__ | alright, take your time | [13:08] |
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.
heeeyy montefuscolo :) | [13:10] |
luciash | hi montefuscolo
amette__: i am ready | [13:11] |
amette__ | ok, backup started | [13:12] |
luciash | uploaded | [13:12] |
amette__ | waiting | [13:12] |
luciash | 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:13] |
luciash | hmm, but i am not watching file uploads
for notifications to be triggered | [13:14] |
amette__ | aaah, that is an even better point! | [13:14] |
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:15] |
luciash | deleting the upload tests | [13:16] |
amette__ | k | [13:16] |
luciash | should we try on dev?
jonnyb: u here? | [13:16] |
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:17] |
amette__ | sounds logical to me - jonnyb, what do you think? | [13:18] |
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
now we are wondering what might be the right condition to trigger the issue | [13:19] |
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..!?
yep, go ahead, backup is running | [13:20] |
jonnyb | ok, i'm editing | [13:20] |
luciash | should we let you know when ready again? | [13:21] |
amette__ | just go ahead, if you can
I'm backing up already 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:21] |
jonnyb | seems slow... | [13:22] |
luciash | trying comment | [13:22] |
amette__ | cool | [13:22] |
luciash | worked
a bit slow but that is usual for me luciash got used to it :-p watch notification received just fine | [13:22] |
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
but i mean in general it did not feel much slower than usual :-p | [13:24] |
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
cores, I tell you, Tiki needs Cores!! | [13:25] |
jonnyb | they all arrived already i think :( | [13:26] |
amette__ | backup still underway
I think them arriving is not a bad sign... ... 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:26] |
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:27] |
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:28] |
jonnyb | ok, i added "Page modified in Anywhere -> Critical" for me on dev now | [13:29] |
luciash | amette__: backup still running? | [13:29] |
amette__ | luciash : yep | [13:30] |
luciash | amette__: weird, the doc one was much faster
amette__: must be the trackers data | [13:30] |
amette__ | dev takes much longer, that's why I was using doc for debugging | [13:30] |
luciash | ok, _now_ it feeeeeels reeeeealy sloooow | [13:31] |
amette__ | and now the backup failed
and load of the machine at 8 | [13:31] |
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:32] |
luciash | now it is back to "normal" again | [13:34] |
amette__ | Hang on... I'll have to debug the debugging.
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:34] |
luciash | lol | [13:35] |
jonnyb | :D | [13:35] |
RadoS | "bodies" -> corpses? | [13:35] |
amette__ | yep | [13:35] |
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)
amette__: -^ | [13:36] |
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:37] |
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:41] |
luciash | ok, we wait :) | [13:42] |
amette__ | luciash : exactly :D | [13:42] |
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?
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:43] |
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__ | amette__ goes have a look | [13:45] |
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
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:46] |
Tiki|bot | Recent Bug: - http://dev.tiki.org/item6304 | [13:48] |
amette__ | ok, backup finished and not failed - I think this time it was faster, so the caching might be for real
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 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! Should we have another go at the backup with editing/notifications? | [13:49] |
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
yes, we can do it later - jonny is not available anymore either and I also have some work to do ;) | [13:51] |
amette__ | Oh, I meant now!
Just not the gzip now! I started the backup, tarball is being created. Can you do one edit of which you know, that it will trigger a notification? | [13:52] |
luciash | ah
:D | [13:53] |
amette__ | :) | [13:53] |
jonnyb | ok, doing edits :) | [13:53] |
amette__ | Cool, thanks! :) | [13:53] |
luciash | me too | [13:54] |
amette__ | hehe, this time you guys found all the places that I get notified! :D | [13:55] |
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 so the querue must still be being processed somehow (LP magic) I have to go now, bbl | [13:56] |
amette__ | alright, laters mate!
and backup did not fail :-| That's it for today, thanks for participating everyone! | [13:57] |
luciash | darn, thanks | [13:59] |
amette__ | I get "No notification. (404)" when I try jonny's link --^ | [14:01] |
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:14] |
luciash | amette__: that is something else
amette__: different notification system | [14:17] |
amette__ | luciash : oh, ok... so what is tiki-monitor-stream then?
ah, we have two!? o.O | [14:17] |
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
https://doc.tiki.org/Activity+Stream | [14:18] |
amette__ | aha, thx | [14:21] |
Padlock | joined #tikiwiki | [14:30] |
torsten1 | joined #tikiwiki | [14:32] |
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:38] |
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:49] |
jonnyb | joined #tikiwiki | [14:57] |
Padlock | Yes, I did rebuild the index
i thought it was maybe an option... but not for amette__ apparently lol | [14:58] |
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:00] |
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:01] |
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
jonnyb: wb! | [15:02] |
jonnyb | :) | [15:02] |
amette__ | yep, wb :) | [15:04] |
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*
now, let's look for this search module... Oh, it was just one line above. And it does work perfectly. Thank you for saving me for myself again :-) *from | [15:09] |
fabricius | joined #tikiwiki | [15:10] |
luciash | :)
maybe we should remove that deprecated one already ;) | [15:11] |
Padlock | Well, it depends on how many admins forget to actually read stuff like I do ;)
If I can call myself an admin... lol Now I have a little free time, I'll go translate some tiki stuff ! | [15:12] |
luciash | +1 :)
via Transifex or Tiki? | [15:15] |
Padlock | Transifex :-) | [15:16] |
luciash | what language do you translate btw? | [15:17] |
Padlock | french into english
nope english into french lol You actually signed me up, luciash ;-) lol | [15:28] |
luciash | ah! :)
I have low memory ;) | [15:34] |
Tiki-KGB | 03jonnybradley r61798 10trunk/ 10lib/jquery_tiki/pluginedit_list.js 10lib/core/Services/Edit/ListPluginHelper.php
[ENH] listgui: More progress, most plugins and field types functioning properly now, but still no save routine (TODO next) | [15:38] |
Padlock | It's ok luciash, you have lots of knowledge ;)
Ok, my day of tiki-ing is over, have a nice rest of the day, everyone ! | [15:39] |
amette__ | left #tikiwiki
joined #tikiwiki | [15:50] |
redflo | left #tikiwiki | [15:50] |
jonnyb | joined #tikiwiki | [16:00] |
.................. (idle for 1h26mn) | ||
fabricius | joined #tikiwiki | [17:26] |
.... (idle for 19mn) | ||
jonnyb | joined #tikiwiki | [17:45] |
joined #tikiwiki | [17:56] | |
......... (idle for 40mn) | ||
IRCFrEAK | joined #tikiwiki | [18:36] |
........ (idle for 39mn) | ||
Telesight | joined #tikiwiki | [19:15] |
Tiki-KGB | 03jonnybradley r61799 10trunk/ 10lib/jquery_tiki/pluginedit_list.js 10lib/jquery_tiki/pluginedit.js
[ENH] listgui: Now saving data but still fragile - possibly worth testing? Still TODO: GUI for adding arguments dependent on others (like adding field after a contents filter arg) | [19:24] |
jonnyb | joined #tikiwiki | [19:35] |
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:44] |
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:45] |
Tiki-KGB | 03jonnybradley r61800 10trunk/lib/jquery_tiki/pluginedit_list.js
[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:46] |
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:50] |
amette__ | ah, ok, so the whole registration process failed, probably due to missing configuration of the needed user tracker | [19:56] |
yGweSm1OzVHe | yeah, i guess
not the whole one actually, the user was created in the db | [19:58] |
amette__ | right, so created the user, stumbled upon the tracker, didn't reach the mailing | [20:03] |
yGweSm1OzVHe | yeah something like this | [20:08] |
..... (idle for 23mn) | ||
fabricius | Is there a way to send emails to create a tracker item ?
alike: send email to tickets@example.com item created in specific tracker on example.com sender = content of field A topic = content of field B content = content of field C ? | [20:31] |
..... (idle for 23mn) | ||
joined #tikiwiki | [20:54] | |
.... (idle for 15mn) | ||
amette | fabricius: I don't think so. | [21:09] |
fabricius | joined #tikiwiki | [21:10] |
Tiki-KGB | 03jonnybradley r61801 10trunk/ 10lib/core/Services/Edit/PluginController.php 10lib/prefslib.php
[FIX] prefs: Show all plugins on textarea admin when doing an empty search and sort by plugin name (object_id in this case) Thanks Chealer | [21:14] |
luciash | fabricius: it works with forums and maybe wiki pages afaik but not with trackers yet | [21:19] |
Tiki-KGB | 03jonnybradley r61802 10trunk/lib/core/Services/Edit/PluginController.php * [FIX] prefs: Obey filters for basic, advanced etc on plugins list
03chealer r61803 10trunk/lib/prefs/wikiplugin.php [FIX] Notice "Undefined index: wikiplugin_snarf_cache" when the SNARF plugin is used without a cache parameter r33845 regression | [21:22] |
fabricius | luciash: wouldnt that be an interesting feature/functionality for many of us?
by the way: I want to send eMails from kind of tracker or pretty tracker thingi or so ... there was something? | [21:31] |
luciash | there is param for the tracker plugin, yes | [21:37] |
fabricius | cool! | [21:43] |
..... (idle for 21mn) | ||
Tiki-KGB | 03chealer r61804 10trunk/lib/prefs/wikiplugin.php * [REF] Remove ignored defaults for non-plugins from $defaultPlugins | [22:04] |
03chealer r61805 10trunk/lib/prefs/wikiplugin.php
Fix default status of plugins COMMENT, FAVORITE and FLASH These plugins are now disabled by default. | [22:14] | |
.... (idle for 18mn) | ||
03chealer r61806 10trunk/lib/prefs/wikiplugin.php
[REF] Simplify $defaultPlugins structure, in order to avoid more misinterpretations Since this will surely reduce performance somewhat, leave a TODO for PHP 7. | [22:32] | |
...... (idle for 29mn) | ||
fabricius | is there a way to get (fetch and use) the users email in a template?
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:01] |
luciash | fabricius: if you use the user preference field type perhaps yes
maybe :) | [23:03] |
fabricius | hope so. thx luci | [23:05] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |