summaryrefslogtreecommitdiff
path: root/.htaccess
Commit message (Collapse)AuthorAge
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* - Patch #144634 by chx: fixed critical bug that prevented language ↵Dries Buytaert2007-10-02
| | | | negotiation to work after/when drupal_goto() is called.
* #118569 by bevan: document how should one set RewriteBase, if under a ↵Gábor Hojtsy2007-09-07
| | | | VirtualDocumentRoot
* #117151 by profix898: the second part of our FilesMatch list contained ↵Gábor Hojtsy2007-08-16
| | | | complete file names which should be protected (eg. Tag), but should not match parts of the file names (eg. Tagging.txt)
* #151634 by Ralf Stamm: protect .schema files from being read over the web, ↵Gábor Hojtsy2007-07-04
| | | | if .htaccess is parsed and adhered to
* - Patch #109150 by webernet: typo in documentation.Dries Buytaert2007-05-18
|
* - Patch #109150 by ff1 and webernet: fix rewrite rule.Dries Buytaert2007-05-18
|
* #87138: Disable mbstring encoding conversion in htaccessSteven Wittens2007-04-07
|
* - Patch #113377 by Gerhard: clean up .htaccess.Dries Buytaert2007-01-29
|
* - Patch #104506 by m3vrick: better cache headers for static files.Dries Buytaert2007-01-09
|
* #105851 by dww. Complete the list of CVS meta files.Neil Drumm2006-12-30
|
* #105300 by Gábor Hojtsy. Avoid serving .po files.Neil Drumm2006-12-28
|
* #93865 by Jax. More correct Order directive.Neil Drumm2006-11-29
|
* #81845 by Ralf Stamm. Add Apache .htaccess restriction for .info files.Neil Drumm2006-10-17
|
* #80861 by m3avrck. Avoid clobbering subdomains in the example code.Neil Drumm2006-09-01
|
* #73590 by Flanker, protect .profile files from prying eyesNeil Drumm2006-07-14
|
* #61082 by Uwe Hermann, Cosmetic fixes in .htaccessNeil Drumm2006-05-01
|
* #58647, don't show tpl.php files to people, patch by Morbus IffGerhard Killesreiter2006-04-14
|
* #56634, docs improvement, patch by JonBobGerhard Killesreiter2006-04-13
|
* #56634: Resolve issues with varying $base_urlSteven Wittens2006-04-12
| | | | | - Fix locations links in watchdog - Fix repeated subdirectory in page cache CIDs
* #54784, protect .install, .*sql files, patch by eafarris.Gerhard Killesreiter2006-03-24
|
* - #47711: Better PHP5 htaccess compatibilitySteven Wittens2006-02-08
|
* - Patch #29344 by Morbus: .htaccess file needs file protection updateDries Buytaert2005-12-01
|
* - Patch #19126 by Uwe: fixed inconsistent whitespace in .htaccess.Dries Buytaert2005-03-20
|
* - More improvements by Morbus, Goba, TDobes et al:Dries Buytaert2005-03-15
| | | | | | | | | | | | | | | | | | | | | | | Per TDobes' comments: * INSTALL.txt corrected to use 4.3.3, not 4.33. * .htaccess: removed allow_call_time_pass_reference. two confirmations that a) the setting was wrong in the first place, b) there were no adverse affects for the incorrect setting, c) the PHP docs say it is deprecated. * .htaccess: removed short_open_tag. Running grep -r "<? " * across the entire directory tree of both core and contributions only brought up contributions and no core. I agree that the fuller form is better. The following contributions will need to be updated: modules/edit_template/edit_template.module, sandbox/garym/themes/marvin_2k/templates/page.tpl.php, sandbox/killes/compare.php, sandbox/paolino/import/click.php, themes/spreadfirefox/block.tpl.php. For error's sake, I also did a manual verification for "<?" (no space) across core and came up against nothing in addition to the above contribs. Per Goba's comments: * .htaccess: Moved session.auto_start back. * sites/default/settings.php: Removed track_vars. Per mailing list comments: * INSTALL.txt: Added text about the files/ directory, creating it, and permissions. * INSTALL.txt: Added an example of why Drupal requires cron (the search.module) in an attempt to justify why a crontab is a good, nay, required step. And my own further analities: * .htaccess: cleaned up some whitespace valleys (i hate 'em, hate 'em!) and fixed a few stray colons. * settings.php: minor whitespace error.
* - Patch #18641 by Morbus: .htaccess improvements. Modified a bit by me.Dries Buytaert2005-03-12
|
* #5900: Fix mod_expire forcing page caching on the client side.Steven Wittens2005-02-21
|
* - Set the DirectoryIndex.Dries Buytaert2005-02-20
|
* - 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.
* - Oops.Dries Buytaert2005-01-28
|
* - Patch #10425 by ccourtne and walkah: added admin screens to maintain ↵Dries Buytaert2005-01-28
| | | | forums instead of forcing the user to add a taxonomy.
* - Changed FollowSymLinks to +FollowSymLinks.Dries Buytaert2004-10-09
|
* - Theme system changes. Please consult http://drupal.org/node/view/9576 for ↵Dries Buytaert2004-08-20
| | | | details.
* - Direct 404s to Drupal. Suggested by Goba.Dries Buytaert2003-12-18
|
* - Reworked 404 (page not found) handling. Patch by walkah. You can specify aDries Buytaert2003-12-16
| | | | | custom 404 page in the administration page. As a result, error.php could be removed.
* - Added some Apache 2 specific instructions.Dries Buytaert2003-12-15
|
* - Added a comment about 'RewriteBase'Dries Buytaert2003-09-18
|
* - Gerhard's uid 0 patches. These patches bring various performanceDries Buytaert2003-09-09
| | | | improvements. Requires a database update.
* - Set session.gc_maxlifetime to something more sensible than the defaultDries Buytaert2003-08-22
| | | | 1440 seconds.
* - Set some additional options to avoid installation pains.Dries Buytaert2003-06-26
|
* - Bugfix: made request_uri() rewrite ( and ) with their entity equivalentsDries Buytaert2003-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to avoid XSS attacks! Patch by Al, Moshe, Marco, Kjartan and me. - Bugfix: the admin module does now import drupal.css prior to admin.css. Patch by me. - Bugfix: the admin module was still emitting a <base href=""> tag. I removed this as it is been taken care of by theme_head(); Patch by me. - Bugfix: made the tracker module's pager only consider published pages. Patch by Moshe. - Bugfix: cured some typos in the comment module's help function. Patch by Marco. - Bugfix: fixed a typo in the pager_display() that caused optional attributes to be discarded. - Bugfix: made the Xtemplate emit empty boxes like any other theme does. Patch by Al. - Bugfix: fixed broken link on the statistics module's log page. Reported by Kjartan. - CSS improvements: made the HTML output emitted by the tracker module look nicer. Patch by Moshe and Al. - CSS improvements: added CSS classes for form elements. Patch by Al. - CSS improvements: added a vertical gap between the last form item and the submit button. Patch by Al. Note that Opera 6 is not picking up this CSS but apparently others browsers such as Konqueror do. - Xtemplate improvements: changed the color of the selected day in the archive module's calendar. Patch by Al. - Usability improvements: made the "birthday" field of the profile module look nicer. Patch by Al. ------ - TODO: it might be a good idea to emit the following meta tag in the theme_head() function: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> Currently, some themes (and modules!) emit this while others don't. This would also make it possible to change the charset site-wide. - TODO: now we added support for td.dark and td.light to drupal.css, maybe it can be removed from admin.css as well as xtemplate.css?
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
| | | | | | | | | | | | | - Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski. - Removed dependency on "register_globals = on"! Patches by Michael Frankowski. Notes: + Updated the patches to use $foo["bar"] instead of $foo['bar']. + Updated the INSTALL and CHANGELOG files as well. - Tiny improvement to the "./scripts/code-clean.sh" script.
* - Some .htaccess file fixes/improvements. Thanks Ax.Dries Buytaert2003-03-11
|
* - The .htaccess file will now correct the majority of the external referersDries Buytaert2003-03-09
| | | | | that still use the old URL scheme! Thanks Ax and Gerhard for providing a better upgrade path.
* - Bugfix: made the pager work when clean URLs are enabled. Patch by Ax.Dries Buytaert2003-02-20
|
* - Clean URLs.Dries Buytaert2003-02-14
|
* - fixing a typo in the RewriteRulenatrak2003-02-13
|
* - Fixed blog.module to accept blog/name URLs as well as blog/idnatrak2003-02-12
| | | | | | - Changed the RewriteRule in .htaccess. - Fixed form_select() matching incorrectly. - Added missing $Id$ to menu.inc
* - Added 'php_value arg_separator.output "&amp;"' as suggested by Curtis.Dries Buytaert2003-01-14
|
* - Made sure session.cache_limiter is set to "none" as suggested by MosheDries Buytaert2002-12-08
| | | | and Ax.