change_log 3.09 KB
Newer Older
1 2 3
2006-08-28 Kevin
* Render extra widgets in the default template.
* Add dummy widgets in the default layout.
4
* Firefox don't like CSS rendered via a Page Template.
5 6
* Enhance default theme's CSS.
* Delete div wrapper for web widget rendering in erp5_web_default_template.
7

8 9 10 11
2006-08-25 Stefan
* Membership and Multimembership can be used simultaneously. The corresponding
base categories may not overlap. The results of both memberships are unified.

12 13 14
2006-08-25 Kevin
* Move all scripts and forms in uncertain state to erp5_web_old skin folder.
* Move all specific scripts and forms from erp5_web skin folder to brand new web widget libray folder.
15
* Update default web theme to use latests xhtml_style generic macros.
16

17 18 19
2006-08-24 Stefan
* Update fields name to match naming convention.

20 21
2006-08-24 Kevin
* Add default CSS to default theme.
22
* Use aggregate relations everywhere to define default content.
23

Kevin Deldycke's avatar
Kevin Deldycke committed
24 25 26 27 28 29
2006-08-24 Stefan
* URLs work with and without virtual hosting.
* No duplicate entries in WebSection_getDocumentValueList() if a page is associated by aggregate and also in a relevant publication section.
* Problem with WebSection_getDocumentValueList() fixed (aggregated pages were not in the list form this context).
* Removed some context.log() entries.

30 31 32
2006-08-23 Stefan
* First rework of Web API scripts.

33 34 35
2006-08-23 Kevin
* Multiple Publication Sections can be set on Web Pages.
* One default page can be set on Web Section through agregate relation.
36
* Add a new folder to store web widget library.
37

Kevin Deldycke's avatar
Kevin Deldycke committed
38 39
2006-08-22 Kevin
* Add default web site theme.
40
* Set default web theme on newly created Web Sites.
Kevin Deldycke's avatar
Kevin Deldycke committed
41

42 43
2006-08-21 Kevin
* Fix section bad form rendering with xhtml_style.
Kevin Deldycke's avatar
Kevin Deldycke committed
44
* Respect naming conventions.
45

46 47
2006-08-18 Kevin
* Fix some Form's group to work with xhtml_style.
48
* Fix default template on WebSection.
49
* Fix ListBox Web Style strings.
50

Kevin Deldycke's avatar
Kevin Deldycke committed
51 52 53 54 55
2006-07-27 Kevin
* Some search result screen modifications.
* Allow sorting of new columns.
* Add some comments to not forget bugs and ToDos.

Kevin Deldycke's avatar
Kevin Deldycke committed
56 57 58 59 60
2006-07-25 Kevin
* Differentiate two level of layout: container_layout and content_layout.
* Fix WebSite_newContent.
* Revert consistent tab naming (JPS).

61 62 63
2006-07-23 Kevin
* Add WebSite_getBaseURL to get dynamic base url.

Kevin Deldycke's avatar
Kevin Deldycke committed
64 65 66 67 68 69
2006-07-21 Kevin
* Enhancements on My Stuff page.
* Make column filter box working and support pagination in generic HTML style listboxes.
* Auto-reset some listboxes when needed.
Hide non-working features (advanced search etc.).
* Remove dummy 'Theme', 'Programme' and 'Service' columns.
70 71 72
* Move ERP55 FCKEditor wrapper in a dedicated skin folder.
* Move Mockup to dedicated folder.
* WebSite_newContent definitely replace WebSite_clone.
Kevin Deldycke's avatar
Kevin Deldycke committed
73

74 75 76
2006-07-20 Kevin
* Add description on publication workflow.
* In ListBox_asWebStyleHTML, use editable_field returned by the rendering of a listbox to get and apply the css style even if the table cell is empty.
Kevin Deldycke's avatar
Kevin Deldycke committed
77
* Add listbox mockups.
78 79
* Add generic My Task/Worklist Report.
* Add simple version of My Stuff/My Document page.
80

81 82 83
2006-06-15 Kevin
* Move fulltext indexing ZSQLMethods to erp5_core.

Kevin Deldycke's avatar
Kevin Deldycke committed
84 85 86
2006-06-12 Kevin
* Update maintainer list.

87 88
2006-03-07 Vincent Pelletier
* First working version of the Business Template