Skip to content

Commit

Permalink
Merge pull request #391 from openeyes/release/v1.15
Browse files Browse the repository at this point in the history
Release/v1.15
  • Loading branch information
mikepargeter authored Aug 19, 2016
2 parents cb2fcc3 + 34043a5 commit 7078782
Show file tree
Hide file tree
Showing 511 changed files with 55,514 additions and 17,829 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
13 changes: 7 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ tags
/index.php
/nbproject/
/protected/data/*
/protected/media_data/*
/protected/models/ElementExample.php
/protected/models/elements/ElementExample.php
/protected/modules/*
/protected/modules/sample
/protected/modules/eyedraw
/protected/modules/PASAPI
/protected/runtime/
/protected/tests/report/
/protected/tests/test_results/
Expand All @@ -29,8 +32,8 @@ tags
/protected/vendors
*zip
vendor
/.sass-cache
/node_modules
.sass-cache
node_modules
/docs/templates/styleguide/public/css
/docs/templates/styleguide/public/img
/docs/public/styleguide/
Expand All @@ -43,7 +46,7 @@ vendor
/assets/

# Include core modules
!/protected/modules/OphCiExamination/
!/protected/modules/OphCiExamination/
!/protected/modules/OphCiPhasing/
!/protected/modules/OphCoCorrespondence/
!/protected/modules/OphCoTherapyapplication/
Expand Down Expand Up @@ -87,5 +90,3 @@ bin/phploc
bin/phpmd
bin/validate-json
bin/yiic


9 changes: 6 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "OpenEyes",
"name": "openeyes",
"version": "0.1.7",
"private": "true",
"ignore": [
Expand All @@ -17,8 +17,11 @@
"eventemitter2": "~0.4.13",
"font-awesome": "~4.3.0",
"chosen": "~1.4.2",
"material-design-lite": "~1.0",
"highcharts": "~4.2"
"material-design-lite": "~1.1",
"highcharts": "~4.2",
"jt.timepicker": "jquery-timepicker-jt#^1.11.1",
"rrule": "~2.1.0",
"jquery.tagsinput": "~1.3.6"
},
"devDependencies": {
"google-code-prettify": "~1.0.0",
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "Electronic Patient Record system for use in Ophthalmology clinics",
"minimum-stability": "dev",
"require": {
"yiisoft/yii": "1.1.14"
"yiisoft/yii": "1.1.14",
"rlanvin/php-rrule": "1.*"
},
"require-dev": {
"behat/behat": "~2",
Expand Down
99 changes: 70 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7078782

Please sign in to comment.