Commit Graph

467 Commits (0ea653502c6bbe09ba90d9aba0dce69b9ca1291f)

Author SHA1 Message Date
Angie Byron 3fed6c722c #364467 by alex_b: Fix remove followed by update aggregator items. 2009-03-01 07:21:02 +00:00
Dries Buytaert d81310968a - Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards. 2009-02-24 16:48:18 +00:00
Dries Buytaert 29c8e40e91 - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
Dries Buytaert 6d3d75fe4b - Removing whitespace. 2009-01-26 14:08:44 +00:00
Dries Buytaert 8ca6649f98 - Patch #360398 by asimmonds: fixed bug with updating feed categories. 2009-01-22 12:59:32 +00:00
Dries Buytaert 534287b1bc - Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem. 2009-01-14 21:13:42 +00:00
Dries Buytaert 45fed79d73 - Patch #348448 by c960657: fixed php strict warnings when running tests. 2009-01-11 08:36:28 +00:00
Dries Buytaert 445823f6bb - Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s parameters. 2008-12-26 21:01:57 +00:00
Dries Buytaert 6303ecb8c8 - Patch #303930 by Aron Novak, alex_b, et al: introduced pluggable architecture for aggregator 2008-12-22 19:38:31 +00:00
Dries Buytaert 22570fd6f5 - Patch #345866 by alexanderplas: remove from hook_block() -- addendum patch. 2008-12-18 03:58:24 +00:00
Dries Buytaert 36bcedc486 - Patch #342493 by mayor: make aggregator.test work on PostgreSQL. 2008-12-04 11:11:59 +00:00
Dries Buytaert eda100b83d - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
Angie Byron abcebbfee2 #333095 by chx and Damien Tournoud: Lay groundwork for SQLite patch. 2008-11-16 04:38:15 +00:00
Dries Buytaert 15671f471b - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
Dries Buytaert 10104ba94a - Patch #331570 by recidive: rename block module tables to singular. Requires you to run update.php. 2008-11-15 08:23:07 +00:00
Dries Buytaert bd108c7f10 - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. 2008-11-11 16:49:38 +00:00
Angie Byron 88a6e82db1 #329998 by pwolanin: Remove unescaped <> chars from t() strings. 2008-11-08 23:03:39 +00:00
Angie Byron 3cbbd0577e #329227 by chx: Fix notices in OPML tests. 2008-11-08 07:12:18 +00:00
Angie Byron 9852b3a70c Oops. Reverting aggregator stuff that I didn't mean to commit. 2008-11-07 07:12:52 +00:00
Angie Byron a8576b12f3 #321828 by Damien Tournoud: November Make-All-Tests-Pass-Again-Extravaganza: Correct registration of maintenance page in hook_theme(). 2008-11-07 07:11:22 +00:00
Dries Buytaert aeaeb17c73 - Patch #312316 by Aron Novak: extend aggregator module tests. 2008-11-02 11:17:56 +00:00
Dries Buytaert 424250196a - Patch #279516 by c960657: removed many PHP4-isms. Great patch. 2008-11-01 19:51:06 +00:00
Dries Buytaert 39f4e0ebcd - Patch #233407 by R.Muilwijk, catch, flobruit, et al: remove hardcoded references to blog module. 2008-11-01 18:23:12 +00:00
Dries Buytaert 47361fc44a - Patch #328440 by hswong3i: improved aggregator test query. 2008-11-01 17:01:23 +00:00
Dries Buytaert 8b6777a3bf - Patch #323751 by keith.smith: fixed typo in form field description. 2008-10-22 18:29:28 +00:00
Dries Buytaert 3111676cf4 - Patch #302936 by Aron Novak, Crell et al: convert aggregator module to the new DB abstraction layer. 2008-10-20 12:57:35 +00:00
Angie Byron 8292bdd40a Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default. 2008-10-13 00:33:05 +00:00
Angie Byron a3a420c3e6 Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations. 2008-10-12 06:27:06 +00:00
Angie Byron f76acb2d9d #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. 2008-10-12 04:30:09 +00:00
Angie Byron ecf7ad41d0 #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default. 2008-10-11 21:11:02 +00:00
Angie Byron 7e02f2f782 #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. 2008-10-11 02:33:14 +00:00
Angie Byron 464be0b8bd #318892 by justinrandell and chx: Add .install files to the list of files added to .info files. 2008-10-09 22:51:41 +00:00
Angie Byron d59ba41f65 #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names 2008-10-09 15:15:55 +00:00
Angie Byron f070c5d014 #318687 by hswong3i: Fix pgsql update error in aggregator module. 2008-10-09 04:24:25 +00:00
Angie Byron f841d1a764 #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :) 2008-10-09 00:02:29 +00:00
Dries Buytaert 7f29b14277 - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience. 2008-09-17 07:11:59 +00:00
Angie Byron 2f3146f041 #308434 follow-up by drewish: Small clean-ups to file.inc clean-ups. 2008-09-15 21:06:07 +00:00
Dries Buytaert e5b0e5f76c - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency. 2008-09-06 08:36:22 +00:00
Dries Buytaert f6a4263476 - Patch #52015 by mustafau: update timestamps for aggregator news items. 2008-09-03 19:25:08 +00:00
Dries Buytaert 2405ec9ad7 - Patch #302275 by chx: don't use TRUNCATE, use DELETE FROM instead 2008-08-31 14:15:07 +00:00
Dries Buytaert 78fd1a143a - Patch #245322 by mfb: fixed breadcrumb behavior. 2008-08-16 21:13:32 +00:00
Dries Buytaert 64764bf961 - Patch #43245 by mustafau, Dries, agentrickard, markus_petrux, et al: add an option to not generate blocks for RSS feeds. 2008-08-16 14:48:54 +00:00
Dries Buytaert 6e882d8905 - Patch #293532 by mustafau: when a redirected feed is not parseable Aggregator saves a watchdog entry saying that the feed was updated, however the feed remains unchanged in the database. 2008-08-12 10:42:41 +00:00
Dries Buytaert 73f98066f5 - Patch #291064 by mustafau: improve performance of aggregator by storing an md5 hash for the feed. 2008-08-12 07:00:48 +00:00
Dries Buytaert c83339e326 - Patch #16282 by mustafau: OPML import improvements. 2008-08-11 07:05:26 +00:00
Dries Buytaert a993136f8e - Patch #293614 by mustafau: aggregator files two similar error messages for not parseable feeds. 2008-08-11 07:01:52 +00:00
Dries Buytaert ab5cdfda61 - Patch #268491 by mustafu, pwolanin, et al: fixed notice after deleting aggregator feed. 2008-08-08 20:09:22 +00:00
Dries Buytaert 5876461d75 - Patch #290561 by mustafu: fixed bug with creating aggregator categories. 2008-08-03 18:17:37 +00:00
Dries Buytaert 6b46092549 - Patch #290561 by mustafu: improved the aggregator category tests. 2008-08-03 18:16:51 +00:00
Dries Buytaert 745ac159fa - Patch #174179 by mustafu, spatz4000, fgm: heading hierachy was not always consistent. 2008-08-03 16:10:50 +00:00