Commit Graph

48 Commits

Author SHA1 Message Date
Denis Ledoux 04a56d8f6b [FIX] website_blog: controllers blog expects a date, not a datetime 2014-08-27 18:13:53 +02:00
Fabien Pinckaers 118b7cc96f [FIX] Blog month translated
bzr revid: fp@tinyerp.com-20140126115751-4lt8hyb1gkthituw
2014-01-26 12:57:51 +01:00
Christophe Simonis 16db944365 [IMP] website_blog: rename "Category" to "Blogs"
bzr revid: chs@openerp.com-20140124162251-3kkn3n17uqum1scu
2014-01-24 17:22:51 +01:00
Fabien Meghazi d6690455e9 [REM] Removed preload_records
This feature will be stripped down and moved to server's ir.http#_dispatch()

bzr revid: fme@openerp.com-20140123150448-3hhlj4vytr82k88n
2014-01-23 16:04:48 +01:00
Fabien Meghazi 14bb6060d7 [REM] Removed @website.route() decorator
Need trunk-website-al Rev#5151

bzr revid: fme@openerp.com-20140120153733-ve3dn2kwvha7n3yl
2014-01-20 16:37:33 +01:00
Christophe Matthieu fbb74096e3 [FIX] website_blog: employee can't post a comment
bzr revid: chm@openerp.com-20140114105802-ztc2d398zuz100z0
2014-01-14 11:58:02 +01:00
ddm 7ce0b5a69e [FIX] Main object for blog posts (promote)
bzr revid: ddm@openerp.com-20131216085636-y1h0h4ig9pbv9bcm
2013-12-16 09:56:36 +01:00
ddm 74ed3d2e5f [FIX] Make tour declarative to enable autotests
bzr revid: ddm@openerp.com-20131206133239-mrhduf2fi0sm8sh7
2013-12-06 14:32:39 +01:00
Fabien Meghazi 7a3b490f46 [IMP] preload records and throw 404 if not exists for blog, event, product
bzr revid: fme@openerp.com-20131205155450-y6joi29l2cn9amkn
2013-12-05 16:54:50 +01:00
ddm e2f37e7369 [FIX] Blog URL errors (cf. logs/test-js.txt)
bzr revid: ddm@openerp.com-20131204103814-m2r8c5vwuglqjyda
2013-12-04 11:38:14 +01:00
Christophe Matthieu d4bfd5b41f [IMP] website_blog: Blog Title renamed into "Blog Post Title"
bzr revid: chm@openerp.com-20131203154839-mxn84lydinun29kc
2013-12-03 16:48:39 +01:00
Christophe Matthieu d32ece09db [IMP] website_blog: change url paths
bzr revid: chm@openerp.com-20131129161434-rsnklmcz1g9b1cc0
2013-11-29 17:14:34 +01:00
Xavier Morel 264793823a [REM] completely nonsensical default values
bzr revid: xmo@openerp.com-20131125124722-nmz08mn919babwzp
2013-11-25 13:47:22 +01:00
ddm bb15c21dc9 [IMP] Blog tour scaffolding
bzr revid: ddm@openerp.com-20131120094423-ra4e6xmmty6pmpk2
2013-11-20 10:44:23 +01:00
Christophe Matthieu e5c2cd23fc [IMP] website_blog: display list of tags on Right Column
bzr revid: chm@openerp.com-20131118150510-1cqewicjy0ibt2yg
2013-11-18 16:05:10 +01:00
Christophe Matthieu 3e2de8a457 [FIX] website_blog: category active
bzr revid: chm@openerp.com-20131118144108-jupdlu19g1d9r66t
2013-11-18 15:41:08 +01:00
Christophe Matthieu 5a6a1efc79 [IMP] website_blog: add breadcrumb; [IMP] clean links
bzr revid: chm@openerp.com-20131118143530-5205sp6q7xp6lbj7
2013-11-18 15:35:30 +01:00
Christophe Matthieu d45757e62b [IMP] website_blog: remember navigating in different blogs
bzr revid: chm@openerp.com-20131118110747-0ynf60g1oys06fyw
2013-11-18 12:07:47 +01:00
Christophe Matthieu 46bcff4da6 [IMP] website_blog: replace search by date in js to search server side
bzr revid: chm@openerp.com-20131118103329-zarcgcdcyablsvtz
2013-11-18 11:33:29 +01:00
Fabien Pinckaers f84c936bc1 [IMP] /blog controler and simplification of dates navigation
bzr revid: fp@openerp.com-20131117101657-m3ybugh98ts92d6p
2013-11-17 11:16:57 +01:00
Fabien Pinckaers e41d8db917 [IMP] most data-publish removed
bzr revid: fp@openerp.com-20131116173636-atrxzu1if4fjumhp
2013-11-16 18:36:36 +01:00
Fabien Pinckaers 3e74c0f7b6 [IMP] Blogs better views hierarchies
bzr revid: fp@tinyerp.com-20131115085632-aj2cqpwp712599jx
2013-11-15 09:56:32 +01:00
Christophe Matthieu 82818e3e04 [IMP] website_blog: split blog_post controller
bzr revid: chm@openerp.com-20131114144530-va391yj3bf2ss6y2
2013-11-14 15:45:30 +01:00
Fabien Meghazi b562406387 [FIX] missing multilang
bzr revid: fme@openerp.com-20131112153749-sogawt2lc3mevqt1
2013-11-12 16:37:49 +01:00
Xavier Morel ff7316b89b [ADD] small comment
bzr revid: xmo@openerp.com-20131108145142-px3947qa1apy8gwd
2013-11-08 15:51:42 +01:00
Xavier Morel 3abd06ffe0 [FIX] blog controller to suck less and be more compatible with routes introspection
Routes introspection fixes:
* convert <int:x_id> to <model():x>
* remove **kw, specify explicit enable_editor parameter

Suckless:
* remove useless `/blog/tag/` route
* add pagination support in tags
* add pagination support when no category or tag (`/blog/`)
* remove handling of impossible case of category *and* tag
* make exclusive cases more exclusive, avoid repeatedly checking the
  same condition over and over

bzr revid: xmo@openerp.com-20131108142149-v2z2m6kwgf97o7b0
2013-11-08 15:21:49 +01:00
ddm be8ec21441 [IMP] future reminders
bzr revid: ddm@openerp.com-20131105152747-5l8fko6qjz17w9qs
2013-11-05 16:27:47 +01:00
ddm f31cb828b4 [IMP] blog comments controller cleanup
bzr revid: ddm@openerp.com-20131105095622-am499p9xidkhgf6y
2013-11-05 10:56:22 +01:00
ddm 678daaf169 [FIX] CMS: comments should work in website_blog
bzr revid: ddm@openerp.com-20131104172356-55n900jnzwjdi41b
2013-11-04 18:23:56 +01:00
ddm 78fd7b1e04 [FIX] CMS: blog archive links multilingual
This is kind of a fix for a hack...but still a hack.
The proper way to do it is to generate the archive tree server-side.
In the meantime it works...

bzr revid: ddm@openerp.com-20131031135620-qg9w3m67one5fw39
2013-10-31 14:56:20 +01:00
ddm 43e6b60799 [FIX] Multilingual support (events etc.)
bzr revid: ddm@openerp.com-20131030162909-7bcq16gq154mv1lw
2013-10-30 17:29:09 +01:00
Fabien Meghazi 7dd1934585 [FIX] option typo: unable_editor -> enable_editor
bzr revid: fme@openerp.com-20131023091152-h0hxw47hzfor2al8
2013-10-23 11:11:52 +02:00
ddm d5bbf2501a [FIX] SEO for blog tags and categories
bzr revid: ddm@openerp.com-20131017115849-e696n3tj87zx3a9i
2013-10-17 13:58:49 +02:00
ddm a5d3a653b9 [FIX] SEO for blog posts
bzr revid: ddm@openerp.com-20131017104053-shrwu5ariisq7ub5
2013-10-17 12:40:53 +02:00
Fabien Meghazi 1cec2a5b6f [REM] Obsolete route /admin
bzr revid: fme@openerp.com-20131016093248-2q2c8ppkxxhfx1su
2013-10-16 11:32:48 +02:00
Thibault Delavallée fe40538aff [IMP] website_blog: website view and routes improvements
- cleaning of routes: now having blog/cat/category_id, blog/blog_post_id to simplify
routes (previously: blog/category_id/blog_post_id, leading to issues when having routes
using sometimes category_id, sometimes blog_post_id as first argument).
- improved website templates: publish management, added duplication. misc cleaning
of the display.

bzr revid: tde@openerp.com-20131011130059-zum19mjvi336u9b4
2013-10-11 15:00:59 +02:00
Christophe Matthieu 84e24d62b5 [IMP] add website_hr_recruitment
Module for jobs displayed on the website.
The public user can apply or follow the jobs.

little fixes in website_mail

bzr revid: chm@openerp.com-20131002115603-ikgipps88vbf69ef
2013-10-02 13:56:03 +02:00
Thibault Delavallée 726cda367e [FIX] website and all derived addons: fixed imports broken when moving
website.py to models/ directory in website (revision 9491 revid:xmo@openerp.com-20130930145358-qh7xdicgg21prsk4).

bzr revid: tde@openerp.com-20131001085739-hoczgpqrv2nrr6lb
2013-10-01 10:57:39 +02:00
Thibault Delavallée 857f255d95 [IMP] website_mail, website_blog: improved follow / unfollow (always display email, more visible)
bzr revid: tde@openerp.com-20130930143357-0r61uikrf8nx92fg
2013-09-30 16:33:57 +02:00
Fabien Pinckaers 716ea14d9a [IMP] blog post layout
bzr revid: fp@tinyerp.com-20130930082102-mdczj8awbfohvhsv
2013-09-30 10:21:02 +02:00
Christophe Matthieu 5dbd093989 [FIX] website_blog: remove uid from context value and use user_id
bzr revid: chm@openerp.com-20130930071022-qijjrr1tfn66tytl
2013-09-30 09:10:22 +02:00
Fabien Pinckaers 96b23a2dcc [IMP] Better Blog Design
bzr revid: fp@openerp.com-20130929123926-o790lnajkawona5l
2013-09-29 14:39:26 +02:00
Thibault Delavallée a42d020a34 [CLEAN] [IMP] website_blog: cleaned blog.post, blog.post.category and blog.tag models; added basic appearance of tags and base routing method in controllers. Will have to be improved in a future branch.
bzr revid: tde@openerp.com-20130923154039-ppn1loy002tcppun
2013-09-23 17:40:39 +02:00
Thibault Delavallée 4b0c341f2b [CLEAN] website_blog: cleaned controllers blog code
bzr revid: tde@openerp.com-20130923134702-d426ypzic6g9n1oj
2013-09-23 15:47:02 +02:00
Thibault Delavallée 35ce110ab0 [IMP] website_blog: improved blog post view, to integrate comments and a comments pager
bzr revid: tde@openerp.com-20130923124248-zuuoqbyb1d5sqi6a
2013-09-23 14:42:48 +02:00
Thibault Delavallée daf5aed1a3 [IMP] website_blog: re-enabled navigation
bzr revid: tde@openerp.com-20130923103534-4sbb1gqylekhmbim
2013-09-23 12:35:34 +02:00
Thibault Delavallée 8c89bfda88 [IMP] website_blog:
Some file renaming
Delegated followers of categories / blog posts management to website_mail, allowing to 
remove some templates and controllers
Various cleanings and improvements in blog templates

bzr revid: tde@openerp.com-20130923101730-b9606qcyd3sj2pwx
2013-09-23 12:17:30 +02:00
Thibault Delavallée 4c3b516a7b [REF] website_mail refactoring
It is now called website_blog, and not based on mail.group anymore. It uses
document_page module, previously renamed blog.post (see previous commits).

Refactored controllers and views to work with the new model.

Added website_mail module, that holds mail-related stuff necessary
for the website. This is an auto-install module.

bzr revid: tde@openerp.com-20130920135643-rey5bwza2e96v7h5
2013-09-20 15:56:43 +02:00