<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to NewFeatures235</title><link>https://sourceforge.net/p/jforum2/wiki2/NewFeatures235/</link><description>Recent changes to NewFeatures235</description><atom:link href="https://sourceforge.net/p/jforum2/wiki2/NewFeatures235/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 16 Apr 2020 08:09:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jforum2/wiki2/NewFeatures235/feed" rel="self" type="application/rss+xml"/><item><title>NewFeatures235 modified by Ulf Dittmer</title><link>https://sourceforge.net/p/jforum2/wiki2/NewFeatures235/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Dittmer</dc:creator><pubDate>Thu, 16 Apr 2020 08:09:10 -0000</pubDate><guid>https://sourceforge.net3eae0c38108d4bc799d0c771d60fe746b44713c8</guid></item><item><title>NewFeatures235 modified by Ulf Dittmer</title><link>https://sourceforge.net/p/jforum2/wiki2/NewFeatures235/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,10 +1,6 @@
 # New and changed features in JForum 2.3.5

-* * *
-
 ## Libraries
-
-* * *

 Some libraries have been updated in this release, and they are necessary to have the software running smoothly. Please make sure that no duplicated version of such exist in the WEB-INF/lib directory, as it would cause some strange runtime behavior. 

@@ -23,8 +19,6 @@
   * slf4j 1.7.5 

 ## New Features
-
-* * *

   * RSS feed for a particular user's posts 
   * New search options: exact phrase, subject/message differentiation, search by date, search by username/user ID, group by forum 
@@ -45,8 +39,6 @@

 ## New Configurations

-* * *
-
 Entry name | Default value | Description
 ------------- | ------------- | -------------
 google.analytics.tracker | blank | Filling in a Google Analytics ID will cause a GA tracking snippet to be inserted in each forum page
@@ -62,8 +54,6 @@

 ## Database Schema

-* * *
-
   * ALTER TABLE jforum_users ADD COLUMN user_twitter VARCHAR(50) DEFAULT NULL; 
   * For PostgreSQL only: fixed a bug for posts made during the hour when daylight savings time (DST) is switched back by an hour 
   * ALTER TABLE jforum_posts ALTER COLUMN post_time TYPE timestamp with time zone; 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Dittmer</dc:creator><pubDate>Mon, 13 Jul 2015 23:28:37 -0000</pubDate><guid>https://sourceforge.net8dfde9a9b7c3313ad7cf581bf4b0a5007ceff764</guid></item><item><title>NewFeatures235 modified by Ulf Dittmer</title><link>https://sourceforge.net/p/jforum2/wiki2/NewFeatures235/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -37,7 +37,7 @@
   * User profiles support Twitter handles 
   * Option to display a board-wide announcement at the top of each page 
   * Option to index and search post attachments 
-  * Runs on OpenJDK if you use this [patched JCaptcha library](http://code.google.com/p/jforum2/downloads/list)
+  * Runs on OpenJDK if you use this [patched JCaptcha library](https://sourceforge.net/projects/jforum2/files/)
   * The header contains a link "My Posts" to all posts made by the current user 
   * It's possible to share a post on multiple sites via ShareThis integration 
   * Improvement to the user post page - the post text can be revealed only upon a button click (makes the page easier to work with if multiple lengthy posts are found) 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Dittmer</dc:creator><pubDate>Mon, 13 Jul 2015 23:20:29 -0000</pubDate><guid>https://sourceforge.net8a9d1be5f3039af2d2157f6793ef9186818f0c16</guid></item><item><title>NewFeatures235 modified by Ulf Dittmer</title><link>https://sourceforge.net/p/jforum2/wiki2/NewFeatures235/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -47,49 +47,18 @@

 * * *

-Entry name
-Default value
-Description
-
-google.analytics.tracker
-blank
-Filling in a Google Analytics ID will cause a GA tracking snippet to be inserted in each forum page
-
-posts.edit.after.reply
-true
-If set to false, disallows editing a post (or a reply) after there have been later replies
-
-show.online.status 
-true 
-Whether or not to show the online status of users 
-
-show.ip 
-true 
-Whether or not to show the IP address for a post 
-
-show.avatar 
-true 
-Whether or not to show avatars 
-
-karma.show 
-true 
-Whether or not to show karma 
-
-lucene.index.attachments 
-false 
-Whether post attachments should be searched along with the post text. This feature might use a lot of memory. 
-
-social.enabled 
-false 
-Whether to show the ShareThis button on the topic page. 
-
-user.posts.toggle 
-false 
-Whether the post contents on the user post page are always visible, or whether they're initially invisible, and displayed only after a mouse click. 
-
-http.x-frame-options 
- SAMEORIGIN 
-prevents framing of the web app by some other site to guard against clickjacking (framing by the same site is still possible); use DENY to prevent all framing; leave blank to allow all framing 
+Entry name | Default value | Description
+------------- | ------------- | -------------
+google.analytics.tracker | blank | Filling in a Google Analytics ID will cause a GA tracking snippet to be inserted in each forum page
+posts.edit.after.reply | true | If set to false, disallows editing a post (or a reply) after there have been later replies
+show.online.status | true | Whether or not to show the online status of users 
+show.ip | true | Whether or not to show the IP address for a post 
+show.avatar | true | Whether or not to show avatars 
+karma.show | true | Whether or not to show karma 
+lucene.index.attachments | false | Whether post attachments should be searched along with the post text. This feature might use a lot of memory. 
+social.enabled | false | Whether to show the ShareThis button on the topic page. 
+user.posts.toggle | false | Whether the post contents on the user post page are always visible, or whether they're initially invisible, and displayed only after a mouse click. 
+http.x-frame-options | SAMEORIGIN | prevents framing of the web app by some other site to guard against clickjacking (framing by the same site is still possible); use DENY to prevent all framing; leave blank to allow all framing 

 ## Database Schema

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulf Dittmer</dc:creator><pubDate>Mon, 13 Jul 2015 13:32:41 -0000</pubDate><guid>https://sourceforge.netf25397f3ba2ad90c8476c4e12c9290ef0c062754</guid></item><item><title>NewFeatures235 modified by Anonymous</title><link>https://sourceforge.net/p/jforum2/wiki2/NewFeatures235/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="new-and-changed-features-in-jforum-235"&gt;New and changed features in JForum 2.3.5&lt;/h1&gt;
&lt;hr /&gt;
&lt;h2 id="libraries"&gt;Libraries&lt;/h2&gt;
&lt;hr /&gt;
&lt;p&gt;Some libraries have been updated in this release, and they are necessary to have the software running smoothly. Please make sure that no duplicated version of such exist in the WEB-INF/lib directory, as it would cause some strange runtime behavior. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;C3P0 0.9.2.1 &lt;/li&gt;
&lt;li&gt;Commons FileUpload 1.3 &lt;/li&gt;
&lt;li&gt;Lucene 3.6.2 &lt;/li&gt;
&lt;li&gt;jQuery 1.10.2 &lt;/li&gt;
&lt;li&gt;JDOM 2.0.5 &lt;/li&gt;
&lt;li&gt;JavaMail 1.5.1 &lt;/li&gt;
&lt;li&gt;FreeMarker 2.3.20 &lt;/li&gt;
&lt;li&gt;EhCache 2.4.8 &lt;/li&gt;
&lt;li&gt;MySQL driver 5.1.27 &lt;/li&gt;
&lt;li&gt;PostgreSQL JDBC Driver 9.3-1100 &lt;/li&gt;
&lt;li&gt;HSQLDB 2.3.1 &lt;/li&gt;
&lt;li&gt;Quartz 2.1.7 &lt;/li&gt;
&lt;li&gt;slf4j 1.7.5 &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="new-features"&gt;New Features&lt;/h2&gt;
&lt;hr /&gt;
&lt;ul&gt;
&lt;li&gt;RSS feed for a particular user's posts &lt;/li&gt;
&lt;li&gt;New search options: exact phrase, subject/message differentiation, search by date, search by username/user ID, group by forum &lt;/li&gt;
&lt;li&gt;New BB tags "tt", "strike" and "wikipedia" (even language-specific) &lt;/li&gt;
&lt;li&gt;Enhancements to the "My Bookmarks" page: listing forum and topic watches &lt;/li&gt;
&lt;li&gt;Added link to a user's public profile page on his/her profile edit page &lt;/li&gt;
&lt;li&gt;Fixed a couple of XSS vulnerabilities &lt;/li&gt;
&lt;li&gt;Built-in access statistics for board administrators &lt;/li&gt;
&lt;li&gt;Use porter stemming for indexing content - makes it easier to find singular/plural forms of words &lt;/li&gt;
&lt;li&gt;User profiles support Twitter handles &lt;/li&gt;
&lt;li&gt;Option to display a board-wide announcement at the top of each page &lt;/li&gt;
&lt;li&gt;Option to index and search post attachments &lt;/li&gt;
&lt;li&gt;Runs on OpenJDK if you use this &lt;a class="" href="http://code.google.com/p/jforum2/downloads/list" rel="nofollow"&gt;patched JCaptcha library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The header contains a link "My Posts" to all posts made by the current user &lt;/li&gt;
&lt;li&gt;It's possible to share a post on multiple sites via ShareThis integration &lt;/li&gt;
&lt;li&gt;Improvement to the user post page - the post text can be revealed only upon a button click (makes the page easier to work with if multiple lengthy posts are found) &lt;/li&gt;
&lt;li&gt;add support for &lt;a class="" href="https://developer.mozilla.org/en-US/docs/HTTP/X-Frame-Options" rel="nofollow"&gt;X-FRAME-OPTIONS header&lt;/a&gt; to guard against clickjacking &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="new-configurations"&gt;New Configurations&lt;/h2&gt;
&lt;hr /&gt;
&lt;p&gt;Entry name&lt;br /&gt;
Default value&lt;br /&gt;
Description&lt;/p&gt;
&lt;p&gt;google.analytics.tracker&lt;br /&gt;
blank&lt;br /&gt;
Filling in a Google Analytics ID will cause a GA tracking snippet to be inserted in each forum page&lt;/p&gt;
&lt;p&gt;posts.edit.after.reply&lt;br /&gt;
true&lt;br /&gt;
If set to false, disallows editing a post (or a reply) after there have been later replies&lt;/p&gt;
&lt;p&gt;show.online.status &lt;br /&gt;
true &lt;br /&gt;
Whether or not to show the online status of users &lt;/p&gt;
&lt;p&gt;show.ip &lt;br /&gt;
true &lt;br /&gt;
Whether or not to show the IP address for a post &lt;/p&gt;
&lt;p&gt;show.avatar &lt;br /&gt;
true &lt;br /&gt;
Whether or not to show avatars &lt;/p&gt;
&lt;p&gt;karma.show &lt;br /&gt;
true &lt;br /&gt;
Whether or not to show karma &lt;/p&gt;
&lt;p&gt;lucene.index.attachments &lt;br /&gt;
false &lt;br /&gt;
Whether post attachments should be searched along with the post text. This feature might use a lot of memory. &lt;/p&gt;
&lt;p&gt;social.enabled &lt;br /&gt;
false &lt;br /&gt;
Whether to show the ShareThis button on the topic page. &lt;/p&gt;
&lt;p&gt;user.posts.toggle &lt;br /&gt;
false &lt;br /&gt;
Whether the post contents on the user post page are always visible, or whether they're initially invisible, and displayed only after a mouse click. &lt;/p&gt;
&lt;p&gt;http.x-frame-options &lt;br /&gt;
 SAMEORIGIN &lt;br /&gt;
prevents framing of the web app by some other site to guard against clickjacking (framing by the same site is still possible); use DENY to prevent all framing; leave blank to allow all framing &lt;/p&gt;
&lt;h2 id="database-schema"&gt;Database Schema&lt;/h2&gt;
&lt;hr /&gt;
&lt;ul&gt;
&lt;li&gt;ALTER TABLE jforum_users ADD COLUMN user_twitter VARCHAR(50) DEFAULT NULL; &lt;/li&gt;
&lt;li&gt;For PostgreSQL only: fixed a bug for posts made during the hour when daylight savings time (DST) is switched back by an hour &lt;/li&gt;
&lt;li&gt;ALTER TABLE jforum_posts ALTER COLUMN post_time TYPE timestamp with time zone; &lt;/li&gt;
&lt;li&gt;ALTER TABLE jforum_posts ALTER COLUMN post_edit_time TYPE timestamp with time zone; &lt;/li&gt;
&lt;li&gt;ALTER TABLE jforum_topics ALTER COLUMN topic_time TYPE timestamp with time zone; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 13 Jul 2015 12:52:48 -0000</pubDate><guid>https://sourceforge.netba0e12d9f84788f72e148bada507642895c94950</guid></item></channel></rss>