#
# ChangeLog for waeup/branches/hraban
#
# Generated by Trac 1.2.2
# 16 Jan 2025, 00:00:40

Sun, 26 Oct 2008 19:14:17 GMT hraban [3737]
	* waeup/branches/hraban/src/waeup/README.txt (modified)
	* waeup/branches/hraban/src/waeup/__init__.py (modified)
	* waeup/branches/hraban/src/waeup/app.py (modified)
	* waeup/branches/hraban/src/waeup/app_templates/content.pt (modified)
	* waeup/branches/hraban/src/waeup/app_templates/master.pt (modified)
	* waeup/branches/hraban/src/waeup/basecontainer.py (modified)
	* waeup/branches/hraban/src/waeup/basecontainer_templates/content.pt (modified)
	* waeup/branches/hraban/src/waeup/basecontainer_templates/edit_form.pt (modified)
	* waeup/branches/hraban/src/waeup/baseitem.py (modified)
	* waeup/branches/hraban/src/waeup/baseitem_templates/content.pt (modified)
	* waeup/branches/hraban/src/waeup/baseitem_templates/edit_form.pt (modified)
	* waeup/branches/hraban/src/waeup/baseitem_templates/index.pt (added)
	* waeup/branches/hraban/src/waeup/browser.txt (modified)
	* waeup/branches/hraban/src/waeup/catalog.py (modified)
	* waeup/branches/hraban/src/waeup/catalog_templates/studentsearch.pt (modified)
	* waeup/branches/hraban/src/waeup/docs/faq-staff-de.rst (modified)
	* waeup/branches/hraban/src/waeup/docs/uli-on-interfaces.txt (modified)
	* waeup/branches/hraban/src/waeup/hostel/__init__.py (modified)
	* waeup/branches/hraban/src/waeup/hostel/hostel.py (modified)
	* waeup/branches/hraban/src/waeup/hostel/hostelcontainer.py (modified)
	* waeup/branches/hraban/src/waeup/hostel/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/hostel/permissions.py (added)
	* waeup/branches/hraban/src/waeup/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/permissions.py (modified)
	* waeup/branches/hraban/src/waeup/static/app.css (modified)
	* waeup/branches/hraban/src/waeup/students/__init__.py (modified)
	* waeup/branches/hraban/src/waeup/students/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/students/permissions.py (added)
	* waeup/branches/hraban/src/waeup/students/student.py (modified)
	* waeup/branches/hraban/src/waeup/students/student.txt (modified)
	* waeup/branches/hraban/src/waeup/students/studentcontainer.py (modified)
	* waeup/branches/hraban/src/waeup/testing.py (modified)
	* waeup/branches/hraban/src/waeup/tests/__init__.py (modified)
	* waeup/branches/hraban/src/waeup/tests/namelist.txt (modified)
	* waeup/branches/hraban/src/waeup/tests/test_waeup.py (modified)
	* waeup/branches/hraban/src/waeup/tests/util.py (modified)
	* waeup/branches/hraban/src/waeup/university/__init__.py (modified)
	* waeup/branches/hraban/src/waeup/university/certificate.py (modified)
	* waeup/branches/hraban/src/waeup/university/course.py (modified)
	* waeup/branches/hraban/src/waeup/university/department.py (modified)
	* waeup/branches/hraban/src/waeup/university/faculty.py (modified)
	* waeup/branches/hraban/src/waeup/university/facultycontainer.py (modified)
	* waeup/branches/hraban/src/waeup/university/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/university/permissions.py (added)
	* waeup/branches/hraban/src/waeup/utils/__init__.py (modified)
	* waeup/branches/hraban/src/waeup/utils/importexport.py (modified)
	* waeup/branches/hraban/src/waeup/viewlets.py (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/appcss.pt (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/authuser.pt (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/copyright.pt (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/edit_form.pt (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/login.pt (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/logo.pt (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/master.pt (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/navigationbar.pt (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/title.pt (modified)

	Adding and editing of all objects works now. Templates enhanced (not ...


Mon, 14 Jul 2008 21:36:49 GMT hraban [3571]
	* waeup/branches/hraban/src/waeup/app.py (modified)
	* waeup/branches/hraban/src/waeup/basecontainer.py (modified)
	* waeup/branches/hraban/src/waeup/basecontainer_templates/edit_form.pt (modified)
	* waeup/branches/hraban/src/waeup/baseitem.py (modified)
	* waeup/branches/hraban/src/waeup/catalog.py (modified)
	* waeup/branches/hraban/src/waeup/catalog_templates/studentsearch.pt (modified)
	* waeup/branches/hraban/src/waeup/hostel/hostel.py (modified)
	* waeup/branches/hraban/src/waeup/hostel/hostelcontainer.py (modified)
	* waeup/branches/hraban/src/waeup/hostel/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/setup (deleted)
	* waeup/branches/hraban/src/waeup/students/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/students/student.py (modified)
	* waeup/branches/hraban/src/waeup/students/studentcontainer.py (modified)
	* waeup/branches/hraban/src/waeup/university/course.py (modified)
	* waeup/branches/hraban/src/waeup/university/department.py (modified)
	* waeup/branches/hraban/src/waeup/university/facultycontainer.py (modified)
	* waeup/branches/hraban/src/waeup/university/interfaces.py (modified)

	getting close to a working stub :-)


Tue, 08 Jul 2008 22:06:42 GMT hraban [3566]
	* waeup/branches/hraban/src/waeup/app.py (modified)
	* waeup/branches/hraban/src/waeup/app_templates/content.pt (modified)
	* waeup/branches/hraban/src/waeup/basecontainer.py (modified)
	* waeup/branches/hraban/src/waeup/basecontainer_templates/content.pt (modified)
	* waeup/branches/hraban/src/waeup/basecontainer_templates/edit_form.pt (modified)
	* waeup/branches/hraban/src/waeup/baseitem.py (modified)
	* waeup/branches/hraban/src/waeup/hostel/__init__.py (modified)
	* waeup/branches/hraban/src/waeup/hostel/hostel.py (modified)
	* waeup/branches/hraban/src/waeup/hostel/hostelcontainer.py (modified)
	* waeup/branches/hraban/src/waeup/hostel/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/students/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/students/student.py (modified)
	* waeup/branches/hraban/src/waeup/students/studentcontainer.py (modified)
	* waeup/branches/hraban/src/waeup/university/__init__.py (modified)
	* waeup/branches/hraban/src/waeup/university/course.py (modified)
	* waeup/branches/hraban/src/waeup/university/department.py (modified)
	* waeup/branches/hraban/src/waeup/university/faculty.py (modified)
	* waeup/branches/hraban/src/waeup/university/facultycontainer.py (modified)
	* waeup/branches/hraban/src/waeup/university/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/viewlets.py (modified)

	still problems with inheritance and interfaces; works partly; still ...


Sun, 06 Jul 2008 11:11:18 GMT hraban [3563]
	* waeup/branches/hraban (modified)
	* waeup/branches/hraban/bootstrap (deleted)
	* waeup/branches/hraban/src/waeup/students/interfaces.py (modified)

	deleted obsolete bootstrap


Fri, 04 Jul 2008 20:39:02 GMT hraban [3562]
	* waeup/branches/hraban/src/waeup/basecontainer.py (modified)
	* waeup/branches/hraban/src/waeup/basecontainer_templates/content.pt (modified)
	* waeup/branches/hraban/src/waeup/basecontainer_templates/edit_form.pt (modified)
	* waeup/branches/hraban/src/waeup/baseitem.py (modified)
	* waeup/branches/hraban/src/waeup/baseitem_templates/content.pt (modified)
	* waeup/branches/hraban/src/waeup/baseitem_templates/edit.pt (deleted)
	* waeup/branches/hraban/src/waeup/baseitem_templates/index.pt (deleted)
	* waeup/branches/hraban/src/waeup/catalog_templates/studentsearch.pt (modified)
	* waeup/branches/hraban/src/waeup/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/static/app.css (modified)
	* waeup/branches/hraban/src/waeup/tests/TestData/Students.csv (modified)
	* waeup/branches/hraban/src/waeup/viewlets.py (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/navigationbar.pt (modified)

	meaningless intermediate state as backup before cleaning svn version ...


Fri, 04 Jul 2008 20:25:05 GMT hraban [3561]
	* waeup/branches/hraban/src/waeup/students/interfaces.py (modified)

	IStudent now contains all fields from CSV sample data; some fields ...


Thu, 03 Jul 2008 01:38:31 GMT hraban [3559]
	* waeup/branches/hraban/bootstrap/bootstrap.py (added)

	bootstrap was missing


Thu, 03 Jul 2008 00:02:46 GMT hraban [3558]
	* waeup/branches/hraban/bootstrap (added)
	* waeup/branches/hraban/src/waeup/basecontainer.py (modified)
	* waeup/branches/hraban/src/waeup/basecontainer_templates/add.pt (deleted)
	* waeup/branches/hraban/src/waeup/basecontainer_templates/edit_form.pt (modified)
	* waeup/branches/hraban/src/waeup/baseitem.py (modified)
	* waeup/branches/hraban/src/waeup/baseitem_templates/content.pt (modified)
	* waeup/branches/hraban/src/waeup/docs/faq-staff-de.rst (modified)
	* waeup/branches/hraban/src/waeup/docs/uli-on-interfaces.txt (added)
	* waeup/branches/hraban/src/waeup/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/static/app.css (modified)
	* waeup/branches/hraban/src/waeup/students/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/viewlets.py (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/logo.pt (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/navigationbar.pt (modified)

	display viewlets work, forms still don't


Wed, 02 Jul 2008 11:16:58 GMT hraban [3557]
	* waeup/branches/hraban/src/waeup/app.py (modified)
	* waeup/branches/hraban/src/waeup/basecontainer.py (modified)
	* waeup/branches/hraban/src/waeup/basecontainer_templates/content.pt (modified)
	* waeup/branches/hraban/src/waeup/basecontainer_templates/edit_form.pt (added)
	* waeup/branches/hraban/src/waeup/baseitem.py (modified)
	* waeup/branches/hraban/src/waeup/baseitem_templates/edit_form.pt (added)
	* waeup/branches/hraban/src/waeup/catalog.py (modified)
	* waeup/branches/hraban/src/waeup/catalog_templates/studentsearch.pt (modified)
	* waeup/branches/hraban/src/waeup/hostel/hostel.py (modified)
	* waeup/branches/hraban/src/waeup/hostel/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/static/simple.css (deleted)
	* waeup/branches/hraban/src/waeup/students/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/students/student.py (modified)
	* waeup/branches/hraban/src/waeup/students/studentcontainer.py (modified)
	* waeup/branches/hraban/src/waeup/university/faculty.py (modified)
	* waeup/branches/hraban/src/waeup/university/facultycontainer.py (modified)
	* waeup/branches/hraban/src/waeup/university/interfaces.py (modified)
	* waeup/branches/hraban/src/waeup/viewlets.py (modified)
	* waeup/branches/hraban/src/waeup/viewlets_templates/logo.pt (modified)

	display viewlets work, forms don't


Tue, 01 Jul 2008 23:23:18 GMT hraban [3556]
	* waeup/branches/hraban/src/waeup/docs (added)
	* waeup/branches/hraban/src/waeup/docs/faq-staff-de.rst (added)

	draft for a german FAQ


Tue, 01 Jul 2008 22:21:46 GMT hraban [3555]
	* waeup/branches/hraban (copied)

	Hrabans own not trunkworthy chaos


Tue, 01 Jul 2008 12:11:03 GMT cliersch [3551]
	* waeup/trunk/src/waeup/students/studentcontainer.py (modified)

	file name test data