- 26 Mar, 2009 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26160 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2009 11 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26159 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
remove some id's. There are not used in css selector of xhtml_style and km but make the page invalid in case of more than one listbox displayed on a form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26158 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
And r26155 permit to not display links if there is no list_action git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26157 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
sometimes calling list action (with reset=1) is not required for example search result by POST method git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26156 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
the condition was bad : display links only if there is a list action. If there is no list action, text is displayed but witout the <a> markup. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26155 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26154 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
search result url (i.e. submit url from top-right searchbox) was ./ERP5Site_viewSearchResult . But I prefer (portal_url)/ERP5Site_viewSearchResult instead. Because the breadcrumbs in the result page is confusing. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26153 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* if List Action is not configured (== 'list'), we don't need a link, so remove the link in search style listbox git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26152 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
belong to *_style BT, but should belong to erp5_core, because this feature should work on all ERP5 instance regardless its style. So, move them from here to erp5_core. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26151 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
belong to *_style BT, but should belong to erp5_core, because this feature should work on all ERP5 instance regardless its style. So, move them from erp5_xhtml_style to here. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26150 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
belong to *_style BT, but should belong to erp5_core, because this feature should work on all ERP5 instance regardless its style. So, move them from here to erp5_core. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26149 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Mar, 2009 12 commits
-
-
Rafael Monnerat authored
Revert my previous change. Activities and Business Templates should be directly handled by portal_activities and portal_templates. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26148 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* some method need to be renamed after been moved so change the name everywhere git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26147 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* split ListBox_asHTML page template. Now there is 3 PT : ListBox_asSearchStyleHTML, ListBox_asTableStyleHTML and ListBox_asStandardHTML * add css selectors to handle listbox search and table style * change the method called in the top right search box * move some form and scripts from erp5_web and erp5_new_km to here git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26146 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* move some scripts from km to here. This scripts are usefull to display listbox search style. * some method need to be renamed after been moved so change the name everywhere git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26144 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Mimetype is a Document's property, so fix ContributionPredicate_view in order to handle it correctly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26143 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26142 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26141 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26140 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26139 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Desmares authored
* add proxy role to Base_clearCache because worklist are cached. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26138 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
follow recent changes on erp5_accounting ('Validated' instead of 'Open' for Accounts, 'Sale Invoice Transaction' instead of 'Transactions' in title). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26137 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Show the attachments that are storage inside Mail Message Data. Those attachements are usual when you ingest one mail into ERP5. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26136 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Mar, 2009 11 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26135 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26133 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
some workflow don't have history variable (like knowledge_pad_validation_workflow) and an error is raised. This is not good : in some cases, we can want to not have history on some workflow. In this way, None is return and nothing raised in case of workflow without history git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26131 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26130 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* display the content first, and then display actions or jumps menus. * replace several icons. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26128 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*modified script to make it simpler and remove useless lines * also add my_thumbnail.xml git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26127 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*modified so that transition's actbox_name and transition's title are exported git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26126 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
modified to translate workflow transitions with msg_id with and without context. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26125 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Mar, 2009 5 commits
-
-
Mame Coumba Sall authored
* create smalll preview for message attachments. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26124 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* more updates for titles and descriptions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26122 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add entries for workflow states with a context. * follow recent changes on erp5_base and erp5_accounting. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26121 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26120 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26119 20353a03-c40f-0410-a6d1-a30d3c3de9de
-