summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Bugfix: admin/forum tabs should not appear on edit forum/container pages.Steven Wittens2005-03-03
|
* - Patch #18231 by cprice: -> = 0Dries Buytaert2005-03-02
|
* - Fixed PHP warnings.Dries Buytaert2005-03-01
|
* - Removed dumb taxonomy block (based on DrupalCon feedback).Dries Buytaert2005-03-01
|
* - Patch #17770 by chx: added missing NULL-arguments to _user() hook.Dries Buytaert2005-03-01
|
* - Patch #18045 by JonBob: the node type admin page uses an unclear callback ↵Dries Buytaert2005-03-01
| | | | name, and uses arg() where it is not necessary. The attached patch cleans this up by unifying node_types() with node_types_configure().
* - Patch #18123 by chx: the $return['distinct'] in the past should have been ↵Dries Buytaert2005-03-01
| | | | module_implements('node_grants') but after JonBob's node_access_view_all_nodes, that part happens only if node_grants is in effect, so it is simplified to 1.
* - Fix broken session deleting on account blocking.Steven Wittens2005-03-01
|
* - Delete a user's sessions when blocking his/her account.Steven Wittens2005-02-28
|
* #17747: PGSQL improvementsSteven Wittens2005-02-28
|
* - Patch #17931 by Neil: fixed bug in access rules page:Dries Buytaert2005-02-28
| | | | | | * split up the menu callback for editing/adding/deleting rules * improved the delete message * fixed a double page printing bug
* - Oops: don't show refused words message if there are none.Steven Wittens2005-02-27
|
* - Fix submissions from search boxes in themesSteven Wittens2005-02-27
|
* - Patch #17747 by Adrian: more PostgreSQL fixes. Committed part of the patch:Dries Buytaert2005-02-27
| | | | | | 1. Removed a duplicate line from the changes to update.inc. 2. Excluded the session.inc changes: they did not make sense to me. 3. Excluded the search related changes in the node and search module. According to Steven these are not correct.
* - #17877: Auto-fill comment subject during _validate rather than _save.Steven Wittens2005-02-27
|
* - #17870: Add preview CSS class to node preview (drumm)Steven Wittens2005-02-27
|
* - #17868: Remove hardcoded align="center"Steven Wittens2005-02-27
|
* - Search: fix search block stretching sidebarSteven Wittens2005-02-27
|
* More search usability improvements!Steven Wittens2005-02-27
| | | | | | | | | | | | | | | | - Clean URLs: search/type/keywords e.g. "search/node/drupal release". The search form is POST submitted, but drupal_gotos to a GET page. This makes it easy to copy/paste search URLs, and makes the pager a lot cleaner. - Remember the search keywords when switching between the search tabs. This is done through the same GET URLs rather than the session, so it does not mess up between multiple browser tabs. - Report which keywords were ignored because they were too short. - #820: Provide search block - Treat multiple wildcards in a row as one
* #16951: Move forum settings to configure tab (drumm)Steven Wittens2005-02-26
|
* #17477: Remove dependency on GD for avatars.Steven Wittens2005-02-22
|
* - Fix double spaces in contact.module help and code.Steven Wittens2005-02-22
|
* #17216: Restore missing "delete" link for blocks.Steven Wittens2005-02-22
|
* - Patch #17687 by Gerhard: removed some cruft.Dries Buytaert2005-02-21
|
* - Patch by Goba: fixed whitespaces.Dries Buytaert2005-02-20
|
* - Fixing broken search after sql rewrite patchesSteven Wittens2005-02-19
| | | | - Minor code style fixes.
* - Fixed typo. Reported by KB.Dries Buytaert2005-02-19
|
* - Patch #16590 by kbahey: usability improvement: add 'subject' form to ↵Dries Buytaert2005-02-18
| | | | contact form.
* - Patch #16558 by JonBob: improved performance of node access checks.Dries Buytaert2005-02-18
|
* - Fixed broken colspan. Reported by asimmonds.Dries Buytaert2005-02-14
|
* - Fixed bugs in RSS handling of blogs.Dries Buytaert2005-02-12
|
* - Patch #17208 by asimmonds: help text fixes:Dries Buytaert2005-02-12
| | | | | | | | | - permissions menu link updates in a number of modules help - anchor link fix in distributed auth help - "my account" link fix in user help - spelling correction in tracker.module help - I also changed 'admin/access/perms' to 'admin/access/permissions'.
* - Fixed broken colspan.Dries Buytaert2005-02-11
|
* - Patch #11366 by Junyor: fixed twin comment problem in HEAD.Dries Buytaert2005-02-11
|
* - Patch #16960 by Goba: fixed content type options.Dries Buytaert2005-02-10
|
* - Bugfix: the aggregator module's setting page was no more.Dries Buytaert2005-02-10
| | | | - Patch #16630 by Aldon: usability improvement: made the lifetime of news items configurable.
* - Patch #16246 by Moshe: "Here is a patch for node.module since thta hunk ↵Dries Buytaert2005-02-10
| | | | failed last time. Note that I've removed the 'delete' link since it doesn't work and is mostly obsolete with the 'mass delete' feature. I've also added smart destination andling to the 'url alias delete' feature."
* - Fixed two broken URLs in the help text.Dries Buytaert2005-02-10
|
* - Patch #16829 by kbahey: separated the forum block for sake of consistency ↵Dries Buytaert2005-02-10
| | | | with other blocks.
* - Patch #16962 by Neil: "The page module's long help text is a bunch of lies ↵Dries Buytaert2005-02-08
| | | | and then it briefly explains it's permissions. IMO it should just be taken out. I can't think of what help should be there."
* - Patch #16963 by Neil: the upload's module help text was in bad shape. ↵Dries Buytaert2005-02-08
| | | | Edited it down to what is needed with links that actually work.
* - Patch #16965 by Neil: removed some help text.Dries Buytaert2005-02-08
|
* - Patch #16966 by Neil: don't document code in the help text.Dries Buytaert2005-02-08
|
* - Patch #16972 by Neil: don't use align operations. Removed hard-coded CSS.Dries Buytaert2005-02-08
|
* - Patch #16949 by Neil: fixed two HTML typos/brainos in the help text.Dries Buytaert2005-02-08
| | | | I found another HTML typo, and replaced a <u></u> by <strong></strong> because <u> does not validate as 'XHTML 1.0 stict'.
* - Missing apostropheSteven Wittens2005-02-08
|
* #16993: Bad query in upload.Steven Wittens2005-02-08
|
* - Fixed warning in the feed generation (enclosures).Dries Buytaert2005-02-07
|
* - Patch #16462 by Moshe: book pages slighty disobey the node_access system ↵Dries Buytaert2005-02-06
| | | | because they always return a value for book_access('update'). This simple patch causes us to use node_access when the user has a chance of being able to update the current page.
* - Fixing broken drupal_goto() after node submission on PHP5.Steven Wittens2005-02-04
|