It's exactly what I was thinking, but before I verify if something has been by somebody before. So I will collect data about plugins. This table could be after the ref for dev and documentation. For dev the actual problem is the WISIWYG and the way to hold the plugins in CK(editor) mode with converters to and from wiki syntax, and why not HTML-JS-Ajax extensions hold in full HTML... You should make it a plugin {PLUGINHELP()}{PLUGINHELP} :) It would be very useful. Ok Because of my current job, I will need between two and three weeks Trebly: It should only take a few hours to get it running, no? I have the idea : 1- to collect the full list and syntax and descriptions 2- To define a useful typology (not very long, the main is : which plugin can be full run on local machine and which ones needs to get data from server). Others criteria which could be used in editor to select plugins into lists 3- Hold versionning 4- To define good outputs in several situations and calls : Doc for a group, display in Pages (plugin), Help (pop), Full Help (pop) Keep one only data source. Hold I18 international translation No no no. Just auto load the plugins into a table. scan the directory, then scan each plugin definition. Have it done in 2 hours/. Everything is already tr("");'d for you. The plugin will do the rest. (plugin for translations) OK, but I will not be able to spend this little time not before one full week Trebly: are you interested in having a contractor do it for you? No, I am not an end user, even I develop typical applications for test. I began to study in detail code of tiki two years ago. After I have developped some projects and define 14th enhancements projects on 6.1 to 6.3 which should be commit during last year. Because of hardware problems and health (accident) I could not. I begin to go back and participate, check what became my... ...projects in 7.x and trunk. In another way I am intered, because I had developped by the past tag languages, in the WYSIWYG with plugins, I have ideas about. For the moment I follow the [tiki-dev] without writing.My first action will be to define a typology about the way to manage the plugins. I am waiting that the level of Tiki should correspond to the applications that I want to put operational stage. polom Is there some syntax that would allow me to expand the tikiwiki server's host name in a wiki document? I thought I'd found it but it turned out that it was "twiki" - not "tikiwiki" e.g. %HTTP_HOST% ( ^^^^^ does not work) tikiwiki: 03nkoth * r37198 10/trunk/ (9 files in 8 dirs): [NEW] Allow for membership extension of groups by fixed annual or monthly anniversary term periods, including calculation of prorated payment. nkoth|nelson: you there? yes why? a quick question if you have a second - I was wondering if it's possible to expand the value of HTTP_HOST within a wiki page in some way? I'm attempting to construct a link whose host part may vary - I'd like to avoid hard coding anything a link? e.g. [http://%HTTP_HOST%/some/path|Some link text] if it's on the current host why not just use a relative link, ... I suppose it's for showing tho the user? ah - because I forgot to say it's more like this: [http://%HTTP_HOST%:10000/some/path|Some link text] note the port number I want the user to be able to browse to a service on another port (webmin specifically) by your answer though I'm getting the feeling that this is not something I'm going to get easily ;) well, there is the smarty var {$tikihost} but you can't use it in wiki pages directly there is http://doc.tiki.org/pluginsmarty but I don't think it works in a link you can try ah ok - I'll try that. else I'm SOL yes? I can't think of any other way, but you if changing it easily is your aim, another feature you could look at is: http://doc.tiki.org/Dynamic+Variables plop Goodmorning hi morning everupne! :) everone* New Forum Posts: How to assign modules only on specify page by version 6.4 LTS - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42225 New Forum Posts: ResoluciĆ³n pantalla - http://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=42226 blast_hardcheese, your handle makes me laugh. Merbster: :) Do you recognize it? is it from "Dead don't waer plaid"? polom tikiverse blast_hardcheese, nope I don't I just find it funny :P Merbster: http://blast.hardchee.se/origin ;) blast_hardcheese, that looks SO 80s :P Oh, it was. That movie was so horribly bad, it's one of my favorite MST3k episodes. I don't know what that is o.o hold on http://www.youtube.com/watch?v=I8kH4XyWjq4 It was a TV show on in the 90's; They played bad movies and made fun of them just a bunch of comedians laughing at bad movies. hahaha ok I was still a kid back in the 90s Same with me, but my family used to crowd around the TV on saturday mornings to watch MST3k. I live in Denmark it's not a show that was sent here I think :) Ah, very possibly. If you get a chance, two really good episodes: "MST3k: The Movie" and the MST3k episode "Space Mutiny" Why does tikiaccesslib.php in the get_accept_types() function look at both $_SERVER['HTTP_ACCEPT'] and $_REQUEST['httpaccept'] ? Or well. I don't really care why, but which one should I manipulate to make output_serialized() (from the same class) return content type of application/json ? I have tried to just set $_SERVER['HTTP_REQUEST'] but I have no idea if this is "best practice" Anyway, nice talking to you Merbster, time for bed :) blast_hardcheese, sleep tight. I still have 6-7 hours at work :P I am trying to look at a permission problem. Discovered the debug console in Tiki. It has a perm command. Is the syntax of this command "perm "? It says "Show current permissions". However, I need to look at the permissions for a non-admin user arildb, sorry I know very little about that area. polom polom Bernard1 Hi Merbster ++ hey! ricks99 polom hmm... someone disabled the colorbox plugin on info.t.o.... / oh. never mind. RobertPlummer, I have revision 36997 of that file - it's from the 2011-09-06 is it the newest one? I believe so. RobertPlummer, on line 248 your're calling $trackerDefintion->getFields(true); but I could only get it working by passing in the fields array that contains ID of the fields I want to fetch Hum.... If it's true, it gives a tiki db error stating a syntax error. Are you using query_tracker or query_tracker_by_name? query_tracker set it to null and test. Right, you don't want it set to true. Then it expects an array if it is set. ah ok. Yes, if supplied it looks for something in those fields. But the fields array is nto passed (atleast not there) there true value was hardcoded the* Let me check it. Oh, sorry I thought you meant a different value.... Merbster, I am going to send you an older revision that should work with that you want. 1 sec. I got it working. or atleast it looks like it works I get the data I need atleat so no need for a new file I just wanted to make sure that there wasn't some special magical case. ah ok. No, I forgot about that. RobertPlummer, anyways trackerquerylib has been a great help :) really makes it alot easier In an effort to cut down on recursion I used a new feature in core tracker lib, I set the array key as the field id so that they gracefully merge when looking up file rendered value. Merbster: Thanks for using it. And be sure to find ways to improve it. RobertPlummer, I will try, but I like your way of coding. trackerquerylib has been alot easier to read than alot of the other tiki code I have been debugging :P Merbster: Code should = self explain Yes ^^ But usually code != explain I have noticed. Merbster: My plan is to eventually migrate most things over to tracker query lib, and then all we'd need to do is mod it in the future. But the array that is returned is ultra powerful. It is the way we think of trackers as being designed. RobertPlummer, I don't follow, what makes the array returned from trackerquerylib any different? The keys and the way it is constructed. (besides the obvious strutcutre that eases rendering) It is very very simple. I noticed item key is roughly a row. with columns/fields in it. right I was a bit perplexed about how to identify the fields There is a ton of info there, without it being convoluted. but the description text is the key in the array that contains the key/values Right, easy. Yes. My instincts just hate anything where text is key, but I can see the justification in this case. It is perfect because no key is the same, they all come from 1 table. Wait, if you are using tracker_query, it should be the id as key. itemId as the actualy items and in the individual items it's the text of the fields not field ID You found a bug It shouldn't be that way. It should be either all ids or all names. LOL. maybe it came from me passing in the field values instead of the true value. No that should have no effect. I will take a look at it later. I am only passing in trackerId and fieldIds. rest is default. RobertPlummer, ok. RobertPlummer, I can send you the generated JSON - so you can see the returned array. (Maybe I am not being clear enough, english is only my 2nd language) Perfect. robert@tiki.org RobertPlummer, it is sent. :) tikiwiki: 03nkoth * r37200 10/trunk/lib/wiki-plugins/wikiplugin_memberpayment.php: [DOC] Make better description of what title it really means tikiwiki: 03jonnybradley * r37201 10/trunk/templates/admin/include_look.tpl: [MOD] look admin: Add jquery ui theme pref polom everybody :) polom. Back to the fray! http://socius.be is getting improvements. Question: just upgraded from 6.2 -> 6.4 LTS with no errors. however, each time i log in (as admin or any other) i'm forced to use the FORGOT PASSWORD option -- i can't log in otherwise any ideas/suggestions/ something I should look at? Weird, I upgraded a site 6.1 to 6.4 with no issues. Theme is shine. Well, no "login" issues. yes, i upgraded 3 sites at once. only 1 is having this issue. i suspect some sort of db issue, but don't know what to look for polom ricks99: was the login problem one an upgrade from an older tiki? i seem to remember some login weirdness around tiki 4 from 4->6 was an issue because we changed the default pw length. this was from 6.2 -. 6.4. installer reported no db issues but there was also an odd column in user_users that sort of changed function around then - `waiting` i tihnk it was (no one seemed to know what it was for so it became unused i think) Well, login is a major pain for users with the javascript popup thing. I have been asked to lead users directly to the login_scr @philback: yes, i normall disable the top bar login and simply have a login/out button (linked to tiki-login) @jonnyb: Tx. i'll dig around the db Interesting. How to do that? prefname? Mmh, I'd rather change the template since the site is now live. ? was that to me? yes no prfename... just a button/menu/link. u can see it on http://twessentials.keycontent.org/ philback: you using 6.x? - much more flexibility in that in 7.x Hi jb RobertPlummer, where in the returned array structure would you want the fieldIds placed? RobertPlummer, and what's up with the funky delimiter? :P FIeldId should be the key delimiter is something we had to use with MySQL, you can change it if you want, but there really isn't a reason to. RobertPlummer, ok. And I just noticed the structure description in your comments. Ah yes ;) RobertPlummer, you got IDS when you queried the tracker by name? Are you asking or telling? asking :) by name is everything by names otherwise it is all ids ok. at least that is what is intended. There is a bunch of logic in there, and it is still in kinda an alpha. :) I would not expect anything else from code I got from trunk :) @jonnyb I am going to migrate my own site to 7 but this is a client's site on 6.x LT S yes, i have a few of those (mainly on old servers with out of date php) - very dull! RobertPlummer, I found your bug. Merbster: fix it ;) tikiwiki: 03jonnybradley * r37202 10/third_party/jquery/ (3 files in 3 dirs): [FIX] jquery-ui-selectmenu: update to development version - many fixes (implementation still to come) I did. committed? But I haven't set up commit access yet :P Send me the file, I'll merge it in. ah ok tikiwiki: 03jonnybradley * r37203 10/trunk/ (5 files in 5 dirs): [NEW] jquery-ui-selectmenu: Add prefs to hook selectmenu in to either specific select.selectmenu dropdowns (currently none) or all, which needs some more work to be reliable. More to come... tikiwiki: 03lphuberdeau * r37204 10/trunk/lib/categories/categlib.php: [FIX] Missing code to categorize files from the generic interface tikiwiki: 03jonnybradley * r37205 10/trunk/lib/jquery_tiki/tiki-jquery.js: [ENH] object_selector: Use selectmenu if enabled to display object choices, mainly so the dropdown list opens when you start typing in the filter box. Needs some fine tuning... ricks99, When using the "Create menu from wikipage" module. is it possible to style the menu via. smarty templates instead of wiki syntax? i don't believe so... 'cause you're using a *wiki* page hmm. what r u trying to do/ conditional view of menues depending on current page object cateogry Merbster: Lol.... "!" 1 char has all the power. believe you can use smarty syntax in a custom/user module. ricks99, Ah yes. So we could create a custom user module that is styled via smarty syntax. RobertPlummer, Yes it did quite the difference :P {if ....}{module(module=>menupage........ )/}{/if} still not 100% why you would use smarty for l&f styling issues? ricks99, how would you achieve category based conditional showing of menues? Tiki only gives you the option to specify a specific page or a perspective. i use something like: {if in_array(###, 4objectCategoryIds0} ..... {/if] i use smarty for logic control -- not for formatting ricks99, but to use use that you need access to some kind of smarty. I have experienced that smarty from wikipages is not possible? y. i include smarty syntax in my user modules all the time Yes in a user module. i guess you could write a custom wiki plugin to allow you to pass-through smarty syntax directly But then you get a module border around the whole menu (that will contain several sub-menues as individiual plugins) ricks99, but then I am back to "hacking" tiki. I prefer using tikis own functionality if possible. to remove the module border, just use box=n or decoration=n ah. (can't remember the exact module syntax) You have quite the answers ricks99 ! :) you have easy questions. :-0 ricks99, u the man! i try ricks99, do you know why params are not effective on the custom module? i'm trying to use: nobox=y decorations=n as you suggested if you're using the MODULE plugin, you need to add the parameters to *it* -- not the overall user module and i'm not 100% on the correct parameters... check the docs ricks99, It's the outer module that I need to hide the borders on (I am on the docs page). ah. nobox=y should work, i think polom chealer hi rodrigo_sampaio chealer: are you running the tests before committing changes? your change to Language_WriteFile class broke a test ;) chealer: is this particular case it is just a matter of updating a fixture file hmm nobox=y doesn't work :/ @SJ-Jay: tiki7 or 6? works on my tiki7 just fine tiki7 are you possibly using a custom theme that is overriding the param? even on custom modules that is assigned? chealer: I can fix it for you but we can benefit from this opportunity and I can help you to setup phpunit if you haven't done so already @SJ-Jay: not sure i understand your last Q erm.. the module that i'm trying to give nobox is the outer module which contains all sub modules to show.. if i use nobox on standard wiki modules it works.. but when i try to use it on my custom outer module it does nothing! rodrigo_sampaio: I don't, sorry. I think it would be more efficient to discuss tests during a TikiFest and set it up together. for now I'm busy anyway. chealer: ok, no problem chealer: I agree with you that it is easier to do it in a TikiFest @SJ-Jay: in the Paramters field of the Edit area (for your custom module) you added simply: nobox=y right? did you clear the cache? hmm just read http://doc.tiki.org/Module+Settings+Parameters it says that nobox=y has no effekt on modules assigned to left and right column i should use decorations=n instead.. but this doens't work either.. yup.. clearing the cache each time odd, never knew that. yeah tried it with some wiki modules. and nobox=y works on them but wtf is happening with custom modules :S @SJ-Jay: you may need some css magic instead. tiki adds a unique div id (based on module name) to the entire module. can add css to style as needed i'll give it at shot smarty's equivalent of != is "ne" or "neq" ? neq I think eq is "= " I just had a tracker field disappear in trunk... anyone seen something weird like that before? Is it set to be listed? it's gone from tiki_tracker_fields db well, i just svn update and run the installer, so I suppose I should check f anything ran man that is very odd but the strnage thing is I thought I saw this before weeks ago, but I was still developing then I thought is was a human error Wow. the "design company" that did our custom theme. Totally ignored "decorations" param in our module.tpl file... they simply outcommented it. they didn't even delete it. lol. could be why you're having issues ;-0 My trust in "designers" has just been weakened. should have hired me :-) ricks99, we tried to change the theme.. but no changes :( cleared cache? yup well, the field ID is pretty low (the one that disappeared) not sure :( ok even more odd just tried to add the module in a wiki page nobox param doesn't even work here Merbster: any; http://www.smarty.net/docs/en/language.function.if.tpl thanks chealer :) hmm.. don't understand why params are ignored.. all params are ignored unless i set them in the module administration.. and only on wiki modules :S Was there a problem with nested modules at one time? I don't think module nesting was ever supposed to work polom nested modules - somebody tried to explain me waht this is some day I didn't understand what means "nested" in the repect of modules? or "nested modules"? fabricius, modules in modules nested = included ah like box in box in box babuschka tikiwiki: 03robertplummer * r37206 10/trunk/lib/trackers/trackerquerylib.php: [FIX] tracker query lib by name reference is bool, not empty tikiwiki: 03nkoth * r37207 10/trunk/lib/jquery_tiki/tiki-jquery.js: [ENH] Since nothing is showing until something is typed in, it should say search instead of filter lphuberdeau: tracker email field type is missing a public renderInnerOutput (to have it work in trackeritemfilter. Do I have to create a lib/core/Tracker/Field/Email.php? perhaps I have to user renderOutput polom hum, renderInnerOutput is not guarenteed by the field interface if you have code calling that directly, you're breaking abstractions renderOutput is what should be called and if renderInput is not what you need, it means there is something missing in the interface renderOutput* ok thx lphuberdeau tikiwiki: 03sylvieg * r37208 10/branches/7.x/lib/wiki-plugins/wikiplugin_trackeritemfield.php: [FIX]TRACKERITEMFIELD: use the renderOUtput absctraction instead of renderInputOutput that does not exist for email field tikiwiki: 03sylvieg * r37209 10/trunk/lib/wiki-plugins/wikiplugin_trackeritemfield.php: [merge/r 37208][FIX]TRACKERITEMFIELD: use the renderOUtput absctraction instead of renderInputOutput that does not exist for email field tikiwiki: 03jonnybradley * r37210 10/trunk/lib/trackers/trackerlib.php: [FIX] notice lphuberdeau: Did you at all help with the authentication module in BBB? no such thing as authentication in BBB but I handled the BBB integration do we have a zotero demo somewhere? lphuberdeau: Did you reply, I got disconnected for some reason. I did the integration, but there is no authentication in BBB Ajax services then? seomthing I will have to put together. everything we have is in lib/bigbluebuttonlib.php ok thanks the frontend is wikiplugin_bigbluebutton hm I think, I understood now what nested modules "mean", but what "is" that? could anybody tell me about an usecase - I cannot imagine how to pt for ex an article-list module int a calender module - it must be s.th. different, ?? fabricus, it does not work anyway ah :-D and ... is it s.th. that will come? I have heard it frequently not unless someone does it I mean JFMY what that should be ... for what JFMI I meant ;-) I don't know, just something SJ mentioned this morning but I think, I heard it frequently since weeks or moth - not often, but from time to time I am pretty sure, that I have to clean my keyboard too many misstyping thx anyway lph lphuberdeau: Is OAuthLib usable for authentication of any type or is it a specific type? ? hello everyone! just a quick question. can i put javascript in my tiki css template file? rwik, no ok. I assumed so. thanks for the quick reply~ rwik: What are you trying to do? changi|away: fyi, I managed to configure phpunit 3.5 and now it is working with our test suite. it is a bit trick to upgrade from 3.4 apparently due to a limitation in PEAR. there was also a problem with TikiTestCase class that was fixed by arildb. i have the search module assigned and the buttons fly in when you hover over the search icon. I know i can turn that off as a module parameter, but when you have them appear by default they appear to the right of the search area, and it doesnt go well with the theme. when they fly in they appear below it, and it looks nice. because the js creates a div when you hover, i think you cant just give it a css class which makes it display. changi|away: we still have the undefined preferences problem though there is a "display:none" value assigned by js, and i wanted to just remove that value. i think something like "$("#"search_mod_buttons box" div").removeAttr("display: none;")" (though the class is wrong in that syntax) could do it lphuberdeau: I can see it would be easy to use $userlib->validate_user();, you think it would be ok to make an ajax service that returns true/false based off that? It seems like it could be exploited. What would you recommend? you don't really need a service for that tiki supports HTTP auth, when enabled tikiwiki: 03jonnybradley * r37211 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] object_selector: Use modal() function instead of showBusy() - fixes bug when using pretty tracker form (and we don't need two fns to do the same thing - i didn't realise modal() was actually "modeless" as well) jonnyb Thanks for migrating! hi RobertPlummer - was going to ping you - for me the spinner in "model" is in the wrong place - seeing if i can fix... Where should it be? It isn't in the middle? middle center is where it should be RobertPlummer: I never managed to make the middle work, center is ok nkoth|nelson: Oh ok. document.height / 2 or obj.height / 2 shouldn't it be? + top Oh right. The problem is that ajax can change an object. size jonnyb you did much work with intertiki? no, never got it to work sadly (haven't tried for a long time) lphuberdeau: HTTP auth is just 1 type of authentication, no? We want any authentication that tiki has to work as a mother to other types of products. jonnyb: i need to add a small fix nkoth|nelson: ok, i'm seeing if i can remove the other uses of showBusy jonnyb so you like modal better than showBusy? I didn't realize it would catch on like it did. no, but modal has more uses so less refactoring lol ok jonnyb: you never got to work intertiki? or just a certain issue? i think it should be renamed i'm afraid - that's why i wrote showBusy because i specifically wanted a modeless busy spinner jonnyb why renamed? It does exactly what it says. hi fabricius - no, messed with it for a few hours, no joy (was just playing) RobertPlummer: are you sure? http://en.wikipedia.org/wiki/Modal_window#Criticism says "A modal window blocks all other http://en.wikipedia.org/wiki/Workflow in the top-level program" with AJAX you can have lots of them running at once - which is "modeless" a while ago I needed - needed long time to get it runningand some people explained to me, then I got it working finally jonnyb $.modal() was the original purpose. $.fn.modal() was added after the fact jonnyb: if you want, some time the next day I would setup a demo again and the let you in to have a look and play around with more joy jonnyb: interested? yes, but if it's just a little button of div modal is the wrong term (imho) fabricius: no thanks (no time for play these days! ;) ) jonnyb if that is how you want to spend you time, seems unproductive though. well, only having one function seems like a worthwhile thing for now will add a comment too probably Besides, it isn't a "modal window" or or "modal dialog:, it is a function that modals everything it was refereed to. jonnyb: ok I knnwo the problem I am facing but not sure of the fix in modal() nkoth|nelson ? basically, if I type a search, and then pause enought for it to start processing, and then I continue typing to trigger another search before the first one returns, the whole thing locks up just kill the first modal when another starts. the thing is I don't think it's a modal issue, might be a ajax issue nkoth|nelson: oh, wow. or no, just a modal issue then RobertPlummer, say you want an other system to authenticate against tiki, you get it to request some page with the user/pass and the permissions of that page for the user will indicate if the other system is allowed there is an ajax.abort() call in there to stop that, maybe not working? sory for the scare, of course ajax is designed to be async just the modal needs killing ah, ok - should be possible nkoth|nelson: That sounds like a good idea, $.modal() should kill the first. Perhaps there should be 1 more state, rather than on off. $.modalIf(msg); Is that what you mean nkoth|nelson? isn't there something called ajaxQueue to handle all of those service dependencies? lphuberdeau: What the message above a question? nkoth|nelson: After thinking about it, it sounds like it would need to be handled outside of $.modal, there are just to many things that can be active if ajax is in use. nkoth|nelson: Because you could kill the modal, but that still doesn't fix that there is ajax running and functions that are going to take over what was just overridden. nkoth|nelson: I see this sometimes when I go to search on Google with their new ajax serviced, they sometimes don't kill the last one, so you search for something, then search for something before those results come back, then the first results overtake your system. nkoth|nelson: i think you need $spinner.modal(); just after the this.ajax.abort(); in $.fn.object_selector I get a $spinner is not defined in the $spinner.modal in setTimeout lphuberdeau: The idea with TikiSuite is going to be to install tiki, and everything that is tikisuite dependent will work off tiki, so say it is LDAP. LDAP authentication will be pushed to everything from tiki. In this case, we want to integrate ldap and BlueBox, so that you log in as your name, and make calls or chat to others based off your credentials from LDAP. lphuberdeau: We can save a ton of time with sharing these logins. RobertPlummer, sure, but I still don't see what the issue is lphuberdeau: There really isn't an issue, I just need to make a way to do it. I was looking for input. The bluebox module for authentication is much like the core trackers refactor, it is very modular. So that is easy, it is just where to send the credentials to tiki and then to return to bluebox "success" or "failure". tikiwiki: 03sylvieg * r37212 10/trunk/lib/smarty_tiki/function.attachments.php: [FIX]smarty: the 2- param of a template fonction is no more the Smarty_Tiki object but the Smarty_Internal_Template: TODO do the same for all template functions I'm saying you can just give it an arbitrary URL in tiki, and use basic auth, tiki will give either 200 or 403 success or failure Awesome! you don't need a new service for that because it's a base service provided by http ah ok. you just need to make sure the feature is enabled, but you can handle that using system configuration http://doc.tiki.org/System+Configuration But after I turn it on, won't it be kinda intrusive? It will change how users log in, no? no it's an additional authentication tiki-setup_base.php around 450 tikiwiki: 03chealer * r37213 10/trunk/lib/categories/categlib.php: tikiwiki: [REF] CategLib: remove "Dirty hack to remove the Slash at the end of the ID" from update_object_categories() (from r19423) tikiwiki: If this causes an issue, let's see where that slash comes from but the fun part about this is that if you point say, bluebox, to http://somesite.com/tiki/BlueBox, you can manage who can access bluebox from tiki by changing the permissions on that page nkoth|nelson: adding $spinner.modal(); after ajax.abort fixes the "ajax locking" thing for me - shall i commit? lphuberdeau: Yea, there are all kinda of possibilities. tikiwiki: 03jonnybradley * r37214 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] object_selector: Clear "modal" spinner is ajax already in progress (thanks nkoth) lphuberdeau: thanks yoda tikiwiki: 03chealer * r37215 10/trunk/tiki-sheets.php: Sheets: Categorization should presumably happen before category listing (untested) tikiwiki: 03sampaioprimo * r37216 10/trunk/templates/tiki-importer.tpl: fix strings lphuberdeau: Where do I post to when I have basic http authentication on? tiki-login_scr.php? tikiwiki: 03chealer * r37217 10/trunk/lib/categories/categlib.php: [REF] CategLib: only clear caches in add_categorized_object() if object was not already categorized tikiwiki: 03mlustenberg * r37218 10/trunk/lib/wiki/editlib.php: [REF/ENF] wysiwyg_htmltowiki: rename EditLib::processInlineTag() to processWikiTag() and prepare to handle line breaks within markup that spans a whole line (center for example) RobertPlummer, anywhere it's handled within tiki-setup.php it does not start a session, just uses the credentials for the current request tikiwiki: 03sampaioprimo * r37219 10/trunk/lib/reportslib.php: [ENH] display tracker item isMain field value in daily reports lphuberdeau: I don't understand, because I'm giving it a bad password on purpose, and I get a response of 200 every time, good or bad password. Bug? strange, pretty sure it was fine a few weeks ago... looking into it lphuberdeau: I just sent an email with the headers in it. Both are response 200 I think it won't send the credentials if you have a session active tikiwiki: 03chealer * r37220 10/trunk/lib/categories/categlib.php: [REF] CategLib: optimize applyManipulator() hm... lphuberdeau: sessions are still browser based, right? if you do an API call, you won't have a session active No matter what browser or what credentials, I get 200 tikiwiki: 03sampaioprimo * r37221 10/branches/proposals/6.x/lib/reportslib.php: [bp/37219][ENH] display tracker item isMain field value in daily reports (at Xavi's request) It is via api call. tikiwiki: 03sampaioprimo * r37222 10/branches/7.x/lib/reportslib.php: [bp/37219][ENH] display tracker item isMain field value in daily reports (at Xavi's request) tikiwiki: 03sampaioprimo * r37223 10/branches/proposals/6.x/lib/trackers/trackerlib.php: [FIX] display user who changed the tracker item in daily reports your headers contain a session id and no authentication credentials oh wait, those were responses I think I found the problem lphuberdeau: Nope, I'm lost I just tested again and it works as expected here lphuberdeau: Ok lphuberdeau: What method are you using to send the request? tikiwiki: 03lphuberdeau * r37224 10/trunk/templates/tiki-admin_dsn.tpl: [FIX] Missing controller I'm testing using tiki's internal authentication sources but that uses Zend_Http_Client what are you testing with? tikiwiki: 03chealer * r37225 10/trunk/ (categorize.php categorize_list.php tiki-admin_calendars.php): [REF] Categories: re-optimize categorization as well as category tree display tikiwiki: 03chealer * r37226 10/trunk/ (categorize.php tiki-setup_base.php): [REF] remove cat_clearall (appears to have been replaced by client-side JavaScript) lphuberdeau: you have mail lphuberdeau: There are credentials in that php file, so you can use those to login if you like to check config. tikiwiki: 03chealer * r37227 10/trunk/ (5 files in 2 dirs): [REF] Categories: remove some default $cat_object_exists values tikiwiki: 03chealer * r37228 10/trunk/ (tiki-editpage.php tiki-payment.php): [REF] Categorization: categorize.php no longer uses $cat_object_exists I was using a custom function, but I switched to Zend_Http_Client, and it seems to give the same results. lphuberdeau, is the "contributors" field filterable in unified search? oh it may be the userid nelson: wouldn't be there otherwise, pretty sure it's usernames, but they are stored as a multivalue, which means hashes are generated and that's what is searched for lphuberdeau: I can filer by categories and isn't that a multivalue too? yes, same process but when you set the filter, it actually mentions the format ah ok tikiwiki: 03nkoth * r37229 10/trunk/lib/ (core/Search/Query.php wiki-plugins/wikiplugin_list.php): [ENH] add contributors filter tikiwiki: 03mlustenberg * r37231 10/trunk/lib/ (test/editlib/ParseToWiki_TextTest.php wiki/editlib.php): [FIX] EditLib::parseToWysiwyg()
within centerd text did break the history tikiwiki: 03mlustenberg * r37232 10/trunk/lib/test/editlib/ParseToWiki_TextTest.php: [FIX] some EditLib tests failed due to incomplete test code tikiwiki: 03mlustenberg * r37233 10/trunk/lib/wiki/editlib.php: [FIX] EditLib::parseToWysiwyg() two "\n" for

tikiwiki: 03mlustenberg * r37234 10/trunk/lib/wiki/editlib.php: [REM] EditLib::parseToWysiwyg() removed obsolete code lphuberdeau: in the Smarty formatter for search, it's a new standalone smarty object, by itself that's good, but I find that it has no smarty context, e.g. no language. Is there any way to get around this safely? (I mean no tiki context) tikiwiki: 03chealer * r37235 10/trunk/lib/categories/categlib.php: [FIX] CategLib: Fix indexing of getCategories() return value when using $considerPermissions or $considerCategoryFilter (oops) tikiwiki: 03chealer * r37236 10/trunk/modules/mod-func-change_category.php: [REF] Change category: no more needed to index categories array now that getCategories() does it tikiwiki: 03nkoth * r37237 10/trunk/lib/userslib.php: [FIX] Replace with PHP 5.2 compatible function