ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1058
|
Wed Apr 6 14:45:22 2005 |
| Becher | lehmannth@12move.de | | | | Re: HTML-File as attachement |
Yesterday I mad a little experiment:
I copied in OpenOffice the content from my HTML file, which was not shown correctly
in ELOG, to a new HTML file, uploaded it in ELOG, and now my file was shown
correctly formatted. The only one problem is that not all lines are shown, in the
last line is written ...1753 more lines... . How can I show all lines? Do I have to
recompile ELOG? |
1059
|
Wed Apr 6 14:56:09 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: HTML-File as attachement |
> Yesterday I mad a little experiment:
> I copied in OpenOffice the content from my HTML file, which was not shown correctly
> in ELOG, to a new HTML file, uploaded it in ELOG, and now my file was shown
> correctly formatted. The only one problem is that not all lines are shown, in the
> last line is written ...1753 more lines... . How can I show all lines? Do I have to
> recompile ELOG?
The reason for the "...1753 more lines..." is the following: Sometimes people upload
really huge files (10 MB or so). If they are displayed as ASCII attachments, each time
you access the entry you have to DOWNLOAD 10 MB. Sometimes even the browser crashes.
That's why I limited the display of the ASCII attachments to the first 1000 lines. To
see the complete file, just lick on the attachment name.
Concerning the inline display of HTML documents, I'm currently thinking of checking if
there is an <HTML> or <BODY> statement inside the file. If not, it might be just some
HTML fraction in which case it could be shown. If yes, it cannot be shown inline, but
if you click on it's name a new browser windows is opened containing the full document.
Does that sound reasonable to you? |
1061
|
Wed Apr 6 21:26:19 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: HTML-File as attachement |
Ok, I turned display of HTML attachments completely off in 2.5.8-3. So if one wants to see
it, on has to click on it. Otherwise there is no way to ensure a correct web page, so
people would complain again that the page does not pass the HTML validator if someone
attached an invalid HTML file. |
1062
|
Wed Apr 6 23:02:47 2005 |
| Becher | lehmannth@12move.de | | | | Re: HTML-File as attachement |
I think this is reasonable. All the HTML-files which I want insert (created with the software
INCA) are not shown correctly. My testfiles made with OpenOffice are shown correctly. Maybe
you have the time to program an option for the attachement "Show inside/Show in new window or
tab", so that the user can choose, how his HTML file is shown. Similiar to the option "Submit
as HTML text". |
1064
|
Thu Apr 7 22:18:04 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: HTML-File as attachement |
> I think this is reasonable. All the HTML-files which I want insert (created with the software
> INCA) are not shown correctly. My testfiles made with OpenOffice are shown correctly. Maybe
> you have the time to program an option for the attachement "Show inside/Show in new window or
> tab", so that the user can choose, how his HTML file is shown. Similiar to the option "Submit
> as HTML text".
I changed it such that all attachment are shown in a separate browser window if clicked. Hope
this satisfies most people. I believe an extra switch in the config file is too much for this
little thing, unless someone absolutely wants back the old behaviour. |
1080
|
Tue Apr 12 16:07:12 2005 |
| Steve Woughter | woughter@yahoo.com | Question | Windows | | Conditional conditions? |
Can conditional attributes be assigned as conditions?
Arbitraty Example:
Attributes = Operating system, Version, Name
Options Opperating system = Linux {1}, Windows {2}
{1} Options Version = 2.2 {a}, 2.4 {b}, 2.6 {c}
{2} Options Version = ME {d}, 2k {e}, NT {f}, XP {g}
{1&a} Options Name = This computer
{1&b} Options Name = That Computer
{2&f} Options Name = Workstation
and so on..? |
1083
|
Wed Apr 13 10:06:56 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | | Re: Conditional conditions? |
> Can conditional attributes be assigned as conditions?
Well, I guess the question was: "Can you implement this?" I'm sure that you
tried before.. (;-)
Yes, it is working now, I had to add some new code and fix a bug with AND'ed
conditions (via '&'). The new version is under CVS. Since you use Windows, you
have to wait for the next release. |
1114
|
Mon May 2 12:34:52 2005 |
| Emiliano Gabrielli | AlberT@SuperAlberT.it | Request | All | | search and filters in a cookie !? |
Is it possible to have last runtime filtering and viewing method to be
stored in a cookie in order to make them permanent across navigation ?
I mean:
- if I decide to view "all" entries in the elog and then open one of them,
I'd like not to select "show all entries" again and again
- same thing if I choose to view last week
- same for every runtime filter and/or viewing option
hope this is simple to implement :-) thanks in advance |