Commit Graph

143 Commits

Author SHA1 Message Date
Sharoon Thomas 29c5f0fcee Release Version 2.6.0.2 2013-02-19 22:31:46 +05:00
Sharoon Thomas a381e152df Remove display_name hack
The display_name hack automatically picked up the display_name
from the party if there was one defined and no display_name

It seems useless and buggy, so removed here
2013-02-18 18:22:28 +05:00
Sharoon Thomas 1607362248 Add user profile method and make display_name mandatory 2013-02-15 01:00:34 +05:00
Sharoon Thomas 96f16cb6db Update .travis.yml script to use develop branch of nereid 2013-01-29 12:38:27 +05:00
Sharoon Thomas edcad2ed48 Bump to 2.4.0.2dev 2013-01-29 12:29:31 +05:00
Sharoon Thomas f3a2d56ba7 Merge branch 'feature/2.6' into develop 2013-01-29 12:12:13 +05:00
Sharoon Thomas 059e9fc62e Update README, INSTALL and MANIFEST.in 2013-01-20 17:46:07 +05:00
Sharoon Thomas 71c39be1d3 Update travis.yml to use the 2.6 branch of nereid 2013-01-20 17:24:35 +05:00
Sharoon Thomas 803ad60544 Update to Active Record #647 2013-01-20 13:14:13 +05:00
Sharoon Thomas ec6c7cd623 Revert "Moved IrAttachment from nereid-project to nereid."
This reverts commit 6e78fba2eaa956d4a95600de7fc1897331b60d38.
This is part of the changes required for inclusion into tryton.
See Issue #1
2013-01-18 18:04:38 +05:00
Sharoon Thomas 2a97428076 Bump to development version 2.4.0.8dev 2013-01-18 11:57:14 +05:00
Sharoon Thomas 6036d6584c Merge branch 'release/2.4.0.7' into develop 2013-01-18 11:52:37 +05:00
Sharoon Thomas 3accb18d77 Bump version to 2.4.0.7 2013-01-18 11:52:23 +05:00
Sharoon Thomas 598f5b5dfc Add travis.yml for CI and use tryton test loader 2013-01-18 11:51:18 +05:00
Sharoon Thomas ad9decb606 Remove gravatar usage from party #38
The gravatar contrib plugin is removed. The default implementation
of profile picture now implements a simple fallback to
get_gravatar_url
2013-01-16 19:47:25 +05:00
Sharoon Thomas 61382f60e1 Remove dependency on ccy #41
CCY was used to identify the currency from the
country part of the locale (eg. US in  en_US) to
identify the currency. The library is both a burden
and a pain to install automatically.

This patch removes the dependency on the library
and adds a new field to language where the default
currency for the language can be specified. If a default
currency is not specified in the language, it is picked up
from the currency of the company of the website
2013-01-15 21:50:04 +05:00
Sharoon Thomas 9eda343495 Fix the docstring of address #44
Address had the wrong doctring from an older version
which indicated that it was being used as user record.
This patch removes the wrong information
2013-01-15 21:47:25 +05:00
Sharoon Thomas 94a837994f Remove Tryton Template model #37
The Tryton template loader is not used anymore. So there
is no need of nereid.template model.
2013-01-14 20:29:37 +05:00
Sharoon Thomas 6c32b73836 Refactor testing to use unittest fixtures #42 #40 #37
* Fixes #42

  * Removes NereidClient
  * Removes FailFastTextTestRunner
  * Removes TestingProxy and all registered Proxy functions
  * Adds NereidTestCase from which all TestCases can inherit from

* Fixes #40

  * Drop contrib.testing.xmlrunner

* Fixes #37

  * Drop TrytonTemplateLoader
  * Use only FileSystemLoader for production
  * Use function based loading fixture for tests
2013-01-14 16:48:41 +05:00
Sharoon Thomas d8e0859e4f Bump to development version 2.4.0.7dev 2013-01-05 18:28:46 +05:00
Sharoon Thomas 2da840625b Prepare release 2.4.0.6 2012-12-29 14:06:40 +05:00
Sharoon Thomas d082f854b9 Merge branch 'master' of github.com:openlabs/nereid 2012-12-29 11:56:28 +05:00
Sharoon Thomas dd055f7282 Add support for RESTful URLs
Nereid URLs used a selection box to choose the methods accepted
by the handler. This limited GET, POST and both GET & POST as
the available options. This patch replaces the selection field
with checkboxes for different HTTP methods. The patch gracefuly
converst existing URLs written with methods selection into the
new format. The old XML is still valid, but will be deprecated
in the upcoming release
2012-12-29 11:54:36 +05:00
Shalabh Aggarwal 670dea2d18 Tryton needs file buffer rather than base64 2012-12-27 16:09:10 +05:00
Sharoon Thomas db60196fa2 Bump to development version 2.4.0.6dev 2012-12-04 15:36:22 +05:00
Sharoon Thomas 637a495d1e Merge pull request #22 from shalabhaggarwal/master
Removing image preview as it breaks GTK client
2012-12-04 02:17:55 -08:00
Sharoon Thomas 7c8c0b3db8 Bump version to 2.4.0.5 2012-11-09 09:51:19 -05:00
Sharoon Thomas bc09ba17ed Remove the dependence on electronic mail template fixes #23 2012-11-09 08:52:20 -05:00
Shalabh Aggarwal 42d1a3fd57 Removing image preview as it breaks GTK client 2012-11-03 12:42:22 +05:00
Sharoon Thomas 0e55c343e3 Move gravatar to contrib and reuse it in party. Also make gravatar avaiable as a jinja filter. 2012-09-27 15:18:40 +00:00
Sharoon Thomas ecbf0239fb Merge branch 'master' of github.com:openlabs/nereid 2012-09-10 04:39:41 -04:00
Sharoon Thomas 809e85ebdf Add timezone to view 2012-09-10 04:38:55 -04:00
Shalabh Aggarwal 045053ede4 Added unique on permission 2012-09-08 20:42:18 +05:00
Sharoon Thomas 8b66dc754f Allow lists, tuples and other iterables to be used instead of sets/frozensets 2012-09-08 09:11:36 -04:00
Shalabh Aggarwal 2ff2b6d33c Added a signal for registration
Added permission handling and decorator

committer: Sharoon Thomas <sharoon.thomas@openlabs.co.in>
2012-09-07 13:26:13 +05:00
Sharoon Thomas 2bfc287f53 Add display_name field for nereid_user to cater bith b2b and b2c context
review8331083
2012-09-03 13:21:50 +05:00
Anupam Shakya 01498d9117 Moved IrAttachment from nereid-project to nereid. 2012-09-03 11:54:34 +05:00
Sharoon Thomas cb3f1e302e Add add/remove of contact mechanisms 2012-08-27 18:09:04 +05:00
Sharoon Thomas 86825f3475 Allow GET method on edit-address so that a new address can be created by filling up the form 2012-08-21 10:45:09 +05:00
Shalabh Aggarwal d878e448dc O2M to nereid_users in party 2012-08-20 16:45:19 +05:00
Shalabh Aggarwal 61b3be723c Removed white space 2012-08-20 15:53:43 +05:00
Sharoon Thomas 330b439a36 Bump version to 2.4.0.4 2012-07-27 09:43:23 +05:00
Sharoon Thomas f107102f83 Add gravatar for user 2012-07-24 14:31:03 +05:00
Sharoon Thomas b3581514ee Add new simpler view for nereid_user without inheritance of party
This makes the view consistent with how the employee form gets displayed in tryton 2.4 company module
2012-07-23 12:17:37 +05:00
Sharoon Thomas 43328b2ce6 Merge branch 'master' of github.com:openlabs/nereid 2012-06-10 17:59:35 +05:00
Sharoon Thomas 809e7bb59e On recursive redirect to the login path as a logged in user, just redirect to the url pointed by next 2012-06-10 17:59:11 +05:00
Anupam Shakya b1a26de91d Moved the menu for websites & changed the documentation. 2012-06-06 09:28:20 +05:00
Sharoon Thomas a699038d01 Bump version to 2.4.0.4dev 2012-06-05 18:52:46 +05:00
Sharoon Thomas 55a1d80d0b Add MANIFEST.in so that sdist uploads those to PYPI, also bump version to 2.4.0.3 2012-06-05 18:51:45 +05:00
Sharoon Thomas 7a8eefb9c6 Bump version to 2.4.0.3dev development version 2012-06-02 11:54:28 +05:00