summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2013-03-18Fix strict standards issue-- DOMDocument::load isn't staticRebecca Turner
2013-03-19rename titleAuthor to author to unify class names with normal modeAndrew Dolgov
2013-03-18Merge pull request #58 from dandersson/authorstylingAndrew Dolgov
Enable styling of author in feed item title by adding span class.
2013-03-19Revert "add experimental HOOK_SANITIZE"Andrew Dolgov
This reverts commit 2130fe7a18d7e1863575feda9ec39654541eee77.
2013-03-18Enable styling of author in feed item title by adding span class.Daniel Andersson
2013-03-18add experimental HOOK_SANITIZEAndrew Dolgov
2013-03-18tweak hotkey map notation to allow stuff like shift-arrowsAndrew Dolgov
2013-03-18fix boolean wrapped as a string literal passed when saving user (closes #568)Andrew Dolgov
2013-03-18in combined mode, when viewing vfeeds relative urls are rewritten ↵Andrew Dolgov
incorrectly (fixes #586)
2013-03-17properly allow false parameters passed through to API calls (refs #576)Andrew Dolgov
2013-03-17hlFeed: remove unnecessary brAndrew Dolgov
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-17prevent absolutely useless 'exploit' (not really) while editing filters ↵Andrew Dolgov
(closes #572)
2013-03-16add back vfeed title display, optimize layout; do some layout tweaks on ↵Andrew Dolgov
combined mode
2013-03-16cdm: fix alignment of feed title in vfeedsAndrew Dolgov
2013-03-16remove cache_content remnantsAndrew Dolgov
2013-03-16disable label row gradient in cdm, looks weirdAndrew Dolgov
2013-03-16remove gray/white content tiling in cdm because headers make a better job to ↵Andrew Dolgov
distinguish between posts
2013-03-16tweak cdm header button alignmentAndrew Dolgov
2013-03-16pluginhandler: better error reportingAndrew Dolgov
2013-03-16reinstate back sanitizedummy parameter fix that got revertedAndrew Dolgov
2013-03-15Merge pull request #48 from stephen-hill/masterAndrew Dolgov
Edit User Password Input
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-15Input didn't have a type.Stephen Hill
This pasword input didn't have type="input". Now it does.
2013-03-15db: use builtin classloader, lowercase class filesAndrew Dolgov
2013-03-15Merge pull request #46 from mbirth/masterAndrew Dolgov
Core db features in separate classes for Pgsql and Mysql
2013-03-15Rewrote database support to classes, Fixed strict warning in sanitizedummy.phpMarkus Birth
2013-03-15fix warning in hotkey help dialog when disabled hotkey is processedAndrew Dolgov
2013-03-15api: force returned timestamps to integerAndrew Dolgov
2013-03-15patch sanitizedummy with proper declaration (closes #554)Andrew Dolgov
2013-03-13enable feed titles in vfeeds in combined mode, align to dateAndrew Dolgov
2013-02-28slightly better article note display in CDMAndrew Dolgov
2013-02-28headlines renderer: do not attach topmost article idsAndrew Dolgov
2013-02-28Revert "headlines buffer: remove dijit-based RCHK elements"Andrew Dolgov
This reverts commit f7945c99d0495f5b2e0e789d99e32b1e121ae1cf.
2013-02-28headlines buffer: remove dijit-based RCHK elementsAndrew Dolgov
2013-02-28fix cdm checkbox not selecting entire cellAndrew Dolgov
2013-02-28fix uploadicon() returning wrong content-type (closes #543)Andrew Dolgov
2013-02-28fix warning when saving plugins with 0 plugins enabled (closes #542)Andrew Dolgov
2013-02-27hotkey help: fix actions bound to multiple sequences not displayed correctlyAndrew Dolgov
2013-02-27replace getmicrotime() wrapper with microtime(true)Andrew Dolgov
2013-02-27remove previous counter hacks; force request counters when there's noAndrew Dolgov
unread stuff left in current feed (e.g. finished reading)
2013-02-27rpc/getAllCounters: include virtual counters when last_article_id is ↵Andrew Dolgov
supplied and unchanged
2013-02-27remove server-side feedtree collapse implementationAndrew Dolgov
2013-02-26change various catchup stuff to only affect unread articlesAndrew Dolgov
2013-02-26pluginhost: add get_debug()/set_debug() for plugins to detect if debugging ↵Andrew Dolgov
is allowed
2013-02-26remove update on checksum change (updated status has been removed); rtl ↵Andrew Dolgov
stuff (unused)
2013-02-26force disable simplepie unnecessarily sanitizing dataAndrew Dolgov
2013-02-23only allow clearing data of active pluginsAndrew Dolgov
2013-02-23implement HOOK_FEED_FETCHEDAndrew Dolgov