[00:00] tikiwiki: 03jonnybradley * r32683 10/trunk/ (2 files in 2 dirs): [FIX] mobile: Nasty fix for menu items - prevent ajax loading (for now) [00:04] *** jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [00:25] *** marclaporte has joined #tikiwiki [00:34] *** GillesMM has quit IRC (Ping timeout: 264 seconds) [00:34] *** GillesMM has joined #tikiwiki [00:36] *** ricks99 has joined #tikiwiki [00:43] *** GillesMM has quit IRC (Ping timeout: 265 seconds) [00:43] *** GillesMM has joined #tikiwiki [00:54] *** redflo has left [00:56] *** GillesMM has quit IRC (Ping timeout: 255 seconds) [00:57] *** GillesMM has joined #tikiwiki [01:03] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [01:05] *** lphuberdeau has quit IRC (Read error: Connection reset by peer) [01:28] *** marclaporte has quit IRC (Quit: Leaving.) [01:51] *** marclaporte has joined #tikiwiki [01:53] *** dcedilotte has joined #tikiwiki [01:58] isn't Webmail feature missing at least "Sent" folder ? [01:59] (at least i don't see it in my test IMAP Webmail) [01:59] polom marclaporte :) [02:02] *** gottaquestion has joined #tikiwiki [02:02] Are there any experts available to answer some questions? [02:03] Anyone at all with any experience? [02:03] sure [02:04] Great! My goal is a wiki-like website, but for a VERY specific purpose. Is there a way to just have specific fields the user fills out when they edit a page, but thats it? [02:06] gottaquestion: yes, u can use Trackers feature to create/modify wiki pages content [02:06] Ive been reading all the trackers documentation I can find! it doesnt make sense to me. [02:07] gottaquestion: ok, but it works :) [02:07] To elaborate, its gonna be a collaborative choose your own adventure. When Users choose an option that hasnt been developed yet, they are taken to a page to create that part of the story. The page should just have Story Text, Story Art(upload) and Choice 1 through however many they want. [02:08] Is prettytracker relevant? is that what I want? [02:08] Also, the choices should automatically turn into links to not-yet-created pages. [02:09] Sorry, I'm bombarding you. I'm desperate to find someone who knows they're way around this stuff. I know Joomla forwards and backwards, but not tiki. [02:10] Pretty Trackers are only releveant if you want to make the forms look pretty, otherwise default form look is used [02:12] Well, I've created the fields and all, but where in the Docs does it detail how to make that the custom edit /create page? http://doc.tiki.org/Trackers [02:13] ok, Pretty Trackers you will need most probably for the created pages [02:13] you will need at least one page selector type field in your tracker [02:13] http://doc.tiki.org/Page+selector&structure=Documentation+TOC [02:15] The page selector outputs it to the relevant page? How would that change dynamically? [02:15] well, that page is a bit outdated... you can now create also pages which create the content based on template, not just serve as template for the tracker item [02:16] many parts of it seemed outdated, and some even just said incomplete. [02:16] now, how would i go about making those pages that create content based on template? [02:17] I was wondering if this was a risk, and it looks like it is: http://wpmu.org/why-you-should-never-search-for-free-wordpress-themes-in-google-or-anywhere-else/ [02:17] http://doc.tiki.org/Pretty+Tracker+in+a+Wiki+Page&structure=Documentation+TOC [02:17] *** goj has quit IRC (Read error: Operation timed out) [02:17] marclaporte: ??? [02:18] I was wondering if third party themes were a security risk [02:18] Look at tutorial 1: it simply ends with more to follow... [02:19] I am planning/thinking of how we could organize/cope with hundreds of themes [02:19] thats the one i was trying to follow earlier [02:19] gottaquestion: ok, where are you now ? at which point of your tracker setup ? [02:20] gottaquestion: do you have the page selector field already ? [02:20] Adding that now, but can you explain what that field is for again? [02:21] I have two designers here talking about making 5-10 new themes seach [02:21] marclaporte: if the theme is only made of CSS, there is no risk [02:22] marclaporte: only risk can be in custom tpls, but we don't need many luckily and user can review that [02:22] Should page selector params be 1,0,1,1 ? [02:24] gottaquestion: it could be 0,0,my-template-wiki-page,1 [02:25] what is my-template-wiki-page? [02:25] gottaquestion: you have to create my-template-wiki-page which will serve as template to create the page filled in the field [02:27] But dont we want the page name to be filled in depending on what the user is creating? [02:28] how is assigning the tracker to a static page called mytemplatewikipage going to help? Im sure im misunderstanding all of this: i dont understand templates. [02:31] *** goj has joined #tikiwiki [02:32] gottaquestion: if you want to autofill, use 1, at the beginning, but i am unsure how the page will be named then... you can try [02:32] the template will help to format the created page by the fields values [02:33] okay then, can you just walk me through it maybe? id appreciate it. [02:34] *** Caarrie|away is now known as Caarrie|sleeping [02:34] gottaquestion: where we start the walk ? [02:34] gottaquestion: real example [02:34] gottaquestion: i have tracker "The News" [02:35] Ok. [02:35] gottaquestion: there i have "Page Name" page selector type field [02:35] gottaquestion: the options are: ,60,News Page Template,n [02:36] gottaquestion: it is field ID 15 (btw) [02:37] gottaquestion: in the page "News Page Template" i have {trackerlist trackerId="1" status="opc" view="page" wiki="News Item template"} [02:38] gottaquestion: you can see the trackerlist plugin uses another wiki page there called "News Item template" which formats the fields (aka Pretty Tracker template) [02:38] *** rworth has quit IRC (Ping timeout: 240 seconds) [02:39] gottaquestion: so News Item template wiki page source can look something like this: [02:40] yes? [02:41] !{$f_2}---{$f_32}%%%Link to this page: [http://myserver/tiki-index.php?page={$f_15}] ... etc. [02:43] gottaquestion: this wiki page template needs permission tiki_p_use_as_template assigned to group Anonymous (or whatever you want to view the final content later) [02:44] yep, did that. but in the link you sent, what is the 15? the field ID of the page selector? [02:45] gottaquestion: then when you create new item for that Tracker "The News" and fill "some-page-name-bla-bla" it will after save create such wiki page named "some-page-name-bla-bla" [02:45] gottaquestion: based on the template specified for the field 15 which contains that trackerlist wikiplugin [02:47] so when you access then the page some-page-bla-bla it will fill all the other field you specified with the values associated with the page name [02:47] Ok, it worked! It auto created that page! Now, how do I make the text entered in the other fields show up on that page? [02:47] gottaquestion: yes, it is syntax for external link (just an example) which would produce the link to the page itself [02:48] gottaquestion: as i showed you in the example above, each field is {$f_XX} [02:48] Oh right. Let me try it. [02:52] *** rworth has joined #tikiwiki [02:52] Ok, I put that code {$f_10} {$f_11} in the template, but it didnt change. it stayed that same {$f_10} [02:52] *** rworth has quit IRC (Client Quit) [02:55] gottaquestion: refresh ? [02:56] doesnt do anythingl [02:57] are u sure the field ID 11 exists and it has set "Field is public? (viewed in trackerlist plugin)" [02:58] in the fields list the column is Public with "y" value [02:59] Yes, they all are. [03:00] what is field 11 ? [03:00] {$f_11} is a text field titled Choice 1 [03:01] do u have something there fileld in ? [03:01] filled [03:02] for the item of the page was created [03:02] *** chibaguy has joined #tikiwiki [03:02] Yes. Whenever I create a new set of items with the tracker i enter something in all boxes. but its not just blank, it says {$f_11} [03:02] polom [03:03] hi chibaguy [03:03] hi luciash [03:04] gottaquestion: in which page you put te {$f_11} ? [03:04] News Page Template, same page as {trackerlist trackerId="2" status="opc" view="page" wiki="News Item template"} [03:05] gottaquestion: wrong place, you need to put it in the News Item template page ! [03:05] Ohhh. one moment. [03:05] News Page Template is just for the trackerlist plugin [03:06] News Item Template doesnt seem to be a real page. Where do I find it> [03:06] you have to create it [03:07] keep the case of the name same as used in the trackerlist please [03:07] Ahh, it works now. [03:07] Thank you. [03:07] gottaquestion: you have to create it and fill in the {$f_XX}s there [03:07] fine [03:07] Yep did that. [03:07] marclaporte: to expand on what luci said, to adapt a WP theme to Tiki, you just use the CSS and bg images, no files that can contain malicious code, etc. Basically, you just have to look at the WP and Tiki visual elements and map the WP properties to the Tiki divs, etc. [03:09] *** rtdos has quit IRC (Read error: Connection reset by peer) [03:09] I've "searched google for free wp themes" a lot but avoid the risk since I don't actually need to use the WP theme files other than the visual pieces. [03:10] *** rtdos has joined #tikiwiki [03:12] gotta go, bbl [03:12] It could be possible to make a theme adaptor script by making a WP to Tiki table of page element equivalencies, if there is enough consistency among WP themes, which I haven't really examined. [03:12] Thanks for your help! [03:12] gottaquestion: you're welcome [03:13] *** lphuberdeau has joined #tikiwiki [03:14] We need a bot to scrape luciash's tracker wisdom in irc and update the docs pages ;-) . [03:18] marclaporte: one other thing about theme adapting: often I don't use the WP bg images unaltered. Because of differences in the ways Tiki pages flex, etc., sometimes the bg images need to be redone. [03:20] gottaquestion: please also see the plugin Tracker param outputtowiki on http://doc.tiki.org/PluginTracker [03:20] ah thanks [03:25] How can I use tracker fields types to automatically turn a line of text into an internal link? [03:25] i tried prepending (( and appending )) but it didnt parse with wiki syntax [03:25] I dont want the user to have to type (( or )) [03:26] gottaquestion: put it on the template page (({$f_XX})) [03:26] I tried that first, but it just makes the link go to new page:{$f_11} without replacing the variable [03:28] But really, i want the link to go to a the tracker, with the page name filled in from that text. [03:29] *** luciash is now known as luciash|away [03:33] chibaguy: ok, I see [03:43] *** coaboa has joined #tikiwiki [03:44] *** coaboa||away has quit IRC (Ping timeout: 240 seconds) [03:50] *** gottaquestion has quit IRC (Quit: Page closed) [03:55] *** ricks99_ has joined #tikiwiki [03:57] *** ricks99 has quit IRC (Ping timeout: 240 seconds) [04:00] *** ricks99_ has quit IRC (Quit: Now available, the first and only Tiki book. Get it at http://twessentials.keycontent.org) [04:12] *** dabright has joined #tikiwiki [04:51] *** dabright has quit IRC (Quit: Leaving.) [04:56] *** dabright has joined #tikiwiki [06:02] *** dabright has quit IRC (Quit: Leaving.) [06:03] *** chibaguy has quit IRC (Ping timeout: 245 seconds) [07:56] *** olinuxx_ has joined #tikiwiki [07:59] *** olinuxx has quit IRC (Ping timeout: 260 seconds) [08:09] New Forum Posts: google adsense problem - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40436 [08:19] *** redflo has joined #tikiwiki [08:20] *** rworth has joined #tikiwiki [08:56] hello tikiverse [09:00] New Forum Posts: calender problem - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40437 [09:07] Recent Bug: Tracker item: #3795 - - MWTable does not work correctly - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3795 [09:09] *** JoernOtt has joined #tikiwiki [09:45] *** codyg has quit IRC (Ping timeout: 245 seconds) [09:57] *** Trebly_ has joined #tikiwiki [09:59] *** Trebly has quit IRC (Ping timeout: 240 seconds) [09:59] *** Trebly_ is now known as Trebly [10:10] New Forum Posts: module errors - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40440 [10:30] New Forum Posts: How to make everyone see this because only admin can see it - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40442 [11:26] *** Caarrie|sleeping is now known as Caarrie|away [11:37] No editable section under body while tyring to add a new article in tiki 6. How do I fix this? [11:49] *** rodrigo_sampaio has joined #tikiwiki [11:59] *** jonnyb has joined #tikiwiki [12:15] Body does not have an editable box for both new articles and existing one in tiki 6. Is this a bug or I have to set something new in tiki 6. Need help! [12:19] hi coreyj - not sure i follow you [12:24] tikiwiki: 03chibaguy * r32684 10/trunk/templates/prefs/ (8 files): [FIX] Added clearfix class to adminoptionbox div so that floated children are contained. [12:31] *** WhiteCalf has joined #tikiwiki [12:35] *** ricks99 has joined #tikiwiki [12:35] *** PrezKennedy has quit IRC (Ping timeout: 260 seconds) [12:36] polom y'all [12:36] hi ricks99 [12:39] I was using ie 8 and when I try to edit and article, the body section just shows a blank space without the editable box. I switched to firefox and it is ok. thanks. [12:47] *** coreyj has quit IRC (Quit: Page closed) [13:10] *** therion_ has joined #tikiwiki [13:18] hey, got a problem - I created a new article type which allows comments (check mark set at "comments") but the articles still cant be commented on [13:18] any ideas? [13:19] Do you have the global comment set propelry? (on Admin : Comments page) [13:22] maybe not [13:22] but dant find the setting in the admin panel [13:22] What is your Tiki version [13:23] 5.1 [13:24] ah... (thats old) [13:24] look on Admin: Articles [13:24] ah just find it yes [13:24] found [13:26] thx [13:27] another thing is the if posting as anonymous, the Anti-Bot verification code just shows a missing image [13:27] do you have the necessary gd/imagick image libraries (required for the captcha)? [13:28] my guess is, no [13:28] see the requirements info on doc.tiki.org for details [13:28] okay, thx [13:29] you're welcome [13:31] *** lphuberdeau has quit IRC (Ping timeout: 276 seconds) [13:33] tikiwiki: 03jonnybradley * r32685 10/trunk/ (5 files in 4 dirs): [13:33] tikiwiki: [MOD] autocomplete: Replace deprecated 3rd party autocomplete plugin and deploy the new one in jquery-ui core. [13:33] tikiwiki: Two hard coded autocompletes in trackers will break - working on a fix... [13:38] tikiwiki: 03jonnybradley * r32686 10/trunk/lib/jquery_tiki/tiki-jquery.js: [MOD] autocomplete: Vital file missing from last commit... [13:40] *** lphuberdeau has joined #tikiwiki [13:49] *** kiilo has joined #tikiwiki [14:01] *** olinuxx_ is now known as olinuxx [14:09] looking into openstreetmap integration, what does everyone think of http://www.mapstraction.com/ ? [14:10] *** radek82 has joined #tikiwiki [14:18] hi lphuberdeau - did look at these a while ago but can't remember now [14:19] think that one sounded ok (was nkoth's suggestion no?) [14:19] can't say [14:19] functionality seems there [14:19] it's under BSD, in JavaScript [14:19] quite a few contributors, so it looks fine [14:20] just got an open street map based free satnav for my iphone, it's very good! [14:20] 10 second check looks good to me too! :) [14:21] I have maps of canada, UK, france and germany on my android from openstreetmap, real life saver when travelling [14:21] tikiwiki: 03jonnybradley * r32687 10/trunk/ (3 files in 3 dirs): [FIX] autocomplete: Tracker fields now use standard tiki autocomplete and $access lib output [14:21] cool - this one only does uk and ireland afaics [14:21] might try and get canada for next month! :) [14:22] I'll begin with a code review to see what's in there, than grep tiki a bit to see what we do with maps [14:22] you'll probably need the US as well ;) [14:22] i know the ajax gmaps stuff is borked at the moment (was xajax dependant) [14:23] right, I might get through that too then [14:23] by the way, i added a little seemingly essential 'callback' thing to $access->output_serialized() to get it to work with jq 1.5 [14:23] hope it looks ok to you too [14:24] optional? [14:24] I don't know exactly where I use it [14:24] sort of automatic - if the request sends a 'callback' param then it uses it [14:25] seems all jquery ajax now does, and expects json returned to be wrapped in that as a function name [14:25] strange [14:35] Morning. [14:35] New Forum Posts: How can I put the theme name out on footer - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40447 [14:35] New Forum Posts: How can I put the theme name out on footer - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40446 [14:53] *** marclaporte has quit IRC (Quit: Leaving.) [15:11] *** ricks99 has quit IRC (Ping timeout: 245 seconds) [15:14] *** ricks99 has joined #tikiwiki [15:35] *** codyg has joined #tikiwiki [15:36] hi all [15:40] trying to get trackerlist sorted out. Need link to edit the record and everything I've tried so far isn't working. UpdateItem is empty. [15:40] When docs use language like " just do" ie The page UpdateItem needs just to use a regular TRACKER plugin. If itemId is present in the URL, it will be automatically prefilled with the value of the item. end quote. what does that mean???? [15:44] no rush, really. ;) [15:45] it means, if you craft a URL as: .....?itemId Tiki will replace the "itemId" with the actual number (that is, the ID #) of the item [15:45] the item means the tracker or the db record? [15:45] the tracker item [15:46] so how does that get me the record updater page? [15:47] sorry, i don't understand. what is a 'record updater page"? [15:47] on my trackerlist page i have the lovely records, i've made one column linkable [15:47] so, one would click on the Unit Number column to retrieve the record for editing purposes [15:48] should work fine. when you created the tracker field, there's an option for linking to the edit page [15:49] did you enable it for your linkable column fields? [15:49] yes [15:49] so what happens when you click it? [15:49] codyg: UpdateItem is another wiki page ? [15:50] *** luciash|away is now known as luciash [15:50] but the links look something like this: and give me empty update page. tiki-index.php?page=UpdateItem&itemId=42&reloff=0&cant=27 [15:50] yes, updateItem is a wiki page, and the link takes me to a blank page, not the record update page [15:51] codyg: the page must contain Tracker wikiplugin [15:51] using pretty trackers? how have you defined UpdateItem? [15:51] see luciash's answer, you need the tracker plugin onthe UpdateItem page [15:51] not pretty, just newbie [15:51] the Residents tracker? [15:51] yes [15:52] k... will try something else and brb [15:52] thank you [15:52] something like {tracker trackerId=X ...} [15:52] except i still don't get how using trackerid=2 gives me the editable record [15:52] i think i tried that [15:53] it passes the itemId automagically from the trackerlist page [15:56] is it tracker or tracker list on that UpdateItem page? [15:56] the docs say use trackerlist [15:57] tracker [15:57] when u need input [15:57] trackerlist [15:57] when you need list output [15:57] *** ricks99 is now known as ricks99|away [15:58] u can have both on that page too [15:58] now i have missing or incorrect trackerId parameter [15:59] so correct it ;) [15:59] so, the update form, for editing records is input and needs a tracker not tracker list [15:59] yes [15:59] ahh, ha [16:00] is there a magical parameter too? ;) [16:01] not necessarily :) [16:01] too bad. how about parameters that one should never be without? [16:01] u can check all available params on http://doc.tiki.org/PluginTracker [16:01] i did [16:02] ok, i'm going to fix this. bbl [16:15] *** redflo has left [16:16] now i have UpdateItem page which has tracker update form fields. But the link from the output page, Residents Contact List, takes me to UpdateItem page but still an error. [16:16] the magic isn't working [16:17] what error [16:18] &itemId is in the URL ? [16:18] missing or incorrect trackingId parameter for the plugin. I only have an action parameter, so that's why the error. [16:18] there has to be other parameters [16:19] sure, there must be the trackerId parameter [16:19] the error says that [16:20] but which parameter do i need? and on the trackerlist or the tracker ? [16:20] sure, there must be the trackerId parameter [16:20] tracker [16:21] yes, i have trackerid param and the action param (in order to save the updates to the record. [16:21] no [16:21] trackerid is not trackerId [16:21] oh... of course not [16:23] I have three items, a tracker, a list page and an ItemUpdate page. Link from the list page needs to take trusted user to the "edit that record" page. [16:26] the trackerlist on the list page looks like this {TRACKERLIST(trackerId=>2, fields=2:3:4:5:6:7, showlinks=y, url="tiki-index.php?page=UpdateItem&itemId=2", max=>-1,)}End {TRACKERLIST} That itemId doesn't look tright [16:26] because the item is the tracker or the db record i want to update? [16:27] {TRACKERLIST(trackerId=>2, fields=2:3:4:5:6:7, showlinks=y, url="tiki-index.php?page=UpdateItem&itemId", max=>-1,)}End {TRACKERLIST} [16:27] ahhh [16:28] oh my supernovas, you rock [16:28] yea, i know ;) [16:29] and for me, talking it out is all good. [16:29] ok, so it isn't pretty and more features on those pages would be nice, but it works [16:30] np, u will learn and improve soon [16:30] whew [16:30] polom [16:30] hi chealer [16:30] maybe there should be some docs that put the whole crud thing in an easy-to-do light. [16:31] codyg: you're welcome to improve the docs if u learn something and feel that it could be improved [16:31] i could! [16:33] could i add a delete this record button on the UpdateItem page? [16:33] hi luciash [16:33] jonnyb: my autocomplete is fixed. good job! [16:33] I'm guessing, yes [16:34] hurrah! [16:34] it was more broken than i thought - and we've got rid of another plugin dependancy! :) [16:34] jonnyb: yes, I like that :-) [16:35] i'll leave it in third_party for a while though incase other branches are still using it [16:35] *** RavenC has joined #tikiwiki [16:35] thanks luciash and ricks [16:35] bbl [16:36] *** codyg has left [16:50] huh ? why the plugin helper doesn't pop up on doc.t.o ? [16:51] it is showed down under the whole page there [16:53] sounds like a js error somewhere [16:57] sounds likely [16:57] i'll look later, now page edit ;) [17:01] *** dcedilotte_ has joined #tikiwiki [17:02] grmbl, but i cannot submit the down below plugin ghelper form :-p [17:05] *** dcedilotte_ has quit IRC (Client Quit) [17:07] jonnyb: in Opera first i get: Unknown pseudo class [17:07] Line 1: #help_sections :tabbable [17:07] hmm, odd one [17:08] then when trying to insert the plugin it works for otehrs but not for trackerlist [17:08] jonnyb: Uncaught exception: TypeError: 'parent.val' is not a function [17:08] Error thrown at line 507, column 507 in (paramName, paramValues) in https://doc.tiki.org/temp/public/minified_09bc1a64215fb2094a1ec80720b1144d.js: [17:08] any clue as to where? [17:08] if(parent.val()!=paramValues.parent.value) [17:09] called from line 320, column 864 in (j, s, v) in https://doc.tiki.org/temp/public/minified_09bc1a64215fb2094a1ec80720b1144d.js: [17:09] if(s.call(j[z], [17:09] etc. etc. [17:09] * jonnyb greps [17:09] ends with: called from line 1, column 56 in (event): [17:09] popup_plugin_form('editwiki','trackerlist'); [17:10] must be problem with something improperly minified again [17:10] sounds like it (fragile feature) [17:10] jonnyb: trackerlist has many options/fields [17:11] yep [17:11] any customisation there? (for twitter etc) [17:12] jonnyb: i don't think so [17:12] jonnyb: only the Subscribe to Tiki Newsletters! module [17:13] innocent enough [17:13] jonnyb: i think the problem is within the trackerlist plugin itself, because for example the group one pops up properly [17:13] * jonnyb realises luciash isn't going to drop this so browses to doc.t.o ;) [17:14] hahah, no, i don't want to distract you jonny :) [17:14] but i realize i already did, so sorry [17:15] i will have to leave for grocery shopping, so if u don't feel curious about that, just please ignore [17:15] ;) [17:15] looks like that line is in jquery.js [17:16] i wonder if u get the same result if u try to edit https://doc.tiki.org/tiki-editpage.php?page=PluginTrackerList [17:16] and try to pop-up the trackerlist plugin helper [17:16] ok [17:18] seems ok so far (form appeared) [17:18] *** JoernOtt has quit IRC (Ping timeout: 250 seconds) [17:18] and markup inserted ok (i'm in safari) [17:19] must be something with Opera then :-/ [17:19] thank you for checking [17:19] no js errors btw ? [17:20] *** ricks99|away has left [17:26] bbl [17:41] *** conner_bw has joined #tikiwiki [17:56] *** gilles_ has joined #tikiwiki [17:56] *** gilles_ has quit IRC (Remote host closed the connection) [17:56] *** therion_ has quit IRC (*.net *.split) [17:56] *** GillesM has quit IRC (*.net *.split) [17:56] *** cotton has quit IRC (*.net *.split) [17:56] *** luciash has quit IRC (*.net *.split) [17:56] *** CIA-83 has quit IRC (*.net *.split) [17:56] *** TheRedFox_ has quit IRC (*.net *.split) [17:56] *** sylvieg has quit IRC (*.net *.split) [17:56] *** d6chung has quit IRC (*.net *.split) [17:56] *** deadcom has quit IRC (*.net *.split) [17:56] *** amette has quit IRC (*.net *.split) [17:56] *** conner_bw has quit IRC (Quit: conner_bw) [17:59] *** amette has joined #tikiwiki [17:59] *** deadcom has joined #tikiwiki [18:05] *** TheRedFox_ has joined #tikiwiki [18:05] *** sylvieg has joined #tikiwiki [18:05] *** d6chung has joined #tikiwiki [18:05] *** calvino.freenode.net sets mode: +o sylvieg [18:07] *** luciash has joined #tikiwiki [18:07] *** CIA-83 has joined #tikiwiki [18:07] *** calvino.freenode.net sets mode: +o luciash [18:10] *** therion_ has joined #tikiwiki [18:10] *** GillesM has joined #tikiwiki [18:10] *** cotton has joined #tikiwiki [18:10] *** therion_ has quit IRC (*.net *.split) [18:10] *** GillesM has quit IRC (*.net *.split) [18:10] *** cotton has quit IRC (*.net *.split) [18:11] *** RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~) [18:23] *** GillesM has joined #tikiwiki [18:23] *** cotton has joined #tikiwiki [18:54] polom [18:54] can anyone run unit tests on trunk? [18:54] I get an error when I try. Just want to check if the tests are broken or if it is something with my configuration. [18:54] the error is PHP Fatal error: Class 'TikiDb_Bridge' not found in /home/rodrigo/devel/tiki70/lib/tikilib.php on line 27 [18:57] *** Sp4rKy has quit IRC (Remote host closed the connection) [18:58] *** Sp4rKy has joined #tikiwiki [19:01] hi rodrigo_sampaio - not seen that, i'll try here [19:01] thanks jonnyb [19:02] jonnyb: it looks like something wrong on my setup and not a problem on the tests itself. [19:02] no bridge error here - one failure in Search_Index_LuceneStemmingTest::testSearchExtraAccents [19:03] jonnyb: this on trunk, right? [19:03] yup [19:03] jonnyb: ok, thanks [19:03] np [19:09] rodrigo: I don,t get that error [19:09] I get plenty of other ones, but not that one [19:10] most of them related to an undefined email argument [19:10] which I don't really know what it has to do with that lib anyway [19:12] *** Sp4rKy has quit IRC (Ping timeout: 240 seconds) [19:13] *** Sp4rKy has joined #tikiwiki [19:43] *** lphuberdeau has quit IRC (Ping timeout: 240 seconds) [19:45] *** jonnyb has quit IRC (Quit: nite nite) [20:05] *** lphuberdeau has joined #tikiwiki [20:13] lphuberdeau: the errors you have might be due to a old version of the database [20:14] lphuberdeau: I'm planning for the near future to change the test suite so that it runs against another database (not the same used by the application) and also check if the current database version is up to date [20:23] New Forum Posts: Add Page in a structure does not link it to the structure - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40449 [20:35] tikiwiki: 03pkdille * r32689 10/branches/6.x/ (2 files in 2 dirs): [20:35] tikiwiki: [QT] Quality Team Backport [20:35] tikiwiki: r31438 | jonnybradley | 2010-12-15 19:40:29 +0100 (Wed, 15 Dec 2010) | 1 line [20:35] tikiwiki: [bp/r31428][FIX] browsertitle: Restore use of description as title if site_title_breadcrumb eq "desc" - thanks Luci [20:36] tikiwiki: 03pkdille * r32690 10/branches/6.x/lib/smarty_tiki/function.breadcrumbs.php: [20:36] tikiwiki: [QT] Quality Team Backport [20:36] tikiwiki: r31442 | marclaporte | 2010-12-16 05:33:52 +0100 (Thu, 16 Dec 2010) | 2 lines [20:36] tikiwiki: [bp/r31441][FIX] typo [20:37] tikiwiki: 03pkdille * r32691 10/branches/6.x/installer/tiki-installer.php: [20:37] tikiwiki: [QT] Quality Team Backport [20:37] tikiwiki: r31444 | marclaporte | 2010-12-16 06:21:30 +0100 (Thu, 16 Dec 2010) | 5 lines [20:37] tikiwiki: [FIX] PDO upgrades: Quiet error "This command is not supported in the prepared statement protocol yet" running ALTER DATABASE to change database's default charset in some installations [20:37] tikiwiki: (noticed on MySQL 5.0.77 with PHP 5.1.6) [20:37] tikiwiki: "Your database encoding is not in UTF-8." dialog would reappear after running Convert database and tables to UTF-8 [20:37] tikiwiki: Emulate prepared statements in installer. trunk is not affected after r31039 [20:38] tikiwiki: 03pkdille * r32692 10/branches/6.x/lib/trackers/trackerlib.php: [20:38] tikiwiki: [QT] Quality Team Backport [20:38] tikiwiki: r31447 | nkoth | 2010-12-16 17:20:27 +0100 (Thu, 16 Dec 2010) | 1 line [20:38] tikiwiki: [FIX][bp/r31446] Object was not being removed properly when tracker item is deleted, leading to for example freetagged objects still appearing in browse freetags. [20:43] tikiwiki: 03pkdille * r32693 10/branches/6.x/lib/trackers/trackerlib.php: [20:43] tikiwiki: [QT] Quality Team Backport [20:43] tikiwiki: r31450 | nkoth | 2010-12-16 17:25:28 +0100 (Thu, 16 Dec 2010) | 1 line [20:43] tikiwiki: [FIX][bp/r31448][bp/r31449] When tracker is removed with items still in it, the removal of the items in it were not clean. [20:43] tikiwiki: 03pkdille * r32694 10/branches/6.x/tiki-view_forum.php: [20:43] tikiwiki: [QT] Quality Team Backport [20:43] tikiwiki: r31452 | nkoth | 2010-12-16 17:32:06 +0100 (Thu, 16 Dec 2010) | 1 line [20:43] tikiwiki: [FIX][bp/r31451] Freetags were not being applied on new forum topic creation [20:43] tikiwiki: 03pkdille * r32695 10/branches/6.x/templates/tracker_filter.tpl: [20:43] tikiwiki: [QT] Quality Team Backport [20:43] tikiwiki: r31462 | xavidp | 2010-12-17 13:07:45 +0100 (Fri, 17 Dec 2010) | 1 line [20:43] tikiwiki: [ENH][bp/r31461]Added autocomplete when filtering tracker items, for 'user' field type [20:43] tikiwiki: 03pkdille * r32696 10/branches/6.x/styles/layout/design.css: [20:43] tikiwiki: [QT] Quality Team Backport [20:43] tikiwiki: r31464 | xavidp | 2010-12-17 14:33:31 +0100 (Fri, 17 Dec 2010) | 1 line [20:43] tikiwiki: [ENH][bp/r31463]Added label.error for clearer jq validation messages for the end user. Thanks ricks99 and jonnyb for tips [20:44] tikiwiki: 03pkdille * r32697 10/branches/6.x/lib/ (articles/artlib.php wiki-plugins/wikiplugin_article.php): [20:44] tikiwiki: [QT] Quality Team Backport [20:44] tikiwiki: r31466 | jonnybradley | 2010-12-17 14:46:24 +0100 (Fri, 17 Dec 2010) | 2 lines [20:44] tikiwiki: [bp/r31465][FIX] articles: When getting a single articleId no need to use list_articles() which does a very slow and complicated query. Was over 2 seconds, now under 0.1 [20:44] tikiwiki: Only used in wikiplugin_article so far, other uses may be possible. [20:48] tikiwiki: 03pkdille * r32698 10/branches/6.x/validate-ajax.php: [20:48] tikiwiki: [QT] Quality Team Backport [20:48] tikiwiki: r31508 | nkoth | 2010-12-20 11:18:06 +0100 (Mon, 20 Dec 2010) | 1 line [20:48] tikiwiki: [FIX][bp/r31507] Validator was not validating an input of "0" [20:48] tikiwiki: 03pkdille * r32699 10/branches/6.x/lib/wiki-plugins/wikiplugin_datachannel.php: [20:48] tikiwiki: [QT] Quality Team Backport [20:48] tikiwiki: r31509 | nkoth | 2010-12-20 11:20:25 +0100 (Mon, 20 Dec 2010) | 1 line [20:48] tikiwiki: [FIX][bp/31506] If price is set to 0.00 (which is possible if generated from pretty tracker for example), it is not taken as empty, vs. 0, which gives inconsistent results. [20:48] tikiwiki: 03pkdille * r32700 10/branches/6.x/lib/ (2 files in 2 dirs): [20:48] tikiwiki: [QT] Quality Team Backport [20:48] tikiwiki: r31511 | nkoth | 2010-12-20 11:42:54 +0100 (Mon, 20 Dec 2010) | 1 line [20:48] tikiwiki: [FIX][bp/31510] After datachannel with payment is executed, execution stopped leading to payment not being reflected properly as paid in Tiki Payments. [20:53] *** JoernOtt has joined #tikiwiki [20:56] tikiwiki: 03pkdille * r32701 10/branches/6.x/ (4 files in 2 dirs): [20:56] tikiwiki: [QT] Quality Team Backport [20:56] tikiwiki: r31484 | xavidp | 2010-12-18 21:46:40 +0100 (Sat, 18 Dec 2010) | 1 line [20:56] tikiwiki: [ENH][bp/r31482]Added css style for quote plugin + new simple quote icon created by myself (LGPL'd) [20:56] tikiwiki: 03pkdille * r32702 10/branches/6.x/styles/ (arcturus.css business.css jqui.css): [20:56] tikiwiki: [QT] Quality Team Backport [20:56] tikiwiki: r31513 | xavidp | 2010-12-20 15:22:20 +0100 (Mon, 20 Dec 2010) | 1 line [20:56] tikiwiki: [FIX][br/r31512]Fixing the wrong relative link in r3182 (r31484 in proposals/6x) for the quote plugin image. Thanks jonnyb for reporting [20:56] tikiwiki: 03pkdille * r32703 10/branches/6.x/styles/layout/design.css: [20:56] tikiwiki: [QT] Quality Team Backport [20:56] tikiwiki: r31514 | xavidp | 2010-12-20 15:27:04 +0100 (Mon, 20 Dec 2010) | 1 line [20:56] tikiwiki: [FIX]Fixing wrong relative path. Thanks jonnyb for reporting. [20:57] tikiwiki: 03pkdille * r32704 10/branches/6.x/templates/tiki-admin_tracker_fields.tpl: [20:57] tikiwiki: [QT] Quality Team Backport [20:57] tikiwiki: r31520 | sylvieg | 2010-12-20 21:36:07 +0100 (Mon, 20 Dec 2010) | 1 line [20:57] tikiwiki: [bp/ r31518][FIX]tracker: show pagination also in the tracker export tab [20:57] tikiwiki: 03pkdille * r32705 10/branches/6.x/lib/trackers/dynamic_list.js: [20:57] tikiwiki: [QT] Quality Team Backport [20:57] tikiwiki: r31533 | sylvieg | 2010-12-20 22:02:06 +0100 (Mon, 20 Dec 2010) | 1 line [20:57] tikiwiki: [bp /r31528][FIX]tracker: dynamic list to work in regsitration [20:57] tikiwiki: 03pkdille * r32706 10/branches/6.x/ (templates/tiki-show_page.tpl tiki-approve_staging_page.php): [20:57] tikiwiki: [QT] Quality Team Backport [20:57] tikiwiki: r31550 | nkoth | 2010-12-21 00:30:00 +0100 (Tue, 21 Dec 2010) | 1 line [20:57] tikiwiki: [FIX][KIL][bp/r31548][bp/r31549] Remove features that never worked and was just confusing users [20:58] tikiwiki: 03pkdille * r32707 10/branches/6.x/tiki-approve_staging_page.php: [20:58] tikiwiki: [QT] Quality Team Backport [20:58] tikiwiki: r31553 | nkoth | 2010-12-21 00:51:37 +0100 (Tue, 21 Dec 2010) | 1 line [20:58] tikiwiki: [FIX][bp/r31552] Put back delete staging page after approval feature that was lost [20:58] tikiwiki: 03pkdille * r32708 10/branches/6.x/tiki-approve_staging_page.php: [20:58] tikiwiki: [QT] Quality Team Backport [20:58] tikiwiki: r31556 | nkoth | 2010-12-21 01:14:06 +0100 (Tue, 21 Dec 2010) | 1 line [20:58] tikiwiki: [FIX][bp/r31555] Prevent "Either staging or approved page cannot be found" error when staging page is created before approved page [20:59] tikiwiki: 03pkdille * r32709 10/branches/6.x/lib/init/tra.php: [20:59] tikiwiki: [QT] Quality Team Backport [20:59] tikiwiki: r31567 | trebly | 2010-12-21 16:10:43 +0100 (Tue, 21 Dec 2010) | 2 lines [20:59] tikiwiki: [FIX] Crash : buglist 3481 (since 4.1): Reason during first tiki-setup after version upgrade tra.php can be called when $tikilib is not yet set then the function tra_impl crashes. [20:59] tikiwiki: I have justed added a first level isset on $tikilib [20:59] tikiwiki: 03pkdille * r32710 10/branches/6.x/tiki-approve_staging_page.php: [20:59] tikiwiki: [QT] Quality Team Backport [20:59] tikiwiki: r31580 | nkoth | 2010-12-21 17:46:47 +0100 (Tue, 21 Dec 2010) | 1 line [20:59] tikiwiki: [FIX][bp/r31579] Prevent "Approved page was last saved after most recent staging edit" error when approving for first time [20:59] tikiwiki: 03pkdille * r32711 10/branches/6.x/templates/tiki-show_page.tpl: [20:59] tikiwiki: [QT] Quality Team Backport [20:59] tikiwiki: r31583 | marclaporte | 2010-12-21 18:29:02 +0100 (Tue, 21 Dec 2010) | 1 line [20:59] tikiwiki: [UI] [bp/r31582] Staging and Approval: show diff by default to save a click [20:59] tikiwiki: 03pkdille * r32712 10/branches/6.x/lib/categories/categlib.php: [20:59] tikiwiki: [QT] Quality Team Backport [20:59] tikiwiki: r31585 | nkoth | 2010-12-21 19:28:00 +0100 (Tue, 21 Dec 2010) | 1 line [20:59] tikiwiki: [FIX][bp/r31584] Proper checking of edit perms on a category for approving (staging and approval) rights [21:00] tikiwiki: 03pkdille * r32713 10/branches/6.x/ (5 files in 3 dirs): [21:00] tikiwiki: [QT] Quality Team Backport [21:00] tikiwiki: r31589 | nkoth | 2010-12-21 22:20:23 +0100 (Tue, 21 Dec 2010) | 1 line [21:00] tikiwiki: [FIX][bp/r31588] Usability: Show approving/staging interface on page history page as well (not just view page interface) [21:00] tikiwiki: 03pkdille * r32714 10/branches/6.x/tiki-pagehistory.php: [21:00] tikiwiki: [QT] Quality Team Backport [21:00] tikiwiki: r31591 | sylvieg | 2010-12-21 22:36:16 +0100 (Tue, 21 Dec 2010) | 1 line [21:00] tikiwiki: [bp/ r31590][FIX]wiki: error in history if page does not exist + missing include [21:00] tikiwiki: 03pkdille * r32715 10/branches/6.x/lib/wiki/renderlib.php: [21:00] tikiwiki: [QT] Quality Team Backport [21:00] tikiwiki: r31594 | nkoth | 2010-12-21 22:59:06 +0100 (Tue, 21 Dec 2010) | 1 line [21:00] tikiwiki: [FIX][bp/r31593] Missing include from last commit [21:00] tikiwiki: 03pkdille * r32716 10/branches/6.x/templates/tiki-wiki_staging.tpl: [21:00] tikiwiki: [QT] Quality Team Backport [21:00] tikiwiki: r31596 | marclaporte | 2010-12-22 02:32:32 +0100 (Wed, 22 Dec 2010) | 1 line [21:00] tikiwiki: [bp/ r31595] Don't link to same page [21:01] tikiwiki: 03pkdille * r32717 10/branches/6.x/lib/wiki/wikilib.php: [21:01] tikiwiki: [QT] Quality Team Backport [21:01] tikiwiki: r31598 | marclaporte | 2010-12-22 03:16:25 +0100 (Wed, 22 Dec 2010) | 1 line [21:01] tikiwiki: [bp/ r31597] [MOD]Wiki page name bad characters: remove current nomination - star, as we need for Staging and Approval Ref: http://dev.tiki.org/Bad+characters [21:01] tikiwiki: 03pkdille * r32718 10/branches/6.x/templates/tiki-wiki_staging.tpl: [21:01] tikiwiki: [QT] Quality Team Backport [21:01] tikiwiki: r31600 | marclaporte | 2010-12-22 03:55:29 +0100 (Wed, 22 Dec 2010) | 1 line [21:01] tikiwiki: [bp/ r31599] [UI] Adding a note about the existence of a staging version of the current page [21:02] tikiwiki: 03pkdille * r32719 10/branches/6.x/templates/translated-lang.tpl: [21:02] tikiwiki: [QT] Quality Team Backport [21:02] tikiwiki: r31610 | changi67 | 2010-12-22 16:16:58 +0100 (Wed, 22 Dec 2010) | 1 line [21:02] tikiwiki: [bp/31609][FIX] class form is not the right to use otherwise the selector is not aligned horizontally [21:02] tikiwiki: 03pkdille * r32720 10/branches/6.x/lib/prefs/wikiapproval.php: [21:02] tikiwiki: [QT] Quality Team Backport [21:02] tikiwiki: r31613 | nkoth | 2010-12-22 17:10:36 +0100 (Wed, 22 Dec 2010) | 1 line [21:02] tikiwiki: [FIX][bp/31612] If not in the group, edit is always redirected to the staging page edit feature was not working properly [21:02] smells like 6.2 [21:02] tikiwiki: 03pkdille * r32721 10/branches/6.x/lib/wiki/editlib.php: [21:02] tikiwiki: [QT] Quality Team Backport [21:02] tikiwiki: r31618 | nkoth | 2010-12-22 17:29:25 +0100 (Wed, 22 Dec 2010) | 1 line [21:02] tikiwiki: [FIX][bp/31617] When creating staging page, if there is already approved page language need not be asked anymore [21:03] tikiwiki: 03pkdille * r32722 10/branches/6.x/ (lib/profilelib/installlib.php xmlrpc.php): [21:03] tikiwiki: [QT] Quality Team Backport [21:03] tikiwiki: r31624 | sampaioprimo | 2010-12-22 20:05:13 +0100 (Wed, 22 Dec 2010) | 2 lines [21:03] tikiwiki: [FIX][bp/31623] profilelib/installlib.php and xmlrpc.php were using wrong param order when calling bloglib::blog_post() [21:03] tikiwiki: 03pkdille * r32723 10/branches/6.x/styles/coelesce.css: [21:03] tikiwiki: [QT] Quality Team Backport [21:03] tikiwiki: r31629 | pkdille | 2010-12-23 10:08:41 +0100 (Thu, 23 Dec 2010) | 1 line [21:03] tikiwiki: [bp/r31628][FIX] the category list below wikipages exceeds the catitems zone with Chrome. Also, standardize the look with all other builtin themes [21:03] tikiwiki: 03pkdille * r32724 10/branches/6.x/db/ (tiki-secdb_6.0_mysql.sql tiki-secdb_6.1_mysql.sql): [21:03] tikiwiki: [QT] Quality Team Backport [21:03] tikiwiki: r31653 | marclaporte | 2010-12-25 22:33:43 +0100 (Sat, 25 Dec 2010) | 1 line [21:03] tikiwiki: leftover secdb files [21:03] tikiwiki: 03pkdille * r32725 10/branches/6.x/templates/tiki-admin_newsletters.tpl: [21:03] tikiwiki: [QT] Quality Team Backport [21:03] tikiwiki: r31698 | xavidp | 2011-01-01 11:52:35 +0100 (Sat, 01 Jan 2011) | 1 line [21:03] tikiwiki: [bp/r31697][FIX]Send user to the right tab to create a newsletter, as the button says [21:05] tikiwiki: 03pkdille * r32726 10/branches/6.x/templates/tiki-list_posts.tpl: [21:05] tikiwiki: [QT] Quality Team Backport [21:05] tikiwiki: r31703 | xavidp | 2011-01-01 17:13:22 +0100 (Sat, 01 Jan 2011) | 1 line [21:05] tikiwiki: [MOD][bp/r31702]When viewing all posts from all blogs in one tiki site, there are much higher chances that you want to filter posts by selected blog name than editing each blog settings from there [21:05] tikiwiki: 03pkdille * r32727 10/branches/6.x/_htaccess: [21:05] tikiwiki: [QT] Quality Team Backport [21:05] tikiwiki: r31706 | xavidp | 2011-01-02 12:58:03 +0100 (Sun, 02 Jan 2011) | 1 line [21:05] tikiwiki: [FIX][bp/r31704]Show the form to subscribe to the indicated newsletter when accessing it through rewrite rules [21:05] tikiwiki: 03pkdille * r32728 10/branches/6.x/templates/ (find.tpl tiki-friends.tpl tiki-list_users.tpl): [21:05] tikiwiki: [QT] Quality Team Backport [21:05] tikiwiki: r31708 | xavidp | 2011-01-02 14:23:38 +0100 (Sun, 02 Jan 2011) | 1 line [21:05] tikiwiki: [ENH][bp/r31707]Add autocomplete username in the 'find' box at features: list users, friendship network [21:05] tikiwiki: 03pkdille * r32729 10/branches/6.x/templates/header.tpl: [21:05] tikiwiki: [QT] Quality Team Backport [21:05] tikiwiki: r31710 | xavidp | 2011-01-02 16:34:46 +0100 (Sun, 02 Jan 2011) | 1 line [21:05] tikiwiki: [Fix]{bp/r31709]Fix wrong preference name for the PluginSharethis icon to show up (articles, not cms) [21:05] *** JoernOtt has quit IRC (Ping timeout: 272 seconds) [21:06] tikiwiki: 03pkdille * r32730 10/branches/6.x/_htaccess: [21:06] tikiwiki: [QT] Quality Team Backport [21:06] tikiwiki: r31712 | xavidp | 2011-01-02 16:53:52 +0100 (Sun, 02 Jan 2011) | 1 line [21:06] tikiwiki: [ENH][bp/r31711]Added rewrite rule to list users [21:06] tikiwiki: 03pkdille * r32731 10/branches/6.x/templates/tiki-edit_help_plugins.tpl: [21:06] tikiwiki: [QT] Quality Team Backport [21:06] tikiwiki: r31714 | xavidp | 2011-01-02 17:33:26 +0100 (Sun, 02 Jan 2011) | 1 line [21:06] tikiwiki: [FIX][bp/r31713]tr missing [21:06] tikiwiki: 03pkdille * r32732 10/branches/6.x/tiki-list_file_gallery.php: [21:06] tikiwiki: [QT] Quality Team Backport [21:06] tikiwiki: r31717 | changi67 | 2011-01-02 20:21:40 +0100 (Sun, 02 Jan 2011) | 1 line [21:06] tikiwiki: [bp/31716][FIX] Don't look after archive when the filegal doesn't have. Divided by 10 the processing time on big filegal like Photo gallery [21:06] tikiwiki: 03pkdille * r32733 10/branches/6.x/tiki-send_objects.php: [21:06] tikiwiki: [QT] Quality Team Backport [21:06] tikiwiki: r31721 | chealer | 2011-01-03 04:20:41 +0100 (Mon, 03 Jan 2011) | 1 line [21:06] tikiwiki: [bp/r31720][FIX] Communications: Article image width taken as height during transmission [21:07] tikiwiki: 03pkdille * r32734 10/branches/6.x/templates/tiki-wiki_structure_bar.tpl: [21:07] tikiwiki: [QT] Quality Team Backport [21:07] tikiwiki: r31736 | sylvieg | 2011-01-03 21:47:24 +0100 (Mon, 03 Jan 2011) | 1 line [21:07] tikiwiki: [bp / r31735][FIX]structure: insert in the structure the new page if added from the structure bar [21:07] tikiwiki: 03pkdille * r32735 10/branches/6.x/tiki-edit_structure.php: [21:07] tikiwiki: [QT] Quality Team Backport [21:07] tikiwiki: r31739 | sylvieg | 2011-01-03 22:02:28 +0100 (Mon, 03 Jan 2011) | 1 line [21:07] tikiwiki: [bp/r 31738][FIX]structure: more friendly to search on a part of the name instead full name in add_page_to_current_node [21:07] tikiwiki: 03pkdille * r32736 10/branches/6.x/lib/setup/language.php: [21:07] tikiwiki: [QT] Quality Team Backport [21:07] tikiwiki: r31741 | changi67 | 2011-01-03 22:12:29 +0100 (Mon, 03 Jan 2011) | 1 line [21:07] tikiwiki: [bp/31740][FIX] When feature multilingual is on and we deactivate user pref to change language using their preferences, we don't want this user pref to be used anymore [21:07] tikiwiki: 03pkdille * r32737 10/branches/6.x/lib/setup/language.php: [21:07] tikiwiki: [QT] Quality Team Backport [21:07] tikiwiki: r31744 | changi67 | 2011-01-04 13:42:17 +0100 (Tue, 04 Jan 2011) | 1 line [21:07] tikiwiki: [bp/31743][FIX] Better fix for r31740 When feature multilingual is on and we deactivate user pref to change language using their preferences, we don't want this user pref to be used anymore - thx Nyloth [21:08] good thing no one is trying to have a conversation between those commits [21:12] *** JoernOtt has joined #tikiwiki [21:12] tikiwiki: 03pkdille * r32738 10/branches/6.x/lib/ (prefs/feature.php tikilib.php): [21:12] tikiwiki: [QT] Quality Team Backport [21:12] tikiwiki: r31751 | lphuberdeau | 2011-01-04 19:14:10 +0100 (Tue, 04 Jan 2011) | 1 line [21:12] tikiwiki: [FIX]?\194?\160Preserve admin rights on user pages and prevent the user page prefix from being empty (which breaks new page creation) [bp/31750] [21:12] everyone is waiting patiently for 6.2 :P [21:13] tikiwiki: 03pkdille * r32739 10/branches/6.x/installer/shell.php: [21:13] tikiwiki: [QT] Quality Team Backport [21:13] tikiwiki: r31754 | lphuberdeau | 2011-01-04 20:47:12 +0100 (Tue, 04 Jan 2011) | 1 line [21:13] tikiwiki: [FIX] tiki-setup_base.php cannot be included in the installer because tiki is not installed at that time, which breaks the shell installer and TRIM [bp/31753] [21:13] tikiwiki: 03pkdille * r32740 10/branches/6.x/templates/tiki-edit_structure.tpl: [21:13] tikiwiki: [QT] Quality Team Backport [21:13] tikiwiki: r31759 | xavidp | 2011-01-04 21:21:35 +0100 (Tue, 04 Jan 2011) | 1 line [21:13] tikiwiki: [ENH][bp/r31758]Autocomplete pagenames added to 'edit structures' interface [21:13] tikiwiki: 03pkdille * r32741 10/branches/6.x/installer/schema/ (2 files): [21:13] tikiwiki: [QT] Quality Team Backport [21:13] tikiwiki: r31764 | sylvieg | 2011-01-04 23:57:58 +0100 (Tue, 04 Jan 2011) | 1 line [21:13] tikiwiki: [bp/r 31763][FIX]sefurl: fix item link in search [21:13] tikiwiki: 03pkdille * r32742 10/branches/6.x/lib/smarty_tiki/modifier.sefurl.php: [21:13] tikiwiki: [QT] Quality Team Backport [21:13] tikiwiki: r31774 | sylvieg | 2011-01-05 18:35:19 +0100 (Wed, 05 Jan 2011) | 1 line [21:13] tikiwiki: [bp/r31773][FIX]sefurl: missing image sefurl (used in CATEGORY) [21:13] tikiwiki: 03pkdille * r32743 10/branches/6.x/styles/layout/layout.css: [21:13] tikiwiki: [QT] Quality Team Backport [21:13] tikiwiki: r31777 | xavidp | 2011-01-05 22:08:16 +0100 (Wed, 05 Jan 2011) | 1 line [21:13] tikiwiki: [ENH][bp/r31776]Visually separating a little bit more rows (and their input boxes) in a form inside tracker plugin. Thanks ricks99 and luciash for tips. [21:14] tikiwiki: 03pkdille * r32744 10/branches/6.x/templates/tiki-user_information.tpl: [21:14] tikiwiki: [QT] Quality Team Backport [21:14] tikiwiki: r31792 | chealer | 2011-01-06 20:56:25 +0100 (Thu, 06 Jan 2011) | 1 line [21:14] tikiwiki: [bp/r31790][FIX] User information: not showing homepage (r8075 regression) [21:14] tikiwiki: 03pkdille * r32745 10/branches/6.x/lib/smarty_tiki/modifier.username.php: [21:14] tikiwiki: [QT] Quality Team Backport [21:14] tikiwiki: r31849 | jonnybradley | 2011-01-10 18:26:52 +0100 (Mon, 10 Jan 2011) | 1 line [21:14] tikiwiki: [bp/r31848][FIX] username: Obey pref user_show_realnames in smarty modifier. Logic was flipped in r29234 [21:14] tikiwiki: 03pkdille * r32746 10/branches/6.x/tiki-download_item_attachment.php: [21:14] tikiwiki: [QT] Quality Team Backport [21:14] tikiwiki: r31852 | xavidp | 2011-01-10 20:18:59 +0100 (Mon, 10 Jan 2011) | 1 line [21:14] tikiwiki: [ENH][bp/r31768]tracker: can also download a tracker attachment with itemId and fieldId in the url. Thanks sylvieg [21:14] tikiwiki: 03pkdille * r32747 10/branches/6.x/styles/jqui/options/excitebike.css: [21:14] tikiwiki: [QT] Quality Team Backport [21:14] tikiwiki: r31866 | chibaguy | 2011-01-12 10:35:23 +0100 (Wed, 12 Jan 2011) | 1 line [21:14] tikiwiki: [FIX][bp/r31865] Incorrect background image paths. Thanks, Xavi. [21:15] tikiwiki: 03pkdille * r32748 10/branches/6.x/lib/images/abstract.php: [21:15] tikiwiki: [QT] Quality Team Backport [21:15] tikiwiki: r31867 | jonnybradley | 2011-01-12 13:46:17 +0100 (Wed, 12 Jan 2011) | 2 lines [21:15] tikiwiki: [bp/r31847][FIX] images: suppress error with exif_thumbnail problems (so it gets built the normal way) [21:15] tikiwiki: 03pkdille * r32749 10/branches/6.x/lib/smarty_tiki/block.textarea.php: [21:15] tikiwiki: [QT] Quality Team Backport [21:15] tikiwiki: r31869 | jonnybradley | 2011-01-12 14:05:29 +0100 (Wed, 12 Jan 2011) | 2 lines [21:15] tikiwiki: [bp/r31868][MOD] toolbars: Use comments toolbar if using _simple textarea mode [21:15] tikiwiki: 03pkdille * r32750 10/branches/6.x/templates/modules/mod-translation.tpl: [21:15] tikiwiki: [QT] Quality Team Backport [21:15] tikiwiki: r31886 | chibaguy | 2011-01-13 02:47:16 +0100 (Thu, 13 Jan 2011) | 1 line [21:15] tikiwiki: [bp/r31885][FIX] Slash missing from self-closed element (
). (This was the only XHTML 1.0 Transitional validation error at t.o/tiki-index.php.) [21:16] tikiwiki: 03pkdille * r32751 10/branches/6.x/templates/ (7 files in 4 dirs): [21:16] tikiwiki: [QT] Quality Team Backport [21:16] tikiwiki: r31888 | chibaguy | 2011-01-13 03:13:26 +0100 (Thu, 13 Jan 2011) | 1 line [21:16] tikiwiki: [bp/r31887][FIX] Slash missing from self-closed element (
) - validation error. [21:19] tikiwiki: 03pkdille * r32752 10/branches/6.x/styles/ (feb12.css ohia.css): [21:19] tikiwiki: [QT] Quality Team Backport [21:19] tikiwiki: r31890 | chibaguy | 2011-01-13 07:18:52 +0100 (Thu, 13 Jan 2011) | 1 line [21:19] tikiwiki: [bp/r31889][FIX] -1px bottom margin on .tabs caused .tabcontent offset to right in Opera. [21:19] tikiwiki: 03pkdille * r32753 10/branches/6.x/_htaccess: [21:19] tikiwiki: [QT] Quality Team Backport [21:19] tikiwiki: r31894 | xavidp | 2011-01-13 13:38:31 +0100 (Thu, 13 Jan 2011) | 1 line [21:19] tikiwiki: [ENH][bp/r31893]Added param to increase php_value mac_execution_time (commented out by default) [21:19] tikiwiki: 03pkdille * r32754 10/branches/6.x/tiki-edit_article.php: [21:19] tikiwiki: [QT] Quality Team Backport [21:19] tikiwiki: r31896 | sylvieg | 2011-01-13 15:17:59 +0100 (Thu, 13 Jan 2011) | 1 line [21:19] tikiwiki: [bp/r31895][FIX]article: sefurl after edit [21:20] tikiwiki: 03pkdille * r32755 10/branches/6.x/ (lib/tikiaccesslib.php tiki-read_article.php): [21:20] tikiwiki: [QT] Quality Team Backport [21:20] tikiwiki: r31899 | sylvieg | 2011-01-13 20:25:33 +0100 (Thu, 13 Jan 2011) | 1 line [21:20] tikiwiki: [bp/r31898][FIX]permission: when permission when not log-in, encourage to come back to the page where the error occurs [21:20] tikiwiki: 03pkdille * r32756 10/branches/6.x/ (installer/tiki-installer.php templates/tiki-install.tpl): [21:20] tikiwiki: [QT] Quality Team Backport [21:20] tikiwiki: r31908 | sylvieg | 2011-01-14 18:41:34 +0100 (Fri, 14 Jan 2011) | 1 line [21:20] tikiwiki: [bp/r 31907][FIX]upgrade: incorporate the fix from http://tiki.org/ReleaseNotes40 about disable accounts as a potential checkbox [21:20] tikiwiki: 03pkdille * r32757 10/branches/6.x/ (4 files in 4 dirs): [21:20] tikiwiki: [QT] Quality Team Backport [21:20] tikiwiki: r31909 | sylvieg | 2011-01-14 19:27:58 +0100 (Fri, 14 Jan 2011) | 1 line [21:20] tikiwiki: [bp/r31752][NEW] Preference to prevent from accessing the site outside HTTPS to prevent session hijack [21:21] tikiwiki: 03pkdille * r32758 10/branches/6.x/tiki-calendar_edit_item.php: [21:21] tikiwiki: [QT] Quality Team Backport [21:21] tikiwiki: r31912 | sylvieg | 2011-01-14 20:19:52 +0100 (Fri, 14 Jan 2011) | 1 line [21:21] tikiwiki: [FIX]calendar: fix personal calendar (partial rollback 22563). A personal calendar is shared by everybody that can see it - but user sees only his events [21:23] tikiwiki: 03pkdille * r32759 10/branches/proposals/6.x/templates/tiki-edit_blog.tpl: [QT] Rollback rejected proposition r31918 [21:24] tikiwiki: 03pkdille * r32760 10/branches/6.x/lib/categories/categlib.php: [21:24] tikiwiki: [QT] Quality Team Backport [21:24] tikiwiki: r31955 | nkoth | 2011-01-17 20:48:50 +0100 (Mon, 17 Jan 2011) | 1 line [21:24] tikiwiki: [bp/r31954][FIX] Forum posts that are freetagged not showing in browse freetags except for admin [21:24] tikiwiki: 03pkdille * r32761 10/branches/6.x/lang/iu/language.php: [21:24] tikiwiki: [QT] Quality Team Backport [21:24] tikiwiki: r31961 | marclaporte | 2011-01-17 23:04:11 +0100 (Mon, 17 Jan 2011) | 1 line [21:24] tikiwiki: some Inuktitut translations from today's training session [21:33] tikiwiki: 03pkdille * r32762 10/branches/proposals/6.x/lib/categories/categlib.php: [QT] Rollback rejected proposition r32019 [21:36] tikiwiki: 03pkdille * r32763 10/branches/proposals/6.x/lib/wiki-plugins/ (5 files): [QT] Rollback rejected proposition r31966 [21:36] tikiwiki: 03pkdille * r32764 10/branches/proposals/6.x/lib/wiki-plugins/wikiplugin_div.php: [QT] Rollback rejected proposition r31965 [21:38] tikiwiki: 03pkdille * r32765 10/branches/proposals/6.x/lib/wiki-plugins/ (wikiplugin_banner.php wikiplugin_calendar.php): [QT] Rollback rejected proposition r31964 [21:38] *** jonnyb has joined #tikiwiki [21:39] tikiwiki: 03pkdille * r32766 10/branches/proposals/6.x/lib/wiki-plugins/wikiplugin_article.php: [QT] Rollback rejected proposition r31963 [21:50] tikiwiki: 03pkdille * r32767 10/branches/proposals/6.x/lib/wiki-plugins/ (140 files): [QT] Rollback rejected proposition r31962 [21:51] tikiwiki: 03pkdille * r32768 10/branches/6.x/lib/setup/absolute_urls.php: [21:51] tikiwiki: [QT] Quality Team Backport [21:51] tikiwiki: r31976 | jonnybradley | 2011-01-18 15:49:12 +0100 (Tue, 18 Jan 2011) | 2 lines [21:51] tikiwiki: [bp/r31975][FIX] header: Missing base_uri smarty var [21:51] tikiwiki: 03pkdille * r32769 10/branches/6.x/lib/prefs/feature.php: [21:51] tikiwiki: [QT] Quality Team Backport [21:51] tikiwiki: r32005 | sylvieg | 2011-01-19 14:08:42 +0100 (Wed, 19 Jan 2011) | 1 line [21:51] tikiwiki: [bp/r32004][FIX]share: warning to activate antibot [21:53] tikiwiki: 03pkdille * r32770 10/branches/6.x/tiki-tc.php: [21:53] tikiwiki: [QT] Quality Team Backport [21:53] tikiwiki: r32039 | eromneg | 2011-01-20 18:20:17 +0100 (Thu, 20 Jan 2011) | 2 lines [21:53] tikiwiki: [FIX] theme-control: Reset $style_base for new tc_theme. Stops smarty using wrong custom style tpls when in theme controlled mode. Ref trunk revision 32031 (thanks jonny) [21:53] tikiwiki: 03pkdille * r32771 10/branches/6.x/templates/tiki-view_tracker_item.tpl: [21:53] tikiwiki: [QT] Quality Team Backport [21:53] tikiwiki: r32060 | sylvieg | 2011-01-21 14:35:34 +0100 (Fri, 21 Jan 2011) | 1 line [21:53] tikiwiki: [bp/r32059][FIX]tracker: take away in the title Tracker Item - because too long and people know where they are below with see item... [21:53] tikiwiki: 03pkdille * r32772 10/branches/6.x/templates/tiki-rollback.tpl: [21:53] tikiwiki: [QT] Quality Team Backport [21:53] tikiwiki: r32072 | nkoth | 2011-01-21 19:49:55 +0100 (Fri, 21 Jan 2011) | 1 line [21:53] tikiwiki: [bp/r32071][FIX] Rollback was failing when there was a form in the preview data created by wiki plugins e.g. when there is a datachannel plugin; leading to nested form fields applying to the rolling back form. [21:54] *** rodrigo_sampaio has quit IRC (Ping timeout: 276 seconds) [21:54] tikiwiki: 03pkdille * r32773 10/branches/6.x/ (5 files in 2 dirs): [21:54] tikiwiki: [QT] Quality Team Backport [21:54] tikiwiki: r32075 | sylvieg | 2011-01-21 20:46:24 +0100 (Fri, 21 Jan 2011) | 1 line [21:54] tikiwiki: [bp/r32051][ENH]tracker: level to a header field [21:54] tikiwiki: 03pkdille * r32774 10/branches/6.x/templates/tracker_pretty_item.tpl: [21:54] tikiwiki: [QT] Quality Team Backport [21:54] tikiwiki: r32085 | sylvieg | 2011-01-21 23:46:08 +0100 (Fri, 21 Jan 2011) | 1 line [21:54] tikiwiki: [bp/r32084][FIX]tracker: show also header in pretty trackerlist [21:54] tikiwiki: 03pkdille * r32775 10/branches/6.x/lib/tikilib.php: [21:54] tikiwiki: [QT] Quality Team Backport [21:54] tikiwiki: r32089 | lphuberdeau | 2011-01-22 15:55:14 +0100 (Sat, 22 Jan 2011) | 1 line [21:54] tikiwiki: [FIX]?\194?\160Class not loaded prior to use under certain execution paths. Not a backport as trunk does not have this issue. [21:54] tikiwiki: 03pkdille * r32776 10/branches/6.x/tiki-calendar_edit_item.php: [21:54] tikiwiki: [QT] Quality Team Backport [21:54] tikiwiki: r32097 | lindonb | 2011-01-23 05:08:21 +0100 (Sun, 23 Jan 2011) | 1 line [21:54] tikiwiki: [bp/r32094][FIX] Tentative status (status = 0) wasn't sticking because code was checking if empty rather than isset. [21:59] tikiwiki: 03pkdille * r32777 10/branches/6.x/tiki-calendar_edit_item.php: [21:59] tikiwiki: [QT] Quality Team Backport [21:59] tikiwiki: r32105 | sylvieg | 2011-01-24 13:15:33 +0100 (Mon, 24 Jan 2011) | 1 line [21:59] tikiwiki: [bp/r32104][FIX]calendar: can edit personal item [21:59] tikiwiki: 03pkdille * r32778 10/branches/6.x/lib/trackers/trackerlib.php: [21:59] tikiwiki: [QT] Quality Team Backport [21:59] tikiwiki: r32138 | sylvieg | 2011-01-25 19:35:16 +0100 (Tue, 25 Jan 2011) | 1 line [21:59] tikiwiki: [bp/r32137]FIX]tracker: security mesure not to rename empty field [22:00] tikiwiki: 03pkdille * r32779 10/branches/6.x/lib/userslib.php: [22:00] tikiwiki: [QT] Quality Team Backport [22:00] tikiwiki: r32140 | sylvieg | 2011-01-25 21:20:27 +0100 (Tue, 25 Jan 2011) | 1 line [22:00] tikiwiki: [bp/r 32138][FIX]intertiki: fix url send in validation email when register on slave [22:00] tikiwiki: 03pkdille * r32781 10/branches/6.x/lib/wiki/wikilib.php: [22:00] tikiwiki: [QT] Quality Team Backport [22:00] tikiwiki: r32145 | chealer | 2011-01-25 22:53:48 +0100 (Tue, 25 Jan 2011) | 1 line [22:00] tikiwiki: [bp/r32144][FIX] Wiki: global wiki cache ignored [22:01] tikiwiki: 03pkdille * r32780 10/branches/6.x/templates/tiki-wiki_topline.tpl: [22:01] tikiwiki: [QT] Quality Team Backport [22:01] tikiwiki: r32143 | chealer | 2011-01-25 22:33:27 +0100 (Tue, 25 Jan 2011) | 1 line [22:01] tikiwiki: [bp/r32142][FIX] Wiki: HTML for cached pages [22:01] tikiwiki: 03pkdille * r32782 10/branches/6.x/lib/tikilib.php: [22:01] tikiwiki: [QT] Quality Team Backport [22:01] tikiwiki: r32161 | nyloth | 2011-01-26 14:36:30 +0100 (Wed, 26 Jan 2011) | 1 line [22:01] tikiwiki: [FIX] date functions : Avoid 'Fatal error: Call to a member function setTZbyID() on a non-object' - This is not a backport from trunk because tikidate is now instanciated in a way that also fixes this problem. [22:02] tikiwiki: 03pkdille * r32783 10/branches/6.x/ (9 files in 6 dirs): (log message trimmed) [22:02] tikiwiki: [QT] Quality Team Backport [22:02] tikiwiki: r32162 | nyloth | 2011-01-26 17:58:28 +0100 (Wed, 26 Jan 2011) | 5 lines [22:02] tikiwiki: [bp/r31229][FIX] Workaround when using CAS in webdav [22:02] tikiwiki: [bp/r31565][FIX] CAS checkout, added autologin option for anonymous [22:02] tikiwiki: [bp/r31581 partial] [MOD] Fixed MOVE and implemented COPY in WebDAV + some WebDAV optimizations - Just keeping the fixes on CAS and date functions and improvements of the query used in "update_expired_groups" [22:02] tikiwiki: [bp/r32149][FIX] CAS authentication: if CAS authentication has failed (for [22:02] tikiwiki: 03pkdille * r32784 10/branches/6.x/lib/TikiWebdav/ (Backend/File.php PathFactories/File.php): [22:02] tikiwiki: [QT] Quality Team Backport [22:02] tikiwiki: r32163 | nyloth | 2011-01-26 18:19:07 +0100 (Wed, 26 Jan 2011) | 2 lines [22:02] tikiwiki: [bp/r31581 partial][MOD] Fixed MOVE and implemented COPY in WebDAV + some WebDAV optimizations [22:05] tikiwiki: 03pkdille * r32785 10/branches/6.x/ (10 files in 2 dirs): [22:05] tikiwiki: [QT] Quality Team Backport [22:05] tikiwiki: r32165 | nyloth | 2011-01-26 18:30:08 +0100 (Wed, 26 Jan 2011) | 3 lines [22:05] tikiwiki: [bp/r31254][MOD] Fixed PDF printing [22:05] tikiwiki: [bp/r31562][FIX] Headers sent while printing PDF did not work using HTTPS with Internet Explorer [22:05] tikiwiki: 03pkdille * r32786 10/branches/6.x/styles/coelesce.css: [22:05] tikiwiki: [QT] Quality Team Backport [22:05] tikiwiki: r32166 | nyloth | 2011-01-26 18:31:42 +0100 (Wed, 26 Jan 2011) | 2 lines [22:05] tikiwiki: [bp/r31262][FIX] CSS issues in IE with coelesce theme [22:06] tikiwiki: 03pkdille * r32787 10/branches/6.x/ (3 files in 2 dirs): [22:06] tikiwiki: [QT] Quality Team Backport [22:06] tikiwiki: r32167 | nyloth | 2011-01-26 18:34:55 +0100 (Wed, 26 Jan 2011) | 2 lines [22:06] tikiwiki: [bp/r31266][FIX] Improved {TRACKERFILTER} : keep filters when sorting and changing page + added a 'reset filters' action [22:06] *** pkdille has joined #tikiwiki [22:06] tikiwiki: 03pkdille * r32788 10/branches/6.x/lib/ (4 files in 4 dirs): [22:06] tikiwiki: [QT] Quality Team Backport [22:06] tikiwiki: r32168 | nyloth | 2011-01-26 18:46:18 +0100 (Wed, 26 Jan 2011) | 4 lines [22:06] tikiwiki: [bp/r31292 partial][MOD] Wiki pages can now be created, edited and deleted from a webdav client (like cadaver) - Only backport the fix for autoload [22:06] tikiwiki: [bp/r31630][FIX] Mime type detection when uploading a file in WebDAV [22:06] tikiwiki: [bp/r31631][FIX] File renaming in WebDAV using a Nautilus (Gnome file explorer) client [22:06] tikiwiki: 03pkdille * r32789 10/branches/6.x/ (lib/wiki-plugins/wikiplugin_redirect.php tiki-index.php): [22:06] tikiwiki: [QT] Quality Team Backport [22:06] tikiwiki: r32169 | nyloth | 2011-01-26 18:53:00 +0100 (Wed, 26 Jan 2011) | 2 lines [22:06] tikiwiki: [bp/r31419][FIX] Redirect plugin doesn't redirect in preview mode or just after saving page [22:06] tikiwiki: 03pkdille * r32790 10/branches/6.x/lib/categories/categlib.php: [22:06] tikiwiki: [QT] Quality Team Backport [22:06] tikiwiki: r32170 | nyloth | 2011-01-26 18:54:16 +0100 (Wed, 26 Jan 2011) | 2 lines [22:06] tikiwiki: [bp/r31420][MOD] In category listing, the id is displayed if items don't have displayed fields [22:07] tikiwiki: 03pkdille * r32791 10/branches/6.x/lib/tikilib.php: [22:07] tikiwiki: [QT] Quality Team Backport [22:07] tikiwiki: r32171 | nyloth | 2011-01-26 18:57:17 +0100 (Wed, 26 Jan 2011) | 2 lines [22:07] tikiwiki: [bp/r31560][FIX] Fixed QuickEdit in some cases, page search is now made using lowercase [22:07] tikiwiki: 03pkdille * r32792 10/branches/6.x/tiki-pagehistory.php: [22:07] tikiwiki: [QT] Quality Team Backport [22:07] tikiwiki: r32172 | nyloth | 2011-01-26 18:58:35 +0100 (Wed, 26 Jan 2011) | 2 lines [22:07] tikiwiki: [bp/r31561][FIX] Page diff in 'Only with last version' mode was inactive [22:07] tikiwiki: 03pkdille * r32793 10/branches/6.x/ (3 files in 3 dirs): [22:07] tikiwiki: [QT] Quality Team Backport [22:07] tikiwiki: r32173 | nyloth | 2011-01-26 19:00:54 +0100 (Wed, 26 Jan 2011) | 2 lines [22:07] tikiwiki: [bp/r31608][ADD] Module 'Menu structure', which displays a tree menu using cssmenu, based on a wiki structure [22:07] tikiwiki: 03pkdille * r32794 10/branches/6.x/tiki-list_file_gallery.php: [22:07] tikiwiki: [QT] Quality Team Backport [22:07] tikiwiki: r32174 | nyloth | 2011-01-26 19:01:55 +0100 (Wed, 26 Jan 2011) | 2 lines [22:07] tikiwiki: [bp/r31804][FIX] filegals: fix the 'Parent gallery' drop down list when editing a gallery that has no explorer or path shown. In this case the list was just displaying 'None' before this fix. [22:08] tikiwiki: 03pkdille * r32795 10/branches/6.x/lib/categories/categlib.php: [22:08] tikiwiki: [QT] Quality Team Backport [22:08] tikiwiki: r32175 | nyloth | 2011-01-26 19:04:35 +0100 (Wed, 26 Jan 2011) | 2 lines [22:08] tikiwiki: [bp/r31805][FIX] categories: fix tracker item categorization function, which was using the wrong variable for the itemId [22:08] tikiwiki: 03pkdille * r32796 10/branches/6.x/lib/jquery_tiki/tiki-jquery.js: [22:08] tikiwiki: [QT] Quality Team Backport [22:08] tikiwiki: r32176 | nyloth | 2011-01-26 19:05:34 +0100 (Wed, 26 Jan 2011) | 2 lines [22:08] tikiwiki: [bp/r31806][FIX] jquery popup: fix processed attribute [22:08] tikiwiki: 03pkdille * r32797 10/branches/6.x/templates/list_file_gallery_content.tpl: [22:08] tikiwiki: [QT] Quality Team Backport [22:08] tikiwiki: r32177 | nyloth | 2011-01-26 19:06:44 +0100 (Wed, 26 Jan 2011) | 2 lines [22:08] tikiwiki: [bp/r31807][FIX] filegals: fix table rows odd/even colors of the gallery listings [22:08] tikiwiki: 03pkdille * r32798 10/branches/6.x/tiki-setup_base.php: [22:08] tikiwiki: [QT] Quality Team Backport [22:08] tikiwiki: r32178 | nyloth | 2011-01-26 19:07:39 +0100 (Wed, 26 Jan 2011) | 2 lines [22:08] tikiwiki: [bp/r31808][FIX] silent sessions: the test was not working correctly and the session was sometimes not started even if the cookie was present... [22:08] tikiwiki: 03pkdille * r32799 10/branches/6.x/tiki-setup.php: [22:08] tikiwiki: [QT] Quality Team Backport [22:08] tikiwiki: r32179 | nyloth | 2011-01-26 19:08:31 +0100 (Wed, 26 Jan 2011) | 2 lines [22:08] tikiwiki: [bp/r31809][SEC][FIX] user variable : be sure that the user is not already [22:08] tikiwiki: defined by PHP on hosts that still have the php.ini config "register_globals = [22:08] tikiwiki: On". This was causing a lot of side effects, especially in the admin users [22:08] tikiwiki: panel. [22:09] tikiwiki: 03pkdille * r32800 10/branches/6.x/templates/tiki-adminusers.tpl: [22:09] tikiwiki: [QT] Quality Team Backport [22:09] tikiwiki: r32180 | nyloth | 2011-01-26 19:09:32 +0100 (Wed, 26 Jan 2011) | 2 lines [22:09] tikiwiki: [bp/r31810][FIX] admin users: don't allow the admin to ask the user to change his password at first login when he can't do this (when change_password pref is disabled) [22:09] tikiwiki: 03pkdille * r32801 10/branches/6.x/templates/tiki-browse_image.tpl: [22:09] tikiwiki: [QT] Quality Team Backport [22:09] tikiwiki: r32181 | nyloth | 2011-01-26 19:10:33 +0100 (Wed, 26 Jan 2011) | 2 lines [22:09] tikiwiki: [bp/r31811][FIX] imagegals: don't hardcode the height of the popup content - the image could be bigger than 400px in height. [22:09] tikiwiki: 03pkdille * r32802 10/branches/6.x/lib/smarty_tiki/block.textarea.php: [22:09] tikiwiki: [QT] Quality Team Backport [22:09] tikiwiki: r32182 | nyloth | 2011-01-26 19:12:49 +0100 (Wed, 26 Jan 2011) | 2 lines [22:09] tikiwiki: [bp/r32148][FIX] wiki : fix session timeout tip info, expecially when the [22:09] tikiwiki: session is supposed to be expired + rewrite to improve performance + cast [22:09] tikiwiki: session.gc_maxlifetime php config to int in case it returns an empty value [22:13] tikiwiki: 03pkdille * r32803 10/branches/6.x/ (3 files in 3 dirs): [22:13] tikiwiki: [QT] Quality Team Backport [22:13] tikiwiki: r32159 | nyloth | 2011-01-26 14:31:36 +0100 (Wed, 26 Jan 2011) | 1 line [22:13] tikiwiki: [bp/r32158][FIX] header search bar: missing DIV around search bar, needed by coelesce theme to display the magnifier icon on the right. [22:13] tikiwiki: 03pkdille * r32804 10/branches/6.x/templates/tiki-sitesearchbar.tpl: [22:13] tikiwiki: [QT] Quality Team Backport [22:13] tikiwiki: r32188 | chibaguy | 2011-01-27 12:59:57 +0100 (Thu, 27 Jan 2011) | 1 line [22:13] tikiwiki: [FIX] Rollback of r32158 to remove div from templates/tiki-searchbar.tpl, adding div to Coelesce's tiki-site_header_top.tpl file, and adjusting coelesce.css (so magnifying glass icon displays as before). [22:16] tikiwiki: 03pkdille * r32805 10/branches/6.x/ (3 files in 3 dirs): [22:16] tikiwiki: [QT] Quality Team Backport [22:16] tikiwiki: r32076 | sylvieg | 2011-01-21 20:48:32 +0100 (Fri, 21 Jan 2011) | 1 line [22:16] tikiwiki: [bp/r32074][FIX]tracker: same bahavior for blank date and default value for TRACKER an insert item + new option to allow blank date but default to now [22:16] tikiwiki: 03pkdille * r32806 10/branches/6.x/templates/tracker_item_field_input.tpl: [22:16] tikiwiki: [QT] Quality Team Backport [22:16] tikiwiki: r32151 | sylvieg | 2011-01-26 01:10:54 +0100 (Wed, 26 Jan 2011) | 1 line [22:16] tikiwiki: [bp/r32150][FIX]tracker: when editing already existing item with blank date, do not default to blank [22:16] tikiwiki: 03pkdille * r32807 10/branches/6.x/ (3 files in 3 dirs): [22:16] tikiwiki: [QT] Quality Team Backport [22:16] tikiwiki: r32192 | nyloth | 2011-01-27 20:16:15 +0100 (Thu, 27 Jan 2011) | 2 lines [22:16] tikiwiki: [QT] Rollback rejected proposition r32076 (and r32151 which is based on r32076) [22:16] tikiwiki: 03pkdille * r32808 10/branches/6.x/ (3 files in 3 dirs): [22:16] tikiwiki: [QT] Quality Team Backport [22:16] tikiwiki: r32193 | nyloth | 2011-01-27 20:25:23 +0100 (Thu, 27 Jan 2011) | 4 lines [22:16] tikiwiki: [bp/r32074][FIX]tracker: same bahavior for blank date and default value for TRACKER an insert item + new option to allow blank date but default to now [22:16] tikiwiki: [bp/r32150][FIX]tracker: when editing already existing item with blank date, do not default to blank [22:16] tikiwiki: [bp/r32088][FIX] wrongly closed strong tag [22:17] tikiwiki: 03pkdille * r32809 10/branches/6.x/lib/TikiWebdav/Backend/File.php: [22:17] tikiwiki: [QT] Quality Team Backport [22:17] tikiwiki: r32199 | sept_7 | 2011-01-28 14:24:25 +0100 (Fri, 28 Jan 2011) | 4 lines [22:17] tikiwiki: [FIX/bp32128] WebDAV : fix fake empty archive when creating a file with [22:17] tikiwiki: tiki-webdav [22:17] tikiwiki: 03pkdille * r32810 10/branches/6.x/lib/images/gd.php: [22:17] tikiwiki: [QT] Quality Team Backport [22:17] tikiwiki: r32220 | jonnybradley | 2011-01-29 16:13:39 +0100 (Sat, 29 Jan 2011) | 4 lines [22:17] tikiwiki: [bp/r32129 & 32206] [22:17] tikiwiki: [FIX] gd images: don't load the whole image just to get the width or height, e.g. for the {img} plugin (can save 50MB of RAM on a single image) (rolled back in r32219) [22:17] tikiwiki: [FIX] gd images: Better fix for r32129 [6.x r32130] to handle case where image has been loaded and modified already (thanks Nyloth) [22:18] tikiwiki: 03pkdille * r32811 10/branches/6.x/lib/smarty_tiki/block.textarea.php: [22:18] tikiwiki: [QT] Quality Team Backport [22:18] tikiwiki: r32223 | jonnybradley | 2011-01-29 18:35:37 +0100 (Sat, 29 Jan 2011) | 1 line [22:18] tikiwiki: [bp/r32222][FIX] wiki: Fix minutes appearing as undefined following r32148 [22:18] tikiwiki: 03pkdille * r32812 10/branches/6.x/templates/tiki-tracker_view_history.tpl: [22:18] tikiwiki: [QT] Quality Team Backport [22:18] tikiwiki: r32225 | luciash | 2011-01-29 19:00:43 +0100 (Sat, 29 Jan 2011) | 1 line [22:18] tikiwiki: [bp/r32224][FIX] tracker view history: typo was causing to render the table partially broken [22:18] tikiwiki: 03pkdille * r32813 10/branches/6.x/templates/tiki-tracker_view_history.tpl: [22:18] tikiwiki: [QT] Quality Team Backport [22:18] tikiwiki: r32227 | luciash | 2011-01-29 19:10:09 +0100 (Sat, 29 Jan 2011) | 1 line [22:18] tikiwiki: [bp/r32226][FIX] (x)html: better to close every tag [22:18] tikiwiki: 03pkdille * r32814 10/branches/6.x/lib/jquery_tiki/tiki-jquery.js: [22:18] tikiwiki: [QT] Quality Team Backport [22:18] tikiwiki: r32232 | jonnybradley | 2011-01-29 19:48:57 +0100 (Sat, 29 Jan 2011) | 1 line [22:18] tikiwiki: [bp/r32230][FIX] translate: Mend "go full screen" when doing translation diff [22:18] tikiwiki: 03pkdille * r32815 10/branches/6.x/templates/modules/mod-translation.tpl: [22:18] tikiwiki: [QT] Quality Team Backport [22:18] tikiwiki: r32234 | jonnybradley | 2011-01-29 19:57:28 +0100 (Sat, 29 Jan 2011) | 1 line [22:18] tikiwiki: [bp/r32229 & r32233][FIX] translate: Use no_bl param on translation page links [22:18] tikiwiki: 03pkdille * r32816 10/branches/6.x/lib/setup/wiki.php: (log message trimmed) [22:18] tikiwiki: [QT] Quality Team Backport [22:18] tikiwiki: r32236 | nyloth | 2011-01-29 20:27:42 +0100 (Sat, 29 Jan 2011) | 2 lines [22:18] tikiwiki: [bp/r32235][FIX] HomePage content translation: When the HomePage has not been [22:18] tikiwiki: translated yet (by translating the special string '_HOMEPAGE_CONTENT_'), [22:18] tikiwiki: fallback to the 'en' translation. Also correctly set the language of the [22:18] tikiwiki: HomePage (to the language from prefs if the translation was available, or to [22:18] tikiwiki: 03pkdille * r32817 10/branches/6.x/lib/logs/logslib.php: [22:18] tikiwiki: [QT] Quality Team Backport [22:18] tikiwiki: r32238 | nyloth | 2011-01-29 21:35:57 +0100 (Sat, 29 Jan 2011) | 2 lines [22:18] tikiwiki: [bp/r32237][FIX] actionlogs listing: Fix query when using user or action optional params (thanx Pascal St-Jean for reporting this). [22:18] tikiwiki: 03pkdille * r32818 10/branches/6.x/lib/setup/wiki.php: [22:18] tikiwiki: [QT] Quality Team Backport [22:18] tikiwiki: r32240 | nyloth | 2011-01-29 21:47:48 +0100 (Sat, 29 Jan 2011) | 2 lines [22:18] tikiwiki: [bp/r32239][FIX] HomePage content translation: Also add a comment in the code to allow get_strings handle the _HOMEPAGE_CONTENT_ special string. [22:19] tikiwiki: 03pkdille * r32819 10/branches/6.x/lib/ajax/autosave.js: [22:19] tikiwiki: [QT] Quality Team Backport [22:19] tikiwiki: r32250 | jonnybradley | 2011-01-30 15:05:14 +0100 (Sun, 30 Jan 2011) | 1 line [22:19] tikiwiki: [bp/r32249][FIX] autosave: escape saved original edit text when storing before switching to autosaved version (was breaking with single quote chars) [22:26] *** dcedilotte has quit IRC (Ping timeout: 240 seconds) [22:26] tikiwiki: 03pkdille * r32820 10/branches/6.x/lib/filegals/filegallib.php: [22:26] tikiwiki: [QT] Quality Team Backport [22:26] tikiwiki: r32253 | nyloth | 2011-01-30 15:32:42 +0100 (Sun, 30 Jan 2011) | 2 lines [22:26] tikiwiki: [bp/r32243][FIX] filegals: when removing a file, also remove its hit limit preference + check if we really have a fileId in the fileInfo array when deleting a file [22:26] tikiwiki: 03pkdille * r32821 10/branches/6.x/templates/tiki-share.tpl: [22:26] tikiwiki: [QT] Quality Team Backport [22:26] tikiwiki: r32255 | nyloth | 2011-01-30 16:18:52 +0100 (Sun, 30 Jan 2011) | 2 lines [22:26] tikiwiki: [bp/r32254][FIX] Share this page: fix wrong inverted test for forums feature [22:26] tikiwiki: 03pkdille * r32822 10/branches/6.x/templates/tiki-user_preferences.tpl: [22:26] tikiwiki: [QT] Quality Team Backport [22:26] tikiwiki: r32260 | luciash | 2011-01-30 18:35:47 +0100 (Sun, 30 Jan 2011) | 1 line [22:26] tikiwiki: [bp/r32259][FIX] user preferences: when user can read more languages use HTML [22:26] tikiwiki: entity for the multilingual choice selector character, otherwise some browsers [22:26] tikiwiki: think the form ends there and prevent submitting the form on the second tab at [22:26] tikiwiki: all + separate the forms for the first two tabs = valid (x)html [22:27] tikiwiki: 03pkdille * r32823 10/branches/6.x/tiki-upload_file.php: [22:27] tikiwiki: [QT] Quality Team Backport [22:27] tikiwiki: r32268 | nyloth | 2011-01-30 21:51:32 +0100 (Sun, 30 Jan 2011) | 2 lines [22:27] tikiwiki: [bp/r32267][FIX] file upload: the hit_limit setting send by the browser is now an array since the multiple file upload - the value must not be initialized as 0 or casted into a integer. [22:27] tikiwiki: 03pkdille * r32824 10/branches/6.x/tiki-download_file.php: [22:27] tikiwiki: [QT] Quality Team Backport [22:27] tikiwiki: r32272 | nyloth | 2011-01-30 22:51:37 +0100 (Sun, 30 Jan 2011) | 2 lines [22:27] tikiwiki: [bp/r32271][FIX] download file: fix notice when fgal_use_dir is not set [22:39] *** dcedilotte has joined #tikiwiki [22:43] *** codyg has joined #tikiwiki [22:45] tikiwiki: 03pkdille * r32825 10/branches/6.x/lib/init/smarty.php: [22:45] tikiwiki: [QT] Quality Team Backport [22:45] tikiwiki: r32280 | nyloth | 2011-01-31 00:35:04 +0100 (Mon, 31 Jan 2011) | 2 lines [22:45] tikiwiki: [bp/r32279][FIX] Smarty nested templates: Empty existing Output Buffer that may [22:45] tikiwiki: have been created in smarty before the call of a confirm / error template (to [22:45] tikiwiki: avoid this buffer content to be displayed above the confirm / error page) [22:46] tikiwiki: 03pkdille * r32826 10/branches/6.x/templates/ (attachments_tracker.tpl tiki-view_tracker_item.tpl): [22:46] tikiwiki: [QT] Quality Team Backport [22:46] tikiwiki: r32312 | sylvieg | 2011-01-31 17:38:25 +0100 (Mon, 31 Jan 2011) | 1 line [22:46] tikiwiki: [bp/r32308][FIX]tracker: take way input boxes, navigation + add link page when printing an item [22:46] tikiwiki: 03pkdille * r32827 10/branches/6.x/lib/trackers/trackerlib.php: [22:46] tikiwiki: [QT] Quality Team Backport [22:46] tikiwiki: r32323 | sylvieg | 2011-01-31 21:49:06 +0100 (Mon, 31 Jan 2011) | 1 line [22:46] tikiwiki: [bp/r32322][FIX]trackerfilter: php in_array behaves strangely is the types are not the same [22:46] tikiwiki: 03pkdille * r32828 10/branches/6.x/tiki-webmail.php: [22:46] tikiwiki: [QT] Quality Team Backport [22:46] tikiwiki: r32353 | luciash | 2011-02-02 02:15:24 +0100 (Wed, 02 Feb 2011) | 1 line [22:46] tikiwiki: [bp/r32352][FIX] webmail: allow more of some common tags in html mails by adding them to strip_tags exception [22:48] *** GillesMM has quit IRC (Remote host closed the connection) [22:48] tikiwiki: 03pkdille * r32829 10/branches/6.x/tiki-list_file_gallery.php: [22:48] tikiwiki: [QT] Quality Team Backport [22:48] tikiwiki: r32356 | nyloth | 2011-02-02 10:50:27 +0100 (Wed, 02 Feb 2011) | 2 lines [22:48] tikiwiki: [bp/r32355][FIX] filegals: wrong array key [22:49] tikiwiki: 03pkdille * r32830 10/branches/6.x/templates/tracker_item_field_input.tpl: [22:49] tikiwiki: [QT] Quality Team Backport [22:49] tikiwiki: r32368 | sylvieg | 2011-02-02 15:56:09 +0100 (Wed, 02 Feb 2011) | 1 line [22:49] tikiwiki: [bp/r32367][FIX]tracker: filter on time must be empty to have a no filter option when in export filter [22:49] tikiwiki: 03pkdille * r32831 10/branches/6.x/lib/TikiWebdav/Backend/File.php.sept: [22:49] tikiwiki: [QT] Quality Team Backport [22:49] tikiwiki: r32369 | sept_7 | 2011-02-02 16:01:40 +0100 (Wed, 02 Feb 2011) | 2 lines [22:49] tikiwiki: [KIL/bp 32366] Shouldn't be in svn :( test leftover [22:49] tikiwiki: 03pkdille * r32832 10/branches/6.x/lib/wiki-plugins/wikiplugin_trackerlist.php: [22:49] tikiwiki: [QT] Quality Team Backport [22:49] tikiwiki: r32374 | sylvieg | 2011-02-02 17:11:43 +0100 (Wed, 02 Feb 2011) | 1 line [22:49] tikiwiki: [bp/r32373][FIX]TRACKERFILTER: displayedFields can be an array and must be implode for the url [22:50] tikiwiki: 03pkdille * r32833 10/branches/6.x/ (2 files in 2 dirs): [22:50] tikiwiki: [QT] Quality Team Backport [22:50] tikiwiki: r32379 | luciash | 2011-02-02 18:37:53 +0100 (Wed, 02 Feb 2011) | 1 line [22:50] tikiwiki: [bp/r32377][ENH] webmail: use {textarea} smarty block + allow WYSIWYG to compose HTML mails [22:50] tikiwiki: 03pkdille * r32834 10/branches/6.x/lib/jquery_tiki/tiki-jquery.js: [22:50] tikiwiki: [QT] Quality Team Backport [22:50] tikiwiki: r32385 | jonnybradley | 2011-02-02 21:04:33 +0100 (Wed, 02 Feb 2011) | 1 line [22:50] tikiwiki: [bp/r32384][MOD] tooltips: Add delay and use hoverIntent on cluetips tooltips defaults [22:50] tikiwiki: 03pkdille * r32835 10/branches/6.x/templates/tiki-list_submissions.tpl: [22:50] tikiwiki: [QT] Quality Team Backport [22:50] tikiwiki: r32387 | ricks99 | 2011-02-03 03:46:36 +0100 (Thu, 03 Feb 2011) | 1 line [22:50] tikiwiki: [FIX]use correct icon for approve submission. use {icon} syntax [22:50] tikiwiki: 03pkdille * r32836 10/branches/6.x/templates/tiki-webmail.tpl: [22:50] tikiwiki: [QT] Quality Team Backport [22:50] tikiwiki: r32404 | eromneg | 2011-02-03 18:16:19 +0100 (Thu, 03 Feb 2011) | 2 lines [22:50] tikiwiki: [ENH] set the default for useHTML to 'on' if wysiwyg editor is selected - trunk v32403 [22:50] tikiwiki: 03pkdille * r32837 10/branches/6.x/ (3 files in 3 dirs): [22:50] tikiwiki: [QT] Quality Team Backport [22:50] tikiwiki: r32410 | sylvieg | 2011-02-03 19:10:49 +0100 (Thu, 03 Feb 2011) | 1 line [22:50] tikiwiki: [bp/r32409][FIX]tracker: export ajax must use the tpl to format field like date [22:51] tikiwiki: 03pkdille * r32838 10/branches/6.x/lib/toolbars/toolbarslib.php: [22:51] tikiwiki: [QT] Quality Team Backport [22:51] tikiwiki: r32415 | eromneg | 2011-02-04 00:09:08 +0100 (Fri, 04 Feb 2011) | 1 line [22:51] tikiwiki: [FIX] correct toolbar label for Box wrongly called Blockquote - trunk v32414 [22:51] tikiwiki: 03pkdille * r32839 10/branches/6.x/tiki-export_tracker_ajax.php: [22:51] tikiwiki: [QT] Quality Team Backport [22:51] tikiwiki: r32417 | sylvieg | 2011-02-04 01:09:22 +0100 (Fri, 04 Feb 2011) | 1 line [22:51] tikiwiki: [bp/r32416][FIX]tracker: encode also the fieldnames in the ajax export [22:51] tikiwiki: 03pkdille * r32840 10/branches/6.x/lang/fr/language.php: [22:51] tikiwiki: [QT] Quality Team Backport [22:51] tikiwiki: r32428 | sylvieg | 2011-02-04 15:00:35 +0100 (Fri, 04 Feb 2011) | 1 line [22:51] tikiwiki: [bp/r32426]typo [22:51] tikiwiki: 03pkdille * r32841 10/branches/6.x/templates/wiki_edit_actions.tpl: [22:51] tikiwiki: [QT] Quality Team Backport [22:51] tikiwiki: r32430 | sept_7 | 2011-02-04 15:47:08 +0100 (Fri, 04 Feb 2011) | 2 lines [22:51] tikiwiki: [FIX/bp 32429] Fix "Preview" button to match other buttons "Cancel" and "Save" [22:52] tikiwiki: 03pkdille * r32842 10/branches/6.x/lib/smarty_tiki/function.html_select_time.php: [22:52] tikiwiki: [QT] Quality Team Backport [22:52] tikiwiki: r32432 | sylvieg | 2011-02-04 15:52:07 +0100 (Fri, 04 Feb 2011) | 1 line [22:52] tikiwiki: [bp/r32431][FIX]tracker: export with a time field with no selection must not filter the items with hour, mn, sec equals to space [22:52] tikiwiki: 03pkdille * r32843 10/branches/6.x/templates/tiki-view_tracker_item.tpl: [22:52] tikiwiki: [QT] Quality Team Backport [22:52] tikiwiki: r32434 | sylvieg | 2011-02-04 17:54:09 +0100 (Fri, 04 Feb 2011) | 1 line [22:52] tikiwiki: [bp/r32433][FIX]tracker: to really have a no highlight in the edit item tab [22:52] tikiwiki: 03pkdille * r32844 10/branches/6.x/lib/modules/modlib.php: [22:52] tikiwiki: [QT] Quality Team Backport [22:52] tikiwiki: r32443 | lindonb | 2011-02-05 06:23:33 +0100 (Sat, 05 Feb 2011) | 1 line [22:52] tikiwiki: [bp/r30568][FIX] Backport of changes to modlip.php only that seems to have never been made in r31187. Enhancement tp PluginManager don't work without this. [22:52] tikiwiki: 03pkdille * r32845 10/branches/6.x/_htaccess: [22:52] tikiwiki: [QT] Quality Team Backport [22:52] tikiwiki: r32444 | lindonb | 2011-02-05 06:26:12 +0100 (Sat, 05 Feb 2011) | 2 lines [22:52] tikiwiki: [bp/r32298][FIX] Use filelist instead of files so users aren't redirected to the files directory. Deleted images rewrite rule for the same reason (galleries goes to the same place). [22:53] tikiwiki: 03pkdille * r32846 10/branches/6.x/styles/fivealive/ie7.css: [22:53] tikiwiki: [QT] Quality Team Backport [22:53] tikiwiki: r32478 | chibaguy | 2011-02-07 13:26:18 +0100 (Mon, 07 Feb 2011) | 1 line [22:53] tikiwiki: [FIX] sitesearchbar button wasn't working in IE7. Thanks, Sylvie. [22:53] tikiwiki: 03pkdille * r32847 10/branches/6.x/lib/toolbars/toolbarslib.php: [22:53] tikiwiki: [QT] Quality Team Backport [22:53] tikiwiki: r32482 | eromneg | 2011-02-07 14:49:38 +0100 (Mon, 07 Feb 2011) | 1 line [22:53] tikiwiki: [FIX] add in missing email edit icon to wiki editor only - trunk 32480 [22:53] tikiwiki: 03pkdille * r32848 10/branches/6.x/lib/modules/modlib.php: [22:53] tikiwiki: [QT] Quality Team Backport [22:53] tikiwiki: r32483 | jonnybradley | 2011-02-07 14:54:47 +0100 (Mon, 07 Feb 2011) | 2 lines [22:53] tikiwiki: [bp/r32481][FIX] modules: Allow a parameter to be "0" so you can now, for instance, set perspective=0 for modules to appear only in the default perspective (integer 0 is considered "empty") [22:53] tikiwiki: 03pkdille * r32849 10/branches/6.x/styles/layout/layout.css: [22:53] tikiwiki: [QT] Quality Team Backport [22:53] tikiwiki: r32518 | jonnybradley | 2011-02-09 00:47:43 +0100 (Wed, 09 Feb 2011) | 2 lines [22:53] tikiwiki: [bp/r32517][FIX] layout: rollback r28725 [was: Make results scrollable (if over 50 lines returned)] [22:53] tikiwiki: Thanks Marc [22:53] tikiwiki: 03pkdille * r32850 10/branches/6.x/lib/prefs/user.php: [22:53] tikiwiki: [QT] Quality Team Backport [22:53] tikiwiki: r32524 | sylvieg | 2011-02-09 13:08:03 +0100 (Wed, 09 Feb 2011) | 1 line [22:53] tikiwiki: [bp/r32523][FIX]doc: fix link. thx Nelson [23:01] *** radek82 has quit IRC (Quit: Leaving) [23:06] gn [23:06] *** coaboa is now known as coaboa||away [23:15] *** JoernOtt has quit IRC (Ping timeout: 240 seconds) [23:21] nite all - looks like 6.2 is on it's way, well done nyloth and pkdille! [23:21] *** jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [23:27] New Forum Posts: Search in Forum is no button and has no function - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40450 [23:39] *** Siath has joined #tikiwiki [23:41] Another quick question as I've search and found nothing on this. Is there a way to accept some changes someone makes to a page but not others? I know you can compair but as far as I can see you can't reject individual changes. I was wondering if there was a mod or something for this.