[00:08] tikiwiki: 03sylvieg * r24980 10/trunk/lib/wiki-plugins/wikiplugin_split.php: [FIX]split: to have the colsize sync with param [00:09] *** SEWilco2 has quit IRC (Quit: Leaving.) [00:36] omstefanov: make sure the field is not limited by the "Editable by" multiselect [00:37] chealer: yeah, thanks, that could be it [00:47] chealer: still hasn't found where it is built up :-p [00:48] only found the php where it is checked, but where the form is composed with the values ? [00:49] ah, maybe lib/prefs/error.php [00:50] yep, that's it [00:58] tikiwiki: 03luciash * r24981 10/trunk/lib/ (prefs/error.php setup/error_reporting.php): [FIX] general admin: php error reporting dropdown select needs all values numeric otherwise its options are not selected and saved properly [01:09] *** omstefanov has quit IRC (Read error: Connection reset by peer) [01:10] *** omstefanov has joined #tikiwiki [01:22] *** omstefanov has quit IRC () [01:26] *** MartinCleaver has quit IRC (Quit: MartinCleaver) [01:29] *** MartinCleaver has joined #tikiwiki [01:33] *** marclaporte has joined #tikiwiki [01:33] *** ChanServ sets mode: +o marclaporte [01:35] polom [01:35] polom [01:38] I am wondering if there is a way for a user to switch groups [01:40] switch ? [01:41] yeah [01:42] we have content which is group dependant [01:42] but some people could be in more than one group [01:42] so like theme switcher [01:49] *** gozer has quit IRC (Quit: gozer) [02:02] *** Caarrie|away is now known as Caarrie [02:39] *** SEWilco2 has joined #tikiwiki [02:45] How can I do tiki-index.php?page=Wiki+To+Do+List&switch_theme=feb12.css [02:45] so send to a specific page AND change theme in one go [02:51] *** hobu has joined #tikiwiki [02:51] *** hobu has quit IRC (Changing host) [02:51] *** hobu has joined #tikiwiki [03:05] *** Caarrie is now known as Caarrie|away [03:05] *** Caarrie|away is now known as Caarrie|sleeping [03:26] *** nkoth has quit IRC (Quit: nkoth) [03:33] *** MartinCleaver has quit IRC (Quit: MartinCleaver) [03:36] *** nkoth has joined #tikiwiki [04:04] *** JP|NPU-T has quit IRC (Ping timeout: 260 seconds) [04:05] *** JP|NPU-T has joined #tikiwiki [04:15] *** marclaporte has quit IRC (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) [04:59] *** coaboa has joined #tikiwiki [05:10] good morning. [05:21] *** franck has quit IRC (Quit: franck) [05:48] tikiwiki: 03chealer * r24982 10/trunk/lib/tikilib.php: [FIX] get_db_preferences(): comparison of 0 with strings in preferences [06:11] *** nkoth has quit IRC (Quit: nkoth) [06:32] tikiwiki: 03chealer * r24983 10/trunk/tiki-blog_post.php: [FIX] HTML entities converted to their characters in edit field [06:34] *** nkoth has joined #tikiwiki [06:34] tikiwiki: 03chealer * r24984 10/trunk/templates/ (tiki-edit_blog.tpl tiki-list_blogs.tpl): [FIX] HTML special chars escaping [06:35] tikiwiki: 03chealer * r24985 10/trunk/templates/tiki-preview_post.tpl: [06:35] tikiwiki: [FIX] HTML special chars escaping [06:35] tikiwiki: [FIX] no pages in blogs [06:36] *** nkoth has quit IRC (Client Quit) [07:03] *** omstefanov has joined #tikiwiki [07:06] luciash: when you said "make sure the field is not limited by the "Editable by" multiselect " do you mean that for "page selector" fields, no groups should be selected for "Editable by"? [07:09] pretty trackers with "page selector" fields result in quasi pages for each tracker entry. Does anyone know how to create a URL link in a tracker plugin that will open such a page, quasi converting an ItemId into a page selector name? [07:14] specifically, in a TRACKER I have a URL parm such as "url=tiki-view_tracker_item.php?trackerId=6&itemId" then itemId is converted to e.g. "itemid=608", but what I really want is to say "url=abcde" where abcde is the "page selector" value for itemId 608 in a given tracker. [07:25] the variable for my "page selector" field would be "{$f_54}" but as a TRACKER uses the braces, is there a way to code such a variable with escaped braces and still have it be replaced by the value of the variable? [07:28] *** keetah has quit IRC (Ping timeout: 264 seconds) [08:16] *** Wilkins has joined #tikiwiki [08:20] *** omstefanov has quit IRC (Quit: Page closed) [09:00] *** chealer has quit IRC (Remote host closed the connection) [09:01] *** franck has joined #tikiwiki [09:02] tikiwiki: 03sept_7 * r24986 10/trunk/lib/wiki-plugins/wikiplugin_trackerfilter.php: (log message trimmed) [09:02] tikiwiki: [FIX] fix Sylvie pb with commit 24697 : [09:02] tikiwiki: PHP (5.3.1) ERROR (E_WARNING): [09:02] tikiwiki: File: lib/smarty_tiki/block.jq.php [09:02] tikiwiki: Line: 35 [09:02] tikiwiki: Type: Missing argument 3 for smarty_block_jq(), called [09:02] tikiwiki: in /var/www/html/tiki/lib/wiki-plugins/wikiplugin_trackerfilter.php on [09:07] *** Cain` has joined #tikiwiki [09:08] *** Cain has quit IRC (Ping timeout: 240 seconds) [09:08] *** Cain` is now known as Cain [09:13] *** stix has joined #tikiwiki [09:13] Hi guys. How do I insert code when I use the wysiwyg editor? [09:28] stix: There is a "source" button. But this messes up wikisyntax. I think you have to switch to none-wysiwig mode while entering wiki code. [09:28] hmm okay, but then it messes something else up [09:31] As far as I know the wysiwig editor just works when entering basic formatting. Everthing else has to be done the other way. Maybe edit sections will work. put code in a different section and let users edit text area with the wysiwig editor ensuring that this section does not contain any wiki syntax or code. [09:37] hmm yes I might do that [09:43] I just saw that wysiwig in wikis is disabled when edit section in wikis is enabled. [09:49] *** kiilo has joined #tikiwiki [10:05] tikiwiki: 03sept_7 * r24987 10/trunk/lib/ajax/ajaxlib.php: [FIX] fix change in API for characters encoding settings [10:19] *** _nemesis_ has joined #tikiwiki [10:19] <_nemesis_> hey guys [10:20] <_nemesis_> i want to change the tikipedia theme ... the head looks to big in my opinion, i want it like wikipedia, but i found no option in the tikipedia.css, i only found to change the picture [10:21] <_nemesis_> how can i set the head smaller ? [10:21] <_nemesis_> the height [10:21] <_nemesis_> can somebody help me wwith that ? [10:32] *** goj|ghost has joined #tikiwiki [10:37] *** goj has quit IRC (Ping timeout: 272 seconds) [10:37] *** goj|ghost is now known as goj [10:47] *** kiilo has quit IRC (Quit: Leaving.) [10:48] _nemesis_:do you mean the header height? [10:49] <_nemesis_> i think its the header, yes [10:55] cant find the selektor in the css and i only have 4.x versions installed. but in other themes it is #header-top. Try add a "height" or "min-height" to the css. [11:11] *** goj has quit IRC (Ping timeout: 272 seconds) [11:11] *** goj has joined #tikiwiki [11:18] tikiwiki: 03jonnybradley * r24988 10/trunk/templates/comments_button.tpl: [FIX] Only show one comments button if javascript disabled [11:19] *** kiilo has joined #tikiwiki [11:34] *** luminoso has quit IRC (Quit: Leaving) [11:49] *** Caarrie|sleeping is now known as Caarrie [11:53] *** luminoso has joined #tikiwiki [11:55] *** Mazzachre has joined #tikiwiki [11:55] When I create a tracker, how do I make the items modifiable? I am to set some field(s) to "Main" apparently, but how do I do that? I can't seem to find any option to do it in the tracker admin? [11:55] (And yes I am a total newbie in tiki) [11:59] I would like to have items editable by any user on the system... But I can't even make the item editable in the first place... [11:59] assign the right perm to the tracker in admin->group->perms [12:03] *** ricks99 has joined #tikiwiki [12:03] Ya... Now I can click to edit... But when I do, I get an error... [12:03] *** chibaguy has joined #tikiwiki [12:03] *** ChanServ sets mode: +o chibaguy [12:03] hi [12:04] hi all :) [12:04] hi [12:05] Uhmm, why does page=UpdateItem give me an error? [12:05] I guess because there is no such thing... But how can I make items editable? [12:06] Oh [12:06] Found it [12:06] tiki_p_modify_tracker_items [12:25] *** jonnyb has joined #tikiwiki [12:25] tikiwiki: 03jonnybradley * r24989 10/trunk/lib/images/gd.php: [FIX] Replace unknown var $image in _load_data() and ignore E_NOTICE in display() if no buffer already. [12:26] polom polom [12:33] *** MartinCleaver has joined #tikiwiki [12:34] moloq moloq [12:35] hi luciash - how's things? snowy? [12:37] yup yup, still snowy :) we got an igloo in the middle of our house ;) [12:38] :D [12:38] well, we have a dormitory there :) [12:39] it snowed a bit here yesterday, but didn't settle [12:39] New Forum Posts: categorizes articles not visible for anonymous - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36290 [12:42] jonnyb: so it's back to good old england weather, right ? [12:42] * ricks99 hates the snow :( can't wait for spring [12:42] :-p [12:42] yup [12:43] not bad today though - dry anyway! [12:43] hi ricks99 [12:44] s/dormitory/yard/ :-p [12:44] damn english [12:44] hi jonnyb! [12:44] :) [12:46] but the igloo is pretty big, so it could be a dormitory as well when finished :-p [12:46] lol [12:47] (that's what i thought you meant, luciash ;) ) [12:47] :) [12:48] jonnyb: btw, thanks for considering the js off case on the comments button [12:49] it's such a muddle that file... was tempted to rewrite the whole thing (but must focus!) [12:49] thanks for the prod :) [12:50] haha [12:53] *** ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org) [12:53] *** ricks99 has joined #tikiwiki [12:57] is anyone working on rss wiki feed in 4.2 -- to simply show the current page instead of the diff? [12:58] i wasn't ricks99 - but it sounds like it might be related to the source thing i ran into when messing with page_history [12:58] i hate how the wiki rss shows the diff from prior 2 versions instead of simply showing the current page [12:58] would *love* to see it fixed :) [12:59] doesnt that make more sense? [12:59] yes, most odd - i've never use it - is there a profile? [13:00] just turn on the wiki rss [13:00] *** luminoso has quit IRC (Quit: Leaving) [13:00] "just"? [13:00] :) [13:01] can see it on tw.o: http://tikiwiki.org/tiki-wiki_rss.php?ver=2 [13:01] ive done a bit of tracing and for some reason the wiki_rss.php is calling the diff library. [13:01] it's blown up trunk for me! :D [13:02] hm. not good [13:02] no such thing as "just" in tiki... [13:02] sorry - another time maybe... [13:02] do u not use wiki rss feeds? should be "on" in nearly all profiles afaik [13:03] tikiwiki: 03sept_7 * r24990 10/trunk/lib/prefslib.php: [FIX] notice [13:03] although now i can't turn it off (my own fault - i've set 'display_errors = On' in my php.ini [13:04] ha ha - $errorReportingLevel == 'php' :) [13:06] *** luminoso has joined #tikiwiki [13:07] is there a way in wiki to put a class on a link. I want to do a link : more >>> but instead of >>> I want an icon / background... [13:07] *** coaboa has quit IRC (Remote host closed the connection) [13:07] ricks99: It should be easy to send only the page in the rss look at tiki-wiki_rss [13:07] and put in a setting all the diff part [13:07] hi sylvieg - no as far as i know - have also wanted to do that in the past [13:08] {DIV(class=foo)}((link)){DIV} then in your css: #foo a.wiki [13:08] ok, i've got rss feed on, and yes, i see a diff (the url is tiki-wiki_rss.php?ver=2) [13:09] surely it should be a feed for a specific page, no? not version... [13:09] @jonnyb: isn't that a bug? i mean, why in the world do we send the diff? [13:09] because it is an rss [13:09] i have no idea - someone coded it in that way [13:09] and a rss = diff [13:09] not a bug - it's a feature! :D [13:09] no it is a bug (imho) [13:09] the rss should syndicate the *current* page only [13:09] a feature imho [13:09] i agree [13:09] thats what every other site in the world does afaik [13:10] i think it is a security issue -- tiki is broadcasting things that i deleted [13:10] why would it default to a diff - surely that's meaningless to 99% or the planet? [13:10] or/of [13:10] if i deleted something, i do *not* want it in the rss [13:10] also makes the rss *very* hard for people to read & understand [13:11] so comment out lines 60 to 97 in tikki-wiki_rss.php and it should work [13:13] *** _nemesis_ has quit IRC (Quit: Verlassend) [13:14] surely it should depend on the params? like tiki-wiki_rss.php?pageName=HomePage should be the current page - tiki-wiki_rss.php?pageName=HomePage&diff would be a diff etc [13:14] theres no page param for the rss feed. it is the feed for the last xx wiki pages -- not a particular page [13:14] (sounds like you can work it out between you - i don't use them) [13:14] there is a page param in the file [13:15] seems to pick up translations too [13:16] @sylvieg: hm.. not quite that easy... [13:16] getting nothing if i delete those lines [13:17] seems ok for me.. [13:18] do you want the contetn parse or not? [13:18] parsed would be nice [13:18] hm.. must have been cache. now i see it but unparsed [13:19] http://twbasics.keycontent.org/tiki-wiki_rss.php?ver=2 [13:19] perhaps you have to ask on devel if it needs to ba an option or not... [13:20] k [13:22] *** coaboa has joined #tikiwiki [13:31] I found the syntax (more(About us|more) [13:33] tikiwiki: 03lphuberdeau * r24991 10/trunk/styles/ (metrics.css strasa.css): [FIX] Uncenter everything, including that file everywhere had a bad side-effect [13:40] Hmmm.. in TrackerPlugin is there not some way to auto return to the url it came from? So I can copy paste the trackerplugin source from page to page without too much thought? [13:41] *** Caarrie is now known as Caarrie|away [13:42] New Forum Posts: Resize Header of Tikipedia-Theme - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=36292 [13:42] *** RavenC has joined #tikiwiki [13:43] hi all [13:51] *** chibaguy has quit IRC (Ping timeout: 265 seconds) [14:00] tikiwiki: 03lphuberdeau * r24992 10/trunk/lib/wiki-plugins/wikiplugin_trackercomments.php: [FIX] Value not returned, thus unused [14:36] *** ricks99 has left [14:40] So, it is not possible to make the PluginTracker return to the page it came from? I have to write in what page to go to? [14:43] *** Kimberlee has joined #tikiwiki [14:47] *** SEWilco2 has quit IRC (Quit: Leaving.) [14:54] *** nkoth has joined #tikiwiki [15:04] jonnyb: re, i have fixed it today in trunk [15:05] what rick was ranting here about i rant already about one month here :-p we need option to display rss for wiki not as diff but normal wiki page content [15:05] :-p [15:06] Mazzachre: TRACKER goes back automatically in its page if you do not specify url [15:07] sylvieg, But then it does not allow me to add more items... Just 1 and then I have to reload to add another? [15:07] yes [15:08] otherwise you have to put url=PageName [15:08] jonnyb: i mean the php reporting error [15:09] hi luciash - what? [15:10] 14:06 < jonnyb> ha ha - $errorReportingLevel == 'php' :) [15:11] yes, was tricky to change with display_errors on... [15:12] i mean the 'php' was wrong anyway -- one couldn't switch it back off [15:12] exacto [15:12] i changed to 1 instead today [15:13] sylvieg: neat trick with the wiki page link class [15:13] sylvieg: didn't know about that [15:16] btw, i agree the rss showing diff is feature for wiki based site, but a bug for site which uses wiki pages as an advanced cms [15:17] so it should be optional imho [15:19] trackercomments looks as a new plugin to me, cool [15:19] tikiwiki: 03nkoth * r24993 10/trunk/tiki-read_article.php: [FIX] category tree and list not showing [15:30] tikiwiki: 03nkoth * r24994 10/trunk/ (templates/tiki-read_article.tpl tiki-read_article.php): [FIX] Show expiry date of article on read_article if selected in the type to do so [15:31] thanks (tiki) god, someone got on the articles fixing :) [15:35] nkoth: tnx [15:36] well, those are the ones i ran into (so far) [15:37] nkoth: i would like to get rid of the buggy javascript article type change while editing an article too [15:37] getting to the edit screen soon, will look out f or that [15:38] it completely doesn't follow what an article type is set up to display but hides stuff using js instead and then after you do preview you realize that... broken image when you opted out to display images for that type anyway, etc. [15:42] so the change does not save? [15:44] the change does save, just the initial edit and preview is wrong [15:44] it is confusing for users at least [15:45] ok, got it [15:45] luciash & nkoth: i think i fixed the dodgy JS thing on article edit - what's still missing? [15:45] jonnyb: aaah, great, i haven't chcked recently [15:46] the expiry date wasn't appearing & there were a couple of obvious errors, but there still might be some elements not checked [15:46] jonnyb: i will look at it again and tell you if i find something still [15:46] pls :) [15:46] I check it later (I have different article types on this site so I'll run into that use case shortly) [15:51] *** gozer has joined #tikiwiki [15:52] tikiwiki: 03sylvieg * r24995 10/trunk/templates/confirm.tpl: [FIX]wrong class [15:54] *** Mazzachre has quit IRC (Quit: Leaving) [15:56] *** SEWilco2 has joined #tikiwiki [16:01] *** stix has quit IRC (Remote host closed the connection) [16:01] tikiwiki: 03jonnybradley * r24996 10/trunk/templates/ (styles/strasa/tiki-view_blog.tpl tiki-view_blog.tpl): [FIX] Correct logic for $show_heading [16:04] heehe I was just on this bug :-) thx jonnyb [16:05] sorry - my fault (one day i'll work out the difference between "and" and "or" :D) [16:06] "and" && "or" ? :-p [16:06] ^ [16:07] why there is no more nav bar in tiki-view_blog.php? [16:07] oh? don't think i broke that one (is possible tho) [16:08] perhaps there was never... [16:08] blogs are _so_ flakey, it's hard to do anything without breaking something [16:08] i'd like to make them into a type of article [16:09] seesm there was never a nav bar .. only the breadcrumb... [16:10] *** Kimberlee has quit IRC (Ping timeout: 265 seconds) [16:10] *g* [16:27] *** RavenC has left [16:32] tikiwiki: 03sylvieg * r24997 10/trunk/templates/tiki-view_blog.tpl: [FIX]blog: make no sense to put the actions in the class bloginfo [16:42] Recent Bug: Tracker item: #3030 - - Make preferences i18n-aware - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3030 [17:01] *** Caarrie|away has quit IRC (Ping timeout: 245 seconds) [17:04] *** Caarrie has joined #tikiwiki [17:17] I will finish to write a specific program ... I can not figure out how to use the profiles... [17:23] New Forum Posts: How can I use TRACKER to have access control to a category from a group? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36295 [17:23] *** Wilkins has quit IRC (Ping timeout: 248 seconds) [17:24] *** sylvieg has left [17:28] *** sylvieg has joined #tikiwiki [17:28] *** ChanServ sets mode: +o sylvieg [17:30] *** kiilo has quit IRC (Ping timeout: 272 seconds) [18:00] tikiwiki: 03sylvieg * r24999 10/trunk/lib/tikilib.php: missing include [18:03] *** Kimberlee has joined #tikiwiki [18:07] *** kiilo has joined #tikiwiki [18:07] *** Kimberlee has quit IRC (Ping timeout: 258 seconds) [18:41] *** franck has quit IRC (Quit: franck) [18:44] the overlap between tiki-list_articles.php and tiki-view_articles.php is bleah. [18:57] *** franck has joined #tikiwiki [18:59] tikiwiki: 03jonnybradley * r25000 10/trunk/lib/tree/ (5 files): [FIX] More JS headerlib tidying (plus some svn props) [18:59] tikiwiki: 03jonnybradley * r25001 10/trunk/tiki-browse_categories.php: [FIX] Move closing tags to end of links [19:03] *** gozer has quit IRC (Quit: gozer) [19:11] *** GillesM has quit IRC (Remote host closed the connection) [19:12] *** kiilo has quit IRC (Read error: Connection reset by peer) [19:13] *** kiilo has joined #tikiwiki [19:14] *** GillesM has joined #tikiwiki [19:15] *** GillesM has quit IRC (Remote host closed the connection) [19:22] *** gozer has joined #tikiwiki [19:26] tikiwiki: 03jonnybradley * r25002 10/trunk/lib/wiki/editlib.php: [19:26] tikiwiki: [FIX] Move strlen function back to 2nd arg of enigmatic "for" loop (partial rollback of r22634 which caused an endless loop here) [19:26] tikiwiki: N.B. Also needs back-porting to 4.x [19:44] *** jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [19:48] *** chealer has joined #tikiwiki [19:51] anyone notice setFlipWithSign undefined errors with menu? [19:51] it makes no sense to me - setFlipWithSign is right there in tiki-js.js [19:58] it's the category plugin right now that's causing that [20:07] ok, properly merging in r25000 fixes it [20:23] *** TimG has joined #tikiwiki [20:26] Newbie here with Tikiwiki. Installed; customized; all lookign good. Except an unregistered user gets an opening 'homepage' that is diff. than a registered user. How to change? It is still the original one that says you are user admin with pasword admin ... so I need to change it. [20:32] !help [20:32] You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . [20:32] Tikiwiki|bot: go to HomePage and change it [20:33] err, TimG ^ [20:33] :) [20:33] tiki-editpage.php?page=HomePage [20:33] but you can set any wiki page to become the home at Admin home → Wiki [20:35] thanks @luciash. Tried teh 'set any wiki page' earlier ... but unregistered users still got the old page. tiki-index.php [20:35] anon and registered get different content on that page because there is the group wikiplugin used with different stuff for these groups [20:36] they probably got redirected to that homepage because maybe they didn't have perms to view the new one you set or it was missing and you maybe have set that "redirect on error" or something [20:37] just a guess :) [20:37] ok. i will continue to troll through what I ahve done. I figure too it must be permissions I set for the group 'anonymous' [20:43] New Forum Posts: Unknown Net_LDAP2 Error - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=36296 [20:54] Recent Bug: Tracker item: #3031 - - Tikiwiki and Wikipedia Citation Template (XML documentation data) - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3031 [20:58] Is there a profile handler group? [20:59] *** Caarrie is now known as Caarrie|away [21:01] tikiwiki: 03changi67 * r25003 10/trunk/ (39 files): [MOD] access check: deploy some accesslib check functions [21:04] Thanks, all. It was a profile thing. Used this: [13:33] <@luciash> tiki-editpage.php?page=HomePage to find there was a Groups if/then kind of command. If anon, one thing; if registered or above, something else. [21:05] sylvieg: i don't think so [21:22] tikiwiki: 03pkdille * r25004 10/trunk/ (12 files): [MOD] access check: deploy some accesslib check functions to some files. [21:27] tikiwiki: 03changi67 * r25005 10/trunk/ (21 files): [MOD] access check: deploy some accesslib check functions [21:27] *** kiilo has quit IRC (Quit: Leaving.) [21:37] tikiwiki: 03changi67 * r25006 10/trunk/ (12 files): [MOD] access check: deploy some accesslib check functions [21:39] tikiwiki: 03changi67 * r25007 10/trunk/ (tiki-freetag_translate.php tiki-galleries_rankings.php): [MOD] access check: deploy some accesslib check functions; array is faster :) thx pkdille [21:41] *** pkdille has joined #tikiwiki [21:43] *** TimG has quit IRC (Quit: Page closed) [21:58] tikiwiki: 03sylvieg * r25008 10/trunk/ (11 files in 4 dirs): [MOD]More: unify the more link with a class more [22:06] tikiwiki: 03nkoth * r25009 10/trunk/ (categorize_list.php lib/categories/categlib.php): [ENH] Move the code for generating the category tree into the lib, so it can be used elsewhere other than in categorize_list.php (for find.tpl for example - coming soon). [22:10] *** gozer has quit IRC (Ping timeout: 265 seconds) [22:12] tikiwiki: 03xavidp * r25010 10/branches/4.x/lang/ca/language.php: [ENH]A few more strings translated. Nowadays this file is in sync with the one in proposals/4.x, which temporarily had more strings translated than the one in 4.x by mistake. [22:15] is there a doc somwhere about groupmail? [22:27] sylvieg: maybe on dev [22:42] tikiwiki: 03nkoth * r25011 10/trunk/lib/categories/categlib.php: [ENH] continued from last commit: Need ability to change all selectors when tree checkboxes are used for purposes of finding, for e.g. [23:01] tikiwiki: 03sylvieg * r25012 10/trunk/templates/tiki-admingroups.tpl: [MOD]group: show id [23:09] *** gozer has joined #tikiwiki [23:09] *** gozer has quit IRC (Changing host) [23:09] *** gozer has joined #tikiwiki [23:09] *** gozer has quit IRC (Read error: Connection reset by peer) [23:10] *** gozer has joined #tikiwiki [23:15] sylvieg: ah, you meant "is there a profile group handler ?", marc gives you answer in mail [23:18] there is none - I think I will write one... [23:34] *** gozer has quit IRC (Quit: gozer) [23:35] sylvieg: isn't the http://profiles.tikiwiki.org/Permission+Management what you were looking for ? [23:35] yes - but I want to create group wihout perms consideration [23:35] .. because - f of me - I designed all my profile on the group handler [23:36] haha: "You can use No such attachment on this page to create (most of) the YAML markup you need to create a permissions profile." [23:36] create group without perms ? [23:36] I do not know how to do it. [23:37] so I will improve profilelib.php [23:37] this profile stuff ... is not friendly [23:38] * sylvieg on the genric stuff as usual - so will (try) not to write a specific line in the site [23:39] *** gozer has joined #tikiwiki [23:39] *** gozer has quit IRC (Changing host) [23:39] *** gozer has joined #tikiwiki [23:39] maybe just put permissions: in YAML without allow and deny specs ? [23:40] only put description: there [23:42] yes ... but if I have time I will do a group handler taht reuse the code for perm on group ;-) [23:44] *** gozer has quit IRC (Quit: gozer)