History for dub_jkp / source / dub / packagemanager.d
2014-01-16
@Sönke Ludwig
Fix triggering an enforcement for Version.INVALID.
Sönke Ludwig committed on 16 Jan 2014
@Sönke Ludwig
Determine the version of the package in the root dir properly instead of assuming ~master.
Sönke Ludwig committed on 16 Jan 2014
2014-01-15
@Sönke Ludwig
Make the warning message for non-existing locals more helpful.
Sönke Ludwig committed on 15 Jan 2014
@Sönke Ludwig
Fix null pointer access for non-existent locally registered packages and output a warning.
Sönke Ludwig committed on 15 Jan 2014
2014-01-14
@Matthias Dondorff
The externally defined sub-packages don't have the name declared in the base package. This eliminates the double definition of a sub-packages name.
Matthias Dondorff committed on 14 Jan 2014
@Sönke Ludwig
Fix check for looking only at base packages in PackageManager.getPackage. Fixes #214.
Sönke Ludwig committed on 14 Jan 2014
2014-01-07
@Matthias Dondorff
Properly saving the journal's filename of the package description.
Matthias Dondorff committed on 7 Jan 2014
@Matthias Dondorff
Keeping track of the saved json file in the journal and some smaller changes.
Matthias Dondorff committed on 7 Jan 2014
@Sönke Ludwig
Make "dub.json" the primary choice for a package description and handle "package.json" as a fallback.
Sönke Ludwig committed on 7 Jan 2014
2014-01-05
@Matthias Dondorff
When a package having externally defined subpackages is installed, they work. Currently not tested with the registry.
Matthias Dondorff committed on 5 Jan 2014
2014-01-04
@Matthias Dondorff
Automatic discovery of sub-packages added to package manager.
Matthias Dondorff committed on 4 Jan 2014
@Matthias Dondorff
Inside of the PackageManager, change type of m_packages from Package[][string] to Package[], as there is no need for an associative array, currently.
Matthias Dondorff committed on 4 Jan 2014
@Matthias Dondorff
Fixed typos.
Matthias Dondorff committed on 4 Jan 2014
2013-12-20
@Sönke Ludwig
Improve error message when removing a cached package fails due to a missing installation journal.
Sönke Ludwig committed on 20 Dec 2013
2013-12-16
@Sönke Ludwig
Rephrase enforcement message in addLocalPackage and conditionally specify a version when loading the local package list. See #194.
Sönke Ludwig committed on 16 Dec 2013
@ponce
Add support for "add-local" without version name.
ponce committed on 16 Dec 2013
2013-12-02
@Sönke Ludwig
Rename badly named PackageManager.get to storeFetchedPackage.
Sönke Ludwig committed on 2 Dec 2013
2013-11-21
@Sönke Ludwig
Don't upgrade unmanaged packages. Fixes #171. ...
Sönke Ludwig committed on 21 Nov 2013
2013-11-18
@Sönke Ludwig
Adjust style of dub.internal.vibecompat.data.json to latest vibe.d and use vibe.data.json if available.
Sönke Ludwig committed on 18 Nov 2013
2013-11-01
@Dicebot
Remove 'installation' references. ...
Dicebot committed on 1 Nov 2013
2013-10-17
@Sönke Ludwig
Implement building of specific packages, including sub packages.
Sönke Ludwig committed on 17 Oct 2013
2013-09-25
@Sönke Ludwig
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig committed on 25 Sep 2013
2013-09-18
@Matthias Dondorff
#119 Better feedback for dub add-local, dub remove-local
Matthias Dondorff committed on 18 Sep 2013
@Sönke Ludwig
Fix compilation.
Sönke Ludwig committed on 18 Sep 2013
2013-09-15
@Matthias Dondorff
Moved Journal into packagemanager.d. Removed Project.writeMetadata as it is not used. Documentation typos and updates.
Matthias Dondorff committed on 15 Sep 2013
2013-09-11
@Sönke Ludwig
Only allow zip file prefixes of one directory deep. Partial fix for #118.
Sönke Ludwig committed on 11 Sep 2013
@Sönke Ludwig
Fix determining the zip root folder.
Sönke Ludwig committed on 11 Sep 2013
2013-09-10
@Matthias Dondorff
A better log message in case of installing a package over a previous installed package and a bug fix, when the install .zip file is not containing any folders.
Matthias Dondorff committed on 10 Sep 2013
2013-07-24
@Sönke Ludwig
Avoid loading the same package referenced by path multiple times. Fixes #98.
Sönke Ludwig committed on 24 Jul 2013
2013-07-20
@Sönke Ludwig
Refactor code. ...
Sönke Ludwig committed on 20 Jul 2013