summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.module
Commit message (Collapse)AuthorAge
* #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
|
* #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵Angie Byron2008-10-09
| | | | to allow for localization of permission names
* #318687 by hswong3i: Fix pgsql update error in aggregator module.Angie Byron2008-10-09
|
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #52015 by mustafau: update timestamps for aggregator news items.Dries Buytaert2008-09-03
|
* - Patch #43245 by mustafau, Dries, agentrickard, markus_petrux, et al: add ↵Dries Buytaert2008-08-16
| | | | an option to not generate blocks for RSS feeds.
* - Patch #293532 by mustafau: when a redirected feed is not parseable ↵Dries Buytaert2008-08-12
| | | | Aggregator saves a watchdog entry saying that the feed was updated, however the feed remains unchanged in the database.
* - Patch #291064 by mustafau: improve performance of aggregator by storing an ↵Dries Buytaert2008-08-12
| | | | md5 hash for the feed.
* - Patch #293614 by mustafau: aggregator files two similar error messages for ↵Dries Buytaert2008-08-11
| | | | not parseable feeds.
* - Patch #268491 by mustafu, pwolanin, et al: fixed notice after deleting ↵Dries Buytaert2008-08-08
| | | | aggregator feed.
* - Patch #290561 by mustafu: fixed bug with creating aggregator categories.Dries Buytaert2008-08-03
|
* - Patch #16282 by Arancaytar, mustafau, keith.smith, et al: add OPML import ↵Dries Buytaert2008-08-03
| | | | functionality for RSS feeds. Woot.
* - Patch #278617 by asimmonds: fixed broken link.Dries Buytaert2008-07-05
|
* - Patch #270045 by drewish, Susurrus: clean up return values.Dries Buytaert2008-06-18
|
* - Patch #256793 by Senpai and flobruit: code clean up.Dries Buytaert2008-05-15
|
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵Dries Buytaert2008-04-10
| | | | | | | | | | | from numeric block IDs to string IDs. The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers: block-user-0.tpl.php --> block-user-navigation.tpl.php block-user-1.tpl.php --> block-user-login.tpl.php You get the picture.
* - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵Dries Buytaert2008-02-20
| | | | descriptions for permissions on the permission administration page.
* - Patch #208926 by keith.smith: fixed broken link. The external link to the ↵Dries Buytaert2008-01-15
| | | | RSS specification changed.
* Drupal 6 RC2Gábor Hojtsy2008-01-10
|
* #153998 by David_Rothstein and myself: clean up permissions in book, blog, ↵Gábor Hojtsy2008-01-09
| | | | blogapi, forum and locale modules
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues ↵Gábor Hojtsy2007-12-23
| | | | fixed)
* #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at ↵Gábor Hojtsy2007-12-20
| | | | all, so we know that this is the cause of problems, not the remote host not responding.
* #202425 by keith.smith: standardize reference to block placement page as ↵Gábor Hojtsy2007-12-19
| | | | 'blocks administration page' to avoid any confusion
* #197730 by keith.smith: standardize on a much more user friendly cron ↵Gábor Hojtsy2007-12-19
| | | | reference in help texts, explain its importance with more examples in INSTALL.txt
* #197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in ↵Gábor Hojtsy2007-12-16
| | | | aggregator, comment and system modules
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵Gábor Hojtsy2007-12-13
| | | | update to drag and drop functionality, drupal.module removal, etc
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #195781 by keith.smith: improve aggregator help textGábor Hojtsy2007-12-04
|
* - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵Dries Buytaert2007-11-26
| | | | fixed minor spelling issues and fixed spacing issues.
* - Patch #89196 by catch, keith, earnie, webchick et al: string massaging.Dries Buytaert2007-10-25
|
* #147492 by flobruit: make 'more' links themeableGábor Hojtsy2007-10-22
|
* #173188 by chx: update aggregator menu items when an aggregator category is ↵Gábor Hojtsy2007-10-16
| | | | changed
* #173082 by dvessel: tplify aggregator module, make more stuff themeableGábor Hojtsy2007-09-13
|
* #174348 by chx: image column was not present in an aggregator_save_feed() ↵Gábor Hojtsy2007-09-11
| | | | query, but it does not have a default value, so we need to include it in the query
* - Patch #172835 by Crell: split up aggregator module.Dries Buytaert2007-09-05
|
* - Patch #159447 by chx, webchick, crell et all: fixed various aggregator ↵Dries Buytaert2007-09-03
| | | | related problems.
* - Patch #132369 by dmitrig01 and simplymenotu: fixed various E_NOTICE problems.Dries Buytaert2007-08-30
|
* #151782 by agentrickard: missing form_state in aggregator form functionsGábor Hojtsy2007-08-30
|