- 01 Nov, 2003 1 commit
-
-
Kjartan authored
-
- 31 Oct, 2003 1 commit
-
-
Dries authored
- Improvement: made it possible to disable the comment controls and reworded some of the configuration settings. - Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan.
-
- 26 Sep, 2003 1 commit
-
-
Dries authored
-
- 16 Sep, 2003 1 commit
-
-
Dries authored
- Updated the CHANGELOG: added a line about the book module changes, fixed some typos.
-
- 11 Sep, 2003 1 commit
-
-
Dries authored
-
- 21 Aug, 2003 1 commit
-
-
Dries authored
- Applied Moshe's tablesort patch! Note that I changed the arrow images because those of Moshe where not identical.
-
- 20 Aug, 2003 1 commit
-
-
Dries authored
- Committed Jeremy's session patch: this brings us one step closer to having session for anonymous users.
-
- 12 Aug, 2003 1 commit
-
-
Dries authored
-
- 06 Aug, 2003 1 commit
-
-
Dries authored
- Setting the date of the 4.2.0 release.
-
- 02 Aug, 2003 1 commit
-
-
Dries authored
- Added more filters and support for "mass-operations" to the node overview page in the admin section. Comments?
-
- 16 Jul, 2003 1 commit
-
-
Dries authored
- Commited the URL aliasing patch. Thanks Matt. This update requires you to run update.php!
-
- 12 Jul, 2003 1 commit
-
-
Dries authored
- Performance improvement: changed a fair amount of "left joins" to "inner joins". Patch by Gerhard.
-
- 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.
-