- 30 Dec, 2003 3 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
Added a short piece of code that does this. (see drupal.org's Drupal Talk to see this bug in action)
-
- 29 Dec, 2003 1 commit
-
-
Dries Buytaert authored
-
- 26 Dec, 2003 1 commit
-
-
Dries Buytaert authored
- Removed the import module's custom menu. Added a 'news aggregator' menu to the navigation block.
-
- 22 Dec, 2003 1 commit
-
-
Dries Buytaert authored
- Translation fixes: fixed three usages of format_interval(). Patch by Goba.
-
- 17 Dec, 2003 1 commit
-
-
Dries Buytaert authored
- Updated the calls to menu() to use MENU_HIDE instead of 1
-
- 14 Dec, 2003 1 commit
-
-
Dries Buytaert authored
- Excessive CSS tags were generated for feeds and bundles.
-
- 11 Dec, 2003 1 commit
-
-
Dries Buytaert authored
TODO: get rid of the custom import specific navigation menu.
-
- 01 Dec, 2003 1 commit
-
-
Dries Buytaert authored
- Introduced a drupal_set_message() and drupal_get_message() function. 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.
-
- 25 Nov, 2003 1 commit
-
-
Dries Buytaert authored
- Committed phase 4 of JonBob's menu system changes.
-
- 20 Nov, 2003 1 commit
-
-
Dries Buytaert authored
- Patch by JonBob: 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.
-
- 14 Nov, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed theme glitch.
-
- 13 Nov, 2003 1 commit
-
-
Dries Buytaert authored
- table(...) -> theme("table", ...)
-
- 09 Nov, 2003 1 commit
-
-
Dries Buytaert authored
- Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.
-
- 31 Oct, 2003 1 commit
-
-
Dries Buytaert authored
- Improvement: made it possible to disable the comment controls and reworded 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.
-
- 24 Oct, 2003 1 commit
-
-
Dries Buytaert authored
- Small documentation improvements.
-
- 22 Oct, 2003 1 commit
-
-
Dries Buytaert authored
- Bugfix: prefix not prepended to sequences. Fixes bug #3639. Make sure to write: db_next_id({table}_field); instead of: db_next_id(table_field);
-
- 15 Oct, 2003 1 commit
-
-
Dries Buytaert authored
- Some documentation fixes by Mark Coady.
-
- 09 Oct, 2003 1 commit
-
-
Dries Buytaert authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
- 07 Oct, 2003 1 commit
-
-
Dries Buytaert authored
- Help system improvements: eliminated the _system hook. Patch by Michael. - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
-
- 05 Oct, 2003 1 commit
-
-
Dries Buytaert authored
- Various translation and menu fixes from Gabor.
-
- 03 Oct, 2003 1 commit
-
-
Kjartan Mannes authored
-
- 02 Oct, 2003 1 commit
-
-
Dries Buytaert authored
- There were 2 "content syndication" menu's: grouped them together.
-
- 29 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed import and comment module problems. Patch by Gabor. > 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).
-
- 28 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Made sure all menu items can be translated. Path by Goba.
-
- 27 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Committed Al's new admin link texts. Remarks: 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.
-
- 26 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
-
- 19 Sep, 2003 1 commit
-
-
Dries Buytaert authored
- Committed a partial administration page integration patch.
-
- 20 Aug, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed documentation bug in import module.
-
Dries Buytaert authored
- Updated the import module to the new documentation scheme. Patch by Michael.
-
- 16 Aug, 2003 1 commit
-
-
Dries Buytaert authored
- Rewrote handling of forum icons and added default icons made by Steven 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.
-
- 13 Aug, 2003 1 commit
-
-
Dries Buytaert authored
-
- 10 Aug, 2003 1 commit
-
-
Dries Buytaert authored
- Bugfix: changed an inner join back to a left join. Patch by Bart Jansens
-
- 08 Aug, 2003 1 commit
-
-
Dries Buytaert authored
- Committed a modified version of Ulf's input checking changes. Patch #95. I added an error message, changed a few things around and fixed tw typos.
-
- 12 Jul, 2003 1 commit
-
-
Dries Buytaert authored
- Performance improvement: changed a fair amount of "left joins" to "inner joins". Patch by Gerhard.
-
- 10 Jul, 2003 1 commit
-
-
Dries Buytaert authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 08 Jul, 2003 1 commit
-
-
Dries Buytaert authored
Patch by Bart Jansens.
-
- 28 Jun, 2003 1 commit
-
-
Dries Buytaert authored
- Bugfix: flush the cache after updating the new feeds (or after having added or removed news items). Fixes bug #2088.
-
- 27 Jun, 2003 1 commit
-
-
Dries Buytaert authored
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.
-