Dries Buytaert
f21742c772
- 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/")."
2003-02-27 22:48:32 +00:00
Dries Buytaert
6f6561a8b2
- Fixed some spelling mistakes. Patch by Al.
2003-02-27 22:45:00 +00:00
Dries Buytaert
64cc473d6d
- Removed <?php ?> tags from documentation and made sure the important links are
...
at the top. Patch by Al.
2003-02-27 07:26:54 +00:00
Dries Buytaert
dadf09d8c8
- Fixed bug in comment_num_replies() causing problems in the tracker module
...
(and potentially in the forum module).
2003-02-26 22:19:24 +00:00
Dries Buytaert
8ae2520965
- Removed stripslashes(). See http://lists.drupal.org/pipermail/drupal-devel/2003-February/022233.html . Patch by Ax.
2003-02-26 22:02:46 +00:00
Dries Buytaert
f44fe74058
- Added menu icons/arrows. No (?)-icons yet. Patch by Al.
2003-02-26 21:56:01 +00:00
Dries Buytaert
bca66646f0
- Performance improvement. Patch by Zbynek.
...
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.
2003-02-26 21:54:35 +00:00
Dries Buytaert
c09ab23b2e
- Some bugfixes:
...
+ Made the sidebar stick to the right.
+ Corrected the size of the header-tags: they are in proportion now.
2003-02-26 21:50:38 +00:00
Dries Buytaert
a543c16166
- Small CSS improvement.
2003-02-26 07:44:48 +00:00
Dries Buytaert
91dfef65af
- Fixed some typos spotted by Al Maw.
2003-02-25 19:52:32 +00:00
Dries Buytaert
cff898ffdb
- 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.
2003-02-25 19:48:55 +00:00
Dries Buytaert
a8edbf638f
- Removing the menu table: it is no longer used.
...
[TODO: update 'update.php'.]
2003-02-24 23:17:39 +00:00
Dries Buytaert
668e140d01
- Fixed small glitch with the padding of menu items. Patch by Zbynek.
2003-02-24 22:47:24 +00:00
Dries Buytaert
d5bb7bce52
- database.mysql cannot be run from within phpMyAdmin because of line
...
consisting of hyphens only. Patch by Zbynek.
2003-02-24 22:39:32 +00:00
Dries Buytaert
fd6f209de0
- Fixed some broken links.
2003-02-24 19:19:12 +00:00
Dries Buytaert
b1f4758455
- Fixed typo. Patch by Garym. (Something went wrong with my earlier commit.)
2003-02-23 21:36:29 +00:00
Dries Buytaert
20e8bc12ca
*** empty log message ***
2003-02-23 21:30:52 +00:00
Dries Buytaert
bccc250d8f
- Some fixes and improvements as suggested by Gary.
2003-02-23 21:11:03 +00:00
Dries Buytaert
277ceae515
- 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.
2003-02-20 22:44:51 +00:00
Dries Buytaert
53deeb188a
- Small improvement to header width. Suggested by Ax.
2003-02-20 22:29:01 +00:00
Dries Buytaert
a6a3215ee3
- Bugfix: made the pager work when clean URLs are enabled. Patch by Ax.
2003-02-20 08:02:57 +00:00
Dries Buytaert
57ebd696c7
- Added missing footer logic. Patch by Ax.
2003-02-19 22:30:12 +00:00
Dries Buytaert
52314ddc32
- Theme options patch. See mailing list.
2003-02-17 22:33:31 +00:00
Dries Buytaert
465a598770
- Fixed off-by-one bug in the search module. Patch by Brad. (Still looking
...
into the blog module patch.)
2003-02-16 17:47:53 +00:00
Kjartan Mannes
dd329e1d95
- Added function node_invoke_all($hook, &$node, $op, $arg = 0).
...
- 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.
2003-02-16 14:57:35 +00:00
Dries Buytaert
b29f1bff7f
- Removed from the main repository. See 'contrib/modules/devel' for a more
...
advanced development module maintained by Moshe.
2003-02-16 08:25:07 +00:00
Dries Buytaert
8f190d131b
- Documented the fact that the $base_url should not have a trailing slash.
...
Requested by Kjartan.
- Fixed at least 3 typos.
2003-02-15 21:49:17 +00:00
Kjartan Mannes
a76151351e
- Modifying user_validate_mail() to accept more e-mail addresses.
2003-02-15 20:52:28 +00:00
Dries Buytaert
a7a323e702
- Made sure clean URLs are disabled by default. Reported by Moshe.
2003-02-15 17:15:48 +00:00
Dries Buytaert
83f5d82876
- Everything is using theme("function") now instead of $theme->function().
2003-02-15 11:39:56 +00:00
Dries Buytaert
d038729797
- Clean URLs.
2003-02-14 19:52:45 +00:00
natrak
62212c7b3d
- fixing a typo in the RewriteRule
2003-02-13 09:18:32 +00:00
Kjartan Mannes
d154836125
- Applied patch from Axel: missing cid in comment search results.
2003-02-12 21:39:07 +00:00
Kjartan Mannes
32989e14db
- Fixed blog.module to accept blog/name URLs as well as blog/id
...
- Changed the RewriteRule in .htaccess.
- Fixed form_select() matching incorrectly.
- Added missing $Id$ to menu.inc
2003-02-12 21:37:56 +00:00
natrak
ebd9535140
- Fixed blog.module to accept blog/name URLs as well as blog/id
...
- Changed the RewriteRule in .htaccess.
- Fixed form_select() matching incorrectly.
- Added missing $Id$ to menu.inc
2003-02-12 21:37:55 +00:00
Dries Buytaert
074b9bf421
- Added temporary check around inclusion of "xmlrpc.inc".
2003-02-12 16:21:48 +00:00
Dries Buytaert
e90f3b883b
- See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html .
2003-02-11 20:01:17 +00:00
Dries Buytaert
3d3a60740a
- Changed '%s' into '%d' such that an empty $user->uid is converted to 0. Requi
...
red for Drupal to work on new versions of PostgreSQL. Patch by James.
2003-02-09 18:06:31 +00:00
Dries Buytaert
e5aae050a7
- Changed '%s' into '%d' such that an empty $user->uid is converted to 0. Required for Drupal to work on new versions of PostgreSQL. Patch by James.
2003-02-09 18:01:32 +00:00
Dries Buytaert
f3c093f638
- Changed '%s' into '%d' such that an empty $user->uid is converted to 0. Requi
...
red for Drupal to work on new versions of PostgreSQL. Patch by James, backported to CVS by me.
2003-02-09 17:58:56 +00:00
Dries Buytaert
9281d0cdd7
- Applied Alastair's date patch.
...
- Removed all instances of '$user->nodes'.
- Committed Moshe's taxonomy patch - minus the node_compact_list() bit. It needs a bit more thought/work. This patch changes the links of taxonomy pages/feeds so update your custom code and themes accordingly!
Themes should now use "taxonomy_link("taxonomy terms", $node)" to get an array of taxonomy term links. The old construct is deprecated and should be changed.
// old theme blob:
if (function_exists("taxonomy_node_get_terms")) {
foreach (taxonomy_node_get_terms($node->nid) as $term) {
$terms[] = l($term->name, NULL, array(), "or=$term->tid");
}
}
// new theme blob:
if (module_exist("taxonomy")) {
$terms = taxonomy_link("taxonomy terms", $node);
}
// old URL:
http://foo.com/index.php?or=1,2
// new URL:
http://foo.com/?q=taxonomy/page/or/1,2
2003-02-09 17:39:40 +00:00
Dries Buytaert
6953d95b2d
- Fixed bug #1133 : disabled comments are no longer shown. Thanks Gerhard.
2003-02-09 14:38:20 +00:00
Dries Buytaert
c97e7fe180
- Small improvements to help people getting started with the xtemplate
...
theme.
2003-02-09 08:10:07 +00:00
Dries Buytaert
73f476a6c1
- Fixed typo: forum2 -> forum.
2003-02-07 08:06:37 +00:00
Dries Buytaert
4ea6d5048d
- Updated the database scheme.
2003-02-06 19:14:19 +00:00
Dries Buytaert
10cb57a0b7
- Removed redundant code.
2003-02-02 21:05:34 +00:00
Dries Buytaert
e4ff410614
- Patch by Moshe: sometimes modules display content composed by people who
...
are not members of the site. Two examples are listhandler and import modules.
There is no easy way for these modules to display the true author of the
content. Usually, the content appears as if authored by Anonymous User. This
3 line patch enables modules to override the author name in their _view() hook.
2003-02-02 10:13:13 +00:00
Dries Buytaert
6fcadb8ef5
- Made it possible to print forum submission guidelines. Patch by Moshe.
2003-02-02 10:02:37 +00:00
Dries Buytaert
d99100c5c0
- Some updates
2003-02-01 23:21:10 +00:00
Dries Buytaert
c23f53f786
- Fixed typo: '$node->nide' -> '$node->nid'. Patch by Alastair.
2003-02-01 20:04:00 +00:00