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
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