summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-15* TIMERS: Redesign collions detectionAndreas Brachold
2008-05-14* Losing mysql connection if process forkAndreas Brachold
2008-05-09* SHARE: Submit event data delayed and transmit data as blockAndreas Brachold
* SHARE: use persist random id * UTF-8: Reorder defines * UTF-8: Replace 'SET NAMES' with 'set character set' * alist: Move generation of channels name from template to perl code * skins: header add generator meta-tag with version * RECORDS: Replace character by Hexnibble * HTTPD: Speedup lookup find skins * HTTPD: Build options for start page delayed, avoid wrong UTF8 translation * CHRONICLE: add cgi-parameter start/limit for paging query * EPG: now: add cgi-parameter __cgrp=all to get all data * CHRONICLE: Add message to console by delete entry * OUTPUT/Ajax: optimize callback 'questions'
2008-05-09* SHARE: Submit event data delayed and transmit data as blockAndreas Brachold
* SHARE: use persist random id * UTF-8: Reorder defines * UTF-8: Replace 'SET NAMES' with 'set character set' * alist: Move generation of channels name from template to perl code * skins: header add generator meta-tag with version * RECORDS: Replace character by Hexnibble * HTTPD: Speedup lookup find skins * HTTPD: Build options for start page delayed, avoid wrong UTF8 translation * CHRONICLE: add cgi-parameter start/limit for paging query * EPG: now: add cgi-parameter __cgrp=all to get all data * CHRONICLE: Add message to console by delete entry * OUTPUT/Ajax: optimize callback 'questions'
2008-05-09* SHARE: Submit event data delayed and transmit data as blockAndreas Brachold
* SHARE: use persist random id * UTF-8: Reorder defines * UTF-8: Replace 'SET NAMES' with 'set character set' * alist: Move generation of channels name from template to perl code * skins: header add generator meta-tag with version * RECORDS: Replace character by Hexnibble * HTTPD: Speedup lookup find skins * HTTPD: Build options for start page delayed, avoid wrong UTF8 translation * CHRONICLE: add cgi-parameter start/limit for paging query * EPG: now: add cgi-parameter __cgrp=all to get all data * CHRONICLE: Add message to console by delete entry * OUTPUT/Ajax: optimize callback 'questions'
2008-04-07* RECORDS: info.vdr parse field 'V' VPS/PDC time into databaseAndreas Brachold
2008-04-07* different ways to load binary/text filesAndreas Brachold
2008-04-07* Remove String::Escape, use now regular expression to remove unwanted part ↵Andreas Brachold
of unicode as last character * Reformat message 'Couldn't load perl module...' * different ways to load binary/text files * RECORDS: Prepare list of commands at perl code and not into template code * RECORDS: Load images less strictness * Reorder locale routines
2008-04-07* Remove String::Escape, use now regular expression to remove unwanted part ↵Andreas Brachold
of unicode as last character * Reformat message 'Couldn't load perl module...' * different ways to load binary/text files * RECORDS: Prepare list of commands at perl code and not into template code * RECORDS: Load images less strictness * Reorder locale routines
2008-04-05* STREAM: Feature Request #4040 - make type of live stream selectable. See ↵Andreas Brachold
streamdev - PES(default), TS, PS, ES, Extern
2008-04-02* CHANNELS: Read data via SVDRP (drop direct reading channels.conf)Andreas Brachold
* CHANNELS: Change layout of CHANNELSGROUPS avoid floating id * MUSIC: Use mysql_enable_utf8 to connect GiantDisc database if enabled * HTTPD: Use now String::Escape to ellipsis strings at word boundary (avoid UTF-8 cutting) * Some: Remove warning if'nt {cgi}->param('limit') not defined
2008-03-30XMLTV: adjust times depends daylight saving timeAndreas Brachold
2008-03-30XMLTV: adjust times depends daylight saving timeAndreas Brachold
2008-03-29* Update headerAndreas Brachold
2008-03-29* Skins: Rename flag to diagnose from debug to verboseAndreas Brachold
* Remove unused Data::Dumper * Hide 'select language' if run with --utf8, avoid losing encoding by reconfigure * UTF8: Add mysql_enable_utf8
2008-03-29* Skins: Rename flag to diagnose from debug to verboseAndreas Brachold
* Remove unused Data::Dumper * Hide 'select language' if run with --utf8, avoid losing encoding by reconfigure * UTF8: Add mysql_enable_utf8
2008-03-28* Correct file COPYINGAndreas Brachold
2008-03-28* Correct file COPYINGAndreas Brachold
2008-03-25* Fix typoAndreas Brachold
2008-03-24* AJAX: Prepare data avoid double encoding with utf8Andreas Brachold
* AJAX: Avoid wrong JSON Object with comma like 'CapacityFree : 1234,4' with float point values by RECORDS::CapacityFree
2008-03-24* remove predefined include to ffmpeg libraries, unneeded by pkg-configAndreas Brachold
2008-03-18- limit to 100 entrysFrank Herrmann
2008-03-18- bugfix: change timerid for schemaFrank Herrmann
2008-03-18* Fix typoAndreas Brachold
2008-03-15* split template string into string for single line and textfield for ↵Andreas Brachold
multiline. Avoid carriage return by long timer title * Add import module for XML-TV sources and template for scheme based programs. New commands xn (new) xe (edit) xd (delete) xl (list) xt (manual update)
2008-03-15* split template string into string for single line and textfield for ↵Andreas Brachold
multiline. Avoid carriage return by long timer title * Add import module for XML-TV sources and template for scheme based programs. New commands xn (new) xe (edit) xd (delete) xl (list) xt (manual update)
2008-03-12* AJAX: Reduce transmitted parameterAndreas Brachold
* Optimize SQL Query with ROW Limit * Request[#13339] Show channels if search query empty
2008-03-08Charset Support. Use template start.tmpl with <?% charset %?> to show used ↵Andreas Brachold
data charset.
2008-03-08Charset UTF8 Support. Run 'xxvd --utf8' to use encoding utf8 as data charset.Andreas Brachold
2008-03-08* AJAX: add handler 'question'Andreas Brachold
* REPORT: Don't fail if'nt HTTPD loaded * HTTPD: remove unused ->{cgi} from 'question'
2008-02-28* RECORDS: deliver preview image by command rimage 'id_frame'Andreas Brachold
* RECORDS: rlist add paging * RECORDS: rlist list founded preview image by sql query * RECORDS: hold founded preview image into database
2008-02-28* RECORDS: deliver preview image by command rimage 'id_frame'Andreas Brachold
* RECORDS: rlist add paging * RECORDS: rlist list founded preview image by sql query * RECORDS: hold founded preview image into database
2008-02-28* Log referer to wrong filename, if database version mismatchAndreas Brachold
2008-02-25* AJAX: Message with state param.state:success or param.state:errorAndreas Brachold
* xstyle/html: CONFIG - checkvalue, translate messages * AUTOTIMER: Don't display success, if try to delete a none exist autotimer
2008-02-25* AJAX: Message with state param.state:success or param.state:errorAndreas Brachold
* xstyle/html: CONFIG - checkvalue, translate messages * AUTOTIMER: Don't display success, if try to delete a none exist autotimer
2008-02-23* Redirect to help template, if command not be understoodAndreas Brachold
* Reformat help page * xstyle move main menu from help.tmpl to mainmenu.inc * program,alist,tlist: add paging support by &start= .. &limit= + ajax: send tables without header + ajax: send present count of rows * CHANNELS: Missing header with TID * search, warn if none text defined
2008-02-23* Redirect to help template, if command not be understoodAndreas Brachold
* Reformat help page * xstyle move main menu from help.tmpl to mainmenu.inc * program,alist,tlist: add paging support by &start= .. &limit= + ajax: send tables without header + ajax: send present count of rows * CHANNELS: Missing header with TID * search, warn if none text defined
2008-02-17update to build with ffmpeg-svn (r12129)Andreas Brachold
2008-02-10* Release XXV-1.2Andreas Brachold
2008-02-10* Release XXV-1.2Andreas Brachold
2008-02-09* VTX: get font failed with wrong parameterAndreas Brachold
* HTTPD: deliver static html pages never as attachment
2008-02-08* REPORT: dump date with common formatAndreas Brachold
* Fix typos
2008-02-08* REPORT: dump date with common formatAndreas Brachold
* Fix typos
2008-02-08* TIMER: Warn if try to edit a none exist timer.Andreas Brachold
2008-02-07* RECORDS: rdelete group of recording, join double SQL-query to single queryAndreas Brachold
2008-02-05* debian-install.sh missed by pakagingAndreas Brachold
* report: RECORDS - status message with wrong id * alist/clist/rlist: reorder sorting parameter, remove double sql query * rlist: move time formating from template to perl code
2008-02-05* debian-install.sh missed by pakagingAndreas Brachold
* report: RECORDS - status message with wrong id * alist/clist/rlist: reorder sorting parameter, remove double sql query * rlist: move time formating from template to perl code
2008-02-03* Release XXV-1.1Andreas Brachold
2008-02-03* Release XXV-1.1Andreas Brachold
2008-02-01* AUTOTIMER: Remove soundex to compare title (too fuzzy)Andreas Brachold