[geeklog-cvs] geeklog: Documentation updates
geeklog-cvs at lists.geeklog.net
geeklog-cvs at lists.geeklog.net
Fri May 1 10:03:06 EDT 2009
details: http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/895386b8afcb
changeset: 7004:895386b8afcb
user: Dirk Haun <dirk at haun-online.de>
date: Fri May 01 10:05:04 2009 +0200
description:
Documentation updates
diffstat:
3 files changed, 20 insertions(+), 6 deletions(-)
public_html/docs/english/changes.html | 12 ++++++++++++
public_html/docs/english/theme.html | 1 +
public_html/docs/history | 13 +++++++------
diffs (91 lines):
diff -r 570f7f58074a -r 895386b8afcb public_html/docs/english/changes.html
--- a/public_html/docs/english/changes.html Fri May 01 09:33:36 2009 +0200
+++ b/public_html/docs/english/changes.html Fri May 01 10:05:04 2009 +0200
@@ -35,7 +35,19 @@
<li>The minimum PHP version required by Geeklog is now <strong>PHP 4.3.0</strong>. Given that the PHP team ended support for PHP 4 in August 2008, you should be
looking into upgrading to PHP 5 anyway.</li>
<li>Includes <a href="http://www.fckeditor.net/">FCKeditor</a> 2.6.4</li>
+<li>Several <a href="http://wiki.geeklog.net/index.php/New_Plugin_API_Functions_in_Geeklog_1.6.0">new plugin API functions</a> have been added and existing
+ functions have been extended.</li>
+<li>The included documentation has been moved to <tt>docs/english</tt> to allow
+ for translations. Links to the documentation from within Geeklog will link
+ to existing translations for the current language automatically (or fall
+ back to the English documentation if no suitable translation can be found).</li>
+<li>There were a variety of <a href="theme.html#changes">theme changes</a> to
+ support new functionality and fix inconsistencies in the layout.</li>
</ul>
+
+<p>This release also includes a number of patches and improvements made by
+students applying for participation in the Google Summer of Code 2009. Thank
+you!</p>
<h2><a name="changes152sr4">Geeklog 1.5.2sr4</a></h2>
diff -r 570f7f58074a -r 895386b8afcb public_html/docs/english/theme.html
--- a/public_html/docs/english/theme.html Fri May 01 09:33:36 2009 +0200
+++ b/public_html/docs/english/theme.html Fri May 01 10:05:04 2009 +0200
@@ -282,6 +282,7 @@
</ul>
<p>Template files using the alternative names will continue to work, but new
files should use the above names from now on.</p>
+
<h2><a name="changes152">Theme changes in Geeklog 1.5.2</a></h2>
diff -r 570f7f58074a -r 895386b8afcb public_html/docs/history
--- a/public_html/docs/history Fri May 01 09:33:36 2009 +0200
+++ b/public_html/docs/history Fri May 01 10:05:04 2009 +0200
@@ -1,7 +1,7 @@
Geeklog History/Changes:
-Apr ??, 2009 (1.6.0)
-------------
+May 1, 2009 (1.6.0b1)
+-----------
Geeklog 1.6.0 incorporates the following projects implemented during
the 2008 Google Summer of Code:
@@ -25,6 +25,7 @@
* Cronjob emulation is off
* Default sort for topics is alphabetically
* Default comment mode is nested
+ These settings are _not_ changed when upgrading from an earlier version.
- Experimental: Compress HTML output before sending it to the browser (disabled
by default; has to be supported by both the browser and the webserver) [Dirk]
- Moved hard-coded texts from admin/sectest.php to the language files (bug
@@ -32,7 +33,7 @@
- Added an option to send a copy of the email to a user to self (feature request
#0000771, based on a patch by Roshan Singh)
- COM_checkList would use the table name for the name of the checkbox array in
- the HTML(!) - added a new parameter for the name (pointed out by Bookoo in
+ the HTML(!). Added a new parameter for the name (pointed out by Bookoo in
the exploit for usersettings.php, cf. Geeklog 1.5.2sr4) [Dirk]
- Fixed wrong use of COM_allowedHTML and COM_checkHTML in plugins: Functions
were called without specific permissions, so they defaulted to 'story.edit'.
@@ -411,7 +412,7 @@
- Re-introduced function get_SP_Ver in the install script, which is still needed
when upgrading from old Geeklog releases (reported by libexec) [Dirk]
- Fixed issue where you can post a comment to an unpublished story (bug
- #0000705) [Mystral_KK/Mike]
+ #0000705) [mystral-kk/Mike]
- Fixed make clickable links with quotes (bug #0000691) plus truncated long
urls. [Sami]
- Fixed table prefix issues with constraints (bug #0000702) [Mike/Sami]
@@ -421,7 +422,7 @@
- Moved remove() (config JavaScript) to gl_cfg_remove (bug #0000681) [Mike]
- Change for CUSTOM_usercreate to support passing in $batchimport,
set true if called via the Admin->Users Batch_Add [Blaine]
-- Fix for date formatting in RSS fields (bug #0000696) [mystral_kk]
+- Fix for date formatting in RSS fields (bug #0000696) [mystral-kk]
- A small tweak to the Professional theme's commentbar to make the "Post a
comment" option easier to find [Dirk]
- Renamed the syndication feed type "geeklog" to "article" since that's what
@@ -721,7 +722,7 @@
- Avoid division by zero error when $_CONF['limitnews'] == 0
(reported by Samuel M. Stone) [Dirk]
- Bugfix: Atom always assumes 0.3 and doesn't handle article dates. (Reported by
- mystral kk on the forums). [Mike]
+ mystral-kk on the forums). [Mike]
- Added OpenID 1.1 support, provided by Choplair
- Pass site_name into story templates so advanced linking to items like digg.com
can be templated cross-site. [Mike]
More information about the geeklog-cvs
mailing list