Commit Graph

97 Commits (ee700371aca60269b9c752d1e143cae64d18a745)

Author SHA1 Message Date
Dries Buytaert 9b391c2e6e - Patch #281131 by Damien Tournoud: document the missing quote in .htaccess. 2008-11-28 09:39:13 +00:00
Dries Buytaert 6608f70cff - Patch #308834 by c960657: move setting of magic_quotes_runtime out of settings.php because (i) we don't want a user to change it and (ii) it gets executed a bit earlier in the Drupal bootstrap. 2008-11-22 13:46:11 +00:00
Dries Buytaert 4ebaf8b659 - Patch #217170 by maartenvg, rbiffl: boolean PHP settings are best set with php_flag instead of php_value. 2008-09-15 15:21:44 +00:00
Dries Buytaert 490afc1ed2 - Patch #28776 by lilou, Morbus Iff, Uwe Hermann: protect SVN files. 2008-08-30 13:22:14 +00:00
Dries Buytaert f5645d67e7 - Patch #275730 by boombatower: protect .test files by .htaccess. 2008-07-05 18:37:05 +00:00
Dries Buytaert 6fca076ead - Patch #174940 by gpk: fixed favicon.ico 404s. 2008-06-28 19:48:21 +00:00
Dries Buytaert 34fd475f24 - Patch #174940 by gpk: don't generate 404s for favicons. Work around broken browsers ... 2008-06-26 19:19:44 +00:00
Dries Buytaert ffdbe06e3a - Patch #221364 by thehong: Drupal 7, now with less PHP4. 2008-02-21 19:45:47 +00:00
Dries Buytaert 39706e3c51 - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes. 2007-10-05 14:43:26 +00:00
Dries Buytaert c389c90529 - Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called. 2007-10-02 16:03:17 +00:00
Gábor Hojtsy a6674e225b #118569 by bevan: document how should one set RewriteBase, if under a VirtualDocumentRoot 2007-09-07 12:26:59 +00:00
Gábor Hojtsy 5658de996c #117151 by profix898: the second part of our FilesMatch list contained complete file names which should be protected (eg. Tag), but should not match parts of the file names (eg. Tagging.txt) 2007-08-16 12:54:36 +00:00
Gábor Hojtsy 8a65b86d1c #151634 by Ralf Stamm: protect .schema files from being read over the web, if .htaccess is parsed and adhered to 2007-07-04 22:26:41 +00:00
Dries Buytaert 0b42d1dcdf - Patch #109150 by webernet: typo in documentation. 2007-05-18 22:09:45 +00:00
Dries Buytaert cc62bb2644 - Patch #109150 by ff1 and webernet: fix rewrite rule. 2007-05-18 17:44:29 +00:00
Steven Wittens 6f94dc3c2f #87138: Disable mbstring encoding conversion in htaccess 2007-04-07 11:05:06 +00:00
Dries Buytaert 0cc399504b - Patch #113377 by Gerhard: clean up .htaccess. 2007-01-29 12:36:51 +00:00
Dries Buytaert 50535ab339 - Patch #104506 by m3vrick: better cache headers for static files. 2007-01-09 09:27:10 +00:00
Neil Drumm 3944fe38ec #105851 by dww. Complete the list of CVS meta files. 2006-12-30 20:54:54 +00:00
Neil Drumm 2d6f76ce7c #105300 by Gábor Hojtsy. Avoid serving .po files. 2006-12-28 07:47:19 +00:00
Neil Drumm 94fbfe8b3c #93865 by Jax. More correct Order directive. 2006-11-29 06:16:14 +00:00
Neil Drumm cc61cd3028 #81845 by Ralf Stamm. Add Apache .htaccess restriction for .info files. 2006-10-17 08:36:19 +00:00
Neil Drumm 17bffb056c #80861 by m3avrck. Avoid clobbering subdomains in the example code. 2006-09-01 07:25:25 +00:00
Neil Drumm abba0a4c2d #73590 by Flanker, protect .profile files from prying eyes 2006-07-14 01:03:28 +00:00
Neil Drumm 1b1ceb6edc #61082 by Uwe Hermann, Cosmetic fixes in .htaccess 2006-05-01 08:32:56 +00:00
Gerhard Killesreiter 52379be172 #58647, don't show tpl.php files to people, patch by Morbus Iff 2006-04-14 09:08:26 +00:00
Gerhard Killesreiter dec8354485 #56634, docs improvement, patch by JonBob 2006-04-13 08:49:45 +00:00
Steven Wittens 69726b0d7b #56634: Resolve issues with varying $base_url
- Fix locations links in watchdog
- Fix repeated subdirectory in page cache CIDs
2006-04-12 08:42:47 +00:00
Gerhard Killesreiter f830e05a45 #54784, protect .install, .*sql files, patch by eafarris. 2006-03-24 18:00:27 +00:00
Steven Wittens b4933bcd30 - #47711: Better PHP5 htaccess compatibility 2006-02-08 20:42:29 +00:00
Dries Buytaert 316e35784a - Patch #29344 by Morbus: .htaccess file needs file protection update 2005-12-01 16:02:09 +00:00
Dries Buytaert 28cc8eabdb - Patch #19126 by Uwe: fixed inconsistent whitespace in .htaccess. 2005-03-20 19:15:00 +00:00
Dries Buytaert 2919df0e08 - More improvements by Morbus, Goba, TDobes et al:
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.
2005-03-15 21:07:49 +00:00
Dries Buytaert 2eec4e806f - Patch #18641 by Morbus: .htaccess improvements. Modified a bit by me. 2005-03-12 10:42:48 +00:00
Steven Wittens 59e86f61b7 #5900: Fix mod_expire forcing page caching on the client side. 2005-02-21 04:01:24 +00:00
Dries Buytaert c7a200d403 - Set the DirectoryIndex. 2005-02-20 11:24:30 +00:00
Dries Buytaert 4f79fafb3c - Patch #17303 by tangent: moved the session settings into /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. 2005-02-18 18:44:33 +00:00
Dries Buytaert 144dab22c7 - Oops. 2005-01-28 16:30:37 +00:00
Dries Buytaert 92320b2b21 - Patch #10425 by ccourtne and walkah: added admin screens to maintain forums instead of forcing the user to add a taxonomy. 2005-01-28 15:47:03 +00:00
Dries Buytaert 63c2d32900 - Changed FollowSymLinks to +FollowSymLinks. 2004-10-09 20:41:49 +00:00
Dries Buytaert 6ea5c56ded - Theme system changes. Please consult http://drupal.org/node/view/9576 for details. 2004-08-20 07:51:27 +00:00
Dries Buytaert 033b2e2c0d - Direct 404s to Drupal. Suggested by Goba. 2003-12-18 18:53:11 +00:00
Dries Buytaert 670a292277 - Reworked 404 (page not found) handling. Patch by walkah. You can specify a
custom 404 page in the administration page.  As a result, error.php could be
  removed.
2003-12-16 21:06:34 +00:00
Dries Buytaert ce5d3a06e4 - Added some Apache 2 specific instructions. 2003-12-15 23:37:54 +00:00
Dries Buytaert e4695fd5ed - Added a comment about 'RewriteBase' 2003-09-18 20:32:23 +00:00
Dries Buytaert 8e657f64ef - Gerhard's uid 0 patches. These patches bring various performance
improvements.  Requires a database update.
2003-09-09 18:18:43 +00:00
Dries Buytaert 60ce4e054e - Set session.gc_maxlifetime to something more sensible than the default
1440 seconds.
2003-08-22 21:51:19 +00:00
Dries Buytaert 594aff05f1 - Set some additional options to avoid installation pains. 2003-06-26 04:54:01 +00:00
Dries Buytaert 05288ac48a - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents
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?
2003-06-03 18:04:47 +00:00
Dries Buytaert c2d2fb7309 - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.
- 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.
2003-05-13 18:36:38 +00:00