summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Modified node and comments to not be marked as new when they are 30 days old.Kjartan Mannes2004-01-29
|
* - Fixed bug #5434: added missing "/" in link to be XHTML compliant. Patch ↵Dries Buytaert2004-01-29
| | | | by pz.
* - Fixed bug #5479: Default comments per page setting broken. (walkah)Kjartan Mannes2004-01-29
|
* - Replaced the 'active post' and 'recent post' by better integrated andDries Buytaert2004-01-28
| | | | | | easier to understand 'new' links. The 'new' links are clickable both at the forum overview (to get to the new forum topics) and at the topic overview (to get to the new comments).
* - Patch 4332 by Goba: eliminate compose tips module.Dries Buytaert2004-01-27
|
* - Patch 5049 by JonBob: allow a module to define multiple node types.Dries Buytaert2004-01-27
|
* - Patch 5246 by Stefan: usability improvements for the locale module.Dries Buytaert2004-01-26
|
* - Patch #5393 by Goba: changes the search hook return value, and requires an ↵Dries Buytaert2004-01-26
| | | | | | | | | | | array containing two elements, the first being the requested title, and the second being the result list. Advantages: * Cleaner search code in common.inc * Po extraction is possible and works fine * No hardcoded exceptions for node and comment modules, since any module can return results in order of relevance (or another order)
* - Patch 5395 by Goba: no need to have an 'enable' setting.Dries Buytaert2004-01-26
|
* - Made it possible to assing taxonomy terms to forum nodes. Tidied up theDries Buytaert2004-01-25
| | | | forum module code a bit.
* - Removed the 'Page not found' message after the initial install and removedDries Buytaert2004-01-24
| | | | some old user module logic to install the initial role IDs.
* - 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
|
* - Forum module improvements.Dries Buytaert2004-01-21
|
* - Patch #5281: removed hardcoded table and CSS from the queue module. MadeDries Buytaert2004-01-21
| | | | the queue page-able. Patch by Stefan.
* - Bug 5285: fixed broken URLs in user module. Patch by Stefan.Dries Buytaert2004-01-21
|
* - Patch 5283 by Stefan: fixed typos in comment module.Dries Buytaert2004-01-21
|
* Patch 5187 by Goba:Dries Buytaert2004-01-21
| | | | | | | | | - puts the long multiline help text into one string - fixes the ambiquity of calling two things on the same name: "custom block" now the user customizeable blocks are called custom blocks, and the admin defined blocks are called Administator Defined Blocks - added info on throttle to the explanation on when a block is displyed - also fixing some small typos
* - Patch 5256: code improvements: theme('header') + theme('footer') -> ↵Dries Buytaert2004-01-19
| | | | | | theme('page'). Patch by Gerhard.
* - Changed some wordingDries Buytaert2004-01-19
|
* - Removed instances of the 'throttle_enable' variable.Dries Buytaert2004-01-19
|
* Removed left-over check in filter.module, fixes bug 5248.Steven Wittens2004-01-19
|
* - Patch 5080 by lizardo: fixed two typos in the taxonomy module's help text.Dries Buytaert2004-01-18
|
* - Code beautifications: corrected indentation.Dries Buytaert2004-01-17
|
* - Reworked error/status reporting in the aggregator module to fix a bug.Dries Buytaert2004-01-17
|
* - Patch #5184: fixed block path and aliases. Patch by Nick.Dries Buytaert2004-01-17
|
* - Removed the 'enable/disable' setting from the throttle module. To disableDries Buytaert2004-01-17
| | | | a module, disable it from the modules configuration page.
* - Comment setting improvements: updated the form descriptions, reorganized theDries Buytaert2004-01-17
| | | | | settings in groups, fixed a warning, rewrote the comments per page settings, etc.
* - Removed the $help parameter from the _form hook. The help, typicallyDries Buytaert2004-01-17
| | | | submission guidelines, should be emmitted using the _help hook.
* - Small cleanupsDries Buytaert2004-01-15
|
* - Bugfix: display the correct author. Patch by Nick.Dries Buytaert2004-01-15
|
* - Small bugfixDries Buytaert2004-01-15
|
* 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.
* - Fixed 5218: book page "administer" removes original author.Dries Buytaert2004-01-14
|
* - Usability improvement: added a book navigation block.Dries Buytaert2004-01-14
|
* - Patch 4859: new drupal_unpack() consolidates duplicate code and makes itDries Buytaert2004-01-13
| | | | | easy to show avatars next to nodes and comments. Patch by Moshe. As a showcase, maybe Xtemplate should have an option to enable/disable avatars?
* - 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).