francophone dans les parages? anyone speak french? marc t la ? oui tu ti connais sufisament pour me donné un coup de main avec un ptit souci sur tiki ? bon sa bien l'air que je reglerai pas l'inscription aujourd'hui .. As-tu posé la question dans un forum quelque part? non jai préféré venir ici car le forum a lair plutot mort en fait le probleme est simple .. la page d'enregistrement s'ouvre dans une page unique et ya que la case nom d'utilisateur qui s'affiche étrangement ya rien de plus donc aucune inscription possible.. c'est corrigé en 7.2 sur tiki-register.php, oui? oui donc je dois metre a jour .. ya un endroit qui explique commnent faire l'update sans tout recommencé a zero.. http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=37359 parce que dans l'Admin (javais pensé a une mise a jour) quand je vérifi si yen a .. sa me dit qu'ya pas de mise a jour a faire donc c'est surement pas par la .. eee jai le code je remplace le code de quel fichier avec ca ? si tu regardes la page comme il faut, tu devrais être capable de répondre à cette question faut remplacer le code de tiki-register.php si jai bien comprie ? c bon merci le probleme est réglé jai regardé comme il faut et voila merci bien du coup de main plus rapide que le forum ! pas mal tout les messages sont répondus dans le forum tiki.org/forums J'ai déj J'ai déjà fait des stats et ça donnait plus de 90% avec plaisir! tikiwiki: 03gta74 * r37839 10/trunk/lang/de/language.php: [TRA] full translation good & polom morning tikiverse polom polom oeversetten what to do, if I would like to have an additional table in tikiwiki? it is for the perspective binder http://dev.tiki.org/Hello+World#To_update_the_database_schema If this is for 8, you should check with one of the release managers because of the freeze but bedtime now.. hehe take care! thanks @chealer: check :) I made some *hopefully* improvements of the perspective_binder, after I read the link and add that table the code uses, I'll commit it to trunk tikiwiki: 03changi67 * r37840 10/trunk/ (318 files in 268 dirs): [REF] Zend Code Styling - http://quality.tiki.org/job/Tikitrunk/violations tikiwiki: 03jonnybradley * r37841 10/trunk/lib/core/Connect/Client.php: [FIX] connect: Avoid missing prefs from pre-7.x tiki (thanks Rodrigo) OK oeversetten thx just two questions, I made a panel for areas and when I look at other admin/include_*.php files, there are lines saying "ask_ticket(admin-inc-*); ", what this is for? and the second, which should be the name of this feature and what the alias, so it is not confusing some file names contain areas and some perspective_binder? oeversetten: that is protection against a Web security issue called Cross-site request forgery. see tikiaccesslib.php to protect sorry, I don't understand the second question (what kind of alias?) I mean, at the moment there are some places it says areas, some where it says perspective binder and some where it says both. so which name should it be? then it could be unified chealer are you around? I am facing some weirdness with having categories of the same name oeversetten: oh, good question. I don't know what perspective binder / areas do but maybe a good question to ask on tiki-devel nkoth|nelson: yes but was going to eat...ask anyway i am not sure exactly what happens, but it appears that if I have one category of a certain name in admin categories and I rename or create another category with the same name, it wipes the first nkoth|nelson: OK. I can't seem to reproduce that on trunk, which version are you trying? trunk nkoth|nelson: does this look like a regression? can you reproduce on http://ido.ath.cx:8080/tiki/trunk/tiki-admin_categories.php ? as you can see I already have several categories with the same name chealer:, ok this is how to reproduce basically if you create test1, and try to create test 1 again it tells you that you are not allowed to create the same name at the same level, but if you create test1 and test2, and rename test2 to test1, it allows you and bad things happen Also, if you create a category under a different parent, say Testing Nelson::test1, and you have change the parent of say Testing 2: test1 to Testing Nelson, it allows it, and also bad things happen this could be an old bug.... I thought textarea trazcker field were resizable .. does not seems to be in tiki7 nkoth|nelson: oh, OK and I just discovered a category field breakage in trunk... nkoth|nelson: I wouldn't think that's a new bug. what kind of bad things? chealer, one of the category (I think the older one) disappearas nkoth|nelson: oh, right... chealer, do you have time to help fix taht or at least it should be placed on the list tikiwiki: 03oeversetten * r37842 10/trunk/ (9 files in 7 dirs): tikiwiki: [ENH] code of perspective_binder.php hopefully faster during loading pages, tikiwiki: slow part moved to a update function, tikiwiki: add admin panel named Areas, to call update function and list areas tikiwiki: IMPORTANT: new table added to make this possible uh, that is CIA-12 for... nkoth|nelson: I'm looking at it oeversetten: I'm getting "Fatal error: Call to a member function get_category_descendants() on a non-object in /var/www/tiki/trunk/lib/perspective_binder.php on line 79" on http://localhost/tiki/trunk/tiki-admin.php?page=areas :( more global $categlib needed I guess it does sound like that but there is one maybe there should be an include in this file... that too... does this error occur at the admin panel of areas? oeversetten: yes funny, with categories disabled I get that error with get_category_name instead I look at it after dinner I'm totally stumped why my (well not mine, but lp's commit in_array is not working in smarty oeversetten: I have categories enabled, but areas disabled hmm nkoth|nelson: not sure which commit you refer to, I believe but in_array should work in Smarty r37732, trunk/templates/trackerinput/category.tpl oeversetten: do you see marclaporte's mail about your last commit? on the commits list chealer: categories enabled, areas disabled works for me :/ oeversetten: well, try solving the problem with categories disabled, we'll see if that fixes my problem then i dont see marcs mail no smarty notice no nothing, it just not evaluate to true ah, must be smarty cache that makes more sense nope, not that, this is strange nkoth|nelson: the Smarty looks good, the most likely explanation I see would be $field.selected_categories does not contain what's expected oeversetten: I forwarded it oeversetten: it was a reminder to modify db/tiki.sql for new installs chealer I see the problem, lp forgot to change the second version of this template (can't be seen from the commit log) nkoth|nelson: ah... (the checkbox version), the part he changed was for drop down and multiselect tikiwiki: 03nkoth * r37843 10/trunk/templates/trackerinput/category.tpl: [FIX] Checkboxes not being checked, previous refactor in r37732 missed out the checkboxes chealer: that fell into the "if everything looks good and it still does not work, you are editing the wrong file type of experience nkoth|nelson: right. I do tend to add a "TEST" next to stuff at some point, earlier in particularly complex parts, like - to take an extreme example - trackers :-) tikiwiki: 03chealer * r37844 10/trunk/templates/trackerinput/category.tpl: [REF] do not set $fcat (apparently unused from r37732. untested) tikiwiki: 03chealer * r37845 10/trunk/lib/tikilib.php: tikiwiki: [REF] TikiLib htmldecode(): Remove leftover comments for removed compat code tikiwiki: [REF] Remove compatibility code for old PHP versions tikiwiki: 03nkoth * r37846 10/trunk/lib/core/Tracker/Field/Category.php: [FIX] // only show existing category of not receiving request, otherwise might be uncategorization in progress which will not take effect tikiwiki: 03chealer * r37847 10/trunk/ (lib/categories/categlib.php tiki-admin_categories.php): tikiwiki: [FIX] Admin Categories: updating a category's name and/or parent category wouldn't check for name conflicts, causing overwrite of conflicting category tikiwiki: Thanks Nelson Ko tikiwiki: 03changi67 * r37848 10/trunk/ (321 files in 86 dirs): [REF] Zend Code Styling - http://quality.tiki.org/job/Tikitrunk/violations tikiwiki: 03chealer * r37849 10/trunk/lib/prefs/feature.php: Admin: Tag Live support system as experimental tikiwiki: 03chealer * r37850 10/trunk/lib/categories/categlib.php: [REF] CategLib: add TODO comment in add_category() about quiet truncation of description Personal message to Canadian people: Are there people from Mc Gill here? 11 students from my son high school are freshman at Mc gill this year tikiwiki: 03chealer * r37851 10/trunk/ (5 files in 5 dirs): [REF] File galleries: remove expanded element (no more used by the tree function) tikiwiki: 03chealer * r37852 10/trunk/templates/ (file_galleries.tpl list_file_gallery.tpl): [REF] fold file_galleries.tpl into list_file_gallery.tpl tikiwiki: 03oeversetten * r37853 10/trunk/ (3 files in 3 dirs): tikiwiki: [FIX] moved includes to perspective_binder itself, tikiwiki: areas panel should work anyway whether category or perspectives are tikiwiki: enabled or not, changed dependency to something more sane tikiwiki: 03oeversetten * r37854 10/trunk/db/tiki.sql: [DB] add tiki_areas table creation chealer: I have categories and I find that categories such as À mobilité réduite get sorted after Z have you encountered this and know how to fix? nkoth|nelson: hum... in trunk? yes nkoth|nelson: on which server does that happen? OS? let me see if I can reproduce on that server I was tryting today nkoth|nelson: I do know about that problem nkoth|nelson: see http://sourceforge.net/apps/trac/tikiwiki/changeset/37015/trunk/lib/categories/categlib.php php has a natsort but that is for an array, I wander if t helps nkoth|nelson: you're in the "Please see r37006 and contact me if you see one." case well, there is a possibility this is a non-UTF8 system nkoth|nelson: do you have shell access? yes nkoth|nelson: so what is the operating system? centos5 nkoth|nelson: what does $ locale -a; output? a lont of different locales locale alone says nkoth|nelson: such as? could you PM or paste? nkoth|nelson: I don't think natsort() would help, it seems to be for string that contain numbers which could be an issue in categories, but isn't the one you're seeing http://pastebin.com/X0FJyvxU nkoth|nelson: that's a pretty complete list... nkoth|nelson: BTW... you're aware that stock CentOS 5 is not supported in Tiki 7+ due to the new PHP 5.2 requirement? I ugraded the php OK I have 5.2.10 chealer, any idea what I could try? nkoth|nelson: yes, adding a new locale present on your system. give me a few minutes I could google that. I suppose I should add fr_CA.utf8 I suppose I can set it just for php and see the sorting change when I set setlocale(LC_ALL, 'fr_CA.utf8'); but then now I have another problem, I have some catefories such as -This- and [That] which I used to make come first or last, now they go in between oh well I wil deal with this later, it is not a critical thing tikiwiki: 03chealer * r37855 10/trunk/tiki-setup.php: tikiwiki: Add en_US.utf8 to the list of Unicode collations attempted for LC_COLLATE tikiwiki: Note: Avoid i18n sorting regression in categories from r37015. Thanks Nelson Ko nkoth|nelson: please confirm r37855 svn up-ping, why are there so many changes? nkoth|nelson: changi's code style refactoring ah ok ok cleared cache the sort still ok but now I need to figure out a way to make certain categories sort last any ideas? nkoth|nelson: not sure about punctuation in Unicode collations. http://en.wikipedia.org/wiki/Unicode_collation_algorithm has some information http://demo.icu-project.org/icu-bin/locexp?_=en_US&d_=fr&x=col offers a "Punctuation = Base" option and the standard discusses customization: http://www.unicode.org/reports/tr10/ reading... apparently en_US.utf8 ignores punctuation apparently all utf-8 collations ignore space too I guess, yes so what if I use a non utf8 locale? can I not use it? nkoth|nelson: if the site is monolingual, you could try a non-Unicode locale of that language bbl chealer does not help I use en-US and it still does not take into account punctuation tikiwiki: 03oeversetten * r37856 10/trunk/ (5 files in 3 dirs): [FIX] dependencies were not sufficient yet, some tidy up and some more robust now it should work, have a nice weekend :) I would prefer the old way back.... ? oversetten: not directed to you, I am referring to the utf-8 sorting thing hmm someone experiencing massive php error notices running tiki-install.php, too? lots of notices the last time I ran it - just notices too just notices, but a lot! yes I have experienced that will clean up before release :) :) in php 5.3 there is a collator class that can compare with punctuation but I am not 5.3 argh