Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Feb 25, 2020
1 parent 056fc69 commit ba3a120
Show file tree
Hide file tree
Showing 8 changed files with 493 additions and 34 deletions.
Binary file added CodeIgniter4.0.2.epub
Binary file not shown.
92 changes: 83 additions & 9 deletions docs/_static/css/citheme.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,41 @@
@import 'theme.css';

.highlighted {
padding: 0px !important;
font-weight: inherit !important;
background-color: #f1d40f !important;
/* Titles ------------------------------------------------------------------- */

h1 {
margin-bottom: 2rem;
}

h2, h3 {
margin-bottom: 2rem;
margin-top: 3rem;
}

/* Images ------------------------------------------------------------------- */

.rst-content img {
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
display: block;
height: auto!important;
margin: 3rem auto!important;
max-width: 700px;
width: 100%!important;
}

.rst-content img.align-left {
margin-right: 2rem!important;
max-width: 375px;
}

.rst-content img.align-right {
margin-left: 2rem!important;
max-width: 400px;
}

/* Navigation --------------------------------------------------------------- */

#nav {
background-color: #494949!important;
margin: 0;
Expand Down Expand Up @@ -72,10 +102,24 @@ div#pulldown-menu {
color: #aaaaaa;
}

/* Side Menu ---------------------------------------------------------------- */

.wy-side-nav-search a {
color: #ffffff;
}

.wy-side-nav-search input[type=text] {
border-color: #dd4815;
}

.wy-nav-top {
background-color: #dd4814;
}

.wy-nav-top a {
color: #ffffff!important;
}

.wy-menu-vertical a:active {
background-color: #dd4814;
}
Expand All @@ -92,21 +136,51 @@ div#pulldown-menu {
color: #97310e;
}

/* Elements ----------------------------------------------------------------- */

.highlighted {
padding: 0px !important;
font-weight: inherit !important;
background-color: #f1d40f !important;
}

.wy-alert.wy-alert-success .wy-alert-title, .rst-content .wy-alert-success.note .wy-alert-title, .rst-content .wy-alert-success.attention .wy-alert-title, .rst-content .wy-alert-success.caution .wy-alert-title, .rst-content .wy-alert-success.danger .wy-alert-title, .rst-content .wy-alert-success.error .wy-alert-title, .rst-content .hint .wy-alert-title, .rst-content .important .wy-alert-title, .rst-content .tip .wy-alert-title, .rst-content .wy-alert-success.warning .wy-alert-title, .rst-content .wy-alert-success.seealso .wy-alert-title, .rst-content .wy-alert-success.admonition-todo .wy-alert-title, .wy-alert.wy-alert-success .rst-content .admonition-title, .rst-content .wy-alert.wy-alert-success .admonition-title, .rst-content .wy-alert-success.note .admonition-title, .rst-content .wy-alert-success.attention .admonition-title, .rst-content .wy-alert-success.caution .admonition-title, .rst-content .wy-alert-success.danger .admonition-title, .rst-content .wy-alert-success.error .admonition-title, .rst-content .hint .admonition-title, .rst-content .important .admonition-title, .rst-content .tip .admonition-title, .rst-content .wy-alert-success.warning .admonition-title, .rst-content .wy-alert-success.seealso .admonition-title, .rst-content .wy-alert-success.admonition-todo .admonition-title {
background-color: #dd4814;
}

.wy-alert.wy-alert-success, .rst-content .wy-alert-success.note, .rst-content .wy-alert-success.attention, .rst-content .wy-alert-success.caution, .rst-content .wy-alert-success.danger, .rst-content .wy-alert-success.error, .rst-content .hint, .rst-content .important, .rst-content .tip, .rst-content .wy-alert-success.warning, .rst-content .wy-alert-success.seealso, .rst-content .wy-alert-success.admonition-todo {
background: rgba(0,0,0,0.05);
background: rgba(0,0,0,0.05);
}

/* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
white-space: normal;
}

.wy-table-responsive {
margin-bottom: 24px;
max-width: 100%;
overflow: visible;
margin-bottom: 24px;
max-width: 100%;
overflow: visible;
}

.rst-content dl:not(.docutils) dt {
background: #fbefeb;
color: #dd4814;
border-top: solid 3px #dd4814;
}

.wy-plain-list-disc li ul, .rst-content .section ul li ul, .rst-content .toctree-wrapper ul li ul, article ul li ul {
margin-bottom: 0.5rem;
margin-top: -0.5rem;
}

.rst-content dl:not(.docutils) dt:first-child {
margin-top: 1rem;
}

/* Footer ------------------------------------------------------------------- */

.rst-footer-buttons {
margin-bottom: 2.5rem;
margin-top: 2.5rem;
}
385 changes: 385 additions & 0 deletions docs/changelogs/v4.0.2.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/genindex.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/incoming/filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,10 @@ <h1>Controller Filters<a class="headerlink" href="#controller-filters" title="Pe
<li><a class="reference internal" href="#aliases" id="id5">$aliases</a></li>
<li><a class="reference internal" href="#globals" id="id6">$globals</a></li>
<li><a class="reference internal" href="#methods" id="id7">$methods</a></li>
<li><a class="reference internal" href="#filters" id="id8">$filters</a></li>
</ul>
</li>
<li><a class="reference internal" href="#provided-filters" id="id8">Provided Filters</a></li>
<li><a class="reference internal" href="#provided-filters" id="id9">Provided Filters</a></li>
</ul>
</div>
<p>Controller Filters allow you to perform actions either before or after the controllers execute. Unlike <a class="reference internal" href="../extending/events.html"><span class="doc">events</span></a>,
Expand Down Expand Up @@ -504,10 +505,9 @@ <h3><a class="toc-backref" href="#id7">$methods</a><a class="headerlink" href="#
<p class="first admonition-title">Note</p>
<p class="last">The AJAX requests depends on the <code class="docutils literal notranslate"><span class="pre">X-Requested-With</span></code> header, which in some cases is not sent by default in XHR requests via JavaScript (i.e. fetch). See the <a class="reference internal" href="../general/ajax.html"><span class="doc">AJAX Requests</span></a> section on how to avoid this problem.</p>
</div>
<div class="highlight-ci notranslate"><div class="highlight"><pre><span></span><span class="nv">$filters</span>
</pre></div>
</div>
<hr class="docutils" />
<div class="section" id="filters">
<h3><a class="toc-backref" href="#id8">$filters</a><a class="headerlink" href="#filters" title="Permalink to this headline"></a></h3>
<p>This property is an array of filter aliases. For each alias, you can specify before and after arrays that contain
a list of URI patterns that filter should apply to:</p>
<div class="highlight-ci notranslate"><div class="highlight"><pre><span></span><span class="k">public</span> <span class="nx">filters</span> <span class="o">=</span> <span class="p">[</span>
Expand All @@ -519,7 +519,7 @@ <h3><a class="toc-backref" href="#id7">$methods</a><a class="headerlink" href="#
</div>
</div>
<div class="section" id="provided-filters">
<h2><a class="toc-backref" href="#id8">Provided Filters</a><a class="headerlink" href="#provided-filters" title="Permalink to this headline"></a></h2>
<h2><a class="toc-backref" href="#id9">Provided Filters</a><a class="headerlink" href="#provided-filters" title="Permalink to this headline"></a></h2>
<p>Three filters are bundled with CodeIgniter4: Honeypot, Security, and DebugToolbar.</p>
</div>
</div>
Expand Down
36 changes: 18 additions & 18 deletions docs/libraries/caching.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ <h3><a class="toc-backref" href="#id2">Configuring the Cache</a><a class="header
<div class="section" id="class-reference">
<h2><a class="toc-backref" href="#id3">Class Reference</a><a class="headerlink" href="#class-reference" title="Permalink to this headline"></a></h2>
<dl class="method">
<dt id="isSupported">
<code class="descname">isSupported</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#isSupported" title="Permalink to this definition"></a></dt>
<dt>
<code class="descname">isSupported()</code></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
Expand All @@ -417,8 +417,8 @@ <h2><a class="toc-backref" href="#id3">Class Reference</a><a class="headerlink"
</dd></dl>

<dl class="method">
<dt id="get">
<code class="descname">get</code><span class="sig-paren">(</span><em>$key</em><span class="sig-paren">)</span><a class="headerlink" href="#get" title="Permalink to this definition"></a></dt>
<dt>
<code class="descname">get($key)</code></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
Expand All @@ -445,8 +445,8 @@ <h2><a class="toc-backref" href="#id3">Class Reference</a><a class="headerlink"
</dd></dl>

<dl class="method">
<dt id="save">
<code class="descname">save</code><span class="sig-paren">(</span><em>$key</em>, <em>$data</em><span class="optional">[</span>, <em>$ttl = 60</em><span class="optional">[</span>, <em>$raw = FALSE</em><span class="optional">]</span><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#save" title="Permalink to this definition"></a></dt>
<dt>
<code class="descname">save($key, $data[, $ttl = 60[, $raw = FALSE]])</code></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
Expand Down Expand Up @@ -481,8 +481,8 @@ <h2><a class="toc-backref" href="#id3">Class Reference</a><a class="headerlink"
in order to allow usage of <code class="docutils literal notranslate"><span class="pre">increment()</span></code> and <code class="docutils literal notranslate"><span class="pre">decrement()</span></code>.</p>
</div>
<dl class="method">
<dt id="delete">
<code class="descname">delete</code><span class="sig-paren">(</span><em>$key</em><span class="sig-paren">)</span><a class="headerlink" href="#delete" title="Permalink to this definition"></a></dt>
<dt>
<code class="descname">delete($key)</code></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
Expand All @@ -509,8 +509,8 @@ <h2><a class="toc-backref" href="#id3">Class Reference</a><a class="headerlink"
</dd></dl>

<dl class="method">
<dt id="increment">
<code class="descname">increment</code><span class="sig-paren">(</span><em>$key</em><span class="optional">[</span>, <em>$offset = 1</em><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#increment" title="Permalink to this definition"></a></dt>
<dt>
<code class="descname">increment($key[, $offset = 1])</code></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
Expand Down Expand Up @@ -541,8 +541,8 @@ <h2><a class="toc-backref" href="#id3">Class Reference</a><a class="headerlink"
</dd></dl>

<dl class="method">
<dt id="decrement">
<code class="descname">decrement</code><span class="sig-paren">(</span><em>$key</em><span class="optional">[</span>, <em>$offset = 1</em><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#decrement" title="Permalink to this definition"></a></dt>
<dt>
<code class="descname">decrement($key[, $offset = 1])</code></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
Expand Down Expand Up @@ -573,8 +573,8 @@ <h2><a class="toc-backref" href="#id3">Class Reference</a><a class="headerlink"
</dd></dl>

<dl class="method">
<dt id="clean">
<code class="descname">clean</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#clean" title="Permalink to this definition"></a></dt>
<dt>
<code class="descname">clean()</code></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
Expand All @@ -594,8 +594,8 @@ <h2><a class="toc-backref" href="#id3">Class Reference</a><a class="headerlink"
</dd></dl>

<dl class="method">
<dt id="cache_info">
<code class="descname">cache_info</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#cache_info" title="Permalink to this definition"></a></dt>
<dt>
<code class="descname">cache_info()</code></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
Expand All @@ -619,8 +619,8 @@ <h2><a class="toc-backref" href="#id3">Class Reference</a><a class="headerlink"
on which adapter is being used.</p>
</div>
<dl class="method">
<dt id="getMetadata">
<code class="descname">getMetadata</code><span class="sig-paren">(</span><em>$key</em><span class="sig-paren">)</span><a class="headerlink" href="#getMetadata" title="Permalink to this definition"></a></dt>
<dt>
<code class="descname">getMetadata($key)</code></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

0 comments on commit ba3a120

Please sign in to comment.