[00:03] I'm going to write my own custom sort function for now until I upgrade to 5.3 [00:16] nkoth|nelson: non-UTF-8 en_US does not help? [00:17] chealer, no any locale sort ignores punctuation. php has a collation class in 5.3 that can set the rules to ignore certain things or not, but undortunately I am not in 5.3 [00:17] it'll be nice that we can use that if 5.3 though [00:18] nkoth|nelson: even C? [00:18] C works but does not take into account accent [00:18] (non-UTF-8 C) [00:19] C takes into acccount punctuation but not accent... [00:21] in the meantime I hack back into my copy of tiki uksort by a function that use take_away_accent [00:23] I suppose the proper solution is to upgrade to php 5.3 and use the collation object [00:23] I mean the collator class: http://php.net/manual/en/class.collator.php [00:29] chealer, do you think this should be an optional feature until tiki 9 (php5.3)? [00:32] nkoth|nelson: do you have root access? [00:32] yes [00:33] nkoth|nelson: could you try generating C.UTF-8? It seems to work here [00:33] ok sure, how to generate that? [00:34] nkoth|nelson: I know the Debian way (# dpkg-reconfigure locales) but no idea about the CentOS way [00:34] nkoth|nelson: see locale-gen and /etc/locale.gen [00:37] i have to try later. have to eat [00:38] natively it should be locale-gen [00:47] nkoth|nelson: interesting. the other problem with Collator is that it is part of the intl extension [00:49] nkoth|nelson: if what should be an optional feature? using Collator? [00:49] I was thinking the take_away_accent version [00:49] which for some reason is still not giving me the result I expect [00:49] it's closer, but for some reason [ sorts before a [00:51] nkoth|nelson: try also commenting the setlocale LC_ALL [00:51] or to set LC_COLLATE to C [00:53] nkoth|nelson: I don't think Tiki 9 can depend on Collator, Tiki 9 won't require PHP 5.3 and I'm not sure we can really depend on the intl extension [00:53] k [00:56] nkoth|nelson: C does not give a good sort in non-English-only environments, so I don't think we should use it by default and in that case take_away_accent() won't help [00:57] (with your sort overriding) [00:58] *** Caarrie|away is now known as Caarrie|sleeping [00:58] it is closer than using any version of locale sort [01:01] nkoth|nelson: OK, maybe categories should optionally use locale sort and use take_away_accent(). I have no idea of how many installs want specific sorts of categories [01:01] s/optionally use/optionally not use/ [01:02] that is, maybe that would be better than what we currently have [01:02] i think locale sort can be the default [01:03] and takeawayaccent sort as an option. [01:03] Let me try to get my overriding done and I will commi tth eoption [01:03] *** coaboa|afk has joined #tikiwiki [01:04] becaue I rememebr [ used to work before - something must have changed [01:05] I clearly used - to make it go on top and [ to make it go at the end [01:06] *** coaboa has quit IRC (Ping timeout: 260 seconds) [01:22] tikiwiki: 03oeversetten * r37857 10/trunk/lang/de/language.php: [01:22] tikiwiki: [TRA] just wanted to see, how 100% looks like :) [01:22] tikiwiki: -- Diese und diek folgenden Zeilen werden ignoriert -- [01:22] tikiwiki: M de/language.php [01:23] oeversetten: I think you're doing something wrong when you commit, your commit messages contain the line which I think says anything below that line will be ignored [01:24] oeversetten: you must be using svn on the command line? [01:24] yes i do [01:24] *** goj_killedByISP has joined #tikiwiki [01:24] *** goj has quit IRC (Disconnected by services) [01:24] *** goj_killedByISP is now known as goj [01:24] and i have to figure out how to change the editor [01:25] that joe editor is weird [01:26] *** chealer_ has joined #tikiwiki [01:28] *** chealer has quit IRC (Ping timeout: 248 seconds) [01:32] *** chealer_ is now known as chealer [01:33] oeversetten: if you're on Debian, it's easy [01:34] chealer: ok i have what I need , now to make the feature option and I can commit it [01:37] tikiwiki: 03oeversetten * r37858 10/trunk/lang/de/language.php: [TRA] there was an a lost... [01:38] chealer. are you sure punctuation is considered when ising C.UTF-8? [01:43] nkoth|nelson: I really don't know much how various locales collate, but in C.UTF-8 punctuation appears to have a good precedence [01:43] ok [01:47] chealer: what does http://ido.ath.cx:8080 have? because the accented A is at the end [01:48] moreover ,the lower case starting ones come after the uper case ones, so looks like it is just C right now [01:48] *** Bernard1 has quit IRC (Read error: Connection reset by peer) [01:48] *** oeversetten has quit IRC (Remote host closed the connection) [01:49] nkoth|nelson: good question. I noticed the sort is weird [01:50] *** Bernard1 has joined #tikiwiki [01:51] it should be C.UTF-8 [01:53] well then it's not taking effect to sort in case insensitive or accents [01:54] anyway, I will commit my feature first [01:57] nkoth|nelson: yeah, it's C.UTF-8 [01:58] tikiwiki: 03nkoth * r37859 10/trunk/ (3 files in 3 dirs): [FIX] Make feature to put back some legacy functionality that might be needed for category name sorting after r37015 [02:18] tikiwiki: 03chealer * r37860 10/trunk/lib/prefs/category.php: Admin categories: Clarify the purpose of category_sort_ascii [02:23] *** Bernard1 has quit IRC (Read error: Connection reset by peer) [02:24] *** Bernard1 has joined #tikiwiki [02:45] *** Bernard2 has joined #tikiwiki [02:46] *** Bernard1 has quit IRC (Ping timeout: 258 seconds) [02:52] *** nkoth|nelson has quit IRC (Quit: nkoth|nelson) [03:33] tikiwiki: 03chealer * r37861 10/trunk/lib/prefs/category.php: [FIX] oops [04:08] *** Bernard2 has quit IRC (Read error: Connection reset by peer) [04:09] *** Bernard1 has joined #tikiwiki [04:11] *** Bernard2 has joined #tikiwiki [04:13] *** Bernard1 has quit IRC (Ping timeout: 260 seconds) [04:18] *** brylie has joined #tikiwiki [04:23] *** brylie has left "Leaving" [05:18] tikiwiki: 03chealer * r37862 10/trunk/lib/tree/tree.php: [REF] TreeMaker: change make_tree_r() visibility to protected [05:23] tikiwiki: 03chealer * r37863 10/trunk/lib/tree/categ_browse_tree.php: [REF] CatBrowseTreeMaker: remove itemID (appears unused from r35336) [05:37] *** Bernard2 has quit IRC (Quit: Leaving.) [05:38] *** Bernard1 has joined #tikiwiki [05:49] tikiwiki: 03chealer * r37864 10/trunk/lib/tree/tree.php: [REF] Declare TreeMaker as abstract [05:57] *** Bernard1 has quit IRC (Quit: Leaving.) [06:07] *** Bernard1 has joined #tikiwiki [06:30] tikiwiki: 03chealer * r37865 10/trunk/lib/ (jquery_tiki/tiki-jquery.js tree/categ_browse_tree.php): [REF] generalize categ_browse_tree() to browse_tree [06:46] *** Bernard1 has quit IRC (Read error: Connection reset by peer) [06:48] *** Bernard1 has joined #tikiwiki [06:50] *** Bernard2 has joined #tikiwiki [06:52] *** Bernard1 has quit IRC (Ping timeout: 248 seconds) [06:52] *** Bernard2 has quit IRC (Read error: Connection reset by peer) [06:53] *** Bernard1 has joined #tikiwiki [07:08] *** Bernard1 has quit IRC (Read error: Connection reset by peer) [07:10] *** Bernard1 has joined #tikiwiki [08:31] *** philback has joined #tikiwiki [08:52] *** AldenisZen has joined #tikiwiki [09:10] *** AldenisZen has quit IRC (Quit: Leaving) [09:46] *** libs_ has quit IRC (Ping timeout: 245 seconds) [10:20] *** olinuxx has joined #tikiwiki [10:54] *** olinuxx has quit IRC (Ping timeout: 256 seconds) [11:21] *** redflo has joined #tikiwiki [11:27] hi & polom tikiverse [11:27] *** coaboa|afk is now known as coaboa [11:35] *** oeversetten has joined #tikiwiki [11:35] polom [11:37] hi oeverstetten: how would I activte your areas feature? [11:38] feature admin panel or areas admin panel [11:38] on the latter one I add a short how to setup remarksbox [11:45] uh, and since i did not tag it, you have to check Advanced in the feature filter to see it [11:46] polom [11:46] what's the area feature? [11:47] hi all [11:50] tikiwiki: 03sylvieg * r37866 10/trunk/_htaccess: [FIX]setup: post_max_size must be changed if upload_max_filesize is changed [11:54] philback: the areas feature is the built-in version from what is aka perspective_binder [11:54] mmmh, I am not using these... will have a look to expand my horizons. [11:57] see http://dev.tiki.org/item3974-3974&highlight=areas for a short description, if i find the time i'll try to refresh the documentation on it [12:02] *** Caarrie|sleeping is now known as Caarrie|away [12:12] *** olinuxx has joined #tikiwiki [12:14] @oversetten Oookay. Doesn't tell me much. Thx anyway. [12:14] *** philback is now known as philback|afk [12:14] is v8 frozen? Is there alredy a new trunk? [12:17] don't know [12:18] *** arildb has joined #tikiwiki [12:31] *** arildb_ has joined #tikiwiki [12:31] *** arildb_ has quit IRC (Client Quit) [12:31] *** arildb has quit IRC (Quit: Leaving) [12:31] *** arildb has joined #tikiwiki [12:33] quit [12:33] *** arildb has quit IRC (Client Quit) [12:40] *** arildb has joined #tikiwiki [12:44] *** arildb has quit IRC (Read error: Connection reset by peer) [12:45] *** arildb has joined #tikiwiki [12:46] now, it interests me, too, is branching already in progress? [12:47] some dev list mails stated something like now as branching is done... [12:48] so no commit till tomorrow? [12:48] but on dev.tiki.org/get+code is trunk still future 8 [12:49] no idea, chealer should know this [12:49] the schedule says "as late in the day as possible" referring to today, so something like 11pm but in which timezone :D [12:51] oeversetten: i hope it is US :) [12:52] Title for the module "sitemycode" with trunk using "notitle=y" is not working for me, same setting is ok with tw6 and tw7. anyone has that too ? [12:53] which US? [12:53] *** philback|afk has quit IRC (Read error: Connection reset by peer) [12:53] *** chealer has quit IRC (Ping timeout: 248 seconds) [12:54] oeversetten: well anyway −7hours from us. ;) [12:57] would be fine, so I can ask for a further commit, that I have unfortunately done for 7.x only... and would like to see it in 8, too [13:02] -7h is hope. i have some work to do too before commiting [13:05] i found my commit to 7.x so i just have to see what i have changed there :) [13:11] *** olinuxx has quit IRC (Quit: Ex-Chat) [13:31] can you shortly test if pretty registration tracker works in trunk? [13:38] oeversetten: sorry but really running out of time here... [13:50] *** chealer has joined #tikiwiki [13:50] *** chealer has quit IRC (Changing host) [13:50] *** chealer has joined #tikiwiki [13:56] tiki trunk behaves odd at registration [14:07] *shortly before adding enhancement analogue to r37532* [14:24] tikiwiki: 03oeversetten * r37867 10/trunk/ (4 files in 4 dirs): [ENH] see r37532 now in trunk [15:00] polom [15:02] polom [15:07] polom [15:08] is the category browser broken in trunk? [15:26] *** oeversetten has left [15:26] tikiwiki: 03yonixxx * r37868 10/trunk/lang/he/language.js: [FIX]Hebrew language translation completed [15:27] tikiwiki: 03yonixxx * r37869 10/trunk/styles/BiDi/BiDi.css: [FIX]Wide fix for BiDi to handle rtl languages [15:52] *** arildb has quit IRC (Quit: Leaving) [15:55] *** Bernard1 has quit IRC (Read error: Connection reset by peer) [15:55] *** Bernard1 has joined #tikiwiki [15:59] *** arildb has joined #tikiwiki [16:07] coaboa: it shouldn't be, but I played around that yesterday... could be [16:09] *** libs_ has joined #tikiwiki [16:10] *** arildb has quit IRC (Quit: Depression is merely anger without enthusiasm) [16:10] *** arildb has joined #tikiwiki [16:12] *** arildb has quit IRC (Client Quit) [16:12] *** arildb has joined #tikiwiki [16:19] *** arildb has left [16:19] *** arildb has joined #tikiwiki [16:19] *** arildb has quit IRC (Quit: If you can't laugh at yourself, make fun of other people.) [16:19] chealer: its after activating the feature areas. importing a database dump from bofore activating that fature fixed the issue [16:19] *** arildb has joined #tikiwiki [16:20] coaboa: I see... [16:20] also activating araes caused to inifinitely be asked to fix database by rerun the installe (excecuted 5 queries) [16:21] *areas [16:22] tikiwiki: 03jonnybradley * r37870 10/trunk/styles/ (jqui/options/element.css layout/layout.css): [FIX] css: Make divs inside accordions auto width to stop breaking out on the right, and remove 0 line-height for jqui/element menus [16:36] *** AldenisZen has joined #tikiwiki [16:37] chealer just realizet i a wrong: going back to revision 37854 - category browser worked. r37866 category browser does not work [16:38] *** arildb has quit IRC (Ping timeout: 240 seconds) [16:42] coaboa: odd, the areas patch worked fine here [16:42] coaboa: does refreshing browser cache help? [16:52] nope. but myabe its one of the others. rollback also changed tree/tree.php & tree/categ_browse_tree.php [16:53] but as I am no coder I can not investigate further [16:53] coaboa: well, identifying a precise revision always helps [17:06] *** arildb has joined #tikiwiki [17:10] *** arildb_ has joined #tikiwiki [17:10] *** arildb has quit IRC (Ping timeout: 240 seconds) [17:11] *** arildb_ has quit IRC (Remote host closed the connection) [17:11] tikiwiki: 03jonnybradley * r37871 10/trunk/lib/wiki-plugins/wikiplugin_timeline.php: [17:11] tikiwiki: [NEW] timeline plugin: Simpler plugin for Simile timeline which gets it's data [17:11] tikiwiki: from various types of object lists with one or two date type fields, e.g. the [17:11] tikiwiki: output from a {list} plugin or calendar list, etc. Data connections still to do [17:11] tikiwiki: (not yet functional). [17:18] *** arildb has joined #tikiwiki [17:32] *** GillesM has joined #tikiwiki [17:49] tikiwiki: 03chealer * r37872 10/trunk/ (13 files in 6 dirs): [17:49] tikiwiki: [REF] Generalize CatBrowseTreeMaker to BrowseTreeMaker [17:49] tikiwiki: [REF] FileGalLib: rename getTreePhplayers() to getTree and getFilegalsTreePhplayers() to getFilegalsTree [17:49] tikiwiki: [REF][ENH] File galleries module: use getSubGalleries() to get tree nodes, giving back a phpLayers-like tree [17:49] tikiwiki: [REF] FileGalLib: Remove now unused _buildTreePhplayers(), just generate path from getTree() instead [17:49] tikiwiki: [REF] Various (Smarty tree) [17:51] tikiwiki: 03chealer * r37873 10/trunk/lib/tree/tree.php: [REF] TreeMaker: improve documentation for make_tree() [17:52] tikiwiki: 03chealer * r37874 10/trunk/tiki-setup.php: [17:52] tikiwiki: [FIX] Sort strings more sensibly, with same letters (accented or not) grouped. C.UTF-8 wouldn't do that [17:52] tikiwiki: r37015 regression, oops. Thanks Nelson Ko [17:56] New Forum Posts: inscription de nouveau utilisateur - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=42384 [18:07] tikiwiki: 03oeversetten * r37875 10/trunk/lang/de/language.php: [TRA] 100% again :) [18:09] coaboa: could you check if your problem persists? [18:26] chealer yo mean when using r37873/73 [18:26] mom svn upping [18:31] chealer: happy now ;-) category admin works again thx [18:32] coaboa: yes. good, sorry and thanks anyway [18:32] chealer: the file lib/tree/categ_browse_tree.php caused that? [18:34] tikiwiki: 03chealer * r37876 10/trunk/lib/ (filegals/filegallib.php smarty_tiki/function.tree.php): [18:34] tikiwiki: [REF] Smarty tree: remove top node definition, never shown [18:34] tikiwiki: FileGalLib: fix description of getSubGalleries() for $wholeSpecialGallery=true case (from r32331) [18:34] coaboa: I don't know. I don't know what your problem was [18:34] oki [18:37] tikiwiki: 03changi67 * r37877 10/trunk/lib/tikilib.php: [REF] Zend Code Styling - http://quality.tiki.org/job/Tikitrunk/violations [18:38] when will 8 be frozen? or when will trunk become 8 and trunk future 9? [18:39] just to make sure not to svn up trunk to trunk of 9 [18:39] normaly tonight [18:40] cool so I would have svn switch trunk to 8 tomorrow prior svn upping [18:45] coaboa: it will just go back if you switch later [18:46] but in theory, it's best to switch before [18:46] svn switch indeed [18:48] New Forum Posts: Folding Editor? - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=42385 [18:56] tikiwiki: 03chealer * r37878 10/trunk/lib/categories/categlib.php: [REF] generate_cat_tree(): remove an if() (useless from r31423) [19:00] *** fabricius has joined #tikiwiki [19:01] polom everybody [19:03] Hi Torsten [19:08] tikiwiki: 03chealer * r37879 10/trunk/lib/categories/categlib.php: [FIX] generate_cat_tree(): "Undefined index: incat" [19:09] hi Bernard1 [19:18] tikiwiki: 03chealer * r37880 10/trunk/lib/filegals/filegallib.php: [FIX] Restore "File Galleries" at the beginning of paths (oops, r37876 regression) [19:28] tikiwiki: 03chealer * r37881 10/trunk/tiki-listpages.php: [FIX] Pages: "Undefined variable: find_langOrphan" [19:33] *** nkoth|nelson has joined #tikiwiki [19:33] tikiwiki: 03chealer * r37882 10/trunk/tiki-listpages.php: [FIX] Pages: "Undefined variable: find_lang" [19:34] hicheler [19:34] hi chealer, butsy fixing? [19:34] nkoth|nelson: more or less [19:35] how are you? [19:35] good. should we be preparing to create the 8.x branch soon? [19:36] nkoth|nelson: yes. I was planning to do it tonight but I never did it [19:36] ...so hopefully the script will work :-) [19:37] same here - I'm around [19:39] thanks [19:47] tikiwiki: 03changi67 * r37883 10/trunk/lib/profilelib/installlib.php: [REF] Zend Code Styling - http://quality.tiki.org/job/Tikitrunk/violations [19:47] chealer: which script are you using ? [19:48] hi changi|ffa. http://dev.tiki.org/How+to+release#Create_a_branch_if_you_are_releasing_a_major_version says it should be svnbranch.php [19:50] chealer: it will work :) [19:52] chealer: you can do it by hand using svn copy if you want [19:53] *** GillesM has quit IRC (Remote host closed the connection) [19:56] great [19:56] nkoth|nelson: I diverted to find.tpl issues because I found a problem in the list of categories there. some are blank [19:57] like the [Test] category appears blank [20:09] list where? [20:18] how much time before 8.x ? [20:26] nkoth|nelson: for example in listpages [20:26] the category filter [20:26] tikiwiki: 03jyhem * r37884 10/trunk/lang/fr/language.php: match instruction to button label [20:27] chealer, interesting, did you fix it? [20:27] I think I'm on it, there were hundreds of notices at the start, but I cleaned most and I see some suspicious ones now [20:35] tikiwiki: 03chealer * r37885 10/trunk/ (6 files in 2 dirs): [FIX] "Undefined variable: find_cat_categories" (replace find_cat_categories with findSelectedCategoriesNumber, which just contains a count) [20:41] gn [20:41] *** coaboa is now known as coaboa|afk [20:42] tikiwiki: 03chealer * r37886 10/trunk/ (4 files): [FIX] "Undefined index: cat_categories". oops [20:43] by coaboa|afk [20:44] sylvieg: hi - did you come further with the newsletter stuff? [20:45] tikiwiki: 03changi67 * r37887 10/trunk/lib/parser/parserlib.php: [REF] Zend Code Styling - http://quality.tiki.org/job/Tikitrunk/violations [21:19] *** conner_bw has joined #tikiwiki [21:21] tikiwiki: 03chealer * r37888 10/trunk/ (4 files): [21:21] tikiwiki: [REF] find.tpl categories setup code [21:21] tikiwiki: [FIX] Do not alter $_REQUEST['cat_categories']. Fixes loss of category filter if one category is selected in multiple mode [21:27] tikiwiki: 03nkoth * r37889 10/trunk/lib/comments/commentslib.php: [FIX] When archive comments feature is on, comments and forum replies not appearing because erroneously considered archived from the start [21:27] tikiwiki: 03nkoth * r37890 10/branches/7.x/lib/comments/commentslib.php: [bp/r37889][FIX] When archive comments feature is on, comments and forum replies not appearing because erroneously considered archived from the start [21:55] *** jneusteter has joined #tikiwiki [21:59] hey everyone. problem = my homepage is set to the blog being the home page. but i get an error "blog not found". I have realized that the main blog has an "blogid=2", which works but "blogid=0" does not work. [22:00] jneusteter: what version of tiki are you using? [22:01] 6.4 [22:01] lts [22:05] testing [22:08] the site is linuxbasix.com [22:11] in tiki-admin.php?page=general, what does the "Use feature as homepage" say? [22:14] i do not have an option ""Use feature as homepage" [22:15] unde rthe navigation tab [22:15] *** conner_bw has left [22:16] "Use Tiki feature as homepage" [22:16] ok there it is, what we have set is "Blog:Set blogs homepage first" [22:17] ok, go to tiki-admin.php, click on Blogs, there, select the Blog home page, and then save [22:19] comment in line seems to be broken in trunk - work like a charm in 6 but not in trunk [22:19] * sylvieg misses perhaps a feature somewhere... [22:19] ok, there is a setting "Home Blog (main blog): but i have only one option which is "Linuxbasix Blog" [22:21] sure, just save it [22:22] then go back to General and check what it says now [22:22] *** jneusteter has quit IRC (*.net *.split) [22:23] tikiwiki: 03oeversetten * r37891 10/trunk/lang/nds/language.php: [TRA] few more strings [22:25] *** jneusteter has joined #tikiwiki [22:27] tikiwiki: 03yonixxx * r37892 10/trunk/lang/he/language.php: [TRA] hebrew translation progress [22:30] nkoth|nelson: i just got kicked from the channel [22:30] not sure if made any posts while i was gone [22:31] basically all I said was "just save it and go back to General and check what it says now". YOu can then save it again once it says "Blog:Linuxbasix Blog" [22:35] nice, you just made me quite happy. its works [22:36] you're welcome [22:39] jneusteter: btw, any reason why you have a phpbb forum (is it because you set that up before you got the tiki?) [22:41] well, its was a lack of understanding about tiki wiki. i installed tiki-wiki and phpbb at the same time. then realized the potential of tiki wiki. now im making the "tiki wiki the home page [22:42] *** AldenisZen is now known as SquirrelMaster [22:42] ah ok. [22:43] now im wondering how the phpbb auth will work with tiki wiki [22:44] not sure. I haven't tried it myself but it is documented: http://doc.tiki.org/phpBB+Authentication (you need phpbb 3 apparently) [22:44] *** SquirrelMaster is now known as AldenIsZen [22:49] *** Bernard1 has quit IRC (Quit: Leaving.) [23:15] *** redflo has left [23:25] *** chealer has quit IRC (Ping timeout: 248 seconds)