Andy Miller
56f267ec79
reordered tests
2016-01-31 22:09:27 -07:00
Andy Miller
5f6b09b032
fixed a markdown test
2016-01-31 21:54:57 -07:00
Andy Miller
7de21b1f52
went back to dev-master of Parsedown until release
2016-01-31 21:54:08 -07:00
Andy Miller
9c0deea6c8
added some tests that test various URL and subduer scenarios
2016-01-31 19:06:00 -07:00
Andy Miller
62dbf9b02b
Initiate the Uri->init() in bootstrap stage
2016-01-31 19:05:37 -07:00
Andy Miller
0ddfd4c546
value is getting overridden so not needed here
2016-01-31 19:05:15 -07:00
Andy Miller
5abb4060f3
moved grav-based base_uri values into Uri->init()
2016-01-31 19:04:58 -07:00
Flavio Copes
d4aeb8e223
Merge pull request #640 from Vivalldi/patch-2
...
Fix for #612
2016-01-31 15:27:46 +01:00
Flavio Copes
c76be3c4dd
Merge pull request #649 from Vivalldi/patch-3
...
Change user to USER - Easy to note replacement
2016-01-31 15:27:08 +01:00
Tyler Cosgrove
b17a3780ab
Change user to USER - Easy to note replacement
...
Primarily going to be used for install script but it makes it more apparent that someone may need to change their root path.
2016-01-30 18:15:28 -05:00
Flavio Copes
b612347ee7
🚧 Drop unneeded pages unset. Remove second set of pages test, currently not working
2016-01-30 12:20:07 +01:00
Andy Miller
06a76579db
more tests
2016-01-30 00:06:15 -07:00
Andy Miller
13db4025b6
reset the pages
2016-01-29 21:32:34 -07:00
Andy Miller
07fa7da920
renaming some tests
2016-01-29 21:32:16 -07:00
Andy Miller
0be127eda7
Merge branch 'feature/page_level_ssl' into develop
2016-01-29 17:40:48 -07:00
Andy Miller
fe01f29872
slug and directory relative links
2016-01-29 17:40:20 -07:00
Andy Miller
a1dca420e4
More progress with tests using page references.
2016-01-29 17:32:44 -07:00
Djamil Legato
2585512946
Typo
2016-01-29 13:33:57 -08:00
Andy Miller
7a1e10ee13
Merge branch 'develop' into feature/page_level_ssl
2016-01-29 14:33:39 -07:00
Andy Miller
99c16d5514
fixes for merge
2016-01-29 14:31:57 -07:00
Djamil Legato
ee99cb7990
Disable xdebug only on non hhvm envs
2016-01-29 13:30:26 -08:00
Djamil Legato
c2fb252a6e
Disable xdebug on Travis
2016-01-29 13:27:43 -08:00
Djamil Legato
7d00941876
Updated hipchat notification
2016-01-29 13:23:02 -08:00
Djamil Legato
db59caa764
Added automatic Unit Tests runner in Travis
2016-01-29 12:34:52 -08:00
Djamil Legato
4218e3f81b
Removed extra quotes
2016-01-29 12:10:47 -08:00
Djamil Legato
11a14aed76
Updated composer.lock
2016-01-29 12:06:42 -08:00
Djamil Legato
ae3ca8aa2d
😱 Fixed missing variable
2016-01-29 10:26:27 -08:00
Djamil Legato
0bce4a95b7
Refractored Metadata generator. [BC included]
...
Metadata are now only flat array. To use social metas, such as open graph, specify the key property with the separator in it (ie, 'og:title'). Grav will automatically treat it as social media and render with both `property` and `name`.
Any other meta will be regularly treated as `name` (ie, 'title' or 'description')
2016-01-29 10:13:14 -08:00
Flavio Copes
60ab5cefd0
🚧 Reset instances, children and routes properties in Pages::init() prior to calling buildPages()
...
Useful when calling Pages::init() multiple times, or the properties are
never reset and the subsequent buildPages() calls fail
2016-01-29 18:32:52 +01:00
Flavio Copes
793f14c3e0
📚 PHPDoc
2016-01-29 18:32:52 +01:00
Flavio Copes
bb1e49dd8e
✨ Return $this in Page constructor and Page::init() to allow method chaining
2016-01-29 18:32:52 +01:00
Flavio Copes
4108c7710b
✅ First Pages testing in place with first simple site stub structure provided under tests/fake
2016-01-29 18:32:52 +01:00
Flavio Copes
3fb684d608
🚧 Add error log for tests
2016-01-29 18:32:52 +01:00
Flavio Copes
e2d00bec41
✅ Add tear down method
2016-01-29 18:32:52 +01:00
Flavio Copes
aa4fb96b8b
Drop generated files, ignored
2016-01-29 18:32:52 +01:00
Flavio Copes
c307f63e1f
✅ Cleanup tests
2016-01-29 18:32:52 +01:00
Flavio Copes
1494247c85
✅ Tests code cleanup
2016-01-29 18:32:52 +01:00
Andy Miller
d6b8ae6297
Merge branch 'develop' into feature/page_level_ssl
...
# Conflicts:
# system/src/Grav/Common/Markdown/ParsedownGravTrait.php
# system/src/Grav/Common/Uri.php
2016-01-29 10:30:47 -07:00
Andy Miller
d3202b3210
Merge branch 'feature/proxy_support' into develop
2016-01-28 10:37:06 -07:00
Andy Miller
a08b5a1863
Added proxy_url to config blueprints
2016-01-28 10:34:50 -07:00
Andy Miller
1f75e014d3
added example
2016-01-28 10:30:24 -07:00
Flavio Copes
19891408db
🎨 Code cleanup and PHPDoc
2016-01-28 17:33:23 +01:00
Flavio Copes
57c4f13e53
🎨 PHPDoc
2016-01-28 17:13:19 +01:00
Flavio Copes
4854c72cbb
🐛 Fix typo
2016-01-28 13:51:07 +01:00
Flavio Copes
d440739b8b
🎨 Adjust spacing and PHPDoc
2016-01-28 13:32:18 +01:00
Flavio Copes
2d49054a95
🎨 Fix spacing and code formatting
2016-01-28 11:34:33 +01:00
Flavio Copes
2fb22d813f
🎨 Fix spacing and code formatting
2016-01-28 11:21:17 +01:00
Flavio Copes
6c02bf0c70
🎨 Fix spacing and code formatting
2016-01-28 11:20:26 +01:00
Flavio Copes
172600415d
🎨 Fix spacing and code formatting
2016-01-28 11:18:17 +01:00
Flavio Copes
c55b032928
🎨 Fix spacing and code formatting
2016-01-28 11:11:54 +01:00