Commit Graph

67800 Commits

Author SHA1 Message Date
vta vta@openerp.com 0b522ecf61 [IMP] Try to get the user preference if it exists in the DB
bzr revid: vta@openerp.com-20121227140928-245pknr7g3bxbwdt
2012-12-27 15:09:28 +01:00
Christophe Matthieu 50ceb88012 [MERGE] mail: convert compact textarea in div for id rendering
bzr revid: chm@openerp.com-20121227135948-81vcv8737ztsyc6n
2012-12-27 14:59:48 +01:00
Cedric Snauwaert 4d62a67e92 [FIX]fleet : wrong xml id for user demo in demo data
bzr revid: csn@openerp.com-20121227134939-avmhm7nrhxfqycr1
2012-12-27 14:49:39 +01:00
vta vta@openerp.com 378ee6784f [FIX] Share module traceback in method has_share, caused by a never used parameter but defined
bzr revid: vta@openerp.com-20121227134752-h1gfckkyyszs6vg3
2012-12-27 14:47:52 +01:00
vta vta@openerp.com 148bb79b1b [MERGE] Latest trunk
bzr revid: vta@openerp.com-20121227132558-vqi3hcwgdfrjcz08
2012-12-27 14:25:58 +01:00
vta vta@openerp.com 27938877d5 [IMP] Improve code
bzr revid: vta@openerp.com-20121227132530-2qrid9metzuuhqpo
2012-12-27 14:25:30 +01:00
dle@openerp.com 9b1c566e11 [FIX]Temporary fix: Comment of event_date and event_end_date in search in get_user_availability (function not used anywhere)
bzr revid: dle@openerp.com-20121227131201-tclbh397sjl8bhvl
2012-12-27 14:12:01 +01:00
Thibault Delavallée 56287213e9 [FIX] [IMP] subtypes: tracked field holding a boolean value are now displayed correctly in the automatic tracking. Also updated some subtype description to match the subtype guidelines.
bzr revid: tde@openerp.com-20121227121533-ln6g0wf2qz0t6irq
2012-12-27 13:15:33 +01:00
Quentin (OpenERP) 3b0a21972d [REV] revert of commit 8489. New patch incoming
bzr revid: qdp-launchpad@openerp.com-20121227121345-60ocm72hxxu0qnlb
2012-12-27 13:13:45 +01:00
Arnaud Pineux 86954fd821 [FIX] google doc function changed because the google API has changed
lp bug: https://launchpad.net/bugs/1084509 fixed

bzr revid: api@openerp.com-20121227114333-3szgeyrc3d25ua39
2012-12-27 12:43:33 +01:00
Thibault Delavallée 35139325d7 [IMP] mail: message_track: better display of changes for boolean values (notably for notes). Renamed a var.
bzr revid: tde@openerp.com-20121227113405-j1zgltx22i2vzqdb
2012-12-27 12:34:05 +01:00
Thibault Delavallée 23488f5652 [CLEAN] subtypes: cleaned descriptions, removing bold.
bzr revid: tde@openerp.com-20121227112502-ml72gjmh503p1wyb
2012-12-27 12:25:02 +01:00
Christophe Matthieu 31b11163fa [FIX] mail followers: count the number of subtype for display more of 1 subtype
bzr revid: chm@openerp.com-20121227103701-fhn5f25nbtqf2uea
2012-12-27 11:37:01 +01:00
Antony Lesuisse 61bff67159 [MERGE] get_session_info cleanup
bzr revid: al@openerp.com-20121227100753-q1jyl37k09ku2px2
2012-12-27 11:07:53 +01:00
Christophe Matthieu abca385d75 [MERGE] fix css to display the button for remove a follower
bzr revid: chm@openerp.com-20121227100527-9b1dc6mf2dw42j0k
2012-12-27 11:05:27 +01:00
Thibault Delavallée 5b011f6269 [MERGE] [IMP] html_sanitize upgraded, allowing styling in html.
Web branch: cleditor does not uses custom fonts anymore.

bzr revid: tde@openerp.com-20121227095703-xa2xgimjyznlkhvx
2012-12-27 10:57:03 +01:00
Thibault Delavallée 45cb235265 [MERGE] [IMP] HTML Sanitizer upgrade. Make it more tolerant to allow using style.
Addons branch: mail, email_template: updated tests to match the new html sanitizer, that produces slighty different results (encoded symbols, valid html).

bzr revid: tde@openerp.com-20121227095645-539rv5ybrmhyjy1x
2012-12-27 10:56:45 +01:00
Thibault Delavallée f7036e02fd [MERGE] [IMP] HTML Sanitizer upgrade. Make it more tolerant to allow using style.
Server branch: html_sanitize now uses the builtin cleaner of lxml.html.clean. Style attribute is now allowed; the cleaner ensures no javascript or malicious code goes through those attributes. The old code is replaced by the use of the cleaner, called inside the current html_sanitize function.
Updated and added tests for the sanitizer. Malicious code injection is tested (mainly XSS). EDI-like html code is also tested.

bzr revid: tde@openerp.com-20121227095623-h13uth6dpmtgcssj
2012-12-27 10:56:23 +01:00
Thibault Delavallée 502abd4350 [FIX] project_issue: fixed call to tools.command_re.
bzr revid: tde@openerp.com-20121227094351-slae97t4r19ehp3e
2012-12-27 10:43:51 +01:00
Thibault Delavallée 1c7b1b53d4 [IMP] sanitizer: improved logger message if crashed during sanitize.
bzr revid: tde@openerp.com-20121227092614-0ihi5sw5uuyboahk
2012-12-27 10:26:14 +01:00
Arnaud Pineux f404ace775 [FIX] base_calendar : send mail to attendees + remove followers on meeting
bzr revid: api@openerp.com-20121227091330-lsz48ukw5qtw80ma
2012-12-27 10:13:30 +01:00
Christophe Matthieu 359fc9aeed [FIX] mail followers: position of the remove follower button
bzr revid: chm@openerp.com-20121227090757-7zk1141vq6b0xk4a
2012-12-27 10:07:57 +01:00
Thibault Delavallée 6daeb88fb7 [MERGE] Sync with 7.0
bzr revid: tde@openerp.com-20121227090200-skw15alifs0rlm9d
2012-12-27 10:02:00 +01:00
Arnaud Pineux 2d209d4279 [MERGE] with 7.0
bzr revid: api@openerp.com-20121227085748-4bqnrmpd72mkuxk9
2012-12-27 09:57:48 +01:00
Arnaud Pineux 4c5bc9c6a5 [IMP] remove followers because it creates confusion for users between attendees and followers.
bzr revid: api@openerp.com-20121227085528-x30wpjwdklqhuskt
2012-12-27 09:55:28 +01:00
Thibault Delavallée 907b16437f [MERGE] Sync with 7.0.
bzr revid: tde@openerp.com-20121227085352-9ml1n2j4luzhmd6m
2012-12-27 09:53:52 +01:00
Thibault Delavallée 8f503d65b9 [MERGE] Sync with 7.0.
bzr revid: tde@openerp.com-20121227085342-s04kq203nre1pwpn
2012-12-27 09:53:42 +01:00
vta vta@openerp.com 685ca6f022 [FIX] Naming issue
bzr revid: vta@openerp.com-20121227074742-lwdosnvmwe8da8so
2012-12-27 08:47:42 +01:00
vta vta@openerp.com a49e82615d [FIX] Spacing
bzr revid: vta@openerp.com-20121227074438-skr59rph2j908tdc
2012-12-27 08:44:38 +01:00
vta vta@openerp.com d982e624db [IMP] Improve code
bzr revid: vta@openerp.com-20121227074254-p53wfwjh9qvolby0
2012-12-27 08:42:54 +01:00
Launchpad Translations on behalf of openerp d2d4748277 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121227055339-126egwmnviv4o13g
bzr revid: launchpad_translations_on_behalf_of_openerp-20121222073914-5tzk3pmley7xt65v
bzr revid: launchpad_translations_on_behalf_of_openerp-20121223050927-7arwzs18xy60iz6j
bzr revid: launchpad_translations_on_behalf_of_openerp-20121224051047-ousn2b5ahnsj1hrg
bzr revid: launchpad_translations_on_behalf_of_openerp-20121225051618-l19m8q9sq3067kv7
bzr revid: launchpad_translations_on_behalf_of_openerp-20121226051842-szu8p5q7lmtwx6tc
bzr revid: launchpad_translations_on_behalf_of_openerp-20121227055344-qygiaxubtlootycb
2012-12-27 05:53:44 +00:00
Launchpad Translations on behalf of openerp 980e61f7f6 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121222065425-11jso5coijmog3cv
bzr revid: launchpad_translations_on_behalf_of_openerp-20121223050740-6tjeryov28gogllv
bzr revid: launchpad_translations_on_behalf_of_openerp-20121224050954-9ophyas8vcd5i25j
bzr revid: launchpad_translations_on_behalf_of_openerp-20121225051527-2pztk85yutorsknl
bzr revid: launchpad_translations_on_behalf_of_openerp-20121226051717-qo56hnplkzd9en3p
bzr revid: launchpad_translations_on_behalf_of_openerp-20121227055246-wirga2xl0474l7md
2012-12-27 05:52:46 +00:00
Antony Lesuisse 2965e955a6 [FIX] document_ftp disabled in multiprocess
bzr revid: al@openerp.com-20121227051245-twyyhlb52kg2dxv8
2012-12-27 06:12:45 +01:00
vta vta@openerp.com 5d0992a9bb [MERGE]
bzr revid: vta@openerp.com-20121226182918-x4qm8tiq0jd86fhk
2012-12-26 19:29:18 +01:00
vta vta@openerp.com e6c951dd47 [MERGE]
bzr revid: vta@openerp.com-20121226182806-i1d9sasgshx56d71
2012-12-26 19:28:06 +01:00
vta vta@openerp.com f9ac8402e5 [MERGE] Latest trunk
bzr revid: vta@openerp.com-20121226182041-q05byjif0e3ghz9w
2012-12-26 19:20:41 +01:00
vta vta@openerp.com efa8d0e298 [FIX] Fix not working code
bzr revid: vta@openerp.com-20121226181850-00kbdgorw77tqfvu
2012-12-26 19:18:50 +01:00
vta vta@openerp.com 39e5509e6c [FIX] Fix not working code, and some cleaning proposed by AL
bzr revid: vta@openerp.com-20121226181833-kih09glellxisl9p
2012-12-26 19:18:33 +01:00
Arnaud Pineux b04f7058db [FIX] mail is sent for a meeting invitation
bzr revid: api@openerp.com-20121226165252-qrlmtmtz4lra2ijz
2012-12-26 17:52:52 +01:00
Thibault Delavallée be5118c704 [DOC] Added some comments. Updated failure message. Added a logging message when not capable of parsing.
bzr revid: tde@openerp.com-20121226164354-tjquf1zdyr90tl5e
2012-12-26 17:43:54 +01:00
Thibault Delavallée 9b2406948e [IMP] mail, email_template: updated tests to match the new html sanitizer, that produces slighty different results (encoded symbols, encapsulated html).
bzr revid: tde@openerp.com-20121226162610-y2y5bmy8bux8smkp
2012-12-26 17:26:10 +01:00
Thibault Delavallée d7185be38c [IMP] html_sanitize: now uses the builtin cleaner of lxml.html. We also allows style attribute; the cleaner ensures no javascript or malicious code goes through those attributes. Updated and added tests for the sanitizer, especially about malicious code, and EDI-like html code.
bzr revid: tde@openerp.com-20121226162505-8rq060p375z1k9il
2012-12-26 17:25:05 +01:00
Thibault Delavallée 6de27635d6 [IMP] cleditor: stop using custom font-size, font-family.
bzr revid: tde@openerp.com-20121226161307-nuud3r2omhi1sf3v
2012-12-26 17:13:07 +01:00
Cedric Snauwaert 75272a5059 [FIX]traceback when trying to change appraisal plan in employee form view
lp bug: https://launchpad.net/bugs/1091284 fixed

bzr revid: csn@openerp.com-20121226150644-u6ciicp8cao4bvm3
2012-12-26 16:06:44 +01:00
Fabien Pinckaers 19b34c4908 [IMP] default analytic account type from so=contract
bzr revid: fp@tinyerp.com-20121226142524-7gdor0b13fvg0515
2012-12-26 15:25:24 +01:00
dle@openerp.com e5e8d2fbe0 [FIX]in leads form view, invisible Escalate button, when sales team is blank,in sale order form view, visible update button in Quotation Sent status
bzr revid: dle@openerp.com-20121226110141-fxrkpkbgh6bwy7j1
2012-12-26 12:01:41 +01:00
Arnaud Pineux 47b4ed737f [FIX] lunch alert for every week is repaired
bzr revid: api@openerp.com-20121226105540-hl97n1o61id0j3sr
2012-12-26 11:55:40 +01:00
dle@openerp.com ac6e807211 [FIX]Document index content working when adding or editing ir.attachments
bzr revid: dle@openerp.com-20121226102735-a85fok0qsylv9kbu
2012-12-26 11:27:35 +01:00
vta vta@openerp.com 0e61e36117 [FIX] Correct iso format
bzr revid: vta@openerp.com-20121226081520-die900l0op2c4ha8
2012-12-26 09:15:20 +01:00
vta vta@openerp.com 855e877f28 [IMP] Browser's language as default language for anonymous user
bzr revid: vta@openerp.com-20121226074804-rto6je56j60dmp6i
2012-12-26 08:48:04 +01:00