- 10 Jul, 2003 1 commit
-
-
Dries authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 15 Jun, 2003 1 commit
-
- 13 May, 2003 1 commit
-
-
Dries authored
- 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.
-
- 21 Apr, 2003 1 commit
-
-
Dries authored
- Update Xtemplate theme to support the onload attribute (was not included in Gordon's patch). - Updated CHANGELOG.
-
- 29 Mar, 2003 1 commit
-
-
Dries authored
- Some updates/additions.
-
- 16 Mar, 2003 1 commit
-
-
Dries authored
- All LIMIT queries must go through the pager or through db_query_range(). The syntax for db_query_range() was enhanced so it matches db_query(). So you may pass extra arguments of the SQL statement which are checked via check_query() and then substituted into the SQL statement. After these optional arguments, you always pass $from and $count parameters which define your range. Most often, the $from is 0 and the count is the max number of records you want returned. Patch by Moshe. - The pager_query() function for PEAR was enhanced so that it adds proper GROUP BY statement counting the number of records to be paged. Patch by James Arthur. - MSSQL database scheme by Moshe.
-
- 09 Mar, 2003 1 commit
-
-
Kjartan authored
-
- 11 Feb, 2003 1 commit
-
- 01 Feb, 2003 1 commit
-
-
Dries authored
-
- 01 Jan, 2003 1 commit
-
-
Dries authored
- Fixed bug that prevented results containing multiple occurences of the search word(s). Patch by Ax.
-
- 24 Dec, 2002 1 commit
-
-
Dries authored
- Refactored the administration pages.
-
- 10 Dec, 2002 1 commit
-
-
Dries authored
o Permission improvements: + Removed the "post content" permission and replaced it by more fine-grained permissions such as "maintain static pages", "maintain personal blog", "maintain stories", etc. o Usability improvements to teasers: + Teaser forms are no more. Teasers are extracted automatically but can also be instructed using a delimiter "---". Furthermore, when a post it too short for a teaser, the user won't be bother with teaser stuff anymore. + Added an option to set the teaser length, or to disable teasers all together. + When previewing a post, both the short (if any) and the full version of a post are shown. This addresses a common complaint; for example, when writing a book page there was no way you could preview the short version of your post. + Forum posts can be teasered now. This is particularly helpful in the context of drupal.org where we promote forum topics. o Bugfix: replaced all PHP short tags (<?) with long tags (<?php). o Bugfix: removed hard-coded dependence on comment module. o Bugfix: when the queue module was disabled, it was not possible to approve updated book pages. o Bugfix: applied modified version of Marco's node_teaser() fix.
-
- 16 Nov, 2002 1 commit
-
-
Dries authored
- Started updating the CHANGELOG.
-
- 15 Jun, 2002 1 commit
-
-
Kjartan authored
-
- 09 Jun, 2002 1 commit
-
-
Dries authored
- Mentioned the various documentation updates.
-
- 01 Jun, 2002 1 commit
-
-
Kjartan authored
- fixed comment flat list view missing 1 comment. - changed update.php around a bit. * security check isn't in effect if the db hasn't been updated. * instructions re-organized. * fixed some minor updates. - updated database.mysql done by UnConeD. - changelog update.
-
- 20 May, 2002 1 commit
-
-
Dries authored
diff -r1.46 CHANGELOG 5c5 < - added weblogs.module. --- > - added weblogs.module. 36a37 > - improved comment module to mark new comments. 37a39 > - added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree. 40c42 < * added proper indexing. --- > * added indexing. 44c46 < * added support for session ids in URLs instead of cookies. --- > * added support for session IDs in URLs instead of cookies. 48c5 < * added url abstraction for links. --- > * added URL abstraction for links.
-
- 17 May, 2002 1 commit
-
-
Steven Wittens authored
-
- 16 May, 2002 1 commit
-
-
Kjartan authored
-
- 23 Oct, 2001 1 commit
-
-
Dries authored
- Updated the CHANGELOG; added a few notes about Drupal 3.0.1
-
- 20 Oct, 2001 1 commit
-
-
Kjartan authored
-
- 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.
-
- 02 Oct, 2001 1 commit
-
-
Dries authored
- updated the CHANGELOG
-
- 24 Sep, 2001 1 commit
-
-
Dries authored
- Fixed translation bugs (reported by Alexander Schwartz)
-
- 23 Sep, 2001 1 commit
-
-
Dries authored
- updated the CHANGELOG (on a sunny sunday morning)
-
- 16 Sep, 2001 2 commits
- 09 Sep, 2001 1 commit
-
-
Dries authored
- Updated CHANGELOG at a best effort basis. If someone would like to go over it to check for typos, missing information or confusing entries - don't hesitate to do so.
-
- 07 Jul, 2001 1 commit
-
-
Dries authored
- Updated CHANGELOG
-
- 30 Jun, 2001 1 commit
-
-
Dries authored
- Updated CHANGELOG a bit.
-
- 24 Jun, 2001 1 commit
-
-
Dries authored
- Updated CHANGELOG
-
- 15 Jun, 2001 2 commits
-
-
Dries authored
- Small visual update to watchdog.module. - Updated CHANGELOG
-
Dries authored
- Added meta.module, an improved index.module that allows you to associate different collections - think "combobox" here - with different content types, all hardcoded references to "section" have been removed and the admin-friendliness of the meta admin section has been slightly improved. I'll keep working on it during the weekend - if time allows me to. Moreover, I'll focus on the usability/user-friendlines of the meta admin section as well as graceful input-checking, and error-handling. Requires an SQL update, see updates/2.00-to-x.xx.sql! Index.module will be removed, or meta.module will be renamed as soon we can ditch one of them. For now, having both coexist is not going to harm your setup and is useful to make a comparison and / or to migrate from index.module to meta.module. Index.module is de-coupled form the rest of the system so you will have to use meta.module after having upgraded. You have been warned. - Updated CHANGELOG.
-
- 06 Jun, 2001 1 commit
-
-
Dries authored
- Updated CHANGELOG
-
- 28 May, 2001 1 commit
-
-
Dries authored
- 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.
-
- 24 May, 2001 1 commit
-
-
Dries authored
- Fixed small glitch in check_preview(). - Updated CHANGELOG.
-
- 19 May, 2001 1 commit
-
-
Dries authored
CHANGES: - Rewrote the cron system. Removed cron.module and moved all cron related options to settings.module. Cron was a confusing thing: it has been made simpler both in terms of code and configuration. + You had to rehash your modules to make the cron show up in the list. This is no longer required. + You couldn't tell what cron "watchdog" or cron "story" were up to. Instead, we now display a clear description message for every cron involved. + The user interface of setting.module - and the admin section in general, looks a bit ackward but I couldn't care less and don't want to see this improve at the time being. - Improved setting.module: + Now uses variable_set(). + Added some help and documentaition on how to setup cron. - Improved ./export. - Updated CHANGELOG. TODO: - I'm now going to look into UnConeD's question with regard to check_output() and $theme->node(), as well as the filter and macro stuff. I'll probably be fine-tuning setting.module a bit more on my way.
-
- 13 May, 2001 3 commits