summaryrefslogtreecommitdiff
path: root/modules/aggregator
Commit message (Collapse)AuthorAge
...
* - Fixed bug in image parsing: caused 'Array' to be printed on the screen.Dries Buytaert2004-01-24
|
* Patch 5287 by Stefan: multiline help texts should become inside a single ↵Dries Buytaert2004-01-23
| | | | $output.
* - Patch 5330 by Adrian: PostgreSQL updates and fixes.Dries Buytaert2004-01-23
|
* - Patch 5256: code improvements: theme('header') + theme('footer') -> ↵Dries Buytaert2004-01-19
| | | | | | theme('page'). Patch by Gerhard.
* - Reworked error/status reporting in the aggregator module to fix a bug.Dries Buytaert2004-01-17
|
* Patch 5114 by Kjartan:Dries Buytaert2004-01-14
| | | | | | | - Adds drupal_set_header() and drupal_get_headers(). - Cache now stores custom headers. - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head(). - Added RSS autodiscover links to node, blog and taxonomy pages.
* - Patch #5021: clean up URLs in _help texts. Patch by UnConeD.Dries Buytaert2004-01-11
|
* - Removed some debug info.Dries Buytaert2004-01-11
|
* Round 3 of aggregator improvements:Dries Buytaert2004-01-11
| | | | | | | | | | | | | | | - Added support for new tags: + Optinal feed image: <image> tag. + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>, <dcterms:modified>. - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML.
* Aggregator module improvements:Dries Buytaert2004-01-10
| | | | | | | | | | | | | + Added some a new theme fucntions to the aggregator to make it possible to theme the aggregator page. + Removed the <table> and much hardcoded CSS as well as theme("box")-es. + Added the aggregator's theme functions to Doxygen's themeable group. + Added breadcrumb trails to the aggregator pages. + Updated the core themes to take advantages of the improved themeability. Screenshot: http://buytaert.net/temporary/aggregator-makeover.jpg
* - Report XML parse errors.Kjartan Mannes2004-01-08
|
* - Many excellent news aggregator improvements by Kjartan:Dries Buytaert2004-01-07
| | | | | | | + Added drupal_http_request(). + Replaced rssfeeds with OPML feed subscription list. + Added support for pubDate. + Added support for conditional gets using ETag and Last-Modified.
* - Renamed import to aggregator.Kjartan Mannes2004-01-06
| | | | - Added proper access checking to block and menu items.
* - Improved XML encoding fix. There is now a function drupal_xml_parser_create():Steven Wittens2004-01-06
| | | | | | | | | | | | | | | /** * Wrapper around xml_parser_create() which extracts the encoding from the XML * data first and sets the output encoding to UTF-8. This function should be * used instead of xml_parser_create(), because PHP's XML parser doesn't check * the input encoding itself. * * This is also where unsupported encodings should be converted. * Callers should take this into account: $data might have been changed after * the call. * * @param $data The XML data which will be parsed later. */
* Committed filter separation patch: all filter-related things are now in ↵Steven Wittens2004-01-05
| | | | | | | | filter.module (which is a required module). To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage. (based on the patch by Goba)
* - Specify default XML encoding for not-so-well-formed filesSteven Wittens2003-12-30
| | | | (sorry last commit, I promise :P)
* - Improved regexp for encoding extractionSteven Wittens2003-12-30
|
* - Improved regexp for encoding extractionSteven Wittens2003-12-30
|
* - Bugfix: the XML parser in PHP4 requires you to specify the input encoding ↵Steven Wittens2003-12-30
| | | | | | | explicitly. Added a short piece of code that does this. (see drupal.org's Drupal Talk to see this bug in action)
* - XHTML improvements: <b> -> <strong>. Patch by Stefan.Dries Buytaert2003-12-29
|
* - Removed the import module's custom menu. Added a 'news aggregator' menu toDries Buytaert2003-12-26
| | | | the navigation block.
* - Translation fixes: fixed three usages of format_interval(). Patch by Goba.Dries Buytaert2003-12-22
|
* - Updated the calls to menu() to use MENU_HIDE instead of 1Dries Buytaert2003-12-17
|
* - Excessive CSS tags were generated for feeds and bundles.Dries Buytaert2003-12-14
|
* - Bugfix: got rid of the double titles on the import module pages.Dries Buytaert2003-12-11
| | | | TODO: get rid of the custom import specific navigation menu.
* - Introduced a drupal_set_message() and drupal_get_message() function.Dries Buytaert2003-12-01
| | | | | | | Contributed themes and modules need to be updated: - modules: status() is no more; use drupal_set_message() instead. - themes: use drupal_get_message() to check for status messages and visualize them.
* - Committed phase 4 of JonBob's menu system changes.Dries Buytaert2003-11-25
|
* - Patch by JonBob:Dries Buytaert2003-11-20
| | | | | | | | Phase 2 of the menu system integration project. This unifies the interface used by admin and non-admin pages, and deprecates the _page hook in favor of explicit callbacks from menu(). Breadcrumbs, titles, and help text go away as a result of this patch; they will return in the phase 3 patch, printed by the theme.
* - Fixed theme glitch.Dries Buytaert2003-11-14
|
* - table(...) -> theme("table", ...)Dries Buytaert2003-11-13
|
* - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.Dries Buytaert2003-11-09
|
* - Improvement: made it possible to disable the comment controls and reworded ↵Dries Buytaert2003-10-31
| | | | | | | | | | | | | | | | some of the configuration settings. - Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan.
* - Small documentation improvements.Dries Buytaert2003-10-24
|
* - Bugfix: prefix not prepended to sequences. Fixes bug #3639.Dries Buytaert2003-10-22
| | | | | | | | | | Make sure to write: db_next_id({table}_field); instead of: db_next_id(table_field);
* - Some documentation fixes by Mark Coady.Dries Buytaert2003-10-15
|
* - Committed part 3 of Michael's help system improvements: removed the $helpDries Buytaert2003-10-09
| | | | parameter from the menu() function.
* - Help system improvements: eliminated the _system hook. Patch by Michael.Dries Buytaert2003-10-07
| | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
* - Various translation and menu fixes from Gabor.Dries Buytaert2003-10-05
|
* - Fixing blog it link.Kjartan Mannes2003-10-03
|
* - There were 2 "content syndication" menu's: grouped them together.Dries Buytaert2003-10-02
|
* - Fixed import and comment module problems. Patch by Gabor.Dries Buytaert2003-09-29
| | | | | | | | | | | | > Currently the admin menu does not work for comment.module and import > module. Import module has the problem of not taking care of the fact in > the arg() function calls that the module is pushed one level down in the > menu (similar to the user.module and block.modules problems already > fixed). The comment.module has a problem with trying to translate an $op > which comes from the URL (and is therefore not translated). > > The attached patch also fixes the bogus URLs in import.module help texts > (as the module part is pushed down into /admin/node instead of /admin).
* - Made sure all menu items can be translated. Path by Goba.Dries Buytaert2003-09-28
|
* - Committed Al's new admin link texts. Remarks:Dries Buytaert2003-09-27
| | | | | | | 1) As explained by Al, there is still a glitch with the 'create content' menu. 2) The user module part of the patch did not apply due to Kjartan's earlier patch.
* - Committed the admin menu integration patch. Thanks Adrian, Stefan and others.Dries Buytaert2003-09-26
|
* - Committed a partial administration page integration patch.Dries Buytaert2003-09-19
|
* - Fixed documentation bug in import module.Dries Buytaert2003-08-20
|
* - Updated the import module to the new documentation scheme. Patch byDries Buytaert2003-08-20
| | | | Michael.
* - Rewrote handling of forum icons and added default icons made by StevenDries Buytaert2003-08-16
| | | | | | | | | | | | Wittens. - Renamed some column titles in the forum module as per Moshe's suggestion. - Introduced a 'more-link' class to position the 'more' links. Removed hard-coded markup from the modules. - Fixed bug in import module: the theme functions called a non-existing function.
* - Documentation fixes by Michael F.Dries Buytaert2003-08-13
|
* - Bugfix: changed an inner join back to a left join. Patch by Bart JansensDries Buytaert2003-08-10
|