Functional Programming Sydney (Main Page)
  • Login
  • Preferences
  • Help/Guide
  • About Trac
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search

Context Navigation



Results (1 - 10 of 25)

1 2 3 →
TracPlugins: [[PageOutline(2-5,Contents,pullout)]] = Trac plugins Trac is ...
... egg file Some plugins, such as [https://trac-hacks.org/wiki/TagsPlugin TracTags], are downloadable as an `.egg` file that can be installed with `easy_install` or `pip`: {{{#!sh $ easy_install TracTags }}} {{{#!sh $ pip install TracTags }}} If `easy_install` is not on you ...
By trac — Jun 27, 2020, 7:44:32 AM
TracModPython: [[TracGuideToc]] = Trac and mod_python Mod_python is an ...
[[TracGuideToc]] = Trac and mod_python Mod_python is an [https://httpd.apache.org/ Apache] module that embeds the Python interpreter within the server, so that web-based applications in Python will run many times faster than traditional CGI and will have the ability to retain database connections ...
By trac — Jun 27, 2020, 7:44:32 AM
TracChangeLog: [[PageOutline(2-3)]] = Change Log This is a rough list of changes ...
... * Fix for regression that prevented [https://trac-hacks.org/wiki/PermRedirectPlugin PermRedirectPlugin] from redirecting ([trac:#12818]) See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.2]] and [[trac:wiki:TracDev/ReleaseNote ...
By trac — Jun 27, 2020, 7:44:32 AM
TracModWSGI: = Trac and mod_wsgi [https://github.com/GrahamDumpleton/mod_wsgi ...
= Trac and mod_wsgi [https://github.com/GrahamDumpleton/mod_wsgi mod_wsgi] is an Apache module for running WSGI-compatible Python applications directly on top of the Apache webserver. The mod_wsgi adapter is written completely in C and provides very good perfor ...
By trac — Jun 27, 2020, 7:44:32 AM
TracImport: = Importing ticket data [[PageOutline(2-5,Contents,pullout)]] To ...
... == !TicketImportPlugin [https://trac-hacks.org/wiki/TicketImportPlugin TicketImportPlugin]: a plugin that lets you import or update into Trac a series of tickets from a '''CSV file''' or (if the [https://pypi.python.org/pypi/xlrd xlrd library] is installed) from a ...
By trac — Jun 27, 2020, 7:44:32 AM
TracStandalone: = Tracd Tracd is a lightweight standalone Trac web server. It can be ...
... * No native HTTPS support: [http://www.rickk.com/sslwrap/ sslwrap] can be used instead, or [trac:wiki:STunnelTracd stunnel -- a tutorial on how to use stunnel with tracd] or Apache with mod_proxy. == Usage examples A single project on port 8080. ( ...
By trac — Jun 27, 2020, 7:44:32 AM
TracWorkflow: = The Trac Ticket Workflow System ...
... See also the [https://trac-hacks.org/wiki/AdvancedTicketWorkflowPlugin AdvancedTicketWorkflowPlugin], which provides additional operations. == Adding Workflow States to Milestone Progress Bars If you add additional states to your workflow, you may want ...
By trac — Jun 27, 2020, 7:44:32 AM
TracUpgrade: = Upgrade Instructions [[TracGuideToc]] ...
... * [https://trac-hacks.org/wiki/AdminEnumListPlugin AdminEnumListPlugin] * [https://trac-hacks.org/wiki/DateFieldPlugin DateFieldPlugin]: see the **time** [TracTicketsCustomFields#AvailableFieldTypesandOptions custom field type] * [https://trac ...
By trac — Jun 27, 2020, 7:44:32 AM
TracRoadmap: = The Trac Roadmap [[TracGuideToc]] The roadmap provides a view on ...
... kde.org/ KDE] project. * [https://wiki.gnome.org/Apps/Evolution Evolution], a contact manager, address manager and calendar for Gnome. * [http://office.microsoft.com/en-us/outlook/ Microsoft Outlook] can also read iCalendar files and appears as a new static calenda ...
By trac — Jun 27, 2020, 7:44:32 AM
TracLogging: = Trac Logging [[TracGuideToc]] Trac supports logging of system ...
... The format is a string which can contain any of the [https://docs.python.org/2/library/logging.html#logrecord-attributes Python logging Formatter variables]. Additionally, the following Trac-specific variables can be used: '''$(basename)s''':: The environment directory name. '''$(path)s''': ...
By trac — Jun 27, 2020, 7:44:32 AM
1 2 3 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/