Commit Graph

25 Commits

Author SHA1 Message Date
Jan Dittberner d86d2349af switch to explicit routing 2009-03-17 22:38:39 +01:00
Jan Dittberner 97d1cd7090 add salutation table as specified in DataTypeSalutation 2009-03-14 22:47:20 +01:00
Jan Dittberner ec5da322a9 make more strings translatable (addresses #16) 2009-03-14 22:08:37 +01:00
Jan Dittberner 510237745d updated translations (addresses #16) 2009-03-14 20:59:59 +01:00
Jan Dittberner 7bfe4996b2 improve customer controller and templates (addresses #21)
* add footer actions to customer view template
 * add pagination to customer list
2009-03-14 20:59:05 +01:00
Jan Dittberner e3fe3f8353 improve customer controller and templates (addresses #21)
* fix xhtml compliance
 * add form validation
 * move common template code to a separate file
2009-03-14 19:13:52 +01:00
Jan Dittberner 30b74165c6 move to Pylons 0.9.7 and related packages 2009-03-08 23:52:49 +01:00
Jan Dittberner 787f6050d4 handle non-existing users correctly and don't use id for the list action
addresses #21
2009-03-08 18:05:34 +01:00
Jan Dittberner f832a1615d increase required versions of dependencies 2009-03-08 15:18:19 +01:00
Jan Dittberner f623c3d500 use better CRUD action names in customer controller (addresses #21) 2009-03-08 15:14:05 +01:00
Jan Dittberner 475c9de3b4 switch to SQLAlchemy 0.5 syntax for transactional sessions 2009-03-08 14:40:52 +01:00
Jan Dittberner 72a02a6e95 do not unnecessarily close the database connection (fixes #20) 2009-03-07 20:54:36 +01:00
Jan Dittberner 431519f9e3 add .gitignore (fixes #19) 2009-03-07 20:52:13 +01:00
Jan Dittberner 3f4d76dd99 improve template structure (fixes #18) 2009-03-07 20:47:30 +01:00
Jan Dittberner 84191f4b2c add customer edit and customer delete function
- minimal edit customer implemented (fixes #14)
 - change create customer (fixes #12)
 - minimal delete customer implemented (fixes #15)
 - update translations (addresses #16)

git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@11 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2009-02-08 21:07:22 +00:00
Jan Dittberner 08b4d46c84 add code for creating new customers
* update string catalog and german translation (addresses #11)
 * create new actions for adding customers in customers controller
   (addresses #12)

git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@10 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2009-01-18 22:42:51 +00:00
Jan Dittberner 1bbcc8e559 start internationalisation
* add babel stuff to setup.py
 * translate existing templates (addresses #11)
 * translate existing controllers

git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@9 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2008-10-05 23:14:25 +00:00
Jan Dittberner b53e8c48df model cleanup
* add __repr__() to all current module objects (fixes #10)
 * pep8 fixes in all Python files (addresses #9)
 * create subdirectory for customer templates (addresses #2)


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@8 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2008-10-05 22:32:59 +00:00
Jan Dittberner 1228fcef3c adding sqlalchemy-migrate glue
* add a product and producttype table (addresses #1)
 * add a person table and reference to customers table (fixes #8)
 * use sqlalchemy-migrate's API to setup database and add
   configuration for the sqlalchemy-migrate calls to development.ini
   and the paste_deploy template (fixes #7)


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@7 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2008-10-05 21:02:10 +00:00
Jan Dittberner ab91d92af3 maintenance work
* remove generated template python code (fixes #6)
 * add an index controller and make it the default (addresses #5)
 * add a dependency to sqlalchemy-migrate (fixes #4, addresses #2)


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@6 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2008-10-05 19:02:55 +00:00
Jan Dittberner 554276ed23 initial Pylons code (fixes #3)
git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@5 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2008-10-05 15:23:54 +00:00
Jan Dittberner 38d4c952cf Create function for schema creation
* addresses #1


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@4 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2007-10-31 21:26:40 +00:00
Jan Dittberner 2378b72add setup update addresses #2
* switch to setuptools
 * *.egg-info and dist added to svn:ignore


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@3 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2007-10-31 20:36:31 +00:00
Jan Dittberner 8863d6e9c7 * created initial directory structure
* created initial distutils setup script
 * addresses #2


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@2 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2007-10-31 19:41:48 +00:00
Jan Dittberner 7583729bf3 initial repository structure
git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@1 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2007-10-31 13:04:55 +00:00