summaryrefslogtreecommitdiff
path: root/pages/setup.ecpp
AgeCommit message (Collapse)Author
2007-06-24- Don't show a directory named CVS in the theme selection. This isDieter Hametner
usefull for alpha and beta testers using the anonymous cvs access. - Fixed typos and formatting in README.
2007-06-22- Introducing Mootools as base javascript library.Dieter Hametner
- ported Infobox javascript code to this library. - LiveSimpleAjaxRequest uses Ajax-Object from mootools. - Start of distribution of javascript in source form (not compiled into the live binary).
2007-06-15- Use stat to find the directories that are assumed to be themes forDieter Hametner
live. This fixes #353.
2007-06-14- Added option in live setup to disable infobox at all. Fixes #312Dieter Hametner
2007-06-06- fixed translationChristian Wieninger
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-05- check and save login/password only if changedChristian Wieninger
- message "Setup saved." after saving
2007-06-04- check for login/password before saving setup (#351)Christian Wieninger
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-03- bug fix for local net maskChristian Wieninger
2007-06-03- support for local net without necessary loginChristian Wieninger
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- configurable start pageChristian Wieninger
2007-05-27- empty display of "last channel" when 0Christian Wieninger
2007-05-26- added a tooltip for user defined timesChristian Wieninger
2007-05-25- first version of "userdef. times" in "What's on?"Christian Wieninger
2007-05-23- show auth part only when enabledChristian Wieninger
- common method Setup::SaveSetup to store setup values from osd and web frontend
2007-05-23- setup pageChristian Wieninger