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

WhoWhatWhen
TreblyHi, Who can inform me about the db management and his upgrades during dev (i.e. 7.1, 7.x ->) ?.
The reason of this question is again after updating SVN, and a run of installer, that I got a fatal error : new column in table "tiki-plugin-security" "added_by" not updated. I am not sure there are not other bugs in db update.
I think that such problems are normal during dev, but the developer, who updates, should be able to check the db (his, new ref, after upgrade).
If you think in the chat that this remark is pertinent, I will open a discussion on [tiki-devel]
[00:01]
***RobertPlummer has joined #tikiwiki
Caarrie|away is now known as Caarrie|sleeping
[00:13]
CIA-50tikiwiki: 03chealer * r37032 10/trunk/ (2 files in 2 dirs):
tikiwiki: Admin Cagegories: show less when in no category
tikiwiki: [REF] Optimize paths display
[00:21]
***dthacker has joined #tikiwiki [00:25]
dthacker has quit IRC (Remote host closed the connection) [00:34]
RobertPlummerMan, has anyone played with openlayers at all recently?
I know we have an integration in tiki.
I'm working on a project where I'm using it, I gotta tell you, it is solid!
[00:46]
***dthacker has joined #tikiwiki [00:55]
dthackerWhat's the minimum MySQL requirement for tiki 7.1?
help
!help
[00:57]
Tiki|botYou can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot . [00:59]
nkoth|nelsonRobertPlummer, have you come across my ActiveXObject is not defined in http://openlayers.org/api/2.10/OpenLayers..js line 246? something Gears related by my reading
dthacker, should be MySql 5 why?
[01:00]
RobertPlummerNot yet that I know of. I would be glad to look into it while I'm doing the other stuff though. [01:00]
dthackernkoth, 'cos I'm trying my first install in a couple of years. [01:00]
RobertPlummerI'm getting more and more into the code and how to manipulate. [01:00]
nkoth|nelsondthacker; I have it trunk running on 5.0.77 (centos default) so should be ok [01:01]
dthackerBTW info.tiki.org is not answering for me. [01:01]
nkoth|nelsoninfo responds for me [01:01]
RobertPlummernkoth|nelson: I tell you what though, their team is very responsive, you can run it by their IRC channel.
I think it is #openlayers
[01:01]
dthackerISP DNS, no doubt [01:01]
nkoth|nelsonRobertPlummer it looks like it's in a try catch block, would that trigger firebug? [01:08]
RobertPlummerDoes it do it in any other browser? [01:08]
nkoth|nelsonI don't think it's a fatal error I mean it's in a try block [01:08]
RobertPlummerI've not had any trouble with openlayers and firebug specifically.
Is it an error, or a warning?
nelson, there is only 1 try in that line.
Containing this:
"return OpenLayers.Rico.Color.createColorFromBackground(el).asHex();"
[01:08]
nkoth|nelsonmaybe it's the wring line number then [01:11]
RobertPlummerIs there a way I can reproduce the error? [01:12]
nkoth|nelsonI'm going to ignore it, it is just a try catch so I think firebug picks up the catch [01:13]
RobertPlummerok.
I'm heading out for the night.
email me if you need me.
[01:13]
nkoth|nelsonit's mot really an error, just a notification
a break notification
[01:14]
***RobertPlummer has quit IRC (Read error: Operation timed out) [01:17]
goj has quit IRC (Disconnected by services)
goj_killedByISP has joined #tikiwiki
goj_killedByISP is now known as goj
Trebly has quit IRC (Ping timeout: 246 seconds)
[01:23]
nkoth|nelsondthacker: tiki 8 will be much better than 7 (the second one after LTS is always the best) Are you installing it for something specific or just testing it out? [01:27]
dthackernkoth|nelson: I haven't installed anything since 1.9, so I'm just testing. [01:28]
nkoth|nelsonmight as well test trunk then :)
but anyway, much nicer than 1.9 already
how are you doing?
[01:28]
dthackerhehe, I can see that from the docs and front page.
I'm good. Wanting to get back into helping. Need to re-learn the ropes.
[01:29]
nkoth|nelsonyou're always wecome (and I would say much needed now that there is so much more to document :)) [01:31]
dthackergood to hear :) [01:32]
***rodrigo_sampaio has quit IRC (Ping timeout: 276 seconds) [01:33]
.... (idle for 17mn)
coaboa has joined #tikiwiki
coaboa|afk has quit IRC (Ping timeout: 245 seconds)
[01:50]
..... (idle for 21mn)
pindemon has quit IRC (Quit: I was wondering...) [02:13]
CIA-50tikiwiki: 03chealer * r37033 10/trunk/lib/core/Search/GlobalSource/CategorySource.php: [REF] getParents(): optimize. untested [02:24]
tikiwiki: 03chealer * r37034 10/trunk/lib/categories/categlib.php:
tikiwiki: [REF] reorder get_category_path_string_with_root()
tikiwiki: [REF] remove get_category_path(), unused since r37033
[02:30]
tikiwiki: 03chealer * r37035 10/trunk/lib/categories/categlib.php: [REF] CategLib: document that remove_category() also removes descendants
tikiwiki: 03chealer * r37036 10/trunk/ (tiki-search_replace.php tiki-theme_control.php): [FIX] Sorry, I apparently didn't commit these in r37028
[02:36]
nkoth|nelsonchealer: categories break for me
let be check
[02:43]
chealernkoth|nelson: I played with the cache a lot, so be sure to clear that before anything [02:46]
nkoth|nelsonCategLib->get_category('orphan') leads to Invalid category intier [02:47]
chealernkoth|nelson: hum. and where is that called from? [02:47]
nkoth|nelsonlib/core/Search/GlobalSource/CategorySource.php [02:47]
chealernkoth|nelson: could you give me a full backtrace? if it's coming from CategorySource.php:65, that means getParents() is getting called with a string as $categId [02:50]
nkoth|nelsonyes, I am in theat file now, and svn loggin
basically the cause is line 42, which then leads to getWithParent then getParents
anyway, chealer: http://pastebin.com/r2FHJH0d
[02:51]
chealernkoth|nelson: ah. indeed. one of my earlier commits did reveal these kinds of errors.
nkoth|nelson: that comes from http://sourceforge.net/apps/trac/tikiwiki/changeset/31022
could you report?
[02:53]
nkoth|nelsonactually i know how to fix it
it's pretty obvious
[02:57]
chealerexcellent (didn't look at the new search yet) [02:58]
CIA-50tikiwiki: 03nkoth * r37037 10/trunk/lib/core/Search/GlobalSource/CategorySource.php: [FIX] If there are no categories for object, then don't bother to getWithParent, otherwise trying to do so with string 'orphan' is nonsense, which now with more rigid checking in categlib causes error [03:01]
nkoth|nelsonchealer ^ [03:01]
chealernkoth|nelson: thanks [03:03]
nkoth|nelsonorphan is used to search for items with no category...
because you can't search for empty/no values in the unified search
[03:11]
***nkoth|nelson has left [03:13]
........ (idle for 38mn)
CIA-50tikiwiki: 03chealer * r37038 10/trunk/lib/categories/categlib.php: [REF] get_categorypath(): somewhat document and remove unused parameter include_excluded, despite the nice name [03:51]
***dontpanic has joined #tikiwiki
dontpanic has quit IRC (Ping timeout: 250 seconds)
[03:55]
............. (idle for 1h3mn)
Tiki|bot has quit IRC (Ping timeout: 264 seconds) [04:59]
..... (idle for 21mn)
dontpanic is now known as dontpanic [05:20]
........... (idle for 51mn)
phazuka has joined #tikiwiki [06:11]
phazukahi all, just a quickie question
what's the wiki syntax for making a TOC update from the pages I'm editing? say, i have a main page TOC and making a page that has it's own TOC...is there a way for the main page to auto-update from teh pages i'm editing?
[06:11]
***olinuxx has joined #tikiwiki [06:18]
olinuxxbonjour :) [06:19]
***Merbster has joined #tikiwiki [06:29]
Merbstergood morning [06:29]
***fabricius has joined #tikiwiki [06:31]
Merbsterfabricius, Weren't you mucking around with conditional menus? [06:38]
***phazuka has quit IRC (Quit: Page closed) [06:39]
fabriciuspolom
merbster hi. hmmm I did use the words a few time recently
[06:40]
Merbsterfabricius, but you haven't set it up? [06:41]
fabriciusMerbster: in my mind it belongs to site organisation / structuring
Merbster: I did a longer while ago
I think, there are two ways
-> with categories - what I never got find out , but will try to find out again
-> the contextual menu, where you have the same menu twice, but with different parameters
sylvieg: did explain that to me a few month ago and I added to one of the menu/module documantations
let me check, if I find the link for you Merbster
[06:41]
Merbster: http://doc.tiki.org/menu#Creating_a_Custom_Menu -> scroll down to "contextual menu example" and see "three steps to a contextual menu" [06:51]
Merbsterfabricius, thank you I will take a look at this [06:54]
fabriciusWhen I find out how to do with categories, I will add it to this doc aswell
one guy (arild or bernard I do not remember) brought me to an idea that could work aswell - it is not really a contextual menu, but may be used for one (and even maybe maintained automatically):
using the category list plugin that might be configured to list pages of certain categories under certain conditions
but again ... we need the module preference to show/hide a module according to the actual category
that would meke things much easier
[06:55]
MerbsterI found somewhere, where it's possible to bind a module display to a perspective.
But I can't find it again
fabricius, have you noticed that the UI for editing modules that contains menus are different than modules containing something else?
[07:06]
***Bernard1 has joined #tikiwiki [07:12]
Merbsterhmm. I am confused now [07:13]
***dthacker has quit IRC (Read error: Operation timed out)
SJ-Jay has joined #tikiwiki
[07:16]
Bernard1hi all !
"one guy (arild or bernard I do not remember)" i vote for Bernard ! :)
[07:20]
***Wilkins has joined #tikiwiki [07:28]
MerbsterDoes anyone know how to include wiki plugins in smarty templates? [07:33]
coaboagood morning & polom tikiverse [07:44]
Merbster: see themes.tiki.org - Template Tricks there is a description on how to include those [07:49]
Merbstercoaboa, I have been looking at that page but did not find anything, do you remember what heading it is under? [07:49]
coaboamom [07:50]
Bernard1hi coaboa [07:52]
coaboathemes - Tricks - Template Tricks http://themes.tiki.org/Template+Tricks page3 Add wiki Syntax in custom code area (works also in tpl as far as I know) [07:53]
Merbstercoaboa, I tried it, I get syntax errors [07:53]
coaboaoh. I used it. but not recently [07:53]
MerbsterI get "unrecognized tag: literal"
and it complains about my {wiki} tag not being closed, but it is! :S
[07:54]
coaboawhich tiki version [07:54]
Merbster7.1 [07:54]
coaboamom [07:54]
Merbstercoaboa, I found an error. my literal tag was not closed. :S
now I don't get errors, but the JQ stuff I tried to include via. the JQ plugin is just output as plaintext
not {JQ()} though. only the actualy JQ code
[07:56]
coaboaI think that is because of smarty security. But I never tryed to use js in this way [07:58]
MerbsterI have disabled smarty security
coaboa, http://pastebin.com/b6GieT12 <- you can see my module defintion here
I have used {JQ()} plugin in wikipages before.
I don't think JQ plugin can handle being included from a module :P
[07:58]
coaboadon't know that [08:01]
Merbstercoaboa, can JQ access variables in $_REQUEST ?
I am thinking to just add the hiding code in the custom area part under look & feel
I need to compare on $objectCategoryIds variable. but I don't know how to access it from JS
[08:01]
coaboaI used {if $objectCategoryIds[0] eq ''}Somethint to do {/if} directly in the template
but I'am not a coder ;-) but this works for me
[08:07]
***arildb has joined #tikiwiki [08:10]
Merbstercoaboa, in the first iteration I used that too. But it did not work with the JS code. So I ghtouhg I would test if I could get JS code running first
and then use that trick
[08:10]
Hmm. Tiki is not including the JS stuff I am inserting in look and feel [08:24]
fabriciusMerbster - I just saw, that you asked me a question at 9:11 [08:24]
MerbsterDon't bother fabricius :P [08:25]
fabriciusMerbster: "fabricius, have you noticed that the UI for editing modules that contains menus are different than modules containing something else?"
Merbster: is that still actual?
[08:25]
MerbsterAll user modules doesn't have the nice UI but you can set preferences through text. [08:25]
fabriciusyupi
I often have to put module parameters in manually - if I use the WYSIWYG editor, I have to switch into the source mode for that
not nice, but works well
an so I relatively often look into the doc.tiki.org - all documentation - wikiplugins ... to find all the parameters listed, I could not remind
so you are sorted with that issue?
[08:26]
Merbsterfabricius, I was referring to specifying user modules. Like in what perspective the module should be shown
fabricius, on all menus, you need to put the menu in a module that calls the menu, and then assign the module to one of your bars
if you in "parameters" text filed type "page=somePage" the module (i.e. the menu in the module) is only shown when page = somePage
[08:28]
***olinuxx has quit IRC (Quit: Ex-Chat) [08:30]
Jyhem_laptop has joined #tikiwiki [08:36]
Merbsterfabricius,
I found a somewhat "userfriendly" solution for page specific menues
[08:39]
page specific as several specific pages can use the same menu.
not just one (as with the page=pageName) parameter
(or does it support several pages?)
[08:50]
fabriciusI think it supports several pages, as most kind of parameters you can put in several divided by comma or by semicolon
sadly theses parametersettings seems to be not always reliable
for some sorts of parameters there is exclusion missing
and again: limitation of categories (inclusion and exclusion) is missing
another way should be some smarty filter syntax in an custom_module instead of the module_menu
what "userfriendly" solution you have discovered?
[09:03]
Merbsterfabricius, adding 1 line of JS in look and feel that hides the menu. and in all pages that need it I include 1 line of JS to show it again.
So the menu is hidden and when the user enters a page that is set to show it. it will do it. Almost the same as page=somePage
[09:06]
fabriciusso the menu appears, when a page is active, that contains thi JS line [09:07]
MerbsterYes [09:07]
fabriciusI am more and more convinced to setup a special documentation area on doc.t.o for structuring Tiki websites
all this contextual menus, hide and show menus/modules, perspectives, areas etc.
[09:07]
Merbsterfabricius, It can be a daunting task to find all this information beacuse it is spread around. And when new with tiki it's hard having an overview of what Tiki as capable of [09:08]
fabriciusand for all these issues some grafical stuff, some pics, step by step HowTo etc.
I remember, when I started and after nearly 2 years, I still haven found all that what I needed then
for ex this category contextual menu
was mentioned a few times, but never found it
have an idea now
and the perspectives ... even much experienced Tiki users and admins fear to work with them and do not really understand for what it could be used
for many people here perspectives are kind of a mystery
that is not necessary
I am thinking about that since long time and I think, I have now nearly a concept for this part of documentation
remember how good the few lines of Luci yestarday have been
[09:09]
MerbsterAlot of the docs needs an overhaul :P [09:15]
fabriciusth doc revamp, yes
Rick is on that
[09:17]
MerbsterI am editing and improving docs as I try [09:18]
fabriciusrestructuring the docs
yes, we all should contirbute in that
[09:18]
***redflo has joined #tikiwiki [09:22]
Tiki|bot has joined #tikiwiki [09:28]
...... (idle for 25mn)
chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy
[09:53]
chibaguypolom [09:53]
coaboahi chibaguy [09:54]
chibaguyhi coaboa [09:54]
***arildb has quit IRC (Quit: Leaving) [10:08]
Tiki|botNew Forum Posts: Webdav and IIS - what configuration is required? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42201 [10:09]
***arildb has joined #tikiwiki [10:12]
rodrigo_sampaio has joined #tikiwiki [10:19]
olinuxx has joined #tikiwiki [10:24]
Caarrie|sleeping is now known as Caarrie|away [10:30]
Bernard1Ouin ! on a 6.p each time i submit an article i got a database error… how can i track such error ? [10:42]
MerbsterBernard1, make sure PHP error level is set correctly. maybe look at tiki-syslog.php (I don't know if failed DB queries are logged by default) [10:45]
Bernard1k [10:46]
MerbsterBut php error level set to strcit will show the DB erros at the bottom of tikis page in the "PHP errors" tab [10:46]
***Trebly has joined #tikiwiki [10:56]
Merbsterif($("#itemExist").length &gt; 0)
{
$("#editItemForm1").parents("td:first").hide();
}
else
{
alert("you suck");
} <- it HTML encodes my >
[11:03]
....... (idle for 30mn)
***chibaguy has quit IRC (Ping timeout: 258 seconds)
RobertPlummer has joined #tikiwiki
[11:33]
Bernard1Merbster: tks [11:34]
MerbsterBernard1, ? [11:34]
***ricks99 has joined #tikiwiki [11:35]
Bernard1Lost in space… tks for your comments about db error ! :)
hi Rick
nick /Bernard|Away
[11:35]
MerbsterBernard1, you solved the problem I take it? [11:36]
Bernard1arf [11:36]
***Bernard1 is now known as Bernard|Away [11:36]
ricks99polom [11:36]
Bernard|Awaynot yet got to run… Thursday is a stressful day in Israel ! :D [11:36]
MerbsterBernard|Away, lol. Well have a nice day!
ricks99, Good evening sir! :)
evening
maybe not
[11:36]
ricks99morning here :-) [11:37]
MerbsterI don't know what I'm thinking
it's afternoon here
[11:37]
RobertPlummerrisks99, you are on our side of the lake, right?
(US)
[11:37]
ricks99yup. NC [11:37]
RobertPlummerah yes, I remember now. [11:37]
MerbsterI still need to visit america [11:39]
RobertPlummerMerbster: You in Europe? [11:42]
MerbsterRobertPlummer, I am Danish yes. :) [11:42]
RobertPlummerMerbster: I've only been to the US, Caribbean, and Mexico, I'd like to visit Europe next. [11:43]
SJ-JayRobertPlummer, nothing really to see.. other then rain rain rain!
especially in DK
never had so much rain as this yeah
year
[11:44]
RobertPlummerSJ-Jay: WOw
Well, I guess the grass is always greener.
Does it get very hot there?
[11:44]
SJ-Jayjust kiddin'... u can always take a glance at our famous little mermaid..
oh wait.. no the chinese guys took it
:D
[11:45]
RobertPlummerHere, in the midwest, there is a 100 degree (Fahrenheit) difference in the winter vs the summer. [11:45]
ricks99plenty of rain so far this fall in NC (with more on the way) [11:46]
RobertPlummerlphuberdeau: You around?
chealer: How about you?
[11:51]
fabriciusMerbster: could I use the following code for a contextual menu?
Merbster: {if isset($objectCategoryIds) and in_array(2, $objectCategoryIds)} {menu id=43 css=y type=horiz}{else}{menu id=44 css=y type=horiz}{/if}
[11:54]
***Bernard|Away is now known as Bernard1 [11:55]
Bernard1"Sun is shining, the weather is sweet…" (Bob Marley) ;) [11:55]
Merbsterfabricius, the menues will change yes. but if you need to hide the menu entirely the border of the module will still be there
fabricius, Also you need to set "categories in templates"
[11:55]
fabriciusMerbster: If I use only single links to categorized landingpages in the topbar
Merbster: but it might be possible to show/hide the menu module with perspectives/areas
[11:56]
SJ-Jayricks99, we had more rain in July then we usually have i an entire year! [11:57]
fabriciusso with or without the perspective binder [11:57]
Merbsterfabricius, I am not sure. If you can categorize a module (or set it to only show in a specific perspective yes you can do that) [11:58]
fabriciusMerbster: best would be to have the module parameters show / hide in category (several devided by semicolon), what is not yet coded [11:59]
SJ-JayRobertPlummer, think it's the same in Denmark ;) [11:59]
Merbsterfabricius, you can show/hide module based on current perspective, it's ALMOST the same as category :P
since categories are bound to perspectives.
[11:59]
fabriciusMerbster: for this simple usecase perspective seems to be a usable workaround - BUT like shooting sparrows with am M16
Merbster: and to make it really working with perspectives you need the perspective binder - what is still a hack and not yet natively included in the code
[12:00]
Merbsterfabricius, I agree. :P but then there's the JS way or using page as menu plugin
fabricius, you could use the "page as menu plugin" and include ALL menues in that page.
and use smarty {if} to show the different modules
depending on $objectCategoryIds
[12:01]
fabriciusMerbster: I will try the category method and I will try the JS method - hope you'd give me a hand - in a few days
Merbster: then I think I have the necessary stuff to start the structuring documentation
[12:02]
Merbsterfabricius, the JS method has a side effect; ALL menues will show en 2-3 seconds before they are hidden
the page as menu probably won't have that side effect
[12:03]
fabriciusSo we get a few ways and combinations stacked together, how to structure Tiki in respect of navigation and visibility
included with the Areas - your perspective_binder it's gonna to become awesome
[12:05]
Bernard1ok found the edit-submit bug… The form require an author name and is not working when author is not registered and the field is filled manually (submission are open to anonymous). [12:07]
fabriciusjust needs to be put on one page [12:07]
Bernard1oups sry Torsten. :) [12:07]
fabriciusoups for what Bernard? :-P [12:07]
Bernard1i don't like when i jump in the middle of an ongoing discussion...
:)
[12:08]
fabriciushehe no problem - what you should do, if so many people have to sare the same room?
and I hope, that this discussion might be interesting for more people
and I think, most is said for now anyway
[12:09]
Bernard1Torsten, will you be here tomorrow ? I have to test the areas thing and decide between the options i got for a self creating menu.
(today i won;t have enought time)
[12:11]
fabriciusBernard, definitely NOT tomorrow and mostlikely not before saturday evening
But if you want to start before: I did describe everything step by step in a comment in the file
you can download the file here: http://dev.tiki.org/Areas
open in your editor and follow step by step
[12:14]
Bernard1great i'll do then, a important question does it work with the LST ? [12:16]
MerbsterBernard1, why are you using LTS? [12:16]
fabriciusin the file you need to change the base category Id (if it would not be the category with Id=1, what makes sense at a fresh installation)
AND you need to write your database credentials into the file in two lines (around line fiftysomething)
in one line all credentials, like localhost, dbname, dbusernam, password
and in one line only the dbname
[12:16]
Bernard1Merbster: part of my business is on intranet and off-line website. It is a pain to upgrade them so i stick to 6.x lts as i need extended support and have a few options in case of something is broken. [12:18]
fabriciusyou have to do changes/entries in three lines altogether
the an include in tiki-setup.php and some configuration in the Tiki admin panel
[12:18]
MerbsterBernard1, ok. so there's a service provider that gives support on LTS version of tiki? [12:19]
Bernard1yes, me :D [12:19]
fabriciusIf you did once before, tha setup will need just five minutes altogether [12:19]
MerbsterBernard1, I use tiki for intranet too. But I found out quite fast that Tiki stable gets bugfixes alot faster than LTS version. [12:19]
Bernard1yes but may be you are in site…. i'm not. And i require several authorizations before i can put a finger on a keyboard there… ^^
ok Torsten… but again did you test it with tw6.x ?
[12:20]
fabricius6.x and 7.x [12:22]
Bernard1cool [12:23]
MerbsterAny of you that is here now that knows jQuery? [12:36]
RobertPlummerMerbster: I've been developing with jQuery for sometime.
I wrote jQuery.sheet and jQuery.s5 and a few others. and use it regularly in tiki.
[12:37]
MerbsterRobertPlummer, http://jsfiddle.net/eJ79r/ <- I am trying to select the next link after the #itemExist input
Actually the href attribute value.
I am still new with JQ and I find the selectors mildly confusing at times :P
[12:38]
RobertPlummerUpdated
$(function() {
    var someCoolHr = $("#itemExist").next().find("a.tablename").attr("href");
    alert(someCoolHr);           
});
[12:39]
Merbsterbtw. just to clarify, under no circumstance would I use those var names in production code :P [12:41]
RobertPlummerlol [12:41]
MerbsterRobertPlummer, what's the point of being able to suppluy elements to .next if you need to do find on them anywas?
anyways*
RobertPlummer, another thing, why wrap it in an anonymous function?
Oh yes, another thing. THANK YOU RobertPlummer :)
[12:42]
RobertPlummerthe $(function() {}); probably isn't needed, but is the same as $(document).ready(function() {});
It is just good practice.
[12:45]
Merbsterok
RobertPlummer, Thank you for telling me, I _try_ to abide by good (best?) practices when I can
[12:46]
ricks99hmm... tiki 6.4 getting Fatal Error: Interface "Zend_Captcha_Adapter" not found..... and WSOD :-( [12:51]
MerbsterRobertPlummer, does global JS vars persist across postbacks? [12:51]
RobertPlummerfrom 1 page to another? [12:52]
Merbsterit's the same page [12:52]
RobertPlummerif it is an ajax postback, yes. [12:52]
Merbsteroh I don't know if it is [12:52]
RobertPlummer$.ajax() or $.post() or $.get() [12:52]
Merbsterit's nit
not*
then
[12:53]
RobertPlummerThen no, javascript life-cycle is page bound. [12:53]
MerbsterI am trying to make a nice page with a tracker and a trackerlist [12:53]
RobertPlummerYou need a server side component. [12:53]
Merbsterif the trackerlist has 1 item. the tracker should be hidden (always) [12:53]
RobertPlummerIf it a wiki page or php?
(html)
[12:54]
Merbsterwikipage [12:54]
RobertPlummerah [12:54]
Merbstertrhough JQ plugin [12:54]
RobertPlummerok [12:54]
Merbsterthen we have an "edit button link"
that supplies the itemId param
[12:54]
RobertPlummerhm... [12:54]
Merbsterso that the tracker entes edit mode (instead of entry mode) [12:54]
RobertPlummerSounds like you should build a plugin for what you are doing. [12:55]
MerbsterI have 7 days until deadline
no time
[12:55]
RobertPlummerlol, I think you could do it in much less if you did it in php. [12:55]
MerbsterRobertPlummer, But then we have a "custom" wiki. [12:56]
***lphuberdeau has quit IRC (Read error: Operation timed out) [12:56]
RobertPlummeraren't they all custom ;) [12:56]
MerbsterI need to learn hwo to do DB queries etc. all the "correct wiki way" [12:56]
RobertPlummerMerbster, use Tracker Query lib
$trkqrylib->tracker_query("Tracker Name"); and you have all the tracker data you need.
Manipulate at will
[12:56]
MerbsterRobertPlummer, I think I can manage with JQ plugin and pretty tracker :P [12:57]
RobertPlummerok [12:58]
MerbsterI haven't given up yet atleast [12:58]
RobertPlummerJust a suggestion, I know that it can be done in wiki what you want, it just seems like a lot of overhead. [12:58]
MerbsterRobertPlummer, I agree. but we're limited to around 100-150 users and if it doesn't scale well
I can optimize by using plugins
later
after I "finished" for the deadline
[12:58]
RobertPlummerMerbster: That sounds good. [13:00]
ricks99any help for rick's zend fatal error ^^^
pls
[13:01]
Merbsterricks99, I would love to help you but I have no clue as what's going on [13:01]
ricks99tx anyway merbster [13:02]
RobertPlummerrisks99 What is the problem? [13:03]
ricks9901tiki 6.4 getting Fatal Error: Interface "Zend_Captcha_Adapter" not found..... and WSOD 01 [13:03]
***lphuberdeau has joined #tikiwiki [13:04]
MerbsterRobertPlummer, Can JS fetch and set variables from $_REQUEST ? [13:04]
***prgmctan has joined #tikiwiki [13:04]
RobertPlummerMerbster: You should use json if you are going to do that. THere are plugins that allow you to do it, but none that I've used perfectly do it.
Merbster: You need a server side component.
[13:04]
MerbsterRobertPlummer, ok. [13:05]
RobertPlummerricks99: What options do you have on that could be leading to this?
Have you tried switching them off and on?
[13:05]
MerbsterRobertPlummer, the reason why you think the plugin way is better, is because there's no way to preserve state of the page when clicking the link that feeds the tracker with itemId [13:05]
ricks99@RobertPlummer: this is after an upgrade 6.2 -> 6.4
I can't get to any tiki page
[13:05]
RobertPlummerMerbster: It isn't always that, you can always find a way around that, it is when you are using things in a very custom way, it adds to complexity. Some things can be done much easier and with way fewer lines of code.
But it also ads to complexity when upgrading so I can see your point of view.
[13:07]
Merbsterexactly.
RobertPlummer, So. to preserve state of the page, I could write something like a smarty plugin (so that I have a server side component) ?
[13:08]
***changi|work has quit IRC (*.net *.split)
Sp4rKy has quit IRC (*.net *.split)
CIA-50 has quit IRC (*.net *.split)
goj has quit IRC (*.net *.split)
Sp4rKy has joined #tikiwiki
Sp4rKy has quit IRC (Changing host)
Sp4rKy has joined #tikiwiki
[13:09]
RobertPlummerSure [13:09]
MerbsterThe smarty plugin would simply take a json object containing state information. And it would load the json object on page load. [13:09]
***changi|work has joined #tikiwiki [13:09]
RobertPlummerMerbster: But you remember that tiki is community driven, if you have a good idea for a plugin, add it.
to core, and then it will be updated when you go to upgrade.
[13:09]
***goj has joined #tikiwiki [13:10]
RobertPlummerMerbster: But you may want to generalize it a bit. [13:10]
MerbsterRobertPlummer, ofcourse. I just haven't had the time to learn SVN properly yet [13:10]
RobertPlummerNo learning.
Merbster: You windows or linux?
[13:10]
MerbsterWindows [13:10]
RobertPlummerWe live in the age of gui, have a gui manage it.
TortoiseSVN, download NOW!
[13:10]
MerbsterRobertPlummer, I know tortoise SVN but getting familiar with it still takes time :P [13:11]
RobertPlummerDOwnload, install, checkout, mod, click update, add comment, done. [13:11]
ricks99if rick can svn on win, anyone can [13:11]
MerbsterYes
But I'm afraid I'll comit something nasty and ruin everything
:P
[13:11]
RobertPlummerMerbster: I used to think it was very complex, but seriosly, just install Tortoisesvn, it is VERY easy. [13:11]
fabriciusAnd for Linux "PySVN Workbench" might do the job similarly good [13:11]
RobertPlummerIf you can start you computer, you can use it. [13:11]
MerbsterOfcourse.
But it still takes 1 hour to sit down and tinker with it.
[13:11]
RobertPlummerfabricius: RabbitVCS I use with PySVN Workbench. [13:12]
MerbsterBut I have a plan of installing svn and using netbeans interface [13:12]
RobertPlummerMerbster: No it doesn't just download it, it is almost self explaining. [13:12]
Merbsterto have everything nicely integrated [13:12]
RobertPlummerMerbster: Tortoise adds contect menu integrtion.
Merbster: It is shell integrated.
right click on folder, click checkout, supply path, done.
[13:12]
MerbsterRobertPlummer, I know. actually it's allready installed. [13:13]
RobertPlummerMerbster: Then go ahead and create your plugin, and I will walk you through committing it later. [13:13]
fabriciusMerbster: even I understood it (the basic use) after I have been shown once in Strasbourg - you won t need even that [13:13]
MerbsterBut last time I used SVN /tortoise we where 4 IT engineer students that had trouble merging our code without overwriting something important :P [13:13]
RobertPlummerMerbster: Tortoise won't let you commit if you do it right if you haven't updated your code. [13:14]
fabriciusRobertPlummer: I do not know RabbitVCS [13:14]
RobertPlummerMerbster: Plus you are creating a new entity, nobody is going to mess with that.
fabricius: It is a tortoisesvn clone.
for svn and git
[13:14]
fabriciusaye [13:14]
MerbsterRobertPlummer, You make it sound like I don't even have a choice ;) [13:14]
RobertPlummerMerbster: Life is full of choices, I'm simply giving you the path of least resistance. [13:15]
fabriciusRobertPlummer: and why it would be better to use both tools together (Rabbit and Workbench)? [13:15]
RobertPlummerfabricius: lol, rabbit vcs is awesome....
when it works ;)
fabricius: it is just too new, and it is pretty slow.
[13:15]
fabriciusBut I need Workbench as technical base? [13:16]
***CIA-87 has joined #tikiwiki [13:16]
RobertPlummerfabricius: RabbitVCS gives full folder integration, it makes me lazy.
fabricius: Py takes 1-2 extra clicks that my fingers don't want to do ;)
fabricius: No they do the same thing, but one is a workbench, and the other is full nautilus integration.
or thundar
[13:16]
MerbsterRobertPlummer, yes ofc. I was just trying to be humouristic ;) [13:18]
chealerpolom [13:26]
MerbsterRobertPlummer, smarty pluign should be ok right? - it can be included from wikipages, artciles etc. as long as smarty security is disabled? [13:26]
RobertPlummerchealer: polom [13:26]
Merbster(no need for a fully fledged wiki plugin) [13:26]
RobertPlummerMerbster: Yea I wouldn't touch smarty, that is a big can of worms. [13:27]
MerbsterI don't wanna edit smarty code itself :P
Was more wondering if smarty plugin was ok. compared to wikiplugin
[13:27]
lphuberdeauyou can't include smarty plugins from wiki pages [13:29]
RobertPlummerlphuberdeau: Thanks, I didn't know on that one. [13:29]
Merbsterlphuberdeau, so I have to do a wikiplugin wrapper then [13:29]
lphuberdeauI don't know what you want to do, the log is too long for me to read [13:30]
Merbsterlphuberdeau, I need to persist page state across a postback [13:30]
lphuberdeauwhat? [13:30]
Merbsterlol
ok I take it from the top
I have a page with a tracker and a trackerlist, trackerlist has responsibility of showing items in the tracker.
I want to hide the tracker when there's 1 item in it
because users are not allowed to create more than one item.
When clicking an edit link, I want to show the tracker, in edit mode. (by passing itemId in the url)
But.
When I press the edit link
the JS that hides the tracker, is executed
So I need to indicate that I am in "editmode"
I thouhgt I could do that by adding a click handler on the edit link and setting editmode = 1
but since JS code ends its life when you do a postback that variable will be celared.
cleared*
lphuberdeau, So RobertPlummer suggested I needed a serverside part. To do that.
and that's where the smarty plugin came in.
[13:30]
lphuberdeauthat sounds too detailed for me to comment on [13:34]
MerbsterLet's just say I am testing the outer bounds of what tiki can do with it's own functionality these days.
:P
[13:35]
RobertPlummerMerbster: My solution wasen't to write a plugin based off that, there were other requirements that you spoke of, and it just sounded a bit more complex than what I'm used to with wikiplugins. [13:35]
MerbsterRobertPlummer, you suggested a serverside part. And I suggested maybe a smarty plugin (because I have written one of those allready) [13:36]
lphuberdeauI just don't get the issue of the edit form hiding
seems to me you're trying to patch over a navigation issue
[13:36]
RobertPlummeragreed [13:37]
Merbsterlphuberdeau, If I keep the tracker vat all times, I might be in the situation where the user will add an item, instead of editing the item [13:37]
lphuberdeauand you should be fixing the navigation issue [13:37]
Merbsterlphuberdeau, It would take me a week or more to figure out hwo to fix it properly and commit it back to tiki
and I have a deadline in 7 days
[13:37]
lphuberdeauwhat causes the limit of 1 item? [13:37]
Merbsterlphuberdeau, business rules.
we need to document what kind of contract has been agreed on a certain project.
but there's only 1 contract
[13:37]
***radek82 has joined #tikiwiki [13:39]
Merbsterand having a user add more than one will be confusing [13:39]
lphuberdeauI don't think I can help you without getting the full picture, and 7 days is too short for me to help anyway [13:39]
ricks99BTW: hope everyone saw that Tiki was added to the top 30 cms on cmsreport: http://cmsreport.com/blog/2011/10-new-content-management-systems-cms-focus [13:39]
RobertPlummerricks99: Woohoo! [13:40]
Merbsterlphuberdeau, getting the full picture how?
lphuberdeau, what else do you want to know?
[13:41]
lphuberdeauI don't see your problem
and it lies in details about your business I don't have
so I can't help
[13:41]
Merbsterlphuberdeau, problem is. the tracker should only contain 1 item
And we want users to only edit that one item
never ever add a new one
they should not even be able to add a new one
because they WILL do it. and then we have to give them support and tell them what they did wrong and they will hate the system
[13:42]
lphuberdeaudon't give them permission to create new items? [13:43]
Merbsterlphuberdeau, they need to create 1 item if the tracker is empty
actually the tracker can contains several items, but they have different categories, those categories are jailed in each of their own perspectives
in short, how would you build the UI so that it limits insertion of items to 1. ?
[13:43]
***Bernard1 has quit IRC (Quit: Leaving.) [13:50]
lphuberdeauricks99: we need to resolve some issue with the service provider list [13:50]
ricks99? [13:51]
lphuberdeauit's killing the server
the filter allows for too many options
[13:51]
changi|workricks99: hi
ricks99: did you see lph answer from our mysql problem on info.to with the consultant page
[13:51]
lphuberdeaufor the moment, could you live with only name, location and type as filters? [13:52]
changi|worklphuberdeau: thx [13:52]
ricks99i can live with it, but it makes the list un-useful for end users [13:52]
lphuberdeauwell, we don't have a gazillion consultants now [13:53]
ricks99i understand, do what needs to be done. it this a limitation / issue with trackers?
or did i build the consultant tracker incorrectly?
[13:53]
lphuberdeauwell, I think there are too many yes/no switches that could be better served with categories
but it's a limitation with trackerlist and one of the reason unified search was built
[13:54]
ricks99Hm... maybe you can rework it, so I can see what you mean. [13:55]
changi|workfor the record,it tack 400% of CPU for 5 minutes to get a result
s/tack/take
[13:55]
lphuberdeauactually, taking out name and username would help as well [13:56]
ricks99ricks99 thinks all fields are useful for searching, but if performance is an issue, feel free to streamline [13:56]
JyhemPolom [13:58]
***arildb has quit IRC (Read error: Connection reset by peer) [13:58]
changi|workricks99: there are no error when you select any everywhere, you can test switching all checkbox to no
ricks99: the query did not end
[14:01]
ricks99does it return an error, or simply poor performance? [14:01]
changi|worktake 10 minutes to get the result, when apache does not kill the connection [14:02]
ricks99so it is a performance issue... a problem with trackers in general? [14:03]
changi|workricks99: yes a performance issue, too much join in the query : | 7125 | info | doc.tikiwiki.org:53908 | infoto | Query | 153 | statistics | SELECT tti.*, ttif.`value`, ttf.`type`, sttif.`value` as `sortvalue` FROM ( `tiki_tracker_items` tti INNER JOIN `tiki_tracker_item_fields` ttif ON tti.`itemId` = ttif.`itemId` INNER JOIN `tiki_tracker_fields` ttf ON ttf.`fieldId` = ttif.`fieldId`) LEFT JOIN (`tiki_tracker_ite [14:03]
ricks99sounds like someone needs to fix trackers. ;-) [14:04]
lphuberdeauthis is not about fixing trackers, it's about making that part of them obsolete, far beyond repair
changi, made the change
[14:04]
ricks99ricks99 confused. [14:05]
changi|worklphuberdeau: you're the best
lphuberdeau: thx
[14:05]
ricks99is there something i need to do? or lph already did it? [14:05]
changi|workricks99: lph already did it [14:06]
lphuberdeauI removed most filters, which keeps the query manageable [14:06]
changi|workricks99: it is just that you are now informed that we made some change on the consultant page [14:06]
ricks99ok. but that's not a real solution [14:06]
lphuberdeausomething that could help is removing all the yes/no fields and turning them into a single, multi-select category field [14:06]
Jyhemcan we now all try it, to confirm that it doesn't crash ? :-) [14:06]
changi|workricks99: it's a workaround [14:06]
***Merbster has quit IRC (Quit: Leaving) [14:06]
changi|workJyhem: yes you can [14:06]
ricks99i agree a workaround. [14:07]
Jyhemurl ? [14:07]
changi|workinfo.tiki.org/Consultants [14:07]
ricks99@lph: could the fileds be converted? or a whole new field and manually moved? [14:07]
lphuberdeauyeah, requires a manual transition [14:07]
***Bernard1 has joined #tikiwiki
SJ-Jay has quit IRC (Read error: Connection reset by peer)
[14:07]
changi|workchangi|work Community Server thank you for the recent changes. [14:08]
RobertPlummerlphuberdeau, ricks99: I would love to see those huge queries migrate to tracker query lib so we can make it better for 8, and then when we refactor how trackers storage, it will be cake. [14:10]
changi|workricks99: when do you want to switch info.to to 7.x ? [14:10]
lphuberdeauI think it would improve usability as well... no more, Do you offer X? Do you offer Y?... just a Services you offer with checkboxes [14:10]
ricks99+1
but note that info in on lts -- not tiki7
[14:10]
lphuberdeaurobert, unified search can already handle that query just fine [14:10]
changi|workricks99: that the point :) [14:11]
RobertPlummerlphuberdeau: Is unified search how we plan on storing trackers? [14:11]
chealerchangi|work: I think the plan is never [14:11]
lphuberdeaubut in the mean time, categories would be a lesser evil [14:11]
changi|workchealer: hi
chealer: ok
[14:11]
chealerhey :-) [14:11]
JyhemJyhem confirms info.tiki.org/Consultants looks fine and fast [14:11]
ricks99ricks99 still thinks that we need at least 1 high-volume site to stay on LTS [14:11]
lphuberdeaurobert, not storing, indexing [14:11]
RobertPlummerlphuberdeau: My solution is for storage, not about which can handle it. [14:12]
changi|workricks99: no problem :) [14:12]
lphuberdeaustorage is not an issue here [14:12]
ricks99I'll look at re-vamping the consultants tracker to use categories instead of separate y/n fields. [14:12]
RobertPlummerlphuberdeau: Trackers are the issue with all those joins, those joins are there because of how trackers are stored, storage is the issue. [14:12]
ricks99Tx lph & changi [14:13]
lphuberdeauwell, partially, but storage does not need to change to resolve the issue [14:13]
JyhemJyhem agrees with ricks99 : we need a high profile site on LTS [14:13]
changi|worklphuberdeau: i think unified search would be the solution for those query too [14:13]
RobertPlummerlphuberdeau: But it is on the map, and it will resole the issue, it was only a suggestion.
Or a wish ;)
[14:13]
..... (idle for 20mn)
***arildb has joined #tikiwiki
ricks99 has quit IRC (Quit: Get the best-selling Tiki books (paperback and ebook) at http://www.lulu.com/spotlight/ricks99)
CodyG has joined #tikiwiki
[14:35]
CodyGpolom all [14:41]
***nkoth|nelson has joined #tikiwiki
olinuxx has quit IRC (Quit: Ex-Chat)
[14:42]
arildbBernard1 are you here? [14:47]
RobertPlummerCodyG: polom [14:47]
CodyGre: my still not working group contact form. This should work on 7.1, yes? {MAIL(showgroupdd="y", group="Admins")}{MAIL} [14:47]
Tiki|botNew Forum Posts: Left vertical menu not showing new features? - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=42202 [14:47]
CodyGand a good morning to you too robert
;)
i'm looking for a solution
i'm surprised i can't get this to work. {MAIL(showgroupdd="y",showuserdd="n",showrealnamedd="n", group="Admins")}{MAIL}... maybe it's a bug?
[14:47]
RobertPlummerCodyG: I've never used the mail plugin. [14:51]
CodyGoh [14:51]
Bernard1arildb: yeap ! [14:52]
arildbBernard1: I guess you send the email: Db upgrade with new stable versions and during development [14:52]
CodyGi was thinking of using a tracker solution [14:53]
arildbBernard1: I was just wondering which OS you are running, and if you are running MySQL in strict mode or not. [14:54]
CodyGnot sure i can get the permissions right... ie: users in group a send 1 private message to all users in groupb. "Send Message to Strata Council"
tracker permissions
do you use trackers robert?
[14:54]
Bernard1arildb: not sure about the email you talk about but my server is Debian/Apache2 [14:56]
arildbBernard1: Send by Bernard TREMBLAY...maybe that's another Bernard? [14:57]
Bernard1arildb: yes another one. :) [14:58]
arildbBernard1: OK [14:58]
RobertPlummerCodyG: Yes I use trackers, sorry. [14:59]
CodyGit's almost 8am here. i'm going to take stella for a walk. bbl. [14:59]
RobertPlummerCodyG: I wrote Tracker Query Lib [14:59]
CodyGsheesh
i'm back
ok ... i'm started this tracker for "Send Message to Council". Tracker is actually a better solution than MAIL}. But I don't know if i can finish it because of permissions.
owner(user) needs to send a message to group(council) without being able to view all the other owners (users) messages to council.
whew.
i'd rather use a tracker. but i doubt this permissions thing is doable. is it?
if it i'll go back to working on the tracker i started
<<<< needs a new keyboard.
is there tiki speak for "frustrating?"
i think i will take stella for her walk.
bbl.
[14:59]
RobertPlummerok [15:07]
***Tiki|bot0 has joined #tikiwiki
Merbster has joined #tikiwiki
CIA-87 has quit IRC (*.net *.split)
goj has quit IRC (*.net *.split)
lphuberdeau has quit IRC (*.net *.split)
Tiki|bot has quit IRC (*.net *.split)
Tiki|bot0 is now known as Tiki|bot
[15:15]
MerbsterHi everyone
RobertPlummer, regarding the tracker stuff we were talking about, after considdering the situation on my way home from work I think you are right regarding the plugin.
[15:18]
***CIA-12 has joined #tikiwiki [15:19]
RobertPlummerMerbster: polom [15:19]
MerbsterRobertPlummer, I mean you are right regarding to writing a wikiplugin instead of trying to work magic [15:19]
RobertPlummerMerbster: Yea, and once you become familiar with it, we will gain another useful developer ;) [15:19]
MerbsterRobertPlummer, but it made me think, trackers allready take an itemId and go into "edit mode" like that. [15:20]
RobertPlummerMerbster: right [15:20]
Merbsterso what's needed is to figure out the right itemId depending on the current page's category. [15:20]
RobertPlummer:) looks like you are on your way. [15:21]
MerbsterWe're automatically creating Wiki pages in Tiki with an integration script an external consultant wrote.
I am thinking that maybe it's easier to do the "resolving of ids" during the creation process
Create Wikipage, set categories on this page, create tracker item with correct category fitting the page. and "voila" it will always end up in edit mode
[15:21]
RobertPlummerMerbster: What verison of Tiki are you on? [15:23]
Merbster7.1 [15:23]
***goj has joined #tikiwiki [15:23]
Merbsterwe allready looked into datachannels but the consultant said they had some limitations in regard to our usecase [15:23]
RobertPlummerMerbster: You could easily use tracker query lib for what you want to do. [15:24]
Merbster(I have not checked what datachannels can by myself) [15:24]
RobertPlummerAt least obtaining the right data, saving would need to be handled elsewhere. [15:24]
MerbsterRobertPlummer, Yes because the category ID of the page and the tracker item will be the same.
RobertPlummer, I am only using trackerlist as a work around, using tracker directly as both "view" and "edit" will actually make it work better I think
[15:24]
RobertPlummervery good! [15:25]
...... (idle for 29mn)
CIA-12tikiwiki: 03sylvieg * r37042 10/trunk/lib/ (setup/javascript.php tiki-js.js): [FIX]textarea: use the default fgal Id when browsing area for File ID [15:54]
.... (idle for 15mn)
sylviegdo we have a tool that transfers the wiki images from wiki_up to a fgal? [16:09]
RobertPlummersylvieg: WHat is wiki_up? [16:10]
sylviegit was directory where in the old days the page loaded in a wiki page were loaded [16:10]
changi|worksylvieg: would be very usefull
especially for dev /doc / info
:)
[16:11]
sylviegon my list ;-) [16:11]
changi|worksylvieg: same for tracker file :) [16:12]
RobertPlummerAre you guys talking about moving files from image gal to file gal? [16:12]
sylviegno from the img/wiki_up dir to a fgal [16:12]
changi|workRobertPlummer: that's another issue :) [16:13]
RobertPlummerI have created such a system, it isn't very difficult to do. [16:13]
***changi|work is now known as changi|hsh [16:15]
sylviegRobertPlummer: Thx I will probably use it for my purpose [16:15]
Bernard1+1 on a script to move Gimages->Gfiles [16:21]
CIA-12tikiwiki: 03chealer * r37043 10/trunk/lib/categories/categlib.php: [REF] getSortedSubTreeNodes(): pass $categories by reference [16:24]
fabriciushmmm knock knock [16:26]
RobertPlummerwho's there? [16:27]
fabriciusis anybody familiar with the newsletter?
I want to include a picture
but it is not shown in the recieved e-mail
just the word "image"
[16:27]
RobertPlummeris the path right from the email's point of view?
Is it showing the "alt" attribute from the tag?
[16:28]
fabriciusI am not sure how the path must look like [16:30]
RobertPlummerhttp://www.mywebsite.com/path_to_photo.jpg [16:31]
fabriciusI do not understand, sorry [16:32]
RobertPlummerARe you using wikiplugin img?
Or are you using html?
[16:33]
fabriciusWYSIWYG [16:35]
Bernard1Torsten, i put this at the top of my newsletter :
<base href="http://www.domaine.com">
<link rel="stylesheet" href="http://www.domaine.com/styles/xxxxx/newsletter.css" type="text/css">
[16:35]
fabriciushttp://example.com/tiki-download_file.php?fileId=1 I get all the time [16:36]
Bernard1(and i don't use wysiwyg for it) :)
sylvieg: didn't you take care about maketoc and newsletter ?
[16:36]
sylviegI did not have time yet
sorry
[16:39]
Bernard1np i just though it was done. [16:40]
fabriciusnot working
maybe a certainlinkformat to the picture?
[16:41]
Bernard1... [16:41]
***dontpanic has quit IRC (Quit: Leaving) [16:42]
CIA-12tikiwiki: 03lphuberdeau * r37044 10/trunk/ (4 files in 4 dirs): [MOD] Moving import [16:43]
fabriciusI need to save the picture in a folder, than it works
I can use the logo in the root
but how to use a picture from the filegallery?
[16:43]
Bernard1may be you should use files galleryId= [16:44]
***Wilkins has quit IRC (Ping timeout: 260 seconds)
redflo has left
[16:45]
sylviegfabricius: dl12&display for example [16:51]
RobertPlummersylvieg: Beat me to it. [16:51]
sylviegyou need the param display to the tiki-download_file.php [16:51]
fabriciusOk sylvieg
sylvieg: all not working
image is visible before I send andnot in the recieved email
[16:54]
sylviegah in the mail....
you need a baseref probably as Bernard1 ex[plained
[16:58]
fabriciusI always try also with http://mywebsite.com/someparameters-or-path-or-both [17:00]
***Merbster has quit IRC (Ping timeout: 258 seconds)
lphuberdeau has joined #tikiwiki
[17:03]
RobertPlummer has quit IRC (Ping timeout: 260 seconds) [17:14]
RobertPlummer has joined #tikiwiki [17:26]
CIA-12tikiwiki: 03chealer * r37045 10/trunk/ (4 files in 4 dirs):
tikiwiki: [REF] listCategs(): Rather than changing categpath elements, add a new relativePathString element to avoid confusion.
tikiwiki: Note: I may have missed changing a few usages of the relative path, causing longer paths.
[17:30]
***lphuberdeau has quit IRC (Read error: Connection reset by peer) [17:44]
sylviegWhat is the name of the tool louis philippe wrote to maintain tiki sites as distance (via ftp or ssh)?
found it trim
[17:53]
***RobertPlummer has quit IRC (Ping timeout: 260 seconds) [17:55]
CIA-12tikiwiki: 03chealer * r37046 10/trunk/lib/categories/categlib.php:
tikiwiki: [REF] CategLib: remove get_category_info()
tikiwiki: Note: this was unused, but if filtering with several categories is needed, please allow it by extending the $filter argument of getCategories()
[17:56]
nkoth|nelsondoes anyone know if the search ValueFormatter cannot work on arrays? [18:05]
***_qP has joined #tikiwiki
radek82 has quit IRC (Ping timeout: 258 seconds)
RobertPlummer has joined #tikiwiki
[18:06]
garypp has joined #tikiwiki
Warkster has quit IRC (Read error: Connection reset by peer)
[18:19]
garypp has quit IRC (Quit: garypp) [18:32]
CIA-12tikiwiki: 03chealer * r37047 10/trunk/lib/categories/categlib.php: [REF] CategLib: use TikiLib::lib() [18:36]
tikiwiki: 03chealer * r37048 10/trunk/lib/ (articles/artlib.php categories/categlib.php):
tikiwiki: [REF] Fold CategLib->approve_submission() into ArtLib->approve_submission().
tikiwiki: Note: Unclear why this was separate except for the link with tiki_objects, probably an old assumption now broken. Untested.
[18:41]
tikiwiki: 03mlustenberg * r37049 10/trunk/lib/wiki/editlib.php: [ENH] EditLib::processInlineTag() Modifications to prepare the code for the processing of <span> that produces wiki inline tags. [18:46]
***nick has joined #tikiwiki [18:51]
nickhi all [18:51]
***nick is now known as Guest4784 [18:51]
Guest4784does anyone know how to create a plugin with variable number of parameters? [18:52]
***changi|hsh is now known as changi [18:53]
changiGuest4784: an example ? [18:54]
Guest4784i want to create a plugin where some text items can be entered. the number depends on one of the other parameters.
so i could just estimate a reasonable maximum, but.....
this is not too nice.
[18:55]
changisorry no idea [18:57]
Guest4784ok, thx. [18:58]
CIA-12tikiwiki: 03chealer * r37050 10/trunk/lib/comments/commentslib.php: [REF]Comments: remove outdated comment in lock_object_thread() [18:58]
Guest4784Is RobertPlummer listening? [19:00]
RobertPlummerGuest4784: I'm here
let me look at the log....
[19:00]
Guest4784Hi, just another question. [19:00]
RobertPlummerGuest4784: ok, go ahead [19:00]
Guest4784I tried to utilize the new Parser.... [19:01]
RobertPlummerGuest4784: lol, yea.
Guest4784: If there are any errors in your wiki syntax it will blow up.
[19:01]
Guest4784but got some unexpected results.... [19:01]
RobertPlummerGuest4784: They were?
Guest4784: Some things like If and group may not work right.
[19:01]
Guest4784my question: what is the state of the parser? [19:02]
RobertPlummerGuest4784: Experimental, it needs a bit more tlc. [19:02]
Guest4784I entered problems with numbered headings...Headings at all, and some other basic syntax. [19:02]
RobertPlummerGuest4784: It is a proof of concept that just got past poc. The next step is to make it stable. [19:02]
Guest4784ok. [19:03]
RobertPlummerGuest4784: #tags don't work yet, what were your problems with headings?
!Heading?
[19:03]
Guest4784one thing that i want to do (when it is stable :) : create an own generator, i found no way to extend the parser, did i miss any great feature? [19:04]
***changi is now known as changi|pause [19:04]
Guest4784!Heading in deed, and !!Heading when no newline follows... [19:05]
RobertPlummerGuest4784: Yea, those are known bugs and will be addresses soon. [19:05]
Guest4784fine. [19:05]
RobertPlummerGuest4784: The big thing about it is that it will let you create your own syntax.
Guest4784: If you want to look into it, it is based around Jison, which is a Bison clone.
Jison make lexing and parsing very easy with languages.
To extend it, you'd need to download jison to get started.
jison is not included in tiki, just the outputs from it.
[19:05]
***fabricius has quit IRC (Remote host closed the connection) [19:08]
CIA-12tikiwiki: 03mlustenberg * r37051 10/trunk/lib/ (3 files in 2 dirs):
tikiwiki: [FIX] EditLib::parseToWiki() Line break handling of bold and italic text
tikiwiki: fixed for <span style="font-style:italic">
tikiwiki: fixed for <span style="font-weight:bold">
[19:08]
Guest4784the thing is, i wanted to not generate HTML but anything else, so i hoped i can simply replace or better extend the parserlib class. [19:09]
***rodrigo_sampaio has quit IRC (Quit: Leaving.) [19:09]
RobertPlummerGuest4784: Yea, infact take a look at the directory.
There is a file in there, called WikiParser.jison
It is the language.
You mod that, and run it through jison, and your are done.
I'd love to get some help on it ;)
[19:12]
CIA-12tikiwiki: 03mlustenberg * r37052 10/trunk/lib/test/editlib/EditLibTest.php: [ENH] More tests for EditLib [19:13]
Guest4784ok, i will have a look at it and hope my 15 years unused flex/bison skills will help a bit :-) thanks [19:15]
RobertPlummer, did you tranlate the jison output to PHP by hand? [19:23]
CIA-12tikiwiki: 03mlustenberg * r37053 10/trunk/lib/ (test/editlib/ParseToWiki_CharacterTest.php wiki/editlib.php): [FIX] EditLib::parseToWiki() Handling of line breaks within underlined/strikethrough text.
tikiwiki: 03chealer * r37054 10/trunk/lib/ (6 files in 6 dirs):
tikiwiki: [REF] declare map_object_type_to_permission() as static.
tikiwiki: [REF] move map_object_type_to_permission() away from CategLib. moved it to ObjectLib.
[19:23]
***rodrigo_sampaio has joined #tikiwiki [19:25]
Guest4784bye all [19:30]
***Guest4784 has quit IRC (Quit: Page closed) [19:30]
lphuberdeau has joined #tikiwiki
lphuberdeau has quit IRC (Ping timeout: 260 seconds)
[19:42]
.... (idle for 15mn)
fabricius has joined #tikiwiki [20:01]
.... (idle for 15mn)
CodyG has left [20:16]
....... (idle for 34mn)
CIA-12tikiwiki: 03chealer * r37055 10/trunk/lib/categories/categlib.php:
tikiwiki: [REF] CategLib:
tikiwiki: getCategories(): cache and return descendants. Cache roots.
tikiwiki: get_category_descendants(): Optimize using caches and document.
[20:50]
tikiwiki: 03chealer * r37056 10/trunk/lib/categories/categlib.php: [REF] CategLib: somewhat document findRoots() [21:00]
tikiwiki: 03chealer * r37057 10/trunk/lib/categories/categlib.php: [REF] CategLib: implement "descendants" filter type for getCategories() [21:08]
........ (idle for 39mn)
tikiwiki: 03chealer * r37058 10/trunk/lib/categories/categlib.php:
tikiwiki: [FIX] getCategories(): only children in descendants element (oops)
tikiwiki: [REF] list_categs(): use getCategories() $filter (I will miss the previous code)
tikiwiki: 03nkoth * r37059 10/trunk/tiki-register.php: [FIX] User tracker not preserving the user in the tracker
[21:47]
***RobertPlummer has quit IRC (Ping timeout: 260 seconds) [21:51]
_qP has quit IRC (Quit: Leaving)
arildb has quit IRC (Read error: Connection reset by peer)
arildb has joined #tikiwiki
[21:56]
prgmctan has quit IRC (Ping timeout: 258 seconds) [22:06]
......... (idle for 42mn)
CIA-12tikiwiki: 03nkoth * r37060 10/trunk/templates/admin/include_login.tpl: [FIX] set value of passcode keeps disappering each time page loads [22:48]
.... (idle for 18mn)
***arildb_ has joined #tikiwiki
arildb has quit IRC (Read error: Connection reset by peer)
arildb_ has quit IRC (Client Quit)
[23:06]
RobertPlummer has joined #tikiwiki
RobertPlummer has left
rodrigo_sampaio has quit IRC (Quit: Leaving.)
[23:18]
nkoth|nelsondoes anyone understand the new events system? [23:34]
sylviegwho wrote it? [23:35]
nkoth|nelsonlphuberdeau I will ask him later,
ok, this works.
[23:36]
CIA-12tikiwiki: 03nkoth * r37061 10/trunk/lib/setup/events.php: [FIX] Language should be updated for trackeritem even on creation, not just update [23:39]
tikiwiki: 03nkoth * r37062 10/trunk/ (4 files in 4 dirs):
tikiwiki: [NEW] Allow syncing of user tracker item language to user system lang. I know
tikiwiki: there is a preference field but that does not update the tracker item lang and
tikiwiki: there is another use case where the preference field is better, for example,
tikiwiki: multilingual user profiles where there is one tracker item for multiple lang
tikiwiki: user information
[23:45]
***RobertPlummer has joined #tikiwiki
RobertPlummer has left
[23:46]

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