TWiki> Developers Web>WebIndex (24 Nov 2001, PeterThoeny? )EditAttach

Results from Developers web retrieved at 18:14 (GMT)

AddRole Introduction Project members should be able to view their own timesheets but no one elses. Functional description An authenticated user can be authorized ...
BuildForm Functional specification Take interface and implement it in a new wicket page. The page should have the functionality for the user to input the project ...
CheckFunctionality Functional specification Check if all functionality from https://ops.func.nl/timesheet/ is still intact Technical specification Story Layout ...
CourierIMAPSharedFolders Courier IMAP has 2 implementation for shared folders, virtual shared folders and filesystem permission based shared folders. We choose virtual ...
CvsTips To export a certain directory recusively try the following: cvs f d :ext:your username@cvs.sourceforge.net:/cvsroot/ops export D 2006 01 05 ops/ops timesheet ...
DBCacheForTimesheetReporting Functional specifications At the moment all reporting is done directly on the ics files. This leads to a serious efficiency problem due ...
DeOps: to remove a user from the list of OPS enabled users
DeclarableAsPercentage Introduction The declarable property of timesheet events should be a percentage rather then the boolean it is now. The timesheet reports that ...
DeleteProjectStory Functional specification Remove a selected project and associated tasks from the persistence layer. Members assigned to this project will persist ...
DeleteTaskStory Functional specification Given a project, remove a task associated with that project. This should only be possible when no hours are registered to ...
DevelopmentTemplate Functional specifications Technical interpretation Budget/Hours task hours todo spent developer Total Discussion ...
DomainChangesAnalysis Functional Description Project Tasks need a (total) estimate and a todo estimate, for comparison with the time actually spend on a task. The ...
DomainObjectsStory Functional specification The problem domain is straightforward: there are projects , users , tasks , calendars and timesheets . The users ...
EditProjectStory Functional specification This story describes the creation or edition of a projec.t Administrators and project managers can edit project properties ...
EditTaskStory N.B. In the GUI, EditTasks (and NewTask) has been moved to EditProject. Functional specification The user can change the values of task properties ...
EditUserStory Functional specification The ops properties of a person can be modified. A person can become ops enabled. And an ops enabled person can be added or ...
EnableProjectReportWithEstimates Introduction Reports will include the estimates for project tasks. In this version of ops admin there will be 4 types of reports ...
EnableServicedeskReports Introduction Generate reports for servicedesk projects. Functional description Some projects are so called servicedesk projects, reports ...
EnableTaskEstimates Functional Description Project Tasks need a (total) estimate and a todo estimate, for comparison with the time actually spend on a task. The tasks ...
EnvironmentSetupStory What do we need? Maven (our standard build tool) JUnit (unit testing) Log4j (logging) Incorporation in Eclipse SVN ...
IMAPWithLDAPAuthentication For OPS we want to use only 1 place where we store authentication and authorization information, this will be LDAP. Our IMAP server, Courier ...
InterfaceTuningStory Description This story includes some improvements to the user interface to make it more usable and 'nice'. Include a navigation panel in ...
JavaScriptTips Listing all properties of an object For when you dont have a debugger: for(p in object) { alert(p " " object p ); } IvoVanDongen ...
LDAPManagementTool Looking for an LDAP browser/editor There is a need for a better LDAP browser/editor to change and view our entries. We have looked at several possibilities ...
LdapSchema # 1.3.6.1.4.1.20437 func. # 1.3.6.1.4.1.20437.1 ops # 1.3.6.1.4.1.20437.1.1 ops attribute types # 1.3.6.1.4.1.20437.1.2 ops object classes #attributen ...
ListTaskStory Functional specification Given a project, list all the available tasks associated with that project. The user can select one or more tasks from the ...
LoginStory Functional specification The user has a way to identify himself to the application. All authenticated users can make full use of the application (there ...
MailFolderNameLDAP I've added a mailFolder attribute to the LDAP schema for projects. Formely the projects name was used as a project mail folder for the project account ...
MigrationStory Introduction In the current setup Project has attributes Tasks, in the new setup Projects will have QuoteTasks and ImplementationTasks. For existing ...
NewReportStyles Introduction Project tasks now have estimates, these estimates will also appear in project reports. The xsl for basic and projects total reports have ...
NewTaskStory N.B. In the GUI, EditTasks (and NewTask) has been moved to EditProject. Functional specification Given a Project, create a new task associated with ...
OpenOfficeAddon Setting Up Download the Openoffice sdk Enable remote debugging on your openoffice installation Go to tools options and click ...
OpsAdmin Introduction Project Services is a project collaboration server. Check the website for more background information on what it is. If you are using Open Project ...
OpsAdminI18n Introduction OPS Admin is currently available in Dutch and in English. Thant is, the user interface will be in Dutch or in English depending on the user ...
OpsAdminImplementation In this section we state implementation and design decisions. Rough architecture A rough architecture of OpsAdmin has these layers: the ...
OpsAdminIssues Introduction This topic cover all the issues that came up during OpsAdminVersion022. These issues fall in 3 catagories: a wishlist of usability improvents ...
OpsAdminRequirements Description In this section we describe the requirements for the OpsAdmin project. OpsAdmin is a back end addition to OPS (OpenProjectServices ...
OpsAdminRequirementsVersion021 Description In this section we describe the requirements for the OpsAdmin project version 0.2.1. Use cases story description ...
OpsAdminRequirementsVersion0.2.1 Description In this section we describe the requirements for the OpsAdmin project version 0.2.1: "making reporting... FUN!" The current ...
OpsAdminTechnicalInfo Some useful resources and info for the OpsAdmin project. LDAP Resources on Java API's for LDAP management javax.naming.directory ...
OpsAdminUseCases Currently the following ops admin functionality is used for making reports: Person 1 select person 1 select timeframe 1 xhtml ...
OpsAdminVersion022 Introduction The reporting tool of OPSAdmin needs to be extended to make certain frequently used types of reporting easier. Requirements Project ...
OpsAdminVersionPlanning Explanation This page conatains the planning for the testing and release of the new ops admin version. The next version to be released will ...
OpsAdminWebappBaseStory Description Basic setup. Functional specifications Define pom, setup frameworks Technical specifications create etc directory with ...
OpsBLogSerendipityPlugin Extending Serendipity Serendipity is made to be extended, it has an excellent plugin systems woith a lot of hooks in just the right places ...
OpsCalendarPluginForSunbirdV03 Functional specifications Now that we've upgraded to the latest stable sunbird release (0.3) there seems to be a need to upgrade the ...
OpsDevelopmentEnvironmentStory Description This topic describes the development environment requirements. Requirements dev LDAP instance tst LDAP instance ...
OpsEmailProjectListFilters Functional specifications In the other mozilla extensions its possible to select a filter on the project list. This should be possible ...
OpsEmailThunderbirdPatch Functional specifications To use some of the functionality that the OpsEmail plugin for thundirbird provides a modified version of thunderbird ...
OpsProject Java 1.5 OPS webservices use a number of libraries, a number of those libraries are the Axis libraries, included was version 1.1 of Axis, which is not ...
OpsTimesheetPluginForLightningV03 Functional specifications The timesheet plugin for mozilla lightining has not been updated in a while. First order of business is ...
OpsTimesheetPluginForSunbirdV03 Functional specifications The original timesheet plugin was developed for an (very ancient) beta of sunbird. Now that a release exists ...
OptimizeRetrieval Introduction Retrieving the list of projects matching the search query takes way too long. Technical description The endgoal is to optimize project ...
PatchingThunderbirdCore Setting up a build environment under Windows 2k I've used the instructions on this site: http://whereswalden.com/mozilla/msvcfree/ to set ...
PersonalWeightedTimesheet Introduction It should be possible to adjust the expected efficiency per project member. Meaning: the time spent by an experienced programmer ...
ProfilingHowto Opensource profilers In order to get a reasonable performance we are trying out some profilers to see whether we can increase the performance of our ...
ProgrammingEnviroment In this topic we briefly describe our programming enviroment and some tips on how to use cvs Tools Eclipse Plugins JSEclipse, for editing ...
RemovedUnusedFunctionalityFromReportPage Introduction A number of the options ReportPage offers are never used and should be removed: Currently the only some ...
ReportSchema Introduction In the new version of ops admin task estimates are added to the timesheet reports. Here is a description of the report that is returned ...
SelectProjectStory Functional specification User selects an existing project or creates a new one. Since the pool of projects may be very large, there is some filtering ...
SelectTaskStory Functional specification Technical specification What is the current procedure for this use case? Discussion Resources RommertDeBruijn 06 ...
SelectUserStory Functional specification The user can filter through a field 'name'. This field is used to search for name and surname. So the user can input 'Flavia ...
ServerSideCachingOpsEmail Serverside caching of projectGuid on message id The idea is to store projectGuid with it's message id in a hashmap on the server. We can ...
SimpleWebDavAccess Easy configuration for apache2 mod auth ldap(openldap) mod dav. This way you can use a directory in your www root to serve calendars and timesheets ...
SquirrelMailPatches The Squirrelmail patches used for the Ops functions are beeing considered by the developers of Squirrelmail to be added to a release. The patch ...
TestPlan Het Testscenario bevat: Algemene functionele test Hier staat beschreven hoe Opsadmin getest kan worden en wat daarvoor nodig is. Om Opsadmin volledig te ...
UpdateDependencies Introduction The previous version of OpsAdmin dates from 2007 and most of the dependencies really should be updated. Technical description Versions ...
UsingPasswordManagerInSunbird Scriptlets/info found a post on the newsgroups on howto set amaster password: DM wrote: When Phoenix 0.6 (Firebird) stores my password ...
WebHome This page will be used to describe developers notes and updates. Requirement Stories The stories listed here will result in implementation stories in the ...
See also the faster WebTopicList
This is a subscription service to be automatically notified by e mail when topics change in this Developers web. This is a convenient service, so you do not have ...
nop Developers Web Preferences The following settings are web preferences of the Developers web. These preferences overwrite the site level preferences in ...
TWiki's nop Developers web /view/Developers The nop Developers web of TWiki. TWiki is a Web Based Collaboration Platform for the Corporate World.
Statistics for nop Developers Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic ...
See also the verbose WebIndex.
WebdavLDAPAuthentication Introduction The Open Project Services WebDav Authentication Filter provides authorized access to ics files (calendars and timesheets) listed ...
Number of topics: 80

See also the faster WebTopicList

Topic revision: r2 - 24 Nov 2001 - 11:41:09 - PeterThoeny?

tip TWiki Tip of the Day
Control table attributes with TablePlugin
The TablePlugin gives extra control of table display: Allows sorting Changing table properties ... Read on Read more

 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback