[00:23] RobertPlummer joined #tikiwiki [01:47] Caarrie joined #tikiwiki [03:05] CIA-36 tikiwiki: 03robertplummer * r41623 10/branches/9.x/lib/jquery_tiki/tiki-jquery.js: [FIX] Correcting some of the integration of draw with serviceDialog, also make it easier for other integrations [03:06] goj_killedByISP joined #tikiwiki [04:00] Tiki|bot joined #tikiwiki [07:28] xavi joined #tikiwiki [07:29] xavi polom [09:50] tim joined #tikiwiki [12:31] CIA-36 tikiwiki: 03jonnybradley * r41624 10/branches/9.x/tiki-objectpermissions.php: [FIX] perms: Use static call for library (wasn't even using include_once, causing WSoD in some cases) [12:35] ricks99 joined #tikiwiki [12:37] ricks99 happy polom y'all [13:02] CIA-36 tikiwiki: 03xavidp * r41625 10/branches/9.x/styles/layout/design.css: [FIX]Usability fix: reduced contrast for non-relevant information for end users in directory links [13:02] xavi hi ricks99 [13:03] xavi ricks99: the css question of the day for you? [13:04] xavi I've been using some custom css with toc and maketoc for months in some production sites ,and I'm considering to commit that to default design.css before 9.0 [13:04] xavi but I'd like to hear your opinion (and from anyone else interested to discuss about it, of course) [13:04] xavi see this: http://ueb.vhir.org/2012+Material+docent [13:05] ricks99 looking [13:06] xavi the section below "Material de cursos d'anys previs" (on the right, and bg in yellow) comes from a "toc" with two levels [13:07] ricks99 style is really an "in the eye of the beholder" thing... [13:07] xavi mm, a better example (for toc and maketoc) see this instead, please: [13:07] ricks99 personally, i prefer my numbers be out-dented instead of indented. instead of using
  • you should be using
      for numbered list [13:07] xavi http://ueb.vhir.org/Cursos+per+a+impartir [13:07] ricks99 i like the gray bar overall, but not for sub-steps. just my $0.02 [13:08] xavi maketoc on the left, and toc on the right [13:08] xavi yes, sub-steps, that's what I want to remove :-) [13:08] xavi for maketoc, it's fine as is [13:08] xavi for toc, I get the bar in the substeps, which I want to remove, but I don't know how [13:08] ricks99 but the list numbers are still indented. just my opinion. [13:11] xavi how do I do that? [13:11] xavi fro toc, I have right now in custom css: [13:11] xavi .toc { border-bottom: none; border-top: none; border-left: 3px solid lightgrey; } [13:12] xavi mmmm, and for maketoc, it seems that I don't have anything special, so the same .toc rule applies (?) [13:12] ricks99 the numbers are manually added in the headings? [13:12] xavi nope [13:12] xavi maketoc using !!#, etc [13:13] ricks99 ahh [13:13] xavi toc using levels="1" (or similar) [13:13] rodrigoprimo joined #tikiwiki [13:13] * xavi checking the right syntax [13:13] ricks99 no, i mean, for example: http://ueb.vhir.org/Cursos+per+a+impartir#Taller_bioinformatica:_2_session [13:13] xavi {toc shownum="1"} [13:13] ricks99 where are the numbered headings from? [13:14] xavi !!!# Taller estadística: 2 sessions [13:14] xavi !!!# Taller bioinformatica: 2 session [13:14] xavi etc [13:14] ricks99 ah. [13:14] xavi oups, typo, fixing (s/2 session/2 sessions) [13:15] ricks99 looks like a bug (imho) for maketoc [13:15] xavi bug? maketoc is showing the effect I'd like to reproduce for toc, in fact [13:15] ricks99 when using !!# it should create the toc with
        elements -- not
      1. [13:16] xavi ah, I see (bug: +1) [13:16] xavi mmmm (lunch time here) [13:17] xavi I'll check irc after lunch (in case you have some proposal on how to remove that sub-step gray bar for toc) [13:17] ricks99 coffee time here [13:17] xavi ok, see you later and thks for feedback [13:17] ricks99 cya [13:17] xavi oups: Fatal error: Call to a member function getElementsByTagName() on a non-object in /path/lib/bigbluebuttonlib.php on line 274 [13:17] ricks99 xafi: [13:17] xavi :-( [13:18] ricks99 xavi: to remove the gray bar from sub-sections, you need a second declaration: [13:18] ricks99 something like: .toc ul.toc * {border-left:none} [13:20] * ricks99 off to refill his coffee cup [13:20] xavi ok, thks ricks99, I tried with your trick , cleared tiki and browser caches, and same effect [13:20] xavi lunch time, see you later [13:33] arildb joined #tikiwiki [13:38] arildb Has anybody tried to implement an organizational hierarchy in Tiki? If so, any recommended approach? [13:40] ricks99 not sure what you mean by "organizational hierarchy" but tiki categories are highly useful for organizing structured content [13:45] arildb Yes, categories is probably the right angle. By "organizational hierarchy" I mean that the organization may be split into a structure, where access to data is limited to the users "home node". Users higher in the hierarchy can access lower nodes. [13:45] arildb I am not familiar with workspaces. Is that something that may fit? [13:47] ricks99 sorry, i haven't used workspaces. but groups + categories can propably do it for you. maybe workspaces and perspectives, too [13:48] arildb ok [13:48] redflo joined #tikiwiki [13:48] redflo joined #tikiwiki [13:57] RobertPlummer joined #tikiwiki [13:58] CIA-36 tikiwiki: 03changi67 * r41626 10/branches/9.x/styles/coelesce.css: [FIX] Page title is outside the background [14:07] RobertPlummer changi: If anyone asks in the future, I will be creating a branch that I will experiment syncing git in the future. I could run it off my server at my house, but it'd be nice to have it in a cron job once it is up. [14:14] RobertPlummer dev.tiki.org/git [14:50] arildb joined #tikiwiki [15:00] sandroandrade joined #tikiwiki [15:01] radek82 joined #tikiwiki [15:03] xavi back [15:03] xavi mmmm, antibot captcha code not shown any more in 9x for me when editing wiki pages as anon (even if the setting says that anons should enter antibot code) [15:04] xavi maybe some missconfig of my own somewhere.... (?) [15:04] * xavi double checking [15:09] xavi nope, to me antibot captcha is broken (not shown): wysiwyca issue [15:13] xavi atttempting to reproduce on demo.t.o/9x, I did hit an error 500 [15:13] xavi http://demo.tiki.org/9x/tiki-editpage.php?page=User%20Guide--%20Collaborative%20Terminology%20profile [15:13] xavi Table 'a' from one of the SELECTs cannot be used in global ORDER clause [15:13] xavi (select distinct a.* from `tiki_actionlog` a ,`tiki_actionlog_conf` c where a.`action` like c.`action` and a.`objectType` = c.`objectType` and (c.`status` = 'v') and `user` = ?)union (select distinct a.* from `tiki_actionlog` a ,`tiki_actionlog_conf` c,`tiki_actionlog_params` ap where ap.`value`=? and ap.`name`=? and ap.`actionId`=a.`actionId` and a.`action` like c.`action` and a.`objectType` = c.`objectType` and (c.`status` = 'v')) order by a.`lastMo [15:14] xavi values: 1) anonymous 2) -1 3) contributor [15:32] arildb joined #tikiwiki [15:36] jonnyb joined #tikiwiki [15:40] benoitg joined #tikiwiki [15:41] jonnyb mid-week-polom [15:48] xavi hi jonnyb [15:49] jonnyb hi xavi [15:49] jonnyb just trying to work out where i can get instant frappe in the uk, seems it's a Greek/Cypriot thing only :( [15:50] xavi I'm finding weird issues lately with 9x in our production server... :-/ Tracker fields became un-exportable [15:50] xavi instant frappe :-) [15:50] xavi issues: plus antibot captcha not shown at all for anons [15:50] jonnyb yes, saw the mail - does it still fail with the logging off? [15:51] xavi nor editing the description of tracker fields also: clicking at save does nothing [15:51] xavi logging off? [15:51] jonnyb that's odd - used to work - seem to remember fixing it before [15:51] xavi maybe it's just our server/site,... [15:52] xavi but anyways, I would recommend check with care in other sites that this works for others at least [15:52] * xavi back to editing fields through phpmyadmin again as yesterday [16:02] xavi ok, I confirm that it's the "attachment" type of tracker field which doesn't not allow changing the description. Changing the description of drop-down fields, for instance, saves without issues [16:04] jonnyb curious - thought the description should be handled the same for all - thanks xavi (on other stuff at the moment though i'm afraid) [16:04] xavi yes, yes, no problem. [16:05] xavi I was just reporting on ric (so that there is log)... in case I want to copy it later on and send it to the devel list, or "regressions in 9x" page, etc. [16:05] xavi s/ci/irc [16:06] RobertPlummer joined #tikiwiki [16:07] RobertPlummer polom guys [16:12] jonnyb hi RobertPlummer [16:12] arildb_ joined #tikiwiki [16:21] xavi hi RobertPlummer [16:47] CIA-36 tikiwiki: 03robertplummer * r41627 10/trunk/lib/svg-edit_tiki/draw.js: [NEW] Added new pref 'feature_draw_hide_buttons', which allows you to hide buttons found in Tiki Draw [16:48] CIA-36 tikiwiki: 03robertplummer * r41628 10/trunk/ (3 files in 3 dirs): [NEW] Added new pref 'feature_draw_hide_buttons', which allows you to hide buttons found in Tiki Draw [16:48] RobertPlummer :) [16:52] arildb joined #tikiwiki [17:01] Alain_ joined #tikiwiki [17:03] xavi left #tikiwiki [17:04] CIA-36 tikiwiki: 03nkoth * r41629 10/branches/9.x/lib/jquery_tiki/tiki-jquery.js: [FIX] Keep image insertion window open checkbox not working properly because in order to keep unchecked state, checked attribute needs to be removed, not just have blank value [17:36] RobertPlummer So, jonnyb, did you get a chance to look at the commit from last week on lists in the new parser? [17:36] RobertPlummer As of right now, it needs fingerprints for plugins, and icons, after that it is in beta. [17:36] RobertPlummer Both of which are trivial. [17:36] RobertPlummer Oh yea, and a {toc} handler [17:36] jonnyb no, can only fit in critical emergencies at the moment sadly [17:36] RobertPlummer :) [17:37] jonnyb well, at least while at the screen ;) [17:37] RobertPlummer jonnyb: understood, I need to be more helpful on that front. [17:38] jonnyb no probs - just having to be more focussed on work [17:38] RobertPlummer work outside of tiki? [17:39] RobertPlummer ur, uh, well, work outside of releasing tiki 9. [17:39] luciash polom [17:39] RobertPlummer luciash: igual mi amigo [17:39] jonnyb some of it's tiki [17:40] jonnyb hi luciash [17:40] RobertPlummer jonnyb: got-ya, I'm in the same boat. Gotta pay the bills. [17:40] luciash RobertPlummer: no habla espanol but i understand "mi amigo" :) [17:40] luciash hi jonnyb, RobertPlummer et al [17:42] CIA-36 tikiwiki: 03jonnybradley * r41630 10/trunk/ (4 files in 4 dirs): [ENH] kaltura: Extend upload media to plugin edit form [17:46] jonnyb hey RobertPlummer - re r41627 and 8 - is that really a new top level "feature"? [17:46] jonnyb and which buttons are you removing? the annoying ones added by the img plugin or some others? [18:00] jonnyb reboot time [18:07] jonnyb joined #tikiwiki [18:18] RobertPlummer jonnyb: I'm not removing any buttons, Marc wanted to be able to hide them. This basically gives you a textbox where you can enter the ids of the buttons you want to hide. [18:18] RobertPlummer jonnyb: There is a list of them in the description. [18:21] jonnyb ah right, buttons inside the draw editor - i see the description now, thanks [18:37] CIA-36 tikiwiki: 03jonnybradley * r41631 10/trunk/lib/: [NEW] jcapture: Link for library (step one) [18:42] rodrigoprimo joined #tikiwiki [18:53] El_Presidente Hi! Is there a possibility to get the name of a category from the ID? [18:54] El_Presidente i.e. I would like to write "cat_2" and this is subsituted from tiki by the name of category 2 [19:04] ricks99 El_Presidente: there's a get_category_name function in the category library (categlib) that you can use [19:04] ricks99 i believe it takes the cat_id as input and returns the name [19:07] El_Presidente thanks :) but how do i call such a function? [19:08] El_Presidente do I need a certain environment? [19:08] ricks99 you'd have to write a plugin for it (it is a php function) [19:13] El_Presidente okay thanks [19:13] CIA-36 tikiwiki: 03robertplummer * r41632 10/branches/9.x/lib/codemirror_tiki/codemirror_tiki.js: [ENH] Added the ability to obtain selections like that of textarea, this is for a fix coming next [19:13] RobertPlummer jonnyb: You're not going to like that last one. [19:14] RobertPlummer jonnyb: But it is a fix, hold a sec while I commit the fix. [19:14] jonnyb :) [19:15] RobertPlummer trying to ensure my commits are sort of grouped and more trackable. [19:16] CIA-36 tikiwiki: 03robertplummer * r41633 10/branches/9.x/lib/ (jquery_tiki/tiki-jquery.js tiki-js.js): [FIX] Get selection like that of textarea, this makes behavior of codemirror just like textarea, where if nothing is selected, tiki selects the first avialable plugin and attempts to edit it [19:16] RobertPlummer tada! [19:16] RobertPlummer jonnyb: Don't you roll that one back! [19:19] redflo joined #tikiwiki [19:56] CIA-36 tikiwiki: 03robertplummer * r41634 10/branches/9.x/ (3 files in 3 dirs): [FIX] Draw was acting 2 ways, on new and edit, unified this to use same interface each time. Also limited what is returned so that there isn't any confusion as to what needs to be executed, it simply gets what it needs. [20:08] CIA-36 tikiwiki: 03robertplummer * r41635 10/branches/9.x/lib/core/Services/File/Controller.php: [FIX] Give a default gallery (1) if none are supplied [20:15] CIA-36 tikiwiki: 03jonnybradley * r41636 10/trunk/ (18 files in 11 dirs): [20:15] CIA-36 tikiwiki: [MRG] Automatic merge, branches/9.x 41612 to 41635 [20:15] CIA-36 tikiwiki: Conflict on tiki-edit_draw.php fixed manually (please check) [20:49] rodrigoprimo joined #tikiwiki [20:54] RobertPlummer joined #tikiwiki [21:02] RobertPlummer Beat me to it, I litterally had the merge running when that posted jonnyb [21:02] jonnyb :) [21:02] jonnyb was doing some stuff in trunk so thought i should [21:02] jonnyb hope i got the conflict right [21:02] jonnyb have to go now, more tomorrow [21:05] redflo joined #tikiwiki [21:05] RobertPlummer The tiki draw integration is amazing. [21:08] arildb I have some geotagged pages, and have added a google map on a page. I would like the map to show the location for all geotagged pages. What's the easiest way to do that? [21:11] sandroandrade joined #tikiwiki [21:15] sandroandrade_ joined #tikiwiki [21:16] sandroandrade__ joined #tikiwiki [21:38] CIA-36 tikiwiki: 03lphuberdeau * r41638 10/branches/9.x/lib/ (jquery_tiki/tiki-maps.js profilelib/shell.php): [NEW] Shell utility to install profiles [22:13] CIA-36 tikiwiki: 03changi67 * r41639 10/branches/9.x/lang/fr/language.php: [TRA] Some trads [22:17] jneusteter left #tikiwiki [22:22] benoitg joined #tikiwiki [22:24] CIA-36 tikiwiki: 03changi67 * r41640 10/branches/9.x/lang/nl/language.php: [TRA] commit from forum https://tiki.org/tiki-view_forum_thread.php?comments_parentId=44122&forumId=3 [22:25] CIA-36 tikiwiki: 03changi67 * r41641 10/branches/9.x/lang/nl/language.php: [TRA] Missing dos2unix [22:28] benoitg joined #tikiwiki [22:36] Alain_ joined #tikiwiki [22:40] Alain_ hi, I'am a newbie. can someone tell me how to add a survey to a wiki page? can't find the syntax for it in the documentation... [22:42] changi Alain_: did you have a look at http://doc.tiki.org/PluginSurvey [22:42] CIA-36 tikiwiki: 03lphuberdeau * r41642 10/branches/9.x/ (2 files in 2 dirs): [MOD] Add a color picker control to allow changing the color of the features [22:43] CIA-36 tikiwiki: 03robertplummer * r41643 10/trunk/lib/core/Feed/ (ForwardLink/Metadata.php ForwardLink.php): [NEW] Segregated functionality of metadata into it's own class, this class will be used for both forwardlinks and textlinks [22:49] benoitg joined #tikiwiki [22:52] Alain_ oh thanks. so i need to add the plugin to the editor... [22:53] changi Alain_: {SURVEY(id=1)}{SURVEY} [22:56] benoitg joined #tikiwiki [22:57] arildb Alain_: First activate the Survey feature, then define a survey + add the questions, record the id. The first survey will have id=1, then use the syntax changi listed in your wiki page [23:05] Alain_ changi & arildb: thanks, that works fine :-) [23:10] CIA-36 tikiwiki: 03robertplummer * r41644 10/trunk/lib/ (4 files in 3 dirs): [NEW] Make functionality of forwardlink different from textlink, integrate it's metadata [23:27] benoitg joined #tikiwiki [23:37] RobertPlummer Tiki gets a new style! [23:37] CIA-36 tikiwiki: 03robertplummer * r41645 10/trunk/styles/ (32 files in 7 dirs): [NEW] Double Dot Media Ltd. had this created and I thought it would be neat in Tiki, looks nice and sleek. Permission was granted by Simon Slade, name intact for credit