[Trac] Re: TRAC with SVN Authz??
I tried this one too(Just a trial) [EMAIL PROTECTED]:~$ sudo tracd -p 8080 --auth=/home/vjs/repository,/home/vjs/ repository/conf/passwd,My /home/vjs/repository Warning: invalid digest line in /home/vjs/repository/conf/passwd: ### This file is an example password file for svnserve. Warning: invalid digest line in /home/vjs/repository/conf/passwd: ### Its format is similar to that of svnserve.conf. As shown in the Warning: invalid digest line in /home/vjs/repository/conf/passwd: ### example below it contains one section labelled [users]. Warning: invalid digest line in /home/vjs/repository/conf/passwd: ### The name and password for each user follow, one account per line. Warning: invalid digest line in /home/vjs/repository/conf/passwd: [users] Warning: invalid digest line in /home/vjs/repository/conf/passwd: # harry = <--- Hiden the password myself. Warning: invalid digest line in /home/vjs/repository/conf/passwd: # sally = Warning: invalid digest line in /home/vjs/repository/conf/passwd: ajeet= Warning: invalid digest line in /home/vjs/repository/conf/passwd: venkat= Warning: invalid digest line in /home/vjs/repository/conf/passwd: vishwajit= Warning: invalid digest line in /home/vjs/repository/conf/passwd: ravikanth= Warning: invalid digest line in /home/vjs/repository/conf/passwd: vijayant= Warning: found no users in realm: My Server starting in PID 4224. Serving on 0.0.0.0:8080 view at http://127.0.0.1:8080/ But couldnt see any option for logining...in On May 9, 11:31 am, Raina <[EMAIL PROTECTED]> wrote: > I ran the following commands: > > $sudo chmod 777 -R /var/lib/trac/db/trac.db > > It worked fine. > > Also, I ran the command: > > sudo trac-admin /var/lib/trac permission list > > User Action > -- > ajeet TRAC_ADMIN > anonymous BROWSER_VIEW > anonymous CHANGESET_VIEW > anonymous FILE_VIEW > anonymous LOG_VIEW > anonymous MILESTONE_VIEW > anonymous REPORT_SQL_VIEW > anonymous REPORT_VIEW > anonymous ROADMAP_VIEW > anonymous SEARCH_VIEW > anonymous TICKET_VIEW > anonymous TIMELINE_VIEW > anonymous WIKI_VIEW > authenticated TICKET_CREATE > authenticated TICKET_MODIFY > authenticated WIKI_CREATE > authenticated WIKI_MODIFY > > Available actions: > BROWSER_VIEW, CHANGESET_VIEW, CONFIG_VIEW, EMAIL_VIEW, FILE_VIEW, > LOG_VIEW, MILESTONE_ADMIN, MILESTONE_CREATE, MILESTONE_DELETE, > MILESTONE_MODIFY, MILESTONE_VIEW, PERMISSION_ADMIN, PERMISSION_GRANT, > PERMISSION_REVOKE, REPORT_ADMIN, REPORT_CREATE, REPORT_DELETE, > REPORT_MODIFY, REPORT_SQL_VIEW, REPORT_VIEW, ROADMAP_ADMIN, > ROADMAP_VIEW, > SEARCH_VIEW, TICKET_ADMIN, TICKET_APPEND, TICKET_CHGPROP, > TICKET_CREATE, > TICKET_EDIT_CC, TICKET_EDIT_DESCRIPTION, TICKET_MODIFY, TICKET_VIEW, > TIMELINE_VIEW, TRAC_ADMIN, WIKI_ADMIN, WIKI_CREATE, WIKI_DELETE, > WIKI_MODIFY, WIKI_VIEW > > [EMAIL PROTECTED]:~$ > [EMAIL PROTECTED]:~$ sudo chmod 777 -R /var/lib/trac/db/trac.db > [EMAIL PROTECTED]:~$ sudo trac-admin /var/lib/trac permission list > > User Action > -- > ajeet TRAC_ADMIN > anonymous BROWSER_VIEW > anonymous CHANGESET_VIEW > anonymous FILE_VIEW > anonymous LOG_VIEW > anonymous MILESTONE_VIEW > anonymous REPORT_SQL_VIEW > anonymous REPORT_VIEW > anonymous ROADMAP_VIEW > anonymous SEARCH_VIEW > anonymous TICKET_VIEW > anonymous TIMELINE_VIEW > anonymous WIKI_VIEW > authenticated TICKET_CREATE > authenticated TICKET_MODIFY > authenticated WIKI_CREATE > authenticated WIKI_MODIFY > > Available actions: > BROWSER_VIEW, CHANGESET_VIEW, CONFIG_VIEW, EMAIL_VIEW, FILE_VIEW, > LOG_VIEW, MILESTONE_ADMIN, MILESTONE_CREATE, MILESTONE_DELETE, > MILESTONE_MODIFY, MILESTONE_VIEW, PERMISSION_ADMIN, PERMISSION_GRANT, > PERMISSION_REVOKE, REPORT_ADMIN, REPORT_CREATE, REPORT_DELETE, > REPORT_MODIFY, REPORT_SQL_VIEW, REPORT_VIEW, ROADMAP_ADMIN, > ROADMAP_VIEW, > SEARCH_VIEW, TICKET_ADMIN, TICKET_APPEND, TICKET_CHGPROP, > TICKET_CREATE, > TICKET_EDIT_CC, TICKET_EDIT_DESCRIPTION, TICKET_MODIFY, TICKET_VIEW, > TIMELINE_VIEW, TRAC_ADMIN, WIKI_ADMIN, WIKI_CREATE, WIKI_DELETE, > WIKI_MODIFY, WIKI_VIEW > > Can I know which user we should set for TRAC_ADMIN. Does it talk about > the system User or the user listed in authz file? > I tried supplying authz (SVN) user "ajeet" for BROWSE_VIEW permission > but nowhere I can find he can login. > > Pls Help me . > On May 9, 10:49 am, "Erik Andersson" <[EMAIL PROTECTED]> wrote: > > > > > You could try searching for TRAC_ADMIN, permission on trac.edgewall.org or > > google.. > > >http://trac.edgewall.org/wiki/TracPermissions > > > Cheers / Erik > > > On Fri, May 9, 2008 at 7:35 AM, Raina <[EMAIL PROTECTED]> wrote: > > > > I cant see any option called admin anywhere.What it means: > > > > [code] > > > Make > > > > sure that the user you are logging in with has TRAC_ADMIN permissions > > > [/code] > > > >
[Trac] Re: Having Specific Workflows for Each Ticket Type
Hi guys, I created a workflow controller that knows to hide/to show actions based on ticket fields values, beside other new operations. You can find it at http://code.optaros.com/trac/oforge/browser/trunk/plugins/workflowcontrollerplugin All the new functionality can be configured from the trac.ini file. For more details feel free to contact me. On Wed, May 7, 2008 at 10:24 PM, Chris <[EMAIL PROTECTED]> wrote: > > Noah, > > So you're saying it's possible to create a plug-in that could assign a > particular workflow based on the ticket type? And that this would have > to be a plug-in as it's too complex for the ticket-workflow in > the .ini? I can visually see how this would work in the admin > interface, actually pretty slick, but as for implementing it > myself heh. Looks like my spare time is going to be devoted to > learning Python. :) > > Chris > > > On May 6, 6:21 pm, Noah Kantrowitz <[EMAIL PROTECTED]> wrote: > > On May 6, 2008, at 5:45 PM, Chris wrote: > > > > > > > > > Is it possible to define a particular workflow for Tasks and have a > > > different workflow for Defects? Would Trac take nicely to changing the > > > trac-workflow in mid-stream development? For example, the default > > > workflow is great for straight tasking, but when a defect gets entered > > > into the system we'd like to have it go through a Q/A process. So in > > > that instance the enterprise workflow sample would be desired. > > > > > I found this in the Trac wiki but am not sure if it exactly addresses > > > it (had a hard time following it). > > > > > "A workflow plugin can add an arbitrary workflow operation, so this is > > > already possible. > > > > There seems to be some confusion between the core workflow system > > (ITicketActionControler) and the include ConfigurableTicketWorkflow. > > The trac.ini-based system is designed to allow for simple > > configuration, but doesn't come close to allowing the full flexibility > > of the underlying framework. Personally I think this is fine, people > > are just very averse to learning Python just to be able to implement > > their workflows. This is also understandable, but I would rather see > > the community step up and provide workflow plugins for other common, > > but not simple enough to be in ConfigurableTicketWorkflow, use cases. > > > > --Noah > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Edit report order= bug
Hi all, Sorry if this is a n00b question, I searched and couldn't find how to fix this. I have a custom query, which sorts by milestone, then subsorts by priority. But our system seems to have had a number of priorities, so our highest priority has a value of 5 in the db, and the lowest has a value of '10'. The following query seems to be sorting alphabetically instead of numerically, so the low priority items (value 10) are showing at the top. How can I get this to sort numerically? query:?status=accepted & status=assigned & status=new & status=reopened & status=resolved & group=milestone & order=priority & col=id & col=summary & col=status & col=type & col=priority & col=milestone & col=component & col=severity --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: TRAC with SVN Authz??
I ran the following commands: $sudo chmod 777 -R /var/lib/trac/db/trac.db It worked fine. Also, I ran the command: sudo trac-admin /var/lib/trac permission list User Action -- ajeet TRAC_ADMIN anonymous BROWSER_VIEW anonymous CHANGESET_VIEW anonymous FILE_VIEW anonymous LOG_VIEW anonymous MILESTONE_VIEW anonymous REPORT_SQL_VIEW anonymous REPORT_VIEW anonymous ROADMAP_VIEW anonymous SEARCH_VIEW anonymous TICKET_VIEW anonymous TIMELINE_VIEW anonymous WIKI_VIEW authenticated TICKET_CREATE authenticated TICKET_MODIFY authenticated WIKI_CREATE authenticated WIKI_MODIFY Available actions: BROWSER_VIEW, CHANGESET_VIEW, CONFIG_VIEW, EMAIL_VIEW, FILE_VIEW, LOG_VIEW, MILESTONE_ADMIN, MILESTONE_CREATE, MILESTONE_DELETE, MILESTONE_MODIFY, MILESTONE_VIEW, PERMISSION_ADMIN, PERMISSION_GRANT, PERMISSION_REVOKE, REPORT_ADMIN, REPORT_CREATE, REPORT_DELETE, REPORT_MODIFY, REPORT_SQL_VIEW, REPORT_VIEW, ROADMAP_ADMIN, ROADMAP_VIEW, SEARCH_VIEW, TICKET_ADMIN, TICKET_APPEND, TICKET_CHGPROP, TICKET_CREATE, TICKET_EDIT_CC, TICKET_EDIT_DESCRIPTION, TICKET_MODIFY, TICKET_VIEW, TIMELINE_VIEW, TRAC_ADMIN, WIKI_ADMIN, WIKI_CREATE, WIKI_DELETE, WIKI_MODIFY, WIKI_VIEW [EMAIL PROTECTED]:~$ [EMAIL PROTECTED]:~$ sudo chmod 777 -R /var/lib/trac/db/trac.db [EMAIL PROTECTED]:~$ sudo trac-admin /var/lib/trac permission list User Action -- ajeet TRAC_ADMIN anonymous BROWSER_VIEW anonymous CHANGESET_VIEW anonymous FILE_VIEW anonymous LOG_VIEW anonymous MILESTONE_VIEW anonymous REPORT_SQL_VIEW anonymous REPORT_VIEW anonymous ROADMAP_VIEW anonymous SEARCH_VIEW anonymous TICKET_VIEW anonymous TIMELINE_VIEW anonymous WIKI_VIEW authenticated TICKET_CREATE authenticated TICKET_MODIFY authenticated WIKI_CREATE authenticated WIKI_MODIFY Available actions: BROWSER_VIEW, CHANGESET_VIEW, CONFIG_VIEW, EMAIL_VIEW, FILE_VIEW, LOG_VIEW, MILESTONE_ADMIN, MILESTONE_CREATE, MILESTONE_DELETE, MILESTONE_MODIFY, MILESTONE_VIEW, PERMISSION_ADMIN, PERMISSION_GRANT, PERMISSION_REVOKE, REPORT_ADMIN, REPORT_CREATE, REPORT_DELETE, REPORT_MODIFY, REPORT_SQL_VIEW, REPORT_VIEW, ROADMAP_ADMIN, ROADMAP_VIEW, SEARCH_VIEW, TICKET_ADMIN, TICKET_APPEND, TICKET_CHGPROP, TICKET_CREATE, TICKET_EDIT_CC, TICKET_EDIT_DESCRIPTION, TICKET_MODIFY, TICKET_VIEW, TIMELINE_VIEW, TRAC_ADMIN, WIKI_ADMIN, WIKI_CREATE, WIKI_DELETE, WIKI_MODIFY, WIKI_VIEW Can I know which user we should set for TRAC_ADMIN. Does it talk about the system User or the user listed in authz file? I tried supplying authz (SVN) user "ajeet" for BROWSE_VIEW permission but nowhere I can find he can login. Pls Help me . On May 9, 10:49 am, "Erik Andersson" <[EMAIL PROTECTED]> wrote: > You could try searching for TRAC_ADMIN, permission on trac.edgewall.org or > google.. > > http://trac.edgewall.org/wiki/TracPermissions > > Cheers / Erik > > > > On Fri, May 9, 2008 at 7:35 AM, Raina <[EMAIL PROTECTED]> wrote: > > > I cant see any option called admin anywhere.What it means: > > > [code] > > Make > > > sure that the user you are logging in with has TRAC_ADMIN permissions > > [/code] > > > How can I enable the permission?Are you talking abt entry in trac.ini. > > (I guess not) > > > I just installed trac-0.11 and ran the command: > > > [code] > > $sudo tracd -p 8000 /var/lib/trac > > [/code] > > > My trac.ini file : > > [code] > > # -*- coding: utf-8 -*- > > > [attachment] > > max_size = 262144 > > render_unsafe_content = false > > > [browser] > > color_scale = True > > downloadable_paths = /trunk, /branches/*, /tags/* > > hide_properties = svk:merge > > intermediate_color = > > intermediate_point = > > newest_color = (255, 136, 136) > > oldest_color = (136, 136, 255) > > oneliner_properties = trac:summary > > render_unsafe_content = false > > wiki_properties = trac:description > > > [changeset] > > max_diff_bytes = 1000 > > max_diff_files = 0 > > wiki_format_messages = true > > > [header_logo] > > alt = (please configure the [header_logo] section in trac.ini) > > height = -1 > > link = > > src = site/your_project_logo.png > > width = -1 > > > [inherit] > > plugins_dir = > > templates_dir = > > > [logging] > > log_file = trac.log > > # log_format = > > log_level = DEBUG > > log_type = none > > > [milestone] > > stats_provider = DefaultTicketGroupStatsProvider > > > [mimeviewer] > > enscript_modes = text/x-dylan:dylan:4 > > enscript_path = enscript > > max_preview_size = 262144 > > mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb > > php_path = php > > tab_width = 8 > > > [notification] > > admit_domains = > > always_notify_owner = false > > always_notify_reporter = false > > always_notify_updater = true > > ignore_domains = > > mime_encoding = base64 > > smtp_always_bcc = > > smtp_always_cc = > > smtp_default_domain = > > smtp_enabled = false > > smtp_from = [
[Trac] Re: TRAC with SVN Authz??
You could try searching for TRAC_ADMIN, permission on trac.edgewall.org or google.. http://trac.edgewall.org/wiki/TracPermissions Cheers / Erik On Fri, May 9, 2008 at 7:35 AM, Raina <[EMAIL PROTECTED]> wrote: > > I cant see any option called admin anywhere.What it means: > > [code] > Make > > sure that the user you are logging in with has TRAC_ADMIN permissions > [/code] > > How can I enable the permission?Are you talking abt entry in trac.ini. > (I guess not) > > I just installed trac-0.11 and ran the command: > > [code] > $sudo tracd -p 8000 /var/lib/trac > [/code] > > My trac.ini file : > [code] > # -*- coding: utf-8 -*- > > [attachment] > max_size = 262144 > render_unsafe_content = false > > [browser] > color_scale = True > downloadable_paths = /trunk, /branches/*, /tags/* > hide_properties = svk:merge > intermediate_color = > intermediate_point = > newest_color = (255, 136, 136) > oldest_color = (136, 136, 255) > oneliner_properties = trac:summary > render_unsafe_content = false > wiki_properties = trac:description > > [changeset] > max_diff_bytes = 1000 > max_diff_files = 0 > wiki_format_messages = true > > [header_logo] > alt = (please configure the [header_logo] section in trac.ini) > height = -1 > link = > src = site/your_project_logo.png > width = -1 > > [inherit] > plugins_dir = > templates_dir = > > [logging] > log_file = trac.log > # log_format = > log_level = DEBUG > log_type = none > > [milestone] > stats_provider = DefaultTicketGroupStatsProvider > > [mimeviewer] > enscript_modes = text/x-dylan:dylan:4 > enscript_path = enscript > max_preview_size = 262144 > mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb > php_path = php > tab_width = 8 > > [notification] > admit_domains = > always_notify_owner = false > always_notify_reporter = false > always_notify_updater = true > ignore_domains = > mime_encoding = base64 > smtp_always_bcc = > smtp_always_cc = > smtp_default_domain = > smtp_enabled = false > smtp_from = [EMAIL PROTECTED] > smtp_from_name = > smtp_password = > smtp_port = 25 > smtp_replyto = [EMAIL PROTECTED] > smtp_server = localhost > smtp_subject_prefix = __default__ > smtp_user = > ticket_subject_template = $prefix #$ticket.id: $summary > use_public_cc = false > use_short_addr = false > use_tls = false > > [project] > admin = > descr = My example project > footer = Visit the Trac open source project athttp://trac.edgewall.org/ > icon = common/trac.ico > name = DICE > url = > [query] > default_anonymous_query = status!=closed&cc~=$USER > default_query = status!=closed&owner=$USER > items_per_page = 100 > > [report] > items_per_page = 100 > items_per_page_rss = 0 > > [revisionlog] > default_log_limit = 100 > > [roadmap] > stats_provider = DefaultTicketGroupStatsProvider > > [search] > min_query_length = 3 > > [svn] > branches = trunk,branches/* > tags = tags/* > > [ticket] > default_component = > default_milestone = > default_priority = major > default_resolution = fixed > default_type = defect > default_version = > max_description_size = 262144 > preserve_newlines = default > restrict_owner = false > workflow = ConfigurableTicketWorkflow > > [ticket-workflow] > accept = new,assigned,accepted,reopened -> accepted > accept.operations = set_owner_to_self > accept.permissions = TICKET_MODIFY > leave = * -> * > leave.default = 1 > leave.operations = leave_status > reassign = new,assigned,accepted,reopened -> assigned > reassign.operations = set_owner > reassign.permissions = TICKET_MODIFY > reopen = closed -> reopened > reopen.operations = del_resolution > reopen.permissions = TICKET_CREATE > resolve = new,assigned,accepted,reopened -> closed > resolve.operations = set_resolution > resolve.permissions = TICKET_MODIFY > > [timeline] > abbreviated_messages = true > changeset_collapse_events = false > changeset_long_messages = false > changeset_show_files = 0 > default_daysback = 30 > max_daysback = 90 > newticket_formatter = oneliner > ticket_show_details = false > > [trac] > authz_file = /home/vjs/repository/conf/authz > authz_module_name = > auto_reload = False > base_url = > check_auth_ip = true > database = sqlite:db/trac.db > default_charset = iso-8859-15 > htdocs_location = > ignore_auth_case = false > mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search > metanav = login,logout,prefs,help,about > permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy > permission_store = DefaultPermissionStore > repository_dir = /home/vjs/repository > repository_type = svn > show_email_addresses = false > timeout = 20 > use_base_url_for_redirect = False > TracSVNAuthzPlugin = true > [wiki] > ignore_missing_pages = false > render_unsafe_content = false > split_page_names = false > > [components] > webadmin.* = enabled > [/code] > > Pls Help. > I can only see Wiki,Timeline,Roadmap,Brose Source,View Tickiets,New > Tckts,Search,Login etc..But not admin stuff.. > Pls Help > > > On May 8, 6:23 pm, "Stephen Moretti" <[EMAIL PROTECTED]> > wrote: > > 2008/5/8
[Trac] Re: TRAC with SVN Authz??
I cant see any option called admin anywhere.What it means: [code] Make > sure that the user you are logging in with has TRAC_ADMIN permissions [/code] How can I enable the permission?Are you talking abt entry in trac.ini. (I guess not) I just installed trac-0.11 and ran the command: [code] $sudo tracd -p 8000 /var/lib/trac [/code] My trac.ini file : [code] # -*- coding: utf-8 -*- [attachment] max_size = 262144 render_unsafe_content = false [browser] color_scale = True downloadable_paths = /trunk, /branches/*, /tags/* hide_properties = svk:merge intermediate_color = intermediate_point = newest_color = (255, 136, 136) oldest_color = (136, 136, 255) oneliner_properties = trac:summary render_unsafe_content = false wiki_properties = trac:description [changeset] max_diff_bytes = 1000 max_diff_files = 0 wiki_format_messages = true [header_logo] alt = (please configure the [header_logo] section in trac.ini) height = -1 link = src = site/your_project_logo.png width = -1 [inherit] plugins_dir = templates_dir = [logging] log_file = trac.log # log_format = log_level = DEBUG log_type = none [milestone] stats_provider = DefaultTicketGroupStatsProvider [mimeviewer] enscript_modes = text/x-dylan:dylan:4 enscript_path = enscript max_preview_size = 262144 mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb php_path = php tab_width = 8 [notification] admit_domains = always_notify_owner = false always_notify_reporter = false always_notify_updater = true ignore_domains = mime_encoding = base64 smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = false smtp_from = [EMAIL PROTECTED] smtp_from_name = smtp_password = smtp_port = 25 smtp_replyto = [EMAIL PROTECTED] smtp_server = localhost smtp_subject_prefix = __default__ smtp_user = ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = false use_short_addr = false use_tls = false [project] admin = descr = My example project footer = Visit the Trac open source project athttp://trac.edgewall.org/ icon = common/trac.ico name = DICE url = [query] default_anonymous_query = status!=closed&cc~=$USER default_query = status!=closed&owner=$USER items_per_page = 100 [report] items_per_page = 100 items_per_page_rss = 0 [revisionlog] default_log_limit = 100 [roadmap] stats_provider = DefaultTicketGroupStatsProvider [search] min_query_length = 3 [svn] branches = trunk,branches/* tags = tags/* [ticket] default_component = default_milestone = default_priority = major default_resolution = fixed default_type = defect default_version = max_description_size = 262144 preserve_newlines = default restrict_owner = false workflow = ConfigurableTicketWorkflow [ticket-workflow] accept = new,assigned,accepted,reopened -> accepted accept.operations = set_owner_to_self accept.permissions = TICKET_MODIFY leave = * -> * leave.default = 1 leave.operations = leave_status reassign = new,assigned,accepted,reopened -> assigned reassign.operations = set_owner reassign.permissions = TICKET_MODIFY reopen = closed -> reopened reopen.operations = del_resolution reopen.permissions = TICKET_CREATE resolve = new,assigned,accepted,reopened -> closed resolve.operations = set_resolution resolve.permissions = TICKET_MODIFY [timeline] abbreviated_messages = true changeset_collapse_events = false changeset_long_messages = false changeset_show_files = 0 default_daysback = 30 max_daysback = 90 newticket_formatter = oneliner ticket_show_details = false [trac] authz_file = /home/vjs/repository/conf/authz authz_module_name = auto_reload = False base_url = check_auth_ip = true database = sqlite:db/trac.db default_charset = iso-8859-15 htdocs_location = ignore_auth_case = false mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search metanav = login,logout,prefs,help,about permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy permission_store = DefaultPermissionStore repository_dir = /home/vjs/repository repository_type = svn show_email_addresses = false timeout = 20 use_base_url_for_redirect = False TracSVNAuthzPlugin = true [wiki] ignore_missing_pages = false render_unsafe_content = false split_page_names = false [components] webadmin.* = enabled [/code] Pls Help. I can only see Wiki,Timeline,Roadmap,Brose Source,View Tickiets,New Tckts,Search,Login etc..But not admin stuff.. Pls Help On May 8, 6:23 pm, "Stephen Moretti" <[EMAIL PROTECTED]> wrote: > 2008/5/8 Raina <[EMAIL PROTECTED]>: > > > > > Thanks for the reply.I went through the doc and installed new TRAC > > 0.11rc .I dont see any option where Webadmin is installed could be > > checked. > > How gonna I know if Webadmin is installed or not . Kindly refer the > > docshttp://www.trac-hacks.org/wiki/TracSvnAuthzPluginwhere it says > > Webadmin has to be installed for 0.11rc > > You don't need to enable it. The web admin is available by default. Make > sure that the user you are logging in with has TRAC_ADMIN permissions. You > should see and "admin" link at the far right of t
[Trac] Re: [0.11] Ticket - Workflow
On Thursday 08 May 2008 04:26:32 pm Christian Unger wrote: > I love this configurable workflow! :) Thanks! > btw. is there a way to override the hints 'status will be set to blah. > owner will change to blah'? No, though you can do: [ticket-workflow] someaction.name = This takes some action on the ticket HTH, Eli --. "If it ain't broke now, Eli Carter \ it will be soon." -- crypto-gram [EMAIL PROTECTED] `- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Displaying closed resolutions in workflow_parser.py?
On Thursday 08 May 2008 01:37:54 pm Scott Bussinger wrote: > > If you don't mind, could you file an enhancement ticket, attach a patch > > to it, and assign it to me? That will keep this from getting lost. :) > > Hi Eli, > > I think I got it entered right. It's ticket #7211 and I attempted to > assign it to you (hopefully I got the right username). I attached a > patch file, but I'm not particularly familiar with patch files so > hopefully it's the correct format (I used Beyond Compare to create the > patch file and it supports 4 different patch file formats). Let me > know if it doesn't make sense and I'll post the changes themselves (as > you saw, it's just a couple of lines of code). Looks fine. Thanks, Eli --. "If it ain't broke now, Eli Carter \ it will be soon." -- crypto-gram [EMAIL PROTECTED] `- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: workflow: how to send html email notifications?
On 08.05.2008, at 15:12, Christian Unger wrote: > > So I've altered > > ticket_email_notification.txt that's of course ticket_notify_email.txt ok, that one's simple found it by try and error > first I'd like to let this modified template survive the next > upgrade, thus is it possible to specify the notification template in > trac.ini? but what about the formatting? > second I'd like to do some basic formatting like bold labels and > such inside the notification mail, which probably means I'd need to > specify an html message - how do I do this? cu christian unger --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: [0.11] Ticket - Workflow
Thanks Eli, also for the AdvancedWorkflowPlugin. very much appreciated! SimpleTicket is 0.10 only, but I use blackmagicplugin now to hide fields. it's cool also. I love this configurable workflow! btw. is there a way to override the hints 'status will be set to blah. owner will change to blah'? cu christian unger On 07.05.2008, at 04:57, Eli wrote: > > On Friday 02 May 2008 06:44:58 am Christian Unger wrote: >> ok I found the solution to my first question: >> >> deploy = fixed -> deployed >> deploy.operations = set_resolution, set_owner >> deploy.set_owner = username >> deploy.permissions = TICKET_MODIFY >> >> >> now on to my 2nd, anyone? > > Look into the SimpleTicketPlugin; that may be what you're looking for. > > Eli > --. "If it ain't broke now, > Eli Carter \ it will be soon." -- crypto-gram > [EMAIL PROTECTED] `- > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Private Tickets plugin
Mcgill Guy wrote: Hey, did you have by any chance a moment to look at this ? greatly appreciated . What version of Trac are you using? --Noah signature.asc Description: OpenPGP digital signature
[Trac] Re: SVN Post Commit Email on Windows SBS with tracd
> I have looked through several of the SVN Post Commit related threads > on the group site here and still have a few questions about setting up > Trac to send a post-commit email > 1) Several of the posts make reference to a file "trac-post-commit- > hook.py". I do not have that file on my system. Should I? And if > not, where do I obtain a copy? I'm surprised you never found a reference to the '/contrib' directory (see Trac source code). An exemple of such as script is available there http://trac.edgewall.org/browser/trunk/contrib or a more specialized one: http://trac-hacks.org/browser/revtreeplugin/0.11/hooks > 2) It seems that setting up the post-commit system is a bit tricky on > Windows. Is anyone aware of a complete tutorial on how to set up the > post-commit on a Windows box? See the latest URL: there are some wrapper scripts for Unix shell and batch files. You'll obviously need to tweak the paths they use, but that's a pretty straightforward operation. > I would prefer to not use Perl, since I do not have it installed on > the server. I can install it, but since its not installed already, > I'd prefer to keep things simpler if at all possible. Both those scripts are written in Python - as it's far more easier to invoke Trac API from Python ;-) Cheers, Manu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] SVN Post Commit Email on Windows SBS with tracd
I have looked through several of the SVN Post Commit related threads on the group site here and still have a few questions about setting up Trac to send a post-commit email (including changset number, who made the change, a list of modified files, and the log entry contents) out to a group of individuals upon changeset committal. I am running trac 0.10.4, standalone tracd, on a Windows SBS system. 1) Several of the posts make reference to a file "trac-post-commit- hook.py". I do not have that file on my system. Should I? And if not, where do I obtain a copy? 2) It seems that setting up the post-commit system is a bit tricky on Windows. Is anyone aware of a complete tutorial on how to set up the post-commit on a Windows box? I would prefer to not use Perl, since I do not have it installed on the server. I can install it, but since its not installed already, I'd prefer to keep things simpler if at all possible. Thanks in advance for your help! Brett --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] SVN Post Commit Email on Windows SBS
I have looked through several of the SVN Post Commit related threads on the group site here and still have a few questions about setting up Trac to send a post-commit email (including changset number, who made the change, a list of modified files, and the log entry contents) out to a group of individuals upon changeset committal. I am running trac 0.10.4 on a Windows SBS system. 1) Several of the posts make reference to a file "trac-post-commit- hook.py". I do not have that file on my system. Should I? And if not, where do I obtain a copy? 2) It seems that setting up the post-commit system is a bit tricky on Windows. Is anyone aware of a complete tutorial on how to set up the post-commit on a Windows box? I would prefer to not use Perl, since I do not have it installed on the server. I can install it, but since its not installed already, I'd prefer to keep things simpler if at all possible. Thanks in advance for your help! Brett --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Private Tickets plugin
Hey, did you have by any chance a moment to look at this ? greatly appreciated . cheers. On Apr 22, 10:21 am, "Noah Kantrowitz" <[EMAIL PROTECTED]> wrote: > > here is a subset of my psermissions ( i am changing the user names > > I didn't ask for a subset, I asked for all of it. > > --Noah --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Displaying closed resolutions in workflow_parser.py?
> If you don't mind, could you file an enhancement ticket, attach a patch to it, > and assign it to me? That will keep this from getting lost. :) Hi Eli, I think I got it entered right. It's ticket #7211 and I attempted to assign it to you (hopefully I got the right username). I attached a patch file, but I'm not particularly familiar with patch files so hopefully it's the correct format (I used Beyond Compare to create the patch file and it supports 4 different patch file formats). Let me know if it doesn't make sense and I'll post the changes themselves (as you saw, it's just a couple of lines of code). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Unsupported version control system "svn"
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeroen Ruigrok van der Werven skrev 08-05-2008 09:24: | -On [20080508 06:22], Noah Kantrowitz ([EMAIL PROTECTED]) wrote: |> arrowes wrote: |>> I installed Trac 0.11rc1 from easy_install on debian etch with |>> python2.5 and apache2 with mod_wsgi and I get this message when I try |>> to load Trac: (...) For more on getting python2.5+mod_wsgi to work, see below I have trac 0.11rc1 running on Debian etch with apache2, mod_python and python2.4. I recently did an upgrade (easy_install -U Trac), to follow along with upstream. If you are able to either run a different apache instance, or use mod_python, you shouldn't have any problems running trac 0.11rc1 on Debian. Note that you can have both python2.5 and python2.4 installed on Debian. Whether or not this helps you, depends on your reason for running mod_wsgi, of course. |> I really hope you just sent this before asking the exact same question in |> #trac, and receiving a clear answer. | | Which was the following, summarized: | | Debian Etch' system Python is 2.4, so basically moving to 2.5 brings you in | not-vendor (Debian) supported territory. (You want up to date packages? | Don't follow Debian. At least that's my impression of witnessing Linux from | the side of the BSDs.) Well, no. If you want stable packages follow Debian stable. If you want to "follow along with" upstream and can live with potential api-changes and other problems between upgrades, run Debian testing. (For example, Debian would never allow the kind of changes made to genshi in ~ a stable release -- now I *know* that genshi isn't considered to be stable ~ yet, just making the point that if you tested your package on a given Debian ~ stable release a year ago it will work (or fail:) the same way today as then). If you want binary packages that are essentially following upstream, use Debian unstable. (Ok, I'm a Debian fan, so I get a bit too easily annoyed when people comment on ~ the state of packages i Debian -- Please do not think that I'm ~ flaming/trolling, I've for a long time wanted to give *bsd a serious try, but ~ haven't gotten around to it yet). You are of course correct in your assertion that running anything outside of Debian stable, moves you into "non-vendor" territory. But it's not a bad such place to be, at least not on Debian :-) Besides, using easy_install/source-packages directly from upstream puts you in this position regardless of you distribution. If you can't live with the level of testing done in Debian Testing, you probably shouldn't be using any upstream packages at all. | Also, there is no Debian Etch supported mod_wsgi for 2.5. | | So all in all the conclusion was that trying to compile things by yourself | on Debian gets hairy at best. Well, being on Debian stable, means living with a stable feature set, frozen in time, waiting for next release. There are a couple of ways around this: * It's very easy to run a chroot with testing or unstable on your otherwise ~ stable server, I'd recommend using this with the linux-vserver patch, but ~ that is optional. Running a xen vm is also an option, ofcourse. * You could install lenny packages directly on your stable server, pulling only ~ needed dependencies from lenny (this is hard to do for things like python, ~ that are so tightly integrated with the distribution, and depends on newer ~ libc...) * You could pull source-packages from testing, and build them on your stable ~ system - this usually works quite well. * You could simply run lenny (testing) on the server serving trac Unfortunately http://www.debian-administration.org appears to be down at the moment, for some information on vserver on Debian see: ~ http://wiki.debian.org/LinuxVserver For some information on Debootstrap see: ~ http://wiki.debian.org/Debootstrap Note that all these solutions, with the possible exception of just sticking with debian testing -- might be considered "advanced". One important thing to keep in mind if you choose to go with testing (or especially unstable) is that you cannot like in stable, simply "update and forget" every night -- things might break! So list the updates, have a look at the changelogs, before upgrading your packages, and you should be fine. Best regards, - -- ~ .---. Eirik Schwenke <[EMAIL PROTECTED]> ( NSD ) Harald Hårfagresgate 29Rom 150 ~ '---' N-5007 Bergentlf: (555) 889 13 ~ GPG-key at pgp.mit.edu Id 0x8AA3392C -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIIzlixUW7FIqjOSwRAvMeAKDFN/SFT5to3AMweRTcUW+CQrglYACfUbpe Z+RTGDGGg6TKyoBGkNPnK5o= =srkK -END PGP SIGNATURE- --~--~-~--~~~---~--~~ You received this message because you
[Trac] 0.11: Dates
I noticed in 0.11 all of the dates are displayed as ages (like "5 months ago") rather than the actual dates. For tickets and revision logs this is a particular issue I am having. Is this option configurable on a per-user or per-server basis? For example, I am often doing "forensics" of finding changes in SVN around a date or wanting to know when a ticket was worked on. Often I would rather work with dates. OK, so I know that I can hover the link to get the date. And I know that I can click the dates to go to the timeline and that's all cool. And I've decided that in the end, I prefer seeing the actual dates. What are my options? Jason --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Repurposing Trac for course management (?)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] skrev 07-05-2008 20:09: | On May 7, 11:56 am, Aaron Watters <[EMAIL PROTECTED]> wrote: |> Hi folks. I'm interested in tools for online education |> and it occurs to me that in many ways online courses |> can be a bit like development projects. |> |> Would it be feasible to set up Trac to support managing |> assignments and deliverables between an instructor |> and a group of students? I'd say it all depends -- chiefly on security/privacy concerns, see below. |> Or maybe have a Trac |> project for each student in class for managing that |> student's work? As far as I can tell, this might be a better approach. It all depends on the type of assignments etc -- but at least a personal trac for each student at a course/university would hands down beat all kinds of e-learning tools I've had the misfortune to be exposed to. If there is enough resources in your project to realize this, it would have the added potential benefit of merging personal student homepages, version control and backup of data, with a nice way to trac assignments... With an ldap backend it should be fairly simple to allow professors/teachers access to all the students' tracs, and giving each student a personal trac/svn. One might expand this to have project-level tracs for group assignments, providing a few easy scripts to automate the setup of trac-installations. (...) |> A key concern, of course, would be privacy and security |> -- only the student and the instructor(s) should see the |> deliverables and grading comments for that student, and |> it would be great if there was a special field called "grade" |> that could only be modified by the intructor... Also, a |> university would probably like to manage usernames |> and passwords centrally and stuff like that... I'd be very careful about this -- in my experience adding privacy to a system designed for openness can be difficult in the extreme. Before even attempting such a project be sure you've carefully modelled what privacy and security demands you will have. The classic problem is search indexinging and retrieval leaking sensitive information. (...) | -potentially: rather than attachment, use subversion for "submissions" | of class assignments. Not sure the nature of the courses, and it DOES | put the burden of requiring the students to create a working copy, no | big deal for CS classes etc., might be overkill for say, Literature | 101. TortiseSVN is pretty easy to use. With some effort, it would be possible to use svn with auto-versioning and webdav, allowing less technical students to "ignore" the versioning aspect. I'd say they'd miss out -- but it might be difficult to introduce a new system (trac), a new way of thinking about versions (svn/mercurial) *and* forcing people to use something like LyX for writing essays. I'm sure the students would be *much* better off, than if they use Word/Openoffice -- but it might be a though sell. If you do get this approved, please let me know where you work, I might apply for a masters exchange program there! :-) (...) | That said, it could be quite a big task to get it in place, working, | and also working with/on your internal campus IT system. Absolutely. If you force this through administration without talking it over with IT, I suspect you'll have to do your own system administration, bugfixing and software installs for the foreseeable future -- and you can probably forget about hardware upgrades :-) | Good luck. Indeed, best of luck with your project. As an aside, I think trac has great potential for use in schools and colleges, and I think the community would benefit hugely down the road, both from English lit majors (documentation) and the more obvious computer science graduates. Best regards, - -- ~ .---. Eirik Schwenke <[EMAIL PROTECTED]> ( NSD ) Harald Hårfagresgate 29Rom 150 ~ '---' N-5007 Bergentlf: (555) 889 13 ~ GPG-key at pgp.mit.edu Id 0x8AA3392C -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIIyqRxUW7FIqjOSwRAjxjAJ9fSx7x6ZAV05YHBSXnqalsBwadYACcCLr6 7omzsqDE9W7YllKL58/yMOc= =Rtik -END PGP SIGNATURE- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: TRAC with SVN Authz??
2008/5/8 Raina <[EMAIL PROTECTED]>: > > Thanks for the reply.I went through the doc and installed new TRAC > 0.11rc .I dont see any option where Webadmin is installed could be > checked. > How gonna I know if Webadmin is installed or not . Kindly refer the > docs http://www.trac-hacks.org/wiki/TracSvnAuthzPlugin where it says > Webadmin has to be installed for 0.11rc You don't need to enable it. The web admin is available by default. Make sure that the user you are logging in with has TRAC_ADMIN permissions. You should see and "admin" link at the far right of the menu. This is the web admin. > Can you pls help me as I tried running this command: > > [EMAIL PROTECTED]:/var/lib/trac/conf$ sudo easy_install > https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11 > Downloading > https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11 > error: Download error for > https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11 > : > (110, 'Connection timed out') > That should work. You should get a prompt to accept a certificate temporarily after which the install should go ahead. If its installed correctly, when you go into the plugin section under the admin you should see "tracsvnauthz 0.11.1" as a plugin. Expand this entry by clicking on the name and checking the box in the "enabled" column. And that should be it. You should see an new entry in the admin menu to the left called "Subversion > Permissions" Regards Stephen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: workflow: how to send html email notifications?
On 08.05.2008, at 15:12, Christian Unger wrote: > > So I've altered > > ticket_email_notification.txt that's of course ticket_notify_email.txt > first I'd like to let this modified template survive the next > upgrade, thus is it possible to specify the notification template in > trac.ini? > second I'd like to do some basic formatting like bold labels and > such inside the notification mail, which probably means I'd need to > specify an html message - how do I do this? cu christian unger --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] workflow: how to send html email notifications?
So I've altered ticket_email_notification.txt first I'd like to let this modified template survive the next upgrade, thus is it possible to specify the notification template in trac.ini? second I'd like to do some basic formatting like bold labels and such inside the notification mail, which probably means I'd need to specify an html message - how do I do this? cu christian unger --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: TRAC with SVN Authz??
Anyway, I downloaded the folders under /0.11 and installed as #easy_install 0.11 and it is installed now. How gonna I configure now.When I am trying to explore browse source it says: Insufficient permissions to access / Pls Help. On May 8, 4:32 pm, Raina <[EMAIL PROTECTED]> wrote: > Thanks for the reply.I went through the doc and installed new TRAC > 0.11rc .I dont see any option where Webadmin is installed could be > checked.Can you pls help me as I tried running this command: > > [EMAIL PROTECTED]:/var/lib/trac/conf$ sudo > easy_installhttps://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin... > Downloadinghttps://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin... > error: Download error > forhttps://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin... > (110, 'Connection timed out') > > How gonna I know if Webadmin is installed or not . Kindly refer th > docshttp://www.trac-hacks.org/wiki/TracSvnAuthzPluginwhere it says > Webadmin has to be installed for 0.11rc > > On May 7, 2:04 pm, "Stephen Moretti" <[EMAIL PROTECTED]> > wrote: > > > > > 2008/5/7 Raina <[EMAIL PROTECTED]>: > > > > I have SVN Server running on Ubuntu System.I have configured authz > > > file for access to all developers.The same authentication I want to > > > configure for TRAC too.I have been suggested to use WebAdmin but doubt > > > how to download as I can see only the repository. > > > Any idea how gonna I do that?? > > > Raina, > > > If you're using Trac 0.11, which is definitely recommended, then the web > > admin is already available for you to use. > > You might findhttp://www.trac-hacks.org/wiki/TracSvnAuthzPluginauseful > > plugin. > > > For information on installing plugins take a look here > > :http://trac.edgewall.org/wiki/TracPlugins > > > If you're stuck with Trac 0.10, then take a look here > > :http://trac.edgewall.org/wiki/WebAdmin There are instructions on how to > > install the plug-in from this page.- Hide quoted text - > > - Show quoted text - --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Including wiki pages from a different environment
On May 8, 11:08 am, Noah Kantrowitz <[EMAIL PROTECTED]> wrote: > didley wrote: > >> Using the IncludeMacro: > > >> [[Include(http://othertrac/wiki/Page?format=raw, text/x-trac-wiki)]] > > >> --Noah > > Sounds gut but I'm using Trac 0.11dev and the Include Macro works not > > with this Version. > > It works fine for me on 0.11-stable. > > --Noah Oh I see. I did use the include macro from Macro Bazaar. Now I found yours on trac-hacks.org. Trac recognize the plug in but when I use your example the I get Error while retrieving file HTTP Error 404: Not Found It works with general web sites for example www.gmx.de but it don't works with a site from a other environment. I wrote the name of the wiki page in correct form. I don't know why. - didley --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Listing in ticket field Cc
On Thu, May 08, 2008 at 01:12:19PM +0200, Jens Kubieziel wrote: > > 2008/5/8 Erik Andersson <[EMAIL PROTECTED]>: > > On Thu, May 8, 2008 at 11:27 AM, Jens Kubieziel > > wrote: > > > > > we often use the Cc:-field of a ticket to include other persons. > > > However sometimes it is not well-known who has a login or names are > > > mistyped. So what is the best way to type in only valid names? Could > > > it be realised by a kind of list? > > http://trac.edgewall.org/wiki/TracTickets#Assign-toasDrop-DownList > > According to the wiki, this option is special to Assign-to and I don't > how that can help with Cc: Correct - and I do not see a reason for dropdown lists in Cc. Normally, you have a pretty small and well defined list of users (say: engineers, support people...) that can get tickets assigned. OTOH, you may want to Cc other people, as you do. But this can be nearly everyone, and therefor, it would be useless in most cases to have a fixed list for Cc fields. Just my eurocents, Rainer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: TRAC with SVN Authz??
Thanks for the reply.I went through the doc and installed new TRAC 0.11rc .I dont see any option where Webadmin is installed could be checked.Can you pls help me as I tried running this command: [EMAIL PROTECTED]:/var/lib/trac/conf$ sudo easy_install https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11 Downloading https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11 error: Download error for https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11: (110, 'Connection timed out') How gonna I know if Webadmin is installed or not . Kindly refer th docs http://www.trac-hacks.org/wiki/TracSvnAuthzPlugin where it says Webadmin has to be installed for 0.11rc On May 7, 2:04 pm, "Stephen Moretti" <[EMAIL PROTECTED]> wrote: > 2008/5/7 Raina <[EMAIL PROTECTED]>: > > > > > I have SVN Server running on Ubuntu System.I have configured authz > > file for access to all developers.The same authentication I want to > > configure for TRAC too.I have been suggested to use WebAdmin but doubt > > how to download as I can see only the repository. > > Any idea how gonna I do that?? > > Raina, > > If you're using Trac 0.11, which is definitely recommended, then the web > admin is already available for you to use. > You might findhttp://www.trac-hacks.org/wiki/TracSvnAuthzPlugina useful > plugin. > > For information on installing plugins take a look here > :http://trac.edgewall.org/wiki/TracPlugins > > If you're stuck with Trac 0.10, then take a look here > :http://trac.edgewall.org/wiki/WebAdmin There are instructions on how to > install the plug-in from this page. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Listing in ticket field Cc
2008/5/8 Erik Andersson <[EMAIL PROTECTED]>: > On Thu, May 8, 2008 at 11:27 AM, Jens Kubieziel > wrote: > > > we often use the Cc:-field of a ticket to include other persons. > > However sometimes it is not well-known who has a login or names are > > mistyped. So what is the best way to type in only valid names? Could > > it be realised by a kind of list? > http://trac.edgewall.org/wiki/TracTickets#Assign-toasDrop-DownList According to the wiki, this option is special to Assign-to and I don't how that can help with Cc: --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Listing in ticket field Cc
http://trac.edgewall.org/wiki/TracTickets#Assign-toasDrop-DownList On Thu, May 8, 2008 at 11:27 AM, Jens Kubieziel <[EMAIL PROTECTED]> wrote: > > Hi, > > we often use the Cc:-field of a ticket to include other persons. > However sometimes it is not well-known who has a login or names are > mistyped. So what is the best way to type in only valid names? Could > it be realised by a kind of list? > > Any hints are appreciated. > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Idiotic newbie question
On May 8, 11:25 am, Christian Boos <[EMAIL PROTECTED]> wrote: > Thanks for your explanations! > > Also related: > -http://trac.edgewall.org/ticket/5752 > -http://trac.edgewall.org/ticket/6739#comment:9 Thanks, I had forgotten that comment 14 (http://trac.edgewall.org/ ticket/5752#comment:14) is mine :P Doc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Listing in ticket field Cc
Hi, we often use the Cc:-field of a ticket to include other persons. However sometimes it is not well-known who has a login or names are mistyped. So what is the best way to type in only valid names? Could it be realised by a kind of list? Any hints are appreciated. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Including wiki pages from a different environment
didley wrote: Using the IncludeMacro: [[Include(http://othertrac/wiki/Page?format=raw, text/x-trac-wiki)]] --Noah Sounds gut but I'm using Trac 0.11dev and the Include Macro works not with this Version. It works fine for me on 0.11-stable. --Noah signature.asc Description: OpenPGP digital signature
[Trac] Tooltip macro?
Has anyone seen a Trac Macro that uses something like jTip or some other tooltip javascript to allow popping up a window with some details when hover on a link? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Trac notifications get filtered out by Google Groups
Hi, I'm currently experiencing a strange problem with the notifications. I set up a Trac component which should notify to a GoogleGroup list. As I set up an email alias I can follow the notification right to the point where it is sent to the Google Groups' address. So the notification is actually sent. First I thought it had something to do with the option use_public_cc but this has no influence. Posting to the Group directly by using the same from-address as in the trac.ini defined works. Does anybody else have similar experiences and perhaps even a solution? Thanks, Dietmar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Including wiki pages from a different environment
> Using the IncludeMacro: > > [[Include(http://othertrac/wiki/Page?format=raw, text/x-trac-wiki)]] > > --Noah Sounds gut but I'm using Trac 0.11dev and the Include Macro works not with this Version. - thanx didley --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Idiotic newbie question
Doc wrote: > > On May 6, 4:14 pm, Jeroen Ruigrok van der Werven <[EMAIL PROTECTED] > nomine.org> wrote: > >> -On [20080506 11:49], Bill Johnson ([EMAIL PROTECTED]) wrote: >> >> >>> ModName: libapr.dll >>> >> I find this one to be very suspect. >> This means that it's the SVN SWIG bindings to Python that are causing >> issues, not Python itself. >> > > I had the same problem. It is a little complicated, but, if I remember > correctly, it goes like this: > > The problem lies with the installable SVN package. I got svn-1.4.6- > setup.exe from > http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100&expandFolder=8100&folderID=8100 > which is supposedly "build against Apache 2.2" (so says the folder). > This is not the case and instead of using libapr-1, it uses libapr > (i.e. it is build against Apache 2.0!). When installed, libapr.dll is > installed with svn and the installation path is included in the PATH. > > svn-python-1.4.6, on the other hand, has some kind of problem and can > dynamically link with libapr.dll instead of libapr-1.dll, if it is > found first in the path, which makes it crash (Python crashes and, > thus, Apache). > > This bugged me for 2 whole weeks. I uninstalled SVN, and just used the > binaries (from svn-win32-1.4.6.zip) which include and use libapr-1.dll > > Thanks for your explanations! Also related: - http://trac.edgewall.org/ticket/5752 - http://trac.edgewall.org/ticket/6739#comment:9 If anyone feels tempted to yell "damn M$ dll hell!", please take a look at the long list of weird svn issues which also exist on Linux, Solaris, ... (http://trac.edgewall.org/wiki/TracSubversion#Troubleshooting), then just replace M$ by anything more general before yelling :-) -- Christian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Idiotic newbie question
On May 6, 4:14 pm, Jeroen Ruigrok van der Werven <[EMAIL PROTECTED] nomine.org> wrote: > -On [20080506 11:49], Bill Johnson ([EMAIL PROTECTED]) wrote: > > >ModName: libapr.dll > > I find this one to be very suspect. > This means that it's the SVN SWIG bindings to Python that are causing > issues, not Python itself. I had the same problem. It is a little complicated, but, if I remember correctly, it goes like this: The problem lies with the installable SVN package. I got svn-1.4.6- setup.exe from http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100&expandFolder=8100&folderID=8100 which is supposedly "build against Apache 2.2" (so says the folder). This is not the case and instead of using libapr-1, it uses libapr (i.e. it is build against Apache 2.0!). When installed, libapr.dll is installed with svn and the installation path is included in the PATH. svn-python-1.4.6, on the other hand, has some kind of problem and can dynamically link with libapr.dll instead of libapr-1.dll, if it is found first in the path, which makes it crash (Python crashes and, thus, Apache). This bugged me for 2 whole weeks. I uninstalled SVN, and just used the binaries (from svn-win32-1.4.6.zip) which include and use libapr-1.dll Doc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---
[Trac] Re: Unsupported version control system "svn"
-On [20080508 06:22], Noah Kantrowitz ([EMAIL PROTECTED]) wrote: >I really hope you just sent this before asking the exact same question in >#trac, and receiving a clear answer. Which was the following, summarized: Debian Etch' system Python is 2.4, so basically moving to 2.5 brings you in not-vendor (Debian) supported territory. (You want up to date packages? Don't follow Debian. At least that's my impression of witnessing Linux from the side of the BSDs.) Also, there is no Debian Etch supported mod_wsgi for 2.5. So all in all the conclusion was that trying to compile things by yourself on Debian gets hairy at best. -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B If Winter comes, can Spring be far behind..? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~--~~~~--~~--~--~---