Commit graph

352 commits

Author SHA1 Message Date
Lance Edgar
0eb1bf4558 Fix the find_packages() usage. 2014-04-28 18:32:35 -07:00
Lance Edgar
ec65a9ee07 Stop using find_packages(); it was including tests. 2014-04-13 18:51:04 -07:00
Lance Edgar
389bb5dcc6 Add POD image support to product view page. 2014-04-13 17:54:22 -07:00
Lance Edgar
087342b09c Add Family and Product.family to the general grid/crud UI. 2014-04-13 00:04:30 -07:00
Lance Edgar
e4ef46d4fc Fix vendor filter/sort issues in products grid. 2014-04-12 19:14:14 -07:00
Lance Edgar
0d65691952 Update URL references to Rattail home page. 2014-02-21 10:10:49 -08:00
Lance Edgar
a958a7b285 Add event hook for attaching Rattail config to new requests. 2014-02-21 10:10:10 -08:00
Lance Edgar
23ffcc5a78 update changelog 2014-02-16 19:19:30 -08:00
Lance Edgar
e472095271 Bump rattail dependency. 2014-02-16 00:21:03 -08:00
Lance Edgar
54dff4a812 Docs tweak (test buildbot). 2014-02-16 00:04:17 -08:00
Lance Edgar
354635e973 Add hidden file to force presence of docs/_static. 2014-02-15 23:56:45 -08:00
Lance Edgar
6a29000db7 Add global release version to docs. 2014-02-15 23:54:17 -08:00
Lance Edgar
9c9706cee2 Docs tweak; testing buildbot. 2014-02-15 23:28:50 -08:00
Lance Edgar
72c7f69873 Initial docs (as generated by sphinx-quickstart). 2014-02-15 23:18:30 -08:00
Lance Edgar
4032efbc61 Add extra 'docs' requirements. 2014-02-15 23:17:34 -08:00
Lance Edgar
580e91c544 Rename README to .rst. 2014-02-15 22:53:53 -08:00
Lance Edgar
247c8d7060 Remove change log from project description. 2014-02-15 22:45:11 -08:00
Lance Edgar
bc156b46f4 Fix tests for Python 2.6. 2014-02-15 22:39:27 -08:00
Lance Edgar
67f8960655 Apply zope transaction to global Tailbone Session class. 2014-02-15 19:27:50 -08:00
Lance Edgar
d6f2b1afb1 Use global Session from rattail (again). 2014-02-15 19:27:22 -08:00
Lance Edgar
f3947dc6de update changelog 2014-01-30 09:28:19 -08:00
Lance Edgar
6fcb5a5ddf Add progress views. 2014-01-28 22:35:33 -08:00
Lance Edgar
c6d01e0205 Add SessionProgress class. 2014-01-28 22:14:11 -08:00
Lance Edgar
a6226700f1 Fix customer lookup bug in customer detail view. 2014-01-26 13:17:15 -08:00
Lance Edgar
c4257809e5 update changelog 2014-01-26 00:02:15 -08:00
Lance Edgar
7638020aa0 Removed reliance on global rattail.db.Session class. 2013-12-18 21:13:03 -08:00
Lance Edgar
18453c0113 update changelog 2013-12-18 18:40:16 -08:00
Lance Edgar
874ad44e6b Removed references to edbob.enum. 2013-12-17 06:09:28 -08:00
Lance Edgar
1a557f3947 Refactored model imports, etc.
This is in preparation for using database models only from `rattail` (i.e. no
`edbob`).  Mostly the model and enum imports were affected.
2013-12-17 06:00:04 -08:00
Lance Edgar
d838203ec7 Changed UserFieldRenderer to leverage User.display_name. 2013-11-22 14:39:47 -08:00
Lance Edgar
8aaff93ff7 update changelog 2013-10-11 14:26:45 -07:00
Lance Edgar
650e6389e5 Added Product.family to CRUD view. 2013-10-11 14:15:43 -07:00
Lance Edgar
0ac0ef4079 Don't sort values in EnumFieldRenderer.
The dictionaries used to supply enumeration values should be `OrderedDict`
instances if sorting is needed.
2013-10-04 11:37:47 -07:00
Lance Edgar
3070c280cc Made EnumFieldRenderer a proper class. 2013-09-27 08:16:22 -07:00
Lance Edgar
a11b8d9ff2 Allow overriding form class/factory for CRUD views. 2013-09-21 17:09:10 -07:00
Lance Edgar
9f8a3d3a5c Refactored AutocompleteFieldRenderer.
Also improved some organization of renderers.
2013-09-21 15:02:55 -07:00
Lance Edgar
c1d726d48c Made SortableAlchemyGridView default to full (100%) width. 2013-09-20 21:51:29 -07:00
Lance Edgar
e58f8594c4 Fixed bug with request.has_any_perm(). 2013-09-20 20:21:59 -07:00
Lance Edgar
62a0b67502 Added forbidden view. 2013-09-20 20:17:59 -07:00
Lance Edgar
2bdac13a14 update changelog 2013-09-20 16:02:17 -07:00
Lance Edgar
644c297f63 Fixed manifest (whoops). 2013-09-20 16:01:25 -07:00
Lance Edgar
919279f3bc update changelog 2013-09-20 15:51:37 -07:00
Lance Edgar
23e08d0bb0 Fixed grid join map bug. 2013-09-20 15:49:48 -07:00
Lance Edgar
685b391dd2 Added products.search route/view.
This is for simple AJAX uses.
2013-09-20 14:54:27 -07:00
Lance Edgar
ba5dc6ab02 Added some autocomplete Javascript magic.
Not sure how this got missed the first time around.
2013-09-12 06:51:00 -07:00
Lance Edgar
fab49e6b20 update changelog 2013-09-10 20:38:31 -07:00
Lance Edgar
857a4b88e5 Fixed change password template/form. 2013-09-10 20:37:19 -07:00
Lance Edgar
6b5ca78a83 update changelog 2013-09-10 09:55:11 -07:00
Lance Edgar
332122a4e9 Added progress template. 2013-09-10 09:54:11 -07:00
Lance Edgar
73686b822f Added forms.alchemy module and changed CRUD view to use it. 2013-09-10 09:45:01 -07:00