summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.module
Commit message (Collapse)AuthorAge
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, ↵Dries Buytaert2010-09-05
| | | | fgm, tstoeckler: allow module .info files to add CSS/JS.
* - Patch #865970 by swentel: can't assign more than one category to a source.Dries Buytaert2010-08-04
|
* - Patch #866220 by andypost: URL parameter for theme_more_link() should not ↵Dries Buytaert2010-08-01
| | | | pass url().
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #748742 by mr.baileys, catch: aggregator categorize feature is broken.Dries Buytaert2010-03-24
|
* #578676 follow-up by alex_b: Fix endless adding of non-processed aggregator ↵Angie Byron2010-02-26
| | | | feeds to queue
* -Patch #713388 by Bojhan, mr.baileys: better weight items inside categories ↵Dries Buytaert2010-02-13
| | | | on Configuration.
* - Patch #682530 by TUc: removed redundant variable_get() call.Dries Buytaert2010-01-13
|
* - Patch #564686 by mustafau, alex_b: fetcher should not update ↵Dries Buytaert2010-01-08
| | | | aggregator_feed() record.
* - Patch #658140 by jhodgdon: various small help text fixes.Dries Buytaert2009-12-14
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #620446 by Xano: rewrite permission titles and descriptions.Dries Buytaert2009-12-01
|
* - Patch #633312 by lisarex, JuliaKM, arianek: better help for aggregator module.Dries Buytaert2009-11-24
|
* - Patch #402280 by mfb: fixed PDOexception.Dries Buytaert2009-11-01
|
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* - Patch #402280 by mustafau, alex_b: parser should not update ↵Dries Buytaert2009-10-12
| | | | aggregator_feed() record.
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #578676 by chx | neclimdul, Crell, Dave Reid: introduce a queue for ↵Dries Buytaert2009-09-25
| | | | cron.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() ↵Dries Buytaert2009-08-29
| | | | for consistency in the API.
* #535564 follow-up by pwolanin and Gábor Hojtsy: Create 'Web services' ↵Angie Byron2009-08-24
| | | | category and move Aggregator under there.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵Angie Byron2009-08-23
| | | | local actions.
* - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level ↵Dries Buytaert2009-07-30
| | | | Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* - Patch #506976 by catch: rename hook_perm to hook_permission.Dries Buytaert2009-07-05
|
* - Patch #480102 by JamesAn: converted to drupal_static().Dries Buytaert2009-06-07
|
* - Patch #19646 by JamesAn: code clean up, consistently use define.Dries Buytaert2009-05-28
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* Roll-back of #310467: Breaks installer requirements check and update.php.Angie Byron2009-05-21
|
* - Patch #465398 by akahn: move aggregator settings to 'site configuration'. Yay.Dries Buytaert2009-05-18
|
* - Patch #19646 by akahn, JamesAn: make it possible to suspend a feed.Dries Buytaert2009-05-17
|
* - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.Dries Buytaert2009-05-14
|
* #423886 by Berdir: Fix fatal error when submitting aggregator block.Angie Byron2009-04-26
|
* #364467 by alex_b: Fix remove followed by update aggregator items.Angie Byron2009-03-01
|
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #303930 by Aron Novak, alex_b, et al: introduced pluggable ↵Dries Buytaert2008-12-22
| | | | architecture for aggregator
* - Patch #345866 by alexanderplas: remove from hook_block() -- addendum patch.Dries Buytaert2008-12-18
|
* #333095 by chx and Damien Tournoud: Lay groundwork for SQLite patch.Angie Byron2008-11-16
|
* - Patch #331570 by recidive: rename block module tables to singular. ↵Dries Buytaert2008-11-15
| | | | Requires you to run update.php.
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* - Patch #279516 by c960657: removed many PHP4-isms. Great patch.Dries Buytaert2008-11-01
|
* - Patch #233407 by R.Muilwijk, catch, flobruit, et al: remove hardcoded ↵Dries Buytaert2008-11-01
| | | | references to blog module.
* - Patch #302936 by Aron Novak, Crell et al: convert aggregator module to the ↵Dries Buytaert2008-10-20
| | | | new DB abstraction layer.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|