Commit Graph

43 Commits

Author SHA1 Message Date
Anup (OpenERP) e0d94956c1 [IMP] SQL injection Refactored
bzr revid: ach@tinyerp.com-20100618101641-84cdea9n1pzx36v2
2010-06-18 15:46:41 +05:30
Olivier Dony 0961c0f5cd [ADD] safe_eval: final round of adjustments, seems stable AFAICT (please be careful if you notice any error due to it - contact me if on doubt on how to fix properly)
bzr revid: odo@openerp.com-20100604003940-e32elbetzxop8c3b
2010-06-04 02:39:40 +02:00
Olivier Dony b020dc8363 [IMP] work-in-progress: initial version of safe_eval implementation -- still need fixing
bzr revid: odo@openerp.com-20100503234953-qgbk64bmir95jvzd
2010-05-04 00:49:53 +01:00
xrg dad1ff955b [merge] merge from lp:~xrg/openobject-server/optimize-5.0 and removed some confilts
bzr revid: hmo@tinyerp.com-20091120143104-tb6136unkdw7yfy9
2009-11-20 20:01:04 +05:30
pap(openerp) 251b6720ca Changed encoding to coding ref: PEP: 0263
bzr revid: hda@tinyerp.com-20091020105223-2o94yr2iv2v10axr
2009-10-20 16:22:23 +05:30
PSO(OpenERP) 4d7134cd99 Changed licencing
bzr revid: hda@tinyerp.com-20091014123215-nuyqs18090whzt5o
2009-10-14 18:02:15 +05:30
P. Christeas 8cbe393b52 Merge commit 'origin/master' into xrg (5.0.3 official)
Conflicts:
	bin/netsvc.py
	bin/tools/config.py
	bin/workflow/instance.py

bzr revid: p_christ@hol.gr-20090823100210-2py390qp3hym8jlp
2009-08-23 13:02:10 +03:00
Olivier Laurent 68df3c4c9d [FIX] bin/workflow: 'stack' variable was not initialized when sql query returned an empty set.
bzr revid: olt@tinyerp.com-20090817093301-epwojuey9j15ih3d
2009-08-17 11:33:01 +02:00
P. Christeas c3e569fb08 Merge commit 'origin/master' into xrg
Conflicts:
	bin/netsvc.py
	bin/report/report_sxw.py
	setup.py

bzr revid: p_christ@hol.gr-20090803072357-zz2cm1sycsagftnn
2009-08-03 10:23:57 +03:00
Quentin De Paoli 64ffe9c680 [FIX] security on wokflows bugfixed. The security has to be checked using the current uid, not the one that created the workflow instance!
bzr revid: qdp@cyan-20090714091539-xrwqzndzibc6fxy5
2009-07-14 11:15:39 +02:00
P. Christeas 2d64ce69d0 Merge origin/master into mdv-gpl3-py26
Conflicts:
	bin/addons/base_setup/i18n/base_setup.pot
	bin/openerp-server.py
	bin/report/preprocess.py
	bin/report/report_sxw.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090709181253-fu8nxy9b3ykrrd1c
2009-07-09 21:12:53 +03:00
Fabien Pinckaers 185df210a8 [fix] launch signal after action in workflows
bzr revid: fp@tinyerp.com-20090618203232-1skzq0j9xmhrroyl
2009-06-18 22:32:32 +02:00
P. Christeas b7fe61abe9 Workflows: tolerate non-ending, missing instances.
bzr revid: p_christ@hol.gr-20090504211803-pcqu4w9x50v693p8
2009-05-05 00:18:03 +03:00
P. Christeas c25b122b3c Workflow: optimize out one SQL command.
bzr revid: p_christ@hol.gr-20090501204818-fzmdw4w09bcukr4n
2009-05-01 23:48:18 +03:00
Stephane Wirtel 9d293d1f00 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221329-rem11cbgwu30xnji
2009-01-04 23:13:29 +01:00
Christophe Simonis 5ff3af95e2 [IMP] use the pooler directly instead of the 'object_proxy'
[IMP] wkf_expr: remove dead code

bzr revid: christophe@cobalt-20090102231851-zzobv5dx3pplh265
2009-01-03 00:18:51 +01:00
Stephane Wirtel 028dd2cc9b [IMP] Remove unused log
bzr revid: stephane@tinyerp.com-20081219155459-ofgwl03yo26s28ry
2008-12-19 16:54:59 +01:00
Fabien Pinckaers 8cb88b6054 improvements_bugfixes
bzr revid: fp@tinyerp.com-20081214164647-hku6dlqkd65fe8ry
2008-12-14 17:46:47 +01:00
Christophe Simonis a6a9f7382f [IMP] use the bultin function to strip the workflow action functions
bzr revid: christophe@tinyerp.com-20081212105804-9yuf4ir04p5vy52r
2008-12-12 11:58:04 +01:00
Christophe Simonis 0a9426cf06 [IMP] the logging of the workflows is made with the logger
bzr revid: christophe@tinyerp.com-20081212105417-up42ltvbothbibpt
2008-12-12 11:54:17 +01:00
Stephane Wirtel 0d07e64e71 [IMP] Remove the print statements
bzr revid: stephane@tinyerp.com-20081210212525-lfastpg2wkepfsbt
2008-12-10 22:25:25 +01:00
Christophe Simonis c2cc3a3049 [FIX] psycopg2: in queries we must now use %s everywhere (no more %d or %f)
bzr revid: christophe@tinyerp.com-20081209123722-4kmv4pecjwiw3tm3
2008-12-09 13:37:22 +01:00
Fabien Pinckaers 086fbc2d4d bugfix
bzr revid: fp@tinyerp.com-20081203144226-bm9zfqe4e1olemd2
2008-12-03 15:42:26 +01:00
Fabien Pinckaers b8fe8289c0 improved_actions
bzr revid: fp@tinyerp.com-20081126235220-jkgzn4ih87ko3xmp
2008-11-27 00:52:20 +01:00
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Christophe Simonis f7273ecbc7 admin user is not restricted by roles
bzr revid: chs@tinyerp.com-20081027125413-lusm89mme25cclm8
2008-10-27 13:54:13 +01:00
Christophe Simonis 2eb6b8265b add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723150127-fmitw7zgeokcualh
2008-07-23 17:01:27 +02:00
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
Fabien Pinckaers 68fec442a8 Modifs
bzr revid: fp@tinyerp.com-7c69b81d39e45262fb95b85202d1cd69710e5537
2008-06-25 05:35:33 +00:00
Fabien Pinckaers 8d16581e0f Improvements inmenus
Translations by modules
removed print statement

bzr revid: fp@tinyerp.com-eddee689d274afc56e6b7703a7cd22b9792f2c7b
2008-06-17 20:17:23 +00:00
Fabien Pinckaers ad71a8d02d Bugfixes
bzr revid: fp@tinyerp.com-e355c7dafbfc4332b05adcafbcc73f0403516932
2008-06-16 11:24:25 +00:00
stw 7134784787 add Copyright and GPL license into the Header of Python files
bzr revid: stw-eb6ee9b006e577bda6338caa450ec9795b12f9bc
2008-06-16 11:00:21 +00:00
stw fa973350b9 add the copyright
bzr revid: stw-6e4c16268c7d6111a353b94a6a629d2ca53d0474
2008-06-16 07:24:04 +00:00
stw 12725d1d9e add the svn:keywords Id on all .py, .xml, .bat
bzr revid: stw-20bff0f954132aeb6dba47d97e5bb8a1ff5feae7
2008-06-16 06:44:24 +00:00
Fabien Pinckaers 3fe1d6c9ff Lots of modifs
bzr revid: fp@tinyerp.com-f1b00f3bf53ab89508b79dcf313516f3455ed06c
2008-06-15 00:25:47 +00:00
ced 6af31015d2 Remove unused variable
bzr revid: ced-056604bb4d3cb0f05c001a02517559bd194f2ba9
2007-08-09 08:17:37 +00:00
ced 668e49e931 kernel: remove unused test
bzr revid: ced-7ecd0307cde1c4f2f076e56b11096c01fc06c114
2007-08-03 14:03:10 +00:00
ced cd48973842 kernel: fix workflow bug introduce by improvement
bzr revid: ced-a85aab92dc599823809653f93f2dafbc770e5c14
2007-07-26 08:32:40 +00:00
ced 35e3e9d684 kernel: workflow don't read all the field when evaluate the expression
bzr revid: ced-7eb0a9788924d402131672dc65bf249e558d29d6
2007-07-26 08:32:07 +00:00
ced b8dc0b2876 kernel: don't commit in the workflow
bzr revid: ced-84ca843bdabf27b1e856f247cf8484d2612c377a
2007-07-26 08:32:05 +00:00
ced f0b3162c59 kernel: add commit when workitem state is complete
bzr revid: ced-ea97ab4a5d6d0fdc1bb7682453ebd7877ac75f9a
2007-07-26 08:31:41 +00:00
ced cfbf768654 kernel: improve workflow
- add index on workitem, instance
- add cache on wkf

bzr revid: ced-81afcda4514578d17d998c4e3a8ff516d3346b97
2007-07-26 08:31:36 +00:00
pinky 004a0b996f New trunk
bzr revid: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
2006-12-07 13:41:40 +00:00