/[drupal]/contributions/modules/context/context_ui/context_ui_admin.inc
ViewVC logotype

Log of /contributions/modules/context/context_ui/context_ui_admin.inc

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.9.2.25
Sat Mar 7 20:23:38 2009 UTC (8 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.24: +1 -1 lines
FILE REMOVED
- #393772: Moving non-UI related code into context module.
- #393232: Renaming context_ui_admin.inc to context_ui.admin.inc.

Revision 1.9.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 7 15:09:09 2009 UTC (8 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.23: +2 -2 lines
Diff to previous 1.9.2.23 , to branch point 1.9
#392944: Increasing weight range for blocks.

Revision 1.9.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 06:52:33 2009 UTC (9 months, 2 weeks ago) by yhahn
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA4
Changes since 1.9.2.22: +7 -4 lines
Diff to previous 1.9.2.22 , to branch point 1.9
Pruning new $context->type key from exported context definitions.

Revision 1.9.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 02:35:45 2009 UTC (9 months, 2 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.21: +55 -64 lines
Diff to previous 1.9.2.21 , to branch point 1.9
#367057: Overhaul of admin/build/context interface by dmitrig01.

Revision 1.9.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 07:37:02 2009 UTC (9 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.20: +8 -1 lines
Diff to previous 1.9.2.20 , to branch point 1.9
Adding an experimental path-based context setter

Revision 1.9.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 06:04:13 2009 UTC (9 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.19: +19 -10 lines
Diff to previous 1.9.2.19 , to branch point 1.9
#336469: Fixing sticky checkbox for hidden blocks and using more human-friendly labels in block UI. From dmitrig01.

Revision 1.9.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 05:08:59 2009 UTC (9 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.18: +4 -4 lines
Diff to previous 1.9.2.18 , to branch point 1.9
#367775: Consistifying use of namespace/attribute/value delimiters in code. From dmitrig01.

Revision 1.9.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 03:54:06 2009 UTC (9 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.17: +2 -2 lines
Diff to previous 1.9.2.17 , to branch point 1.9
#367226: Helptext change to be consistent with new renamed hook.

Revision 1.9.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 03:59:01 2008 UTC (11 months, 1 week ago) by yhahn
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA3
Changes since 1.9.2.16: +20 -7 lines
Diff to previous 1.9.2.16 , to branch point 1.9
Adding checks and cleanups to ensure that context definitions don't have any empty items attached to them

Revision 1.9.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 12 17:31:36 2008 UTC (11 months, 2 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.15: +5 -3 lines
Diff to previous 1.9.2.15 , to branch point 1.9
Fixing overview page and constants for enabled/disabled contexts

Revision 1.9.2.15 - (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.9.2.14: +91 -182 lines
Diff to previous 1.9.2.14 , to branch point 1.9
- 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.9.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 7 09:42:14 2008 UTC (11 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA2
Changes since 1.9.2.13: +10 -4 lines
Diff to previous 1.9.2.13 , to branch point 1.9
Fixing some serious CRUD level issues

Revision 1.9.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 7 07:03:06 2008 UTC (11 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.12: +3 -3 lines
Diff to previous 1.9.2.12 , to branch point 1.9
Fixing call to cache_clear_all

Revision 1.9.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 7 05:50:09 2008 UTC (11 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.11: +4 -2 lines
Diff to previous 1.9.2.11 , to branch point 1.9
Caching setter/getter data

Revision 1.9.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 20:34:05 2008 UTC (11 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.10: +2 -2 lines
Diff to previous 1.9.2.10 , to branch point 1.9
- Fix for block UI error when dealing with underscore'd regions. #343133

Revision 1.9.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 30 03:46:11 2008 UTC (11 months, 4 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.9: +10 -2 lines
Diff to previous 1.9.2.9 , to branch point 1.9
Fix for context_ui_rebuild() where overridden contexts would not be reactivated correctly.

Revision 1.9.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 06:02:40 2008 UTC (12 months ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.8: +82 -48 lines
Diff to previous 1.9.2.8 , to branch point 1.9
- Implementing context disabling
- Fixes for E_ALL notices

Revision 1.9.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 20:08:22 2008 UTC (12 months ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.7: +2 -2 lines
Diff to previous 1.9.2.7 , to branch point 1.9
Fixing delete redirect from context_ui form

Revision 1.9.2.7 - (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.9.2.6: +128 -119 lines
Diff to previous 1.9.2.6 , to branch point 1.9
- 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.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 01:00:30 2008 UTC (12 months, 2 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.5: +2 -2 lines
Diff to previous 1.9.2.5 , to branch point 1.9
Fixing typo

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 6 19:41:22 2008 UTC (12 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.9.2.4: +3 -3 lines
Diff to previous 1.9.2.4 , to branch point 1.9
Replacing use of  with theme_default variable

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 6 18:49:13 2008 UTC (12 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.3: +13 -5 lines
Diff to previous 1.9.2.3 , to branch point 1.9
- Removing required flag from section element
- Pushing context export field through a theme function for easier
form_alter'ing.

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 6 16:32:19 2008 UTC (12 months, 3 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.2: +220 -209 lines
Diff to previous 1.9.2.2 , to branch point 1.9
- Splitting context_ui_context() API function into respective LCRUD
functions.
- Added tabledrag based block reordering.
- Added a "section" field to present a simplified UI to end users.
- Moved all jquery event attachers into behaviors.
- Clean up of menu local task structure.
- Clean up of context definition editing form.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 14:53:38 2008 UTC (12 months, 4 weeks ago) by yhahn
Branch: DRUPAL-6--1
Changes since 1.9.2.1: +15 -10 lines
Diff to previous 1.9.2.1 , to branch point 1.9
Fixing flakey override behavior

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 30 12:32:30 2008 UTC (13 months, 4 weeks ago) by jmiccolis
Branch: DRUPAL-6--1
Changes since 1.9: +5 -4 lines
Diff to previous 1.9
Proper submission handling context_ui admin form, #312725. Patch by TomMynd and Pasqualle

Revision 1.1.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 29 04:42:12 2008 UTC (13 months, 4 weeks ago) by yhahn
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA1
Changes since 1.1.2.23: +7 -1 lines
Diff to previous 1.1.2.23 , to branch point 1.1 , to next main 1.9
Adjustments to the context_ui form theme which better respects element
weights.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 3 02:12:27 2008 UTC (14 months, 3 weeks ago) by jmiccolis
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.8: +27 -12 lines
Diff to previous 1.8
Adding clone & override functionality to context_ui, for drupal 6 this time. Also made code E_ALL compliant and fixed other minor style issues.

Revision 1.1.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 3 02:10:42 2008 UTC (14 months, 3 weeks ago) by jmiccolis
Branch: DRUPAL-5
Changes since 1.1.2.22: +18 -5 lines
Diff to previous 1.1.2.22 , to branch point 1.1
Adding clone & override functionality to context_ui. Also a few tabs were converted to spaces.

Revision 1.1.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 04:49:53 2008 UTC (15 months, 1 week ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.21: +2 -2 lines
Diff to previous 1.1.2.21 , to branch point 1.1
Fixing block admin bugs related to custom regions and repeated addition/selection of blocks

Revision 1.1.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 11 14:21:47 2008 UTC (15 months, 2 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.20: +2 -2 lines
Diff to previous 1.1.2.20 , to branch point 1.1
Fixing bad check that came over from D6 FormAPI

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 10 09:25:32 2008 UTC (15 months, 2 weeks ago) by yhahn
Branch: MAIN
Changes since 1.7: +65 -52 lines
Diff to previous 1.7
Merging changes from DRUPAL-5 branch

Revision 1.1.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 10 09:23:09 2008 UTC (15 months, 2 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.19: +30 -25 lines
Diff to previous 1.1.2.19 , to branch point 1.1
Stylistic adjustments and variable instantiation -- from D6 version

Revision 1.1.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 23:53:44 2008 UTC (15 months, 2 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.18: +8 -4 lines
Diff to previous 1.1.2.18 , to branch point 1.1
Allow modules to explicitly override system + status flags in hook_context_define()

Revision 1.1.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 21:15:46 2008 UTC (15 months, 2 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.17: +2 -2 lines
Diff to previous 1.1.2.17 , to branch point 1.1
Removing class 'hidden' from context_ui form theme

Revision 1.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 7 19:27:15 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.16: +3 -2 lines
Diff to previous 1.1.2.16 , to branch point 1.1
Fixing iteration by reference

Revision 1.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 07:52:45 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.15: +55 -53 lines
Diff to previous 1.1.2.15 , to branch point 1.1
- Renaming space to namespace, key to attribute in preparation for release
- Renaming context_exists() to context_isset(). Context_exists() retained for backwards compatibility.

Revision 1.7 - (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.6: +0 -17 lines
Diff to previous 1.6
Moving contrib module integration into context_ui_contrib.module

Revision 1.1.2.15 - (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.14: +1 -23 lines
Diff to previous 1.1.2.14 , to branch point 1.1
Moving views helper function to context_ui_contrib

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 16:29:54 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: MAIN
Changes since 1.5: +467 -2 lines
Diff to previous 1.5
Merging refactoring/structural changes from DRUPAL-5 branch

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 16:28:17 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.13: +2 -2 lines
Diff to previous 1.1.2.13 , to branch point 1.1
Small usability improvement to block visibility information and code style fixes

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 15:21:03 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.12: +479 -10 lines
Diff to previous 1.1.2.12 , to branch point 1.1
- Adding block visibility information to block configuration form.
- Adjusting array structure of hook_context_items() to directly map to
FormAPI.
- Moving all admin-related functions, including page callbacks, into
context_ui_admin.inc.
- Cleaning up comment style.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 09:30:09 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: MAIN
Changes since 1.4: +9 -4 lines
Diff to previous 1.4
Merging changes from DRUPAL-5 branch into HEAD

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 09:25:39 2008 UTC (15 months, 3 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.11: +9 -4 lines
Diff to previous 1.1.2.11 , to branch point 1.1
Fixing form process error when item type is single select

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 17 16:57:19 2008 UTC (16 months, 1 week ago) by jmiccolis
Branch: MAIN
Changes since 1.3: +64 -66 lines
Diff to previous 1.3
#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.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 14:03:23 2008 UTC (16 months, 2 weeks ago) by yhahn
Branch: MAIN
Changes since 1.2: +1 -212 lines
Diff to previous 1.2
Merging changes from DRUPAL-5 branch

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 13:50:08 2008 UTC (16 months, 2 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.10: +1 -212 lines
Diff to previous 1.1.2.10 , to branch point 1.1
Moving context_ui_context and related API functions into context_ui.module

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 13:23:04 2008 UTC (16 months, 2 weeks ago) by jmiccolis
Branch: MAIN
Changes since 1.1: +33 -425 lines
Diff to previous 1.1
Merging changes from DRUPAL-5 Branch into HEAD

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 9 22:26:35 2008 UTC (17 months, 2 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.9: +2 -2 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Fixing type checking bug where blocks would not get sorted correctly on admin page

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 5 14:20:41 2008 UTC (17 months, 3 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.8: +19 -5 lines
Diff to previous 1.1.2.8 , to branch point 1.1
- Added import functionality for adding exported contexts to the
database
- Improved admin UI layout for clearer distinction between context
setters and context getters

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 18:31:19 2008 UTC (19 months, 2 weeks ago) by jmiccolis
Branch: DRUPAL-5
Changes since 1.1.2.7: +1 -57 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Moved a pair of api functions out of the admin.inc and into context_ui.module

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 14:39:45 2008 UTC (19 months, 2 weeks ago) by jmiccolis
Branch: DRUPAL-5
Changes since 1.1.2.6: +7 -356 lines
Diff to previous 1.1.2.6 , to branch point 1.1
No longer load context_ui_admin.inc on every page load. Standardized format for space, key, value strings (numbers, lowercase letters and underscore only). More concise test.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 01:44:09 2008 UTC (19 months, 3 weeks ago) by jmiccolis
Branch: DRUPAL-5
Changes since 1.1.2.5: +3 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Unset array fix, cleaned up some comments

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 8 21:04:40 2008 UTC (19 months, 3 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.4: +2 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Fixing rebuild() leaving stale context definitions

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 8 18:53:19 2008 UTC (19 months, 3 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.3: +6 -8 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Switching menu association identifier from mid to path, and added nodequeue integration

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 17:19:57 2008 UTC (19 months, 4 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.2: +8 -8 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Fixing block visibility issue with certain themes

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 15:01:46 2008 UTC (19 months, 4 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1.2.1: +1010 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Adding context_ui to DRUPAL-5 branch

Revision 1.1.2.1
Tue Apr 1 14:53:29 2008 UTC (19 months, 4 weeks ago) by yhahn
Branch: DRUPAL-5
Changes since 1.1: +0 -1010 lines
FILE REMOVED
file context_ui_admin.inc was added on branch DRUPAL-5 on 2008-04-01 15:01:46 +0000

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 14:53:29 2008 UTC (19 months, 4 weeks ago) by yhahn
Branch: MAIN
Branch point for: DRUPAL-5
Adding a very early alpha release of context_ui. Provides a user interface for context-based site building.

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