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/include
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
9 years ago
..
autoload.php remove some redundant php closing tags 9 years ago
ccache.php move the following to Feeds: 9 years ago
colors.php remove some redundant php closing tags 9 years ago
controls.php move getArticleFeed to Article 9 years ago
crypt.php remove some redundant php closing tags 9 years ago
db-prefs.php remove some redundant php closing tags 9 years ago
db.php remove some redundant php closing tags 9 years ago
digest.php move a bunch of functions into Feeds/Article namespaces 9 years ago
errorhandler.php remove some redundant php closing tags 9 years ago
feedbrowser.php remove some redundant php closing tags 9 years ago
functions.php move a bunch of functions into Feeds/Article namespaces 9 years ago
labels.php remove some redundant php closing tags 9 years ago
login_form.php dijit style updates 11 years ago
rssfuncs.php move to Article: 9 years ago
sanity_check.php fix various issues reported by static analysis 9 years ago
sanity_config.php update sanity_config 10 years ago
sessions.php remove some redundant php closing tags 9 years ago
version.php remove some redundant php closing tags 9 years ago