Log of /contributions/modules/spaces/spaces.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.25.4.33.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 21 22:04:08 2009 UTC
(7 months ago)
by
yhahn
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-0-ALPHA2
Changes since
1.25.4.33.2.6: +117 -59 lines
Diff to
previous 1.25.4.33.2.6
, to
branch point 1.25.4.33
Use hook_menu_alter() for spaces menu access rules.
Split router() method into menu_access() and router().
Combine 'user view', 'user form' into 'user' op for menu_access and router methods.
Combine 'node view', 'node form' into 'node' op for menu_access and router methods.
Add relationship and base table support to views_filter method.
Fix broken menu customizer.
Fix typo in broken block customizer.
Simplify spaces local tasks in spaces_active_space_menu.
Add spaces links to $vars in page template.
Add spaces views filter for users base table.
spaces_og: Rebuild og_public flag for nodes associated with features when saving group space.
spaces_og: Disallow node creation for og-enabled nodes in other space types.
spaces_og: Removing hook_requirements().
spaces_taxonomy, spaces_user, spaces_site: Getting up to speed with latest API changes.
Revision
1.25.4.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 4 05:28:44 2009 UTC
(10 months, 2 weeks ago)
by
yhahn
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-0-ALPHA3
Changes since
1.25.4.17: +79 -17 lines
Diff to
previous 1.25.4.17
, to
branch point 1.25
- Fix for a serious bug in spaces_features() and spaces_settings() where type specifications were not being respected correctly.
- Adjustments for API changes in context_prefix().
- Added integration against context_ui that allows the active space type to be a setter condition.
Revision
1.25.2.2.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 1 06:00:58 2008 UTC
(13 months, 3 weeks ago)
by
yhahn
Branch:
DRUPAL-5--2
Changes since
1.25.2.2.2.3: +128 -47 lines
Diff to
previous 1.25.2.2.2.3
, to
branch point 1.25.2.2
- Adding proof of concept spaces_user module which integrates spaces against users.
- Added spaces preset default handling.
- Cleaned up spaces contextual link generation and added a hook to allow other modules to modify contextual links.
- General cleanup and logic reworking for multiple space implementations.
Revision
1.25.2.2.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 28 15:47:21 2008 UTC
(13 months, 3 weeks ago)
by
yhahn
Branch:
DRUPAL-5--2
Changes since
1.25.2.2.2.1: +123 -3 lines
Diff to
previous 1.25.2.2.2.1
, to
branch point 1.25.2.2
- Documentation for the space interface.
- Added hook_views_tables() for implementing an abstract space filter.
- Added integration against the views space filter in spaces_og,
spaces_core, spaces_calendar and spaces_casetracker.
- Removed old og views handler cruft.
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 6 07:54:54 2008 UTC
(15 months, 2 weeks ago)
by
yhahn
Branch:
MAIN
Changes since
1.17: +57 -15 lines
Diff to
previous 1.17
- Refactoring context definitions to jive with newest context_ui
- Removing spaces.theme include and merging single theme function into spaces.module
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 4 00:09:30 2008 UTC
(15 months, 3 weeks ago)
by
yhahn
Branch:
MAIN
Changes since
1.12: +4 -2 lines
Diff to
previous 1.12
- Reverting spaces_dashboard context definition to include spaces key. Required
for proper menu building functionality.
- Adjusting _spaces_homepage_options() to exclude features without menu items /
options.
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 4 00:03:31 2008 UTC
(15 months, 3 weeks ago)
by
yhahn
Branch:
MAIN
Changes since
1.11: +41 -9 lines
Diff to
previous 1.11
- Adjusting help text associated with each spaces feature.
- Adding custom theme function for spaces_features_form().
- Removing unused spaces key from spaces_dashboard context definition.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 22 20:36:15 2008 UTC
(16 months ago)
by
jmiccolis
Branch:
MAIN
Changes since
1.10: +185 -116 lines
Diff to
previous 1.10
Reworked and centralized spaces' routing code. Changed the default behavior to push users in to a group when viewing public group content.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 9 16:17:24 2008 UTC
(16 months, 2 weeks ago)
by
jmiccolis
Branch:
MAIN
Changes since
1.5: +78 -37 lines
Diff to
previous 1.5
Reworked spaces_group mask to lay foundation for customizeable masks. Allowed masks to limit feature setting options.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 18 21:30:02 2008 UTC
(17 months, 1 week ago)
by
jmiccolis
Branch:
MAIN
Changes since
1.4: +5 -6 lines
Diff to
previous 1.4
More consistent usage of 'dminister group features' perm.
Fixed visibility and langauge on edit account / edit profile buttons.
Removed spaces_calendar's depenency on feedapi, made it use feedapi if available.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 18 03:16:22 2008 UTC
(17 months, 1 week ago)
by
jmiccolis
Branch:
MAIN
Changes since
1.3: +87 -32 lines
Diff to
previous 1.3
FIXED: Bug where you couldn't change a groups labels outside it's group context.
FIXED: Better logic for checking access
FIXED: Direct users to the proper home page - esp for overridden feature definitions.
FIXED: hook_requirements no longer throws errors for content types that aren't actually defined.
FIXED: using a more strict/accurate groupmask
NEW: ALPHA Feature, custom view headers per group. Lets group administrators pick a node to use a the view header.
NEW: Adding initial test
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 23 12:20:01 2008 UTC
(18 months ago)
by
jmiccolis
Branch:
MAIN
Changes since
1.1: +16 -4 lines
Diff to
previous 1.1
Removed a stray debug function and expanded spaces_requirements to check that content types used in features are og enabled.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 22 21:03:32 2008 UTC
(18 months ago)
by
jmiccolis
Branch:
MAIN
Initial commit of the spaces module. Spaces integrates with Organic Groups and the Context modules to provide customizable groups with various features.
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.