←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
PenguinMan98 | ah, got it
ok | [00:00] |
fabricius | fin
fine so you have some good basics now, not only for Tiki ... some basic idea of user and rights management with categories good to have such basic info when you start - saves time when you do not need to reconfigure so much before launch or at least you know how and where and good to categorise the content from start | [00:01] |
fabricius1 | joined #tikiwiki | [00:04] |
PenguinMan98 | Yes. This has been an immense help
I just hope I don't have to go through this much training for each different module hehe | [00:05] |
fabricius1 | on the other hand, you might play thoughful and maybe you can use the playground for further development, if you do not missconfigure too havily
PenguinMan98: in my point of view, Tiki is very consistent compared to other systems due to the all-in-one model, every where things work similar OK, very special poweful features like Trackers need decent learning (and help of the community ;-) ) but if you want to categorise a wikipage, an article or a forum ... the principles are the same all over the place and where you applied the category permissions for the wikipages, you aplly also the category permissions for all features | [00:06] |
PenguinMan98 | very very cool
does the groups plugin work in the fourms/articles? | [00:13] |
fabricius | PenguinMan98: once you know one feature or functionality, the next one is easier to learn ... and soon you start to be able to help othes or to do documentation or translation ... start from the right place and go forward step by step ... the most difficult is not the software, but it is the general idea how a CMS in general, a website in general should be structured ... Tiki is quite easy, but VERY VERY big | [00:14] |
PenguinMan98 | or just the wiki pages? | [00:14] |
fabricius | mainly all wiki plugins work everywhere, where wikisyntax is working, so yes (well, in articles it makes no sense and in forums mayb in announcements
so in theory it should even work in messages, but I am not sure | [00:15] |
PenguinMan98 | right right.
Do you have time to field another question" ? | [00:15] |
fabricius | allways specific things can have specific concept related fallbacks ...
Ok, another question | [00:16] |
PenguinMan98 | I have a homebrew php ajax chat program. I want to integrate this into the tikiwiki. At first, only as far as logging into one logs you into both but eventually I do want to be able to invoke text from the wiki in the chat. | [00:17] |
fabricius | btw: for forums and messages you'd like the quote plugin and for articles the fancy table ... everywhere the images or mediaplayer etc. | [00:18] |
PenguinMan98 | Right now though, I just need to know if there is a built in way to handle the integrated login | [00:18] |
fabricius | hmmmm
so really integrate instead of connect connect could be via http login | [00:18] |
PenguinMan98 | I want to allow guests to see the chat without forcing them to log in | [00:19] |
fabricius | here are the possible configs: tiki-admin.php?page=login
so anonymous see chat, but reggies can participate? | [00:20] |
PenguinMan98 | Guests can create a temporary chat name and participate but they don't get advanced features
like muting/highlighting/character profiles, etc | [00:22] |
fabricius | hmm | [00:32] |
PenguinMan98 | the website is www.mlpnwrp.org. It runs now with a PHPBB
I'm replacing the PHPBB with the wiki | [00:33] |
fabricius | ok
you have a "long" message "you ar not logged in" nearly clicked back but anyway you want to keep the guest login, but make the Tiki user a chat user | [00:34] |
PenguinMan98 | Yeah. I need to fix that | [00:36] |
fabricius | ?? | [00:36] |
PenguinMan98 | Pretty much
If I log in in the chat, I want to log them into the tiki | [00:36] |
fabricius | does the chat software use a mysql database? | [00:36] |
PenguinMan98 | yes
It integrates right now with the PHPBB When I log into the chat, it logs them into the PHPBB | [00:36] |
fabricius | hmmm sounds like to make the chat a custom feature for the Tiki
we have something similar but the other way round for bigbluebutton | [00:37] |
PenguinMan98 | I was thinking that sounded like a lot more work than just building an authentication script that logs them into the tiki | [00:37] |
fabricius | BBB is a classroom software | [00:37] |
PenguinMan98 | ok | [00:38] |
fabricius | when you login into Tiki, you can login to the BBB session by just pushing a button and you are then moderator instead of guest
similar would be: login to Tiki and push "join chat" see here: http://tiki.org/live you could review the code and see how this integration is made from Tiki and you could share the usetable of the Tiki database (I think that should work) usertable maybe you just add the chat mysql tables to the Tiki database, which should not be affected on upgrades - must be tested, but should work afaik then you share the database and the uses table something like that hummm BBB is integrated less tight you should start to review the code and later ask marclaporte, who made the BBB integration for further questions | [00:38] |
marclaporte | joined #tikiwiki | [00:43] |
PenguinMan98 | Heh | [00:43] |
fabricius | hi marclaporte | [00:43] |
PenguinMan98 | Speak his name and here he is | [00:43] |
marclaporte | polom | [00:43] |
fabricius | just mentioned your name
wolod wuhhh you just have a huge bunch of work with the bugtracker-wishlist | [00:43] |
PenguinMan98 | See, then we've forced the players to register with the wiki to view the chat. I don't want that | [00:44] |
astroo- | hello | [00:44] |
PenguinMan98 | I just need a script that can send post variables to a routine inside TIKI that will log the user in and return an array or object containing that users permissions level and id#
PHPBB comes with that already written It was very easy to write the integration script | [00:45] |
fabricius | joined #tikiwiki | [00:48] |
Tiki|bot | New Forum Posts: Add a country to tracker country list? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47370 | [00:50] |
fabricius | hummm
you mean, that Tiki uses the user table of the chat AND does a real single sign on? look, we have alright Intertiki to share the user management of one master Tiki between this one and a number of clients/slaves uses xmlrpc but not a real single sign on afaik still not sign in across subdomains and sessions need to sign in individually per page marclaporte, did I read something about some single sign on according Intertiki across domains/subdomains/sessions? I mean, is there something further developed yet? | [00:52] |
PenguinMan98 | I don't need Tiki to use a different user table. It can keep its own table. I just want to send it a username and password, have it verify the login, and return the id and permissions info | [00:58] |
fabricius | hmmm you surely realise, that this is not my field of special experience ... but there are two different aspects: login against Tiki (maybe with an added optional authentication type) and being logged in in Tiki and chat the same time
with only one action (did I say this right in English?) | [01:02] |
PenguinMan98 | I don't see it that way. They are either logged in, or they aren't.
I want to send a username/password to Tiki and have it return an id from its internal user table. If it does return one, then I have a valid login. If it doesn't then it's a bad un/pw combination If I can get that much, I can work with it. But I'd eventually want a way to ask Tiki what that users' permissions level is. Though if I know the id, I'm sure I can query that from the mysql Otherwise I'll have to spend the time and work out how to integrate the chat into a page inside the wiki and that sounds like a headache | [01:04] |
...... (idle for 29mn) | ||
bbl | [01:40] | |
.... (idle for 16mn) | ||
luciash | polom
any idea if there is a way to avoid realname use in tracker user selector field when the feature is on ? | [01:56] |
astroo- | ola
hello | [01:58] |
luciash | mainly need this for pretty templates to compose links to Foo?tr_user={$f_XX} where XX is the user selector field id
hi astroo- obviously the link does not work when user has a real name set in preferences | [01:59] |
..... (idle for 21mn) | ||
fabricius | joined #tikiwiki | [02:21] |
....... (idle for 30mn) | ||
luciash | my questions are always unanswerable :-p | [02:51] |
.... (idle for 17mn) | ||
Tiki|bot | Recent Bug: - test - http://dev.tiki.org/item4539 | [03:08] |
.... (idle for 19mn) | ||
goj_killedByISP | joined #tikiwiki | [03:27] |
...... (idle for 26mn) | ||
fabricius | joined #tikiwiki | [03:53] |
astroo- | bye people | [03:54] |
................. (idle for 1h21mn) | ||
arildb_ | joined #tikiwiki | [05:15] |
................................ (idle for 2h39mn) | ||
bold | joined #tikiwiki | [07:54] |
PenguinMan98 | joined #tikiwiki
PenguinMan98 has returned | [07:54] |
........ (idle for 39mn) | ||
arildb | joined #tikiwiki | [08:33] |
arildb__ | joined #tikiwiki | [08:36] |
Tiki|bot | New Forum Posts: A new tool to draw maps more integrated in the page and fully customizable... - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47379 | [08:37] |
......... (idle for 42mn) | ||
PenguinMan98 | PenguinMan98 is very interested in this map tool | [09:19] |
fabricius | joined #tikiwiki | [09:21] |
PenguinMan98 | wb fabricius | [09:24] |
Ludo___ | joined #tikiwiki | [09:28] |
PenguinMan98 | wow. I need to get to bed
anybody know really quick, If I can't assign permissions to individual users, can I assign users into defined categories? Nooo.... I see now. Objects are grouped by 'category' but users are grouped by 'groups' hmmmm... | [09:31] |
xavi1 | joined #tikiwiki | [09:41] |
redflo | joined #tikiwiki | [09:48] |
Tiki|bot | Recent Bug: - Calendar Feature: can it be like a spreadsheet instead of many clicks? - http://dev.tiki.org/item4540 | [09:55] |
PenguinMan98 | damn, I'm gonna need to start drawing diagrams to get this damn permission stuff right
adios for the night dudes | [10:00] |
..... (idle for 22mn) | ||
Telesight | joined #tikiwiki | [10:22] |
................. (idle for 1h20mn) | ||
vmachine | joined #tikiwiki | [11:42] |
....... (idle for 32mn) | ||
Tiki-KGB | tikiwiki 03jonnybradley r46108 10branches/11.x/lib/tikilib.php
tikiwiki [FIX] get_style_path: Allow custom.css and js in styles or styles/tikidomain dir to be used tikiwiki 03jonnybradley r46109 10branches/11.x/styles/ 10utopias/options/meta.css 10utopias.css tikiwiki [CSS] utopias: Small improvements | [12:14] |
............. (idle for 1h3mn) | ||
sipherdee | joined #tikiwiki | [13:19] |
.... (idle for 17mn) | ||
ricks99 | joined #tikiwiki | [13:36] |
........ (idle for 35mn) | ||
polom y'all | [14:11] | |
...... (idle for 25mn) | ||
Tiki-KGB | tikiwiki 03xavidp r46110 10mods/trunk/ 10wiki-plugins/r/lib/wiki-plugins/wikiplugin_rr.php 10wiki-plugins/r/lib/wiki-plugins/wikiplugin_r.php 10Packages/wikiplugins-r.info.txt
tikiwiki [MOD]Some minor refactoring, and better defaults when just param echo is set to 1 (defaults then: ln enabled, colors set to r, and caption as R code or RR code, depending on the type of plugin call). Reset the list of basic and advanced params for easier use. | [14:36] |
.... (idle for 16mn) | ||
tikiwiki 03lphuberdeau r46111 10branches/11.x/ 10lib/wiki-plugins/wikiplugin_trackerlist.php 10templates/wiki-plugins/wikiplugin_trackerlist.tpl
tikiwiki [ENH] Allow inline editing to be used from trackerlist tikiwiki 03lphuberdeau r46112 10(6 files in 6 dirs) tikiwiki [MRG] Automatic merge, branches/11.x 46094 to 46111 tikiwiki 03lphuberdeau r46113 10trunk/lib/wiki-plugins/wikiplugin_trackerlist.php tikiwiki [ENH] Define the profile export flag for the new editable parameter | [14:52] | |
marclaporte | joined #tikiwiki | [15:01] |
...... (idle for 25mn) | ||
Tiki-KGB | tikiwiki 03jonnybradley r46114 10branches/11.x/lib/core/Services/BigBlueButton/Controller.php
tikiwiki [FIX] bbb: $meeting var not found, $meetingName looks most likely candidate tikiwiki 03lphuberdeau r46115 10branches/11.x/lib/core/Services/Category/Controller.php tikiwiki [FIX] Indexing has moved to categorize/uncategorize, causing double indexing and multiple flushes while assigning multiple categories using organize objects | [15:26] |
changi|back | joined #tikiwiki | [15:29] |
dhazel | joined #tikiwiki | [15:31] |
Tiki-KGB | tikiwiki 03jonnybradley r46116 10branches/11.x/lib/core/Services/BigBlueButton/Controller.php
tikiwiki [FIX] bbb: Recordings couldn't be deleted as the param id is restricted to be an integer (bbb recording ids are alphanumeric) tikiwiki Thanks marclaporte tikiwiki 03jonnybradley r46117 10branches/11.x/templates/wiki-plugins/wikiplugin_bigbluebutton_view_recordings.tpl tikiwiki [FIX] bbb: Recordings couldn't be deleted as the param id is restricted to be an integer (bbb recording ids are alphanumeric) tikiwiki Part 2 - svn hiccup? | [15:40] |
changi|back | joined #tikiwiki | [15:51] |
....... (idle for 33mn) | ||
fabricius | joined #tikiwiki | [16:24] |
...... (idle for 26mn) | ||
Tiki-KGB | tikiwiki 03lphuberdeau r46118 10branches/11.x/lib/ 10wiki-plugins/wikiplugin_listexecute.php 03core/Search/Action/TrackerItemModify.php 10core/Search/Formatter/Plugin/WikiTemplate.php 10core/Search/Formatter/Builder.php
tikiwiki [NEW] Adding listexecute action to modify the content of a tracker item field | [16:50] |
tikiwiki 03lphuberdeau r46119 10branches/11.x/lib/core/Search/Action/TrackerItemModify.php
tikiwiki [ENH] Add field existance validation | [17:00] | |
tikiwiki 03lphuberdeau r46120 10(8 files in 8 dirs)
tikiwiki [MRG] Automatic merge, branches/11.x 46111 to 46119 | [17:10] | |
tikiwiki 03lphuberdeau r46121 10branches/11.x/templates/admin/include_textarea.tpl
tikiwiki [FIX] Completely broken plugin alias interface | [17:22] | |
tikiwiki 03jonnybradley r46122 10branches/11.x/lib/perspectivelib.php
tikiwiki [FIX] areas: Revert r46064 (allowing paths to be appended on domains for multi-domain) and use $tikiroot or the request_uri instead to work out the path when switching areas. tikiwiki Also use any domain to be assigned to the default perspective 0 in order to leave areas with "share common" turned off (thanks marclaporte) | [17:32] | |
joined #tikiwiki | [17:39] | |
PenguinMan98 | joined #tikiwiki
PenguinMan98 appears in all his splendor hehe. I'm psyched because last night I totally slam dunked the permissions system I'll have to write up a doc on how I did it and post it up on doc.tiki The documentation there and on tiki for smarties is pretty good, but I think I can explain it more clearly with better examples. Many thanks go to fabricius for helping me get my categories set up oh hey rick99, no disrespect intended of course | [17:43] |
arildb | joined #tikiwiki | [17:50] |
PenguinMan98 | But hey, as long as you're here, is your tiki for smarties open to be updated by newbies like myself who are finding difficulty understanding the current docs?
Just because we eat our own dog food doesn't mean we can't sweeten it up a bit for outsiders | [17:54] |
lphuberdeau | feel free to improve doc.tiki.org as much as you want | [17:56] |
xavi | +1 | [18:03] |
Tiki-KGB | tikiwiki 03jonnybradley r46123 10branches/11.x/lib/perspectivelib.php
tikiwiki [FIX] areas: Redirect with response code 301 when using areas | [18:04] |
xavi | lphuberdeau: commit coming. I hope I didn't forget anything (it works for me) | [18:04] |
ricks99 | go for it. tiki for smarites is CC... please improve as you can | [18:05] |
xavi | r46124 | [18:05] |
Tiki-KGB | tikiwiki 03xavidp r46124 10branches/11.x/lib/wiki-plugins/wikiplugin_trackerlist.php
tikiwiki [ENH]Added a param for lazy users willing to use editable fields already defined in the fields param | [18:06] |
marclaporte | joined #tikiwiki | [18:15] |
lphuberdeau | joined #tikiwiki | [18:17] |
Tiki-KGB | tikiwiki 03xavidp r46125 10branches/11.x/lib/wiki-plugins/wikiplugin_trackerlist.php
tikiwiki [FIX]editableall set to n by default to preserve the environment | [18:28] |
lphuberdeau | joined #tikiwiki | [18:30] |
joined #tikiwiki | [18:37] | |
xavi | left #tikiwiki | [18:43] |
Tiki|bot | Recent Bug: - http://dev.tiki.org/wish2000 used to work, but no longer, maybe because of changes in tiki-route.php - http://dev.tiki.org/item4541 | [18:48] |
vmachine | left #tikiwiki | [19:00] |
PenguinMan98 | @ ricks99 http://screencast.com/t/4goCU98102rP
Using Chrome in Win 8 Using FF: http://screencast.com/t/CCDLlZpqIN | [19:03] |
...... (idle for 28mn) | ||
Telesight | joined #tikiwiki | [19:35] |
Tiki|bot | New Forum Posts: Fatal Error - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=47391 | [19:38] |
........ (idle for 39mn) | ||
arildb_ | joined #tikiwiki | [20:17] |
ricks99 | PenguinMan98: sorry for issues. i'll take a look. in meantime use http://twbasics.tikiforsmarties.com/Contact+Us and I'll create account for you
bbl | [20:24] |
........ (idle for 35mn) | ||
changi|back | polom | [21:03] |
PenguinMan98 | wolod
form submitted ricks99|away | [21:03] |
fabricius | moloq | [21:08] |
.... (idle for 17mn) | ||
lphuberdeau | joined #tikiwiki | [21:25] |
sandroandrade | joined #tikiwiki | [21:30] |
.......... (idle for 47mn) | ||
astroo- | joined #tikiwiki
hello people | [22:17] |
..... (idle for 23mn) | ||
dhazel | joined #tikiwiki | [22:40] |
.... (idle for 15mn) | ||
astroo- | joined #tikiwiki | [22:55] |
PenguinMan98 | hey astroo- | [22:58] |
astroo- | hello | [22:59] |
..... (idle for 23mn) | ||
panamaus | joined #tikiwiki | [23:22] |
Tiki|bot | New Forum Posts: How to control Module Visability based on Category - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=47393 | [23:29] |
.... (idle for 17mn) | ||
marclaporte | joined #tikiwiki | [23:46] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |