summaryrefslogtreecommitdiff
path: root/include/functions.php
AgeCommit message (Expand)Author
2013-03-20add a hack to prevent loading of stuff for hidden content in unexpanded combi...Andrew Dolgov
2013-03-20fix broken redirectsAndrew Dolgov
2013-03-20make a separate headline button to collapse current article inAndrew Dolgov
2013-03-20only use geturl() if in safe modeAndrew Dolgov
2013-03-20geturl: remove loggingAndrew Dolgov
2013-03-20format_inline_player: add a link to original audio fileAndrew Dolgov
2013-03-19rework STRIP_IMAGES to remove embedding; add per-feed control over embedded i...Andrew Dolgov
2013-03-19strip_harmful_tags: allow articleAndrew Dolgov
2013-03-19improve hotkey buffer scrolling speed; bind viewport scrolling to shift-arrowsAndrew Dolgov
2013-03-19reimplement HOOK_SANITIZE (plugs before final removal of harmful tags)Andrew Dolgov
2013-03-19strip_harmful_tags: remove double iframeAndrew Dolgov
2013-03-19strip_harmful_tags: expand the allowed listAndrew Dolgov
2013-03-19detect whether browser supports iframe.sandbox and allow iframes accordingly;...Andrew Dolgov
2013-03-19remove duplicate gzdecodeAndrew Dolgov
2013-03-19remove include of htmlawed fileAndrew Dolgov
2013-03-19add prototype simple remover of baaaad tags based on domdocumentAndrew Dolgov
2013-03-19enable automatic decoding of gzipped data when CURL is not availableAndrew Dolgov
2013-03-19rework image caching to work without permanent article content rewriting (ref...Andrew Dolgov
2013-03-19print_select, print_select_hash: remove line endings and other special symbol...Andrew Dolgov
2013-03-18Merge pull request #59 from ValdisVitolins/masterAndrew Dolgov
2013-03-18Resource files for Latvian were addedValdis Vitolins
2013-03-19experimental patch to enable compatibility with php safe_modeAndrew Dolgov
2013-03-19Revert "add experimental HOOK_SANITIZE"Andrew Dolgov
2013-03-18add experimental HOOK_SANITIZEAndrew Dolgov
2013-03-18tweak hotkey map notation to allow stuff like shift-arrowsAndrew Dolgov
2013-03-18cache minified js filesAndrew Dolgov
2013-03-17properly allow false parameters passed through to API calls (refs #576)Andrew Dolgov
2013-03-17use saveHTML() in sanitize instead of saveXML() (refs #522)Andrew Dolgov
2013-03-17sanitize: move htmlawed rewriting to execute last so that we can keepAndrew Dolgov
2013-03-17implement proper last_marked/last_published feeds for proper sorting ofAndrew Dolgov
2013-03-16remove cache_content remnantsAndrew Dolgov
2013-03-16remove LIBXML_NOEMPTYTAG because of double <br/>s - the #357 issue withAndrew Dolgov
2013-03-16include hashed SELF_URL_PATH when checking for new versionAndrew Dolgov
2013-03-15Let htmLawed keep width+height for imagesAndré
2013-03-15Revert "Rewrote database support to classes, Fixed strict warning in sanitize...Andrew Dolgov
2013-03-15Revert "db: use builtin classloader, lowercase class files"Andrew Dolgov
2013-03-15db: use builtin classloader, lowercase class filesAndrew Dolgov
2013-03-15Rewrote database support to classes, Fixed strict warning in sanitizedummy.phpMarkus Birth
2013-03-14rename STRIP_IMAGES to make it less confusing (bump schema)Andrew Dolgov
2013-03-12add f C hotkey to toggle combined mode (closes #549)Andrew Dolgov
2013-03-05getLabelCounters: add caption to group by to fix query failing on pgsql 8.4 (...Andrew Dolgov
2013-02-28only bind noscroll hotkeys in combined mode by defaultAndrew Dolgov
2013-02-27implement classic next/prev article movement behavior, bind to ctrl-arrowsAndrew Dolgov
2013-02-27replace getmicrotime() wrapper with microtime(true)Andrew Dolgov
2013-02-27enclosures player: hide html5 audio elementAndrew Dolgov
2013-02-27cache all db prefs on startupAndrew Dolgov
2013-02-27remove server-side feedtree collapse implementationAndrew Dolgov
2013-02-27getLabelCounters: optimize SQLAndrew Dolgov
2013-02-26change various catchup stuff to only affect unread articlesAndrew Dolgov
2013-02-26remove update on checksum change (updated status has been removed); rtl stuff...Andrew Dolgov