[00:06] Tiki-KGB 03arildb r49842 10branches/12.x/ 10(10 files) * [FIX] Encode & in url [00:08] diggy joined #tikiwiki [00:34] Tiki-KGB 03arildb r49843 10branches/12.x/ 10lib/prefslib.php 10templates/tiki-edit_help_plugins.tpl * [FIX] encode & in URL [00:56] Tiki-KGB 03arildb r49844 10branches/12.x/templates/admin/ 10include_metrics.tpl 10include_look.tpl * [FIX] Incorrect quotes [01:00] Tiki-KGB 03arildb r49845 10branches/12.x/ 10templates/wizard/admin_namespace.tpl 10templates/admin/include_wiki.tpl 10templates/admin/include_general.tpl * [FIX] Encode & [01:09] arildb That was a bit of a cleanup session [01:09] arildb whoever dares do a merge may find a few conflicts... [01:38] Tiki-KGB 03arildb r49846 10branches/12.x/tiki-wizard_user.php [01:38] Tiki-KGB [FIX] html error. [01:38] Tiki-KGB Styling is still missing [01:50] Tiki-KGB 03arildb r49847 10trunk/templates/tiki-wiki_topline.tpl * [FIX] remove duplicate class definition [04:27] wikityler joined #tikiwiki [05:01] TomJarvis Bye [05:02] TomJarvis left #tikiwiki [05:24] changi joined #tikiwiki [06:46] changi joined #tikiwiki [10:01] xavi joined #tikiwiki [10:07] xavi2 joined #tikiwiki [10:32] xavi joined #tikiwiki [10:58] xavi joined #tikiwiki [11:24] arildb joined #tikiwiki [11:27] Telesight joined #tikiwiki [11:44] Tiki-KGB 03xavidp r49848 10branches/12.x/lang/ca/language.php * typos [11:56] Tiki|bot joined #tikiwiki [11:56] Tiki|bot New Forum Posts: Tiki12: category recognition problem with articles - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51192 [11:56] Tiki|bot New Forum Posts: demo.tiki.org - trunk is not updated - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51191 [11:56] Tiki|bot New Forum Posts: hard-coded 12x profiles - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51189 [12:04] Tiki-KGB 03jonnybradley r49849 10(36 files in 13 dirs) [12:04] Tiki-KGB [MRG] Automatic merge, branches/12.x 49818 to 49848 [12:04] Tiki-KGB Only two conflicts (fixed manually) on: [12:04] Tiki-KGB templates/admin/include_look.tpl [12:04] Tiki-KGB templates/tiki-install.tpl [12:16] arildb d: [12:16] arildb oops...wrong input field [12:45] Tiki|bot joined #tikiwiki [13:00] jonnyb joined #tikiwiki [13:00] jonnyb afterpolom [13:01] arildb jonnyb: hi [13:01] jonnyb hi arildb [13:16] Tiki|bot Recent Bug: - Alias doesn't work with chinese - http://dev.tiki.org/item5138 [13:17] xavi joined #tikiwiki [13:36] Tiki-KGB 03xavidp r49850 10branches/12.x/lang/ca/language.php * a few more [15:05] kstingel joined #tikiwiki [15:06] kstingel evening all, long time no see :) [15:06] Tiki|bot New Forum Posts: Active Directory with multiple domains - http://tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=51196 [15:09] kstingel When setting up a tracker (on a fresh Tiki install) ... is Tiki Tracker compatible with an OpenOffice / OpenLibre Base export? [15:10] kstingel I have my initial datasets stored locally, but I want to add them as trackers in Tiki so that my team can also use the data for searches and such ... [15:11] kstingel just wondering the most efficient way to collate the info I have [15:15] robertplummer joined #tikiwiki [15:15] robertplummer polom all [15:16] jonnyb hi robertplummer and kstingel [15:17] robertplummer jonnyb: having fun yet today? [15:17] jonnyb kstingel: you can export trackers as csv files, which will import into OO/OL spreadsheet [15:17] jonnyb robertplummer: fighting with OpenLayers z-index weirdness (just seems to be random mostly!) [15:18] robertplummer jonnyb: z-index is evil. [15:18] jonnyb indeed - extra bad in open layers maps :) [15:19] robertplummer jonnyb: *robertplummer throws up a little* [15:19] jonnyb ;) [15:28] ricks99 joined #tikiwiki [15:32] Tiki-KGB 03jonnybradley r49851 10branches/12.x/lib/jquery_tiki/tiki-maps.js [15:32] Tiki-KGB [FIX] maps: When layer param was specified in the searchlayer the name was getting lost so layers weren't being created (re-declaring the var "layer" in the loop was causing it to be cleared, so using layerName now). Also an attempt at improving z-index control, still more to do on that... [15:32] ricks99 cold polom y'all [15:33] jonnyb hi ricks99 - still chilly? [15:33] jonnyb bit wet here... [15:34] * ricks99 wishes he could hibernate until april [15:35] Tiki|bot joined #tikiwiki [15:39] robertplummer yo ricks99 [15:40] ricks99 hiya robertplummer [15:42] xavi joined #tikiwiki [15:48] robertplummer lphuberdeau, jonnyb : What does the JitFilter do if you request an input that doesn't exist? [15:48] robertplummer Does it return a filter? Do I need to check for existence first? [15:50] robertplummer For example: inside of a Controller, in lib/core/Services/ if I do this: [15:50] robertplummer $input->supercalifragilisticexpialidocious->text(); [15:50] robertplummer will it blow up? [15:51] jonnyb it just returns and empty string i think [15:51] jonnyb no blowing up [15:51] robertplummer woohoo! [15:51] robertplummer thanks jonnyb [15:52] jonnyb i think there is a function to test if a key exists if you need it [15:52] robertplummer ok. [15:53] robertplummer jonnyb: I added an unsafe method to the JitFilter for pulling out the original value yesterday, so that I could parse back to source from wysiwyg in wikiLingo. I most will know to stay clear of it. [15:53] robertplummer I hope, I mean [15:53] lphuberdeau err, the none() filter should pull out the raw value, no need to add extra methofs [15:53] robertplummer The method's name is actually called "unsafe". This is in experimental only. [15:53] lphuberdeau methods [15:54] robertplummer methods? [15:54] robertplummer I only added one, that I know of [15:54] lphuberdeau I'm saying you could get the raw value without adding anything [15:54] robertplummer lphuberdeau: No I couldn't, raw would still filter. [15:54] robertplummer And I tried ->value, and it was private. [15:54] lphuberdeau $input->name->none() [15:55] lphuberdeau filters with a no-filter [15:55] robertplummer rearry? :) [15:55] robertplummer nice [15:55] robertplummer I will use, and remove then. [15:55] robertplummer Where does it inherit those from? [15:55] robertplummer If I could put that into the comments, phpstorm would know. [15:56] lphuberdeau lib/core/TikiFilter.php contains the list of named filters [16:00] Tiki|bot joined #tikiwiki [16:00] jonnyb phpstorm says these things are created using a "magic" method, so doesn't really know about them :) [16:00] jonnyb hi lphuberdeau, by the way [16:03] lphuberdeau hello ;) [16:03] lphuberdeau yes, they are handled through __call() [16:03] lphuberdeau it does rely on reading code rather than trying to guess what would work ;) [16:04] * jonnyb often finds himself in lib/core/TikiFilter.php [16:10] robertplummer I don't like magic. [16:10] Tiki|bot joined #tikiwiki [16:26] robertplummer ha! jonnyb! I just added a description to JitFilter_Element that has all the method types in JitFilter::get, and it now syntax highlights all of them! [16:26] robertplummer woohoo! [16:26] robertplummer ctrl + space baby [16:28] robertplummer lphuberdeau: Are there other methods that are not exposed to the JitFilterElement? [16:28] robertplummer I noticed, for example, I can use [16:28] robertplummer bool [16:28] robertplummer and it seems to work fine. [16:29] lphuberdeau those are all registered through TikiFiltered... as I mentioned before [16:29] robertplummer lphuberdeau: Yea, bool isn't listed there. [16:29] lphuberdeau then it does not work [16:29] lphuberdeau likely fallsback to the xss filter [16:29] robertplummer ok [16:30] lphuberdeau you can add more in there if you need them [16:30] robertplummer k [16:30] lphuberdeau although for booleans, I normally just use int() [16:30] lphuberdeau casts to 1 or 0, which is file for simple checks [16:31] Tiki|bot joined #tikiwiki [16:31] robertplummer lphuberdeau: bits are smaller than ints. [16:31] robertplummer I'm just saying [16:31] lphuberdeau actually, no [16:32] lphuberdeau CPUs typically allocate a full int anyway because they handle those faster [16:32] lphuberdeau PHP uses a zval anyway, which make the theoretical size difference between a bool and and int insignificant [16:33] robertplummer lphuberdeau: The force is strong with you. [16:34] marclaporte joined #tikiwiki [16:48] kstingel1 joined #tikiwiki [16:48] marclaporte joined #tikiwiki [16:50] Tiki|bot joined #tikiwiki [16:51] luciash_ joined #tikiwiki [16:57] marclaporte joined #tikiwiki [17:03] Tiki|bot joined #tikiwiki [17:06] fabricius joined #tikiwiki [17:10] Tiki-KGB 03lphuberdeau r49852 10trunk/ 10(10 files in 7 dirs) * [MOD] Connect stored queries to the notification system [17:15] Tiki|bot joined #tikiwiki [17:40] Tiki-KGB 03lphuberdeau r49853 10trunk/lib/ 10user/monitorlib.php 10core/Search/Index/QueryAlertDecorator.php * [FIX] Current user check would cause fallback while not required [17:59] Jyhem xavi: ever tried pluginRR on a standard Tiki12 ? [18:10] Tiki-KGB 03jyhem r49854 10branches/12.x/temp/.htaccess * [FIX] Allow display of images produced by PluginRR [18:12] Tiki-KGB 03arildb r49855 10branches/12.x/templates/tiki-editpage.tpl [18:12] Tiki-KGB [FIX] Make hide title on page preference work for regular title display (and not only page name above page) [18:22] Tiki-KGB 03jonnybradley r49856 10branches/12.x/ 10templates/wiki-plugins/wikiplugin_addtocart.tpl 10lib/wiki-plugins/wikiplugin_addtocart.php * [FIX] cart: Make button label translatable [18:44] kstingel joined #tikiwiki [18:44] kstingel polom [18:45] kstingel any "Trackers" techs on? [18:45] kstingel scratch that ... I meant to ask about Groups [18:46] jonnyb hi kstingel - not sure i'm a "group tech" but have a go anyway [18:50] Tiki|bot joined #tikiwiki [18:55] kstingel thnx jonnyb ... but ricks99 already covered it [18:55] jonnyb well done ricks99 :) [18:55] * ricks99 faster than jonnyb [18:55] ricks99 :) [18:55] kstingel was after a way to create different lander pages for Groups [18:56] ricks99 i'll handle the q&a and let jonnyb do the coding :) [18:56] ricks99 everyone wins [18:56] * jonnyb likes that plan [18:57] kstingel lol, next round will probably be jonnyb's turn then ... when I try something that doesn't work like I think it should lol [18:58] jonnyb :P [19:00] kstingel once I turn on Group Home Pages ... do I need to do anything special to have non-logged in users see an entirely different Home page? ... [19:00] Tiki|bot joined #tikiwiki [19:01] kstingel at present I'm using the {GROUP(admin)} my stuff {ELSE} their stuff {GROUP} method for the home page [19:01] diggy128 joined #tikiwiki [19:01] ricks99 by default, annoymosu will see the home page, as defined in admin: general [19:01] jonnyb kstingel: (where's ricks99?) you set the home page for each group in the group admin [19:02] kstingel that's what I meant ... do I need a specific home page for anon, or are they served the default? [19:03] jonnyb yes, they get the default [19:04] kstingel site I'm working in ---> http://sapphire.kstingel.com/tw/ ... should just show a bare welcome with a register link [19:05] marclapo1 joined #tikiwiki [19:05] kstingel hi marc [19:07] kstingel since it's an alliance site, I've protected registration by requiring a password ... which I provide in-game [19:07] kstingel should I also enable access to t.o staff (for debug help)? and how would I do that? [19:20] ricks99 left #tikiwiki [19:27] marclaporte hi kstingel! [19:35] ricks99_ joined #tikiwiki [19:36] Tiki|bot joined #tikiwiki [19:38] Tiki-KGB 03jonnybradley r49857 10branches/12.x/lib/jquery_tiki/tiki-jquery.js * [FIX] chosen: Make translatable [19:40] kstingel errmm ... what does the spinning wheel where I entered my Group HomePage info mean? [19:47] jonnyb kstingel: that would be the busy spinner saying that it's trying to find matching page names to autofill for you - sometimes it refuses to go away [19:51] marclaporte joined #tikiwiki [19:53] Tiki|bot joined #tikiwiki [19:57] marclapo1 joined #tikiwiki [19:59] jonnyb molop [20:01] kstingel jonnyb: ahh ... in that case it was spinning coz I haven't created the page yet [20:08] Tiki-KGB 03jonnybradley r49858 10(8 files in 7 dirs) [20:08] Tiki-KGB [MRG] Automatic merge, branches/12.x 49848 to 49857 [20:08] Tiki-KGB Conflict templates/tiki-editpage.tpl merged manually (but not tested) [20:08] kstingel having a brainfade .... what's the code to insert the Username in the page? [20:56] TomJarvis joined #tikiwiki [21:06] Tiki|bot joined #tikiwiki [21:23] robertplummer all: As of this moment, tiki experimental wikiLingo branch saves in source, wysiwyg, and previews. [21:24] Tiki-KGB 03robertplummer r49859 10branches/experimental/ 10(7 files in 6 dirs) [21:24] Tiki-KGB [ENH] Add description on methods to JitFilter_Element, making it less magical, and more practical for use in phpstorm [21:24] Tiki-KGB [NEW] Add the ability to not just preview, but also update and create wiki pages from the edit service [21:24] Tiki-KGB [ENH] Since wikilingo doesn't need to know if the editor is wysiwyg or not, remove that as an option, just keep it null [21:24] Tiki-KGB [MOD] make document "preview" event a bit more descriptive to "previewWysiwygWikiLingo" [21:24] Tiki-KGB [NEW] add document event "saveWysiwygWikiLingo" [21:24] Tiki-KGB [FIX] medium doesn't exist in scope, stick it on element [21:24] Tiki-KGB [FIX] expose wysiwyg to wiki_edit_actions.tpl from tiki-editpage.tpl [21:24] Tiki-KGB [NEW] Added update_output_type, and changed how output_type is set (use ajax service rather than form) [21:24] Tiki-KGB [NEW] link up buttons (preview and save) so they call the events above [21:24] Tiki-KGB [REM] Delete some jison garbage [21:30] Tiki|bot joined #tikiwiki [21:45] Tiki|bot joined #tikiwiki [22:04] Tiki-KGB 03robertplummer r49860 10branches/experimental/ 10(8 files in 6 dirs) [22:04] Tiki-KGB [MOD] Change the wysiwyg_wikiLingo edit method to do both wysiwyg and source [22:04] Tiki-KGB [ENH] Move js out of smarty fn and into a proper js file and load it when wikilingo is active [22:04] Tiki-KGB [FIX] Detect if wysiywg is active, and bind one way, if not, bind another [22:04] Tiki-KGB [FIX] expose useWikiLingo to tpl [22:09] Tiki|bot Recent Bug: - Plugin Now not working in a module - http://dev.tiki.org/item5139 [22:20] Tiki|bot joined #tikiwiki [22:21] marclaporte joined #tikiwiki [22:28] Tiki-KGB 03luciash r49861 10branches/12.x/styles/BiDi/BiDi.css [22:28] Tiki-KGB [FIX] Bidi: replace CSS3 text-align: start with text-align: right for RTL as no version of IE supports it yet [22:50] Tiki-KGB 03luciash r49862 10trunk 10trunk/styles/BiDi/BiDi.css * [MRG] Automatic merge, branches/12.x 49857 to 49861 [23:16] _dist joined #tikiwiki [23:17] _dist hey guys, I've been using this wiki for a while now. I just upgraded to 12 lts and after login I get a blank page (nothing appeared to wrong with the upgrade) [23:17] _dist Only when I log in, with a sueccesful user (bad pass/user complains) [23:25] marclaporte joined #tikiwiki [23:39] TomJarvis _dist: Did you use the new _htaccess that came with Tiki 12? Did you uncomment the # php_value memory_limit 256M line? [23:39] _dist nope, let me take a look [23:42] _dist didn't fix it, I also turned on display php errors, but still blank, well technically the source says "1" [23:47] TomJarvis Is you .htaccess a symbolic link to _htaccess? .htaccess -> _htaccess [23:54] Tiki-KGB 03robertplummer r49863 10branches/experimental/wikiLingo/templates/wiki_edit_actions.tpl * [FIX] val, not html from input for source edit [23:55] _dist tom yes