blob: a10b9ee868f87664c94f48a0dc0b175839085ed5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
2007-06-01 Sascha Volkenandt <sascha at akv-soft dot de>
The detection of featured plugins was uniformed. The display in the about
box now reads "active: <version>" or "required: <version>"
2007-06-01 Dieter Hametner <dh+vdr@gekrumbel.de>
These changes fix bug entry #339
* css-themeing.txt: describe how to do css themeing.
* content.ecpp:
- check for additional parameter and use it as mime
type.
- use compile time variable USRDIR for path to the files
loaded via content.ecpp
* pageelems.ecpp: link to css/siteprefs.css
* pages/*.ecpp: changed style link to pageelems.stylesheet
component.
* tntconfig.cpp: added MapUrl for css<something>/cssfile.
unrecorded Sascha Volkenandt <sascha at akv-soft dot de>
Due to the introduction of a uniform header for C++ standard extenstions,
the boost library is now only necessary if the used g++ compiler version
is less than 4.0
|