Results from Main web retrieved at 09:36 (GMT)

AddEditEventStory Functional specifications This adds add/edit functionality to the calendar. A button is use to add an event and one to remove it The event ...
AddEditRemoveTODOTaskStory Functional specifications This adds add/edit/remove Todo list or Task functionality to the calendar. A button is used to add a task ...
AjaxDayViewPOCStory Functional specifications Proof of concept. Try and create a juicy wicket panel with all possible Ajax features. Drag and drop from the starttime ...
AjaxifyAddEditStory Functional specifications The dialogs for adding and editing events need to be upgraded. Some functionalitiy is not working as intended and some ...
AjaxifyCalendarStory Functional specifications The WebCalendar has to be juicy. To accomplish this we use Ajax. In the POC we determined what we can and can't use ...
AjaxifyDayViewStory Functional specifications The day view already has some ajax functionalitiy. During the refactoring process some code will be deleted and must ...
AjaxifyMonthViewStory Functional specifications Just like the other two view, the Month view needs some ajax improvements. This view is a bit different from the Day ...
AjaxifyWeekViewStory Functional specifications Just like the AjaxifyDayViewStory, the Week view needs some ajax improvements. The EventGridPOCStory and the ContextMenuPOCStory ...
AllDayEvent The definition of an "All Day" is not explicitly defined in the iCalendar standard. In Webical this is implemented by a boolean allday in the Event class ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
BlueprintDesignStory Description Map out the component structure of Webical to see where structural changes can be made to make webical run smoother and have more ...
CalendarConfigurationStory Functional specifications First steps in the webapp. The User should be able to log in and manage his/her subscriptions to the calendars ...
CapabilitiesSwitchPOCStory Functional specifications Proof of concept. Is it possible to create a fallback framework that doesn't use Ajax. The user must be able ...
Edit personal data Edit text Create Edit text #TopicEnd
CodeReviews Increment I CalendarListview Code location FrontendCalendarListviewPanel Code explanation The FrontendCalendarListview shows ...
CompletedCycles Below you can find the completed development cycles Increment I Story Estimate Todo Status CalendarConfigurationStory 84 ...
ComponentStructure Version: 1.0 This is an overview of the component structure used in Webical. Overview Overview of the application at it's basis. See also BasePage ...
ContextMenuPOCStory Functional specifications This POC will provide the base for a JavaScript context menu that can be hooked on a html element in order to render ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
DayViewStory Functional specifications First view of the Calendar data. Calendar must be retrieved over WebDav and read into the database A view must be ...
Developers Misc. topics Roadmap OpenIssues RequirementsAnalysis FunctionalDesign PluginFramework PluginFrameworkEnhancement ...
DevelopmentEnvironmentSetup !! moved to http://code.google.com/p/webical/wiki/DevelopmentEnvironmentSetup !! Default setup First follow MavenSetup to get the ...
ErrorHandlingStory Description In order to give some usefull feedback to the enduser when something goes wrong ( very unlikely offcourse :) ) the exception hiearchy ...
EventGridPOCStory Functional specifications A grid view needs to be developed to render the events on. This POC will provide the JavaScript base that can be used ...
Features Webical Features Web based Recurring events Supports iCal standard Multiple calendars 4 different calendar views User settings ...
FirstRunStory Description In order to make the install of webical as simple as possible we need to make the war self containing. This means that everything except ...
FunctionalDesign Class Diagram This class diagram is created with Dia (also available for windows I heard). Please version the .dia file a bit if you make any changes ...
HibernateDaoTestSetup !! moved to http://code.google.com/p/webical/wiki/HibernateDaoTestSetup !! For the daos that make use of hibernate DBunit is used to insert test ...
HowToInstallWebical So you want to install Webical on your own server? Great! Here is how to do it. Requirements You need to have a couple of things installed on ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
LDAPAdressBookStory Moved to http://code.google.com/p/webical/wiki/LDAPAdressBookStory Functional specifications An ldap adressbook to be used when editing tasks ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
Customise this topic; samples and ideas available at TWiki:TWiki.WebLeftBarCookbook. My links: My home page My activities edit
MavenSetup !! moved http://code.google.com/p/webical/wiki/DevelopmentEnvironmentSetup !! Development environment setup download maven2 add mvn to the path ...
MeetingRequestStory Moved to http://code.google.com/p/webical/wiki/MeetingRequestStory Functional specification A user can invite an other person for a meeting. ...
MonthViewRefactorStory Description A steady base has to be established in order to integrate AJAX into the month view. Therefor, a refactor is necessary to clean ...
MonthViewStory Functional specifications A month overview of the Calerdar data. Technical interpretations Wicket MonthViewPanel Component ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
Nobody Group Member list: Set GROUP Persons/group who can change the list: Set ALLOWTOPICCHANGE TWikiAdminGroup Used to prevent dangerous ...
OpenIssues ITEMS ON THIS PAGE WILL BE UPDATED AND MOVED TO THE TRACKER Description To keep development going steady, but not forgetting issues that need to be addressed ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
PluginArchitectureStory Functional specifications Overflow stoiry from increment . See PluginFrameworkPOCStory for the specifications. Please add comments there ...
PluginFramework Supported plugin types Backend plugins, ie; plugins for aditional transport layers (CalDav for example) . Frontend plugins, plugins that ...
PluginFrameworkEnhancement Description In order to get the plugin framework somewhat stable and complete I've started reviewing and expanded it. I'll do this in two ...
PluginFrameworkPOCStory Functional specifications Proof of concept. Decide where, which and how it should be possible to add plugins. Also check out PluginFramework ...
PluginFrameworkStory Functional specifications In the PluginFrameworkPOCStory and PluginArchitectureStory a plugin framework is devised. This framework needs to ...
PrintCalendarStory moved to http://code.google.com/p/webical/wiki/PrintCalendarStory Functional specifications Prints an overview of the current daterange. Technical ...
PublishFreeBusyTimeStory Functional Specification A separate servlet that handles requests for freebusy url's. The servlet is responsible for parsing the ics file ...
QuickAddEventStory Moved to http://code.google.com/p/webical/wiki/QuickAddEventStory Functional specifications Quick add is provides the user the possibility to ...
QuickEditStory Functional specification Technical interpretation PaulMaarschalkerweerd 20 Sep 2006
RecurrenceStory Functional specifications At the moment recurrence isn't handled at all. Its not clear whether the ical4j library supports this fully at the moment ...
RefactoringIncrementI Description Points taken from the first increment are refactored in this story. Technical implementation Refactor HTML a8e ...
RefactoringIncrementIIIStory Meeting minutes During the last meeting on 14 12 the following was decided: To ensure that the projects stays active its time to ...
RefactoringIncrementIVStory Functional specifications A lot of new features have become available with the release of wicket 1.3.0betax. These features will be helpful ...
ReleaseStrategy Moved to http://code.google.com/p/webical/wiki/ReleaseStrategy This page should clarify what a Webical release is and what has to be done to get a ...
ReleaseVersion02 Functional specifications We are almost ready to release version 0.2 of webical. To get more attention to the project, a new style is developed which ...
RemainingViews Functional specifications The remaining views are: WeekView NextXdaysview The X can be set in the SettingsPanel MonthView Technical ...
RequirementsAnalysis !! moved to http://code.google.com/p/webical/wiki/RequirementsAnalysis !! Assumptions webical is a web GUI for managing (remote) iCalendars ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
Roadmap !! moved to http://code.google.com/p/webical/wiki/Roadmap !! This page contains the roadmap for webical. This is a global setup of the functionalities still ...
SSLSupportStory Function specifications Webical should support webdav over https. The problem here is that java supports ssl, but it throws exceptions when a certificate ...
SettingsStory !! moved to http://code.google.com/p/webical/wiki/UserSettingsStory !! Functional specifications All user Settings must be editable through the frontend ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
StylingStory Description Technical implementation Hours Notes SjoerdLohuis 08 Jan 2007
TWiki Administrator Group Member list (comma separated list): Set GROUP ThijsSchnitger Persons/group who can change the list: Set ALLOWTOPICCHANGE ...
TWiki Administrator User The TWikiAdminUser has been added to TWiki 4.2.0 to make it possible to login without needing to create a TWiki User, or to temporarily login ...
TWiki Contributor Not an actual user of this site, but a person devoting some of his/her time to contribute to the Open Source TWiki project. TWikiContributor lists ...
nop Member list (comma separated list): Set GROUP Persons/group who can change the list: Set ALLOWTOPICCHANGE , TWikiGroups, ...
TWiki Groups These groups can be used to define fine grained .TWikiAccessControl in nop TWiki: New Group: Note: A group topic name must be a .WikiWord ...
The nop TWikiGuest User A guest of this TWiki web, not unlike yourself. You can leave your trace behind you, just add your name in .TWikiRegistration and create your ...
Main Web Users Groups Index Search Changes Notifications Statistics Preferences Webs Main Sandbox TWiki
" }% FINALPREFERENCES locks site level preferences that are not allowed to be overridden by or user preferences: Set FINALPREFERENCES ATTACHFILESIZELIMIT ...
The nop TWikiRegistrationAgent User This is a TWiki User used by TWiki when it registers new users. This user has special access to write to , and does not need an ...
List of nop TWiki users Below is a list of users with accounts. If you want to edit topics or see protected areas of the site then you can get added to the list by ...
TaskViewStory moved to http://code.google.com/p/webical/wiki/TaskViewStory Functional specifications The view of Calendar task/todo data Calendar data is ...
Functional test scenario moved to http://code.google.com/p/webical/wiki/FunctionalTestScenario Log In: enter username and password click log in (you see the ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
The nop UnknownUser User UnknownUser is a reserved name in TWiki. If the UnknownUser appears, it is probably because author information for a topic could not be recovered ...
User Form Note: This is a maintenance topic, used by the TWiki administrator. This form defines the form of the home pages of registered TWiki users listed in ...
Header of User Homepages Note: This is a maintenance topic, used by the TWiki administrator. The part between the horizontal rules gets included at the top of ...
User List sorted by name
User List sorted by date joined / updated
User List sorted by location
User List showing all photographs " size "large" title " $topic "}% If TWiki:Plugins.ImageGalleryPlugin is installed this page will show photos and names of all ...
Edit personal data Edit text Create Edit text #TopicEnd
Users Welcome! Please back regularly for updates, or better, update this content yourself (this is a wiki!). HowToInstallWebical Features nop Main ...
ViewFreeBusyTimeOthersStory Functional specifications The user can see the FreeBusyTime of other persons. He only has to know their FreeBusyURL. The URLs that are ...
TWiki's nop Main web The web for users, groups and offices. TWiki is an Enterprise Collaboration Platform.
Webical PROJECT MOVED TO http://webical.googlecode.com/ PLEASE ADJUST YOUR BOOKMARKS! Webical is a Web application to view and edit multiple iCalendars. Its features ...
WebICalCompetition moved to http://code.google.com/p/webical/wiki/OtherCalendarSoftware http://freshmeat.net/search/?q icalendar section projects Go.x 0 Go.y ...
This is a subscription service to be automatically notified by e mail when topics change in this nop Main web. This is a convenient service, so you do not have ...
nop Main Web Preferences The following settings are web preferences of the Main web. These preferences overwrite the site level preferences in . and ...
" else " nop TWiki's nop Main web"}% /Main The web for users, groups and offices. TWiki is an Enterprise Collaboration Platform.
Statistics for nop Main Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and ...
WeekViewStory Functional specifications A week overview of the Calerdar data. Technical interpretations Wicket WeekViewPanel Component that ...
WicketSpring !! moved to http://code.google.com/p/webical/wiki/WicketAndSpring !! Wicket Spring setup The wicket servlet is set as the default servlet in the ...
WicketYuiIntegration IvoVanDongen 09 Nov 2006
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide ...
Number of topics: 116

See also the faster WebTopicList

Topic revision: r5 - 15 Nov 2006 - 19:43:52 - TWikiContributor
 
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