| /[drupal]/contributions/modules/context/context.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#527950 by jhedstrom: Match path conditions against both canonical paths and aliases.
#528956 by Pasqualle: Code style cleanup.
#477566: Fixes for PHP notices.
#456098: Avoiding usage of context_set_by_condition() in hook_init().
#421682: Using standard drupal_match_path() for context path conditions.
#450332 by callisto: Allow <front> to be specified under path condition for the site frontpage.
Moving include out of hook_init() to ensure hooks are avaiable for early conditions
Adding a force param to context_set_by_condition() that allows previously written contexts to be overridden
Moving var_export formatting to context module
Removing hackish theme-layer integration with context reactions
- Cleaning up human readable names for conditions/reactions. - Adding context_active_values() API function for simpler reaction code.
- #393772: Moving non-UI related code into context module. - #393232: Renaming context_ui_admin.inc to context_ui.admin.inc.
Adding clone & override functionality to context_ui, for drupal 6 this time. Also made code E_ALL compliant and fixed other minor style issues.
Nomenclature change form space/key/value to namespace/attribute/value
- Renaming space to namespace, key to attribute in preparation for release - Renaming context_exists() to context_isset(). Context_exists() retained for backwards compatibility.
#282197 Initial work on the Drupal 6.x port of context. This commit brings only basic functionality. The menu system integration isn't done, nor is the integration for contrib modules. Much thanks to Pasqualle for the patch.
Merging changes from DRUPAL-5 Branch into HEAD
Whitespace change, test commit
Removed hook_simpletest, no longer needed.
Initial commit of context module. Provides a small api for working with context in Drupal.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |