]> git.p6c8.net - selfforum.git/log
selfforum.git
23 years agosome small style changes
ndparker [Fri, 30 Mar 2001 21:12:38 +0000 (21:12 +0000)]
some small style changes

23 years agoadded sub parse_xml_file
ndparker [Fri, 30 Mar 2001 21:05:43 +0000 (21:05 +0000)]
added sub parse_xml_file

23 years agofixed a bug: U+00B4 was not converted into ´ - now it does do ;)
ndparker [Fri, 30 Mar 2001 13:08:20 +0000 (13:08 +0000)]
fixed a bug: U+00B4 was not converted into ´ - now it does do ;)

23 years agoadded CheckRFC.pm
ndparker [Fri, 30 Mar 2001 04:17:01 +0000 (04:17 +0000)]
added CheckRFC.pm
replaced 'die' by Carp::croak in Template.pm
no real changes in fo_view.pl ;)

23 years agoafter installing apache 1.3.19 (win) i had to patch the BEGIN-Blocks (to get the...
ndparker [Thu, 29 Mar 2001 23:33:59 +0000 (23:33 +0000)]
after installing apache 1.3.19 (win) i had to patch the BEGIN-Blocks (to get the script location)

23 years agorenamed Posting::Handle as Posting::Admin
ndparker [Thu, 29 Mar 2001 21:46:47 +0000 (21:46 +0000)]
renamed Posting::Handle as Posting::Admin
did several style changes in many files

23 years agonow the reference counter file will be deleted if the counter is zero - lets save...
ndparker [Tue, 20 Mar 2001 09:02:01 +0000 (09:02 +0000)]
now the reference counter file will be deleted if the counter is zero - lets save HD-Memory! ;)

23 years agofixed several bugs in all committed files, but anyway there's a lot to do further...
ndparker [Sun, 18 Mar 2001 23:23:35 +0000 (23:23 +0000)]
fixed several bugs in all committed files, but anyway there's a lot to do further...

23 years ago*** empty log message ***
fox_two [Sat, 17 Mar 2001 17:30:46 +0000 (17:30 +0000)]
*** empty log message ***

23 years agosee forum.dtd head.
fox_two [Sat, 17 Mar 2001 17:26:07 +0000 (17:26 +0000)]
see forum.dtd head.

23 years agono real changes
ndparker [Fri, 16 Mar 2001 22:18:23 +0000 (22:18 +0000)]
no real changes

23 years agobug fixed in Template/_thread.pm
ndparker [Fri, 16 Mar 2001 00:33:28 +0000 (00:33 +0000)]
bug fixed in Template/_thread.pm

23 years ago_lib.pm: style changes
fox_two [Tue, 13 Mar 2001 20:47:39 +0000 (20:47 +0000)]
_lib.pm: style changes
Handle::add_user_vote(), Handle::level_vote(): new
Handle.pm: fixes

23 years agomodified 'get_all_threads', returns now additionally the dtd resource,
ndparker [Thu, 8 Mar 2001 22:37:36 +0000 (22:37 +0000)]
modified 'get_all_threads', returns now additionally the dtd resource,
fo_posting.pl adjusted

23 years agochange_posting_body() + some improvements.
fox_two [Thu, 8 Mar 2001 22:03:44 +0000 (22:03 +0000)]
change_posting_body() + some improvements.

23 years agohide_posting(), recover_posting(): bugfix: save file after changing it.
fox_two [Thu, 8 Mar 2001 20:30:36 +0000 (20:30 +0000)]
hide_posting(), recover_posting(): bugfix: save file after changing it.

23 years agohide_posting(), recover_posting(): use _lib::get_all_threads() and _lib::create_forum...
fox_two [Thu, 8 Mar 2001 20:28:13 +0000 (20:28 +0000)]
hide_posting(), recover_posting(): use _lib::get_all_threads() and _lib::create_forum_xml_string() to change main forum xml.

23 years agocommon.xml replaced by common.xml-default (save configuration on 'cvs update').
fox_two [Thu, 8 Mar 2001 02:00:22 +0000 (02:00 +0000)]
common.xml replaced by common.xml-default (save configuration on 'cvs update').

23 years agochanged the handling of pathes, defined in config files. They are now absolute, not...
ndparker [Wed, 7 Mar 2001 20:19:20 +0000 (20:19 +0000)]
changed the handling of pathes, defined in config files. They are now absolute, not relative to anything.
please change your config files.
also changed 'wselfhtm.css' in all template files to 'forum.css', rename (or copy) your wselfhtm.css in wwwroot/selfaktuell/src/, please

23 years agofixed some bugs, should now produce correct RFC822-Headers :-)
ndparker [Wed, 7 Mar 2001 02:37:48 +0000 (02:37 +0000)]
fixed some bugs, should now produce correct RFC822-Headers :-)

23 years agoadded function 'get_body_node', see documentation for details;
ndparker [Sat, 3 Mar 2001 03:57:56 +0000 (03:57 +0000)]
added function 'get_body_node', see documentation for details;
did some further style changes;
also did some code optimizations;

23 years ago_lib.pm: style changes
fox_two [Fri, 2 Mar 2001 23:20:05 +0000 (23:20 +0000)]
_lib.pm: style changes
Handle.pm: hide_posting() and recover_posting() prepared to use _lib.pm routines for changing the main forum xml.

23 years agofixed a bug in ~hr_time functions
ndparker [Thu, 1 Mar 2001 23:48:19 +0000 (23:48 +0000)]
fixed a bug in ~hr_time functions

23 years agochange_posting_visibility(): uses now Posting::_lib::save_file()
fox_two [Tue, 27 Feb 2001 22:28:03 +0000 (22:28 +0000)]
change_posting_visibility(): uses now Posting::_lib::save_file()
modify_posting(): modify subject and/or category of a posting (untested!)
change_posting_value(): changes values of child nodes of a msg

23 years agochange_posting_visibility(): works now recursive, todo: delete 'invisible'
fox_two [Tue, 27 Feb 2001 21:30:10 +0000 (21:30 +0000)]
change_posting_visibility(): works now recursive, todo: delete 'invisible'
flag instead of setting it to 0

23 years agoupdated Posting::_lib, parses now the new XML format.
ndparker [Tue, 27 Feb 2001 20:58:56 +0000 (20:58 +0000)]
updated Posting::_lib, parses now the new XML format.

23 years agorecover_posting(): delete 'invisibility' flag of a posting.
fox_two [Tue, 27 Feb 2001 20:54:19 +0000 (20:54 +0000)]
recover_posting(): delete 'invisibility' flag of a posting.

23 years agochange_posting_visibility(): change the visibility of a message (not yet
fox_two [Tue, 27 Feb 2001 20:41:00 +0000 (20:41 +0000)]
change_posting_visibility(): change the visibility of a message (not yet
recursive), based on Posting::_lib::get_message_node()
hide_posting(): now uses change_posting_visibility()

23 years agoforum.dtd fixed, lockfiles removed from repository
ndparker [Tue, 27 Feb 2001 20:08:30 +0000 (20:08 +0000)]
forum.dtd fixed, lockfiles removed from repository

23 years agoHandle.pm initial release. Style changes.
fox_two [Tue, 27 Feb 2001 20:05:42 +0000 (20:05 +0000)]
Handle.pm initial release. Style changes.

23 years agoadded config.dtd (to be a reference - XML::Parser doesn't use the DTD files)
ndparker [Tue, 27 Feb 2001 18:53:46 +0000 (18:53 +0000)]
added config.dtd (to be a reference - XML::Parser doesn't use the DTD files)

23 years agosome bugs fixed, lockfiles (fo_admin_default.xml.*) removed from repository
ndparker [Tue, 27 Feb 2001 18:47:59 +0000 (18:47 +0000)]
some bugs fixed, lockfiles (fo_admin_default.xml.*) removed from repository

23 years agoforum.dtd is now up to date.
ndparker [Tue, 27 Feb 2001 18:10:45 +0000 (18:10 +0000)]
forum.dtd is now up to date.

23 years agostyle changes
fox_two [Tue, 27 Feb 2001 16:49:19 +0000 (16:49 +0000)]
style changes

23 years agochanged ndparker's mail address
ndparker [Tue, 27 Feb 2001 02:53:04 +0000 (02:53 +0000)]
changed ndparker's mail address

23 years agoAdded names of copyright holders.
fox_two [Tue, 27 Feb 2001 01:17:07 +0000 (01:17 +0000)]
Added names of copyright holders.

23 years agojust a test...
ndparker [Tue, 27 Feb 2001 01:09:54 +0000 (01:09 +0000)]
just a test...

23 years agoReplaced index.shtml and neu.shtml by index.shtml-default and
fox_two [Tue, 27 Feb 2001 00:59:44 +0000 (00:59 +0000)]
Replaced index.shtml and neu.shtml by index.shtml-default and
neu.shtml-default.

23 years agocommon.xml-default is now the default configuration file. It must initially
fox_two [Tue, 27 Feb 2001 00:58:09 +0000 (00:58 +0000)]
common.xml-default is now the default configuration file. It must initially
be renamed to common.xml, which is the used configuration filename.

23 years agoturned on watch notification
ndparker [Tue, 27 Feb 2001 00:49:07 +0000 (00:49 +0000)]
turned on watch notification

23 years ago*** empty log message ***
ndparker [Tue, 27 Feb 2001 00:20:40 +0000 (00:20 +0000)]
*** empty log message ***

23 years agoInitial release
fox_two [Wed, 21 Feb 2001 11:25:39 +0000 (11:25 +0000)]
Initial release

23 years agoInitial release
fox_two [Wed, 21 Feb 2001 10:38:08 +0000 (10:38 +0000)]
Initial release

23 years agoinitial checkin
precision [Wed, 21 Feb 2001 05:28:25 +0000 (05:28 +0000)]
initial checkin

23 years agoinitial checkin
precision [Wed, 21 Feb 2001 05:28:24 +0000 (05:28 +0000)]
initial checkin

patrick-canterino.de