[00:05] *** arildb has quit IRC (Quit: Leaving) [00:21] *** GillesM has quit IRC (Read error: Connection reset by peer) [00:21] *** gillesMM has joined #tikiwiki [00:38] tikiwiki: 03nkoth * r37611 10/trunk/tiki-view_forum.php: [ENH] Show freetag suggestion based on forum language [00:43] tikiwiki: 03nkoth * r37612 10/trunk/lib/core/Tracker/Field/Freetags.php: [FIX] view tracker multiple items have no itemid [00:45] tikiwiki: 03nkoth * r37613 10/trunk/lib/core/Tracker/Field/Freetags.php: [FIX] notice [00:45] *** fabricius has quit IRC (Remote host closed the connection) [00:58] tikiwiki: 03nkoth * r37614 10/trunk/lib/wiki-plugins/wikiplugin_customsearch.php: [FIX] offset from query string should be higher priority than from session [01:12] *** RobertPlummer has quit IRC (Ping timeout: 245 seconds) [01:19] *** coaboa|afk has joined #tikiwiki [01:21] *** coaboa has quit IRC (Ping timeout: 248 seconds) [01:23] *** goj has quit IRC (Disconnected by services) [01:23] *** goj_killedByISP has joined #tikiwiki [01:24] *** goj_killedByISP is now known as goj [01:26] tikiwiki: 03chealer * r37615 10/trunk/installer/schema/20110825_rename_lastUpdatePrefs_tiki.sql: fix failed queries, apparently the comment didn't work on Windows [01:33] New Forum Posts: Module freetags_morelikethis: Which type indicators does the type parameter accept? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42328 [03:08] *** changi|ffa has quit IRC (*.net *.split) [03:10] *** changi|ffa has joined #tikiwiki [03:32] *** Caarrie|away is now known as Caarrie|sleeping [03:45] New Forum Posts: Social Networks - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42329 [03:46] *** olinuxx has joined #tikiwiki [04:06] *** nkoth|nelson has quit IRC (Quit: nkoth|nelson) [05:15] *** olinuxx has quit IRC (Read error: Connection reset by peer) [05:59] *** AldenisZen has quit IRC (Quit: Leaving) [07:32] tikiwiki: 03chibaguy * r37616 10/mods/trunk/Packages/themes-underground_tiki_7.info: [FIX] Typo. [08:10] *** fabricius has joined #tikiwiki [08:16] *** arildb has joined #tikiwiki [08:16] tikiwiki: 03chibaguy * r37617 10/mods/trunk/ (41 files in 11 dirs): [NEW] Tikipedia theme for Tiki 7. (Emulates Mediawiki's default Vector theme.) [08:31] *** arildb has quit IRC (Quit: Leaving) [08:31] *** arildb has joined #tikiwiki [09:22] *** jonnyb has joined #tikiwiki [09:22] *** jonnyb has quit IRC (Client Quit) [09:24] tikiwiki: 03chibaguy * r37618 10/mods/trunk/Packages/themes-tikipedia_tiki_7.info.txt: [FIX] Wrong filename extension. [10:08] *** gillesMM has quit IRC (Remote host closed the connection) [10:08] tikiwiki: 03chibaguy * r37619 10/mods/trunk/ (24 files in 8 dirs): [NEW] Twenty Ten theme for Tiki 7. (Emulates WordPress's default Twenty Ten theme.) [10:15] *** svdasein has quit IRC (Ping timeout: 255 seconds) [11:15] polom tikiverse [11:15] *** coaboa|afk is now known as coaboa [11:20] *** arildb_ has joined #tikiwiki [11:20] *** arildb has quit IRC (Read error: Connection reset by peer) [11:32] *** Caarrie|sleeping is now known as Caarrie|away [11:32] *** RobertPlummer has joined #tikiwiki [11:39] *** RobertPlummer has quit IRC (Ping timeout: 256 seconds) [11:42] polom coaboa [12:07] tikiwiki: 03sept_7 * r37620 10/trunk/tiki-calendar_json.php: [FIX] FullCalendar : fix display when description is null (thanx marc) [12:33] Quick uestion to everybody who is in CSS: [12:33] I want to define the horizontal line in a custom theme [12:33] the
should be 2 px solid [12:33] how can I do that? [12:34] hr { 2px solid #AAAAAA;} does not work [12:36] Sorry for the uestion - I got it myself -> hr { background: #AAAAAA; height: 2px; } [12:37] tikiwiki: 03chealer * r37621 10/trunk/installer/tiki-installer.php: [FIX] Installer: "Undefined variable: double_encode_fix_attempted" [12:37] *** arildb_ is now known as arildb [12:38] *** arildb has quit IRC (Quit: Leaving) [12:38] *** arildb has joined #tikiwiki [12:38] chealer: are you here? [12:38] tikiwiki: 03chealer * r37622 10/trunk/installer/tiki-installer.php: [FIX] Installer: "Undefined variable: max_exec_set_failed" [12:39] hi arildb. kind of [12:39] I'm even on Windows :-P [12:39] arildb: it's good to see you too, there's an error related to InnoDB I'm not sure what to think of [12:40] chealer: I am about to commit some new changes to the .js files. Just some final testing first. Do you have a chance to redo your WYSIWYG test afterwards? [12:40] chealer: InnoDB..ok. What? [12:40] arildb: if you go in the installer to update, do you get a failed query about the famous "SHOW TABLE STATUS LIKE"? [12:41] arildb: not currently as I'm not on my normal OS [12:41] arildb: are you trying to address the blank pages Mauriz reported? [12:42] chealer: I haven't seen that error, no. I changed that SQL so it would be more compatible. demo.tiki.org did not like it with ...STATUS WHERE NAME LIKE... [12:42] arildb: I saw that. but I'm always getting an error updating even with the new version. I wonder why I would be the only one. [12:43] chealer: the blank pages comes from a decoding failure. The coming update will attempt an unescape decoding if the decodeURIComponent fails. It works better. [12:43] chealer: which MySQL version are you running? [12:44] arildb: 5.1 [12:44] chealer: Is InnoDB available in your MySQL installation. I have not been able to test it with an installation that doesn't have InnoDB [12:44] arildb: but shouldn't that only affect pages with broken links? [12:45] chealer: the decoding error affects the page when it's loaded from the database and parsed in .js [12:45] arildb: and when it has a misencoded link, no? [12:46] chealer: Thus any page that is saved using WYSIWYG (has the escape coding) will fail). Hopefully the next commit will fix it [12:46] chealer: It's the page itself that has the incompatible coding (after the new decoder is used). [12:47] chealer: Old pages may have been encoded using escape. Trying to decode using decodeURIComponent, will cause a failure [12:47] i.e. a blak page [12:47] arildb: the whole page is encoded :-? [12:47] chealer: yes [12:48] I believe so [12:48] arildb: do you understand why? [12:48] arildb: yes, InnoDB is enabled [12:48] chealer: The failed encoding is in a link. I am not sure if the whole page is encoded [12:49] chealer: Do you get the InnoDB when doing a (clean) reinstall? [12:49] arildb: OK. so normally that should only affect pages which contain a misencoded link, right? [12:49] arildb: didn't try... [12:49] chealer: yes, I believe so [12:51] arildb: OK. also, you saw my message saying that after saving with the new version, the page has the blank page problem when doing a new edit? [12:52] chealer: Good if you don't save the page with the blank page. Can use it to test the update [12:56] hum, that is strange, I'm unable to reproduce the SHOW TABLE LIKE error now [12:58] chealer: ok. Makes it difficult to debug [12:59] Hi, Re Captcha seems not to work in 8.0 SVN Trunk [12:59] arildb: particularly when xdebug is not working [12:59] anybody nows about it? [12:59] arildb: do you have a working debugger BTW? [13:00] chealer: Yes, I am using vs.php. Works great! [13:07] chealer: fyi. the next update will change some encodeURIComponent calls to encodeURI calls. URLs should be encoded with encodeURI. That produces a valid URL. encodeURIComponent doesn't [13:08] OK, sounds good! [13:12] arildb, chealer question: what is the plugin called, where I can include a page into another one? [13:13] fabricius, using iframe will work [13:13] uhh [13:14] :-D [13:14] I am not sure, if {INCLUDE()} is for that - I want to write a note and pin it on diferent pages, maintain changes centrally [13:15] I try to avoid iframes [13:15] but thanks [13:15] iframe would work, yes [13:20] ah should be {INCLUDE()} [13:20] doc.tiki.org rocks ;-) [13:25] WOW {INCLUDE()} is pretty cool [14:24] tikiwiki: 03chealer * r37623 10/trunk/ (4 files in 2 dirs): remove some useless httpd configuration files [14:28] *** nkoth|nelson has joined #tikiwiki [14:29] tikiwiki: 03chealer * r37624 10/trunk/installer/ (.htaccess web.config): Installer httpd configuration: Deny everything [14:36] tikiwiki: 03chealer * r37625 10/trunk/lib/.htaccess: simplify filtering [14:54] tikiwiki: 03arildb * r37626 10/trunk/ (4 files in 4 dirs): [FIX] When a URL is being decoded use decodeURI, instead of decodeURIComponent. Also attempt an unescape decoding if the loaded page fails the decodeURIComponent decoding. should help backward compatibility. [14:55] chealer: I have just committed the latest change. Good if you can redo you tests when you find time [14:57] arildb: cool [15:02] arildb: hohoho, I found something interesting, check $_SERVER["IIS_UrlRewriteModule"] [15:02] the value is curious, but it seems like a simple way to test the rewrite module [15:02] chealer: I never saw that one! [15:03] chealer: ah, there it is! [15:03] http://forums.iis.net/t/1159330.aspx [15:04] chealer: good one! [15:04] arildb: yep, and there it goes when the module is uninstalled [15:05] chealer: should be integrated [15:07] arildb: yes. do you feel like working on that? I'm finalizing a commit to eliminate our dependency on RewriteModule. However, it will still be conditionally required to use SEF URLs. [15:07] arildb: so ideally we would move the test to the SEFURL admin control panel [15:08] chealer: I can take a look at it later. Must go shopping soon, before the stores close [15:08] arildb: great :-) [15:09] chealer: would be good if you could do a quick test of the international character link problem. I could not replicate your result. [15:09] arildb: OK, thanks anyway [15:17] tikiwiki: 03mlustenberg * r37627 10/trunk/lib/ (ckeditor_tiki/plugins/tikiwiki/plugin.js wiki/editlib.php): [FIX] regression from r37568: the changed encoding did break the editor switch as well as the Visual Wiki [15:22] tikiwiki: 03chealer * r37628 10/trunk/ (7 files in 7 dirs): [15:22] tikiwiki: IIS: use standard RequestFilteringModule instead of RewriteModule for request filtering. [15:22] tikiwiki: Dependency on URL Rewrite was introduced in r26000. Thanks Arild Berg. [15:30] chealer: with your new update, should the check for the URL Rewrite module be removed. I guess it is still needed for SEFURL on IIS? [15:34] arildb: see tiki-devel [15:34] ok [15:38] *** chealer has quit IRC (Read error: Connection reset by peer) [15:43] *** chealer has joined #tikiwiki [15:43] *** chealer has quit IRC (Changing host) [15:43] *** chealer has joined #tikiwiki [16:06] tikiwiki: 03nkoth * r37629 10/trunk/lib/socialnetworkslib.php: [FIX] Facebook no longer supports POST for oauth handshake, so using GET solving so-called test users only error [16:16] Iback [16:18] tikiwiki: 03nkoth * r37630 10/branches/7.x/lib/socialnetworkslib.php: [bp/r37629][FIX] Facebook no longer supports POST for oauth handshake, so using GET solving so-called test users only error [16:32] re arildb. I'm back on UNIX [16:32] chealer: good to be back" home", I assume [16:33] chealer, ...and I have done my shopping. Thinking of checking out the SEFURL on IIS now [16:33] arildb: indeed, I don't feel handicap anymore :-) [16:33] chealer: he he [16:33] still looking at the installer a bit though (will check encoding later) [16:34] hum, I'm getting really long pageload times sometimes since a few days. at least 20 seconds just for viewing the homepage [16:40] tikiwiki: 03nkoth * r37631 10/trunk/ (3 files in 3 dirs): [MOD][FIX] Remove confusing pref which Facebook removed themselves some time ago since it never really was necessary [16:47] tikiwiki: 03nkoth * r37632 10/branches/7.x/templates/tiki-socialnetworks.tpl: [bp/r36021][FIX] obvious typo, fixed in trunk as part of larger fix only this part is backported [17:01] chealer: when I go into the SEFURL config panel, there is an explicit note about not using this feature on IIS. Is this a historical note, or? [17:03] arildb: what is the exact message? [17:04] chealer: "Do not use on IIS", I believe it said. See SEFURL panel and the "warn" icon [17:04] *** Warkster has quit IRC (Quit: No Ping reply in 180 seconds.) [17:04] *** Narkster has joined #tikiwiki [17:06] arildb: I can't find that string and I can't see any warning in the SEFURL panel (but then I'm not supposed to) [17:07] chealer: It says: "Do not use if your server is IIS" [17:07] In the "Activate the feature" section [17:10] New Forum Posts: Forums list refuses to show latest entries; comments to opening posts are not accesible. - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42333 [17:13] arildb: oh. this comes from http://sourceforge.net/apps/trac/tikiwiki/changeset/33293 [17:13] "[MOD] adding a warning following some reported issues. This really should be better checked via the code, but until it is..." [17:14] chealer: I did a test on IIS, and SEFURL seems to work well. A small change is needed in the web_config file though, so IIS will allow the '+' signs [17:14] arildb: I'm not sure what reported issues he was referring to. could be worth asking [17:14] I guess the hint can simply be deleted, or? [17:15] arildb: maybe, but again I'm not sure what reported issues Marc was referring to. [17:15] if you want to be safe, ask [17:16] maybe instead of being deleted the warning should be changed to indicate that web.config needs to be present [17:16] That's the same with _htaccess. So, I don't see the need for any special IIS notices. [17:17] arildb: right, but a missing .htaccess is detected (see admin/include_sefurl.php). that still needs to be done for IIS [17:18] ok [17:18] tikiwiki: 03arildb * r37633 10/trunk/web_config: [FIX] Specify that IIS should allow the '+' signs in the URL for SEFURL support [17:19] tikiwiki: 03nkoth * r37634 10/trunk/lib/socialnetworkslib.php: [FIX] More facebook fixes - sorry about the bad fix the last commit [17:20] tikiwiki: 03nkoth * r37635 10/branches/7.x/lib/socialnetworkslib.php: [bp/r37634][FIX] More facebook fixes - sorry about the bad fix the last commit [17:27] *** fabricius has quit IRC (Ping timeout: 255 seconds) [17:29] still can't get stuff to appear in my FB wall grrr [17:36] nkoth|nelson: fingers crossed [17:39] Hi I am looking at getting SEFURL working on IIS. In the fileadmin/ include_sefurl.php, there is a check using "This line is used to check that this htaccess file is up to date". Can somebody please brief me on how this checking mechanism works? [17:46] Hello, I would expect it just compares it with the _htaccess one [17:47] which is the bundled one that has to be renamed [17:48] lphuberdeau, so it simply checks if the current .htaccess file is the one provided with Tiki [17:48] might check the age of the file [17:48] because some sites customize the file [17:49] that's what I was thinking, but then again, if the customized updates where OK, how to turn off the age not-OK? [17:49] hum, just warn when _htaccess is more recent than .htaccess? [17:51] tikiwiki: 03mlustenberg * r37636 10/trunk/lib/ (test/editlib/ParseToWiki_TextTest.php wiki/editlib.php): [FIX] Visual Wiki: remove empty centered tags (they get not parsed) [17:57] arildb: see http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/trunk/_htaccess?r1=29519&r2=29518&pathrev=29519 and http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=29520 on the Apache version [17:57] thanks [17:58] arildb: does that clarify? web config has no similar line at this point, so a first step would be to version it similarly [18:00] chealer: All it seems to do is to check if the specified string is contained in the line. If the .htaccess has been customized, I don't see how this mechanism would catch it. [18:04] A question; the function isIIS() is currently located in the installer. I need to get access to it in the feature config panel (for SEFURL). Where is a suitable place to move it? [18:04] arildb: it doesn't check if the file is customized, it checks if it's up to date only [18:04] bbl [18:19] arildb: it could be in lib/init/initlib.php [18:20] *** arildb has quit IRC (Read error: Connection reset by peer) [18:21] *** arildb has joined #tikiwiki [18:26] tikiwiki: 03mlustenberg * r37637 10/trunk/lib/wiki/editlib.php: [FIX] Visual Wiki: ignore centerd text that contains spaces only (empty centerd tags are dropped anyway when parsed) [18:26] *** marclaporte has joined #tikiwiki [18:28] marclaporte: do you remember what issues http://sourceforge.net/apps/trac/tikiwiki/changeset/33293 refers to? [18:29] chealer: ok, I will move it to initlib [18:30] chealer: maybe this is no longer a problem with latest commits? [18:33] marclaporte: my commits from this morning doesn't change IIS SEFURLs. were you thinking of something else? [18:34] we're aware that issue with web.config (missing or outdated) are not reported on IIS, but I don't know a problem that should keep people away from using SEFURLs on IIS [18:34] s/issue/issues/ [18:38] *** conner_bw has joined #tikiwiki [19:09] boy i am really not in good shape today [19:09] finally see it [19:09] nkoth|nelson: great :) [19:12] tikiwiki: 03nkoth * r37639 10/trunk/lib/socialnetworkslib.php: [FIX] Mistake from previous commit, Facebook should be ok now. [19:13] tikiwiki: 03nkoth * r37640 10/branches/7.x/lib/socialnetworkslib.php: [bp/37639][FIX] Mistake from previous commit, Facebook should be ok now. [19:17] *** conner_bw_ has joined #tikiwiki [19:17] *** conner_bw has quit IRC (Read error: Connection reset by peer) [19:17] *** conner_bw_ is now known as conner_bw [19:25] ooh, Nelson out of Jediness! scary [19:25] nkoth|nelson: you must be doing too much Facebooking [19:27] the facebook api is like kryptonite [19:31] haha [19:33] Jediness ? [19:33] how does it look like ? [19:33] :) [19:35] weird, in 6.4 props i assigned tiki_p_submit_article to registered but when i switch the user, he doesn't see a noption in the menu to submit articles... is my app menu outdated ? [19:36] * luciash goes to check Admin > Menus [19:37] *** nkoth|nelson has quit IRC (Quit: nkoth|nelson) [19:38] ah, i need feature_submissions it seems [19:39] * luciash didn't know it is separate feature for articles [19:53] *** conner_bw has quit IRC (Quit: conner_bw) [19:54] *** conner_bw has joined #tikiwiki [19:57] *** conner_bw has quit IRC (Client Quit) [19:59] *** conner_bw has joined #tikiwiki [20:01] *** conner_bw has quit IRC (Client Quit) [20:03] tikiwiki: 03robertplummer * r37641 10/trunk/lib/ (2 files in 2 dirs): [NEW] Added the ability to paginate using input/keyup/enter, tested with both ajax functionality and standard. Supports multi calls on the same page. [20:30] *** conner_bw has joined #tikiwiki [20:36] *** conner_bw has quit IRC (Quit: conner_bw) [20:47] *** fabricius has joined #tikiwiki [20:47] polom [20:49] *** conner_bw has joined #tikiwiki [21:12] *** conner_bw has quit IRC (Quit: conner_bw) [21:14] *** conner_bw has joined #tikiwiki [21:25] *** conner_bw has quit IRC (Ping timeout: 248 seconds) [22:30] *** AldenisZen has joined #tikiwiki [22:53] tikiwiki: 03arildb * r37642 10/trunk/ (6 files in 6 dirs): [22:53] tikiwiki: [FIX][REF] SEFURL now works on IIS. web_config has appSetting "TikiConfVersion" which must be incremented every time the settings are changed [22:53] tikiwiki: isIIS() is moved from installlib to initlib