Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-21 | - renamed recordings.h/cpp to recman.h/cpp. Preparations for | Dieter Hametner | |
recordings updates. | |||
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-05-30 | - removed ssl-includes | Christian Wieninger | |
2007-05-30 | - now using own MD5 algorithm | Christian Wieninger | |
2007-05-29 | - moved everything from boost to stdext.h | Sascha Volkenandt | |
- using std::tr1 instead of boost where available | |||
2007-05-05 | - General cleanup of recordings. Made design more like other pages | Dieter Hametner | |
- Bugfix for #289, #291 - Adapted styles and helper classes. - recordings should be now strict XHTML. | |||
2007-01-18 | Don't use using namespace directives in recordings.h header file. | Dieter Hametner | |
2007-01-18 | - added method to retrieve recording by md5-hash | Sascha Volkenandt | |
2007-01-17 | - Moved cRecordings locking infrastructure to RecordingsManager. | Dieter Hametner | |
- Take care to have at any time maximum one instance of RecordingsManager alive. This is done with a combination of boost::shared_ptr and boost::weak_ptr. See LiveRecordingsManager() function. - RecordingsTree now uses RecordingsManager to calculate a MD5 Hash for each 'real' cRecording item. - The MD5 Hash is used in the Ajax-Request to start play back of a recording. (Server side needs implementation of this.) - Id's are also used in the DOM for the identification of the tooltips. - New code dependency on openssl libraries (for md5 function). - Changed style (not yet complete) to have 'action' items also in the recording description popup. | |||
2007-01-14 | Send detailed recordings information on the recordings page. | Dieter Hametner | |
To make it visieble we still need to activate the tooltip javascript. | |||
2007-01-07 | fix bug of missing subdirs when recording with same name exists on output | Dieter Hametner | |
2007-01-07 | Michis header style and fontsize changes | Dieter Hametner | |
2007-01-07 | second debug-version of recordings | Dieter Hametner | |
2007-01-07 | debug-version of recordings | Dieter Hametner | |
2007-01-07 | Bugfix for same dir and recording name | Dieter Hametner | |
2007-01-06 | preserve recordings with same title | Dieter Hametner | |
2007-01-06 | Collapsable treeview of recordings (almost) | Dieter Hametner | |
2007-01-06 | fix typo in recordings_item. Further enhancments | Dieter Hametner | |
2007-01-06 | added recordings_items.ecpp; Updated html structure for recordings | Dieter Hametner | |
2007-01-05 | New translation for Edit | Dieter Hametner | |
2007-01-05 | Added recordings (not very functional now) to cvs | Dieter Hametner | |