summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Updated the watchdog module to use the new help function approach.Dries Buytaert2003-08-19
|
* - 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.
* - Bugfix: don't user term->descriptions in link attributes as they are HTMLDries Buytaert2003-08-16
| | | | code on their own.
* - Bugfix: changed 'INNER JOIN' back to 'LEFT JOIN'.Dries Buytaert2003-08-15
|
* 1) Bugfix: changed INNER JOIN to LEFT JOIN to make forum topics with no ↵Dries Buytaert2003-08-15
| | | | | | | | | | comments show on the topic overview page. 2) Beautified the forum module views; rewritten to use the table() rendering functions, X HTML-ified the emitted code, added additional CSS tags, and removed hard-coded markup. This improves themeabality; it should be able to mimic the view and color scheme of, say, http://www.phpbb.com/. 3) Reorganized forms and links (interactive elements) to improve usability. Also ensured that the link names and page titles match. 4) Temporary removed container functionality: this simplified the work and eliminated some usability issues.
* - Documentation fixes by Michael F.Dries Buytaert2003-08-13
|
* - Usability improvements based on Keith Instone's suggestions:Dries Buytaert2003-08-13
| | | | | | | | | | * Removed 'handbook' title. * Added a 'books' link to the book location bar: the link takes you to the book overview page. * Renamed a few 'collaborative books' to 'books' so that the links and page/box titles match.
* - Usability improvement: changed the title of the main block on the userDries Buytaert2003-08-13
| | | | information page. Suggested by Keith Instone.
* - Applied modified version of almaw's 0064 patch: form item attributes.Kjartan Mannes2003-08-12
| | | | | | | | | - Applied modified version of mathias' 0073 patch: node form name. $params["options"] is now an array so some contrib modules might need minor changes. - Applied mathhias' 0074 patch: missing access check on who is new block.
* - Heavily modified version of Gerhard's patch #82: the queue module does nowDries Buytaert2003-08-12
| | | | inform the user about the status of his or her post.
* - Added missing t() functions to watchdog. Patch #80 by Stefan.Dries Buytaert2003-08-12
|
* - Added missing translation functions. Patch #78 by Stefan. Merged by handDries Buytaert2003-08-12
| | | | | | as the patch no longer applied. - Fixed broken "view post" URL on administration page. Reported by Bart.
* - Committed Marco's comment module patch:Dries Buytaert2003-08-12
| | | | | | | | | | | + Dramatically improves performance of large discussions/threads: only very few SQL queries are required. + Replaces custom pager with standard pager. Modifications by me: + Reworded some code comments. + Removed dependencies on pager internals.
* Applied 0007.almaw.home-link-using-l.patchKjartan Mannes2003-08-11
| | | | | | | - Fix link_page to use l() to generate home link. Applied 0058.kika.themeable-usermenu.patch - Modifies user menu be themeable.
* - Bugfix: changed an inner join back to a left join. Patch by Bart JansensDries Buytaert2003-08-10
|
* - Miscellanious comment module fixes. Patch 20030806.comment-misc.patch byDries Buytaert2003-08-08
| | | | Bart Jansens.
* - Committed a modified version of Ulf's input checking changes. Patch #95.Dries Buytaert2003-08-08
| | | | I added an error message, changed a few things around and fixed tw typos.
* - Block module documentation improvement. Patch by Gerhard.Dries Buytaert2003-08-07
|
* - More help system improvements by Michael.Dries Buytaert2003-08-06
|
* - Help system improvements from Michael.Dries Buytaert2003-08-05
|
* - Added missing {}. Fixes bug 2423 reported by kenzky.Dries Buytaert2003-08-05
|
* - Added more filters and support for "mass-operations" to the node overview pageDries Buytaert2003-08-02
| | | | in the admin section. Comments?
* - If $node->path has been initialized (via a form for example), node_url ↵Dries Buytaert2003-07-31
| | | | will return it. This is not good because path could still be null (empty). Patch by Matt Westgate.
* - Fixed broken links in the versioning system. Patch by Bart Jansens.Dries Buytaert2003-07-31
|
* - Fixed bug in user_validate_name(): . (dot) should be allowed for DA to work.Dries Buytaert2003-07-26
| | | | Fixes bug #107.
* - Bugfix: remove forum block caching as it contains text that can be translated.Dries Buytaert2003-07-26
| | | | Fixes bug #2329.
* - Applied Moshe's 007 patch: "read more" and author optimizations.Dries Buytaert2003-07-26
|
* - Bugfix: made deleting polls work. Patch by Marco.Dries Buytaert2003-07-24
|
* - Fixed the update path of user_save(). Patch by Gerhard. Tnx.Dries Buytaert2003-07-23
|
* - Cache system improvements by Gerhard: removed some left-overs.Dries Buytaert2003-07-23
|
* - Fixed typo: implde() -> implode(). Reported by Moshe.Dries Buytaert2003-07-23
|
* - Fixed node_save() and user_save() bug introduced by table prefix changes.Dries Buytaert2003-07-21
| | | | | | Modified patches from Gerhard. - Changed the order of the checks in node_teaser(). Patch from Kobus.
* - Some queue module fixes by Trogeir.Dries Buytaert2003-07-17
|
* - Commited the URL aliasing patch. Thanks Matt.Dries Buytaert2003-07-16
| | | | This update requires you to run update.php!
* - Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not testedDries Buytaert2003-07-16
| | | | by me.
* - Some documentation fixes as per Charlie's suggestion: bug #2260.Dries Buytaert2003-07-14
|
* - Documentation improvement by Charly. Task #2257.Dries Buytaert2003-07-13
|
* - Performance improvement: changed a fair amount of "left joins" to "innerDries Buytaert2003-07-12
| | | | joins". Patch by Gerhard.
* - Bugfix: fixed username not being fetched with the title module. Fixes bugDries Buytaert2003-07-12
| | | | | | #1852. (Going to backport this to the DRUPAL-4-2-0 branch.)
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
|
* - Bugfix: fixed HTML typo in comment module. Patch by Torgeir Berg.Dries Buytaert2003-07-10
|
* - Bugfix: fixed the "check for duplicate e-mail addresses" test. Patch byDries Buytaert2003-07-09
| | | | Marco.
* - Made the tracker module link to your own posts. Patch 79 from Gerhard.Dries Buytaert2003-07-09
| | | | | | - Added a permalink to the Xtemplate theme. Requested by Scott. - Added pager support to the locale module.
* - Made it easier to translate some text on the tracker page. Patch #71 byDries Buytaert2003-07-08
| | | | Stefan.
* - Added 3 missing t() functions to the statistics module's administrationDries Buytaert2003-07-08
| | | | pages. Patch #73 by Stefan.
* - Made it easier to translate the the "Jump to" link of the forum module.Dries Buytaert2003-07-08
| | | | Patch #68 by Stefan.
* - Usability improvement and bugfix for translation issue with the taxonomyDries Buytaert2003-07-08
| | | | module. Patch #70 by Stefan.
* - Improvement: made it easier to translate the book outline. Patch #67 byDries Buytaert2003-07-08
| | | | Stefan.
* - Translation improvement: made it easier to translate the site title of theDries Buytaert2003-07-08
| | | | administration pages. Patch #66 by Stefan.
* - Bugfix: fixed some typos in the Blogger API help. Patch #75 by Chris.Dries Buytaert2003-07-08
|