- 07 Mar, 2003 1 commit
-
-
Dries Buytaert authored
- Removed the path_uri() function in favor of the $base_url variable and fixes a handful of bugs introduced by the clean URL patch.
-
- 06 Mar, 2003 3 commits
-
-
Dries Buytaert authored
- Fixed bug in search.module: slashes where escaped twice.
-
Dries Buytaert authored
- Changed 'node($node, $main)' to 'node($node, $main = 0)': cures a warning.
-
Dries Buytaert authored
- Fixed broken URL in comment form. Patch by Ax.
-
- 05 Mar, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed the links in the admin menu. Patch by Ax.
-
- 04 Mar, 2003 9 commits
-
-
Dries Buytaert authored
- Fixed "SELECT lid, FROM locales WHERE string = 'Reset to defaults'" problem: invoke module_init() *after* the locale module has been initialized. The system module was translating string from within its init hook which is now possible/allowed.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Fixed typo: $node->tid -> $node->tid[].
-
Dries Buytaert authored
- Small improvement to locale_init().
-
Dries Buytaert authored
- Fixed typo in admin.css: "li" -> "li.leaf".
-
Dries Buytaert authored
- Corrected coding style and fixed some "undefined index/variable" warnings. Patch by Ax.
-
Dries Buytaert authored
- Fixed "undefined index/variable" warning. Patch by Ax.
-
Dries Buytaert authored
- Calls set_error_handler("error_handler") before locale_init() / theme_init() so that errors happening there will be handled and don't result in warnings printed. Patch by Ax.
-
Dries Buytaert authored
- Fixed typo in system module. Patch by Ax.
-
- 03 Mar, 2003 1 commit
-
-
Dries Buytaert authored
- Fix by Michael; see mailing list archives. Better now?
-
- 02 Mar, 2003 4 commits
-
-
Dries Buytaert authored
- Various system module improvements. Patch by Al.
-
Dries Buytaert authored
- Fixed the "adminster" link at the bottom of every node's display. Patch by Al.
-
Dries Buytaert 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 Buytaert authored
- Grammar fix. Patch by Al.
-
- 27 Feb, 2003 7 commits
-
-
Dries Buytaert authored
- More improvements.
-
Dries Buytaert authored
- Some fixes and improvements to the taxonomy module. Patch by Al.
-
Dries Buytaert authored
- Bugfix: transparent session ID handling wasn't working properly with drupal_goto(). Patch by Al.
-
Dries Buytaert authored
- Bugfix: there was an errant </a> tag with no opening tag. Patch by Al.
-
Dries Buytaert 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 Buytaert authored
- Fixed some spelling mistakes. Patch by Al.
-
Dries Buytaert 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 Buytaert authored
- Fixed bug in comment_num_replies() causing problems in the tracker module (and potentially in the forum module).
-
Dries Buytaert authored
- Removed stripslashes(). See http://lists.drupal.org/pipermail/drupal-devel/2003-February/022233.html. Patch by Ax.
-
Dries Buytaert authored
- Added menu icons/arrows. No (?)-icons yet. Patch by Al.
-
Dries Buytaert 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 Buytaert authored
+ Made the sidebar stick to the right. + Corrected the size of the header-tags: they are in proportion now.
-
Dries Buytaert authored
- Small CSS improvement.
-
- 25 Feb, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed some typos spotted by Al Maw.
-
Dries Buytaert authored
- Fixed bug when an additional parameter is being passed to the callback. Patch by Zbynek. - Made the menu_tree() function emit CSS tags to identify which menus are expanded/collapsed/leafs. Patch Zbynek and Al Maw.
-
- 24 Feb, 2003 4 commits
-
-
Dries Buytaert authored
- Removing the menu table: it is no longer used. [TODO: update 'update.php'.]
-
Dries Buytaert authored
- Fixed small glitch with the padding of menu items. Patch by Zbynek.
-
Dries Buytaert authored
- database.mysql cannot be run from within phpMyAdmin because of line consisting of hyphens only. Patch by Zbynek.
-
Dries Buytaert authored
- Fixed some broken links.
-
- 23 Feb, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed typo. Patch by Garym. (Something went wrong with my earlier commit.)
-
Dries Buytaert authored
-