91 Commits

Author SHA1 Message Date
Andre Cruz
9fa08fee99 Close GH-797: Decoupled prompting from the inner architecture.. Fixes #645 2013-08-19 01:16:19 +01:00
Andre Cruz
13839e9384 Normalize paths on windows only if --paths. 2013-08-18 18:37:20 +01:00
Andre Cruz
cf802c368d Unnecessary check. 2013-08-18 13:14:49 +01:00
André Cruz
906990d9b5 Close GH-789: Install dependencies that have different sources, fixes #788.. Fixes #788 2013-08-17 11:50:39 +01:00
Trask Stalnaker
518f3d2a8f Close GH-773: Order tags by semver build metadata. Fixes #0, Fixes #0, Fixes #0, Fixes #0, Fixes #0, Fixes #0, Fixes #0, Fixes #0 2013-08-17 11:39:51 +01:00
Martin Hansen
6e28e79b29 , is a valid character in a path, just wrap in array if string 2013-08-16 09:33:27 +02:00
André Cruz
49d4c96ddf Fix list command when there is a missing dependency. 2013-08-15 22:42:41 +01:00
André Cruz
adcc368238 Close GH-784: Several main files are outputted as an array with --paths, fixes #781.. Fixes #781 2013-08-15 09:05:44 +01:00
André Cruz
d2aeed7a0c Enable relative by default when used with --paths, fixes #785. 2013-08-15 00:55:33 +01:00
André Cruz
098753520f Use the latest tag as the version by default for the init command.
Also fix some bugs.
2013-08-12 21:25:34 +01:00
André Cruz
43ae12f63b Merge pull request #754 from bower/link-meaningful-error
Try to create a junction when a regular symlink fails, fixes #472
2013-08-12 06:34:52 -07:00
André Cruz
f124fd4c23 Parse array items correctly in bower init. 2013-08-12 00:33:01 +01:00
André Cruz
99ca255aad Tweaks to PR #763.
#693.
2013-08-12 00:11:03 +01:00
MrDHat
3530a33fe7 Improve init. Fixes #693 2013-08-12 04:18:46 +05:30
André Cruz
1acf4a53d3 Minor cache clean fix related to last PR. 2013-08-11 20:52:42 +01:00
André Cruz
7bacf8c425 Close GH-762: Support semver targets in cache clean command, fixes #688.. Fixes #688 2013-08-11 18:12:18 +01:00
André Cruz
a6552d7d54 Merge branch 'master' of github.com:bower/bower 2013-08-11 15:18:10 +01:00
André Cruz
cacef7b316 Better var name. 2013-08-11 15:18:00 +01:00
André Cruz
7a8642db94 Merge pull request #755 from bower/win-paths-normalize
Normalise windows paths, closes #279.
2013-08-11 06:49:37 -07:00
André Cruz
abe4264a13 Close GH-760: Info command now shows the latest version package meta always, fixes #759. 2013-08-11 14:44:58 +01:00
André Cruz
146d6ac538 Normalise windows paths, closes #279. 2013-08-10 21:59:24 +01:00
André Cruz
fce93e16ae Close GH-726: Add relative option to the list command, closes #714.. 2013-08-10 21:43:04 +01:00
André Cruz
fb12fc03bf Add meaningful error when executing bower link on windows when user is not elevated.
#472
2013-08-10 21:37:13 +01:00
Sindre Sorhus
4ae1b5e04d Replace colors with chalk
colors.js has serious deficiencies like extending String.prototype which can cause all kinds of problems. Two modules using colors.js can conflict with each others, and it infects imported child modules. It's also better to explicit.

[chalk](https://github.com/sindresorhus/chalk)
2013-08-07 22:06:47 +02:00
david.bashford
e84e94a8d1 allowing cache.clean to be called with no args 2013-08-06 08:12:32 -04:00
André Cruz
ae04f71e55 Uninstall now deletes uninstalled packages dependencies if they are non-shared, fixes #609. 2013-08-02 22:09:12 +01:00
André Cruz
c56f0db891 Prune now recursively prunes until no more extraneous are found, fixes #708.
This is necessary because a pruned package may contain packages that become also extraneous.
Related with #609.
2013-08-02 22:08:59 +01:00
André Cruz
ebf2765f2f Adapt list command to the new tree. 2013-08-02 22:08:41 +01:00
André Cruz
8dac95d86d Do not declared linked packages as dependencies in the init command. 2013-08-02 22:08:33 +01:00
André Cruz
1b1424fe2f Merge pull request #687 from bower/cache-clean
Fix cache clean not working correctly when a package + non-server was specified.
2013-07-31 12:50:41 -07:00
André Cruz
ee31c44ff1 Merge pull request #692 from bower/noop-completion
Implement noop completion, fixes #691.
2013-07-31 12:47:58 -07:00
MrDHat
d6045931a5 Added private field support Fixes #162 2013-07-31 20:54:47 +05:30
André Cruz
327703871b Implement noop completion, fixes #691. 2013-07-30 21:48:14 +01:00
André Cruz
b456f71b64 Fix cache clean not working correctly when a package + non-server was specified. 2013-07-30 09:07:51 +01:00
André Cruz
9576b8a8e9 Use endpoint parser for consistency. 2013-07-30 09:04:17 +01:00
André Cruz
5d4007918c Fix info not showing up bower.json when a property was requested without a version, closes #684. 2013-07-30 08:20:00 +01:00
Nick Heiner
aae19206a0 Close GH-647: Adding registry url to register confirmation message. Fixes #639 2013-07-29 23:06:31 +01:00
André Cruz
e55e08339a Fix list command not processing main with multiple files, closes #660. 2013-07-25 22:00:17 +01:00
André Cruz
c86d0230ba Simplify. 2013-07-22 23:41:43 +01:00
Mat Scales
79345691b8 Close GH-642: Init command.. 2013-07-22 23:40:09 +01:00
André Cruz
3b376a3d3d Move homepage guess logic to the appropriate resolver. 2013-07-22 13:57:39 +01:00
Sindre Sorhus
2d83abbb85 Close GH-635: Infer package name if inside a package for the home cmd. 2013-07-21 23:14:19 +01:00
André Cruz
ecac2bd084 Use some of the getters in the list and register commands. 2013-07-21 16:35:29 +01:00
André Cruz
33cac4832f Package repository already clears the registry client cache. 2013-07-21 16:33:54 +01:00
André Cruz
5dea57ddd5 Add prune and home commands to the help, some other help tweaks. 2013-07-21 12:29:47 +01:00
André Cruz
51e32f72de Rename open command to home, #630. 2013-07-21 12:06:58 +01:00
André Cruz
048bc53bd0 Add open command, closes #630. 2013-07-21 12:04:18 +01:00
André Cruz
2c79181c05 Add force-latest also for the update command. 2013-07-20 23:27:00 +01:00
André Cruz
91779a67fb Pass logger to the registry client, get rid of unnecessary emitter in commands. 2013-07-20 22:08:30 +01:00
André Cruz
0cf8af00b3 Separate logger into its own module. 2013-07-20 20:37:05 +01:00