1
0
Fork 0
Commit Graph

2836 Commits (16671831eff58dd8ce3e27b29b98957ec16cc7d1)

Author SHA1 Message Date
Igor Wiedler 162b1f6653 [docs] -s shorthand for --stability 2012-11-30 17:10:37 +01:00
Igor Wiedler 2b48d6835b [docs] Remove mention of deprecated non-batch notification API 2012-11-30 17:08:01 +01:00
Igor Wiedler 77062eb792 [docs] --stability option for init command 2012-11-30 17:07:30 +01:00
Igor Wiedler ae2c3e8ddb [docs] Batch notification API 2012-11-30 16:55:04 +01:00
Igor Wiedler 5317f9e542 [docs] create-project command --stability option 2012-11-30 16:46:22 +01:00
Jordi Boggiano 111c42b8fb Make config command list all values in the config (aggregated defaults + global [+ local]) 2012-11-30 16:21:08 +01:00
Jordi Boggiano 977fc3241c Clarify exception messages when invalid versions are detected in aliases 2012-11-29 12:05:45 +01:00
Jordi Boggiano 365058ee99 Fix CS 2012-11-29 11:16:46 +01:00
Jordi Boggiano d1956d9d24 Merge remote-tracking branch 'Unister/master' 2012-11-29 11:16:19 +01:00
Jordi Boggiano 9c029c234e Merge remote-tracking branch 'mkopras/ticket_1052' 2012-11-29 11:12:03 +01:00
Jordi Boggiano 4965fb599c s/return/continue/ 2012-11-29 10:11:23 +01:00
Jordi Boggiano da1cc39cfd Fix tests 2012-11-29 09:33:51 +01:00
Jordi Boggiano a8f74a0983 Allow notification from locked installs, fixes #1368, fixes #1372, fixes #1369 2012-11-29 09:24:28 +01:00
Mikołaj Kopras 534fe36149 Added php.ini path to error message #1052 2012-11-28 21:26:58 +01:00
Jordi Boggiano e868c9706b Add support for batch notifications 2012-11-28 18:44:49 +01:00
go.schmidt f748fb1953 fixed version output for show command 2012-11-28 11:46:33 +01:00
Jordi Boggiano c5f3a6febd Fix optimized autoloader generation for PSR-0 configs that include non-existent dirs, fixes #1286 2012-11-27 14:23:10 +01:00
Jordi Boggiano ead17b2680 Fix solving issue when provide provides a platform package that is already installed, fixes #1171 2012-11-27 13:55:20 +01:00
Jordi Boggiano cd4d569540 Use old-style named subpattern syntax to avoid problems with antiquated PCRE 2012-11-26 13:21:03 +01:00
Jordi Boggiano de3235a2a4 Add tests to prevent regressions on strings/nowdoc/comment stripping 2012-11-25 14:10:58 +01:00
Jordi Boggiano 5a01ada383 Restrict unicode chars allowed to what php core allows, refs #1361 2012-11-25 14:07:06 +01:00
Jordi Boggiano 2d7c3c9d27 Tweak #1361 to re-enable support for unicode classnames 2012-11-25 13:52:42 +01:00
Jordi Boggiano d3b830efc3 Merge remote-tracking branch 'igorw/classmap-missing-space' 2012-11-25 12:57:10 +01:00
Igor Wiedler 530991217b Support classmap generation for classes without space after class name
Class names with multi-byte characters are not supported.

Closes #1360.
2012-11-25 12:08:50 +01:00
Jordi Boggiano f2d6400285 Merge remote-tracking branch 'rkallensee/pear-https' 2012-11-24 16:25:13 +01:00
Jordi Boggiano 488624675c Prevent exception when glob fails to return an array, fixes #1357 2012-11-24 16:13:35 +01:00
Jordi Boggiano dee9bcb9f1 Add --stability and support for package:version and package=version to create-project, fixes #957 2012-11-24 15:34:50 +01:00
Raphael Kallensee 9713bf8bec Fix for PearRepository scheme handling, broke ChannelReaderTest. 2012-11-23 18:36:22 +01:00
Raphael Kallensee 0be2fd12e4 Fix for PEAR package downloading in PearRepository: now using https as
scheme if the PEAR channel uses https. The old behavior broke installing
PEAR packages from https-only PEAR channels.
2012-11-23 18:08:32 +01:00
Jordi Boggiano 49238388e4 Merge branch 'newcachedir' 2012-11-23 00:28:54 +01:00
Jordi Boggiano d50120ae85 Add docs about new cache dirs 2012-11-23 00:28:47 +01:00
Jordi Boggiano 15475f0ef2 Rename cache dirs to consolidate them by purpose 2012-11-23 00:15:14 +01:00
Jordi Boggiano f1f1ddb66b Fix updates when dev packages have new dependencies (no more double updates needed), fixes #1105 2012-11-22 22:47:19 +01:00
Jordi Boggiano b641f9ea68 Fix tests 2012-11-22 20:03:26 +01:00
Jordi Boggiano da5ee6e2d7 Add warning for invalid chars in package names 2012-11-22 19:50:27 +01:00
Jordi Boggiano 2de2e953c0 Add warning for outdated lock file since they cause massive slowdowns 2012-11-21 17:40:57 +01:00
Jordi Boggiano 118e137a91 Merge pull request #1349 from colinfrei/strictPackageName
Enforce stricter package names
2012-11-21 07:00:13 -08:00
Colin Frei e4b8fe85a1 Check --name value if it's passed in, as that's not validated anywhere 2012-11-20 20:54:48 +01:00
Colin Frei b4cf3d06fd Make sure suggested value conforms to allowed values
Regex for replacement from https://github.com/composer/packagist/blob/master/src/Packagist/WebBundle/Entity/Package.php#L191
2012-11-20 20:53:19 +01:00
Colin Frei 6c4bdd14cd require $name to be lowercase 2012-11-20 20:49:45 +01:00
Jordi Boggiano e5ecad7eeb Enforce a UTC timezone if none is set to prevent misconfigured php from blowing up, refs #923 2012-11-20 14:45:40 +01:00
Jordi Boggiano 326fcbcab7 Enforce UTC on all datetime instances, set lock release date to datetime always, refs #923 2012-11-20 14:36:42 +01:00
Jordi Boggiano 18973ed0b9 Do not check for changes if there is no vcs dir
In case the package is in a broken state we do not want to show diffs from the main project
2012-11-20 14:34:01 +01:00
Jordi Boggiano c5af2eacf1 Update deps 2012-11-20 14:31:47 +01:00
Jordi Boggiano 03b9d73af5 Fix proc_open failure, fixes #1346 2012-11-20 11:36:04 +01:00
Jordi Boggiano 6f56568881 Merge pull request #1341 from beberlei/GH-1339
Fallback to PHP early if proc_open not allowed.
2012-11-19 06:41:34 -08:00
Benjamin Eberlei fbf9a27132 Works on Linux when proc_open misses 2012-11-19 13:51:24 +01:00
Benjamin Eberlei 5e12da0203 Skip locking dev package to time when proc_open does not exist on system. 2012-11-19 11:24:11 +01:00
Benjamin Eberlei cd7db1861d Remove reliance on proc_open in Filesystem#rename() 2012-11-19 11:21:41 +01:00
Benjamin Eberlei d26932cc7e Fallback to PHP early if proc_open not allowed. 2012-11-19 10:29:32 +01:00