Merge remote-tracking branch 'origin/3.0'

This commit is contained in:
Ingo Schommer 2012-10-16 10:26:09 +02:00
commit db3499cdf5
2 changed files with 9 additions and 5 deletions

View File

@ -21,8 +21,12 @@ script:
branches:
except:
- translation-staging
- 2.1
- 2.2
- 2.3
- 2.4
- post-2.4
- translation-staging
notifications:
irc:

View File

@ -6,16 +6,16 @@ SiteTree:
about:
Title: About Us
URLSegment: about
Content: <a href="home">Home</a><a href="staff/">Staff</a>
Content: '<a href="home">Home</a><a href="staff/">Staff</a>'
staff:
Title: Staff
URLSegment: staff
Content: <a href="home/">Home</a><a href="about">About</a>
Content: '<a href="home/">Home</a><a href="about">About</a>'
Parent: =>SiteTree.about
action:
Title: Action Link
URLSegment: action
Content: <a href="home/SearchForm">Search Form</a>
Content: '<a href="home/SearchForm">Search Form</a>'
hash_link:
Title: Hash Link
URLSegment: hash-link
@ -23,7 +23,7 @@ SiteTree:
admin_link:
Title: Admin Link
URLSegment: admin-link
Content: <a href="admin">Admin</a>
Content: '<a href="admin">Admin</a>'
no_links:
Title: No Links
URLSegment: No Links