[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2022-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

Xisco FaulĂ­  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE

--- Comment #7 from Xisco FaulĂ­  ---
(In reply to David from comment #6)
> This now looks to be fixed after commit
> https://git.libreoffice.org/core/commit/
> cb188ce336e434c2b7002b3d8a41a681e73ae51a.

Closing as duplicated of bug 146605 then. Thanks for the analysis

*** This bug has been marked as a duplicate of bug 146605 ***

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

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2022-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

David  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from David  ---
This now looks to be fixed after commit
https://git.libreoffice.org/core/commit/cb188ce336e434c2b7002b3d8a41a681e73ae51a.

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

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2022-01-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

David  changed:

   What|Removed |Added

Version|7.3.0.0 alpha0+ |7.3.0.0 beta1+

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

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2022-01-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

David  changed:

   What|Removed |Added

 Status|REOPENED|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2022-01-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

David  changed:

   What|Removed |Added

 Blocks||146605


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=146605
[Bug 146605] Cannot change section footnote/endnote position after section is
initially created
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2021-12-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

David  changed:

   What|Removed |Added

   Keywords||bibisected
 CC||nagy.tib...@nisz.hu

--- Comment #5 from David  ---
The option to collect endnotes at the end of a section in new documents works
again after making the following changes in the code for the recent commit:

In sw/source/uibase/uno/SwXDocumentSettings.cxx, under the "case
HANDLE_FOOTNOTE_IN_COLUMN_TO_PAGEEND:" statement on line 1025, change

  bool bTmp;

to:
  return; 
  bool bTmp;


In sw/source/uibase/app/docshini.cxx, line 292, change

   m_xDoc->getIDocumentSettingAccess().set(
DocumentSettingId::FOOTNOTE_IN_COLUMN_TO_PAGEEND, true);

to:

 m_xDoc->getIDocumentSettingAccess().set(
DocumentSettingId::FOOTNOTE_IN_COLUMN_TO_PAGEEND, false);

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

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2021-12-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

David  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||6348

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

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2021-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

--- Comment #4 from David  ---
@szucs.attila3, xiscofauli
Section endnotes collected at end of section in newly created files are still
not fixed by https://gerrit.libreoffice.org/c/core/+/125442.

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

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2021-12-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2021-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

David  changed:

   What|Removed |Added

 CC||szucs.atti...@nisz.hu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||5826

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

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2021-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

David  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

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

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2021-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

--- Comment #3 from David  ---
Created attachment 176859
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176859=edit
document created after the commit

It looks like I was too quick in marking this bug is fixed. This section
endnotes are collected properly at the end of the section if the document was
created before the commit, as in the first attachment. But if a document is
created now after the commit, the endnotes are collected at the end of the
document even though the option is enabled to collect at the end of section. 
See attachment.

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

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2021-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

David  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from David  ---
Verified fixed with https://gerrit.libreoffice.org/c/core/+/125442

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

[Libreoffice-bugs] [Bug 145773] Section endnotes not collected at end of section

2021-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145773

--- Comment #1 from David  ---
A likely candidate for this regression seems to be commit
https://git.libreoffice.org/core/+/4c31b4ef2083087a822c3ae648fd09acc67d2f88%5E%21.

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