1
0
Fork 0
Commit Graph

7877 Commits (0a27ca7b653856a0b989f889a8a089b70581059e)

Author SHA1 Message Date
Jordi Boggiano 0a27ca7b65 Make sure circular dependencies do not break the autoload dumper, refs , refs 2018-06-06 14:51:52 +02:00
Jordi Boggiano ccb4acaf3f
Merge pull request from robbieaverill/pulls/1.6/phpdoc-fixes
FIX Update PHPDocs to indicate more specific return types
2018-05-31 19:54:58 +02:00
Robbie Averill ee97f26931 FIX Update PHPDocs to indicate more specific return types 2018-05-22 10:39:25 +12:00
Jordi Boggiano c6d53abf89 Fix tests 2018-05-15 16:06:56 +02:00
Jordi Boggiano 70e431368f Merge remote-tracking branch 'ph-fritsche/1.6' into 1.6 2018-05-15 16:01:34 +02:00
Jordi Boggiano af1dccb1fb Avoid showing virtual packages in search results, fixes 2018-05-15 15:20:21 +02:00
Philipp Fritsche b0be87177d
Filter dev-dependencies from "dump-autoload --no-dev" , fixes 2018-05-08 02:57:26 +02:00
Jordi Boggiano b540ce264c Update changelog 2018-05-04 11:44:55 +02:00
Jordi Boggiano e697293cd9 Handle broken symlinks more cleanly, fixes 2018-05-04 11:17:43 +02:00
Jordi Boggiano 78ae0a97f7 Terminate quoted strings 2018-05-04 11:02:12 +02:00
Jordi Boggiano 3b9d6769bf Fix class names in comments being parsed in short_open_tags files, fixes 2018-05-04 11:02:12 +02:00
Jordi Boggiano a3ed8484be
Merge pull request from nicolas-grekas/c-locale
Force "C" locale to prevent issue with Turkish "I"
2018-05-04 09:45:02 +02:00
Jordi Boggiano 43e33be79f Fix regression in 036fc44c25, fixes 2018-05-03 17:30:33 +02:00
Rob 69d25c090e
Merge pull request from stof/patch-1
Fix the JSON schema for package repositories
2018-05-03 09:12:03 +02:00
Nicolas Grekas 658685744b Force "C" locale to prevent issue with turkish "I" 2018-05-02 17:17:22 -07:00
Christophe Coevoet 61f54e19ce
Fix the JSON schema for package repositories 2018-04-25 20:36:43 +02:00
Jordi Boggiano 0704cd5142 Revert symfony/console to 2.8.37
Workaround for issues caused by https://github.com/symfony/symfony/pull/26609

Fixes 
2018-04-13 15:26:34 +02:00
Jordi Boggiano 2bded580e2 Update changelog for 1.6.4 2018-04-13 12:04:18 +02:00
Jordi Boggiano e4ee187da8
Merge pull request from tflori/schema-readme-patch
add readme node to composer.json schema
2018-04-13 11:04:29 +02:00
Jordi Boggiano e37e7f1329 Fix handling of non-callable event listeners, fixes 2018-04-13 10:43:43 +02:00
Jordi Boggiano 785aba9d82 Merge remote-tracking branch 'stof/fix_show_columns' into 1.6 2018-04-13 10:07:02 +02:00
Jordi Boggiano f0a1eaaabf Clarify that inline aliases are root only, fixes 2018-04-13 09:49:07 +02:00
Thomas Flori 58e4326067
add readme node to composer.json schema 2018-04-13 09:09:58 +02:00
Edwin Rodríguez 9dc6222288 Allow using fossil dependency in a fossil repository, fixes , closes 2018-04-13 09:00:03 +02:00
Jordi Boggiano fa539766b8 Output outdated warning on stderr, fixes 2018-04-12 19:56:35 +02:00
Jordi Boggiano 24ef605473 Clarify that #refs is root-only, fixes 2018-04-12 19:49:18 +02:00
Jordi Boggiano 288631a37e Log the source of the failure when an aliased script fails, fixes 2018-04-12 19:42:23 +02:00
Markus Staab af3783b5f4 properly cache when a branch in a certain revision does not contain a composer.json
this prevents requesting/trying to get the composer.json over and over again even if no commits happend

Closes 
2018-04-12 19:11:53 +02:00
Jordi Boggiano 89e138a593 Add hint about .local/bin to docs, fixes 2018-04-12 19:06:24 +02:00
Filippo Tessarotto 277f32d388 Lock _readme: remove outdated hashtag link part, closes 2018-04-12 18:00:01 +02:00
Markus Staab 9bee2ca28e make sure we only cache resources which contain a svn revision
like we do in the VCS driver.

Closes 
2018-04-12 17:56:41 +02:00
Jordi Boggiano 1336029b72 Fix type hints to match latest symfony, fixes 2018-04-12 17:36:57 +02:00
Fabio Bas c9aa9c0d2f Fix usage of svn user-provided credentials, fixes , closes 2018-04-12 17:00:12 +02:00
Jordi Boggiano 5460e5d86f Respect current PHP version when figuring out requirements for init command, fixes 2018-04-12 16:22:40 +02:00
Jordi Boggiano 174c71de04 Handle http 401/403 differently to allow reading warning message 2018-04-12 15:57:14 +02:00
Jordi Boggiano 7afd1a9385 Update dependencies 2018-04-12 15:54:55 +02:00
Jordi Boggiano 9041622b86 Fix version guessing regression and a few other issues, fixes 2018-04-12 15:16:39 +02:00
Jordi Boggiano 79d62cc51c Escape references properly when getting commit logs for verbose update 2018-04-12 14:20:34 +02:00
Markus Staab 71d058b97b refactored "svn --version" calls into a single place, closes
this saves a lot of process-spawning as we re-use the result of a process started once.
2018-04-12 13:40:37 +02:00
Carlos 2f56c3c334 Change status command help to make it clearer, closes 2018-04-12 13:33:22 +02:00
Jordi Boggiano 78017bcbcb Fix support for uppercase package names in why/why-not commands, fixes 2018-04-12 12:14:30 +02:00
dmsmidt 556148510b ConsoleIO::select for a single option, fixes , closes 2018-04-12 11:03:32 +02:00
Jordi Boggiano ec9ba46c5f Fix run-script --list failing to handle native script handlers, fixes 2018-04-12 10:39:18 +02:00
Jordi Boggiano 4bddcd7124 Add support for gitlab.com URL replacement, fixes 2018-04-12 10:35:22 +02:00
Jordi Boggiano 066351c5b9 Remove use of deprecated getMock method 2018-04-12 10:24:56 +02:00
Jordi Boggiano 036fc44c25 Make sure aliased packages are removed correctly from the repository, fixes 2018-04-12 09:51:01 +02:00
Petr /Peggy/ Sládek 8d06832077 Update ClassMapGenerator to work better with symlinks, fixes , closes 2018-04-12 09:37:26 +02:00
Christophe Coevoet ce521e5697 Take only displayed packages into account to determine column width
The ShowCommand was taking all packages into account when determining the
max lengths used to display the width of each column. This was causing
unnecessary hiding of columns in case of using a longer name or a longer
version in a different package.
This was especially visible when using the outdated command, as it applies
filtering by default.
2018-03-06 12:57:44 +01:00
Jordi Boggiano 72476b62d4 Check for license validity only on newly updated branches, refs , refs 2018-03-01 15:49:25 +01:00
Patrick Rose b90987fdeb Fix permissions when using the PearBinaryInstaller
The PearBinaryInstaller is old and not used by many people, so the
world writable permissions weren't caught
2018-02-11 11:02:27 +01:00