🏡 index : ~doyle/koselig.git

Age Commit message Author
Dual license under WTFPL and 0BSD Jordan Johnson-Doyle
Apply fixes from StyleCI (#26) Jordan Doyle
Add routing method for posts page Jordan Johnson-Doyle
Fix errors when getting excerpt Jordan Johnson-Doyle
Apply fixes from StyleCI (#25) Jordan Doyle
Upgrade to Laravel 5.7 Jordan Johnson-Doyle
Apply fixes from StyleCI (#24) Jordan Doyle
Patch Wordpress' __ function using composer-patches instead of at runtime Jordan Johnson-Doyle
Add service provider autodiscovery Jordan Doyle
Add `theme` view namespace Jordan Doyle
WTFPL this baby Jordan Doyle
Apply fixes from StyleCI (#23) Jordan Doyle
Merge branch 'master' of github.com:koselig/library Jordan Doyle
Support new versions of Laravel and Wordpress Jordan Doyle
Fix template route matching Jordan Doyle
Apply fixes from StyleCI (#22) Jordan Doyle
Override __ to attempt to pull a translation from both WP & Laravel Jordan Doyle
Make checkstyle happy with matching a number or a string Jordan Doyle
Apply fixes from StyleCI (#21) Jordan Doyle
Update Wordpress & Laravel Jordan Doyle
Apply fixes from StyleCI (#20) Jordan Doyle
Update laravel version constraints Jordan Doyle
Apply fixes from StyleCI (#19) Jordan Doyle
Merge branch 'master' of https://github.com/koselig/library Jordan Doyle
Category archive page routing Jordan Doyle
Apply fixes from StyleCI (#18) Jordan Doyle
remove new parent preset Jordan Doyle
Take advantage of plugin.php being loaded using require_once in WP 3.7 Jordan Doyle
Implement menu support into the application Jordan Doyle
Replace Wordpress' caching with Laravel's cache driver Jordan Doyle
Add method to get a comment's avatar Jordan Doyle
Comments rework to allow easier iteration and nested comments Jordan Doyle
Delete composer.lock Jordan Doyle
Merge branch 'master' of https://github.com/koselig/library Jordan Doyle
remove lockfile for components Jordan Doyle
Apply fixes from StyleCI (#17) Jordan Doyle
Make comments work a little bit better Jordan Doyle
Remove ACF hooks from library Jordan Doyle
add an easy way to get wordpress version Jordan Doyle
Applied fixes from StyleCI (#16) Jordan Doyle
Allow registering hooks before wordpress has been loaded Jordan Doyle
Merge branch 'master' of https://github.com/koselig/library Jordan Doyle
can't use 'acf' because acf uses it... Jordan Doyle
Applied fixes from StyleCI (#15) Jordan Doyle
Merge branch 'master' of https://github.com/koselig/library Jordan Doyle
Add helper methods Jordan Doyle
Applied fixes from StyleCI (#14) Jordan Doyle
Add meta helpers Jordan Doyle
Merge branch 'master' of https://github.com/koselig/library Jordan Doyle
fix error Jordan Doyle
Applied fixes from StyleCI (#13) Jordan Doyle
Code cleanup to stop phpmd emitting warnings Jordan Doyle
Set ACF field path Jordan Doyle
Fix todo comment Jordan Doyle
Merge branch 'master' of https://github.com/koselig/library Jordan Doyle
add docs to the real escape function Jordan Doyle
Applied fixes from StyleCI (#12) Jordan Doyle
more wp/laravel compatibility tweaks Jordan Doyle
disable caching on wp admin Jordan Doyle
cache core Wordpress queries Jordan Doyle
Fix typo(???????????) Jordan Doyle
Applied fixes from StyleCI (#11) Jordan Doyle
Merge branch 'master' of https://github.com/koselig/library Jordan Doyle
Include Rememberable Jordan Doyle
Applied fixes from StyleCI (#10) Jordan Doyle
Merge branch 'master' of https://github.com/koselig/library Jordan Doyle
Make Wordpress use Laravel's database driver Jordan Doyle
Applied fixes from StyleCI (#9) Jordan Doyle
Merge branch 'master' of https://github.com/koselig/library Jordan Doyle
Add navigation method to Post model Jordan Doyle
Applied fixes from StyleCI (#8) Jordan Doyle
use helpers for url and config Jordan Doyle
Merge branch 'master' of https://github.com/koselig/library Jordan Doyle
add styleci.yml Jordan Doyle
Applied fixes from StyleCI (#7) Jordan Doyle
Don't enable all theme supports automatically Jordan Doyle
Use Eloquent for taxonomy. Add theme supports. Jordan Doyle
Add gravityform directive & fix 404 on get routes that dont exist inside wordpress Jordan Doyle
Change action to use laravel-style callables and add new Page class for Admin pages Jordan Doyle
better facade phpdocs Jordan Doyle
phpdoc for query proxy Jordan Doyle
everything should be through composer & set default theme Jordan Doyle
replace wordpress mailer with laravel's mailer Jordan Doyle
Comments relationship for users Jordan Doyle
comment support Jordan Doyle
Multisite support in models Jordan Doyle
model for options Jordan Doyle
publish scope applied by default & findBySlug added Jordan Doyle
Post changes, introduced a 'Loop' class which is an alias of the current Post Jordan Doyle
Wordpress-related blade directives Jordan Doyle
Query class, fix routing and usability tweaks Jordan Doyle
Use new request file Jordan Doyle
remove subkeys if the user didnt ask for them specifically Jordan Doyle
fix acf function for basic meta values Jordan Doyle
don't do any checks until we know ACF is installed Jordan Doyle
allow post models to be passed into 'acf' too Jordan Doyle
rename the ACF method to something more useful Jordan Doyle
Ability to get ACF meta from a post object Jordan Doyle
check if is an object before trying to get ID property Jordan Doyle
Meta usability changes Jordan Doyle
[next]