| Commit message (Collapse) | Author | Age |
|
|
|
| |
- Added proper access checking to block and menu items.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/**
* Wrapper around xml_parser_create() which extracts the encoding from the XML
* data first and sets the output encoding to UTF-8. This function should be
* used instead of xml_parser_create(), because PHP's XML parser doesn't check
* the input encoding itself.
*
* This is also where unsupported encodings should be converted.
* Callers should take this into account: $data might have been changed after
* the call.
*
* @param $data The XML data which will be parsed later.
*/
|
|
|
|
|
|
|
|
| |
filter.module (which is a required module).
To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage.
(based on the patch by Goba)
|
|
|
|
| |
(sorry last commit, I promise :P)
|
| |
|
| |
|
|
|
|
|
|
|
| |
explicitly.
Added a short piece of code that does this.
(see drupal.org's Drupal Talk to see this bug in action)
|
| |
|
|
|
|
| |
the navigation block.
|
| |
|
| |
|
| |
|
|
|
|
| |
TODO: get rid of the custom import specific navigation menu.
|
|
|
|
|
|
|
| |
Contributed themes and modules need to be updated:
- modules: status() is no more; use drupal_set_message() instead.
- themes: use drupal_get_message() to check for status messages and
visualize them.
|
| |
|
|
|
|
|
|
|
|
| |
Phase 2 of the menu system integration project. This unifies the interface
used by admin and non-admin pages, and deprecates the _page hook in favor of
explicit callbacks from menu(). Breadcrumbs, titles, and help text go away
as a result of this patch; they will return in the phase 3 patch, printed
by the theme.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
some of the configuration settings.
- Improvement: removed a left-over from Drupal 4.2.0 (dead code).
- Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon".
- Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now).
- Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings().
- Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX.
- Fixed bug #2617: editing user information does not work. Patch by Kjartan.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Make sure to write:
db_next_id({table}_field);
instead of:
db_next_id(table_field);
|
| |
|
|
|
|
| |
parameter from the menu() function.
|
|
|
|
|
|
| |
- Bloggerapi module fixes. Patch by Kjartan.
- Coding style fixes. Patch by Michael.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Currently the admin menu does not work for comment.module and import
> module. Import module has the problem of not taking care of the fact in
> the arg() function calls that the module is pushed one level down in the
> menu (similar to the user.module and block.modules problems already
> fixed). The comment.module has a problem with trying to translate an $op
> which comes from the URL (and is therefore not translated).
>
> The attached patch also fixes the bogus URLs in import.module help texts
> (as the module part is pushed down into /admin/node instead of /admin).
|
| |
|
|
|
|
|
|
|
| |
1) As explained by Al, there is still a glitch with the 'create content'
menu.
2) The user module part of the patch did not apply due to Kjartan's earlier
patch.
|
| |
|
| |
|
| |
|
|
|
|
| |
Michael.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Wittens.
- Renamed some column titles in the forum module as per Moshe's suggestion.
- Introduced a 'more-link' class to position the 'more' links. Removed
hard-coded markup from the modules.
- Fixed bug in import module: the theme functions called a non-existing
function.
|
| |
|
| |
|
|
|
|
| |
I added an error message, changed a few things around and fixed tw typos.
|
|
|
|
| |
joins". Patch by Gerhard.
|
| |
|
|
|
|
| |
Patch by Bart Jansens.
|
|
|
|
| |
added or removed news items). Fixes bug #2088.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and the request will be terminated when something suspicious is
detected. This will be logged in the watchdog. With help from Marco.
- Fixed translation issue in the archive module. Patch by Gerhard.
- Removed dead parameter from variable_get(). Patch by Chris Johnson.
Fixes bug #2111.
- Improved input checking of taxonomy module. Patch by Gerhard.
Fixes bug #2112.
|
|
|
|
|
|
|
| |
by Simon, patch by Gerhard.
- Improvement: synchronized the import module help with the version on
drupal.org.
|
|
|
|
| |
http://drupal.org/node/view/2036.
|
| |
|
| |
|
| |
|
|
|
|
| |
(I don't like the suggested icon so I suggest we continue to use the existing one, which I don't like either but oh well. Thoughts?)
|