←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
SEWilco2 | Fixed my copy of the SQL plugin so it works with stored procedures. Filed fix in bug report. | [00:00] |
*** | SEWilco2 has quit IRC ("Leaving.")
marclaporte has quit IRC (Read error: 110 (Connection timed out)) | [00:03] |
timotiCK1 has joined #TIKIWIKI
timotiCK1 has left pascalstjean has joined #tikiwiki btiffin has quit IRC (Remote closed the connection) | [00:14] | |
VicToMeyeZR has quit IRC (Read error: 54 (Connection reset by peer)) | [00:32] | |
Caarrie|away is now known as Caarrie
VicToMeyeZR has joined #tikiwiki | [00:37] | |
CIA-68 | tikiwiki: 03nkoth * r23045 10/branches/4.x/ (2 files in 2 dirs): [ENH] Check if proper .htaccess is deployed, if not display warning message | [00:44] |
*** | SEWilco2 has joined #tikiwiki | [00:55] |
..... (idle for 23mn) | ||
macnific has joined #tikiwiki | [01:18] | |
.... (idle for 19mn) | ||
liquidape has quit IRC ("Page closed")
pascalstjean has quit IRC (Remote closed the connection) | [01:37] | |
nkoth has quit IRC () | [01:45] | |
Kimberlee has quit IRC ()
uSlackr has joined #tikiwiki | [01:53] | |
uSlackr has quit IRC ("Leaving") | [02:01] | |
..... (idle for 23mn) | ||
uSlackr has joined #tikiwiki | [02:24] | |
Tikiwiki|bot | New Forum Posts: Library needs help - Cannot create a blog - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=35197 | [02:32] |
*** | Caarrie is now known as Caarrie|sleeping | [02:34] |
uSlackr has quit IRC ("Leaving")
uSlacker has joined #tikiwiki uSlackr has joined #tikiwiki uSlacker has quit IRC (Client Quit) | [02:41] | |
.... (idle for 19mn) | ||
Tikiwiki|bot | New Forum Posts: Changing the My Tiki page title - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=13&comments_parentId=35198 | [03:02] |
...... (idle for 29mn) | ||
*** | VicToMeyeZR has quit IRC ("ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]")
macnific has quit IRC () | [03:31] |
.............. (idle for 1h7mn) | ||
luciash | polomorning | [04:42] |
*** | chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy | [04:51] |
franck has quit IRC () | [04:58] | |
chibaguy | polomafternoon | [05:10] |
luciash | good afternoon, gary :) | [05:11] |
chibaguy | hello, luciash. how are things going? | [05:11] |
luciash | fine, still something on my todo list ;) | [05:11] |
chibaguy | is that list ever finished? ;-) | [05:12] |
luciash | nope, of course not :-p | [05:12] |
..... (idle for 22mn) | ||
chibaguy | Interesting quirk that's remaining in theme option selection: normally, when switching from Theme A + Theme A's option B to Theme X, theme option B is no longer applied (naturally)...
...but if Theme X also has an option B, it is applied "automatically", rather than just Theme X without any option. (looking at theme option Fixed_width) | [05:34] |
*** | Lucymoz has quit IRC (Read error: 110 (Connection timed out)) | [05:36] |
luciash | not sure i follow you :) | [05:37] |
...... (idle for 27mn) | ||
chibaguy | I mean, if you switch the theme (with switch-theme module), I would expect the new theme to load only, not any of its options. But when you currently have a theme plus an option selected, and switch to a theme that has a same-name option, that theme's option will also be used.
That could be a bug or a feature, but I think it's a bug, really. | [06:04] |
luciash | yep, but on the other hand saves user's clicking because if he/she switches from fixed_width it is very probable, that he/she prefers fixed_width option | [06:07] |
chibaguy | very true.
so maybe is a feature after all. :-) | [06:08] |
luciash | :) | [06:14] |
chibaguy | well, on my localhost, it doesn't happen - the new theme only displays, not its fixed_width option, for some reason.
but not a big problem, either way, and I'm really just happy to have theme selection working well for anons and on object level. | [06:19] |
luciash, "Correct PNG images alpha transparency in IE6" seems to be kind of broken. The transparency works, but the image doesn't just display once, it repeats to fill div#sitelogo.
(in the case of div#sitelogo img) | [06:29] | |
luciash | did someone remove the selector ?
it worked before | [06:29] |
chibaguy | The selector is #sitelogo a img - same as before, right?
Is there a better way to specify? Otherwise, div#sitelogo will need to have height and width specified for ie6, I guess, to be the same size as the image. -- kind of a kludge | [06:30] |
*** | franck has joined #tikiwiki | [06:32] |
luciash | hmm, no idea why it applies like that now... maybe check known issues/limitations on the script's author homepage ? | [06:34] |
chibaguy | afaik, nothing changed on L&F for this. I'm seeing this repeating-image on more than one tiki site, with ie6.
so maybe some problem with js that changed ? | [06:34] |
luciash | no idea, really, i just know it worked fine earlier | [06:35] |
chibaguy | that's right, it did. | [06:35] |
.... (idle for 16mn) | ||
*** | tet has joined #tikiwiki
tet has quit IRC (Client Quit) | [06:51] |
chibaguy | I tried setting div#sitelogo height and width to match the logo image height and width, but this doesn't help. The fix seems to do some calculation that makes the div larger than it really is.
"/* Rule from element "style" attribute */element.style { LEFT: 58px; WIDTH: 405px; CLIP: rect(1px 405px 125px 1px); TOP: 94px; HEIGHT: 125px } for img/tiki/tikisitelogo.png, which is height:100px;width:380px | [06:57] |
luciash | shouldn't it be applied on the img ?
or try !important sorry :-p | [06:59] |
chibaguy | yeah, #sitelogo a img is set in the L&F
as before | [07:00] |
luciash | i mean, try setting the width and height on it
#sitelogo a img or #sitelogo a | [07:00] |
chibaguy | the info above (with shouting) is from an app called IETester.
seemingly accurate #sitelogo a - img doesn't get fixed. The fix is making a rectangular shape that's bigger than div#sitelogo, so the repeating logo image actually overlaps the site title and log-in background, etc. overflow:hidden on #sitelogo doesn't help. | [07:01] |
luciash | what is the element name,class or id ?
the one produced by png fix | [07:07] |
chibaguy | where can we paste code here now? | [07:08] |
luciash | or try this: #sitelogo * {width: 380px !important; height: 100px !important}
http://paste-it.net ? | [07:08] |
chibaguy | http://paste-it.net/public/xefe399/ | [07:10] |
*** | luminoso_ has joined #tikiwiki | [07:10] |
luciash | try DD_belatedPNG:shape {width: 380px !important; height: 100px !important} | [07:14] |
*** | luminoso has quit IRC (wolfe.freenode.net irc.freenode.net)
Tikiwiki|bot has quit IRC (wolfe.freenode.net irc.freenode.net) | [07:14] |
luciash | just for fun ;) | [07:14] |
*** | Tikiwiki|bot has joined #tikiwiki | [07:15] |
chibaguy | http://zukakakina.com/tiki-browse_image.php?imageId=145 | [07:17] |
luciash | i know
then maybe try the shape selector ? | [07:20] |
chibaguy | I'm not sure how to edit those. the info is from the source as seen by ie6. | [07:20] |
luciash | chibaguy: aaaaaaaaah
chibaguy: i know what is the problem chibaguy: the padding on the img try use margin instead... must be my fault... so sorry i think this tester looks fancy :-p | [07:20] |
chibaguy | chibaguy presents nobel prize for css debugging to luciash | [07:23] |
luciash | i didn't mean to edit but try to use it as CSS selector
anyway hahaha | [07:23] |
chibaguy | ah, anyway, changing from padding to margin fixed it.
http://my-debugbar.com/wiki/IETester/HomePage | [07:23] |
luciash | luciash thanks to his family for letting him alone sitting whole nights in front of his computer, his colleagues, ...
luciash bows | [07:25] |
chibaguy | :-) | [07:25] |
luciash | i have linux, gary | [07:26] |
chibaguy | yeah, I know, but thought you could sneak it onto your wife's windows pc or something. | [07:28] |
luciash | hahaha
okay, i am not much swimming in those waters luciash refreshes his memories: http://zukakakina.com/tiki-browse_gallery.php?galleryId=7&offset=0 it's nice and fast to browse the images in Colorbox | [07:28] |
chibaguy | I just upgraded that site from 3.3 to branch 4, so there are some unneeded tpls in some theme folders, etc. that cause problems, etc. in case you notice. | [07:30] |
luciash | np, i don't :)
thanks if you commit the padding→margin fix | [07:34] |
chibaguy | yes, will do that shortly.
Hmm, some image corruption during update, it looks like. how is this possible? | [07:35] |
luciash | huh ? | [07:37] |
chibaguy | in a file gallery, former images now look like ????+????[?c??)????????????W?cH???Qv | [07:38] |
luciash | grmbl | [07:38] |
chibaguy | First time I saw this happen. | [07:40] |
*** | franck has quit IRC (Read error: 104 (Connection reset by peer)) | [07:40] |
chibaguy | Lots of text of black diamonds containing question marks, etc.
= how they display in slideshow. Thumbs don't display at all. | [07:40] |
luciash | eheh, someone changed it wrongly again it seems | [07:42] |
chibaguy | Also the actionbox popup isn't working in file galleries for me after this upgrade. | [07:42] |
luciash | images need &type=img in rel if the links don't end with image filename extensions | [07:42] |
*** | franck has joined #tikiwiki | [07:43] |
luciash | so it displays to you now as plain text
i believe the images are all right, just the display in colorbox is broken, is it at zukAKAKINA ? i saw it happen before ;) or maybe you have the obsolete tpl as you said ? | [07:43] |
chibaguy | yes
no, the tpl is only siteheader-related. main tpls are default. | [07:45] |
luciash | the broken thumbnails mean user doesn't have perms to view them i think | [07:46] |
chibaguy | ok, i'll check. | [07:46] |
luciash | slideshow works fine though | [07:47] |
chibaguy | what browser are you using? for me, shadowbox isn't working now in opera, at zukakakakina, tho it's ok in ff. | [07:50] |
luciash | chromium currently
i have opera open too there is problem sometimes that shadowbox isn't initialized properly on first page load one has to reload page or come back from the image i think worksforme in opera | [07:50] |
chibaguy | hm, maybe some cache problem or something here. | [07:54] |
luciash | it must be the bad weather | [07:55] |
chibaguy | in file gallery, when I click "display image" in the actions popup, the page refreshes to 404 Error - Find: display43 - Create this page. etc. | [07:56] |
luciash | do you have correct rewrite rules ?
try sefurl off | [07:56] |
chibaguy | heh, didn't rename new _htaccess
now my thumbnails are displaying very important to rename that file :-) | [07:57] |
luciash | yes | [07:59] |
chibaguy | also solved the "image corruption" I described earlier.
also fixed my opera problem | [08:01] |
luciash | cool :) | [08:07] |
CIA-68 | tikiwiki: 03chibaguy * r23046 10/branches/4.x/styles/layout/ (design-reference.css design.css): [FIX] logo image was repeating in ie6pngfix. Thanks to luci. | [08:09] |
*** | btiffin has joined #tikiwiki | [08:11] |
coaboa has joined #tikiwiki | [08:19] | |
..... (idle for 21mn) | ||
CIA-68 | tikiwiki: 03chibaguy * r23047 10/branches/4.x/styles/ (feb12/header.jpg feb12/ie6.css feb12.css): [FIX] Taller bg image needed for custom header content; better positioning of site titles. | [08:40] |
....... (idle for 30mn) | ||
*** | kiilo has joined #tikiwiki | [09:10] |
btiffin has quit IRC (Remote closed the connection) | [09:19] | |
.... (idle for 17mn) | ||
kiilo has quit IRC ("Leaving.") | [09:36] | |
Tikiwiki|bot | New Forum Posts: [tikiwiki4beta1] Mediawiki-importer apache segfault on Debian Etch 64 - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=35204 | [09:47] |
.... (idle for 15mn) | ||
*** | lorinc has joined #tikiwiki | [10:02] |
..... (idle for 21mn) | ||
CIA-68 | tikiwiki: 03chibaguy * r23048 10/mods/trunk/themes/abse_tiki_4/ (. Readme.txt styles/abse/ templates/): [NEW] absE theme for Tiki 4 | [10:23] |
tikiwiki: 03chibaguy * r23049 10/mods/trunk/themes/abse_tiki_4/templates/styles/abse/ (credits.tpl credits.tpl): [NEW] absE theme for Tiki 4
tikiwiki: 03chibaguy * r23050 10/users/chibaguy/trunk_themes/themes/andreas08_tiki_4/ (7 files in 3 dirs): [NEW] Andreas08 theme for Tiki 4 | [10:29] | |
Tikiwiki|bot | Recent Bug: Tracker item: #2853 - - [tikiwiki4beta1] Tikiwiki-importer causes apache segfault on Debian Etch 64 - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=2853 | [10:39] |
*** | marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte | [10:41] |
........ (idle for 39mn) | ||
kiilo has joined #tikiwiki
Caarrie|sleeping is now known as Caarrie | [11:20] | |
CIA-68 | tikiwiki: 03chibaguy * r23051 10/mods/trunk/themes/andreas08_tiki_4/ (15 files in 6 dirs): [NEW] Andreas08 theme for Tiki 4 | [11:22] |
.... (idle for 18mn) | ||
*** | rodrigo_sampaio has joined #tikiwiki | [11:40] |
CIA-68 | tikiwiki: 03chibaguy * r23052 10/mods/trunk/themes/andreas09_tiki_4/ (58 files in 13 dirs): [NEW] Andreas09 theme for Tiki 4. | [11:43] |
*** | Kimberlee has joined #tikiwiki | [11:52] |
Kimberlee | g' morning. | [11:53] |
*** | macnific has joined #tikiwiki | [11:55] |
kiilo1 has joined #tikiwiki | [12:00] | |
CIA-68 | tikiwiki: 03chibaguy * r23053 10/mods/trunk/themes/clubcard_tiki_4/ (24 files in 8 dirs): [NEW] Club Card theme for Tiki 4. | [12:05] |
*** | kiilo2 has joined #tikiwiki | [12:14] |
CIA-68 | tikiwiki: 03chibaguy * r23054 10/mods/trunk/themes/business_tiki_4/ (29 files in 7 dirs): [NEW] Business theme for Tiki 4. | [12:14] |
*** | kiilo has quit IRC (Read error: 110 (Connection timed out))
kiilo2 has quit IRC (Client Quit) kiilo has joined #tikiwiki kiilo1 has quit IRC (Read error: 110 (Connection timed out)) chibaguy has quit IRC (Read error: 104 (Connection reset by peer)) chibaguy has joined #tikiwiki ChanServ sets mode: +o chibaguy | [12:15] |
CIA-68 | tikiwiki: 03chibaguy * r23055 10/mods/trunk/themes/darkshine_tiki_4/ (32 files in 6 dirs): [NEW] Dark Shine theme for Tiki 4. | [12:26] |
*** | chealer has joined #tikiwiki | [12:27] |
CIA-68 | tikiwiki: 03chibaguy * r23056 10/mods/trunk/themes/eatlon_tiki_4/ (25 files in 6 dirs): [NEW] Eatlon theme for Tiki 4. | [12:33] |
*** | grobda24 has joined #tikiwiki | [12:38] |
CIA-68 | tikiwiki: 03chibaguy * r23057 10/mods/trunk/themes/faulkner_tiki_4/ (30 files in 6 dirs): [NEW] Faulkner theme for Tiki 4. | [12:43] |
tikiwiki: 03chibaguy * r23058 10/mods/trunk/themes/fluidindex_tiki_4/ (25 files in 7 dirs): [New] Fluid Index theme for Tiki 4. | [12:54] | |
sylvieg | dev.tw.org is dead? | [12:55] |
luciash | 4me2 | [13:00] |
CIA-68 | tikiwiki: 03chibaguy * r23059 10/mods/trunk/themes/greenblog_tiki_4/ (32 files in 7 dirs): [NEW] Green Blog theme for Tiki 4. | [13:08] |
*** | RavenC has joined #tikiwiki | [13:10] |
CIA-68 | tikiwiki: 03chibaguy * r23060 10/mods/trunk/themes/judy_tiki_4/ (32 files in 9 dirs): [NEW] Judy theme for Tiki 4. | [13:18] |
sylvieg | luciash: and chibaguy I am merging 4 to trunk and I have a lot of conflicts in feb12.css | [13:20] |
chibaguy | what is the way to sort it out? compare the files manually and make choices?
I can do that, if so. | [13:25] |
sylvieg | My problem is I do not udnerstand why there is conflicts...
when did we branch? ah ok nov 03 luciash did commit 22861 22862 22863 on Nov the 3 and chibaguycommit 23047 today | [13:26] |
chibaguy | right | [13:29] |
sylvieg | chibaguy: can I send you the file with the conflict | [13:30] |
chibaguy | ok | [13:31] |
sylvieg | or one solution can be to take luciash versionn and to reapply your change this morning... | [13:31] |
chibaguy | in trunk or branch? | [13:32] |
sylvieg | I think I would do something like this cp trunk/styles/feb12.css tiki4/styles
and reapply this morning change if neecessary ... :1p oops | [13:33] |
CIA-68 | tikiwiki: 03chibaguy * r23061 10/mods/trunk/themes/kubrick_tiki_4/ (21 files in 6 dirs): [NEW] Kubrick theme for Tiki 4 | [13:39] |
chibaguy | sylvieg, i got your mail. where should I commit the changes? | [13:46] |
*** | chealer has quit IRC (Remote closed the connection) | [13:48] |
sylvieg | commit in 4
and I will do a merge again | [13:49] |
*** | ricks99 has joined #tikiwiki | [13:49] |
sylvieg | thx chibaguy | [13:49] |
*** | RavenC has quit IRC ("~ Trillian Astra - www.trillian.im ~")
marclaporte has quit IRC ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") | [13:50] |
chibaguy | ok | [13:51] |
*** | phet has joined #tikiwiki
phet has left "Leaving..." | [13:55] |
CIA-68 | tikiwiki: 03sylvieg * r23062 10/trunk/ (51 files in 18 dirs): [MRG] Automatic merge, branches/4.x 22987 to 23047 | [13:56] |
.... (idle for 17mn) | ||
*** | RavenC has joined #tikiwiki
FrankP_german has joined #tikiwiki | [14:13] |
CIA-68 | tikiwiki: 03sylvieg * r23063 10/branches/4.x/ (5 files in 2 dirs): [FIX]fgal: list fgal displaying size need optimization - add column before freeze - code will follow | [14:18] |
*** | Lucymoz has joined #tikiwiki | [14:22] |
rodrigo_sampaio | polom
rodrigo_sampaio is going to update a not critical production site to 4.0 beta and report bugs if any :) | [14:28] |
coaboa | 3.x question searching the module article_by_rating it is mentioned in doc.tw but the example stats that there is no such module? | [14:31] |
*** | macnific has quit IRC ()
pascalstjean has joined #tikiwiki | [14:33] |
ricks99 | Problem in 3.3: Tiki takes my "amp;" declarations in custom module and writes the HTML as "&" which makes my page fail validation. | [14:34] |
*** | kiilo has quit IRC ("Leaving.") | [14:35] |
ricks99 | No such issue in prior release. How to fix? | [14:35] |
*** | RavenC has left
macnific has joined #tikiwiki | [14:35] |
ricks99 | It is happening within the {JS} plugin | [14:36] |
*** | kiilo has joined #tikiwiki | [14:36] |
ricks99 | {JS(file="foo.js&bar") /} being rendered (incorrectly) as foo.js&bar | [14:36] |
SEWilco2 | & ? :-( | [14:40] |
ricks99 | as per spec, "&" should be encoded in urls:
foo.html&bar -- not foo.html&bar "&" signifies the beginning of an entity. | [14:41] |
*** | SEWilco2 has quit IRC ("Leaving.") | [14:41] |
ricks99 | ricks99 thinks it is a problem with the js plugin parser -- i dont see the issue elseshere | [14:42] |
coaboa | is there a shop (items with miltiple colors,sizes) solution for tikiwiki?
*multiple | [14:46] |
*** | kiilo has quit IRC ("Leaving.")
kiilo has joined #tikiwiki | [14:46] |
chibaguy | coaboa, no, I don't think so. | [14:50] |
coaboa | ok! Other Question: need module article_by_rating, but: http://doc.tikiwiki.org/Module+article_by_rating shows no such module? | [14:56] |
chibaguy | the docs aren't always in sync with the code.
whatever modules you have will show up in the list on the admin modules page. | [14:58] |
coaboa | is the rating for articles depreciated? | [15:01] |
*** | Caarrie has quit IRC (Read error: 104 (Connection reset by peer))
Caarrie has joined #tikiwiki | [15:05] |
rodrigo_sampaio | anyone knows the difference between tiki_minify_javascript and feature_use_minified_scripts? both options on the performance admin panel in tiki 4.0 | [15:07] |
*** | SEWilco2 has joined #tikiwiki | [15:11] |
CIA-68 | tikiwiki: 03chibaguy * r23064 10/branches/4.x/styles/feb12.css: [FIX] Resolved merge conflicts, mostly involving site title and subtitle. | [15:16] |
chibaguy | rodrigo_sampaio: tiki_minify_javascript consolidates several javascript files into one (and maybe reduces whitespace, etc.). I'm not sure what else it does. I'm not about use_minified_scripts. | [15:22] |
rodrigo_sampaio | chibaguy: thank you, just wondering if it is not the case to join them both in one single option | [15:23] |
chibaguy | yeah, I don't know. | [15:24] |
*** | marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte | [15:24] |
chibaguy | (in previous reply, "I'm not about" -> "I'm not sure about") | [15:25] |
CIA-68 | tikiwiki: 03chibaguy * r23065 10/branches/4.x/styles/layout/design.css: [FIX] Removed a few !importants. | [15:28] |
*** | newTikiUser has joined #tikiwiki | [15:37] |
newTikiUser | hi all! | [15:38] |
marclaporte | http://downforeveryoneorjustme.com/dev.tikiwiki.org | [15:38] |
*** | tobi__ has joined #tikiwiki | [15:38] |
tobi__ | we have errorbug on the new registration. has somebody experience how to fix? | [15:39] |
ricks99 | what is the error | [15:40] |
newTikiUser | where can I get tikiwiki model? i'm new to tikiwiki and are finding hard to find myself in all those files
i would love to see the "Big Picture" of it.. | [15:41] |
ricks99 | @newTikiUser try the dev.tikiwiki.org site | [15:42] |
newTikiUser | i develop for my company intalled Knowledge Tree but this is far more complex | [15:42] |
tobi__ | #1054 unkown column email_confirm in table list | [15:42] |
newTikiUser | @tobi__ i cant access the site | [15:42] |
ricks99 | @tobi___ known issue from older tiki. need to upgrade | [15:43] |
tobi__ | i made the upgrade already. how can i upgrade the db. | [15:43] |
ricks99 | go to tiki-install.php
See http://bit.ly/2DjN1g "Update your db" | [15:44] |
*** | newTikiUser has quit IRC ("Page closed") | [15:46] |
sylvieg | I rebooted dev | [15:51] |
*** | chealer has joined #tikiwiki | [15:52] |
chibaguy | Not sure how to fix it off hand, but Look and Feel admin "Site searchbar" shouldn't be available to click if search feature isn't activated. | [15:55] |
*** | FrankP_german has quit IRC (Read error: 104 (Connection reset by peer)) | [15:56] |
tobi__ | thanks for the great link for smarties. unfortunately the db-file is still the same and registration doesnt work. | [15:57] |
*** | FrankP_german has joined #tikiwiki | [16:00] |
chealer | polom
sylvieg: thanks. is dev supposed to work now? | [16:00] |
sylvieg | yes I restarted apache2 | [16:00] |
chealer | well, http://downforeveryoneorjustme.com/dev.tikiwiki.org | [16:01] |
sylvieg | ok .. it did not work a long time
I rebooted again how much time will it stay online? | [16:02] |
CIA-68 | tikiwiki: 03chibaguy * r23066 10/branches/4.x/ (3 files in 2 dirs): [FIX] Overlapping of site header custom code, top bar menu, and search form fixed. | [16:05] |
chealer | sylvieg: time seems to have answered that already | [16:10] |
luciash | luciash re-poloms
chibaguy: thanks for resolving the conflict | [16:11] |
chibaguy | well, it should be checked on various sites. | [16:12] |
sylvieg | again down?
thx chibaguy | [16:12] |
luciash | chibaguy: shame on me that i didn't rollback the css3 stuff as we discussed
luciash doesn't like merges | [16:13] |
*** | tobi__ has quit IRC ("Page closed") | [16:15] |
sylvieg | dev.tw.org [Wed Nov 11 17:08:03 2009] [error] server reached MaxClients setting, consider raising the MaxClients setting | [16:15] |
luciash | mysql :( | [16:17] |
chealer | sylvieg: yeah. and what's the current value? | [16:18] |
sylvieg | fgrep MaxClients /etc/apache2/httpd.conf /etc/apache2/vhosts.d/* gives ntohing
can it be somewhere else? | [16:19] |
Tikiwiki|bot | New Forum Posts: Image Gallery Issue: Screenshot link included - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=35211 | [16:19] |
Caarrie | httpd.conf? | [16:20] |
*** | gozer_ has joined #tikiwiki | [16:21] |
sylvieg | ok I doubled Maxclients and rebooted
how much time this time? | [16:22] |
marclaporte | marclaporte will update profiles.tikiwiki.org now :-) | [16:28] |
chealer | sylvieg: apparently not much. System error. Too many connections | [16:32] |
luciash | which profile is best to quick test trackers ? | [16:35] |
marclaporte | time sheet | [16:38] |
luciash | manual filter ? | [16:38] |
marclaporte | yes | [16:38] |
*** | MacLeod has joined #tikiwiki | [16:39] |
luciash | i see | [16:39] |
*** | dexl has joined #tikiwiki | [16:39] |
luciash | tnx | [16:39] |
*** | dexl1 has joined #tikiwiki
dexl1 has left dexl has left | [16:40] |
sylvieg | on gentoo - there is no mysqld? | [16:42] |
changi|away | why ? | [16:42] |
luciash | mysql | [16:42] |
*** | changi|away is now known as changi | [16:42] |
luciash | iirc | [16:43] |
sylvieg | changi: dev.tw.org is out of control | [16:43] |
changi | ok, i look | [16:43] |
marclaporte | LOL | [16:43] |
changi | what's the problem
that's not dev, but db0 | [16:43] |
sylvieg | MaxClients was too small I increased it but we get too many conections | [16:44] |
changi | it's the DB connection
there is 600 connection hum is there a problem ? all pointing to catergory object back | [16:44] |
marclaporte | 600! | [16:46] |
changi | select `categId` from `tiki_category_objects` tco, `tiki_categorized_objects` tto, `tiki_objects | [16:46] |
marclaporte | we need more RAM | [16:46] |
changi | 600 connection to database
it's a lot | [16:46] |
marclaporte | marclaporte likes to throw hardware at problems | [16:46] |
changi | changi marc hardware is not everytime the problem
changi bad dev could be too :) | [16:47] |
sylvieg | with the new perm system... we will need problably need more memory | [16:47] |
luciash | wow, just crashed profiles.tw.o too | [16:48] |
changi | hum good evening :)
is it normal that i can't connect on profiles? | [16:48] |
luciash | Unknown column 'version_minor' in 'field list' | [16:49] |
changi | could help, if you need !!
run upgrade sql | [16:49] |
luciash | Database is not currently up to date!
yep | [16:49] |
changi | i'm a master in tiki4 upgrade now
:) | [16:49] |
MacLeod | marclaporte: What's your take on Google Wave, and how it might affect TW adoption & development? (Discussed this briefly on channel yesterday with nkoth...) | [16:50] |
pascalstjean | marclaporte: profiles.tw.o is down for the count again. I still have to commit my changes to Trunk. But after that I can either start making (user video's for featured Profiles) or move to some other tasks if you have anything in mind? | [16:50] |
marclaporte | I am upgrading to Tiki4 now | [16:50] |
pascalstjean | ok thx
MacLeod: do you know if Google Wave will allow you to export your information like they did with Google Docs? | [16:50] |
luciash | marclaporte: you should use more dogfood ;) | [16:51] |
pascalstjean | I know data portability is a major issues for larger organizations and enterprise | [16:51] |
*** | coaboa_ has joined #tikiwiki | [16:51] |
luciash | marclaporte: and lock the site when doing upgrade ;) | [16:51] |
MacLeod | pascalstjean: No idea. I haven't received a GW invitation. :)
pascalstjean: Their demo does show an impressive amount of drag-and-drop for this type of application. pascalstjean: I would kill to just be able to copy-and-paste images into a Tiki page (as I can in Lotus Notes), even more so to drag-and-drop. Creating an image-heavy Tiki page is a lot more difficult than an image-heavy Notes document. WYSIWYG or not | [16:51] |
pascalstjean | agreed
I can't speak for the community but in my opinion, Tiki's feature set is becoming very interesting. And UI has become a priority. I don't know if you've seen Tiki 2.0 but just within a year. The UI and editing interface have come a long ways. give it another 12 - 18 months and thigns can evolve fast People were saying that Microsoft Office would be out of business within 6months of Google Docs. Yet Google Docs (great product) is still having a hard time penetrating Enterprise | [16:54] |
MacLeod | pascalstjean: We've got a Tiki 3.1 installation running now, and I agree it's come a long way. Looking forward to Tiki4. There are some key things, though, that don't appear feasible in the immediate future, like pasting images into fckeditor. | [16:56] |
pascalstjean | So lets see where Google Wave goes, they already delayed launch due to bugs. | [16:57] |
marclaporte | profiles.tikiwiki.org -> ready to be tested | [16:57] |
*** | Caarrie is now known as Caarrie|away
rodrigo_sampaio has quit IRC ("Leaving.") rodrigo_sampaio has joined #tikiwiki | [16:57] |
MacLeod | pascalstjean: Enterprise is a completely different animal from Consumer. Even our own Tiki - which has been up and running for almost 2 years - is having a hard time penetrating our Enterprise. :) | [16:58] |
pascalstjean | Agreed that more Ajax in the Editing interface would be great, but the taking on one battle at a time will get us far. Tiki needs to get ready for the tipping point in consumer adoption of collaboration. Although we use these tools, we are still early adopters | [16:59] |
MacLeod | pascalstjean: Our IT dept. completely disowns the whole project. I'm told that another big company in our field is the same way - IT supports Sharepoint, but there are a multitude of user-supported wikis and blogs running projects. | [16:59] |
pascalstjean | I attend many events and people are still trying to wrap their heads around Social Media, Collaboration etc... | [16:59] |
MacLeod | I see that, too, but I can't figure out why they find it so difficult to grasp. | [17:00] |
pascalstjean | hum interesting that people prefer maintaining their own Wiki's rather then going with Company supported Sharepoint :) | [17:00] |
MacLeod | Heard that from Boeing, too.
And they're a Microsoft partner All of this is just increasing the gap between the computer skill Haves and Have-Nots. | [17:00] |
pascalstjean | Maybe because IT wants someone to blame if things dont' work. Microsoft is an easy target | [17:01] |
CIA-68 | tikiwiki: 03chealer * r23067 10/branches/4.x/templates/tiki-admin-include-list-sections.tpl: rename RSS feeds to Feeds, hopefully last place | [17:02] |
MacLeod | IT definitely prioritizes security and administrability over end-usability. | [17:03] |
pascalstjean | MacLeod: But its great to get feedback from users such as yourself. Its important for us to keep our ears open to what current users have to say. And what needs to happen for TikiWiki to stay relevant within organizations like yours | [17:03] |
MacLeod | For our purposes, Workspaces are the most significant development in Tiki since WYSIWYG. | [17:03] |
pascalstjean | Security vs. Usability has been the struggle between IT and End Users since computers exists :) | [17:04] |
MacLeod | Which brings me to the other question I had today: In a Workspace, can a user put one watch on the whole Workspace, and then anything that gets added to it is in that user's watch list by default? | [17:04] |
pascalstjean | You will see more examples withing Profiles using Workspaces afte rthe Launch of Tiki 4. Workspaces are functional but have to be configured using Profiles. | [17:05] |
*** | coaboa has quit IRC (Read error: 110 (Connection timed out)) | [17:05] |
MacLeod | This is an issue that has come up in some of our projects. Users will place a watch on the main project page and its discussion forum, but then new pages and forum topics are added, and they don't think about putting a watch on each one and end up missing changes. | [17:05] |
pascalstjean | hum good question, I'm investigating workspaces now but I haven't drilled far enough to anwser that question | [17:05] |
rodrigo_sampaio | anyone knows what is features_cssmenus? it is on by default but I can't find where to disable it | [17:05] |
pascalstjean | you can already add Watches on Categories | [17:05] |
rodrigo_sampaio | i'm testing tiki 4.0 beta | [17:05] |
MacLeod | pascalstjean: In v3.x ? | [17:06] |
pascalstjean | anything that gets added to the Category will send an update. And since Categories are at the core of workspaces. I'm assuming that the anwser would be yes
technically you can already do it in 3 yes we've been using that feature internally in our company since 1.10 | [17:06] |
MacLeod | hm, missed that feature.... | [17:06] |
pascalstjean | since Categories | [17:06] |
MacLeod | Category Watches have been around since 1.10??? | [17:07] |
CIA-68 | tikiwiki: 03sylvieg * r23068 10/branches/4.x/ (3 files in 3 dirs): [MOD]mytiki: displays nb of records for each section+display nb tracker comments | [17:07] |
pascalstjean | yes | [17:07] |
MacLeod | d'oh. | [17:07] |
marclaporte | category watches are on of the many hidden features | [17:07] |
pascalstjean | give me 2 sec I'll find the feature for you | [17:07] |
marclaporte | category watches are one of the many hidden features | [17:07] |
MacLeod | Anyone considering Tag Watches?
Oh, I see... in tiki-browse_categories.php... Our categories right now, though, are pretty broad. We're going to have to re-think them when we start using Workspaces. | [17:08] |
pascalstjean | yes | [17:10] |
rodrigo_sampaio | pascalstjean: in the code I can only find if statements checking the value of this preference (feature_cssmenus) and the definition of the default value of this preference. apparently there is no interface in the admin panel to change it. | [17:10] |
pascalstjean | turn on Watches then go into Brose categories
you will see 2 icons. Watch top category. Or top and all child categories | [17:10] |
*** | radif has joined #tikiwiki
jonnyb has joined #tikiwiki | [17:12] |
jonnyb | polom tikizens | [17:14] |
radif | QUESTION: How do you incorporate a footer on every Wiki page that shows when that page was last modified? TikiWiki's documentation pages all have this facility (at the bottom, you can see who modified the document and when)... is this something the admin can control? | [17:14] |
jonnyb | hi redif - you want admin/wiki/general/List authors, i tihnk | [17:17] |
chealer | rodrigo_sampaio: Admin General, Navigation tab | [17:17] |
radif | Great, thank you (jonnyb was right... didn't try chealer's recommendation) | [17:20] |
CIA-68 | tikiwiki: 03jonnybradley * r23069 10/branches/4.x/ (2 files in 2 dirs):
tikiwiki: [FIX] Always show some groups on first visit. tikiwiki: Hide Admins group by default and reduce the severity of some warning/note ramarksboxes. | [17:21] |
*** | radif has quit IRC ("Page closed") | [17:22] |
CIA-68 | tikiwiki: 03jonnybradley * r23070 10/branches/4.x/ (templates/tiki-admingroups.tpl tiki-admingroups.php): [FIX] auto_query_arg and tab label fix for groups admin | [17:24] |
*** | chibaguy has quit IRC (Read error: 104 (Connection reset by peer)) | [17:28] |
rodrigo_sampaio | chealer: thanks, I was greping for the string 'feature_cssmenus'. that is why I was unable to find it in the admin panel | [17:29] |
*** | nkoth has joined #tikiwiki | [17:30] |
chealer | rodrigo_sampaio: hum, that's the name
tiki-admin-include-general.tpl: {preference name=feature_cssmenus} | [17:32] |
rodrigo_sampaio | chealer: ops... my fault. grep -r --color feature_cssmenus *.php :) | [17:34] |
changi | guys, i upgrade my personal website to tiki4, and don't find the feature link admin panel
i can access it directly with tiki-admin_links.php but shouldn't we have a link in admin panel ? | [17:40] |
marclaporte | is it not at the bottom of tiki-admin.php ? | [17:43] |
*** | franck_ has joined #tikiwiki | [17:43] |
Lucymoz has quit IRC (Read error: 104 (Connection reset by peer)) | [17:50] | |
changi | i don't see it, but maybe i should use my grand mother glasses :) | [17:51] |
*** | Lucymoz has joined #tikiwiki | [17:51] |
changi | in tiki3 there is a link in admin menu. | [17:52] |
*** | diogogcunha has joined #tikiwiki | [17:55] |
diogogcunha | hello! how can I create a plugin? it keeps giving me a blank page!!!!
each time i use it .. obviously =) | [17:56] |
chealer | changi: if the feature is enabled it should be in admin home | [17:59] |
*** | franck has quit IRC (Read error: 110 (Connection timed out))
franck_ is now known as franck franck has quit IRC () | [17:59] |
pascalstjean | marclaporte: where is Tiki 4 can we set the Wiki Editing to show the Tabs display instead of all options being in a vertical display? I find there its too long to scroll down in Profiles.Tw.O when trying to make quick Profiles Edits. Thanks | [18:02] |
diogogcunha | somebody must know how to make a simple hello world plugin! I tried everything on the page and it just doesn't work | [18:04] |
marclaporte | pascalstjean : i don't know | [18:04] |
pascalstjean | did you review this page and create the example plugin http://doc.tikiwiki.org/tiki-index.php?page=wiki+plugins#Creating_A_Plugin | [18:07] |
ricks99 | @pascalstjean: enable the USE TABS option on Admin: General, Navigation tab | [18:07] |
pascalstjean | ricks99: thanks | [18:08] |
ricks99 | yw | [18:08] |
pascalstjean | ricks99: don't see it | [18:09] |
diogogcunha | pascalstjean yes! | [18:09] |
marclaporte | pascalstjean : are profiles working? (with Tiki4 upgrade) | [18:10] |
pascalstjean | marclaporte: been able to edit. give me 1min I'll try installing one | [18:10] |
ricks99 | maybe moved to L&F? | [18:11] |
marclaporte | luciash : http://profiles.tikiwiki.org/tiki-pagehistory.php?page=Time_Sheet&diff_style=sidediff&compare=Compare&newver=54&oldver=53&tra_lang=ar | [18:11] |
diogogcunha | pascalstjeal I tried to make a simple hello world plugin! it just needs the wikiplugin_helloworld.php file under lib/wiki_plugins folder right?! | [18:12] |
pascalstjean | diogogcnha: I'm not a plugin expert. Just trying to give some info. If the example plugin dosn't work then maybe there is a bug. can anyone confirm this? | [18:12] |
ricks99 | @diogogcucnha: did u clear cache?
ARGH! i18n + structure driving me insane. ricks99 cannot figure out why his 3.3 tiki will not correctly swithc languages :( | [18:13] |
CIA-68 | tikiwiki: 03jonnybradley * r23071 10/branches/4.x/ (4 files in 3 dirs):
tikiwiki: [FIX] Toolbars: Removed duplicate tools, changed a couple of icons, placeholder width fixed, pagebreak syntax corrected. tikiwiki: Visual improvements. | [18:14] |
diogogcunha | ricks99 yes! | [18:14] |
ricks99 | @diogogcunha: does ur custom plugin appear when u look at the list of available plugins (wiki help)? | [18:14] |
diogogcunha | ricks99: if the file is on the folder the plugin page on the admin returns a blank page | [18:16] |
ricks99 | sounds like u have a syntax error in the plugin | [18:16] |
diogogcunha | indeed!! but i almost don't have code!! | [18:16] |
pascalstjean | marclaporte: ok so I've been able to edit and install a profile since the upgade 4.x. the only thing I'll have to check is the Category Perms to see if Featured Profiles are still locked to non Dev | [18:17] |
ricks99 | do u have the required wikiplugin_foo_help and wikiplugin_foo_info functions?
(without seeing ur code, it will b tough to determin the issue) | [18:17] |
diogogcunha | yes
i'll shown you my 10 lines of code on pvt | [18:18] |
marclaporte | pascalstjean : try click tabs/no tabs when in edit mode | [18:19] |
*** | franck has joined #tikiwiki
gozer_ has quit IRC () franck has quit IRC (Read error: 104 (Connection reset by peer)) franck_ has joined #tikiwiki franck_ is now known as franck | [18:19] |
pascalstjean | ok so its under Look and Feel->Misc->Use Tabs. this activates tabs throughout Tiki for Admin and for Wiki Editing | [18:21] |
marclaporte | pascalstjean : when are you coming to mtl and do you need place to stay? | [18:24] |
pascalstjean | marclaporte: well I talked with Pondstone (the other company that wants to start using Tiki) and they are all caught with the cold. So in terms of # of hours I can do to help I can put in more if I stay in Ottawa. If you think its better if I come to Montreal that the earliest I can leave is tomorrow morning (7am) and yes I would need a place to stay. What do you think is best? | [18:27] |
marclaporte | better here
tomorrow morning is good I will find you a place to stay Friday night cocktail too! I want you to meet "everyone" | [18:28] |
pascalstjean | FYI I have to leave Friday night. Can't stay for the weekend. Sure I'd like to meet the others as well
I can always just book a hotel with Priceline. Let me check what's out there I know Nelson is staying with you right? | [18:30] |
marclaporte | I think so | [18:31] |
ricks99 | ricks99 needs i18n tiki 3.3 assistance. anyone have 5 min to spare? | [18:32] |
CIA-68 | tikiwiki: 03chealer * r23072 10/branches/4.x/templates/tiki-editpage.tpl: [FIX] HTML special chars escaping | [18:35] |
ricks99 | pretty please? ^^ | [18:37] |
CIA-68 | tikiwiki: 03chealer * r23073 10/branches/4.x/templates/modules/mod-calendar_new.tpl: [FIX] static call to non-static $tikilib->make_time()
tikiwiki: 03jonnybradley * r23074 10/branches/4.x/lib/setup/prefs.php: [MOD] feature_filegals_manager back on in new installs tikiwiki: 03jonnybradley * r23075 10/branches/4.x/ (lib/toolbars/toolbarslib.php pics/icons/noparse.png): [MOD] Tool for no-parse syntax - temporary icon, please improve | [18:44] |
*** | gozer_ has joined #tikiwiki | [18:48] |
changi | chealer: I don't see it | [18:50] |
CIA-68 | tikiwiki: 03chealer * r23076 10/branches/4.x/templates/tiki-calendar_box.tpl:
tikiwiki: [FIX] HTML special chars escaping tikiwiki: [FIX] colons inside tr blocks | [18:53] |
changi | that's strenge, looking on doc and profiles, i don't see the feature anymore !!! | [18:53] |
chealer | changi: it's in Navigation features: | [18:53] |
MacLeod | Are Les Montréalais here familiar with the Upstairs jazz club? | [18:55] |
CIA-68 | tikiwiki: 03chealer * r23077 10/branches/4.x/templates/modules/mod-calendar.tpl: [FIX] HTML special chars escaping | [18:55] |
*** | Caarrie|away is now known as Caarrie | [18:57] |
CIA-68 | tikiwiki: 03chealer * r23078 10/branches/4.x/templates/modules/mod-calendar_new.tpl: [FIX] revert r23073. oops | [18:58] |
changi | ok, so on doc.two, can you find the link to manage this feature.
oups, i see it on doc damned | [19:01] |
CIA-68 | tikiwiki: 03chealer * r23079 10/branches/4.x/templates/ (tiki-calendar.tpl tiki-calendar_params_ical.tpl): [FIX] HTML special chars escaping (actually) | [19:04] |
*** | gozer_ has quit IRC ()
marclaporte has quit IRC (wolfe.freenode.net irc.freenode.net) kiilo has quit IRC (wolfe.freenode.net irc.freenode.net) grobda24 has quit IRC (wolfe.freenode.net irc.freenode.net) uSlackr has quit IRC (wolfe.freenode.net irc.freenode.net) Kissaki has quit IRC (wolfe.freenode.net irc.freenode.net) amette has quit IRC (wolfe.freenode.net irc.freenode.net) mose has quit IRC (wolfe.freenode.net irc.freenode.net) sylvieg has quit IRC (wolfe.freenode.net irc.freenode.net) danopia` has quit IRC (wolfe.freenode.net irc.freenode.net) | [19:06] |
changi | ok, have recreate it | [19:10] |
jonnyb | i ricks99 - sorry, next week? | [19:11] |
ricks99 | ? | [19:12] |
jonnyb | ricks99 needs i18n tiki 3.3 assistance. anyone have 5 min to spare? | [19:12] |
changi | i can, what's the problem | [19:13] |
ricks99 | ah.. y, tx. look at http://bit.ly/2liJUS -- why doesnt language swithing work for pages in structures (3.3 upgrade)
jonnyb and/or changi im sure it is operator-error, but cannot figure out why | [19:13] |
pascalstjean | marclaporte: ok hotel room is booked. What time are you guys there at CGCom in the morning? If I get there early will they let me in? I guess Sebastien is there right? | [19:14] |
ricks99 | pages that are *not* in the structure switch lang properly | [19:14] |
nkoth | not sure wild guess: is the multilingual structures feature activated? | [19:20] |
changi | ricks99: just to be sure, it's when you are in the structure and you want to switch language using the select boxnext to tweeter ? | [19:22] |
ricks99 | y, multilang stucture is on.
ive tested using the tranlstaion box and the lang drop-list | [19:22] |
*** | rodrigo_sampaio has quit IRC ("Leaving.") | [19:23] |
ricks99 | odd thing, the URL in the browser is corrrect (i.e., it shows the non-english URL) but the page is still EN | [19:23] |
changi | when i use the "read the guide : " it works | [19:23] |
ricks99 | @changi: yes, that's the site lang switcher
if you go to a page not in the structure (ie. home page), lang switching works properly | [19:23] |
CIA-68 | tikiwiki: 03chealer * r23080 10/branches/4.x/lib/prefs/feature.php: [FIX] 'Ouput Should be HTMLPurified' -> 'Output should be HTMLPurified' | [19:25] |
changi | maybe a post variable missing | [19:27] |
CIA-68 | tikiwiki: 03sylvieg * r23081 10/branches/4.x/installer/schema/20091103_upgrade_categperm_tiki.php: [FIX]categ upgrade: add view_comments and view_attach for rpevious view_categ | [19:27] |
ricks99 | am able to duplicate using non-customizations, too...
now using "the news" -- standard tiki theme. and still have same issue :( another (related?) issue: clickng a non-english page in listpages.php only shows the english page :( | [19:28] |
CIA-68 | tikiwiki: 03sylvieg * r23082 10/branches/4.x/templates/modules/mod-menupage.tpl: [FIX]menupage: complete 23020 | [19:31] |
nkoth | check the "show pages in user's preferred ang feature | [19:32] |
ricks99 | disabled | [19:32] |
*** | yonixxx has joined #tikiwiki | [19:32] |
CIA-68 | tikiwiki: 03chealer * r23083 10/branches/4.x/templates/tiki-calendar_edit_item.tpl: [FIX] HTML special chars escaping | [19:34] |
ricks99 | cannot figure out why non-EN structured pages will not show | [19:36] |
CIA-68 | tikiwiki: 03sylvieg * r23084 10/branches/4.x/lib/wiki-plugins/wikiplugin_banner.php: [FIX] feature check | [19:38] |
ricks99 | if i turn stuctures off, i can switch langs, as expected | [19:40] |
changi | it's out of my little skills :(
sorry can help you this time | [19:40] |
ricks99 | tx for looking | [19:41] |
*** | pascalstjean_ has joined #tikiwiki
gozer_ has joined #tikiwiki | [19:41] |
nkoth | ricks99: is the multilingual strycture feature on or off? | [19:43] |
ricks99 | on | [19:43] |
nkoth | try off? | [19:43] |
ricks99 | on admin:i18n i have the following options enabled:
default lang = en multilingal users can change site lang display available translations translation assistant urgetn translation notifications multilingual structures | [19:43] |
*** | yonixxx has quit IRC () | [19:45] |
CIA-68 | tikiwiki: 03sylvieg * r23085 10/branches/4.x/modules/mod-func-terminology.php: [FIX]feature check | [19:46] |
ricks99 | wow. with multipling stucture "off" lang swithcing works, but now no longer in the structure(!) | [19:46] |
*** | sylvieg has joined #tikiwiki
danopia` has joined #tikiwiki mose has joined #tikiwiki irc.freenode.net sets mode: +o sylvieg marclaporte has joined #tikiwiki grobda24 has joined #tikiwiki uSlackr has joined #tikiwiki Kissaki has joined #tikiwiki amette has joined #tikiwiki irc.freenode.net sets mode: +o marclaporte | [19:47] |
chealer | sylvieg: is r23081 the categories perms tuning you were talking about? | [19:48] |
CIA-68 | tikiwiki: 03sylvieg * r23086 10/branches/4.x/setup_fckeditor.php: [FIX]feature check | [19:50] |
*** | luminoso_ is now known as luminoso
L0ggar starts logging #tikiwiki at Wed Nov 11 19:54:50 2009 L0ggar has joined #tikiwiki | [19:53] |
coaboa_ | I need to rename "topics" to "genres". Is there an option to change label name topics (and if needed categories) to anything else? | [19:58] |
*** | coaboa_ is now known as coaboa
pascalstjean has quit IRC (Read error: 110 (Connection timed out)) Lucymoz has quit IRC (Read error: 110 (Connection timed out)) | [19:58] |
coaboa | ...beside editing templates | [20:02] |
*** | FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de") | [20:03] |
chealer | coaboa: you could edit English language.php | [20:03] |
ricks99 | @coaboa_ you can make a change like that in the language file | [20:04] |
CIA-68 | tikiwiki: 03nkoth * r23087 10/branches/4.x/ (3 files in 3 dirs): [FIX] Link to assign groups in moderation email was wrong (wish 2813) | [20:04] |
coaboa | cool thx | [20:07] |
*** | nkoth_ has joined #tikiwiki | [20:13] |
CIA-68 | tikiwiki: 03pkdille * r23088 10/trunk/ (37 files in 4 dirs):
tikiwiki: [MOD] lesser magic: add some hints for some already done preferences tikiwiki: [MOD] lesser magic: first shot for tiki-admin-include-look. Indenting the template. Moving some preferences to lesser magic in the template. tikiwiki: Preparing all the prefs for look in lib/prefs. tikiwiki: It's an ongoing work... | [20:15] |
pascalstjean_ | quick question, have structures been added to profiles by any chance? | [20:20] |
*** | MacLeod has quit IRC ()
nkoth has quit IRC (Read error: 110 (Connection timed out)) nkoth_ is now known as nkoth | [20:22] |
marclaporte | no idea | [20:30] |
*** | ricks99 has quit IRC ("ChatZilla 0.9.85 [Firefox 3.0.10/2009042316]")
kiilo has joined #tikiwiki | [20:31] |
macnific has quit IRC () | [20:39] | |
coaboa | exit
sorry focus changed - leaving | [20:49] |
*** | coaboa has quit IRC (Remote closed the connection)
changi is now known as changi|away | [20:51] |
CIA-68 | tikiwiki: 03marclaporte * r23089 10/branches/4.x/tiki-special_chars.php: [KIL] special characters now handled in toolbar | [20:58] |
tikiwiki: 03jonnybradley * r23090 10/branches/4.x/lib/tiki-js.js:
tikiwiki: [FIX] Some improvements for textarea selection and caret positioning when inserting text from toolbars. tikiwiki: Fails more considerately in IE and Fx3.5, but still some way from perfect - more TODO tikiwiki: Also fix for filegal manager window not opening 2nd time | [21:04] | |
nkoth | anybody ever used multilingual structures successfully before? | [21:06] |
CIA-68 | tikiwiki: 03sylvieg * r23091 10/branches/4.x/doc/devtools/securitycheck.php: [FIX]securty check accept cachepages | [21:08] |
tikiwiki: 03jonnybradley * r23092 10/branches/4.x/lib/tiki-js.js: [FIX] More on textarea selection | [21:16] | |
luciash | marclaporte: yes, it happened when i was saving the page at the same time you were upgrading the Tiki there
marclaporte: rollbacked | [21:20] |
marclaporte | hehe
now we know how this happens! Mike Pilling had done many like this no explanation and I would ask him several weeks/months later I also caused some | [21:22] |
luciash | marclaporte: yea, better to lock the site when doing upgrade | [21:22] |
marclaporte | now we know why
on new server, let's move all that to TRIM. TRIM locks the site on upgrades | [21:22] |
luciash | i mean allow the access to admin only with message "we're under upgrade server"
ah, cool | [21:23] |
CIA-68 | tikiwiki: 03marclaporte * r23093 10/branches/4.x/templates/tiki-admin-include-profiles.tpl: [FIX] profiles are applied, not installed (installing implies adding files). | [21:28] |
marclaporte | it locks with .htaccess | [21:29] |
CIA-68 | tikiwiki: 03sylvieg * r23094 10/branches/4.x/tiki-view_tracker_item.php: [FIX]tracker: userCanTakeOwnership was a little bit too invasive
tikiwiki: 03marclaporte * r23095 10/branches/4.x/lib/setup/prefs.php: [DOC] dev documentation no longer relevant (was fixed) | [21:37] |
tikiwiki: 03marclaporte * r23096 10/branches/4.x/tiki-print_indexed.php: [SEC] re-order code to have security check first. | [21:43] | |
sylvieg | dam,,, I have interference between the smarty {tr} and the plugin {TR()} when I use it in pretty ytacker | [21:43] |
marclaporte | oh! | [21:49] |
CIA-68 | tikiwiki: 03jonnybradley * r23097 10/branches/4.x/lib/tiki-js.js: [FIX] Typo
tikiwiki: 03marclaporte * r23098 10/branches/4.x/tiki-register_ajax.php: [FIX] feature check | [21:52] |
nkoth | marclaporte: how much longer will you be at CGCOM? | [22:02] |
CIA-68 | tikiwiki: 03marclaporte * r23099 10/branches/4.x/tiki-handlers.php: [KIL] Remove useless file | [22:02] |
marclaporte | we wait for you
then, we get food I am very very very very happy you are here | [22:02] |
nkoth | ok, i am past Dorval - not sure how long it takes more | [22:02] |
marclaporte | so much work still
can we see train view in BBB? :-) | [22:02] |
nkoth | not sure enough bandwidth or not i try | [22:03] |
CIA-68 | tikiwiki: 03luciash * r23100 10/branches/4.x/ (messu-mailbox.php templates/messu-mailbox.tpl): [FIX] user messages: prefer user preferences max messages to display pagination (thanks to Shawn Adler for noticing) | [22:04] |
*** | nkoth has quit IRC () | [22:07] |
CIA-68 | tikiwiki: 03marclaporte * r23101 10/branches/4.x/tests/ (6 files): [KIL] Remove test files. If developers write interesting scripts, please add to doc/devtools/ | [22:15] |
*** | oys has joined #tikiwiki
Caarrie is now known as Caarrie|away | [22:18] |
SEWilco2 | I wonder if it would be a good idea to have a Maintenance lockout which provides no response to Anonymous users. So a cache server would keep feeding cached data to Anonymous during an upgrade. | [22:26] |
CIA-68 | tikiwiki: 03marclaporte * r23102 10/branches/4.x/installer/schema/ (6 files): [FIX] make impossible to call directly | [22:30] |
*** | oys has quit IRC ("Lost terminal") | [22:30] |
luciash | SEWilco2: i wonder how you want cache edit and save | [22:32] |
SEWilco2 | luciash: Well, it would also be nice to be able to configure cache purge method to use when an edit takes place.
luciash: But I was just thinking that it would be nice to simulate an outage during an upgrade, so a cache server can serve what it can rather than showing the Maintenance login page. | [22:33] |
luciash | it must not take place... otherwise you get problem when user tries to save during upgrade
showing pages is no problem during upgrade, just editing | [22:34] |
SEWilco2 | Blocking edits is a separately needed Maintenance feature. | [22:35] |
*** | oys has joined #tikiwiki | [22:35] |
pascalstjean_ has quit IRC (Read error: 104 (Connection reset by peer))
pascalstjean has joined #tikiwiki | [22:43] | |
SEWilco2 has quit IRC ("Leaving.") | [22:53] | |
CIA-68 | tikiwiki: 03marclaporte * r23103 10/branches/4.x/ (5 files in 5 dirs): [FIX] prevent directory browsing | [22:55] |
oys | somewhere between svn 22972 and now, something bad happened to wysiwyg :(
now, when I enter the wysiwyg editor, everything appears on one line (paragraphs disapear). I'll try to narrow it down a little more. | [22:56] |
marclaporte | marclaporte hopes not to be guilty | [22:58] |
CIA-68 | tikiwiki: 03jonnybradley * r23104 10/branches/4.x/ (templates/tiki-editpage.tpl tiki-editpage.php): [FIX] Hide empty tabs on edit page | [22:59] |
jonnyb | hi oys - see what you mean :(
i'm getting html tags showing too | [23:04] |
marclaporte | oys : it's a feature
oys it makes things much safer perhaps a bit too safe? :-) | [23:05] |
*** | ima has joined #tikiwiki
Kimberlee has quit IRC (Read error: 145 (Connection timed out)) Kimberlee has joined #tikiwiki nkoth has joined #tikiwiki pascalstjean has quit IRC ("ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]") | [23:12] |
CIA-68 | tikiwiki: 03jonnybradley * r23105 10/branches/4.x/ (2 files in 2 dirs): [FIX] Only escape html chars if not in (or switching to) wysiwyg mode. 2nd attempt at r23072 to allow html entities in wiki markup. | [23:17] |
jonnyb | oys, hopefully r23105 fixes that
(without breaking anything else ;) ) | [23:17] |
*** | ricks99 has joined #tikiwiki
lorinc has quit IRC (Read error: 110 (Connection timed out)) | [23:20] |
marclaporte | luciash : can we delete pg stuff in 4x, and leave in 5x? | [23:28] |
sylvieg | pg? postgres? | [23:29] |
marclaporte | yes
like mysql_to_pgsql.php there are some files to be deleted in db db/case_patch.php db/fulltext.sql -> sylvieg can I delete? | [23:30] |
argggh | [23:36] | |
oys | jonnyb: jup. seems to be fixed. 12 minut from bugreport to fix is not bad :) switching between the two editing modes seems to be working pretty well, except: | [23:36] |
marclaporte | but if I delete stuff in Tiki4, it will also be deleted in trunk, via the merge script | [23:36] |
oys | converting html to wiki markup times out on large pages (e.g. HomePage) | [23:36] |
sylvieg | bbb is dead - can not log in | [23:37] |
CIA-68 | tikiwiki: 03chealer * r23106 10/branches/4.x/ (9 files in 4 dirs): [FIX] HTML validity/CSS | [23:37] |
sylvieg | :-( marclaporte if you delte like ws - it takes a lot of energy to restore files
sylvieg against delete like ws | [23:38] |
jonnyb | oys: that seems odd - but switching modes is really only likely to work once, so not intended for regular use (i suppose it should say that somewhere!) | [23:38] |
*** | SEWilco2 has joined #tikiwiki | [23:38] |
jonnyb | i found it broke my images :(
ok - we go (lunch! :D ) more tomorrow | [23:39] |
*** | jonnyb has quit IRC ()
chealer has quit IRC (Remote closed the connection) nkoth has quit IRC () | [23:41] |
Tikiwiki|bot | New Forum Posts: Search content and tags at the same time - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=35216 | [23:45] |
*** | oys has quit IRC ("Lost terminal") | [23:54] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |