Re: CMISUrl
On 6/24/13 7:29 PM, Rajath Shashidhara wrote: > Hello Juergen, > > My doubt: > Suppose there is a folder call My_Folder-0-0 on a repository A1 on local > server > > The actual url for this is: > http://localhost:8080/inmemory/atom/A1/path?path=/My_Folder-0-0 > > So, Should i implement it the same way or should i do it like this: > cmis://localhost:8080/inmemory/atom/A1/My_Folder-0-0 > > or > > cmis://localhost:8080/inmemory/atom/A1/path?path=/My_Folder-0-0 > is there a standard scheme used. How does other CMIS implementation handle it? We should use what others use to be compatible as much as possible. I suggest that you take a look on Alfresco which seems to have a good reference implementation of CMIS. If is is up to your implementation I would prefer cmis://localhost:8080/inmemory/atom/A1/My_Folder-0-0 cmis://localhost:8080/inmemory/atom/A1/My_Folder-0-0/test.odt[params] Juergen > > > > > > On Mon, Jun 24, 2013 at 9:28 PM, Rajath Shashidhara < > rajaths.raja...@gmail.com> wrote: > >> Hello Juergen, >> >> Yes, a server can support multiple repositories. >> But, the problem I'm facing is that I'm not able to separate the server >> path and the path of the object on the server. >> So, I'm trying to do this by trial and error. >> >> Let me see how this comes out, I'm planning on refining my code. I'll come >> back to you once I'm done. >> > > > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: commercial adaptations of AOO (was: My commercial service for OpenOffice.org)
On 6/25/13 8:50 AM, Jörg Schmidt wrote: >> From: Jürgen Schmidt [mailto:jogischm...@gmail.com] > >>> I am not familiar with the market for C++ programming, but >> to me LO is a general offer from a company that is ready to >> process orders from a minimum size of approximately 5000 euros. >>> >> >> I assume it is Lanedo or Suse which both were involved in the project >> sponsored by the OSBA. Ok these projects were a little bit bigger than >> 5000 Euro but nevertheless a smaller company like Lanedo can be more >> flexible here than bigger companies. >> It's fine and good to see that smaller ISVs or companies see >> the benefit >> of such an offering. And business rules if they have the knowledge and >> the demand is growing they will probably offer similar things >> for AOO as >> well. If customers will ask why should they deny. For political or >> license reason? > > This is an interesting point, and so I had already asked for it, and the > company has refused. Whether for political reasons or because of the AOO code > too much different than the LO (and then to a need for additional training > time) I can not say. > mmh, it doesn't really surprise me but I believe this can always change with growing demand. From my point of view more flexibility and using the skills more clever would be better. Juergen - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: CMISUrl
Hello Juergen, The standard for AtomPub Urls is: cmis://localhost:8080/inmemory/atom/A1/path?path=/My_Folder-0-0 source: https://chemistry.apache.org/java/developing/dev-url.html On Tue, Jun 25, 2013 at 12:37 PM, Jürgen Schmidt wrote: > On 6/24/13 7:29 PM, Rajath Shashidhara wrote: > > Hello Juergen, > > > > My doubt: > > Suppose there is a folder call My_Folder-0-0 on a repository A1 on local > > server > > > > The actual url for this is: > > http://localhost:8080/inmemory/atom/A1/path?path=/My_Folder-0-0 > > > > So, Should i implement it the same way or should i do it like this: > > cmis://localhost:8080/inmemory/atom/A1/My_Folder-0-0 > > > > or > > > > cmis://localhost:8080/inmemory/atom/A1/path?path=/My_Folder-0-0 > > > > is there a standard scheme used. How does other CMIS implementation > handle it? We should use what others use to be compatible as much as > possible. > > I suggest that you take a look on Alfresco which seems to have a good > reference implementation of CMIS. > > If is is up to your implementation I would prefer > > cmis://localhost:8080/inmemory/atom/A1/My_Folder-0-0 > cmis://localhost:8080/inmemory/atom/A1/My_Folder-0-0/test.odt[params] > > Juergen > > > > > > > > > > > > > > On Mon, Jun 24, 2013 at 9:28 PM, Rajath Shashidhara < > > rajaths.raja...@gmail.com> wrote: > > > >> Hello Juergen, > >> > >> Yes, a server can support multiple repositories. > >> But, the problem I'm facing is that I'm not able to separate the server > >> path and the path of the object on the server. > >> So, I'm trying to do this by trial and error. > >> > >> Let me see how this comes out, I'm planning on refining my code. I'll > come > >> back to you once I'm done. > >> > > > > > > > > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > > -- Rajath S, M.Sc(Hons.) Physics, Birla Institute of Technology and Science - Pilani, Pilani
Re: Article on the Register
On 17/06/2013 Rob Weir wrote: If you consider all of that, one way of approaching it might be: 1. Use the official blog for items that give a PMC perspective. 2. Use external blogs for "committer perspective" items, but aggregate them into Planet OpenOffice, if we can set that up. In the medium-long term, this would be a good proposal for enabling a more effective communication. Not everybody is comfortable with Roller (or blogging in English), and having an additional channel (the Planet) that aggregates personal blogs would make things easier. Regards, Andrea. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Article on the Register
On 25 June 2013 09:13, Andrea Pescetti wrote: > On 17/06/2013 Rob Weir wrote: > >> If you consider all of that, one way of approaching it might be: >> >> 1. Use the official blog for items that give a PMC perspective. >> >> 2. Use external blogs for "committer perspective" items, but aggregate >> them into Planet OpenOffice, if we can set that up. >> > > In the medium-long term, this would be a good proposal for enabling a more > effective communication. Not everybody is comfortable with Roller (or > blogging in English), and having an additional channel (the Planet) that > aggregates personal blogs would make things easier. > If e.g. I were to produce a blog entry, would that require that I have a roller account, or can I prepare the blog and have somone else publish it ? It would for sure make life easier if preparing an entry would be enough. rgds jan I. > > Regards, > Andrea. > > --**--**- > To unsubscribe, e-mail: > dev-unsubscribe@openoffice.**apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > >
Re: Article on the Register
On 6/25/13 9:43 AM, janI wrote: > On 25 June 2013 09:13, Andrea Pescetti wrote: > >> On 17/06/2013 Rob Weir wrote: >> >>> If you consider all of that, one way of approaching it might be: >>> >>> 1. Use the official blog for items that give a PMC perspective. >>> >>> 2. Use external blogs for "committer perspective" items, but aggregate >>> them into Planet OpenOffice, if we can set that up. >>> >> >> In the medium-long term, this would be a good proposal for enabling a more >> effective communication. Not everybody is comfortable with Roller (or >> blogging in English), and having an additional channel (the Planet) that >> aggregates personal blogs would make things easier. >> > > If e.g. I were to produce a blog entry, would that require that I have a > roller account, or can I prepare the blog and have somone else publish it ? > > It would for sure make life easier if preparing an entry would be enough. it would be possible that somebody else would publish it but it is always better if the author does it. A roller account should be no problem, it's just a jira issue Juergen > > rgds > jan I. > > >> >> Regards, >> Andrea. >> >> --**--**- >> To unsubscribe, e-mail: >> dev-unsubscribe@openoffice.**apache.org >> For additional commands, e-mail: dev-h...@openoffice.apache.org >> >> > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Orientation page - Writer
Hi, On 14.06.2013 01:27, Henry Tiquet Leyva wrote: Hello Oliver, I already saw the new sidebar function but the idea is to do one function (or one default style) for change the orientation of one page without change the orientation of all pages in a document. Sorry for the late response. I am willing to support you. Unfortunately, I will concentrate my complete energy on the AOO 4.0 release in the next days. Then I will be on vacation till the end of July. Afterwards, I hope I have some time for further and deeper support. I assume you know the UI steps to change the orientation of a single page. Possible steps are: - create a new page style with the same attributes as the current one, but with changed orientation and with following page style set to the current one - insert a page break at the first paragraph of the page with applying the newly created page style Try to figure out how you can implement such UI steps. Best regards, Oliver. Best regards! 2013/6/13 Oliver-Rainer Wittmann Hi, On 12.06.2013 21:09, Henry Tiquet Leyva wrote: So, I would like to know if I can program these styles and what part of code I need to modify for do it. I can help. Again, I would like to know, if you had a look at the current function in the new sidebar and how this function relates to the one you have in mind. I would also like to know what concrete you have in mind to implement - it is still unclear to me. Then I can point you to the corresponding source code and the stuff that needs to be done. Best regards, Oliver. 2013/6/11 Alexandro Colorado On 6/11/13, Oliver-Rainer Wittmann wrote: Hi, On 11.06.2013 11:24, Alexandro Colorado wrote: On 6/11/13, Oliver-Rainer Wittmann wrote: Hi, On 11.06.2013 04:23, Henry Tiquet Leyva wrote: Hello everyone, I would like begin to modify the AOO code and I think to begin with the page orientation (Writer). The idea is to create a button on the toolbar for change the page orientation with a click. I would like to know what code manipulates the orientation page in Writer. The new sidebar feature introduced a page property panel which is active in Writer. In this page property panel you can easily change the page orientation of the page style which is applied at the current cursor position. Is this function the one you want to implement? If yes, I propose not to duplicate this functionality in a toolbar. May be you have further ideas how the user experience of this existing function could be changed/improved. If not, I would like to ask you to tell more about the function you want to implement. Thanks in advance. I would need to see this feature in action, then I will understand it better as well as learn how they got around the previous explanation by RGB. Is the implementation from the current page up to the end of the document? or is it ONLY that current page. May be you have missed some of my words which are: "In this page property panel you can easily change the page orientation of the page style which is applied at the current cursor position." Ok but that has always be the way the regular page dialog is built I thought it was a NEW behavior. As said, this function changes the page orientation of a page style. Thus, all pages which have this page style applied will change its orientation. This will also influence the text flow as the pages will in general not contain the same content when the orientation is changed. Best regards, Oliver. --**--** - To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org -- Alexandro Colorado Apache OpenOffice Contributor http://es.openoffice.org --**--** - To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org --**--**- To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Article on the Register
2013/6/25 Andrea Pescetti > On 17/06/2013 Rob Weir wrote: > >> If you consider all of that, one way of approaching it might be: >> >> 1. Use the official blog for items that give a PMC perspective. >> >> 2. Use external blogs for "committer perspective" items, but aggregate >> them into Planet OpenOffice, if we can set that up. >> > > In the medium-long term, this would be a good proposal for enabling a more > effective communication. Not everybody is comfortable with Roller (or > blogging in English), and having an additional channel (the Planet) that > aggregates personal blogs would make things easier. There was a discussion about a "Planet" here http://markmail.org/message/u4qxggwpfgw4ij2h A multilingual Planet would be interesting Regards Ricardo > > Regards, > Andrea. > > --**--**- > To unsubscribe, e-mail: > dev-unsubscribe@openoffice.**apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > >
4.0.0_release_blocker granted: [Bug 122584] French translation update for AOO4.0
j...@apache.org has granted 4.0.0_release_blocker: Bug 122584: French translation update for AOO4.0 https://issues.apache.org/ooo/show_bug.cgi?id=122584 - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
4.0.0_release_blocker requested: [Bug 122586] fix awt GridControl refresh
j...@apache.org has asked for 4.0.0_release_blocker: Bug 122586: fix awt GridControl refresh https://issues.apache.org/ooo/show_bug.cgi?id=122586 --- Additional Comments from j...@apache.org I request showstopper flag because the fix is straight forward and very local in the implementation for the grid control. I would like to have this fixed in 4.0 already to benefit from this fix in our gsoc project. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: 4.0.0_release_blocker requested: [Bug 122586] fix awt GridControl refresh
On 6/25/13 10:53 AM, bugzi...@apache.org wrote: > j...@apache.org has asked for 4.0.0_release_blocker: > Bug 122586: fix awt GridControl refresh > https://issues.apache.org/ooo/show_bug.cgi?id=122586 > > > --- Additional Comments from j...@apache.org > I request showstopper flag because the fix is straight forward and very local > in the implementation for the grid control. > > I would like to have this fixed in 4.0 already to benefit from this fix in our > gsoc project. > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > I propose this simple fix as a showstopper because it is a very easy fix and local in the implementation of the grid control. I would like to have it in 4.0 to benefit in our gsoc project form this fix. One part of the gsoc project is to implement a sidebar providing some kind of file browser on a cmis file store. In this sidebar a grid control should be used to to preset files and folders and related meta info etc. Juergen - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
how to stop openoffice recovery
你好: 不好意思,想請教一下,如果想關閉自動回復文件功能該如何做呢?麻煩請提供方法,謝謝! <> - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: how to stop openoffice recovery
> how to stop openoffice recovery Klick on the right Button (in your Screenshot) and in the next dialog on "yes" (I do not know the label in Chinese? is called.) There may, depending on the context, a third dialog that prompts you to save files, in doubt agree to this saving. Greetings, Jorg _ From: 戴彤瑄 [mailto:m991...@mail.chimei.org.tw] Sent: Tuesday, June 25, 2013 10:36 AM To: dev Subject: how to stop openoffice recovery 你好: 不好意思,想請教一下,如果想關閉自動回復文件功能該如何做呢?麻煩請提供方法,謝 謝!
Re: how to stop openoffice recovery
2013/6/25 Yuzhen Fan > 彤�u:你好! > > 如果是要停止本次恢复,则选择取消按钮。如果是要永久关闭自动恢复功能,也就是下次不再出现这个对话框,目前我还没找到方法。貌似AOO没提供这个选项。 > > Hi all, is there any one know how to disable the AOO recovery for ever, > does AOO provides an option that can prevent displaying these dialogs next > time? That is likely Tong Xuan's question in her mail, I haven't found such > kind of option. > Maybe it's Tools → Options → Load/Save → General and disable the saving of self recovering information. Regards Ricardo > > Regards, > Yu Zhen > > > > > > > 2013/6/25 戴彤�u > >> >> 你好: >> >> 不好意思,想��教一下,如果想�P�]自�踊��臀募�功能��如何做呢?麻�┱�提供方法,�x�x! >> >> >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >> For additional commands, e-mail: dev-h...@openoffice.apache.org >> > >
[RELEASE]: propose new snapshot build based on rev. 1496424.
Hi, I propose a new snapshot build based on rev. 1496424. (related trunk rev. 1496422) I have already merged the following languages Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, Portuguese UI complete: German, Tamil These languages will be included in the snapshot build. More languages will be included on demand and availability of the translation. Juergen - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [RELEASE]: propose new snapshot build based on rev. 1496424.
Jürgen Schmidt wrote: Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, Portuguese UI complete: German, Tamil These languages will be included in the snapshot build. More languages will be included on demand and availability of the translation. Italian is at "UI complete" stage too: https://translate.apache.org/it/aoo40/ If a build is made available, we can ask volunteers to test it. Regards, Andrea. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [RELEASE]: propose new snapshot build based on rev. 1496424.
On 6/25/13 1:44 PM, Andrea Pescetti wrote: > Jürgen Schmidt wrote: >> Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, Portuguese >> UI complete: German, Tamil >> These languages will be included in the snapshot build. More languages >> will be included on demand and availability of the translation. > > Italian is at "UI complete" stage too: > https://translate.apache.org/it/aoo40/ > > If a build is made available, we can ask volunteers to test it. you re correct, I missed it. I will include Italian as well Juergen > > Regards, > Andrea. > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [RELEASE]: propose new snapshot build based on rev. 1496424.
2013.06.25. 13:38 keltezéssel, Jürgen Schmidt írta: Hi, I propose a new snapshot build based on rev. 1496424. (related trunk rev. 1496422) I have already merged the following languages Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, Portuguese UI complete: German, Tamil These languages will be included in the snapshot build. More languages will be included on demand and availability of the translation. The Hungarian is finished already. Zoltan Juergen - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [RELEASE]: propose new snapshot build based on rev. 1496424.
On 6/25/13 2:07 PM, Reizinger Zoltán wrote: > 2013.06.25. 13:38 keltezéssel, Jürgen Schmidt írta: >> Hi, >> >> I propose a new snapshot build based on rev. 1496424. (related trunk >> rev. 1496422) >> >> I have already merged the following languages >> >> Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, Portuguese >> >> UI complete: German, Tamil >> >> These languages will be included in the snapshot build. More languages >> will be included on demand and availability of the translation. > The Hungarian is finished already. ok, I will merge Hungarian as well. I will commnicate the new rev. later ... Juergen > Zoltan >> >> >> Juergen >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >> For additional commands, e-mail: dev-h...@openoffice.apache.org >> >> >> > > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [RELEASE]: propose new snapshot build based on rev. 1496424.
On 6/25/13 2:11 PM, Jürgen Schmidt wrote: > On 6/25/13 2:07 PM, Reizinger Zoltán wrote: >> 2013.06.25. 13:38 keltezéssel, Jürgen Schmidt írta: >>> Hi, >>> >>> I propose a new snapshot build based on rev. 1496424. (related trunk >>> rev. 1496422) >>> >>> I have already merged the following languages >>> >>> Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, Portuguese >>> >>> UI complete: German, Tamil >>> >>> These languages will be included in the snapshot build. More languages >>> will be included on demand and availability of the translation. >> The Hungarian is finished already. > > > ok, I will merge Hungarian as well. > > I will commnicate the new rev. later ... mmh, the Hungarian translation still contains warnings and errors and I can't integrate it until this is solved. Did you saw my mail on l10n list? We should fix this first. Juergen > > Juergen > >> Zoltan >>> >>> >>> Juergen >>> >>> - >>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >>> For additional commands, e-mail: dev-h...@openoffice.apache.org >>> >>> >>> >> >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >> For additional commands, e-mail: dev-h...@openoffice.apache.org >> > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Call for volunteers to do exploration test on Base / Drawing and write test cases for Base / Drawing:
Hi All, Here is the update about exploration test on Base: Today, I test Base on Win7, focus on creating a new database, connecting existing DB2 database via JDBC, and also do some basic operations on table and query. One crash issue is exposed when delete tables in query. I have recorded 5 related test scenarios and the defect found in report web links: http://wiki.openoffice.org/wiki/QA/AOO40_Database We now need your support on exploration test on Base and Drawing on Redhat, Mac and Windows, if you have interest and time, please don't hesitate to offering help! Regards, Yu Zhen On Thu, Jun 20, 2013 at 5:56 PM, Yuzhen Fan wrote: > Hi All, > > This is call for volunteers to do exploration test on Base / Drawing and > write test cases for Base / Drawing: > > 1. About exploration test on Base and Drawing, please could volunteers > report in QA mail group on (1) covered platform/build/database; (2) tested > scenario/steps; (3) test result/defect found, by updating these two web > links: http://wiki.openoffice.org/wiki/QA/AOO40_Database for Base, and > http://wiki.openoffice.org/wiki/QA/AOO40_Drawing for Drawing. > > Reference: Base test matrix http://wiki.openoffice.org/wiki/QA/Tescase > > 2. About writing test cases for Base, I have completed to create > hierarchies of test suites in TestLink based on the finalized test matrix > http://wiki.openoffice.org/wiki/QA/Tescase. Please could volunteers > navigate the test suite tree view in the Test Specification (Test Project > is Apache OpenOffice testproject), and let's following below process to > organize test case writing: > > 1) Volunteers provide their TestLink ID and list of their preferred test > suites to Yu Zhen Fan (fanyuz...@gmail.com) (Currently I have Anil > Kumar's TestLink ID and confirmation to write test cases) > 2) Yu Zhen specifies the test suites' assignment to the individual > volunteer > 3) Volunteers write test cases in the assigned test suites, in TestLink. > For test cases related to connectivity testing, please attach the "live" > test DB(s) and provide steps to set up test environment in "Preconditions". > It's encouraged test cases' author to test his/her test cases in execution > stage. > > 3. I will work with Liu Ping Tan on test matrix for Drawing later this > week, if you have interest on Drawing test case writing, please let me > know, I will put you in the pipeline. > > > Regards, > Yu Zhen >
Re: [RELEASE]: propose new snapshot build based on rev. 1496424.
On 6/25/13 2:17 PM, Jürgen Schmidt wrote: > On 6/25/13 2:11 PM, Jürgen Schmidt wrote: >> On 6/25/13 2:07 PM, Reizinger Zoltán wrote: >>> 2013.06.25. 13:38 keltezéssel, Jürgen Schmidt írta: Hi, I propose a new snapshot build based on rev. 1496424. (related trunk rev. 1496422) I have already merged the following languages Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, Portuguese UI complete: German, Tamil These languages will be included in the snapshot build. More languages will be included on demand and availability of the translation. >>> The Hungarian is finished already. >> >> >> ok, I will merge Hungarian as well. >> >> I will commnicate the new rev. later ... > > mmh, the Hungarian translation still contains warnings and errors and I > can't integrate it until this is solved. Did you saw my mail on l10n list? > > We should fix this first. Hi Zoltan, I fixed already many of the problems but I need ofr some of them, can you take a look on https://translate.apache.org/hu/aoo40help/translate.html#filter=incomplete and let me know when you have finished. Maybe there are more that I haven't seen yet, we will see... Juergen > > Juergen > >> >> Juergen >> >>> Zoltan Juergen - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org >>> >>> >>> - >>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >>> For additional commands, e-mail: dev-h...@openoffice.apache.org >>> >> > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: how to stop openoffice recovery
On Tue, 25 Jun 2013 17:44:09 +0800 Yuzhen Fan wrote: > 彤_u:你好! > > 如果是要停止本次恢复,则选择取消按钮。如果是要永久关闭自动恢复功能,也就是下次不再出现这个对话框,目前我还没找到方法。貌似AOO没提供这个选项。 > > Hi all, is there any one know how to disable the AOO recovery for ever, > does AOO provides an option that can prevent displaying these dialogs next > time? That is likely Tong Xuan's question in her mail, I haven't found such > kind of option. > > Regards, > Yu Zhen > > > > > > > 2013/6/25 戴彤_u > > > > > 你好: > > > > 不好意思,想__教一下,如果想_P_]自_踊__臀募_功能__如何做呢?麻_┱_提供方法,_x_x! > > > > > > > > She should be advised to sort out her operating system! Recovery messages should only occur very rarely, usually after a program or system crash. Even using Windows, system crashes ought very rarely occur - from experience on the en-Forum, these seem to occur mostly with people trying to squeeze an extra few minutes from their laptop batteries and ignoring the low power messages, or from power interruptions (brownouts?) on mains powered computers. Also, she should be advised that the process of OpenOffice closing a file is slightly slower than for an uncompressed file; best to tell the computer to close the file and while it is doing this (and flushing disk write buffers), gather one's papers before powering off. USB removal protocols for the operating system should (must) be observed if working to USB device; working direct to USB memory stick also seems to be responsible for many file corruptions from OpenOffice. . -- Rory O'Farrell - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [RELEASE]: propose new snapshot build based on rev. 1496471.
On 6/25/13 2:49 PM, Jürgen Schmidt wrote: > On 6/25/13 2:17 PM, Jürgen Schmidt wrote: >> On 6/25/13 2:11 PM, Jürgen Schmidt wrote: >>> On 6/25/13 2:07 PM, Reizinger Zoltán wrote: 2013.06.25. 13:38 keltezéssel, Jürgen Schmidt írta: > Hi, > > I propose a new snapshot build based on rev. 1496424. (related trunk > rev. 1496422) > > I have already merged the following languages > > Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, Portuguese > > UI complete: German, Tamil > > These languages will be included in the snapshot build. More languages > will be included on demand and availability of the translation. The Hungarian is finished already. >>> >>> >>> ok, I will merge Hungarian as well. >>> >>> I will commnicate the new rev. later ... >> >> mmh, the Hungarian translation still contains warnings and errors and I >> can't integrate it until this is solved. Did you saw my mail on l10n list? >> >> We should fix this first. > > Hi Zoltan, > > I fixed already many of the problems but I need ofr some of them, can > you take a look on > > https://translate.apache.org/hu/aoo40help/translate.html#filter=incomplete > > and let me know when you have finished. Maybe there are more that I > haven't seen yet, we will see... Hungarian will be include din the next snapshot or I will prepare a special snapshot for some further languages The next snapshot will prepared on the SNAPSHOT tag based rev. 1496471 (trunk 1496442) I add Italian in the list of languages. I start now to move forward with QA etc. Juergen > > Juergen > >> >> Juergen >> >>> >>> Juergen >>> Zoltan > > > Juergen > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > > > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org >>> >> > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
4.0.0_release_blocker requested: [Bug 122591] Link to External Data crash
Ariel Constenla-Haile has asked for 4.0.0_release_blocker: Bug 122591: Link to External Data crash https://issues.apache.org/ooo/show_bug.cgi?id=122591 --- Additional Comments from Ariel Constenla-Haile - New Calc document - Menu "Insert" - "Link To External Data..." - In the "External Data" dialog, enter http://quickfacts.census.gov/qfd/states/01000.html in "URL of external data source" and press Enter, waiting a few seconds until the "Import Options" dialogue appears - Press OK on the "Import Options" dialogue AOO crashes. Regression introduced by STLport removal. Default constructed map iterators in ScHTMLTableIterator (sc/source/filter/html/htmlpars.cxx) do not have a container, this causes a crash with the iterator's operator== implementation in . - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: os2 build broken after stl updates #122208
Hi Yuri, On 17.06.2013 16:38, Yuri Dario wrote: Hi, after updates to STL for issue 122208, the OS/2 build is no longer compiling. I was already not using OO STL and using system STL, and now I get errors like [...] is -std=c++11 now required for builds? I'm using gcc 4.4.6 and this seems to be a 4.7 option. Since gcc 4.3 there is the option -std=c++0x as it was expected that the update of the C++ standard incorporating the TR1 libraries would happen in the 200x timeframe. The standardization process took longer and it was approved in 2011 instead, so it came to be known C++11 and the gcc option has been renamed to -std=c++11 then. For compatibility reasons -std=c++0x is recognized too. Does it suffice if you add the -std=c++0x option to the OS/2 build? If not I suggest that we do an interactive chat session. Herbert - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
4.0.0_release_blocker granted: [Bug 122591] Link to External Data crash
j...@apache.org has granted Ariel Constenla-Haile 's request for 4.0.0_release_blocker: Bug 122591: Link to External Data crash https://issues.apache.org/ooo/show_bug.cgi?id=122591 --- Additional Comments from j...@apache.org set showstopper flag - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [RELEASE]: propose new snapshot build based on rev. 1496471.
2013.06.25. 15:52 keltezéssel, Jürgen Schmidt írta: On 6/25/13 2:49 PM, Jürgen Schmidt wrote: On 6/25/13 2:17 PM, Jürgen Schmidt wrote: On 6/25/13 2:11 PM, Jürgen Schmidt wrote: On 6/25/13 2:07 PM, Reizinger Zoltán wrote: 2013.06.25. 13:38 keltezéssel, Jürgen Schmidt írta: Hi, I propose a new snapshot build based on rev. 1496424. (related trunk rev. 1496422) I have already merged the following languages Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, Portuguese UI complete: German, Tamil These languages will be included in the snapshot build. More languages will be included on demand and availability of the translation. The Hungarian is finished already. ok, I will merge Hungarian as well. I will commnicate the new rev. later ... mmh, the Hungarian translation still contains warnings and errors and I can't integrate it until this is solved. Did you saw my mail on l10n list? We should fix this first. Hi Zoltan, I fixed already many of the problems but I need ofr some of them, can you take a look on https://translate.apache.org/hu/aoo40help/translate.html#filter=incomplete and let me know when you have finished. Maybe there are more that I haven't seen yet, we will see... Hungarian will be include din the next snapshot or I will prepare a special snapshot for some further languages The next snapshot will prepared on the SNAPSHOT tag based rev. 1496471 (trunk 1496442) I add Italian in the list of languages. I start now to move forward with QA etc. Juergen I only now had time to correct these errors. Now fished, and wait for the next snapshot. Thanks, Zoltán Juergen Juergen Juergen Zoltan Juergen - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [RELEASE]: propose new snapshot build based on rev. 1496471.
On 6/25/13 4:13 PM, Reizinger Zoltán wrote: > 2013.06.25. 15:52 keltezéssel, Jürgen Schmidt írta: >> On 6/25/13 2:49 PM, Jürgen Schmidt wrote: >>> On 6/25/13 2:17 PM, Jürgen Schmidt wrote: On 6/25/13 2:11 PM, Jürgen Schmidt wrote: > On 6/25/13 2:07 PM, Reizinger Zoltán wrote: >> 2013.06.25. 13:38 keltezéssel, Jürgen Schmidt írta: >>> Hi, >>> >>> I propose a new snapshot build based on rev. 1496424. (related trunk >>> rev. 1496422) >>> >>> I have already merged the following languages >>> >>> Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, >>> Portuguese >>> >>> UI complete: German, Tamil >>> >>> These languages will be included in the snapshot build. More >>> languages >>> will be included on demand and availability of the translation. >> The Hungarian is finished already. > > ok, I will merge Hungarian as well. > > I will commnicate the new rev. later ... mmh, the Hungarian translation still contains warnings and errors and I can't integrate it until this is solved. Did you saw my mail on l10n list? We should fix this first. >>> Hi Zoltan, >>> >>> I fixed already many of the problems but I need ofr some of them, can >>> you take a look on >>> >>> https://translate.apache.org/hu/aoo40help/translate.html#filter=incomplete >>> >>> >>> and let me know when you have finished. Maybe there are more that I >>> haven't seen yet, we will see... >> Hungarian will be include din the next snapshot or I will prepare a >> special snapshot for some further languages >> >> The next snapshot will prepared on the SNAPSHOT tag based rev. 1496471 >> (trunk 1496442) >> >> I add Italian in the list of languages. I start now to move forward with >> QA etc. >> >> Juergen > I only now had time to correct these errors. > Now fished, and wait for the next snapshot. ok I will move the snapshot tag once more because I would like to have as many as possible langs in this snapshot. Juergen > Thanks, > Zoltán >> >> >> >>> Juergen >>> Juergen > Juergen > >> Zoltan >>> >>> Juergen >>> >>> - >>> >>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >>> For additional commands, e-mail: dev-h...@openoffice.apache.org >>> >>> >>> >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >> For additional commands, e-mail: dev-h...@openoffice.apache.org >> >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >> For additional commands, e-mail: dev-h...@openoffice.apache.org >> >> > > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [RELEASE]: propose new snapshot build based on rev. 1496491.
On 6/25/13 4:28 PM, Jürgen Schmidt wrote: > On 6/25/13 4:13 PM, Reizinger Zoltán wrote: >> 2013.06.25. 15:52 keltezéssel, Jürgen Schmidt írta: >>> On 6/25/13 2:49 PM, Jürgen Schmidt wrote: On 6/25/13 2:17 PM, Jürgen Schmidt wrote: > On 6/25/13 2:11 PM, Jürgen Schmidt wrote: >> On 6/25/13 2:07 PM, Reizinger Zoltán wrote: >>> 2013.06.25. 13:38 keltezéssel, Jürgen Schmidt írta: Hi, I propose a new snapshot build based on rev. 1496424. (related trunk rev. 1496422) I have already merged the following languages Complete: Spanish, Japanese, Dutch, Korean, Finnish, French, Portuguese UI complete: German, Tamil These languages will be included in the snapshot build. More languages will be included on demand and availability of the translation. >>> The Hungarian is finished already. >> >> ok, I will merge Hungarian as well. >> >> I will commnicate the new rev. later ... > mmh, the Hungarian translation still contains warnings and errors and I > can't integrate it until this is solved. Did you saw my mail on l10n > list? > > We should fix this first. Hi Zoltan, I fixed already many of the problems but I need ofr some of them, can you take a look on https://translate.apache.org/hu/aoo40help/translate.html#filter=incomplete and let me know when you have finished. Maybe there are more that I haven't seen yet, we will see... >>> Hungarian will be include din the next snapshot or I will prepare a >>> special snapshot for some further languages >>> >>> The next snapshot will prepared on the SNAPSHOT tag based rev. 1496471 >>> (trunk 1496442) >>> >>> I add Italian in the list of languages. I start now to move forward with >>> QA etc. >>> >>> Juergen >> I only now had time to correct these errors. >> Now fished, and wait for the next snapshot. > > ok I will move the snapshot tag once more because I would like to have > as many as possible langs in this snapshot. ok, now last change for this round, build on SNAPSHOT tag rev. 1496491 Juergen > > Juergen > >> Thanks, >> Zoltán >>> >>> >>> Juergen > Juergen > >> Juergen >> >>> Zoltan Juergen - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org >>> >>> - >>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >>> For additional commands, e-mail: dev-h...@openoffice.apache.org >>> >>> >>> - >>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >>> For additional commands, e-mail: dev-h...@openoffice.apache.org >>> >>> >> >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >> For additional commands, e-mail: dev-h...@openoffice.apache.org >> > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
"Search" command
Hello, Search command has not been implemented in any of the existing ucp's. Is it important to implement it? http://opengrok.adfinis-sygroup.org/source/search?q=%22search%22&defs=&refs=&path=%2Faoo-trunk%2Fmain%2Fucb%2Fsource%2Fucp%2F&hist=&project=aoo-trunk -- Rajath S, M.Sc(Hons.) Physics, Birla Institute of Technology and Science - Pilani, Pilani
Re: [DL][Website] Preparing AOO 4
2013/6/8 Marcus (OOo) : > Roberto, is it possible to get a separate area on a SourceForge mirror to do > some semi-live testing. I could think of the following: > > http://sourceforge.net/projects/aoo-test.mirror/4.0.0/binaries// > > You can use the files from my Apache people account to fill the mirror: > > http://people.apache.org/~marcus/aoo/4.0.0/binaries/... You can do that in few ways: - you can create a new project and do any testing you want in it, that would be fine; - you can create a new folder and mark it as "staged" in which it is all set up and downloads work, but the folder won't be visible during normal file browsing; - you can point to not existing AOO 4.0 files and get 404 error messages. > PS: > Is it right that the URL still needs a "/download" at its end to start the > download? The /download should be there at the end of the URL. If it's not, it still should work, but we'll do an extra redirect on our side to add it to the URL. Hope it helps. Roberto > Thanks in advance. > > Marcus > > > > Am 06/08/2013 10:08 PM, schrieb Marcus (OOo): > >> I've updated the test area in staging: >> >> http://ooo-site.staging.apache.org/download/test/index.html >> >> To keep it simple and get faster results, I've just added en-US, en-GB, >> de languages to my Apache people account. So, when you see errors it >> might be just a missing language. ;-) >> And don't worry about the 0 byte files. Yes, they are empty. >> >> For the first troubleshooting the following could help: >> >> http://ooo-site.staging.apache.org/download/test/analyze.html >> >> Please test and tell me what needs to be changed/improved. >> >> Thanks in advance. >> >> Marcus >> >> >> >> Am 06/08/2013 07:37 PM, schrieb Marcus (OOo): >>> >>> I'm going to finish the last work for changing the download scripting to >>> apply with the new situation ("incubating" string is gone, new version, >>> new directory + filename structure). >>> >>> If the following needs still to be discussed, then we should do it fast >>> as the time is running. >>> >>> >>> >>> 1. I'm working with the following directory structure: >>> >>> .../aoo/4.0.0/source/ >>> .../aoo/4.0.0/binaries// >>> .../aoo/4.0.0/binaries/SDK/ >>> >>> >>> >>> 2. I'm working with the following filename structure: >>> (especially @Juergen + Ariel) >>> >>> aoo-4.0.0-r1234567890-src.tar.bz2 >>> >>> Apache_OpenOffice-SDK_4.0.0_Win_x86_install_en-US.exe >>> >>> Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz >>> Apache_OpenOffice_4.0.0_Linux_x86-64_install-rpm_en-US.tar.gz >>> Apache_OpenOffice_4.0.0_Linux_x86-64_langpack-deb_en-US.tar.gz >>> Apache_OpenOffice_4.0.0_Linux_x86-64_langpack-rpm_en-US.tar.gz >>> >>> Apache_OpenOffice_4.0.0_Linux_x86_install-deb_en-US.tar.gz >>> Apache_OpenOffice_4.0.0_Linux_x86_install-rpm_en-US.tar.gz >>> Apache_OpenOffice_4.0.0_Linux_x86_langpack-deb_en-US.tar.gz >>> Apache_OpenOffice_4.0.0_Linux_x86_langpack-rpm_en-US.tar.gz >>> >>> Apache_OpenOffice_4.0.0_MacOS_x86_install_en-US.dmg >>> Apache_OpenOffice_4.0.0_MacOS_x86_langpack_en-US.dmg >>> >>> Apache_OpenOffice_4.0.0_Win_x86_install_en-US.exe >>> Apache_OpenOffice_4.0.0_Win_x86_langpack_en-US.exe >>> >>> >>> >>> 3. >>> I'm testing with my Apache people account: >>> >>> http://people.apache.org/~marcus/aoo/4.0.0/[source|binaries]/... >>> >>> However, I assume the new structure for the real servers will look like >>> the following: >>> >>> http://sourceforge.net/projects/openofficeorg.mirror/ >>> aoo/ >>> 4.0.0/ >>> binaries/ >>> en-US/ >>> Apache_OpenOffice_4.0.0_Linux_x86-64_install-rpm_en-US.tar.gz/download >>> >>> http://www.apache.org/dist/ >>> aoo/ >>> 4.0.0/ >>> binaries/ >>> en-US/ >>> Apache_OpenOffice_4.0.0_Linux_x86-64_install-rpm_en-US.tar.gz.md5 >>> >>> http://www.apache.org/dyn/aoo-closer.cgi/ >>> aoo/ >>> 4.0.0/ >>> source/ >>> aoo-4.0.0-r1234567890-src.tar.bz2 >>> >>> >>> >>> Marcus - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Can somebody please commit the update of the de-websites
On Tue, Jun 25, 2013 at 1:23 AM, Andrea Pescetti wrote: > On 23/06/2013 Jörg Schmidt wrote: >> >> At the moment a question: >> Would there be problems if we did our work, mainly in German, coordinate? > > > This wouldn't be particularly problematic (we already have German-only > lists), provided that there is regular interaction with this list too, since > in that case PrOOo-Box would be an official product and key decisions would > need to be taken here on the dev list. > It looks like we need to update this page as well: http://www.openoffice.org/de/doc/faq/prooobox/ -Rob > Regards, > Andrea. > > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: Can somebody please commit the update of the de-websites
> -Original Message- > From: Rob Weir [mailto:robw...@apache.org] > Sent: Tuesday, June 25, 2013 8:54 PM > To: dev@openoffice.apache.org > Subject: Re: Can somebody please commit the update of the de-websites > > On Tue, Jun 25, 2013 at 1:23 AM, Andrea Pescetti > wrote: > > On 23/06/2013 Jörg Schmidt wrote: > >> > >> At the moment a question: > >> Would there be problems if we did our work, mainly in > German, coordinate? > > > > > > This wouldn't be particularly problematic (we already have > German-only > > lists), provided that there is regular interaction with > this list too, since > > in that case PrOOo-Box would be an official product and key > decisions would > > need to be taken here on the dev list. > > > > It looks like we need to update this page as well: > > http://www.openoffice.org/de/doc/faq/prooobox/ Yes, you're right. We are currently already working in the entire German-language wiki FAQ to revise: http://wiki.openoffice.org/wiki/DE-AOO/FAQ (this will be taken later on the website) under which we then updated the FAQ to PrOOo box, the entire Prozesss _but takes time_. Jörg - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [DL][Website] Preparing AOO 4
Am 06/25/2013 05:28 PM, schrieb Roberto Galoppini: 2013/6/8 Marcus (OOo): Roberto, is it possible to get a separate area on a SourceForge mirror to do some semi-live testing. I could think of the following: http://sourceforge.net/projects/aoo-test.mirror/4.0.0/binaries// You can use the files from my Apache people account to fill the mirror: http://people.apache.org/~marcus/aoo/4.0.0/binaries/... You can do that in few ways: - you can create a new project and do any testing you want in it, that would be fine; - you can create a new folder and mark it as "staged" in which it is all set up and downloads work, but the folder won't be visible during normal file browsing; - you can point to not existing AOO 4.0 files and get 404 error messages. great, I can do it myself. I'll give it a try until or at the coming weekend. PS: Is it right that the URL still needs a "/download" at its end to start the download? The /download should be there at the end of the URL. If it's not, it still should work, but we'll do an extra redirect on our side to add it to the URL. OK, then I will make sure that this is still added to the download URL. Thanks Marcus Am 06/08/2013 10:08 PM, schrieb Marcus (OOo): I've updated the test area in staging: http://ooo-site.staging.apache.org/download/test/index.html To keep it simple and get faster results, I've just added en-US, en-GB, de languages to my Apache people account. So, when you see errors it might be just a missing language. ;-) And don't worry about the 0 byte files. Yes, they are empty. For the first troubleshooting the following could help: http://ooo-site.staging.apache.org/download/test/analyze.html Please test and tell me what needs to be changed/improved. Thanks in advance. Marcus Am 06/08/2013 07:37 PM, schrieb Marcus (OOo): I'm going to finish the last work for changing the download scripting to apply with the new situation ("incubating" string is gone, new version, new directory + filename structure). If the following needs still to be discussed, then we should do it fast as the time is running. 1. I'm working with the following directory structure: .../aoo/4.0.0/source/ .../aoo/4.0.0/binaries// .../aoo/4.0.0/binaries/SDK/ 2. I'm working with the following filename structure: (especially @Juergen + Ariel) aoo-4.0.0-r1234567890-src.tar.bz2 Apache_OpenOffice-SDK_4.0.0_Win_x86_install_en-US.exe Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz Apache_OpenOffice_4.0.0_Linux_x86-64_install-rpm_en-US.tar.gz Apache_OpenOffice_4.0.0_Linux_x86-64_langpack-deb_en-US.tar.gz Apache_OpenOffice_4.0.0_Linux_x86-64_langpack-rpm_en-US.tar.gz Apache_OpenOffice_4.0.0_Linux_x86_install-deb_en-US.tar.gz Apache_OpenOffice_4.0.0_Linux_x86_install-rpm_en-US.tar.gz Apache_OpenOffice_4.0.0_Linux_x86_langpack-deb_en-US.tar.gz Apache_OpenOffice_4.0.0_Linux_x86_langpack-rpm_en-US.tar.gz Apache_OpenOffice_4.0.0_MacOS_x86_install_en-US.dmg Apache_OpenOffice_4.0.0_MacOS_x86_langpack_en-US.dmg Apache_OpenOffice_4.0.0_Win_x86_install_en-US.exe Apache_OpenOffice_4.0.0_Win_x86_langpack_en-US.exe 3. I'm testing with my Apache people account: http://people.apache.org/~marcus/aoo/4.0.0/[source|binaries]/... However, I assume the new structure for the real servers will look like the following: http://sourceforge.net/projects/openofficeorg.mirror/ aoo/ 4.0.0/ binaries/ en-US/ Apache_OpenOffice_4.0.0_Linux_x86-64_install-rpm_en-US.tar.gz/download http://www.apache.org/dist/ aoo/ 4.0.0/ binaries/ en-US/ Apache_OpenOffice_4.0.0_Linux_x86-64_install-rpm_en-US.tar.gz.md5 http://www.apache.org/dyn/aoo-closer.cgi/ aoo/ 4.0.0/ source/ aoo-4.0.0-r1234567890-src.tar.bz2 Marcus - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
[Website - lazy consensus] PrOOo-Box FAQ?
Hello, Sorry, but I'm unsure why I'm asking for. Rob had rightly noted that the site: http://www.openoffice.org/de/doc/faq/prooobox/ is out of date, and I had already promised that this will be updated. I arrive at this approach but now doubts, because we were in a Disskussion the past few days, came to the conclusion that the PrOOo-Box is formal a third-party software. Although I want the page: http://www.openoffice.org/de/doc/faq/prooobox/ update, but for technical reasons this page should perhaps be removed completely? What is your opinion? If no one expresses within the next 72 hours for removing the page, I will begin to update. Greetings, Jörg - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [Website - lazy consensus] PrOOo-Box FAQ?
> -Original Message- > From: Jörg Schmidt [mailto:joe...@j-m-schmidt.de] > Sent: Tuesday, June 25, 2013 11:36 PM > To: dev@openoffice.apache.org > Subject: [Website - lazy consensus] PrOOo-Box FAQ? > > Hello, > > Sorry, but I'm unsure why I'm asking for. > > Rob had rightly noted that the site: > http://www.openoffice.org/de/doc/faq/prooobox/ > > is out of date, and I had already promised that this will be updated. > > I arrive at this approach but now doubts, because we were > in a Disskussion the past few days, came to the conclusion > that the PrOOo-Box is formal a third-party software. > > Although I want the page: > http://www.openoffice.org/de/doc/faq/prooobox/ > > update, but for technical reasons this page should perhaps be > removed completely? Sory, i mean "formal reasons", not "technical reasons" Jörg > > > What is your opinion? > > If no one expresses within the next 72 hours for removing the > page, I will begin to update. > > > > Greetings, > Jörg > > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [RELEASE]: propose new snapshot build based on rev. 1496471.
On 25/06/2013 Reizinger Zoltán wrote: I only now had time to correct these errors. Now fished, and wait for the next snapshot. Could it be that something broke here? The build is broken for me in readlicense_oo module. Note that it wasn't a clean build, so beware. Changing extras/l10n/source/hu/localize.sdf to add a after an occurrence of "http://openoffice.apache.org/mailing-lists.html"; fixed it. Of course, I won't commit the fixed SDF since it would get overwritten by Pootle: this need to be fixed in Pootle and reimported. There is also an occurrence (clearly a typo, "iopenoffice") of http://iopenoffice.apache.org/mailing-lists.html in the same file. By the way, I was building with --with-lang="it sk" but apparently readlicense_oo parses the Hungarian file too. Regards, Andrea. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org
Re: [RELEASE]: propose new snapshot build based on rev. 1496471.
On 6/26/13 12:56 AM, Andrea Pescetti wrote: > On 25/06/2013 Reizinger Zoltán wrote: >> I only now had time to correct these errors. >> Now fished, and wait for the next snapshot. > > Could it be that something broke here? The build is broken for me in > readlicense_oo module. Note that it wasn't a clean build, so beware. > > Changing extras/l10n/source/hu/localize.sdf to add a after an > occurrence of "http://openoffice.apache.org/mailing-lists.html"; fixed > it. Of course, I won't commit the fixed SDF since it would get > overwritten by Pootle: this need to be fixed in Pootle and reimported. > > There is also an occurrence (clearly a typo, "iopenoffice") of > http://iopenoffice.apache.org/mailing-lists.html > in the same file. > > By the way, I was building with --with-lang="it sk" but apparently > readlicense_oo parses the Hungarian file too. yes, the Hungarian translation is broken here, I noticed this as well, have fixed it on Pootle and working on the new integration. I was to optimistic and normally I built locally first. But this time I simply check it with gsicheck and hoped it were ok. This kind of error becomes visible during the build first. Juergen > > Regards, > Andrea. > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org