ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
282
|
Mon Apr 14 15:07:02 2003 |
| nickc1 | nick@nick.com | Info | | | Question |
Is there a way to hide logbooks from all views.
Basically i want to use the move function to move old entries to another
logbook but only want administrators to be able to see the logbooks in the
view, everyone will just see the primary ones.
At the min im having to put Archive logbook, everyone is complaining at me
that there is too many to choose from :)
Any suggestions ? |
289
|
Fri Apr 18 21:32:59 2003 |
| Kutlay Topatan | ktopatan@worldbank.org | Question | | | Converting logs |
I would like to dump mylog files into comma/tab seperated files. Is there
an easy way to do it?
I tried to run elconv, but had no success. Always returns an error.
Thanks,
k. |
299
|
Tue Apr 22 19:27:28 2003 |
| Marcus Meyer | marcus.meyer@gmx.net | Question | | | Re: Converting logs |
> I would like to dump mylog files into comma/tab seperated files. Is there
> an easy way to do it?
>
> I tried to run elconv, but had no success. Always returns an error.
>
> Thanks,
> k.
Hi!
Same for me.
Here is the error:
Cannot find any ??????.log file in this directory.
THANX,
mm |
300
|
Tue Apr 22 19:58:13 2003 |
| Recai Oktas | roktas@omu.edu.tr | Question | | | Re: Converting logs |
> Here is the error:
>
> Cannot find any ??????.log file in this directory.
`elconv' is just a simple tool to convert pre 2.0 log files to the current
format. (Well, after all these confusions, dropping it from the future
releases won't be surprising -at least for me- ;) You might try some
well-known text-processing tools ie. preferably awk or perl to make the
required conversions. But I think using comma or tab as the delimiter is not
suitable due to the content of logs. If all you want is importing them to
excel/word, you should play with the delimiter options of mentioned programs
before trying a solution. |
309
|
Fri May 2 10:32:57 2003 |
| nickc1 | nick@nick.com | Request | | | Feature request - fairly urgent also :) |
We are using elog as a small database system, today we came across a
problem where 2 people were editing the same record and the first one to
submit his changes were overwritten when the second person submitted his.
Is there anyway to lock a logbook record when someone has pressed EDIT,
maybe set a flag in the logbook entry so it has to be unlocked when its
submitted by the originator or by an administrator.
Many Thanks |
319
|
Tue May 6 10:53:33 2003 |
| nickc1 | nick@nick.com | Info | | | CVS URL |
Can anyone tell me the URL for the CVS download section
the link has gone from one of the main screens
Cheers |
329
|
Thu May 8 15:12:11 2003 |
| nickc1 | nick@nick.com | Info | | | Question |
Can you tell me what the following change in CVS offers
Revision 1.99 / (download) - annotate - [select for diffs] , Fri May 2
10:00:31 2003 UTC (6 days, 2 hours ago) by midas
Changes since 1.98: +10 -1 lines
Diff to previous 1.98
Added lock icon for protected logbooks
Does this relate to the request in article 309
and if so is there any flags set to enable it.
Cheers |
346
|
Mon May 19 23:54:09 2003 |
| Tomas Rudolf | tomas@mba.be | Request | | | HTML page formating |
Is there a possibility to integrate into ELOG some more features in terms
of page formating?
Currently, the .cfg file allows you to specify only the data structure of
the dataentry/consultation HTML page. And you only have very limited
possibilities to change the layout of the page (basically only the order of
attributes on the page and with the help of the .css file the font, color
and background of the page as a whole).
What we would like to do is to :
+ apply a stylesheet class to an attribute (change the particular TD class)
+ specify the width of a textfield (sometimes it is really not necessary to
have such a long textfield area for a 3-letter long code)
+ put an attribute on the same line as the previous one (instead of putting
it automatically on the next line)
Therefore, in addition to the current attributes & parameters, we suggest
the following syntax in the .cfg file:
+ parameter AttribPos which would specify the position of an attribute,
it's lenght (for text attributes only) and the .css class to apply
+ parameters in [] are optional
AttribPos AttribName = same_line, width, [class]
Examples:
AttribPos DateUp = 0,20, [important]
+ Attribute "DateUp" will be put on the next line, the textfield width will
be 20 characters and a .important class will be applied to it from the
default (or specified) .css file.
AttribPos DateUp = 1,15,
+ this puts the DateUp attribute on the same line, width 15
We believe that these improvements would help to make the ergonomy of the
screen better and thus facilitate the user-dataentry/consultation. |
Attachment 1: elog_improve_layout.jpg
|
|