]> git.p6c8.net - selfforum.git/log
selfforum.git
22 years agoBugfix to show thread list in deleted postings. master
fox_two [Sun, 13 Jan 2002 20:30:35 +0000 (20:30 +0000)]
Bugfix to show thread list in deleted postings.

22 years agosupport for fo_delete.pl
fox_two [Sun, 13 Jan 2002 19:33:27 +0000 (19:33 +0000)]
support for fo_delete.pl

22 years agofo_delete.pl needed access to this configuration file.
fox_two [Sun, 13 Jan 2002 18:18:49 +0000 (18:18 +0000)]
fo_delete.pl needed access to this configuration file.

22 years agoAdded template and configuration for fo_delete.pl. [Christian Kruse]
fox_two [Sun, 13 Jan 2002 18:15:10 +0000 (18:15 +0000)]
Added template and configuration for fo_delete.pl.        [Christian Kruse]

22 years agoAdded Christian Kruse for his contributions.
fox_two [Sun, 13 Jan 2002 18:12:40 +0000 (18:12 +0000)]
Added Christian Kruse for his contributions.

22 years agofo_delete.pl: Delete/recover postings by setting its 'invisible' flag.
fox_two [Sun, 13 Jan 2002 18:10:55 +0000 (18:10 +0000)]
fo_delete.pl: Delete/recover postings by setting its 'invisible' flag.
  [Christian Kruse]

22 years agoDelete.pm: template for administrator interface to delete msgs.
fox_two [Sun, 13 Jan 2002 18:08:09 +0000 (18:08 +0000)]
Delete.pm: template for administrator interface to delete msgs.

22 years ago_thread.pm: If main forum view is displayed by another script than the
fox_two [Sun, 13 Jan 2002 17:50:39 +0000 (17:50 +0000)]
_thread.pm: If main forum view is displayed by another script than the
single postings, you can now call html_thread() with an additional
parameter to set the base link of the posting display script. This is
needed by fo_delete.pm, which has its own view for the forum index.
  [Christian Kruse]

22 years agoAdmin.pm: hide_posting()/recover_posting(): thread and forum XML files are now locked...
fox_two [Sun, 13 Jan 2002 17:32:52 +0000 (17:32 +0000)]
Admin.pm: hide_posting()/recover_posting(): thread and forum XML files are now locked, 'invisible' flag is recursively set [Christian Kruse]

23 years agonow, if main file is master locked, fo_view.pl won't show any single message
ndparker [Sun, 29 Jul 2001 13:03:44 +0000 (13:03 +0000)]
now, if main file is master locked, fo_view.pl won't show any single message

23 years agoadded methods: joinlist, scrap2file, printscrap
ndparker [Sun, 29 Jul 2001 11:30:18 +0000 (11:30 +0000)]
added methods: joinlist, scrap2file, printscrap

23 years agosort threads by number, not alphabetically
ndparker [Sun, 29 Jul 2001 01:42:34 +0000 (01:42 +0000)]
sort threads by number, not alphabetically

23 years agoset umask to 000
ndparker [Sun, 29 Jul 2001 01:39:48 +0000 (01:39 +0000)]
set umask to 000

23 years agoumask 000; set
ndparker [Sun, 29 Jul 2001 01:38:50 +0000 (01:38 +0000)]
umask 000; set

23 years agoimproved the behavior of get_all_threads and create_forum_xml_string
ndparker [Fri, 27 Jul 2001 15:28:09 +0000 (15:28 +0000)]
improved the behavior of get_all_threads and create_forum_xml_string

23 years agoadded purge method
ndparker [Fri, 27 Jul 2001 15:26:38 +0000 (15:26 +0000)]
added purge method

23 years agonow the (new) purge method of the lock file is called after removing a thread file
ndparker [Fri, 27 Jul 2001 15:25:27 +0000 (15:25 +0000)]
now the (new) purge method of the lock file is called after removing a thread file

23 years ago*grr* now it should work
ndparker [Thu, 26 Jul 2001 20:54:18 +0000 (20:54 +0000)]
*grr* now it should work

23 years agoCGI::Carp does not block eval errors all the time (bug?)
ndparker [Thu, 26 Jul 2001 20:32:29 +0000 (20:32 +0000)]
CGI::Carp does not block eval errors all the time (bug?)

23 years agomodified version check
ndparker [Thu, 26 Jul 2001 00:55:31 +0000 (00:55 +0000)]
modified version check

23 years agofixed the "strict subs" error
ndparker [Thu, 26 Jul 2001 00:41:44 +0000 (00:41 +0000)]
fixed the "strict subs" error

23 years agomodified version check
ndparker [Thu, 26 Jul 2001 00:08:23 +0000 (00:08 +0000)]
modified version check

23 years agomodified version check
ndparker [Wed, 25 Jul 2001 23:43:16 +0000 (23:43 +0000)]
modified version check

23 years agomodified version check
ndparker [Wed, 25 Jul 2001 23:37:10 +0000 (23:37 +0000)]
modified version check

23 years agomodified version check
ndparker [Wed, 25 Jul 2001 23:15:50 +0000 (23:15 +0000)]
modified version check

23 years agomodified version check
ndparker [Wed, 25 Jul 2001 21:09:35 +0000 (21:09 +0000)]
modified version check

23 years agomodified version check
ndparker [Wed, 25 Jul 2001 20:11:11 +0000 (20:11 +0000)]
modified version check

23 years agoremoved global variable $VERSION
ndparker [Wed, 25 Jul 2001 20:03:25 +0000 (20:03 +0000)]
removed global variable $VERSION

23 years agomodified version check
ndparker [Wed, 25 Jul 2001 20:02:26 +0000 (20:02 +0000)]
modified version check

23 years agomade the code more readable (splittet sub cut_tail into several subs, added comments)
ndparker [Mon, 23 Jul 2001 02:22:47 +0000 (02:22 +0000)]
made the code more readable (splittet sub cut_tail into several subs, added comments)
improved the selection of the archive branches

23 years agoimproved (?) the master lock. Now, if first trial fails, the file will be locked...
ndparker [Sun, 22 Jul 2001 15:48:07 +0000 (15:48 +0000)]
improved (?) the master lock. Now, if first trial fails, the file will be locked very violently

23 years agonow severancer will be splittet from cgi application, fo_posting.pl uses now Arc...
ndparker [Thu, 19 Jul 2001 15:08:04 +0000 (15:08 +0000)]
now severancer will be splittet from cgi application, fo_posting.pl uses now Arc::Starter, which runs fo_sev.pl separately

23 years agoadded fo_sev.pl - seperate severancer script
ndparker [Thu, 19 Jul 2001 15:04:47 +0000 (15:04 +0000)]
added fo_sev.pl - seperate severancer script

23 years agoadded Arc::Starter
ndparker [Thu, 19 Jul 2001 14:59:12 +0000 (14:59 +0000)]
added Arc::Starter

23 years agofixed an 'uninitialized' warning
ndparker [Mon, 16 Jul 2001 17:25:41 +0000 (17:25 +0000)]
fixed an 'uninitialized' warning

23 years agoadded methods: joinlist, printscrap and scrap2file
ndparker [Mon, 2 Jul 2001 19:36:47 +0000 (19:36 +0000)]
added methods: joinlist, printscrap and scrap2file

23 years agoif is_email and is_URL are called without a parameter, now $_ will be evaluated
ndparker [Thu, 28 Jun 2001 13:15:08 +0000 (13:15 +0000)]
if is_email and is_URL are called without a parameter, now $_ will be evaluated

23 years agochanged the export mechanism of Time::German - Thanks a lot to Calocybe ;-))
ndparker [Tue, 26 Jun 2001 11:54:39 +0000 (11:54 +0000)]
changed the export mechanism of Time::German - Thanks a lot to Calocybe ;-))

23 years agointegrated new version of Lock.pm
ndparker [Sat, 23 Jun 2001 00:31:25 +0000 (00:31 +0000)]
integrated new version of Lock.pm
Lock::Handle: added methods 'open' and 'close'

23 years agothis update was necessary ;)
ndparker [Thu, 21 Jun 2001 00:37:46 +0000 (00:37 +0000)]
this update was necessary ;)

23 years agoadded error message for xml-parse-error.
ndparker [Thu, 21 Jun 2001 00:35:34 +0000 (00:35 +0000)]
added error message for xml-parse-error.

23 years agothese modules should now work with ne Lock-module
ndparker [Thu, 21 Jun 2001 00:34:35 +0000 (00:34 +0000)]
these modules should now work with ne Lock-module

23 years agoadded submodules of new Lock.pm
ndparker [Wed, 20 Jun 2001 20:34:11 +0000 (20:34 +0000)]
added submodules of new Lock.pm

23 years agoinitializing new version of Lock.pm
ndparker [Wed, 20 Jun 2001 20:31:25 +0000 (20:31 +0000)]
initializing new version of Lock.pm

23 years agomade perl 5.005 compilant
ndparker [Sun, 17 Jun 2001 09:48:31 +0000 (09:48 +0000)]
made perl 5.005 compilant

23 years agoGerman.pm: added version check, turned 'germantime' to 'localtime'. Time::German...
ndparker [Sun, 17 Jun 2001 04:40:35 +0000 (04:40 +0000)]
German.pm: added version check, turned 'germantime' to 'localtime'. Time::German now overwrites the CORE::localtime function
_lib.pm returned 'germantime' to 'localtime'

23 years agoversion checks added, fixed comments
ndparker [Sun, 17 Jun 2001 04:00:38 +0000 (04:00 +0000)]
version checks added, fixed comments

23 years agoadded version checks and some comments, removed Posting::_lib::create_message_xml...
ndparker [Sun, 17 Jun 2001 02:21:53 +0000 (02:21 +0000)]
added version checks and some comments, removed Posting::_lib::create_message_xml, fixed some issues in Posting::Cache

23 years agoadded version checks, fixed some issues ;)
ndparker [Sun, 17 Jun 2001 00:58:48 +0000 (00:58 +0000)]
added version checks, fixed some issues ;)

23 years agoadded version check and comments
ndparker [Sun, 17 Jun 2001 00:15:40 +0000 (00:15 +0000)]
added version check and comments

23 years agoadded version checks
ndparker [Sat, 16 Jun 2001 22:16:17 +0000 (22:16 +0000)]
added version checks

23 years agoadded version checks, fixed a small bug in Template.pm
ndparker [Sat, 16 Jun 2001 22:02:23 +0000 (22:02 +0000)]
added version checks, fixed a small bug in Template.pm

23 years agoversion checks added, Conf.pm restructured, comments added
ndparker [Sat, 16 Jun 2001 20:38:51 +0000 (20:38 +0000)]
version checks added, Conf.pm restructured, comments added

23 years agoordered alphabetically (in some places in germany, the alphabetical order is differen...
fox_two [Sat, 16 Jun 2001 19:51:33 +0000 (19:51 +0000)]
ordered alphabetically (in some places in germany, the alphabetical order is different than in others)

23 years agoadded version check (and fixed *grr*)
ndparker [Sat, 16 Jun 2001 17:05:07 +0000 (17:05 +0000)]
added version check (and fixed *grr*)

23 years agoadded and fixed version check(s)
ndparker [Sat, 16 Jun 2001 16:48:48 +0000 (16:48 +0000)]
added and fixed version check(s)

23 years agoadded version check
ndparker [Sat, 16 Jun 2001 16:45:06 +0000 (16:45 +0000)]
added version check

23 years agoadded version check
ndparker [Sat, 16 Jun 2001 16:18:11 +0000 (16:18 +0000)]
added version check

23 years agogrr, fixed an error ;)
ndparker [Sat, 16 Jun 2001 11:44:26 +0000 (11:44 +0000)]
grr, fixed an error ;)

23 years agocopyright holders modified
ndparker [Sat, 16 Jun 2001 11:41:39 +0000 (11:41 +0000)]
copyright holders modified

23 years agoadded system independent German time support
ndparker [Mon, 11 Jun 2001 01:57:51 +0000 (01:57 +0000)]
added system independent German time support

23 years agoCompleted archive template.
fox_two [Fri, 8 Jun 2001 21:08:15 +0000 (21:08 +0000)]
Completed archive template.

23 years agofo_arcview.pl and Archive.pm should now be nearly ready to go online. TODO: Some...
fox_two [Fri, 8 Jun 2001 21:07:09 +0000 (21:07 +0000)]
fo_arcview.pl and Archive.pm should now be nearly ready to go online. TODO: Some last checks and possible bug fixes (?).

23 years agoAdded support for yearly (month) overview.
fox_two [Fri, 8 Jun 2001 20:27:44 +0000 (20:27 +0000)]
Added support for yearly (month) overview.

23 years agoarcview.tmpl.xml: added support for yearly (month) overview, merged year and month...
fox_two [Fri, 8 Jun 2001 20:20:42 +0000 (20:20 +0000)]
arcview.tmpl.xml: added support for yearly (month) overview, merged year and month views as much as possible; see an example at http://selfforum.sourceforge.net/dev/archiv/2001/

23 years agojust a test, syncmail should work now ;)
ndparker [Thu, 7 Jun 2001 16:03:31 +0000 (16:03 +0000)]
just a test, syncmail should work now ;)

23 years agoadded logentry for syncmail
ndparker [Thu, 7 Jun 2001 16:02:23 +0000 (16:02 +0000)]
added logentry for syncmail

23 years agoremoved unnecessary comments.
fox_two [Thu, 7 Jun 2001 15:48:09 +0000 (15:48 +0000)]
removed unnecessary comments.

23 years agoa test
ndparker [Tue, 5 Jun 2001 20:12:16 +0000 (20:12 +0000)]
a test

23 years agono comment
ndparker [Tue, 5 Jun 2001 20:09:06 +0000 (20:09 +0000)]
no comment

23 years agox-bit added
ndparker [Tue, 5 Jun 2001 05:45:44 +0000 (05:45 +0000)]
x-bit added

23 years agox-bit-added
ndparker [Tue, 5 Jun 2001 05:40:13 +0000 (05:40 +0000)]
x-bit-added

23 years ago3rd test
ndparker [Tue, 5 Jun 2001 05:17:48 +0000 (05:17 +0000)]
3rd test

23 years agojust a test
ndparker [Tue, 5 Jun 2001 04:46:26 +0000 (04:46 +0000)]
just a test

23 years agocommits now should be sent to syncmail
ndparker [Tue, 5 Jun 2001 04:45:11 +0000 (04:45 +0000)]
commits now should be sent to syncmail

23 years agoadded syncmail in checkoutlist
ndparker [Tue, 5 Jun 2001 04:38:36 +0000 (04:38 +0000)]
added syncmail in checkoutlist

23 years agosyncmail added for cvs mail support
ndparker [Tue, 5 Jun 2001 04:35:37 +0000 (04:35 +0000)]
syncmail added for cvs mail support

23 years agoInitial revision.
fox_two [Mon, 4 Jun 2001 19:33:19 +0000 (19:33 +0000)]
Initial revision.

23 years agodefault configuration files are now in /cgi-config.
fox_two [Mon, 4 Jun 2001 19:16:41 +0000 (19:16 +0000)]
default configuration files are now in /cgi-config.

23 years agoDTDs are now in /cgi-config.
fox_two [Mon, 4 Jun 2001 19:14:37 +0000 (19:14 +0000)]
DTDs are now in /cgi-config.

23 years agotemplates are now in /cgi-config
fox_two [Mon, 4 Jun 2001 19:13:30 +0000 (19:13 +0000)]
templates are now in /cgi-config

23 years agoInitial revision.
fox_two [Mon, 4 Jun 2001 19:09:46 +0000 (19:09 +0000)]
Initial revision.

23 years agoscrap(): last parameter (true/false) $no_newlines added; if set, all newlines and...
fox_two [Mon, 4 Jun 2001 18:49:24 +0000 (18:49 +0000)]
scrap(): last parameter (true/false) $no_newlines added; if set, all newlines and line feeds are removed; check this one for bugs... ;)

23 years ago-n/a-
fox_two [Mon, 4 Jun 2001 18:45:53 +0000 (18:45 +0000)]
-n/a-

23 years agoprepared for XHTML (<br> -> <br />).
fox_two [Mon, 4 Jun 2001 18:28:00 +0000 (18:28 +0000)]
prepared for XHTML (<br> -> <br />).

23 years agoprint_month_as_HTML(): use locking for index-file
fox_two [Mon, 4 Jun 2001 15:19:02 +0000 (15:19 +0000)]
print_month_as_HTML(): use locking for index-file

23 years agoprint_month_as_HTML(): monthly overview
fox_two [Mon, 4 Jun 2001 14:16:30 +0000 (14:16 +0000)]
print_month_as_HTML(): monthly overview

23 years agovery_short_hr_time(): returns only date
fox_two [Mon, 4 Jun 2001 13:38:12 +0000 (13:38 +0000)]
very_short_hr_time(): returns only date

23 years agomonth(): bug fix
fox_two [Mon, 4 Jun 2001 12:39:04 +0000 (12:39 +0000)]
month(): bug fix

23 years agoDOS->Unix
fox_two [Mon, 4 Jun 2001 12:33:08 +0000 (12:33 +0000)]
DOS->Unix

23 years agoexported month()
fox_two [Mon, 4 Jun 2001 12:31:52 +0000 (12:31 +0000)]
exported month()

23 years ago-n/a-
fox_two [Mon, 4 Jun 2001 12:30:33 +0000 (12:30 +0000)]
-n/a-

23 years agoInitial release
fox_two [Mon, 4 Jun 2001 12:30:06 +0000 (12:30 +0000)]
Initial release

23 years agomonth(): returns month name for a specified number.
fox_two [Mon, 4 Jun 2001 12:28:51 +0000 (12:28 +0000)]
month(): returns month name for a specified number.

23 years agoAdded DTD for fo_view.xml configuration file.
fox_two [Sun, 20 May 2001 00:14:13 +0000 (00:14 +0000)]
Added DTD for fo_view.xml configuration file.

23 years agoReplaced fo_admin_default.xml by fo_admin_default.xml-default.
fox_two [Sat, 19 May 2001 23:55:38 +0000 (23:55 +0000)]
Replaced fo_admin_default.xml by fo_admin_default.xml-default.

23 years agoInitial release
fox_two [Sat, 19 May 2001 23:43:23 +0000 (23:43 +0000)]
Initial release

23 years agoReplaced fo_posting.xml by fo_posting.xml-default.
fox_two [Sat, 19 May 2001 23:40:26 +0000 (23:40 +0000)]
Replaced fo_posting.xml by fo_posting.xml-default.

23 years agoReplaced fo_view.xml by fo_view.xml-default.
fox_two [Sat, 19 May 2001 23:38:08 +0000 (23:38 +0000)]
Replaced fo_view.xml by fo_view.xml-default.

23 years agomodified the URL-Regex, further changes comin' soon...
ndparker [Thu, 3 May 2001 10:37:25 +0000 (10:37 +0000)]
modified the URL-Regex, further changes comin' soon...

patrick-canterino.de