Branches
Releases
|
Version
|
Focus
|
Date
|
|
2.0.1
|
Minor bugfixes |
12-Mar-2004 01:33 |
|
2.0
|
Major feature enhancements |
19-Feb-2004 12:46 |
|
1.9.1
|
Major bugfixes |
11-Nov-2003 07:47 |
|
1.9
|
Major feature enhancements |
11-Sep-2003 10:25 |
|
1.8.3
|
Major feature enhancements |
20-Aug-2003 17:43 |
|
1.8.2
|
Minor feature enhancements |
11-Aug-2003 10:26 |
|
1.8.1
|
Major bugfixes |
23-Jul-2003 17:58 |
|
1.8
|
Major feature enhancements |
17-Jul-2003 21:45 |
|
1.7.1
|
Minor feature enhancements |
11-Jul-2003 13:17 |
|
1.7
|
Minor bugfixes |
24-Jun-2003 16:06 |
Comments
[»]
section file option missing when starting up
by RikT - Mar 2nd 2004 19:21:43
I am a little lost, the section.xml path is correct, I checked out all of
the paths, is there something else that message means?
[reply]
[top]
[»]
Re: section file option missing when starting up
by mcjason - Mar 2nd 2004 19:43:58
> I am a little lost, the section.xml path
> is correct, I checked out all of the
> paths, is there something else that
> message means?
My apologies.. I forgot to add the -s option to the
executable in mman.init for 2.0, replace the
${PROGRAM}... line with:
${PROGRAM} -c ${CONFIG} -s ${SECTION} -l
${LOGFILE} -d ${LOGLEVEL} -p ${PIDFILE};;
[reply]
[top]
[»]
Mysterious loss of cookies
by Geoffry Smith - Nov 10th 2003 06:11:47
On a small number of web-sites, including for example freshmeat, middleman
1.9 is breaking cookies. I turned debugging up to the maximum but have been
unable to see anything relevant in the logs. Do you have any suggestions.
[reply]
[top]
[»]
Sample config
by caoimhin - Sep 25th 2003 13:25:45
Good piece of software - been using it since 1.5.*
If you build your config.xml from the config.xml.sample file from 1.9,
move the <cache></cache> section from the <global>
section to its own section (I put mine after <access> and before
<header>) otherwise the caching feature won't work and it can't be
fixed throught the web interface.
[reply]
[top]
[»]
Re: Sample config
by mcjason - Sep 25th 2003 22:38:54
Thanks for pointing that out... I forgot to copy the updated
configuration over when preparing the release.
It can be fixed from the web interface, however, if you fill
in all the values yourself and then save the settings.
[reply]
[top]
|