summaryrefslogtreecommitdiff
path: root/pages/Makefile
AgeCommit message (Collapse)Author
2013-02-24Fix listener bug triggered by never versions of cxxtools reported in bug #1066Dieter Hametner
2013-02-23Fixed the 'dist' target of the Makefiles.Dieter Hametner
2011-03-11Renamed FEATURES to PLUGINFEATURES in Makefiles.Rolf Ahrenberg
2011-02-22Added support for HAVE_LIBPCRECPP.Rolf Ahrenberg
2011-02-10Silenced compilation warnings related to internals of TNTNET library.Rolf Ahrenberg
2011-02-10Added support for renaming/moving recordings and for deleting multiple ↵Rolf Ahrenberg
recordings at once.
2010-11-07- first working version of multischeduleMartin Wache
2010-04-04compile with driver sources different from kernel headersChristian Wieninger
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.
2009-09-07new user management within setup that also handles different user rightsChristian Wieninger
2008-06-21Use the previous commited functionality to stream recordings.Dieter Hametner
The recordings now have a stream button beneath them.
2008-04-20Changed CXXFLAGS to ommit well known but anoying warnings when compilingDieter Hametner
sources generated through the tntnet ecppc precompiler.
2008-02-17first version with timer conflictsChristian Wieninger
2008-01-25- tadi's updateChristian Wieninger
2007-12-17- Removed not needed channels.ecpp file for security reasons as it didDieter Hametner
not have login protection.
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-10-21- renamed recordings.h/cpp to recman.h/cpp. Preparations forDieter Hametner
recordings updates.
2007-07-22- Some changes to enhance W3C XHTML strict compatibility.Dieter Hametner
- Timer are called with epgid instead channelid and eventid.
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-01- beautificationSascha 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-31- [0000337] patch committedSascha Volkenandt
2007-05-23- setup pageChristian Wieninger
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-04-29- Yet an other error in pages/Makefile found and fixed.Dieter Hametner
2007-04-29- Fix Makefile in pages.Dieter Hametner
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.
2007-04-29- new main menu entry "search" to search in the EPGChristian Wieninger
2007-04-26Added authenticationThomas Keil
2007-04-22- added searchresults.oChristian Wieninger
2007-04-15added edit_searchtimer.ecppChristian Wieninger
2007-02-18- Added status box with current channel, program and elapsed time in theDieter Hametner
logo area. - Added support for progress bars to display elapsed content. - Extendend ajax.js to be usable for non xml requests. - adapted styles for the new features.
2007-01-25- added first approach to show searchtimersSascha Volkenandt
2007-01-21Added calculation of dependencies for the generated .cpp files.Dieter Hametner
2007-01-15- moved ajax script to separate fileSascha Volkenandt
- moved call of ajax object to page element - introduced page element for replaying recordings - introduced task for replaying recordings - added replay button to recordings page
2007-01-14- Extended tooltip infrastructure.Dieter Hametner
- Made recordings use tooltip infrastructure to display detailed info. - Updated style for this.
2007-01-13- added service to switch channels by channel-idSascha Volkenandt
2007-01-07- simplified error handlingSascha Volkenandt
- moved error_widget to error.ecpp as subcomponent - introduced error handling where necessary - moved creation of timer settings string from page to code - added redirect to edit_timer.ecpp after saving a timer
2007-01-07removed event_widgetThomas Keil
2007-01-07Michis header style and fontsize changesDieter Hametner
2007-01-06- added error widgetSascha Volkenandt
2007-01-06Collapsable treeview of recordings (almost)Dieter Hametner
2007-01-06added recordings_items.ecpp; Updated html structure for recordingsDieter Hametner
2007-01-05- added timer data to editorSascha Volkenandt
- timers don't show date in case of a weekday timer
2007-01-05removed unnecessary pattern rulesDieter Hametner
2007-01-05- added edit_timer.o to objectsSascha Volkenandt
2007-01-05- added new page edit_timerSascha Volkenandt
- removed obsolete new_timer - added button and link to edit_timer
2007-01-05- intermediate version without edit/new timerSascha Volkenandt
2007-01-05Added new_timerThomas Keil
2007-01-04- introduced page "remote control"Sascha Volkenandt