Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Fixing typos. | Kjartan Mannes | 2003-03-11 |
| | |||
* | - Fixed request 583. Patch by Al. | Dries Buytaert | 2003-03-10 |
| | |||
* | - Fixed typo: maxumum -> maximum. Patch by Al. | Dries Buytaert | 2003-03-10 |
| | |||
* | - Committed Ax' book patch to "fix" the "next/prev" navigation. | Dries Buytaert | 2003-03-10 |
| | |||
* | - Fixing bug reported by Alastair Maw. My paranoia got a little bit too much | Kjartan Mannes | 2003-03-10 |
| | | | | apparently. | ||
* | - Fixed bug #1298 : Taxonomy: Edit term doesn't show parent and related | Kjartan Mannes | 2003-03-10 |
| | | | | | | terms. - Added feature #1299 : Order of related terms and parent in taxonomy admin. | ||
* | - Added another security layer. | Kjartan Mannes | 2003-03-10 |
| | | | | - Modified some moderation logic to make it more workable. | ||
* | - Fixed log views so that the menu doesn't dissapear. (Note: don't use exit() | Kjartan Mannes | 2003-03-09 |
| | | | | in Drupal unless you really need to!) | ||
* | - Updating CHANGELOG. | Kjartan Mannes | 2003-03-09 |
| | |||
* | - Removing drupal module from the always loaded modules (again). | Kjartan Mannes | 2003-03-09 |
| | |||
* | - Ahem , trailing spaces. | Kjartan Mannes | 2003-03-09 |
| | |||
* | - Moved moderation logic back into node module. | Kjartan Mannes | 2003-03-09 |
| | | | | | | | | | | * 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. | ||
* | - The .htaccess file will now correct the majority of the external referers | Dries Buytaert | 2003-03-09 |
| | | | | | that still use the old URL scheme! Thanks Ax and Gerhard for providing a better upgrade path. | ||
* | - Adding O modifier to format_date. | Kjartan Mannes | 2003-03-09 |
| | |||
* | - Moved some block up to avoid the user module duplicating data. | Dries Buytaert | 2003-03-09 |
| | |||
* | - Emit the menu after the actual content; this makes it possible to rebuild | Dries Buytaert | 2003-03-09 |
| | | | | the menu when some action changed the system table. | ||
* | - Removing some trailing whitespace I forgot to clean up. | Kjartan Mannes | 2003-03-09 |
| | |||
* | - Removed debug statement | Dries Buytaert | 2003-03-08 |
| | |||
* | - Made rewrite_old_url() distinguish between absolute and relative URLs. | Dries Buytaert | 2003-03-08 |
| | | | | | In case of a absolute URL it will try not to rewrite outgoing/external URLs. | ||
* | - Changed _nodeapi("conf") to _nodeapi("settings"). | Kjartan Mannes | 2003-03-08 |
| | | | | | - Changed node settings page to use table(). - Minor code beautification here and there. | ||
* | - Fixed a few typos. | Dries Buytaert | 2003-03-08 |
| | |||
* | - Improved installation instructions. Thanks Gary. | Dries Buytaert | 2003-03-08 |
| | |||
* | - Bugfix to make parsing http://www.veganporn.com/syndicate-j.pl work. | Dries Buytaert | 2003-03-08 |
| | | | | Patch by Trent. | ||
* | - Renamed "form.admin" to "form admin". | Kjartan Mannes | 2003-03-07 |
| | | | | | | | | | | - 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. | ||
* | - Fixed typo: <base url=> --> <base href=>. Patch by Moshe. | Dries Buytaert | 2003-03-07 |
| | |||
* | - Fixed typo: "data_format" -> "date_format_short". Patch by walkah. | Dries Buytaert | 2003-03-07 |
| | |||
* | - Removed the path_uri() function in favor of the $base_url variable and | Dries Buytaert | 2003-03-07 |
| | | | | fixes a handful of bugs introduced by the clean URL patch. | ||
* | - Fixed bug in search.module: slashes where escaped twice. | Dries Buytaert | 2003-03-06 |
| | |||
* | - Changed 'node($node, $main)' to 'node($node, $main = 0)': cures a warning. | Dries Buytaert | 2003-03-06 |
| | |||
* | - Fixed broken URL in comment form. Patch by Ax. | Dries Buytaert | 2003-03-06 |
| | |||
* | - Fixed the links in the admin menu. Patch by Ax. | Dries Buytaert | 2003-03-05 |
| | |||
* | - Fixed "SELECT lid, FROM locales WHERE string = 'Reset to defaults'" problem: | Dries Buytaert | 2003-03-04 |
| | | | | | | 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. | ||
* | - Two small fixes. | Dries Buytaert | 2003-03-04 |
| | |||
* | - Fixed typo: $node->tid -> $node->tid[]. | Dries Buytaert | 2003-03-04 |
| | |||
* | - Small improvement to locale_init(). | Dries Buytaert | 2003-03-04 |
| | |||
* | - Fixed typo in admin.css: "li" -> "li.leaf". | Dries Buytaert | 2003-03-04 |
| | |||
* | - Corrected coding style and fixed some "undefined index/variable" warnings. | Dries Buytaert | 2003-03-04 |
| | | | | Patch by Ax. | ||
* | - Fixed "undefined index/variable" warning. Patch by Ax. | Dries Buytaert | 2003-03-04 |
| | |||
* | - Calls set_error_handler("error_handler") before locale_init() / | Dries Buytaert | 2003-03-04 |
| | | | | | theme_init() so that errors happening there will be handled and don't result in warnings printed. Patch by Ax. | ||
* | - Fixed typo in system module. Patch by Ax. | Dries Buytaert | 2003-03-04 |
| | |||
* | - Fix by Michael; see mailing list archives. Better now? | Dries Buytaert | 2003-03-03 |
| | |||
* | - Various system module improvements. Patch by Al. | Dries Buytaert | 2003-03-02 |
| | |||
* | - Fixed the "adminster" link at the bottom of every node's display. Patch | Dries Buytaert | 2003-03-02 |
| | | | | by Al. | ||
* | - This commit fixes URLs, and makes the "edit book outline" link at the bottom | Dries Buytaert | 2003-03-02 |
| | | | | of an "/admin/node/edit/n" page work properly. Patch by Al. | ||
* | - Grammar fix. Patch by Al. | Dries Buytaert | 2003-03-02 |
| | |||
* | - More improvements. | Dries Buytaert | 2003-02-27 |
| | |||
* | - Some fixes and improvements to the taxonomy module. Patch by Al. | Dries Buytaert | 2003-02-27 |
| | |||
* | - Bugfix: transparent session ID handling wasn't working properly with | Dries Buytaert | 2003-02-27 |
| | | | | drupal_goto(). Patch by Al. | ||
* | - Bugfix: there was an errant </a> tag with no opening tag. Patch by Al. | Dries Buytaert | 2003-02-27 |
| | |||
* | - Patch by Ax: "The $block->path setting, which <cite>lets you define ↵ | Dries Buytaert | 2003-02-27 |
| | | | | 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/")." |