Flavio Copes
71e8ba44fc
Test Composer class
2016-01-20 09:21:15 +01:00
Andy Miller
e801c8f44e
Added support for absolute_urls: true and page level ssl
2016-01-19 15:48:18 -07:00
Andy Miller
4fa04f6eec
added scheme to URI
2016-01-19 15:46:09 -07:00
Andy Miller
f308587624
add SSL page variable and also force include_host if absolute_urls: true
2016-01-19 15:45:51 -07:00
Tyler Cosgrove
8406802a05
Change to next significant release
2016-01-19 14:46:30 -05:00
Tyler Cosgrove
778ae8aced
Update Whoops to latest
...
Should have line highlights.
2016-01-19 14:15:12 -05:00
Flavio Copes
49dd8b3c9d
Cleanup
2016-01-19 14:16:15 +01:00
Flavio Copes
1ecd4bfd5a
Add Browser test
2016-01-19 14:16:06 +01:00
Flavio Copes
235b7e5ff3
Document Browser
2016-01-19 13:49:39 +01:00
Flavio Copes
68c582a02a
Use unused $locator var
2016-01-19 13:38:03 +01:00
Flavio Copes
d0ef86c9a8
Remove unused variables
2016-01-19 13:37:56 +01:00
Flavio Copes
9c89f55274
Merge branch 'develop' into feature/introduce-testing
2016-01-19 13:30:40 +01:00
Flavio Copes
26434d26fe
Finish Uri testing with test of Uri::addNonce()
2016-01-19 13:27:50 +01:00
Flavio Copes
d237a1e037
Test Uri::buildUrl()
2016-01-19 13:19:19 +01:00
Flavio Copes
6c7a1b335b
Improve test
2016-01-19 13:17:45 +01:00
Flavio Copes
ad65816c35
Fix case
2016-01-19 13:17:36 +01:00
Flavio Copes
ed28a5dc62
Test Uri::referrer(), Uri::ip(), Uri::isExternal(), Uri::currentPage(), Uri::rootUrl(), Uri::base(), Uri::basename()
2016-01-19 13:17:16 +01:00
Flavio Copes
9fee3d4c59
Test Uri::environment()
2016-01-19 13:16:15 +01:00
Flavio Copes
0349169097
Add utility method
2016-01-19 13:15:55 +01:00
Flavio Copes
09e1c844f4
Ensure consistency in port handling, always set as string and not as integer
2016-01-19 11:38:06 +01:00
Flavio Copes
9b1b69fcae
Test Uri::port()
2016-01-19 11:37:46 +01:00
Flavio Copes
4dd57daec0
Test Uri::host()
2016-01-19 11:37:35 +01:00
Flavio Copes
7813d18b1b
Test Uri::extension()
2016-01-19 11:37:25 +01:00
Flavio Copes
f35bff4f59
Test Uri::path()
2016-01-19 11:37:14 +01:00
Flavio Copes
fd47620817
Test Uri::url()
2016-01-19 11:37:01 +01:00
Flavio Copes
b949b512e2
Test Uri::param()
2016-01-19 11:18:22 +01:00
Andy Miller
00aefa50ed
Merge pull request #609 from getgrav/feature/drop-password-compat
...
Remove ircmaxell/password-compat as it's intended to provide forward compatibility for PHP 5.4
2016-01-18 21:51:50 -07:00
Flavio Copes
1a5abcbcbc
Test Uri paths(), route(), query(), params()
2016-01-18 14:29:50 +01:00
Flavio Copes
90568da797
Fix setting port
2016-01-18 13:30:06 +01:00
Flavio Copes
2035a9a800
More testing
2016-01-18 11:17:17 +01:00
Flavio Copes
d29bc41ae7
Formatting
2016-01-18 11:17:12 +01:00
Flavio Copes
25637defa8
Set default port if not set
2016-01-18 11:17:04 +01:00
Flavio Copes
82616b9891
Return self instance in initializeWithUrl() to allow chaining method calls
2016-01-18 11:16:49 +01:00
Flavio Copes
067f75389b
Fix reset after recent merge
2016-01-18 10:09:01 +01:00
Flavio Copes
0e6132800e
Merge branch 'develop' into feature/introduce-testing
2016-01-18 09:59:52 +01:00
Flavio Copes
0a76e46d8f
Remove ircmaxell/password-compat as it's intended to provide backward compatibility for PHP 5.4
...
However, it will still be installed in `vendor` as required by
`rockettheme/toolbox`
2016-01-17 20:40:45 +01:00
Andy Miller
77d4925f38
Added shortcode square brackets to grav trait
2016-01-16 17:54:43 -07:00
Flavio Copes
e1f95b54d5
Initial testing on the Uri class. Test the new validateHostname() method and tests initializeWithUrl() with some url examples
2016-01-15 21:47:05 +01:00
Flavio Copes
092989cdd0
Some internal rework of the Uri class
...
- Reworked constructor in methods
- Aded a Uri::initializeWithUrl() method that takes care of
initializing the internal state based on the passed URL
- Ensure Uri::query() does not crash if the internal variable is not an
array but `null`
2016-01-15 21:46:18 +01:00
Flavio Copes
27ab57eede
Drop access to tests folder
2016-01-15 17:34:21 +01:00
Flavio Copes
e80a17540c
Merge pull request #605 from getgrav/feature/modular-page-modified-date
...
The date for the last update of a page that is modular is the update time of the module that was last modified
2016-01-15 13:19:51 +01:00
Flavio Copes
72fb77894e
Merge pull request #608 from hacklab01/patch-1
...
Update hr.yaml
2016-01-15 13:00:11 +01:00
Flavio Copes
70f8707b04
Blueprint for New Folder modal
2016-01-15 12:54:28 +01:00
v3d
0d33a1d479
Update hr.yaml
...
Update MONTHS_OF_THE_YEAR and DAYS_OF_THE_WEEK
2016-01-15 12:40:58 +01:00
Andy Miller
5d38e60076
Enhanced the bin/gpm info CLI command with CHANGELOG support - #559
2016-01-14 17:21:54 -07:00
Matias Griese
431f538536
Fix bug in Data:extra()
2016-01-14 12:59:48 +02:00
Andy Miller
fc08cb8e52
Updated Twig library
2016-01-13 17:43:19 -07:00
Andy Miller
d65ec29408
Moved logic into page recurse where pages are already recursed and use collection()
2016-01-13 17:42:56 -07:00
Andy Miller
758ef2313a
Merge branch 'feature/fix-hide-home-in-urls-second-level-childs' into develop
2016-01-13 17:09:03 -07:00
Matias Griese
a118824cf5
Allow plugins to have their own blueprints
2016-01-13 11:00:53 +02:00