You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/classes
Andrew Dolgov aeb1abedb2 move a bunch of functions into Feeds/Article namespaces
+       static function catchupArticlesById($ids, $cmode, $owner_uid = false) {
+       static function getLastArticleId() {
+       static function queryFeedHeadlines($params) {
+       static function getParentCategories($cat, $owner_uid) {
+       static function getChildCategories($cat, $owner_uid) {

move the rest of functions2.php back to functions.php as it is of more manageable size, remove the former
8 years ago
..
auth remove some redundant php closing tags 8 years ago
db add some basic API unit tests 8 years ago
feeditem remove some redundant php closing tags 8 years ago
handler move a bunch of functions into Feeds/Article namespaces 8 years ago
logger remove some redundant php closing tags 8 years ago
pref move to Article: 8 years ago
api.php move a bunch of functions into Feeds/Article namespaces 8 years ago
article.php move a bunch of functions into Feeds/Article namespaces 8 years ago
backend.php remove some redundant php closing tags 8 years ago
db.php remove some redundant php closing tags 8 years ago
dbupdater.php remove some redundant php closing tags 8 years ago
dlg.php remove some redundant php closing tags 8 years ago
feedenclosure.php remove some redundant php closing tags 8 years ago
feeditem.php remove some redundant php closing tags 8 years ago
feedparser.php remove some redundant php closing tags 8 years ago
feeds.php move a bunch of functions into Feeds/Article namespaces 8 years ago
handler.php remove some redundant php closing tags 8 years ago
iauthmodule.php remove some redundant php closing tags 8 years ago
idb.php remove some redundant php closing tags 8 years ago
ihandler.php remove some redundant php closing tags 8 years ago
logger.php remove some redundant php closing tags 8 years ago
opml.php move the following to Feeds: 8 years ago
plugin.php remove some redundant php closing tags 8 years ago
pluginhandler.php remove some redundant php closing tags 8 years ago
pluginhost.php remove some redundant php closing tags 8 years ago
rpc.php move a bunch of functions into Feeds/Article namespaces 8 years ago
ttrssmailer.php remove some redundant php closing tags 8 years ago