- 13 Sep, 2010 16 commits
-
-
Jérome Perrin authored
- use category API for some parts git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- text/comma-separated-values - text/x-comma-separated-values - text/csv - text/x-csv git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38300 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38299 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Make sure that global search column acts as a normal search column (i.e. it will be passed to count* & search methods and work fine). Remove hard coded script to extract global search column value. Use request (resp. selection) to get it. Add proper i18n. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38298 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Also do minor formatting in SQLDict._validate to minimize differences with SQLQueue._validate. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38297 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38296 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix printout format of B/S report and make its scripts simple. * Implement P/L report. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38295 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
No need to show title (in thumbnail mode) and icon (in search mode) as this is confusing and not UI friendly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38293 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Add specific thumbnail CSS to style these kind of listbox mode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38292 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38290 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38289 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38287 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38286 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38284 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ł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 18 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
-