Log of /contributions/modules/drupalorg/drupalorg_crosssite/drupalorg_crosssite.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 13 19:16:16 2009 UTC
(9 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.22: +5 -4 lines
Diff to
previous 1.22
Move the main community menu item to the new landing page. Also, increase new item number on the front page by 1
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 11 17:48:58 2009 UTC
(9 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.16: +3 -3 lines
Diff to
previous 1.16
Fix install profile link so that it does not interfere with classes. Also, add in / or end marker to download path matching.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 11 17:09:42 2009 UTC
(9 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.14: +18 -11 lines
Diff to
previous 1.14
Add more #active markers where needed and document where they are not needed, since Drupal already does it.
Also, add some provisions for the single-sign-on, so that we can look at that when we start to have that implemented.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 11 15:59:11 2009 UTC
(9 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.12: +94 -95 lines
Diff to
previous 1.12
- Consolidate #site and #active checking into one function to remove a bunch of repetitive code.
- Fix some 'site' keys to '#site'.
- Simplify code around the main top navigation
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 11 14:59:27 2009 UTC
(9 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.10: +53 -15 lines
Diff to
previous 1.10
Add masthead navigation generation. Fix some regexps to be more path-proof. Also, added empty string matching for looking at the homepage.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 11 14:09:16 2009 UTC
(9 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.7: +7 -6 lines
Diff to
previous 1.7
Build up another array, since modifying the same array also modifies the ordering. Not good. Also, fix preg match wrapper so it does not interfer with negative lookaheads we have.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 11 12:26:08 2009 UTC
(9 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.3: +10 -7 lines
Diff to
previous 1.3
Theme adjustments: bypass adding class=links, since that adds more cruft to override in the CSS; add alpha-omega classes to first and last footer links to remove some margins
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 11 11:52:39 2009 UTC
(9 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.2: +113 -114 lines
Diff to
previous 1.2
Consistency update:
- Move nav_content to the variables instead of moving this through the block system.
- Only excersize all the nav content building code if we actually have links.
- Move utility functions to the bottom.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 11 11:43:12 2009 UTC
(9 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.1: +64 -9 lines
Diff to
previous 1.1
- Added cross-site link handling to the header nav.
- Added the footer nav.
- Fixed a link altering issue in the content top cross-site nav.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 11 11:11:01 2009 UTC
(9 months, 1 week ago)
by
goba
Branch:
MAIN
Initial version of cross-site custom menu implementation. Still need thoughts on:
- many items don't have a path (yet)
(these pages either do not exist yet or there is no good way to link to them)
- the path checking for the links does not take aliases into good account
- the host checking for the links does not take test sites into good account
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.