[00:02] tikiwiki: 03luciash * r22124 10/trunk/lib/core/lib/TikiDb/Pdo.php: [FIX] PostgreSQL: ERROR: LIMIT #,# syntax is not supported HINT: Use separate LIMIT and OFFSET clauses. [00:03] *** MartinCleaver has quit IRC (Read error: 60 (Operation timed out)) [00:06] *** Guest62215 has quit IRC ("Page closed") [00:25] *** chealer has quit IRC (Remote closed the connection) [00:29] tikiwiki: 03luciash * r22125 10/trunk/lib/ (core/lib/TikiDb.php tikilib.php): [FIX] PostgreSQL: fix to avoid invalid input syntax for integer: "value" (sorry, the previous didn't work) [00:46] default barebones installation now works in Postgres [01:02] tikiwiki: 03luciash * r22126 10/trunk/lib/wiki/semanticlib.php: [01:02] tikiwiki: [MOD] semanticlib: adding backticks to camelCase names [01:02] tikiwiki: [FIX] PostgreSQL: editing wiki page now works [01:08] *** SEWilco2 has joined #tikiwiki [01:51] *** jonnyb has quit IRC () [02:07] *** Caarrie is now known as Caarrie|sleeping [02:08] *** franck_ has joined #tikiwiki [02:09] *** franck_ has quit IRC (Remote closed the connection) [02:09] *** franck_ has joined #tikiwiki [02:10] *** franck has quit IRC (Read error: 113 (No route to host)) [02:10] *** franck_ is now known as franck [02:15] *** MartinCleaver has joined #tikiwiki [02:17] *** stripmind has quit IRC (Read error: 110 (Connection timed out)) [02:22] *** danopia has quit IRC (Read error: 104 (Connection reset by peer)) [02:37] *** luminoso has quit IRC (Read error: 54 (Connection reset by peer)) [02:37] *** luminoso has joined #tikiwiki [03:52] *** SEWilco2 has quit IRC ("Leaving.") [04:21] *** MartinCleaver has quit IRC () [04:34] *** stripmind has joined #tikiwiki [05:05] *** chealer has joined #tikiwiki [05:23] *** c_schmitz has joined #tikiwiki [05:30] *** pkdille has joined #tikiwiki [05:49] *** franck has quit IRC () [05:55] *** chibaguy has joined #tikiwiki [06:52] *** ndowens has joined #tikiwiki [06:53] Ok I am trying to create a menu on the top bar, so people can click on it to go to that page. kinda like the bar at the very top of the tiki homepage [06:54] I have been trying to work with the menu option in admin but I can't figure it out, maybe someone could point me to the right direction [06:59] anyone please [07:14] *** Wilkins has joined #tikiwiki [07:20] *** stripmind has quit IRC (Read error: 110 (Connection timed out)) [07:25] ndowens, menus are made at tiki-admin_menus.php. [07:25] when the menu is created, it gets an id number. [07:26] Then you enter that number in the topbar menu id box on tiki-admin.php?page=look [07:26] go to http://doc.tikiwiki.org for details. [07:29] thx [07:43] I almost got it. but it only shows the option when I am signed in as admin, even though I have it set to show with anonymous as well [07:58] chibaguy: don't understand why the menu goes away after sign out [08:02] try clearing your caches (tiki-admin_system.php). Other than that, I don't know. [08:06] also try clearing your browser's cache [08:06] nope [08:14] I recall seeing that problem (reports), but don't know what the solution is. Maybe somebody will read the log here and have an answer. [08:14] I just cleared out my database for it, and gonna retry again, maybe I did something wrong, no clue [08:15] only thing left that i know to try [08:23] ok [08:24] still does it [08:28] as I said, maybe someone else will see the irc log and have an answer. It's the slow time of day in this channel, still. [08:38] well i figured out how to do it on the left side of page :-) it's a start [09:32] *** ndowens has left [10:02] hi [10:02] hey chibaguy, mollio theme looks realy good [10:03] i like the styling on menus especially ;) [10:06] hi luciash [10:07] yes, the designer(s) of mollio made some good things to use for tiki :-) [10:09] the menu dropdown background images are cool, but afaik they prevent the menu from having a shadow, since they are the ul background already. [10:10] but you made the styling of the menus ! :) [10:10] ah [10:11] it looks cool without the shadow too [10:11] yeah, a good tradeoff. [10:12] I'll commit the files to svn users/ pretty soon. [10:13] *** jonnyb has joined #tikiwiki [10:14] the original mollio also uses one image file for a lot of the icons, displaying them as sprites, with big -margins to offset, etc. Some good ideas to learn from. [10:14] mostly I carried over the same css for tiki. [10:16] yep, sprites are nice [10:26] maybe something to think about for tiki 5, if there's nothing else to do ;-) [10:31] *** danopia has joined #tikiwiki [10:37] haha [10:47] *** Caarrie|sleeping is now known as Caarrie [11:59] how can I show the edit fields of a tracker form for Anonymous users? using the PluginTracker to display the form, it lists the field name, but doesn't list the edit fields [12:01] Anonymous has the permission tiki_p_create_tracker_items [12:02] Bamieater: try the TRACKER plugin in a wiki page [12:03] otherwise you need to assign perm tiki_p_modify_tracker_items [12:04] luciash: this you mean? {TRACKER(trackerId=>1, action=>Verstuur, showmandatory=>y, embedded=>n)}Bedankt voor uw bestelling. We nemen zo spoedig mogelijk contact met u op.{TRACKER} [12:05] yeah, I have that in a wiki page [12:06] as admin it does display the names + edit fields, as anonymous user it does display the names, but doesn't display the edit fields [12:11] Bamieater: i understand, i have it working somehow here: [12:14] Bamieater: i can have a look what i have set there [12:14] *** rodrigo_sampaio has joined #tikiwiki [12:15] Bamieater: {TRACKER(email="|57|custom_thank_you.tpl",fields="52:53:54:55:56:57:58", trackerId="4", action="Odeslat", colwidth="20%", url="tiki-index.php?page=Děkujeme")}{TRACKER} [12:19] Bamieater: tiki_p_create_tracker_item is enough [12:19] hmm [12:20] let me try to quote the parameters first [12:21] Bamieater: make sure your fields have "Field is public? (viewed in trackerlist plugin)" set [12:22] yes, was about to ask that next, how you setup the fields :-) [12:22] Bamieater: i think that should do the trick for you [12:22] Field is public is checked [12:22] Field is hidden: not hidden [12:23] Visible/editable by: Anonymous [12:24] Bamieater: i ave nothing else set for these fields [12:24] it is 3.1 [12:25] hmm [12:25] 2.x [12:26] upgrading to 3.x breaks a lot of other features, so that's not an option [12:27] so only Field is public checked, will try to remove all those other options first [12:27] i bet that's the problem for you... was probably fixed in 3.x [12:27] then I am sure it isn't a pebkac issue ;-) [12:28] you can try tiki_p_modify_tracker_item but then anonymous can edit every tracker item i guess [12:28] hmm, but the 2.x documentation states it should work [12:28] yeah, tried tiki_p_modify_tracker_item also [12:29] Bamieater: you can also try to get only the plugin from 3.x [12:29] and replace yours [12:29] Bamieater: are you sure that the page has not been updated [the doc] to 3.x ? [12:29] yeah, or check which bugs are fixed [12:29] Caarrie: docs mentioned 2.x [12:29] you could also try to let the devs like luciash [12:30] know what issuse are with 3.x [12:30] *issues [12:30] so they can be fixed or they can tell you what can be done to fix them on your end [12:30] they do sometimes have security fixes that could be important to your site [12:31] yeah, but 2.x -> 3.x breaks a lot of features in our case [12:31] Bamieater: btw, only speciality checkbox i have ticked on tiki-admin_trackers.php?trackerId=4 is "Only one item per user or IP" if that matters [12:31] hmm [12:32] but i don't guess so [12:32] Bamieater: and my point is you should let the devs know what breaks so they can fix it or tell you how to fix it, saying it does not work does not fix the issue with the upgrade [12:32] they are working on the next major release already so you will only fall further behind with fixes and security issues [12:33] Caarrie: i guess it is fixed in 3.x and we won't fix it for 2.x ;) [12:33] i figured that luciash [12:33] so an upgrade and fixing his other issues could help ;) [12:33] Caarrie: yeah, I will check the diffs between 2.x and 3.x of plugintracker [12:33] ah, the other issues, right :) [12:34] Bamieater: that is not my point [12:34] ah [12:34] Bamieater: it is all your issues [12:34] why you cant upgrade and what does not work when you do [12:34] tikiwiki: 03jonnybradley * r22127 10/trunk/lib/workspaces/wslib.php: [FIX] Missing global [12:34] Caarrie: maybe php4 ? ;) [12:34] sounds like he has tried to upgrade already, so i dont think so [12:34] already discussed this in this channel with someone else and decided to roll back to 2.x [12:34] tikiwiki: 03jonnybradley * r22128 10/trunk/lib/ajax/tiki-ajax.js: [FIX] Don't show big grey box of AJAX triggered by something other than loadComponent (e.g. autosave) [12:35] well maybe they were not the only one that could help Bamieater [12:35] there are many devs here at different times with different abilities to help [12:35] yeah, have php5 :-) [12:35] tikiwiki: 03jonnybradley * r22129 10/trunk/lib/userslib.php: [NEW] New function to get all perm features [12:35] you could explain to luciash and see what he suggests [12:35] Bamieater: if you reported a bug you can point to it here using >bug XXYY [12:36] where XXYY is the ID of the bug [12:36] >bug luciash [12:36] see http://dev.tikiwiki.org/bugluciash [12:36] tikiwiki: 03jonnybradley * r22130 10/trunk/lib/smarty_tiki/function.treetable.php: [ENH] New param for treetable to allow HTML in column data [12:36] :) [12:36] Caarrie: i am not an ID ;) [12:36] you so sure? [12:37] luciash: I think there are no bugs involved [12:37] gotta code, bbl [12:37] Bamieater: if it does not work right it is a bug [12:37] one big issue is that the theme will break, but that's already known [12:38] many people have upgraded from 2.x to 3.x with no issues and not spoken up about things that have broken [12:39] can't really remember everything [12:39] there was a problem with FancyTable [12:39] well you could copy your db and run an upgrade seperatly and see what happens and let the devs help fix the issues [12:40] but iirc that was fixed immediately [12:40] ok [12:41] I also tried loads of upgrade paths [12:42] 2.x -> 3.0 -> 3.1 for example [12:42] well unless you list your issues again and what seems to break or not work as expected none of the devs can help you, and therefore you cant take advantage of fixes and new features [12:42] yeah, will dive into it again :-) [12:42] ok [12:43] thank you guys for your help so far :-) [12:43] tikiwiki: 03jonnybradley * r22131 10/trunk/ (2 files in 2 dirs): [12:43] tikiwiki: [ENH] New features picker tab for object perms. [12:43] tikiwiki: Various other fixes and minor improvements. [12:59] *** jonnyb has quit IRC () [13:05] *** Caarrie is now known as Caarrie|away [13:14] How can I rate a forum post .. I see the score value. But I do not see where I can scrore it? [13:19] found it - I can not vote my own post ;-) [13:25] *** MartinCleaver has joined #tikiwiki [13:27] I wonder what the problem is when css menu dropdowns stay dropped down (open), until I reload the page. this happens at a trunk installation updated by ftp (so some old redundant files are there too) [13:27] *** luminoso_ has joined #tikiwiki [13:27] I replaced css and jquery so far, and no improvement. [13:29] mm, maybe it's fixed now.... [13:29] *** luminoso has quit IRC (wolfe.freenode.net irc.freenode.net) [13:29] *** Kissaki has quit IRC (wolfe.freenode.net irc.freenode.net) [13:30] no, on some pages the menu (topbar css) gets stuck in the open position (everything dropped down). [13:30] tikiwiki: 03sylvieg * r22132 10/trunk/comments.php: [FIX]comments: the sort was not always set [13:31] but not consistently, and not so much now. maybe it just needed loosening up ;-) [13:32] chibaguy: it happened to me with JS off [13:34] maybe i have a js file that's broken. [13:38] Also, something is strange about the Mollio theme at this site: when a page loads, all the topbar menu dropdowns drop down and stay down until the page finishes loading. I don't see that in other themes. [13:39] Only the theme css is different. [13:39] *** MacLeod has joined #tikiwiki [13:41] *** MartinCleaver has quit IRC (Read error: 104 (Connection reset by peer)) [13:41] *** MartinCleaver_ has joined #tikiwiki [13:41] *** MartinCleaver_ is now known as MartinCleaver [13:47] *** MacLeod has quit IRC (Ping timeout: 180 seconds) [13:53] ....something to try to find [13:54] *** MacLeod has joined #tikiwiki [13:55] *** Kissaki has joined #tikiwiki [13:55] *** MacLeod has left [13:56] *** MacLeod has joined #tikiwiki [13:56] tikiwiki: 03sylvieg * r22133 10/trunk/lib/setup/prefs.php: missing prefs [14:01] *** MartinCleaver has quit IRC () [14:03] *** jonnyb has joined #tikiwiki [14:14] Is there a way to put a registration box in a wiki page? [14:14] hi sylvie [14:14] hi [14:15] isn't there a plugin to put modules in pages? (in fact, didn't you write it?) :) [14:15] but registration is not a plugin or a module?? [14:16] oh yes, of course... (i was thinking of the login module) [14:16] ah - there is a mod-register [14:17] *** Caarrie|away is now known as Caarrie [14:22] *** luminoso_ has quit IRC (Read error: 145 (Connection timed out)) [14:26] *** luminoso has joined #tikiwiki [14:40] *** stf has joined #tikiwiki [14:41] *** stf has left "Killed buffer" [14:46] *** shawnadler has joined #tikiwiki [14:54] *** stripmind has joined #tikiwiki [15:00] tikiwiki: 03sylvieg * r22134 10/trunk/ (3 files in 3 dirs): [FIX]register: to have the module witht eh same behavior that tiki-register.php (ex: ask for groups) [15:05] hi [15:05] is there a way to NOT have the advances search enabled by default? [15:05] *advanced [15:05] since it is buggy [15:06] Info: Tiki turns 7 years old. Happy Birthday Tiki! - http://info.tikiwiki.org/tiki-read_article.php?articleId=75 [15:06] *** marclaporte has joined #tikiwiki [15:11] *** SEWilco2 has joined #tikiwiki [15:14] marclaporte: first time we've been on again at the same time! you had asked if my WSOD problem was also duplicated when using {content id=#} rather than {rcontent id=#}. The answer is no. rcontent pretty reliably creates a WSOD though. [15:21] *** c_schmitz has quit IRC (Nick collision from services.) [15:21] stripmind: ok, I am not surprised [15:21] did you report a bug? [15:22] probably a remnant of major overhaul of plugins [15:22] i can do that. [15:22] glad to hear i'm not crazy. [15:24] I didn't say your weren't crazy :-) [15:24] :) [15:24] if you have short content, perhaps you could use cookie feature [15:26] I had text formatting in my dynamic content that woulnd't fit in cookies. for now I suppose I can use dates to rotate text. [15:35] did you try to look at code? [15:36] if your error messages are activated (ex: via debug profile), do you see an error message with a line number? [15:38] * marclaporte just used duplicate tracker for the first time (amazing!!) [15:39] i'm as green as they come when it comes to debugging. [15:39] but willing to learn? [15:43] Happy birthday Tiki! http://info.tikiwiki.org/article75 [15:44] stripmind: super! [15:44] so 1st thing is to look at code and try to detect obvious errors [15:44] i was going to try and replicate the problem at: http://demo.opensourcecms.com/tiki/tiki-login.php, but can't seem to login as admin saw the password as admin and as demo, neither seem to work. [15:45] lib/wiki-plugins/wikiplugin_rcontent.php [15:46] open that file on your system [15:46] do you see ?> at the end? [15:49] sure [15:53] *** Wilkins has quit IRC (Read error: 104 (Connection reset by peer)) [15:59] Do people usually make menu section links (top-level link in a menu that has children) a link to something, not just href="#" (current page)? It's been irritating to me lately to have "#" links because I click on them and just get a page refresh. ;-) [16:00] I noticed some of these on my sites and on tiki project sites. [16:01] convenient/necessary in order to have the child links, but maybe it should always be a link with content itself, even if (logically) an intro page to whatever the children have in common. [16:03] I think a usability expert would have something (not good) to say about a top link Try Me! (a href="#") with one child Demo (a href="demo page url"). [16:03] :-) [16:03] stripmind: : remove it [16:03] k [16:04] * chibaguy has menus to reorganize [16:22] stripmind: : did that help? [16:31] polom [16:31] what does polom mean anyway? Is it the sound you do stumbling into the chan? [16:31] polom [16:31] >whatis polom [16:31] 'polom' could be (#1) a geeky greeting in #tikiwiki channel, simmilar to hello ;), or (#2) a common greeting in #tikiwiki that is often mirrored for answering like 'moloq' or 'bolow' or answer whatever you feel like right now, or (#3) a greeting in #tikiwiki that was once used by someone and quickly stuck to become common culture of the community, or (#4) just some word of babytalk ;P [16:32] I'll stick with sumbling [16:32] chibaguy: i agree [16:33] marclaporte we're moving away from the deadline :P http://dev.tikiwiki.org/tiki-index.php?page=Database+independence [16:33] from yesterday when I checked we already made several hours away from the deadline [16:34] deadlines are to be extended ;) [16:34] plausible promise is the key thing [16:35] "I love deadlines. I like the whooshing sound they make as they fly by." Douglas Adams [16:35] hahahahahahahahahahah [16:35] :D [16:35] :) [16:36] whos that [16:36] damn, he doesn't know Douglas Adams ! [16:36] >google "Douglas Adams" [16:36] Error: Error connecting to Google.com. [16:37] oups [16:37] kissaki: Turn in your towel. [16:37] :D [16:38] !google douglas adams [16:38] News results for douglas adams @ http://news.google.com/news?hl=en&q=douglas+adams&safe=off&lr=lang_all&oe=utf-8&um=1&ie=UTF-8&ei=F2fPSt3hO8mF-QbXu6CTAw&sa=X&oi=news_group&ct=title&resnum=1 | Douglas Adams - Wikipedia, the free ency @ http://en.wikipedia.org/wiki/Douglas_Adams | Douglas Adams @ http://www.douglasadams.com/ | Books by Douglas Adams @ [16:38] http://books.google.com/books?as_auth=Douglas+Adams&source=an&ei=F2fPSt3hO8mF-QbXu6CTAw&sa=X&oi=book_group&ct=title&cad=author-navigational&resnum=6 [16:43] me [16:43] polom [16:43] I have a deadline for my report coming up as well... [16:44] but *wooosh* would probably not be as fun or good... [16:44] profiles.tw.o seems down [16:48] yay! [16:57] server is overloaded [17:00] if some people want to join me to try http://bigbluebutton.org/tryout [17:03] marclaporte, unfortunately, rcontent still makes WSOD. Fatal error: Call to undefined method TikiLib::get_random_content() in ... [17:05] at least, you have error message [17:05] not WSOD :-) [17:05] *** chibaguy has quit IRC (Read error: 104 (Connection reset by peer)) [17:05] true! [17:05] was this by removing the ?> [17:10] no, this was enabling error messages. [17:11] marclaporte: same error messages for the old and changed versions of wikiplugin_rcontent.php [17:13] *** drews has joined #tikiwiki [17:15] interestingly, I noticed something else, when I accidentally misnamed wikiplugin_rcontent.php to wikiplugin_rcontentphp (no . before php) WSOD disappeared. rcontent seemed to randomize and display content. However- the error that seemed to be introduced in 3.0 was still present. Namely, the text formatting of the dynamic content was not correctly displaying, ie not parsing tiki text-formatting syn [17:15] tax. [17:16] errr... or something like that. does that make sense? [17:23] stripmind: oh, seems conflict between plugin {RCONTENT() /} and {rcontent} wiki syntax to me, because recently the syntax was made more universal and plugins can be called using lowercase {pluginname} syntax too [17:26] actually, now plugins can be called as {PN(p1=>foo,p2=>bar)}{PN} or {PN(p1=foo p2=bar) /} or {pn p1=foo p2=bar} etc. [17:26] Well, I'm getting the WSOD when I put {rcontent id=1} into an assigned module. [17:27] try to put it there as {wiki}{rcontent id=1}{/wiki} [17:28] also do you have ticked the checkbox "parse content as wiki page" or is it not there ? [17:30] luciash: same error message with {wiki}{rcontent id=1}{/wiki} in the assigned module - Fatal error: Call to undefined method TikiLib::get_random_content() in /home/strip [17:31] 'must be wiki parsed' is checked. [17:32] removing the plugin seems to make it work tho! [17:35] good so far [17:37] so, what's the function of the plugin? if rcontent is also wiki syntax? [17:37] so far? what's next? [17:49] *** kiilo has joined #tikiwiki [17:50] would this be considered a regression bug? for someone (like me) who upgrades and uses rcontent the way I was, they get WSOD without really knowing what's causing it. [17:59] *** Caarrie is now known as Caarrie|away [18:08] *** marclaporte has quit IRC (No route to host) [18:13] well, in any case, {wiki}{rcontent id=1}{/wiki} now does what I wanted to do. [18:14] thanks both marclaporte and luciash [18:32] hunh. I tried to submit this as a bug, but i can't see it to follow it. first bug report... [18:32] http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=2797 [18:33] eh [18:33] *** Kimberliee has joined #tikiwiki [18:33] stripmind: I guess you made your point [18:33] ? [18:34] hahah [18:34] *** drews has quit IRC ("afk") [18:35] do you mean it's parsing the code I quoted in the report to give the WSOD? [18:35] that is funny. [18:36] I'll resubmit hopefully in a way that makes it legible. [18:36] *** changi has joined #tikiwiki [18:37] *** changi is now known as changi|away [18:37] stripmind: in all likelihood [18:42] tikiwiki: 03jonnybradley * r22135 10/trunk/ (3 files in 2 dirs): [18:42] tikiwiki: [ENH] New toolbar dialog type tools. [18:42] tikiwiki: First one: external link [19:09] *** stripmind has quit IRC (wolfe.freenode.net irc.freenode.net) [19:09] *** luminoso has quit IRC (wolfe.freenode.net irc.freenode.net) [19:09] *** dthacker has quit IRC (wolfe.freenode.net irc.freenode.net) [19:09] *** olio has quit IRC (wolfe.freenode.net irc.freenode.net) [19:10] *** stripmind has joined #tikiwiki [19:10] *** luminoso has joined #tikiwiki [19:10] *** olio has joined #tikiwiki [19:10] *** dthacker has joined #tikiwiki [19:12] *** olio_ has joined #tikiwiki [19:12] *** olio has quit IRC (wolfe.freenode.net irc.freenode.net) [19:32] *** kiilo has quit IRC (Read error: 60 (Operation timed out)) [19:42] *** rodrigo_sampaio has quit IRC ("Leaving.") [19:46] *** marclaporte has joined #tikiwiki [19:48] *** kiilo has joined #tikiwiki [19:49] *** shawnadler has quit IRC ("ChatZilla 0.9.85 [Firefox 3.5.3/20090824101458]") [19:50] New Forum Posts: onload event in IFRAME - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34891 [20:04] tikiwiki: 03chealer * r22136 10/trunk/lib/setup/prefs.php: [20:04] tikiwiki: [FIX] $modified['feature_perspective'] notice regression from r20241 [20:04] tikiwiki: lphuberdeau: might want to check that's what you meant [20:05] tikiwiki: 03jonnybradley * r22137 10/trunk/lib/toolbars/toolbarslib.php: [20:05] tikiwiki: [ENH] New toolbar dialog type tools. [20:05] tikiwiki: Second: table builder (v1) [20:13] tikiwiki: 03jonnybradley * r22138 10/trunk/lib/ (headerlib.php toolbars/toolbarslib.php): [MOD] Move include_jquery_ui() into headerlib where it belongs [20:17] tikiwiki: 03chealer * r22139 10/trunk/lib/dcs/dcslib.php: [FIX] quote contentId identifiers [20:25] tikiwiki: 03chealer * r22140 10/trunk/lib/setup/perms.php: [FIX] groups_are_emulated notice [20:28] *** franck has joined #tikiwiki [20:44] tikiwiki: 03alain_desilets * r22141 10/trunk/ (10 files in 6 dirs): [20:56] in the oldies ..the pagetitle was above - now it is in wiki text :-( [20:58] tikiwiki: 03alain_desilets * r22142 10/trunk/tiki-all_languages.php: - Fixed a bug in tiki-all_languages, for when you follow an alias. [20:59] *** MacLeod has quit IRC ("Page closed") [20:59] *** FrankP_german has joined #tikiwiki [21:15] *** franck has quit IRC () [21:29] *** franck has joined #tikiwiki [21:44] tikiwiki: 03nkoth * r22143 10/trunk/tiki-assignpermission.php: [MOD] Refactoring the showing of inherited perms to be more correct (to be able to take account of all including situations) - in preparation for next commit [21:51] New Forum Posts: Borderless tables - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34894 [21:51] New Forum Posts: Can't insert javascript - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34893 [21:52] tikiwiki: 03nkoth * r22144 10/trunk/tiki-assignpermission.php: [21:52] tikiwiki: [MOD] If Anonymous is not automatically included in other groups unless [21:52] tikiwiki: specified, in 4.0, then the showing/shading out of perms as "inherited from [21:52] tikiwiki: Anonymous" should not happen automatically as well (otherwise it's not possible [21:52] tikiwiki: to set them normally) [22:07] luciash: ah, so value was a text field - great fix! it's useful to look at error messages too :) [22:26] *** cheal has joined #tikiwiki [22:35] *** FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de") [22:41] chealer: what ? :) you mean the pgsql problem with tiki_preferences field value+1 ? [22:41] *** chealer has quit IRC (Read error: 110 (Connection timed out)) [22:43] luciash: yeah [22:43] *** cheal is now known as chealer [22:44] luciash: did you find how to enable general log of queries with postgresql? [22:44] nope, i am focused on something else here now currently... i will come back to pgsql later again [22:45] maybe sunday ? [22:46] luciash: no problem, I installed postgres now so it should be easier for me :) [22:46] luciash: I may be there on sunday as well [22:48] *** Caarrie|away is now known as Caarrie [22:51] *** marclaporte has quit IRC (Read error: 110 (Connection timed out)) [22:52] * sylvieg is upset - comments are threaded but tracker comments do not use comment lib - so tracker comment are not htreaded -.. killl code duplication [22:54] luciash: oh, and the empty menu seems to be a new issue not specific to pgsql - tracking that [22:59] *** kiilo has quit IRC ("Leaving.") [23:00] pah [23:00] *** dcedilotte has joined #tikiwiki [23:01] and polom [23:01] shitty Erfahrungsbericht abgesendet [23:01] sylvieg: aye [23:01] chealer: ah, great, thanks for help [23:01] tikiwiki: 03chealer * r22145 10/trunk/lib/wiki/semanticlib.php: [FIX] more DB identifiers quoting [23:01] Kissaki: was scheise ? [23:01] ^^ [23:02] I sent shit via E-Mail [23:02] great, eh? [23:02] ah, sended :) [23:02] good it's over for now [23:02] oh shity, 1 already...l [23:03] now I said enough shit for... this hour [23:03] btw guys good job on postgres / sorry I do not have enough time these days- I would like to help - but was lazy a couple of months - now needs to work - otherwise my husband will laugh at me when doing tax report [23:03] ^^ [23:04] * sylvieg neds also to spend sometimes on ws [23:08] luciash: for the record, I did it with log_statement - it's not as nice as mysql's though [23:21] tikiwiki: 03jonnybradley * r22146 10/trunk/lib/setup/prefs.php: [MOD] New default jquery-ui theme (smoothness recommended) [23:21] *** marclaporte has joined #tikiwiki [23:24] tikiwiki: 03jonnybradley * r22147 10/trunk/ (10 files in 4 dirs): [23:24] tikiwiki: [ENH] jQuery-ui dialog/accordion based wiki help [23:24] tikiwiki: Several layout changes and improvements (flush temp_cache for full enjoyment) [23:24] tikiwiki: Plugin help now a separate tpl (for future wysiwyg help) [23:25] tks jonnyb [23:30] * jonnyb doesn't like checking in new code after midnight - awaits nervously... [23:32] * marclaporte likes new resizable help [23:34] *** SEWilco2 has quit IRC ("Leaving.") [23:36] oops kiwicedille.info [23:36] scratch that last comment, it was supposed to go in a private to Marc Laporte. [23:38] uuh, interna [23:39] hehe [23:39] dcedilotte: : you are tying to use an old theme [23:39] just swap to a new 3.x theme, like strassa.css [23:40] marclaporte: k [23:40] tikiwiki: 03jonnybradley * r22148 10/trunk/lib/toolbars/toolbarslib.php: [FIX] Width for table builder and title of dialogs [23:40] dcedilotte: go clean your apartment! [23:41] hahahahah [23:41] kissaki: do I know you? [23:41] yeah, I helped moving your things in [23:41] Kissaki: I doubt it. [23:42] we met when painting ceramics [23:42] lol... no, you doubt right [23:44] dcedilotte : you saw annoucement for Tikifest MTL? [23:44] Kissaki: you are invited too [23:45] :) [23:45] marclaporte: yep. I don't know if I'll be able to make it in person but I'll try there virtually. [23:45] MTL = Montreal? [23:45] yes [23:46] online, we will dogfood http://bigbluebutton.org/ [23:46] marclaporte: where is Tikifest Toronto going to be? [23:46] tikiwiki: 03alain_desilets * r22149 10/trunk/tiki-editpage.php: [23:46] tikiwiki: - Do not insert preview when creating page based on a template. It confuses [23:46] tikiwiki: users because they clicked on something for creating a page, yet all they see on [23:46] tikiwiki: the screen is a read-only version of the page. They often don't realise that if [23:46] tikiwiki: they scroll down, they can get to an edit box for modifying the template. I have [23:46] tikiwiki: seen this many times when I taught workshops or gave demos on the terminology [23:46] tikiwiki: profile. [23:47] chealer: Nov 1-5- http://tikiwiki.org/TikiFest [23:47] chealer : are you thinking of coming? [23:47] oh, you wrote "where" [23:47] not sure yet. Nelson and Mike Pilling are investgating [23:48] marclaporte: *thinking*, yes [23:48] chealer : and MTL one? [23:48] chealer : I hope you can come :-) [23:48] marclaporte: thinking also [23:48] no crutches this time :-) [23:49] marclaporte: OK. a friend propose his Ottawa house's garage. but it will start being cold in November [23:49] hehe [23:49] In Ottawa, we can do at the Code Factory [23:49] marclaporte: yeah :) but I'm still not planning to go in bicycle. how do you plan to go to Toronto? [23:50] http://thecodefactory.ca/ [23:50] I will be flying from Orlando [23:50] marclaporte: cool [23:51] I see [23:51] We could bus/train you in [23:51] But Quebec -> Toronto is quite a long bus ride [23:52] marclaporte: Quebec -> Toronto would probably be better by train. [23:53] marclaporte: yeah...I've only been to Montreal alone, I don't know how it works farther [23:54] +1 to train