summaryrefslogtreecommitdiff
path: root/modules/aggregator.module
Commit message (Collapse)AuthorAge
...
* - More tab-improvements by JonBob: improved support for the default tabs!Dries Buytaert2004-07-10
|
* - Increased the maxlength value of the URL form.Dries Buytaert2004-07-03
|
* - Fixing some usability bugs with aggregator admin: some forms lacked status ↵Steven Wittens2004-06-28
| | | | | | | | messages, and redirected to themselves - Now uses drupal_goto after every form submission [1]. Patches for other modules will follow. [1] http://lists.drupal.org/archives/drupal-devel/2004-06/msg01147.html
* - Patch #8681 by asimmonds: more help text updatesDries Buytaert2004-06-21
|
* - Patch #8681 by Stefan: more help fixes.Dries Buytaert2004-06-20
|
* - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (andDries Buytaert2004-06-20
| | | | | | to get of proprietary formats). - Added forum-sticky.png. Made by Steven.
* - Patch #8670 by asimmonds: spelling fixes.Dries Buytaert2004-06-20
|
* - Patch #8679 by asimmonds: fixed spelling mistakes.Dries Buytaert2004-06-20
|
* Tabs patch!Dries Buytaert2004-06-18
| | | | | | | | | | | | | | | | | | CHANGES ------- + Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page. + Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'. + Grouped settings. All settings have been grouped under 'administer > settings'. TODO ---- + Update core themes: only Xtemplate default supports tabs and even those look ugly. Need help. + Update contributed modules. The menu() hook changed drastically. Updating your code adhere the new menu() function should be 90% of the work. Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').
* - Patch #4950 by Stefan (and Morbus): made watchdog messages translatable.Dries Buytaert2004-06-02
|
* - Usability improvement: simplified the administration menu of the aggregatorDries Buytaert2004-05-20
| | | | module.
* - Patch 7840 by Drumm: fixed warning.Dries Buytaert2004-05-17
|
* - Code improvements by JonBob. Thanks.Dries Buytaert2004-05-17
|
* - Fixed pruning of old items giving errors when there are no old items.Kjartan Mannes2004-05-13
|
* - Forgot to hide the edit menus.Kjartan Mannes2004-05-13
|
* - Fixed missing edit menu callbacks for feeds and categories.Kjartan Mannes2004-05-13
| | | | - Fixed categorize not working under sources and category views.
* - Made the recent news items page, the source pages and the categorizationDries Buytaert2004-05-13
| | | | | pages use pagers. Removed the 'Items per page' setting and made Drupal remember news items much longer.
* - Code improvements by JonBob. Thanks again.Dries Buytaert2004-05-11
|
* - Patch #7411 by Ax: fixed some aggregator module warnings.Dries Buytaert2004-05-07
|
* - Incorrect quotes.Kjartan Mannes2004-04-29
|
* - Fixed bug #7094: Incorrect displayed umlauts in ISO-8859-1 RSS-feeds.Kjartan Mannes2004-04-29
| | | | - Fixed feed status not being reset when items are removed.
* - Various aggregator module improvements. Modified patch by drumm.Dries Buytaert2004-04-27
|
* - Added support for 403 handling. Patch by JonBob. As a side benefit,Dries Buytaert2004-04-21
| | | | | | | | administrators will be able to define a custom 403 page, just as they can define 404 pages now. This needs to be documented in the "Changes since / migrating to ..." pages.
* Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping ↵Steven Wittens2004-04-15
| | | | off strings at unsure locations, without risking incomplete UTF-8 data.
* - Patch #7110 by drumm: fixed aggregator module help text.Dries Buytaert2004-04-13
|
* - Patch #6480 by eap: news items were displayed in the wrong order.Dries Buytaert2004-03-25
|
* - Aggregator: fix for http://drupal.org/node/view/5733Steven Wittens2004-02-19
| | | | - System: the 404 setting instructions advise using 'node', this should be '' (redirecting the user to the front page without any message whatsoever is confusing)
* - Patch by Steven: removed redundant permission checks. These are no longerDries Buytaert2004-02-15
| | | | required thanks to the new 404 handling.
* - Patch 5592 by Goba: let drupal_map_assoc() rule. :-)Dries Buytaert2004-02-15
| | | | - Renamed CHANGELOG to CHANGELOG.txt for Windows uses.
* - Fixed bug #5628: wrong timestamp in aggregator. Patch by BartJ.Dries Buytaert2004-02-04
|
* - 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
|