Dries Buytaert
1a647c573b
- Committed Ax' book patch to "fix" the "next/prev" navigation.
2003-03-10 20:18:38 +00:00
Kjartan Mannes
1f81d0e222
- Fixing bug reported by Alastair Maw. My paranoia got a little bit too much
...
apparently.
2003-03-10 18:13:45 +00:00
Kjartan Mannes
5689a98529
- Fixed bug #1298 : Taxonomy: Edit term doesn't show parent and related
...
terms.
- Added feature #1299 : Order of related terms and parent in taxonomy
admin.
2003-03-10 14:07:14 +00:00
Kjartan Mannes
b5ba5e22e1
- Added another security layer.
...
- Modified some moderation logic to make it more workable.
2003-03-10 12:01:26 +00:00
Kjartan Mannes
9649350004
- Fixed log views so that the menu doesn't dissapear. (Note: don't use exit()
...
in Drupal unless you really need to!)
2003-03-09 21:40:01 +00:00
Kjartan Mannes
2555ddc8ea
- Updating CHANGELOG.
2003-03-09 17:31:42 +00:00
Kjartan Mannes
c4cf16dd3d
- Removing drupal module from the always loaded modules (again).
2003-03-09 17:28:51 +00:00
Kjartan Mannes
5a646024db
- Ahem , trailing spaces.
2003-03-09 17:21:22 +00:00
Kjartan Mannes
1421c878d1
- Moved moderation logic back into node module.
...
* After having a chat with Dries we have agreed on the logics (or
more specifically he told me how its supposed to work). The queue
module is just a method to make moderation public, but its not
necessarily the only way. This brings the power back.
- Minor interface tweaks (names, case changes, etc).
- Fixed error that would show when you tried to view the profile of a
blocked user.
2003-03-09 17:19:50 +00:00
Dries Buytaert
f2c914af5b
- The .htaccess file will now correct the majority of the external referers
...
that still use the old URL scheme! Thanks Ax and Gerhard for providing a
better upgrade path.
2003-03-09 17:04:14 +00:00
Kjartan Mannes
46cbc276a6
- Adding O modifier to format_date.
2003-03-09 16:55:07 +00:00
Dries Buytaert
738cebbaf2
- Moved some block up to avoid the user module duplicating data.
2003-03-09 15:50:26 +00:00
Dries Buytaert
accb30677c
- Emit the menu after the actual content; this makes it possible to rebuild
...
the menu when some action changed the system table.
2003-03-09 13:03:32 +00:00
Kjartan Mannes
c2866848d1
- Removing some trailing whitespace I forgot to clean up.
2003-03-09 10:19:16 +00:00
Dries Buytaert
a3b25924bd
- Removed debug statement
2003-03-08 21:15:10 +00:00
Dries Buytaert
c1734532f7
- Made rewrite_old_url() distinguish between absolute and relative URLs.
...
In case of a absolute URL it will try not to rewrite outgoing/external
URLs.
2003-03-08 21:10:22 +00:00
Kjartan Mannes
a0deb476fa
- Changed _nodeapi("conf") to _nodeapi("settings").
...
- Changed node settings page to use table().
- Minor code beautification here and there.
2003-03-08 14:35:42 +00:00
Dries Buytaert
b0859dcbd4
- Fixed a few typos.
2003-03-08 12:32:22 +00:00
Dries Buytaert
2cd22cfe97
- Improved installation instructions. Thanks Gary.
2003-03-08 12:28:24 +00:00
Dries Buytaert
491b0b59ec
- Bugfix to make parsing http://www.veganporn.com/syndicate-j.pl work.
...
Patch by Trent.
2003-03-08 00:20:47 +00:00
Kjartan Mannes
831ee21303
- Renamed "form.admin" to "form admin".
...
- Added node_admin_settings() to let users set node defaults.
* Added _nodeapi("conf")
- Modified form_checkbox() to unset options. (Modified the patch from Ax.)
- Removed the _save() hook.
- Fixed a logical flaw in field_get() and field_set() which would break
moderation.
- Moved some admin menus around and cleaned up some typos.
2003-03-07 22:11:44 +00:00
Dries Buytaert
3aba0fda70
- Fixed typo: <base url=> --> <base href=>. Patch by Moshe.
2003-03-07 17:32:58 +00:00
Dries Buytaert
914bd030e6
- Fixed typo: "data_format" -> "date_format_short". Patch by walkah.
2003-03-07 17:32:01 +00:00
Dries Buytaert
d659fedb38
- Removed the path_uri() function in favor of the $base_url variable and
...
fixes a handful of bugs introduced by the clean URL patch.
2003-03-07 06:37:30 +00:00
Dries Buytaert
d5fe0cfe20
- Fixed bug in search.module: slashes where escaped twice.
2003-03-06 22:03:36 +00:00
Dries Buytaert
ffc893d55a
- Changed 'node($node, $main)' to 'node($node, $main = 0)': cures a warning.
2003-03-06 19:38:22 +00:00
Dries Buytaert
25c5e5977a
- Fixed broken URL in comment form. Patch by Ax.
2003-03-06 08:19:01 +00:00
Dries Buytaert
a15bf99e46
- Fixed the links in the admin menu. Patch by Ax.
2003-03-05 18:56:57 +00:00
Dries Buytaert
7775d5a327
- 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.
2003-03-04 17:44:37 +00:00
Dries Buytaert
f26d8807fc
- Two small fixes.
2003-03-04 17:41:11 +00:00
Dries Buytaert
cf2802a761
- Fixed typo: $node->tid -> $node->tid[].
2003-03-04 15:32:26 +00:00
Dries Buytaert
b10c5f4233
- Small improvement to locale_init().
2003-03-04 15:10:37 +00:00
Dries Buytaert
0876e26879
- Fixed typo in admin.css: "li" -> "li.leaf".
2003-03-04 06:38:47 +00:00
Dries Buytaert
ae88a6def7
- Corrected coding style and fixed some "undefined index/variable" warnings.
...
Patch by Ax.
2003-03-04 06:20:18 +00:00
Dries Buytaert
40abf5061f
- Fixed "undefined index/variable" warning. Patch by Ax.
2003-03-04 06:19:38 +00:00
Dries Buytaert
f4cdeb1f5a
- 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.
2003-03-04 06:19:01 +00:00
Dries Buytaert
db9d442483
- Fixed typo in system module. Patch by Ax.
2003-03-04 06:13:44 +00:00
Dries Buytaert
704dd81b32
- Fix by Michael; see mailing list archives. Better now?
2003-03-03 22:13:59 +00:00
Dries Buytaert
3f90aff045
- Various system module improvements. Patch by Al.
2003-03-02 20:58:12 +00:00
Dries Buytaert
6ccb8438bc
- Fixed the "adminster" link at the bottom of every node's display. Patch
...
by Al.
2003-03-02 20:51:57 +00:00
Dries Buytaert
55a449f972
- 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.
2003-03-02 20:50:40 +00:00
Dries Buytaert
223c224d43
- Grammar fix. Patch by Al.
2003-03-02 20:33:20 +00:00
Dries Buytaert
9d0c8efc42
- More improvements.
2003-02-27 23:47:26 +00:00
Dries Buytaert
0b7cecd5b6
- Some fixes and improvements to the taxonomy module. Patch by Al.
2003-02-27 23:43:50 +00:00
Dries Buytaert
41ac56a4be
- Bugfix: transparent session ID handling wasn't working properly with
...
drupal_goto(). Patch by Al.
2003-02-27 22:52:08 +00:00
Dries Buytaert
3c61a382bb
- Bugfix: there was an errant </a> tag with no opening tag. Patch by Al.
2003-02-27 22:49:59 +00:00
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