summaryrefslogtreecommitdiff
path: root/pages/edit_searchtimer.ecpp
AgeCommit message (Collapse)Author
2017-06-17Show searchtimer options also for deactivated timersJasmin Jessich
- This implements a change request from ludi: http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293486-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293486
2017-06-10Handle now all search timer actionsJasmin Jessich
- Support action "Announce and Switch" and "Inactive Record". in edit_searchtimer.ecpp. - Added German translation.
2017-05-21Include file re-orderingJasmin Jessich
- Reorder all included header files to this order: * own headers * STL headers * VDR headers * system headers This has been done in all source and all own header files. Normally the STL headers should have gone after the VDR headers, but due to an compilation error with GCC 6 and the definition of swap in vdr/tools.h if __STL_CONFIG_H is not defined, the STL headers need to be before the VDR headers. Please note, that GCC 4.x, 5.x and 6.x do no longer define __STL_CONFIG_H resulting in the definition of swap in vdr/tools.h. This was no problem till GCC 6.x. To overcome the error in GCC 6.x, __STL_CONFIG_H is now defined in some headers before including a VDR header file, so that vdr/tools.h doe not define swap any more. Klaus S. might change the definition in vdr/tools.h with the next VDR version. So the setting of "__STL_CONFIG_H" may be removed. - Added all missing system/STL/VDR header files to the own header files, so that they can be included as first file. - Removed all unnecessary header file includes in source and own header files. - Used #include "..." only for header files in the same directory and #include <...> for all header files which need to be searched via the -I and built in path.
2017-04-02Silence compilation warnings.Rolf Ahrenberg
2015-02-13Add option 'Announce via email' in searchtimer edit box. Solution andDieter Hametner
idea came from user snoopy_1978 and closes bug entry #1341 in the bugtracker.
2009-09-07new user management within setup that also handles different user rightsChristian Wieninger
2008-12-04updated search timer editing to match epgsearch-0.9.25.beta7 (recommended, ↵Christian Wieninger
but not required)
2008-08-06- italian translation fix and TRANSLATORS message regarding "mm/dd/yyyy"Christian Wieninger
2007-10-19- added 'ignore missing EPG info' introduced in epgsearch-0.9.23Christian Wieninger
2007-09-19- added missing include for vdr < 1.5.7Christian Wieninger
2007-09-19- fix translations in vdr-1.5.9Christian Wieninger
2007-08-19- First attempt to implement a backward compatible scheme of the newDieter Hametner
VDR 1.5.7 localization scheme.
2007-08-03- support for new features in epgsearch-0.9.23Christian Wieninger
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-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-11- Additional fixes for better styleability. Set class 'bottomrow' onDieter Hametner
table cells which are followed by a spacer line.
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- 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-01- use history.back() onclick at "Cancel" button in edit_timer andMichael Brückner
edit_searchtimer.
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-23- epgsearch defaults for search timer creationChristian Wieninger
2007-05-03- size of extended epg info fields increased from 10 to 20Christian Wieninger
2007-05-01Beautified some stuffThomas Keil
2007-05-01Beautified some stuff and fixe Bug #273Thomas Keil
2007-05-01"Avoid repeats" is now aligned top, fixed Bug #271Thomas Keil
2007-04-30- fixed a memory leak with new search timersChristian Wieninger
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- corrected caption of 'lifetime'Christian Wieninger
2007-04-28- added a dropdown list in search timer's edit to select an existing ↵Christian Wieninger
recording directory
2007-04-27- added a check for search terms shorter then 4 charsChristian Wieninger
2007-04-26- added a 'Test'-Button to check the results of a search timer before savingChristian Wieninger
2007-04-26- added login protection to the following pages: edit_searchtimer.ecppMichael Brückner
edit_timer.ecpp login.ecpp recordings.ecpp remote.ecpp schedule.ecpp searchresults.ecpp searchtimers.ecpp timers.ecpp whats_on.ecpp - replaced DOCTYPE at login.ecpp and whats_on.ecpp with page element "<& pageelems.doc_type &>"
2007-04-25Beatified edit_searchtimer, added helping tooltipsThomas Keil
2007-04-24- temporarly replaced new searchtimer button with button_new.pngMichael Brückner
- dont show something like "edit searchtimers" or "edit timers"
2007-04-24Various stuff, I'm in a hurryThomas Keil
2007-04-23- 'use title', 'use subtitle', 'use description' is now preselected for new ↵Christian Wieninger
search timers
2007-04-19- added creation of new search timersChristian Wieninger
2007-04-17added missing features 'allowed repeats' and 'only repeats within ... days'Christian Wieninger
2007-04-15editing search timersChristian Wieninger