summaryrefslogtreecommitdiff
path: root/pages/pageelems.ecpp
AgeCommit message (Collapse)Author
2013-02-23Fix bug #1164 in the ticket system.Dieter Hametner
2012-12-26Fix URL bugtracker in the about box.Dieter Hametner
This brought to attention and suggested to fix in bug #1099
2011-01-19another fix for tntnet-2.0 - some buttons disappearedChristian Wieninger
2011-01-02fix for tntnet-2.0 (different bool handling)Christian Wieninger
2010-06-20Reaction to a patch sent by Jan Willies for an other problem withcvs-commit-370Dieter Hametner
tntnet version string. Jan's patch resolved the immediate problem with regard to the updated version but was not backwards compatible for older tntnet version. My changes to the code adressed that problem and added an enhancement how to deal with that problem in the future.
2009-12-08Made recordings http streaming dependent on tntnet version 1.7.0 andDieter Hametner
aboove because that version only supports 'calming down' the request watchdog. Without that the tntnet request watchdog killed the whole VDR process after 600 sec. Thus recordings lasting longer than 10 minutes could not be displayed and even worse the whole VDR process terminated. That could break currently running timers.
2008-11-23Added nowrap class in styles.css. Time strings are now 'nonwrapable'.Dieter Hametner
Removed in german translations the 'Uhr' from time formating.
2008-11-23Visual enhancement: Make progress bar invisible if duration is 0.Dieter Hametner
Visual enhancement: fixed and changed several access path to the img/transparent.png invisible image.
2008-11-20Added time information to the 'no EPG available' boxes in what's on.Dieter Hametner
2008-11-19new setup option to display channels without EPGChristian Wieninger
2008-10-29Added switch to this channel in the schedule page submenu.Dieter Hametner
There the switch channel button is always present, even if the selected channel has no EPG data associated with it.
2008-10-29Fixed missing switch to this channel buttons. This was a off by oneDieter Hametner
error, when the current schedule just started. Switching to channels is now allowed regardless of the progress status of the current schedule. The progressbar should now appear even if the amount of progress is 0. This was a bug reported by BerndV at vdr-portal.
2008-06-21Use the previous commited functionality to stream recordings.Dieter Hametner
The recordings now have a stream button beneath them.
2008-06-04Fixed a bug reported by Matthias Kortstiege about edit_timers notDieter Hametner
having the correct timerId when called from the schedules list.
2008-04-19Changed responsibilities in the about box.Dieter Hametner
2008-04-18Added different button for streaming to browser and playback on tv.cvs-commit-354Dieter Hametner
Fixed style of infobox caption.
2008-04-07Brückner-fix ;)Christian Wieninger
2008-02-26Added streaming button in channnel selection page.Dieter Hametner
This allows to stream also channels that don't have EPG data and thus are only selectable by hand. Regenerated backwards compatible message file, because of string changes.
2008-01-25- tadi's updateChristian Wieninger
2007-12-25- Presence of IMDb URLs is now configurable. Closes bug #401.Dieter Hametner
2007-12-18- IMDB link for recordings too. Fixes Bug #420Dieter Hametner
- Window size of streaming window is now adapted to new size of embedded vlc video frame.
2007-12-16- Adapted Rolf Ahrenbergs patch for VLC streaming to current LIVEDieter Hametner
development status. See Bug #343. This will need some additional tweaking.
2007-09-17- Moved images from compiled in image dir to data dir 'img'.Dieter Hametner
- Fixed MapUrl entries to the new image location - Adapted some pages for the new image locations. - Added a preload functionalty to fill file cache at plugin startup.
2007-08-03- support for DatePicker controlChristian Wieninger
2007-07-29- Made vdr ajax requests work also via a static page. This is forDieter Hametner
browsers that don't support javascript (e.g. PDA browsers) - Implemented for AJAX request a visual notification how requested action performed. - Adapted styles for this. - Moded images for rounded boxes (formerly tip-hint-??.png) to central image directory and renamed them according to their color. This makes them reusable in different themes. - Adapted themes to this move.
2007-07-22- Some changes to enhance W3C XHTML strict compatibility.Dieter Hametner
- Timer are called with epgid instead channelid and eventid.
2007-07-22- Tool icons in epg popup windows.Dieter Hametner
2007-07-21- Fix CVS update error, which lead to the losing of the Logo and AjaxDieter Hametner
deactivation feature.
2007-07-21- Introducing explicit pageenhance javascript class. See Changelog andDieter Hametner
the files itself for more info.
2007-07-20- Made epg images better stylable. Moved epg image info into spanDieter Hametner
area, which floats right of the normal epg description text.
2007-07-20- Added support for EPG images: Specify the directory with yourChristian Wieninger
EPG images via the new commandline option '-e <dir>' or '--epgimages=<dir> like -P'live -e /video/epgimages'
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-07-12- Some About Box enhancements on the styling side.Dieter Hametner
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-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-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-06-01- added uniform features detectorSascha Volkenandt
2007-06-01- link main logo to start pageChristian 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- fixed #334Michael Brückner
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-29- changed about textSascha Volkenandt
2007-05-29- added bugtracking information to about boxSascha Volkenandt
- added nicknames to about box
2007-05-28- update epgsearch homepageChristian Wieninger
2007-05-25- Adapted Aboutbox for better i18n support.Dieter Hametner
- Modified styles for longer german translation strings.