[00:12] amette_ left #tikiwiki [01:19] jonnyb joined #tikiwiki [02:27] Jyhem_laptop joined #tikiwiki [03:55] Jyhem_laptop_ joined #tikiwiki [11:10] Tiki-KGB 03kroky6 r63248 10trunk/ 10(10 files in 6 dirs) [11:10] Tiki-KGB [ENH] csv downloadable table output from List/ListExecute plugins: server-side generated via index result scrolling and formatted into csv; refactor existing formatter templates to fit the new csv formatter plugin [11:12] Tiki-KGB 03kroky6 r63249 10trunk/lib/core/Search/ 10Formatter/Plugin/CsvTemplate.php 10Formatter/Plugin/AbstractTableTemplate.php * [REF] svn keywords update on new files [11:24] Tiki-KGB 03kroky6 r63250 10trunk/ 10lib/wiki/pluginslib.php 10lib/core/Search/Formatter/Builder.php * [ENH] csv downloadable file name specification in List/ListExecute plugins [11:37] jonnyb joined #tikiwiki [12:40] amette_ joined #tikiwiki [12:54] chibaguy joined #tikiwiki [12:54] chibaguy polom [12:54] jonnyb moloq chibaguy [12:55] chibaguy hi jonnyb [12:55] jonnyb Any sign of the list gui for you yet? [13:00] chibaguy Luci posted that I needed to access it via the inline icon, so I'll try that. I didn't try it yet. [13:01] jonnyb it should work either way, did you enable the pref? [13:02] chibaguy By the way, is there a way to change/reset the admin password when the usual interface for that isn't available? (This is for my localhost and there's no mail set up for the Tiki installations.) [13:02] chibaguy IIRC there was some instruction at doc.t.o but it didn't work. [13:02] jonnyb sry, phone call [13:35] robertokir joined #tikiwiki [13:44] robertokir joined #tikiwiki [13:57] luciash polom [13:58] luciash \o [14:00] luciash hi jonnyb - it was enabled for me but it displayed the GUI only after I saved the page and edited {list} via the edit helper icon - dunno why [14:00] jonnyb sry, busy (hi, thanks for checking) [14:01] luciash chibaguy: there was some mysqladmin way [14:01] luciash jonnyb: np [14:01] luciash jonnyb: next on my "play with" list is the h5p ;) [14:04] luciash chibaguy: UPDATE `users_users` SET `hash`= md5('admin') WHERE `login`='admin'; [14:11] Jyhem polom [14:14] luciash hi Jyhem [14:15] jonnyb moloq Jyhem and luciash and all :) [14:16] Jyhem Hi jonnyb. I'd like to add an option to blogs (a per blog option). Can I do this without adding a field in the database? [14:17] jonnyb Jyhem: if you use the object attributes lib you can, yes [14:18] jonnyb (that's the best way of adding new options to things i think) [14:18] Jyhem Good news [14:19] jonnyb there's an exmaple (i didn't know about) on forums for adding images, for instance - a bit of it is here: \attributelib [14:19] Jyhem any example of object attribute I can get inspiration from? [14:19] jonnyb correction tiki-admin_forums.php:119 [14:20] Jyhem Thanks [14:20] jonnyb so if you search for tiki.object.image in that fiole you will see setting and getting examples [14:20] Jyhem It's for that missing option for « automatically categorize blog posts as the blog is categorized », so users are not presented with a huge list of all existing categories when then simply wish to post something [14:21] * Jyhem will just need it to be 'y' or 'n' for now [14:21] jonnyb there;s now a simpler function \AttributeLib::get_attribute for when you know what single attr you want [14:21] jonnyb wouldn't a little css rule to hide that be simpler? (when needed, in custom css maybe?) [14:22] jonnyb adding a proper new option would be better for everyone else though :) [14:22] chibaguy thanks, jonnyb. Sorry, was eating. [14:22] * Jyhem thinks of 'tiki.blog.autocategorized' [14:23] Jyhem The css rule would not "make it optionnal" [14:24] jonnyb wouldnt the option actually be more like tiki.blog.nocategory? (so it doesn't do the current behaviour when set to y?) [14:24] jonnyb no, css would just be for a single tiki install, just a quick hack :) [14:25] Jyhem the idea is not that blog posts would not be categorized (bad for search results). It's that they are created with the exact same categories as the blog. [14:25] jonnyb you can see the other attributes here https://dev.tiki.org/attributes for inspiration/confusion ;) [14:25] Jyhem and yes, part of it is css: display:none [14:26] * Jyhem already has this quick hack in place. I would like to share because it's obviously useful and the current behaviour breaks user assumptions on search results [14:28] Jyhem The css is not enough. There is also: [14:28] Jyhem $cat_type = 'blog post'; [14:28] Jyhem $cat_objid = $postId; [14:28] Jyhem +// JML blog category default inheritance [14:28] Jyhem +$cat_type = 'blog'; [14:28] Jyhem +$cat_objid = $blogId; [14:28] Jyhem +$smarty->assign('cat_forced','y'); [14:28] Jyhem include_once ("categorize_list.php"); [14:28] Jyhem And then, later, handle the case of people recatogorizing a blog after the fact :-( [14:29] Jyhem so it's optional and in trunk for now [14:31] Jyhem 'tiki.blogpost.autocategorized' might be more understandable, except this will be a blog attribute, not a blogpost attribute [14:32] Jyhem Ahhh. 'tiki.blog.forcescategorization' [14:32] Jyhem expressive (I hope) and correct [14:34] jonnyb maybe inheritcategorization? [14:35] Jyhem Does this make sense considering the blogposts inherit, not the blog? [14:37] jonnyb ah, yes - true [14:37] jonnyb tiki.blog.forcescategorization is fine :) [14:38] Jyhem Thanks ! [14:54] amette_ left #tikiwiki [14:57] amette_ joined #tikiwiki [15:04] amette_ polom [15:26] qP joined #tikiwiki [15:38] Tiki-KGB 03kroky6 r63251 10trunk/lib/core/Search/Formatter/Plugin/AbstractTableTemplate.php * [REF] convert spaces to tabs (thanks chealer) [16:09] chibaguy luciash, yes, I was thinking about doing a "history of Tiki" h5p timeline, for dogfooding and info at the Community site. [16:54] amette_ left #tikiwiki [17:45] robertokir joined #tikiwiki [18:12] Tiki-KGB 03chealer r63252 10trunk/templates/tiki-list_trackers.tpl [18:12] Tiki-KGB Actions popover: Move Fields and Properties elements first, trying to start with the most used [18:12] Tiki-KGB The title column allows to view, so the View item is presumably not as used as these. [18:20] Tiki-KGB 03chealer r63253 10branches/17.x/lang/fr/language.php [18:20] Tiki-KGB Replace ampersand with "et" [18:20] Tiki-KGB Ampersand might be OK in English, but is not used in French interfaces. [18:21] jonnyb joined #tikiwiki [18:24] Tiki-KGB 03jonnybradley r63254 10branches/17.x/lib/ 10jquery_tiki/pluginedit_list.js 10core/Services/Edit/ListPluginHelper.php [18:24] Tiki-KGB [FIX] listgui: Some fixes for toolbars - still not functioning properly for sub-sub-plugins (i.e. column in table in output) but other issues fixed [18:25] jonnyb repolom [18:31] Telesight joined #tikiwiki [19:49] fabricius joined #tikiwiki [20:22] luis_asa joined #tikiwiki [20:44] robertokir left #tikiwiki [21:11] fabricius joined #tikiwiki [22:54] luis_asa joined #tikiwiki [23:07] fabricius joined #tikiwiki [23:49] Toaster__ joined #tikiwiki [23:52] Toaster__ Hi guys. Does anyone currently use a Tiki with Social Networks working properly? (Facebook and Twitter specifically)