←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
jonnyb | joined #tikiwiki | [01:09] |
.... (idle for 15mn) | ||
amette_ | left #tikiwiki | [01:24] |
......... (idle for 41mn) | ||
Tiki|bot | Recent Bug: - http://dev.tiki.org/item6484 | [02:05] |
.............................................................................................. (idle for 7h46mn) | ||
robertokir | joined #tikiwiki | [09:51] |
........ (idle for 36mn) | ||
amette_ | joined #tikiwiki | [10:27] |
........... (idle for 51mn) | ||
jonnyb | joined #tikiwiki | [11:18] |
.......... (idle for 48mn) | ||
Telesight | joined #tikiwiki | [12:06] |
...... (idle for 25mn) | ||
jonnyb | joined #tikiwiki | [12:31] |
..... (idle for 24mn) | ||
luciash | polom | [12:55] |
jonnyb | polom.18 luciash | [12:56] |
luciash | :)
luciash just reading the backlog here ah, we needed to update the version number on trunk, thanks arildb | [12:56] |
jonnyb | good point, are you on the case luciash? | [13:00] |
luciash | yep
just trying to remember where, ah, tw_version class maybe? lib/core/Tiki/Version/Version.php? nope, grep for the rescue ! ;) | [13:00] |
jonnyb | think it's in tw_version yes | [13:03] |
fabricius | polom
hi jonnyb, luciash | [13:03] |
luciash | poohlom fab | [13:03] |
jonnyb | moqmoq
afraid i'm off out for a while, will leave you all to it, see you later or later... | [13:03] |
luciash | bb | [13:04] |
fabricius | joined #tikiwiki
question: I have a database versions problem in 17 ... have it since it was 12. even console database update does not solve. just now I checked and was reminded, that I have innodb and mysql tables in the same Tik database - Could that be the reason and how to fix that? | [13:05] |
luciash | fabricius: not sure but I do not think it should be an issue - can you try switching the tables to InnoDB manually (after backup)? | [13:08] |
fabricius | how?
how I switch a table from mysql to innodb in mysql or in phpMyAdmin? luciash: -: =:-) arrgs sry! anyway => alter from mylsam to innodb or vice versa still having the flue | [13:08] |
luciash | thought so
what is the problem reported btw? | [13:11] |
fabricius | not many glitches, but the warning every day is annoying and shows there is something not in order
ahh sry again - I copy paste, moment Database Version Problem Your database requires an update to match the current Tiki version. Please proceed to the installer. Using Tiki with an incorrect database version usually provokes errors. If you have shell (SSH) access, you can also use the following, on the command line, from the root of your Tiki installation: php console.php database:update ^ this luciash | [13:13] |
luciash | and when you run that?
(that is what I meant, sorry) what you get when you run php console.php d:u | [13:15] |
fabricius | ah
joined #tikiwiki luciash: see query | [13:16] |
luciash | fabricius: tks, but I suppose it is not complete | [13:18] |
luciash solving it in private with fab but basically one can always run php console.php database:update --help to get help what command arguments are available | [13:29] | |
fabricius | fabricius in this case it helped to register duplicate errors as addressed (or so) thx luciash!! | [13:41] |
torsten1 | joined #tikiwiki | [13:45] |
....... (idle for 34mn) | ||
joined #tikiwiki | [14:19] | |
...... (idle for 26mn) | ||
joined #tikiwiki | [14:45] | |
robertokir | joined #tikiwiki | [14:51] |
....... (idle for 33mn) | ||
amette_ | left #tikiwiki
joined #tikiwiki | [15:24] |
robertokir | joined #tikiwiki | [15:30] |
..... (idle for 23mn) | ||
fabricius | joined #tikiwiki | [15:53] |
luciash | luciash updating the post-meeting follow-up | [16:02] |
KOlle | joined #tikiwiki
hey guys some1 here and may answer some questions? | [16:10] |
luciash | KOlle: hi
yup (hopefuly) | [16:11] |
KOlle | awesome
so i am using the tiki service in our IT enviroment as a wiki page with usefull information my question is is it possible to install kind of a dynamic task which, lets say, changes a sentence every month? automatically ? we are using a different service now which generates a new password every month but this system is old and outdated so i was wondering whether i can switch to tiki for example lets take the following sentence: roses are red the PW would consist of the first letters of each word: r a r this sentence changes every month automatically to generate a new password is this possible with the tiki application? | [16:11] |
luciash | hmm, sounds difficult but might be possible
not out-of-the-box definitely though | [16:16] |
KOlle | hmm, ok. does this mean there is no plugin or module for this task? | [16:17] |
luciash | yep
you would need to create custom php script which would read content of the generated sentence and run it periodicaly using cron | [16:17] |
KOlle | woow ok ;D
sounds difficult since i am not that versatile in programming | [16:18] |
luciash | this is first time I hear someone needs this :) | [16:19] |
KOlle | haha | [16:19] |
luciash | so no wonder there is no such builtin plugin or anything for that | [16:19] |
KOlle | yeah my boss just suggested to switch from our over 10 years old service to the tiki wiki completely
alright, thank you for your help! i will look further into it | [16:19] |
............ (idle for 59mn) | ||
fabricius | KOlle: maybe the Tiki feature 'Dynamic Content System' ... I did not use it for long time, but was thinking to use it for an online christmas calendar (with 24 fields and each day another field changes background to content, ex. a lyric or so) ...
dynamic content is about scheduled content which then appear at a certain time at a certain place automagically | [17:20] |
KOlle | hey fabricius
thank you for mentioning this!! i will look into it, thank you! hey fabricius where do i find this feature? is this a part of the modules? | [17:22] |
fabricius | no a feature. Just testing in a newly upgraded Tiki 17 (it is an old feature)
You can activate and access at /tiki-admin.php under Features KOlle: https://doc.tiki.org/Dynamic-Content | [17:27] |
KOlle | thank you!! youre the best | [17:29] |
luciash | I don't think this is what you are looking for KOlle imho (as far I understood) | [17:31] |
fabricius | to display for example on a wiki page: {content id=1 label="DNC Test"} | [17:31] |
KOlle | well, if you are not sure, i am not sure as well ;D i am pretty new to all this stuff and still learning
i will check it out because i cant to more, especially writing php scripts | [17:31] |
fabricius | KOlle: is it possible to install kind of a dynamic task which, lets say, *changes a sentence every month*? automatically ? | [17:32] |
KOlle and luciash. I just tested: 1st I setup a dynamic content block here: tiki-list_contents.php | 2nd I scheduled some content for the block (planning, not editing) | 3rd I put the wikiplugin for the content block on a wiki page (here obviously id=1, cause my first block ever created on this site): {content id=1 label="DNC Test"} | 4th after the time came and the wiki age was reloaded, the text of the block appeared on the wiki pag | [17:44] | |
KOlle | ohh okay, very nice!
i am about to create a block thank you guys! | [17:45] |
fabricius | KOlle and luciash. you can schedule several versions, but afaik there is no way to set an end date ... so only a new version replaces the older version. latest version stays ever until you either delete the block or add new versions.
np you are welcome I hope that is what you are looking for, even as I do not know either | [17:46] |
KOlle | i will look further into it on monday
for today im finished :) maybe we will chat again! enjoy your weekend guys | [17:54] |
.................................. (idle for 2h48mn) | ||
fabricius | joined #tikiwiki | [20:42] |
...... (idle for 29mn) | ||
joined #tikiwiki | [21:11] | |
........ (idle for 38mn) | ||
joined #tikiwiki | [21:49] | |
robertokir | joined #tikiwiki | [21:52] |
..................... (idle for 1h43mn) | ||
joined #tikiwiki | [23:35] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |