summaryrefslogtreecommitdiff
path: root/include/functions.php
AgeCommit message (Collapse)Author
2013-03-20optimize loading of external libraries a bitAndrew Dolgov
fix bold text in Unread articles
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-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-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-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-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-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
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-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-15Let htmLawed keep width+height for imagesAndré
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-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
(refs #545)
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