change_log 8.25 KB
Newer Older
Yusei Tahara's avatar
Yusei Tahara committed
1 2 3
2007-11-28 Yusei
* Remove hardcoded ingestion email address from WebSite_viewContributeRenderer. Please use Email Ingestion Address preference instead.

Yusei Tahara's avatar
Yusei Tahara committed
4 5 6
2007-11-28 Yusei
* Remove bookmark box from WebSite_viewDashboardRenderer.

Yusei Tahara's avatar
Yusei Tahara committed
7 8
2007-11-23 Yusei
* Add bookmark box in WebSite_viewDashboardRenderer.
Yusei Tahara's avatar
Yusei Tahara committed
9
* Try to get simulation state if validation state accessor does not exists.
Yusei Tahara's avatar
Yusei Tahara committed
10

Yusei Tahara's avatar
Yusei Tahara committed
11 12 13
2007-11-21 Yusei
* if document's title is empty, then display its id in document relation box.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
14 15 16
2007-09-04 Kazuhiko
* use absolute_url_path instead of getPortalPath for better virtual host support.

Jean-Paul Smets's avatar
Jean-Paul Smets committed
17 18 19
2007-01-19 JPS
* Global commit of refactored bt. More refactoring needed still

Kevin Deldycke's avatar
Kevin Deldycke committed
20 21
2006-10-05 Kevin
* Minor fixes.
22
* Don't show unvisible object in sub_web_object_list (thanks to Kristian).
Kevin Deldycke's avatar
Kevin Deldycke committed
23

24 25 26
2006-10-04 Kevin
* New ERP5Web_getNiceURI script to transform any string to a Search Engine friendly URI.

27 28 29 30 31
2006-09-25 Kevin
* Fix web page web view editable fields.
* Factorize editable_mode management.
* Remove fields_errors variable to let it be handled in an upper layer of the code.

32 33 34 35 36
2006-09-22 Kevin
* Factorize common page template header.
* Re-sync erp5_web template header with xhtml_style one.
* Fix admin toolbox clone widget style consistency.

37 38 39 40 41
2006-09-21 Kevin
* Modify CSS selectors to apply the right style to forms and input by default.
* erp5_web depends on erp5_xhtml_style.
* Clean up default css.

42 43 44
2006-09-20 Kevin
* Admin toolbox style clean-up.

45 46
2006-09-19 Kevin
* Much more sementical breadcrumb with hierarchical lists.
Kevin Deldycke's avatar
Kevin Deldycke committed
47
* Admin Toolbar: add webdav and direct ERP5 access link.
48
* Admin toolbar is now floating in the default style.
49 50 51
* Add link to web site root on logo.
* Add default link style.
* Add default breadcrumb style.
52

53 54 55 56
2006-09-18 Kevin
* Merge all admin toolbar code in one single page template.
* No need of special form for web site first page: the default document to display is known through aggregate category.

Kevin Deldycke's avatar
Kevin Deldycke committed
57 58 59 60 61 62
2006-09-14 Kevin
* Reorder actions.
* Delete deprecated custom first page layout.
* New version of generic admin tool box (work still in progress).
* Add admin toolbox in the default layout.

63 64
2006-09-12 Kevin
* Rewrite default group generation using macro and WebSite_getGroupList script.
65 66
* Little default theme esthetics enhancements.
* Add custom view of web site in default theme.
67

68 69
2006-09-11 Kevin
* Split css in two parts: the generic classes for web forms and the specific classes for the theme.
70
* Add the alpha code (still not used) that auto-aggregate some form groups in 1-pass for easy custom template creation (see big documentation in the script itself).
71

Kevin Deldycke's avatar
Kevin Deldycke committed
72 73 74 75 76 77 78 79 80 81
2006-09-08 Kevin
* Use group id for the layout.
* Fix css layout to support ie6.
* Delete xml type declaration to let IE 6 parse the web page.
* Tag columns in the layout via 'column' css class.
* Show transition_message only when one is found.
* New way of generating tag id, css class and title of groups.
* Reduce search box size.
* Add list of tested browser.

82 83
2006-09-07 Kevin
* Brand new 3-column flexible layout.
Kevin Deldycke's avatar
Kevin Deldycke committed
84
* Add custom view for Web Site module.
85 86 87
* Define the logo CSS class on the field, not on the field group.
* Add missing picture.

Kevin Deldycke's avatar
Kevin Deldycke committed
88 89 90 91 92
2006-09-06 Kevin
* Add default listbox erp5 styling and and web styling.
* Listbox rendering in web style seems to work: mark it as upgraded and ready to be used.
* Divide sidebar in two groups: one left, one right.

Kevin Deldycke's avatar
Kevin Deldycke committed
93 94 95 96 97 98 99
2006-09-06 Stefan
* WebSection_getDocumentValueList now checks if section Items have a
getIntIndex()-Method while trying to sort them.

2006-09-05 Kevin
* Add extra web-content widget box support.

Kevin Deldycke's avatar
Kevin Deldycke committed
100 101 102 103 104 105 106 107 108
2006-09-04 Kevin
* Use a custom script to render consistent and nice title depending of the context.
* Add a big comment about why I think this script should not return what it currently return (comments welcomed).
* Add a new login box web widget.
* Add new navigation related widgets : breadcrumb and different flavours of subcontent menus.
* Enhance CSS layout and general webdesign.
* Lots of renaming to match generic CSS classes.
* Add About box, breadcrumb, login box and navigation boxes to default layout.

109 110 111 112 113
2006-09-01 Stefan
* Add missing **kw in WebSite_getDocumentUrl to accept parameters submitted by the Listbox.
* Add two section views in default theme to display either the section title, description and
content or the default document.

Kevin Deldycke's avatar
Kevin Deldycke committed
114
2006-09-01 Kevin
115 116
* Reorder and comment CSS.
* Add some titles on form groups.
Kevin Deldycke's avatar
Kevin Deldycke committed
117

118 119 120 121 122 123
2006-08-31 Kevin
* Add portal status message.
* Add default generic layout for web editable_mode.
* Set the default Webmaster User ID at Web Site creation.
* Webmaster and ID are now required.
Rename "Webmaster" to "Webmaster User ID" to avoid confusion.
124
* Add alternate Web Page view for web mode.
125

Kevin Deldycke's avatar
Kevin Deldycke committed
126 127 128 129 130 131 132 133 134 135 136 137
2006-08-31 Stefan
* WebSection_getDocumentValueList now returns the newest version for each
document if there are multiple versions.
* WebSite_getDocumentValue returns the newest Version of a Document if it
is called with a reference (name parameter).

2006-08-30 Stefan
* WebSite_getDocumentValue is now be able to display any object with a refernce property.

2006-08-30 Kevin
* Add default custom render of Web Page for web sites.

Kevin Deldycke's avatar
Kevin Deldycke committed
138 139 140 141
2006-08-29 Kevin
* Clean-up group naming.
* Fix bad selection name.

142 143 144 145
2006-08-29 Stefan
* WebSection_getDocumentValueList uses Predicate API.
* Sorts result by order Index.

146 147 148
2006-08-28 Kevin
* Render extra widgets in the default template.
* Add dummy widgets in the default layout.
149
* Firefox don't like CSS rendered via a Page Template.
150 151
* Enhance default theme's CSS.
* Delete div wrapper for web widget rendering in erp5_web_default_template.
152

153 154 155 156
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.

157 158 159
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.
160
* Update default web theme to use latests xhtml_style generic macros.
161

162 163 164
2006-08-24 Stefan
* Update fields name to match naming convention.

165 166
2006-08-24 Kevin
* Add default CSS to default theme.
167
* Use aggregate relations everywhere to define default content.
168

Kevin Deldycke's avatar
Kevin Deldycke committed
169 170 171 172 173 174
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.

175 176 177
2006-08-23 Stefan
* First rework of Web API scripts.

178 179 180
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.
181
* Add a new folder to store web widget library.
182

Kevin Deldycke's avatar
Kevin Deldycke committed
183 184
2006-08-22 Kevin
* Add default web site theme.
185
* Set default web theme on newly created Web Sites.
Kevin Deldycke's avatar
Kevin Deldycke committed
186

187 188
2006-08-21 Kevin
* Fix section bad form rendering with xhtml_style.
Kevin Deldycke's avatar
Kevin Deldycke committed
189
* Respect naming conventions.
190

191 192
2006-08-18 Kevin
* Fix some Form's group to work with xhtml_style.
193
* Fix default template on WebSection.
194
* Fix ListBox Web Style strings.
195

Kevin Deldycke's avatar
Kevin Deldycke committed
196 197 198 199 200
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
201 202 203 204 205
2006-07-25 Kevin
* Differentiate two level of layout: container_layout and content_layout.
* Fix WebSite_newContent.
* Revert consistent tab naming (JPS).

206 207 208
2006-07-23 Kevin
* Add WebSite_getBaseURL to get dynamic base url.

Kevin Deldycke's avatar
Kevin Deldycke committed
209 210 211 212 213 214
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.
215 216 217
* 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
218

219 220 221
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
222
* Add listbox mockups.
223 224
* Add generic My Task/Worklist Report.
* Add simple version of My Stuff/My Document page.
225

226 227 228
2006-06-15 Kevin
* Move fulltext indexing ZSQLMethods to erp5_core.

Kevin Deldycke's avatar
Kevin Deldycke committed
229 230 231
2006-06-12 Kevin
* Update maintainer list.

232 233
2006-03-07 Vincent Pelletier
* First working version of the Business Template