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

WhoWhatWhen
PenguinMan98ah, got it
ok
[00:00]
fabriciusfin
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]
fabricius1joined #tikiwiki [00:04]
PenguinMan98Yes. 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]
fabricius1on 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]
PenguinMan98very very cool
does the groups plugin work in the fourms/articles?
[00:13]
fabriciusPenguinMan98: 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]
PenguinMan98or just the wiki pages? [00:14]
fabriciusmainly 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]
PenguinMan98right right.
Do you have time to field another question"
?
[00:15]
fabriciusallways specific things can have specific concept related fallbacks ...
Ok, another question
[00:16]
PenguinMan98I 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]
fabriciusbtw: for forums and messages you'd like the quote plugin and for articles the fancy table ... everywhere the images or mediaplayer etc. [00:18]
PenguinMan98Right now though, I just need to know if there is a built in way to handle the integrated login [00:18]
fabriciushmmmm
so really integrate instead of connect
connect could be via http login
[00:18]
PenguinMan98I want to allow guests to see the chat without forcing them to log in [00:19]
fabriciushere are the possible configs: tiki-admin.php?page=login
so anonymous see chat, but reggies can participate?
[00:20]
PenguinMan98Guests can create a temporary chat name and participate but they don't get advanced features
like muting/highlighting/character profiles, etc
[00:22]
fabriciushmm [00:32]
PenguinMan98the website is www.mlpnwrp.org. It runs now with a PHPBB
I'm replacing the PHPBB with the wiki
[00:33]
fabriciusok
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]
PenguinMan98Yeah. I need to fix that [00:36]
fabricius?? [00:36]
PenguinMan98Pretty much
If I log in in the chat, I want to log them into the tiki
[00:36]
fabriciusdoes the chat software use a mysql database? [00:36]
PenguinMan98yes
It integrates right now with the PHPBB
When I log into the chat, it logs them into the PHPBB
[00:36]
fabriciushmmm 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]
PenguinMan98I was thinking that sounded like a lot more work than just building an authentication script that logs them into the tiki [00:37]
fabriciusBBB is a classroom software [00:37]
PenguinMan98ok [00:38]
fabriciuswhen 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]
marclaportejoined #tikiwiki [00:43]
PenguinMan98Heh [00:43]
fabriciushi marclaporte [00:43]
PenguinMan98Speak his name and here he is [00:43]
marclaportepolom [00:43]
fabriciusjust mentioned your name
wolod
wuhhh you just have a huge bunch of work with the bugtracker-wishlist
[00:43]
PenguinMan98See, 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]
PenguinMan98I 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]
fabriciusjoined #tikiwiki [00:48]
Tiki|botNew Forum Posts: Add a country to tracker country list? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47370 [00:50]
fabriciushummm
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]
PenguinMan98I 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]
fabriciushmmm 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]
PenguinMan98I 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)
luciashpolom
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]
luciashmainly 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)
fabriciusjoined #tikiwiki [02:21]
....... (idle for 30mn)
luciashmy questions are always unanswerable :-p [02:51]
.... (idle for 17mn)
Tiki|botRecent Bug: - test - http://dev.tiki.org/item4539 [03:08]
.... (idle for 19mn)
goj_killedByISPjoined #tikiwiki [03:27]
...... (idle for 26mn)
fabriciusjoined #tikiwiki [03:53]
astroo-bye people [03:54]
................. (idle for 1h21mn)
arildb_joined #tikiwiki [05:15]
................................ (idle for 2h39mn)
boldjoined #tikiwiki [07:54]
PenguinMan98joined #tikiwiki
PenguinMan98 has returned
[07:54]
........ (idle for 39mn)
arildbjoined #tikiwiki [08:33]
arildb__joined #tikiwiki [08:36]
Tiki|botNew 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)
PenguinMan98PenguinMan98 is very interested in this map tool [09:19]
fabriciusjoined #tikiwiki [09:21]
PenguinMan98wb fabricius [09:24]
Ludo___joined #tikiwiki [09:28]
PenguinMan98wow. 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]
xavi1joined #tikiwiki [09:41]
redflojoined #tikiwiki [09:48]
Tiki|botRecent Bug: - Calendar Feature: can it be like a spreadsheet instead of many clicks? - http://dev.tiki.org/item4540 [09:55]
PenguinMan98damn, 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)
Telesightjoined #tikiwiki [10:22]
................. (idle for 1h20mn)
vmachinejoined #tikiwiki [11:42]
....... (idle for 32mn)
Tiki-KGBtikiwiki 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)
sipherdeejoined #tikiwiki [13:19]
.... (idle for 17mn)
ricks99joined #tikiwiki [13:36]
........ (idle for 35mn)
polom y'all [14:11]
...... (idle for 25mn)
Tiki-KGBtikiwiki 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]
marclaportejoined #tikiwiki [15:01]
...... (idle for 25mn)
Tiki-KGBtikiwiki 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|backjoined #tikiwiki [15:29]
dhazeljoined #tikiwiki [15:31]
Tiki-KGBtikiwiki 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|backjoined #tikiwiki [15:51]
....... (idle for 33mn)
fabriciusjoined #tikiwiki [16:24]
...... (idle for 26mn)
Tiki-KGBtikiwiki 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]
PenguinMan98joined #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]
arildbjoined #tikiwiki [17:50]
PenguinMan98But 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]
lphuberdeaufeel free to improve doc.tiki.org as much as you want [17:56]
xavi+1 [18:03]
Tiki-KGBtikiwiki 03jonnybradley r46123 10branches/11.x/lib/perspectivelib.php
tikiwiki [FIX] areas: Redirect with response code 301 when using areas
[18:04]
xavilphuberdeau: commit coming. I hope I didn't forget anything (it works for me) [18:04]
ricks99go for it. tiki for smarites is CC... please improve as you can [18:05]
xavir46124 [18:05]
Tiki-KGBtikiwiki 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]
marclaportejoined #tikiwiki [18:15]
lphuberdeaujoined #tikiwiki [18:17]
Tiki-KGBtikiwiki 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]
lphuberdeaujoined #tikiwiki [18:30]
joined #tikiwiki [18:37]
xavileft #tikiwiki [18:43]
Tiki|botRecent 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]
vmachineleft #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)
Telesightjoined #tikiwiki [19:35]
Tiki|botNew 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]
ricks99PenguinMan98: 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|backpolom [21:03]
PenguinMan98wolod
form submitted ricks99|away
[21:03]
fabriciusmoloq [21:08]
.... (idle for 17mn)
lphuberdeaujoined #tikiwiki [21:25]
sandroandradejoined #tikiwiki [21:30]
.......... (idle for 47mn)
astroo-joined #tikiwiki
hello people
[22:17]
..... (idle for 23mn)
dhazeljoined #tikiwiki [22:40]
.... (idle for 15mn)
astroo-joined #tikiwiki [22:55]
PenguinMan98hey astroo- [22:58]
astroo-hello [22:59]
..... (idle for 23mn)
panamausjoined #tikiwiki [23:22]
Tiki|botNew 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)
marclaportejoined #tikiwiki [23:46]

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