Age | Commit 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-26 | - removed distribution specific examples of plugin-conf-dir in README. | Michael Brückner | |
2007-06-24 | - Don't show a directory named CVS in the theme selection. This is | Dieter Hametner | |
usefull for alpha and beta testers using the anonymous cvs access. - Fixed typos and formatting in README. | |||
2007-06-24 | - fixed little typo in README | Michael Brückner | |
2007-06-24 | - updated description of installation | Christian Wieninger | |
2007-06-22 | - directory restructuration regarding static content. | Dieter Hametner | |
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-20 | - translation fix | Christian Wieninger | |
2007-06-20 | - next try with french translation from Patrice Staudt | Christian Wieninger | |
2007-06-18 | - Don't throw error when channel has no epg information. Just display a | Dieter Hametner | |
message. Fixes #363 - Some indentation reordering in the whole file. | |||
2007-06-17 | - replaced header with id. | Dieter Hametner | |
2007-06-17 | - Added header and patching instructions | Dieter Hametner | |
2007-06-17 | - reset rev. to 1.88 | Christian Wieninger | |
2007-06-17 | - Clarified theme installation procedure | Dieter Hametner | |
2007-06-17 | - french translation provided by Patrice Staudt, thanks! | Christian Wieninger | |
2007-06-16 | - translation fix for tooltip in setup | Christian Wieninger | |
2007-06-15 | - Use stat to find the directories that are assumed to be themes for | Dieter Hametner | |
live. This fixes #353. | |||
2007-06-14 | - Added option in live setup to disable infobox at all. Fixes #312 | Dieter Hametner | |
2007-06-14 | - Infobox status update state is remembered in session. Fixes #313 | Dieter Hametner | |
2007-06-14 | - Integrated french translations from #358 | Dieter Hametner | |
2007-06-13 | - show 'user friendly' error message in infobox. Fixes #315 | Dieter 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-13 | - fixed 'make dist' | Christian Wieninger | |
2007-06-12 | - New theme orange-blue (see ChangeLog for more info). | Dieter Hametner | |
- Some minor style fixes. | |||
2007-06-11 | - Additional fixes for better styleability. Set class 'bottomrow' on | Dieter Hametner | |
table cells which are followed by a spacer line. | |||
2007-06-10 | - compile time support for vdr-1.5.3 (runtime? could not test yet ;) ) | Christian Wieninger | |
2007-06-07 | - new theme 'veltliner' provided by Ulf (thanks!) | Christian Wieninger | |
2007-06-07 | - also highlight 'at' and 'What's on' in corresponding mode in page 'What's on' | Christian Wieninger | |
2007-06-06 | - Removed unused style. | Dieter Hametner | |
2007-06-06 | - Fixed some minor styling bugs in edit_searchtimer. | Dieter Hametner | |
- adapted styles.css and theme.css for the corrections. | |||
2007-06-06 | - fixed translation | Christian Wieninger | |
2007-06-06 | - trigger search timer update within frontend | Christian 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 | - fixed screenshot url and some locale issues | Sascha Volkenandt | |
2007-06-05 | - added function to convert anything streamable to string according to a locale | Sascha Volkenandt | |
2007-06-05 | - check and save login/password only if changed | Christian Wieninger | |
- message "Setup saved." after saving | |||
2007-06-05 | - reversed latest change | Sascha Volkenandt | |
2007-06-05 | - setting locale to C while sending javascript | Sascha Volkenandt | |
2007-06-05 | - removed debug output | Sascha Volkenandt | |
2007-06-05 | - remove "more..." link if there is nothing more | Sascha Volkenandt | |
2007-06-05 | - added overload for StringWordTruncate without truncated flag | Sascha Volkenandt | |
2007-06-04 | - additional commandline option: -l level, --log=level log level for ↵ | Christian Wieninger | |
tntnet (values: INFO, DEBUG,...) | |||
2007-06-04 | - check for title when creating/editing a timer (#342) | Christian Wieninger | |
2007-06-04 | - check for login/password before saving setup (#351) | Christian Wieninger | |
2007-06-04 | - added translations for "Theme" | Michael Brückner | |
2007-06-04 | - Fixed themed image tag bug in pageelems.event_timer | Dieter Hametner | |
- Fixed path for common static data. | |||
2007-06-04 | - Added marine theme as default setting. | Dieter Hametner | |
2007-06-03 | - stripped down version of redwine theme.css. Contains now only the | Dieter Hametner | |
overrides regarding styles.css. | |||
2007-06-03 | - fixed email address | Dieter 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 |