An error occurred fetching the project authors.
- 25 Sep, 2008 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23809 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Sep, 2008 2 commits
-
-
Fabien Morin authored
improve css stylesheet to have a better displaying for small resolution (now it should works with 800*600 resolution) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23789 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23787 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2008 3 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23769 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23766 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* remove standardSecurity extension. The name was in conflict with an Extension in erp5_core. Move it in safi_egov bt and rename it in ERP5EGov_Security. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23749 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Sep, 2008 6 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23738 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23737 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23735 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23734 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23732 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23728 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Sep, 2008 2 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23718 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23712 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Sep, 2008 7 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23705 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23703 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add some autocomplete="off" on login and password fields. This is not valid w3c but most the browsers understand it and I don't know how to do this in a valid way. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23697 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23695 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Put website-logo.png file int the root of erp5_egov portal_skins instead of img folder. This permit to use another logo in safi project git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23684 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Sep, 2008 1 commit
-
-
Fabien Morin authored
other logo than erp5 (like safi logo) * remove uses of % in the search of the best help webpage : get the corresponding page or get nothing (get a help page of another portal type is useless) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23680 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Sep, 2008 2 commits
-
-
Fabien Morin authored
* add scripts to check if a user is a person or organisation, and if it's not, to return the url of the object he is * add WebSite_login page templates : the difference from erp5_web WebSite_login page template is that in case of Document user, he is automatically redirected on the document after login git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23637 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
check that the modified name is not none. This improve a lot the perf. Previously this mistake make some pages to take 3 minutes to be totally loaded. Now it's about one second or less. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Sep, 2008 3 commits
-
-
Fabien Morin authored
remove condition on captcha displaying git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23622 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23616 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23609 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Sep, 2008 6 commits
-
-
Fabien Morin authored
move annonymous_workflow from egov public bt to safi_egov private bt wich is a more appropriate place. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23596 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23592 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23591 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23587 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23586 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23578 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Sep, 2008 1 commit
-
-
Fabien Morin authored
* update StandardSecurity Extension to be able to login with all annoymous application even if they are not reindexed and all portal types * change EGov_register to create a subscription form, assign login and password to it, and login with it. Now when you try to subscribe to egov, you are automatically relogged with the subscription form login * modify PDFDocument_viewLoginInformationPT to display the new login and password on submission * use the new css filename in template_erp5_egov_workspace, this avoid many error log message * improve WebSite_viewSubmissionWizardRenderer to avoid error messages on logs by testing current_action value. Steps are not displayed if there is no current_action (like in PDFDocument_viewLoginInformation form) * change egov_anonymous_workflow permission because now the subsciption form is edited as owner, so remove anonymous permission. This permit a better security on anonymous forms. * bring some correction on PDFDocument_validateFormDataBeforeSubmission git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Sep, 2008 4 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23548 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23541 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23538 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Sep, 2008 2 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23530 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
report_section refactoring to be more generic and easier to customize with more pdf : forget to commit things git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23529 20353a03-c40f-0410-a6d1-a30d3c3de9de
-