- 21 Apr, 2016 5 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Also, reduces dependencies on zpt_* skin folders.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
folder_contents is only used by this listbox, and is likely a mistake.
-
Vincent Pelletier authored
In MySQL, boolean columns are tiny ints with values 0 or 1, so just cast the python bool into an int.
-
- 20 Apr, 2016 1 commit
-
-
Jérome Perrin authored
This only apply for running live tests of a test component that defines multiple classes You can use for example, testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow in "Tests" field of "Live Tests" dialog to run only TestStandardConfiguratorWorkflow test class
-
- 19 Apr, 2016 2 commits
-
-
Julien Muchembled authored
Caching the current user during the transaction breaks code that changes user. getSecurityManager().getUser().getId() is anyway already so fast, and it is here called so rarely, that it's not worth caching the result.
-
Tristan Cavelier authored
-
- 18 Apr, 2016 2 commits
-
-
Tristan Cavelier authored
-
Jérome Perrin authored
-
- 15 Apr, 2016 2 commits
-
-
Sebastien Robin authored
This method is useful by some scripts of erp5_administration
-
Jérome Perrin authored
This is newer codemirror with support to jump to line keybinding https://github.com/codemirror/CodeMirror/issues/3030 /cc @isabelle I don't know if this interfere with 53a4b813 /reviewed-on nexedi/erp5!98
-
- 14 Apr, 2016 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
I used this procedure : git clone https://github.com/codemirror/CodeMirror.git --branch 5.13.4 cd CodeMirror # rename edit to cm_edit # see 54087b03 find . -not -path "./.git*" -type f -exec sed -i 's/addon\/edit\//addon\/cm_edit\//g' {} + git mv addon/edit addon/cm_edit git commit -a -m "ERP5: rename addon/edit -> addon/cm_edit" # upload to zope ( note that I had to mkdir addon explicitly, otherwise I had some 409 Conflicts and 500 Internal Server Error that I did not investigate) lftp http://login:password@172.17.0.2:2200/erp5/portal_skins/erp5_code_mirror/ -e 'rm -rf codemirror ; mkdir codemirror ; quit' &&\ lftp http://login:password@172.17.0.2:2200/erp5/portal_skins/erp5_code_mirror/codemirror/ -e 'mkdir addon; mput -d * */* */*/* */*/*/* ; quit ' # run portal_alarms/check_skin_cache to set http_cache
-
- 13 Apr, 2016 1 commit
-
-
Cédric Le Ninivin authored
-
- 12 Apr, 2016 12 commits
-
-
Romain Courteaud authored
[erp5_web_renderjs_ui] form_dialog: do not update navigation history if action redirect to the same document
-
Romain Courteaud authored
form_list search widget layout is like a search engine search form (text input and search button next to it)
-
Romain Courteaud authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
I do not see why we would need to check again that value != self.getTitle because this check is already done in edit, and edit supports edit_order and force_update.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
following up 3d42e2b9 reference is used only when title is not defined
-
Jérome Perrin authored
-
Jérome Perrin authored
when no title, fallback to reference then id
-
Jérome Perrin authored
-
- 11 Apr, 2016 1 commit
-
-
Romain Courteaud authored
On a module, only display the portal_type.
-
- 08 Apr, 2016 1 commit
-
-
Romain Courteaud authored
Should fix jio.get/put on ERP5 non editable documents
-
- 07 Apr, 2016 3 commits
-
-
Tristan Cavelier authored
cancel & cancel_action require now View permission
-
Romain Courteaud authored
Breadcrumb page is removed and merge into the Tab page. The document title is now usually an history navigation back link.
-
Cédric Le Ninivin authored
-
- 06 Apr, 2016 4 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
add test case in erp5_ui_test /reviewed-on nexedi/erp5!90
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 05 Apr, 2016 4 commits
-
-
Cédric Le Ninivin authored
/reviewed-on nexedi/erp5!94
-
Tristan Cavelier authored
Sanitizing client data would help to prevent such issue. /reviewed-on nexedi/erp5!92
-
Sebastien Robin authored
-
Cédric Le Ninivin authored
-