Commit Graph

81406 Commits

Author SHA1 Message Date
Fabien Meghazi 33bfec2174 [IMP] Make auth_oauth depends of auth_signup, merge and remove auth_oauth_signup link module
bzr revid: fme@openerp.com-20140212101547-i4bcz9lcrut11kpu
2014-02-12 11:15:47 +01:00
Fabien Meghazi 795c8fc0d9 [REM] No need for website/signup link module as we cheated @website on decorator
bzr revid: fme@openerp.com-20140211132655-5146xhjaw9so0d38
2014-02-11 14:26:55 +01:00
Fabien Meghazi ebb03132a6 [ADD] multilang for auth_signup
bzr revid: fme@openerp.com-20140211132639-wcb2zrm0gnwnja1t
2014-02-11 14:26:39 +01:00
Fabien Meghazi 1d359eab49 [FIX] Use correct uid for rendering and cheat for website
bzr revid: fme@openerp.com-20140211124741-4y2z1szvakcy76tn
2014-02-11 13:47:41 +01:00
Fabien Meghazi 527b60f208 [FIX] website /web/login just return super()
bzr revid: fme@openerp.com-20140211112302-1km9svxsmwe2y6fg
2014-02-11 12:23:02 +01:00
Fabien Meghazi b9b42fadd0 [REM] ensure_db() nonsense
bzr revid: fme@openerp.com-20140211112229-9h52fb3zy6g4uo3w
2014-02-11 12:22:29 +01:00
Fabien Meghazi cb29f0599b [MERGE] saas-3
bzr revid: fme@openerp.com-20140210143646-kv87fekab804phqh
2014-02-10 15:36:46 +01:00
Fabien Meghazi 0da8cdda90 [FIX] Set default 'editable' key in website's rendering context
bzr revid: fme@openerp.com-20140210143546-1t82gog330n5x89t
2014-02-10 15:35:46 +01:00
Fabien Meghazi e44ff1a350 [IMP] Not forced to use request.website.render() anymore
bzr revid: fme@openerp.com-20140210142122-xuqnfnukrfcktflc
2014-02-10 15:21:22 +01:00
Fabien Meghazi de7c5f76bd [MERGE] upstream
bzr revid: fme@openerp.com-20140210134735-59csf1137d6v10ev
2014-02-10 14:47:35 +01:00
Xavier Morel d4c7de4b03 [FIX] work around distribute_branding
distribute_branding is applied after view inheritance is applied, and does not
take it in account. As a result, altering an existing view "from the top"
(e.g. adding a div element preceding an existing div) will alter the xpath
leading to whatever element we need to deal with.

Move fakebar injection to the bottom of the body, where it can't have any
impact on preceding node paths.

bzr revid: xmo@openerp.com-20140210132855-lwh1ow1tq1e0pidp
2014-02-10 14:28:55 +01:00
Xavier Morel e95eb140a7 [CHG] website: fp wants image 'change' buttons to be btn-sm
bzr revid: xmo@openerp.com-20140210130504-hejvay436emh7f36
2014-02-10 14:05:04 +01:00
Xavier Morel 0821af1af9 [FIX] close autocomplete listing on input
Closing previously occured on search request (so that a user wouldn't be able
to select "old" data on new search request), but ``search`` is only triggered
after the search delay. Worked when delay was 0, with it being moved to 250 a
user can get results matching the previous search instead of the current one.

Trigger a closing of the current results list on any ``input`` event, which is
when text is entered in any of the searchview's ``InputView``.

bzr revid: xmo@openerp.com-20140210123416-cfc0x24bfkiv4lse
2014-02-10 13:34:16 +01:00
Antony Lesuisse d8c5a1c4c2 [FIX] website_event tests
bzr revid: al@openerp.com-20140210013203-f1ow6lm34wma4xv3
2014-02-10 02:32:03 +01:00
Antony Lesuisse 9c7f132a7a [IMP] website test_ui simplification
bzr revid: al@openerp.com-20140210005926-03hhcm56gpplgbt2
2014-02-10 01:59:26 +01:00
Antony Lesuisse 09a7519654 [IMP] phantomjs helper simplification
bzr revid: al@openerp.com-20140210005008-0vmwbofnfnuqaj3d
2014-02-10 01:50:08 +01:00
Antony Lesuisse 1f78dfb76d [IMP] phantomjs testing add an easy phantom_js helper
self.phantom_js(<page_to_load>, <code_to_run>, <global_object_to_wait>, **options)

example:

self.phantom_js("/", "openerp.module.mytest()", "openerp.module.mytest");

console.log('ok') or console.log('error') should be used to signal success or
failure. Other console.log's will be passed to the test logger.

bzr revid: al@openerp.com-20140210004517-jc2cobc31qshxchm
2014-02-10 01:45:17 +01:00
Antony Lesuisse 8f29812b0f [IMP] test_ui shorter code
bzr revid: al@openerp.com-20140209234743-n3015x520z9zs4qz
2014-02-10 00:47:43 +01:00
Antony Lesuisse fb88cb841f [IMP] test_ui shorter code
bzr revid: al@openerp.com-20140209234714-bq5w2zo9v402x87v
2014-02-10 00:47:14 +01:00
Antony Lesuisse bf2198e4c8 [IMP] website test shorter code
bzr revid: al@openerp.com-20140209234531-0i2xgr94yjaqzen8
2014-02-10 00:45:31 +01:00
Antony Lesuisse a21b1c4f8c [IMP] test_ui conversion, needs validation from chm
bzr revid: al@openerp.com-20140209232040-12uq85pseheth8z0
2014-02-10 00:20:40 +01:00
Antony Lesuisse 85d37619e4 [IMP] add test_ui
bzr revid: al@openerp.com-20140209232001-1efvws2pzeldbuhb
2014-02-10 00:20:01 +01:00
Antony Lesuisse 8790ae76fc [IMP] rename into test_ui like addons
bzr revid: al@openerp.com-20140209231948-5tqj0nndsod0gyb1
2014-02-10 00:19:48 +01:00
Antony Lesuisse 1f67b2165c [IMP] phantomtest helper
bzr revid: al@openerp.com-20140209223917-vruzjvl0mtsqoo87
2014-02-09 23:39:17 +01:00
Antony Lesuisse e6ac29ee43 [IMP] move test cases to tests.py remove deprecated wsgi import
bzr revid: al@openerp.com-20140209151822-cgk0wibqe1kfd42w
2014-02-09 16:18:22 +01:00
Antony Lesuisse ac68581e2e [FIX] re-enable test func and qweb
bzr revid: al@openerp.com-20140209143326-mitb5g9sdsll9arj
2014-02-09 15:33:26 +01:00
Antony Lesuisse 70d498c14a [FIX] disable http test before conversion
bzr revid: al@openerp.com-20140209141950-o9sf0jual07y315f
2014-02-09 15:19:50 +01:00
Antony Lesuisse 16fd821ed6 [FIX] restore testing after patching runbot
bzr revid: al@openerp.com-20140209141912-rh3yedrmjudv8jif
2014-02-09 15:19:12 +01:00
Antony Lesuisse 87172d90d2 [MERGE] saas-3
bzr revid: al@openerp.com-20140209140315-ukqlf90ngy6ycu2k
2014-02-09 15:03:15 +01:00
Antony Lesuisse e8aa9751b2 [MERGE] trunk-test-al easier http testing
bzr revid: al@openerp.com-20140209133718-yhjoyue8ke4i8d10
2014-02-09 14:37:18 +01:00
Antony Lesuisse ffde426da4 [MERGE] trunk-test-al easier http testing
bzr revid: al@openerp.com-20140209132830-gm3lh535tq814jvi
2014-02-09 14:28:30 +01:00
Launchpad Translations on behalf of openerp c4a80fb837 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140209061940-1k5bgmpbfdd62e2y
2014-02-09 06:19:40 +00:00
Antony Lesuisse e5fdb3a060 remove run_tests command, use -d -u modname --test-enable or --test-file
bzr revid: al@openerp.com-20140209030217-16i0ze18dr473ecx
2014-02-09 04:02:17 +01:00
Antony Lesuisse bd16076431 fix try to fix runbot oe command
bzr revid: al@openerp.com-20140209022520-p55nlctjru58ans5
2014-02-09 03:25:20 +01:00
Antony Lesuisse 002ac937c1 add python --test-file support
bzr revid: al@openerp.com-20140209014636-2fbl15q8wrubmiup
2014-02-09 02:46:36 +01:00
Antony Lesuisse c954e9adf2 fix web tests
bzr revid: al@openerp.com-20140209004310-0jpc29beh7k1e27c
2014-02-09 01:43:10 +01:00
Antony Lesuisse 278ed718e9 new test execution engine
remove deprecated zipfile support
add preload_registry option when server is running
allow registries to be used in contruction in test mode
add a rollback test case for http tests
add a phantomjs helper

bzr revid: al@openerp.com-20140209004005-p5pwym4sqc23vw5b
2014-02-09 01:40:05 +01:00
Antony Lesuisse 82372e6a02 move tests
move test modules
remove xml test
add phantomjs test
readd remove uninstall test (currently disabled because of cr.commit)

bzr revid: al@openerp.com-20140209003745-ehrx8ikwkmusa644
2014-02-09 01:37:45 +01:00
Fabien Pinckaers 673695fa68 [IMP] less black snippet border
bzr revid: fp@tinyerp.com-20140208120151-l43xf7kamhmmxejr
2014-02-08 13:01:51 +01:00
Fabien Pinckaers 54beb6d0b8 [IMP] Buttons snippet
bzr revid: fp@tinyerp.com-20140208114750-jgtx0h5oevqjz4zm
2014-02-08 12:47:50 +01:00
jke-openerp 97e0c07430 [FIX] Typo, remove unnecessary code
bzr revid: jke@openerp.com-20140208112546-dw59n3t6zrjtnkus
2014-02-08 12:25:46 +01:00
Fabien Pinckaers 92567bc102 [IMP] small useability trick to avoid people writing several keywords in the same input
bzr revid: fp@tinyerp.com-20140208101553-i6l27e6hpy0d0h3n
2014-02-08 11:15:53 +01:00
al@openerp.com a3710efdb1 dirty fix for auth_signup
bzr revid: al@openerp.com-20140208004731-atwco93ghwspmlh3
2014-02-08 01:47:31 +01:00
Fabien Pinckaers ec10577cb2 [IMP] tutorial banner
bzr revid: fp@tinyerp.com-20140207213254-jxw1fwplg3kjbm78
2014-02-07 22:32:54 +01:00
Christophe Simonis 0b831e4df0 [FIX] auth_oauth_signup: handle the case when there is no providers
bzr revid: chs@openerp.com-20140207184829-qdy0jbx5pku1z072
2014-02-07 19:48:29 +01:00
Denis Ledoux 38b7c38e32 [FIX] website: config settings does write the values on the website model
This config contains only related fields of the website_id many2one.
The problem is that applying the change CREATE a res config settings
And the create orm method does not forward and write the values on the related fields.
Write does.
The best fix should be to change all these related fields to char fields, 
and to create the set_ method who will acutally set the value to the website_id.
But, unfortunately, this is a stable branch
And we cannot alter the database structure in stable branches.

bzr revid: dle@openerp.com-20140207172157-6upyhuin93qlkrfa
2014-02-07 18:21:57 +01:00
jke-openerp 234aa39285 [FIX] Fix bug when an event with date_startand date_stop (and not datetime as calendar) have always 1 days in more.
bzr revid: jke@openerp.com-20140207171637-j37cnt63cywstrtj
2014-02-07 18:16:37 +01:00
Fabien Pinckaers 00cc1057b6 [IMP] reduced image size
bzr revid: fp@tinyerp.com-20140207161410-22evlc2nz2buud2y
2014-02-07 17:14:10 +01:00
Christophe Matthieu efe1e4a183 [FIX] website test: remove hack for runbot
bzr revid: chm@openerp.com-20140207155454-jf3pwp3hl9nvay6m
2014-02-07 16:54:54 +01:00
Christophe Matthieu c254b7ae2c [FIX] website: enable test tour; + translate; + fixes
bzr revid: chm@openerp.com-20140207155113-honsvx545awa3rcp
2014-02-07 16:51:13 +01:00