Commit Graph

433 Commits

Author SHA1 Message Date
Xavier Morel f4d78ae738 Merge branch 'server-trunk'
Conflicts:
	addons/mass_mailing/controllers/main.py
2014-05-14 15:13:04 +02:00
Fabien Meghazi 0d49bbb8e0 [MERGE] upstream 2014-05-14 09:27:20 +02:00
Xavier Morel 6369400f5b [FIX] website_forum: restrict a bunch of controllers to POST-only, convert a few more links to buttons 2014-05-13 16:57:12 +02:00
Fabien Meghazi c3cfc4bc32 [MERGE] sitemap backport, merge trunk from 9438 til 9440
merge from 9438 revid:fp@tinyerp.com-20140511115231-g8ke14r9iepyypv4 til 9440 revid:fp@tinyerp.com-20140511143314-nzn1239l00arbxjq
2014-05-13 16:38:31 +02:00
Fabien Meghazi 8eed143112 [IMP] Invert multilang logic in route decorator. True by default, can be set to False explicitlty 2014-05-13 11:35:45 +02:00
Xavier Morel eed75b620d [FIX] website_forum: replace deprecated country by country_id 2014-05-13 12:15:23 +02:00
Xavier Morel 023aa7acdf [FIX] website_forum links which should not be, post-install crawler
* move URLs of purely-JS-hook <a> to data-href so the crawler does not try to
  access them (they're JSON-RPC endpoints...)
* replace side-effecting links (...) by styled buttons
* fix crawler to not take fragments in account when deduplicating and
  navigating URLs
2014-05-12 18:34:55 +02:00
Olivier Dony 4cecbd919f [FIX] mass_mailing,website*,survey: leftover calls to website.get_public_user()
This method was (partially) removed at rev.9421 
rev-id al@openerp.com-20140507153223-q73u5lhyrfw98o3a

bzr revid: odo@openerp.com-20140512103935-o0ue9wzenm5wjejq
2014-05-12 12:39:35 +02:00
Martin Trigaux 555d4879c8 Forward-port of latest saas-4, up to revision 9416 (rev-id fme@openerp.com-20140509164338-gnz7p3qxt8etrh5w)
bzr revid: mat@openerp.com-20140512072331-0lidgqb6x7fregdj
2014-05-12 09:23:31 +02:00
Fabien Pinckaers 105618443f [IMP] Sitemap
bzr revid: fp@tinyerp.com-20140511134037-84vnn1b4zfzk8som
2014-05-11 15:40:37 +02:00
Fabien Pinckaers 54d30d5194 [IMP] clean sitemap, enumerate pages + fixes
bzr revid: fp@tinyerp.com-20140511115231-g8ke14r9iepyypv4
2014-05-11 13:52:31 +02:00
Martin Trigaux dab3557253 [FIX] website_forum: correct the 'Editor' goal definition, the field author_id on a mail_message is a m2o to res.partner and not res.users
bzr revid: mat@openerp.com-20140509134434-6u2ft2gyv0hcryxq
2014-05-09 15:44:34 +02:00
Christophe Simonis b8089a1521 [MERGE] forward port of branch saas-4 up to revid 9410 chs@openerp.com-20140507164207-kmme4tsrd4w1m7l1
bzr revid: chs@openerp.com-20140507170112-bjeltv2b0coy60am
2014-05-07 19:01:12 +02:00
Christophe Simonis 643871c20f [FIX] website_forum: set config parameter via dedicated function
bzr revid: chs@openerp.com-20140507134127-xmp9kza1mvy37jf1
2014-05-07 15:41:27 +02:00
Thibault Delavallée 69ec02b2d4 [FIX] website_forum: more fixes :
- display tag name in 'filter' bar when filtering on a tag
- display active tag in a blue color
- order answers: correct first, then most upvoted

bzr revid: tde@openerp.com-20140506123001-fz5gt6i9zw6ondcu
2014-05-06 14:30:01 +02:00
Thibault Delavallée 55479a4cc2 [FIX] website_forum: new batch of fixes :
- fixed reopen link that was broken (python code appearing)
- fixed close link that was leading to a 500 error due to post -> question
- fixed link to question author, was redirecting to the current user
- fixed displayed number of questions in the forum, now displaying actual question
number, not number of displayed questions in the page
- improved guidelines: added link back to the forum
- fixed tags display: now by posts_count desc, unused tags are not shown
- users are now displayed by desc karma
- converting a comment as an answer does not allow to create a new answer if another
one by uid is already present, it just moves the comment

bzr revid: tde@openerp.com-20140505154523-6dld9sfm0nc0oulu
2014-05-05 17:45:23 +02:00
Fabien Meghazi b0cbaf330a [IMP] website: load website.xml templates only in editable mode
bzr revid: fme@openerp.com-20140505113800-wv5vh802us270oez
2014-05-05 13:38:00 +02:00
Antony Lesuisse 7e25b9ae55 [MERGE] saas-4 report_webkit missing dependency on report
bzr revid: al@openerp.com-20140501152604-4cobh5ui47dt4pem
bzr revid: al@openerp.com-20140501155633-gefnc3zqcsr2rhaz
bzr revid: al@openerp.com-20140501161156-4wbsvhh8gz4r22h3
2014-05-01 18:11:56 +02:00
Fabien Meghazi b7003a382a [MERGE] upstream
bzr revid: fme@openerp.com-20140429154104-csm3jq6uxy9tk1ea
2014-04-29 17:41:04 +02:00
Thibault Delavallée 7f236edcdd [FIX] website_forum: fixed link of answer's author, was redirecting
to the current users instead of the post's author;

bzr revid: tde@openerp.com-20140425124911-z4dqhm64yabq214t
2014-04-25 14:49:11 +02:00
Fabien Meghazi 1c4e2cfd22 [IMP] bundlify addons (except website)
bzr revid: fme@openerp.com-20140424172129-ze74eaz2eaidmxhm
2014-04-24 19:21:29 +02:00
Thibault Delavallée 252be1b9ab [FIX] website_forum: various fixes and usability improvements
- question title is now a link
- fixed a crash when trying to see badges in the 'new badge' notification
- improved the tags manager: manage tag at blur event (otherwise the last tag
was ften not created) + manage already-existing tags

bzr revid: tde@openerp.com-20140423142034-5si58h4jgd1jyyem
2014-04-23 16:20:34 +02:00
Christophe Simonis 058427d88b [FIX] website_forum: correct view xml (introduce by previous commit)
bzr revid: chs@openerp.com-20140422151111-2yfs704yk2qbiy89
2014-04-22 17:11:11 +02:00
Christophe Simonis 618fbde36f [MERGE] forward port of branch saas-4 up to revid 9365 chs@openerp.com-20140422143249-3cfh18tenn3a5ry1
bzr revid: chs@openerp.com-20140422144651-840zze7p5549k88s
bzr revid: chs@openerp.com-20140422144933-0su8g7pgrcloijco
2014-04-22 16:49:33 +02:00
Christophe Simonis 12beacda08 [MERGE] backport of trunk revisions:
9362 fp@tinyerp.com-20140421205739-rki3bctinjy3amzy [MERGE] new module: website_forum_doc + small fixes (close) in forum
9363 fp@tinyerp.com-20140421213850-19gk3hfz8qxa6fw3 [IMP] improved form view for posts

bzr revid: chs@openerp.com-20140422143249-3cfh18tenn3a5ry1
2014-04-22 16:32:49 +02:00
Martin Trigaux f756fa671e [FIX] gamification: remove wrong double quote in xml
website_forum: restrict granting rights on forum badges

bzr revid: mat@openerp.com-20140422090937-l2mxc828hof9u8pi
2014-04-22 11:09:37 +02:00
Martin Trigaux bb91b146dd [MERGE] [FIX] gamification and website_forum
- add noupdate tag
- domain are evaluated at loading
- better user subscription and computation of domain
- batch creation of users

bzr revid: mat@openerp.com-20140422083856-3dffeml5qt0w0dt4
2014-04-22 10:38:56 +02:00
Fabien Pinckaers c1b9748947 [IMP] improved form view for posts
bzr revid: fp@tinyerp.com-20140421213850-19gk3hfz8qxa6fw3
2014-04-21 23:38:50 +02:00
Fabien Pinckaers 261204c98d [MERGE] new module: website_forum_doc + small fixes (close) in forum
bzr revid: fp@tinyerp.com-20140421205739-rki3bctinjy3amzy
2014-04-21 22:57:39 +02:00
Fabien Pinckaers 1a09a703e4 [IMP] SEO tags
bzr revid: fp@tinyerp.com-20140421202518-vqa8l0gtaemzoc32
2014-04-21 22:25:18 +02:00
Fabien Pinckaers c550fcb3d0 [FIX] Promote to doc flow
bzr revid: fp@tinyerp.com-20140421202350-n6uzooo9mvty07i7
2014-04-21 22:23:50 +02:00
Fabien Pinckaers 19da27c191 [FIX] close and reopen questions
bzr revid: fp@tinyerp.com-20140421184347-c86uyuw8l61dxl5o
2014-04-21 20:43:47 +02:00
Fabien Pinckaers 64c7152e11 [IMP] better css
bzr revid: fp@tinyerp.com-20140421181228-w92l1ibo34o2xqya
2014-04-21 20:12:28 +02:00
Fabien Pinckaers cf78b6d9a0 [IMP] Forum + SEO
bzr revid: fp@tinyerp.com-20140421172330-gktockbm11emgsos
2014-04-21 19:23:30 +02:00
Fabien Pinckaers cbf071a62c [IMP] better layout for documentation
bzr revid: fp@tinyerp.com-20140421144510-9qo1whru5u5ec721
2014-04-21 16:45:10 +02:00
Thibault Delavallée bf6cd98083 [FIX] message author link, now working
bzr revid: tde@openerp.com-20140418153217-qdbslziaiz832xvz
2014-04-18 17:32:17 +02:00
Thibault Delavallée 018624ea43 [IMP] website_forum: better error messages about karma
bzr revid: tde@openerp.com-20140418151608-0pb3ui97aksb9en1
2014-04-18 17:16:08 +02:00
Thibault Delavallée 35a3f7fbd0 [CLEAN] website_forum: removed a forgotten print statement
bzr revid: tde@openerp.com-20140418144854-cxl30gibxw43r5th
2014-04-18 16:48:54 +02:00
Thibault Delavallée aa8bdfc740 [IMP] website_forum: controllers now check the karma in addition to the viewé
bzr revid: tde@openerp.com-20140418144722-k2g2gespb3dwpio4
2014-04-18 16:47:22 +02:00
Thibault Delavallée b153fcd35e [IMP] [FIX] website_forum: better control of actions based on karma; those
actions are calculated in the controller, based on forum.forum values instead of values hardcoded
in the view.

bzr revid: tde@openerp.com-20140418135724-k64yey6hhrki0b6h
2014-04-18 15:57:24 +02:00
Thibault Delavallée a6103a08be [IMP] [FIX] website_forum: better karma management for votes
and answers. Also some fixes in answer tagging and edition closing.

bzr revid: tde@openerp.com-20140418132905-ja2rqcc2edqzu3jv
2014-04-18 15:29:05 +02:00
Martin Trigaux bb8e24d951 [FIX] website_forum: set badges and challenges in noupdate
bzr revid: mat@openerp.com-20140418124112-m97idrklxq8y3e3f
2014-04-18 14:41:12 +02:00
Turkesh Patel (Open ERP) 88600a6ee5 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20140417112956-590gdsus7485mkqk
2014-04-17 16:59:56 +05:30
Turkesh Patel (Open ERP) f9ab97d869 [IMP] improved view, added hirachy view of documentation,show documentaion menu in hirarcy.
bzr revid: tpa@tinyerp.com-20140417112844-swv8lznyead51j4t
2014-04-17 16:58:44 +05:30
Martin Trigaux 0c32e7241d [IMP] use char_domain widget
bzr revid: mat@openerp.com-20140416152208-1rnyyvr35m0kj5cm
2014-04-16 17:22:08 +02:00
Martin Trigaux 9094a7aab9 [FIX] forum: conversion of incorrect group to domain
bzr revid: mat@openerp.com-20140416151410-d59osro704v2zfdq
2014-04-16 17:14:10 +02:00
Martin Trigaux d79cbd3fb8 [FIX] gamification: convert autojoin_group_id to a domain representing the list of users
bzr revid: mat@openerp.com-20140416151026-lmvyo8k0wo4hw9gn
2014-04-16 17:10:26 +02:00
Turkesh Patel (Open ERP) cd25de6989 [ADD] website_doc: modue based on website_forum to show documentatoin based on questions and best answers.
bzr revid: tpa@tinyerp.com-20140416105122-2368jv31gy26ek32
2014-04-16 16:21:22 +05:30
Martin Trigaux 3755fa19a5 [IMP] gamification and website_forum improvements
gamification:
- fix batch mode when grouping by id
- fix subquery in batch mode when a ending date is set
- serialisation method can exclude categories of challenge
- view improvements

website_forum:
- enabling bages in batch mode
- fix karma computation when creating a new post
- changing previous vote affects the user karma
- do not display forum challenges on user home page

bzr revid: mat@openerp.com-20140415162400-78cklbdw0bmn94zr
2014-04-15 18:24:00 +02:00
Martin Trigaux 35c7f4814d Allow overwrite of the serialising method to exclude some categories in the challenge search
bzr revid: mat@openerp.com-20140415134809-uconkvnp0z32jxjs
2014-04-15 15:48:09 +02:00
Martin Trigaux bc0738e47e One morning I shot an elephant in my pajamas. How he got in my pajamas, I don't know.
bzr revid: mat@openerp.com-20140415131929-6pktlodmlgr2fuwz
2014-04-15 15:19:29 +02:00
Martin Trigaux 15306066d0 I love the smell of napalm in the morning.
bzr revid: mat@openerp.com-20140415113545-31efpjddjwqr4ajl
2014-04-15 13:35:45 +02:00
Martin Trigaux 14ff39f96e [FIX] website_forum: mooooore baaaaaadges
bzr revid: mat@openerp.com-20140415101842-yf6vndw7h62q0b42
2014-04-15 12:18:42 +02:00
Martin Trigaux 9f3a2f84e0 [ADD] website_forum: more badges
bzr revid: mat@openerp.com-20140414155344-v580tpy5l12z9v95
2014-04-14 17:53:44 +02:00
Martin Trigaux c40318a46a [ADD] website_forum: self_reply field and some badges
bzr revid: mat@openerp.com-20140414145415-8g9jtp95d173183i
2014-04-14 16:54:15 +02:00
Martin Trigaux 0c8539846a [ADD] website_forum: quality badges
bzr revid: mat@openerp.com-20140414135115-onmywwurr03g21dw
2014-04-14 15:51:15 +02:00
Thibault Delavallée 4c8418648f [FIX] website_forum: fixed badges pgae
bzr revid: tde@openerp.com-20140411182751-immtoih95el07n6n
2014-04-11 20:27:51 +02:00
Thibault Delavallée 06776da4a9 [IMP] website_forum: karma management for vote
bzr revid: tde@openerp.com-20140411182254-0wyvzpcqxk4jyqev
2014-04-11 20:22:54 +02:00
Thibault Delavallée 2ec3a40334 [FIX] website_forum: cleaning in notification fetch + in profil editoin
bzr revid: tde@openerp.com-20140411180637-n1q4rmac5q1amqrw
2014-04-11 20:06:37 +02:00
Thibault Delavallée 7d834f0579 [IMP] website_forum: cleaned post cfreate and write
+ corrct subtype trigger

bzr revid: tde@openerp.com-20140411180615-bznyth4tv7e89sed
2014-04-11 20:06:15 +02:00
Thibault Delavallée 62fde442cb [CLEAN] website_forum: res_users: cleaned dead code
bzr revid: tde@openerp.com-20140411180550-pucr84e70or4jhy0
2014-04-11 20:05:50 +02:00
Thibault Delavallée 5a94881b32 [FIX] website_forum: share links now working
bzr revid: tde@openerp.com-20140411172658-9wxznhu2rds5y97i
2014-04-11 19:26:58 +02:00
Thibault Delavallée c3cb7762a1 [TMP] website_forum: commented out badges, more tests will have to be
done on badges.

bzr revid: tde@openerp.com-20140411172408-b5oq98y4kcz1fzfr
2014-04-11 19:24:08 +02:00
Thibault Delavallée b9b087ffb5 [FIX] [CLEAN] website_forum: cleaned and fixed upvote, downvote and favourite
bzr revid: tde@openerp.com-20140411171029-zeqtrko98z1jr3sm
2014-04-11 19:10:29 +02:00
Thibault Delavallée 5a3f68a767 [FIX] website_forum: deleting a comment is back and works
bzr revid: tde@openerp.com-20140411170114-po5bgwc2z2qgs8f0
2014-04-11 19:01:14 +02:00
Thibault Delavallée a1e5f69cb3 [FIX] website_forum: post edition working again
bzr revid: tde@openerp.com-20140411164455-2mx3yic1hquu0pil
2014-04-11 18:44:55 +02:00
Thibault Delavallée b6a1359b4f [FIX] website_forum: convert comment to post is back and works
bzr revid: tde@openerp.com-20140411161916-rlobfxosniii66m4
2014-04-11 18:19:16 +02:00
Thibault Delavallée 907a97b15b [FIX] website_forum: fixe ddemo data, about create_uid warning.
bzr revid: tde@openerp.com-20140411161414-gqyosw7g73r36fer
2014-04-11 18:14:14 +02:00
Thibault Delavallée 8540a63aa6 [CLEAN] website_forum: gamification: removed code about ongoing challenges
as it is now a feature in trunk.
Also removed unnecessary column redefinition.
Also removed an override in users, will see if necessary.

bzr revid: tde@openerp.com-20140411160003-tffx54f2evjh4r70
2014-04-11 18:00:03 +02:00
Thibault Delavallée 133038c722 [FIX] website_forum: fixed toggle_correct for setting answers as correct
bzr revid: tde@openerp.com-20140411155622-18bdyddcs6hdln77
2014-04-11 17:56:22 +02:00
Thibault Delavallée 5a402ce73a [FIX] website_forum: disable the tour as it is not implemented
and seems to make other tours crash.

bzr revid: tde@openerp.com-20140411154150-4tn3bfe7wp8n901d
2014-04-11 17:41:50 +02:00
Thibault Delavallée 56d8d0afb6 [FIX] website_forum: ask a question was hidden by default, we want the reversal
bzr revid: tde@openerp.com-20140411153738-werwgvte4tzrmu6y
2014-04-11 17:37:38 +02:00
Thibault Delavallée 68cb0dca6f [FIX] website_forum: temporary fix to enable the counter
computation at creation.

bzr revid: tde@openerp.com-20140411153724-8x7o0o774uf5g2x2
2014-04-11 17:37:24 +02:00
Thibault Delavallée f3bb1036f6 [DEMO] website_forum: better demo dta
bzr revid: tde@openerp.com-20140411152340-akpg0q2zg5q3xt90
2014-04-11 17:23:40 +02:00
Thibault Delavallée e937d106af [FIX] website_forum: display forum description as html
bzr revid: tde@openerp.com-20140411152328-ny4aej5vrlj6qrmv
2014-04-11 17:23:28 +02:00
Thibault Delavallée 926cfb33b2 [REM] website_forum: remove file not used anymore
bzr revid: tde@openerp.com-20140411145856-81t6jwbbk7wq2nm1
2014-04-11 16:58:56 +02:00
Thibault Delavallée 2e8ef095ae [REM] website_forum: removed dummy directories
bzr revid: tde@openerp.com-20140411145210-in1x6uzhsrn4s7c5
2014-04-11 16:52:10 +02:00
Thibault Delavallée f280c8d2f7 [CLEAN] website_forum: removed some licences, only one is sufficient
bzr revid: tde@openerp.com-20140411145018-16dxhi62bkt4l2dg
2014-04-11 16:50:18 +02:00
Thibault Delavallée e51049e8ed [MERGE] Sync with upstream
bzr revid: tde@openerp.com-20140411134052-x74otuwuxoz20qab
2014-04-11 15:40:52 +02:00
Thibault Delavallée cd4afee17e [CLEAN] website_forum: cleaning before merging
- cleaned models
- cleaned controllers: lots of cleaning, rewriting, simplfiication + updated in views
- added an override of the contact widget, to be able to display partner-related
stuff about karma and badges
- some css tweaking
- badges cleaning

bzr revid: tde@openerp.com-20140411132939-bmvyc9bqpqpkk843
2014-04-11 15:29:39 +02:00
Thibault Delavallée 4b776a90c0 [FIX] website_forum: user_id -> create_uid
bzr revid: tde@openerp.com-20140410142802-i8kyicrju7wmikem
2014-04-10 16:28:02 +02:00
Thibault Delavallée cbac424f91 [REF] website_forum: renamed models (website.forum -> forum) + cleaned models.
Added favorite_count function field, like vote_count and so on, to be able
to have badges based on a simple model.

bzr revid: tde@openerp.com-20140410133928-i0lncz8us9wueb13
2014-04-10 15:39:28 +02:00
Thibault Delavallée 7493326daf [REM] website_forum: removed old badges files
bzr revid: tde@openerp.com-20140410133846-0dze10b09b9xhcoi
2014-04-10 15:38:46 +02:00
Thibault Delavallée f7e6f1792f [IMP] website_forum: first pass of cleaning badges + separated into separate files
bzr revid: tde@openerp.com-20140410133812-qa6z3u3oq8q70zdb
2014-04-10 15:38:12 +02:00
Turkesh Patel (Open ERP) e53f66dcea [IMP] improved typo
bzr revid: tpa@tinyerp.com-20140410130925-xrcsb13lp5bnqe3o
2014-04-10 18:39:25 +05:30
Turkesh Patel (Open ERP) 049d85616d [IMP] redirect to the comment when any comment posted, same thing for comment to answer and answer to comment.
bzr revid: tpa@tinyerp.com-20140410124950-rnm040ag8ppop4kc
2014-04-10 18:19:50 +05:30
Turkesh Patel (Open ERP) 3b9ac48122 [ADD] added tooltip on some icons, improved string.
bzr revid: tpa@tinyerp.com-20140410104910-err7rc2efgvsxti7
2014-04-10 16:19:10 +05:30
Thibault Delavallée e834e31bd9 [FIX] website_forum: light cleaning of website_forum tour naming
bzr revid: tde@openerp.com-20140410101911-lphs30dqs00hikrt
2014-04-10 12:19:11 +02:00
Thibault Delavallée be72c379eb [ADD] website_forum: added new backend views in openerp manifest
bzr revid: tde@openerp.com-20140410101842-pggqqhuax1gmvw10
2014-04-10 12:18:42 +02:00
Thibault Delavallée b72e49419a [FIX] website_forum: still fixing references to history
bzr revid: tde@openerp.com-20140410101820-x1gnf64f2xvbu2ld
2014-04-10 12:18:20 +02:00
Thibault Delavallée 57493c8963 [IMP] website_forum: cleaned subtypes + jump at install + cleaned post closing reasons
bzr revid: tde@openerp.com-20140410101801-h5pzk85tdhn7nf17
2014-04-10 12:18:01 +02:00
Thibault Delavallée 13d6b0047b [FIX] website_forum: removed some reference to history
bzr revid: tde@openerp.com-20140410101720-ql3uo4omewuen5x1
2014-04-10 12:17:20 +02:00
Thibault Delavallée 67ef7ba855 [IMP] website_blog: moved res_users inheritance into its own file, and added
the field in the view.
Also added some fixes in the messag_post hwen creating an answer.

bzr revid: tde@openerp.com-20140410101658-a1o5h3g5ehlg0e8t
2014-04-10 12:16:58 +02:00
Thibault Delavallée 7ad7d5a943 [IMP] website_forum: added some backend views
bzr revid: tde@openerp.com-20140410101354-w64d671amudib05g
2014-04-10 12:13:54 +02:00
Thibault Delavallée cb9bae8ba6 [IMP] website_forum: added an icon
bzr revid: tde@openerp.com-20140410101247-m4w7yga1c3kv40py
2014-04-10 12:12:47 +02:00
Thibault Delavallée 107cc33d0e [MERGE] Sync with upstram: trunk-website-forum-tpa
bzr revid: tde@openerp.com-20140410080459-b5ngtlg34dblbtyr
2014-04-10 10:04:59 +02:00
Turkesh Patel (Open ERP) bc87989691 [MRG] improved string and fixed issue of not geeting karma on edit of answer.
bzr revid: tpa@tinyerp.com-20140410061428-htr3coosp04g2b5h
2014-04-10 11:44:28 +05:30
Sunil Sharma 75773982a4 [imp]:improve activity search or improve string or remove unused string
bzr revid: ssh@tinyerp.com-20140410060400-blapg8mz6kw5bvoi
2014-04-10 11:34:00 +05:30
Thibault Delavallée 73cb78e211 [CLEAN] website_forum: cleaned vote feature before merging
bzr revid: tde@openerp.com-20140409173941-4pc7p8bre5btgbhu
2014-04-09 19:39:41 +02:00
Thibault Delavallée 21e3164f94 [CLEAN] website_forum: views is now a simple counter, incremented each time
someone see the question. Also use message_is_follower instead of re-implementing its
feature by checking the followers.
Views is updated through a method on the post object, incrementing the views counter
by 1.

bzr revid: tde@openerp.com-20140409172522-pwehz1k9z5rf765s
2014-04-09 19:25:22 +02:00
Thibault Delavallée 1d5beb57ef [MERGE] Sync with upstram: website-forum-tpa
bzr revid: tde@openerp.com-20140409165804-q4wi76e0m0c9ovzw
2014-04-09 18:58:04 +02:00
Thibault Delavallée 4d41e36a91 [IMP] website_forum: cleaning before merging
- cleaned models, removing unnecessary fields + removed history feature of posts + removed
unnecessary override of mail.message and ir_http + renamed some fields (like badges -> badge_ids
to be more coherent with openerp naming)
- updated views accordingly
- cleaned demo data to lessen the diff

bzr revid: tde@openerp.com-20140409165059-36zc06f0to3q4qfu
2014-04-09 18:50:59 +02:00
Turkesh Patel (Open ERP) 2845ecd6ca [IMP] improved code to add link at footer to show all forums, improved serch and then filtering, dont allow user to post comment if dont have 50 karama
bzr revid: tpa@tinyerp.com-20140409120956-9yf4z2x1cxclk0f8
2014-04-09 17:39:56 +05:30
Thibault Delavallée 5d4d429034 [CLEAN] website_forum: cleaned manifests before merging
bzr revid: tde@openerp.com-20140409115439-jflj09sdvc3d19hv
2014-04-09 13:54:39 +02:00
Sunil Sharma 1aee6d631b [imp]:improve remove tag as space in ask question and edit question
bzr revid: ssh@tinyerp.com-20140407133509-cmeyb8xt7z9xkuaj
2014-04-07 19:05:09 +05:30
Turkesh Patel (Open ERP) 847d0a9408 [IMP] added dependancy of auth_signup module for signup, make signup by default tru, show favourite questions on user profile.
bzr revid: tpa@tinyerp.com-20140407115650-5qr23bn7taj1mwzt
2014-04-07 17:26:50 +05:30
Turkesh Patel (Open ERP) 03bf0c072f [ADD] added functionality to make question favourite, and improved some code
bzr revid: tpa@tinyerp.com-20140407072032-tf6wjo51ibb95nw0
2014-04-07 12:50:32 +05:30
Sunil Sharma 2dbde6686f [imp]:View user flag
bzr revid: ssh@tinyerp.com-20140407062205-cue7qq8c2la62fn7
2014-04-07 11:52:05 +05:30
Turkesh Patel (Open ERP) 51d22836d1 [IMP] improved code to change background of answer when accepted.
bzr revid: tpa@tinyerp.com-20140404104037-lfyrfo896v9u3hnb
2014-04-04 16:10:37 +05:30
Turkesh Patel (Open ERP) b8f3135479 [IMP] improvedd code to set proper colour on voted thumb and accepted answer.
bzr revid: tpa@tinyerp.com-20140404092212-7ey70f7dywtox0zc
2014-04-04 14:52:12 +05:30
Turkesh Patel (Open ERP) 81ac1134c2 [IMP] improved css and sass file
bzr revid: tpa@tinyerp.com-20140404071855-b7gn87tmx5rc6yll
2014-04-04 12:48:55 +05:30
Turkesh Patel (Open ERP) 71d03f481d [IMP] improved code and view, fixed some issue to view commnet, show acceped answer in list,tag issue
bzr revid: tpa@tinyerp.com-20140404071043-n6x0wv6qyi1pdmav
2014-04-04 12:40:43 +05:30
Turkesh Patel (Open ERP) 3b5b7922aa [IMP] improved date format.
bzr revid: tpa@tinyerp.com-20140403065958-nxgid281vzykqwlk
2014-04-03 12:29:58 +05:30
Turkesh Patel (Open ERP) bbb344501d [IMP] remove commented code, improve indentation
bzr revid: tpa@tinyerp.com-20140402122659-voev4rolm6ynvhxa
2014-04-02 17:56:59 +05:30
Turkesh Patel (Open ERP) 932506e168 [IMP] allow user to close own question
bzr revid: tpa@tinyerp.com-20140402121332-x38klcyg90245uua
2014-04-02 17:43:32 +05:30
Turkesh Patel (Open ERP) 37a00abe09 [IMP] improved code.
bzr revid: tpa@tinyerp.com-20140402120422-qp02ywvki17ruzcp
2014-04-02 17:34:22 +05:30
Turkesh Patel (Open ERP) 07a0f872a4 [IMP] improved code
bzr revid: tpa@tinyerp.com-20140402104743-qn0vj5o147l0c81d
2014-04-02 16:17:43 +05:30
Turkesh Patel (Open ERP) 46b164ea2e [IMP] improved code to handle error when user email address is not given
bzr revid: tpa@tinyerp.com-20140402092549-vrvchbmlpkaq4p80
2014-04-02 14:55:49 +05:30
Turkesh Patel (Open ERP) 323bd6962c [IMP] added template for vote
bzr revid: tpa@tinyerp.com-20140402055536-3q6imucndnermc23
2014-04-02 11:25:36 +05:30
Turkesh Patel (Open ERP) 30b49e20d4 [IMP] improved code to raise warning on accepting anser.
bzr revid: tpa@tinyerp.com-20140401132806-102jkjwxj2esukcr
2014-04-01 18:58:06 +05:30
Turkesh Patel (Open ERP) c3610687fc [IMP] improved code.
bzr revid: tpa@tinyerp.com-20140401115727-scumxfkue2cyqa3f
2014-04-01 17:27:27 +05:30
Turkesh Patel (Open ERP) c4b54541b4 [ADD] added code to chek user have enough karma of not to add image or link.
bzr revid: tpa@tinyerp.com-20140401084631-41ezq2jy9r7ln6sx
2014-04-01 14:16:31 +05:30
Turkesh Patel (Open ERP) f8c5cd0a98 [IMP] improved code
bzr revid: tpa@tinyerp.com-20140401065036-085uuq7k8eivr5wn
2014-04-01 12:20:36 +05:30
Turkesh Patel (Open ERP) 333315a431 [ADD] add functionality to select hiostory when editing question or answer.
bzr revid: tpa@tinyerp.com-20140331123243-ig3h0bpmyufsk874
2014-03-31 18:02:43 +05:30
Sunil Sharma (OpenERP) 160f7fd3a8 [imp]:improve post history
bzr revid: sunilsharma.sharma07@gmail.com-20140328133404-e6vkg9f4rjm6qmp8
2014-03-28 19:04:04 +05:30
Turkesh Patel (Open ERP) ec7f01c69d [IMP] improved userprofilr view
bzr revid: tpa@tinyerp.com-20140328111350-perfgtpqkpnspcy5
2014-03-28 16:43:50 +05:30
Sunil Sharma (OpenERP) 9de4ff0358 [imp]:user activity based on karma
bzr revid: sunilsharma.sharma07@gmail.com-20140328101915-w6uq2m5sbjlb1qpg
2014-03-28 15:49:15 +05:30
Turkesh Patel (Open ERP) 26def8a7f5 [IMP] improved code to filter question of tag
bzr revid: tpa@tinyerp.com-20140328095636-6xj5ns1mqrtbusi0
2014-03-28 15:26:36 +05:30
Turkesh Patel (Open ERP) 1c4180c0f3 [IMP] improved code, not show challanges assinged to user for forum.
bzr revid: tpa@tinyerp.com-20140328090357-gm5qjza4hchbet0i
2014-03-28 14:33:57 +05:30
Turkesh Patel (Open ERP) 02735c1982 [ADD] added new functionality to follow question and improved some code.
bzr revid: tpa@tinyerp.com-20140328051606-sgrmo7nlwtvps966
2014-03-28 10:46:06 +05:30
Turkesh Patel (Open ERP) 804ef37691 [IMP] improved code
bzr revid: tpa@tinyerp.com-20140327094322-kq1lxkra38ue8fvi
2014-03-27 15:13:22 +05:30
Turkesh Patel (Open ERP) 7c95cd6c2f [IMP] improved code to show question of tag, show quesstions filterd on tag and allow shorting and filtering.
bzr revid: tpa@tinyerp.com-20140327072842-2czk61piv8fiknjs
2014-03-27 12:58:42 +05:30
Turkesh Patel (Open ERP) f072c63ea3 [IMP] improved code of tags to add new tags, load tags by ajax.
bzr revid: tpa@tinyerp.com-20140326130950-m5bzcjfhigeareij
2014-03-26 18:39:50 +05:30
Turkesh Patel (Open ERP) 719aa0d734 [IMP] improved code for paging as per changes on addons
bzr revid: tpa@tinyerp.com-20140326122744-k1z1iyfeuhv92pdr
2014-03-26 17:57:44 +05:30
Sunil Sharma (OpenERP) 556d7dfa2a [imp]:improve own_post or annonymous user vote alert
bzr revid: sunilsharma.sharma07@gmail.com-20140326121424-a1oompnmu2f0132t
2014-03-26 17:44:24 +05:30
Turkesh Patel (Open ERP) 7435424cc4 [FIX] improved css: this should not effect on other views.
bzr revid: tpa@tinyerp.com-20140326114225-o1v8r5quzco1yyka
2014-03-26 17:12:25 +05:30
Turkesh Patel (Open ERP) e1a49b8dbc [FIX] fixed issue of not showing editor for demo user.
bzr revid: tpa@tinyerp.com-20140326112307-rtg14jwjg9097mz8
2014-03-26 16:53:07 +05:30
Turkesh Patel (Open ERP) 024e9f91a0 [IMP] load js file in header.
bzr revid: tpa@tinyerp.com-20140326105107-wal6l53xe4kzss18
2014-03-26 16:21:07 +05:30
Turkesh Patel (Open ERP) 1d69829083 [IMP] improved code to allow users to perform operations
bzr revid: tpa@tinyerp.com-20140326102654-chkaxf71i5n81x6l
2014-03-26 15:56:54 +05:30
Sunil Sharma (OpenERP) 18da293363 [imp]:improve vote_alert warrning
bzr revid: sunilsharma.sharma07@gmail.com-20140326090240-mwzpzbrt79f1k33w
2014-03-26 14:32:40 +05:30
Turkesh Patel (Open ERP) db68689f80 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20140326085944-7bp93jz6v2z9u2sh
2014-03-26 14:29:44 +05:30
Turkesh Patel (Open ERP) b6db9be4f1 [MRG] lp:~openerp-dev/openobject-addons/trunk-website-forum-tpa-template_ans-ssh improved code to make notifications as unread.
bzr revid: tpa@tinyerp.com-20140326065303-1eb4p8s1ni4n5t10
2014-03-26 12:23:03 +05:30
Turkesh Patel (Open ERP) 5fe205d85a [IMP] improved typo
bzr revid: tpa@tinyerp.com-20140326064913-3s4x6iahv86gquk8
2014-03-26 12:19:13 +05:30
Sunil Sharma (OpenERP) 8e06abc7c5 [imp]:improve Mail notification read message for badge user
bzr revid: sunilsharma.sharma07@gmail.com-20140326064244-1jkw4zuxkuz0kguf
2014-03-26 12:12:44 +05:30
Turkesh Patel (Open ERP) 1a83ff8459 [IMP] do not store session_id in db update viewd post id in session and maintain it.
bzr revid: tpa@tinyerp.com-20140326063042-1palqxiw10uvjlvf
2014-03-26 12:00:42 +05:30
Turkesh Patel (Open ERP) 4a69655cb2 [ADD] added code to calculate total views per page.
bzr revid: tpa@tinyerp.com-20140325113409-7k7e2tak952cbyt5
2014-03-25 17:04:09 +05:30
Turkesh Patel (Open ERP) a9d192da24 [IMP] improved code to show some items based on user.
bzr revid: tpa@tinyerp.com-20140325091240-ie606wjojnfakgno
2014-03-25 14:42:40 +05:30
Turkesh Patel (Open ERP) ff76d9ff8a [IMP] improved code to redirect to the login when user click on convert to comment/answer if not logged in
bzr revid: tpa@tinyerp.com-20140325070648-uhyr841iiahnrbz0
2014-03-25 12:36:48 +05:30
Turkesh Patel (Open ERP) bde130d9d9 [FIX] improved code to convert msg to plain text from html when convert message in to the comment.
bzr revid: tpa@tinyerp.com-20140325064804-tsb6ok9invu4rkga
2014-03-25 12:18:04 +05:30
Turkesh Patel (Open ERP) f6fa645e8f [IMP] improved code to do not load tags on every page, added new website_forum.js file.
bzr revid: tpa@tinyerp.com-20140325061901-3r0a2rhq74gnt1yt
2014-03-25 11:49:01 +05:30
Turkesh Patel (Open ERP) db20e4d2af [MRG] lp:~openerp-dev/openobject-addons/trunk-website-forum-tpa-template_ans-ssh improved code to allow anonymious and other user to use froum, if user have not logged in then redirect for login.
bzr revid: tpa@tinyerp.com-20140324132706-bwqke4n73igkwdgf
2014-03-24 18:57:06 +05:30
Turkesh Patel (Open ERP) 9b06d9cae1 [ADD] added code to apply tag on ask and edit question(still have to improve code for create tag) from db.
bzr revid: tpa@tinyerp.com-20140324132137-jx0b5rjjm9g93v0p
2014-03-24 18:51:37 +05:30
Sunil Sharma (OpenERP) 57469dc81c [imp]:improve access rule or auth=public
bzr revid: sunilsharma.sharma07@gmail.com-20140324132032-e4rpxzufwsuirzm0
2014-03-24 18:50:32 +05:30
Turkesh Patel (Open ERP) 3b840a59d3 [IMP] improved code to fix some issues and view improvements, added new feature to convert comment as an answer and convert answer to comment.
bzr revid: tpa@tinyerp.com-20140324122645-bqkr093fy1hy5j4i
2014-03-24 17:56:45 +05:30
Turkesh Patel (Open ERP) 620892d474 [IMP] instead of selection field on post for closing reason add new model PostReason.
bzr revid: tpa@tinyerp.com-20140324071152-vfklb1umocot3ycz
2014-03-24 12:41:52 +05:30
Turkesh Patel (Open ERP) 24b1b1fc81 [IMP] pass subtype when creting question or answer.
bzr revid: tpa@tinyerp.com-20140324063601-mqsfc9jjfho14xot
2014-03-24 12:06:01 +05:30
Turkesh Patel (Open ERP) 546ad55636 [IMP] improved code for delete question: instead of unlink just update active so user can undelete it.
bzr revid: tpa@tinyerp.com-20140324060650-q8xtujw35i7933ba
2014-03-24 11:36:50 +05:30
Turkesh Patel (Open ERP) 224bc24310 [MRG] merge lp:~openerp-dev/openobject-addons/trunk-website-forum-tpa-template_ans-ssh adding answer template to show anwers on user profile.
bzr revid: tpa@tinyerp.com-20140321132140-hmnt072v4kw6it0q
2014-03-21 18:51:40 +05:30
Turkesh Patel (Open ERP) d7e179a6df [ADD] added functionality to close question, added icon for edit and other links.
bzr revid: tpa@tinyerp.com-20140321125747-lq3otpnakwua08w0
2014-03-21 18:27:47 +05:30
Sunil Sharma (OpenERP) e892690784 [imp]:improve template for answer post
bzr revid: sunilsharma.sharma07@gmail.com-20140321123716-h87hssz857ope4an
2014-03-21 18:07:16 +05:30
Turkesh Patel (Open ERP) 7738af32e2 [FIX] improved code to add karma on vote
bzr revid: tpa@tinyerp.com-20140321094019-hbekr1rntbpdvvc5
2014-03-21 15:10:19 +05:30
Turkesh Patel (Open ERP) 283af4b6e5 [MRG] merged branch with improvements for assigning badges on running challange,improved some badge data.
bzr revid: tpa@tinyerp.com-20140321091924-mc3acnpx66oar555
2014-03-21 14:49:24 +05:30
Turkesh Patel (Open ERP) 7a82d51f84 [IMP] instead of showing no of badges show karma in user detail
bzr revid: tpa@tinyerp.com-20140321065332-ic28um9qtvdxx82f
2014-03-21 12:23:32 +05:30
Turkesh Patel (Open ERP) e0ec4271f3 [IMP] don't allow user to post on hos own post.
bzr revid: tpa@tinyerp.com-20140321063855-ok26jsyyhza7x3ff
2014-03-21 12:08:55 +05:30
Sunil Sharma (OpenERP) 1185f7b8b5 [imp]:improve gamification challenge line category forum and add clss gamification challenge assign reward user
bzr revid: sunilsharma.sharma07@gmail.com-20140321054642-bjbgm4e92tur9f83
2014-03-21 11:16:42 +05:30
Turkesh Patel (Open ERP) 141eecfa4c [ADD] added function to add karma to user.
bzr revid: tpa@tinyerp.com-20140320130014-jehnk1x7n9jc1khj
2014-03-20 18:30:14 +05:30
Turkesh Patel (Open ERP) 1eddfb2eef [IMP] improved data of badges.
bzr revid: tpa@tinyerp.com-20140320085149-h65gmgojsr47e0ls
2014-03-20 14:21:49 +05:30
Turkesh Patel (Open ERP) b68577f595 [IMP] store posts_count field and add function to update.
bzr revid: tpa@tinyerp.com-20140319130413-ojrr71d5800xghnd
2014-03-19 18:34:13 +05:30
Turkesh Patel (Open ERP) 39e4f461e3 [MRG] improved demo data, instead of create_uid added field user_id in post
bzr revid: tpa@tinyerp.com-20140319124026-msq07bikv1p7xckz
2014-03-19 18:10:26 +05:30
Sunil Sharma (OpenERP) cf338062c9 [mrg]:lp:~openerp-dev/openobject-addons/trunk-website-forum-tpa
bzr revid: sunilsharma.sharma07@gmail.com-20140319121853-6h9pmz1zxr8fk5vy
2014-03-19 17:48:53 +05:30
Sunil Sharma (OpenERP) 70b0535d1e [imp]:improve run scheduler
bzr revid: sunilsharma.sharma07@gmail.com-20140319114613-mkoqzpj5wdgf0oih
2014-03-19 17:16:13 +05:30
Turkesh Patel (Open ERP) 9bb6139cd2 [IMP] gamification: improved code to send notification message when bedge assigned, website_forum: improved code to show notification when badge assigned to user.
bzr revid: tpa@tinyerp.com-20140319090735-zi01wzh8a8u5cfb7
2014-03-19 14:37:35 +05:30
Sunil Sharma (OpenERP) 3fa07a4d6a [imp]:admin user edit a question asked by demo user to improve typo
bzr revid: sunilsharma.sharma07@gmail.com-20140319063642-4fek8778h2h8b82y
2014-03-19 12:06:42 +05:30
Sunil Sharma (OpenERP) 0e1483bba9 [imp]:improve user downvote or upvote and improve create_uid field to user_id
bzr revid: sunilsharma.sharma07@gmail.com-20140319050635-7ph64mvoy58pbm3r
2014-03-19 10:36:35 +05:30
Sunil Sharma (OpenERP) 64ef5ce03f [imp]:improeve demo tag and valid answer
bzr revid: sunilsharma.sharma07@gmail.com-20140318124130-9ykkk6g1c6ry7ysx
2014-03-18 18:11:30 +05:30
Turkesh Patel (Open ERP) 603cc77da7 [MRG] merge with https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-website-forum-tpa-imp2-ssh, improved some comments
bzr revid: tpa@tinyerp.com-20140318120659-mn87lrd0ppcbt8t8
2014-03-18 17:36:59 +05:30
Turkesh Patel (Open ERP) 6f9479252f [IMP] improved editing of user profile.
bzr revid: tpa@tinyerp.com-20140318112050-bde1yiz9fp2y1oge
2014-03-18 16:50:50 +05:30
Sunil Sharma (OpenERP) 8615272b2c [imp]:improve user vote tab
bzr revid: sunilsharma.sharma07@gmail.com-20140318111229-70nqzgul8d4y21e0
2014-03-18 16:42:29 +05:30
Turkesh Patel (Open ERP) 3fc29404db [IMP] improved code to fix error on creating new form from contents, allow user to delete own comments, there should be only one correct answer per question.
bzr revid: tpa@tinyerp.com-20140318090154-m8e20wtosxdnqnfy
2014-03-18 14:31:54 +05:30
Fabien Pinckaers d6223f2c9d [IMP] forum
bzr revid: fp@tinyerp.com-20140316150931-moklwsh33ls07k0g
2014-03-16 16:09:31 +01:00
Fabien Pinckaers 1b008aa424 [IMP] typo
bzr revid: fp@tinyerp.com-20140316125836-zoqm4f62txvev0st
2014-03-16 13:58:36 +01:00
Fabien Pinckaers 316db0b5c8 [IMP] typo
bzr revid: fp@tinyerp.com-20140316125722-btl8v409xmwc3rqo
2014-03-16 13:57:22 +01:00
Turkesh Patel (Open ERP) 1f7c510d7f [MRG] added template and controller to edit user profile lp:~openerp-dev/openobject-addons/trunk-website-forum-tpa-imp2-ssh
bzr revid: tpa@tinyerp.com-20140314132743-v2fh5a7p8uqcqqjl
2014-03-14 18:57:43 +05:30
Turkesh Patel (Open ERP) 0bc41dd168 [ADD] added gamifation rules for badges.
bzr revid: tpa@tinyerp.com-20140314131747-39q1j28l5orx8e7m
2014-03-14 18:47:47 +05:30
Sunil Sharma (OpenERP) a132f8585f [imp]:improve class font awesome
bzr revid: sunilsharma.sharma07@gmail.com-20140314123007-4en1v2jw1aa2upbk
2014-03-14 18:00:07 +05:30
Sunil Sharma (OpenERP) 804707dfa3 [imp]:improve user profile
bzr revid: sunilsharma.sharma07@gmail.com-20140314113913-di6yu7a3gypj897p
2014-03-14 17:09:13 +05:30
Turkesh Patel (Open ERP) 01da080dd1 [MRG] added template and controller for edit and delete posts.
bzr revid: tpa@tinyerp.com-20140313090454-zso7153zubjkdwfi
2014-03-13 14:34:54 +05:30
Turkesh Patel (Open ERP) 0c8d2af2fa [IMP] added subtypes and improved code for post vote.
bzr revid: tpa@tinyerp.com-20140313084130-8kdlra4dhwzl016o
2014-03-13 14:11:30 +05:30
Sunil Sharma (OpenERP) e17bb59dd0 [imp]:improve some code
bzr revid: sunilsharma.sharma07@gmail.com-20140312122228-lxh5oqenkddkhtq2
2014-03-12 17:52:28 +05:30
Sunil Sharma (OpenERP) 371333bd52 [mrg]:lp:~openerp-dev/openobject-addons/trunk-website-forum-tpa
bzr revid: sunilsharma.sharma07@gmail.com-20140312121725-52xm14zs5ryrimej
2014-03-12 17:47:25 +05:30
Sunil Sharma (OpenERP) 12a070dbbe [imp]:improve user chose correct answer
bzr revid: sunilsharma.sharma07@gmail.com-20140312120544-t3j2o5hrb226axfu
2014-03-12 17:35:44 +05:30
Turkesh Patel (Open ERP) c03ffffa8a [IMP] instead of using len(question.child_ids) use child_count, remove forum filed from gamification.badge use only level, rename controller from /badges to /badge and /tags to /tag
bzr revid: tpa@tinyerp.com-20140312095413-23d39ir8txd3f35q
2014-03-12 15:24:13 +05:30
Turkesh Patel (Open ERP) 07e5c1340c [IMP] improved code to start functionality of sorting.
bzr revid: tpa@tinyerp.com-20140312091602-41w3zi7k3mu6mo1m
2014-03-12 14:46:02 +05:30
Fabien Pinckaers 559600f7e7 [IMP] badges
bzr revid: fp@tinyerp.com-20140312090024-xvyvds6773ff3smi
2014-03-12 10:00:24 +01:00
Fabien Pinckaers 58bcab39c1 [IMP] cleaned code
bzr revid: fp@tinyerp.com-20140312085325-msue61gt1adda0jn
2014-03-12 09:53:25 +01:00
Fabien Pinckaers cc5e113803 [IMP] Website Forum Improvements
bzr revid: fp@tinyerp.com-20140312084647-afpvz2zhbc9vcfka
2014-03-12 09:46:47 +01:00
Turkesh Patel (Open ERP) c30ab24004 [IMP] improved code for filter as new changes landedn in trunk
bzr revid: tpa@tinyerp.com-20140312070735-2np27bur8d7cd3nv
2014-03-12 12:37:35 +05:30
Sunil Sharma (OpenERP) 009364277d [imp]:improve edit question ans answer via menu
bzr revid: sunilsharma.sharma07@gmail.com-20140312063407-mgde3cxz5ozr095x
2014-03-12 12:04:07 +05:30
Sunil Sharma (OpenERP) 97f6068880 [mrg]:lp:~openerp-dev/openobject-addons/trunk-website-forum-tpa
bzr revid: sunilsharma.sharma07@gmail.com-20140312055818-q0yvbbcuu82bhi8c
2014-03-12 11:28:18 +05:30
Turkesh Patel (Open ERP) 41876d0379 [IMP] remove activity object and use mail.message
bzr revid: tpa@tinyerp.com-20140311125949-50uxmckmcal11hdf
2014-03-11 18:29:49 +05:30