Skip to content

Commit

Permalink
#0000
Browse files Browse the repository at this point in the history
  • Loading branch information
seanox committed May 4, 2018
1 parent 32cfa75 commit 56f3ea5
Show file tree
Hide file tree
Showing 12 changed files with 720 additions and 724 deletions.
676 changes: 338 additions & 338 deletions .license

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.1.0 2018xxxx
5.1.0 20180505
BF: Initialize - Korrektur Smart-Modus
- im Smart-Modus erstellte Sections werden wieder gehalten
BF: Section - Korrektur Smart-Modus
Expand Down
676 changes: 338 additions & 338 deletions LICENSE

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Street, Fifth Floor, Boston, MA 02110-1301, USA.


# Downloads
[Seanox Devwex 5.0.0](https://github.com/seanox/devwex/raw/master/releases/seanox-devwex-5.0.0.zip)
[Seanox Devwex Sources 5.0.0](https://github.com/seanox/devwex/raw/master/releases/seanox-devwex-5.0.0-src.zip)
[Seanox Devwex Test 5.0.0](https://github.com/seanox/devwex-test/raw/master/releases/seanox-devwex-test-5.0.0.zip)
[Seanox Devwex 5.1.0](https://github.com/seanox/devwex/raw/master/releases/seanox-devwex-5.1.0.zip)
[Seanox Devwex Sources 5.1.0](https://github.com/seanox/devwex/raw/master/releases/seanox-devwex-5.1.0-src.zip)
[Seanox Devwex Test 5.1.0](https://github.com/seanox/devwex-test/raw/master/releases/seanox-devwex-test-5.1.0.zip)


# Extensions
Expand All @@ -50,16 +50,16 @@ Go to the program directory and start the program directly or by script.


# Changes (Change Log)
## 5.1.0 2018xxxx (summary of the next version)
BF: Initialize - Korrektur Smart-Modus
BF: Section - Korrektur Smart-Modus
CR: Projekt - Anpasung KeyStore
CR: HTTP(S) Optimierung/Korrektur
CR: (X)CGI / HTTP-XAPI / Templates - Optimierung
CR: Konfiguration - Änderung der Server/Service-Sektion
CR: SAPI - Anpassung bei Initialisieurng und Fehlerausgabe
CR: Dokumenation - Allgemeine Korrektur und Anpassungen

## 5.1.0 20180505 (summary of the current version)
BF: Initialize - Korrektur Smart-Modus
BF: Section - Korrektur Smart-Modus
CR: Projekt - Anpasung KeyStore
CR: HTTP(S) Optimierung/Korrektur
CR: (X)CGI / HTTP-XAPI / Templates - Optimierung
CR: Konfiguration - Änderung der Server/Service-Sektion
CR: SAPI - Anpassung bei Initialisieurng und Fehlerausgabe
CR: Dokumenation - Allgemeine Korrektur und Anpassungen

[Read more](https://raw.githubusercontent.com/seanox/devwex/master/CHANGES)


Expand Down
2 changes: 1 addition & 1 deletion development/release.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.1.0 2018xxxx
5.1.0 20180505
BF: Initialize - Korrektur Smart-Modus
- im Smart-Modus erstellte Sections werden wieder gehalten
BF: Section - Korrektur Smart-Modus
Expand Down
18 changes: 12 additions & 6 deletions manuals/seanox-devwex.css

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions manuals/seanox-devwex.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,13 +505,7 @@ Sitemap.create = function() {
var search = document.querySelector(Sitemap.SELECTOR_TOC_FILTER);
search.removeClassName(Sitemap.STYLE_ERROR);
var filter = Sitemap.Filter.compile(Sitemap.meta.search);
var update = function(chapter, filter, wait) {
if (!wait) {
window.setTimeout(function() {
update(chapter, filter, true);
});
return;
}
var update = function(chapter, filter) {
var element = document.querySelector(Sitemap.SELECTOR_TOC_ANCHOR + "[" + Sitemap.ATTRIBUTE_CHAPTER + "='" + chapter + "']");
element.removeClassName(Sitemap.STYLE_MINOR);
try {
Expand All @@ -523,7 +517,7 @@ Sitemap.create = function() {
}
};
for (var chapter in Sitemap.index)
update(chapter, filter);
window.setTimeout(update, 0, chapter, filter);
}, 250);
};
var filter = document.querySelector(Sitemap.SELECTOR_TOC_FILTER);
Expand Down
8 changes: 4 additions & 4 deletions manuals/seanox-devwex_de.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<h1>Inhalt</h1>
<p>
<input type="text" placeholder="Suchen und Filtern">
<input type="button" value=" ">
<input type="button" value="a">
</p>
<p>
Der Filter unterstützt: UND (+ oder |), NICHT (- oder !), ODER (|),
Expand Down Expand Up @@ -3184,9 +3184,9 @@ <h2>Entwicklungsumgebung (SDK)</h2>
</article>
</main>
<nav>
<button></button>
<button></button>
<button></button>
<button>b</button>
<button>c</button>
<button>d</button>
</nav>
<footer>
<section>
Expand Down
8 changes: 4 additions & 4 deletions manuals/seanox-devwex_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<h1>Table of Contents</h1>
<p>
<input type="text" placeholder="Search and Filter">
<input type="button" value=" ">
<input type="button" value="a">
</p>
<p>
The filter supports: AND (+ or |), NOT (- or !), OR (|), round
Expand Down Expand Up @@ -3089,9 +3089,9 @@ <h2>Development Environment (SDK)</h2>
</article>
</main>
<nav>
<button></button>
<button></button>
<button></button>
<button>b</button>
<button>c</button>
<button>d</button>
</nav>
<footer>
<section>
Expand Down
Binary file added releases/seanox-devwex-5.1.0-src.zip
Binary file not shown.
Binary file added releases/seanox-devwex-5.1.0.zip
Binary file not shown.
18 changes: 7 additions & 11 deletions system/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,22 @@ a[href] {
a[href]:hover {
color:#FFFFFF;
}
a[href]:active {
color:#999999;
}

select,
button,
input {
font:1em sans-serif; color:#FFFFFF;
border:1px solid #FFAA44!important; border-radius:4px;
font-weight:normal;
background:none;
min-width:35px;
height:35px;
cursor:pointer;

height:35px; min-width:35px; cursor:pointer;
font:1em sans-serif; color:#FFAA44; border:1px solid #FFAA44!important; border-radius:4px; background:none;
}

input[type='text'] {
padding-left:0.5em; padding-right:0.5em;
background:#595755; cursor:default;
}


button:hover,
input[type='button']:hover,
input[type='reset']:hover,
Expand All @@ -37,13 +33,13 @@ button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
background-color:#595755!important;
color:#FFFFFF; border-color:#FFFFFF!important;
}
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
opacity:0.5; filter:grayscale(100%);
color:#999999; border-color:#999999!important;
}


Expand Down

0 comments on commit 56f3ea5

Please sign in to comment.