tikiwiki: 03lindonb * r30930 10/branches/6.x/styles/darkroom.css: [FIX] Increase contrast for parameter descriptions in plugin edit window so that they are visible. tikiwiki: 03lindonb * r30931 10/branches/6.x/lib/wiki-plugins/wikiplugin_youtube.php: [FIX] Minor corrections to plugin info for plugin edit window. tikiwiki: 03lindonb * r30932 10/branches/6.x/lib/wiki-plugins/wikiplugin_webservice.php: Add default parameter for plugin info for display in plugin manager tikiwiki: 03lindonb * r30933 10/branches/6.x/lib/wiki-plugins/wikiplugin_watershed.php: Add options, defaults and minor corrections to plugin info for plugin edit tikiwiki: 03lindonb * r30934 10/branches/6.x/lib/wiki-plugins/wikiplugin_wantedpages.php: [FIX] Now handles old table syntax pref setting. Tried to make output table syntax more stable. Added options defaults and corrections to plugin info for plugin edit. Changed double quotes to single. tikiwiki: 03lindonb * r30935 10/branches/6.x/lib/wiki-plugins/wikiplugin_vimeo.php: Minor improvements to plugin info tikiwiki: 03lindonb * r30936 10/branches/6.x/lib/wiki-plugins/wikiplugin_versions.php: Add options to plugin info for plugin edit. New Forum Posts: Importer bug on redirects? - http://tiki.org/tiki-view_forum_thread.php?forumId=20&comments_parentId=39691 tikiwiki: 03chealer * r30937 10/branches/6.x/css/jscalendar.css: tikiwiki: [FIX] jscalendar drawn under tracker form in Coelesce, bumping .calendar z-index from 6 to 300 (Closes: #3677) tikiwiki: review welcome polom I'd like to remove all the "border='0'" properties for img tags in the files (as it is deprecated and covered by img {border: none} anyway). ...and will make it unnecessary to add {border: value !important} in stylesheets to override the inline property. IIRC, border="0" was weeded out of the files at least once before, but it seems to have creeped back in here and there. polom chibaguy - yes, sounds good less is, er, less :) hi jonnyb, I did a quick search and most instances are in phplayers and some in jquery files, but we have some native ones too. in jquery files? :O phplayers will soon be gone, so no worries there. yep, I was surprised. i only added an !important yesterday as one had crept into design.css yes, that's what got me curious. is it ok if I do the removals in branch 6 in the next day or so? :-) go for it - 6 needs to be as good as it can be ok. great. once i move into trunk/7 i fear it won't get much attention (from me, anyway) any chance staging and approval might be fixed in 6? do you know anything about that? it's broken and very badly written, i vote for removing it ah, I see. it wrecked a tiki once for me (had a backup luckily) some sites seem to want it, so that's bad news. Marc, LPH and i discussed it when they were here we reckoned having a system based on page revisions was the way to go but this would only control the page content, not categs, keywords etc simpler would be better, for sure. the code's a mess and all over the place pity - good idea... yep nkoth apparently has been known to say there's a fairly simple fix for it... he implemented it for the SUMO site, IIRC correction re jquery and border="0": property is for tables and frames, not images. faith restored ;-) tikiwiki: 03chibaguy * r30938 10/branches/6.x/ (16 files in 8 dirs): [FIX] img tag property border="0" removed as it's deprecated, and images have borders off by default anyway (CSS rule). I'll adjust the img border !important rules in the stylesheets shortly. Is there a reason why error messages and so on in the translation strings don't have an ending period? chibaguy: that sounds wrong doesn't it - i bet not every language uses dot at the end. there was a discussion about punctuation in strings a long time back. I think probably the period should be part of the string. Languages do use different marks in some cases. Currently we have a lot of strings (sentences) displayed that have no end punctuation. almost all i thought the result of the colon discussion was that they shouldn't be inside the tr string wow, someone just rode past on a horse! (it's snowing here, strange things happen) I don't recall the details on that one. About the period, where else would it be? Outside the string means imposing a dot for every language or else no punctuation? or? Heh, how far out of town do you live? about 20 minutes still part of "Greater London" wow certainly unusual that's great maybe their car wouldn't start... tikiwiki: 03chibaguy * r30939 10/branches/6.x/ (70 files in 50 dirs): [FIX] Mellowed the tone of "Permission denied:" messages (fixed run-on sentences in some cases). well done chibaguy - mellow is better I resisted putting "Sorry but,..." ;-) Maybe next round. tikiwiki: 03chibaguy * r30940 10/branches/6.x/ (48 files in 48 dirs): [FIX] Replaced "informations" with "information" and adjusted sentences where necessary, in strings. Should "You can only use one payment Paypal or Cclite or Tiki User Credits" be "You can only use one payment method: Paypal or Cclite or Tiki User Credits" ? seems like it. i'd say: "You can use only one payment method: Paypal or Cclite or Tiki User Credits" ;) yes, I agree. tikiwiki: 03chibaguy * r30941 10/branches/6.x/ (50 files in 48 dirs): [FIX] Various language string improvements. tikiwiki: 03chibaguy * r30942 10/branches/6.x/ (52 files in 48 dirs): [FIX] Various language string improvements. Q: when using a registration tracker, how can I add some of that information into the userlink popup? was wondering the same (on a call about that at the moment) Recent Bug: Tracker item: #3682 - - Extend Userlink Popup to Include items from user registration tracker - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3682 :) hopefully not too hard chealer: you know the prepared queries are never required anyway right, so no need for conditions? chealer: the change breaks the installer too as it fails on non-select queries tikiwiki: 03lphuberdeau * r30943 10/trunk/lib/core/TikiDb/Pdo.php: [REVERT] r30927 - breaks the installer tikiwiki: 03lphuberdeau * r30944 10/trunk/lib/ (2 files in 2 dirs): [FIX] Notices Any opinions on "2 comments so far" displayed for blog comments, etc., rather than just "2 comments"? My question is, what is the point of the "so far"? Wiki page comments (IIRC) don't have the "so far". chibaguy: agreed, pointless obviously it is "so far" (unless someone's worked out how to include comments from the future) hi lphuberdeau I checked around and found that Wordpress also uses "so far". But I think it looks pointless there also. where does it say "so far"? comments on blog posts. well, it's in comments.tpl, so I guess also other places. aha... does seem strange to me I guess it's to sound encouraging or hopeful or something. someone must have thought it was a good idea (so could use translation) yes, apparently. hello jonnyb at the office? certainly the snow's finally arrived in London - looks nice but chilly (by our standards) tikiwiki: 03lphuberdeau * r30945 10/trunk/lib/core/Search/ContentSource/ (BlogPostSource.php ForumPostSource.php WikiSource.php): [FIX] Non-matching descriptions had some, but now it's gone tikiwiki: 03chibaguy * r30946 10/branches/6.x/ (48 files in 48 dirs): [FIX] Changed "comment(s) so far" to just "comment(s)" for blog post comments, etc. as the "so far" states the obvious. need to venture out to the shops soon (only yellow beer left here...) should be fun! sorry for cleaning out the brown ones no probs, it's what they're there for @chibaguy: is "so far" supposed to be used if there are comments submitted, but awaiting moderation? otherwise, i too don't see the usefulness of "so far" hello everybody hi JoernOtt ricks99, sorry was away. there weren't any conditions on the use of "so far". It just displayed with the number of comments. ...wherever comments.tpl is used. then i agree... 'so far' is not really useful ok, thanks. Americans must have a strange view of Germany: VMWare player just offered me an automated install of Windows 7, now its done in turkish (without asking anything) JoernOtt: please don't judge all americans by windows actions. ;-) I think its VMWares fault this time the same dvd chose german as default when installing on the real machine :-) :-) g'night all. r u currently redoing article/cms stuff? tikiwiki: 03jonnybradley * r30947 10/branches/6.x/lib/jquery_tiki/tiki-jquery.js: [FIX] css menus: Try and position the menu within the browser window Hi Is it possible to backup tikiwiki without backing up the files you need to back up the database too With backing up the DB but not the files that's what I meant if you have everything in the database.. sure. if you are storing uploaded images, attachments, etc. in the database, then that's all you need. otherwise you need to back those up, too actually my question goes into the same direction... ... any way to add a rel-attribute to the Site-Title or Menus without changing templates? as well as your theme files, too. @Po0dle: you might find this helpful: http://twessentials.keycontent.org/What+to+Backup hi amette - you could use jquery in the custom head code pref oh ok amette: what rel do you want? (would everybody like it?) hi jonnyb - yeah, I thought about such a hack, too - but I need rel="me" for search engines, so JS is no solution I suppose I think everybody would like it, yes ;) http://marshallk.com/add-one-line-to-your-blog-or-twitter-could-become-your-primary-identity I had that rel="me", but in my custom templates... which are gone now after my upgrade and I don't want to have custom any more... ... so I yesterday realized that Twitter really now _is_ my primary identity again (I had that problem already before I added rel="me" for the first time) soounds like it's only good for personal blogs adding rel="me" helps astonishingly quickly and I think that the Site-Title is the smartest place to put it hmm.. yeah, I was wondering about that, too - is it only for personal or not? not so sure about that.. you could always just switch off site title and add the link you want in custom header (one of them) hmmm.. true: "rel="me" is used on hyperlinks from one page about a person to other pages about that same person." - http://microformats.org/wiki/rel-me ok, that's a decent workaround, I have been thinking about, too - I'm going for that one - thanks jonnyb :) sounds non-trivial to code into tiki for all uses... ricks99: no, not reworking the article stuff, just indexing the content, meaning I actually have to use tiki, which is rare for me yeah, it doesn't sound too difficult to code, but I wonder if it's worth it?! As there is the custom code? tikiwiki: 03cdrwhite * r30948 10/trunk/ (24 files in 8 dirs): [NEW] First commit of the accounting feature as discussed on WikiFestBln. Status: Alpha, handle with care As promised, here it is, the first commit of the accounting feature core functionality is working, now I can continue step by step JoernOtt, is there any kind of feedback you'd like? I'll try to take a look sometimes this week that would be nice I am currently writing some stuff on the dev page (database structure, my ideas etc) tikiwiki: 03lphuberdeau * r30949 10/trunk/lib/ (4 files in 4 dirs): [MOD] Adding content source for articles I'll let you finish that up for sure And hopefully by the weekend there will be a documentation of the currently implemented functionality on doc tikiwiki: 03jonnybradley * r30950 10/branches/6.x/ (templates/tiki-register.tpl tiki-register.php): [MOD] registration: Don't show "Register as a new user" text if there's a user tracker and it has a description (to allow more customisation). I intentionally left out entries in the tiki menu at the moment, because you need some knowledge of typical double-entry accounting software to get started but I definitely need input and I will ask a lot of questions about object permissions just quickly, make sure you update db/tiki.sql for new installations you only added a db patch I did update tiki.sql as well as I did the patch ind installer/schema This is why it took me so long between WikiFestBln and the first commit, I wanted the database stuff to be consistent and up-to-date so I don't have to change too much later on svn up did not show any changes in db/tiki.sql for me one sec, checking you're right, I forgot that file tikiwiki: 03cdrwhite * r30951 10/trunk/db/tiki.sql: Database structures for accounting That happens when you should be in bed instead of working in the office tikiwiki: 03jonnybradley * r30952 10/branches/6.x/templates/tiki-adminusers.tpl: [FIX] useradmin: Let admins see link to user info (and indicate which ones are private using opacity) tikiwiki: 03jonnybradley * r30953 10/branches/6.x/templates/tiki-user_preferences.tpl: [FIX] useradmin: Correct link to user tracker when admin viewing other user's preferences page. tikiwiki: 03sylvieg * r30954 10/branches/6.x/lib/setup/default_homepage.php: [FIX]sefurl: sefurl the wiki page if group home page on an url mysite.com/ tikiwiki: 03lphuberdeau * r30955 10/trunk/lib/ (2 files in 2 dirs): [MOD] Adding file gallery content source polom polom chealer hi jonnyb tikiwiki: 03jonnybradley * r30956 10/trunk/ (120 files in 65 dirs): tikiwiki: [MRG] Automatic merge, branches/6.x 30908 to 30954 tikiwiki: Conflicts fixed manually: tikiwiki: lib/tikihelplib.php tikiwiki: lib/wiki-plugins/wikiplugin_youtube.php tikiwiki: templates/tiki-adminusers.tpl tikiwiki: templates/tiki-admin_metrics.tpl Recent Bug: Tracker item: #3683 - - Mediawiki Importer uses pageName rather than page in redirects - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3683 Message in the bottle; I'm trying to customize the pagination_links system for a picture gallery system (removing the text/numbers and having two tall arrow on each side of the picture). i have set several CSS class and have tried several half solution (font-size=0px; was the worst ;)) the best idea that come up is to vampirize lib/smarty-tiki/bock.pagination_link.php... There is not a better, tiki way to do this ? yonixxx: font-size:0 does sound bad - can't you use display:none? Hey Jonny, of course it was badddd ! display:none is better, but still... to vaporize the text is the easiest part of this yonixxx: i guess you've tried all the checkboxes on tiki-admin.php?page=look&cookietab=4 turning off "Use direct pagination links" does it for me yes i tried to check there, but so far i coulnd't find the way to change the width/height of the icons (next/prev) and to set them on each side of main. if you're lucky you should be able to put custom images in your style dir (like pics/icons/resultset_next.png) brb tikiwiki: 03lphuberdeau * r30957 10/trunk/lib/ (2 files in 2 dirs): [MOD] Adding freetag global source i have done this... width/height are fixed somewhere else e.g. styles/yourstyle/pics/icons/resultset_next.png hmm... this is where i'm http://i51.tinypic.com/jl48e9.png i need the arrows to be taller and wider and on each side.... try in the css - something like .prevnext img {width:32px;height:32px;} in your custom css? ok i should have think about that. this is a good one if that doesn't do it add !important yes there\s hardly ever a good reason to edit the tpl's (imho) chealer: Any progress on the css issue with jscalendar? I found another similar issue with css menus. for the placement you can see i used positionning and transparency i tried margin/padding to move them... didn't work. thraxisp: it should be fixed (see the bug report) jonnyb: there is a "a class" but the icon itself is very general class="icon", if i could find where to change this class to have an "pagination_icon" it would be perfect.... BUT dam where this code is hidden ? thought the class was prevnext, no? for the link itself, the surrounding it is .prevnext that's why i suggested - .prevnext img {width:32px;height:32px;} i.e. images inside prevnext but the image is General isn't working for me in 6.x jonnyb: i'm still stuck, look at: http://dtc.shocksite.com/www.orenhanagar.co.il/tiki-browse_gallery.php?galleryId=1 which flows through to publish dates for blogs, etc anyone else having this problem? if there is warning about security don;t worry, it is because it is an alias hi lindon_ wanted to chat, but off out now catch you later too (about this plugins thing) have had trouble with timezones - usually memory issues @lindon_: have seen similar reports in the forums regarding timezone issues bbl ricks99: thanks - will look into to see if I can spot the problem hi lindon_. works for me do you have any PHP error message? let me check no PHP error messages database is updated appropriately chealer: if you change the timezones back and forth, do the sample times change appropriately? lindon_: yes testing with UTC and America/Montreal lindon_: ah, no PHP error messages :-( good thing you master Xdebug :-) we'll see how much of a master i am ;) you wrote the book! don't believe everything you read! :) lindon_: but seriously, the timezone preference doesn't change at all or just the times? the preference does change in the database but the sample dates and publish dates for blog, for example, stay UTC lindon_: but it also change in the admin panel? s/change/changes/ the sample times in the admin panel stay UTC lindon_: but does the Timezone preference in the admin panel change? yes, the dropdown shows the new timezone as selected lindon_: OK, so it's just not using the default timezone. you must be aware that each user can set its own timezone? yes, but if I set the timezone and select "Use site default to show times", should the sample times reflect my timezone choice? hi When I try to move files from database to directory, it says I do not have a directory set But I can't seem to find where I can set this PoOdle: for what feature? lindon_: not necessarily I think. I guess this screen is misleading. there are 3 things that can influence the timezone AFAIK, the site default timezone, the timezone user preference and the browser timezone. Admin File Galleries lindon_: this select box preference seems to ignore the timezone user preference. I'm guessing the preference is OK for anonymous but not necessarily for registered users. s/select box/radio buttons/ PoOdle: when you select Store in Directory, do you see an input box for Path? oh I didn't select that yet chealer: okay, let me test that to see what you mean tikiwiki: 03minger0 * r30960 10/branches/6.x/tiki-remind_password.php: [FIX] tiki-remind_password link in the e-mail was broken (slashes in the link) When people upload files to directory is post_max_file ignored? Anyone available who is familiar with Staging & Approval preferably in Tiki 6? chealer: no matter what I set the timezone to, it always displays UTC when "Use site default to show times" is selected, whether I'm logged in as admin or not is that the way it works for you? barque InDx: S & A has been broken for a while, sorry (since 4 afaik) polom lindon_ polom jonnyb polom too :) timezones where? (been out, had beer, lost @ snooker) hi yonixxx - you get your css thing sorted? jonnyb: on general admin panel jonnyb: no i'm stuck... one thing i correct the other goes wrong. :) it's a bit tricky as i'm about 5 miles from greenwich :P yonixxx: welcome to CSS! jonnyb: yes, hard for you test I guess chealer is helping i'm greenwich +2 but again there is no rush. May be tomorrow if you got some time it could be me lindon_: can change local TZ but it's painful (when i forget to put it back) jonnyb: any issues with plugin sweep? yonixxx: where's you example? (in priv if you prefer) http://dtc.shocksite.com/www.orenhanagar.co.il/tiki-browse_gallery.php?galleryId=1 sweep - what is sweep? planning to go through to add options to plugin info so that they appear in plugin edit windows you mentioned wanting to chat about it, i thought jonnyb: btw display:none; didn't help (or i misused it) as it remove the img (the arrow) too. lindon_: yes, been getting quite a bit of merge conflict pain in plugins, wondering if you can wait until after 6.1? lindon_: (which would mean doing them all twice) lindon_: unless i can show you how to test for conflicts... yonixxx: what are you trying to do exactly? put the arrows underneath the image? 2nd question: What perm is necessary for someone to view images in the file gallery that are in a wiki page. I have tried more combinations that I can count and my clients group still can't see them. Just get a red X jonnyb: does testing for conflicts involve higher svn trickery, or just stuff i can do in aptana? i have to put the arrow (and the prev one after you move to the next pictures) on the side of the pictures. InDx: tiki_p_download_files (strangely) \msg jonnyb lol thats bizzare thanks lol (sort of makes sense... :P ) lindon_: no, it seems to work fine here. do you have this problem on several installs? yonixxx: you mod'ed the pagination tpl? looks like pagination_positionning is a custom thing, right? (too many n's btw) hi chealer busy here tonight :) right re jonnyb :-) chealer: i think so, let me confirm... yonixxx: you probably don't need it - you could use "body. tiki_galleries .mini" to get to the existing div jonnyb: i had a container (relative) and set a second one (absolute) but anyway... yes i start to understand that way of doing it (thanks to you), i'll optimize later. yonixxx: ok, so vertical pos is on, just need the arrows at the edges of the pic? (hmmm, chewy) and cross-browser, i guess? yes, see : http://i53.tinypic.com/2uhodix.jpg (silly question) not that much, for Israel IE is 99%... but nice job is better. ;) hmmm, depends which IE (as to whether you can use :first as a selector) 8+ is ok i tihnk Mmm conservative about computer... there a lot of XP and win2003 using ie7 yonixxx: what version tiki are you using? 6 from svn lindon_: if you really want to test here you can go to http://ido.ath.cx:8080/tiki/6.x/tiki-admin.php with the classic credentials ok, how about i/we add a new class to each arrow - .next and .prev? i'd love too would probably help others too ok, 2 mins... lindon_: the problem is on your PC right? chealer: just tested on install on ourwiki.net and had same problem chealer: will look at your test site lindon_: hum. surely these installs don't have both PHP 5.1 yonixxx: no wonder you couldn't find it - it's in /lib/smarty_tiki/block.pagination_links.php :) chealer: what are the classic credentials (in private if you'd like)? lindon_: admin 12345 chealer: no, one is 5.2.9 and the other is 5.3.1 :0 i find it is there, but i don't know what to do inside this code... yonixxx: fair enough, it's quite hairy i tried once to set class for prev_arrow and next_arrow but i drop it i couldn't move then apart on it's way... :) float left and right should do it, once you can tell them apart jonnyb: will commit plugin stuff to trunk (lindon_ scaredy cat!) :P jonnyb: okay - how do you avoid merge problems? i can show you how to check for conflicts, just sometimes they can be hard to solve okay, i'm ready open the file in 6.x (in aptana) and do compare with->branch/tag lindon_: what site on ourwiki.net did you try? them in the dialog that comes up (eventually) replace /branches/6.x/ with /trunk/ in the compare to url that will show you any differences, and remember character case and white spaces count as possible conflicts if you make sure all the whitespace stuff is ok, usually it'll be resolved by svn brb chealer: lindon.ourwiki.net/tiki6x chealer: credentials - login and password are chealer lindon_: you seem to have non-classic credentials thanks :-) lindon_: the other good thing you can do while in the diff view is to merge in any (obvious) good things from trunk into 6.x, like tra()'s on labels that are missing and reformatting etc, into 6.x at the same time (as long as you're careful ;P ) jonnyb: ok, will give it a go, thanks! i'll help out when i can... jonnyb: btw, what's the difference between tra and tr i've seen both used any rule as to which is prefereble? tra is lighter and only does a single string at a time, tr does arguments processing and clever stuff (i.e. i'm not sure) tra if simple lindon_: uh. my site is showing UTC time now i've infected you lindon_: did you touch anything other than the site default timezone? chealer: i changed the radio button to Utiliser le fuseau horaire par défaut du site lindon_: right, but changing it back doesn't help lindon_: can you confirm it was working before you changed anything? tikiwiki: 03jonnybradley * r30961 10/branches/6.x/lib/smarty_tiki/block.pagination_links.php: [ENH] pagination: Add classes to anchors around prev/next buttons: .first, .prev_fast, .prev, .next, .next_fast and .last (thanks yonixxx) thanks jonny ! lindon_: OK, bringing it back to the second choice (detect user timezone) fixes it, AFTER reloading the page yonixxx: ok, please check r30961 - you'll probably have to revert your local changes on my way chealer: okay lindon_: so clearly the option is misleading, but did something change from previous versions? chealer: i think so - let me check chealer: the option doesn't seem to do anything now but set to UTC? lindon_: sorry, what do you mean? chealer: what does the Utiliser le fuseau horaire par défaut du site option do currently? lindon_: OK I see, indeed why is it taking UTC yes lindon_: I don't know. I'll check if it was different in 5.x yeah, it's working in proposals/5.x that must be why we've been seeing a lot about timezones since 6.0 yes, it's okay on my 5.0 site jonnyb : ".prevnext next img" is not a valid class ? i think you need .mini .next img you need the dot in front of next 'cos it's a class (img is not) Mmm ok work fine ! i need to understand that "." ... but tomorrow ! 1 oclock here. good"something" to all jonnyb: many thanks good things to you too - (molop) ok lindon_ and chealer - what's all this about timezones? :) jonnyb: the Use site default to show times option doesn't seem to respect the timezone selection this might be a bit beyond me now (it's well after beer o'clock) - how to test? http://dev.tiki.org/tiki-view_tracker_item.php?itemId=3662&trackerId=5 jonnyb: see http://ido.ath.cx:8080/tiki/6.x/tiki-admin.php?page=general (admin 12345) the timezone used in the examples is UTC, so I see 23h14 instead of 18h15 hmmm, so things like the page modified time should be shown in the site timezone, you mean? but nothing is set to UTC jonnyb: either that or admin's timezone preference, but they're both set to GMT -5 and the timezone displayed is UTC the bug report talking about Paris, which would be GMT +1 yes, i think i see, but too hard for me now... maybe "tomorrow" good example is upcoming events time or initial publish date shown for a blog post and it says Displayed time zone's value doesn't matter, which is not what we're seeing too many variables - browser, system, server (various), tiki etc jonnyb: yes, that seems very wise :-) tikiwiki: 03jonnybradley * r30962 10/trunk/ (4 files in 2 dirs): [MRG] Automatic merge, branches/6.x 30954 to 30961 lindon_: can you get to the php.ini timezone setting(s)? sorry, lindon_ will try again tomorrow... jonnyb: on my local install? jonnyb: np - get some sleep! yes, php has it's own timezone - maybe tiki is using that now? check phpinfo ok, nn all yes, mine is UTC which is what shows no matter what i set the timezone for that will prolly fix it (but it's a bug) thanks, i'll check bibi jonnyb: youre right, the php.ini setting determines what the site default option uses good finding Recent Bug: Tracker item: #3684 - - Importer doesn't handle nested bullets right - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3684