summaryrefslogtreecommitdiff
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 #5500 by pz: missing alt="" tag in Xtemplate theme.Dries Buytaert2004-01-29
|
* - Fixed bug #5479: Default comments per page setting broken. (walkah)Kjartan Mannes2004-01-29
|
* - Fixing extension splitting (was using the first dot instead of the last one).Kjartan Mannes2004-01-29
|
* - Patch #5448 by pz: removed code duplication from theme.inc.Dries Buytaert2004-01-29
|
* - Fixed bug #5384: tablesort outputs invalid HTML (improved patch).Dries Buytaert2004-01-29
|
* - Fixed bug #5384: tablesort outputs invalid HTML.Dries Buytaert2004-01-28
|
* - 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).
* - Made James the blog api maintainer.Dries Buytaert2004-01-28
|
* - Fixed bug #5439: Doxygen errors in theme.incKjartan Mannes2004-01-28
|
* - Patch 4332 by Goba: eliminate compose tips module.Dries Buytaert2004-01-27
|
* - Made Goba the locale module maintainer.Dries Buytaert2004-01-27
|
* - Patch 5049 by JonBob: allow a module to define multiple node types.Dries Buytaert2004-01-27
|
* - Fixed bug 5440: sort() -> asort(). Suggested by Goba.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 5140 by Moshe: removed the theme("header") and theme("footer") ↵Dries Buytaert2004-01-26
| | | | functions.
* - Patch 5395 by Goba: no need to have an 'enable' setting.Dries Buytaert2004-01-26
|
* - Fixed bug 5140: Drupal does not work with PHP 4.2.1 and cleaned up theDries Buytaert2004-01-26
| | | | bootstrap code. Patch by Kjartan.
* - Changed the order of include statements.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.
* - Code improvements: changed some " to '.Dries Buytaert2004-01-25
|
* - Improvement #5388: removed unnecessary SQL queries when no URL aliases are ↵Dries Buytaert2004-01-25
| | | | defined.
* - 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.
* - Missing }Dries Buytaert2004-01-24
|
* - Fixed table width.Dries Buytaert2004-01-24
|
* - 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 #5351 by Kyber: fixed bug in field_get().Dries Buytaert2004-01-23
|
* - Some small forum changes.Dries Buytaert2004-01-21
|
* - 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
|
* - Added missing permission check. Patch by Ax.Dries Buytaert2004-01-21
| | | | - Added a $granularity field to format_interval().
* 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
|
* - Fixed bug 5247: active link marking invalidates HTML. Patch by Goba.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
|
* - Small CSS improvements to help fix bug 5145.Dries Buytaert2004-01-17
|
* - Fixed incomplete input checking.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.