6
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Jun 20, 2025 — Jun 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FOrgot these... More... almost 19 years ago
Need to commit to continue work on my workstation. The whole Persistence system is currently in one big mess, which we need to clean up and get right. More... almost 19 years ago
Need to commit to continue work on my workstation. The whole Persistence system is currently in one big mess, which we need to clean up and get right. More... almost 19 years ago
Need to commit to continue work on my workstation. The whole Persistence system is currently in one big mess, which we need to clean up and get right. More... almost 19 years ago
git-svn-id: https://scm.ops4j.org/repos/ops4j/projects/qi4j/core@7307 9b982a3c-3ae5-0310-a4bc-d9a3335569bd More... almost 19 years ago
Need to commit to continue work on my workstation. The whole Persistence system is currently in one big mess, which we need to clean up and get right. More... almost 19 years ago
Kill it. More... almost 19 years ago
Move away. More... almost 19 years ago
o Add mixin implementations o Declare default mixin implementation on the mixin type o Add system interface (not done) o Initialize list in some mixins. o Add HasUsers and ContactValue mixin type. More... almost 19 years ago
o Add default mixin implementation in library-general o Fix some tests o Refactor Money More... almost 19 years ago
o Refactor models: models should extend from EntityComposite if its lifecycle doesn't depend on the lifecycle of another EntityComposite. E.g. Contact is not an EntityComposite because Contact is removed when ContactPerson is removed. o Refactor methods that are declared in interface but the interface is not a MixinType. E.g. setPrimaryContactPerson should not be declared in HasProjectContacts as HasProjectContacts extends from HasContactPersons. o Fix some javadocs. More... almost 19 years ago
o Remove AddressEntityComposite in library-general as the AddressEntityComposite's modifiers are specific to project requirements o Rename ValidatableAddressEntityComposite to AddressEntityComposite o Move some generic interfaces from chronos to library-general o Remove CityStateCountryValidationModifier as we don't need it for now o Move all Has* in library-general to org.qi4j.library.general.model.associations package. More... almost 19 years ago
o Refactor City. More... almost 19 years ago
o Refactor Address, City, Country and State o Refactor RequiredFieldsValidationModifier More... almost 19 years ago
o Refactor Address, City, Country and State o Refactor RequiredFieldsValidationModifier More... almost 19 years ago
o Refactor Address, City, Country and State o Refactor RequiredFieldsValidationModifier More... almost 19 years ago
o Refactor and fix bug in RequiredFieldsValidationModifier o Refactor User, ContactPerson and Staff entity composites o Add test for ContactPerson and Staff o Move Description and Enabled to library-general. o Rename UserEntityComposite to User and move to model. More... almost 19 years ago
o Add annotation and modifier to validate required fields o Refactor login, user, staff and contact person composites o Move setProjectLead() from HasProjectAssignees to HasLeadProjectAssignee so we can reuse HasProjectAssignees in Staff. o Add Enabled, Password interfaces o Remove HasCredentials because in Chronos, the means of login authentication is always likely using password. More... almost 19 years ago
Fixed compile errors More... almost 19 years ago
Fixed compile errors. More... almost 19 years ago
Fixed compile errors. More... almost 19 years ago
Removed AbstractCompositeException.java and replaced with InvalidCompositeException. More... almost 19 years ago
Combine the following exceptions (too fine grained): IllegalModifierException MissingModifiesFieldException MultipleModifiesFieldException into just one exception: InvalidModifierException. More... almost 19 years ago
Rename ObjectNotFoundException to a more relevant EntityCompositeNotFoundException. More... almost 19 years ago
o Rename *PersistentComposite to *EntityComposite o Refactor Contact, ContactType and Relationship. o Add validation modifier for contact based on contact type o Add test for ContactEntity (not finished). o Refactor test packages in library-general More... almost 19 years ago
o Rename *PersistentComposite to *EntityComposite o Refactor Contact, ContactType and Relationship. o Add validation modifier for contact based on contact type o Add test for ContactEntity (not finished). o Refactor test packages in library-general More... almost 19 years ago
Correct spelling. More... almost 19 years ago
Fixing the compile errors. More... almost 19 years ago
Fixing the compile errors. More... almost 19 years ago
Fixing the compile errors. More... almost 19 years ago