- 17 Jan, 2011 19 commits
-
-
Łukasz Nowak authored
- kill only when returncode is none - to not play with hiding exceptions during runtime, so CertificateGenerationError, as simple ValueError is acceptable for simplicity - during revoking generate hashed links to the newest CRL git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42380 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Davide Tammaro authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42379 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42378 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- make messages more precise git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42377 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Use vifib API to create required documents. The website should reuse backend methodsto prevent duplicating the implementation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Davide Tammaro authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42374 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42373 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42372 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42371 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42370 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42369 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
* Add CachingMethod to extract all subjects from all objects in Web Page Module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42367 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
This is required to be able to bootstrap without dying. In reality, localized accessors, or related category getters are not required to run a site / install erp5_core and can be regenerated later. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42364 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42363 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jan, 2011 3 commits
-
-
Kazuhiko Shiozaki authored
reapply r42160 "try to parse latin-1 encoded url (even though that is invalid according to RFC 3986)." with modifying testWebCrawler.py. tested on both Zope-2.8 and Zope-2.12. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42362 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
now normalised URL should be like this, i.e. '%20' instead of ' ', with the recent urlnorm library, that is installed by the recent buildout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
- fix css git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42360 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jan, 2011 17 commits
-
-
Gabriel Monnerat authored
- clean up css git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42356 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42354 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42353 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42352 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
fetch and revoke Vifib friendly SSL keys git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42347 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42346 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42345 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42343 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
transaction (temp implementation) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42342 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
remove part of menu that is not used. The way to switch the spreadsheet theme is using ERP5 Preference. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42340 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
- fix getting delivery value from a simulation movement - revert 38277 partially, since it only worked when working at delivery level git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-