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

Show last authors
1 cristinaS - (30/03/2009 00:01): florinciu: have you worked with OO api?
2 florinciu - (30/03/2009 00:01): sorry, no :(
3 florinciu - (30/03/2009 00:02): can you provide me some links?
4 cristinaS - (30/03/2009 00:02): sure .. wait a minute
5 cristinaS - (30/03/2009 00:03): http://api.openoffice.org/docs/DevelopersGuide/DevelopersGuide.xhtml
6 cristinaS - (30/03/2009 00:04): I was thinking about the GUI .. the OO API is poor for GUI and I was thinking to integrate java swing
7 cristinaS - (30/03/2009 00:06): I wanted to ask someone who used oo api, which aproach it is better .. to work with the poor api .. but easy to integrate or to try to integrate swing
8 florinciu - (30/03/2009 00:07): basically, what you need is a way to program against menus and toolboxes, from which you should be able to trigger your own UI
9 cristinaS - (30/03/2009 00:08): menus are simple to create in UNO
10 florinciu - (30/03/2009 00:11): that's a good thing. Is there a way to show swing UI from those menus?
11 cristinaS - (30/03/2009 00:11): what do you mean with my own UI? (smth independent from UNO?
12 cristinaS - (30/03/2009 00:11): Yes, there is a way to integrate swing
13 cristinaS - (30/03/2009 00:12): they have only an example which is kind of complicated .. but i think i will manage
14 florinciu - (30/03/2009 00:12): great
15 cristinaS - (30/03/2009 00:12): the example is in the sdk folder, so unfortunatelly I can't you it to you
16 cristinaS - (30/03/2009 00:13): *show it to you
17 florinciu - (30/03/2009 00:13): "you own ui" -> custom UI created by you. Eg: Login to XWiki wizzard.
18 cristinaS - (30/03/2009 00:14): yes I've understood now
19 florinciu - (30/03/2009 00:16): you'll have to give some time(about one day or so) to digg a bit into this technology so that I could better help you.
20 cristinaS - (30/03/2009 00:16): btw .. for me it is the first year when I apply to a GSoc project .. so I don't know how the things are going on .. after this proposal we will have some interviews?
21 cristinaS - (30/03/2009 00:17): well I will also read as much as I can about OO
22 cristinaS - (30/03/2009 00:17): thanks for your help
23 florinciu - (30/03/2009 00:19): I'm not completly aware of the entire gsoc process. But i doubt there are going to be any interviews(at least not the classic interview)
24 cristinaS - (30/03/2009 00:20): ok, thanks
25 florinciu - (30/03/2009 00:22): the main idea is that every canditate talks to the entire community. Also every valuable information or decision must be public to that everyone can benefit from it.
26 florinciu - (30/03/2009 00:23): So it's the community that decides if a candidate is selected and not a single or a small group of interviewers :)
27 florinciu - (30/03/2009 00:24): this is why the best thing for a candidate is to be as active as hi can on the mailing list and on irc
28 cristinaS - (30/03/2009 00:24): well that is a really big difference from the classic interviews
29 florinciu - (30/03/2009 00:25): yep :)
30 cristinaS - (30/03/2009 00:27): i've noticed that the community is very active
31 cristinaS - (30/03/2009 00:27): it is a good thing
32 florinciu - (30/03/2009 00:32): Yes, and it's nice to see it growing.
33 florinciu - (30/03/2009 00:34): Regarding OOo you can also talk with Asiri. He worked with OOo server. No UI, he can still provide valuable info about the way OOo works with documents
34 florinciu - (30/03/2009 00:34): Also he has a better java expertise then me
35 cristinaS - (30/03/2009 00:35): ok, i'll try to talk to him
36 cristinaS - (30/03/2009 00:35): do you know which is his irc nickname?
37 florinciu - (30/03/2009 00:36): I think it's Asiri. Anyway, you'll notice it when he's online
38 cristinaS - (30/03/2009 00:36): ok
39 cristinaS - (30/03/2009 00:36): maybe i will find him tomorrow
40 florinciu - (30/03/2009 00:38): He is usually online at earlier hours as he has a +3 or 4h gap from Romania
41 cristinaS - (30/03/2009 00:38): where is he from?
42 florinciu - (30/03/2009 00:39): Sri Lanka
43 cristinaS - (30/03/2009 00:39): nice
44 cristinaS - (30/03/2009 00:40): i will submit my proposal untill tomorrow anyway
45 cristinaS - (30/03/2009 00:40): so you can give me a more specific feedback
46 cristinaS - (30/03/2009 00:40): and asiri too
47 florinciu - (30/03/2009 00:40): ok, great
48 cristinaS - (30/03/2009 00:46): regarding the editing attachment feature
49 cristinaS - (30/03/2009 00:47): the application should call getAttachmentData () function to get the content
50 cristinaS - (30/03/2009 00:48): and aflter that in the editing process the data are written on the local disc .. and when the user press save button , are sent to the server?
51 cristinaS - (30/03/2009 00:49): or this fact should be done automatic in a timer?
52 florinciu - (30/03/2009 00:51): this should be a user triggered event. AutoSave is not a priority
53 florinciu - (30/03/2009 00:51): It will also be problematic because there is no "draft save" in XWiki
54 florinciu - (30/03/2009 00:52): we only have mark as "minor chages" saving, which is not quite the same thing
55 cristinaS - (30/03/2009 00:53): I understand ..
56 florinciu - (30/03/2009 00:57): What you should have, is a 'Save to XWiki' button. So that the user has a clear image of what he is doing.
57 cristinaS - (30/03/2009 00:58): yes, this way I was thinking too
58 florinciu - (30/03/2009 00:59): Additionally you could have a option of saving to the wiki every time he presses the save button or ctrl+s. This is for users that want speed. But it's not a priority
59 florinciu - (30/03/2009 00:59): This also implies that you can catch the save event in OOo
60 florinciu - (30/03/2009 01:03): can you provide me a list of entry points for the add-in, in the next days? And also a basic list of OOo events you can work with?
61 cristinaS - (30/03/2009 01:03): ok, sure
62 cristinaS - (30/03/2009 01:04): on tuesday it's ok?
63 florinciu - (30/03/2009 01:05): sounds good.
64 cristinaS - (30/03/2009 01:05): what do you mean more exactly with "entry points"?
65 florinciu - (30/03/2009 01:07): Ways of starting the extension from OOo + it's methods in the extension.
66 florinciu - (30/03/2009 01:08): For example, a classic program has it's entry point set to a public static void main method.
67 florinciu - (30/03/2009 01:08): Usually in extensions this is something different, and it can be done in multile ways
68 florinciu - (30/03/2009 01:09): *multiple
69 cristinaS - (30/03/2009 01:09): yes i know what is an entry point for a classical program .. for the oo extensions there is only one way (but I'm not sure about this)
70 cristinaS - (30/03/2009 01:10): i will do more research about
71 cristinaS - (30/03/2009 01:10): oo has an extension manager which works with addins
72 florinciu - (30/03/2009 01:14): Can we program against this extension manager? So that we enable/disable XOO. Choosing the start moment for XOO will be nice. This could be done at OOo startup or later(at user choice)
73 florinciu - (30/03/2009 01:16): cristinaS, we'll talk more tomorow.
74 cristinaS - (30/03/2009 01:16): I can't tell you now .. tomorrow I will read more about it
75 cristinaS - (30/03/2009 01:17): ok sure
76 cristinaS - (30/03/2009 01:17): http://api.openoffice.org/docs/DevelopersGuide/Extensions/Extensions.xhtml
77 cristinaS - (30/03/2009 01:17): this is about extensions
78 florinciu - (30/03/2009 01:17): i'll look into it
79 florinciu - (30/03/2009 01:17): thanks
80 florinciu - (30/03/2009 01:17): I'll be available later in the day. I'm releasing XWord tomorow :)
81 florinciu - (30/03/2009 01:18): ok, bye
82 cristinaS - (30/03/2009 01:18): waw :) good luck !
83 cristinaS - (30/03/2009 01:18): bye
84 cristinaS - (30/03/2009 01:18): thank you for your help
85 florinciu - (30/03/2009 01:19): np, glad i can help
86 xwikibot - (30/03/2009 01:34): XWiki.MartinhoPatricio was modified by XWiki.XWikiGuest (Rollback to version 6.1) - http://www.xwiki.org/xwiki/bin/view/XWiki/MartinhoPatricio
87 ChathuraPrabuddh - (30/03/2009 09:21): Hai guys good morning. For GSOC new commers---- please visit my blog http://gacpganegoda.blogspot.com/ I had added some documents regarding Mockups. Good luck...
88 ChathuraPrabuddh - (30/03/2009 09:21): Hai guys good morning. For GSOC new commers---- please visit my blog http://gacpganegoda.blogspot.com/ I had added some documents regarding Mockups. Good luck...
89 asyd - (30/03/2009 09:45): ola
90 xwikibot - (30/03/2009 10:19): XWiki.AlainPerry was modified by XWiki.AlainPerry (Created user) - http://www.xwiki.org/xwiki/bin/view/XWiki/AlainPerry
91 jaipster - (30/03/2009 10:22): thanks chathura
92 ugupta - (30/03/2009 10:26): Hi
93 ugupta - (30/03/2009 10:28): I wanted to confirm one thing
94 sdumitriu - (30/03/2009 10:28): Hi ugupta
95 arunreddy - (30/03/2009 10:28): sdumitriu : hi
96 ugupta - (30/03/2009 10:29): for xeclipse do I have to add the mirror site http://maven.xwiki.org/ in /.m2/setting.xml
97 sdumitriu - (30/03/2009 10:29): Yes
98 ugupta - (30/03/2009 10:29): I am trying to run the first build command here
99 ugupta - (30/03/2009 10:29): okay
100 sdumitriu - (30/03/2009 10:29): You should follow all that's on the building page
101 ugupta - (30/03/2009 10:30): where is the building page
102 sdumitriu - (30/03/2009 10:30): Because sooner or later you will also have to build other XWiki modules
103 ugupta - (30/03/2009 10:30): I only found the readme :(
104 sdumitriu - (30/03/2009 10:30): http://dev.xwiki.org/xwiki/bin/view/Community/Building
105 ugupta - (30/03/2009 10:30): okay
106 arunreddy - (30/03/2009 10:30): i have submitted my proposal for Google Docs Integration, I wil happy to hear your comments so that i can enhance my proposal.
107 sdumitriu - (30/03/2009 10:31): Yes arunreddy, we've seen it
108 sdumitriu - (30/03/2009 10:31): I'll comment on it today
109 ancutagheorghe - (30/03/2009 10:32): hello :)
110 arunreddy - (30/03/2009 10:32): sdumitriu : Thanks a lot, Sergiu.
111 ancutagheorghe - (30/03/2009 10:32): sdumitriu, are there any ideas related to anti vandalism filters that i did not consider and i should?
112 ugupta - (30/03/2009 10:36): thank sdumitriu... I wasted my time to figuring that out from the error message of mvn clean
113 ugupta - (30/03/2009 10:36): it was clearly mentioned here what setting I needed
114 xwikibot - (30/03/2009 12:00): XWiki.ChathuraPrabuddha was modified by XWiki.ChathuraPrabuddha - http://www.xwiki.org/xwiki/bin/view/XWiki/ChathuraPrabuddha
115 cristinaS - (30/03/2009 12:39): hi to all! is somebody here who worked with OpenOffice api?
116 sdumitriu - (30/03/2009 12:40): I don't think so
117 cristinaS - (30/03/2009 12:41): ok np
118 sdumitriu - (30/03/2009 12:41): Why do you ask?
119 sdumitriu - (30/03/2009 12:41): What do you need?
120 cristinaS - (30/03/2009 12:42): florinciu: I have submitted my proposal so when you have time ..
121 sdumitriu - (30/03/2009 12:42): Yes, we've looked at it
122 cristinaS - (30/03/2009 12:42): i wanted ti ask some questions regarding the integration with java
123 cristinaS - (30/03/2009 12:42): and about extension manager
124 florinciu - (30/03/2009 12:42): hi cristinaS
125 cristinaS - (30/03/2009 12:44): i read about the oo extension manager.. it is ok it can be configured to display some dialog boxes when the user installs it
126 florinciu - (30/03/2009 12:44): I reviewed your application. Looks good for the most part.
127 florinciu - (30/03/2009 12:45): I have some objections regarding the timeline
128 cristinaS - (30/03/2009 12:45): sorry for the formatting .. i was in trouble with that editor
129 cristinaS - (30/03/2009 12:45): what do you suggest?
130 sdumitriu - (30/03/2009 12:47): cristinaS: I would like to know how familiar are you with the OOo architecture and code
131 florinciu - (30/03/2009 12:47): You set most activities a being a week work. I suggest to reconsider some of them. For example: Login should not thake more then 2-3 days. The same thing for navigation.
132 cristinaS - (30/03/2009 12:48): ok , sure
133 cristinaS - (30/03/2009 12:48): I dind't worked with oo until now
134 florinciu - (30/03/2009 12:48): While "Implementing editing documents in Xoowriter" is at least a 2-3 weeks task for a resonable outcome
135 cristinaS - (30/03/2009 12:49): yes .. there is a lot to do at implemting editing documents
136 cristinaS - (30/03/2009 12:49): I will change the timeline today
137 cristinaS - (30/03/2009 12:50): about oo I just read documentation
138 florinciu - (30/03/2009 12:51): Also i will like to have one of these two before the first evaluation:
139 cristinaS - (30/03/2009 12:51): I wanted to install sdk as a plugin in eclipse and netbeans .. but it seams this integration doesn't work
140 cristinaS - (30/03/2009 12:51): for oo 3.0
141 florinciu - (30/03/2009 12:51): 1) Bidirectional plain text editing
142 florinciu - (30/03/2009 12:51): 2) Attachement/Embeded elements handling
143 cristinaS - (30/03/2009 12:52): ok .. so one of these two until the first evaluation?
144 sdumitriu - (30/03/2009 12:54): "Login wizard" should be "connection wizard"
145 florinciu - (30/03/2009 12:54): Yes, I preffer the have 1) as the goal of XOO is editing wiki pages in OOo, and you don't have that in the timeline before the first evaluation
146 cristinaS - (30/03/2009 12:55): ok
147 sdumitriu - (30/03/2009 12:55): You can move the "advanced/complete" parts later
148 cristinaS - (30/03/2009 12:55): ok i will move them
149 sdumitriu - (30/03/2009 12:56): For a start, simple, ugly connection wizard and navigation panel could be written in less than a week
150 florinciu - (30/03/2009 12:56): yes
151 cristinaS - (30/03/2009 12:56): yes an ugly one sure
152 sdumitriu - (30/03/2009 12:56): Even if you simply put a list of document names
153 sdumitriu - (30/03/2009 12:56): That's OK to let you open a page
154 cristinaS - (30/03/2009 12:57): yes , you're right . so in the first week this can be done
155 florinciu - (30/03/2009 12:58): le zerg!
156 florinciu - (30/03/2009 12:58): sorry :)
157 florinciu - (30/03/2009 12:58): XWord had that in less then a day :)
158 cristinaS - (30/03/2009 12:59): :) .. ok if it is wanted an ugly one .. a week should me more than enough
159 sdumitriu - (30/03/2009 12:59): We don't want an ugly one
160 sdumitriu - (30/03/2009 12:59): We want a nice one
161 florinciu - (30/03/2009 13:00): yes, but you don't need to polish anything at the begining
162 cristinaS - (30/03/2009 13:00): :) .. if i wil manage to integrate swing, it will we a very nice one
163 sdumitriu - (30/03/2009 13:00): But the order in which you do things should allow the core features to be developed sooner
164 cristinaS - (30/03/2009 13:04): ok .. after the first week , I implement downloading and uploading the attachments?
165 ancutagheorghe - (30/03/2009 13:04): hello, i have a question : in the program timeline the week july 6 - july 13 is reserved for submitting mid-term evaluations ... will i be allowed to code during that week?
166 sdumitriu - (30/03/2009 13:04): Not allowed, required
167 sdumitriu - (30/03/2009 13:04): The evaluation takes about 1h
168 ancutagheorghe - (30/03/2009 13:04): oh, great great ! :D
169 ancutagheorghe - (30/03/2009 13:04): so i will have i more week :D
170 ancutagheorghe - (30/03/2009 13:05): thank you !
171 sdumitriu - (30/03/2009 13:05): A whole week is allocated because different people have different schedules/problems
172 ancutagheorghe - (30/03/2009 13:05): ok, so only at an official level is that week decided.
173 sdumitriu - (30/03/2009 13:06): Yes
174 ancutagheorghe - (30/03/2009 13:06): great, thanks !
175 cristinaS - (30/03/2009 13:08): well i will reconsider all the timeline .. besides this one .. what should I change in my proposal?
176 sdumitriu - (30/03/2009 13:10): How you will continue to maintain this project forever
177 cristinaS - (30/03/2009 13:10): ok :)
178 sdumitriu - (30/03/2009 13:11): anamariastoica, ancutagheorghe: Do you know each other?
179 ancutagheorghe - (30/03/2009 13:12): no
180 anamariastoica - (30/03/2009 13:12): nope
181 anamariastoica - (30/03/2009 13:13): ancutagheorghe: but I have a good friend that knows you :)
182 ancutagheorghe - (30/03/2009 13:13): she is actually married to my brother :P .. let's continue this on private :D
183 xwikibot - (30/03/2009 13:13): Design.ImprovedStatistics was modified by xwiki:XWiki.GuillaumeLerouge - http://dev.xwiki.org/xwiki/bin/view/Design/ImprovedStatistics
184 anamariastoica - (30/03/2009 13:14): we'd have the same name then :D
185 sdumitriu - (30/03/2009 13:14): The problem is that you're both applying on the same project
186 anamariastoica - (30/03/2009 13:15): I'm thinking to changing to the Open Social Integration project
187 anamariastoica - (30/03/2009 13:16): I really want XWiki as an organization
188 anamariastoica - (30/03/2009 13:17): i'll submit a new proposal tonight
189 sdumitriu - (30/03/2009 13:17): Yes, I know you both do
190 sdumitriu - (30/03/2009 13:17): And it would be really hard (and disappointing) to have to choose between you two
191 ancutagheorghe - (30/03/2009 13:19): sdumitriu, thanks for asking if we know each other .. because of this we started chatting :)
192 ancutagheorghe - (30/03/2009 13:19): :)
193 xwikibot - (30/03/2009 13:33): Design.ImprovedStatistics was modified by xwiki:XWiki.GuillaumeLerouge - http://dev.xwiki.org/xwiki/bin/view/Design/ImprovedStatistics
194 xwikibot - (30/03/2009 15:04): XWiki.angazi was modified by XWiki.angazi (Created user) - http://www.xwiki.org/xwiki/bin/view/XWiki/angazi
195 anamariastoica - (30/03/2009 15:37): I need some help locating the code for Google Gadgets (http://incubator.myxwiki.org/xwiki/bin/view/Gadgets/). i don't see it in platform/xwiki-applications or platform/xwiki-plugins. is it a component ?
196 ilovetomato - (30/03/2009 15:45): hi, i would like to ask if anyone knows how to import blog posts when the blog has set restriction.
197 ilovetomato - (30/03/2009 15:46): i am considering applying GSoc project of importing other blogging platform.
198 xwikibot - (30/03/2009 15:47): AdminGuide.AccessWiki was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki
199 xwikibot - (30/03/2009 15:47): AdminGuide.AccessWiki was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki
200 xwikibot - (30/03/2009 15:49): AdminGuide.AccessWiki was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki
201 xwikibot - (30/03/2009 15:57): AdminGuide.InstallationMySQL was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL
202 ilovetomato - (30/03/2009 16:01): HI, anyone develops Xwiki blogging component here?
203 xwikibot - (30/03/2009 16:01): AdminGuide.InstallationMySQL was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL
204 anamariastoica - (30/03/2009 16:42): Why is the search not displaying any results on some of the pages ? For example if you search macro, first page (http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=macro&space=&wikinames=) and 4th (http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=macro&firstIndex=91) are blank (Results 91 - 120 of 237)
205 sdumitriu - (30/03/2009 17:01): Hi ilovetomato
206 sdumitriu - (30/03/2009 17:02): How are you?
207 sdumitriu - (30/03/2009 17:04): anamariastoica: The Gadgets don't have published code, except in the page itself
208 sdumitriu - (30/03/2009 17:05): Just visit http://incubator.myxwiki.org/xwiki/bin/view/Gadgets/?viewer=code
209 sdumitriu - (30/03/2009 17:06): You'll notice the line #includeMacros("Gadgets.Macros")
210 anamariastoica - (30/03/2009 17:06): I saw they use just some macros
211 sdumitriu - (30/03/2009 17:06): This means that the macros are located in the Gadgets.Macros page
212 sdumitriu - (30/03/2009 17:06): Visit http://incubator.myxwiki.org/xwiki/bin/view/Gadgets/Macros?viewer=code
213 sdumitriu - (30/03/2009 17:07): That's all the source there is
214 anamariastoica - (30/03/2009 17:09): this means it only supports gadgets developed with the gadgets API, and not the ones also using the Open Social API. the former can be included in any web page, compared to the latter which need a container that supports the Open Social API (like iGoogle, orkut, etc)
215 sdumitriu - (30/03/2009 17:10): That is just a small Proof of Concept
216 anamariastoica - (30/03/2009 17:10): / http://code.google.com/apis/gadgets/devguide_landing.html
217 anamariastoica - (30/03/2009 17:11): and the macros , like #displaygadget where are they saved ?
218 anamariastoica - (30/03/2009 17:11): i know they are editable through the page, but are they saved like any other normal page edited with wiki syntax ?
219 sdumitriu - (30/03/2009 17:12): Yes
220 sdumitriu - (30/03/2009 17:12): That is their content
221 sdumitriu - (30/03/2009 17:12): http://incubator.myxwiki.org/xwiki/bin/view/Gadgets/Macros?viewer=code
222 sdumitriu - (30/03/2009 17:12): That is their definition
223 anamariastoica - (30/03/2009 17:14): then I suppose a iGoogle like dashboard could be a macro as well (and support the drag&drop move of the gadgets on the page)
224 sdumitriu - (30/03/2009 17:15): Yes
225 tatyana_tokareva - (30/03/2009 17:35): Hello! Are there any GSoC mentors online right now?
226 sdumitriu - (30/03/2009 17:36): Yes
227 sdumitriu - (30/03/2009 17:36): Hi tatyana_tokareva
228 tatyana_tokareva - (30/03/2009 17:36): Hi, I would like to discuss my proposal
229 sdumitriu - (30/03/2009 17:39): Yes, I was interested in a more detailed data model
230 tatyana_tokareva - (30/03/2009 17:41): ok, which part should I expand? I suppose that generally application construction doesn't require any changes on the platform level, am I right? so, i should focus only on the part connected to classes and data representation.
231 sdumitriu - (30/03/2009 17:41): Yes
232 sdumitriu - (30/03/2009 17:41): The XClasses and their properties
233 sdumitriu - (30/03/2009 17:42): Like, is the survey creator needed, or can this information be considered the same as the creator of the document holding the survey?
234 sdumitriu - (30/03/2009 17:43): And I don't understand this: "list of classes for questions of different types"
235 tatyana_tokareva - (30/03/2009 17:44): I think that XClass for survey should contain information about creator of survey
236 tatyana_tokareva - (30/03/2009 17:46): Survey should contain questions of different types - multiple choice, true/false, plain text. So, for each of these question types separate class will be used
237 sdumitriu - (30/03/2009 17:46): K
238 sdumitriu - (30/03/2009 17:46): I understood that the survey class would contain these classes, which didn't make much sense
239 sdumitriu - (30/03/2009 17:47): Now it's clearer
240 tatyana_tokareva - (30/03/2009 17:48): I guess this part of proposal should be modified a bit
241 tatyana_tokareva - (30/03/2009 17:49): I'm not sure yet which XWiki classes will be used for different properties. Shall I made some research on it and include it in my proposal too?
242 sdumitriu - (30/03/2009 17:50): Yes, if you can
243 sdumitriu - (30/03/2009 17:50): If it's not too much
244 sdumitriu - (30/03/2009 17:51): Hm, that didn't come out nicely...
245 sdumitriu - (30/03/2009 17:51): I mean, yes, if you want
246 tatyana_tokareva - (30/03/2009 17:52): yes, of course. I hope that I will have more clear understanding of the whole structure then
247 tatyana_tokareva - (30/03/2009 17:53): do you have any other comments or suggestions?
248 sdumitriu - (30/03/2009 17:56): For the moment, no
249 tatyana_tokareva - (30/03/2009 17:57): ok, thanks! i will make changes in my proposal as soon as i can
250 xwikibot - (30/03/2009 18:13): Community.DevelopmentPractices was modified by xwiki:XWiki.Sergiu (Added the subversion config file we should use) - http://dev.xwiki.org/xwiki/bin/view/Community/DevelopmentPractices
251 xwikibot - (30/03/2009 19:22): Features.MySpace was modified by xwiki:XWiki.ChathuraPrabuddha (Added object) - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
252 xwikibot - (30/03/2009 19:23): Features.MySpace was modified by xwiki:XWiki.ChathuraPrabuddha - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
253 xwikibot - (30/03/2009 19:24): Features.MySpace was modified by xwiki:XWiki.ChathuraPrabuddha - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
254 xwikibot - (30/03/2009 19:26): Features.MySpace was modified by xwiki:XWiki.ChathuraPrabuddha - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
255 xwikibot - (30/03/2009 19:32): Features.MySpace was modified by xwiki:XWiki.VincentMassol (Rollback to version 3.1) - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
256 xwikibot - (30/03/2009 19:39): Design.ImprovedStatistics was modified by xwiki:XWiki.GuillaumeLerouge - http://dev.xwiki.org/xwiki/bin/view/Design/ImprovedStatistics
257 cristinaS - (30/03/2009 19:53): florinciu: hi! I've modified my timeline .. please let me know when you have a feedback
258 florinciu - (30/03/2009 19:54): ok, I'll have a look
259 cristinaS - (30/03/2009 19:55): thanks
260 florinciu - (30/03/2009 20:00): looks good.
261 florinciu - (30/03/2009 20:01): If needed, we'll adjust it on the fly during development.
262 florinciu - (30/03/2009 20:01): But for now, it's ok
263 florinciu - (30/03/2009 20:03): Some small formatting things: you can indent the subtasks on the longer intervals
264 florinciu - (30/03/2009 20:04): Also meke sure you have consistent naming. It's XWiki, not Xwiki. XWord and not Xword
265 florinciu - (30/03/2009 20:04): *make
266 florinciu - (30/03/2009 20:05): You also name Open Office in three diffrent ways: OOo, OO, Oo. Chose one. :)
267 cypromis - (30/03/2009 20:05): Oh Oh
268 cristinaS - (30/03/2009 20:06): :) yes I know I have some issues .. this is more like a draft
269 cristinaS - (30/03/2009 20:06): the last one will look good I promise
270 cristinaS - (30/03/2009 20:06): Do you have any other suggestions regarding the content?
271 florinciu - (30/03/2009 20:06): It's already quite good, IMO :)
272 florinciu - (30/03/2009 20:07): not at the moment :)
273 cristinaS - (30/03/2009 20:08): ok :) ..thanks
274 cristinaS - (30/03/2009 20:10): I have also to add that section .. how I would maintain the product
275 cristinaS - (30/03/2009 20:11): but i think this will not be a problem
276 florinciu - (30/03/2009 20:17): Beware, mantaining a product is alot o effort.
277 florinciu - (30/03/2009 20:17): Also what's your staus on your graduating project?
278 florinciu - (30/03/2009 20:18): *status
279 cristinaS - (30/03/2009 20:18): I 'm almost ready with the implementation
280 cristinaS - (30/03/2009 20:18): this week I will work more on it
281 cristinaS - (30/03/2009 20:18): after that I will have to write documentation
282 florinciu - (30/03/2009 20:21): It's nice that it is somewhat wiki related. But don't neglect your school. I have some doubts that you can put 40 hours/week effort in june.
283 florinciu - (30/03/2009 20:22): I will recomend 30, but you should ask sdumitriu more about this.
284 cristinaS - (30/03/2009 20:23): well I have to see how it works .. i'm afraid that I will some time to get used to oo api
285 cristinaS - (30/03/2009 20:23): *need
286 cristinaS - (30/03/2009 20:24): well I have to go now
287 cristinaS - (30/03/2009 20:25): thank you for your suggestions
288 cristinaS - (30/03/2009 20:25): Bye!
289 florinciu - (30/03/2009 20:25): bye
290 salexse5328 - (30/03/2009 22:06): hello
291 salexse5328 - (30/03/2009 22:07): are there any GSoc mentors here?
292 salexse5328 - (30/03/2009 22:08): I have a question connected to xwiki platform
293 salexse5328 - (30/03/2009 22:08): is there any way to create xwiki classes via inheritance?
294 florinciu - (30/03/2009 22:09): hi
295 diana - (30/03/2009 22:09): hi
296 florinciu - (30/03/2009 22:09): no there is no inheritance support afaik
297 salexse5328 - (30/03/2009 22:10): ok, thanks. in this case can I include different classes into a list property?
298 florinciu - (30/03/2009 22:13): like a heterogeneous list?
299 salexse5328 - (30/03/2009 22:13): yes
300 florinciu - (30/03/2009 22:17): sorry, i don't think you can.
301 salexse5328 - (30/03/2009 22:22): all right, thank you
302 abhiSri - (30/03/2009 22:52): hi
303 xwikibot - (30/03/2009 23:43): XWiki.KarieKelly was modified by XWiki.KarieKelly (Created user) - http://www.xwiki.org/xwiki/bin/view/XWiki/KarieKelly

Get Connected