summaryrefslogtreecommitdiff
path: root/i18n.cpp
AgeCommit message (Collapse)Author
2007-07-21- Introducing explicit pageenhance javascript class. See Changelog andDieter Hametner
the files itself for more info.
2007-07-19- added support for sending vdr's internally used character encoding in ↵Sascha Volkenandt
responses
2007-07-18- Setup option to use Ajax technology. If turned off no javascript isDieter Hametner
loaded but almost all functionality is exposed via single html pages. This can speed up loading over slow links at the cost of a fancy interface. - Infobox is only available with Ajax features enabled but can still be switched on/off when Ajax is active. - Added posibility to turn off the logo. When also infobox is turned off the menu line appears at the top of the page. This is helpful for PDA based browsers and low resolution screens.
2007-06-20- translation fixChristian Wieninger
2007-06-20- next try with french translation from Patrice StaudtChristian Wieninger
2007-06-18- Don't throw error when channel has no epg information. Just display aDieter 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 instructionsDieter Hametner
2007-06-17- reset rev. to 1.88Christian Wieninger
2007-06-17- french translation provided by Patrice Staudt, thanks!Christian Wieninger
2007-06-16- translation fix for tooltip in setupChristian Wieninger
2007-06-14- Added option in live setup to disable infobox at all. Fixes #312Dieter Hametner
2007-06-14- Integrated french translations from #358Dieter 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-06- fixed translationChristian Wieninger
2007-06-06- trigger search timer update within frontendChristian Wieninger
2007-06-05- check and save login/password only if changedChristian Wieninger
- message "Setup saved." after saving
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-03- support for local net without necessary loginChristian Wieninger
2007-06-01- added uniform features detectorSascha Volkenandt
2007-06-01- another fix for "Details view" translation *grml*Michael Brückner
2007-06-01- fixed translation of "Details view" in german.Michael Brückner
2007-06-01- [0000336] finnish translationSascha Volkenandt
2007-06-01- fixed german translation of "Live Interactive VDR Enviroment" andMichael Brückner
"List view".
2007-05-31- configurable start pageChristian Wieninger
2007-05-31- fixed translation if no timers definedMichael Brückner
2007-05-31- added translation for "Detailview" and "Listview"Michael Brückner
2007-05-31- missing german translation from 0000336Sascha Volkenandt
2007-05-31- [0000336] finnish updatesSascha Volkenandt
2007-05-30- imdb support (ticket 323)Christian Wieninger
2007-05-30- fixed #333 (thx to rofafor!)Michael Brückner
2007-05-29- added translation-fixes for aboutboxMichael Brückner
- added hyperlink style for aboutbox
2007-05-28- fixed bugs 316 and 325Christian Wieninger
2007-05-26- new translations for 'What's on?'Christian Wieninger
2007-05-25- added translation for about boxMichael Brückner
2007-05-25- refixed #318 (thx to vejoun)Michael Brückner
2007-05-25- first version of "userdef. times" in "What's on?"Christian Wieninger
2007-05-25- merged 'What's on now' and 'What's on next'Christian Wieninger
2007-05-25- search for repeats in what'on and schedule, if epgsearch is presentChristian Wieninger
2007-05-24- fixed bug #318Michael Brückner
2007-05-23- defaults from epgsearch setup for searchtimer creation (Bug 270)Christian Wieninger
2007-05-11- added translation for "wrong username or password" in login.ecppMichael Brückner
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-05-08- additional version check before accessing the service interfaceChristian Wieninger
2007-05-07Changed Header, used time is now one column, fixing bugs #299 and #285Thomas Keil
2007-05-05- General cleanup of recordings. Made design more like other pagesDieter Hametner
- Bugfix for #289, #291 - Adapted styles and helper classes. - recordings should be now strict XHTML.
2007-05-03- EPG pages now display record.png or record_timer.png depending on an ↵Christian Wieninger
existing timer - If record_timer.png is displayed one can now edit the timer for an event
2007-04-29- xml version of infobox, updates only pagelements inside the box notDieter Hametner
whole box. This circumvents the tooltip stacking problem. - updated styles for this change. - updated i18n.cpp for this change. - Changed javascript implementation for infobox. - Box doesn't change size after first update. - added some <%cpp> { </%cpp> tags to prevent newlines inserted by tntnet. See tntnet documentation about this. - Added infobox to all pages that didn't had one.