- 23 Aug, 2005 2 commits
-
-
Dries authored
-
- 22 Aug, 2005 4 commits
-
-
Dries authored
-
Dries authored
- Patch #29275 by Uwe: I'm currently trying to get aggregator.module in shape for being used as a planet-like software for a Planet Drupal. Here's a patch which allows the site admin to specify which HTML tags are stripped from feeds (or not). This is hardcoded in aggregator.module right now, the attached 2-line patch (for HEAD) makes it configurable.
-
Dries authored
-
Dries authored
- Patch #29274 by Jeremy: the "fuzzy cache" mechanism is supposed to enforce a minimum time before the cache table is flushed. Logical errors in the fuzzy cache implementation are leading to the cache table being flushed more frequently. Configuration is simplified by removing all references to "strict" and "loose" caches. Instead, the cache is either "disabled" or "enabled". Additionally, the site administrator can now configure the "minimum cache lifetime", the minimum amount of time cached data will remain cached.
-
- 18 Aug, 2005 2 commits
-
-
Dries authored
- Patch #29002 by Neil: list_themes() currently returns all themes, not just enabled themes. This functionality is only used in one place- configuration for disabled themes. These configuration pages can be removed with a usability improvement since you shouldn't be able to configure things which are disabled. Additionally, this allows us to remove some extra logic in system_user(). And it it more consistent with the module API which only lists enabled modules. list_themes() sorts the results by name. This uses filesort in MySQL since there aren't any indexes. Sorting is not used except in system_user(). This one use can be handled with ksort since it is not often executed (only on the user edit screen when multiple themes are enabled). And a one line fix to remove a variable in system_user() is in here too.
-
- 17 Aug, 2005 3 commits
-
-
Dries authored
depricated by form API patch though. Hopefully helps migration.
-
Steven Wittens authored
-
- 16 Aug, 2005 2 commits
- 14 Aug, 2005 2 commits
- 11 Aug, 2005 5 commits
- 10 Aug, 2005 4 commits
- 09 Aug, 2005 1 commit
-
-
Steven Wittens authored
-
- 07 Aug, 2005 3 commits
- 06 Aug, 2005 1 commit
-
-
Steven Wittens authored
-
- 05 Aug, 2005 3 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
- 03 Aug, 2005 1 commit
-
-
Steven Wittens authored
-
- 02 Aug, 2005 1 commit
-
-
Steven Wittens authored
-
- 01 Aug, 2005 1 commit
-
-
Dries authored
Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs.
-
- 31 Jul, 2005 5 commits
-
-
Steven Wittens authored
-
Dries authored
- Patch by Neil: removed redundant form_group() from throttle settings page.
-
Dries authored
-
Dries authored
+ made it possible to specify a subject when submitting a message on the contact form. + fixed some bugs/glitches.
-
Dries authored
-