jonnyb: joined #tikiwiki Jyhem_laptop: joined #tikiwiki Jyhem_laptop_: joined #tikiwiki Tiki-KGB: 03kroky6 r63248 10trunk/ 10(10 files in 6 dirs)
[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
03kroky6 r63249 10trunk/lib/core/Search/ 10Formatter/Plugin/CsvTemplate.php 10Formatter/Plugin/AbstractTableTemplate.php * [REF] svn keywords update on new files
03kroky6 r63250 10trunk/ 10lib/wiki/pluginslib.php 10lib/core/Search/Formatter/Builder.php * [ENH] csv downloadable file name specification in List/ListExecute plugins jonnyb: joined #tikiwiki amette_: joined #tikiwiki chibaguy: joined #tikiwiki
polom jonnyb: moloq chibaguy chibaguy: hi jonnyb jonnyb: Any sign of the list gui for you yet? chibaguy: Luci posted that I needed to access it via the inline icon, so I'll try that. I didn't try it yet. jonnyb: it should work either way, did you enable the pref? 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.)
IIRC there was some instruction at doc.t.o but it didn't work. jonnyb: sry, phone call robertokir: joined #tikiwiki
joined #tikiwiki luciash: polom
o
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 jonnyb: sry, busy (hi, thanks for checking) luciash: chibaguy: there was some mysqladmin way
jonnyb: np
jonnyb: next on my "play with" list is the h5p ;)
chibaguy: UPDATE `users_users` SET `hash`= md5('admin') WHERE `login`='admin'; Jyhem: polom luciash: hi Jyhem jonnyb: moloq Jyhem and luciash and all :) 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? jonnyb: Jyhem: if you use the object attributes lib you can, yes
(that's the best way of adding new options to things i think) Jyhem: Good news jonnyb: there's an exmaple (i didn't know about) on forums for adding images, for instance - a bit of it is here: attributelib Jyhem: any example of object attribute I can get inspiration from? jonnyb: correction tiki-admin_forums.php:119 Jyhem: Thanks jonnyb: so if you search for tiki.object.image in that fiole you will see setting and getting examples 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 -: Jyhem will just need it to be 'y' or 'n' for now jonnyb: there;s now a simpler function AttributeLib::get_attribute for when you know what single attr you want
wouldn't a little css rule to hide that be simpler? (when needed, in custom css maybe?)
adding a proper new option would be better for everyone else though :) chibaguy: thanks, jonnyb. Sorry, was eating. -: Jyhem thinks of 'tiki.blog.autocategorized' Jyhem: The css rule would not "make it optionnal" jonnyb: wouldnt the option actually be more like tiki.blog.nocategory? (so it doesn't do the current behaviour when set to y?)
no, css would just be for a single tiki install, just a quick hack :) 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. jonnyb: you can see the other attributes here https://dev.tiki.org/attributes for inspiration/confusion ;) Jyhem: and yes, part of it is css: display:none -: 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 Jyhem: The css is not enough. There is also:
$cat_type = 'blog post';
$cat_objid = $postId;
+// JML blog category default inheritance
+$cat_type = 'blog';
+$cat_objid = $blogId;
+$smarty->assign('cat_forced','y');
include_once ("categorize_list.php");
And then, later, handle the case of people recatogorizing a blog after the fact :-(
so it's optional and in trunk for now
'tiki.blogpost.autocategorized' might be more understandable, except this will be a blog attribute, not a blogpost attribute
Ahhh. 'tiki.blog.forcescategorization'
expressive (I hope) and correct jonnyb: maybe inheritcategorization? Jyhem: Does this make sense considering the blogposts inherit, not the blog? jonnyb: ah, yes - true
tiki.blog.forcescategorization is fine :) Jyhem: Thanks ! amette_: left #tikiwiki
joined #tikiwiki
polom qP: joined #tikiwiki Tiki-KGB: 03kroky6 r63251 10trunk/lib/core/Search/Formatter/Plugin/AbstractTableTemplate.php * [REF] convert spaces to tabs (thanks chealer) chibaguy: luciash, yes, I was thinking about doing a "history of Tiki" h5p timeline, for dogfooding and info at the Community site. amette_: left #tikiwiki robertokir: joined #tikiwiki Tiki-KGB: 03chealer r63252 10trunk/templates/tiki-list_trackers.tpl
Actions popover: Move Fields and Properties elements first, trying to start with the most used
The title column allows to view, so the View item is presumably not as used as these.
03chealer r63253 10branches/17.x/lang/fr/language.php
Replace ampersand with "et"
Ampersand might be OK in English, but is not used in French interfaces. jonnyb: joined #tikiwiki Tiki-KGB: 03jonnybradley r63254 10branches/17.x/lib/ 10jquery_tiki/pluginedit_list.js 10core/Services/Edit/ListPluginHelper.php
[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 jonnyb: repolom Telesight: joined #tikiwiki fabricius: joined #tikiwiki luis_asa: joined #tikiwiki robertokir: left #tikiwiki fabricius: joined #tikiwiki luis_asa: joined #tikiwiki fabricius: joined #tikiwiki Toaster__: joined #tikiwiki
Hi guys. Does anyone currently use a Tiki with Social Networks working properly? (Facebook and Twitter specifically)