1
0
Fork 0
Commit Graph

2328 Commits (ab1c7fbb9b4e0db080f5b7156547ac02e53d152e)

Author SHA1 Message Date
Igor Wiedler 674a0b12a6 Increase margin by 0.5in 2012-08-31 02:33:20 +02:00
Igor Wiedler da2c9084f4 Smaller page margins that are same on all sides 2012-08-31 02:23:24 +02:00
Igor Wiedler 653a3af609 Update name to "The Composer Community"
(so I don't get blamed for breaking it)
2012-08-31 02:22:39 +02:00
Zbigniew Czapran c0c23033d5 simplified if statement 2012-08-30 23:46:33 +01:00
Zbigniew Czapran 730f206cea removed unneccesary PackageMock and trailing whitespaces 2012-08-30 23:44:54 +01:00
Zbigniew Czapran 80c2736021 in VersionParser only truncate the version if hash 2012-08-30 22:01:21 +01:00
Jordi Boggiano a04591bbd7 Update to latest dev version of process 2012-08-30 15:09:22 +02:00
Igor Wiedler 45156263e7 Add script to produce a PDF version of the docs 2012-08-29 22:31:16 +02:00
Igor Wiedler d93f03d0c4 Re-wrap and re-format some docs to make the LaTeX friendly 2012-08-29 22:30:47 +02:00
Jordi Boggiano 5b7afe26f2 Update deps 2012-08-29 20:48:08 +02:00
Jordi Boggiano 781e0d4f55 Add detection of gitolite user for git repos 2012-08-29 15:44:52 +02:00
Jordi Boggiano 803178d28f CS fixes for #1038 2012-08-29 15:24:05 +02:00
Jordi Boggiano 9f3f80a8d0 Merge remote-tracking branch 'CHH/feature/smarter-packagejson-append' 2012-08-29 15:22:27 +02:00
Christoph Hochstrasser 560d6daccf Using separate variable for URL parts 2012-08-29 15:12:08 +02:00
Christoph Hochstrasser 841efc98a6 Appending 'packages.json' only if not present in URL 2012-08-29 15:08:04 +02:00
Jordi Boggiano e2f8098f53 Fix depends command on 5.3, fixes #1034 2012-08-28 13:30:57 +02:00
Jordi Boggiano 5a247ca9a5 Fix regression in updating dev packages to latest ref, fixes #1030 2012-08-27 12:03:07 +02:00
Jordi Boggiano f4f14b684a Add note about hiddeninput.exe sources, fixes #675 2012-08-26 00:28:28 +02:00
Jordi Boggiano 5755158e5b Merge pull request #1029 from stof/autoload_notice
Removed a PHP notice when dumping the autoloader
2012-08-25 09:36:13 -07:00
Christophe Coevoet 66b83a39d2 Removed a PHP notice when dumping the autoloader
This occured when the root package has a target-dir but does not have
configure a PSR-0 autoloader.
Fixes #1028
2012-08-24 23:25:14 +02:00
Nils Adermann 01593e0628 Merge pull request #1015 from Seldaek/memory
Reduce memory usage by only loading packages that are actually needed, fixes #456
2012-08-24 11:32:33 -07:00
Jordi Boggiano 3946a44499 Merge remote-tracking branch 'chEbba/memory_limit'
Conflicts:
	bin/composer
2012-08-24 17:39:49 +02:00
Jordi Boggiano 6f77df296a Speed up Pool::match for common case 2012-08-24 16:46:08 +02:00
Jordi Boggiano 573aad8801 Check if ini_set exists before calling it 2012-08-24 16:38:01 +02:00
Kirill chEbba Chebunin 34c4f94619 Fix typo in troubleshooting doc 2012-08-24 18:32:36 +04:00
Kirill chEbba Chebunin 21596b2ccd Increase memory to 512M, remove warning 2012-08-24 17:49:35 +04:00
Kirill chEbba Chebunin ba45ef2b70 Remove commented code forom cli script 2012-08-24 17:25:10 +04:00
Kirill chEbba Chebunin 4f129424e1 Increase memory_limit to 256M if it is lower than this value 2012-08-24 17:06:03 +04:00
Jordi Boggiano 41fc6ff9ee Fix formatRequirements return value, fixes #1026 2012-08-24 13:39:37 +02:00
Jordi Boggiano 99c33a54fd Merge pull request #1027 from bamarni/patch-2
fixed typo
2012-08-24 04:32:45 -07:00
Bilal Amarni 5669419416 fixed typo 2012-08-24 13:55:36 +03:00
Kirill chEbba Chebunin 99f3444f30 Fix typo in troubleshooting article 2012-08-24 14:35:16 +04:00
Jordi Boggiano c97720c607 Fix picking of new dev packages for updates to latest source ref 2012-08-24 12:06:29 +02:00
Kirill chEbba Chebunin 47156103a6 Remove hard coded memory limit. Add troubleshooting doc 2012-08-24 13:53:02 +04:00
Jordi Boggiano f9f86f03ae Performance improvements to create-project 2012-08-24 11:38:42 +02:00
Jordi Boggiano 456b35ae72 Disable xdebug scream/show_exception_trace, fixes #989 2012-08-24 10:57:38 +02:00
Jordi Boggiano c14bc368b0 Fix memory usage of the update command 2012-08-24 02:29:37 +02:00
Jordi Boggiano e1bd2fd6df Clean ups after feedback 2012-08-24 02:29:36 +02:00
Jordi Boggiano a0903d4d35 Update create-project and show commands to use the new filterPackages method 2012-08-24 02:29:35 +02:00
Jordi Boggiano c31d588b7d Update init and depends commands to use the new filterPackages method 2012-08-24 02:29:34 +02:00
Jordi Boggiano 012798b179 Convert search command to use the filterPackages method 2012-08-24 02:29:34 +02:00
Jordi Boggiano e3b6bd781c Add RepositoryInterface::filterPackages to stream ops on lists
This cuts down on memory usage and also speeds up the search command to a third of its previous time
2012-08-24 02:29:33 +02:00
Jordi Boggiano 9965f02951 Clean up link creation 2012-08-24 02:29:32 +02:00
Jordi Boggiano d6de4a0036 Rename Package interfaces to reduce BC issues 2012-08-24 02:29:31 +02:00
Jordi Boggiano 8a275336a1 CS cleanups 2012-08-24 02:29:30 +02:00
Jordi Boggiano e46d26cb9b Add loadAliasPackage to the StreamableRepositoryInterface and clear up responsibilities between Pool and Repositories 2012-08-24 02:29:29 +02:00
Jordi Boggiano 9a1fd450b0 Remove code duplication 2012-08-24 02:29:28 +02:00
Jordi Boggiano 62ead24b61 Rename variable for clarity 2012-08-24 02:29:27 +02:00
Jordi Boggiano 26e8217db7 Remove duplication of branch alias parsing code 2012-08-24 02:29:26 +02:00
Jordi Boggiano 774021bf99 Clean up Installer::aliasPackages() 2012-08-24 02:29:25 +02:00