lp:~seanupton/qiteamspace/uudev4

Created by Sean Upton and last modified
Get this branch:
bzr branch lp:~seanupton/qiteamspace/uudev4
Only Sean Upton can upload to this branch. If you are Sean Upton please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Sean Upton
Project:
QI TeamSpace
Status:
Experimental

Recent revisions

81. By Sean Upton

backport browser layer as a compatibility shim with the intent of running the setup step from the profile to mark an existing site with this layer interface prior to migrating to the new Products.qi branch at lp:~upiq-dev/upiq/Products.qi

80. By Sean Upton

Moved addmailgroups.sql into qi.sqladmin package folder structure with expectation that we want to use it from here in buildouts that only get individual Python packages (assumes splitting-up the QI Teamspace source branch into distinct package branches -- see https://teamspace.upiq.org/trac/wiki/SplitUpQITBzr ).

79. By Sean Upton

removed use of parameterized SQL fixtures from text files, moved queries into source code and changed method name for running the queries to more accurately reflect what is going on. The only place that uses raw SQL in Products.qi appears to be the datacapture sub-package for querying form status.

78. By Sean Upton

#175 - methods to use a hybrid of catalog queries and ancestral path walk to find containing projects and teams. This should be considered a more explicit alternative to using the Project.getProject() and Team.getTeam() via acquisition (not using acquisition increases clarity of what is happening in callers). Note: this does not yet deprecate any existing use of the acquired methods on the types, but eventually doing so would remove some complexity from the types themselves and ambiguity from future code needing to resolve a containing project or team.

77. By Sean Upton

Django settings TIME_ZONE causes problems for time.localtime() and thus the entire Python process space running an application using qi.sqladmin; rather than change to local TZ, Django 1.2 permits use of None value, which means Django models and dates use system time, and Django does not set any TZ environment variable, nor mess with time.localtime() -- see: https://docs.djangoproject.com/en/dev/ref/settings/#time-zone.

76. By Sean Upton

missing zope2.py in package commit from changeset:uudev4,75

75. By Sean Upton

Removed RPC Auth plugin for repoze.who integration: not in use.

74. By Sean Upton

Replace deprecated imports from Globals from old Zope2 version assumptions.

73. By Sean Upton

filter calendar search links from project calendar portlet to filter results to only Event type, excluding other types possibly defined with a start, end date attributes.

72. By Sean Upton

catalog-based getProjectsInContext and getTeamsInContext had variable name typo

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:qiteamspace
This branch contains Public information 
Everyone can see this information.

Subscribers