/[drupal]/contributions/modules/context/context_ui/context_ui_contrib.module
ViewVC logotype

Log of /contributions/modules/context/context_ui/context_ui_contrib.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.5.2.9
Mon Mar 9 06:43:56 2009 UTC (8 months, 2 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.5.2.8: +1 -1 lines
FILE REMOVED
#394964: Renmaing context_ui_contrib to context_contrib. From dmitrig01.

Revision 1.5.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 7 20:23:38 2009 UTC (8 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.5.2.7: +10 -10 lines
Diff to previous 1.5.2.7 , to branch point 1.5
- #393772: Moving non-UI related code into context module.
- #393232: Renaming context_ui_admin.inc to context_ui.admin.inc.

Revision 1.5.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 03:33:13 2008 UTC (11 months, 1 week ago) by yhahn
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-ALPHA4
Changes since 1.5.2.6: +0 -0 lines
Diff to previous 1.5.2.6 , to branch point 1.5
Fixing error when no user roles present

Revision 1.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 17 17:51:50 2008 UTC (11 months, 1 week ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.5.2.5: +23 -8 lines
Diff to previous 1.5.2.5 , to branch point 1.5
*** empty log message ***

Revision 1.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 12 16:49:59 2008 UTC (11 months, 2 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.5.2.4: +4 -4 lines
Diff to previous 1.5.2.4 , to branch point 1.5
- Adding CHANGELOG.txt
- Update to README.txt to reflect updated menu links functionality and
  include basic list of hooks provided by context_ui.
- Update to DB schema to reflect new storage system. Update script
  included.
- Improved namespace consistency -- all hooks now use context_ui
  rather that context as their function prefix.
- Moved deprecated functions / backwards-compatibility functions to
  the end of context_ui.module.
- Major refactoring of context storage schema. Contexts are now cached
  for performance and default contexts are no longer stored in the
  database.

Revision 1.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 15:31:56 2008 UTC (12 months ago) by yhahn
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA2
Changes since 1.5.2.3: +1 -22 lines
Diff to previous 1.5.2.3 , to branch point 1.5
Removing outline integration with context_ui

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 05:48:29 2008 UTC (12 months ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.5.2.2: +11 -4 lines
Diff to previous 1.5.2.2 , to branch point 1.5
- Split context_ui_item table into context_ui_setter and context_ui_getter tables.

- Split hook_context_items() into hook_context_getters() and hook_context_setters().

- Added implementation of hook_flush_caches() for rebuilding context cache.

- Added implementation of hook_theme_registry_alter() to eliminate the need to implement theme
changes for working menu active classes.

- Added theme-level section titles, section subtitles and section body classes as context getters.

- Reduced unnecessary duplication of block code at the price of a minor performance hit.

- Simplified the context_ui CRUD API.

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 12:40:51 2008 UTC (13 months ago) by jmiccolis
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.5.2.1: +4 -1 lines
Diff to previous 1.5.2.1 , to branch point 1.5
Extending context_ui_contrib to work with calendar views. Patch by rsoden.

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 21:08:49 2008 UTC (13 months, 1 week ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
- Moving cache rebuild on hook_init() to hook_exit().
- Fixing implementation of hook_views_pre_query().
- Fixing integration against menu system.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 11:45:20 2008 UTC (15 months, 1 week ago) by yhahn
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
#295813: Correcting incorrect hook name. From Pasqualle.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 00:32:06 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA1
Changes since 1.1.2.2: +3 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1 , to next main 1.5
#290997: Fix from Pasqualle

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 00:31:49 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3
#290997: Fix from Pasqualle

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 17:30:25 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: MAIN
Changes since 1.2: +48 -0 lines
Diff to previous 1.2
#288564: Adding integration for css_injector. Patch from Pasqualle.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 16:56:07 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: MAIN
Changes since 1.1: +98 -0 lines
Diff to previous 1.1
Moving contrib module integration into context_ui_contrib.module

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 16:49:34 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.1: +24 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Moving views helper function to context_ui_contrib

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 16:41:45 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1: +81 -0 lines
Diff to previous 1.1
- Moving contrib module integration into context_ui_contrib.module

Revision 1.1
Sun Aug 3 16:41:45 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: MAIN
Branch point for: DRUPAL-5
FILE REMOVED
file context_ui_contrib.module was initially added on branch DRUPAL-5.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2