summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2013-03-20update translationsAndrew Dolgov
2013-03-20add a hack to prevent loading of stuff for hidden content in unexpanded ↵Andrew Dolgov
combined mode (refs #602)
2013-03-20fix broken redirectsAndrew Dolgov
2013-03-20update translationsAndrew Dolgov
2013-03-20make a separate headline button to collapse current article inAndrew Dolgov
unexpanded cdm mode; modify a q hotkey to collapse article in unexpanded mode and dismiss article in expanded mode
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-19update translationsAndrew Dolgov
2013-03-19rework STRIP_IMAGES to remove embedding; add per-feed control over embedded ↵Andrew Dolgov
images (bump schema)
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 ↵Andrew Dolgov
accordingly; allow object and embed elements
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-19update translationsAndrew 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 ↵Andrew Dolgov
(refs #582)
2013-03-19print_select, print_select_hash: remove line endings and other special ↵Andrew Dolgov
symbols (closes #593)
2013-03-18Merge pull request #59 from ValdisVitolins/masterAndrew Dolgov
Latvian resource files
2013-03-18Resource files for Latvian were addedValdis Vitolins
2013-03-19experimental patch to enable compatibility with php safe_modeAndrew Dolgov
2013-03-19properly fix the cache_images issue (refs #578)Andrew Dolgov
2013-03-19Revert "add experimental HOOK_SANITIZE"Andrew Dolgov
This reverts commit 2130fe7a18d7e1863575feda9ec39654541eee77.
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-17update translations; add plugin stringsAndrew Dolgov
2013-03-17use saveHTML() in sanitize instead of saveXML() (refs #522)Andrew Dolgov
2013-03-17add startup check for iconv (refs #571)Andrew Dolgov
2013-03-17sanitize: move htmlawed rewriting to execute last so that we can keepAndrew Dolgov
LIBXML_NOEMPTYTAG to prevent stuck tags (which stil occur) and still not cause duplicate br tags.
2013-03-17implement proper last_marked/last_published feeds for proper sorting ofAndrew Dolgov
published and marked virtual feeds, remove sorting by last_read workaround api: add pubsubhubbub ping when article is being set published bump schema
2013-03-17update translationsAndrew Dolgov
2013-03-16fix escaping of entry content being broken by cache_images() rewritingAndrew Dolgov
2013-03-16remove cache_content remnantsAndrew Dolgov
2013-03-16remove LIBXML_NOEMPTYTAG because of double <br/>s - the #357 issue withAndrew Dolgov
htmlpurifier might not be relevant anymore because of htmLawed switch, but <br/>s are annoying
2013-03-16include hashed SELF_URL_PATH when checking for new versionAndrew Dolgov
2013-03-16make version checks a bit more readableAndrew Dolgov
2013-03-16Somehow I managed to get it wrong the first time.Dimitar Dimitrov
2013-03-15Compare versions in a more robust way.Dimitar Dimitrov
2013-03-15Let htmLawed keep width+height for imagesAndré
2013-03-15release 1.7.4Andrew Dolgov
2013-03-15Revert "Rewrote database support to classes, Fixed strict warning in ↵Andrew Dolgov
sanitizedummy.php" This reverts commit 65d0cc64a2ca1ce259fbba501b13deaf1870e540.
2013-03-15Revert "db: use builtin classloader, lowercase class files"Andrew Dolgov
This reverts commit 57b8469e674ef082c30b7d1de40d5d53d50b251b.
2013-03-15release 1.7.3Andrew Dolgov