Re: dropdown-lists display only the first 100 entries, posted by Guenter Nowak on Thu Dec 9 11:30:07 2004
|
> Right. Number of options is limited to 100.
hi, i found the MAX_N_LIST macro and increased it |
Re: back button does not work, posted by Guenter Nowak on Thu Dec 9 11:30:49 2004
|
> > hi
> > the back button/liunk does not work
> > if i click on an entry and then back, it does not work properly, i see the
> > same entry
> > if i click on the new button or the find button, and then back, it does
> > not work properly
> > mfg guenter
>
> Thanks for reporting that bug, it has been fixed in the curreny CVS version.
thanks |
error when searching for POST, posted by Guenter Nowak on Mon Sep 26 11:03:52 2005
|
is this an elog bug?
calling
http://midas.psi.ch/elogs/Linux%20Demo/?cmd=Find
(ELOG V2.6.0-beta4)
and typing
POST
in uppercase-letters
I get the error
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /elogs/Linux Demo/.
Reason: Error reading from remote server
--------------------------------------------------------------------------------
Apache/2.0.46 (Red Hat) Server at midas.psi.ch Port 80
doing the same thing on my elog installation (ELOG V2.5.9-2) gives the error
Die Seite kann nicht angezeigt werden.
Die gewünschte Seite ist zurzeit nicht verfügbar. Möglicherweise sind technische Schwierigkeiten aufgetreten oder Sie sollten die Browsereinstellungen überprüfen.
--------------------------------------------------------------------------------
Versuchen Sie Folgendes:
... (some text skipped, guenter)
Fehler: Server oder DNS kann nicht gefunden werden
Internet Explorer
if if dont type all letters in uppercase no problem occurs
thanks
guneter |
Howto Set Default Fonts in Editor Window?, posted by Gregory M. Caughey on Sun Apr 10 07:35:09 2005
|
Hello,
I have been running Elog for a long time on a variety of RedHat releases,
(this is a terrific project by the way). Currently running Elog v2.5.7 on
RedHat (Fedora Core-II) and most is working great excepting being able to
modify the default fonts being used by Elog when trying to write and save
in text mode while in Elog's main editing screen.
On my setup the font size is way too small and to work around this problem
I write and save everything in HTML mode. I've browsed the Elog css file
but don't yet see where or how to properly set the default font style or
size for the main screen in the editor. Can you shed some light on this for
me?
--
Regards, Greg |
Elog v2.6.2-1722 appears to have broken "Suppress default [0|1|2|3]" option on Windows XP box, posted by Gregory M. Caughey on Wed Oct 11 11:37:03 2006
|
Hi Stefan!
Been running Elog-2.6.2-1714 successfully for a while and yesterday decided to download and experiment with the latest Elog-2.6.2-1722 build. I want to report a possible bug involving the "Suppress default" option when running build 2.6.2-1722 on a Windows XP laptop. I installed 2.6.2-1722 into a development folder and copied my current production 'elogd.cfg' file and other custom files to the development folder. Test postings produced the following results:
1.) The "Suppress default [0|1|2|3]" option causes the [] Suppress Email notification to display or not display as expected.
2.) However, email notifications will be sent under all circumstances regardless of which parameter selected.
3.) Downgrading to Elog-2.6.2-1714 produces the expected behavior.
I am running Windows XP with all current upgrades and security patches and Internet Explorer 7 - version: 7.0.5700.6
Regards, Greg |
Re: Elog v2.6.2-1722 appears to have broken "Suppress default [0|1|2|3]" option on Windows XP box, posted by Gregory M. Caughey on Wed Oct 11 19:37:10 2006  
|
Stefan Ritt wrote: |
Gregory M. Caughey wrote: | 2.) However, email notifications will be sent under all circumstances regardless of which parameter selected. |
Thanks for reporting that problem. I just implemented Suppress email on edit and this could have had some side effect. I tried however to reproduce your problem and was not able to. Trying the "minimal" configuration file, the email notifications were suppressed if the check box was checked, or if Suppress default = 3. Can you check if it works with a minimal config file, and if yes, what option in your "full" config file causes this effect? |
OK, you're absolutely correct. When I run Elog-2.6.2-1722 with a minimal 'elogd.cfg' the "Suppress default [0|1|2|3]" flag does appear to behave as expected. Taking your advice I went through my local 'elogd.cfg' evaluating items to see where the problem starts and I found a problem. In my local config file I use conditional attributes to modify the "category" and "type" fields (in the posting form) and here is what I'm finding wrong. For this example I have set "Suppress default = 3" and the following actions take place:
1.) Select "New" to begin a post and the form displays correctly with NO "[] Suppress Email notification" checkbox showing.
2.) When selecting "Category" an choosing an appropriate menu item the form is then redrawn and now there is a problem, the "[] Suppress Email notification" checkbox is displaying. The checkbox does work correctly but the behavior I'm expecting is for no checkbox to display during the composition of this posting. Am I misunderstanding the behavior of the "Suppress default = 3" flag?
3.) Each of the other flag parameters appear to work as expected as used in the above example.
I have attached screenshots that demonstrate this behavior as well as a snippet of the 'elogd.cfg' file.
Hope this helps a little...
Thanks, Greg |
Re: Elog v2.6.2-1722 appears to have broken "Suppress default [0|1|2|3]" option on Windows XP box, posted by Gregory M. Caughey on Sat Oct 14 10:01:17 2006
|
Stefan Ritt wrote: |
Gregory M. Caughey wrote: | Hope this helps a little... |
Yepp it helped. I could reproduce your problem and fix it. Can you try elog262-4.exe (Revision 1729)? |
Hi Stefan!
Just installed elog-2.6.2-1729 and it's working perfectly. I haven't had enough time to test it thoroughly yet but will report any problems I might find. As always thanks for your excellent work, I appreciate it.
Regards, Greg |
Re: Display Picture in ELOG Welcome Page, posted by Gregory M. Caughey on Fri Nov 30 10:36:21 2007
|
Adam Blandford wrote: |
Hi
I want to display an image on the title page and have put the following code into the elogd.cfg:
Welcome Title = <img src="pictures/ln2.jpg"><p><font size = 5 color=white>Welcome to My Project Log</font>
I have put the picture "ln2.jpg" in a pictures folder I have created in the root ELOG directory however the image does not show up. Any assistance would be great :)
Thanks in advance
Adam
|
Hi Adam,
You might double check your file names vs. HTML tags. It appears in your example above that your HTML tag is requesting a file named: "1n2.jpg" and your image file name is "In2.jpg". Please note that in the first case the file name starts with (1) a numeral one and in the second case the file name start with a capital (I) a capital I.
Greg |