fabricius: joined #tikiwiki Jyhem_laptop: joined #tikiwiki nelsonko: joined #tikiwiki torsten1: joined #tikiwiki Bsfez: joined #tikiwiki vivants: joined #tikiwiki
test Tiki-KGB: 03yonixxx r61232 10branches/16.x/templates/trackerinput/files.tpl
[FIX] [TRA] Fixing commit 50568 that added a plurial form working only for a limited number of languages and not all.
03rjsmelo r61233 10branches/15.x/lib/core/TikiDb/Initializer/Adodb.php
[bp/61119][FIX] Use of undefined variable, fix to use the right value from the credentials array redflo: joined #tikiwiki jonnyb: joined #tikiwiki Tiki-KGB: 03drsassafras r61234 10trunk/ 04doc/devtools/experimental/prefsdoc.php 03lib/wiki-plugins/wikiplugin_prefdoc.php 10tiki-admin_system.php * [NEW] PrefDoc Plugin - Automatically document tiki prefs
03drsassafras r61235 10trunk/lib/core/TikiFilter/PreventXss.php * [FIX] TIki Filter Update Mbiggelsworth: joined #tikiwiki
Hi everyone
I'm a noob and I have a noob question, if someone would be willing to try and help ? :)
Maybe y'all are asleep, it's nighttime in the US Bsfez: But not somewhere else :)
What is your question ? Mbiggelsworth: hey Bsfez ! :)
Ok, I'm in charge of selecting candidates for my company's documentation/wiki platform and Tiki sounds like the best to me Bsfez: (to me too ;)) Mbiggelsworth: I really like the concept and the feature and so on. Now my company is asking me the following (like I said, I'm more of a secretary than an IT guy)
they want to know : if we install our tiki platform on a webhosting service now, will we later be able to transfer the whole thing to another server, like one of our own
transfer the whole platform as it is, with its structures and users and databases, and contents Bsfez: Yes without a problem
Tiki reside in 3 places:
Files, you can keep the core from your custom files
Files (user file), the files (images, pdf, etc) that your user save or view
Database (mysql) were are saved all the preferences, setting and content (but the files)
No problem to move from place to place or from version to version (upstream of course) Mbiggelsworth: So as long as I know where the file repositories and database are on the hosting server, I can simply move them to our own server, install Tiki there and have it point at those places ? Bsfez: yes lincolna: joined #tikiwiki Mbiggelsworth: Of course, I'm trying to have someone with actual skills to perform both installations, as I wouldn't have any idea how to do that. I'll be "administrating" the platform in terms of access rights ad structures and features (hopefully I can do that) Bsfez: As Release coordinator I create/move a dozen of Tiki every month. :)
Well If you need someone a lot can help you with Tiki. Check : https://tiki.org/consultants (yes I'm there too :)) Mbiggelsworth: I daren't ask... Do you think you could possibly write down for me kind of a summary that describes in more technical terms what to do for such a move ? Something I could comy and paste and send to the IT guy who'll be in charge of this ? Like the basic information you would need if you were using tiki for the first time ?
Oh :) nice :) Although I'm afraid they're not prepared to pay anything (which I hate, because I see no reason why contributions should come free if they'll be making money out of it but hey, see how they hired a complete noob to perform the search *lol*) lincolna: https://doc.tiki.org/Tiki+Installation+Guide? Mbiggelsworth: Thanks lincolna ! Do you guys think the installation info available on tiki's doc rep is enough for a guy with minimum understanding of server install to perform all that ? lincolna: not sure about a minimum. You'd need some idea of what you were doing Bsfez: Well having someone that fill every role is not the best practice in my opinion. I manage a lot of project where I'm the technical that help a Tiki admin. Mbiggelsworth: Installation, obviously, but also how to move ? If so, i'll just have them read the whole stuff :) lincolna: (I've managed to set up a ubuntu server and install tiki despite not knowing much about it, but its taken much longer than any reason to, and I'm reasonably technically capable)
also, I've done something wrong somewhere, as SEFUrls won't work, but that's not important Mbiggelsworth: they probably have more than minimum skills. They are It engineers ;-) it's just me not knowing the first thing about anything. Why it is me talking to you today is beyond me ! lincolna: Quick questions - is there any way to fill a tracker field automatically based on the value of another field? Bsfez: lincolna, yes. You can fill a tracker field automatically based on the value of another tracker with tracker field type : item list, item link, dynamic item list Mbiggelsworth: Oh i'm gonna love coming here to asking you more specific questions about actual features, once they install it for me. You were very nice and I'm delighted to get to use IRC again, I didn't even know it still existed (yeah, I'm not young)
Thank you very much, Bsfez and lincolna for your help lincolna: no, not quite what I'm after - those fields still need a user to pick one from the option, no? Bsfez: he he he... there NOT that much traffic here, but we have a Tiki Fest for the FOSDEM and part of the community is there so we use IRC to linkup
lincolna, not necessarily. You have options to fill field based on another field. (not sure of your use case) Mbiggelsworth: I'll probalby be using no more than 10% of Tiki's potential, which is a shame, but I'm really pushing them to opt for that software because I think it's pretty cool :-) (I already had them opt out of Confluence) lincolna: hmmm ok.
my use case is perhaps not actually necessary, the more I think about it Bsfez: You are welcome Mbiggelsworth and anything we can help with I or other will do. lincolna: Basically, I've got a situation where I want some structured data (so Tracker is a good idea for a few reasons), but I also want a wiki page about the structured data
I tired the "wikipage" field type, but it's a nightmare of format breaking etc Mbiggelsworth: Thanks again and bye for now ! jonnyb: joined #tikiwiki lincolna: so current attempt was using trackerplugin to automatically create a wiki page when the item is added (works great!) Bsfez: he he he I have sort of the same dilema right now for a project. I need both worlds and I'm not sure yet what's the best way to do it for my specific case lincolna: but I also wanted the tracker item to point to the wikipage
and was trying to do that through pageselector
and obviously users can fill it in manually after
but it's hardly ideal Bsfez: Tiki is like a toolbox there are many way to do similar things... using alias to link itemId and {{page}}, using pretty tracker, using pluginList in a template...
As I mentionned I have myself a quite complex case I have to think of (and do a few test and go)
wayS lincolna: could you expand on the alias solution?
if it makes it easier, the wiki page naming conventions is pretty straight forward - it matches a "name" field in the tracker Bsfez: it imply to use the object_id in the plugin list (to display the tracker items) and then in the wiki page to display fields from the same object
term-{display name="object_id"} (term is the template page) (object_id is the trackerItemID)
and on the term- page you display the fields with : {filter field="object_id" content="{{itemId}}"}
I have set a similar case like this lincolna: I'm already using a pretty tracker to display fields from the tracker on the wiki page in question
but I think there's something more you're suggesting I still don't follow, sorry Bsfez: This is one option, may be with pretty tracker you can achieve the same lincolna: but I also want to be able to use say, a tracker list, and show a filtered list of the tracker items, but be able to click through and get to the wiki page Bsfez: (frankly I'm not sure I can follow myself on irc... I need to see it :D) lincolna: yeah, it's not an easy way to communicate data structures and relations etc Bsfez: IMO plugin List is more modern way (more option) to do all what can do tracker, trackerlist plugins.
More complicate too, but flexibility is here so I force myself to use it
:) lincolna: ok, I assumed all it did was a neatly formatted list
but as I'm already confused by the end of the introduction, I see it does mroe Bsfez: Yes it's not "that" easy for me too and I keep copy/paste first then I adapt.
Got to work... was nice to meet you here and I hope I helped Tiki-KGB: 03yonixxx r61236 10trunk/templates/trackerinput/files.tpl
[FIX] [TRA] Fixing commit 60568 that added a plurial form working only for a limited number of languages and not all.
03yonixxx r61237 10branches/16.x/templates/trackerinput/files.tpl
[rb/61232] [FIX] [TRA] Fixing commit 50568 that added a plurial form working only for a limited number of languages and not all. Reason for rolling back: commited in branch before trunk + typo.
03yonixxx r61238 10branches/16.x/templates/trackerinput/files.tpl
[pb/61236] [FIX] [TRA] Fixing commit 60568 that added a plurial form working only for a limited number of languages and not all. luciash: polom
Bsfez: hi, I wonder what is [pb] :) Jyhem_laptop: joined #tikiwiki olinuxx: joined #tikiwiki lincolna: hmm wait, what does this "StoreRelation" on pluginTracker do Bsfez: Hi Luciash, I was checking someone was tracking my typosssss :)
lincolna, dunno that one... lincolna: hmm
well it links the wiki page name and the tracker item field at least
(just changed the tracker field, wiki page got renamed
which is neat
and vice versa luciash: Bsfez: :)
lincolna: if it is not documented, can you edit the doc page please? Bsfez: look interesting ! lincolna: luciash I think all of the fields on PluginTracker to do with creating a wiki page aren't documented. I'm not sure I know enough of what they're doing to add much mind
oh no, outputwiki is there
in fact, the relation field is in the docs too, somehow I missed that luciash: https://doc.tiki.org/Page+selector?structure=HomePage+Tracker
or https://doc.tiki.org/PluginTracker ? lincolna: the latter luciash: ok, I thought it is attribute of the field settings in the tracker fabricius: joined #tikiwiki jonnyb: joined #tikiwiki nelsonko: joined #tikiwiki Bsfez: joined #tikiwiki jonnyb: pompom Bsfez: Helloooo Tiki-KGB: 03kroky6 r61239 10trunk/lib/core/Search/Formatter/ValueFormatter/Plain.php
[FIX] make sure Plain ValueFormatter in unified search always returns a string, even if separator is not specified for fields containing arrays
03kroky6 r61240 10trunk/lib/wiki-plugins/wikiplugin_pivottable.php * [FIX] pivottable rows/cols descriptions plus making rows parameter optional
03kroky6 r61241 10branches/16.x/lib/core/Search/Formatter/ValueFormatter/Plain.php
[bp/r61239] [FIX] make sure Plain ValueFormatter in unified search always returns a string, even if separator is not specified for fields containing arrays
03kroky6 r61242 10branches/ 1016.x/lib/wiki-plugins/wikiplugin_pivottable.php 1016.x
[bp/r61240] [FIX] pivottable rows/cols descriptions plus making rows parameter optional fabricius: joined #tikiwiki jonnyb: amette: here it is https://confluence.jetbrains.com/display/PhpStorm/Remote+debugging+in+PhpStorm+via+SSH+tunnel
(polom everyone :) ) amette: merci jonnyb
and polom everyone fabricius: joined #tikiwiki Tiki-KGB: 03amnabilal r61243 10trunk/ 10templates/wiki-plugins/wikiplugin_pivottable.tpl 10lib/jquery_tiki/wikiplugin-pivottable.js 10lib/pdflib.php * [UPD]Added plotly.js charts support to mpdf.
03amnabilal r61244 10trunk/lib/pdflib.php
[Fix]Multiple charts printing fixed, error was due to typo in pivottable image id. torsten1: joined #tikiwiki dj-amel: joined #tikiwiki fabricius: joined #tikiwiki Bsfez: joined #tikiwiki Emenems: joined #tikiwiki