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

WhoWhatWhen
Webdruidjoined #tikiwiki
Hey, according to https://tiki.org/Tiki+vs+Redmine redmine "has better scm integration"... and Tiki only uses SVN. Is there a way to use tiki as a svn server or do I just understand the statement wrong? I thougt that tiki somehow supports version control
[00:11]
Caarriejoined #tikiwiki [00:18]
...... (idle for 28mn)
Tiki-KGB03lindonb r52620 10trunk/ 10composer.json 10composer.lock 10doc/devtools/satis.json
tablesorter: upgrade to latest version 2.17.8; remove unneeded versions from repository
[00:46]
...... (idle for 28mn)
fabriciusWebdruid: hi [01:14]
WebdruidHey [01:14]
fabriciusyou want to use Tiki as SVN server? [01:14]
WebdruidYep
Or in general as a version control system
[01:14]
fabriciusYou compared Tiki with Redmine .. I am wondering if Redmine is a VCS - I do not htink so. Tiki is not a VCS in the sense of SVN ... I believe, you got s.th. wrong here - or I missunderstand you
on the page you have been referring above, VCS is meant as tools to develop Tiki and Redmine
But maybe you are referring to a Feature or UseCase in Tiki I am not familiar with
[01:17]
WebdruidOk, thanks for clearing that one out. I always thought that tiki would support VC in itsself
Guess I will have to use my plain old winSVN server then :-)
[01:20]
fabriciusI do not want to tell you something wrong .. as said, maybe we are talking abouit two different things
do you want to use Tiki as a subversion gui?
[01:21]
WebdruidNo, I think you answered my question and as far as my google search/research suggests Tiki cannot act as a subversion server/repository [01:22]
fabriciusnot as far as I know [01:22]
WebdruidYeah, I want to use it as a server and repository browser and diff viewer [01:23]
fabriciusYou can run a Tiki as kind of a rolling release via svn [01:23]
WebdruidYeah, but that would be to develop Tiki itsself, right? [01:23]
fabriciuswe have wikipage history .. which I think you are not referring to and you can use trackers and category transitions for project management [01:24]
WebdruidYeah I think I still need to learn about categories and trackers [01:24]
fabriciusdevelop Tiki and run a Tiki - regular quick upgrades
I usually use the linux shell for that
but there are guis aswell
[01:24]
WebdruidI see
I am just having a weekly meeting with my nerd friends and we are collaborating on own ideas and associated projects in software and hardware development
And we wanted to start off with a good groupware to boost the collaboration
[01:25]
...... (idle for 26mn)
fabriciusWebdruid: and you need a vcs included in the groupware?
the groupware as vcs gui?
[01:52]
WebdruidIt would be a nice to have feature have everything in one place :-)
Anyways... going to sleep now. Ty for your help fabricius
[01:52]
fabriciusnightynight [01:53]
....... (idle for 33mn)
lastoutlawjoined #tikiwiki
hi guys
[02:26]
...... (idle for 27mn)
Gwaynejoined #tikiwiki [02:53]
................................................................................... (idle for 6h50mn)
redflojoined #tikiwiki [09:43]
..... (idle for 20mn)
fabriciusjoined #tikiwiki [10:03]
chibaguyjoined #tikiwiki [10:11]
luciashpolom [10:20]
chibaguyhi luciash [10:30]
...... (idle for 25mn)
Gwaynejoined #tikiwiki [10:55]
.... (idle for 16mn)
olinuxxjoined #tikiwiki [11:11]
luciashhi chibaguy [11:17]
................. (idle for 1h24mn)
chibaguyjoined #tikiwiki [12:41]
....... (idle for 32mn)
Tiki|botNew Forum Posts: User Articles and Closed user groups - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=53530 [13:13]
chibaguyjoined #tikiwiki [13:13]
.... (idle for 18mn)
xavi1joined #tikiwiki
polom
Jyhem around?
[13:31]
xavixavi wondering how to revert the "switch to group" effect (performed through the module "Groups emulation"), if that module vanished when the group is emulated.... [13:33]
Jyhemxavi: well, cooking, so not so around [13:33]
xaviah, ok, please first things first: I wouldn't want to be responsible for food over-cooking ;-) [13:34]
Jyhemxavi: logout/login is only way. No exception for "Groups emulation" module. If your new group can't see it, you can't either [13:34]
xaviok, thks, question answered. :-)
I haven't looked at who coded it, but for some reason (some recent comments at the devels list), I thought that you would know, and it seems that I was right, you knew from the top of your head... :-)
xavi back to class preparation after login back from the sutdents view
[13:34]
........... (idle for 51mn)
JyhemI coded it :)
I was not really interested in creating one dummy account per group for testing purposes :)
[14:28]
....... (idle for 30mn)
fabriciusjoined #tikiwiki [15:00]
luciash: are you there? [15:06]
........... (idle for 50mn)
Tiki-KGB03manivannans r52621 10branches/13.x/lib/wiki-plugins/wikiplugin_list.php * [ENH]Parameter created to replace the default sort mode in plugin list [15:56]
fabriciusjoined #tikiwiki [16:10]
xavileft #tikiwiki [16:16]
..... (idle for 24mn)
luciashfabricius: hi [16:40]
fabriciushi
nice one. you are here
[16:46]
luciash: I am kind of experimenting with external jQuery plugins, like slideshow, metro.js, etc. ... a few month, maybe one or two years ago, you did tell me how to add a js file to Tiki via a tamplate ... in a php file, I seem to have managed it, but I need aswell the template method ... I used it, but I do not find it anymore ... do you recall the equvalent working code for $headerlib-->add_jsfile("path"); in a template? [16:51]
..... (idle for 20mn)
Jyhemfabricius: Would that be {JQ()}…here some jQuery code …{JQ} ? [17:11]
fabriciushmm ... this plugin I use on the wiki page
I was looking for adding the js file to Tiki
but instead of using tiki-setup.php I want to use tiki-layout_view.tpl
[17:18]
JyhemOh, sorry. In template files, it's {jq}
examples:
templates/tiki-upload_file.tpl: {jq}$('.datePicker').datepicker({minDate: 0, maxDate: '+1m', dateFormat: 'dd/mm/yy'});{/jq}
templates/tiki-view_sheets.tpl: {jq notonready=true}var editSheetButtonLabel2="{tr}Cancel{/tr}";{/jq}
[17:25]
fabriciusthx, but I was looking to add the js filein itially - it is for external plugins, not in the upstream, thus not in svn [17:31]
chibaguyjoined #tikiwiki [17:35]
........ (idle for 35mn)
fabriciusjoined #tikiwiki [18:10]
....... (idle for 30mn)
Dineshjoined #tikiwiki [18:40]
luciashwb fabricius [18:41]
DineshHi [18:41]
luciashfabricius: just a moment
hi Dinesh
[18:41]
DineshI am facing a problem related to Kaltura[18:43] luciash fabricius: use getScript(); in {jq}{/jq} [18:42]
luciashfabricius: see http://doc.tiki.org/Custom+Code+HowTo+-+jQuery?structure=Tutorials
Dinesh: ah, havent seens Kaltura for ages
[18:43]
Dineshohhh [18:44]
luciashDinesh: what prob [18:44]
DineshActually, We are using Tiki wiki, integrated in our web application [18:45]
fabriciusluciash: that would work on a wikipage aswell with {JQ()}...{JQ}? [18:45]
DineshI am done with almost all the configuration settings [18:46]
luciashfabricius: yes [18:46]
fabriciuscool [18:46]
DineshBut for Kaltura, upload video UI is not visible
I have flash player installed on my machine
[18:47]
fabriciusanyway, you explained me one day how to add to a template with another code - very similar to the php code [18:47]
luciashDinesh: is it hidden somehow or what you mean "is not visible"? [18:48]
fabriciusand question: would you recommend to a template or to the custom zone ... or depends on the use case?
I mean is there a disadvantage to add it in a template?
[18:48]
luciashfabricius: i just explained how to add it to tpl
fabricius: use {jq} smarty block
[18:48]
Dineshok explain [18:49]
fabriciusluciash: that is great! I just 3/4 recalled another code - BUT when you say use {jq} smarty block, I do it ;-) [18:49]
luciashfabricius: i do not rcall other code [18:49]
RobertRasjoined #tikiwiki [18:49]
fabriciusluciash: then I might never find it again - yet I can now add jq to a template THX!! [18:50]
RobertRasHello all....is it posible to remove users from the registered group using YAML? [18:50]
luciashtemplate file is more accident proof (you can mess up in custom code)
RobertRas: hi, I do not think so... you cannot remove anyone from Registered anyway
[18:50]
DineshRobert, I dont know the answer to your problem....but may be u know my problem solution[18:51] RobertRas Thx luciash [18:51]
luciashas they are Registered == logged in default group, they cannot be removed [18:52]
RobertRasYes
It is a menu problem...I have several groups that are registered and another group
How would I show a menu item to only a one group that happens to be in both?
[18:52]
Dineshcan anybody help me, ..... How to see interface to upload Kaltura video [18:55]
luciashRobertRas: you need another level of Group then - above Registered... then you display the menu items only to Group1 and some others only to Group2 and the rest to all registered [18:55]
RobertRasAhh..you mean above to mean listed above the registered users perspective?
sorry Dinesh, I didn't catch your question...see the interface to upload Kaltura?
[18:56]
fabriciusluciash: it is not working [18:59]
luciashRobertRas: yes, something like that :)
Dinesh: any link ?
[19:00]
RobertRasThx ;) [19:01]
Dinesh@ Robert : I go to Kaltura video>Upload media...the page opens but page shows blank section
Means no button for browse or upload
[19:02]
RobertRaslooking/thinking [19:02]
Dineshactually that section is build in Flash....
so, the flash part of the page is missing..
[19:03]
RobertRasI agree..check your plugin [19:04]
DineshI must be missing some sort of setting
I have flash player installed on my machine
[19:04]
luciashDinesh: what Tiki version and can you reproduce your problem with freshly installed Tiki instead of your build-in app ? [19:04]
Dinesh13 [19:05]
luciash(i presume you have the Kaltura salt set correctly) [19:05]
Dineshearlier it was working fine in 12.2
Yes, I have done all the Kaltura settings
[19:05]
luciashhmm, might be a bug (regression) in 13 then... are you sure the flash is not loading with some console (Firefox Firebug etc.) ? [19:06]
Dineshthe player Id, admin secret etc.
No error shows in console
[19:06]
luciashDinesh, maybe all we can do now is that you fill a bug report at http://dev.tiki.org/Make+a+Wish and see if anyone can reproduce [19:08]
RobertRasluciash: Thx again Take care all [19:08]
luciashbye RobertRas
gtg, dinner calling ;-)
[19:08]
Dineshbye thanks [19:09]
...... (idle for 27mn)
redflojoined #tikiwiki [19:36]
Tiki|botRecent Bug: - http://dev.tiki.org/item5472 [19:36]
...... (idle for 27mn)
New Forum Posts: User Articles and Closed user groups - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=53530
New Forum Posts: Where is the auto-toc on dev.t.o? - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53508
New Forum Posts: Tracker field category no initial value (crossposting) - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53499
[20:03]
New Forum Posts: User Articles and Closed user groups - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=53530
New Forum Posts: Where is the auto-toc on dev.t.o? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53508
New Forum Posts: Tracker field category no initial value (crossposting) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53499
[20:13]
arty_joined #tikiwiki [20:20]
............... (idle for 1h12mn)
fcpdjoined #tikiwiki
tikiwiki 12.2: I have a page - http://propertybaggage.com/istar/Company+Dossier+Map - which populates trackers via the map. Anonymous cannot view even though tiki_p_view_trackers is set for anon. Any ideas? Thanx
[21:32]
luciashhi fcpd [21:42]
fcpdlong time no chat! [21:42]
luciash:) [21:43]
fcpdwas talking to marc as I had a small punch list of stuff I wanted to pay to get done but he is swamped. what is your schedule like? [21:43]
luciashi did not catch you last time [21:43]
fcpdPaul Williams. I am the hobo from the 3.x days [21:43]
luciashtried to priv msg you but you were already logged off irc
fcpd: btw, I can view as Anon the map here > http://propertybaggage.com/istar/Company+Dossier+Map
fcpd: you mean we should see some items on the map ?
[21:44]
fcpdyup. they used to show up but not now [21:50]
luciashah [21:50]
fcpdcreating creds now and sent you the email [21:50]
luciashcool [21:50]
............. (idle for 1h4mn)
redflojoined #tikiwiki [22:54]
............. (idle for 1h0mn)
fabriciusjoined #tikiwiki [23:54]

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