←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | coaboa has quit IRC (Ping timeout: 265 seconds) | [00:00] |
Trebly | sylvieg : good "night" here it is 2 a.m. I go on the toc subject. Even the class levelx can be introduce in the leaf.tpl it is better to redact [<ul class="toc level{$cur_depth}">] in structures-toc.tpl. The classes to add to the *.css are "ul.levelx". In fact I began thinking with an option to have a toc with item numbering (as in structure management) and a button "display contents all"...
...or "till level x" so I had to work on <li> and... | [00:06] |
*** | FrankP2 has quit IRC (Ping timeout: 276 seconds) | [00:07] |
JoernOtt has quit IRC (Ping timeout: 252 seconds) | [00:20] | |
Caarrie is now known as Caarrie|sleeping | [00:25] | |
..... (idle for 20mn) | ||
Trebly has quit IRC (Remote host closed the connection) | [00:45] | |
..... (idle for 22mn) | ||
CIA-65 | tikiwiki: 03jonnybradley * r28480 10/branches/experimental/wysiwyg_ckeditor_update/lib/ckeditor_tiki/plugins/ajaxAutoSave/plugin.js: [FIX] ckeditor: better autosave events handling | [01:07] |
......... (idle for 43mn) | ||
*** | goj|ghost has joined #tikiwiki
coaboa_ has quit IRC (Ping timeout: 265 seconds) coaboa has joined #tikiwiki goj has quit IRC (Ping timeout: 272 seconds) goj|ghost is now known as goj | [01:50] |
......... (idle for 44mn) | ||
rotterdam is now known as rotterdam|away | [02:38] | |
..... (idle for 23mn) | ||
rotterdam|away is now known as rotterdam | [03:01] | |
.... (idle for 18mn) | ||
coaboa_ has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds) coaboa has joined #tikiwiki coaboa__ has joined #tikiwiki coaboa_ has quit IRC (Ping timeout: 265 seconds) coaboa has quit IRC (Ping timeout: 265 seconds) coaboa has joined #tikiwiki coaboa__ has quit IRC (Ping timeout: 265 seconds) rotterdam has quit IRC (Quit: Saindo) rotterdam has joined #tikiwiki | [03:19] | |
coaboa_ has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds) rotterdam has quit IRC (Quit: Saindo) coaboa_ has quit IRC (Ping timeout: 265 seconds) coaboa has joined #tikiwiki | [03:39] | |
coaboa has quit IRC (Ping timeout: 265 seconds)
coaboa has joined #tikiwiki | [03:54] | |
coaboa_ has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds) | [03:59] | |
.................. (idle for 1h27mn) | ||
CIA-65 | tikiwiki: 03chibaguy * r28481 10/trunk/styles/layout/design.css: [MOD] Comments transferred from design-reference.css (which will be KILed), since minification eliminates need for separate commented file.
tikiwiki: 03chibaguy * r28482 10/trunk/styles/layout/design-reference.css: [KIL] Minification eliminates need for separate commented file. | [05:27] |
...... (idle for 26mn) | ||
tikiwiki: 03chibaguy * r28483 10/trunk/styles/layout/layout.css: [MOD] Comments transferred from layout-reference.css (which will be KILed), since minification eliminates need for separate commented file.
tikiwiki: 03chibaguy * r28484 10/trunk/styles/layout/layout-reference.css: [KIL] Minification eliminates need for separate commented file. tikiwiki: 03chibaguy * r28485 10/trunk/styles/layout/layout-tiki3_level.css: [KIL} Idea was to have Tiki3-level reference file for people updating custom themes, but SVN view can be used instead. | [05:54] | |
.......... (idle for 48mn) | ||
*** | coaboa has joined #tikiwiki
coaboa_ has quit IRC (Ping timeout: 265 seconds) | [06:45] |
redflo has joined #tikiwiki | [07:01] | |
JoernOtt has joined #tikiwiki | [07:11] | |
coaboa_ has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds) | [07:16] | |
Wilkins has joined #tikiwiki | [07:24] | |
....... (idle for 30mn) | ||
coaboa_ has quit IRC (Ping timeout: 265 seconds)
coaboa has joined #tikiwiki | [07:54] | |
............... (idle for 1h13mn) | ||
coaboa has quit IRC (Read error: Connection reset by peer)
xavi has joined #tikiwiki | [09:09] | |
xavi | polom | [09:12] |
*** | coaboa has joined #tikiwiki | [09:12] |
..... (idle for 20mn) | ||
FrankP has joined #tikiwiki | [09:32] | |
...... (idle for 25mn) | ||
hjkhhhh has joined #tikiwiki | [09:57] | |
.... (idle for 15mn) | ||
Caarrie|sleeping is now known as Caarrie|away | [10:12] | |
....... (idle for 34mn) | ||
xavi | any tracker master around?
I'm pursuing to improve the pre-loading of default values in drop downs from plugin tracker let me paste my code somewhere... line 1018 here: http://pastebin.com/ALJnuRsw which is from tiki trunk (r28400) lib/wiki-plugins/wikiplugin_tracker.php | [10:46] |
sylvieg | What do you try to do? | [10:56] |
.... (idle for 17mn) | ||
xavi | hi sylvieg
I try to allow plugin tracker to show the default values in drop downs when you are filling the tracker in several wiki pages (I did send a message to devel list yesterday) | [11:13] |
sylvieg | it will be a tricky fix .. difference between empty and isset.. | [11:15] |
xavi | yes, I know (tricky)
and it will be even more tricky for "drop down with other", but step by step it 's a good excuse to invest some of my payed time (mornings) learning some php and tiki coding... since we would use it for production see this: http://161.116.82.31/tiki_trunk/BasicPipe+Seccio+03&itemId=5 user and pass in private message when you visit the page without "itemId", then the default values are filled (i.e.: http://161.116.82.31/tiki_trunk/BasicPipe+Seccio+03 ) but not, when the page has itemId=N, and there is no value set yet for that field which is the case always when you attempt to fill in a tracker from several wiki pages through plugin tracker I mean, I made the algorythm clear in a piece of paper, but I'm not sure on all the details to convert that algorythm into php for tiki (similarly for "drop down with other", which is trickier) for instance: echo($flds['data'][$i]['value']); just shows "array". how can I show the contents of an array with the echo? xavi knows it's a php-newbie question... xavi fears going into big php manuals at this point and getting lost... | [11:16] |
*** | coaboa_ has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds) | [11:28] |
CIA-65 | tikiwiki: 03jonnybradley * r28486 10/branches/experimental/wysiwyg_ckeditor_update/ (65 files in 36 dirs): [MRG] Automatic merge, trunk 28457 to 28485 | [11:33] |
*** | FrankP has quit IRC (Ping timeout: 276 seconds) | [11:39] |
xavi | sylvieg, do you know where the logics for the default value in drop downs is set?
I'm not sure if I'm in the right place | [11:43] |
*** | coaboa_ has quit IRC (Ping timeout: 265 seconds)
coaboa has joined #tikiwiki | [11:45] |
.... (idle for 17mn) | ||
coaboa has quit IRC (Ping timeout: 265 seconds)
coaboa has joined #tikiwiki ricks99 has joined #tikiwiki JoernOtt has quit IRC (Ping timeout: 276 seconds) Gergely has joined #tikiwiki | [12:03] | |
Gergely | Hi xavi, my guess is that it is overwritten by the value the item has. This happens at line 1061. Is not it what you would expect? | [12:14] |
ricks99 | hi all :-) | [12:14] |
xavi | hi Gergely , thanks for the hint! :-)
hi ricks99 | [12:15] |
ricks99 | ricks99 is glad to see that tw.o is back up (finally) | [12:15] |
xavi | and how do you show the contents of an array in php?: echo($f['options_array'][0]) shows one value, but there are more
I'm trying echo($f['options_array'][:]) or echo($f['options_array'][0:1]) but no lluck... | [12:16] |
Gergely | hi ricks
the echo I do not know. If you have an item that has an empty field, you may not show that it has already the default value set. | [12:17] |
ricks99 | Hi Gergely | [12:17] |
xavi | ok, thks
xavi just printed a php cheatsheet .... | [12:18] |
..... (idle for 20mn) | ||
ricks99 | hm... is tw.o community site *stil* down? | [12:38] |
xavi | ricks99: yes, it is for me, at least, yet | [12:40] |
ricks99 | hardware or software?
do u know? | [12:40] |
*** | juano has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds) | [12:54] |
juano | hello room, is there any way to change the default search scope (combobox) in tiki 4.x? i need it to be selected in "wiki pages" by default and not in "entire site" | [12:55] |
*** | coaboa has joined #tikiwiki | [12:55] |
ricks99 | in 4.x, need to manually edit the tiki-searchresults.tpl template. in 5.x there is a built-in option | [12:56] |
juano | ricks99: ah ok.. let me check this.. thanks! | [13:00] |
xavi | ricks99: hardware or software: no idea. I asked in tag list | [13:02] |
Tikiwiki|bot | New Forum Posts: ?? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=38042 | [13:06] |
xavi | wohoo, tw.o is back | [13:08] |
ricks99 | indeed | [13:09] |
*** | JoernOtt has joined #tikiwiki | [13:14] |
..... (idle for 21mn) | ||
juano | ricks99: which part of the code should be modified? I tried some changes but nothing seems to change.. | [13:35] |
luciash | luciash really thinks tw.o should deserve dedicated vps at least
polom all ricks99: software | [13:36] |
ricks99 | @juano: in the <form> you'll need to add:
<input type="hidden" name="where" value="wikis" /> @luciash: i saw the msg...when in doubt blame microsoft, eh? ?;-) | [13:42] |
*** | coaboa has quit IRC (Ping timeout: 265 seconds) | [13:44] |
luciash | juano: if you want just the search form with preselected wiki scope, then you can just copy that form from the page source and put it either on custom wiki page in HTML plugin or in the custom site header code on Admin > Look ... > General Layout
ricks99: hehe | [13:44] |
*** | rotterdam has joined #tikiwiki | [13:45] |
luciash | juano: i mean you don't have to edit the tpl files necessarily | [13:45] |
ricks99 | true, but if u want to make wiki pages the default from the site search bar, need to edit tpl template | [13:46] |
*** | rotterdam is now known as rotterdam|away | [13:48] |
luciash | yes, but search bar can be disabled and the copy of the generated html used instead i mean
of course it will not be dynamic | [13:49] |
xavi | bbl | [13:51] |
*** | xavi has quit IRC (Quit: Page closed) | [13:51] |
luciash | luciash prefers to avoid tpl editing - it's asking for trouble / conflicts during upgrade ;) | [13:51] |
ricks99 | yes, not as future-proof for upgrades, but much easier for newbies who are familiar with html | [13:54] |
@luciash: i am planning a 'call for translators' as u suggested. pls review http://bit.ly/bTpBO1 and edit as u see fit. | [14:02] | |
luciash | ricks99: thanks, i will have a look | [14:05] |
*** | hjkhhhh has quit IRC (Ping timeout: 252 seconds) | [14:14] |
juano | ricks99: luciash thanks for your help | [14:24] |
Tikiwiki|bot | New Forum Posts: Is there an event limit for the calendar_new module? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38047 | [14:27] |
*** | RavenC has joined #tikiwiki | [14:36] |
Tikiwiki|bot | Recent Bug: Tracker item: #3516 - - Event limit for calendar_new module - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3516 | [14:38] |
*** | rotterdam|away has quit IRC (Ping timeout: 240 seconds) | [14:44] |
juano | ricks99: ... mmm something is missing.. it seems that changes don't take effect
ricks99: tried clearing cache to | [14:58] |
CIA-65 | tikiwiki: 03Jyhem * r28487 10/trunk/templates/tiki-view_blog_post.tpl: [ENH] Making bottoms of blog view and blog post view more consistent | [15:03] |
ricks99 | u *are* using the mysql full text search, right?
view the html source of the page and confirm ahtt the new <input> field is thre | [15:05] |
Tikiwiki|bot | Recent Bug: Tracker item: #3517 - - Recurrent events crossing DST change - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3517 | [15:10] |
*** | RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~)
rotterdam has joined #tikiwiki | [15:13] |
..... (idle for 23mn) | ||
rotterdam is now known as rotterdam|away | [15:37] | |
redflo has left | [15:51] | |
CIA-65 | tikiwiki: 03marclaporte * r28488 10/trunk/templates/header.tpl: [MOD] name & url update | [15:53] |
.... (idle for 17mn) | ||
*** | Wilkins has quit IRC (Ping timeout: 252 seconds) | [16:10] |
..... (idle for 22mn) | ||
rotterdam|away has quit IRC (Read error: No route to host)
rotterdam has joined #tikiwiki rotterdam is now known as rotterdaway xavi has joined #tikiwiki | [16:32] | |
xavi | polom | [16:37] |
.... (idle for 15mn) | ||
*** | Andurino has joined #tikiwiki | [16:52] |
dasfasg has joined #tikiwiki
dasfasg has quit IRC (Client Quit) | [17:03] | |
CIA-65 | tikiwiki: 03chibaguy * r28489 10/users/chibaguy/blogwrapper_template_files/: [KIL] Blog wrapper template files committed to trunk so these are no longer needed. | [17:17] |
*** | chealer has quit IRC (Remote host closed the connection) | [17:22] |
rotterdaway is now known as rotterdambusy | [17:32] | |
............ (idle for 57mn) | ||
rotterdambusy is now known as rotterdamSemAmig
rotterdamSemAmig is now known as caraSemAmigos | [18:29] | |
caraSemAmigos is now known as rotterdam | [18:35] | |
xavi has left "Leaving." | [18:46] | |
Gergely has quit IRC (Ping timeout: 252 seconds) | [18:55] | |
..... (idle for 24mn) | ||
sylvieg | I forgot again ... what is the jquery replacement for {popup} | [19:19] |
.... (idle for 18mn) | ||
*** | ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org) | [19:37] |
.... (idle for 17mn) | ||
LordVan has joined #tikiwiki
JoernOtt has quit IRC (Ping timeout: 240 seconds) | [19:54] | |
...... (idle for 27mn) | ||
FrankP has joined #tikiwiki | [20:22] | |
CIA-65 | tikiwiki: 03Jyhem * r28490 10/users/jyhem/blog_templates/: [KIL] Blog wrapper template files committed to trunk so these are no longer needed. | [20:36] |
*** | FF|Skyrider has joined #tikiwiki | [20:42] |
LordVan | hi | [20:42] |
FF|Skyrider | Hi everyone | [20:42] |
CIA-65 | tikiwiki: 03minger0 * r28491 10/trunk/ (2 files in 2 dirs): [NEW] added to TrackerPrefill the ability to pass additional parameters in the url | [20:44] |
Tikiwiki|bot | New Forum Posts: pluginarticles formatting - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38050 | [20:57] |
*** | LordVan has quit IRC (Ping timeout: 260 seconds)
Andurino has quit IRC (Quit: Andurino) | [21:05] |
Tikiwiki|bot | New Forum Posts: Wiki Paragraph formatting breaks module titles - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38051 | [21:07] |
....... (idle for 31mn) | ||
New Forum Posts: Page break causes ALINK stop working with ANAME - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38052 | [21:38] | |
*** | LordVan has joined #tikiwiki
LordVan has quit IRC (Client Quit) chealer has joined #tikiwiki | [21:41] |
luciash changes topic to: TIki 5.1, 3.6 (LTS) released! Wanna ask something? Just ask. We log the channel @ http://irc.tikiwiki.org (start line with [off] to exclude message from log), type !help or >help! to get some help from our bots ;) Enjoy!
luciash changes topic to: Polom! Latest stable versions: Tiki 5.1, 3.6 (LTS) Wanna ask something? Just ask. We log the channel @ http://irc.tikiwiki.org (start line with [off] to exclude message from log), type !help or >help! to get some help from our bots ;) Enjoy! chealer has quit IRC (Remote host closed the connection) | [21:58] | |
NoMore has joined #tikiwiki | [22:08] | |
NoMore | hey i'm trying to add a wiki to my wordpress site, I have found the instructions on how to use wordpress username/password for mediawiki, would the exact same instructions work for tiiwiki? | [22:09] |
CIA-65 | tikiwiki: 03marclaporte * r28492 10/branches/5.x/img/tiki/ (tikibutton.png tikibutton2.png tikibutton3.png): [MOD] new badges, now 88x31px, colors changed to promote more the blue logo.
tikiwiki: 03marclaporte * r28493 10/branches/5.x/tiki-directory_browse.php: [DOC] updated doc links | [22:11] |
luciash | NoMore: nope | [22:13] |
*** | juano has quit IRC (Ping timeout: 252 seconds) | [22:14] |
NoMore | hmm, i'm new to wiki but i's like people to be able to form groups and collaborate on own documentation projects by self formed groups, is this possible in tikiwiki? | [22:26] |
luciash | NoMore: yes
and much more | [22:30] |
NoMore | i'm really in brainstorming phase, but is there a clear way for said "private" groups to cleanly integrate their information with the larger wiki?
but while keeping access control limited larger wiki being a broader public one | [22:31] |
luciash | yes, Tiki is good for that (groups and permissions) | [22:37] |
NoMore | last quesiton, I wanted to make a homepage which shows some aggragated news from feeds of various related sites, some public books from Google Books, and maybe a recent activity feed from tiki, is it recommended to build a theme with other features onto tikiwiki or to add tikiwiki to a more standard website frontend | [22:41] |
luciash | it is rather easily possible in Tiki | [22:43] |
..... (idle for 20mn) | ||
*** | MartinCleaver has joined #tikiwiki
MartinCleaver has quit IRC (Excess Flood) MartinCleaver has joined #tikiwiki | [23:03] |
...... (idle for 25mn) | ||
NoMore | wow ogre3d.org deff has an awesome template, is their template publicly available or they built it themselves? | [23:29] |
*** | FF|Skyrider has quit IRC (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) | [23:32] |
..... (idle for 23mn) | ||
MartinCleaver has quit IRC (Quit: MartinCleaver)
Caarrie|away is now known as Caarrie | [23:55] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |