summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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
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-12release 1.7.2Andrew Dolgov
2013-03-11escape fetch error message before saving in the db (closes #550)Andrew Dolgov
2013-03-07remove purging of inactive feeds in daemon_common (causes duplicates)Andrew Dolgov
2013-03-05getLabelCounters: add caption to group by to fix query failing on pgsql 8.4 ↵Andrew Dolgov
(refs #545)
2013-03-05release 1.7.1Andrew Dolgov
2013-03-04when purging inactive feeds, set last_updated to NOW()Andrew Dolgov
2013-02-28only bind noscroll hotkeys in combined mode by defaultAndrew Dolgov
2013-02-28db: remove qlog stuffAndrew 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