summaryrefslogtreecommitdiff
path: root/pages/content.ecpp
AgeCommit message (Collapse)Author
2017-06-07Fixed all undefined preprocessor variablesJasmin Jessich
2017-05-21Include file re-orderingJasmin Jessich
- Reorder all included header files to this order: * own headers * STL headers * VDR headers * system headers This has been done in all source and all own header files. Normally the STL headers should have gone after the VDR headers, but due to an compilation error with GCC 6 and the definition of swap in vdr/tools.h if __STL_CONFIG_H is not defined, the STL headers need to be before the VDR headers. Please note, that GCC 4.x, 5.x and 6.x do no longer define __STL_CONFIG_H resulting in the definition of swap in vdr/tools.h. This was no problem till GCC 6.x. To overcome the error in GCC 6.x, __STL_CONFIG_H is now defined in some headers before including a VDR header file, so that vdr/tools.h doe not define swap any more. Klaus S. might change the definition in vdr/tools.h with the next VDR version. So the setting of "__STL_CONFIG_H" may be removed. - Added all missing system/STL/VDR header files to the own header files, so that they can be included as first file. - Removed all unnecessary header file includes in source and own header files. - Used #include "..." only for header files in the same directory and #include <...> for all header files which need to be searched via the -I and built in path.
2013-05-04With tntnet v2.2 use also the request.getArg(<name>) function.release/0.3.xDieter Hametner
In the previous commit support for tntnet 2.2 was added. The URL mapping changed in that version and allows now named arguments. This change makes uses of this feature now.
2007-09-08- Fixed bug #387. content.ecpp delivers only absolute path requestsDieter Hametner
without '..' in them.
2007-09-06- First reaction to bug #387. This version has checked MapUrl mappings.Dieter Hametner
2007-07-20- Make AJAX work when no 'epgImages' path has been specified.Dieter Hametner
2007-07-20- remove debug outputChristian Wieninger
2007-07-20- Added support for EPG images: Specify the directory with yourChristian Wieninger
EPG images via the new commandline option '-e <dir>' or '--epgimages=<dir> like -P'live -e /video/epgimages'
2007-06-06- Use GetConfigDir instead of USRDIR define.Dieter Hametner
- Unification of table markup (still needs some tweaking). - Adaption of styles.css to new table CSS classes.
2007-06-03- general CSS based themeing support.Dieter Hametner
- added setup option to select theme. - added search scheme for themable images and stylesheets. - added marine (default) and redwine theme. - documented new features. All developers must read doc/dev-conventions.txt
2007-06-01- return DECLINED instead of NotFoundExceptionSascha Volkenandt
2007-05-31- Added doc/ChangeLogDieter Hametner
- Added doc/css-themeing.txt - Implemented support for site wide style overrides. Fixes Bug #339 - Updated all pages to use the override mechanism. - Added needed files to Makefile - Introduced USRDIR configuration variable to Makefile.
2007-05-31- added missing slash in pathSascha Volkenandt
2007-05-31- looking up paths now with MapUrlSascha Volkenandt
2007-05-30- correct 404Sascha Volkenandt
2007-05-30- new filesSascha Volkenandt