You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mods-for-HESK-Netsyms/README.md

64 lines
3.6 KiB
Markdown

10 years ago
[![Stories in Ready](https://badge.waffle.io/mkoch227/Mods-For-Hesk.png?label=waffle:ready&title=Ready)](https://waffle.io/mkoch227/Mods-For-Hesk)
9 years ago
<h2>[BETA] <a href="http://mods-for-hesk.mkochcs.com" target="_blank">Mods for HESK</a> v2.0.0</h2>
9 years ago
Mods for HESK is a set of modifications for HESK v2.6.0, a free and popular helpdesk solution.
10 years ago
<h2>Features</h2>
<ul>
<li>A new, responsive user interface</li>
<li>Ability to create custom ticket statuses</li>
10 years ago
<li>Ability to ban IP addresses / email addresses</li>
<li>Right-to-left text direction</li>
<li>Designate parent/child relationships for tickets</li>
<li>Dynamically add columns to the ticket dashboard</li>
<li>Maintenance Mode</li>
<li>Ticket Dashboard Automatic Refresh</li>
<li>...and more!</li>
10 years ago
</ul>
<h2>Download</h2>
10 years ago
You can download Mods for HESK via two ways:
<ol>
<li><strong>Stable Releases:</strong> Releases that have a release tag associated with a commit are considered releases. You can click on "releases" on the top of the repo, and then click "zip" or "tar.gz" to download the repo at that stage.</li>
10 years ago
<li><strong>Bleeding-edge Releases:</strong> You can also download the latest, bleeding-edge version of Mods for HESK by simply clicking "download as zip" to the right of the repository. This will download an exact copy of this branch in its current state, which may be contain bugs/other issues. This is not recommended for a production use.</li>
</ol>
<h2>Installation</h2>
<p>Visit <a href="http://mods-for-hesk.mkochcs.com/download.php">http://mods-for-hesk.mkochcs.com/download.php</a> for installation instructions.</p>
<h2>Languages</h2>
10 years ago
<p>As of current, only English is a supported language, as there have been several language items that have been edited/created. If you want to translate Mods for HESK to your own language, it is recommended to download the original HESK language file for your language, and then add/edit the lines listed under <code>//Added or modified in Mods for HESK X.X.X (where X.X.X is a version number) for your language.</p>
<p>Mods for HESK translations are available at <a href="http://mods-for-hesk.mkochcs.com/download.php" target="_blank">http://mods-for-hesk.mkochcs.com/download.php</a>.</p>
<h2>Browser Compatibility</h2>
<p>This list may be incomplete. Please leave a note on the PHP Junkyard forums for additional browser compatibility information.
<ul>
<li><strong>Google Chrome 33+: </strong> Compatible</li>
<li><strong>Mozilla Firefox 28+:</strong> Compatible</li>
<li><strong>Internet Explorer 6/7:</strong> <em>NOT</em> Compatible</li>
<li><strong>Internet Explorer 8:</strong> Partial Compatibility</li>
<li><strong>Internet Explorer 9:</strong> Compatible</li>
</ul>
10 years ago
<p>There are no intentions of making Mods for HESK compatible with Internet Explorer 6 or 7, or any browser that is 2 or more major revisions older than its latest version.</p>
<h2>Versioning</h2>
10 years ago
<p>Mods for HESK will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:</p>
<code>&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;</code>
<p>And constructed with the following guidelines:</p>
<ul>
<li>Breaking backward compatibility bumps the major (and resets the minor and patch)</li>
<li>New additions, including new minor features, without breaking backward compatibility bumps the minor (and resets the patch)</li>
<li>Bug fixes and misc minor changes bumps the patch</li>
</ul>
10 years ago
<p>For more information on SemVer, please visit http://semver.org.</p>
<h2>Credits</h2>
10 years ago
<p>Mike Koch - Creator of Mods for HESK</p>
10 years ago
<p>Klemen Stirn - Creator of HESK</p>