←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
amette_left #tikiwiki [00:12]
.............. (idle for 1h7mn)
jonnybjoined #tikiwiki [01:19]
.............. (idle for 1h8mn)
Jyhem_laptopjoined #tikiwiki [02:27]
.................. (idle for 1h28mn)
Jyhem_laptop_joined #tikiwiki [03:55]
........................................................................................ (idle for 7h15mn)
Tiki-KGB03kroky6 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
[11:10]
03kroky6 r63250 10trunk/ 10lib/wiki/pluginslib.php 10lib/core/Search/Formatter/Builder.php * [ENH] csv downloadable file name specification in List/ListExecute plugins [11:24]
jonnybjoined #tikiwiki [11:37]
............. (idle for 1h3mn)
amette_joined #tikiwiki [12:40]
chibaguyjoined #tikiwiki
polom
[12:54]
jonnybmoloq chibaguy [12:54]
chibaguyhi jonnyb [12:55]
jonnybAny sign of the list gui for you yet? [12:55]
chibaguyLuci posted that I needed to access it via the inline icon, so I'll try that. I didn't try it yet. [13:00]
jonnybit should work either way, did you enable the pref? [13:01]
chibaguyBy 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.
[13:02]
jonnybsry, phone call [13:02]
....... (idle for 33mn)
robertokirjoined #tikiwiki [13:35]
joined #tikiwiki [13:44]
luciashpolom
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
[13:57]
jonnybsry, busy (hi, thanks for checking) [14:00]
luciashchibaguy: 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';
[14:01]
Jyhempolom [14:11]
luciashhi Jyhem [14:14]
jonnybmoloq Jyhem and luciash and all :) [14:15]
JyhemHi 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:16]
jonnybJyhem: if you use the object attributes lib you can, yes
(that's the best way of adding new options to things i think)
[14:17]
JyhemGood news [14:18]
jonnybthere's an exmaple (i didn't know about) on forums for adding images, for instance - a bit of it is here: attributelib [14:19]
Jyhemany example of object attribute I can get inspiration from? [14:19]
jonnybcorrection tiki-admin_forums.php:119 [14:19]
JyhemThanks [14:20]
jonnybso if you search for tiki.object.image in that fiole you will see setting and getting examples [14:20]
JyhemIt'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
[14:20]
jonnybthere;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 :)
[14:21]
chibaguythanks, jonnyb. Sorry, was eating. [14:22]
JyhemJyhem thinks of 'tiki.blog.autocategorized'
The css rule would not "make it optionnal"
[14:22]
jonnybwouldnt 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 :)
[14:24]
Jyhemthe 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]
jonnybyou can see the other attributes here https://dev.tiki.org/attributes for inspiration/confusion ;) [14:25]
Jyhemand 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
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
[14:25]
jonnybmaybe inheritcategorization? [14:34]
JyhemDoes this make sense considering the blogposts inherit, not the blog? [14:35]
jonnybah, yes - true
tiki.blog.forcescategorization is fine :)
[14:37]
JyhemThanks ! [14:38]
.... (idle for 16mn)
amette_left #tikiwiki
joined #tikiwiki
[14:54]
polom [15:04]
..... (idle for 22mn)
qPjoined #tikiwiki [15:26]
Tiki-KGB03kroky6 r63251 10trunk/lib/core/Search/Formatter/Plugin/AbstractTableTemplate.php * [REF] convert spaces to tabs (thanks chealer) [15:38]
....... (idle for 31mn)
chibaguyluciash, yes, I was thinking about doing a "history of Tiki" h5p timeline, for dogfooding and info at the Community site. [16:09]
.......... (idle for 45mn)
amette_left #tikiwiki [16:54]
........... (idle for 51mn)
robertokirjoined #tikiwiki [17:45]
...... (idle for 27mn)
Tiki-KGB03chealer 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.
[18:12]
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.
[18:20]
jonnybjoined #tikiwiki [18:21]
Tiki-KGB03jonnybradley 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
[18:24]
jonnybrepolom [18:25]
Telesightjoined #tikiwiki [18:31]
................ (idle for 1h18mn)
fabriciusjoined #tikiwiki [19:49]
....... (idle for 33mn)
luis_asajoined #tikiwiki [20:22]
..... (idle for 22mn)
robertokirleft #tikiwiki [20:44]
...... (idle for 27mn)
fabriciusjoined #tikiwiki [21:11]
..................... (idle for 1h43mn)
luis_asajoined #tikiwiki [22:54]
fabriciusjoined #tikiwiki [23:07]
......... (idle for 42mn)
Toaster__joined #tikiwiki
Hi guys. Does anyone currently use a Tiki with Social Networks working properly? (Facebook and Twitter specifically)
[23:49]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)