Changes between Version 3 and Version 4 of TracCreateWebUiScript


Ignore:
Timestamp:
Nov 4, 2015, 11:16:00 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, still requires feature list

Legend:

Unmodified
Added
Removed
Modified
  • TracCreateWebUiScript

    v3 v4  
    1 = Trac Create Web UI =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Trac Create Web UI
    44
    5 This trachack is a combination of scripts I had found and some custom coded.
     5== Description
    66
    7 I started with the `init.pl` found @ http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/ and redid it in python.
     7I started with the `init.pl` found @ http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/ and redid it in Python.
    88
    99That `init.pl` is great, however I don't want to always have to ssh to the server to create a new project/svn.
     
    1111I then took a great php form from http://www.easyphpcontactform.com/ and modified and hacked it up quite a bit.
    1212
    13 At this stage the application runs locally just fine, but when I move it to the server the script fails.  I haven't had much time to debug, and I think its time to hand it off to the community to help out.
     13At this stage the application runs locally fine, but when I move it to the server the script fails.
    1414
    15 Its a simple script, but it does the job.
     15Tested it with Trac version 0.11.5 and svnserve 1.4.6.
    1616
    17 I've tested it with my Trac install 0.11.5 and svnserve 1.4.6.
     17Notice the python script contains the superuser password, which is unsecure and needs work.
    1818
    19 I know my python script needs work.  Also, notice the python script contains the superuser password.  I know this is unsecure, but any ideas on how to do it?
    20 
    21 UPDATE:  If someone has a better solution, please let me know.  Maybe I missed something.
    22 
    23 == Bugs/Feature Requests ==
     19== Bugs/Feature Requests
    2420
    2521Existing bugs and feature requests for TracCreateWebUiScript are
     
    2723
    2824If you have any issues, create a
    29 [http://trac-hacks.org/newticket?component=TracCreateWebUiScript&owner=shaiss new ticket].
     25[/newticket?component=TracCreateWebUiScript new ticket].
    3026
    31 == Download ==
     27[[TicketQuery(component=TracCreateWebUiScript&group=type,format=progress)]]
    3228
    33 Download the zipped source from [download:traccreatewebuiscript here].
     29== Download
    3430
    35 == Source ==
     31Download the zipped source from [export:traccreatewebuiscript here].
    3632
    37 You can check out TracCreateWebUiScript from [http://trac-hacks.org/svn/traccreatewebuiscript here] using Subversion, or [source:traccreatewebuiscript browse the source] with Trac.
     33== Source
    3834
    39 == Example ==
     35You can check out TracCreateWebUiScript from [/svn/traccreatewebuiscript here] using Subversion, or [source:traccreatewebuiscript browse the source] with Trac.
     36
     37== Example
    4038
    4139User enters there registered name, short project name, long project name and that's it.
     
    4341[[Image(tracWEB.png)]]
    4442
    45 == Recent Changes ==
     43== Recent Changes
    4644
    4745[[ChangeLog(traccreatewebuiscript, 3)]]
    4846
    49 == Author/Contributors ==
     47== Author/Contributors
    5048
    5149'''Author:''' [wiki:shaiss] [[BR]]
     50'''Maintainer:''' [[Maintainer]] [[BR]]
    5251'''Contributors:'''