[02:17] Jyhem joined #tikiwiki [02:17] Jyhem_laptop joined #tikiwiki [02:22] changi joined #tikiwiki [02:30] benoitg joined #tikiwiki [03:06] goj_killedByISP joined #tikiwiki [03:33] CIA-36 tikiwiki: 03chibaguy * r41689 10/branches/9.x/styles/business.css: [FIX] Div#tiki-top's bottom margin: 8x was also causing a top margin. Margin moved to div#topbar_modules (for the fix and also to assure a margin even when there's no menu so no div#tiki-top). [04:01] CIA-36 tikiwiki: 03chibaguy * r41690 10/branches/9.x/styles/business.css: [FIX] 8px margin moved from bottom of topbar modules to top of div#c1c2 and div#col3. [04:52] chibaguy joined #tikiwiki [04:52] chibaguy polom [05:09] RobertPlummer joined #tikiwiki [05:12] chibaguy Hi RobertPlummer. I commented on the cvs mailing list about the commit of DoubleDot Media's theme, about their company IP being in the theme, etc. [05:19] chibaguy (i.e., the stylesheet contains "background: url("double_dot_media_ltd/h_arrow.png") no-repeat -0px 12px;" for example. [05:19] chibaguy although that directory and image aren't in the commit, which is another problem. [05:20] chibaguy well, the image is, but the url needs to be corrected. [05:25] chibaguy But then I wonder why use the menu "down arrow" as a heading bullet? seems to be confusing as by default headings don't have menu behaviors. [05:26] chibaguy (maybe doubledot media's site consistently used folding heading sections?) [05:27] chibaguy or something [05:27] chibaguy also the right column (#col3) doesn't seem to work properly in the theme. [05:35] chibaguy Personally, I think I would have looked into adding the theme as a jqui option since it borrows so heavily from jqui. I don't see the options under double_dot being very useful. They seem to bulk up the file count without adding much in the way of useful or attractive theme variations IMO. Anyway, just some feedback. If there are no objections, I can try to find time to make these changes. [05:58] redflo joined #tikiwiki [08:52] CIA-36 tikiwiki: 03gta74 * r41691 10/branches/9.x/lang/de/language.php: [TRA] full translation, improving some old ones [09:36] El_Presidente joined #tikiwiki [09:37] calculon joined #tikiwiki [09:39] calculon hi! is it possible to link a file (from the file gallery) and a calendar entry, such that the file is accessible via the upcoming events (or similar) plugin? [09:48] Jenser joined #tikiwiki [10:09] arildb joined #tikiwiki [10:33] Jyhem_laptop joined #tikiwiki [11:08] arildb_ joined #tikiwiki [11:22] arildb__ joined #tikiwiki [12:27] arildb joined #tikiwiki [12:55] tim joined #tikiwiki [13:06] jonnyb joined #tikiwiki [13:06] jonnyb thank polom it's Friday [13:12] arildb joined #tikiwiki [13:16] jonnyb hi arildb [13:16] jonnyb you use LDAP and AD don't you? [13:18] arildb hi jonnyb, I use windows, but have only experimented with the Tiki LDAP integration. Will probably need to integrate it soon though [13:18] redflo joined #tikiwiki [13:21] jonnyb think i just picked up a client wanting it too [13:21] jonnyb need to do some test [13:21] jonnyb i may be asking questions soon :) [13:22] arildb ok. I did a test with OpenLDAP and that worked well. Expected AD to work ok too [13:23] arildb s/expected/expecting [13:25] ricks99 joined #tikiwiki [13:28] ricks99 polom y'all [13:29] jonnyb hi ricks99 [13:30] ricks99 hiya jonnyb [14:01] Jyhem_laptop joined #tikiwiki [14:08] rodrigoprimo joined #tikiwiki [14:09] CIA-36 tikiwiki: 03jonnybradley * r41692 10/branches/9.x/templates/modules/mod-register.tpl: [FIX] register module: Show logged in message if you are (logged in) [14:27] marclaporte joined #tikiwiki [14:29] CIA-36 tikiwiki: 03jonnybradley * r41693 10/branches/9.x/lib/prefs/feature.php: [FIX] prefs: Duplicate description on feature_banning [14:35] CIA-36 tikiwiki: 03jonnybradley * r41694 10/branches/9.x/lib/smarty_tiki/prefilter.log_tpl.php: [FIX] log_tpl: _current_file is full path of tpl, template_resource is just the file name (maybe a smarty 3 regression?) [14:50] GillesM joined #tikiwiki [14:54] CIA-36 tikiwiki: 03jonnybradley * r41695 10/third_party/jquery/ (5 files in 4 dirs): updates to jQuery UI selectmenu from github [15:11] CIA-36 tikiwiki: 03lphuberdeau * r41696 10/branches/9.x/lib/wiki-plugins/wikiplugin_appframe.php: [FIX] Hidden box would prevent events for going through [15:11] radek82 joined #tikiwiki [15:18] sandroandrade joined #tikiwiki [15:25] CIA-36 tikiwiki: 03lphuberdeau * r41697 10/branches/9.x/lib/jquery_tiki/tiki-maps.js: [FIX] Use better default zoom [16:30] CIA-36 tikiwiki: 03robertplummer * r41698 10/trunk/lib/core/JisonParser/Wiki/Handler.php: [FIX] Plugin fingerprints now work in jison parser [16:54] RobertPlummer marclaporte: You around? [16:55] RobertPlummer marclaporte: Wondering how the plugin toc works, when is it used? I thought that toc was used in the parser as a sort of 'parser-feature'. [16:56] jonnyb hi RobertPlummer [16:56] Jyhem_laptop joined #tikiwiki [16:57] jonnyb {toc} or {maketoc} gets added to all the pages in a structure (i think) and can be used in any wiki page [16:57] jonnyb it's all a bit hairy in the current "parser" [16:57] RobertPlummer jonnyb: Well, jison parser is nearly in a beta state, I can't tell the difference in most cases now with it on/off. [16:58] RobertPlummer jonnyb: Last big hurdle (outside of wysiwyg) is toc handling. [16:58] jonnyb coo, well done! [16:58] jonnyb although i imaging the beta process will be... um - long? :P [16:58] Jyhem_laptop joined #tikiwiki [16:58] RobertPlummer We won't know till it is there. [16:58] jonnyb it's amazing what people put into wiki pages [16:58] RobertPlummer Yea, you got that. [16:58] RobertPlummer right [16:59] RobertPlummer Now that the parser is sort segregated into parsing and handling, it is almost fun to work with now. [16:59] rodrigoprimo joined #tikiwiki [17:00] RobertPlummer jonnyb: I've worked out in my mind how we are going to do things like ck_editor, they will be an extended class. [17:00] RobertPlummer so ck_editor will get it's own handler file [17:00] RobertPlummer That way the parser stays very clean. [17:00] jonnyb nice [17:01] RobertPlummer Also, once the html handler is done, nothing is stopping us from having alternate handlers. [17:01] RobertPlummer Like php for example/ [17:01] jonnyb php handler? [17:01] RobertPlummer wiki to php [17:01] RobertPlummer pdf [17:01] RobertPlummer sorry, morning coffee not kicked in yet. [17:01] jonnyb :O [17:02] jonnyb ah, pdf makes sense! :) [17:02] RobertPlummer I was getting all these plugin keys left in pages and I was scratching my head on it for a couple days in the back of my mind. [17:03] RobertPlummer I was looking and looking at the arrays of both stacked plugins and the $data being processed. [17:03] RobertPlummer I forgot that jison is a bottom up parser. [17:03] RobertPlummer array_reverse() ;) [17:03] RobertPlummer But anyway, I digress. [17:04] RobertPlummer My plan with toc is to have 2 types of plugins, regular plugins, and lateExecute plugins. [17:04] jonnyb i seem to recall that plugin nesting execution order can be a sensitive issue [17:04] RobertPlummer toc is a lateExecute plugin, it needs to run after all the others. [17:05] RobertPlummer jonnyb: It is, but not with how the object oriented behaviour.... behaves. [17:05] RobertPlummer lol [17:05] RobertPlummer A plugins contents are sort of firewalled from the context it is executed within. [17:05] jonnyb only two? why not a number for more fine tuning? [17:06] RobertPlummer jonnyb: I didn't think of that, cool! [17:06] jonnyb cos i bet we'll find one that needs to run after toc [17:06] jonnyb :) [17:07] RobertPlummer But anyway, a plugin's contents are ran in a new parser handler, and if there a plugins there, same story. [17:09] RobertPlummer It took me a while to conceive it, because all the plugin entities are parsed each time, but only when we are closing the parser and the parser stack = 1 do we execute it. [17:10] RobertPlummer jonnyb: So with plugins in general I'm going to add a few additional params [17:11] RobertPlummer $i (how many times that plugin has run) and $parser, exposing the plugin to the parser goodies. [17:11] RobertPlummer What do you think? [17:11] RobertPlummer That way I can make toc have access to all the headers that are stacked in $parser. [17:16] jonnyb $i doesn't sound very descriptive ;) [17:17] jonnyb good idea to have $parser - it often would be useful to know more parser info inside a plugin [17:17] jonnyb would be nice for tiki 10 to refactor some of the plugin code into a library - like getting param defaults etc [17:18] RobertPlummer Yea, I thought about that, I think a lot of time would be spent there, but little improvement. [17:18] RobertPlummer $index then? [17:19] jonnyb $instance maybe? [17:19] jonnyb brb [17:26] arildb Hi htaccess experts, in the /temp directory the .htaccess file lists "deny from all". This seems to block writing to this folder from Tiki. How can writing to the temp folder (from Tiki) be enabled? [17:29] arildb hm-m now I see that the files are actually there....maybe there's something else wrong. [18:01] CIA-36 tikiwiki: 03lphuberdeau * r41699 10/branches/9.x/lib/wiki-plugins/wikiplugin_appframe.php: [MOD] Provide parameters as template input [18:46] CIA-36 tikiwiki: 03lphuberdeau * r41702 10/branches/9.x/lib/wiki-plugins/wikiplugin_appframe.php: [FIX] Ungraceful error on template not found [19:04] sandroandrade joined #tikiwiki [19:04] timblechmann joined #tikiwiki [19:04] CIA-36 tikiwiki: 03jonnybradley * r41703 10/trunk/ (4 files in 4 dirs): [NEW] admin theme: Add prefs to set a different theme (and/or option) for admin pages to reduce the workload when creating custom themes and options (thanks marclaporte) [19:11] CIA-36 tikiwiki: 03chealer * r41704 10/trunk/installer/tiki-installer.php: [19:11] CIA-36 tikiwiki: [FIX] Installer: Failure to insert new preferences after their deletion during the replacement at step 7 (unencoded data broke query) [19:11] CIA-36 tikiwiki: The SQL error is quieted (who wants to fix #3717?), all data affected by the query would go back to defaults [19:11] CIA-36 tikiwiki: Would happen when data like browser title would contain a single quote [19:11] CIA-36 tikiwiki: r16751 regression [19:18] CIA-36 tikiwiki: 03robertplummer * r41705 10/trunk/lib/ (10 files in 2 dirs): [19:18] CIA-36 tikiwiki: [NEW] Added function setOptions in parser and as well migrated all methods to [19:18] CIA-36 tikiwiki: ref $this->option, also migrated plugins, and removed places where options [19:18] CIA-36 tikiwiki: weren't needed, they are now accessed through the lib, used 'option' rather than [19:18] CIA-36 tikiwiki: 'options' because we need to be jison compatible, and 'options' is used inside [19:18] CIA-36 tikiwiki: the parser. [19:30] Jyhem_laptop joined #tikiwiki [19:42] CIA-36 tikiwiki: 03lphuberdeau * r41706 10/branches/9.x/lib/wiki-plugins/wikiplugin_map.php: [MOD] Allow to specify a color list and use a simplified color picker [19:48] CIA-36 tikiwiki: 03jonnybradley * r41707 10/branches/9.x/modules/mod-func-register.php: [FIX] register module: Missing global [20:10] CIA-36 tikiwiki: 03jonnybradley * r41708 10/branches/9.x/lib/tikilib.php: [FIX] avatars: Only test file contents if allow_url_fopen is enabled [20:12] CIA-36 tikiwiki: 03robertplummer * r41709 10/trunk/lib/wiki-plugins/wikiplugin_div.php: [FIX] Jison is a bit more strict, found that the html here got caught when using jison but doesn't get caugt when using the old parser, odd [20:15] CIA-36 tikiwiki: 03robertplummer * r41710 10/trunk/lib/core/JisonParser/Wiki/Handler.php: [ENH] Added plugin buttons, protect and unprotect special entities, and a bunch of cleanup [20:17] CIA-36 tikiwiki: 03lphuberdeau * r41711 10/branches/9.x/lib/profilelib/installlib.php: [MOD] Allow to upload a series of files from URL during profile install into a file gallery [20:32] CIA-36 tikiwiki: 03lphuberdeau * r41712 10/branches/9.x/lib/wiki-plugins/wikiplugin_map.php: [FIX] Oops. Not supposed to use PHP 5.3 yet. [22:13] redflo joined #tikiwiki [22:15] redflo joined #tikiwiki [22:17] redflo joined #tikiwiki [22:24] jacmoe joined #tikiwiki [22:36] CIA-36 tikiwiki: 03robertplummer * r41713 10/trunk/lib/wiki-plugins/wikiplugin_fancylist.php: [FIX] Found another place where np should have been used but was not. [22:44] RobertPlummer looks like trade, split, memberpayment, may not be compatible to some degree with the new parser without a bit of refactoring [22:58] jonnyb RobertPlummer: hmm? [22:58] CIA-82 joined #tikiwiki [22:59] jonnyb trade is one of mine (so probably quite hacky! :) ) [22:59] jonnyb split has always been horrid [22:59] jonnyb (but users love it) [23:03] arildb joined #tikiwiki [23:15] CIA-82 tikiwiki: 03robertplummer * r41716 10/trunk/lib/core/JisonParser/Wiki/Handler.php: [FIX] table break [23:27] marclaporte polom [23:27] jonnyb hey marclaporte [23:27] marclaporte I officially declare CartoGraf to be in Beta [23:27] * jonnyb is doing java [23:27] marclaporte http://profiles.tiki.org/Cartograf [23:27] jonnyb coo [23:28] marclaporte yay for jonnyb and jCapture! [23:28] * jonnyb is easily distracted [23:32] marclaporte RobertPlummer: a handful of plugins among over 100: you are on the rigft track! [23:36] jonnyb cartograf screenie is very impressive (you could shout a bit more - audio a bit low as usual ;) ) [23:37] jonnyb i went to the kaltura thing in London earlier this week - was explaining about tiki and the main reaction was "if tiki's so good, how come i've never heard of it?" [23:37] jonnyb these new things are amazing! [23:43] CIA-82 tikiwiki: 03robertplummer * r41717 10/trunk/lib/core/JisonParser/Wiki/ (Handler.php PluginAjaxHandler.php): [FIX] make parts of processor parse optionally, lists, plugins, nps