- 03 Mar, 2003 1 commit
-
-
Dries authored
- Fix by Michael; see mailing list archives. Better now?
-
- 02 Mar, 2003 4 commits
-
-
Dries authored
- Various system module improvements. Patch by Al.
-
Dries authored
- Fixed the "adminster" link at the bottom of every node's display. Patch by Al.
-
Dries authored
- This commit fixes URLs, and makes the "edit book outline" link at the bottom of an "/admin/node/edit/n" page work properly. Patch by Al.
-
Dries authored
- Grammar fix. Patch by Al.
-
- 27 Feb, 2003 7 commits
-
-
Dries authored
- More improvements.
-
Dries authored
- Some fixes and improvements to the taxonomy module. Patch by Al.
-
Dries authored
- Bugfix: transparent session ID handling wasn't working properly with drupal_goto(). Patch by Al.
-
Dries authored
- Bugfix: there was an errant </a> tag with no opening tag. Patch by Al.
-
Dries authored
- Patch by Ax: "The $block->path setting, which <cite>lets you define regular expressions to specify on which pages you want the specific blocks to be shown</cite> [1], has been disfunctional for some time (did it ever work at all?). one reason was the magic_quotes_gpc / stripslashes issue [2] - luckily, this got solved today. the other reason is a buggy implementation that a) compares the path to $PHP_SELF (which is the script name only, without any url params like "?op=view&id=13"; in the case of clean urls, worse, it is index.php always ...) instead of request_uri() (which does have these params and the proper value), and b) doesn't properly escape the regexp delimiter character in the expression ("/back\/slash/")."
-
Dries authored
- Fixed some spelling mistakes. Patch by Al.
-
Dries authored
- Removed <?php ?> tags from documentation and made sure the important links are at the top. Patch by Al.
-
- 26 Feb, 2003 6 commits
-
-
Dries authored
- Fixed bug in comment_num_replies() causing problems in the tracker module (and potentially in the forum module).
-
Dries authored
- Removed stripslashes(). See http://lists.drupal.org/pipermail/drupal-devel/2003-February/022233.html. Patch by Ax.
-
Dries authored
- Added menu icons/arrows. No (?)-icons yet. Patch by Al.
-
Dries authored
1) Even when string is not translated, put it in the cache and save a query for each untranslated string. 2) When there is no cache, create one.
-
Dries authored
+ Made the sidebar stick to the right. + Corrected the size of the header-tags: they are in proportion now.
-
Dries authored
- Small CSS improvement.
-
- 25 Feb, 2003 2 commits
- 24 Feb, 2003 4 commits
-
-
Dries authored
- Removing the menu table: it is no longer used. [TODO: update 'update.php'.]
-
Dries authored
- Fixed small glitch with the padding of menu items. Patch by Zbynek.
-
Dries authored
- database.mysql cannot be run from within phpMyAdmin because of line consisting of hyphens only. Patch by Zbynek.
-
Dries authored
- Fixed some broken links.
-
- 23 Feb, 2003 3 commits
- 20 Feb, 2003 3 commits
-
-
Dries authored
- New menu houskeeping. Prototyped by Zbynek. The following modules need updating: * glossary module * feed module (Breyten's version) * mailhandler module * notify module * project module * smileys module * admin module * style module * taxonomy_dhtml module To avoid unexpected problems menu_add() is deprecated (it will print an error message when used) and menu() should be used instead.
-
Dries authored
- Small improvement to header width. Suggested by Ax.
-
Dries authored
- Bugfix: made the pager work when clean URLs are enabled. Patch by Ax.
-
- 19 Feb, 2003 1 commit
-
-
Dries authored
- Added missing footer logic. Patch by Ax.
-
- 17 Feb, 2003 1 commit
-
-
Dries authored
- Theme options patch. See mailing list.
-
- 16 Feb, 2003 3 commits
-
-
Dries authored
- Fixed off-by-one bug in the search module. Patch by Brad. (Still looking into the blog module patch.)
-
Kjartan authored
- Added a _nodeapi hook that in time will replace the _node hook. Trying to make as few changes to existing code as possible until the new api is stabilized. - Modified node_form() to add administration options from other modules using the _nodeapi hook. - Modified node_save() to fetch which fields should be saved to the node table from the _nodeapi hook. - Moved comment and queue options from node_form() and node_save() to the modules _nodeapi hooks.
-
Dries authored
- Removed from the main repository. See 'contrib/modules/devel' for a more advanced development module maintained by Moshe.
-
- 15 Feb, 2003 4 commits
-
-
Dries authored
- Documented the fact that the $base_url should not have a trailing slash. Requested by Kjartan. - Fixed at least 3 typos.
-
Kjartan authored
-
Dries authored
- Made sure clean URLs are disabled by default. Reported by Moshe.
-
Dries authored
- Everything is using theme("function") now instead of $theme->function().
-
- 14 Feb, 2003 1 commit
-
-
Dries authored
- Clean URLs.
-