- Mar 11, 2003
-
-
Dries Buytaert authored
- Some .htaccess file fixes/improvements. Thanks Ax.
-
Kjartan Mannes authored
-
- Mar 10, 2003
-
-
Dries Buytaert authored
- Fixed request 583. Patch by Al.
-
Dries Buytaert authored
- Fixed typo: maxumum -> maximum. Patch by Al.
-
Dries Buytaert authored
- Committed Ax' book patch to "fix" the "next/prev" navigation.
-
Kjartan Mannes authored
apparently.
-
Kjartan Mannes authored
terms. - Added feature #1299 : Order of related terms and parent in taxonomy admin.
-
Kjartan Mannes authored
- Modified some moderation logic to make it more workable.
-
- Mar 09, 2003
-
-
Kjartan Mannes authored
in Drupal unless you really need to!)
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
* 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.
-
Dries Buytaert authored
- 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.
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Moved some block up to avoid the user module duplicating data.
-
Dries Buytaert authored
- Emit the menu after the actual content; this makes it possible to rebuild the menu when some action changed the system table.
-
Kjartan Mannes authored
-
- Mar 08, 2003
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- 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.
-
Kjartan Mannes authored
- Changed node settings page to use table(). - Minor code beautification here and there.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Improved installation instructions. Thanks Gary.
-
Dries Buytaert authored
- Bugfix to make parsing http://www.veganporn.com/syndicate-j.pl work. Patch by Trent.
-
- Mar 07, 2003
-
-
Kjartan Mannes authored
- 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.
-
Dries Buytaert authored
- Fixed typo: <base url=> --> <base href=>. Patch by Moshe.
-
Dries Buytaert authored
- Fixed typo: "data_format" -> "date_format_short". Patch by walkah.
-
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.
-
- Mar 06, 2003
-
-
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.
-
- Mar 05, 2003
-
-
Dries Buytaert authored
- Fixed the links in the admin menu. Patch by Ax.
-
- Mar 04, 2003
-
-
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.
-