[geeklog-hg] geeklog: Further changes to documentation.

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Oct 18 21:25:00 EDT 2015


changeset 9635:041997884c54
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/041997884c54
user: Tom
date: Sun Oct 18 21:24:25 2015 -0400
description:
Further changes to documentation.

diffstat:

 public_html/docs/english/theme.html |   3 ++
 public_html/docs/history            |  54 ++++++++++++++++++------------------
 2 files changed, 30 insertions(+), 27 deletions(-)

diffs (80 lines):

diff -r 569affe2e6af -r 041997884c54 public_html/docs/english/theme.html
--- a/public_html/docs/english/theme.html	Sun Oct 18 21:11:18 2015 -0400
+++ b/public_html/docs/english/theme.html	Sun Oct 18 21:24:25 2015 -0400
@@ -209,6 +209,9 @@
 <h3>General Changes</h3>
 <ul>
 <li>Added the Uikit framework which can be accessed by themes if needed</li>
+<li>Moved <tt>breadcrumbs.thtml</tt> from breadcrumbs directory to root directory. Added a number of blocks to the template.</li>
+<li>Removed <tt>breadcrumb.thtml</tt>, <tt>breadcrumb_child.thtml</tt>, <tt>breadcrumb_nolink.thtml</tt>, and <tt>breadcrumb_root.thtml</tt>.</li>
+<li>Removed <tt>breadcrumbs directory</tt> from theme root directory.</li>
 </ul>
 
 <h2><a name="changes210">Theme changes in Geeklog 2.1.0</a></h2>
diff -r 569affe2e6af -r 041997884c54 public_html/docs/history
--- a/public_html/docs/history	Sun Oct 18 21:11:18 2015 -0400
+++ b/public_html/docs/history	Sun Oct 18 21:24:25 2015 -0400
@@ -8,36 +8,36 @@
 - [Security] Updated File Manager to version 2.2.0 (fixed security issue with file upload check) [Mystralkk]
 - [Security] Configuration string input sanitizing overhaul. Now can be config option specific by 
   adding sanitize rule in config validation file. Default is now all strings are stripped of tags [Tom]
-- Updated CKEditor to version 4.5.4 [Dengen]
-- Updated jQuery to version 1.11.3 and jQuery UI to version 1.11.4. jQuery Timepicker Addon updated [Tom] [Dengen]
-- Updated OAuth class to version 1.141 [Tom]
-- Integrated the UIKit framework version 2.20.3 into Geeklog [Dengen]
-- Denim theme now uses UIKit [Dengen]
-- Plugins can now include default templates and css files along with ones for different themes. 
+- [Update] CKEditor to version 4.5.4 [Dengen]
+- [Update] jQuery to version 1.11.3 and jQuery UI to version 1.11.4. jQuery Timepicker Addon updated [Tom] [Dengen]
+- [Update] OAuth class to version 1.141 [Tom]
+- [Feature] Integrated the UIKit framework version 2.20.3 into Geeklog [Dengen]
+- [Feature] Denim theme now uses UIKit [Dengen]
+- [Feature] Plugins can now include default templates and css files along with ones for different themes. 
   Plugins template and css files can be included with themes. Plugins template files can now have 
   a function.php file to control what javascript is loaded [Tom]
 - Schema.org article, author, and Breadcrumb markup added to Denim and Modern Curve themes [Tom]
-- Poll plugin bar graphs now based on percentage and supports responsive themes [Tom]
-- [Bugs] Added email check to Com_mail to prevent plugins from sending email to users who don't have an address (Oauth users) [Tom]
-- 0001806: [Bugs] Cached Articles Sometimes do not Display on website [Tom]
-- 0001805: [Feature] useful feature template class [Tom]
-- 0001573: [Feature] Allow xmlSiteMap Plugin to Ping Search Engines when new content is Added [Mystralkk]
-- 0001757: [Feature] XMLSitemap Plugin - Add dedicated API [Mystralkk]
-- 0000826: [Bugs] current LDAP module doesn't work properly - new Simple_LDAP Authentication provided [Mystralkk]
-- 0001778: [Bugs] Duplicate Blocks [Mystralkk]
-- 0001797: [Feature] localization of message "Unfortunately, an error has occurred rendering this page." [Mystralkk]
-- 0001149: [Bugs] Remove hardcoded checks for TLD in domain names [Mystralkk]
-- 0001802: [Bugs] Geeklog Does Not Accept .website TLD [Mystralkk]
-- 0001800: [Bugs] Install script Migrate option needs to handle cookiesecure config value [Dirk]
-- 0001754: [Feature] Add Pagination with rel=“next” and rel=“prev” [Tom]
-- 0001567: [Bugs] Hidden config option 'search_use_fulltext' can be found using search in Configuration [Dengen]
-- 0001706: [Bugs] Errors while editing blocks reset all options [Dengen]
-- 0001730: [Feature] change default admin page to index.php from moderation.php [Dengen]
-- 0001783: [Feature] Search form part of the theme is not accessible. [Dengen]
-- 0001788: [Bugs] The administrator is forced to be an input of the user password in the Edit User screen [Dengen]
-- 0001787: [Bugs] Wrong permissions with articles submitted by guest users [Dengen]
-- 0001777: [Bugs] Declaration of dc: namespace missing from RSS and RDF feeds [Mystralkk]
-- 0001776: [Bugs] Missing blank in feed headers [Dirk]
+- [Feature] Poll plugin bar graphs now based on percentage and supports responsive themes [Tom]
+- [Feature] Useful feature template class [Tom]
+- [Feature] Allow xmlSiteMap Plugin to Ping Search Engines when new content is Added [Mystralkk]
+- [Feature] XMLSitemap Plugin - Add dedicated API [Mystralkk]
+- [Feature] Change default admin page to index.php from moderation.php [Dengen]
+- [Feature] Search form part of the theme is not accessible. [Dengen]
+- [Feature] Localization of message "Unfortunately, an error has occurred rendering this page." [Mystralkk]
+- [Feature] Add Pagination with rel=“next” and rel=“prev” [Tom]
+- [Bug] Added email check to Com_mail to prevent plugins from sending email to users who don't have an address (Oauth users) [Tom]
+- [Bug] Cached Articles Sometimes do not Display on website [Tom]
+- [Bug] Current LDAP module doesn't work properly - new Simple_LDAP Authentication provided [Mystralkk]
+- [Bug] Duplicate Blocks [Mystralkk]
+- [Bug] Remove hardcoded checks for TLD in domain names [Mystralkk]
+- [Bug] Geeklog Does Not Accept .website TLD [Mystralkk]
+- [Bug] Install script Migrate option needs to handle cookiesecure config value [Dirk]
+- [Bug] Hidden config option 'search_use_fulltext' can be found using search in Configuration [Dengen]
+- [Bug] Errors while editing blocks reset all options [Dengen]
+- [Bug] The administrator is forced to be an input of the user password in the Edit User screen [Dengen]
+- [Bug] Wrong permissions with articles submitted by guest users [Dengen]
+- [Bug] Declaration of dc: namespace missing from RSS and RDF feeds [Mystralkk]
+- [Bug] Missing blank in feed headers [Dirk]
 
 July 12, 2014 (2.1.0)
 ------------



More information about the geeklog-cvs mailing list