[Bug 105326] UI: Remove the checkboxes in the Option Menu to enable/disable grid and snap feature in Writer

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105326

Cor Nouws  changed:

   What|Removed |Added

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

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

[Bug 105560] "View > Grid Lines for Sheet" only affects current sheet, not all selected sheets

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105560

Cor Nouws  changed:

   What|Removed |Added

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

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

[Bug 78035] No clear distinction in grid settings, saved/loaded with document, and set in the options

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78035

Cor Nouws  changed:

   What|Removed |Added

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

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

[Bug 161061] [UI] Grid lines are visible on all cells when option 'Show on colored cells' is chosen

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161061

Cor Nouws  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=30
   ||800,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=78
   ||035,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||5326,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||5560,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||9289

--- Comment #7 from Cor Nouws  ---
(note, added ref to some former reports to check maybe in a spare hour..)

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

[Koha-bugs] [Bug 36012] ERM/Agreements_spec.ts might be failing if run too slow

2024-05-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36012

--- Comment #27 from Jonathan Druart  ---
(In reply to Matt Blenkinsop from comment #25)
> When I run ```yarn cypress run --spec
> t/cypress/integration/InfiniteScrollSelect_spec.ts --config video=false
> retries={runMode:3,openMode:0}``` I get a big reduction in the random
> failures even on 25% CPU

Not ideal, especially because it will impact all tests, but we could give it a
try.
However I think we should have runMode==openMode, there is no good reason to
have different behaviours for the two modes IMO.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Bug 72994] Make the same logic for Goal Seek and Solver tools from end-user perspective

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72994

Buovjaga  changed:

   What|Removed |Added

URL|https://www.designersstack. |
   |com/|
Crash report or|Affordable Designing Agency |
crash signature||

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

[Koha-bugs] [Bug 36887] Migrate "Authorized Values (BOR_NOTES)" into "Patrons (custom message)" in Notices

2024-05-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36887

--- Comment #4 from Martin Renvoize  ---
(In reply to Caroline Cyr La Rose from comment #1)
> Is this a duplicate of Bug 36717 or a different thing?

Not a duplicate but a parallel.. The other one is about merging two 'message
templates' into one template with two message transport types..

This one is about migrating the authorized value into notices so you get the
additional functionality that notice templates offer (i.e access to template
toolkit tooling with variable replacements and no longer a hidden hard coded
limit of 200 characters).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Bug 161141] Build fails: ma_client_plugin.c: error: initialization of ‘struct st_mysql_client_plugin *’ from incompatible pointer type ‘struct st_mysql_client_plugin_AUTHENTICATION *’ [-Wincompatibl

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161141

--- Comment #2 from Buovjaga  ---
Build issues should be reported to the dev list
https://wiki.documentfoundation.org/QA/BugReport#Not_all_bugs_go_to_Bugzilla

so you could at least send a mail referencing this. It's true that inlining a
full config.log to a mail is a bit much :)

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

[Bug 160462] F10 key is marked reserved, but doesn't do anything (kf5, gtk3)

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160462

--- Comment #6 from Buovjaga  ---
F10 does move the focus to the first menu on Windows as well (so you can hit
Down arrow to open the menu).

Somewhat interesting is this handling of alternate keycodes found only in gen
and gtk3 plugins:
https://opengrok.libreoffice.org/xref/core/vcl/unx/generic/window/salframe.cxx?r=10831c8b#2613
https://opengrok.libreoffice.org/xref/core/vcl/unx/gtk3/gtkframe.cxx?r=bee080ab#337

// F10 means either KEY_F10 or KEY_MENU, which has to be decided
// in the independent part.

This leads to the way more interesting
https://opengrok.libreoffice.org/xref/core/vcl/source/window/menubarwindow.cxx?r=f0977206#750

if ( nCode == KEY_MENU && !rKEvent.GetKeyCode().IsShift() ) // only F10, not
Shift-F10
{
mbAutoPopup = false;
if ( m_nHighlightedItem == ITEMPOS_INVALID )
{
ChangeHighlightItem( 0, false );
GrabFocus();
}
else
{
ChangeHighlightItem( ITEMPOS_INVALID, false );
m_xSaveFocusId = nullptr;
}
bDone = true;
}

and another special case:
https://opengrok.libreoffice.org/xref/core/vcl/source/window/menufloatingwindow.cxx?r=f0977206#1144

Then there is this for Windows:
https://opengrok.libreoffice.org/xref/core/vcl/win/window/salframe.cxx?r=d4a110f8#5130
// Process here KeyMenu events only for Alt to activate the MenuBar

Indeed, Left Alt on Windows acts just like F10 in that it moves the focus into
the first menu.

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

[Koha-bugs] [Bug 33237] If TranslateNotices is off, us the default language includes in slips

2024-05-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33237

Marcel de Rooy  changed:

   What|Removed |Added

 Blocks||36520

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Bug 160650] allow to set comments/descriptions for conditional formattings

2024-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160650

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsDevAdvice  |

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

[Koha-bugs] [Bug 33237] If TranslateNotices is off, us the default language includes in slips

2024-05-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33237

Marcel de Rooy  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 33237] If TranslateNotices is off, us the default language includes in slips

2024-05-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33237

Marcel de Rooy  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 33237] If TranslateNotices is off, us the default language includes in slips

2024-05-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33237

Marcel de Rooy  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 33237] If TranslateNotices is off, us the default language includes in slips

2024-05-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33237

Marcel de Rooy  changed:

   What|Removed |Added

 Status|Pushed to main  |ASSIGNED

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 33237] If TranslateNotices is off, us the default language includes in slips

2024-05-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33237

Marcel de Rooy  changed:

   What|Removed |Added

   Keywords||additional_work_needed

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 33237] If TranslateNotices is off, us the default language includes in slips

2024-05-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33237

--- Comment #52 from Marcel de Rooy  ---
Created attachment 166860
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166860=edit
Bug 33237: (QA follow-up) Remove hardcoded kohadevbox path

Test plan:
Run Letters.t (outside kohadevbox :)

Signed-off-by: Marcel de Rooy 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 33237] If TranslateNotices is off, us the default language includes in slips

2024-05-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33237

Marcel de Rooy  changed:

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl

--- Comment #51 from Marcel de Rooy  ---
+t::lib::Mocks::mock_config( 'intrahtdocs',
'/kohadevbox/koha/t/mock_templates/intranet-tmpl' );

This should not have passed QA.
Hardcoded kohadevbox paths.
Will submit follow-up.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36891] Restore returning 404 from svc/bib when the bib number doesn't exist

2024-05-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36891

Martin Renvoize  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |p...@chetcolibrary.org
   |ity.org |
 CC||martin.renvoize@ptfs-europe
   ||.com

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Bug 3691] Connection to localhost succeeds with disabled MAC

2024-05-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3691

Damien Miller  changed:

   What|Removed |Added

 CC||d...@mindrot.org
 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #1 from Damien Miller  ---
This is expected:

> debug1: kex: server->client cipher: aes128-...@openssh.com MAC:  
> compression: none
> debug1: kex: client->server cipher: aes128-...@openssh.com MAC:  
> compression: none

MACs are not used for AEAD ciphers like AES-GCM as these provide
message integrity in the cipher itself.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 161059] Select multiple headings in Content Navigation View results in wrong print / PDF export of selection

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161059

Jim Raykowski  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Jim Raykowski  ---
I confirm the misbehavior. I think this is a pdf issue because the same thing
happens when setting the cursor to 'Adding selection' mode from the status bar
selection control and selecting multiple parts of a document and then doing the
export as pdf by range selection.

Aside: Oddly Menu > Edit > Selection Mode shows 'Standard' when set to 'Adding
selection' in the status bar selection control.

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

[Bug 160751] Copying some text cause hanging of LibreOffice Writer

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160751

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #10 from BogdanB  ---
Similar with
https://bugs.documentfoundation.org/show_bug.cgi?id=161132

Something have been solved between 24.2.2 and 24.2.3.

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

[Bug 160881] Forms: Checkboxes and Radiobuttons couldn't set readonly, only could set disabled

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160881

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

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

[Bug 160881] Forms: Checkboxes and Radiobuttons couldn't set readonly, only could set disabled

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160881

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

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

[Bug 160512] CRASH Writer Hangs completely when copying complete file, even small file

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160512

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 160751] Copying some text cause hanging of LibreOffice Writer

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160751

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 160751] Copying some text cause hanging of LibreOffice Writer

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160751

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 161140] Writer freezes/crashes when trying to copy certain part of text

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161140

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=16
   ||0751
 Ever confirmed|0   |1
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Not reproduced in:

Version: 24.2.2.2 (X86_64) / LibreOffice Community
Build ID: d56cc158d8a96260b836f100ef4b4ef25d6f1a01
CPU threads: 4; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

(In reply to m_a_riosv from comment #3)
> Maybe some clipboard manager installed, if not try to disable clipboard
> history (Settings->System->Clipboard).
Juho, please let us know if you have some special configuration or use a
clipboard manager.

When you get a crash, do you get a dialog that allows sending a crash report?
If so, please do share the link to one.

Also, please update to 24.2.3 and test again. We have the similar bug 160751,
which a contributor can't reproduce anymore in 24.2.3.

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

[Bug 161142] DATA LOSS!!! Libreoffice calc comments vanished

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161142

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Sorry that happened to you.

I understand it wasn't all the comments in all the sheets?
Note that there is a command to remove all comments: Sheet > Cell Comments >
Delete all comments. That action does not currently ask to confirm, please see
bug 160219.

Unfortunately, without more precise steps to reproduce the issue (format used,
commands used), and possibly a sample document attached here, we won't be able
to investigate.

Furthermore, version 6.4 is not maintained anymore, so please update to a
currently maintained version, preferably 24.2.
Please let us know if you still experience the issue, and if that's the case,
provide more details.

Thank you!

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

[Bug 160965] With French text; space before ? ! and other signs is automatically being changed to a grey field instead of just a space.

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160965

--- Comment #6 from Mikkel  ---
Thanks, that worked. It is Ctrl+F8 in my case. Or in the menu: View -> Field
shadings.

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

[Bug 160888] Cannot unprotect protected macro library

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160888

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
(In reply to Theo from comment #2)
> Just checking: did you save, close and then reopen the file? 
> I can re-enter the password fine, as long as I don't close and reopen the
> file.
Yes, I did that. Can't reproduce on Linux, with gtk3 nor gen VCL plugins.
I also tested on Windows 11 with LO 24.2.2.2, couldn't reproduce either.
I can't start my macOS VM at the moment, so will have to wait for another mac
user to test.

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

[Bug 161143] New: Updated to version 24.2.3.2 (x86_64) and Calc autofilter format error when file re-opened to continue working on it

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161143

Bug ID: 161143
   Summary: Updated to version 24.2.3.2 (x86_64) and Calc
autofilter format error when file re-opened to
continue working on it
   Product: LibreOffice
   Version: 24.2.3.2 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: grinaho...@aol.com

Description:
Updated to version 24.2.3.2 (x86_64) and Calc autofilter data error when file
opened to continue working on it. The heading row of the autofilter had the
cell info but was invisible in the cell. You can see the data in the top
equation line but not in the cell. However, it only did this for four of the
columns. This issue happened on every sheet in the workbook.

Steps to Reproduce:
1. n/a
2.
3.

Actual Results:
n/a - no other computers to upgrade version

Expected Results:
n/a


Reproducible: Didn't try


User Profile Reset: Yes

Additional Info:
Version: 24.2.3.2 (X86_64) / LibreOffice Community
Build ID: 433d9c2ded56988e8a90e6b2e771ee4e6a5ab2ba
CPU threads: 8; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Bug 114426] [META] Caption bugs and enhancements

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114426
Bug 114426 depends on bug 149806, which changed state.

Bug 149806 Summary: [VIEWING] Figure caption displays as cut-off when changing 
anchor to "to character" then undo
https://bugs.documentfoundation.org/show_bug.cgi?id=149806

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

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

[Bug 105948] [META] Undo/Redo bugs and enhancements

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105948
Bug 105948 depends on bug 149806, which changed state.

Bug 149806 Summary: [VIEWING] Figure caption displays as cut-off when changing 
anchor to "to character" then undo
https://bugs.documentfoundation.org/show_bug.cgi?id=149806

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

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

[Bug 149806] [VIEWING] Figure caption displays as cut-off when changing anchor to "to character" then undo

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149806

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 OS|Windows (All)   |All
 Status|NEW |RESOLVED
 CC||stephane.guillou@libreoffic
   ||e.org
 Resolution|--- |DUPLICATE

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
Reproduced in:

Version: 7.3.7.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.4
Calc: threaded

How much of the caption remains visible depends on zoom level.

Not reproduced anymore in:

Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 1b45ca1aa7d7cb8e7adcc07f8c60e26a413eca8c
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: CL threaded

Bibisected the fix with linux-64-7.6 repo to first _good_ build
[4b652faf4fecb2e0c4adecbc26edec99a3118302] which is:

commit  d68e428a2ab9f0027ff82d67ae2492d143364586
author  Justin Luth Thu Mar 16 18:49:12 2023 -0400
committer   Miklos VajnaWed Mar 22 10:39:53 2023 +
tdf#135581 sw UI: keep image in place when changing anchor
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149012

Thanks Justin! :)

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

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

[Koha-bugs] [Bug 36854] Add search index mappings for preceding and succeeding entry of serial ISSNs to Elasticsearch MARC21 indexes

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36854

--- Comment #13 from Aleisha Amohia  ---
(In reply to Caroline Cyr La Rose from comment #11)
> 
> What is the exact use case Aleisha? They want to use the index drop-down,
> choose ISSN, type in an ISSN and find all related periodicals? Or is it for
> an integration with another tool?

Originally they had been interested in both the 'standard number' and 'ISSN'
advanced search dropdowns also searching the 780$x and 785$x

In saying that they have decided this is no longer a priority for them, so if
there isn't agreement on the best way to make these tags searchable then we can
probably close this report for now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Bug 113374] [META] Language and help package issues

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113374

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||156302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156302
[Bug 156302] LibreOffice langpack installations cannot run on Apple Silicon,
requires Rosetta
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 156302] LibreOffice langpack installations cannot run on Apple Silicon, requires Rosetta

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156302

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Ever confirmed|0   |1
  Component|LibreOffice |Installation
URL||https://www.reddit.com/r/li
   ||breoffice/comments/1833uv9/
   ||language_pack_for_apple_sil
   ||icon_requires_rosetta_2/
 Status|UNCONFIRMED |NEW
Summary|Libreoffice langpack|LibreOffice langpack
   |installations cannot run on |installations cannot run on
   |Apple Silicon   |Apple Silicon, requires
   ||Rosetta
 CC||cl...@documentfoundation.or
   ||g
 Blocks||113374

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
Confirmed by other user on Reddit:
https://www.reddit.com/r/libreoffice/comments/1833uv9/language_pack_for_apple_silicon_requires_rosetta_2/

@MacUser, do you still experience this with LO 24.2?

@Cloph, any thoughts?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113374
[Bug 113374] [META] Language and help package issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160641] [LOCALHELP] Explain what is multithread setting in Calc option help page

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160641

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 160905] Vertical and horizontal page shift when viewing the document in separate windows -- Make this position independent form ZOOM_FACTORS, VIEVING_MODES and WINDOWS_SIZES

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160905

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160881] Forms: Checkboxes and Radiobuttons couldn't set readonly, only could set disabled

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160881

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Bug 157748] Macros are not executed.

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157748

--- Comment #3 from QA Administrators  ---
Dear Eric,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Bug 157748] Macros are not executed.

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157748

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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

[Bug 160881] Forms: Checkboxes and Radiobuttons couldn't set readonly, only could set disabled

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160881

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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

[Bug 157608] FORMATTING: In the Table of Contents, style switches to italic after an accentuated character.

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157608

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

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

[Bug 157608] FORMATTING: In the Table of Contents, style switches to italic after an accentuated character.

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157608

--- Comment #4 from QA Administrators  ---
Dear mgraschevalier,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Bug 154816] Can't refresh control after selecting it with mouse click

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154816

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

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

[Bug 143602] Read only from DropBox

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143602

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

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

[Bug 143602] Read only from DropBox

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143602

--- Comment #8 from QA Administrators  ---
Dear Josef Kytnar,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Bug 154816] Can't refresh control after selecting it with mouse click

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154816

--- Comment #8 from QA Administrators  ---
Dear lowell_friesen,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Bug 157806] Address from Evolution Address Book defined but not displayed

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157806

--- Comment #4 from QA Administrators  ---
Dear Paul Mirowsky,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Bug 145882] Edit button missing in LibreOffice Online

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145882

--- Comment #2 from QA Administrators  ---
Dear Christian Lampe,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Bug 89519] re-export in PPT - some drawings are lost (but not in PPTX) (WPS)

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89519

--- Comment #5 from QA Administrators  ---
Dear Ljiljan,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 83389] Export as EPS: lost transparency and fill color

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83389

--- Comment #13 from QA Administrators  ---
Dear Supantha Pandit,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 67145] CRASH: ODBC - Firebird: Attempting to edit table definition causes abort

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67145

--- Comment #50 from QA Administrators  ---
Dear Robert Großkopf,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 39935] Disabled Asian or CTL language value should default to "None"

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39935

--- Comment #15 from QA Administrators  ---
Dear Christophe Strobbe,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 143396] nVidia GPU Skia Vulkan -- Quadro K2000 (Device: 0xffe)-- resizing floating Sidebar and dragging deck wider while crossing onto main LO window frame.

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143396

--- Comment #13 from QA Administrators  ---
Dear V Stuart Foote,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 37592] lists from Writer not inserts as lists in Draw and Impress

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37592

--- Comment #12 from QA Administrators  ---
Dear sasha.libreoffice,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 129343] Line cannot be regenerated after its width has been reduced to zero

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129343

--- Comment #7 from QA Administrators  ---
Dear R. Green,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 115376] Lists exported to EPUB are generating p elements instead of ol/ul + li

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115376

--- Comment #7 from QA Administrators  ---
Dear Daniel Glazman,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 122072] Cut & paste image from TurboCad inserted in Writer doc is not correctly reproduced

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122072

--- Comment #15 from QA Administrators  ---
Dear Amjad Qazi,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Bug 152416] Use Libreoffice with 64 bit Apple chip

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152416

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

  Component|iOS Editor  |Installation

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

[Bug 105948] [META] Undo/Redo bugs and enhancements

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105948

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|148688  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148688
[Bug 148688] Undo change of anchor positions image at wrong spot
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 148688] Undo change of anchor positions image at wrong spot

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148688

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Blocks|105948  |
 Status|NEW |RESOLVED
 CC||stephane.guillou@libreoffic
   ||e.org
   Keywords|bibisectRequest |bibisectNotNeeded

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Reproduced in:

Version: 7.3.7.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.4
Calc: threaded

Resolved in:

Version: 7.6.6.3 (X86_64) / LibreOffice Community
Build ID: d97b2716a9a4a2ce1391dee1765565ea469b0ae7
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Bibisected the fix with linux-64-7.6 repo to first _good_ build
[759c8683c6345dd728a907d4e89e6745ae9163a1] which is:

commit  5a25d9252791409f5e73616ff752a9ae8227aaf7
author  Miklos VajnaMon Jun 05 20:07:56 2023 +0200
committer   Miklos VajnaTue Jun 06 13:30:45 2023 +0200
tdf#140066 sw: fix bad position of textbox after anchor type change + undo
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152627

Thank you Miklos!

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105948
[Bug 105948] [META] Undo/Redo bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 140205] Dragging an image frame anchored as 'as character' twice followed by undo breaks layout

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140205

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #9 from Stéphane Guillou (stragu) 
 ---
With comment 0 and comment 4 steps and LO 7.2.0.4, I can usually reproduce:
- layout not true to original
- frame and image out of sync

However, I don't reproduce anymore with:

Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 1b45ca1aa7d7cb8e7adcc07f8c60e26a413eca8c
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: CL threaded

Undoing always restores original position. I tried quite a few times.

Telesto, can you please test again with a daily build?

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

[Bug 161048] Background processes are left opened by LO Dev on Windows since 2024.05.08

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161048

--- Comment #15 from ady  ---
(In reply to m_a_riosv from comment #14)
> I have it installed in a different path than C:Program Files, with several
> other versions.
> 
> After running four different versions at the same time, and closing the
> latest 24.8.0.0.alpha1+, all soffice.* closes.

Thank you. I have uninstalled LO and LO Dev several times already, trying to
avoid the problem (with any date after 2024-05-06, the last one that works for
me). I guess I cannot keep testing/using LO Dev anymore :(.

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

[Bug 148719] Moving an caption frame multiple times & undoing the movement is shrinking caption frame

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148719

--- Comment #9 from Stéphane Guillou (stragu) 
 ---
*** Bug 147312 has been marked as a duplicate of this bug. ***

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

[Bug 105948] [META] Undo/Redo bugs and enhancements

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105948

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|147312  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=147312
[Bug 147312] Undo of anchor position change does brake object position (ODT)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 147312] Undo of anchor position change does brake object position (ODT)

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147312

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Blocks|105948  |
 Resolution|--- |DUPLICATE
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Repro in:

Version: 7.4.0.3 / LibreOffice Community
Build ID: f85e47c08ddd19c015c0114a68350214f7066f5a
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Squeezing resolved in 7.5.9.

Bibisected the fix with linux-64-7.5 repo to first _good_ build
[d20ec87fcdc542f92d0d38c9b729350434d2f322] which is:

commit  24122c202149761121ffde6788d1b28b6f3ca8f1
author  Noel GrandinMon Nov 07 13:18:35 2022 +0200
committer   Noel GrandinMon Nov 07 13:52:48 2022 +0100
tdf#148719 Moving caption frame & undoing is shrinking caption frame
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142371

At that commit, the layout below the title was not restored to its original
state, but it is now fixed in recent versions.

Thank you Noel!

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105948
[Bug 105948] [META] Undo/Redo bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 137073] Changing anchor position of image and undo does not restore the image's original position

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137073

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 CC||stephane.guillou@libreoffic
   ||e.org
 Status|NEW |RESOLVED
   Keywords|bibisectRequest |bibisectNotNeeded

--- Comment #7 from Stéphane Guillou (stragu) 
 ---
Reproduced in:

Version: 7.1.0.3 / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

A zoom level change would refresh the wrap, but the frame still wouldn't be in
its original place.

Resolved in:

Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 1b45ca1aa7d7cb8e7adcc07f8c60e26a413eca8c
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: CL threaded

and in 7.6.6.3 and 7.3.7.2.

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

[Bug 105948] [META] Undo/Redo bugs and enhancements

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105948
Bug 105948 depends on bug 137073, which changed state.

Bug 137073 Summary: Changing anchor position of image and undo does not restore 
the image's original position
https://bugs.documentfoundation.org/show_bug.cgi?id=137073

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

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

[Bug 140304] Changing anchor from 'as character 'to character' changes the whole position of the image

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140304

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||7073
 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #12 from Stéphane Guillou (stragu) 
 ---
(In reply to Telesto from comment #10)
> Bug A
> 1. Open attachment 163568 [details] 
> 2. Open the Navigator.
> 3. Double click Frame301 (Notice a gray border around image + caption frame;
> the image is visually inside the frame)
> 4. Save a Copy as DOCX 2010-365
> 5. Open the copy
> 6. Notice that frame is around the caption text (apparently excluding the
> image). It's actually inside the frame (double click Frame301). The visual
> feedback is slightly confusing.
Can't reproduce this. Frame becomes a Drawing object, double-clicking Drawing
object Frame301 in DOCX shows handles around caption+image.
> 
> Bug B
> 1. Open attachment 163568 [details] 
> 2. Save As DOCX 2010-365
> 3. File Reload
> 4. Select the frame (not the image) called Figure 3 (Frame286 in navigator)
> 5. Change the anchor to: 'To Character'
> 6. CTRL+Z. Frame and image are out of sync.
I can see that. Looks like bug 137073.

Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 1b45ca1aa7d7cb8e7adcc07f8c60e26a413eca8c
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: CL threaded

Closing as "works for me".

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

[Bug 137073] Changing anchor position of image and undo does not restore the image's original position

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137073

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Koha-bugs] [Bug 36766] Add command-line utility to SFTP a file to a remote server

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36766

--- Comment #7 from Alex Buckley  ---
Created attachment 166859
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166859=edit
Bug 36766: Only list the file basename as the SFTP put destination

Sponsored-by: Horowhenua Libraries, Toi Ohomai Institute of Technology, Plant
and Food Research Limited, Waitaki District Council, South Taranaki District
Council New Zealand

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Bug 160587] Crash in: salhelper::Thread::launch()

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160587

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 Status|UNCONFIRMED |NEEDINFO
 CC||stephane.guillou@libreoffic
   ||e.org
 Ever confirmed|0   |1

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thank you for the report.

I could not reproduce with non-portable version:

Version: 24.2.2.2 (X86_64) / LibreOffice Community
Build ID: d56cc158d8a96260b836f100ef4b4ef25d6f1a01
CPU threads: 4; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Couldn't either with a portable version:

Version: 24.2.3.2 (x86) / LibreOffice Community
Build ID: 433d9c2ded56988e8a90e6b2e771ee4e6a5ab2ba
CPU threads: 4; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Do you only experience this with the portable version?
Can you please test version 24.2.3, recently released?
And please share the full version information from Help > About LibreOffice
(there's a copy button). You are on Windows 7, correct?

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

[Koha-bugs] [Bug 32722] Mandatory subfields from UNIMARC framework shouldn't block the creation of a bib record when field itself is optional

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32722

--- Comment #13 from Phil Ringnalda  ---
FWIW, my suggestion would be three bugs:

1. Major: Revert the mandatory changes to the UNIMARC frameworks we ship, since
they should be a "Mandatory if tag is used" which doesn't currently exist.

2. Enh: Add a third checkbox for subfields (in both UNIMARC and MARC21) for
"Mandatory if tag is used".

3. Normal, dependent on 2: Change the UNIMARC frameworks we ship to check
*that* box for the things reverted in 1.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Bug 161138] You're limiting the donation amount

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161138

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
Summary|You're limiting me  |You're limiting the
   ||donation amount

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

[Bug 161138] You're limiting me

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161138

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
Can't reproduce either on Firefox on Android.
In any case, bugs about the websites are to be reported on our Redmine:
https://redmine.documentfoundation.org/
If you open a report, please add details about your web browser and
configuration.

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

[Bug 161138] You're limiting me

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161138

m_a_riosv  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

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

[Bug 161089] Text truncated at the end of slides after save

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161089

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEEDINFO|RESOLVED

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
Thank you! Given the version number and the description, I am pretty confident
this the same issue as bug 153161.

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

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

[Koha-bugs] [Bug 24424] Advanced editor - interface hangs as "Loading" when given an invalid bib number

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24424

--- Comment #5 from Phil Ringnalda  ---
First step toward a warning is bug 36891.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36891] Restore returning 404 from svc/bib when the bib number doesn't exist

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36891

Phil Ringnalda  changed:

   What|Removed |Added

   Assignee|p...@chetcolibrary.org  |koha-b...@lists.koha-commun
   ||ity.org

--- Comment #2 from Phil Ringnalda  ---
The nice part is that it works, http://127.0.0.1:8081/cgi-bin/koha/svc/bib/289
returns a bib, http://127.0.0.1:8081/cgi-bin/koha/svc/bib/9 returns a
404.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36891] Restore returning 404 from svc/bib when the bib number doesn't exist

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36891

--- Comment #1 from Phil Ringnalda  ---
Created attachment 166858
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166858=edit
Bug 36891: Naive attempt to fix svc/bib to return 404 when bib number not found

But of course it can't be simple. After just adding if ( defined $biblio ) and
reindenting and tidying what I indented, I'm told that I made two more untidy
lines.

And there's a bad smell around the "if ( defined $record )" since I don't see
how it could be false, because $biblio->metadata->record doesn't return undef.
But maybe I'm missing something.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36085] Protected Status should come with a permission

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36085

David Cook  changed:

   What|Removed |Added

 CC||dc...@prosentient.com.au

--- Comment #2 from David Cook  ---
Mmm that's an interesting one. 

My original vision for this was to have it manageable only be superlibrarians
(or no web users at all even).

It looks like Magnus thought about a permission for changing the protected flag
in comment 14 of bug 26170. 

The hard part about adding a permission is then who is allowed to set that
permission? (Sort of a "who watches the watcher" scenario.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36891] Restore returning 404 from svc/bib when the bib number doesn't exist

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36891

David Cook  changed:

   What|Removed |Added

 CC||dc...@prosentient.com.au

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Bug 161089] Text truncated at the end of slides after save

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161089

--- Comment #2 from dtay...@consiliumaquissulis.com ---
The issue appears to have been fixed in version 24.2.3.2; I can't reproduce it
in this version.  Thanks for you help.

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

[Bug 161142] New: DATA LOSS!!! Libreoffice calc comments vanished

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161142

Bug ID: 161142
   Summary: DATA LOSS!!! Libreoffice calc comments vanished
   Product: LibreOffice
   Version: 6.4.7.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ralf.feh...@gmx.net

Description:
As the title says, the comments in arbitrary cells of a calc document have
vanished!

I have a document with serious data which I use dayly. Today I have seen, that
random data dissapeared.

Steps to Reproduce:
no hint why this happened.

Actual Results:
comments randomly vanished

Expected Results:
NO DATA LOSS , of course!


Reproducible: Always


User Profile Reset: No

Additional Info:
[Information automatically included from LibreOffice]
Locale: de
Module: SpreadsheetDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes

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

[Koha-bugs] [Bug 36891] New: Restore returning 404 from svc/bib when the bib number doesn't exist

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36891

Bug ID: 36891
   Summary: Restore returning 404 from svc/bib when the bib number
doesn't exist
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Cataloging
  Assignee: p...@chetcolibrary.org
  Reporter: p...@chetcolibrary.org
QA Contact: testo...@bugs.koha-community.org
CC: m.de.r...@rijksmuseum.nl

Prior to bug 29697, svc/bib used GetMarcBiblio which returned undef if the
requested bib number didn't exist, and returned a 404 if the record was
undefined. That was switched to using Koha::Biblios->find, which returns undef
if the bib number doesn't exist, and then calling undef->metadata->record,
which doesn't go well. The if  (defined $record) just needs to move up a line
and be if  (defined $biblio) on the return from the call that actually does
return undef.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36871] DefaultHoldPickupLocation = logged in library on multi-holds

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36871

--- Comment #2 from Lucas Gass  ---
This patch sets the 'Pickup location' according to the
DefaultHoldPickupLocation but not the 'Pickup at' higher up because I was
unsure how you'd set that to the item's home/holding branch when there are more
than 1 holds being placed. 

I was thinking it would be nice that if you changed 'Pickup at' al the lower
'Pickup location' would also change to what you choose?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36871] DefaultHoldPickupLocation = logged in library on multi-holds

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36871

Lucas Gass  changed:

   What|Removed |Added

   Patch complexity|--- |Trivial patch
   Severity|enhancement |normal
 CC||lu...@bywatersolutions.com
   Assignee|koha-b...@lists.koha-commun |lu...@bywatersolutions.com
   |ity.org |

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36871] DefaultHoldPickupLocation = logged in library on multi-holds

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36871

--- Comment #1 from Lucas Gass  ---
Created attachment 166857
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166857=edit
Bug 36871: Honor DefaultHoldPickupLocation when placing holds for multiple
items at once

To test:
0. Make sure the DefaultHoldPickupLocation system preference is set to logged
in library.
1. In the staff interface, search the catalog with a term that will return a
couple of items (e.g. Shakespeare)
2. In the search results, select two or more results
3. Click Place hold
4. Search for a patron (e.g. Acevedo)
   --> "Pickup location" is empty and the staff member must select the library
5. APPLY PATCH and restart_all
6. Try again, the default should be set according to the
DefaultHoldPickupLocation system preference

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36871] DefaultHoldPickupLocation = logged in library on multi-holds

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36871

Lucas Gass  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Bug 161138] You're limiting me

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161138

breadsath...@gmail.com changed:

   What|Removed |Added

 CC||breadsath...@gmail.com

--- Comment #2 from breadsath...@gmail.com ---
Couldn't reproduce using:

https://www.libreoffice.org/donate/

The text box allowed me to change the value.

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

[Bug 161084] FILESAVE PDF PAC tool reports "Link annotation is not nested inside a Link structure element" error with page headers

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161084

breadsath...@gmail.com changed:

   What|Removed |Added

 CC||breadsath...@gmail.com

--- Comment #1 from breadsath...@gmail.com ---
Could not reproduce in:

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: e939685f9c6918830bd3097062790bfccbce937e
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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

[Bug 161140] Writer freezes/crashes when trying to copy certain part of text

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161140

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m_a_riosv  ---
I can not reproduce with
Version: 24.2.3.2 (X86_64) / LibreOffice Community
Build ID: 433d9c2ded56988e8a90e6b2e771ee4e6a5ab2ba
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: default; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded

Maybe some clipboard manager installed, if not try to disable clipboard history
(Settings->System->Clipboard).

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

[Koha-bugs] [Bug 36890] New: Add ability to limit purchase suggestion when fines are over a threshold

2024-05-16 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36890

Bug ID: 36890
   Summary: Add ability to limit purchase suggestion when fines
are over a threshold
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Acquisitions
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: lisette.sch...@bywatersolutions.com
QA Contact: testo...@bugs.koha-community.org

Libraries would like the ability to block users from suggesting if they have
fines/fees above a threshold.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Bug 161138] You're limiting me

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161138

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
I can't reproduce such limitation on 
https://www.libreoffice.org/donate/

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

[Bug 161137] Inserting autotext converts style into direct formatting

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161137

--- Comment #4 from breadsath...@gmail.com ---
Created attachment 194160
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194160=edit
Image of the indentation produced by the autotext after it is inserted and the
style inspector

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

[Bug 161048] Background processes are left opened by LO Dev on Windows since 2024.05.08

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161048

--- Comment #14 from m_a_riosv  ---
Not repro with
Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 1b45ca1aa7d7cb8e7adcc07f8c60e26a413eca8c
CPU threads: 16; OS: Windows 11 X86_64 (10.0 build 22631); UI render:
Skia/Vulkan; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

I have it installed in a different path than C:Program Files, with several
other versions.

After running four different versions at the same time, and closing the latest
24.8.0.0.alpha1+, all soffice.* closes.

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

[Bug 161137] Inserting autotext converts style into direct formatting

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161137

breadsath...@gmail.com changed:

   What|Removed |Added

 CC||breadsath...@gmail.com

--- Comment #3 from breadsath...@gmail.com ---
Hi, I could not reproduce this issue. The auto text formats into the left
margin by -1 cm as intended.

I used:

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: e939685f9c6918830bd3097062790bfccbce937e
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Maybe someone else can reproduce it.

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

  1   2   3   4   5   6   7   8   9   10   >