- 01 Nov, 2001 1 commit
-
-
Dries authored
- A large batch of updates, amongst them a rewritten node system. More information available on the mailing list.
-
- 23 Oct, 2001 1 commit
-
-
Dries authored
- Added an ini_set(...) to conf.php to solve history/cache browsing issues on some Drupal/PHP installations.
-
- 20 Oct, 2001 1 commit
-
-
Kjartan authored
easier. Also changed the <? tag to <?php in some cases.
-
- 09 Oct, 2001 1 commit
-
-
Dries authored
- PEAR-ification of Drupal by claw: you can now host Drupal on a wide range of databases including MySQL, PostgreSQL, MSSQL, and others. For additional information and an 'how to upgrade', check the mails sent to the mailing list.
-
- 07 Oct, 2001 1 commit
-
-
Dries authored
- added a comment() function to the base theme: you don't have to overload it in your custom themes - moved 'theme_account()' to the base theme as '$theme->user()' so that it can be themed.
-
- 28 Sep, 2001 1 commit
-
-
Dries authored
- removed the themes that are not actively maintained ...
-
- 27 Sep, 2001 1 commit
-
-
Dries authored
- a batch of updates, including some experimental changes to the moderation of comments and nodes.
-
- 16 Sep, 2001 1 commit
-
-
Dries authored
- Added the new user module!
-
- 21 Aug, 2001 1 commit
-
-
Dries authored
- Removed the confusing comment as suggested by Jared.
-
- 07 Jun, 2001 1 commit
-
-
Kjartan authored
-
- 20 May, 2001 1 commit
-
-
Dries authored
- Redid settings.module and even renamed it to conf.module. * Settings are now grouped in basic categories like "system settings", "module settings" and "filters". * Added new settings to make Drupal easier to configure and to make some aspects like the watchdog scale better. - Renamed includes/settings.php to includes/conf.php. - Added filter support to conf.module and introduced filter hooks so modules can implement and export new filters. Example filters are an HTML filter (implemented), a profanity filter, an url converter, ASCII smileys to images filter and so on ... - Reworked the check_* functions: user contributed content/input is only verified and filtered once in its lifespan. NOTES - Altough this is a large commit, no database changes are required.
-
- 16 May, 2001 1 commit
-
-
natrak authored
-
- 15 May, 2001 1 commit
-
-
Dries authored
- Created 2 new functions: + path_uri(): returns the fully-qualified URI of your drupal site. + path_img(): returns the image directory or http://image-server.com/ in case you prefer to load-balance bandwidth usage. Replaced all occurences of the variable "site_url" with path_uri() and removed "site_url" from "setting.module". - Drastically simplified the node_save() API, which should make the node-forms more secure. Updated "story.module", "book.module", "forum.module", "page.module" and "node.module" to reflect this change. This is needs more testing so hit it, beat it, tease it. - Fixed an occasional glitch in the configuration file loading logic. - Made "queue.module" display an informative notice when an anonymous user tries accessing the moderation queue. - Updated the hard-coded information in drupal.module a bit.
-
- 14 May, 2001 2 commits
-
-
Dries authored
- Fixed typo: "$language" should have been "$languages".
-
Dries authored
- Renamed "hostname.conf" to "setting.php" (cfr. "setting.module"). Note that - when upgrading - you have to rename all your existing configuration files to reflect this change: yourdomain.com.conf -> yourdomain.com.php By default, i.e. if no configuration file is found, setting.php will be used instead. Using the ".php"-extension will fix most configuration/security issues with .htaccess-files ... - Removed some dead code from forum.module.
-
- 27 Apr, 2001 1 commit
-
-
natrak authored
- Modified conf_init() to use default.conf if nothing else can be found. - Added some comments to hostname.conf to reflect the changes and provide more information on how to rename the file. TODO - The Drupal handbook should be updated once the CVS version is released. - Should try to remove the remainder of info from hostname.conf and go for a completely web-based administration if possible. - Does having all the settings in a SQL database make Drupal add more overhead than including a .conf file? If nobody knows for sure some tests should be done. If yes, concider having the admin interface generate an include file in addition to saving to the database.
-
- 06 Apr, 2001 1 commit
-
-
Dries authored
A lot of small changes (search-n-replace) make a big commit: - fixed update bug in book.module - provide a log message when both adding and updating book pages - all configurable variables are now accessed through "variable_get()": - rewrote watchdog and submission throttle and removed watchdog.inc - improved robustness of sections.inc - imporved story.module - updated ./database/database.sql
-
- 05 Apr, 2001 1 commit
-
-
Dries authored
- a bunch of various updates
-
- 31 Mar, 2001 1 commit
-
-
Dries authored
- fixed typo in hostname.conf
-
- 28 Mar, 2001 1 commit
-
-
Dries authored
Flushing my backlog (in case Natrak wants to make more changes): - tidied up some of the code - fixed a small problems
-
- 26 Mar, 2001 1 commit
-
-
Dries authored
- small improvements as well as 2 bugfixes
-
- 25 Mar, 2001 2 commits
- 10 Mar, 2001 1 commit
-
-
Dries authored
- applied David Norman's patch to turn all <?'s into fully qualified <?php's.
-
- 04 Mar, 2001 1 commit
-
-
Dries authored
- various smaller updates before I start watching Formula 1 with [a] a 0.5 liter box of Haagen-Dhaz (Belgian Choclate) and [b] my laptop on my lap for drupal hacking. Life hardly can get any better than this.
-
- 01 Mar, 2001 1 commit
-
-
Dries authored
- fixed small translation glitch in format_interval - added a couple of missing t() functions - improved the comments module, fixed the score problem Jeroen reported earlier -> it's slicker but I hope it won't break anything
-
- 22 Feb, 2001 1 commit
-
-
Dries authored
- improved RDF backend class to support more backend formats
-
- 17 Feb, 2001 1 commit
-
-
Dries authored
- More updates on the translation support
-
- 04 Feb, 2001 1 commit
-
-
Dries authored
-
- 26 Jan, 2001 2 commits
- 23 Jan, 2001 1 commit
-
-
Dries authored
- removed redundant options from hostname.conf
-
- 21 Jan, 2001 1 commit
-
-
Dries authored
I know, I know, it is getting nasty lately but I have another large commit after nothing but code. This time I redid the "category"-stuff. Categories - from now on called sections - are now maintained from the admin pages, can have their own post, dump and timout thresholds as discussed earlier (some weeks ago). By tomorrow evening users will be able to enable or disable section as well - i.e. to customize the content of drop.org.
-
- 06 Jan, 2001 1 commit
-
-
Dries authored
A batch of patches: - configuration: + renamed $db_name to $db_user + renamed $db_base to $db_name - fixed small diary glitch - fixed initial-comment-score problem - fixed comment rating bug: improved the API and updated the themes - removed some tabs from Steven ;) - fixed backend warnings and improved robustness I'm not happy yet with the headline grabber - it generates too many SQL errors. - some small cosmetic changes in comment.module - fixed minor glitch in format_interval()
-
- 02 Jan, 2001 1 commit
-
-
Dries authored
- fixed bug in hostname.conf
-
- 01 Jan, 2001 1 commit
-
-
Dries authored
- prepared hostname.conf for public release
-
- 30 Dec, 2000 1 commit
-
-
Dries authored
- Fixed bug in account.php. - Updated the documentation (again): I spent most of the day writing documentation which might well be considered plain boring.
-
- 16 Dec, 2000 2 commits
-
-
Dries authored
- a few more updates
-
Dries authored
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 ...
-
- 10 Dec, 2000 1 commit
-
-
Dries authored
- large batch of updated files featuring various changes: big, small and new stuff!
-