Igor Wiedler
|
aa4ececa2a
|
[Installer] Make bin symlinks relative, closes #620
|
2012-04-27 16:55:45 +02:00 |
Igor Wiedler
|
b83422b051
|
[Installer] Fix removeBinaries, closes #567
|
2012-04-27 16:34:09 +02:00 |
Jordi Boggiano
|
4a55d85a2d
|
Respect umask in chmod calls
|
2012-04-19 20:03:09 +02:00 |
Jordi Boggiano
|
bf6fd10a8a
|
Make use of the proper interface
|
2012-04-18 00:59:42 +02:00 |
Jordi Boggiano
|
89e095b4b5
|
Handle --dev installs/updates
|
2012-04-14 23:38:10 +02:00 |
Jordi Boggiano
|
583a0b5f0d
|
Lazy-init the bin directory, fixes #364
|
2012-03-26 01:26:20 +02:00 |
Brikou CARRE
|
3ae860f485
|
fixed issue #486
|
2012-03-23 08:53:32 +01:00 |
Jordi Boggiano
|
3fe87b1e35
|
Force dev packages to be installed from source
|
2012-02-19 16:57:30 +01:00 |
Jordi Boggiano
|
f54b04aac8
|
Restore realpath behavior
|
2012-02-18 23:28:47 +01:00 |
Wookieb
|
2467456d3f
|
Fix installer that create vendor and bin directory even if --dry-run parameter provided
* Move directories creation from constructor to "install" and "update" method
* Tests for LibraryInstaller
|
2012-02-16 22:43:10 +01:00 |
Beau Simensen
|
3cbbe1fd82
|
No need for group or world write permissions.
|
2012-02-09 14:18:25 -08:00 |
Beau Simensen
|
04f0ecfc01
|
Change permission of bin links if they exist and are already links
|
2012-02-09 10:21:16 -08:00 |
Jordi Boggiano
|
5da021ffa7
|
Moved Filesystem to base Util namespace
|
2012-02-09 18:45:28 +01:00 |
Jordi Boggiano
|
d35a1a4a9d
|
Stylistic fixes to the previous merge
|
2012-02-05 21:08:43 +01:00 |
digitalkaoz
|
3d43bdce45
|
refactored install
|
2012-01-23 16:19:37 +01:00 |
digitalkaoz
|
4d0fae688e
|
removed replace, reinstalling as install
|
2012-01-23 15:43:42 +01:00 |
digitalkaoz
|
30e89a2402
|
fixed broken packages on filesystem
|
2012-01-23 15:19:05 +01:00 |
Jordi Boggiano
|
434c9ecdeb
|
Cleanups of IOInterface
|
2012-01-17 23:08:12 +01:00 |
François Pluchino
|
0f9dcc9618
|
Remplace all echo with writeln method of IO
|
2012-01-16 20:44:06 +01:00 |
Jordi Boggiano
|
4a10850759
|
Fix output
|
2011-12-24 14:18:06 +01:00 |
Jordi Boggiano
|
2ba48b58db
|
Preserve case of packages for installations
|
2011-12-15 15:07:55 +01:00 |
Jordi Boggiano
|
3be6511af7
|
Fix unixy proxy under git-bash
|
2011-12-03 21:54:54 +01:00 |
Jordi Boggiano
|
f0d8626993
|
Cleanups
|
2011-12-03 21:20:20 +01:00 |
Jordi Boggiano
|
7e3f8099b1
|
Add proxy files for windows instead of copying, removed PEAR-style substitution
|
2011-12-03 20:44:00 +01:00 |
Jordi Boggiano
|
aa94918d50
|
Add binaries support in composer
|
2011-12-03 15:39:06 +01:00 |
Jordi Boggiano
|
68512714f4
|
Fix update command by using remove+install (and for now ignoring uninstalls of non-existing packages)
|
2011-11-21 18:18:06 +01:00 |
Jordi Boggiano
|
c8859240d2
|
Add InstallerInstaller, refactored AutoloadGenerator, fixes #59
|
2011-11-05 23:54:01 +01:00 |
Jordi Boggiano
|
82c1170fa1
|
Allow any package type to be installed by the default installer, fixes #86
|
2011-11-03 19:41:17 +01:00 |
Jordi Boggiano
|
4904e76185
|
Install every package in its own directory, fixes #73
|
2011-10-30 19:10:37 +01:00 |
Jordi Boggiano
|
b667cf98c2
|
Clone added packages in update
|
2011-10-23 19:40:42 +02:00 |
Jordi Boggiano
|
2b15c4321b
|
Typo fix
|
2011-10-23 19:40:40 +02:00 |
Jordi Boggiano
|
c33fc80d23
|
Add supports() to the InstallerInterface
|
2011-10-23 19:40:24 +02:00 |
Jordi Boggiano
|
28369ea623
|
Add missing docblock
|
2011-10-23 19:40:18 +02:00 |
Igor Wiedler
|
72a1f66b7a
|
rename installAs to target-dir
|
2011-10-23 19:40:10 +02:00 |
Igor Wiedler
|
409b2e47ae
|
return early (this is very important)
|
2011-10-23 19:40:08 +02:00 |
Igor Wiedler
|
ea31039556
|
[autoload] autoloading prototype
|
2011-10-23 19:40:06 +02:00 |
Jordi Boggiano
|
544067ced9
|
Packages can't be added to two repos at once
|
2011-09-25 23:43:21 +02:00 |
Jordi Boggiano
|
b9114e16be
|
Fix typos, short var names etc
|
2011-09-25 23:20:31 +02:00 |
everzet
|
2fc0699492
|
Moved operations evaluation into new InstallationManager class
|
2011-09-25 19:31:51 +03:00 |
everzet
|
6133108710
|
Refactored LibraryInstaller to use WritableRepository instead of Registry
|
2011-09-25 15:44:41 +03:00 |
everzet
|
123f5fef77
|
Refactored Operations in order to fulfill naderman requests
|
2011-09-25 14:40:12 +03:00 |
everzet
|
0a2f4e7e32
|
Installer now provides full download path to the downloader
|
2011-09-24 01:30:17 +03:00 |
everzet
|
067007656b
|
LibraryInstaller refactored and tested
|
2011-09-24 00:23:16 +03:00 |
everzet
|
9deb10361f
|
second batch of refactoring
|
2011-09-21 00:43:53 +03:00 |
everzet
|
d2150a3c2e
|
installer and downloaders update
|
2011-09-21 00:42:13 +03:00 |
everzet
|
6caa77fbbf
|
installer refactoring
|
2011-09-21 00:41:16 +03:00 |
everzet
|
1e1ecb80b7
|
initial refactoring
|
2011-09-21 00:38:23 +03:00 |
Kirill chEbba Chebunin
|
e317b4f8ef
|
Add Dowloader and Installer interfaces
|
2011-09-15 23:58:00 +04:00 |
Jordi Boggiano
|
071fa7a4d7
|
Merge Solver logic into the install command
|
2011-08-21 13:33:39 +02:00 |
Jordi Boggiano
|
49c3446ac1
|
Make use of new dist properties, refactored ZipDownloader
|
2011-07-06 21:06:52 +02:00 |
Jordi Boggiano
|
e03983697a
|
Add base installer/downloader and ComposerRepository
|
2011-04-18 00:15:05 +02:00 |