[Issue 126360] Possible exception/segfault in jurt jpipe.dll under Windows with pipe connection

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126360

Juergen Funk (CIB)  changed:

   What|Removed |Added

 CC||juergen.funk...@cib.de

--- Comment #2 from Juergen Funk (CIB)  ---
Created attachment 85106
  --> https://bz.apache.org/ooo/attachment.cgi?id=85106=edit
Patch from LibreOffice to solve the Problem

Here is the patch, hope it is right

Details look into description

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126628] New: [IDL] Some IDL files are not compiled and not registerd in types.rdb

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126628

  Issue ID: 126628
Issue Type: DEFECT
   Summary: [IDL] Some IDL files are not compiled and not
registerd in types.rdb
   Product: App Dev
   Version: 4.1.1
  Hardware: All
OS: All
Status: CONFIRMED
  Severity: minor
  Priority: P5
 Component: api
  Assignee: issues@openoffice.apache.org
  Reporter: hanya.r...@gmail.com

The following files are not compiled because they are not in related 
IDLFILES variable in makefile.mk.
They are listed in the IDL documentation because they are differenty parsed by
the autodoc.
If some people want to refere these types from types.rdb file, they are not
found in it.

-- com/sun/star/awt: 
com/sun/star/awt/MenuBar.idl
com/sun/star/awt/PopupMenu.idl
-- com/sun/star/awt/grid: 
com/sun/star/awt/grid/DefaultGridColumnModel.idl
com/sun/star/awt/grid/GridColumn.idl
-- com/sun/star/drawing: 
com/sun/star/drawing/AccessibleImageBullet.idl
-- com/sun/star/chart2: 
com/sun/star/chart2/Axis.idl
com/sun/star/chart2/CandleStickChartType.idl
com/sun/star/chart2/ChartDocument.idl
com/sun/star/chart2/ChartDocumentWrapper.idl
com/sun/star/chart2/ChartType.idl
com/sun/star/chart2/ChartTypeManager.idl
com/sun/star/chart2/ChartTypeTemplate.idl
com/sun/star/chart2/CoordinateSystem.idl
com/sun/star/chart2/CoordinateSystemType.idl
com/sun/star/chart2/DataPoint.idl
com/sun/star/chart2/DataPointProperties.idl
com/sun/star/chart2/DataSeries.idl
com/sun/star/chart2/Diagram.idl
com/sun/star/chart2/ErrorBar.idl
com/sun/star/chart2/ExponentialScaling.idl
com/sun/star/chart2/FormattedString.idl
com/sun/star/chart2/GridProperties.idl
com/sun/star/chart2/Legend.idl
com/sun/star/chart2/LinearScaling.idl
com/sun/star/chart2/LogarithmicScaling.idl
com/sun/star/chart2/LogicTargetModel.idl
com/sun/star/chart2/MutableDataSequence.idl
com/sun/star/chart2/PowerScaling.idl
com/sun/star/chart2/PropertyPool.idl
com/sun/star/chart2/RegressionCurve.idl
com/sun/star/chart2/RegressionCurveEquation.idl
com/sun/star/chart2/Scaling.idl
com/sun/star/chart2/StandardDiagramCreationParameters.idl
com/sun/star/chart2/TextAnchor.idl
com/sun/star/chart2/Title.idl
-- com/sun/star/chart2/data: 
com/sun/star/chart2/data/DataFilter.idl
com/sun/star/chart2/data/DataProvider.idl
com/sun/star/chart2/data/DataSequence.idl
com/sun/star/chart2/data/DataSink.idl
com/sun/star/chart2/data/DataSource.idl
com/sun/star/chart2/data/LabeledDataSequence.idl
com/sun/star/chart2/data/RangeHighlightListener.idl
com/sun/star/chart2/data/RangeHighlighter.idl
com/sun/star/chart2/data/TabularDataProviderArguments.idl
-- com/sun/star/document: 
com/sun/star/document/OOXMLDocumentPropertiesImporter.idl
com/sun/star/document/XMLBasicExporter.idl
com/sun/star/document/XMLBasicImporter.idl
com/sun/star/document/XMLOasisBasicExporter.idl
com/sun/star/document/XMLOasisBasicImporter.idl
-- com/sun/star/report: 
com/sun/star/report/Calculation.idl
com/sun/star/report/SectionPageBreak.idl
-- com/sun/star/auth: 
com/sun/star/auth/SSOExceptions.idl
-- com/sun/star/util: 
com/sun/star/util/EventMultiplexer.idl
-- com/sun/star/frame: 
com/sun/star/frame/GlobalEventBroadcaster.idl
com/sun/star/frame/XToolbarControllerListener.idl
-- com/sun/star/mail: 
com/sun/star/mail/MailServer.idl
com/sun/star/mail/NoMailTransportProviderException.idl
com/sun/star/mail/XMailServer.idl
-- com/sun/star/linguistic2: 
com/sun/star/linguistic2/LanguageGuessing.idl
-- com/sun/star/ui: 
com/sun/star/ui/XContextChangeListener.idl

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126626] Booklet printing - option for front/back pages has gone

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126626

hanya  changed:

   What|Removed |Added

   Target Milestone|--- |4.2.0

--- Comment #9 from hanya  ---
I've restored these entries to original en-US text with "Needs work" check on
the pootle. 
Please review at the next translation opportunity.

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126628] [IDL] Some IDL files are not compiled and not registerd in types.rdb

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126628

--- Comment #1 from hanya  ---
Created attachment 85109
  --> https://bz.apache.org/ooo/attachment.cgi?id=85109=edit
Patch to add IDL file to be compiled except for chart2 module and others, see
comment

There are tons of problems in IDL file from chart2 module. I could not touch
them now.
And the following IDL files contains some problems to compile: 
- com/sun/star/auth/SSOExceptions.idl
-- Empty definition, no IDL document

- com/sun/star/ui/XContextChangeListener.idl
-- strange content, no IDL document

- com/sun/star/util/EventMultiplexer.idl
-- com/sun/star/util/XEventMultiplexer is not found

The attached patch does not contains chantes for the problems described above.

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126629] aoo suddenly crashes on win7 - incorrect call of "dwmapi.dll" in "salframe.cxx"

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126629

Oliver Brinzing  changed:

   What|Removed |Added

 Latest|--- |4.1.2
Confirmation on||
  Developer|--- |Simple
 Difficulty||
   Keywords||crash, data_loss

--- Comment #2 from Oliver Brinzing  ---
adding keywords

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126629] New: aoo suddenly crashes on win7 - incorrect call of "dwmapi.dll" in "salframe.cxx"

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126629

  Issue ID: 126629
Issue Type: DEFECT
   Summary: aoo suddenly crashes on win7 - incorrect call of
"dwmapi.dll" in "salframe.cxx"
   Product: General
   Version: 4.0.1
  Hardware: PC
OS: Windows 7
Status: CONFIRMED
  Severity: critical
  Priority: P5
 Component: code
  Assignee: issues@openoffice.apache.org
  Reporter: oliver.brinz...@gmx.de

Created attachment 85107
  --> https://bz.apache.org/ooo/attachment.cgi?id=85107=edit
correct call

first noticed with aoo 4.0.1

\main\vcl\win\source\window\salframe.cxx:

static BOOL ImplDwmIsCompositionEnabled()
{
SalData* pSalData = GetSalData();
if( ! pSalData->mpDwmIsCompositionEnabled )
{
pSalData->maDwmLib = osl_loadAsciiModule( "Dwmapi.dll",
SAL_LOADMODULE_DEFAULT );
if( pSalData->maDwmLib )
pSalData->mpDwmIsCompositionEnabled = 
(DwmIsCompositionEnabled_ptr)osl_getAsciiFunctionSymbol(
pSalData->maDwmLib, "DwmIsCompositionEnabled" );
if( ! pSalData->mpDwmIsCompositionEnabled ) // something failed
pSalData->mpDwmIsCompositionEnabled =
backwardCompatibleDwmIsCompositionEnabled;
}
BOOL aResult = FALSE;
HRESULT nError = pSalData->mpDwmIsCompositionEnabled(  );
return nError == S_OK && aResult;
}

"pSalData->mpDwmIsCompositionEnabled" is initialized only the first time
ImplDwmIsCompositionEnabled() is called.
but ImplDwmIsCompositionEnabled() is called periodically (e.g. window events
from other programs).

for whatever reason sometimes the "pSalData->mpDwmIsCompositionEnabled" pointer
gets 
corrupted, and a call causes aoo to crash.

attached "ImplDwmIsCompositionEnabled_1.png" shows a correct call while 
ImplDwmIsCompositionEnabled_2.png shows a corrupted one.

updating "dwmapi.dll" with "KB3078667"
https://support.microsoft.com/en-us/kb/3078667
will not solve the problem.

btw: if aoo runs with xp compatibility settings, it will not crash.

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126629] aoo suddenly crashes on win7 - incorrect call of "dwmapi.dll" in "salframe.cxx"

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126629

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de

--- Comment #1 from Oliver Brinzing  ---
Created attachment 85108
  --> https://bz.apache.org/ooo/attachment.cgi?id=85108=edit
incorrect call

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 18508] color of non-printing characters should not be same as printing characters

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=18508

Joe Smith  changed:

   What|Removed |Added

 CC||j...@martnet.com

--- Comment #20 from Joe Smith  ---
If you're looking for this feature, LibreOffice has changed the nonprinting
character color to blue. Color is not configurable, doesn't auto-adjust with
page background.

-- 
You are receiving this mail because:
You are on the CC list for the issue.


[Issue 90745] showing nonprinting characters should use transparency

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=90745

Joe Smith  changed:

   What|Removed |Added

 CC||j...@martnet.com

--- Comment #3 from Joe Smith  ---
Essentially a duplicate of issue 18508 which is currently CLOSED/WONTFIX

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.


[Issue 126360] Possible exception/segfault in jurt jpipe.dll under Windows with pipe connection

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126360

dam...@apache.org changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Keywords||crash
 Status|UNCONFIRMED |RESOLVED
 Latest|--- |4.2.0-dev
Confirmation on||
   Target Milestone|--- |4.2.0
 CC||dam...@apache.org

--- Comment #3 from dam...@apache.org ---
Patch committed in revision 1712824, resolving fixed. A big thank you to
Juergen Funk for the contribution!

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126630] New: [RU] Incorrect Entry for Writer View Menu item "Field Names"

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126630

  Issue ID: 126630
Issue Type: DEFECT
   Summary: [RU] Incorrect Entry for Writer View Menu item "Field
Names"
   Product: Internationalization
   Version: 4.1.2
  Hardware: All
OS: All
Status: CONFIRMED
  Severity: normal
  Priority: P5
 Component: ui
  Assignee: issues@openoffice.apache.org
  Reporter: orc...@apache.org

In the Russian localization of OpenOffice Writer, on the View menu, the term
for Field Names, "Назания полей" is incorrect.  "Названия полей" is suggested
as the correct term.  (There may simply be a misspelling.)

See also .

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 114116] Extension Manager Check for updates window spin loops, Mac OS X

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=114116

orcmid  changed:

   What|Removed |Added

 Resolution|--- |OBSOLETE
 Status|UNCONFIRMED |RESOLVED
 CC||orc...@apache.org

--- Comment #12 from orcmid  ---
(In reply to Rob Weir from comment #11)
> This Issue requires more information ('needmoreinfo'), but has not been
> updated
> within the last year. Please provide feedback as requested and re-test with
> the the latest version of OpenOffice - the problem(s) may already be
> addressed. 
> 
> You can download Apache OpenOffice 3.4.1 from
> http://www.openoffice.org/download
> 
> Please report back the outcome of your testing, so this Issue may be closed
> or
> progressed as necessary - otherwise the issue may be Resolved as Invalid in
> the
> future.

There has been no response to this issue since this 2013 assessment.

The original report is against an OpenOffice.org release that is not supported
by Apache OpenOffice.

I am resolving this issue as obsolete.

If there remain problems of this kind with the latest versions of Apache
OpenOffice (i.e., 4.1.x or later), new analysis and new incident reports should
be provided.

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.


[Issue 126631] New: Check for Updates Summary is Misleading

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126631

  Issue ID: 126631
Issue Type: DEFECT
   Summary: Check for Updates Summary is Misleading
   Product: Installation
   Version: 4.1.1
  Hardware: All
OS: Windows 10
Status: CONFIRMED
  Severity: normal
  Priority: P5
 Component: ui
  Assignee: issues@openoffice.apache.org
  Reporter: orc...@apache.org

Created attachment 85110
  --> https://bz.apache.org/ooo/attachment.cgi?id=85110=edit
4.1.1 Update Available dialog after Help | Check for Updates

Issue 119323 is somewhat related to this issue.

(This may apply to 4.1.2, but it won't appear until there is a later
distribution.)

There are a number of problems with this report concerning its usability, at
least on Windows.

The "Note: Before downloading ... " about privileges should have a link to a
web page that explains what this is about for casual users.  There is a
question about how does one check that, too.

The Description line "The automatic download of the update is currently not
available." is not useful.  Has there ever been such a provision for Apache
OpenOffice?  This line should simply go.  Mentioning a non-existent feature is
not giving the user anything that is actionable for them.  

(Does the Tools | Options > OpenOffice > Online Update checkbox for "Download
updates automatically" actually function?  [needs separate issue])

The Install button is presumably always greyed out.  The button should go.

After "Click 'Download ..." to download [Apache] OpenOffice 4.1.2 manually from
the web site." there might need to be a link for more information about how to
do that and how to manually install the software.

The embedded Help for the "Check for Updates" dialog and the linked help from
that to "Starting online updates" need work (in addition to there being a
Java-required pitfall trap).

This might need a meta-report of tasks.

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 18508] color of non-printing characters should not be same as printing characters

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=18508

orcmid  changed:

   What|Removed |Added

 CC||so...@intersol.ro

--- Comment #21 from orcmid  ---
*** Issue 90745 has been marked as a duplicate of this issue. ***

-- 
You are receiving this mail because:
You are on the CC list for the issue.


[Issue 87696] Check for updates: If proxy misconfigured error message needs improving

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=87696

orcmid  changed:

   What|Removed |Added

 Resolution|--- |OBSOLETE
 Status|CONFIRMED   |RESOLVED
 CC||orc...@apache.org

--- Comment #2 from orcmid  ---
(In reply to Olaf Felka from comment #1)
> It's difficult. It might be that the proxy settings are not ok. but it might
> also be that the site is down, your computer is not connected, the firewall
> blocks the update, the cable is broken...

Agree.  This also applies to an obsolete version of OpenOffice.org and not
Apache OpenOffice.  

I don't want to say "Won't Fix" although that is certainly the case with regard
to pre-Apache distributions.  

I am resolving this issue as obsolete. 

Any analysis of current Apache OpenOffice handling of this situation should be
handled with new, version-specific incident reports.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.


[Issue 125502] Extension Manager: Check for updates window opens and stays in background, behind Extension Manager

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=125502

orcmid  changed:

   What|Removed |Added

 CC||orc...@apache.org

--- Comment #2 from orcmid  ---
(In reply to Yuri Dario from comment #1)
> This is a long term problem, related to window Z-order and 'Window List'
> title control.

Is this an OS/2-specific problem or is it a possibly-general failure in the
options employed in raising the "checking for updates" message/dialog?

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126599] Confirm "Check for Updates" Operation for 4.1.2

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126599

orcmid  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from orcmid  ---
This task was against the 4.1.2 rc to ensure that check-for-updates would
respond properly once there was a version (i.e., 4.1.3) available.

The period for the task has ended.  Other responses were on the dev@ list.

(Oddly, there is no way to "resolve" tasks in a meaningful way.)

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 119323] Check for Update always fails in former OOo versions

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=119323

orcmid  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||orc...@apache.org
 Resolution|--- |FIXED

--- Comment #17 from orcmid  ---
(In reply to Oliver-Rainer Wittmann from comment #15)
> status report:
> update service for OOo 3.2, OOo 3.2.1 and OOo 3.3 for the platforms and
> languages for whose we have an AOO 3.4 release have been established.

This incident was resolved with respect to these distributions of
OpenOffice.org that preceded releases from Apache OpenOffice, starting with AOO
3.4.

(It is not known whether these were extended when additional languages were
released in subsequent updates of 3.4.)

I am resolving this as fixed with regard to as much as was done for legacy
OpenOffice.org distributions.  

Any difficulties with update notices from Apache OpenOffice distributions that
fail to find the latest AOO versions should be treated as new incidents and
possible defects.

-- 
You are receiving this mail because:
You are on the CC list for the issue.


[Issue 117370] Check for Updates leads to Update Failed

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=117370

orcmid  changed:

   What|Removed |Added

 CC||orc...@apache.org
 Resolution|--- |OBSOLETE
 Status|UNCONFIRMED |RESOLVED

--- Comment #9 from orcmid  ---
(In reply to Ariel Constenla-Haile from comment #8)

> This bug 117370 could be closed as obsolete, because a bug in version 3.3.0
> has a different root cause, even if the symptom is the same (due to the
> change of dependencies, neon - serf).

Closing as applying to obsolete versions and not applicable to later versions.

A recheck for 4.1.2 is advisable.

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.


[Issue 107804] Prepare installer for later updates

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=107804

orcmid  changed:

   What|Removed |Added

 Status|VERIFIED|CLOSED
 CC||orc...@apache.org

--- Comment #5 from orcmid  ---
(In reply to Olaf Felka from comment #4)
> OF: Looks good on Win2K, XP and 7.

This 2009 verification applies to OpenOffice.org releases (OOo 3.2) well before
Apache OpenOffice releases and distributions.

This issue is being closed as fixed.

Any subsequent issues around the update installation process around Apache
OpenOffice releases should be reported and analyzed as new issues.

-- 
You are receiving this mail because:
You are on the CC list for the issue.


[Issue 112725] "Check for updates" identifies obsolete version as current one

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=112725

orcmid  changed:

   What|Removed |Added

 Resolution|--- |OBSOLETE
 Status|CONFIRMED   |RESOLVED
 CC||orc...@apache.org

--- Comment #5 from orcmid  ---
These reports all apply to OpenOffice.org versions prior to Apache OpenOffice
3.4.

Currently, with Apache OpenOffice 4.x releases, there are lags between when a
new version is available and when the check for updates (manual or automatic)
reports there is a new version available.  The lag is generally a few days
(usually not more than one week).  This report is not about that.

I am resolving this report as obsolete.  Any defects identified in current
procedures and messages for handling update availability with AOO 4.x and
beyond should be reported as new incidents.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.


[Issue 122233] sourceforge.net: download file name column of directory too narrow

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=122233

orcmid  changed:

   What|Removed |Added

 Resolution|NOT_AN_ISSUE|---
 CC||orc...@apache.org
 Status|CLOSED  |REOPENED

--- Comment #25 from orcmid  ---
I am dissatisfied with the way this conversation went, especially with regard
to folks who are by no means typical end-users claiming what end-users might or
might not do.

We already had an example of a QA person (probably a power user) needing to see
the details.  

Also, kicking the can to SourceForge is strange.  It is about how a service for
us works for *our* users, not typical SourceForge users.  (And so being logged
in is a strange condition.)

I think this should remain open until we have the people who claim it is
important to improve are fully heard.  I just don't think it makes sense to
tell end-users that they need to negotiate with SourceForge themselves.

And Roberto, as a member of the AOO PMC is a great candidate to carry the word
to SourceForge, as he has done here.  I don't want to minimize that and that he
offered something that could be done immediately to improve the situation.  

The issue about ad placement is a companion concern and needs its own
consideration.

-- 
You are receiving this mail because:
You are on the CC list for the issue.


[Issue 124889] wedownload manager

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=124889

Marcus  changed:

   What|Removed |Added

 Resolution|--- |OBSOLETE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Marcus  ---
The software "Wedownload manager" does not belong to Apache OpenOffice. So, it
must be something else or malware.

See comment #1 for further details.

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 124889] wedownload manager

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=124889

Marcus  changed:

   What|Removed |Added

   Severity|major   |normal
 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 124913] Disable 4.1.0 Update Info

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=124913

Marcus  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126612] Update notification for 4.1.2

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126612

Kay  changed:

   What|Removed |Added

  Attachment #85112|Update feed geenrated by|Update feed geenrated by
description|script. 4.1.0-4.1.2 |script. 4.0.1-4.1.2

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126612] Update notification for 4.1.2

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126612

--- Comment #32 from Kay  ---
Created attachment 85113
  --> https://bz.apache.org/ooo/attachment.cgi?id=85113=edit
Update feed generated by script. 4.1.0-4.1.2

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126612] Update notification for 4.1.2

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126612

Kay  changed:

   What|Removed |Added

  Attachment #85111|Update feed generated by|Update feed generated by
description|script. |script. 4.0.0 - 4.1.2

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126630] [RU] Incorrect Entry for Writer View Menu item "Field Names"

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126630

Andrea Pescetti  changed:

   What|Removed |Added

Product|Internationalization|Native-Lang
   Target Milestone|--- |4.2.0
 CC||pesce...@apache.org
  Component|ui  |ru

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126612] Update notification for 4.1.2

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126612

--- Comment #31 from Kay  ---
Created attachment 85112
  --> https://bz.apache.org/ooo/attachment.cgi?id=85112=edit
Update feed geenrated by script. 4.1.0-4.1.2

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 124805] AOO 4.1: missing installation guide

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=124805

Marcus  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from Marcus  ---
In the meantime the version numbers were changed to 4.x to have it more
generic.

Therefore I close this issue as fixed.

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 124913] Disable 4.1.0 Update Info

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=124913

Marcus  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Marcus  ---
The update feeds were changed in the meantime and for the new version 4.1.2
they are starting and get still improved (see issue 126612). Therefore I'm
closing this issue. New problems should be reported with a new issue.

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126612] Update notification for 4.1.2

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126612

--- Comment #30 from Kay  ---
Created attachment 85111
  --> https://bz.apache.org/ooo/attachment.cgi?id=85111=edit
Update feed generated by script.

Note date change from release date to today's date. We can change this before
using.

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 122233] sourceforge.net: download file name column of directory too narrow

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=122233

Marcus  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are on the CC list for the issue.


[Issue 122233] sourceforge.net: download file name column of directory too narrow

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=122233

Marcus  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |NOT_AN_ISSUE

--- Comment #24 from Marcus  ---
As with comment #23 this is no issue of Apache OpenOffice but SourceForge. So,
it has to be fixed there. Closing this issue.

-- 
You are receiving this mail because:
You are on the CC list for the issue.


[Issue 126612] Update notification for 4.1.2

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126612

Kay  changed:

   What|Removed |Added

  Attachment #85112|Update feed geenrated by|Update feed generated by
description|script. 4.0.1-4.1.2 |script. 4.0.1-4.1.2

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 124805] AOO 4.1: missing installation guide

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=124805

Marcus  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 126547] Does not correctly display .pptx graphics or colors

2015-11-05 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=126547

davidhaig...@gmail.com changed:

   What|Removed |Added

 CC||davidhaig...@gmail.com

--- Comment #2 from davidhaig...@gmail.com ---
Title should be changed to: ".pptx file graphics/colors inaccurate conversion
in Impress"

The assumption I think you make David Johnson, is that PPTX files should open
accurately in Impress. However if you open a ODP file in Microsoft PowerPoint
it tells you that there is likely to be compatibility issues with opening a non
Powerpoint file.

We say the defect is, not having a message like that when you open a non OO
file in OO.
Our argument is, is OO designed to be used with OO files. There is more than 27
presentation packages is the design goal for OO to be able to accurately open
all non OO files? Or is their confirmation that the design of OO should be able
to accurately convert Microsoft files.

-- 
You are receiving this mail because:
You are the assignee for the issue.