Skip to content

Commit

Permalink
Deploy docs from 2a774b3
Browse files Browse the repository at this point in the history
Tom Udding: Merge pull request #1788 from tomudding/fix/photo-upload-and-album-naming-validation

Fix album name validation and photo upload exception

Co-authored-by: tomudding <[email protected]>
  • Loading branch information
github-actions[bot] and tomudding committed Feb 8, 2024
1 parent 32b8fa2 commit 99a36b0
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 7 deletions.
8 changes: 4 additions & 4 deletions classes/Photo-Controller-AlbumAdminController.html
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ <h4 class="phpdocumentor-element__name" id="method_coverAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Photo/src/Controller/AlbumAdminController.php"><a href="files/module-photo-src-controller-albumadmincontroller.html"><abbr title="module/Photo/src/Controller/AlbumAdminController.php">AlbumAdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">283</span>
<span class="phpdocumentor-element-found-in__line">286</span>

</aside>

Expand Down Expand Up @@ -954,7 +954,7 @@ <h4 class="phpdocumentor-element__name" id="method_deleteAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Photo/src/Controller/AlbumAdminController.php"><a href="files/module-photo-src-controller-albumadmincontroller.html"><abbr title="module/Photo/src/Controller/AlbumAdminController.php">AlbumAdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">263</span>
<span class="phpdocumentor-element-found-in__line">266</span>

</aside>

Expand Down Expand Up @@ -1062,7 +1062,7 @@ <h4 class="phpdocumentor-element__name" id="method_moveAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Photo/src/Controller/AlbumAdminController.php"><a href="files/module-photo-src-controller-albumadmincontroller.html"><abbr title="module/Photo/src/Controller/AlbumAdminController.php">AlbumAdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">240</span>
<span class="phpdocumentor-element-found-in__line">243</span>

</aside>

Expand Down Expand Up @@ -1134,7 +1134,7 @@ <h4 class="phpdocumentor-element__name" id="method_uploadAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Photo/src/Controller/AlbumAdminController.php"><a href="files/module-photo-src-controller-albumadmincontroller.html"><abbr title="module/Photo/src/Controller/AlbumAdminController.php">AlbumAdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">212</span>
<span class="phpdocumentor-element-found-in__line">215</span>

</aside>

Expand Down
66 changes: 63 additions & 3 deletions classes/Photo-Form-Album.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,19 @@ <h4 id="toc-interfaces">



<h4 id="toc-properties">
Properties
<a href="classes/Photo-Form-Album.html#toc-properties" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/Photo-Form-Album.html#property_translator">$translator</a>
<span>
&nbsp;: <abbr title="\Laminas\Mvc\I18n\Translator">Translator</abbr> </span>
</dt>

</dl>

<h4 id="toc-methods">
Methods
Expand Down Expand Up @@ -472,6 +485,46 @@ <h4 id="toc-methods">



<section class="phpdocumentor-properties">
<h3 class="phpdocumentor-elements__header" id="properties">
Properties
<a href="classes/Photo-Form-Album.html#properties" class="headerlink"><i class="fas fa-link"></i></a>

</h3>
<article
class="
phpdocumentor-element
-property
-private
"
>
<h4 class="phpdocumentor-element__name" id="property_translator">
$translator
<a href="classes/Photo-Form-Album.html#property_translator" class="headerlink"><i class="fas fa-link"></i></a>

<span class="phpdocumentor-element__modifiers">
</span>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Photo/src/Form/Album.php"><a href="files/module-photo-src-form-album.html"><abbr title="module/Photo/src/Form/Album.php">Album.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">20</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type"><abbr title="\Laminas\Mvc\I18n\Translator">Translator</abbr></span>
<span class="phpdocumentor-signature__name">$translator</span>
</code>





</article>
</section>

<section class="phpdocumentor-methods">
<h3 class="phpdocumentor-elements__header" id="methods">
Expand Down Expand Up @@ -500,15 +553,15 @@ <h4 class="phpdocumentor-element__name" id="method___construct">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Laminas\Mvc\I18n\Translator">Translator</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$translate</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Laminas\Mvc\I18n\Translator">Translator</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$translator</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>

<div class="phpdocumentor-label-line">
</div>

<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$translate</span>
<span class="phpdocumentor-signature__argument__name">$translator</span>
: <span class="phpdocumentor-signature__argument__return-type"><abbr title="\Laminas\Mvc\I18n\Translator">Translator</abbr></span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
Expand Down Expand Up @@ -660,10 +713,17 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/Photo-Form-Album.html#toc-methods">Methods</a></li>
<li><a href="classes/Photo-Form-Album.html#toc-properties">Properties</a></li>
<li><a href="classes/Photo-Form-Album.html#toc-methods">Methods</a></li>
</ul>
</li>

<li class="phpdocumentor-on-this-page-section__title">Properties</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/Photo-Form-Album.html#property_translator">$translator<a href="classes/Photo-Form-Album.html"></li>
</ul>
</li>

<li class="phpdocumentor-on-this-page-section__title">Methods</li>
<li>
Expand Down
5 changes: 5 additions & 0 deletions js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -14105,6 +14105,11 @@ Search.appendIndex(
"name": "getInputFilterSpecification",
"summary": "",
"url": "classes/Photo-Form-Album.html#method_getInputFilterSpecification"
}, {
"fqsen": "\\Photo\\Form\\Album\u003A\u003A\u0024translator",
"name": "translator",
"summary": "",
"url": "classes/Photo-Form-Album.html#property_translator"
}, {
"fqsen": "\\Photo\\Listener\\AlbumDate",
"name": "AlbumDate",
Expand Down

0 comments on commit 99a36b0

Please sign in to comment.