←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
Tiki-KGB | 03lindonb r62394 10branches/12.x/ 03lib/core/TikiFilter/PregFilter.php 03lib/core/TikiFilter/Lang.php 10lib/core/TikiFilter.php * [bp/r62386 and r62389][FIX] filters: improve language and imgsize filters | [01:02] |
03lindonb r62395 10trunk/lib/smarty_tiki/modifier.escape.php * add attr smarty escape option, which applies zend's escapeHtmlAttr() method | [01:14] | |
fabricius | joined #tikiwiki | [01:21] |
Tiki-KGB | 03lindonb r62396 10trunk/lib/smarty_tiki/modifier.escape.php * also escape forward slash in smarty escape options html and htmlall | [01:32] |
................................................. (idle for 4h0mn) | ||
chibaguy | joined #tikiwiki
polom In branch 17, I'm trying to create a new group. I get an error: Unknown column 'groupColor' in 'field list'. Site is up to date; I ran sh.setup.sh and updated the db. Any ideas? There's no input for "group color" visible in the new-group form, btw. | [05:32] |
chibaguy_ | joined #tikiwiki | [05:38] |
.................................. (idle for 2h47mn) | ||
qwert | joined #tikiwiki | [08:25] |
.......... (idle for 45mn) | ||
Tiki|bot | Recent Bug: - http://dev.tiki.org/item6330 | [09:10] |
.......... (idle for 49mn) | ||
Bsfez | joined #tikiwiki | [09:59] |
......... (idle for 44mn) | ||
jonnyb | joined #tikiwiki | [10:43] |
..... (idle for 22mn) | ||
chibaguy_ | Here's a problem: in my localhost branch 17, when I edit custom CSS in L&F page and submit, the page refreshes with no change made.
Kind of a new behavior. I wonder why that would happen. So I made a custom.css file instead, but can't delete the content of the custom CSS textarea. But also in branch 17, I'm trying to create a new group. I get an error: Unknown column 'groupColor' in 'field list'. Site is up to date; I ran sh.setup.sh and updated the db. | [11:05] |
Well, ok, after waiting a while, I submitted the L&F change and this time it took effect. | [11:18] | |
......... (idle for 40mn) | ||
jonnyb | joined #tikiwiki | [11:58] |
........ (idle for 37mn) | ||
fabricius | joined #tikiwiki | [12:35] |
......... (idle for 40mn) | ||
chibaguy_ | joined #tikiwiki | [13:15] |
jonnyb | pompom | [13:21] |
chibaguy_ | hi jonnyb | [13:22] |
jonnyb | chibaguy_: did you work out your L&F issie?
issue hi :) groupColor is a new database field for groups i think, updating the database should fix that | [13:22] |
chibaguy_ | Hm, I did the database:update but still get the error. | [13:24] |
jonnyb | installer/schema/20170329_add_color_to_groups_tiki.sql is the schema update script
looks innocent enough to me, no funny business is tehre an entry in the tiki_schema table for it? | [13:24] |
chibaguy_ | Something related is that I used to be able to run composer update in a shell but now I get an error "can't find composor.json". So maybe I don't have the latest files.
(er, composer.json) | [13:26] |
jonnyb | yes, it got moved into vendor_bundled/vendor | [13:27] |
chibaguy_ | oh, ok, I'll try there. | [13:27] |
jonnyb | i tihnk the page on dev got updated with the additional param | [13:27] |
chibaguy_ | ah, it's in vendor_bundled. | [13:28] |
jonnyb | hmm, looks like https://dev.tiki.org/composer still has very mixed up info - you need to add the param "-d vendor_bundled" for 17+
but setup.sh should do it all for you | [13:28] |
chibaguy_ | well, I tried setup.sh first and still get the database error when trying to create a group. | [13:29] |
jonnyb | setup.sh doesn't do the database update
you need to do php console.php d:u | [13:30] |
chibaguy_ | yep, did that also.
anyway now, in vendor_bundled, I'm running composer update and then will try the database update again. | [13:31] |
jonnyb | so it must think that script ran - it it in your tiki_schema table? (i have it in mine here) | [13:31] |
chibaguy_ | I'll check.
Yes, 20170329_add_color_to_groups_tiki is in the schema table. But still, " Error Unknown column 'groupColor' in 'field list'" composer is still updating, if that could have any effect. | [13:32] |
jonnyb | so it ran but didn't make the new field - weird
was this a fresh install? | [13:37] |
chibaguy_ | It was a fresh install when 17 was branched.
So has only been 17. | [13:37] |
jonnyb | aha, i have a feeling that it was missing from tiki.sql (i think i added it later)
yup, http://sourceforge.net/p/tikiwiki/code/62110 | [13:38] |
chibaguy_ | I see. | [13:39] |
jonnyb | on the 6th april, so if you installed before that you'll need ot add it manually
ALTER TABLE `users_groups` ADD `groupColor` VARCHAR(20) NOT NULL DEFAULT '' AFTER `groupTheme`; :) | [13:39] |
chibaguy_ | Ok, great. Thanks very much. :-) | [13:44] |
.... (idle for 15mn) | ||
jonnyb | lunch etc, bbl | [13:59] |
....... (idle for 34mn) | ||
patrickproulx | joined #tikiwiki | [14:33] |
..... (idle for 24mn) | ||
jonnyb | joined #tikiwiki | [14:57] |
montefuscolo | joined #tikiwiki | [15:11] |
fabricius | joined #tikiwiki | [15:23] |
...... (idle for 25mn) | ||
montefuscolo | If I have two server running a Tiki site using the same data, which folders this servers should share?? uploads, cache, is there something more? | [15:48] |
nelsonko | joined #tikiwiki | [15:50] |
fabricius | montefuscolo: that sounds interesting
what you mean montefuscolo: one Tiki on two servers the same time? or two synced Tikis? | [16:02] |
................. (idle for 1h20mn) | ||
montefuscolo | fabricius, two servers running tiki, using the same database
and answering the same web address | [17:23] |
jonnyb | polom
that sounds adventurous montefuscolo - i would be careful about sharing caches i think generally i would move the database to a separate machine for performance, and then the (elastic) search to another i think before trying to have two tikis pretending to be one the other option is to make one of them be a CDN just serving the static files - some of the tiki sites used to work like this a while ago so the code is in there (somewhere) | [17:37] |
Jyhem | polom | [17:45] |
jonnyb | pompom Jyhem | [17:45] |
Jyhem | I see Fabio montefuscolo wants load balancing? | [17:45] |
jonnyb | :) | [17:46] |
Tiki-KGB | 03montefuscolo r62397 10trunk/lib/jquery_tiki/tiki-jquery.js * [FIX] Fix string concat in javascript. | [17:48] |
Jyhem | It's strange that we don't seem to have a page on that
s/on/about | [17:49] |
fabricius | joined #tikiwiki | [17:50] |
patrickproulx | joined #tikiwiki | [17:52] |
Jyhem | montefuscolo: you would also need to share PHP sessions | [17:56] |
slyskawa | joined #tikiwiki | [18:06] |
montefuscolo | Jyhem, share sessions is very easy with memcached :)
thank jonnyb | [18:06] |
jonnyb | :) | [18:07] |
montefuscolo | Jyhem, I'm thinking in a high availability structure using small servers
DigitalOcean offers USD 5 dollars servers ... and extra volumes. If I can share volumes using NFS and manage servers using OpenNebula, I could sell a service of Tiki hosting | [18:07] |
Jyhem | the volume sharing would be for the file galleries storage? You might consider storing file gals in the database. | [18:12] |
montefuscolo | If in sometime a I get a lot of Tikis, I can duplicate a server | [18:12] |
Jyhem | I see no problem with caches on their own server. | [18:13] |
Tiki-KGB | 03chealer r62398 10trunk/lib/smarty_tiki/modifier.escape.php * [REF] Clarify html and htmlall | [18:14] |
........ (idle for 36mn) | ||
kotten | joined #tikiwiki | [18:50] |
kotten_ | joined #tikiwiki | [18:50] |
Telesight | joined #tikiwiki | [18:59] |
Tiki-KGB | 03jonnybradley r62399 10branches/17.x/lib/core/H5P/H5PTiki.php
[FIX] h5p: On upload the title is missing now from the h5p content array, so get it from the file gallery info | [19:08] |
03jonnybradley r62400 10branches/17.x/ 10(53 files in 53 dirs) * [REL] update language files with get_strings.php | [19:19] | |
patrickproulx | joined #tikiwiki | [19:21] |
Tiki-KGB | 03jonnybradley r62401 10(58 files in 58 dirs) * [MRG] Automatic merge, branches/17.x 62389 to 62400 | [19:23] |
03jonnybradley r62402 10branches/17.x/lang/en-uk/language.php
[TRA] en-uk: Comment out all untranslated strings - not sure why or when these got uncommented and i expect many other langs may also need this fix I used this regex to search: ^"(.*)" => "1", and this as the replacement: // "$1" => "$1", Seems to have worked ok and should save some memory! | [19:28] | |
Durgeoble | joined #tikiwiki
hi | [19:28] |
jonnyb | hi Durgeoble | [19:28] |
........ (idle for 38mn) | ||
Tiki-KGB | 03jonnybradley r62403 10branches/17.x/templates/tiki-edit_perspective.tpl * [FIX] perspectives: Show the contents of array prefs in the perspectives list | [20:06] |
..... (idle for 20mn) | ||
03jonnybradley r62404 10branches/17.x/templates/layouts/basic/layout_view.tpl
[FIX] modules: Respect feature_right_column=n pref properly (the left one seemed to work already, curiously) | [20:26] | |
..... (idle for 22mn) | ||
03jonnybradley r62405 10trunk/templates/tiki-edit_perspective.tpl 10trunk/lang/en-uk/language.php 10trunk/templates/layouts/basic/layout_view.tpl 10trunk * [MRG] Automatic merge, branches/17.x 62400 to 62404 | [20:48] | |
........... (idle for 53mn) | ||
Durgeoble | i see the tikiwiki is a powerful tool
but, menus and procedures, are like labirinth | [21:41] |
..... (idle for 24mn) | ||
patrickproulx | joined #tikiwiki | [22:05] |
............ (idle for 58mn) | ||
Durgeoble | Durgeoble se va a dormir | [23:03] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |