Skip to content

Commit

Permalink
Merge branch 'release/2.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
revig committed Oct 13, 2024
2 parents 092a2db + 6f4ef4d commit 52a687d
Show file tree
Hide file tree
Showing 219 changed files with 498 additions and 360 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To join the discussion relating to using revIgniter subscribe and review archive

### Meta

- Version: 2.4.3
- Version: 2.4.4
- Web Site: <https://revigniter.com/>
- User Guide: <https://revigniter.com/userGuide/index.html>
- Author: [Ralf Bitter](mailto:rabit@revigniter.com)
39 changes: 17 additions & 22 deletions application/errors/error404.lc
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,29 @@ line-height: 1.5;
}

body {
background-color: #fff;
font-size: 1.2em;
background-color: #fff;
font-size: 1.2em;
}

#content {
display: grid;
grid-template-rows: 100%;
grid-template-columns: 1fr;
justify-items: center;
align-items: center;
height: 100vh;
}

#errorMsg {
section {
border: #888 1px solid;
text-align: center;
border-radius: 1em;
padding: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-right: -49%;
transform: translate(-50%, -50%)
}

h1 {
font-weight: normal;
font-size: 1em;
color: #990000;
padding: 10px 10px 0;
margin: 0 0 4px 0;
font-size: 1em;
color: #990000;
margin: 0 0 0.5em 0;
text-align: center;
}

p {
padding: 0 10px 10px;
margin: 0;
}

Expand All @@ -60,11 +55,11 @@ font-size: 0.8em;
</style>
</head>
<body>
<div id="content">
<section>
<div id="errorMsg">
<h1>[[gRigA["errorData"]["heading"] ]]</h1>
[[gRigA["errorData"]["message"] ]]
[[gRigA["errorData"]["message"] ]]
</div>
</div>
</section>
</body>
</html>
37 changes: 16 additions & 21 deletions application/errors/errorDB.lc
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,29 @@ line-height: 1.5;
}

body {
background-color: #fff;
font-size: 1.2em;
background-color: #fff;
font-size: 1.2em;
}

#content {
display: grid;
grid-template-rows: 100%;
grid-template-columns: 1fr;
justify-items: center;
align-items: center;
height: 100vh;
}

#errorMsg {
section {
border: #888 1px solid;
text-align: center;
border-radius: 1em;
padding: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-right: -49%;
transform: translate(-50%, -50%)
}

h1 {
font-weight: normal;
font-size: 1em;
color: #990000;
padding: 10px 10px 0;
margin: 0 0 4px 0;
font-size: 1em;
color: #990000;
margin: 0 0 0.5em 0;
text-align: center;
}

p {
padding: 0 10px 10px;
margin: 0;
}

Expand All @@ -60,11 +55,11 @@ font-size: 0.8em;
</style>
</head>
<body>
<div id="content">
<section>
<div id="errorMsg">
<h1>[[gRigA["errorData"]["heading"] ]]</h1>
[[gRigA["errorData"]["message"] ]]
</div>
</div>
</section>
</body>
</html>
37 changes: 16 additions & 21 deletions application/errors/errorGeneral.lc
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,29 @@ line-height: 1.5;
}

body {
background-color: #fff;
font-size: 1.2em;
background-color: #fff;
font-size: 1.2em;
}

#content {
display: grid;
grid-template-rows: 100%;
grid-template-columns: 1fr;
justify-items: center;
align-items: center;
height: 100vh;
}

#errorMsg {
section {
border: #888 1px solid;
text-align: center;
border-radius: 1em;
padding: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-right: -49%;
transform: translate(-50%, -50%)
}

h1 {
font-weight: normal;
font-size: 1em;
color: #990000;
padding: 10px 10px 0;
margin: 0 0 4px 0;
font-size: 1em;
color: #990000;
margin: 0 0 0.5em 0;
text-align: center;
}

p {
padding: 0 10px 10px;
margin: 0;
}

Expand All @@ -60,11 +55,11 @@ font-size: 0.8em;
</style>
</head>
<body>
<div id="content">
<section>
<div id="errorMsg">
<h1>[[gRigA["errorData"]["heading"] ]]</h1>
[[gRigA["errorData"]["message"] ]]
</div>
</div>
</section>
</body>
</html>
2 changes: 1 addition & 1 deletion system/revigniter/RevIgniter.lc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end if


# RI VERSION
constant RIVERSION = "2.4.3"
constant RIVERSION = "2.4.4"
constant RISTATE = "final"

# VERSION GETTER
Expand Down
17 changes: 14 additions & 3 deletions userGuide/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down Expand Up @@ -94,6 +94,7 @@ <h1>Change Log</h1>


<ul>
<li><a href="#version244">Version 2.4.4</a></li>
<li><a href="#version243">Version 2.4.3</a></li>
<li><a href="#version242">Version 2.4.2</a></li>
<li><a href="#version241">Version 2.4.1</a></li>
Expand Down Expand Up @@ -234,12 +235,22 @@ <h1>Change Log</h1>
</ul>


<h2><a id="version244">&nbsp;</a>Version 2.4.4</h2>
<p>Release Date: 2024-10-013</p>

<ul>
<li><strong>Fixed:</strong> the mess in the User Guide caused by unintentional execution of 'find and replace' in preparation of the previous version.</li>
<li><strong>Fixed:</strong> stylesheets of the examples in the tutorials of the user guide.</li>
<li><strong>Changed:</strong> Tweaked styles of error messages.</li>
</ul>


<h2><a id="version243">&nbsp;</a>Version 2.4.3</h2>
<p>Release Date: 2024-10-01</p>

<ul>
<li><strong>Changed:</strong> Tweaked the rigFormOpen function so that it applies action attributes.</li>
<li><strong>Added:</strong> a new array key "isCreate" to the global variable gRigA[], a boolean that indicates whether the engine is LC Create.</li>
<li><strong>Changed:</strong> Tweaked the <dfn>rigFormOpen()</dfn> function so that it applies action attributes.</li>
<li><strong>Added:</strong> a new array key "isCreate" to the global variable <var>gRigA[]</var>, a boolean that indicates whether the engine used is LC Create.</li>
<li><strong>Added:</strong> the new LC Create JSON encode and decode function calls to the JWT helper and the Asynergy library.</li>
<li><strong>Added:</strong> the latest version of the ASYNergy framework.</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion userGuide/database/active_record.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/database/caching.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/database/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/database/connecting.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/database/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/database/fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/database/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/database/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/database/queries.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/database/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/database/table_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/database/transactions.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/docStyle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/general/autoloader.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/general/caching.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
2 changes: 1 addition & 1 deletion userGuide/general/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.3</a>
<a class="navbar-brand" href="#">revIgniter User Guide Version 2.4.4</a>
</div>

<div class="collapse navbar-collapse">
Expand Down
Loading

0 comments on commit 52a687d

Please sign in to comment.