Commits
3.4
Name already in use
Commits on Oct 28, 2013
-
Merge pull request #1 from SELFHTML/3.4
update the css pattern file to a more recent state
-
Commits on Aug 27, 2013
-
now also setting tags variable in posting templates
Christian Kruse committedAug 27, 2013
Commits on Feb 22, 2013
-
fix: do not count deleted messages
ckruse committedFeb 22, 2013 -
now displaying username/ip in thread list, too
ckruse committedFeb 22, 2013
Commits on Feb 19, 2013
-
fix: now the variables are correctly set also in nested and list mode
ckruse committedFeb 19, 2013
Commits on Feb 17, 2013
-
ckruse committed
Feb 17, 2013 -
ckruse committed
Feb 17, 2013 -
ckruse committed
Feb 17, 2013 -
fix: set variables in posting view, too
ckruse committedFeb 17, 2013 -
ckruse committed
Feb 17, 2013 -
ckruse committed
Feb 17, 2013 -
ckruse committed
Feb 17, 2013
Commits on Feb 1, 2013
-
implemented more voting variables
- votings.votes_good (no of upvotes) for all messages - votings.votes_bad (no of downvotes) for all messages - votings.total_voted_messages (no of messages which have been voted in this thread) for first message in thread - votings.total_votings_bad (sum of downvotes) for first messages in thread - votings.total_votings_good (sum of upvotes) for first message in thread - votings.total_votings (sum of total votings, total_votings_bad + total_votings_good) for first message in thread
ckruse committedFeb 1, 2013
Commits on Jan 31, 2013
-
merged back changes from 3.4.15
ckruse committedJan 31, 2013
Commits on May 19, 2010
-
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1757 31cb981c-0fcd-0310-a313-f9fa081e70fd
Alexander Nitsch committedMay 19, 2010 -
The posting assistant will now skip checks for upper/lower case in th…
…e subject if a follow-up posting did not change the subject. git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1756 31cb981c-0fcd-0310-a313-f9fa081e70fd
Alexander Nitsch committedMay 19, 2010
Commits on Apr 21, 2010
-
Added missing function parameter in documentation.
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1755 31cb981c-0fcd-0310-a313-f9fa081e70fd
Alexander Nitsch committedApr 21, 2010
Commits on Apr 18, 2010
-
Added comments and documentation to Live Filter plugin.
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1754 31cb981c-0fcd-0310-a313-f9fa081e70fd
Alexander Nitsch committedApr 18, 2010
Commits on Mar 25, 2010
-
Small CMake-related changes. See Changelog for details.
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1753 31cb981c-0fcd-0310-a313-f9fa081e70fd
Alexander Nitsch committedMar 25, 2010
Commits on Jan 25, 2010
-
Fixed XSS vulnerability in CForum.
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1752 31cb981c-0fcd-0310-a313-f9fa081e70fd
Christian Seiler committedJan 25, 2010
Commits on Jun 29, 2009
-
Fixed bug in flt_openclose and compilation warning in CForum-Template…
….i, see Changelog. git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1751 31cb981c-0fcd-0310-a313-f9fa081e70fd
Christian Seiler committedJun 29, 2009
Commits on Jun 12, 2009
-
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1748 31cb981c-0fcd-0310-a313-f9fa081e70fd
Commits on Mar 15, 2009
-
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1716 31cb981c-0fcd-0310-a313-f9fa081e70fd
Alexander Nitsch committedMar 15, 2009
Commits on Feb 23, 2009
-
Fixed #176. normalize_cgi_variables() will now set empty parameter's …
…value to NULL (just like it used to do prior to rev1703). git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1715 31cb981c-0fcd-0310-a313-f9fa081e70fd
Alexander Nitsch committedFeb 23, 2009
Commits on Feb 22, 2009
-
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1714 31cb981c-0fcd-0310-a313-f9fa081e70fd
Commits on Feb 16, 2009
-
changed version number to 3.4.14
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1712 31cb981c-0fcd-0310-a313-f9fa081e70fd
Commits on Feb 13, 2009
-
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1711 31cb981c-0fcd-0310-a313-f9fa081e70fd
-
fixed #160; not a nice way in flt_nested but it works
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1710 31cb981c-0fcd-0310-a313-f9fa081e70fd
-
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1708 31cb981c-0fcd-0310-a313-f9fa081e70fd
-
Now using ICU <http://icu-project.org/>, therefore removing unnecessa…
…ry code git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1706 31cb981c-0fcd-0310-a313-f9fa081e70fd
Commits on Feb 12, 2009
-
Totally rewrote the whitespace matching; now using unicode properties…
… of characters. So: implemented a list for getting unicode properties git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1704 31cb981c-0fcd-0310-a313-f9fa081e70fd
-
Fixed #170, added unicode whitespace characters I forgot
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1703 31cb981c-0fcd-0310-a313-f9fa081e70fd
Commits on Feb 11, 2009
-
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1700 31cb981c-0fcd-0310-a313-f9fa081e70fd
-
added Last-Modified handler and changed If-Modified-Since handling
git-svn-id: file:///Volumes/Daten/wwwtech/cforum/branches/3.4@1699 31cb981c-0fcd-0310-a313-f9fa081e70fd