Skip to content

Commit

Permalink
Pickles Framework v2.1.19
Browse files Browse the repository at this point in the history
- `autoindex` に、`class` オプションを追加。 CSSでのスタイル制御が容易になった。
- サイトマップキャッシュ生成に関するパフォーマンスを改善した。
- 新しい設定項目 `$conf->sitemap_cache_db_insert_unit_size` を追加した。
- その他、細かい不具合の修正、内部コードの修正など。
  • Loading branch information
tomk79 committed Nov 12, 2023
1 parent 2a494c7 commit 68e356e
Show file tree
Hide file tree
Showing 57 changed files with 1,653 additions and 236 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pickles Framework(PxFW) は、DB不要、オープンソースのPHP製静的CMS

## 更新履歴 - Change log

### Pickles Framework v2.1.19 (リリース日未定)
### Pickles Framework v2.1.19 (2023年11月13日)

- `autoindex` に、`class` オプションを追加。 CSSでのスタイル制御が容易になった。
- サイトマップキャッシュ生成に関するパフォーマンスを改善した。
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@php ./vendor/phpunit/phpunit/phpunit"
] ,
"documentation": [
"@php ./phpDocumentor.phar --title \"Pickles Framework v2.1.18 API Document\" -d \"./php/\",\"./theme/php/\" -t \"./docs/\""
"@php ./phpDocumentor.phar --title \"Pickles Framework v2.1.19 API Document\" -d \"./php/\",\"./theme/php/\" -t \"./docs/\""
]
} ,
"minimum-stability": "dev",
Expand Down
8 changes: 6 additions & 2 deletions docs/classes/picklesFramework2-bowl.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pickles Framework v2.1.18 API Document</title>
<title>Pickles Framework v2.1.19 API Document</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
Expand All @@ -24,7 +24,7 @@
</head>
<body id="top">
<header class="phpdocumentor-header phpdocumentor-section">
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.18 API Document</a></h1>
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.19 API Document</a></h1>
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
<label class="phpdocumentor-header__menu-icon" for="menu-button">
<i class="fas fa-bars"></i>
Expand Down Expand Up @@ -62,6 +62,10 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
<li>
<a href="namespaces/picklesframework2-commands.html" class="">commands</a>

</li>
<li>
<a href="namespaces/picklesframework2-helpers.html" class="">helpers</a>

</li>
<li>
<a href="namespaces/picklesframework2-processors.html" class="">processors</a>
Expand Down
8 changes: 6 additions & 2 deletions docs/classes/picklesFramework2-commands-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pickles Framework v2.1.18 API Document</title>
<title>Pickles Framework v2.1.19 API Document</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
Expand All @@ -24,7 +24,7 @@
</head>
<body id="top">
<header class="phpdocumentor-header phpdocumentor-section">
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.18 API Document</a></h1>
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.19 API Document</a></h1>
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
<label class="phpdocumentor-header__menu-icon" for="menu-button">
<i class="fas fa-bars"></i>
Expand Down Expand Up @@ -62,6 +62,10 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
<li>
<a href="namespaces/picklesframework2-commands.html" class="">commands</a>

</li>
<li>
<a href="namespaces/picklesframework2-helpers.html" class="">helpers</a>

</li>
<li>
<a href="namespaces/picklesframework2-processors.html" class="">processors</a>
Expand Down
8 changes: 6 additions & 2 deletions docs/classes/picklesFramework2-commands-clearcache.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pickles Framework v2.1.18 API Document</title>
<title>Pickles Framework v2.1.19 API Document</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
Expand All @@ -24,7 +24,7 @@
</head>
<body id="top">
<header class="phpdocumentor-header phpdocumentor-section">
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.18 API Document</a></h1>
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.19 API Document</a></h1>
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
<label class="phpdocumentor-header__menu-icon" for="menu-button">
<i class="fas fa-bars"></i>
Expand Down Expand Up @@ -62,6 +62,10 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
<li>
<a href="namespaces/picklesframework2-commands.html" class="">commands</a>

</li>
<li>
<a href="namespaces/picklesframework2-helpers.html" class="">helpers</a>

</li>
<li>
<a href="namespaces/picklesframework2-processors.html" class="">processors</a>
Expand Down
8 changes: 6 additions & 2 deletions docs/classes/picklesFramework2-commands-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pickles Framework v2.1.18 API Document</title>
<title>Pickles Framework v2.1.19 API Document</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
Expand All @@ -24,7 +24,7 @@
</head>
<body id="top">
<header class="phpdocumentor-header phpdocumentor-section">
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.18 API Document</a></h1>
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.19 API Document</a></h1>
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
<label class="phpdocumentor-header__menu-icon" for="menu-button">
<i class="fas fa-bars"></i>
Expand Down Expand Up @@ -62,6 +62,10 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
<li>
<a href="namespaces/picklesframework2-commands.html" class="">commands</a>

</li>
<li>
<a href="namespaces/picklesframework2-helpers.html" class="">helpers</a>

</li>
<li>
<a href="namespaces/picklesframework2-processors.html" class="">processors</a>
Expand Down
8 changes: 6 additions & 2 deletions docs/classes/picklesFramework2-commands-phpinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pickles Framework v2.1.18 API Document</title>
<title>Pickles Framework v2.1.19 API Document</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
Expand All @@ -24,7 +24,7 @@
</head>
<body id="top">
<header class="phpdocumentor-header phpdocumentor-section">
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.18 API Document</a></h1>
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.19 API Document</a></h1>
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
<label class="phpdocumentor-header__menu-icon" for="menu-button">
<i class="fas fa-bars"></i>
Expand Down Expand Up @@ -62,6 +62,10 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
<li>
<a href="namespaces/picklesframework2-commands.html" class="">commands</a>

</li>
<li>
<a href="namespaces/picklesframework2-helpers.html" class="">helpers</a>

</li>
<li>
<a href="namespaces/picklesframework2-processors.html" class="">processors</a>
Expand Down
46 changes: 25 additions & 21 deletions docs/classes/picklesFramework2-commands-publish.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pickles Framework v2.1.18 API Document</title>
<title>Pickles Framework v2.1.19 API Document</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
Expand All @@ -24,7 +24,7 @@
</head>
<body id="top">
<header class="phpdocumentor-header phpdocumentor-section">
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.18 API Document</a></h1>
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.19 API Document</a></h1>
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
<label class="phpdocumentor-header__menu-icon" for="menu-button">
<i class="fas fa-bars"></i>
Expand Down Expand Up @@ -62,6 +62,10 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
<li>
<a href="namespaces/picklesframework2-commands.html" class="">commands</a>

</li>
<li>
<a href="namespaces/picklesframework2-helpers.html" class="">helpers</a>

</li>
<li>
<a href="namespaces/picklesframework2-processors.html" class="">processors</a>
Expand Down Expand Up @@ -1056,7 +1060,7 @@ <h4 class="phpdocumentor-element__name" id="method_add_queue">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1033</span>
<span class="phpdocumentor-element-found-in__line">1029</span>

</aside>

Expand Down Expand Up @@ -1103,7 +1107,7 @@ <h4 class="phpdocumentor-element__name" id="method_alert_log">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">819</span>
<span class="phpdocumentor-element-found-in__line">818</span>

</aside>

Expand Down Expand Up @@ -1150,7 +1154,7 @@ <h4 class="phpdocumentor-element__name" id="method_cleanup_tmp_publish_dir">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">862</span>
<span class="phpdocumentor-element-found-in__line">861</span>

</aside>

Expand Down Expand Up @@ -1204,7 +1208,7 @@ <h4 class="phpdocumentor-element__name" id="method_clearcache">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">843</span>
<span class="phpdocumentor-element-found-in__line">842</span>

</aside>

Expand Down Expand Up @@ -1381,7 +1385,7 @@ <h4 class="phpdocumentor-element__name" id="method_get_path_publish_dir">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1189</span>
<span class="phpdocumentor-element-found-in__line">1184</span>

</aside>

Expand Down Expand Up @@ -1414,7 +1418,7 @@ <h4 class="phpdocumentor-element__name" id="method_get_region_root_path">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1167</span>
<span class="phpdocumentor-element-found-in__line">1163</span>

</aside>

Expand Down Expand Up @@ -1449,7 +1453,7 @@ <h4 class="phpdocumentor-element__name" id="method_is_ignore_path">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1076</span>
<span class="phpdocumentor-element-found-in__line">1072</span>

</aside>

Expand Down Expand Up @@ -1496,7 +1500,7 @@ <h4 class="phpdocumentor-element__name" id="method_is_locked">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1252</span>
<span class="phpdocumentor-element-found-in__line">1247</span>

</aside>

Expand Down Expand Up @@ -1531,7 +1535,7 @@ <h4 class="phpdocumentor-element__name" id="method_is_region_path">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1132</span>
<span class="phpdocumentor-element-found-in__line">1128</span>

</aside>

Expand Down Expand Up @@ -1578,7 +1582,7 @@ <h4 class="phpdocumentor-element__name" id="method_lock">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1208</span>
<span class="phpdocumentor-element-found-in__line">1203</span>

</aside>

Expand Down Expand Up @@ -1613,7 +1617,7 @@ <h4 class="phpdocumentor-element__name" id="method_log">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">796</span>
<span class="phpdocumentor-element-found-in__line">795</span>

</aside>

Expand Down Expand Up @@ -1660,7 +1664,7 @@ <h4 class="phpdocumentor-element__name" id="method_make_list_by_dir_scan">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">945</span>
<span class="phpdocumentor-element-found-in__line">944</span>

</aside>

Expand Down Expand Up @@ -1707,7 +1711,7 @@ <h4 class="phpdocumentor-element__name" id="method_make_list_by_sitemap">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">923</span>
<span class="phpdocumentor-element-found-in__line">922</span>

</aside>

Expand Down Expand Up @@ -1742,7 +1746,7 @@ <h4 class="phpdocumentor-element__name" id="method_sync_dir">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">641</span>
<span class="phpdocumentor-element-found-in__line">640</span>

</aside>

Expand Down Expand Up @@ -1807,7 +1811,7 @@ <h4 class="phpdocumentor-element__name" id="method_sync_dir_compare_and_cleanup"
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">742</span>
<span class="phpdocumentor-element-found-in__line">741</span>

</aside>

Expand Down Expand Up @@ -1874,7 +1878,7 @@ <h4 class="phpdocumentor-element__name" id="method_sync_dir_copy_r">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">662</span>
<span class="phpdocumentor-element-found-in__line">661</span>

</aside>

Expand Down Expand Up @@ -1950,7 +1954,7 @@ <h4 class="phpdocumentor-element__name" id="method_touch_lockfile">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1290</span>
<span class="phpdocumentor-element-found-in__line">1285</span>

</aside>

Expand Down Expand Up @@ -1985,7 +1989,7 @@ <h4 class="phpdocumentor-element__name" id="method_unlock">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1274</span>
<span class="phpdocumentor-element-found-in__line">1269</span>

</aside>

Expand Down Expand Up @@ -2020,7 +2024,7 @@ <h4 class="phpdocumentor-element__name" id="method_validate">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="php/commands/publish.php"><a href="files/php-commands-publish.html"><abbr title="php/commands/publish.php">publish.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">835</span>
<span class="phpdocumentor-element-found-in__line">834</span>

</aside>

Expand Down
Loading

0 comments on commit 68e356e

Please sign in to comment.