- 23 Aug, 2005 3 commits
- 22 Aug, 2005 7 commits
-
-
Dries authored
-
Dries authored
-
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
TODO: simplify the node admin HTML code.
-
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.
-
- 19 Aug, 2005 1 commit
-
-
Dries authored
-
- 18 Aug, 2005 3 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.
-
Dries authored
-
- 17 Aug, 2005 9 commits
-
-
Dries authored
-
Dries authored
depricated by form API patch though. Hopefully helps migration.
-
Dries authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
- 16 Aug, 2005 4 commits
- 15 Aug, 2005 2 commits
- 14 Aug, 2005 3 commits
- 11 Aug, 2005 8 commits
-
-
Dries authored
-
Dries authored
-
Dries authored
-
Dries authored
-
Dries authored
- Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?).
-
Dries authored
-
Dries authored
-