summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #5021: clean up URLs in _help texts. Patch by UnConeD.Dries Buytaert2004-01-11
|
* - Applied patch #4949: node_prepare() wastes resources. Patch by Goba.Dries Buytaert2004-01-11
|
* - Fixed bug #5074: standarized the user log messages.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.
* - Fixed bug #4965: typo in the help text.Dries Buytaert2004-01-06
|
* - Fixed bug #4989: archive calendar cached too aggressively.Dries Buytaert2004-01-06
|
* - 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. */
* - Implemented feature request/bug #4973: removed the throttle module's ↵Dries Buytaert2004-01-05
| | | | | | | dependence on cron to make adjusting the throttle level more responsive (when configured to).
* - Fixed bug 4972: an incorrect permission name prevented the throttle blockDries Buytaert2004-01-05
| | | | from being shown to users.
* Added checks to the drupal directory option to display an error when the ↵Steven Wittens2004-01-05
| | | | site name, email, slogan or statement aren't filled in.
* 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)
* - Changed some boxes to fieldsets/lengeds.Dries Buytaert2004-01-05
|
* 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)
* - Patch 4948 by Goba: the poll module uses check_output() on the poll options.Dries Buytaert2004-01-04
|
* - Patch #4924: made the comment form themeable. Patch by Goba.Dries Buytaert2004-01-03
|
* - Log the search terms in a new watchdog category.Dries Buytaert2004-01-02
|
* - Patch 4916: improved preparation of $node->teaser and $node->body. Patch byDries Buytaert2004-01-02
| | | | Goba.
* - Removed the hard-coded list of watchdog types. The list is compiledDries Buytaert2004-01-02
| | | | | dynamically and can be extended through the watchdog() call. (Chris could use it to move the cron message to their own category.)
* - Patch #4093: only invoke check_output() once for performance's sake. PatchDries Buytaert2004-01-02
| | | | by Goba.
* - Fixed typo: comment_delete_thread() -> _comment_delete_thread().Dries Buytaert2003-12-30
|
* General filtering improvementsSteven Wittens2003-12-30
| | | | | | - Re-added STYLE/ON*= filtering (this got lost a while ago due to reorganisation) - Added form_group's to node.module's filter options - Fixed incorrect filter usage in poll.module
* - 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)
* - Updated code to use new semantics of url() and l().Dries Buytaert2003-12-29
|
* - Fixing temp directory check.Kjartan Mannes2003-12-29
|
* - XHTML improvements: <b> -> <strong>. Patch by Stefan.Dries Buytaert2003-12-29
|
* - Updated the user login block to validate as XHTML strict: theDries Buytaert2003-12-29
| | | | | | | | <div class="user-login-block"> is now inside the <form> instead of the other way around. - Simplified the user login block by removing some CSS that was no longer needed. The block module already emits block-related classes and an id.
* - Fixed bug 4832: only list nodes for the specified day. Patch by Goba.Dries Buytaert2003-12-29
|
* - Removed some dead code and improved the link emission. Patch by Kjartan.Dries Buytaert2003-12-29
|
* - Tidied up some inconsistencies in the code: scripts/code-style.sh is your ↵Dries Buytaert2003-12-28
| | | | friend.
* - Locale module improvements: better performance, reduce memory footprint.Dries Buytaert2003-12-28
| | | | Patch by Bart.
* Fixed bug #4551: missing {} for prefix supportDries Buytaert2003-12-28
|
* - Fixed fileuploads for nodes failing without preview.Kjartan Mannes2003-12-27
|
* - Fixed switch in file_create_url().Kjartan Mannes2003-12-27
| | | | | - Fixed profile module not extracting mime type. - Improved file matching in profile module.
* - Added file handling. Work by Kjartan.Dries Buytaert2003-12-26
|
* - Removed the import module's custom menu. Added a 'news aggregator' menu toDries Buytaert2003-12-26
| | | | the navigation block.
* - First take at improving the user module's code: replaced the custom errorDries Buytaert2003-12-26
| | | | printing with calls to drupal_set_message().
* - Fixed the breadcrumb trail of nested forums. Patch by Goba.Dries Buytaert2003-12-24
|
* - Fixed bug 4710: comment module should use drupal_set_message() correctly.Dries Buytaert2003-12-24
| | | | | | | | | | | | | | - Fixed the title and breadcrumb trail of the comment delete page, added missing cache flush, improved usability and made it so that when you delete a comment replies are deleted as well. - Added 'delete comment' links to the comments on node pages. Hopefully this will make it easier to maintain old threads such as those attached to the book pages on drupal.org. - Comment module maintenance: added missing t() functions and improved consistency of the calls to drupal_set_message(), used radio buttons instead of a selection box.
* - Tiny change for sake of consistency: Blocked -> blocked, Active -> active.Dries Buytaert2003-12-24
|
* - Translation fixes: fixed three usages of format_interval(). Patch by Goba.Dries Buytaert2003-12-22
|
* Patch by Goba:Dries Buytaert2003-12-22
| | | | | | | | | | | | - put text directly into t(), which also means that multipart help text becomes a multiline string - use modern XHTML tagging, no <b> and <i> - put links and URLs out of the translated text where appropriate - let referred menu items and form elements get the same name as in the menu / form, so only one translation would be needed - use %variable instead of $variable when variables need to go into the string - add translation to form items previously untranslated - use example.com in example URLs
* - Updated documentation, small bug fix and small improvements to the <label>Dries Buytaert2003-12-22
| | | | | | | | tags. To be discussed and investigated: when a form element has no title an empty <label> tag will be emitted (eg. "remember me" checkbox). This doesn't make sense but is our best option for now.