summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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
* - Patch #11645 by Uwe/Ber/Chris/me: improved the database settings.Dries Buytaert2005-02-28
|
* - Patch #17869: make local tasks more themeable.Dries Buytaert2005-02-28
|
* - 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.
* - The update for the twin comments was 'borken' and had several bugs.Dries Buytaert2005-02-27
|
* - #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
|
* Updating changelogSteven 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
|
* - Fixing Safari issue with node adminSteven Wittens2005-02-24
| | | | (hello from the code sprint)
* - Patch #17747 by Adrian: first round of PostgreSQL updates!Dries Buytaert2005-02-23
|
* #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
|
* #17477: Remove dependency on GD for avatar uploading.Steven Wittens2005-02-21
|
* #5900: Fix mod_expire forcing page caching on the client side.Steven Wittens2005-02-21
|
* #17303: Move PHP settings to settings.php.Steven Wittens2005-02-21
|
* - Set the DirectoryIndex.Dries Buytaert2005-02-20
|
* - 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 #17303 by tangent: moved the session settings into ↵Dries Buytaert2005-02-18
| | | | /sites/default/settings.php so that subsites can have better control over them. One of the advantages of the site specific settings.php file is that it will never get overwritten during upgrades and having these settings here should prove to be more friendly.
* - Patch #16558 by JonBob: improved performance of node access checks.Dries Buytaert2005-02-18
|
* - Fixed broken colspan. Reported by asimmonds.Dries Buytaert2005-02-14
|
* - Removing this file: we'll maintain it in contrib.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.
* - Removing dead variableSteven Wittens2005-02-09
|
* - 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
|