Skip to content

Commit

Permalink
Updated Scripts Class and jQuery and jQuery UI
Browse files Browse the repository at this point in the history
Scripts class now loads entire jQuery UI library instead of individual
components. Updated jQuery to version 3.1.1 and jQuery UI to version
1.12.1
  • Loading branch information
eSilverStrike committed Dec 12, 2016
1 parent 49f8219 commit e12c55b
Show file tree
Hide file tree
Showing 106 changed files with 329 additions and 5,132 deletions.
2 changes: 1 addition & 1 deletion public_html/docs/english/changes.html
Expand Up @@ -29,7 +29,7 @@ <h2><a name="changes212">Geeklog 2.1.2</a></h2>
<li>Postgresql 9.1.7 or later</li>
</ul>

<p>This Geeklog release no longer supports Microsoft SQL Server (mssql). The Professional and Professional CSS themes also have been removed. Geeklog ships with jQuery v1.11.3, jQuery UI v1.11.4, CKEditor v4.6.1, UIkit v2.27.2, Filemanager v2.2.0, and OAuth class v1.152.</p>
<p>This Geeklog release no longer supports Microsoft SQL Server (mssql). The Professional and Professional CSS themes also have been removed. Geeklog ships with jQuery v3.1.1, jQuery UI v1.12.1, CKEditor v4.6.1, UIkit v2.27.2, Filemanager v2.2.0, and OAuth class v1.152.</p>

<h3>Major New Features and Improvements</h3>

Expand Down
2 changes: 1 addition & 1 deletion public_html/docs/history
Expand Up @@ -30,7 +30,7 @@ Not Released (2.1.2)
- [Update] Dropped MSSQL support [Mystralkk]
- [Update] Removed Professional and Professional CSS themes [Tom]
- [Update] UIkit framework to version 2.27.2 [Dengen]
- [Update] jQuery to version 1.11.3 and jQuery UI to version 1.11.4. [Dengen] ** FIX
- [Update] jQuery to version 3.1.1 and jQuery UI to version 1.12.1. [Tom]
- [Update] CKEditor to version 4.6.1 [Tom]
- [Update] OAuth class to version 1.152 [Tom]
- [Bug] Geeklog can now handle emoji icons and 4-byte characters. They can either be removed from the input or saved (depending on website setup) [Mystralkk]
Expand Down
9 changes: 4 additions & 5 deletions public_html/javascript/jquery.min.js

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions public_html/javascript/jquery_ui/LICENSE.txt
@@ -0,0 +1,43 @@
Copyright jQuery Foundation and other contributors, https://jquery.org/

This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
available at https://github.com/jquery/jquery-ui

The following license applies to all parts of this software except as
documented below:

====

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

====

Copyright and related rights for sample code are waived via CC0. Sample
code is defined as all source code contained within the demos directory.

CC0: http://creativecommons.org/publicdomain/zero/1.0/

====

All files located in the node_modules and external directories are
externally maintained libraries used by this software which have their
own licenses; we recommend you read them, as their terms may differ from
the terms above.
22 changes: 11 additions & 11 deletions public_html/javascript/jquery_ui/jquery-ui.min.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions public_html/javascript/jquery_ui/jquery.ui.accordion.min.js

This file was deleted.

This file was deleted.

0 comments on commit e12c55b

Please sign in to comment.