summaryrefslogtreecommitdiff
path: root/recordings.cpp
AgeCommit message (Collapse)Author
2007-10-21- renamed recordings.h/cpp to recman.h/cpp. Preparations forDieter 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-includesChristian Wieninger
2007-05-30- now using own MD5 algorithmChristian Wieninger
2007-05-29- moved everything from boost to stdext.hSascha Volkenandt
- using std::tr1 instead of boost where available
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-01-18Don't use using namespace directives in recordings.h header file.Dieter Hametner
2007-01-18- added method to retrieve recording by md5-hashSascha 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-14Send detailed recordings information on the recordings page.Dieter Hametner
To make it visieble we still need to activate the tooltip javascript.
2007-01-07fix bug of missing subdirs when recording with same name exists on outputDieter Hametner
2007-01-07Michis header style and fontsize changesDieter Hametner
2007-01-07second debug-version of recordingsDieter Hametner
2007-01-07debug-version of recordingsDieter Hametner
2007-01-07Bugfix for same dir and recording nameDieter Hametner
2007-01-06preserve recordings with same titleDieter Hametner
2007-01-06Collapsable treeview of recordings (almost)Dieter Hametner
2007-01-06fix typo in recordings_item. Further enhancmentsDieter Hametner
2007-01-06added recordings_items.ecpp; Updated html structure for recordingsDieter Hametner
2007-01-05New translation for EditDieter Hametner
2007-01-05Added recordings (not very functional now) to cvsDieter Hametner