Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 440 of 808  Not logged in ELOG logo
ID Date Icon Author Author Email Category OS ELOG Version Subject
  66299   Fri Apr 10 22:54:56 2009 Angy Mikemike@raghuexim.comBug reportLinux2.7.5ELOG V2.7.5 Protect Selection page = 1 Crashes Program

When I try to set

Protect Selection page = 1

in the config file elog crashes. Attached is my config file.

elog 2.7.5 built Apr  8 2009, 16:52:07 revision 130

Attachment 1: elog.cfg
[global]
port = 8080
URL = https://raghu.dyndns.org/
Summary lines = 32
Password file = passwords.pwd
Quote on reply = 0
Expand default = 3
Protect Selection page = 0
Thumbnail size = 10%
Bottom text = <center>Home Collections by Raghu - Discussion Forum</center>
Bottom text login = <center>Welcome to Home Collections by Raghu</center>
Display mode = threaded
Preset Author = $long_name
Subst on edit author = $long_name
Preset on reply Author = $long_name
Preset on Duplicate Author = $long_name
List Menu commands = New, Find, Select, Config, Admin, Change password, Logout
Menu commands = Back, New, Edit, Delete, Reply, Find, Move to, Config, Help
Admin user = sliver, raghu
Allow Delete = sliver, brian, raghu
Allow Move To = sliver, brian, raghu
Group Product Issues = Open, Closed
Group New Products = Definite, Considered, Canceled

[Open]
Theme = default
Comment = Open Issues With Current Products
Attributes = Author, Category, Subject
Options Category = Linen, Metal, Pillow, Electrical, Other
Required Attributes = Category
Page Title = Open Product Issues - $subject
Reverse sort = 1
Quick filter = Date, Category
Move to = Closed

[Closed]
Theme = default
Comment = Closed Issues With Current Products
Attributes = Author, Category, Subject
Options Category = Linen, Metal, Pillow, Electrical, Other
Required Attributes = Category
Page Title = Closed Product Issues - $subject
Reverse sort = 1
Quick filter = Date, Category
Move to = Open

[Considered]
Theme = default
Comment = Considered Product Discussion
Attributes = Author, Category, Subject
Options Type = Open, Closed, Other
Options Category = Linen, Metal, Pillow, Electrical, Other
Required Attributes = Category
Page Title = Considered Products - $subject
Reverse sort = 1
Quick filter = Date, Category
Move to = Definite, Canceled

[Definite]
Theme = default
Comment = Definite Product Discussion
Attributes = Author, Category, Subject
Options Type = Open, Closed, Other
Options Category = Linen, Metal, Pillow, Electrical, Other
Required Attributes = Category
Page Title = Definite Products - $subject
Reverse sort = 1
Quick filter = Date, Category
Move to = Considered, Canceled

[Canceled]
Theme = default
Comment = Canceled Products Discussion
Attributes = Author, Category, Subject
Options Type = Open, Closed, Other
Options Category = Linen, Metal, Pillow, Electrical, Other
Required Attributes = Category
Page Title = Canceled Products - $subject
Reverse sort = 1
Quick filter = Date, Category
Move to = Definite, Considered
  66298   Fri Apr 10 19:32:33 2009 Reply Hal Proctorhproctor@mpm.comQuestionWindows2.7.5-2175Re: Allow password change ???

Hal Proctor wrote:

How do you allow users to change password for a given logbook when the user keeps getting prompted for admin password to enter the change password feature?

I have Allow password change = 1 set global and at each logbook hoping that would work.

It allows them to change the password when and only when the user gets past the admin login when clicking CONFIG.

help

 

 Thats what we get for having two people working on the install and configuration.  LOL

When first creating and setting up the configs, we had  Admin Password = xxxxx  entered in each logbook config.  Once we created a password list we no longer needed that entry.

This was why each user who had login credentials was being asked to provide the admin password when trying to change their password. 

  66297   Fri Apr 10 17:41:25 2009 Question Hal Proctorhproctor@mpm.comQuestionWindows2.7.5-2175Allow password change ???

How do you allow users to change password for a given logbook when the user keeps getting prompted for admin password to enter the change password feature?

I have Allow password change = 1 set global and at each logbook hoping that would work.

It allows them to change the password when and only when the user gets past the admin login when clicking CONFIG.

help

 

  66296   Thu Apr 9 13:04:51 2009 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.7.5-2185Re: Error Message in "Demo of database-like elog"

 

mike cianci wrote:

I attempted to remove the text editor (like you did in "Demo of database-like elog") using  "Show text = 0".

In both your Demo and my logbook when you hit  "New"  - Explorer generates the folowing error message

        Error: The Textarea with id or name set to "text" was not found.

Is there a solution or do we just live with it.

Thanks,    Mike

 

Thanks for reporting that bug. I fixed it in SVN revision 2188, and the fix will be contained in the next release. 

  66295   Thu Apr 9 12:50:03 2009 Question mike ciancimike2.cianci@comcast.netQuestionWindows2.7.5-2185Error Message in "Demo of database-like elog"

I attempted to remove the text editor (like you did in "Demo of database-like elog") using  "Show text = 0".

In both your Demo and my logbook when you hit  "New"  - Explorer generates the folowing error message

        Error: The Textarea with id or name set to "text" was not found.

Is there a solution or do we just live with it.

Thanks,    Mike

  66294   Thu Apr 9 12:05:55 2009 Reply Stefan Rittstefan.ritt@psi.chQuestionWindowsELOG V2.7.Re: export the elog data

 

urian bardulla wrote:

Hi guys,

Is there any simple way to export the ELOG data in a more readable way, except copying the .log files????

Thank You in advance,

Urian.

 

Click on Find, then select Export to: ..., then click Search.  I know it's a bit hidden, but this way one can restrict the subset of entries to be exported.

  66293   Thu Apr 9 11:53:19 2009 Question urian bardullaurian.bardulla@gmail.comQuestionWindowsELOG V2.7.export the elog data

Hi guys,

Is there any simple way to export the ELOG data in a more readable way, except copying the .log files????

Thank You in advance,

Urian.

  66292   Thu Apr 9 10:52:29 2009 Reply Stefan Rittstefan.ritt@psi.chRequestLinux | OtherV2.7.5-213Re: conditional attributes
> I'm (ab)using elog as a database and would like to use conditional attributes, like:
> 
> Attributes = PC Name, Operating System, Version, Distribution
> Options Operating System = Linux{1}, Windows{2}
> {1} Show Attributes Edit = Operating System, Distribution, PC Name
> {2} Show Attributes Edit = Operating System, PC Name, Version
> 
> Problem is that there are several conditions and the list of attributes is rather long. Also, since it's a
> rather dynamic environment I have to make new attributes all the time, and adding them to all "show attributes"
>  lists is not only tedious, but bound to cause errors as well.
>  
> 
> So... 
> 
> I was thinking, would it be an idea to make the list of attributes to be shown or hidden on a per attribute base.
> 
>  
> 
> Like:
> 
> Attributes = PC Name, Operating System, Version, Distribution
> 
> # hide specific attributes
> Hide attributes = Distribution, PC Name
> 
> # or configure which fields should be shown allways
> Show Attributes = Operating System, Version
> 
> # add attributes based on OS
> Options Operating System = Linux{1}, Windows{2}
> {1} Show Attribute Edit = Distribution
> {2} Show Attribute Edit = PC Name
> 
> (just thinking out loud here).

Sure such a think can be implemented, but I have no time right now to do so. I will put it on the wish list.
ELOG V3.1.5-3fb85fa6