Parent Directory
|
|
|
|
|
__init__.py
|
27277
|
2 years |
jp |
interfaces directory now follows zope naming convention - interface files use sm... |
amount.py
|
39189
|
19 months |
kazuhiko |
add newline at end of file.
|
amount_generator.py
|
39918
|
18 months |
jm |
Reimplement amount generator and use new simulation by default
Main changes are... |
amount_list.py
|
30517
|
2 years |
jp |
renames without aggregated prefix since the concept is more genera |
arrow_base.py
|
39189
|
19 months |
kazuhiko |
add newline at end of file.
|
base_convertable.py
|
35207
|
2 years |
nicolas |
Add comment added by JPS
|
business_link.py
|
39918
|
18 months |
jm |
Reimplement amount generator and use new simulation by default
Main changes are... |
business_process.py
|
44435
|
14 months |
seb |
the description of isTradeStateCompleted is incorrect,
change it with review of ... |
business_process_union_provider.py
|
39918
|
18 months |
jm |
Reimplement amount generator and use new simulation by default
Main changes are... |
cached_convertable.py
|
35341
|
2 years |
nicolas |
Move generateCacheId method from IDocument interface to ICachedConvertable
then ... |
configurable.py
|
39189
|
19 months |
kazuhiko |
add newline at end of file.
|
convertable.py
|
37045
|
22 months |
ivan |
Split IConvertable to IFormatConvertable and IConvertable. Move implementation f... |
coordinate.py
|
29556
|
2 years |
jm |
Portal types of portal types (jm) and preliminary work on Zope 2.12 (leonardo) |
crawlable.py
|
37167
|
22 months |
ivan |
Merge UpdateMixIn to CrawableMixin which extends ICrawable interface. |
delivery_solver.py
|
30438
|
2 years |
kazuhiko |
add a title in delivery solvers.
|
delivery_solver_factory.py
|
36868
|
22 months |
kazuhiko |
clean up IDeliverySolverFactory and its implementation.
|
discoverable.py
|
40971
|
17 months |
nicolas |
Refactoring of DMS.
- file_name become filename
- filename values are not stored... |
divergence_controller.py
|
34414
|
2 years |
jerome |
interfaces should not have a "self" argument in method signatures
|
divergence_tester.py
|
44281
|
14 months |
jerome |
fix typos
|
document.py
|
40971
|
17 months |
nicolas |
Refactoring of DMS.
- file_name become filename
- filename values are not stored... |
document_proxy.py
|
39189
|
19 months |
kazuhiko |
add newline at end of file.
|
downloadable.py
|
40971
|
17 months |
nicolas |
Refactoring of DMS.
- file_name become filename
- filename values are not stored... |
encrypted_password.py
|
35716
|
23 months |
fabien |
update the docstring according to recent changes
|
entity.py
|
29556
|
2 years |
jm |
Portal types of portal types (jm) and preliminary work on Zope 2.12 (leonardo) |
equivalence_tester.py
|
36946
|
22 months |
kazuhiko |
remove abandoned API accept() and adopt().
|
expandable.py
|
43734
|
14 months |
jerome |
remove force= argument that does not make any sense now
|
expandable_item.py
|
44254
|
14 months |
jerome |
SimulationState.getSimulationMovement should be delegated to the expandable item... |
explainable.py
|
39918
|
18 months |
jm |
Reimplement amount generator and use new simulation by default
Main changes are... |
extensible_traversable.py
|
39189
|
19 months |
kazuhiko |
add newline at end of file.
|
file.py
|
35208
|
2 years |
nicolas |
Add file interface which follows only File PropertySheet
|
generated_delivery_builder.py
|
39918
|
18 months |
jm |
Reimplement amount generator and use new simulation by default
Main changes are... |
granulatable.py
|
30028
|
2 years |
jerome |
- typos
- specify in IMetadataDiscoverable.getContentInformation that the return... |
html_convertable.py
|
34039
|
2 years |
nicolas |
asSafeHTML is not an option, it will be used in everywhere.
|
id_generator.py
|
36283
|
23 months |
daniele |
Add store interval on SQLNonContinuousIncreasingIdGenerator
Add a export and imp... |
id_tool.py
|
43849
|
14 months |
jerome |
typo
|
immobilisation_item.py
|
44438
|
14 months |
jerome |
Change Item class hierarchy, not all Items are immobilisation items.
Change Mach... |
mapped_value.py
|
33138
|
2 years |
jp |
Revised interfaces in relation with variation handling. variated and variation r... |
metadata_discoverable.py
|
30028
|
2 years |
jerome |
- typos
- specify in IMetadataDiscoverable.getContentInformation that the return... |
mime_sender.py
|
29556
|
2 years |
jm |
Portal types of portal types (jm) and preliminary work on Zope 2.12 (leonardo) |
movement.py
|
41673
|
16 months |
jerome |
don't import ERP5Type.PropertySheet here, it is not needed and this break
regist... |
movement_collection.py
|
30606
|
2 years |
jp |
Initial upload. |
movement_collection_diff.py
|
39189
|
19 months |
kazuhiko |
add newline at end of file.
|
movement_collection_updater.py
|
30606
|
2 years |
jp |
Initial upload. |
movement_generator.py
|
39918
|
18 months |
jm |
Reimplement amount generator and use new simulation by default
Main changes are... |
movement_group.py
|
31476
|
2 years |
jp |
During the review of simulation refactoring with Kaz, we found that it made more... |
movement_list.py
|
30517
|
2 years |
jp |
renames without aggregated prefix since the concept is more genera |
node.py
|
32317
|
2 years |
jerome |
Fix class hierarchy for Project, it should not be an Order, as it is a Node.
Inh... |
predicate.py
|
39189
|
19 months |
kazuhiko |
add newline at end of file.
|
property_recordable.py
|
39189
|
19 months |
kazuhiko |
add newline at end of file.
|
referenceable.py
|
39189
|
19 months |
kazuhiko |
add newline at end of file.
|
roundable.py
|
30865
|
2 years |
yusei |
Add rounding system(tool and model). Insert rounding into TradeModelLine.getAggr... |
rounding_tool.py
|
30865
|
2 years |
yusei |
Add rounding system(tool and model). Insert rounding into TradeModelLine.getAggr... |
rule.py
|
34414
|
2 years |
jerome |
interfaces should not have a "self" argument in method signatures
|
sendable.py
|
29556
|
2 years |
jm |
Portal types of portal types (jm) and preliminary work on Zope 2.12 (leonardo) |
similarity_provider.py
|
39189
|
19 months |
kazuhiko |
add newline at end of file.
|
simulated_delivery_builder.py
|
39918
|
18 months |
jm |
Reimplement amount generator and use new simulation by default
Main changes are... |
simulation_movement.py
|
39918
|
18 months |
jm |
Reimplement amount generator and use new simulation by default
Main changes are... |
solver.py
|
36766
|
22 months |
kazuhiko |
propagate activity parameters in whole solver processes.
|
text_convertable.py
|
37046
|
22 months |
ivan |
Define legacy ITextConvertable interface and proper implementation with deprecat... |
text_document.py
|
35209
|
2 years |
nicolas |
Declare text_document API
- Follows TextDocument PropertySheet
- implement ... |
trade_model_path.py
|
44347
|
14 months |
seb |
The definition of ITradeModelPath was a copy/paste of
the definition of IBusines... |
translatable.py
|
29819
|
2 years |
jp |
Typo |
uploadable.py
|
42006
|
16 months |
kazuhiko |
* add repeat_interval and batch_mode argument just same as newContentFromURL().
... |
url.py
|
40971
|
17 months |
nicolas |
Refactoring of DMS.
- file_name become filename
- filename values are not stored... |
url_registry_tool.py
|
40971
|
17 months |
nicolas |
Refactoring of DMS.
- file_name become filename
- filename values are not stored... |
variated.py
|
34414
|
2 years |
jerome |
interfaces should not have a "self" argument in method signatures
|
variation_range.py
|
34414
|
2 years |
jerome |
interfaces should not have a "self" argument in method signatures
|
versionable.py
|
29822
|
2 years |
jp |
Updated docstring of mergeRevision |
watermarkable.py
|
29821
|
2 years |
jp |
Remove comments |