Branch: refs/heads/nodejs
Home: https://github.com/forge/website
Commit: e632ca61ac5df9ccdb5f5a9df5de7a8443ebc2ab
https://github.com/forge/website/commit/e632ca61ac5df9ccdb5f5a9df5de7a844...
Author: visuale <james(a)visuale.net>
Date: 2015-05-17 (Sun, 17 May 2015)
Changed paths:
M css/forge_documentation.css
M documentation.html
Log Message:
-----------
#49 Added a test section within the Documentation page to try a flex grid. After testing a few different sets of settings, I have a fairly simple & straightforward adjustment in place. I also tried to apply the same to the pages with sections that needed vertical alignment (on the main page and community page) but the flex tags don't seem to stay consistent vertically on the browsers I tried in, so I removed my attempted code changes there.
Commit: c46bfd6467f9a35f59222baa8eae64b2997b99e2
https://github.com/forge/website/commit/c46bfd6467f9a35f59222baa8eae64b29...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2015-05-18 (Mon, 18 May 2015)
Changed paths:
M app/css/forge_documentation.css
M app/views/documentation.html
Log Message:
-----------
Merge branch 'master' into nodejs
Compare: https://github.com/forge/website/compare/e8ff704add6a...c46bfd6467f9
Branch: refs/heads/develop
Home: https://github.com/forge/website
Commit: 10aafcad56d8a09ab730704735e57da93123d3f5
https://github.com/forge/website/commit/10aafcad56d8a09ab730704735e57da93...
Author: visuale <james(a)visuale.net>
Date: 2015-05-18 (Mon, 18 May 2015)
Changed paths:
M src/main/webapp/css/forge.css
Log Message:
-----------
#41 added a breakpoint at the space that George saw the menu dropdown at with a reduction of padding. Also remove <li> padding. For #48, I made some padding adjustments. Does this appear to help at all?
Commit: 81fb7e402362db21c794ea7c6b0ccbd8d56ae16e
https://github.com/forge/website/commit/81fb7e402362db21c794ea7c6b0ccbd8d...
Author: visuale <james(a)visuale.net>
Date: 2015-05-18 (Mon, 18 May 2015)
Changed paths:
M src/main/webapp/css/forge_documentation.css
M src/main/webapp/views/documentation.html
Log Message:
-----------
#49 Added a test section within the Documentation page to try a flex grid. After testing a few different sets of settings, I have a fairly simple & straightforward adjustment in place. I also tried to apply the same to the pages with sections that needed vertical alignment (on the main page and community page) but the flex tags don't seem to stay consistent vertically on the browsers I tried in, so I removed my attempted code changes there.
Compare: https://github.com/forge/website/compare/e9229d742f5b...81fb7e402362
Branch: refs/heads/master
Home: https://github.com/forge/website-design
Commit: e632ca61ac5df9ccdb5f5a9df5de7a8443ebc2ab
https://github.com/forge/website-design/commit/e632ca61ac5df9ccdb5f5a9df5...
Author: visuale <james(a)visuale.net>
Date: 2015-05-17 (Sun, 17 May 2015)
Changed paths:
M css/forge_documentation.css
M documentation.html
Log Message:
-----------
#49 Added a test section within the Documentation page to try a flex grid. After testing a few different sets of settings, I have a fairly simple & straightforward adjustment in place. I also tried to apply the same to the pages with sections that needed vertical alignment (on the main page and community page) but the flex tags don't seem to stay consistent vertically on the browsers I tried in, so I removed my attempted code changes there.
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: eb10a7053533d5b58146234fdb1f2b43e68a20d4
https://github.com/forge/core/commit/eb10a7053533d5b58146234fdb1f2b43e68a...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2015-05-13 (Wed, 13 May 2015)
Changed paths:
M javaee/impl/src/main/java/org/jboss/forge/addon/javaee/cdi/ui/CDINewAnnotationLiteralCommand.java
M javaee/tests/src/test/java/org/jboss/forge/addon/javaee/cdi/ui/CDINewAnnotationLiteralCommandTest.java
Log Message:
-----------
FORGE-2327: Fallback to classloader if class does not exist in project
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: 552bfc2246a5973be00ceba28a6aaf4825ecdc71
https://github.com/forge/core/commit/552bfc2246a5973be00ceba28a6aaf4825ec...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2015-05-14 (Thu, 14 May 2015)
Changed paths:
M javaee/impl/src/main/java/org/jboss/forge/addon/javaee/rest/ui/RestNewEndpointCommand.java
M javaee/tests/src/test/java/org/jboss/forge/addon/javaee/rest/ui/RestEndpointFromEntityCommandTest.java
M javaee/tests/src/test/java/org/jboss/forge/addon/javaee/rest/ui/RestNewEndpointCommandTest.java
Log Message:
-----------
Simplified test dependency declaration
Chopped Endpoint suffix for paths from REST endpoints