summaryrefslogtreecommitdiff
path: root/sites
Commit message (Collapse)AuthorAge
* - Patch #140468 by JohnAlbin: documentation improvements. Thanks.Dries Buytaert2007-06-17
|
* - Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship ↵Dries Buytaert2007-05-08
| | | | with sites/default/default.settings.php.
* #131061: Very fast t() for a small set of strings,Gábor Hojtsy2007-05-04
| | | | by Moshe Weitzman, webernet, chx, erdemkose and myself
* - Patch #56357 by John Albin, alienbrain, moshe, etc: fixed more cookie ↵Dries Buytaert2007-04-30
| | | | domain problems.
* - Patch #128866 by Gabor et al: new language subsystem fixes.Dries Buytaert2007-03-28
|
* - More breakage.Dries Buytaert2007-03-26
|
* - More breakage.Dries Buytaert2007-03-26
|
* - Restoring the proper settings.phpDries Buytaert2007-03-26
|
* - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.Dries Buytaert2007-03-26
|
* fixing settings.phpSteven Wittens2007-03-15
|
* - Patch #127753 by ChrisKennedy and GreenMother: regex error with ↵Dries Buytaert2007-03-14
| | | | session.cookie_domain settings.
* - Double arghDries Buytaert2007-03-12
|
* - ArghDries Buytaert2007-03-12
|
* - Patch #126128 by chx and Steven: menu fixes and enhancements. Yay.Dries Buytaert2007-03-12
|
* fix default db_urlSteven Wittens2007-03-02
|
* - Patch #98359 by Robroy and webchick: string clean-up: web site -> websiteDries Buytaert2007-02-27
|
* - Patch #117917 by chx, greg, webchick et al: fix problems with the ↵Dries Buytaert2007-02-11
| | | | automatic domain extraction -- prevents users from logging in.
* #114621: Fix settings.phpSteven Wittens2007-02-07
|
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵Dries Buytaert2007-01-31
| | | | Thanks.
* #108663: Fix edge case for cookie domains (conform to RFC 2109)Steven Wittens2007-01-14
|
* #108663: Fix log-in problems due to cookie domain mismatch (www vs no www)."Steven Wittens2007-01-13
|
* - Patch #105368 by KarenS and Morbus: clarify settings.php permissions.Dries Buytaert2006-12-30
|
* - Removing trailing whitespace.Dries Buytaert2006-12-23
|
* - Patch #101455 by vjordan, greggles and all: clarified instructions in ↵Dries Buytaert2006-12-18
| | | | README.txt
* - Patch #87298 by dww: removed my local settings.php changes. Sorry.Dries Buytaert2006-11-22
|
* - Patch #87298 by webchick, neil, dww et al: show version numbers on modules ↵Dries Buytaert2006-11-21
| | | | page.
* #93750 by chx and sepeck. Make sites/all and provide a little readme.Neil Drumm2006-11-11
|
* - Patch #93536 by Gabor: eliminate remaining bluemarine traces from core code.Dries Buytaert2006-11-08
|
* - Fixing $db_url in settings.phpSteven Wittens2006-08-03
|
* #76209: (Eaton et al)Steven Wittens2006-08-03
| | | | | - Make installer code integrate better with module.inc / system.module - Fix schema version bug when installing core
* Reverting a stray change. I blame the install system which insists I let ↵Neil Drumm2006-07-14
| | | | that file be changed.
* #33772 by dfg, add title to last breadcrumb element.Neil Drumm2006-07-14
|
* #68797 by kobus, code style for the example array.Neil Drumm2006-06-22
|
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* - Patch #59222 by Zen: fixed problem with breadcrumb navigation.Dries Buytaert2006-04-24
|
* #36269: Correct settings.php explanationSteven Wittens2006-04-22
|
* #56634: Resolve issues with varying $base_urlSteven Wittens2006-04-12
| | | | | - Fix locations links in watchdog - Fix repeated subdirectory in page cache CIDs
* - Modified patch #43709 by chx, Eaton et al.: usability improvement: put ↵Dries Buytaert2006-01-08
| | | | some emphasis on the no trailing slash requirement.
* - Patch #38841 by Morbus/Ber: improved documentation about $base_url and ↵Dries Buytaert2005-11-29
| | | | rolled back auto-detection.
* - Patch #25792 by Cvbge: improved installation instructions.Dries Buytaert2005-11-26
|
* - Let Drupal try to resolve the . Makes configuration a tad easier.Dries Buytaert2005-11-25
|
* - Patch #4109: some URLs get ?PHPSESSID added to them.Dries Buytaert2005-10-06
|
* - Patch #10056: allow the node title forms to be customized.Dries Buytaert2005-09-23
|
* - Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database ↵Dries Buytaert2005-09-12
| | | | | | backend for use with PHP5 and MySQL 4.1 and above. NOTE: I don't have MySQL 4.1 setup at the moment so I could _not_ test this patch. Luckily, various people reported that it works.
* - Patch #29385 by chx: removed remaining "?>"s at the end of some files.Dries Buytaert2005-08-28
|
* - Patch #19800 by Daniel: make default $db_url informative and unique.Dries Buytaert2005-04-14
|
* - Remove incorrectDries Buytaert2005-04-11
|
* - Patch #19298 by Jeremy: loose caching!Dries Buytaert2005-04-11
| | | | | | Drupal's existing caching mechanism doesn't perform well on highly dynamic websites in which the cache is flushed frequently. One example is a site that is under attack by a spambot that is posting spam comments every few seconds, causing all cached pages to be flushed every few seconds. Loose caching immediately flushes the cache only for specific users who have modified cached data (whether or not they are logged in), delaying the flushing of data for other users by several minutes. (I rewrote the help text a bit and made minor changes to the code comments.)
* - Patch #19474 by Daniel: extended documentation on database configuration.Dries Buytaert2005-04-08
|
* - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵Dries Buytaert2005-03-31
| | | | comments