]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
merge
authorBanana <mail@bananas-playground.net>
Sun, 10 Dec 2023 18:52:35 +0000 (19:52 +0100)
committerBanana <mail@bananas-playground.net>
Sun, 10 Dec 2023 18:52:35 +0000 (19:52 +0100)
1  2 
CHANGELOG
TODO
upgrade/from-version-1.5.txt
webclient/config/config.php.default

diff --cc CHANGELOG
index 360c59335a2b36dd09a2174f6d895d9031fadc94,8f402721d64c7a4bdeefb256fd40055a7465016a..cafe2b38f06d1ddebec610948a0239ef9a15c3b2
+++ b/CHANGELOG
@@@ -1,15 -1,17 +1,19 @@@
  1.x - Chizra
 -    * Config change: Added new entry. See upgrade/from-version-1.5.txt. It won't work if it is missing.
 +    * Config change. Added new entries. See upgrade/from-version-1.5.txt. It won't work if it is missing.
+     * Config change: Added new theme config. See upgrade/from-version-1.5.txt. It won't work if it is missing.
+     * Added: #6 Feature: Duplicate search
+       This is a very limited like search based on the title field. Needs improvement and better search data.
      * Licence change to GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
-     * Cleanups
      * Fixed: #21 Debug? string in error log
      * Fixed: #22 98 theme. Attachment selection checkbox are not all selectable
      * Fixed: #26 98 theme. max column with
      * Fixed: #25 98 design. Sort direction select does not show the correct selected option
      * Fixed: #23 basic search result order
      * Fixed: Bulkedit in 98 theme and default
+     * Fixed: #24 Image upload. Automatic resize?
 +    * Updated: PHP-IMDB-Grabber to https://github.com/FabianBeiner/PHP-IMDB-Grabber/releases/tag/v6.2.1
 +      with some heavy modifications.
+     * Cleanups
  
  1.5 - Sacred Passage 2023-05-01
      * Added google books parser. See upgrade file for more infos.
diff --cc TODO
Simple merge
index 007e8a825b4d37618b91d739beca00d50e8736e6,9872986eedac14338c6619fb2bc21ae696c63229..85a0b80731a88d7cd71de50c7597095be55fdaae
@@@ -1,13 -1,15 +1,24 @@@
 -# Added new const to config.php file.
 -Use config.php.default as a help. The new line is:
 +## Added new constants to config.php file.
 +Use config.php.default as a help. The new lines are:
  const LOGFILE = PATH_SYSTEMOUT.'/bibliotheca.log';
  
 +# CURL browser settings
 +const BROWSER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0';
 +const BROWSER_ACCEPT = 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8';
 +const BROWSER_ACCEPT_LANG = 'en-US,en;q=0.5';
 +
 -);
 +## Updated tools configs
 +Please compare the default config files for googlebooks, imdbweb and musicbrainz and make the required
 +changes.
++
+ # Added new theme config to config.php file
+ Use config.php.default as a help. The new setting is:
+ # additional config for each theme with fallback
+ const UI_THEME_CONFIG = array(
+     'default' => array(
+         'coverImageMaxWidth' => 260 // in pixel. Supports image/jpeg, image/png, image/webp
+     ),
+     '98' => array(
+         'coverImageMaxWidth' => 500 // in pixel. Supports image/jpeg, image/png, image/webp
+     )
++);
Simple merge