summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2007-07-12- Update to the mootools framework.Dieter Hametner
- New more XHTML compliant tips. - Optional AJAX enabled infoboxes for epg information. - Major speed enhancement for the single pages, due to less data to transfer to the browser. - See doc/ChangeLog for more detailed changes description. - See doc/dev-conventions.txt for how we benefit from mootools package on the ECMAScript side of live.
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-17- Clarified theme installation procedureDieter Hametner
2007-06-14- Added option in live setup to disable infobox at all. Fixes #312Dieter Hametner
2007-06-14- Infobox status update state is remembered in session. Fixes #313Dieter Hametner
2007-06-13- show 'user friendly' error message in infobox. Fixes #315Dieter Hametner
- Tooltip text now independant of update state. Fixes #328
2007-06-13- Select current channel in schedules, if no channel is given.Dieter Hametner
Fixes #308
2007-06-12- New theme orange-blue (see ChangeLog for more info).Dieter Hametner
- Some minor style fixes.
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- fixed email addressDieter Hametner
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- support for local net without necessary loginChristian Wieninger
2007-06-01- additionSascha Volkenandt
2007-06-01- about uniform feature detectionSascha 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-29- Added doc sub directory.Dieter Hametner
- Added doc/TODO.txt with some 'non-bugtracking' development ideas. - Added doc/dev-conventions.txt to collect and promote some coding styles and developing guidelines. - Added pointer to these files in README