- 10 Nov, 2007 7 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17515 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17514 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17513 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Fixed some syntax. Renamed abbreviated variables with verbose names. Made sure that if conversion fails, then an error is raised (rather than return empty strings). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17512 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Added support for default frame conversion (image) so that it is now possible to view any page in a PDF file as an image through the browser. Added better support for links in PDF file. Make sure hasBaseData is implemented at File class level. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17511 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
By default, File do not have any base data. Only certain classes should have it. Therefore, having base data and having data is equivalent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17510 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Added support for frame access. This is useful for example to render pages in a PDF file and possibly pages in a fax file. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17509 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Nov, 2007 26 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17508 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
user and login. This should be a bit faster. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17507 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
(the functional test failure) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17506 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17505 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
only be enabled in unit tests. It uses pickle to check if the object is persistent or not, I'm too lazy to do this by iterating in gc.get_referents graphs. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17504 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17503 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17502 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17501 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17500 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17499 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17497 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17496 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
archive, because inventory computation depends on the catalog git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17495 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
explicitly specified, thus we index everything at one time preventing from retrieving same objects many times from different node git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17494 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17493 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
method_id on objects with the same portal type (for instance, asPredicate, during a predicate search), caching its result is much faster than looking for the same script in a nearly identical acquisition path each time. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17492 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Use timestamp instead of DateTime. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17491 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Do not use -1 value in "processing" column (it duplicates the information already provided by "processing_node=-1"). This allows to check this column for equality instead of inequality, thus making a better use of indexes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17490 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
reindex by a script specifying request parameter and properties used git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17489 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Use representations of values instead of bare values to make error message easier to eyeball. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17488 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17487 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
when cataloging in stock, check not isInventoryMovement at filter level thus avoiding deleting temporary line of inventory git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17486 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17485 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
catalog or not git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17484 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17483 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
get height for usual Planning Box (before was only calculated for stastistic) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17482 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Nov, 2007 7 commits
-
-
Vincent Pelletier authored
Remove tri_encaisse_externe case, it's not supposed to be handled in this part of the application... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17481 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17480 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* Enlarge link area to whole tab git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17479 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17478 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fix an error in query generation when there is just one criterion in worklist (including security criterion if any). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17477 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- created new 751 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17476 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17475 20353a03-c40f-0410-a6d1-a30d3c3de9de
-