| Commit message (Collapse) | Author | Age |
|
|
|
| |
needs more thought and discussion, so postponed until at least Drupal 7
|
|
|
|
| |
need to return an array
|
| |
|
| |
|
|
|
|
| |
parameters
|
|
|
|
| |
to work behind the %forum_term menu item resolving calls
|
|
|
|
| |
altered/styled out if needed
|
|
|
|
| |
settings via a theme-settings.php file
|
|
|
|
| |
installer cannot be run on Drupal 6 on an upgraded site
|
|
|
|
| |
hook_comment when a comment is first (automatically) published
|
|
|
|
| |
actions.module is not turned on
|
|
|
|
| |
menu block list
|
|
|
|
| |
so we can check whether it is wide open, and we have one place for settings
|
|
|
|
| |
template_preprocess, and add *lots* of documentation to template files and functions
|
| |
|
|
|
|
| |
translation_node_get_translations() actually loads partial nodes only
|
|
|
|
| |
external cache, and how they interoperate
|
|
|
|
| |
translation set node_load caches when a set is updated
|
|
|
|
| |
near flowless updates
|
| |
|
|
|
|
| |
functions and templates may need include files. Flush your caches.
|
| |
|
|
|
|
| |
(arbitrary 'directory' looking parts)
|
|
|
|
| |
external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op)
|
|
|
|
| |
instead of @import for CSS.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
cross-database compatibility (ie. better SQL parsing and altering options)
|
|
|
|
| |
cross-database compatibility (ie. better SQL parsing and altering options)
|
|
|
|
| |
removed in Drupal 7 though.
|
|
|
|
| |
being able to set primary and secondary links differently
|
|
|
|
| |
better db compatibility, ie. easier query rewriting)
|
|
|
|
| |
previews to check, do not use the newly selected values yet, to be consistent with the DB
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
parts were broken out to hook_boot, so this should be reflected in the help text and check
|
|
|
|
| |
we dont need a counter
|
|
|
|
| |
module in help text
|
|
|
|
| |
parameters and improve user documentation
|
| |
|
|
|
|
| |
fixing deletion API remainings
|
|
|
|
| |
fields to avoid going deeper then what is allowed
|
|
|
|
| |
casted to objects
|
|
|
|
| |
hook_comment() was not intended to modify the comment, so we need to pass it in by reference to get modified
|
|
|
|
| |
by reference
|