51595 Commits

Author SHA1 Message Date
Kovid Goyal
48ed5c63f5
pep8 2025-07-12 22:35:56 +05:30
Kovid Goyal
ea7711f6c6
Merge branch 'master' of https://github.com/cbhaley/calibre 2025-07-12 22:34:58 +05:30
Charles Haley
ce0b6c243f Add a formats_path_segments() template function. 2025-07-12 13:39:02 +01:00
Kovid Goyal
9e92686c9d
Clarify where to get CALIBRE*PATH variables from 2025-07-12 10:41:56 +05:30
Kovid Goyal
78bf3c11e1
string changes 2025-07-12 06:42:11 +05:30
Mike Schwörer
eb519cac68
Change comment rows under 'Custom metadata' to grow with the window.
This changes all comment-rows in the 'Custom metadata' tab in the "Edit metadata" window
to grow in height with the window.
Comment rows are rows with datatype=comments custom fields (= multi-line fields)
The minimal height is still maintained.
If there are multiple rows with multi-line fields, they all grow.
2025-07-12 00:20:09 +02:00
Kovid Goyal
cacb6e5117
Merge branch 'master' of https://github.com/cbhaley/calibre 2025-07-11 18:53:21 +05:30
Charles Haley
baa0756113 Remove blank lines from formats_paths() documentation 2025-07-11 14:21:10 +01:00
Kovid Goyal
9e01c2b323
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2025-07-11 18:50:14 +05:30
Charles Haley
89827fde3a Allow specifying a separator in the formats_paths() function. 2025-07-11 14:18:09 +01:00
unkn0w7n
e86df5aca1 Update world_archeology.recipe 2025-07-11 18:21:20 +05:30
unkn0w7n
d52b832478 Update minerva_magazine.recipe 2025-07-11 18:21:13 +05:30
unkn0w7n
8fb31379f7 Update military_history.recipe 2025-07-11 18:21:05 +05:30
unkn0w7n
cebab6815a Update Economist News
Eliminated functions and imports related to HTML parsing and cleanup that are no longer used, simplifying the recipe. Updated article processing to use JSON-based content directly, and removed custom tag and attribute handling for HTML output.
2025-07-11 18:20:21 +05:30
unkn0w7n
8acb5ddb37 Update Ancient Egypt Magazine
Added support for selecting image resolution via a new 'res' option and updated image URLs to use the specified resolution. Enhanced tag filtering logic to include additional classes for keeping and removing tags, improving content extraction accuracy.
2025-07-11 18:18:18 +05:30
Kovid Goyal
e21256c483
version 8.6.0 v8.6.0 2025-07-11 06:55:31 +05:30
Kovid Goyal
f2043877ac
pep8 2025-07-10 21:03:05 +05:30
Kovid Goyal
5889505d92
Merge branch 'master' of https://github.com/cbhaley/calibre 2025-07-10 18:08:49 +05:30
Charles Haley
9d1b02acd2 Depending on ('' in 'abc') (empty string in string) to be true breaks my brain and IMO not readable. This is an alternate implementation that avoids that. 2025-07-10 12:41:45 +01:00
Kovid Goyal
4fe197b813
Merge branch 'improve-format_duration' of https://github.com/un-pogaz/calibre 2025-07-10 07:50:37 +05:30
un-pogaz
86e4a79f32 allow empty suffixes 2025-07-09 19:49:44 +02:00
un-pogaz
3bc9f1c4f4 GPM format_duration(): make 'largest_unit' as optional parameter 2025-07-09 19:49:44 +02:00
Kovid Goyal
85f448527b
Merge branch 'master' of https://github.com/cbhaley/calibre 2025-07-09 17:07:03 +05:30
Charles Haley
b0273893d3 format_duration() - fix misformatting in documentation 2025-07-09 11:09:55 +01:00
Charles Haley
6840d53c10 format_duration: 1) use [ ] instead of { } so it can be used in single function mode. 2) use zero for empty values. 2025-07-09 11:06:40 +01:00
Kovid Goyal
2b6acffd57
... 2025-07-09 08:45:01 +05:30
Kovid Goyal
cfd1dc75bf
Restoring database: Improve performance by using SQLITE savepoints when restoring individual books. Fixes #2796 (massive performance improvement for restoring database) 2025-07-09 08:43:51 +05:30
Kovid Goyal
f5b3f6aa0e
pep8 2025-07-09 08:37:57 +05:30
Kovid Goyal
7e88bac83a
Expose sqlite transaction via db.new_api 2025-07-09 08:23:15 +05:30
Kovid Goyal
d3af35fa6d
Merge branch 'master' of https://github.com/cbhaley/calibre 2025-07-09 08:08:25 +05:30
Kovid Goyal
7d2ff3c2a4
La Presse by quatorze 2025-07-09 07:59:52 +05:30
Charles Haley
709ed60283 New template function: format_duration(). 2025-07-08 21:51:47 +01:00
Kovid Goyal
f318210fe2
Merge branch 'master' of https://github.com/cbhaley/calibre 2025-07-08 17:21:06 +05:30
Charles Haley
3fc1bc2c2c GPM Templates: allow comments to start in any column, not just the first. 2025-07-08 12:34:10 +01:00
Kovid Goyal
bb64863046
Content server: Add a checkbox in content server user preferences to prevent a user account from changing its own password via the web interface
Useful if the user account is shared by multiple people and the server
admin doesnt want any of them to be able to change the password without
informing the others.
2025-07-07 12:04:01 +05:30
Kovid Goyal
6855d2e177
Merge branch 'master' of https://github.com/cbhaley/calibre 2025-07-06 19:08:43 +05:30
Charles Haley
7091048e4b Slight optimization of previous PR: use existing variable instead of subscripting. 2025-07-06 14:33:37 +01:00
Kovid Goyal
84974a9167
Merge branch 'master' of https://github.com/cbhaley/calibre 2025-07-06 18:37:33 +05:30
Charles Haley
7eb859147c Fix parentheses problem exposed by the db tests 2025-07-06 13:43:51 +01:00
Charles Haley
bb11deca05 Add tweak to display permit displaying series_sort for series in the tag browser. 2025-07-06 13:26:00 +01:00
Kovid Goyal
1ae5781cce
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2025-07-06 09:53:44 +05:30
unkn0w7n
b7ff8a6bcb Update 1843 2025-07-06 09:49:54 +05:30
Kovid Goyal
09a17f06e0
Completion combobox: have up/down arrow keys open the completion popup even when there is no current text 2025-07-06 09:33:46 +05:30
Kovid Goyal
4bffaa147a
kepubify: Handle long file internal paths on windows 2025-07-06 09:19:44 +05:30
Kovid Goyal
c3d35d2733
Tag browser: Fix clicking on categories to search for books by first letter of series not working correctly for non-English language books. Fixes #2116006 [Series filtering misbehaves with articles](https://bugs.launchpad.net/calibre/+bug/2116006) 2025-07-06 09:10:31 +05:30
Kovid Goyal
489665c11f
Welcome wizard: Change default output format to AZW3 for Kindle 2025-07-04 12:14:00 +05:30
Kovid Goyal
21c5c322d5
Bump version for preview release 2025-07-04 11:06:17 +05:30
Kovid Goyal
d2b7462764
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2025-07-01 20:51:51 +05:30
unkn0w7n
89bc2a9432 Update economist_news.recipe 2025-07-01 20:46:36 +05:30
Kovid Goyal
19632c98e6
Improve rendering of icon theme descriptions when description is too long to fit 2025-06-29 09:30:38 +05:30