Changes between Version 17 and Version 18 of TracGuide


Ignore:
Timestamp:
Feb 13, 2024, 12:01:09 PM (15 months ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v17 v18  
    1 = The Edit Exceptions Web Portal Guide =
     1= The Trac User and Administration Guide
    22
    3 This page is meant to serve as a starting point for all documentation regarding the Web Portal usage.
    4 
    5 == Table of Contents ==
    6 Currently available documentation:
    7  * TracGuide (This page)  -- Documentation starting point.
    8  * UserGuide -- Provides description and details on site usage
    9  * '''Exception Codes'''
    10    * AdjustmentCodes -- Adjustment Reason Codes.
    11    * ExplanationCodes -- Codes used to explain Exceptions.
    12    * PendCodes -- WLT Pend Codes.
    13 
    14 
    15 === Support ===
    16 CCIH will endeavor to maintain the maximum extent of availability for all authorized users to the content and functionality of the Edit/Exceptions Web Portal (i.e. 24 hours a day, every day). Technical support for the Exceptions Portal will be available on CCIH open business days from 8 AM to 5 PM EST.
    17 
    18 [http://www.correctcare.com/contact.asp]
    19 {{{
    20 CorrectCare - Integrated Health
    21 1218 South Broadway
    22 Suite 250
    23 Lexington, KY 40504
    24 859.225.7999
    25 877.292.7999 toll free
     3[[TracGuideToc]]
     4{{{#!span style="font-size:90%"
     5//The TracGuide is meant to serve as a starting point for all documentation regarding Trac usage and development. The guide is a free document, a collaborative effort, and a part of the [trac: Trac Project] itself.//
    266}}}
    277
     8== Introduction
    289
    29 For '''Operational Support''' relating to the '''usage/terminology''' of the site...
    30  * Call CCIH and direct your calls to the Claims Department.  Please reference "LA DPS&C TPA Services" so that your call is routed quickly.
     10Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. It helps developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies.
    3111
     12It provides an interface to Subversion as well as other version control systems, an integrated Wiki and convenient reporting facilities.
    3213
    33 For '''Technical Support''' relating to the '''functionality''' of the site...
    34  * Send email to [email protected]; or
    35  * Call CCIH and direct your calls to "Technical Support"
     14Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all current and past project events in order, making the acquisition of an overview of the project and tracking progress very easy. The roadmap shows the road ahead, listing the upcoming milestones.
     15
     16== User Guide
     17
     18   * Using the Wiki subsystem:
     19     * TracWiki — How to use the built-in Wiki.
     20     * WikiFormatting — Reference to the wiki syntax.
     21   * Using the Version Control subsystem:
     22     * TracBrowser — Browsing source code with Trac.
     23     * TracChangeset — Viewing changes to source code.
     24     * TracRevisionLog — Viewing change history.
     25   * Using the Ticket subsystem:
     26     * TracTickets — Using the issue tracker.
     27     * TracRoadmap — Tracking project progress.
     28     * TracReports — Writing and using reports.
     29     * TracQuery — Executing custom ticket queries.
     30     * TracBatchModify - Modifying several tickets in one request.
     31   * Other modules and general topics:
     32     * TracSearch — Full text search in all content.
     33     * TracTimeline — Historic perspective on a project.
     34     * TracRss — RSS content syndication.
     35     * TracAccessibility — Accessibility keys.
     36
     37== Administrator Guide
     38
     39   * Installation and upgrade:
     40     * TracInstall — How to install and run Trac.
     41     * TracUpgrade — How to upgrade existing installations.
     42     * TracImport — Importing tickets from other bug databases.
     43     * TracPlugins — Installing and managing Trac extensions.
     44   * Configuration and customization:
     45     * TracIni — Trac configuration file reference.
     46     * TracPermissions — Access control and permissions.
     47     * TracNavigation — Customize main navigation menus.
     48     * TracInterfaceCustomization — Customizing the Trac interface.
     49     * TracLogging — The Trac logging facility.
     50   * Administering the Version Control subsystem:
     51     * TracRepositoryAdmin — Management of Source Code Repositories.
     52   * Administering the Ticket subsystem:
     53     * TracTicketsCustomFields — Expanding tickets with customized fields.
     54     * TracNotification — Email notification.
     55     * TracWorkflow — Configurable Ticket Workflow.
     56   * Reference:
     57     * TracEnvironment — All you need to know about Trac environments.
     58     * TracAdmin — Administering a Trac project via the command-line.
     59
     60== Support and Other Sources of Information
     61
     62 * [trac:TracFaq Trac FAQ] — A collection of Frequently Asked Questions on the project website.
     63 * [trac:TracDev] and [trac:TracDev/ApiDocs API docs] — Trac Developer documentation.
     64 * TracSupport — How to get more information.
     65
     66If you are looking for a good place to ask a question about Trac, see the [trac:MailingList MailingList]. It provides a friendly environment to discuss openly among Trac users and developers.