←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
amette_ | left #tikiwiki | [00:12] |
.............. (idle for 1h7mn) | ||
jonnyb | joined #tikiwiki | [01:19] |
.............. (idle for 1h8mn) | ||
Jyhem_laptop | joined #tikiwiki | [02:27] |
.................. (idle for 1h28mn) | ||
Jyhem_laptop_ | joined #tikiwiki | [03:55] |
........................................................................................ (idle for 7h15mn) | ||
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 | [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] | |
jonnyb | joined #tikiwiki | [11:37] |
............. (idle for 1h3mn) | ||
amette_ | joined #tikiwiki | [12:40] |
chibaguy | joined #tikiwiki
polom | [12:54] |
jonnyb | moloq chibaguy | [12:54] |
chibaguy | hi jonnyb | [12:55] |
jonnyb | Any sign of the list gui for you yet? | [12:55] |
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:00] |
jonnyb | it should work either way, did you enable the pref? | [13:01] |
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. | [13:02] |
jonnyb | sry, phone call | [13:02] |
....... (idle for 33mn) | ||
robertokir | joined #tikiwiki | [13:35] |
joined #tikiwiki | [13:44] | |
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 | [13:57] |
jonnyb | sry, busy (hi, thanks for checking) | [14:00] |
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'; | [14:01] |
Jyhem | polom | [14:11] |
luciash | hi Jyhem | [14:14] |
jonnyb | moloq Jyhem and luciash and all :) | [14:15] |
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:16] |
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) | [14:17] |
Jyhem | Good news | [14:18] |
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:19] |
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
Jyhem will just need it to be 'y' or 'n' for now | [14:20] |
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 :) | [14:21] |
chibaguy | thanks, jonnyb. Sorry, was eating. | [14:22] |
Jyhem | Jyhem thinks of 'tiki.blog.autocategorized'
The css rule would not "make it optionnal" | [14:22] |
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 :) | [14:24] |
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
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] |
jonnyb | maybe inheritcategorization? | [14:34] |
Jyhem | Does this make sense considering the blogposts inherit, not the blog? | [14:35] |
jonnyb | ah, yes - true
tiki.blog.forcescategorization is fine :) | [14:37] |
Jyhem | Thanks ! | [14:38] |
.... (idle for 16mn) | ||
amette_ | left #tikiwiki
joined #tikiwiki | [14:54] |
polom | [15:04] | |
..... (idle for 22mn) | ||
qP | joined #tikiwiki | [15:26] |
Tiki-KGB | 03kroky6 r63251 10trunk/lib/core/Search/Formatter/Plugin/AbstractTableTemplate.php * [REF] convert spaces to tabs (thanks chealer) | [15:38] |
....... (idle for 31mn) | ||
chibaguy | luciash, 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) | ||
robertokir | joined #tikiwiki | [17:45] |
...... (idle for 27mn) | ||
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. | [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] | |
jonnyb | joined #tikiwiki | [18:21] |
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 | [18:24] |
jonnyb | repolom | [18:25] |
Telesight | joined #tikiwiki | [18:31] |
................ (idle for 1h18mn) | ||
fabricius | joined #tikiwiki | [19:49] |
....... (idle for 33mn) | ||
luis_asa | joined #tikiwiki | [20:22] |
..... (idle for 22mn) | ||
robertokir | left #tikiwiki | [20:44] |
...... (idle for 27mn) | ||
fabricius | joined #tikiwiki | [21:11] |
..................... (idle for 1h43mn) | ||
luis_asa | joined #tikiwiki | [22:54] |
fabricius | joined #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) |