Commit Graph

290 Commits (4.7.5)

Author SHA1 Message Date
Gerhard Killesreiter 00f0745495 #81808, Don't allow duplicate feed urls, backport 2007-01-02 18:05:41 +00:00
Gerhard Killesreiter a24e77553a #100859, Categorizing Aggregetor Items Throws Errors, patch by joshk, backport 2006-12-12 12:52:04 +00:00
Gerhard Killesreiter fd831ac362 #68156 by Zen. Don't show aggregator blocks if they are empty. Backport from HEAD. 2006-12-01 09:52:13 +00:00
Dries Buytaert f69bb03d2f - Patch #89424 by sandhurs: correct function definition of aggregator_block(). 2006-10-17 19:17:14 +00:00
Gerhard Killesreiter 8a71a81799 #87497, fix aggregator for atom feeds, patch by Souvent22, backport from HEAD. 2006-10-05 19:02:41 +00:00
Dries Buytaert a16a12dadf - Fixed misplaced check_plain(). Reported by Jim Phlew. 2006-08-18 07:20:28 +00:00
Gerhard Killesreiter 196246e8e0 Patch #71684 by fgm: corrected the header information of RSS feeds: text/xml -> application/rss+xml, backport from HEAD 2006-07-03 08:09:31 +00:00
Gerhard Killesreiter 6bee4a13e1 #31591 by vwX, fix 301 redirects in aggregator, backport from HEAD 2006-06-12 04:19:21 +00:00
Dries Buytaert 46af97ec3e - Patch #65801 by Moshe et al: fixed locale initialization slowness. 2006-06-08 21:25:51 +00:00
Gerhard Killesreiter 53df327578 Removed double slash in URL.
backport from HEAD
2006-06-02 13:11:20 +00:00
Gerhard Killesreiter 50ddd58139 #46269 by Egon Bianchet: show never instead of epoch., backport from hEAD 2006-05-04 18:45:18 +00:00
Gerhard Killesreiter f1061273e8 #60849, typo, patch by Zen, backport from HEAD 2006-05-02 14:07:58 +00:00
Gerhard Killesreiter 4f7ba52bed #56036, aggregator_menu messed up, patch by tenrapid 2006-04-28 09:52:57 +00:00
Gerhard Killesreiter 86f2764a7b #59753, Use <content:encoded> NOT <content> for RSS item description, patch by Budda 2006-04-21 15:07:40 +00:00
Gerhard Killesreiter cdbf7b4001 #58453, improved docs, aggregator does atom, too. Patch by Uwe Herrmann. 2006-04-13 08:52:42 +00:00
Dries Buytaert 89b9c26e00 - Patch #52932 by Zen: fapi conversion + fixes
* fapi conversion.
   * Adds status messages, comments and language fixes.
   * Adds watchdog messages for category and feed additions and deletions.
   * Edit forms: checks for duplicates - title for category, title + url for feeds.
2006-03-08 09:52:13 +00:00
Dries Buytaert 1001b7079d - Patch #47267 by joshk: made aggregator categorization work. 2006-03-02 19:16:41 +00:00
Dries Buytaert c48278229b - Patch #42068 by mfb et al: fixed problem with aggregator destroying certain links. Moved filtering to on output. (Today's critical bugfix #2.) 2006-02-22 10:13:42 +00:00
Dries Buytaert 3603fe1bd8 - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.) 2006-02-21 18:46:54 +00:00
Dries Buytaert 583d5a4ee9 - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
Dries Buytaert 9c4d4fe7b2 - Patch #45228 and patch #45025 by m3avrck and Uwe: aggregator module HTML/CSS cleanups. 2006-01-20 09:09:18 +00:00
Dries Buytaert ae84e469b0 - Patch #39329 by markus: order sources in aggregator. 2006-01-15 17:03:34 +00:00
Steven Wittens 79a193a2d2 - #42234: Use standardized feed icon for RSS 2005-12-29 04:46:40 +00:00
Dries Buytaert 30e9e05642 - Patch #42294 by Cvbge: feed title not logged correctly. 2005-12-26 11:15:57 +00:00
Dries Buytaert 5accfa08f5 - Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on failure instead of -1.
Changed code to be compatible with all versions.
2005-12-15 16:02:50 +00:00
Dries Buytaert 7334f7624f - Patch #41165 by Morbus: removed rss doctype. 2005-12-14 19:04:27 +00:00
Dries Buytaert ca9aa560f2 - Patch #40816 by Morbus: fixed bug with assigning news item the correct category. 2005-12-14 14:03:05 +00:00
Dries Buytaert 26bd449860 - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'. 2005-12-02 15:21:01 +00:00
Dries Buytaert 0f6067fc84 - Removed valid_input_check(). 2005-11-30 11:03:58 +00:00
Dries Buytaert b1bb2d5c60 - Patch #38336 by rcwoolley: parse dates in Atom feeds. 2005-11-24 20:20:53 +00:00
Dries Buytaert aeed4cd8e4 - Patch #35644 by webchick: forms API simplificiations. 2005-11-12 11:26:16 +00:00
Dries Buytaert a8b218827a - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
Dries Buytaert 75fe6b6c0a - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes. 2005-10-11 19:44:35 +00:00
Dries Buytaert a1ae4da70b - Removing tabs and trailing whitespaces. 2005-10-07 06:51:43 +00:00
Dries Buytaert 7e1527ee61 - Patch #29465: new form API by Adrian et al.
TODO:
  + The contact.module was broken; a new patch for contact.module is needed.
  + Documentation is needed.
  + The most important modules need to be updated ASAP.
2005-10-07 06:11:12 +00:00
Dries Buytaert 67e68fc679 - Patch #28786 by Neil: move pagers out of table. 2005-09-24 07:53:26 +00:00
Dries Buytaert 1dc53d9761 - Patch #3986 by James (and Boris :)):consolidated all feed-related settings in one place.
* adds a "feed settings" section to admin/settings where 2 new settings are introduced:
* number of items per feed
* default length of feed descriptions (title only, teaser, full)
* patches all of core to obey the above - including the new aggregator (out) feeds
* adds support for adding namespaces in _nodeapi('rss item') - which means things like iTunes RSS and yahoo's media rss can be implemented by the appropriate modules (i.e. audio.module)
* includes some additional info in the default node feed - specifically the element (links directly to comments) - and dc:creator - to show node author information.
2005-09-18 10:37:57 +00:00
Dries Buytaert ae8cfe3176 - Patch #13941 by Prometheus6: Atom parser improvements. 2005-09-08 20:08:42 +00:00
Dries Buytaert c13025d232 - Patch #30222, #30219 by Uwe: cosmetic changes to the aggregator pages. 2005-09-02 19:18:14 +00:00
Dries Buytaert 436cd01b5f - Patch #9167 by blake7/Uwe: generate RSS feeds for aggregator pages. 2005-09-01 19:50:18 +00:00
Dries Buytaert 7b8a409675 - Patch #29385 by chx: no ?> add end of files. 2005-08-25 21:14:17 +00:00
Dries Buytaert 789dd294ff - Modified patch #22637: added OPML export for aggregator categories. 2005-08-23 05:45:08 +00:00
Dries Buytaert caf65e3953 - Patch #13941 by Promotheus6: Atom feeds have a CONTENT and/or SUMMARY tag instead of a DESCRIPTION tag. Currently, if both tags are present the aggregator appends the content of both fields to replace the content of the DESCRIPTION tag. 2005-08-23 05:16:50 +00:00
Dries Buytaert e0113d6788 - Patch #29275 by Uwe: I'm currently trying to get aggregator.module in shape for being used as a planet-like software for a Planet Drupal. Here's a patch which allows the site admin to specify which HTML tags are stripped from feeds (or not). This is hardcoded in aggregator.module right now, the attached 2-line patch (for HEAD) makes it configurable. 2005-08-22 19:45:42 +00:00
Dries Buytaert 6733014fc4 - Patch #13941 by Prometheus6: made the aggregator module parse Atom feeds. 2005-08-11 13:12:44 +00:00
Dries Buytaert 7c6a21aedd - Patch by Uwe: tidied up the CVS IDs. 2005-08-11 13:02:08 +00:00
Dries Buytaert f14cb1ab2b - Patch #25928 by Uwe: 'the the' -> 'the'. 2005-07-03 15:56:04 +00:00
Dries Buytaert 58aee8cdad - Patch #25603 by Stefan: made the sizes of forms consistent.
TODO: document the defaults in the PHPdoc comments.
2005-06-27 18:33:33 +00:00
Steven Wittens 0cda6e20cf - #23734: Replace date() with format_date() in aggregator 2005-06-01 04:03:54 +00:00
Steven Wittens 49304b34aa - Fixing patch for aggregator block id fix. 2005-05-09 22:46:05 +00:00