[01:08] *** fabricius has joined #tikiwiki [01:09] polom [01:09] back from Strasbourg [01:23] *** Caarrie|away has quit IRC (Ping timeout: 258 seconds) [01:25] *** Caarrie has joined #tikiwiki [01:51] *** goj has quit IRC (Disconnected by services) [01:51] *** goj_killedByISP has joined #tikiwiki [01:51] *** goj_killedByISP is now known as goj [01:53] *** rodrigo_sampaio1 has quit IRC (Ping timeout: 258 seconds) [01:55] *** dabright has joined #tikiwiki [01:56] *** Caarrie is now known as Caarrie|sleeping [02:09] *** fabricius has quit IRC (Read error: Operation timed out) [02:24] *** fabricius has joined #tikiwiki [04:05] *** dabright has quit IRC (Quit: Leaving.) [05:56] *** chibaguy has joined #tikiwiki [05:56] *** ChanServ sets mode: +o chibaguy [05:56] polom [06:10] *** GillesM has quit IRC (Remote host closed the connection) [06:28] Yesterday I talked about the problem of wikiplugin_bloglist not being aware of the "excerpt" data of blog posts. I solved my own problem by putting a div class="maincontent" in the blog post, and using CSS to hide this when the post appears in the bloglist module, leaving only the first part of the post, effectively the "excerpt." [06:28] Now if the site users can remember to add the div, it'll work fine :-). [06:29] This has the benefit of using the excerpt format only in the wikiplugin, and not on the view-blog page, where we want the full post to show, not just the excerpt and a read-more link. [06:31] ( http://friendsofannie.org is the site, bloglist plugin is used at lower left of front page.) [06:42] Ideally, wikiplugin_bloglist should have this functionality as an option, so I'll submit a feature request. [07:07] * chibaguy must seem like a constant complainer but.... [07:08] I wonder why the calendar hours stop at 20:00. Doesn't it seem rather arbitrary?I want to add events that are after that time. [07:09] * chibaguy 's complaints are in the interest of improving the program ;-) . [07:57] hi chibaguy [07:57] calendar hours can be set [07:58] 20:00 is only the default [07:58] you can have 0:00 to 23::55 [07:58] -: [07:59] have s.th. to do now - will send you a link or so, where to set this lateron [08:16] *** redflo has joined #tikiwiki [08:19] ah, ok. fabricius. I need to do more doc-searching, I guess. ;-) [08:24] *** jonnyb has joined #tikiwiki [08:24] tikiwiki: 03jonnybradley * r35329 10/branches/7.x/tiki-calendar_edit_item.php: [FIX] calendar: Link to correct tab to create calendar [08:25] hi all [08:46] Polom jonnyb [08:46] How things are going? [08:51] chibaguy: .../tiki-admin_calendars.php -> b [08:51] sry misstyped again [08:52] chibaguy: .../tiki-admin_calendars.php -> scroll down a bit and you see two dropdowns, where you can deside what the start time and the end time of a day would be [08:55] Thanks, fabricius. Hi, jonnyb. [08:58] sorry guys - was just doing a demo - hi fabricius and chibaguy [08:58] another satisfied potential customer [08:58] every time they say "why haven't we heard of you before?" [08:59] :-) [09:00] there has some action to be done regarding to marketing we finally learned in Strasbourg [09:01] and I think we are on a good way [09:02] chibaguy: I like the site you mentionted (for Annie) [09:03] it's nice to answer all the questions with y [09:03]  [09:04] can you search pdfs? yes [09:04] does it do mobile? yes [09:04] etc [09:04] sad if s.b. beloved gets ill and giving hope if there is such a support by friends and family [09:04] my girlfriend suffered cancer herself the last couple of month [09:05] rally good idea this website [09:05] really [09:05] hmmm all the time this misstyping - need to do some more practice in typing right ;-) [09:07] Thanks, fabricius. We are just doing what we can, to try to help. [09:08] Unfortunately, at least in the U.S., medical insurance only covers a part of expenses. [09:08] (for many people) [09:08] *** jonnyb has quit IRC (Remote host closed the connection) [09:08] *** jonnyb_ has joined #tikiwiki [09:10] is any related to Gary? (just think cause of the name) [09:10] any -> Annie ... I did it again gmmbl [09:10] heh. yes, she is my wife's sister. [09:12] so it is not a double name of you and your wife, but instead of your wifes family? [09:12] if by Gary you mean me. [09:12] Gary C-L, guess you are chibaguy ;-) [09:12] yep [09:13] chibaguy: btw. what kind of module/script did you use for the slideshow on the top of the HomePage? [09:14] chibaguy: it's apparently almost exactly what I am looking for for my papatour website [09:14] I do not like the solution I use at the moment [09:15] too long to load the first picture and not nice enough for the HomePage [09:15] and I have to revamp the site now anyway, as it is 2 weeks after the tour [09:16] ah, I'll check. I forgot the name. [09:16] chibaguy: and btw. have to upgrade to proposals now - should not talk so much but work, if it should be any use for jonnyb_ in context to the 6.4 release [09:17] just want to check if some fixes work for that site and had no reliable internetconnection most of the day (especially evenings) in Strasbourg [09:17] thx chibaguy [09:20] *** jonnyb_ is now known as jonnyb [09:22] tikiwiki: 03jonnybradley * r35330 10/branches/7.x/lib/toolbars/toolbarslib.php: [FIX] wysiwyg: Restore tikiimage tool for wysiwyg (was a mistake to disable it i see now, far too useful!) [09:23] any other last fixes for 7.1 anyone? have a few minutes spare and internet connection seems stable... [09:24] tikiwiki: 03jonnybradley * r35331 10/branches/proposals/6.x/lib/toolbars/toolbarslib.php: [bp/r35330][FIX] wysiwyg: Restore tikiimage tool for wysiwyg (was a mistake to disable it i see now, far too useful!) [09:27] fabricius: http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/ [09:30] I put it in a wiki page, in an HTML plugin, and then display it in a module in the top_modules zone. [09:31] The necessary CSS goes in the L&F custom CSS textarea, and the JS goes in the custom end of body textarea, between {jq}{/jq} tags. [09:32] I modified the HTML a little here and there. [09:34] There's smarty filter in the module to show the slideshow only on the homepage (and a Japanese version of the homepage) otherwise to show images via {img randomGalleryId=...}. [09:39] I wonder where's the best place to document using outside jquery scripts like this. [09:41] I've thought docs.t.o is for Tiki as it ships. Themes.t.o covers modifying Tiki afterward, but is its scope themes only? Hmm, before, I thought mods.to.o, if it were a live Tiki site, would be just the right place, in view of the name. [09:41] themes.t.o maybe chibaguy ? [09:41] also, one day we should make a much easier way to do this [09:45] thx chibaguy [09:46] chibaguy and jonnyb [09:47] I think doc would be the best [09:47] *** Machiavelli has joined #tikiwiki [09:47] at least all kind of documentation should be at least linked in doc [09:47] if not located there itself [09:48] good day [09:49] got a fabricius question, installed tiki, applied community profile and activated some features. but still cant find them or can customize them, like chat... anybody can help me? [09:49] I was thinking about a "guiding page" longtime - now Rick and the doc team strtaed the guides (wich is not completely what I though about, but I like them pretty much) [09:51] *** ss_ has joined #tikiwiki [09:51] so some kind of a "scout" could be added somehow -> where to find what, who what, what where, tips and tricks and so on -> most is existing anyway I am pretty sure [09:51] I think mainly some links habe to be tied together and some more added [09:52] adding external scripts could become perhabs a fifth guide besides the existing -> what do you think chibaguy and jonnyb? [09:52] Machiavelli: I guess chat is not really working well [09:54] not good... [09:54] Machiavelli: you should find a module with the main application menu (menu 42) somewhere in the left or right column [09:54] thx, i'll try [09:55] Machiavelli: from there you should find all the admin panels of general settings and of activated features and access the features themselves [09:55] is your site public at the moment? [09:55] or local / closed [09:55] yes public already [09:56] want to mention the link? [09:56] jeah, sorry, http://wiwimeetswinfo.square7.ch/ [09:57] had a hard time finding a hoster, cause strato, where my webshop is hosted, is pretty slow with its sql [09:58] Machiavelli: I understand Tiki's chat module is really resource intensive. [10:00] and it isn't maintained, really, so probably won't be improved. [10:00] mhm, cant access the Application menu, just can clone it [10:01] *** ss_ has quit IRC (Quit: Page closed) [10:03] Machiavelli: auf der linken Seite siehst Du ein Menü, das sollte das besagte "Main Application Menu" sein -> wenn Du als Admin eingelogt bist, dann siehst Du mehr Menüoptionen, so als untersten Menüeintrag "Verwalten" = "Admin" [10:04] ah auf deutsch, super, mhm, ja das hab ich, aber wie bekomme ich jetzt den chat z.b. ins panel rein? [10:04] Machiavelli: fährst Du mit der Maus auf "Verwalten" öffnet sich ein zweiter Menülevel, wenn Du "Verwalten" anklickst kommst Du auf das "Main Admin Panel" [10:04] tikiwiki: 03jonnybradley * r35332 10/third_party/codemirror/ (7 files in 4 dirs): [FIX] codemirror: Update to 1.0 release [10:04] wie meinst DU ins Panel? [10:04] den Chat ins Panel? [10:04] nicht panel, sorry, in die linke menüleiste [10:05] ah als Modul meinst Du [10:05] jupp [10:05] klarer jetzt [10:05] sorry, steh noch bisschen auf dem schlauch heute, ganze nacht tiki installiert [10:05] wenn Du mit Tiki anfängst weisst Du ja noch nicht gleich, wie alles benannt ist und wie die Software strukturiert ist [10:05] hui [10:06] immer hin läuft es - bei manchen Providern etwas hakelig, vorallem wenn der Support nicht gut erreichbar ist, die Einstellungen restriktiv sind etc. [10:06] ja für die uni, quasi projektaufgabe, müssen halt ein wiki aufsetzen, und außer tiki hab ich nichts gutes gefunden, weil media und dev wiki kannste nicht gerade gebrauchen [10:07] An sich braucht Tiki nicht viel besonderes und wenn man ein wenig geübt ist geht eine Neuinstallation in kam mehr als 10 bis 15 Minuten [10:07] Wenn man nicht gerade abegelenktwird ;-) [10:07] ja habs gelesen - WIWI [10:07] ja habs gemerkt, bei strato ist es mies langsam, außerdem hab ich da den firmenwebshop, der ist da recht sensibel, deswegen hab ich freehoster gesucht ohne ende, die meisten hatten php execution time probleme [10:08] und einen Server kannst DU deshalb nicht gleich mieten [10:08] eben [10:08] es entstehen zur Zeit möglichkeiten Tiki quasi out of the box zu "mieten" [10:08] naja 10 minuten? der upload dauert schon ewig.. hehe [10:08] quasi Tikifarmen [10:09] nun, mit DSL [10:09] das ist ne gute idee, weil tiki ist halt echt gut an funktionen, plugins etc, finds echt klasse, aber einarbeiten ist halt schwierig, aber das sollte keine hürde sein [10:09] 10 Minuten hab ich noch nie geschafft, weil ich jedesmal, wenn ich es versuche oder demonstrieren will abgelenkt werde durch Fragen oder Anrufe etc. [10:10] aber eine 1/2 Stunde ist sehr einfach deutlichst zu unterschreiten incl. download [10:10] Einarbeiten ist nur schwierig im Kontext zur Fülle an Funktionen [10:10] die Lernkurve ist sehr steil [10:10] pass auf, guggsdu mal hier: tiki.org/GLUG [10:11] http://tiki.org/GLUG [10:11] glaub ich bzw. merk ich ja... ist eig. überdimensioniert für den zweck für den ich es brauch, aber war schon immer so, wenn ich was mach, dann richtig und gu [10:11] ah, danke [10:11] wir haben unlängst eine "german language user group" installiert, mit Mailingliste [10:13] Der Gedanke liegt nahe, dass Tiki etwas überdimensioniert sei, aber Du brauchst für alle Datenbankbasierten Systeme ohnehin eine Datenbank und Du kannst alles was Du von Tiki nicht benötigst ja einfach abgeschaltet lassen [10:13] sehr gut, ist auf deutsch alles immernoch angenehmer... [10:13] tikiwiki: 03jonnybradley * r35333 10/third_party/codemirror/ (18 files in 2 dirs): [FIX] codemirror: Add missing files (as required) [10:13] ja, mein problem mom ist das es bis dienstag quasi stehen muss, und meine gruppe, naja sagen wir mal, "normale user" sind [10:14] also die kaffeemaschine steht ständig utner strom [10:15] Mach doch mal eine Wikiseite auf, auf der Du sie Funktionen auflistest, die Du benötigst und in etwa den Workflow beschreibst und die gewünschte Struktur der Site [10:16] also welchem Zweck dient es, was soll wie gemacht werden [10:16] Ein nettes Logo wäre auch nicht schlecht :-D [10:17] alright, wird gemacht! ja logo ist in arbeit :) [10:17] um welche Hochschule geht es denn? irgendwo in der Schweiz? [10:17] nein, uni passau [10:18] hatte bloß alle deutschen hoster durch und dann in der schweiz gelandet, und speed ist für nen free hoster super [10:18] also hab tiki geschätzt 10 mal istalliert gestern, gefühlte 30 [10:18] und wieso so oft? [10:18] ah alle durch [10:19] verstehe [10:19] ja, problem war meist das php script, zwecks execution time [10:21] ich hab mir schonmal überlegt, ob ich nicht einen Service anbieten soll, wo man einen Subaccount auf meinem Server bekommt, um Tiki zu installieren, zu testen, eine Site aufzubauen und dann in Ruhe eine geeigneten Hoster suchen kann [10:22] naja, letztlich wahrscheinlich zu viel Aufwand, aber es gibt ja die freien Hoster [10:22] Du kannst ja Deinen Hoster, den Du gefunden hast auf die Seite "Wikifriendly Hosts" dazuschreiben [10:23] werd ich aufjedenfall machen, war echt anstrengend [10:24] Machiavelli: wegen dem Chat würde ich gar kein großes Aufhebens machen und einfach auf IRC setzen - dazu z.B. hier auf Freenode einen Raum registrieren und auf einer Wikiseite deiner Installation das Webfrontend des Freenodeservers einbinden [10:24] z.B. auf einer Seite die nur für registrierte User zugänglic ist [10:24] hab ich schonmal gemacht und ist simpel [10:25] dann hast Du eine vernünftigen Chat, ohne Non-Tecchies auszusperren [10:25] ist eig. eine gute idee [10:26] ist das chat-modul denn so kompliziert? [10:26] jep - ich habe lange rumgemacht und keine vernünftige externe oder interne Lösung gefunden [10:27] nö, es gibt wohl gewisse Probleme im Bereich Moderation, Leerung des Chatfensters, Log ... [10:27] wichtig ist für mich halt das Wiki an sich, mit intern und public funktion, rechten, etc. und vorallem halt eine Kategorisierung, [10:27] das funktioniert natürlich super [10:27] das will ich mom über die Kategoriefunktion machen [10:28] Rechte würde ich überhaupt über Kategorien steuern und garnicht mit Objektberechtigungen anfangen [10:28] Objektberechtigungen? [10:28] also letzteres nur im Einzelfall und mit ein wenig Erfahrung, wenn DU Rechte mit Kategorien steuern willst - soinst dureinander [10:28] aber, erstmal danke das ich dich löchern darf! [10:29] Du kannst im Prinzip jede Permission auf jedes Objekt anwenden [10:29] naja, es muss halt einfach bedienbar sein, weil wie du ja weißt, nicht jeder die technik und spielereien mag wie wir, die sind froh wenn sie facebook aufkriegen [10:33] ok, bye guys - RMLL all over for 2011 and we have to get out - more later i guess... [10:34] *** jonnyb has quit IRC (Quit: jonnyb) [10:34] Machiavelli: I suggest, that we either switch back to english or move to #tikiwiki-de because most people here do not speak german [10:34] not to upset somebody [10:36] alright [10:36] what do you prefer? [10:37] I do not mind [10:37] have to do some work anyway, so perhabs we stay here in english [10:38] sounds good to me [10:38] or you want some quick hints in german language, than we move, but only for a couple of minutes [10:39] if you want to set the stuff up til tuesday, I think you need kind of a crash course [10:39] yeah, would be good, but dont want to waste your time or disturb you [10:40] so you should write down the structural stuff first - setup your wikipage (maybe in a registered area of your site) and describe your project [10:41] if you want, I might have a look at it lateron this evening and then give you some hints, wich features you need and how to set them up [10:42] with that it might be easier to come back to the chat and ask more detailed questions, if anything is not working and you do not find it in the documantation (http://doc.tiki.org) [10:43] tip: we are doing a huge doc revamp at the moment - see the "hole documentation" in english language, as german structure is a bit odd [10:43] would be great, ok, i'll try and check the doc. alright, sounds good to me. thx [10:43] I want to remove the structure and just keep the german pages as english translations in the original structure [10:44] docs are super, just a bit massive in only one long structure - at the moment some views are not really working, as you might be "thrown out of the structure", because some pages are in more than one. [10:45] ok, think can handle that [10:45] will be done soon, but at the top of the pages there is a dropdown "view page in structure XYZ" (right structure should be "Documentation+TOC [10:45] " [10:45] cool [10:56] *** garypp has joined #tikiwiki [10:56] *** garypp has left [11:38] tikiwiki: 03sylvieg * r35334 10/branches/proposals/6.x/templates/tiki-admingroups.tpl: [bp/r35231][FIX]invite: button also in admin group [11:42] polom [11:57] *** Caarrie|sleeping is now known as Caarrie|away [12:00] wolod [12:02] *** redflo has quit IRC (Remote host closed the connection) [12:22] tikiwiki: 03sylvieg * r35335 10/trunk/ (lib/userslib.php templates/tiki-admingroups.tpl): [ENH]group: display in italic groups that are not directly included [12:39] *** Tiki|bot has joined #tikiwiki [12:40] New Forum Posts: PluginColorbox spews code and not images - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41773 [12:40] New Forum Posts: Sorting tracker elements - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41772 [12:40] New Forum Posts: How to make images from a traker in a pretty tracker template work with colorbox? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41768 [13:00] *** radek82 has joined #tikiwiki [13:10] *** nkoth has joined #tikiwiki [13:12] *** jonnyb has joined #tikiwiki [13:17] hi jonny [13:18] hi again - back at Jyhem's [13:20] are you guys releasing 7.1 soon (how much time do I have for another commit)? [13:26] hi nkoth - it'll be the evening here, so at least 3 or 4 hours [13:26] more good things for 7.1 is nice, more hard stuff to vote on for 6.4 would be bad though, we still have a couple of dozen to go through [13:27] just 7.1, just need to optionalizize and de-hardcode a couple more advanced cart features [13:28] super - thanks [13:28] brb [13:31] *** marclaporte has joined #tikiwiki [13:31] *** ChanServ sets mode: +o marclaporte [13:44] polom [13:44] salut marclaporte [13:54] wolod [14:03] *** chealer has quit IRC (Remote host closed the connection) [14:04] *** chealer has joined #tikiwiki [14:09] is there an option not to have the [14:09] I thought admins have a perm... [14:29] *** kstingel has joined #tikiwiki [14:30] can anyone help with "Custom CSS"? [14:32] I have a CSS file I need included before any Tiki CSS gets read ... will adding it in the Custom CSS area achieve that? [14:33] I want it to appear in all pages (it's the over-rides for "user-agent" css) [14:39] custom css -> it will appear in any page .. not sure when it is loaded - [14:40] custom css appears in HTML methinks [14:41] @ jonnyb: finally after a lot of distraction, I made it to install proposals [14:42] yay, well done fabricius [14:43] jonnyb: it is right now http://temp.papatour.eu -> I have to copy themes and stuff and when ready relink the original domain to the new tikiroot [14:43] checked WYSIWYG on the HomePage -> is now working again [14:43] :D [14:43] jonnyb: anything particular, I should check straight away before release? [14:44] anything else I mean [14:44] *** marclaporte has quit IRC (Read error: Connection reset by peer) [14:44] any of that funny timezone stuff? [14:45] (funny as in "ha ha"!) [14:45] how does one go about obtaining commit access? (I have both tw.o & sf logins already) [14:47] kstingel: "included before any Tiki CSS gets read" sounds to me like to be included in the top of the theme - if you use an original theme, just make a custom theme out of it as you just copy the css-file in the styles folder in the tiki root and rename with "originalname dash custoname dot css" like fivelive.css would become fivealive-someword.css [14:48] kstingel: just if I understood well, what you meant [14:48] jonnyb: kk, I'll check it [14:48] => somebody with an IE 6 or a windows online? [14:49] need a quick check of my css-menus after ticking the timezone detection [14:50] fabricius: I have IETester. I can check with IE6. [14:50] fabricius: not quite what I meant ... I have "styles/uaoverrides.css" which I want to load so that it gets read first, thus preventing any user-agent problems for all themes [14:52] I could do it by editing "header.tpl", but that would require fixing after every upgrade, I'm trying to achieve a singular solution [14:57] fabricius: The upper menu's dropdowns seem to drop down behind the second menu. The second menu's third level (menu items that open to the right side of the dropdown items) don't display at all. [14:58] Are the themes different for IE6 and for Firefox? IE6 shows The News, and FF shows Papatour. [14:59] I think the header space needs to be increased for IE6, to give the upper menu dropdowns space to display. [14:59] chibaguy: did you show at http://papatour.eu or http://temp.papatour.eu => prop is on the 2nd one and I am just copying the styles to the new folder [14:59] actually all my headerimages are gone and the secondary is white [14:59] Oh, I see. I was looking at temp, but loaded first in IE6. [14:59] tikiwiki: 03jonnybradley * r35336 10/branches/7.x/ (3 files in 3 dirs): [FIX] category tree: Store state in cookie and render open or closed server-side [15:00] would you might to load again in both browsers and maybe compare with the original site please? [15:00] just that I did not miss a major fault on the existing site [15:01] yes [15:01] If anyone has a 7.x they can easily update could you please check r35336 (bit near to release so would like 2nd opinion) [15:01] few chores to do - back soon [15:03] fabricius: I loaded the site in both browsers again (papatour.eu). [15:03] IE6 has a problem with the upper menu wrapping in two rows, and the bottom row interferes with the top row, so it's hard to see/click the top-row dropdowns. [15:05] Also, the Register and Login buttons are up at the top of the page. IE6 doesn't support positioning a div at the bottom of another unless (I think) the height of the containing div is specified. (Maybe not even then. I don't remember exactly.) [15:05] doc.tiki.org != fast [15:06] On the main menu, the color contrast of the dropdown (child) items isn't good, as it is black text on dark blue background. And again, the third-level items don't display. [15:07] In Firefox, the third-level items display, but their top-margin is too large (inherited from the top level of the menu I think). #tiki-top .cssmenu_horiz ul ul needs a magin-top: 0, if I recall correctly. [15:07] margin-top [15:09] ok chibaguy thx - the most problem with some windows browsers (included some firefox versions) was a memory exhaust error [15:09] we desided not to do the IE6 support effort, because keeping the css menus I did not really get done these times I developed the site and a IE6 detction I could not recode myself to swith perspective on detecting IE6 [15:09] kstingel: There's a Custom HTML Content textarea on the Look and Feel admin page, but I don't know exactly where that loads in . [15:09] Main task would be, if there will appear the exhaust error again with proposals, when I activate the timezone detection [15:09] so I do now [15:11] chibaguy: neither do I, hence my query ... will go and load it in and then check the source of HomePage [15:11] *** reallycat has joined #tikiwiki [15:12] @ chibaguy and jonnyb: the timezone detection is activated on temp.p.eu and on p.eu - would you mind to reload please? [15:13] @ chibaguy now I now about the origin of your nickname ;-) [15:14] heh [15:15] In IE6, I get a script error: line 29, character 1, "Expected identifier, string or number" [15:18] on p.eu or temp.p.eu? [15:18] and aaaahrrrrgh [15:18] worst case: [15:18] moved a folder instead of copying and then deleted it accidentailly [15:18] all headerfiles gone [15:18] arrghhhh [15:19] on the productive site [15:19] should not happen [15:19] more work now without any time to delay [15:19] urgllll [15:19] :-| [15:19] %&'grmpf!$% [15:19] *** reallycat has quit IRC (Quit: reallycat) [15:20] so chibaguy : on wich of both site the error appeared - or on both? [15:21] and now memory exhausted error? [15:21] on both I think. For sure on papatour.eu, and I think also on temp [15:22] ah, no error on temp. at least after reloading in IE6 now. [15:23] tikiwiki: 03nkoth * r35337 10/branches/7.x/ (4 files in 4 dirs): [FIX] Make optional and add prefs for recording orders advanced cart feature [15:24] so no "line 29, character 1, "Expected identifier, string or number" " and no "memory exhausted error" on temp [15:24] but "line 29, character 1, "Expected identifier, string or number" " on the original? [15:24] what's with the "memory exhausted error" on the original? [15:25] sounds good so far apart from my silly deletion action [15:28] could you confirm that I understood right chibaguy ? [15:33] I didn't get a memory exhausted error on either site. [15:37] *** ricks99 has joined #tikiwiki [15:38] anyone notice if prefs default does not show in admin panel in tiki7? [15:38] jonnyb, I svn-upped branch 7 and it seems ok (I'm looking at tiki-browse_categories.php; I don'treally know what to look for re your commit. [15:39] nm, cache [15:39] hmm that's weird - on the original one there should be one - Ok thanks chibaguy, I redo the header and look further into it. [15:39] thanks for the time ;-) [15:39] sure [15:40] *** jonnyb has quit IRC (Read error: Operation timed out) [15:42] *** jonnyb has joined #tikiwiki [15:42] hi all - back (getting Jyhem's place ready for the Bastille release 'fest) [15:43] fabricius: checking http://temp.papatour.eu now [15:45] nkoth: looking forward to getting in to your new advanced cart stuff - i have a confirmed order for an e-commerce site to go live at the end of this year [15:46] fabricius: one improvement seems to be on temp.papa i get the english homepage, but german on the live site [15:49] *** Caarrie|away has quit IRC (Read error: Connection reset by peer) [15:49] *** Caarrie has joined #tikiwiki [15:50] *** Caarrie is now known as Caarrie|away [15:51] *** ricks99 has quit IRC (Quit: Get the best-selling Tiki books (paperback and ebook) at http://www.lulu.com/spotlight/ricks99) [15:51] time to sleep here. g'night all. [15:52] *** chibaguy has quit IRC (Quit: Find new themes for Tiki at http://themes.tikiwiki.org.) [16:12] *** jonnyb_ has joined #tikiwiki [16:12] *** jonnyb has quit IRC (Read error: Connection reset by peer) [16:12] *** jonnyb_ is now known as jonnyb [16:34] is sourceforge svn down? i can't commit [16:36] tikiwiki: 03nkoth * r35338 10/branches/7.x/ (4 files in 4 dirs): [FIX] More prefs for advanced cart (anonymous shopping and inventory hold timeout) [16:36] hmm, ok from command line, maybe aptana problem [16:38] tikiwiki: 03jonnybradley * r35339 10/trunk/ (19 files in 13 dirs): [16:38] tikiwiki: [MRG] Automatic merge, branches/7.x 35307 to 35337 [16:38] tikiwiki: Conflicts on db/tiki.sql, lib/setup/prefs.php & lib/prefs/payment.php by using trunk versions [16:38] tikiwiki: Manual fixes for new regime to come [16:38] hmm, conflict in the prefs bleah [16:45] @ jonnyb : from my 6.2 propr [16:45] @ jonny : from my 6.2 to my proposals, the design of the module titles changed [16:46] @ jonnyb : just to mention it ... will have to look into that lateron [16:47] have to go soon [16:47] nkoth: just fixing them - you'll need to check [16:47] fabricius: ok, more later [16:47] nkoth: Aptana seems to be bad at reporting commit failures. there must be a bug. [16:47] just quickly will change OS and check the exhaust thing [16:47] brb [16:47] *** fabricius has quit IRC (Quit: ChatZilla 0.9.87 [Firefox 3.6.18/20110628231248]) [16:49] tikiwiki: 03jonnybradley * r35340 10/trunk/lib/prefs/payment.php: [16:49] tikiwiki: [FIX] payment: Manual "merge" of pref defaults into the payment prefs file where they live now in trunk. [16:49] tikiwiki: nkoth please check i got them right... [16:50] who do I speak to to obtain commit access? [16:55] kstingel: are you planning to commit a fix? [16:57] once I've finished updating, I have a couple of minor fixes I made ... but I also plan on starting Smarty3 templating ... [16:58] my previous sites use Smarty3, so it makes it easier to convert if I can update (my) Tiki to be able to use either 2 or 3 [16:58] *** yv has joined #tikiwiki [16:59] *** yv is now known as Guest94889 [16:59] have you finished reviewing http://dev.tiki.org/Commit+Code and understand where to commit in terms of branches? Have you approached someone else regarding this before? [17:00] tikiwiki: 03jonnybradley * r35341 10/trunk/lib/userslib.php: [17:00] tikiwiki: [ENH] wysiwyg: Add a perm to allow users to switch - depends on feature_wysiwyg [17:00] tikiwiki: Manual implementation of part of r35325 due to different perms structure [17:01] I've asked before, but usually been ignored as my query seems to roll out of visible comments too fast [17:04] we discussed that Smarty 3 was planned for after Tiki 7.1 [17:05] I've been playing around with it in Tiki8 ... I thought maybe if no-one was currently working on it, you may want what I've put together thus far [17:06] I'm running 6.3, 7.0, 7.1 & trunk(8) on my testing server [17:06] tikiwiki: 03pkdille * r35342 10/branches/3.0/lib/newsletters/nllib.php: [17:06] tikiwiki: [QT] Quality Team Backport [17:06] tikiwiki: r30187 | jonnybradley | 2010-10-21 19:18:31 +0200 (Thu, 21 Oct 2010) | 1 line [17:06] tikiwiki: [bp/r23854][FIX] newsletters: display also the newsletter that have not been sent [17:07] ok kstingel, sounds good. let's get you svn access first anyway [17:07] tikiwiki: 03pkdille * r35343 10/branches/3.0/lib/wiki-plugins/wikiplugin_subscribegroup.php: [17:07] tikiwiki: [QT] Quality Team Backport [17:07] tikiwiki: r31379 | Jyhem | 2010-12-13 11:51:39 +0100 (Mon, 13 Dec 2010) | 1 line [17:07] tikiwiki: [FIX] Being in an included group is not incorrect, and can be handled [17:08] kstingel: what is your sourceforge username? There is a little ceremony begin now if you are ready [17:08] It's basically this: http://dev.tiki.org/3rules [17:08] tikiwiki: 03pkdille * r35344 10/branches/3.0/lib/userslib.php: [17:08] tikiwiki: [QT] Quality Team Backport [17:08] tikiwiki: r33937 | chealer | 2011-04-13 04:20:58 +0200 (Wed, 13 Apr 2011) | 3 lines [17:08] tikiwiki: [bp/r33865][SEC] LDAP: reject invalid empty passwords instead of attempting an unauthenticated bind [17:08] tikiwiki: backport untested [17:08] kstingel ... I try to keep the same username where possible [17:09] *** rodrigo_sampaio has joined #tikiwiki [17:10] kstingel: OK, ceremony begins. Do you agree to respect the environment (as explained in http://dev.tiki.org/3rules) as well as make sure not to commit anything incompatible with the LGPL license. [17:14] *** kstingel__ has joined #tikiwiki [17:14] *** kstingel has quit IRC (Ping timeout: 246 seconds) [17:14] IRC client just crashed [17:14] yes I figured :) [17:15] start over: member:kstingel: OK, ceremony begins. Do you agree to respect the environment (as explained in http://dev.tiki.org/3rules) as well as make sure not to commit anything incompatible with the LGPL license. [17:15] tikiwiki: 03pkdille * r35345 10/branches/3.0/db/ (tiki-secdb_3.7_mysql.sql tiki-secdb_3.8_mysql.sql): Preparing 3.9 release - remove old secdb files [17:15] I do [17:16] Do you agree to commit early and often and in line with http://dev.tiki.org/Where+to+commit? [17:16] yes [17:17] Do you agree to make things optional (i.e. users should be able to switch off the new features, of course if it's just a simple fix it is not necessary to be optional)? [17:17] yes [17:18] Welcome! adding account to commit access... [17:21] kstingel: done. I've seen you on the devel list, so I suppose you've been reading it so that's good. I suppose you've seen some of the discussions there and do get a flavor of how discussions happen. Sometimes, especially if you are committing something quite significant there can be quite a bit of discussion, that's all part of it. And sometimes a few people may seem rude but it may be just a factor of language sk [17:21] or other things so it's best to give the benefit of the doubt. Hope to see you at a Tikifest some time - it's a good way to put a face to people online :) [17:21] *** Guest94889 has quit IRC (Quit: Page closed) [17:21] Do you agree to take Bob as your lawfully wedded husband, to love and honour him, stand by his side in good times and in bad, in sickness and in health, for as long as you both shall live (except of course when he's being an ass)? [17:22] hi kstingel__ welcome! [17:22] I do :D [17:22] welcome kstingel__ [17:22] I now pronounce me Karen and Tiki? [17:23] how exactly does one join a TikiFest? ... I assumed they were an "in person" event ... [17:24] I been waiting to see one in Australia [17:24] http://tiki.org/tikifest [17:24] well, do you agree to a largely polygamous marriage? [17:24] chealer.... [17:24] that's an understatement in the extreme isn't it? ... and yes [17:25] Australia, cool. I haven't heard about many people from Australia unfortunately [17:25] It's been a while since I've been to Australia. I'm current in Canada (used to live in Singapore that's when I was in Aust. more often) [17:26] kstingel__: good. Long life Karen and Tiki! [17:26] I'm in Brisbane ... most webby type people seem to be in Melbourne and Sydney [17:27] *** Jyhem_laptop has joined #tikiwiki [17:27] tikiwiki: 03pkdille * r35346 10/branches/3.0/ (18 files in 3 dirs): [REL] Preparing 3.9 release [17:27] back soon .. X-Chat is v laggy [17:28] *** kstingel__ has left "Leaving" [17:30] nkoth: sorry if I broke the ceremonial tone. your line was too funny [17:30] tikiwiki: 03nkoth * r35347 10/trunk/lib/wiki-plugins/wikiplugin_addtocart.php: [FIX] Individual payment perms not respecting global perms (may not be the best fix but does fix it), and also remove leftover comments. [17:31] *** kstingel has joined #tikiwiki [17:31] tikiwiki: 03pkdille * r35348 10/branches/3.0/README: [REL] Update README file for 3.9 [17:35] chealer: lol [17:35] tikiwiki: 03pkdille * r35349 10/branches/3.0/changelog.txt: [REL] Update changelog.txt for 3.9 [17:36] New Forum Posts: tiki CAS integration - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41777 [17:37] tikiwiki: 03pkdille * r35350 10/branches/3.0/copyright.txt: [REL] Update copyright.txt for 3.9 [17:42] tikiwiki: 03pkdille * r35351 10/branches/3.0/db/tiki-secdb_3.9_mysql.sql: [REL] SecDB for 3.9 [17:43] tikiwiki: 03pkdille * r35352 10/tags/3.9/: [REL] Tagging release [18:24] jonnyb: ===== Error 0 in 20110713_add_tiki_p_edit_switch_mode_tiki ===== [18:24] INSERT INTO `users_permissions` (`permName`, `permDesc`, `level`, `type`, `admin`, `feature_check`) VALUES ('tiki_p_edit_switch_mode', 'Can switch between wiki and WYSIWYG modes while editing', 'editor', 'tiki', NULL, 'feature_wysiwyg') [18:24] Unknown column 'permDesc' in 'field list' [18:24] hi chealer - odd, i didn't get that [18:35] tikiwiki: 03sept_7 * r35353 10/branches/proposals/6.x/lib/htmlpurifier_tiki/HTMLPurifier.tiki.php: [FIX] fix 33231 with lucia remarks... [18:38] *** kstingel has left "Leaving" [18:46] jonnyb: it's a merge issue. users_permissions does not contain a permDesc column anymore in trunk since r34053 [18:46] (that and other columns) [18:47] are you sure that line was merged into trunk? i thought i added into userslib.php as perms don't happen in tiki.sql anymore [18:50] oh right - it's the update script - needs deleting [18:50] can you do it pls? (in the middle of QT 6.x stuff) [18:50] tikiwiki: 03nkoth * r35354 10/branches/7.x/ (5 files in 5 dirs): [FIX] Missing prefs and file for advanced cart associated events and product exchanges feature [18:54] jonnyb: if you say there's no need to have perms in users_permissions anymore, I can [19:00] yes please - they're all in a great big php array now [19:14] *** fabricius has joined #tikiwiki [19:24] polom [19:24] tikiwiki: 03chealer * r35355 10/trunk/installer/schema/20110713_add_tiki_p_edit_switch_mode_tiki.sql: [FIX] Upgrades: "Unknown column 'permDesc' in 'field list'" from merge error in r35339, as instructed by Jonny Bradley (permissions are now only defined in code) [19:34] @ jonnyb : I could not reproduce the exhaust error, because I do not heva the appropriate browsers on win 7, as I had on xp - will have to find another computer [19:36] fabricius: pizza time here - bbl [19:37] ahh good - bon appetit [19:37] greetings to Jyhem [19:38] all say hi back [19:48] greetings to all then :-D [19:49] didn't guess more people [19:49] hope you all have a good time [19:50] tikiwiki: 03sylvieg * r35356 10/trunk/ (2 files in 2 dirs): [ENH]MAIL: possible to select multiple groups + preview step [19:55] *** Bernard1 has joined #tikiwiki [20:02] tikiwiki: 03sylvieg * r35357 10/trunk/lib/wiki-plugins/wikiplugin_mail.php: [ENH]MAIL: param to recurse on includding groups [20:11] tikiwiki: 03pkdille * r35358 10/branches/6.x/tiki-webmail.php: [20:11] tikiwiki: [QT] Quality Team Backport [20:11] tikiwiki: r33011 | luciash | 2011-02-21 18:57:33 +0100 (Mon, 21 Feb 2011) | 1 line [20:11] tikiwiki: [bp/r32265][FIX] webmail: slightli bettar inglish error messages [20:11] tikiwiki: 03pkdille * r35359 10/branches/6.x/tiki-webmail.php: [20:11] tikiwiki: [QT] Quality Team Backport [20:11] tikiwiki: r33012 | luciash | 2011-02-21 19:12:46 +0100 (Mon, 21 Feb 2011) | 1 line [20:11] tikiwiki: [bp/r33004][FIX] webmail: same fix as r32301 but for the filtered list (unread and flagged msgs) + commented code cleanup [20:11] tikiwiki: 03pkdille * r35360 10/branches/6.x/ (2 files in 2 dirs): [20:11] tikiwiki: [QT] Quality Team Backport [20:11] tikiwiki: r33019 | sylvieg | 2011-02-21 20:52:09 +0100 (Mon, 21 Feb 2011) | 1 line [20:11] tikiwiki: [bp/r33017][FIX]ARTICLES: if usePagination, send in the pagination url all the filters [20:15] tikiwiki: 03pkdille * r35361 10/branches/6.x/ (3 files in 3 dirs): (log message trimmed) [20:15] tikiwiki: [QT] Quality Team Backport [20:15] tikiwiki: r33029 | sylvieg | 2011-02-22 00:48:45 +0100 (Tue, 22 Feb 2011) | 1 line [20:15] tikiwiki: [bp/r33028][FIX]tracker: do not duplicate trackerId in url to item view of tracker view (in any case itemId param is enough [20:15] tikiwiki: r33034 | jonnybradley | 2011-02-22 13:55:10 +0100 (Tue, 22 Feb 2011) | 1 line [20:15] tikiwiki: [FIX] index_raw: Process parse_wiki_argvariable before parsing page data so args work inside plugins (works ok in trunk as index_raw is totally different there, so no backport possible) [20:15] tikiwiki: r33038 | sylvieg | 2011-02-22 17:45:28 +0100 (Tue, 22 Feb 2011) | 1 line [20:17] tikiwiki: 03pkdille * r35362 10/branches/6.x/ (lib/wiki/wikilib.php modules/mod-func-youtube.php): [20:17] tikiwiki: [QT] Quality Team Backport [20:17] tikiwiki: r33048 | sylvieg | 2011-02-22 20:51:50 +0100 (Tue, 22 Feb 2011) | 1 line [20:17] tikiwiki: [bp/r33047][FIX]youtube module: fix 30803: a module is not wiki parsed [20:17] tikiwiki: r33056 | chealer | 2011-02-23 09:51:33 +0100 (Wed, 23 Feb 2011) | 1 line [20:17] tikiwiki: [bp/r33055][FIX] Wiki: Pages overriding global cache to avoid caching are cached [20:19] tikiwiki: 03pkdille * r35363 10/branches/proposals/6.x/ (5 files in 3 dirs): [QT] Rollback rejected proposition r33060 [20:20] tikiwiki: 03pkdille * r35364 10/branches/6.x/ (16 files in 12 dirs): (log message trimmed) [20:20] tikiwiki: [QT] Quality Team Backport [20:20] tikiwiki: r33063 | chealer | 2011-02-24 07:47:49 +0100 (Thu, 24 Feb 2011) | 1 line [20:20] tikiwiki: [FIX] French: Admin Login fixes [20:20] tikiwiki: r33066 | sylvieg | 2011-02-24 16:38:20 +0100 (Thu, 24 Feb 2011) | 1 line [20:20] tikiwiki: [bp/r33065][FIX]trackerfilter: do not overwrite param max if given [20:20] tikiwiki: r33067 | nyloth | 2011-02-24 18:18:39 +0100 (Thu, 24 Feb 2011) | 2 lines [20:20] tikiwiki: 03nkoth * r35365 10/branches/7.x/ (8 files in 6 dirs): [FIX] Missing prefs and files for advanced cart gift cert feature [20:21] tikiwiki: 03pkdille * r35366 10/branches/6.x/ (15 files in 10 dirs): (log message trimmed) [20:21] tikiwiki: [QT] Quality Team Backport [20:21] tikiwiki: r33157 | sylvieg | 2011-02-28 21:51:41 +0100 (Mon, 28 Feb 2011) | 1 line [20:21] tikiwiki: [bp/r33156]notice [20:21] tikiwiki: r33159 | sylvieg | 2011-02-28 22:11:08 +0100 (Mon, 28 Feb 2011) | 1 line [20:21] tikiwiki: rollback 33157 [20:21] tikiwiki: r33160 | sylvieg | 2011-02-28 22:12:35 +0100 (Mon, 28 Feb 2011) | 1 line [20:22] tikiwiki: 03pkdille * r35367 10/branches/6.x/ (5 files in 5 dirs): (log message trimmed) [20:22] tikiwiki: [QT] Quality Team Backport [20:22] tikiwiki: r33211 | chibaguy | 2011-03-03 05:41:42 +0100 (Thu, 03 Mar 2011) | 1 line [20:22] tikiwiki: [bp/r33210][MOD] Text style shouldn't be hardcoded in the template ( removed). [20:22] tikiwiki: r33213 | chibaguy | 2011-03-03 05:52:59 +0100 (Thu, 03 Mar 2011) | 1 line [20:22] tikiwiki: [bp/r33212][FIX] In IE6, narrower right column in fixed-width mode caused modules to not display (fixed-width right-column box width reduced to 178px). Thanks, Marc. [20:22] tikiwiki: r33215 | nkoth | 2011-03-03 06:43:54 +0100 (Thu, 03 Mar 2011) | 1 line [20:24] *** jonnyb has quit IRC (Quit: jonnyb) [20:30] tikiwiki: 03pkdille * r35368 10/branches/6.x/tiki-send_newsletters.php: [20:30] tikiwiki: [QT] Quality Team Backport [20:30] tikiwiki: r33238 | sylvieg | 2011-03-04 18:52:40 +0100 (Fri, 04 Mar 2011) | 1 line [20:30] tikiwiki: [bp/r33237][FIX]newsletter: do not add
for newsletter using wysiwyg [20:31] tikiwiki: 03pkdille * r35369 10/branches/6.x/templates/tiki-sitelocbar.tpl: [20:31] tikiwiki: [QT] Quality Team Backport [20:31] tikiwiki: r33248 | chibaguy | 2011-03-05 12:08:11 +0100 (Sat, 05 Mar 2011) | 1 line [20:31] tikiwiki: [] Rollback of r33211. Will resubmit with CSS change as per cvs list discussion. [20:31] tikiwiki: 03pkdille * r35370 10/branches/6.x/ (styles/layout/design.css templates/tiki-sitelocbar.tpl): [20:31] tikiwiki: [QT] Quality Team Backport [20:31] tikiwiki: r33249 | chibaguy | 2011-03-05 12:17:29 +0100 (Sat, 05 Mar 2011) | 1 line [20:31] tikiwiki: [bp/r33210][MOD] Second try (thanks, luci). Text style shouldn't be hardcoded in the template ( removed, replaced with property in design.css). [20:32] tikiwiki: 03pkdille * r35371 10/branches/6.x/templates/tiki-admin_newsletter_subscriptions.tpl: [20:32] tikiwiki: [QT] Quality Team Backport [20:32] tikiwiki: r33273 | sylvieg | 2011-03-07 15:20:07 +0100 (Mon, 07 Mar 2011) | 1 line [20:32] tikiwiki: [bp/r33271][FIX]newsletters: cahnge the label to including to follow commit 27707 [20:33] tikiwiki: 03pkdille * r35372 10/branches/6.x/lib/categories/categlib.php: [20:33] tikiwiki: [QT] Quality Team Backport [20:33] tikiwiki: r33304 | sylvieg | 2011-03-10 00:13:23 +0100 (Thu, 10 Mar 2011) | 1 line [20:33] tikiwiki: [QT] rollback 33179 ... need the sort whenn using path [20:45] tikiwiki: 03nkoth * r35373 10/branches/7.x/ (4 files in 4 dirs): [FIX] Final set of prefs for advanced cart features, should be ok for 7.1 now [20:54] *** jonnyb has joined #tikiwiki [20:55] *** Bernard1 has quit IRC (Ping timeout: 260 seconds) [21:00] tikiwiki: 03pkdille * r35374 10/branches/6.x/lib/categories/categlib.php: [21:00] tikiwiki: [QT] Quality Team Backport [21:00] tikiwiki: r33236 | sylvieg | 2011-03-04 17:26:47 +0100 (Fri, 04 Mar 2011) | 1 line [21:00] tikiwiki: [bp/r33235][FIX]categ: try to fix 29936 - that returns no categs in categ tracker fields [21:02] tikiwiki: 03pkdille * r35375 10/branches/6.x/ (7 files in 4 dirs): (log message trimmed) [21:02] tikiwiki: [QT] Quality Team Backport [21:02] tikiwiki: r33306 | sylvieg | 2011-03-10 15:13:07 +0100 (Thu, 10 Mar 2011) | 1 line [21:02] tikiwiki: [bp/r33305][FIX]category: better fix for 29936 + 33178. fix change_categ param id + sort with categ name with accent [21:02] tikiwiki: r33307 | sylvieg | 2011-03-10 15:20:53 +0100 (Thu, 10 Mar 2011) | 1 line [21:02] tikiwiki: oops debug [21:02] tikiwiki: r33313 | sylvieg | 2011-03-10 21:36:43 +0100 (Thu, 10 Mar 2011) | 1 line [21:11] *** Machiavelli has quit IRC (Quit: Page closed) [21:13] *** fabricius has quit IRC (Ping timeout: 252 seconds) [21:14] tikiwiki: 03nyloth * r35376 10/branches/proposals/6.x/lib/tikilib.php: [QT] Rollback rejected proposition r34956 [21:20] tikiwiki: 03nyloth * r35377 10/branches/proposals/6.x/lib/wiki-plugins/wikiplugin_googlemap.php: [QT] Rollback rejected proposition r34569 [21:20] tikiwiki: 03jonnybradley * r35378 10/branches/7.x/lib/setup/twversion.class.php: [REL] 7.1RC1: Update version info [21:24] jonnyb: I am just about to clean up lib/prefs/payment.php in order to make it easier to merge [21:27] I suppose I can commit it to trunk [21:27] then when you merge up you can just take the local one [21:28] I mrean the repo one [21:28] tikiwiki: 03chealer * r35379 10/trunk/ (3 files in 3 dirs): [FIX] Admin Trackers: AutoIncrement field type itemId parameter description - remove extra space [21:34] hi nkoth - i was just about to suggest something like that [21:35] are you done for today? (apart from the pref default stuff?) [21:36] it's probably less work to fix trunk - after 7.1 there's no more merging (in theory) [21:36] tikiwiki: 03nkoth * r35380 10/trunk/lib/prefs/payment.php: [FIX] Manual merge of defaults from Tiki 7 r35373 [21:37] :) [21:42] tikiwiki: 03nyloth * r35381 10/branches/proposals/6.x/templates/tiki-admin_forums.tpl: [QT] Rollback rejected proposition r33612 [21:45] tikiwiki: 03nyloth * r35382 10/branches/proposals/6.x/templates/tiki-admingroups.tpl: [QT] Rollback rejected proposition r33318 [21:48] *** redflo has joined #tikiwiki [21:49] jonnyb: i'm done [21:50] super, thanks nkoth - doing a last merge now [21:50] so no more commit in 7? [21:51] tracker in trunk are really broken.. [21:51] sylvieg: which part? last week it was ok for me [21:52] yesterday - I tried to create a simple tracker with 2 field text and email - got about 4 bugs [21:52] hi sylvieg1 - if we're ready for 7.1RC1 we should freeze 7.x, yes [21:53] :-( or :-) release process is too fast for me [21:54] well merging from 7.x to trunk is getting very messy [21:54] I suppose the right way is to go from LTS to LTS [21:54] and quite a bit has been fixed there now [21:54] thx jonnyb YOU DID A LOT OF MERGE [21:54] soory caps [21:54] :) [21:56] sylvieg1: abt trunk tracker, fatal bug or small bug - I just tried with 35240 from last week it is ok. The only problem I had with the new tracker UI was the need to clear browser cahche [21:57] so far anyway, I have not done any complex condig uet [21:57] ...config yet [21:58] are you able to change the field type for instance? [21:58] whanted to change form email to etxt [21:59] *** radek82 has quit IRC (Quit: Leaving) [21:59] I tried to delete a field - no way [21:59] a cache problem [22:00] I cannot change type (there is no interface for it) but delete ok [22:01] by pressing the X [22:01] try to create the field again with the same name [22:02] oh ok, the red x looks like a problem [22:02] * sylvieg1 thinks realease is too fast [22:02] actually I think it's bad UI [22:02] you have to save after hitting red x [22:03] +1 bad UI [22:03] no [22:03] sorry I did not check who wrote it [22:03] The only way I can delete is use the checkbox and then select remove selected [22:04] canyou create another field with the same name? [22:04] I was not able [22:04] it tells me that it already exist [22:04] *** rodrigo_sampaio has quit IRC (Ping timeout: 240 seconds) [22:04] because in fact the field was not properly deleted [22:04] .. you got the same problem [22:05] just refresh, and you will see the field again - check the checkbox, and then chose "Remove Selected" from the frop down. This worksaround for now [22:05] yeh.. [22:05] release process is too fast [22:06] *** marclaporte has joined #tikiwiki [22:06] *** ChanServ sets mode: +o marclaporte [22:07] * sylvieg1 votes to slow down relase [22:08] trunk is not ready to be a candidate [22:08] sure, it's still early [22:09] trunk release won't be for a few months right? [22:10] tikiwiki: 03jonnybradley * r35383 10/trunk/ (10 files in 6 dirs): [MRG] Automatic merge, branches/7.x 35337 to 35378 [22:11] We should branch in September for a release in October [22:12] which is really soon! [22:12] sylvieg1 : which features/parts do you feel need most attention? [22:12] tracker [22:13] I agree. Anything else? [22:13] I'm deploying a rather big site using pretty tracker + unified search right now, by september I should have given it a pretty good beating/testing... [22:13] I think each release should focus on code improvment / UI [22:14] unified seach with 4000 files works - but perfs are poor [22:14] do a query with the word to on doc.tiki.org and you will see [22:15] how to debug tiki [22:15] for instance [22:15] search should have be solved outside perms.. [22:16] it should have been 2 engines [22:32] sorry to see the 6.4 release is so complicated [22:33] it's worrying too that there are so many changes [22:42] tikiwiki: 03sept_7 * r35385 10/branches/6.x/lib/setup/twversion.class.php: [REL] Preparing 6.4 release [22:49] tikiwiki: 03sept_7 * r35386 10/branches/6.x/README: [REL] Update README file for 6.4 [22:52] tikiwiki: 03sept_7 * r35387 10/branches/6.x/lang/ (47 files in 47 dirs): [REL] Update language.php files for 6.4 [22:52] tikiwiki: 03sept_7 * r35388 10/branches/6.x/changelog.txt: [REL] Update changelog.txt for 6.4 [22:53] tikiwiki: 03sept_7 * r35389 10/branches/6.x/copyright.txt: [REL] Update copyright.txt for 6.4 [22:56] tikiwiki: 03sept_7 * r35390 10/branches/6.x/db/tiki-secdb_6.4_mysql.sql: [REL] SecDB for 6.4 [22:56] 47 languages! [22:57] * marclaporte wants 100 [22:58] tikiwiki: 03sept_7 * r35391 10/tags/6.4/: [REL] Tagging release [23:26] * marclaporte considers 6.4 as the real first LTS, because it came out after 7.0 [23:29] tikiwiki: 03jonnybradley * r35392 10/branches/7.x/db/tiki-secdb_7.0_mysql.sql: [REL] 7.1RC1: Delete old secdb [23:36] *** Jyhem_laptop has quit IRC (Read error: Connection reset by peer) [23:36] *** Jyhem_laptop has joined #tikiwiki [23:38] *** redflo has left [23:47] *** jonnyb has quit IRC (Quit: jonnyb) [23:49] *** RobertPlummer has joined #tikiwiki [23:50] polom all [23:50] changi, you know anything about file galleries? [23:50] or how about you chealer? (can't remember if I asked) [23:54] I'm looking to fix the archives feature with tiki draw.