Changeset 1368528
- Timestamp:
- 03/10/2016 06:09:26 PM (10 years ago)
- Location:
- fixed-menu-anchor/trunk
- Files:
-
- 175 added
- 2 edited
-
.gitignore (modified) (1 diff)
-
admin/twig/settings-unlocked.html (modified) (1 diff)
-
vendor/hamcrest (added)
-
vendor/hamcrest/hamcrest-php (added)
-
vendor/hamcrest/hamcrest-php/.coveralls.yml (added)
-
vendor/hamcrest/hamcrest-php/.gitignore (added)
-
vendor/hamcrest/hamcrest-php/.gush.yml (added)
-
vendor/hamcrest/hamcrest-php/.travis.yml (added)
-
vendor/hamcrest/hamcrest-php/CHANGES.txt (added)
-
vendor/hamcrest/hamcrest-php/LICENSE.txt (added)
-
vendor/hamcrest/hamcrest-php/README.md (added)
-
vendor/hamcrest/hamcrest-php/TODO.txt (added)
-
vendor/hamcrest/hamcrest-php/composer.json (added)
-
vendor/hamcrest/hamcrest-php/generator (added)
-
vendor/hamcrest/hamcrest-php/generator/FactoryCall.php (added)
-
vendor/hamcrest/hamcrest-php/generator/FactoryClass.php (added)
-
vendor/hamcrest/hamcrest-php/generator/FactoryFile.php (added)
-
vendor/hamcrest/hamcrest-php/generator/FactoryGenerator.php (added)
-
vendor/hamcrest/hamcrest-php/generator/FactoryMethod.php (added)
-
vendor/hamcrest/hamcrest-php/generator/FactoryParameter.php (added)
-
vendor/hamcrest/hamcrest-php/generator/GlobalFunctionFile.php (added)
-
vendor/hamcrest/hamcrest-php/generator/StaticMethodFile.php (added)
-
vendor/hamcrest/hamcrest-php/generator/parts (added)
-
vendor/hamcrest/hamcrest-php/generator/parts/file_header.txt (added)
-
vendor/hamcrest/hamcrest-php/generator/parts/functions_footer.txt (added)
-
vendor/hamcrest/hamcrest-php/generator/parts/functions_header.txt (added)
-
vendor/hamcrest/hamcrest-php/generator/parts/functions_imports.txt (added)
-
vendor/hamcrest/hamcrest-php/generator/parts/matchers_footer.txt (added)
-
vendor/hamcrest/hamcrest-php/generator/parts/matchers_header.txt (added)
-
vendor/hamcrest/hamcrest-php/generator/parts/matchers_imports.txt (added)
-
vendor/hamcrest/hamcrest-php/generator/run.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Arrays (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Arrays/IsArray.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Arrays/IsArrayContaining.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Arrays/IsArrayContainingInAnyOrder.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Arrays/IsArrayContainingInOrder.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Arrays/IsArrayContainingKey.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Arrays/IsArrayContainingKeyValuePair.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Arrays/IsArrayWithSize.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Arrays/MatchingOnce.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Arrays/SeriesMatchingOnce.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/AssertionError.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/BaseDescription.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/BaseMatcher.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Collection (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Collection/IsEmptyTraversable.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Collection/IsTraversableWithSize.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/AllOf.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/AnyOf.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/CombinableMatcher.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/DescribedAs.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/Every.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/HasToString.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/Is.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/IsAnything.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/IsCollectionContaining.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/IsEqual.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/IsIdentical.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/IsInstanceOf.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/IsNot.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/IsNull.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/IsSame.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/IsTypeOf.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/Set.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Core/ShortcutCombination.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Description.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/DiagnosingMatcher.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/FeatureMatcher.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Internal (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Internal/SelfDescribingValue.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Matcher.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/MatcherAssert.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Matchers.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/NullDescription.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Number (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Number/IsCloseTo.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Number/OrderingComparison.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/SelfDescribing.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/StringDescription.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Text (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Text/IsEmptyString.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Text/IsEqualIgnoringCase.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Text/IsEqualIgnoringWhiteSpace.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Text/MatchesPattern.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Text/StringContains.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Text/StringContainsIgnoringCase.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Text/StringContainsInOrder.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Text/StringEndsWith.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Text/StringStartsWith.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Text/SubstringMatcher.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type/IsArray.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type/IsBoolean.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type/IsCallable.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type/IsDouble.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type/IsInteger.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type/IsNumeric.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type/IsObject.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type/IsResource.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type/IsScalar.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type/IsString.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/TypeSafeDiagnosingMatcher.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/TypeSafeMatcher.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Util.php (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Xml (added)
-
vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Xml/HasXPath.php (added)
-
vendor/hamcrest/hamcrest-php/tests (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/AbstractMatcherTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Array (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Array/IsArrayContainingInAnyOrderTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Array/IsArrayContainingInOrderTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Array/IsArrayContainingKeyTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Array/IsArrayContainingKeyValuePairTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Array/IsArrayContainingTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Array/IsArrayTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Array/IsArrayWithSizeTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/BaseMatcherTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Collection (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Collection/IsEmptyTraversableTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Collection/IsTraversableWithSizeTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/AllOfTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/AnyOfTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/CombinableMatcherTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/DescribedAsTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/EveryTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/HasToStringTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsAnythingTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsCollectionContainingTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsEqualTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsIdenticalTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsInstanceOfTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsNotTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsNullTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsSameTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsTypeOfTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/SampleBaseClass.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/SampleSubClass.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/SetTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/FeatureMatcherTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/MatcherAssertTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Number (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Number/IsCloseToTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Number/OrderingComparisonTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/StringDescriptionTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Text (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Text/IsEmptyStringTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Text/IsEqualIgnoringCaseTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Text/IsEqualIgnoringWhiteSpaceTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Text/MatchesPatternTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Text/StringContainsIgnoringCaseTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Text/StringContainsInOrderTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Text/StringContainsTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Text/StringEndsWithTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Text/StringStartsWithTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Type (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Type/IsArrayTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Type/IsBooleanTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Type/IsCallableTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Type/IsDoubleTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Type/IsIntegerTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Type/IsNumericTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Type/IsObjectTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Type/IsResourceTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Type/IsScalarTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Type/IsStringTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/UtilTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Xml (added)
-
vendor/hamcrest/hamcrest-php/tests/Hamcrest/Xml/HasXPathTest.php (added)
-
vendor/hamcrest/hamcrest-php/tests/bootstrap.php (added)
-
vendor/hamcrest/hamcrest-php/tests/phpunit.xml.dist (added)
Legend:
- Unmodified
- Added
- Removed
-
fixed-menu-anchor/trunk/.gitignore
r1368514 r1368528 5 5 /vendor/brain 6 6 /vendor/doctrine 7 /vendor/hamcrest8 7 /vendor/mockery 9 8 /vendor/phpdocumentor -
fixed-menu-anchor/trunk/admin/twig/settings-unlocked.html
r1368516 r1368528 1 1 <h1>Fixed Menu Header</h1> 2 2 3 {% if f alse == freshlyUnlocked %}3 {% if freshlyUnlocked %} 4 4 <div class="updated" 5 5 style="margin-top: 40px; margin-bottom: 40px; padding-top: 20px; padding-bottom: 20px; width: 70%;">
Note: See TracChangeset
for help on using the changeset viewer.