1171 Commits

Author SHA1 Message Date
James Brooks
8d4f3b6c16 Enable debug mode via APP_DEBUG env var. Closes #433 2015-01-27 17:35:03 +00:00
James Brooks
edd9b0ae8a Don't need to use trans_choice 2015-01-27 17:25:51 +00:00
James Brooks
0d2987dfb1 Fix "Component" lang being plural 2015-01-27 17:25:37 +00:00
James Brooks
0e25cf6e17 Use ion-outlet for components 2015-01-27 17:17:45 +00:00
James Brooks
d9dbfeb56e Update dependencies. 2015-01-27 16:58:04 +00:00
James Brooks
6250aec581 Hover status icons for human status. Closes #429 2015-01-27 15:10:27 +00:00
James Brooks
e41d4a9553 Make component groups work 2015-01-26 20:08:33 +00:00
James Brooks
92e2ec188c Make it possible to set component group. Closes #426 2015-01-26 20:03:42 +00:00
Graham Campbell
f110dc1184 Merge pull request #423 from JMousqueton/master
Correct Issue 422
2015-01-25 17:33:15 +00:00
Julien
bf969889d5 Correct Issue 422 2015-01-25 18:27:20 +01:00
James Brooks
e39cdf53e2 Hide the component picker if there are no components to pick from 2015-01-25 10:51:21 +00:00
James Brooks
0d8ff0c1f5 Fix syntax error. Closes #420 2015-01-25 10:50:00 +00:00
James Brooks
3128046ce7 Revert "Use two spaces in JSON"
This reverts commit 1c9cb0bafce320ee7c558e367ab1449e19a4afc2.
2015-01-24 21:01:06 +00:00
James Brooks
1c9cb0bafc Use two spaces in JSON 2015-01-24 17:57:33 +00:00
James Brooks
42c5993ca5 Remove docs from .gitattributes, no longer used 2015-01-24 17:56:21 +00:00
Graham Campbell
5dad7bbc95 Merge pull request #418 from dosten/phpunit-dist-file
Use phpunit.xml.dist instead of phpunit.xml
2015-01-24 15:48:54 +00:00
Diego Saint Esteben
69ae072609 Use phpunit.xml.dist instead of phpunit.xml 2015-01-24 12:40:16 -03:00
James Brooks
6ccdc184aa Include .editorconfig in CONTRIBUTING.md 2015-01-24 15:16:23 +00:00
James Brooks
200f4d5e9b Don't make app/storage writeable to the world 2015-01-24 09:11:08 +00:00
James Brooks
6796a893fb Switch back to using the chmod command 2015-01-24 09:02:05 +00:00
Joseph Cohen
0497793230 Minor fixes on admin filter 2015-01-23 17:41:19 -06:00
Joe Cohen
f1981683ed Merge pull request #412 from cachethq/admin-routes
Adds AdminFilter for protecting certain routes
2015-01-23 17:18:29 -06:00
Joseph Cohen
90c8551010 Fix isAdmin and added 401 template 2015-01-23 17:08:07 -06:00
James Brooks
787ecde0ea Adds AdminFilter for protecting certain routes. Closes #411 2015-01-23 17:08:07 -06:00
James Brooks
86d30b82e1 Check component_id isset before we use it 2015-01-23 17:38:52 +00:00
James Brooks
7deb73b820 Add bash highlighting to docker 2015-01-23 08:39:41 +00:00
James Brooks
f02485afa5 Don't use code fences on single lines 2015-01-23 08:38:53 +00:00
James Brooks
e8362a6ccd Merge pull request #413 from cachethq/what-cachet-is-not
Added a list of things to what Cachet is not
2015-01-23 08:38:12 +00:00
James Brooks
a0e5cd64dc Added a list of things to what Cachet is not 2015-01-23 08:37:52 +00:00
James Brooks
b4c63d8873 Wrap all form buttons within form-group 2015-01-22 17:06:14 +00:00
James Brooks
5e9a84163d Increase general font size 2015-01-22 17:01:16 +00:00
James Brooks
a1472fca14 Align all SCSS variables 2015-01-22 17:00:04 +00:00
James Brooks
027ac6dd73 Merge pull request #410 from coreation/patch-1
Update ComponentTableSeeder.php
2015-01-22 14:09:51 +00:00
Jan Vansteenlandt
7522d9e371 Update ComponentTableSeeder.php
Tags were removed from the component table.
2015-01-22 14:48:21 +01:00
James Brooks
d616912cf2 Chmod on post-update-cmd. Closes #407 2015-01-21 22:12:54 +00:00
James Brooks
1c20463d5f Added ext-mbstring as a requirement 2015-01-20 08:31:27 +00:00
Joe Cohen
dddb6ed972 Merge pull request #403 from JoeForks/feature/welcome-modal
Added welcome modal
2015-01-18 16:31:22 -06:00
Joseph Cohen
43cfef389c Added welcome modal 2015-01-18 16:04:53 -06:00
James Brooks
8191921c6f Only show component picker if there are components to pick 2015-01-18 21:07:42 +00:00
James Brooks
8ab58f3c4d Don't show the template picker if there are none to pick 2015-01-18 21:06:38 +00:00
James Brooks
5f3eab7922 Fix formatting 2015-01-18 19:44:16 +00:00
James Brooks
372fb8d7c6 Merge pull request #400 from cachethq/config
Fix the config repository
2015-01-18 17:34:13 +00:00
James Brooks
3b50811ad6 Fixes #401 - Use right paths 2015-01-18 17:28:54 +00:00
Graham Campbell
f51c438945 Fix the config repository 2015-01-18 11:55:32 +00:00
James Brooks
6d42b803d9 Return nothing from Setting repository setter 2015-01-18 11:33:03 +00:00
James Brooks
0d2700a588 Allow setting creation of settings. Closes #396 2015-01-18 11:15:45 +00:00
James Brooks
82b651ddbd Display the Markdown logo in textareas which support it. 2015-01-17 22:48:48 +00:00
James Brooks
d9682a7b5f Merge pull request #398 from cachethq/permissions-command
Add FixPermissionsCommand. Closes #397
2015-01-17 21:58:38 +00:00
James Brooks
5f15106865 One line 2015-01-17 21:56:01 +00:00
James Brooks
600445dbeb Add FixPermissionsCommand. Closes #397 2015-01-17 21:55:06 +00:00