Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Commit 7eba583

Browse files
committed
docs(github): rename driftyco references to ionic-team
1 parent 298ad4b commit 7eba583

24 files changed

+910
-910
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
If you have a question on how something works, or its expected functionality, you might want to visit the [Ionic Forum](http://forum.ionicframework.com/) first.
55

6-
If you think you have found a bug, or have a new feature idea, please start by making sure it hasn't already been [reported](https://github.com/driftyco/ionic/issues?state=open). You can search through existing issues to see if someone's reported one similar to yours.
6+
If you think you have found a bug, or have a new feature idea, please start by making sure it hasn't already been [reported](https://github.com/ionic-team/ionic/issues?state=open). You can search through existing issues to see if someone's reported one similar to yours.
77

88
If not, then [create a codepen.io](http://codepen.io/ionic/public-list) that demonstrates the problem (try to use as little code as possible: the more minimalist, the faster we can debug it). Also, please do not group multiple topics into one issue, but instead each should be its own issue.
99

10-
Next, [create a new issue](https://github.com/driftyco/ionic/issues/new) that thoroughly explains the problem, how to reproduce the issue, and provide any additional information such as code examples and error logs.
10+
Next, [create a new issue](https://github.com/ionic-team/ionic/issues/new) that thoroughly explains the problem, how to reproduce the issue, and provide any additional information such as code examples and error logs.
1111

1212

1313
### Issue Etiquette Guidelines
@@ -37,4 +37,4 @@ Please read the contributing guide on the ionic website: http://ionicframework.c
3737

3838
## Ionic 2.x
3939

40-
See the Ionic 2 [CONTRIBUTING](https://github.com/driftyco/ionic/blob/2.0/CONTRIBUTING.md) file.
40+
See the Ionic 2 [CONTRIBUTING](https://github.com/ionic-team/ionic/blob/2.0/CONTRIBUTING.md) file.

CHANGELOG.md

Lines changed: 868 additions & 868 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Ionic 1.x
22

3-
This is the repo for Ionic 1.x. If you're looking for the latest version (>= 2.0) of Ionic, please visit the main [Ionic](https://github.com/driftyco/ionic) repo.
3+
This is the repo for Ionic 1.x. If you're looking for the latest version (>= 2.0) of Ionic, please visit the main [Ionic](https://github.com/ionic-team/ionic) repo.
44

5-
For new apps, we *strongly* recommend the [latest version of Ionic](https://github.com/driftyco/ionic) which comes with the latest version of Angular, many new components, enhanced performance, and more.
5+
For new apps, we *strongly* recommend the [latest version of Ionic](https://github.com/ionic-team/ionic) which comes with the latest version of Angular, many new components, enhanced performance, and more.
66

77
For more information on Ionic 1.x, please read the [original README.md](README_OLD.md)

README_OLD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Today, Ionic powers over 1.5 million mobile apps and websites (and even some des
1616
## Quick Start
1717

1818
To start using ionic, you have two options: copy over the built JS and CSS files, or
19-
use the `ionic` tool ([ionic-cli](https://github.com/driftyco/ionic-cli)) which can be installed through npm (recommended): _(You may need to prefix the command with `sudo` depending on your OS and setup.)_
19+
use the `ionic` tool ([ionic-cli](https://github.com/ionic-team/ionic-cli)) which can be installed through npm (recommended): _(You may need to prefix the command with `sudo` depending on your OS and setup.)_
2020

2121
Additionally, we have a desktop GUI tool that we recently released called [Ionic Lab](http://lab.ionic.io). If you try it, let us know what you think!
2222

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ionic",
33
"version": "1.3.3",
44
"codename": "germany",
5-
"homepage": "https://github.com/driftyco/ionic",
5+
"homepage": "https://github.com/ionic-team/ionic",
66
"authors": [
77
"Max Lynch <[email protected]>",
88
"Adam Bradley <[email protected]>",

config/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Editing Doc Pages
22
-----------------
33

4-
First, follow these steps: https://github.com/driftyco/ionic#documentation
4+
First, follow these steps: https://github.com/ionic-team/ionic#documentation
55

66
**Templates in `templates` folder**
77

config/docs/templates/api/api.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
---
88

99
<div class="improve-docs">
10-
<a href='http://github.com/driftyco/ionic-v1/tree/master/<$ doc.relativePath $>#L<$ doc.startingLine $>'>
10+
<a href='http://github.com/ionic-team/ionic-v1/tree/master/<$ doc.relativePath $>#L<$ doc.startingLine $>'>
1111
View Source
1212
</a>
1313
&nbsp;
14-
<a href='http://github.com/driftyco/ionic-v1/edit/master/<$ doc.relativePath $>#L<$ doc.startingLine $>'>
14+
<a href='http://github.com/ionic-team/ionic-v1/edit/master/<$ doc.relativePath $>#L<$ doc.startingLine $>'>
1515
Improve this doc
1616
</a>
1717
</div>

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function makeChangelog(options) {
9595
var version = options.version || pkg.version;
9696
var deferred = q.defer();
9797
changelog({
98-
repository: 'https://github.com/driftyco/ionic',
98+
repository: 'https://github.com/ionic-team/ionic',
9999
version: version,
100100
subtitle: subtitle,
101101
file: file,
@@ -357,7 +357,7 @@ gulp.task('release-discourse', function(done) {
357357
standalone: true
358358
})
359359
.then(function(changelog) {
360-
var content = 'Download Instructions: https://github.com/driftyco/ionic#quick-start\n\n' + changelog;
360+
var content = 'Download Instructions: https://github.com/ionic-team/ionic#quick-start\n\n' + changelog;
361361
return qRequest({
362362
url: 'http://forum.ionicframework.com/posts',
363363
method: 'post',

js/angular/directive/collectionRepeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* - The iOS webview has a performance bottleneck when switching out `<img src>` attributes.
2929
* To increase performance of images on iOS, cache your images in advance and,
30-
* if possible, lower the number of unique images. We're working on [a solution](https://github.com/driftyco/ionic/issues/3194).
30+
* if possible, lower the number of unique images. We're working on [a solution](https://github.com/ionic-team/ionic/issues/3194).
3131
*
3232
* @usage
3333
* #### Basic Item List ([codepen](http://codepen.io/ionic/pen/0c2c35a34a8b18ad4d793fef0b081693))

js/angular/directive/keyboardAttach.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* ### Notes
1313
* - This directive requires the
14-
* [Ionic Keyboard Plugin](https://github.com/driftyco/ionic-plugins-keyboard).
14+
* [Ionic Keyboard Plugin](https://github.com/ionic-team/ionic-plugins-keyboard).
1515
* - On Android not in fullscreen mode, i.e. you have
1616
* `<preference name="Fullscreen" value="false" />` or no preference in your `config.xml` file,
1717
* this directive is unnecessary since it is the default behavior.

js/angular/service/decorators/angular-ios9-uiwebview.patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* More info:
2727
* - https://openradar.appspot.com/22186109
2828
* - https://github.com/angular/angular.js/issues/12241
29-
* - https://github.com/driftyco/ionic/issues/4082
29+
* - https://github.com/ionic-team/ionic/issues/4082
3030
*
3131
*
3232
* @license AngularJS

js/angular/service/loading.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ function($ionicLoadingConfig, $ionicBody, $ionicTemplateLoader, $ionicBackdrop,
203203
function showLoader(options) {
204204
options = extend({}, $ionicLoadingConfig || {}, options || {});
205205
// use a default delay of 100 to avoid some issues reported on github
206-
// https://github.com/driftyco/ionic/issues/3717
206+
// https://github.com/ionic-team/ionic/issues/3717
207207
var delay = options.delay || options.showDelay || 0;
208208

209209
deregisterStateListener1();

js/angular/service/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function($rootScope, $ionicBody, $compile, $timeout, $ionicPlatform, $ionicTempl
104104
* Default: 'slide-in-up'
105105
* - `{boolean=}` `focusFirstInput` Whether to autofocus the first input of
106106
* the modal when shown. Will only show the keyboard on iOS, to force the keyboard to show
107-
* on Android, please use the [Ionic keyboard plugin](https://github.com/driftyco/ionic-plugin-keyboard#keyboardshow).
107+
* on Android, please use the [Ionic keyboard plugin](https://github.com/ionic-team/ionic-plugin-keyboard#keyboardshow).
108108
* Default: false.
109109
* - `{boolean=}` `backdropClickToClose` Whether to close the modal on clicking the backdrop.
110110
* Default: true.

js/utils/keyboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* which can cause layout issues such as pushing headers up and out of view.
1515
*
1616
* The keyboard fixes work best in conjunction with the
17-
* [Ionic Keyboard Plugin](https://github.com/driftyco/ionic-plugins-keyboard),
17+
* [Ionic Keyboard Plugin](https://github.com/ionic-team/ionic-plugins-keyboard),
1818
* although it will perform reasonably well without. However, if you are using
1919
* Cordova there is no reason not to use the plugin.
2020
*
@@ -45,7 +45,7 @@
4545
*
4646
* ### Plugin Usage
4747
* Information on using the plugin can be found at
48-
* [https://github.com/driftyco/ionic-plugins-keyboard](https://github.com/driftyco/ionic-plugins-keyboard).
48+
* [https://github.com/ionic-team/ionic-plugins-keyboard](https://github.com/ionic-team/ionic-plugins-keyboard).
4949
*
5050
* ----------
5151
*

js/utils/tap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* - Works with labels surrounding inputs
5252
* - Does not fire off a click if the user moves the pointer too far
5353
* - Adds and removes an 'activated' css class
54-
* - Multiple [unit tests](https://github.com/driftyco/ionic/blob/1.x/test/unit/utils/tap.unit.js) for each scenario
54+
* - Multiple [unit tests](https://github.com/ionic-team/ionic/blob/1.x/test/unit/utils/tap.unit.js) for each scenario
5555
*
5656
*/
5757
/*

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// package metadata file for Meteor.js
2-
var packageName = 'driftyco:ionic'; // https://atmospherejs.com/driftyco/ionic
2+
var packageName = 'driftyco:ionic'; // https://atmospherejs.com/ionic-team/ionic
33
var where = 'client'; // where to install: 'client' or 'server'. For both, pass nothing.
44
var version = '1.3.3';
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.3.3",
55
"codename": "germany",
66
"repository": {
7-
"url": "git://github.com/driftyco/ionic.git"
7+
"url": "git://github.com/ionic-team/ionic.git"
88
},
99
"devDependencies": {
1010
"canonical-path": "0.0.2",

release/css/ionic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Ionicons, v2.0.1
1717
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
1818
https://twitter.com/benjsperry https://twitter.com/ionicframework
19-
MIT License: https://github.com/driftyco/ionicons
19+
MIT License: https://github.com/ionic-team/ionicons
2020
2121
Android-style icons originally built by Google’s
2222
Material Design Icons: https://github.com/google/material-design-icons

release/css/ionic.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/js/ionic-angular.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2388,7 +2388,7 @@ function($ionicLoadingConfig, $ionicBody, $ionicTemplateLoader, $ionicBackdrop,
23882388
function showLoader(options) {
23892389
options = extend({}, $ionicLoadingConfig || {}, options || {});
23902390
// use a default delay of 100 to avoid some issues reported on github
2391-
// https://github.com/driftyco/ionic/issues/3717
2391+
// https://github.com/ionic-team/ionic/issues/3717
23922392
var delay = options.delay || options.showDelay || 0;
23932393

23942394
deregisterStateListener1();
@@ -2522,7 +2522,7 @@ function($rootScope, $ionicBody, $compile, $timeout, $ionicPlatform, $ionicTempl
25222522
* Default: 'slide-in-up'
25232523
* - `{boolean=}` `focusFirstInput` Whether to autofocus the first input of
25242524
* the modal when shown. Will only show the keyboard on iOS, to force the keyboard to show
2525-
* on Android, please use the [Ionic keyboard plugin](https://github.com/driftyco/ionic-plugin-keyboard#keyboardshow).
2525+
* on Android, please use the [Ionic keyboard plugin](https://github.com/ionic-team/ionic-plugin-keyboard#keyboardshow).
25262526
* Default: false.
25272527
* - `{boolean=}` `backdropClickToClose` Whether to close the modal on clicking the backdrop.
25282528
* Default: true.
@@ -5214,7 +5214,7 @@ function($timeout, $document, $q, $ionicClickBlock, $ionicConfig, $ionicNavBarDe
52145214
* More info:
52155215
* - https://openradar.appspot.com/22186109
52165216
* - https://github.com/angular/angular.js/issues/12241
5217-
* - https://github.com/driftyco/ionic/issues/4082
5217+
* - https://github.com/ionic-team/ionic/issues/4082
52185218
*
52195219
*
52205220
* @license AngularJS
@@ -8875,7 +8875,7 @@ IonicModule
88758875
*
88768876
* - The iOS webview has a performance bottleneck when switching out `<img src>` attributes.
88778877
* To increase performance of images on iOS, cache your images in advance and,
8878-
* if possible, lower the number of unique images. We're working on [a solution](https://github.com/driftyco/ionic/issues/3194).
8878+
* if possible, lower the number of unique images. We're working on [a solution](https://github.com/ionic-team/ionic/issues/3194).
88798879
*
88808880
* @usage
88818881
* #### Basic Item List ([codepen](http://codepen.io/ionic/pen/0c2c35a34a8b18ad4d793fef0b081693))
@@ -11181,7 +11181,7 @@ IonicModule
1118111181
*
1118211182
* ### Notes
1118311183
* - This directive requires the
11184-
* [Ionic Keyboard Plugin](https://github.com/driftyco/ionic-plugins-keyboard).
11184+
* [Ionic Keyboard Plugin](https://github.com/ionic-team/ionic-plugins-keyboard).
1118511185
* - On Android not in fullscreen mode, i.e. you have
1118611186
* `<preference name="Fullscreen" value="false" />` or no preference in your `config.xml` file,
1118711187
* this directive is unnecessary since it is the default behavior.

release/js/ionic.bundle.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2673,7 +2673,7 @@ window.ionic.version = '1.3.3';
26732673
* - Works with labels surrounding inputs
26742674
* - Does not fire off a click if the user moves the pointer too far
26752675
* - Adds and removes an 'activated' css class
2676-
* - Multiple [unit tests](https://github.com/driftyco/ionic/blob/1.x/test/unit/utils/tap.unit.js) for each scenario
2676+
* - Multiple [unit tests](https://github.com/ionic-team/ionic/blob/1.x/test/unit/utils/tap.unit.js) for each scenario
26772677
*
26782678
*/
26792679
/*
@@ -3578,7 +3578,7 @@ ionic.DomUtil.ready(function() {
35783578
* which can cause layout issues such as pushing headers up and out of view.
35793579
*
35803580
* The keyboard fixes work best in conjunction with the
3581-
* [Ionic Keyboard Plugin](https://github.com/driftyco/ionic-plugins-keyboard),
3581+
* [Ionic Keyboard Plugin](https://github.com/ionic-team/ionic-plugins-keyboard),
35823582
* although it will perform reasonably well without. However, if you are using
35833583
* Cordova there is no reason not to use the plugin.
35843584
*
@@ -3609,7 +3609,7 @@ ionic.DomUtil.ready(function() {
36093609
*
36103610
* ### Plugin Usage
36113611
* Information on using the plugin can be found at
3612-
* [https://github.com/driftyco/ionic-plugins-keyboard](https://github.com/driftyco/ionic-plugins-keyboard).
3612+
* [https://github.com/ionic-team/ionic-plugins-keyboard](https://github.com/ionic-team/ionic-plugins-keyboard).
36133613
*
36143614
* ----------
36153615
*
@@ -55571,7 +55571,7 @@ function($ionicLoadingConfig, $ionicBody, $ionicTemplateLoader, $ionicBackdrop,
5557155571
function showLoader(options) {
5557255572
options = extend({}, $ionicLoadingConfig || {}, options || {});
5557355573
// use a default delay of 100 to avoid some issues reported on github
55574-
// https://github.com/driftyco/ionic/issues/3717
55574+
// https://github.com/ionic-team/ionic/issues/3717
5557555575
var delay = options.delay || options.showDelay || 0;
5557655576

5557755577
deregisterStateListener1();
@@ -55705,7 +55705,7 @@ function($rootScope, $ionicBody, $compile, $timeout, $ionicPlatform, $ionicTempl
5570555705
* Default: 'slide-in-up'
5570655706
* - `{boolean=}` `focusFirstInput` Whether to autofocus the first input of
5570755707
* the modal when shown. Will only show the keyboard on iOS, to force the keyboard to show
55708-
* on Android, please use the [Ionic keyboard plugin](https://github.com/driftyco/ionic-plugin-keyboard#keyboardshow).
55708+
* on Android, please use the [Ionic keyboard plugin](https://github.com/ionic-team/ionic-plugin-keyboard#keyboardshow).
5570955709
* Default: false.
5571055710
* - `{boolean=}` `backdropClickToClose` Whether to close the modal on clicking the backdrop.
5571155711
* Default: true.
@@ -58397,7 +58397,7 @@ function($timeout, $document, $q, $ionicClickBlock, $ionicConfig, $ionicNavBarDe
5839758397
* More info:
5839858398
* - https://openradar.appspot.com/22186109
5839958399
* - https://github.com/angular/angular.js/issues/12241
58400-
* - https://github.com/driftyco/ionic/issues/4082
58400+
* - https://github.com/ionic-team/ionic/issues/4082
5840158401
*
5840258402
*
5840358403
* @license AngularJS
@@ -62058,7 +62058,7 @@ IonicModule
6205862058
*
6205962059
* - The iOS webview has a performance bottleneck when switching out `<img src>` attributes.
6206062060
* To increase performance of images on iOS, cache your images in advance and,
62061-
* if possible, lower the number of unique images. We're working on [a solution](https://github.com/driftyco/ionic/issues/3194).
62061+
* if possible, lower the number of unique images. We're working on [a solution](https://github.com/ionic-team/ionic/issues/3194).
6206262062
*
6206362063
* @usage
6206462064
* #### Basic Item List ([codepen](http://codepen.io/ionic/pen/0c2c35a34a8b18ad4d793fef0b081693))
@@ -64364,7 +64364,7 @@ IonicModule
6436464364
*
6436564365
* ### Notes
6436664366
* - This directive requires the
64367-
* [Ionic Keyboard Plugin](https://github.com/driftyco/ionic-plugins-keyboard).
64367+
* [Ionic Keyboard Plugin](https://github.com/ionic-team/ionic-plugins-keyboard).
6436864368
* - On Android not in fullscreen mode, i.e. you have
6436964369
* `<preference name="Fullscreen" value="false" />` or no preference in your `config.xml` file,
6437064370
* this directive is unnecessary since it is the default behavior.

release/js/ionic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2666,7 +2666,7 @@ window.ionic.version = '1.3.3';
26662666
* - Works with labels surrounding inputs
26672667
* - Does not fire off a click if the user moves the pointer too far
26682668
* - Adds and removes an 'activated' css class
2669-
* - Multiple [unit tests](https://github.com/driftyco/ionic/blob/1.x/test/unit/utils/tap.unit.js) for each scenario
2669+
* - Multiple [unit tests](https://github.com/ionic-team/ionic/blob/1.x/test/unit/utils/tap.unit.js) for each scenario
26702670
*
26712671
*/
26722672
/*
@@ -3571,7 +3571,7 @@ ionic.DomUtil.ready(function() {
35713571
* which can cause layout issues such as pushing headers up and out of view.
35723572
*
35733573
* The keyboard fixes work best in conjunction with the
3574-
* [Ionic Keyboard Plugin](https://github.com/driftyco/ionic-plugins-keyboard),
3574+
* [Ionic Keyboard Plugin](https://github.com/ionic-team/ionic-plugins-keyboard),
35753575
* although it will perform reasonably well without. However, if you are using
35763576
* Cordova there is no reason not to use the plugin.
35773577
*
@@ -3602,7 +3602,7 @@ ionic.DomUtil.ready(function() {
36023602
*
36033603
* ### Plugin Usage
36043604
* Information on using the plugin can be found at
3605-
* [https://github.com/driftyco/ionic-plugins-keyboard](https://github.com/driftyco/ionic-plugins-keyboard).
3605+
* [https://github.com/ionic-team/ionic-plugins-keyboard](https://github.com/ionic-team/ionic-plugins-keyboard).
36063606
*
36073607
* ----------
36083608
*

scss/ionicons/ionicons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Ionicons, v2.0.1
55
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
66
https://twitter.com/benjsperry https://twitter.com/ionicframework
7-
MIT License: https://github.com/driftyco/ionicons
7+
MIT License: https://github.com/ionic-team/ionicons
88
99
Android-style icons originally built by Google’s
1010
Material Design Icons: https://github.com/google/material-design-icons

test/html/jan/patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* More info:
2525
* - https://openradar.appspot.com/22186109
2626
* - https://github.com/angular/angular.js/issues/12241
27-
* - https://github.com/driftyco/ionic/issues/4082
27+
* - https://github.com/ionic-team/ionic/issues/4082
2828
*
2929
*
3030
* @license AngularJS

0 commit comments

Comments
 (0)