summaryrefslogtreecommitdiff
path: root/.htaccess
Commit message (Collapse)AuthorAge
* - 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.
* - Added "short_open_tag 1" to the PHP settings.Dries Buytaert2002-12-07
|
* - setting magic_quotes_gpc to 0 (off). IF it causes any problems please report.Kjartan Mannes2002-09-27
|
* - changing php_register_globals to register_globals which is the correct ↵Kjartan Mannes2002-06-10
| | | | setting.
* - small update .htaccess, fixed the blog link.Kjartan Mannes2002-05-02
| | | | - some interface changes in block admin page.
* - applying patches from Axel Kollmorgen. SeeKjartan Mannes2002-02-17
| | | | | | | | | | 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!
* - Made the "http://foo.com/blog/username" URL syntax work again. Patch byDries Buytaert2001-12-30
| | | | Foxen.
* - tweaked some of the php settings.natrak2001-12-09
|
* - cleaned up .htaccess. Removed some php settings and made the denynatrak2001-11-24
| | | | filters more specific.
* - added the CVS keyword $Id$ to all files to make future version trackingnatrak2001-10-20
| | | | easier. Also changed the <? tag to <?php in some cases.
* - set session.save_handler to user. required to usenatrak2001-09-18
| | | | session_set_save_handler() in user.module.
* - Adding the rewrite rule for blog until a better system can be implemented.natrak2001-07-14
|
* - Renamed syndication.module to import.module.Dries Buytaert2001-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* - Fixed regexp bug in <Files>. This used to work on older versions ofnatrak2001-05-23
| | | | Apache, but seems that the latest versions are not as forgiving.
* - fixed bug in common.inc: throttle()Dries Buytaert2001-04-07
| | | | | | | - streamlined method invocation in node.inc - added node_status() function to modules - added NEW (mostly static) page module - added NEW settings module
* - tidyied up .htaccess a bitDries Buytaert2001-03-24
|
* - various updates, bugfixes and improvementsDries Buytaert2001-02-04
|
* - here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4Dries Buytaert2000-12-30
| | | | - tidied up some of the code and mainly working on the documentation
* - syndication changesDries Buytaert2000-12-25
|
* - finilized syndication / My Netscape channel stuff:Dries Buytaert2000-12-25
| | | | http://drop.org/syndication.rdf -> returns RDF backend
* - intermediate commit: some bugfixes, changes and some drasticDries Buytaert2000-12-23
| | | | changes to block and module support
* - again, a more rock solid .htaccess - should be OK nowDries Buytaert2000-12-16
|
* - a better .htaccessDries Buytaert2000-12-16
|
* Again, a large batch of updates - I'm twisting things around here:Dries Buytaert2000-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ...
* - small updateDries Buytaert2000-11-25
|
* * fixes the current login problemDries Buytaert2000-10-25
|
* Just trying to change some config settings.. hope it will work :)natrak2000-10-20
|
* increased it even more just to make sure .)Dries Buytaert2000-10-11
|
* increased the cach expire to see if that fixed the logout problemDries Buytaert2000-10-11
|
* Just trying a different setting to check whether this fixes the sessionDries Buytaert2000-10-05
| | | | timout (cookie expires to fast) problem ... *fingers crosses*
* ChangelogDries Buytaert2000-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --------- - 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.
* I just commit everything what was queued in my backlog:Dries Buytaert2000-09-26
| | | | | | | | | | - 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.