1
0
Fork 0
Commit Graph

2114 Commits (7d45ce9d8fe0dfa67d2c55dd5f2e8446e22c75ed)

Author SHA1 Message Date
Jordi Boggiano 383c3f0153 Avoid tokenizing files for nothing 2012-06-22 18:59:15 +02:00
Christian Riesen 70e7194b07 Changes after excellent feedback from Jordi 2012-06-22 17:16:07 +02:00
Jordi Boggiano f1320bf7a1 Update docs about operators 2012-06-22 16:04:44 +02:00
Jordi Boggiano 4fcc114f97 Merge pull request #808 from palex-fpt/not-equal-operator
Add '<>' operator to Version Parser
2012-06-22 07:00:18 -07:00
Christian Riesen 432815df67 Added more libraries to PlatformRepository 2012-06-22 15:46:36 +02:00
Jordi Boggiano c9d1e7a918 Add FAQ about committing deps 2012-06-22 15:19:01 +02:00
Jordi Boggiano ccc6fa3714 Merge pull request #775 from palex-fpt/PR-746
PEAR Packages extraction based on package.xml format
2012-06-22 06:15:38 -07:00
Christian Riesen 8d3c85225f Changed PlatformRepository to handle libraries as well now 2012-06-22 14:54:03 +02:00
Christian Riesen 7b49b013ec PlatformRepository now knows curl and libxml versions 2012-06-22 13:51:26 +02:00
Jordi Boggiano 6f576d4d4f Add update <package> example to docs of update 2012-06-21 16:13:52 +02:00
Jordi Boggiano 48f66f66fb Add autoload example to the package repository docs for clarity 2012-06-21 14:03:31 +02:00
Jordi Boggiano 537ead6aae Merge pull request #817 from gajdaw/lock_file_fix
Basic usage: lock filename fix
2012-06-21 01:17:06 -07:00
Włodzimierz Gajda 8ebbd8f874 Basic usage: lock filename fix 2012-06-21 10:12:27 +02:00
Nils Adermann a756f7f880 Merge pull request #798 from cs278/dev-hash-detached-head
Ensure composer works with a detached head
2012-06-20 16:18:55 -07:00
Nils Adermann cb27a1f308 Merge pull request #812 from Seldaek/recover-refs
Recover to an older commit if a locked reference is not found
2012-06-20 16:18:02 -07:00
Nils Adermann e9200cf856 Merge pull request #814 from shama/patch-typos
Typo Fixes
2012-06-20 16:16:19 -07:00
Kyle Robinson Young 6375bc5551 Typo fixes 2012-06-20 14:15:54 -07:00
Jordi Boggiano 892cfdd57d Merge remote-tracking branch 'naderman/error-msgs' 2012-06-20 19:19:25 +02:00
Nils Adermann cc7632489d Make problem report messages more readable
Added pretty strings to constraints
2012-06-20 19:06:36 +02:00
Jordi Boggiano 54054365e0 Add some comments 2012-06-20 12:09:09 +02:00
Jordi Boggiano 73a865bf2a Fix tests 2012-06-20 12:05:18 +02:00
Jordi Boggiano c9ef7479c4 Keep track of commit dates in the lock file in case the reference disappears 2012-06-20 11:47:38 +02:00
Jordi Boggiano 77f6b9e05b Recover from invalid references by taking the parent commit (by date) 2012-06-20 11:46:59 +02:00
Jordi Boggiano a518f471f7 Ensure aliases are removed from local repos when a package is deleted from the filesystem 2012-06-20 11:45:55 +02:00
Jordi Boggiano 4bbb168d44 Remove BC code 2012-06-19 23:06:40 +02:00
Alexey Prilipko 9f08764e9a Add '!=' handling to VersionConstraint::matchSpecific 2012-06-20 00:29:28 +11:00
Alexey Prilipko e130386612 Add '<>' operator for Version Parser 2012-06-19 12:11:11 +11:00
Jordi Boggiano a06ebdd8ef Add caching to svn metadata 2012-06-18 15:38:47 +02:00
Jordi Boggiano 6d1377838b Handle weird chars in cache keys 2012-06-18 15:34:08 +02:00
Nils Adermann dc2a9bfe62 Ignore null rules in rule generator
Fixes #806
2012-06-17 20:15:19 +02:00
Jordi Boggiano e953b4c891 Ensure vendor dir is initialized before generating the install path of a package 2012-06-17 18:16:47 +02:00
Alexey Prilipko a88265a497 Update PearPackageExtractor for package.xml 2.1 support 2012-06-15 12:30:08 +11:00
Jordi Boggiano 94791aba73 Merge pull request #802 from stof/lock_sorting
Made the order of aliases deterministic in the locker
2012-06-14 11:15:46 -07:00
Christophe Coevoet 398a3ac0dc Made the order of aliases deterministic in the locker 2012-06-14 18:59:53 +02:00
Jordi Boggiano 4c75a2db01 Reinforce language about not specifying the version 2012-06-14 15:08:38 +02:00
Jordi Boggiano db7f25baaf Add note about version and packagist 2012-06-14 14:59:11 +02:00
Jordi Boggiano 32692e519c Boost memory_limit at runtime if permitted 2012-06-14 14:21:44 +02:00
Jordi Boggiano 6f33d4e17f Merge pull request #799 from lyrixx/psr
Fixed PSR rules
2012-06-14 03:40:37 -07:00
Grégoire Pineau f4e9dd4fb8 Fixed PSR rules 2012-06-14 12:10:01 +02:00
Chris Smith 5e4b2fcc8d Test for detached heads yielding an invalid version 2012-06-14 11:03:26 +01:00
Jordi Boggiano 330f56c0ec Merge pull request #795 from lyrixx/doc-global-install
[Doc] Added a note to install composer globally
2012-06-14 02:57:55 -07:00
Chris Smith 97955a6ace Mock ProcessExecutor 2012-06-14 10:52:23 +01:00
Grégoire Pineau 3068e92446 [Doc] Added a note to install composer globally 2012-06-14 10:16:15 +02:00
Giulio De Donato 1ac1bfb25b just added a \ before RuntimeException (sorry I didn't run the test) 2012-06-13 19:17:45 +02:00
Jordi Boggiano 67cf46546d Merge pull request #791 from liuggio/patch-1
just added a \ before RuntimeException
2012-06-12 09:20:33 -07:00
Jordi Boggiano e449f29d32 Merge pull request #792 from liuggio/patch-790
fixed #790
2012-06-12 09:18:24 -07:00
Giulio De Donato 5c08b5b215 fixed #790 2012-06-12 17:57:11 +02:00
Giulio De Donato 3a53b06f00 just added a \ before RuntimeException (sorry I didn't run the test) 2012-06-12 18:08:22 +03:00
Nils Adermann 1d4bc8a92a Merge pull request #786 from jonathaningram/patch-1
[Docs] Change master-dev to dev-master
2012-06-11 16:00:49 -07:00
Jonathan Ingram 2dea55cdbb Change master-dev to dev-master 2012-06-12 08:50:36 +10:00