1
0
Fork 0
Commit Graph

927 Commits (e4143f98c5a40fab19ebddf3cb5789b1b35d7806)

Author SHA1 Message Date
Igor Wiedler e4143f98c5 [docs] mention coding standards 2012-02-20 16:25:11 +01:00
Igor Wiedler 9cc02a7596 [docs] minor fixes 2012-02-20 16:10:38 +01:00
Igor Wiedler b71db7607d [docs] fix smarty source reference 2012-02-20 16:06:28 +01:00
Igor Wiedler 1f6ac63d85 [docs] remove resources from community 2012-02-20 16:05:18 +01:00
Igor Wiedler 08af50220e [docs] add community chapter 2012-02-20 15:57:19 +01:00
Igor Wiedler 1dc25641c0 [docs] wrap newlines at 80 chars 2012-02-20 15:41:05 +01:00
Igor Wiedler 397ca5ddbf [docs] add section to repositories about hosting your own composer repo 2012-02-20 15:32:22 +01:00
Igor Wiedler be47869f56 [docs] add repository sections for pear and package repos 2012-02-20 14:22:16 +01:00
Jordi Boggiano 9f2430c1c9 Merge pull request #335 from igorw/pear-prefix
[pear-prefix] add a pear-{channel}/ prefix to PearRepository packages
2012-02-20 03:53:11 -08:00
Igor Wiedler 06f1ecf83a [pear-prefix] add a pear-{channel}/ prefix to PearRepository packages 2012-02-20 12:51:30 +01:00
Jordi Boggiano 9ba0505751 Make sure lock file is sorted, fixes #276 2012-02-20 12:35:03 +01:00
Jordi Boggiano 8bdf4d8bcd Update lock file 2012-02-20 12:34:28 +01:00
Jordi Boggiano 621388e3be Fix warning when no package to update is found 2012-02-20 12:14:44 +01:00
Jordi Boggiano eb35244230 Fix repositories warning 2012-02-20 11:55:32 +01:00
Jordi Boggiano 005559dc2f Fix composer dependencies 2012-02-20 11:54:12 +01:00
Nils Adermann 841f64335a Merge pull request #319 from igorw/docs
WIP: Docs
2012-02-20 02:08:58 -08:00
Igor Wiedler c42e37037a [docs] wrap all lines to 80 chars 2012-02-20 11:08:18 +01:00
Nils Adermann 03a9e0dfee Merge pull request #330 from Seldaek/repositories
[BC Break] Refactor repositories configuration
2012-02-20 01:58:52 -08:00
Nils Adermann 39aa5c0752 Merge pull request #329 from Seldaek/new_dev
[BC Break] New dev handling
2012-02-20 01:58:21 -08:00
Jordi Boggiano 2976bd82b0 Simplify code 2012-02-20 09:50:02 +01:00
Jordi Boggiano 04b48ac5d9 Merge pull request #333 from naderman/circular-dep-test
Complete circular dependency with alternatives through virtual packages test
2012-02-20 00:47:38 -08:00
Igor Wiedler cabe1c2949 [docs] add vcs repo section to repos chapter 2012-02-20 01:04:35 +01:00
Igor Wiedler c8f3fa5800 [docs] add cli sample to quote block 2012-02-19 23:01:05 +01:00
Igor Wiedler 31a75f06da [docs] put notes into quote blocks to highlight them 2012-02-19 22:58:36 +01:00
Igor Wiedler b6079f73ba [docs] beginning of the repositories chapter 2012-02-19 22:31:04 +01:00
Igor Wiedler 2df96bcad3 [schema] Fix invalid JSON 2012-02-19 21:15:51 +01:00
Igor Wiedler ee73b332e5 Merge remote-tracking branch 'upstream/master' into docs
* upstream/master: (42 commits)
  Correct the parent path in the watch tree, after moving a rule out of the path
  Add config in composer json schema
  Add scripts to json schema
  Use updateAll request method in upddate mode in install command
  Readd update-all jobs and make them available through the request
  Fix local git repo handling in GitDriver
  Add getVersionConstraint test case to avoid version normalization issues
  Fix line endings of Composer TestCase
  Correct placing of braces
  Clean up the incomplete marker like suggested in https://github.com/composer/composer/pull/324#r465391
  When changing watched literals of a rule, update the parent's next pointer
  Fix TODO tags to confirm with the projects standard
  Display undecided literals as undecided with a ?, when printing the decision map
  Add a debug print method for the entire watch tree to the solver
  Support both require and requires as depends link-type arg
  Create an impossible rule when trying to install something that doesn't exist.
  Add todos to explain why try/catch is inside the test
  Add SolverProblemsException and test basic solver failures
  Deciding to install a package and wanting to install it, is not a conflict
  Restore realpath behavior
  ...

Conflicts:
	Resources/composer-schema.json
2012-02-19 21:09:06 +01:00
Igor Wiedler f4511271a8 [docs] schema chapter describing composer.json 2012-02-19 21:07:30 +01:00
Nils Adermann dd443cd570 Complete circular dependency with alternatives through virtual packages test 2012-02-19 20:08:15 +01:00
Jordi Boggiano 716d9dc80a Merge pull request #331 from naderman/fix-rule-parent-path
Correct the parent path in the watch tree, after moving a rule out of the path
2012-02-19 10:22:15 -08:00
Nils Adermann ff620afe05 Correct the parent path in the watch tree, after moving a rule out of the path 2012-02-19 19:20:12 +01:00
Jordi Boggiano d0d5329f6f Fix package repositories 2012-02-19 19:12:56 +01:00
Jordi Boggiano 44e76e06fc Refactor repositories configuration 2012-02-19 19:00:12 +01:00
Jordi Boggiano 0cb02cf3ca Add config in composer json schema 2012-02-19 18:24:27 +01:00
Jordi Boggiano ab51095f4c Add scripts to json schema 2012-02-19 18:11:38 +01:00
Jordi Boggiano bb160a3162 Merge pull request #328 from naderman/update-all
Update all
2012-02-19 08:16:20 -08:00
Nils Adermann 509188c112 Use updateAll request method in upddate mode in install command 2012-02-19 17:14:11 +01:00
Nils Adermann 3e1749fbad Readd update-all jobs and make them available through the request 2012-02-19 16:59:04 +01:00
Jordi Boggiano c95b4d05fd Fix forcing of the source-ref from lock file 2012-02-19 16:57:36 +01:00
Jordi Boggiano 4233a4823d Skip platform repo and only force-update packages that have a new source ref 2012-02-19 16:57:36 +01:00
Jordi Boggiano 646d01658a Rename source_ref to source-ref 2012-02-19 16:57:35 +01:00
Jordi Boggiano c12dccd3d4 Restore quality of debug output 2012-02-19 16:57:34 +01:00
Jordi Boggiano d7350b66d5 Ensure dev packages have a source 2012-02-19 16:57:33 +01:00
Jordi Boggiano 88b018068c Force dev packages to update to latest ref on update 2012-02-19 16:57:33 +01:00
Jordi Boggiano 496188f714 Force installs from lock to reinstall dev packages from the exact locked reference 2012-02-19 16:57:32 +01:00
Jordi Boggiano c1baa20fec Lock reference of dev packages 2012-02-19 16:57:31 +01:00
Jordi Boggiano 3fe87b1e35 Force dev packages to be installed from source 2012-02-19 16:57:30 +01:00
Jordi Boggiano f73c08043f Refactor VcsRepo to follow new dev model 2012-02-19 16:57:29 +01:00
Jordi Boggiano 3e6176eccf Update version parser to support any branch name 2012-02-19 16:57:29 +01:00
Jordi Boggiano ae7107fc22 Add more test requirements 2012-02-19 16:57:28 +01:00