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

WhoWhatWhen
***Caarrie is now known as Caarrie|sleeping [02:02]
chealer has quit IRC (Remote host closed the connection) [02:14]
.......... (idle for 48mn)
chealer has joined #tikiwiki [03:02]
chealer has quit IRC (Remote host closed the connection) [03:13]
chealer has joined #tikiwiki [03:20]
...... (idle for 29mn)
freelikegnu is now known as _awaylikegnu [03:49]
............... (idle for 1h13mn)
chealer has quit IRC (Remote host closed the connection) [05:02]
....... (idle for 32mn)
changi has quit IRC (*.net *.split) [05:34]
changi has joined #tikiwiki [05:39]
..... (idle for 23mn)
chealer has joined #tikiwiki [06:02]
chealer has quit IRC (Remote host closed the connection)
chealer has joined #tikiwiki
[06:10]
PolisMemRitualis is now known as coaboa
chealer has quit IRC (Remote host closed the connection)
[06:16]
........................ (idle for 1h59mn)
Gergely has joined #tikiwiki [08:17]
........ (idle for 37mn)
coaboais it possible to align wiki text to the right? [08:54]
.... (idle for 16mn)
***Gergely has quit IRC (Quit: Page closed) [09:10]
........ (idle for 39mn)
chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy
[09:49]
chibaguypolom [09:51]
coaboahello [09:52]
***jcoelho has joined #tikiwiki [09:58]
...... (idle for 29mn)
Tikiwiki|botRecent Bug: Tracker item: #3118 - - Special Characters Problem when upgradeing php 5.2.x to 5.3.x - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3118 [10:27]
***PolisMemRitualis has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 246 seconds)
[10:28]
Caarrie has joined #tikiwiki
Caarrie|sleeping has quit IRC (Ping timeout: 260 seconds)
Caarrie has quit IRC (Read error: Connection reset by peer)
Caarrie has joined #tikiwiki
[10:38]
.... (idle for 15mn)
Cain` has joined #tikiwiki
Cain has quit IRC (Ping timeout: 268 seconds)
Cain` is now known as Cain
[10:56]
PolisMemRitualisis it possible to have the pluginInclude to include the first 500 chars of a given page instead of start stop marker? [11:11]
***goj|ghost has joined #tikiwiki
goj has quit IRC (Ping timeout: 248 seconds)
goj|ghost is now known as goj
[11:19]
.... (idle for 16mn)
luciashpolom [11:39]
***ricks99 has joined #tikiwiki [11:44]
ricks99hi all :-) [11:45]
luciashhi ricks99 [11:48]
ricks99G'morning
(for me)
[11:49]
luciashwhat new perm does my upgraded copy of branch5 need to allow anon to view the header ?
upgraded trunk works fine, but i have a profile applied there
[11:53]
grmbl, my questions r always too difficult to answer :-p [12:01]
***PolisMemRitualis is now known as coaboa [12:01]
coaboahello all [12:02]
luciashhi coaboa
yes, you can right align wiki text using DIV plugin
[12:02]
***MartinCleaver has joined #tikiwiki [12:04]
coaboapulling my hairs out while trying to make plugin_articles work for wiki pages as both are quite different. Need to display the first 5lines/500 chars of top 5 wikipages from agiven category within a wikipage...
Is DIV align the only solution as I search fo an option a user can apply through wiki syntax
*div align=right
[12:05]
ricks99@coaboa: can make a toolbar button to make it easier for users [12:06]
luciashyou can try dynamic vars too [12:06]
***marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
marclaporte has quit IRC (Client Quit)
[12:06]
coaboatoolbarbotton to fill in the {DIV} tags aroun selection?
*around
[12:07]
ricks99y
{DIV(align=right)}text{DIV}
tiki will replace "TEXT" with the selected/highlghted text
(works the same as buttons like bold, italic, etc)
[12:08]
coaboaok know that but thought there is maybe something more shorter tag comparable to "::" [12:09]
***RavenC has joined #tikiwiki [12:09]
coaboa;-) which a user could remeber when editing eg in OO. [12:10]
ricks99IDK [12:10]
RavenCmorning all [12:10]
luciashcoaboa: like %arstart% some text %arend% ?
hi RavenC
[12:10]
coaboaluciash: more like module top_pages with display of the very first (always same amount) lines/count of chars tailored to a specific categID. We didn't start but have already more then 100 wiki articles
*of each of the eg. 5 top_pages.
[12:13]
luciashi mean you can try %ars% right aligned text %are% if you have dynamic variables feature on
you substitute %ars% with <div style="text-align: right"> and %are% with </div>
[12:14]
coaboaahhh havent looked at dyn vars yet...
cool
[12:15]
luciashhopefuly some regression didn't broke it yet in latest tiki ;) [12:16]
chibaguyluciash, there was some refactoring in tiki-site_header_top.tpl, to reduce duplicated code. There was a bug after that that stopped the logo from being seen by anon, but was fixed. I don't know about any other problem, but maybe it's possible. [12:26]
luciashchibaguy: ah, maybe it wasn't backported to branch 5 yet
i'll try to debug it
[12:26]
chibaguyNo, it was done in branch 5. [12:27]
luciashah oh, well, i have the problem still here then
whole header is missing for anon
[12:28]
chibaguyah, (btw, was tiki-site_header_options.tpl that was edited a few days ago) [12:29]
luciashi update by cron every hour
ok, it seems only whole header-top content is missing for anon
no sioptions div included
[12:30]
Caarriesure your cron is working correctly? [12:39]
luciashto reproduce make custom site header enabled but not published and site logo enabled... if there's some custom code but not published it will ignore the site logo too [12:40]
***RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~) [12:40]
luciashjust found out it is the culprit
when i disable my custom site header code it shows the logo for anon then too
Caarrie: pretty sure, yes .)
[12:41]
Caarriemaybe someone should review the commits that broke this ;) [12:43]
luciashyea, there's pretty lot of "ifs" so it is easy to get lost in the conditions
chibaguy: when there's custom code + it is published, it works fine too
[12:44]
chibaguyso the logic in site header options is bad? [12:49]
luciashapparently yes [12:50]
chibaguyI see. [12:50]
***RavenC has joined #tikiwiki [12:51]
luciashjust someone didn't think about a case when the custom header code is temporarily unpublished but still admin working on it
why sitelogo is included to be taken off too i don't know...
[12:51]
coaboacool publishing the "empty" custom code get me my logo back ;-) [12:56]
luciashnot that cool but glad it helps :-p [12:57]
Tikiwiki|botNew Forum Posts: Categories & content templates - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36901 [13:00]
sylviegI probably broke the header ...
I had a logic problem in the tpl - there was an {/if} not well places
but perhaps I introduce another one
I do no succeed to past in the wyswyg editor :-(
[13:14]
.... (idle for 16mn)
ricks99wtf... in 3.5, as admin i am getting permission denied when i try to view a forum...
there are *no* perms applied to the specific forum
shouldnt i (as admin) b fine?
another forum works fine
when comparing the 2 forums, i see nothing that would cause "perm denied" for admin for the one forum
[13:34]
***kiilo has joined #tikiwiki [13:36]
RavenCMorning ricks99. Never experienced that before [13:40]
ricks99argh. search returns results from the specifci forum, but when iclick - perm denied :( [13:42]
RavenCI did an SVN update about an hour ago on 5.0Beta1... I get "System Error. an error occured while performing the request". It is in the tiki layout...
http://dev.kronosdata.net/tw50/
[13:43]
sylviegCheck your database is not down [13:46]
***Caarrie is now known as Caarrie|away [13:47]
RavenCI can access the database. I have my 4.2 on the MySQL instance
*on the same instance
[13:48]
sylviegdid you upgrade your database? [13:48]
RavenCno
:(
remove lock file and do tiki-install ?
that didnt work
lol
[13:48]
sylviegor sh doc/devtools/sqlupgrade.php
there is another one with php on command line too
[13:50]
RavenCok
thanks for the assistance Sylvieg
[13:51]
Tikiwiki|botNew Forum Posts: Forms - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36902 [13:53]
....... (idle for 31mn)
***Caarrie|away is now known as Caarrie [14:24]
........ (idle for 39mn)
jonnyb has joined #tikiwiki [15:03]
jonnybpolomly [15:03]
CIA-59tikiwiki: 03jonnybradley * r26645 10/branches/5.x/lib/setup/js_detect.php: [FIX] Use custom.js in the root of /styles if there and there isn't one in the current style or option dir. [15:05]
***nkoth has joined #tikiwiki [15:13]
nkothhi - anyone knows why the tabs plugin (tiki 5) may be stripping js and adding an <x> ?
I hae a trackerfilter (actually 2) inside 2 tabs and the js inside the help icon breaks due to this)
[15:13]
RavenChi johnnb
*jonnyb that is
:)
[15:16]
***kiilo1 has joined #tikiwiki [15:16]
jonnybhi RavenC [15:17]
***kiilo has quit IRC (Ping timeout: 258 seconds) [15:17]
RavenCwell, after installing a linux shell, etc. etc. etc. I still can't figure out how to do use the doc/devtools/sqlupgrade.sh .....
RavenC scratches head and wonders
[15:17]
jonnybhi nkoth - sounds like over zealous sanitizing - maybe you can change the filter somewhere?
RavenC: doc/devtools/sqlupgrade.sh is very old, probably broken
try php installer/shell.php
[15:18]
RavenC500 on that [15:25]
jonnyb500?
in the shell?
[15:25]
***chealer has joined #tikiwiki
kiilo1 has quit IRC (Ping timeout: 276 seconds)
[15:26]
nkothjonnyb: where can I set the filter?
don't see any setting in wikiplugin_tabs.php
maybe I have to set something
[15:33]
jonnybsorry, just guessing - have a rummage in the code? [15:34]
Tikiwiki|botNew Forum Posts: upload file/attachment - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36903 [15:37]
..... (idle for 20mn)
***kiilo has joined #tikiwiki [15:57]
........ (idle for 37mn)
kiilo has quit IRC (Quit: Leaving.) [16:34]
CIA-59tikiwiki: 03lphuberdeau * r26646 10/branches/5.x/lib/prefslib.php: [FIX] Prevent attempt to split value on separator twice. Apparently, multiple paths lead there with different input. [16:40]
***chealer has quit IRC (Ping timeout: 276 seconds)
chealer has joined #tikiwiki
[16:50]
....... (idle for 32mn)
chibaguy has quit IRC (Read error: Connection reset by peer)
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[17:23]
....... (idle for 32mn)
PolisMemRitualis has joined #tikiwiki [17:58]
nkothAnyone know if there is a way to reference the "userId" not the user field that shows either the email or the name in pretty trackers? [18:00]
***coaboa has quit IRC (Ping timeout: 264 seconds) [18:01]
jcoelho has quit IRC (Ping timeout: 246 seconds) [18:06]
jcoelho has joined #tikiwiki
Gergely has joined #tikiwiki
[18:11]
nkothhm, by reading the code looks like i moght have to modify the code somehow [18:16]
luciashnkoth: {$userId} doesn't work ?
nkoth: and what about a modifier ?
[18:18]
nkothwell $userId does not work, and that was what I was trying to make work
modifier is problematic because in fact the reason why it shows the username or email is becasuse of a modifier to befgin with[18:20] <nkoth> it does not work in reverse
[18:19]
luciashi see [18:22]
nkothluciash: what other fancy {{...}} or such tags work in pretty trackers? [18:33]
Tikiwiki|botNew Forum Posts: Tracker assist - multiple selection from field and... Employee hour tracking - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36905 [18:36]
luciashnkoth: i only know about the user one, sylvie documented it on doc.tw.o though iirc [18:42]
nkothwhoanyway I found a differnt way to solve my problem [18:42]
***ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org)
jonnyb has quit IRC (Quit: I am going outside... I may be some time...)
[18:43]
jcoelho has quit IRC () [18:58]
......... (idle for 40mn)
Tikiwiki|botNew Forum Posts: Subir varios archivos a Galeria de Archivos - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=36906 [19:38]
CIA-59tikiwiki: 03sylvieg * r26647 10/branches/5.x/ (modules/mod-func-calendar_new.php tiki-calendar_setup.php): [FIX]calendar: calendar module must not interfer with the calendar view in session [19:38]
***Caarrie is now known as Caarrie|away [19:49]
Gergely has quit IRC (Ping timeout: 248 seconds) [19:59]
.............. (idle for 1h6mn)
RavenChave a nice evening everyone [21:05]
***RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~) [21:05]
Gergely has joined #tikiwiki [21:10]
.... (idle for 17mn)
omstefanov has joined #tikiwiki [21:27]
omstefanovcan anyone tell me where/how to set a variable (in php?) which can be updated from a $smarty tpl AND then retain its value to be tested against, the next time the tpl is used?
I've tried creating a global variable in the php, but the variable comes up empty on each successive use of the tpl.
!help smarty variables
[21:29]
Tikiwiki|botYou can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . [21:31]
sylviegomstefanov: perhaps http://doc.tikiwiki.org/Dynamic+Content
otr this one http://doc.tikiwiki.org/Dynamic+Variable
[21:34]
***Gergely has quit IRC (Ping timeout: 248 seconds) [21:38]
Gergely has joined #tikiwiki [21:50]
omstefanovSylvie: thanks. Am reading both. Dynamic+Variable doesn't seem to be what I need, but D+Content could be. I need to be able to text variable in template, but also change value from within template at times. [21:51]
.... (idle for 18mn)
Sylvie: How can I, in php or in a smarty tpl set the value of {content id=1} ? And how can I code in php or $smarty to test value of {content id=1} ? [22:09]
sylvieg... and what about using a tracker with a field and test the field with TRACKERITEMFIELD [22:10]
omstefanovI'm within a tpl which I'm referencing from within TRACKERLIST ... [22:11]
sylviegyou can use a trackeritemfield oin another tracker .. I suppose [22:12]
Tikiwiki|botRecent Bug: Tracker item: #3120 - - Bug 3076 is duplicate of bug 2687 duplicate of bug 3076 duplicate of ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3120 [22:13]
omstefanovIn fact, what I want to do, is code within the tpl to do different output whenever the value of the sort field (sort_mode="f_nn_asc") changes. So I need to retain the value of the prev. record to text against the value of the current record. [22:16]
sylviegin tpl you can use {$tr_sort_mode}
but how do you memo in the tpl..
if you have no security problem you can set back on {php} in smarty
[22:17]
omstefanovI know I can use {$tr_sort_mode}, and am okay with that, but I need to COMPARE the values of current with previous record.
I tried with {php} blocks. (1) I created global variable in php (called TRACKERLIST2 while testing), then tried testing and loading variable within {php}{/php} blocks. but always gone on next record.
[22:21]
***Gergely has quit IRC (Quit: Page closed) [22:24]
sylvieg{php} is desactivated in tw - but I do not remember where you can put it on back
http://www.smarty.net/manual/en/variable.php.handling.php
perhaps the best is to create yopur own plugin
put in the session the value and call the plugin with a {liteal..MYplugin{/literal}{$tr_sort_mode{liteal}.{/leteral}
a smarty function wil be easier
{my sort=$tr_sort_mode}
[22:27]
omstefanovsorry, lost you a bit on last 3 lines. Create a plugin OR a smarty function? which?
would a smarty function be able to retain a value persistently?
[22:35]
.... (idle for 16mn)
sylviegin the smarty function you will for example $_SESSION['my_sort'] = the sort that you get through the param [22:51]
....... (idle for 30mn)
***kiilo has joined #tikiwiki [23:21]
omstefanovSylvie: you couldn't by chance point me to a smarty function. I'm better at adapting code, than doing from scratch, and have never done a smarty function. Any in tw? [23:27]

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