IRC Archive for channel #xwiki on 26 June 2009

Last modified by Vincent Massol on 2012/10/18 18:32

lucaa1 left at 00:05 ("Leaving.")
lucaa1 joined #xwiki at 00:09
sdumitriu1 left at 01:21 ("Leaving.")
anamarias left at 01:32 ()
jvdrean left at 01:41 ()
florinciu left at 01:52 (Read error: 104 (Connection reset by peer))
arunreddy_ left at 02:44 (Read error: 110 (Connection timed out))
arunreddy joined #xwiki at 04:37
arunreddy - (26/06/2009 06:25): Is File Upload plugin deprecated. ?
lucaa1 left at 07:11 ("Leaving.")
Theo-2 joined #xwiki at 07:41
Theo-2 - (26/06/2009 07:41): Hi!
Theo-2 - (26/06/2009 07:42): We are migrating to Synatx 2.0 as etxt editor
Theo-2 - (26/06/2009 07:42): with xwiki 1.8
Theo-2 - (26/06/2009 07:43): I assume we need to write a converter for the documents that were created with Syntax 1.0
Theo-2 - (26/06/2009 07:43): I saw a migration guide about this on xwiki.org 
Theo-2 - (26/06/2009 07:44): However it would save us a lot of time if we could reuse an existing conversion tool
Theo-2 - (26/06/2009 07:44): Any idea where we can find one?
lucaa joined #xwiki at 07:45
Theo-2 - (26/06/2009 07:45): Alternately, we could move to 1.9, as it looks like the conversion is automated. \
Theo-2 - (26/06/2009 07:46): The thing that worries me is that there is a rather long list of bugs listed for 1.9
Theo-2 - (26/06/2009 07:46): Any advice?
lucaa left #xwiki at 07:46
mflorea joined #xwiki at 07:49
mflorea left at 08:20 (Remote closed the connection)
kaaloo joined #xwiki at 08:27
vmassol joined #xwiki at 08:43
kaaloo left at 08:45 ("Leaving.")
kaaloo joined #xwiki at 09:06
jvdrean joined #xwiki at 09:13
vmassol left at 09:29 ()
florinciu joined #xwiki at 09:31
vmassol joined #xwiki at 09:42
arkub joined #xwiki at 09:52
mflorea joined #xwiki at 09:57
anamarias joined #xwiki at 10:21
KermitTheFragger joined #xwiki at 10:37
tmortagne joined #xwiki at 10:44
j-saturne joined #xwiki at 10:51
cristinas joined #xwiki at 10:57
cristinascheau joined #xwiki at 11:06
arunreddy left at 11:10 (Read error: 104 (Connection reset by peer))
cristinas left at 11:11 ("Leaving")
cristinascheau left at 11:11 ("Leaving")
cristinas joined #xwiki at 11:12
Denis joined #xwiki at 11:12
tmortagne left at 11:18 ("Ex-Chat")
lucaa joined #xwiki at 11:19
lucaa left #xwiki at 11:19
tmortagne joined #xwiki at 11:20
vmassol left at 11:22 ()
vmassol joined #xwiki at 11:24
arunreddy joined #xwiki at 11:40
asnl joined #xwiki at 11:56
asnl - (26/06/2009 11:57): hello
asnl - (26/06/2009 12:00): i have a question about developing with the Class Editor
asnl - (26/06/2009 12:01): first of all i just want to mention that i would like to avoid developing things into the core system
asnl - (26/06/2009 12:01): that's why i have to use the Class Editor
asnl - (26/06/2009 12:01): so...
asnl - (26/06/2009 12:02): i would like to define a structure (a Class) which represents a table (rows and columns). Then, i'd like to specify different types of tables (for example, one table may have 3 rows and another may have 4)
asnl - (26/06/2009 12:03): how can i do that using the Class Editor ?
asnl_ joined #xwiki at 12:08
asnl left at 12:09 (Ping timeout: 180 seconds)
vmassol - (26/06/2009 12:26): asnl_: a class is only a set of properties. If you want a table of classes then you need to put several objects in wiki documents and fill the table with that information
sdumitriu joined #xwiki at 12:26
vmassol - (26/06/2009 12:26): wait, I understand what you mean
vmassol - (26/06/2009 12:26): you want a class that represents the def of a table
vmassol - (26/06/2009 12:27): then you need a numeric property called "rows"
jvelociter left at 13:10 ()
lucaa joined #xwiki at 13:15
asnl_ - (26/06/2009 13:35): exactly
asnl_ - (26/06/2009 13:36): (sorry for the delay)
asnl_ - (26/06/2009 13:37): actually i want  "generic" properties (row and column) which can be different for different types of tables
asnl_ - (26/06/2009 13:40): in a programming way, it's like a class (the table) with 2 properties (2 arraylist in JAVA) and 2 objects with these properties filled (1 table with 2 defined rows)
jvelociter joined #xwiki at 13:45
asnl_ - (26/06/2009 13:50): vmassol:  like this > http://pastebin.com/m71976d0f
asnl_ - (26/06/2009 13:53): then i may get two Matrix object within XWiki (same template) but with different definitions of rows and columns
vmassol - (26/06/2009 13:55): asnl_: where do you get the list values from? 
vmassol - (26/06/2009 13:55): in any case xwiki allows you to do static or dynamic
vmassol - (26/06/2009 13:55): (with a HQL query)
arunreddy left at 13:56 (Remote closed the connection)
vmassol - (26/06/2009 13:56): so it seems what you need is a list property with multiselect
asnl_ - (26/06/2009 13:59): the list values may be entered manually by users or defined within a database
asnl_ - (26/06/2009 13:59): but the two matrix are different class or just different objects from a same class ?
asnl_ - (26/06/2009 14:00): *different classes
asnl_ - (26/06/2009 14:01): i might go for different classes, it's easier
asnl_ - (26/06/2009 14:01): by the way, xwiki is really great !
asnl_ - (26/06/2009 14:03): it's a shame that properties cannot be deleted, but the OO model for data is such a great idea
vmassol - (26/06/2009 14:39): asnl_: re properties yes it's a pain
vmassol - (26/06/2009 14:40): different classes sound easier indeed
asnl_ - (26/06/2009 14:54): last request  ! for a database list, i heard that i can choose to specify either a HQL query or the couple Class/Field Id/Value... is that correct ?
sdumitriu - (26/06/2009 14:59): Yes
asnl_ - (26/06/2009 14:59): thanks
marta_ joined #xwiki at 15:04
marta_ left #xwiki at 15:04
Enygma` joined #xwiki at 15:40
Theo-2 - (26/06/2009 15:46): Hi!
Theo-2 - (26/06/2009 15:46): We just migrated to xwiki v 1.8. In the process, we upgraded to version 2.0 of the editor. We need to convert the existing documents from v1 to v2. I have 2 quesitons:
Theo-2 - (26/06/2009 15:46): 1 - Does anyone know where I can find an exsting conversion program?
Theo-2 - (26/06/2009 15:46): 2 - I have heard that v 1.9 provides conversion on the fly. What is the development effort to migrate rom 1.8 to 1.9?
Theo-2 - (26/06/2009 15:46): Thanks for your help
jpdota joined #xwiki at 15:49
jpdota - (26/06/2009 15:49): tmortagne: Have you had any luck reproducing that LDAP issue?
arunreddy joined #xwiki at 15:50
tmortagne - (26/06/2009 15:52): jpdota: did not had time to look at it yet sorry, but i tough of something else, according to the look of your users profiles it sound like you users has been created in xwiki/2.0 syntax instead of 1.0
tmortagne - (26/06/2009 15:52): could you check that ?
jpdota - (26/06/2009 15:52): tmortagne: that would make sense, yes
tmortagne - (26/06/2009 15:53): now it this shouls not make the rights system fail but it's somewhere to search at least
jpdota - (26/06/2009 15:53): {{include document="XWiki.XWikiUserSheet"/}} <--- Xwiki/2.0 right?
tmortagne - (26/06/2009 15:54): yes
tmortagne - (26/06/2009 15:55): try to convert your user to xwiki/1.0, look at Admin user for an example of the right content
tmortagne - (26/06/2009 15:55): and put xwiki/1.0 in the right panel
asnl_ - (26/06/2009 16:05): is that possible to get values from a static list property with an HQL query ?
asnl_ - (26/06/2009 16:06): i tried : select prop.value from BaseObject obj, BaseProperty prop where obj.className='Class' and prop.id.id=obj.id and prop.name='prop_name'
asnl_ - (26/06/2009 16:06): does not work... even with ListProperty instead of  BaseProperty
asnl_ - (26/06/2009 16:07): i can get the name of the property but i can't get its values
anamarias left at 16:08 ()
Denis - (26/06/2009 16:08): asnl_:  Try StringProperty :)
asnl_ - (26/06/2009 16:10): Denis:  I tried also... but it doesn't work... I can get the name of this property (Static List) but not the values associated
Denis - (26/06/2009 16:12): asnl_: I was not sure; have you also tried LargeStringProperty ?
sdumitriu - (26/06/2009 16:12): asnl_: What did you choose for MultiSelect and RelationalStorage in the class definition?
j-saturne - (26/06/2009 16:13): I posted on the list XWiki-users of a few days ago a concern that I have on my installation
j-saturne - (26/06/2009 16:13): When I edit part of a page, only that part is kept and the rest is lost
asnl_ - (26/06/2009 16:13): sdumitriu: unchecked
j-saturne - (26/06/2009 16:13): When I edit a page, i lost the history (only SuperAdmin can view and restore from the history)
j-saturne - (26/06/2009 16:13): and WhatsNew doesn't display modification
j-saturne - (26/06/2009 16:13): Does anyone have an idea of the problem?
Denis - (26/06/2009 16:15): asnl_:  should be in StringProperty, I have just checked
asnl_ - (26/06/2009 16:16): Denis: is there any relation with MultiSelect and RelationalStorage then ? I checked both of them but still nothing..
Denis - (26/06/2009 16:17): asnl_:  should not use RelationalStorage, it is really different
sdumitriu - (26/06/2009 16:19): asnl_: Don't change the values for MultiSelect and RS
sdumitriu - (26/06/2009 16:19): Put them back to the initial state
sdumitriu - (26/06/2009 16:19): Indeed, it should be StringProperty
sdumitriu - (26/06/2009 16:20): But what do you mean by the values?
sdumitriu - (26/06/2009 16:20): The possible values to choose from?
jpdota left at 16:21 (Read error: 104 (Connection reset by peer))
asnl_ - (26/06/2009 16:21): yes
sdumitriu - (26/06/2009 16:21): No, you can't with HQL
sdumitriu - (26/06/2009 16:21): Why would you want to do that?
sdumitriu - (26/06/2009 16:21): (Actually you can, but it's really hard)
asnl_ - (26/06/2009 16:22): ok
sdumitriu - (26/06/2009 16:22): j-saturne: That's strange, it should not happen
Denis - (26/06/2009 16:22): asnl_: if you need so, you would better use a dblist in place of a staticlist
asnl_ - (26/06/2009 16:23): sdumitriu: because i need to store a list of value that can be modified
sdumitriu - (26/06/2009 16:24): It can be modified by editing the class
j-saturne - (26/06/2009 16:24): sdumitriu : my xwiki database has undergone many upgrades (from 0.6 or 0.7)
sdumitriu - (26/06/2009 16:24): But if you really want it to be editable, indeed, make it a DBList
asnl_ - (26/06/2009 16:24): sdumitriu: sure I know that, but i need to get them elsewhere 
sdumitriu - (26/06/2009 16:25): j-saturne: The DB should not be a problem, unless some data is busted
asnl_ - (26/06/2009 16:25): actually i wanted to use the class editor in order to add or delete values instead of creating a form to add/delete these values
sdumitriu - (26/06/2009 16:25): asnl_: But can't you use velocity  to get those values?
tmortagne - (26/06/2009 16:26): sdumitriu: there is an issue with "Save & View" and the URL it send to SaveAction, the parameters are removed somewhere and so SaveAction does not know it's a section edition and just save received content. Any idea ?
tmortagne - (26/06/2009 16:26): See http://jira.xwiki.org/jira/browse/XWIKI-4033
j-saturne - (26/06/2009 16:26): sdumitriu : in my log : rcs.XWikiPatch - isDiff: Patch is inconsistent. Content and  field are contradicting
jpdota joined #xwiki at 16:27
tmortagne - (26/06/2009 16:27): I looked at ActionFilter but the URL is already wrong berfore the going to ActionFilter
sdumitriu - (26/06/2009 16:27): j-saturne: The rcs table has some problems
Denis - (26/06/2009 16:27): sdumitriu: curious to know how you do that in velocity, it is really hard if I well remember
j-saturne - (26/06/2009 16:27): sdumitriu : in a standard installation ?
lucaa left at 16:27 ("Leaving.")
jpdota - (26/06/2009 16:27): tmortagne: sorry about that, had to do some other work!  Switching the user's page to XWiki 2.0 fixes the "fn=" issue, but not the rights issue
sdumitriu - (26/06/2009 16:27): j-saturne: No, in your wiki
sdumitriu - (26/06/2009 16:27): Denis: What, getting the list of possible values?
sdumitriu - (26/06/2009 16:27): Denis: Let me check
Denis - (26/06/2009 16:28): sdumitriu: yes, I remember to have a hard time doing so in groovy
tmortagne - (26/06/2009 16:29): jpdota: i think a prefer that (sorry for you), hope I'll be able to find some time this weekend to look at it, anyway we can't release 1.9.1 with such a bug
jpdota - (26/06/2009 16:30): tmortagne: I don't understand the first part of that sentence "i think a prefer that"?  but yes,  i understand about the rest,  you have an upcoming 2.0 Release
j-saturne - (26/06/2009 16:31): sdumitriu : how can I get more information about this error and can it be linked to the problems I mentioned earlier
asnl_ - (26/06/2009 16:31): sdumitriu: actually I am looking for a tip in order to initialize values for a DBList property without modifying the database structure
asnl_ - (26/06/2009 16:32): anyway i'll create a table for that
tmortagne - (26/06/2009 16:33): jpdota: i think i prefer that the issue is not about 2.0 user profile since i would really not understand how it could be possible
KermitTheFragger left at 16:34 ("Leaving")
jpdota - (26/06/2009 16:34): tmortagne: indeed.  nor would i!  hopefully you get a chance to look at it this weekend
sdumitriu - (26/06/2009 16:35): Denis: asnl_: $xwiki.getClass("XWiki.XWikiUsers").getXWikiClass().get("editor").values returns the possible values for the "editor" property of the "XWiki.XWikiUsers" class
sdumitriu - (26/06/2009 16:35): But requires programming rights, let me check if it works without them
sdumitriu - (26/06/2009 16:37): $xwiki.getClass("XWiki.XWikiUsers").get("editor").getListValues() does the same, and it actually returns a List<String>
sdumitriu - (26/06/2009 16:37): But it's a new API
tmortagne - (26/06/2009 16:37): jpdota: Denis just gave me another idea: could you check if your users are active users, there is a field called "active" or something like that and what you have looks a lot like unactive user
sdumitriu - (26/06/2009 16:38): XWIKI-3584
sdumitriu - (26/06/2009 16:38): So the above code works fine in 1.8.2 and 1.9
tmortagne - (26/06/2009 16:39): LDAP aurth is suppose to put the right value in it but maybe there is an issue for some reason in your environment
jpdota - (26/06/2009 16:39): tmortagne: where can i check if the user is active?
tmortagne - (26/06/2009 16:39): you have a field, look at user profile in object editor mode
jpdota - (26/06/2009 16:39): ok
jpdota - (26/06/2009 16:40): tmortagne: yes, the users are active
tmortagne - (26/06/2009 16:40): it's the first field
tmortagne - (26/06/2009 16:40): ok
sdumitriu - (26/06/2009 16:40): j-saturne: Do you know for which documents you get that error?
tmortagne - (26/06/2009 16:41): then no more idea, i will have to try reproduce with what you described in the jira issue
sdumitriu - (26/06/2009 16:41): If yes, then the best thing to do is to delete the version information
sdumitriu - (26/06/2009 16:41): /xwiki/bin/reset/Target/Document
Denis - (26/06/2009 16:41): sdumitriu: it is really new, I am just stepping from 1.7 toi 1.9, I had no time to check it so :)
tmortagne - (26/06/2009 16:41): jpdota: could you compare a working user and not working one to see if you see something ?
j-saturne - (26/06/2009 16:41): sdumitriu : all
sdumitriu - (26/06/2009 16:42): Denis: But the former script works fine from groovy, it uses only really old APIs
sdumitriu - (26/06/2009 16:42): j-saturne: All? That is really strange
sdumitriu - (26/06/2009 16:42): j-saturne: What database are you using?
j-saturne - (26/06/2009 16:42): sdumitriu : all old documents precisely
j-saturne - (26/06/2009 16:42): sdumitriu : mysql
sdumitriu - (26/06/2009 16:42): There could be a problem with boolean values
sdumitriu - (26/06/2009 16:43): What version of the mysql-connector are you using?
jpdota - (26/06/2009 16:43): tmortagne: will do.  one thing i've noticed before is that if a working user is in a default XWiki group, it works fine, even if it is an ldap user.  that's the biggest difference i've seen so far
asnl_ - (26/06/2009 16:44): thanks sdumitriu !
tmortagne - (26/06/2009 16:44): you mean XWikiAllGroup ?
j-saturne - (26/06/2009 16:44): sdumitriu : mysql-connector-java-3.1.7-bin.jar
sdumitriu - (26/06/2009 16:44): Yep, change it
sdumitriu - (26/06/2009 16:44): j-saturne: Use a 5.x
jpdota - (26/06/2009 16:44): tmortagne: that or XWikiAdmin group
tmortagne - (26/06/2009 16:44): jpdota: ok so I guess the issue is not on users but more on groups fro some reason
j-saturne - (26/06/2009 16:44): sdumitriu : ok ! I try this
sdumitriu - (26/06/2009 16:44): 3.x transforms "false" to 1
jpdota - (26/06/2009 16:44): tmortagne: Yes, I think that may be the case
tmortagne - (26/06/2009 16:45): jpdota: you did not see big differences between working groups and not working ones ?
sdumitriu - (26/06/2009 16:45): j-saturne: But your rcs data will still be broken. You need to fix it using a mysql query
jpdota - (26/06/2009 16:45): jpdota: let me check, should i look in the object editor?
sdumitriu - (26/06/2009 16:46): jpdota: Why are you calling yourself?
sdumitriu - (26/06/2009 16:46): :p
jpdota - (26/06/2009 16:46): :D oops
jpdota - (26/06/2009 16:46): tmortagne: let me check, should i look in the object editor?
sdumitriu - (26/06/2009 16:46): I'll be back in 20 minuts
jpdota - (26/06/2009 16:46): that's better ;)
tmortagne - (26/06/2009 16:47): jpdota: yes all is in objects
sdumitriu left at 16:47 ("Leaving.")
jpdota - (26/06/2009 16:48): tmortagne: first thing that's obvious to me, the non-default group has an empty user as the first one
tmortagne - (26/06/2009 16:48): yes but even when removing it i did not worked right ?
tmortagne - (26/06/2009 16:49): this empty user could explain there is an issue but i think i rembered you tested to remove it
jpdota - (26/06/2009 16:49): tmortagne: yes, you did.  i wasn't sure if that had been a field in the user or group
jpdota - (26/06/2009 16:49): tmortagne: other than that, there is no difference in the groups
jpdota - (26/06/2009 16:50): it seems groups only have the users and tags listed, is that how it should be?
tmortagne - (26/06/2009 16:50): ok, groups object is very simple yes so i don't get how you have have this issue
jpdota - (26/06/2009 16:50): me neither :X
jpdota - (26/06/2009 16:50): is there any possibility it could be related to using tomcat?
tmortagne - (26/06/2009 16:51): is the tags are in a different place for working and not working groups ?
tmortagne - (26/06/2009 16:51): no i don't think so since it almost use only tomcat in XWiki
tmortagne - (26/06/2009 16:52): and anyway since you have working groups it would not make sense
tmortagne - (26/06/2009 16:53): no the difference have to be somewhere in the group objects but i can't see where
tmortagne - (26/06/2009 16:54): did you tested to remove the blanck user and restart ?
jpdota - (26/06/2009 16:55): restart the wiki?
tmortagne - (26/06/2009 16:55): yes restart tomcat
jpdota - (26/06/2009 16:56): ok let me try that
jpdota - (26/06/2009 16:59): tmortagne: no such luck.  even after restarting tomcat, it still fails
tmortagne - (26/06/2009 16:59): ok
tmortagne - (26/06/2009 17:00): i got some time, i'm installing and configuring an ldap server
jpdota - (26/06/2009 17:01): tmortagne: great! :)
jpdota - (26/06/2009 17:02): tmortagne: tag comes before users in both cases
tmortagne - (26/06/2009 17:02): ok
cristinas left at 17:04 (Read error: 113 (No route to host))
jpdota - (26/06/2009 17:13): tmortagne: if you have any questions about how my ldap is configured, let me know
tmortagne - (26/06/2009 17:13): sure, just found an embeded LDAP plugin for Eclipse, sounds nice i will test that
jpdota - (26/06/2009 17:14): tmortagne: great! :D
tmortagne - (26/06/2009 17:14): (apache directory server)
sdumitriu joined #xwiki at 17:23
jvelociter left at 17:31 ()
j-saturne - (26/06/2009 17:40): sdumitriu : thanks, mysql connector update resvoled my updating problem (WhatsNew works)
j-saturne - (26/06/2009 17:43): sdumitriu : there is currently a bug on publishing sub-paragraphs with XWiki 1.0 syntax ? When I save a sub-paragraph, end of my page is deleted...
vmassol - (26/06/2009 17:43): j-saturne: there's a bug with section editing in XE 1.9 and above yes
vmassol - (26/06/2009 17:44): XWIKI-4033
j-saturne - (26/06/2009 17:44): vmassol : thanks
vmassol - (26/06/2009 17:44): j-saturne: you can turn off section editing in configuration for now or use syntax 2.0 (no section editing yet in 2.0)
vmassol - (26/06/2009 17:45): it should be fixed in 1.9.1
j-saturne - (26/06/2009 17:45): ok
vmassol - (26/06/2009 17:45): tmortagne is looking at it now
arunreddy left at 17:56 (Remote closed the connection)
j-saturne - (26/06/2009 18:01): vmassol : can I make it usable a macro (like column macro) for all my users ? 
vmassol - (26/06/2009 18:04): j-saturne: sure
Theo-2 left #xwiki at 18:04
vmassol - (26/06/2009 18:04): j-saturne: velocity macro? rendering macro in java?
jpdota - (26/06/2009 18:04): tmortagne: I'm heading to lunch, I'll be back in around 1hr...
cristinas joined #xwiki at 18:05
vmassol - (26/06/2009 18:05): j-saturne: for velocity, the easiest solution right now is to add it in templates/macros.vm
j-saturne - (26/06/2009 18:05): vmassol : velocity macro : http://code.xwiki.org/xwiki/bin/view/Macros/ColumnMacro
vmassol - (26/06/2009 18:06): j-saturne: btw fyi we'll add a 2.0 syntax column macro in the near future too
vmassol - (26/06/2009 18:06): jira column macro
j-saturne - (26/06/2009 18:06): vmassol : :)
vmassol - (26/06/2009 18:06): jira column
vmassol - (26/06/2009 18:06): hmm seems slow
vmassol - (26/06/2009 18:07): this is the one for the future: XWIKI-2963
jvelociter joined #xwiki at 18:07
A-Kaser joined #xwiki at 18:09
asnl_ - (26/06/2009 18:09): i tried this snipped (i'm on xwiki 1.9) but i can't get the filter feature : http://code.xwiki.org/xwiki/bin/view/Snippets/TableSorterSnippet
asnl_ - (26/06/2009 18:09): snippet*
asnl_ - (26/06/2009 18:10): is it a limitation from the new version of XWiki ?
vmassol - (26/06/2009 18:22): asnl_: you entered it in xwiki 1.0 syntax?
j-saturne - (26/06/2009 18:23): vmassol : I create a column.vm in templates/ but when I write "#column("2" "true" "false")" in my page, it is not interpreted
asnl_ - (26/06/2009 18:24): vmassol: yes
vmassol - (26/06/2009 18:25): asnl_: this is because this table has been deprecated in favor of livetable. You can get it to work using this:
sdumitriu left at 18:25 ("Leaving.")
vmassol - (26/06/2009 18:25): (looking for the right $jsx.use command)
j-saturne - (26/06/2009 18:25): vmassol : I try with other macro find in templates (like #docabout, etc ...), nothing is interpreted
vmassol - (26/06/2009 18:25): j-saturne: you're using syntax 1.0 or 2.0?
j-saturne - (26/06/2009 18:25): 2.0
j-saturne - (26/06/2009 18:26): oki
j-saturne - (26/06/2009 18:26): see XWikiSyntax : {{velocity}} #info("Some info text") {{/velocity}} 
vmassol - (26/06/2009 18:27): j-saturne: yes 
vmassol - (26/06/2009 18:28): j-saturne: in 2.0M2 you'll be able to map macros written in pages to rendering macros (i.e of type {{mymacro.../}}
arkub left at 18:29 (Read error: 113 (No route to host))
vmassol - (26/06/2009 18:29): asnl_: a few more seconds and jvdrean  will have updtaed the page...
j-saturne - (26/06/2009 18:31): thank you for your help
j-saturne - (26/06/2009 18:31): bye
j-saturne left at 18:31 ("Leaving.")
vmassol - (26/06/2009 18:33): asnl_: done, thanks jvdrean 
asnl_ - (26/06/2009 18:33): thanks :)
jvdrean - (26/06/2009 18:33): vmassol: are you editing the page ?
vmassol - (26/06/2009 18:34): yes
vmassol - (26/06/2009 18:34): jvdrean: done
jvdrean - (26/06/2009 18:35): vmassol: hehe that was the modification I was about to apply
vmassol - (26/06/2009 18:35): :)
mflorea left at 18:52 ("Leaving")
cristinas left at 18:52 (Read error: 60 (Operation timed out))
Denis left at 18:56 ("Leaving.")
arunreddy joined #xwiki at 19:07
asnl_ left at 19:09 (Ping timeout: 180 seconds)
jpdota - (26/06/2009 19:17): tmortagne: back
tmortagne - (26/06/2009 19:19): jpdota: i'm currently testing, i did not reproduce the issue yet
jpdota - (26/06/2009 19:20): tmortagne: ok.  did you use the same ldap configuration as i posted in JIRA?
tmortagne - (26/06/2009 19:20): but it seems i did something group in my conf because user is not synchronized correctly in customs goups
jpdota - (26/06/2009 19:20): hmm
tmortagne - (26/06/2009 19:20): jpdota: not exactly the same since no
jpdota - (26/06/2009 19:20): so the mapping is wrong?
tmortagne - (26/06/2009 19:20): since i don't have this server
tmortagne - (26/06/2009 19:20): but same kind
tmortagne - (26/06/2009 19:21): no it's my fault
tmortagne - (26/06/2009 19:21): i'm fxing it
jpdota - (26/06/2009 19:21): ok :)
tmortagne - (26/06/2009 19:21): i don't have your confioguration
jpdota - (26/06/2009 19:21): on the LDAP server?
jpdota - (26/06/2009 19:21): yeah
jpdota - (26/06/2009 19:31): tmortagne: if i exported my ldap directory info to LDIF format, would that help (removing all identifying info ofc)
tmortagne - (26/06/2009 19:32): i don't think the issue come from LDAP server since it's an issue with Xwiki right system, i just need to have the same use you have (I just have my correct mapping, i'm really testing now)
jpdota - (26/06/2009 19:32): tmortagne: ok :) just wanted to make sure i've done what i can to help
tmortagne - (26/06/2009 19:33): so ho do you test that something is wrong with rights ?
jpdota - (26/06/2009 19:33): tmortagne: well, try  logging in ;l)
jpdota - (26/06/2009 19:33): ;)
tmortagne - (26/06/2009 19:33): to give some view right on the XWiki.ldaptest group somewhere ?
tmortagne - (26/06/2009 19:33): i can log in perfectly
jpdota - (26/06/2009 19:33): yes, but can you view any pages?
jpdota - (26/06/2009 19:33): yeah basically
tmortagne - (26/06/2009 19:34): yes i can views the home page for example
jpdota - (26/06/2009 19:34): hmm, try denying rights to XWikiAll
tmortagne - (26/06/2009 19:35): you user is part of XWikiAll group so if you deny right it will not have it
tmortagne - (26/06/2009 19:35): deny is stronger than allow
tmortagne - (26/06/2009 19:35): if it's what you did no need to search more :)
jpdota - (26/06/2009 19:36): hmm i'm pretty certain it won't work even with the deny removed
jpdota - (26/06/2009 19:36): let me double check
tmortagne - (26/06/2009 19:36): we would need some possibilities to order rights but Xwiki does not support it right now
jpdota - (26/06/2009 19:39): >.< it seems i'm a moron.  i'm sorry for wasting your time.  it's strange, i had had issues before i gave the deny right...
Enygma` left at 19:40 ("Leaving.")
tmortagne - (26/06/2009 19:40): jpdota: don't worry it made me discover Apache DS Eclipse plugin which is great ;)
tmortagne - (26/06/2009 19:40): now i will be able to test LDAP real faster :)
jpdota - (26/06/2009 19:41): :D good, at least some good came out of it!
tmortagne - (26/06/2009 19:41): could you comment about that on http://jira.xwiki.org/jira/browse/XWIKI-4004 and close the issue ?
jpdota - (26/06/2009 19:42): yes definitely
kaaloo left at 19:42 (Read error: 113 (No route to host))
jpdota - (26/06/2009 19:42): tmortagne: thank you for the help.  i'll be certain to let you know of any other issues!
tmortagne - (26/06/2009 19:42): thanks
tmortagne - (26/06/2009 19:42): ok :)
jpdota - (26/06/2009 19:43): also, don't forget the issue with XWiki 2.0 syntax in user pages (from ldap)
jpdota - (26/06/2009 19:43): the fn= thing
jpdota - (26/06/2009 19:43): glad you discovered a useful development tool!
tmortagne - (26/06/2009 19:43): yes i alreasy created an issue for it and i have a fix on my side, just need to committ
tmortagne - (26/06/2009 19:44): FYI: the issue is XWIKI-4035
jpdota - (26/06/2009 19:46): tmortagne: Ah good :) thanks
tmortagne - (26/06/2009 19:51): jpdota: btw if you want to deny a right to everyone except some peoples/groups just list the peoples and the groups not need to deny
tmortagne - (26/06/2009 19:52): jpdota: it's the way rights already work, i you assign somthing to a right it does not inherit rights form parent anymore
tmortagne - (26/06/2009 19:52): so if you give view right to user Xwiki.Toto in main page only this user will have access to the page
tmortagne - (26/06/2009 19:53): because the view right will not inherit the view right from wiki anymore which is view for everyone by default
tmortagne - (26/06/2009 19:53): is it clear ? (it not very simple)
tmortagne - (26/06/2009 19:59): have to go, bye
jpdota - (26/06/2009 19:59): ok
tmortagne left at 19:59 ("Ex-Chat")
jpdota - (26/06/2009 19:59): sorry
amelentev joined #xwiki at 20:01
amelentev left at 20:02 (Client Quit)
Enygma` joined #xwiki at 20:42
jpdota left at 20:55 ("ChatZilla 0.9.85 [Firefox 3.0.11/2009060215]")
vmassol left at 21:03 ()
vmassol joined #xwiki at 21:10
Enygma` left at 21:20 ("Leaving.")
anamarias joined #xwiki at 21:21
arkub joined #xwiki at 21:27
vmassol left at 22:10 ()
vmassol joined #xwiki at 22:15
Enygma` joined #xwiki at 22:39
A-Kaser left at 22:43 (""Soyons réalistes, exigeons l'impossible." Ché Guevara")
Enygma` left at 23:04 ("Leaving.")
arunreddy_ joined #xwiki at 23:09
arunreddy left at 23:10 (Read error: 54 (Connection reset by peer))
vmassol left at 23:32 ()
vmassol joined #xwiki at 23:36
jvdrean left at 23:53 ()

Get Connected