- 20 Jan, 2011 13 commits
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42501 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42500 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42499 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42498 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
It seems that the only methods that we wanted to match in the second pass are class methods created during the first pass: finding the newly created candidates is easy if we keep track of class methods before and after the first pass And then, the ony interactions than *can* augment the existing workflow definitions are the ones using regular expressions, according to the code comments. Queue those interactions during the first pass to reduce the space search. Finally, the second pass is cheaper because we *know* that methods do exist and _are_ Workflow methods already. The overall cost of creating workflow methods should be lower thanks to those efforts. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42497 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42496 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42495 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42494 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Since r42491 all JavaScript is bundled in a separate bt5. Add this bt5 as Selenium UI tests cover it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42493 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* use continue's on short paths to avoid nesting * do not call 4 times getWorkflowsFor() * when looking for triggers, only iterate through the list once git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42492 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42491 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42490 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Try to adapt the test to match what we would do with portal type classes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42489 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jan, 2011 24 commits
-
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42487 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42486 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42485 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42483 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42481 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Display SSL informations to computer owner, to allow configuring it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42480 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42479 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42470 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
- Added proxy field to date git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42462 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42461 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42460 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Be consistent and configure server side integration scripts & fomr ids (ones used in JavaScript) in JavaScript only. Remove not used JavaScript function. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42458 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42457 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42456 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
With IE having same JavaScript variable name as DOM Id raises "Object doesn't support this property or method" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42449 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42448 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42447 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42442 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
bootstrapping an instance. If we don't dont this, the portal._setObject('portal_types', ...) call while creating a new site will fail because it will force unghosting the portal type class of "Types Tool", which is not possible this types tool is not installed yet. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42438 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42437 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42436 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jan, 2011 3 commits
-
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42433 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42431 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
like html renderer does. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42430 20353a03-c40f-0410-a6d1-a30d3c3de9de
-