Commit Graph

73 Commits

Author SHA1 Message Date
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 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
Launchpad Translations on behalf of openerp efb64ff56e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121225051611-uumpxy0vogqpajgy
bzr revid: launchpad_translations_on_behalf_of_openerp-20121226051837-36l8c87rcj3outah
2012-12-26 05:18:37 +00:00
Launchpad Translations on behalf of openerp f49cf3ad50 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121222073731-s1qift4p97f9s1zf
bzr revid: launchpad_translations_on_behalf_of_openerp-20121223050857-vzu6pl7ttzy10603
bzr revid: launchpad_translations_on_behalf_of_openerp-20121224051043-oxj4lz3tpjhai7hn
2012-12-24 05:10:43 +00:00
Olivier Dony 3815d22432 [I18N] Update translation templates for latest changes - ready for 7.0 release
bzr revid: odo@openerp.com-20121221172005-uuwfq58gslzikygl
2012-12-21 18:20:05 +01:00
vta vta@openerp.com d090cbdc94 [FIX] Contact form issue when anonymous
bzr revid: vta@openerp.com-20121220112837-jx4koxl7l3dwx1po
2012-12-20 12:28:37 +01:00
vta vta@openerp.com adb16fd779 [FIX] Anonymous group allowed to create mail.message, so anonymous users can submit contact forms which creates a lead
bzr revid: vta@openerp.com-20121219200339-42fx8vxw7pzfclxl
2012-12-19 21:03:39 +01:00
vta vta@openerp.com 6116d9ae0e [FIX] fixed anonymous autologin, and autojump to oauth provider directly
bzr revid: vta@openerp.com-20121218153255-14mwitd6q06bbyor
2012-12-18 16:32:55 +01:00
vta vta@openerp.com 8ed5b437b3 [FIX] Fixed anonymous groups access rights and rules
bzr revid: vta@openerp.com-20121217150458-eorlwiqob8ap75gr
2012-12-17 16:04:58 +01:00
vta vta@openerp.com 460b677f63 [MERGE] Latest trunk
bzr revid: vta@openerp.com-20121217121005-8ssmg03s9gfdrgak
2012-12-17 13:10:05 +01:00
vta vta@openerp.com 3e8d5d9bad [FIX] Login template and click event handler
bzr revid: vta@openerp.com-20121217101425-8elexsj8leayyba5
2012-12-17 11:14:25 +01:00
vta vta@openerp.com b5648aa982 [FIX] Don't show timezone warning if user anonymous, also fixed click event handler on login
bzr revid: vta@openerp.com-20121217094827-digf2qlawxbjfo09
2012-12-17 10:48:27 +01:00
vta vta@openerp.com 13514c5985 [FIX] Anonymous menu template
bzr revid: vta@openerp.com-20121217085903-6zm2qecp16n9v8xc
2012-12-17 09:59:03 +01:00
Antony Lesuisse 6d4b753632 [FIX] res.partner.address missing line from merge
bzr revid: al@openerp.com-20121215191540-ldo8blfy2lud56if
2012-12-15 20:15:40 +01:00
vta vta@openerp.com 4c02283a78 [FIX] Fixed correct handling of url params
bzr revid: vta@openerp.com-20121214122025-iri7g6bdksmo2846
2012-12-14 13:20:25 +01:00
vta vta@openerp.com 0a6417e21e [FIX] Remove console.log
bzr revid: vta@openerp.com-20121213160828-ko1fwjh2bjtokqay
2012-12-13 17:08:28 +01:00
vta vta@openerp.com d30d4f4b52 [IMP] Avoid anonymous 'autologin' if the url contains a token or a login param
bzr revid: vta@openerp.com-20121213154513-a0eewtxcf9kihfu5
2012-12-13 16:45:13 +01:00
vta vta@openerp.com 9a65ac3efc [FIX] Set data noupdate=1
bzr revid: vta@openerp.com-20121212133757-avxsyz1n63t7ancf
2012-12-12 14:37:57 +01:00
vta vta@openerp.com 2501470305 [IMP] Moved all js code from auth_anonymous to portal_anonymous (changed also all related names, etc.) which will do all the job. Removed auth_anonymous
bzr revid: vta@openerp.com-20121212124049-yttnbx75zxrekvc4
2012-12-12 13:40:49 +01:00
vta vta@openerp.com 20567b2131 [FIX] Small fixes related to access rights, and reordering of user/group definitions
bzr revid: vta@openerp.com-20121212081417-0zkbzs1ev6iu7hsf
2012-12-12 09:14:17 +01:00
vta vta@openerp.com 72628c6fc6 [ADD] Add security rules to group_anonymous, removed unused files, and fixed descriptor of portal_anonymous
bzr revid: vta@openerp.com-20121211153218-kp88oqt9me5d7z7t
2012-12-11 16:32:18 +01:00
Antony Lesuisse b18b12d1cd [IMP] portal_anonymous
add anonymous to the portal group. When both portal and anonymous are
installed, anonymous user can see the public subset of the portal menu.

bzr revid: al@openerp.com-20121205234140-qkcpthzx5f337n3x
2012-12-06 00:41:40 +01:00