summaryrefslogtreecommitdiff
path: root/tntconfig.cpp
AgeCommit message (Collapse)Author
2007-06-04- additional commandline option: -l level, --log=level log level for ↵Christian Wieninger
tntnet (values: INFO, DEBUG,...)
2007-06-04- Fixed themed image tag bug in pageelems.event_timerDieter Hametner
- Fixed path for common static data.
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-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- looking up paths now with MapUrlSascha Volkenandt
2007-05-08- Control recordings playback from InfoboxDieter Hametner
- Added button images (Buttons by skiller2k1) - Made recordings look more like schedule - Made all tables 100% width to have a common look over all pages - some cleanup in ajax xml responses - common file for xmlresponses - Added translations for recordings related strings - Javascript updates in vdr_status.js for new playback control functions - Added tasks for playback control actions
2007-04-27Increased Session Timeout to 24hThomas Keil
2007-04-26Added authenticationThomas Keil
2007-01-08- fixed initial pageSascha Volkenandt
2007-01-07Changed some stuff for whats_on.ecppThomas Keil
2007-01-05- removed CompPath directiveSascha Volkenandt
- changed component name to "" to force loading from local shared object - incorporated all code into one shared object
2007-01-04- removed thread-unsafe call of cPlugin::ConfigDirectory and replaced it ↵Sascha Volkenandt
with Plugin::GetConfigDirectory - implemented proper shutdown of server thread on vdr termination
2007-01-03- renamed Setup::Get() to LiveSetup()Sascha Volkenandt
- added method that fetches plugin class from vdr and gets its setup object - demo code in channels.ecpp
2007-01-03/ Mapping eingebautThomas Keil
2007-01-02- added options -i and -p to specify port and (possibly multiple) ip(s)Sascha Volkenandt
- moved commandline-helpstring to setup class to ease maintaining - added default library directory /usr/local/lib
2007-01-02*** empty log message ***Thomas Keil
2007-01-02- initial checkinSascha Volkenandt