0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 21, 2023 — Apr 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Using --mirror when cloning source repositories More... about 14 years ago
Renamed the NAMESPACE constant to GIT_NAMESPACE to be PHP 5.3-safe. More... about 14 years ago
Added a readme More... about 14 years ago
Fixed the origin url for the git packager description. More... about 14 years ago
Serializing the metadata as xml instead of json in the project feed. Namespacing FTW! More... about 14 years ago
Switching from json to serialized php. More... about 14 years ago
Fixed the release link format. Pretty version numbers it release links will have to be fixed using path aliases. More... about 14 years ago
Looks like 'default_major' just was a legacy element. Skipping. More... about 14 years ago
Fixed a call to get_version() so that it used the camelCase getVersion(). More... about 14 years ago
Fixed omitted plural-typo More... about 14 years ago
Implemented the release information page. More... about 14 years ago
Renamed DProjectRelease::getTracking() to DProjectRelease::isTracking(). More... about 14 years ago
Added missing doc-comment for dproject_perm(). More... about 14 years ago
Added a default view for recommended releases. More... about 14 years ago
Dropped the cck-assisted ordering, it just resulted in the ordering being messed up by default. More... about 14 years ago
Fixed typo where require_explicit_tackable_sources should have been require_explicit_trackable_sources. More... about 14 years ago
Removed debugging code More... over 14 years ago
Update packager used the old-style urls when redirecting More... over 14 years ago
Fixed the schema so that we use tiny instead of size 1. As the install_schema seemed to choke on size=1 More... over 14 years ago
The beginnings of a API for dproject More... almost 15 years ago
Fleshing out support for tracking releases More... almost 15 years ago
Changed call to drupal_module_include so that we call module_load_include instead (as intended) More... almost 15 years ago
The feed can no longer assume that there are terms stored in the metadata object. More... almost 15 years ago
Schema changes without an update hook. Added the int(1) column tracking to mark releases as tracking. Also reduced the size of all the int columns for status, published et.c. so that they don't take up unnecessary space. More... about 15 years ago
Removed the redirect for the packagers More... about 15 years ago
Further tweaking of the source filters More... about 15 years ago
Made some changes so that the source type filter actually is enforces. Some operator precedence bugs and forgotten parameters. More... about 15 years ago
Added the concept of source types for packagers. Sources are now classified by the flags TRACKABLE, STATIC and EXPLICIT.A example of a non static source would be a source that contains branches or head/trunk in a VCS system. A static source could be a listing of recent commits, which would not be a explicit source, as commits aren't explicitly created like branches and tags. Tags are a example of a source that's both static and explicit, making it a natural choice as a release source. More... about 15 years ago
Changed the namespaced references to DProject in DProject to self. More... about 15 years ago
Giant coding style review More... about 15 years ago