An error occurred fetching the project authors.
- 23 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
(locating in the second line only works when the first line is shebang comment.) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31447 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Oct, 2009 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29606 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jul, 2009 1 commit
-
-
http://en.wikipedia.org/wiki/UTF-8#Official_name_and_incorrect_variantsŁukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27956 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 May, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26926 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Oct, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
(DateTime().earliestTime() + gap).earliestTime(), since DateTime().__add__() returns a different tz offset if daylight saving changes. For example (timezone is Europe/Paris): >>> DateTime().earliestTime() DateTime('2008/10/24') >>> DateTime().earliestTime()._tz 'GMT+2' >>> (DateTime().earliestTime()+10) DateTime('2008/11/03') >>> (DateTime().earliestTime()+10)._tz 'GMT+2' >>> DateTime(str((DateTime().earliestTime()+10))) DateTime('2008/11/03') >>> DateTime(str((DateTime().earliestTime()+10)))._tz 'GMT+1' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24312 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Sep, 2008 2 commits
-
-
Kazuhiko Shiozaki authored
* Movement Group becomes ERP5 Document. See http://www.erp5.org/HowToConfigureBuilder for the detail. * add _duplicate() in CopySupport.py. This method is similar to copy and paste, but it preserves workflow history. * add a new target solver CopyAndPropagate.py that updates values according to passed divergence list and propagate them. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23647 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jul, 2008 2 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22564 20353a03-c40f-0410-a6d1-a30d3c3de9de
-