/[drupal]/drupal/.htaccess
ViewVC logotype

Log of /drupal/.htaccess

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Sun Aug 16 12:10:36 2009 UTC (3 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, DRUPAL-7-0-UNSTABLE-9, HEAD
Changes since 1.103: +8 -4 lines
Diff to previous 1.103
- Patch #550488 by c960657: turn of mod_expires for all .php files.

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sun Jun 21 10:48:06 2009 UTC (5 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.102: +2 -2 lines
Diff to previous 1.102
- Patch #497736 by deekayen: code-style.sh is no more so it should not be part of .htaccess.

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Tue Jun 9 05:08:16 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.101: +7 -7 lines
Diff to previous 1.101
- Patch #352180 by Garret Albright, wrwrwr: better multi-site friendly 'www' addition/removal in .htaccess.

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Sat May 16 13:19:12 2009 UTC (6 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.100: +2 -2 lines
Diff to previous 1.100
#328155 by cog.rusty: Allow third-party subdirectories with index.html or index.htm files.

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 09:45:02 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.99: +5 -3 lines
Diff to previous 1.99
- Patch #147310 by c960657 et al: better cache headers for reverse proxies.

Revision 1.81.2.6 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 07:03:29 2009 UTC (9 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-17, DRUPAL-5-18, DRUPAL-5-19, DRUPAL-5-20
Changes since 1.81.2.5: +9 -3 lines
Diff to previous 1.81.2.5 , to branch point 1.81 , to next main 1.104
174940 by gpk: avoid calling up the full Drupal bootstrap for nonexistent favicon.ico. Backport by matt@antinomia.

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 02:49:01 2009 UTC (10 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5, DRUPAL-7-0-UNSTABLE-6
Changes since 1.98: +2 -1 lines
Diff to previous 1.98
#289120 by jastern: Set magic_quotes_sybase = 0 to prevent default php.ini settings from double-quoting JavaScript in Drupal.

Revision 1.81.2.5 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 20:12:26 2008 UTC (11 months, 2 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-13, DRUPAL-5-14, DRUPAL-5-15, DRUPAL-5-16
Changes since 1.81.2.4: +2 -2 lines
Diff to previous 1.81.2.4 , to branch point 1.81
#28776 by Uwe Hermann, Morbus Iff, jvandyk: Protect *.test files and SVN metafiles from being exposed under Drupal

Revision 1.90.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 20:04:08 2008 UTC (11 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.90.2.2: +2 -2 lines
Diff to previous 1.90.2.2 , to branch point 1.90 , to next main 1.104
#28776 by Uwe Hermann, Morbus Iff, jvandyk: Protect *.test files and SVN metafiles from being exposed under Drupal

Revision 1.90.2.2 - (view) (download) (annotate) - [select for diffs]
Fri Nov 28 09:39:33 2008 UTC (11 months, 4 weeks ago) by dries
Branch: DRUPAL-6
Changes since 1.90.2.1: +2 -1 lines
Diff to previous 1.90.2.1 , to branch point 1.90
- Patch #281131 by Damien Tournoud: document the missing quote in .htaccess.

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Fri Nov 28 09:39:13 2008 UTC (11 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.97: +2 -1 lines
Diff to previous 1.97
- Patch #281131 by Damien Tournoud: document the missing quote in .htaccess.

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sat Nov 22 13:46:11 2008 UTC (12 months ago) by dries
Branch: MAIN
Changes since 1.96: +4 -3 lines
Diff to previous 1.96
- 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.

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Mon Sep 15 15:21:44 2008 UTC (14 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1, DRUPAL-7-0-UNSTABLE-2, DRUPAL-7-0-UNSTABLE-3
Changes since 1.95: +5 -5 lines
Diff to previous 1.95
- Patch #217170 by maartenvg, rbiffl: boolean PHP settings are best set with php_flag instead of php_value.

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Sat Aug 30 13:22:14 2008 UTC (14 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.94: +2 -2 lines
Diff to previous 1.94
- Patch #28776 by lilou, Morbus Iff, Uwe Hermann: protect SVN files.

Revision 1.90.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 09:33:14 2008 UTC (16 months, 3 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6
Changes since 1.90: +9 -3 lines
Diff to previous 1.90
#174940 by gpk: avoid calling up the full Drupal bootstrap for nonexistent favicon.ico

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Sat Jul 5 18:37:05 2008 UTC (16 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.93: +2 -2 lines
Diff to previous 1.93
- Patch #275730 by boombatower: protect .test files by .htaccess.

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Sat Jun 28 19:48:21 2008 UTC (17 months ago) by dries
Branch: MAIN
Changes since 1.92: +3 -3 lines
Diff to previous 1.92
- Patch #174940 by gpk: fixed favicon.ico 404s.

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 19:19:44 2008 UTC (17 months ago) by dries
Branch: MAIN
Changes since 1.91: +8 -2 lines
Diff to previous 1.91
- Patch #174940 by gpk: don't generate 404s for favicons. Work around broken browsers ...

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 19:45:47 2008 UTC (21 months ago) by dries
Branch: MAIN
Changes since 1.90: +1 -21 lines
Diff to previous 1.90
- Patch #221364 by thehong: Drupal 7, now with less PHP4.

Revision 1.81.2.4 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 09:01:39 2008 UTC (22 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-10, DRUPAL-5-11, DRUPAL-5-12, DRUPAL-5-7, DRUPAL-5-8, DRUPAL-5-9
Changes since 1.81.2.3: +11 -5 lines
Diff to previous 1.81.2.3 , to branch point 1.81
#118569 by bevan: document how should one set RewriteBase, if under a VirtualDocumentRoot. Backport by Bart Jansens.

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 14:43:23 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-BETA-2, DRUPAL-6-0-BETA-3, DRUPAL-6-0-BETA-4, DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-2
Branch point for: DRUPAL-6
Changes since 1.89: +2 -2 lines
Diff to previous 1.89
- Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes.

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 16:03:17 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88
- Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called.

Revision 1.81.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Sep 21 12:24:22 2007 UTC (2 years, 2 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-3, DRUPAL-5-4, DRUPAL-5-5, DRUPAL-5-6
Changes since 1.81.2.2: +2 -2 lines
Diff to previous 1.81.2.2 , to branch point 1.81
#117151 by profix898 and thePanz: 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)

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Fri Sep 7 12:26:59 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
Changes since 1.87: +13 -5 lines
Diff to previous 1.87
#118569 by bevan: document how should one set RewriteBase, if under a VirtualDocumentRoot

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 12:54:36 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86
#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)

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Wed Jul 4 22:26:41 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85
#151634 by Ralf Stamm: protect .schema files from being read over the web, if .htaccess is parsed and adhered to

Revision 1.81.2.2 - (view) (download) (annotate) - [select for diffs]
Mon May 21 01:34:59 2007 UTC (2 years, 6 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-2
Changes since 1.81.2.1: +12 -9 lines
Diff to previous 1.81.2.1 , to branch point 1.81
 - Patch #109150 by ff1 and webernet: fix rewrite rule.
Backport from HEAD.

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Fri May 18 22:09:45 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.84: +2 -2 lines
Diff to previous 1.84
- Patch #109150 by webernet: typo in documentation.

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Fri May 18 17:44:29 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.83: +12 -9 lines
Diff to previous 1.83
- Patch #109150 by ff1 and webernet: fix rewrite rule.

Revision 1.81.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Apr 8 01:16:48 2007 UTC (2 years, 7 months ago) by drumm
Branch: DRUPAL-5
Changes since 1.81: +10 -1 lines
Diff to previous 1.81
 #87138: Disable mbstring encoding conversion in htaccess
 Backport from HEAD.

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Sat Apr 7 11:05:06 2007 UTC (2 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.82: +10 -1 lines
Diff to previous 1.82
#87138: Disable mbstring encoding conversion in htaccess

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 12:36:51 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.81: +2 -14 lines
Diff to previous 1.81
- Patch #113377 by Gerhard: clean up .htaccess.

Revision 1.73.2.2 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 00:09:37 2007 UTC (2 years, 10 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-10, DRUPAL-4-7-11, DRUPAL-4-7-6, DRUPAL-4-7-7, DRUPAL-4-7-8, DRUPAL-4-7-9
Changes since 1.73.2.1: +7 -2 lines
Diff to previous 1.73.2.1 , to branch point 1.73 , to next main 1.104
#104506, correct usage of mod_expires if available, backport

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 09:27:10 2007 UTC (2 years, 10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0, DRUPAL-5-0-RC-2, DRUPAL-5-1
Branch point for: DRUPAL-5
Changes since 1.80: +7 -2 lines
Diff to previous 1.80
- Patch #104506 by m3vrick: better cache headers for static files.

Revision 1.66.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Jan 4 21:30:32 2007 UTC (2 years, 10 months ago) by killes
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-11
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 , to next main 1.104
#105851, backport, finish hiding CVS/* files in .htaccess

Revision 1.73.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 17:47:24 2007 UTC (2 years, 10 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-5
Changes since 1.73: +2 -2 lines
Diff to previous 1.73
#105851, finish hiding CVS/* files in .htaccess, backport

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 20:54:54 2006 UTC (2 years, 10 months ago) by drumm
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79
#105851 by dww. Complete the list of CVS meta files.

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Thu Dec 28 07:47:19 2006 UTC (2 years, 11 months ago) by drumm
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78
#105300 by Gábor Hojtsy. Avoid serving .po files.

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 06:16:14 2006 UTC (2 years, 11 months ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0-RC-1
Changes since 1.77: +2 -3 lines
Diff to previous 1.77
#93865 by Jax. More correct Order directive.

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Tue Oct 17 08:36:19 2006 UTC (3 years, 1 month ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-1, DRUPAL-5-0-BETA-2
Changes since 1.76: +2 -2 lines
Diff to previous 1.76
#81845 by Ralf Stamm. Add Apache .htaccess restriction for .info files.

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Fri Sep 1 07:25:25 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.75: +3 -3 lines
Diff to previous 1.75
#80861 by m3avrck. Avoid clobbering subdomains in the example code.

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Fri Jul 14 01:03:28 2006 UTC (3 years, 4 months ago) by drumm
Branch: MAIN
Changes since 1.74: +2 -2 lines
Diff to previous 1.74
#73590 by Flanker, protect .profile files from prying eyes

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Mon May 1 08:32:56 2006 UTC (3 years, 6 months ago) by drumm
Branch: MAIN
Changes since 1.73: +13 -10 lines
Diff to previous 1.73
#61082 by Uwe Hermann, Cosmetic fixes in .htaccess

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Fri Apr 14 09:08:26 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0, DRUPAL-4-7-0-RC-3, DRUPAL-4-7-0-RC-4, DRUPAL-4-7-1, DRUPAL-4-7-2, DRUPAL-4-7-3, DRUPAL-4-7-4
Branch point for: DRUPAL-4-7
Changes since 1.72: +2 -2 lines
Diff to previous 1.72
#58647, don't show tpl.php files to people, patch by Morbus Iff

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 08:49:45 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.71: +3 -3 lines
Diff to previous 1.71
#56634, docs improvement, patch by JonBob

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 08:42:47 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.70: +13 -1 lines
Diff to previous 1.70
#56634: Resolve issues with varying $base_url
- Fix locations links in watchdog
- Fix repeated subdirectory in page cache CIDs

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 18:00:27 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-1, DRUPAL-4-7-0-RC-2
Changes since 1.69: +2 -2 lines
Diff to previous 1.69
#54784, protect .install, .*sql files, patch by eafarris.

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 20:42:29 2006 UTC (3 years, 9 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-5, DRUPAL-4-7-0-BETA-6
Changes since 1.68: +13 -4 lines
Diff to previous 1.68
- #47711: Better PHP5 htaccess compatibility

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sat Dec 10 19:26:47 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-3, DRUPAL-4-7-0-BETA-4
Changes since 1.67: +1 -1 lines
Diff to previous 1.67
- Patch #40393 by Richard: corrected permissions of menu/path settings on the content submission form.

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Thu Dec 1 16:02:09 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.66: +3 -3 lines
Diff to previous 1.66
- Patch #29344 by Morbus: .htaccess file needs file protection update

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sun Mar 20 19:15:00 2005 UTC (4 years, 8 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-6-0, DRUPAL-4-6-1, DRUPAL-4-6-10, DRUPAL-4-6-2, DRUPAL-4-6-3, DRUPAL-4-6-4, DRUPAL-4-6-5, DRUPAL-4-6-6, DRUPAL-4-6-7, DRUPAL-4-6-8, DRUPAL-4-6-9
Branch point for: DRUPAL-4-6
Changes since 1.65: +8 -8 lines
Diff to previous 1.65
- Patch #19126 by Uwe: fixed inconsistent whitespace in .htaccess.

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 21:07:49 2005 UTC (4 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.64: +10 -14 lines
Diff to previous 1.64
- 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.

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sat Mar 12 10:42:48 2005 UTC (4 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.63: +31 -31 lines
Diff to previous 1.63
- Patch #18641 by Morbus: .htaccess improvements.  Modified a bit by me.

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Mon Feb 21 04:01:24 2005 UTC (4 years, 9 months ago) by unconed
Branch: MAIN
Changes since 1.62: +7 -1 lines
Diff to previous 1.62
#5900: Fix mod_expire forcing page caching on the client side.

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sun Feb 20 11:24:30 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61
- Set the DirectoryIndex.

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Fri Feb 18 18:44:33 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.60: +3 -6 lines
Diff to previous 1.60
- 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.

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Fri Jan 28 16:30:37 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.59: +3 -3 lines
Diff to previous 1.59
- Oops.

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Fri Jan 28 15:47:03 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.58: +4 -3 lines
Diff to previous 1.58
- Patch #10425 by ccourtne and walkah: added admin screens to maintain forums instead of forcing the user to add a taxonomy.

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sat Oct 9 20:41:49 2004 UTC (5 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-5-0, DRUPAL-4-5-1, DRUPAL-4-5-2, DRUPAL-4-5-3, DRUPAL-4-5-4, DRUPAL-4-5-5, DRUPAL-4-5-6, DRUPAL-4-5-7, DRUPAL-4-5-8
Branch point for: DRUPAL-4-5
Changes since 1.57: +2 -2 lines
Diff to previous 1.57
- Changed FollowSymLinks to +FollowSymLinks.

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Fri Aug 20 07:51:22 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
- Theme system changes.  Please consult http://drupal.org/node/view/9576 for details.

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 18:53:11 2003 UTC (5 years, 11 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-4-0, DRUPAL-4-4-1, DRUPAL-4-4-2, DRUPAL-4-4-3
Branch point for: DRUPAL-4-4
Changes since 1.55: +4 -1 lines
Diff to previous 1.55
- Direct 404s to Drupal.  Suggested by Goba.

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 21:06:33 2003 UTC (5 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.54: +1 -8 lines
Diff to previous 1.54
- 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.

Revision 1.53.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 23:38:23 2003 UTC (5 years, 11 months ago) by dries
Branch: DRUPAL-4-3
CVS Tags: DRUPAL-4-3-2
Changes since 1.53: +5 -3 lines
Diff to previous 1.53 , to next main 1.104
- Added some Apache 2 specific instructions.

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 23:37:54 2003 UTC (5 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.53: +5 -3 lines
Diff to previous 1.53
- Added some Apache 2 specific instructions.

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Thu Sep 18 20:32:23 2003 UTC (6 years, 2 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-3-0, DRUPAL-4-3-1
Branch point for: DRUPAL-4-3
Changes since 1.52: +5 -1 lines
Diff to previous 1.52
- Added a comment about 'RewriteBase'

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Tue Sep 9 18:18:40 2003 UTC (6 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51
- Gerhard's uid 0 patches.  These patches bring various performance
  improvements.  Requires a database update.

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Fri Aug 22 21:51:19 2003 UTC (6 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.50: +2 -1 lines
Diff to previous 1.50
- Set session.gc_maxlifetime to something more sensible than the default
  1440 seconds.

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 04:54:01 2003 UTC (6 years, 5 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-2-0
Branch point for: DRUPAL-4-2
Changes since 1.49: +6 -2 lines
Diff to previous 1.49
- Set some additional options to avoid installation pains.

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Tue Jun 3 18:04:40 2003 UTC (6 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48
- 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?

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue May 13 18:36:31 2003 UTC (6 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.47: +5 -6 lines
Diff to previous 1.47
- 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.

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 12:57:13 2003 UTC (6 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.46: +12 -5 lines
Diff to previous 1.46
- Some .htaccess file fixes/improvements.  Thanks Ax.

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Mar 9 17:04:14 2003 UTC (6 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.45: +8 -2 lines
Diff to previous 1.45
- The .htaccess file will now correct the majority of the external referers
  that still use the old URL scheme!  Thanks Ax and Gerhard for providing a
  better upgrade path.

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Feb 20 08:02:57 2003 UTC (6 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
- Bugfix: made the pager work when clean URLs are enabled.  Patch by Ax.

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Fri Feb 14 19:52:37 2003 UTC (6 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.43: +4 -1 lines
Diff to previous 1.43
- Clean URLs.

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Thu Feb 13 09:18:32 2003 UTC (6 years, 9 months ago) by natrak
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
- fixing a typo in the RewriteRule

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Feb 12 21:37:55 2003 UTC (6 years, 9 months ago) by natrak
Branch: MAIN
Changes since 1.41: +3 -3 lines
Diff to previous 1.41
- Fixed blog.module to accept blog/name URLs as well as blog/id
- Changed the RewriteRule in .htaccess.
- Fixed form_select() matching incorrectly.
- Added missing $Id$ to menu.inc

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Jan 14 19:44:16 2003 UTC (6 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40
- Added 'php_value arg_separator.output  "&amp;"' as suggested by Curtis.

Revision 1.37.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 08:20:14 2002 UTC (6 years, 11 months ago) by dries
Branch: DRUPAL-4-0
CVS Tags: DRUPAL-4-0-0
Changes since 1.37: +5 -3 lines
Diff to previous 1.37 , to next main 1.104
- Made sure session.cache_limiter is set to "none" as suggested by Moshe
  and Ax.

Revision 1.38.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 08:19:56 2002 UTC (6 years, 11 months ago) by dries
Branch: DRUPAL-4-1
CVS Tags: DRUPAL-4-1-0
Changes since 1.38.2.1: +2 -1 lines
Diff to previous 1.38.2.1 , to branch point 1.38 , to next main 1.104
- Made sure session.cache_limiter is set to "none" as suggested by Moshe
  and Ax.

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 08:19:29 2002 UTC (6 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.39: +2 -1 lines
Diff to previous 1.39
- Made sure session.cache_limiter is set to "none" as suggested by Moshe
  and Ax.

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sat Dec 7 21:21:35 2002 UTC (6 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38
- Added "short_open_tag 1" to the PHP settings.

Revision 1.38.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Dec 7 21:21:24 2002 UTC (6 years, 11 months ago) by dries
Branch: DRUPAL-4-1
Changes since 1.38: +2 -1 lines
Diff to previous 1.38
- Added "short_open_tag 1" to the PHP settings.

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Sep 27 16:50:42 2002 UTC (7 years, 2 months ago) by kjartan
Branch: MAIN
Branch point for: DRUPAL-4-1
Changes since 1.37: +3 -3 lines
Diff to previous 1.37
- setting magic_quotes_gpc to 0 (off). IF it causes any problems please report.

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Jun 10 12:10:55 2002 UTC (7 years, 5 months ago) by kjartan
Branch: MAIN
Branch point for: DRUPAL-4-0
Changes since 1.36: +2 -2 lines
Diff to previous 1.36
- changing php_register_globals to register_globals which is the correct setting.

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Thu May 2 19:55:21 2002 UTC (7 years, 6 months ago) by kjartan
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
- small update .htaccess, fixed the blog link.
- some interface changes in block admin page.

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 13:04:47 2002 UTC (7 years, 9 months ago) by kjartan
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34
- applying patches from Axel Kollmorgen. See
  http://list.drupal.org/drupal-devel/2002-February/thread.html#6678
  http://list.drupal.org/drupal-devel/2002-February/thread.html#6629
- removed references to $this->user() from themes.
- removed $BaseTheme->user(). It was deprecated a while back.

NOTE: this update will break custom themes, so make sure you update your
themes before updating!

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 13:00:00 2001 UTC (7 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
- Made the "http://foo.com/blog/username" URL syntax work again.  Patch by
  Foxen.

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Dec 9 14:23:06 2001 UTC (7 years, 11 months ago) by natrak
Branch: MAIN
Changes since 1.32: +3 -1 lines
Diff to previous 1.32
- tweaked some of the php settings.

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 13:18:58 2001 UTC (8 years ago) by natrak
Branch: MAIN
Changes since 1.31: +7 -6 lines
Diff to previous 1.31
- cleaned up .htaccess. Removed some php settings and made the deny
  filters more specific.

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Oct 20 18:57:06 2001 UTC (8 years, 1 month ago) by natrak
Branch: MAIN
Changes since 1.30: +1 -0 lines
Diff to previous 1.30
- added the CVS keyword $Id$ to all files to make future version tracking
  easier. Also changed the <? tag to <?php in some cases.

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 20:36:28 2001 UTC (8 years, 2 months ago) by natrak
Branch: MAIN
Changes since 1.29: +1 -0 lines
Diff to previous 1.29
- set session.save_handler to user. required to use
  session_set_save_handler() in user.module.

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Jul 14 14:28:32 2001 UTC (8 years, 4 months ago) by natrak
Branch: MAIN
CVS Tags: DRUPAL-3-0-0
Branch point for: DRUPAL-3-0
Changes since 1.28: +6 -0 lines
Diff to previous 1.28
- Adding the rewrite rule for blog until a better system can be implemented.

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon May 28 18:53:47 2001 UTC (8 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.27: +0 -5 lines
Diff to previous 1.27
- Renamed syndication.module to import.module.

- Removed headline.module: it became obsolete.

- Removed backend.class: it became obsolete.

- Added export.module.

  For now, you can use:
    1. http://drupal/export.php?headlines.rss
    2. http://drupal/export.php?headlines.rdf

- Renamed export to export.php.

  For now, you can use:
    1. http://drupal/export.php?headlines.rss
    2. http://drupal/export.php?headlines.rdf

  Renaming this file has main 3 advantages:
    1. We no longer rely on .htaccess for being able to export.
    2. It is more conform with the general naming conventions.
    3. It removes a pseudo-hack with formatting the URI.

- Made import.module export blocks with feeds.

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed May 23 13:27:42 2001 UTC (8 years, 6 months ago) by natrak
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
- Fixed regexp bug in <Files>. This used to work on older versions of
  Apache, but seems that the latest versions are not as forgiving.

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Apr 7 15:02:28 2001 UTC (8 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.25: +1 -6 lines
Diff to previous 1.25
- fixed bug in common.inc: throttle()
- streamlined method invocation in node.inc
- added node_status() function to modules
- added NEW (mostly static) page module
- added NEW settings module

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Mar 24 16:58:03 2001 UTC (8 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.24: +0 -1 lines
Diff to previous 1.24
- tidyied up .htaccess a bit

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 22:09:36 2001 UTC (8 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.23: +1 -2 lines
Diff to previous 1.23
- various updates, bugfixes and improvements

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 11:58:14 2000 UTC (8 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
- here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4
- tidied up some of the code and mainly working on the documentation

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 21:59:07 2000 UTC (8 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
- syndication changes

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 21:50:07 2000 UTC (8 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.20: +5 -0 lines
Diff to previous 1.20
- finilized syndication / My Netscape channel stuff:
     http://drop.org/syndication.rdf -> returns RDF backend

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 15:13:34 2000 UTC (8 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
- intermediate commit: some bugfixes, changes and some drastic
  changes to block and module support

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 09:40:35 2000 UTC (8 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
- again, a more rock solid .htaccess - should be OK now

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 09:27:52 2000 UTC (8 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.17: +2 -20 lines
Diff to previous 1.17
- a better .htaccess

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 08:39:00 2000 UTC (8 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.16: +11 -8 lines
Diff to previous 1.16
Again, a large batch of updates - I'm twisting things around here:

 1. improved .htaccess to be more "secure": to keep prying
    eyes out

 2. rewrote the administration section from scratch using a
    modular approach

 3. improved the information gathered by error.php - we can
    now (hopefully) track what bots are crawling us.

 4. fixed a bug in submit.php, fixed a bug in theme zaphod,
    fixed a bug in theme marvin.

 5. rewrote cron from scratch - it now interfaces with
    modules as it should have been from the beginning.
    Very cool if you ask me - it can use UNIX/Linux
    crontabs.

 6. updated widget.inc to be module aware - needs more
    work though - maybe this afternoon?

 7. updated most modules: small bugfixes, improvements, and
    even the documentation

 8. removed diary.php and made it a module - you can now
    run a drop.org site without a diary system if someone
    would prefer so

 9. updated all themes to use the new modules where
    appropriate

 10. added a robots.txt because the error message in the
     watchdog become annoying.

 11. added the new configuration system (mutliple vhosts
     on the same source tree) - use hostname.conf instead
     of config.inc

 12. removed calendar.inc and made it a module

 13. added format_interval() to functions.inc (UnConeD)

 14. whatever I forgot ...

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Nov 25 12:59:16 2000 UTC (9 years ago) by dries
Branch: MAIN
Changes since 1.15: +4 -3 lines
Diff to previous 1.15
- small update

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Oct 25 11:21:39 2000 UTC (9 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.14: +0 -1 lines
Diff to previous 1.14
* fixes the current login problem

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Oct 20 16:06:08 2000 UTC (9 years, 1 month ago) by natrak
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13
Just trying to change some config settings.. hope it will work :)

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Oct 11 07:16:22 2000 UTC (9 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
increased it even more just to make sure .)

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Oct 11 07:13:00 2000 UTC (9 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
increased the cach expire to see if that fixed the logout problem

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Oct 5 13:20:27 2000 UTC (9 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
Just trying a different setting to check whether this fixes the session
timout (cookie expires to fast) problem ... *fingers crosses*

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Oct 2 07:32:17 2000 UTC (9 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
Changelog
---------
- improved the user information page.
- improved the story submission page.
- fixed comments score bug: '.00' --> 'x.00'
- tried fixing the calendar wrapping - UnConeD, is it fixed now?
- provided a link back to the submission queue after having voted
  for a story.
- fixed comment subject bug (and security flaw) by replacing
  quotes by &quot;.
- updated theme 'zaphod': fixed 2 bugs.
- updated theme 'marvin': fixed 1 bug and improved the layout so
  things wrap (hopefully) better in Windows.
- comments have by default no subject pre-set - if no subject is
  provided, the user is warned and when a comment eventually got
  submitted without a subject, a subject is composed using the x
  first characters of the comment's body.
- improved comments on submit.php
- corrected a typo in the FAQ.

UnConeD
-------
- replace 'article.php' by 'discussion.php'
- comment() still uses old references to account.php: the
  parameters you supply to account.php does no longer hold.
  You have to update those links to the new syntax.
- commentcontrol() is outdated - copy paste the one of
  theme 'marvin' and adjust it to your likings.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 26 07:34:33 2000 UTC (9 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.8: +5 -6 lines
Diff to previous 1.8
I just commit everything what was queued in my backlog:

- Added a basic implementation of comment moderation
- Updated and renamed my 2 themes: I removed redundant boxes and tried to
  work towards simplicity.
- Disabled the other themes as they are broken (I gave you sufficent time
  to update them).
- Removed redundant files.
- Added security checks with regard to the usage of HTML tags.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 07:45:22 2000 UTC (9 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.7: +3 -0 lines
Diff to previous 1.7
Over the last 2 days I redid and reorganized an afwul lot of code and
made quite a lot of additions.   The most remarkable addition is the
diary server, which I slapped together in less then 40 minutes.   Most
of the other changes are however `unvisible' for the user but add much
value to a better maintainability from a developer's objective.  Like
always, I fixed quite a number of small bugs that creeped into the code
so we should have a bigger, better and more stable drop.org.

Unfortunatly, some theme update _are_ required:


REQUIRED THEME UPDATES:
=======================

* use format_username() where usernames are used
* use format_date() where timestamps/dates are used
* use format_email() where e-mail addresses are displayed
* use format_url() where url are displayed
* replace 'formatTimestamp' with format_date
* replace 'morelink_*' with 'display_morelink'

[most of these functions are in function.inc or template.inc]

___PLEASE___ (<- this should get your attention ;) update your themes
as soon as possible - it only takes 30 min. to get in sync with the
other themes.  Don't start whining about the fact you don't know what
to change ... either eat the source cookie, or ask me to elaborate on
a few changes.  Just let me know what's puzzling you and I'll try to
help you out!


TODO LIST FOR NEXT WEEK
=======================
* Add checks for max. text length in textarea's?  Is there an HMTL
  attribute for this or ...?
* Comment moderation + mojo
* Edit/admin user accounts: block, delete, change permissions, ...
* E-mail password, change password, change e-mail address -> extra
  checks and routines to validate such `special' changes.
* Input checking - input filter: bad words, html tags, ...

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jun 22 09:14:16 2000 UTC (9 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.6: +11 -5 lines
Diff to previous 1.6
* Added extra PHP variables to .htaccess as discussed earlier this week.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 5 16:10:47 2000 UTC (9 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.5: +6 -0 lines
Diff to previous 1.5
* Enhancement: protect the themes/-directory (and subdirectory) from
  prying eyes.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jun 3 09:20:45 2000 UTC (9 years, 5 months ago) by natrak
Branch: MAIN
Changes since 1.4: +5 -0 lines
Diff to previous 1.4
Changing the httpd conf so the sessions are stored longer and use DROPID as the cookie name :)

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jun 1 13:33:19 2000 UTC (9 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.3: +6 -0 lines
Diff to previous 1.3
* The CVS directories (automatically created by the CVS repository) can no
  longer be accessed from the web.  Let's keep lurking eyes out. ;)
* I'm still idling (except for these kind of tidbits) until Natrak commited
  the new user system.  *evil grin*

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon May 29 09:46:35 2000 UTC (9 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
sorry - small typoe

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon May 29 09:46:03 2000 UTC (9 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.1: +11 -3 lines
Diff to previous 1.1
Fixed a security flaw:

.inc files can be read from the web including `config.inc' which contains
the account information (login, password) to the MySQL database.  Apache
has now been setup to deny access to all *.inc files from the web.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun May 28 09:23:56 2000 UTC (9 years, 6 months ago) by dries
Branch: MAIN
* Added the foundations to create customized error pages.
  http://beta.drop.org/foobar.php
  (The customized error pages need to be beautified.)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2