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

WhoWhatWhen
sylviegsometimes I hate tw - there is a lib/smarty_tiki/function.wikistructure.php and there is a lib/wiki-plugins/wikiplugin_toc.php - that do not accept the same params [00:04]
lphuberdeauthey are supposed to? one is internal, the other is external [00:06]
sylviegseems they are both external
external = aith a return
with
not a echo
[00:07]
lphuberdeautoc is to be called from wiki, the other is a smarty plugin
not the same thing at all
[00:07]
sylviegit is good to have people committing and committing - but we have 10 versions of the same... [00:09]
lphuberdeaunot bad considering we started with 100 [00:10]
sylvieg:-) [00:10]
in the evening I loose faith - we have a plugin for toc + a module for toc (thx lph it is not anymore a wiki syntax) .. code duplication :-( [00:16]
lphuberdeauwell, wiki syntax moved to plugin
so just code isolation
as long as they all call the same lib, I don't care so much about the bootstrap code and the template... as long as it does not contain some logic that should be in the lib
[00:17]
sylviegsylvieg is sure than code duplication toll exists - we need to use one + supporting what exists is a ...
I care why {wikistructure} generatin forom user module admin is not giving the same than {toc}
[00:18]
lphuberdeauwell, structure libs have known issues [00:19]
sylvieg... kill.. duplication
it is not the lib it is the API - 2 API
:-( going to cook something good
[00:20]
...... (idle for 28mn)
***Paragtim has quit IRC ("Few women admit their age. Few men act theirs.") [00:48]
Lucymoz has quit IRC (Read error: 110 (Connection timed out))
Lucymoz has joined #tikiwiki
[00:56]
...... (idle for 27mn)
navster has joined #tikiwiki
navster has quit IRC (Client Quit)
[01:24]
.... (idle for 17mn)
SEWilco2 has joined #tikiwiki [01:43]
idle-_ has joined #tikiwiki
Caarrie|away is now known as Caarrie
idle- has quit IRC (Read error: 60 (Operation timed out))
[01:53]
chibaguy has joined #tikiwiki [02:14]
......... (idle for 44mn)
Caarrie is now known as Caarrie|sleeping [02:58]
..... (idle for 21mn)
danopia__ has quit IRC ("2b||!2b")
partymetroid has joined #tikiwiki
[03:19]
partymetroidIs it possible to make certain pages invisible to certain users or groups? [03:22]
chibaguypartymetroid, sure, see the docs: http://doc.tikiwiki.org/tiki-index.php?bl=y&page=Permission [03:28]
partymetroidOh, I checked that page, but I didn't read all of it. I feel dumb now. Thanks. ^.^ [03:29]
chibaguyIt's a little complex ;-) . [03:29]
partymetroidI don't really understand it. I'll just copy a certain page to my friend via copy-paste... and not have him be a user.
:/
[03:31]
***partymetroid has left [03:31]
chibaguywell, it isn't _that_ complex....
:-)
[03:32]
.................... (idle for 1h35mn)
***Lucy_ has joined #tikiwiki [05:07]
tanjir has joined #tikiwiki [05:14]
Lucymoz has quit IRC (Read error: 110 (Connection timed out)) [05:25]
SEWilco2Definitely not complex. You just have to know how to set up Category "Permissions:Not visible to Anonymous". :-) [05:30]
***SEWilco2 has left [05:31]
.... (idle for 16mn)
bethrezen has joined #tikiwiki
tanjir has quit IRC (Remote closed the connection)
[05:47]
franck has quit IRC () [05:54]
........... (idle for 54mn)
Lucy_ has quit IRC (Read error: 110 (Connection timed out)) [06:48]
......... (idle for 44mn)
luciashpolom
chibaguy: +1 for the breadcrumbs idea
[07:32]
chibaguyhi luciash.
I tried it out here: http://cunningham-lee.com/ui for some Tiki sections.
[07:39]
luciashchibaguy: great ! :)
which section ?
is it theme specific ?
[07:42]
***cmartenis has joined #tikiwiki [07:45]
cmartenisanybody out there? [07:45]
luciashyup? [07:45]
cmartenisoddball issue--having an issue with tiki_upload_-file.php--anyone with admin rights to file galleries cannot view the page [07:46]
luciashchibaguy: ah, i see, http://cunningham-lee.com/ui/blogpost2 [07:46]
chibaguyluciash, it isn't theme-specific. I edited the templates. [07:46]
cmartenissorry, let me restate--the script doesn't generate any html. when i view source on the generated page, it shows nothing
however, anyone without admin rights can use the page normally. the only issue is that the php
_max upload shows as 0 bytes
[07:47]
luciashcmartenis: check your php.ini settings for it... ususally blank pages are generated when memory_limit is low and content on the page exceeds it [07:48]
chibaguyluciash, for the coelesce theme, the breadcrumbs should be up above the blue page title background.
I was thinking about committing it to experimental/ui-revamp but there may be a better way to do the code.
Of course anyone is free to improve it.
If this kind of trail is a good idea.
[07:54]
luciashchibaguy: sure it is good idea !
chibaguy: i'd just maybe place it better above the middle part (cols)
chibaguy: do the breadcrumbs path separators respect the admin setting for the arrow character ?
[07:56]
chibaguyyes [07:58]
luciashhow did you do if wiki home == site home ? e.g. on http://cunningham-lee.com/ui/LevelFour would the wiki home appear ?
shouldn't it be wiki pages list there instead ?
hmm, http://cunningham-lee.com/ui/tiki-browse_categories.php gives me blank page in konq
[07:59]
chibaguyThere should be logic so if the wiki home is the site home, then it doesn't repeat.
I think I did that already.
Yeah, I get a blank page in Opera too.
[08:03]
luciashif there's bloglist there should be wiki pages list too ? [08:05]
chibaguyOK, I just reset the site index to 'wiki' and so the breadcrumb trail is "Home > (current page)" [08:05]
luciash(to follow the same logic) [08:06]
chibaguyWhat I'd like is, if the page is a structure member, then the structure trail displays where this general trail is instead of below the wiki page title.
Well, a problem is figuring out what the "home" of each feature is.
For wiki, it's "HomePage", and for articles it's the view-articles page, but most other features just have lists.
If the lists aren't good as a feature home, then maybe the trail could leave them out.
So, site home > Some blog > Some blog post . . . instead.
About browse categories, maybe my update was incomplete (this is an svn branch experimental/ui-revamp).
[08:06]
luciashah, i see
yup, maybe setting a home page|blog|gallery etc. for each feature would be useful too as for the site home is done currently
any idea where's the map gone ? → http://tikiwiki.org/CommunityWorldmap&bl=y
[08:20]
chibaguyI was wondering about that too. [08:29]
***bethrezen has quit IRC (Read error: 104 (Connection reset by peer))
bethrezen has joined #tikiwiki
[08:31]
chibaguyNow my breadcrumbs code is in each tpl, like tiki-show_page.tpl, tiki-read_article.tpl, etc. [08:33]
luciashcool [08:33]
chibaguyIf the trail is moved up above the columns, then another method is needed.
(which actually probably would be better anyway).
[08:33]
luciashoh
heh
[08:33]
chibaguyOne breadcrumbs.tpl that is called and has logic to display whatever is needed for that section. Seem right?
if wiki then this trail, etc.
chibaguy is no php coder ;-)
[08:34]
***cmartenis has quit IRC ("CGI:IRC (EOF)")
navster has joined #tikiwiki
[08:35]
luciashseems right, or even smarty plugin better ;)
luciash neither
:-p
[08:36]
chibaguychibaguy is even less a Smarty coder....
on second thought, I guess I know smarty better than php at this point. But knowledge in each is in single digits. ;-)
[08:37]
***cnd has joined #tikiwiki [08:48]
cndHi all - for those with long memories - some weeks ago, I asked about how to make the module boxes different colours. Anyhow - after a serious amount of experimenting, I kicked myself when I realized that the modules themselves already output some CSS style selectors at the start, which can be used in your theme to make exactly the kinds of adjustments I wanted.
SO - for anyone who might be reading this stuff in the archives and wondering how to change module box look-and-feel: just do a "view source", find the module bits you're interested in, and observe the CSS box classes - you'll find some custom ones that include the name of your module in them - thus you can put this into your themes CSS file to get exactly what you want!
[08:50]
chibaguythat's right. each module has a unique css class. [08:51]
cndLOL - yeah - I know that - now, after about 12hrs of thinking I had to modify code... sheesh, how obvious that is in hidnsight :-( [08:52]
chibaguyDoing some docs or tutorial on this has been on a long todo list. [08:53]
cndSay - while I'm here - 2.2 has a feature "default category for uncategorized objects" that groups I think can contain. Is this working ?
I created a "grade 2" category for my school, and a teacher who can view and edit this category only, then I created a new group, added the teacher, chose "grade 2" as the default category... but when we create pages - they're not in the category, and thus the teacher can't see them
(she *can* see them if we manually assign the category)
OH - and once again - on the subject of documentation this time...
perl has got POD - which is a way of putting the documentation for stuff smack in the middle of the code which does it. This means that anytime someone changes the code, it's a simple thing to adjust the doc at the same time, since it's in the same place.
Maybe the whole lack-of-good-documentation problem could start to get solved by sticking POD into the PHP and .tpl files themselves (yes - it can co-exist) ?
A script can then pull out the POD and auto-paste it onto the web site each night maybe, or at least for each update anyhow.
I'll shut up now. Well - after this line anyhow - just for those wondering - our school got the official "OK" to use tikiwiki - so chalk up another 1000+ happy users to this awesome products :-)
[08:53]
chibaguyI don't know about the category/group problem. I haven't had time to do much in that area for a while. [08:59]
cnd(I'll trace the code tonight - if it's a bug, I'll report/fix it. If not - I'll explain what I did wrong :-) [08:59]
chibaguyNice to hear about your school. :-) [08:59]
................ (idle for 1h16mn)
***navster has quit IRC ()
bethrezen has quit IRC (Read error: 104 (Connection reset by peer))
[10:15]
.... (idle for 17mn)
bethrezen has joined #tikiwiki [10:35]
........... (idle for 52mn)
lq_344 has joined #tikiwiki
lq_344 has quit IRC (Client Quit)
[11:27]
luciashbbl [11:29]
***CIA-53 has quit IRC ()
lq_713 has joined #tikiwiki
lq_713 has quit IRC (Client Quit)
CIA-53 has joined #TikiWiki
[11:34]
........ (idle for 37mn)
bethrezen has quit IRC (Read error: 104 (Connection reset by peer)) [12:18]
ricks99 has joined #tikiwiki [12:27]
bethrezen has joined #tikiwiki [12:35]
Caarrie|sleeping is now known as Caarrie|away [12:48]
...... (idle for 29mn)
GillesMM has quit IRC (Remote closed the connection)
nkoth3 has joined #tikiwiki
[13:17]
sylviegdoes somebody know about tiki_p_edit_categories. I have on my local, there is still some tpl using it - but it is not on a fresh install [13:31]
***lphuberdeau has quit IRC (Read error: 113 (No route to host)) [13:43]
cndMethinks a new tracker on doc.tw.o could go down well: something that contains a list of variables (for example: feature_wiki_mandatory_category) and some info about how to locate the place where that variable gets adjusted (eg: "the Wiki-Features section on page /tiki-admin.php?page=wiki") [13:46]
CIA-53tikiwiki: 03sylvieg * r16325 10/trunk/ (db/tiki.sql installer/schema/20090120_lost_2.0to3.0.sql): [FIX] tiki_p_search_categorized [13:51]
Jyhemsylvieg: it reminds me that I wanted to investigate that before Xmas, then I got disctracted :-( [13:56]
sylviegin fact in tikitrunk I do not have the perm in a tpl - but in ui-revamp I have [13:57]
***Lucymoz has joined #tikiwiki [14:00]
.... (idle for 19mn)
robferguson has joined #tikiwiki [14:19]
robfergusonhey everyone, im trying to commit a new file not already in tiki (a wiki plugin) and the svn error says "file not under version control"...what is the command to commit a new file then? [14:21]
Caarrie|awaysvn add filename [14:23]
***Caarrie|away is now known as Caarrie [14:25]
Caarrierobferguson: ^^ [14:26]
robfergusonahhh..ok and the URL is off hand? [14:28]
CIA-53tikiwiki: 03sylvieg * r16326 10/trunk/lib/wiki-plugins/wikiplugin_toc.php: notice [14:29]
Caarriewhat url? [14:29]
robfergusonfor trunk
to add it
[14:29]
Caarrieyou dont need any url if you have a checkout already [14:30]
robfergusonits a co of 2.2 tho not runk
trunk*
[14:30]
Caarriecheck in svn for trunk [14:30]
***bethrezen_ has joined #tikiwiki
bethrezen has quit IRC (Read error: 110 (Connection timed out))
[14:36]
CIA-53tikiwiki: 03robferguson * r16327 10/branches/2.0/lib/wiki-plugins/wikiplugin_footnote.php: [ADD] new footnote wikiplugin
tikiwiki: 03robferguson * r16328 10/branches/2.0/lib/wiki-plugins/wikiplugin_footnotearea.php: [ADD] new footnote wikiplugin
tikiwiki: 03sylvieg * r16329 10/trunk/lib/smarty_tiki/function.wikistructure.php: [MOD]wikistructure: use plugin toc in the smarty function
[14:38]
sylviegplease no new things in 2.0 [14:42]
***cnd has quit IRC (Read error: 104 (Connection reset by peer)) [14:53]
lphuberdeau has joined #tikiwiki
SEWilco2 has joined #tikiwiki
robferguson has quit IRC ()
[14:58]
cnd has joined #tikiwiki [15:09]
bethrezen__ has joined #tikiwiki
bethrezen_ has quit IRC (Read error: 110 (Connection timed out))
bethrezen__ has quit IRC (Read error: 104 (Connection reset by peer))
[15:20]
.... (idle for 17mn)
bethrezen__ has joined #tikiwiki [15:40]
..... (idle for 20mn)
ricks99__ has joined #tikiwiki [16:00]
ricks99 has quit IRC (Read error: 110 (Connection timed out))
Caarrie is now known as Caarrie|away
chibaguy has quit IRC ("http://www.mibbit.com ajax IRC Client")
[16:09]
nkoth3robferguson will move to trunk. [16:16]
..... (idle for 21mn)
***bethrezen__ has quit IRC (Read error: 104 (Connection reset by peer)) [16:37]
Caarrie|away is now known as Caarrie [16:46]
CIA-53tikiwiki: 03robferguson * r16330 10/branches/2.0/lib/wiki-plugins/wikiplugin_footnotearea.php: [FIX] reverting commit to wrong branch
tikiwiki: 03robferguson * r16331 10/branches/2.0/lib/wiki-plugins/wikiplugin_footnote.php: [FIX] reverting commit to wrong branch
[16:48]
***bethrezen__ has joined #tikiwiki [16:55]
CIA-53tikiwiki: 03robferguson * r16332 10/trunk/lib/wiki-plugins/wikiplugin_footnote.php: [NEW] new wikiplugin for footnotes
tikiwiki: 03robferguson * r16333 10/trunk/lib/wiki-plugins/wikiplugin_footnotearea.php: [NEW] new wikiplugin for footnotes
[16:56]
***nkoth3_ has joined #tikiwiki [17:10]
nkoth3__ has joined #tikiwiki
Caarrie is now known as Caarrie|away
nkoth3 has quit IRC (Read error: 110 (Connection timed out))
[17:22]
nkoth3_ has quit IRC (Read error: 110 (Connection timed out)) [17:39]
........... (idle for 52mn)
franck has joined #tikiwiki [18:31]
sylvieg has quit IRC ("Leaving.") [18:40]
SEWilco2That's odd. Varnish cache is losing half the requests when I test it with `ab`. [18:48]
..... (idle for 20mn)
***sylvieg has joined #tikiwiki
cj_2009 has joined #tikiwiki
[19:08]
cj_2009I have allowed categories to my wiki pages. I also have allowed users of a group (w/o admin privileges) to creat new wiki pages. However, when an user creates a wiki page, the category option doesn't show up making unable to submit the page because it is a required field. How can I make that appear (it only appers for admins ). [19:13]
CIA-53tikiwiki: 03sylvieg * r16334 10/trunk/templates/tiki-galleries.tpl: [MOD] button browse gallery
tikiwiki: 03lphuberdeau * r16335 10/branches/experimental/ui-revamp/ (47 files in 18 dirs): [MRG] Automatic merge, trunk 16267 to 16333
[19:14]
sylviegcj_2009: is feature_categories on and do you have at least oen category that a user can view tiki_p_view_categories [19:19]
***fantoms has joined #tikiwiki [19:28]
cj_2009sylvieg: feature categories is on
sylvieg: and I have created two categories
but only admins can see them ... (what I'm trying to do is restrict categories to specific groups)
[19:36]
CIA-53tikiwiki: 03marclaporte * r16337 10/trunk/templates/tiki-pagehistory.tpl: [MOD] Change from post to get in URL for page history so people can bookmark or send that exact view to someone. Ex.: Hey, I just updated this page [19:38]
sylvieggive a tiki_p_view_categories for the specific group to the category [19:40]
cj_2009sylvieg: OK, I checked tiki_p_view_categories and now it is working .. but after user submits a page, and then lists wikis nothing shows up (and the user belongs to a group with permissions to see that category) [19:41]
sylviegyou need tiki_p_view_categorized also [19:41]
cj_2009sylvieg: I was missing that but still .. list pages comes up blank [19:43]
sylviegtry to clear all the caches [19:44]
CIA-53tikiwiki: 03sylvieg * r16338 10/trunk/templates/tiki-edit_article.tpl: [FIX]help: no need button as handled by tiki-edit_help [19:44]
cj_2009sylvieg: opened another browser and nothing [19:45]
CIA-53tikiwiki: 03lphuberdeau * r16339 10/trunk/ (2 files in 2 dirs): [NEW] Adding wikiplugin enable controls in normal admin panel [19:47]
***Redhatter has quit IRC (verne.freenode.net irc.freenode.net)
Tikiwiki|bot has quit IRC (verne.freenode.net irc.freenode.net)
ricks99__ has quit IRC (verne.freenode.net irc.freenode.net)
sylvieg has quit IRC (verne.freenode.net irc.freenode.net)
nkoth3__ has quit IRC (verne.freenode.net irc.freenode.net)
aardvarq has quit IRC (verne.freenode.net irc.freenode.net)
danopia has quit IRC (verne.freenode.net irc.freenode.net)
Caarrie|away has quit IRC (verne.freenode.net irc.freenode.net)
niclone has quit IRC (verne.freenode.net irc.freenode.net)
cnd has quit IRC (verne.freenode.net irc.freenode.net)
jerkface03 has quit IRC (verne.freenode.net irc.freenode.net)
rlpowell has quit IRC (verne.freenode.net irc.freenode.net)
Sug4r` has quit IRC (verne.freenode.net irc.freenode.net)
franck has quit IRC (verne.freenode.net irc.freenode.net)
amette has quit IRC (verne.freenode.net irc.freenode.net)
Jyhem has quit IRC (verne.freenode.net irc.freenode.net)
SEWilco2 has quit IRC (verne.freenode.net irc.freenode.net)
Amorphous has quit IRC (verne.freenode.net irc.freenode.net)
luciash has quit IRC (verne.freenode.net irc.freenode.net)
fantoms has quit IRC (verne.freenode.net irc.freenode.net)
idle-_ has quit IRC (verne.freenode.net irc.freenode.net)
cj_2009 has quit IRC (verne.freenode.net irc.freenode.net)
bethrezen__ has quit IRC (verne.freenode.net irc.freenode.net)
Lucymoz has quit IRC (verne.freenode.net irc.freenode.net)
uSlacker has quit IRC (verne.freenode.net irc.freenode.net)
obnox has quit IRC (verne.freenode.net irc.freenode.net)
lphuberdeau has quit IRC (verne.freenode.net irc.freenode.net)
[19:51]
.... (idle for 19mn)
uSlacker has joined #tikiwiki
amette has joined #tikiwiki
Jyhem has joined #tikiwiki
luciash has joined #tikiwiki
niclone has joined #tikiwiki
obnox has joined #tikiwiki
Sug4r` has joined #tikiwiki
rlpowell has joined #tikiwiki
Tikiwiki|bot has joined #tikiwiki
jerkface03 has joined #tikiwiki
Redhatter has joined #tikiwiki
Caarrie|away has joined #tikiwiki
danopia has joined #tikiwiki
aardvarq has joined #tikiwiki
Amorphous has joined #tikiwiki
idle-_ has joined #tikiwiki
Lucymoz has joined #tikiwiki
lphuberdeau has joined #tikiwiki
SEWilco2 has joined #tikiwiki
cnd has joined #tikiwiki
ricks99__ has joined #tikiwiki
nkoth3__ has joined #tikiwiki
franck has joined #tikiwiki
sylvieg has joined #tikiwiki
fantoms has joined #tikiwiki
navster has joined #tikiwiki
[20:10]
marclaporte has joined #tikiwiki [20:23]
marclaportepolom [20:24]
***lq_783 has joined #tikiwiki [20:24]
lq_783salut [20:25]
***Patrick has joined #tikiwiki
lq_783 has quit IRC (Client Quit)
[20:25]
PatrickSalut Marc [20:25]
***Patrick is now known as Guest47332 [20:26]
marclaportesylvieg: : I would like to get your advice on if & how we could do something like this with trackers: http://cdccentresud.org/component/option,com_contxtd/task,view/contact_id,15/Itemid,12/
hi Patrick
sylvieg: : this is a usage of this Joomla component: http://www.clockbit.com/cms/component/option,com_contxtd/Itemid,11/catid,10/
Imagine an address book/ business directory
So far, easy to do with trackers
now, imagine that each individual member/company has a contact form instead of email
[20:26]
sylviegboth links are not responding for me [20:28]
***franck has quit IRC () [20:41]
nkoth3__ has quit IRC () [20:46]
...... (idle for 25mn)
CIA-53tikiwiki: 03lphuberdeau * r16340 10/trunk/templates/tiki-admin-include-textarea.tpl: [MOD] Add link to the plugin alias manager [21:11]
***franck has joined #tikiwiki [21:21]
..... (idle for 23mn)
CIA-53tikiwiki: 03lphuberdeau * r16341 10/trunk/lib/profilelib/installlib.php: [MOD] Add page selector to profile options [21:44]
........ (idle for 36mn)
***nkoth3 has joined #tikiwiki [22:20]
lphuberdeau has quit IRC (Read error: 110 (Connection timed out)) [22:28]
CIA-53tikiwiki: 03sylvieg * r16342 10/trunk/db/features.csv: [FIX]plugin: missing iframe [22:33]
sylviegmarclaporte: links are back - we are missing a checkbox for send me a copy - otherwise we have the notion of user with copy of activity on his items [22:36]
***Guest47332 has quit IRC ("CGI:IRC") [22:38]
.... (idle for 16mn)
lphuberdeau has joined #tikiwiki
rpg_ has joined #tikiwiki
rpg_ is now known as rpg
lphuberdeau has quit IRC (Client Quit)
lphuberdeau has joined #tikiwiki
[22:54]
marclaporte has quit IRC (Read error: 110 (Connection timed out)) [23:08]
Lucymoz has quit IRC (Read error: 110 (Connection timed out)) [23:22]
CIA-53tikiwiki: 03sylvieg * r16343 10/trunk/ (2 files in 2 dirs): [FIX]rollback: partial rollback 16209: _menu_text is showing the title of the icon as text - so use this option to have no side effect [23:26]
***fantoms has quit IRC (Read error: 54 (Connection reset by peer))
SEWilco2 has quit IRC (Remote closed the connection)
[23:29]
danopia__ has joined #tikiwiki
Amorphous has quit IRC (Read error: 145 (Connection timed out))
[23:37]
CIA-53tikiwiki: 03sylvieg * r16344 10/trunk/styles/ (darkroom.css feb12.css tikineat.css tikinewt.css): [FIX]style: some tuning for button with icon [23:38]
***Amorphous has joined #tikiwiki [23:50]
rpg has quit IRC () [23:57]

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