summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix incorrect type -> $type conversionPetr Vobornik2013-05-061-2/+2
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Replace usage of action factories with typesPetr Vobornik2013-05-0612-61/+61
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder and registry for actionsPetr Vobornik2013-05-0612-44/+157
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Change widget.build_child interface to the builder'sPetr Vobornik2013-05-061-13/+8
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder and registry for validatorsPetr Vobornik2013-05-066-20/+43
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Replace formatter creation with definition in specsPetr Vobornik2013-05-069-16/+18
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: return null if no spec supplied - fixPetr Vobornik2013-05-061-4/+4
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Registry and builder for formattersPetr Vobornik2013-05-062-3/+14
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Replace build logic in widget and field builder by new builderPetr Vobornik2013-05-0626-354/+314
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: allow string spec as spec property instead of typePetr Vobornik2013-05-061-2/+40
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Replace IPA.widget_factories and IPA_field_factories with registryPetr Vobornik2013-05-0614-145/+306
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: global builder and registryPetr Vobornik2013-05-063-5/+162
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: create Construct_registry by default in builderPetr Vobornik2013-05-061-1/+3
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Phases: warn when adding task for nonexistent phasePetr Vobornik2013-05-061-0/+5
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: build type without prior registrationPetr Vobornik2013-05-061-7/+7
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: add set method to Singleton_registryPetr Vobornik2013-05-061-0/+10
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Use entities module for entity registration, build and holdingPetr Vobornik2013-05-063-83/+32
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: fix inner array and obj referencesPetr Vobornik2013-05-062-2/+6
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: remove item from singleton registryPetr Vobornik2013-05-061-0/+12
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: do not break on expected errorsPetr Vobornik2013-05-061-9/+22
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Replace IPA.facet_builder with facets.builderPetr Vobornik2013-05-064-107/+133
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Fix construct registry map referencePetr Vobornik2013-05-061-1/+5
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: allow to use custom factory/ctor when using typePetr Vobornik2013-05-061-9/+4
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Report phase errorsPetr Vobornik2013-05-062-9/+32
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Handle built object in specPetr Vobornik2013-05-063-12/+46
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Use IPA.object() as a base factory for framework objectsPetr Vobornik2013-05-0611-49/+52
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: return object when it's already builtPetr Vobornik2013-05-064-2/+39
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Rename factory to $factory in spec objects modificationsPetr Vobornik2013-05-069-34/+34
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: fix infinite loop when using spec with circular dependencyPetr Vobornik2013-05-062-3/+6
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: fix overrides names - add $Petr Vobornik2013-05-061-4/+4
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: return null if no spec suppliedPetr Vobornik2013-05-061-0/+4
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Rename factory to $factory in spec objectsPetr Vobornik2013-05-0623-114/+114
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Basic build testsPetr Vobornik2013-05-061-2/+41
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Spec utilsPetr Vobornik2013-05-061-0/+80
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Rename build constructor to ctorPetr Vobornik2013-05-064-31/+33
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Replace old builder by new implementationPetr Vobornik2013-05-063-129/+41
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: factory,ctor overrides, mass buildPetr Vobornik2013-05-061-4/+59
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Modularize details.jsPetr Vobornik2013-05-061-28/+30
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Modularize group.jsPetr Vobornik2013-05-061-29/+31
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Builder: added pre_ops and post_opsPetr Vobornik2013-05-061-27/+44
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Spec modification by diff objectPetr Vobornik2013-05-067-5/+342
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Add pre and post build operationsPetr Vobornik2013-05-063-31/+190
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Remove text.get usage from specPetr Vobornik2013-05-061-2/+2
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Replace IPA.get_message with text.getPetr Vobornik2013-05-063-62/+33
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Remove invalid label definition from cert search facetPetr Vobornik2013-05-061-1/+0
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Fix facet section labelsPetr Vobornik2013-05-061-2/+3
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Replace remaining IPA.messages with text.get callsPetr Vobornik2013-05-0620-165/+165
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Use text.get in IPA.notify_successPetr Vobornik2013-05-068-15/+17
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Replace IPA.messages with @i18n definition for title specsPetr Vobornik2013-05-063-4/+4
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Replace IPA.messages with @i18n definition for message specsPetr Vobornik2013-05-062-2/+2
| | | | https://fedorahosted.org/freeipa/ticket/3235