summaryrefslogtreecommitdiff
path: root/modules/aggregator
Commit message (Collapse)AuthorAge
* #333095 by chx and Damien Tournoud: Lay groundwork for SQLite patch.Angie Byron2008-11-16
|
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - 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
|
* #329998 by pwolanin: Remove unescaped <> chars from t() strings.Angie Byron2008-11-08
|
* #329227 by chx: Fix notices in OPML tests.Angie Byron2008-11-08
|
* Oops. Reverting aggregator stuff that I didn't mean to commit.Angie Byron2008-11-07
|
* #321828 by Damien Tournoud: November Make-All-Tests-Pass-Again-Extravaganza: ↵Angie Byron2008-11-07
| | | | Correct registration of maintenance page in hook_theme().
* - Patch #312316 by Aron Novak: extend aggregator module tests.Dries Buytaert2008-11-02
|
* - 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 #328440 by hswong3i: improved aggregator test query.Dries Buytaert2008-11-01
|
* - Patch #323751 by keith.smith: fixed typo in form field description.Dries Buytaert2008-10-22
|
* - Patch #302936 by Aron Novak, Crell et al: convert aggregator module to the ↵Dries Buytaert2008-10-20
| | | | new DB abstraction layer.
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* #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
|
* #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵Angie Byron2008-10-09
| | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* #308434 follow-up by drewish: Small clean-ups to file.inc clean-ups.Angie Byron2008-09-15
|
* - 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 #302275 by chx: don't use TRUNCATE, use DELETE FROM insteadDries Buytaert2008-08-31
|
* - Patch #245322 by mfb: fixed breadcrumb behavior.Dries Buytaert2008-08-16
|
* - 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 #16282 by mustafau: OPML import improvements.Dries Buytaert2008-08-11
|
* - 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 #290561 by mustafu: improved the aggregator category tests.Dries Buytaert2008-08-03
|
* - Patch #174179 by mustafu, spatz4000, fgm: heading hierachy was not always ↵Dries Buytaert2008-08-03
| | | | consistent.
* - Patch #16282 by Arancaytar, mustafau, keith.smith, et al: add OPML import ↵Dries Buytaert2008-08-03
| | | | functionality for RSS feeds. Woot.
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - 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 #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - 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 #226869 by hswong3i: code style clean-up.Dries Buytaert2008-04-23
|
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...
* - 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.