- 13 Sep, 2010 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38283 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Sep, 2010 4 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* accessing field_{my|your}_* directly is bad especially for list type field. we should use REQUEST.form instead. * fix a bug in setFollowUpList part. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38281 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
If no related document is found by provided criteria, the empty listbox should be displayed instead of bogus 'all documents' listbox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
return None in Movement.getExplanationValue if getRootDeliveryValue is missing, because we use Movement class as the base class for non Delivery->Movement structure classes too. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38279 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Sep, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38278 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Rewrite the code to look up for current delivery, because it did not work when the list of movement group nodes is empty. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38277 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Sep, 2010 23 commits
-
-
Kazuhiko Shiozaki authored
we should use absolute_url() instead of getPhysicalPath() to distinguish multiple virtual hosts. see http://www.erp5.org/HowToCreateANewWidget. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38276 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38275 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
This reference is generated with help of short title of portal_type as prefix. If short title is not filled, all capital letters of portal_type string will be used. *The computation of this reference will probably be delegated to a specific tool like portal_ids.* Add read-only field on Event_view to display the reference add additional column in listbox of Event Module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38274 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38273 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38270 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38269 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Fix a logical error which used listbox configuration to get default listbox style mode. Due to historical reasons this is wrong assumption and dynamic selections of columns must use system wide constant for this. This way we can define really a default list_style for listbox. Cover this with test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38268 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38267 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
This property can be useful to generate references according document's portal_type. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38266 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* Declare new mimetype text/csv * Accept text/csv as input mimetype for csv_to_text portal_transform chain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38265 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38264 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38263 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38262 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38261 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* Property Sheet portal type and view git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38260 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38259 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Fix a bug that _process* add movement_group_node into movement_group_node_list even when they should not. The fix requires that movement_group_node_list be prepared by the caller instead of the callee, because it is not feasible to detect how it is called from the callee perfectly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38258 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38257 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38256 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
We must translate whole number of records message rather than just "records" part as in some languages "123 records" can be translated as "records 123". Do same for "selected" part. Small optimization. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38254 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
No need to override global definitions when we have a proper way to include needed .css and .js files. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38253 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* specify path in setCookie() to avoid sending several duplicated cookies. * use the normal storage if anonymous storage is not specified. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38251 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38250 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Sep, 2010 10 commits
-
-
Kazuhiko Shiozaki authored
support unique selection for unique anonymous user using a different storage that should be volatile one like memcached. this feature is disabled by default. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38249 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38248 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38247 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38246 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
simplify ModuleTemplateItem/document_ingestion_module.xml, ModuleTemplateItem/external_source_module.xml and ModuleTemplateItem/image_module.xml. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38245 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38244 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Translate sortable columns. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38243 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38242 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38241 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38240 20353a03-c40f-0410-a6d1-a30d3c3de9de
-