it's not easy to preview... preview profile (or apply temporarily) is not implemented part of the feature yet (there might be something in works in the development trunk tho) Ok, just wondering. Thanks for your input u can only review the profile YAML code "manually" Yea, I see that, but it doesn't mean a whole lot to me really. some profiles has more to add in the descriptions and comments in the wiki pages I'm a sys admin, setting up this to track our facility deployments out of necessity but some profiles are just plain "undocumented" YAML I suppose I'll resort to just doing it. Such is life in the world of open source. :D :) did u try apply the Pretty Tracker nested demo ? profile i don't know exactly what u mean by company deployment but ... Basically, I am making a form to track networking and site information. Because it's usually a mess when everyone talks and no one writes anything down. "Do they have their own wireless?" is a question I am tired of scrambling to answer. Among others. Anyway, I'll check out Pretty Tracker http://profiles.tiki.org/tiki-index.php?page=Pretty_Tracker_Nested_Demo Can't say I know what to do with this page. But thanks again anyway the link is just to review to apply go to Admin > Profiles and look for its name wb marclaporte how do u feel ? any better ? better, but still not well k, step by step :) :-) New Forum Posts: tiki keeps auto-generating unwanted new homepages - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40850 New Forum Posts: How to create RSS feed for a single wiki page? - https://tiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=40848 New Forum Posts: Structure menu behind content.. - https://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=40845 New Forum Posts: tiki keeps auto-generating unwanted new homepages - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40850 New Forum Posts: How to create RSS feed for a single wiki page? - http://tiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=40848 New Forum Posts: Structure menu behind content.. - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=40845 tikiwiki: 03pkdille * r33572 10/trunk/ (19 files in 10 dirs): CSS - Remove some multiple style definitions on one line (seen on quality.tiki.org) tikiwiki: 03changi67 * r33573 10/trunk/lib/ajax/ajaxlib.php: Opening brace of a class must be on the line after the definition - quality.tiki.org polom y'all Hi, I have know a server which is able to deliver a 7x page (loaded with calendars) in 10 to 15s. so I can show a development before commit and the sources into the exprerimental branch. I will send the address after last test (auth limited) hi Trebly - did you get your conflicts sorted out? i'm really sort of time this week (for a change!) - why not commit to the experimental branch and i'll have a look? polom 10 to 15s is pretty lot yes, i was wondering if that's a problem or solution... i've seen worse (and better) polom luciash jonnyb: yup, happy after noon don't say scary things like that - still need more coffee (internal timezone somewhere mid-atlantic) :) :D jonnyb: after coffee - got a q on u: i experience content loss in wysiwyg editor when i switch the tab to set category and go back to the first tab in 6.2 - is it known issue to u ? chrome browser New Forum Posts: Pb affichage sous menu de structure - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=40860 re no, not spotted that at all luciash although there are quite a few issues still with cke - sadly no time/budget to look at them at the mo first i thought it happens only with autosave, but then i switched autosave off and it did it again... so my only workaround now is to switch off tabs feature globally bizarre only in chrome? i will re-check in FF checking safari here anything in particular to look for? (total content loss you mean?) seems fine here yes. i have one page saved in wysiwyg when i re-edit and switch to another tab and back, the content in the wysiwyg area is gone coo, not nice added to list - is this 6.x only? no idea, i tested in 6 so far did u reproduce ? wanna check on my site ? sorry - deadlines New Forum Posts: Fatal Error: Net_LDAP2 - http://tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=40863 jonnyb: FF does the same jonnyb: the Wysiwyg profile was applied btw, if that matters jonnyb: and btw, can we remove the development notice yet ? doesn't sound like it... :( ok (i mean the development notice which appears on editing page if i disable some feature which is needed for the Wysiwyg profile) well, those features are needed to get wysiwyg to work properly tikiwiki: 03pkdille * r33574 10/trunk/styles/coelesce.css: fix commented section lphuberdeau: how do I do not to have 'A and B' not interpreted as a AND query in unified search? how would you want it to be interpreted? lphuberdeau: why is autosave needed to make wysiwyg work properly ? to look for a and string.. it is only I want to document the syntax.. luciash: I have no clue, but that profile contains flags that make wysiwyg work, removing stuff may cause trouble all of the syntax is documented in tests wysiwyg uses autosave to process plugins and to switch to and from source view ok I can do a "and" tester and on dev.tiki.org/Unified+Search (although someone stroke out the OR matching, which is not true/implemented) thx - yes who stroke out OR? I agree it is wrong probably marc jonnyb: ah, tks lib/test/core/Search/Expr/ParserTest.php lphuberdeau: also I put the boost on title, etc.. that is not well implemented - need to be on object basis - but I can not have it works as it is now? Is the boost redefined somewhere? what do you mean? right now, there is no weighting on anything I will do, but it's easier to have first an url to look at the result and commit to the exprerimental branch to see what I have done. I am not completely ready, this because during three month I had near 140s to generate a page which made the development very slow (I got 10 factor). During this time a lot of files concerned by my changes have been modified and the merges crashes my work (particularly css and tpl). I am looking for the way to change the merge into a conflict if files are css or tpl. Simultaneously I test Eclipse with aptana (as plugin) using the server as development platform. This takes time, it was the priority and I need to use my server while before I was using my portable till 5.2. I want to boost the title for instance to have a term in a title more important thatn a term in a content it's not "now well implemented", it's "not implemented" so I added in Lucene.php fieldBoost but before I implement it correctly I need to have it works the main issue you will run into is that a normal search does not actually search in the title field ahaha... my test seems to search on title (name og a page) it searches in the 'contents' field, which is aggregated at index time and contains the title in there :-( I did not see thath the default behavior of searching all fields in the lucene implementation caused major timeouts however, the fieldboost still has a use to nullify the ranking provided by permissions matched So you use it? have not seen the code, but something like that was needed, just ran out of time so is it possible to implement a boosting on page name for instance? it's query-dependent query? it should be in the index well, if you boost the title field but not search on it, you have an issue Are there any plans to integrate flattr buttons to tiki? so you need to adapt your query for something to happen ripero: no plans afaik lphuberdeau: ok, thanks if content page and page name have been indexed separetly - no need for the query to know soemthing (sorry for the interruption) as I said, a normal query will not hit all fields thus not consider many of them I did not find out slow down when indexing multiple fields if the fields are not stored in lucene perhaps I can reintroduce this notion? hte searching on all fields is slow, not the indexing http://blog.lphuberdeau.com/wordpress/2010/12/sensible-defaults/ but the boost on a title improves a lot a search going from searching all fields to searching content in an aggregating, I went from timeout after 60 seconds to subsecond results on my 5000 files Indexing and search was acceptable ... do you have the amount of fields indexed in the unified search? perhaps 1/4 slower that yours only you can search in title as well if you want to, but you need to build your search query accordingly to specify you really want that field handled independentlyl then your weighting will be considered I do not want the search independently. I want to have a document with A as title returns before a document with A as the data (query in contents) or (query in title), single search query that will affect your weighting effectively, it does not affect results, but when it goes to the ranking phase, it will give additional weight to words in title if you ask it to Search_Query is where the expressions get built from meh... trackerfilter plugin really needs a lot of work I think not sure I understand all it does don't expect anyone does lphuberdeau text filters seem to work however date filtering fails but marc mentioned that might have failed before yes, i never got dates to work properly in trackers ah, that's one got a quick way to check drop lists? if those work, I would leave it as-is for now think i have a trackerfilter test page on my trunk here... made some changes yesterday, but text searching still worked afterwards sylvieg: if you want to, I can handle the term boosting and query building, it was on my list anyway and it does not require too much work do you plan to do as 2 queries title:A and A the index will not be modified so yes (title:A or A) actually title:A being a natural subset of A, this does not affect the filtering lphuberdeau: the trackerfilter dropdowns still work for me on r33574 jonnyb: awesome, if you look at the code, you might understand why I am surprised hoping to get back to trackers soon - tomorrow probably/hopefully well, I might be done until there are bug reports I cleaned out the leftovers and transitional stuff yesterday yes, saw that (filenames only) probably worth doing a mail to devels to ask for feedback New Forum Posts: Moving Three Tikis to One - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=40866 Hey fellas. I can't seem to figure out how to go about installing Pretty Tracker. Little help? http://doc.tiki.org/pretty+tracker whats the issue? might also be helpful: http://twessentials.keycontent.org/Creating+Pretty+Trackers I don't even know where to begin. That doc page seems to cover what it can do, not how to get it on my deployment of TikiWiki Or maybe I'm thoroughly missing somehting do u have a tracker? Yes. this primer may help http://twessentials.keycontent.org/Creating+Pretty+Trackers Ah, so it's just extra parameters for [trackerlist] then? Ok, I'm kinda getting it. I so very much hate programming. yest, that's one example with trackerlist ricks99, Thanks for your help. you're welcome polom I send you a mail with ref for login on my share for SQL of fr site New Forum Posts: How to Make Forum Replies Indent - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40867 tikiwiki: 03chealer * r33575 10/trunk/lib/smarty_tiki/function.icon.php: [FIX] Smarty icon function: wrong icon tooltips in some cases. cache per language as tra() varies depending on it (r15336 regression) I don't find where the attributes of the module "menu" can be set ? (I had for test sometime ago add the icons option, I don't find how to change the aspect of the whole menu) Trebly: on tiki-admin_menus.php? or tiki-admin.php?page=general&cookietab=3 maybe? Hello All: Looking for pointersto the right resources. Two problems (hopefuly not related). 1. Simple Scripts will not upgrade me. wiki thinks it's V6.1. Script says V5.1, no can do. I'll do what I can to manually upgrade but I don't have root on the shared server. (Bluehost) 2. Site default login page identifies as a 32-digit hex number (e.g., "06bfd54091f945963455a93a76ff4240") which creates a new page with that GUID value. Thanks in advance. ~Raevn Hello All: Looking for pointers to the right resources. Two problems (hopefuly not related). did you update manually at some point? I think this would be a question for the simplescripts support otherwise No. Upgraded V5.1 to V6.1 in one jump back in Jan I don't know how they keep track of the updates DID, however add the really cool WYSIWYG editor from V6.x so things might be mixed up ah, right Raevn: the long hex pagename is a bug (adding to list) Nor do I and it's SimpleScripts that's likely the problem- not something I can expect help for. you should be able to perform the upgrade manually you don't need very high privileges to get tiki to run Thanks JonnyB, that's good to hear. that list is getting a bit long now... :P Thanks LPHuberdeaux, I'll break out my*nix training wheels and go for it. I suppose it means I'm manual upgrades forever after :P essentially, it's just about extracting the incremental update files in the tiki directory and running the installer for any database patch So, I go get the 6.2 version. Drop it all into the tiki folder let it replace as needed and then go run the installer again. OK, I'll be back when I lose track of the installer URL: Thanks. ...backup, sprinkle, stir vigorously, bake for one installation cycle and voila! New Forum Posts: Rename "Register" to "Subscribe" - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40870