Log of /contributions/modules/context/context_ui/context_ui.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.13.2.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 16 04:34:11 2008 UTC
(11 months, 1 week ago)
by
yhahn
Branch:
DRUPAL-6--1
Changes since
1.13.2.22: +65 -30 lines
Diff to
previous 1.13.2.22
, to
branch point 1.13
- Applying patch from anantagati which fixes the context visibility links displayed on block
configuration pages.
- Fix for block configuration page displays which needed an update to the newest context API
functions.
- Splitting the main context_ui form_alter() into form_$form_id_alters where possible.
Revision
1.13.2.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 15 01:44:13 2008 UTC
(11 months, 1 week ago)
by
yhahn
Branch:
DRUPAL-6--1
Changes since
1.13.2.18: +133 -43 lines
Diff to
previous 1.13.2.18
, to
branch point 1.13
- #345050: Updated context_ui_block_list() to respect visibility and customization
settings made through the block module.
- Cleaning up old code.
- Replacing phptemplate_blocks() hack with a less hacking
hook_theme_registry_alter() to hijack theme_blocks().
Revision
1.13.2.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 12 16:49:59 2008 UTC
(11 months, 1 week ago)
by
yhahn
Branch:
DRUPAL-6--1
Changes since
1.13.2.16: +340 -159 lines
Diff to
previous 1.13.2.16
, to
branch point 1.13
- 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.13.2.6 -
(
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.13.2.5: +358 -411 lines
Diff to
previous 1.13.2.5
, to
branch point 1.13
- 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.13.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 6 16:32:19 2008 UTC
(12 months, 2 weeks ago)
by
yhahn
Branch:
DRUPAL-6--1
Changes since
1.13.2.1: +264 -202 lines
Diff to
previous 1.13.2.1
, to
branch point 1.13
- 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.13.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 20 21:08:49 2008 UTC
(13 months ago)
by
yhahn
Branch:
DRUPAL-6--1
Changes since
1.13: +4 -4 lines
Diff to
previous 1.13
- Moving cache rebuild on hook_init() to hook_exit().
- Fixing implementation of hook_views_pre_query().
- Fixing integration against menu system.
Revision
1.13 -
(
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.12: +12 -4 lines
Diff to
previous 1.12
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.28 -
(
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.27: +120 -557 lines
Diff to
previous 1.1.2.27
, 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.1.2.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 3 09:18:58 2008 UTC
(15 months, 3 weeks ago)
by
yhahn
Branch:
DRUPAL-5
Changes since
1.1.2.26: +65 -54 lines
Diff to
previous 1.1.2.26
, to
branch point 1.1
- #286336: Refactoring hook_context_items() to allow for multiple/single
select and specification of setter/getter type.
- Removed context_ui_block_hack() -- we are now directly overriding
theme_blocks by unabashedly taking the phptemplate_blocks function override.
Themer beware!
Revision
1.5 -
(
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.4: +285 -271 lines
Diff to
previous 1.4
#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.1.2.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 15 13:51:48 2008 UTC
(16 months, 1 week ago)
by
yhahn
Branch:
DRUPAL-5
Changes since
1.1.2.22: +353 -53 lines
Diff to
previous 1.1.2.22
, to
branch point 1.1
- Splitting out major portions of block visibility logic to improve code
readability.
- Added context_ui_context API functions from _admin.inc
- Added theme_context_ui_node_links() which provides contextual node add links
based on the active context and user permissions.
- Fixed a bug where local tasks were rendered improperly / caused strange
behavior because of improper grafting of items into the menu tree.
Revision
1.1.2.1
Tue Apr 1 14:53:29 2008 UTC
(19 months, 3 weeks ago)
by
yhahn
Branch:
DRUPAL-5
Changes since
1.1: +0 -593 lines
FILE REMOVED
file context_ui.module was added on branch DRUPAL-5 on 2008-04-01 15:01:46 +0000
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.