change_log 1.71 KB
Newer Older
Mayoro Diagne's avatar
Mayoro Diagne committed
1
2009-12-31 mayoro
Mayoro Diagne's avatar
Mayoro Diagne committed
2 3 4 5
* adding action for documentation helper report

2009-12-31 mayoro
* Correcting display left and right order in BusinessTemplateDocumentationHelper_view
Mayoro Diagne's avatar
Mayoro Diagne committed
6

Mayoro Diagne's avatar
Mayoro Diagne committed
7 8 9
2009-12-30 mayoro
* Make listbox unlimited in report mode

Mayoro Diagne's avatar
Mayoro Diagne committed
10 11 12
2009-12-29 mayoro
*return string uri and class_name instead of a list of uris and class_names

Yusuke Muraoka's avatar
Yusuke Muraoka committed
13 14 15
2009-09-07 yusuke
* Replace ERP5Report to ERP5Form and ReportBox

Mayoro Diagne's avatar
Mayoro Diagne committed
16 17 18
2008-10-07: mayoro
adding new field to display template_path_list of  documented business templates

Mayoro Diagne's avatar
Mayoro Diagne committed
19 20 21 22 23 24 25 26
2008-09-27: mayoro
- adding ERP5 Forms and python scripts for documenting skin_folder correctly
- removing ERP5 Report Form for previous documentation of skin folder
- removing title wich was just the name of the action on worklist workflow because description is enought
- displaying whole python scripts, z sql methods and page templates in ODT mode
- disable all empty listbox in html and odt mode


Mayoro Diagne's avatar
Mayoro Diagne committed
27 28 29 30
2008-09-20: mayoro
- Adding forms for the new  class of documentation BaseCategoryDocumentationHelper
- Updating links concerning base categories

Mayoro Diagne's avatar
Mayoro Diagne committed
31 32 33 34
2008-09-13: mayoro
- Adding Appendix on ODT mode to sumurise repetitif class_methods and property_sheets in documentation


35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
2008-07-05: mayoro
- removing  erp5_documentation_odt_style
- removing ListBox_asAccessorHTML in erp5_documentation_xhtml_style

2008-06-30: mayoro
- removing ListBox_asAccessorHTML in erp5_documentation_odt_style


2008-06-29: mayoro
adding  context_box_render in erp5_documentation_xhtml_style with customization to make documentation accessible in developper mode

2008-06-21: mayoro
removing tabulations in ListBox_asAccessorHTML due to previous commit

2008-06-21: mayoro
removing emty line in accessor methods lixbox rendered

2008-05-17: mayoro
Initial version of erp5_documentation