| [00:07:36] |
* |
moolight has quit IRC |
| [00:07:42] |
* |
moolight_KSgxb has joined #trac |
| [00:07:46] |
* |
moolight_KSgxb is now known as moolight |
| [00:08:14] |
* |
cmlenz has quit IRC |
| [00:19:40] |
* |
lightcap has joined #trac |
| [00:27:56] |
* |
Epcylon has joined #trac |
| [00:37:16] |
* |
angrymike has joined #trac |
| [00:41:50] |
* |
cmlenz has joined #trac |
| [01:01:46] |
* |
jesterKing has joined #trac |
| [01:02:36] |
<jesterKing> |
hi, I get "ParseError: [/usr/share/trac/templates/wiki.cs:158] Undefined macro called: wikitoolbar('text')" on a freshly installed trac (0.9.6) |
| [01:02:47] |
<jesterKing> |
uhm |
| [01:02:57] |
<jesterKing> |
ParseError: [/usr/share/trac/templates/wiki.cs:158] Undefined macro called: wiki_toolbar('text') |
| [01:03:05] |
* |
jesterKing can't copypaste properly :/ |
| [01:03:10] |
* |
flox|away has joined #trac |
| [01:04:27] |
<jesterKing> |
is there a known fix for this? |
| [01:13:58] |
<renton> |
to determine whether a user has specified his email, is there an easier way besides querying 'session_attribute'? |
| [01:16:44] |
* |
lightcap has quit IRC |
| [01:20:33] |
* |
Adrenalin` has joined #trac |
| [01:20:56] |
<Adrenalin`> |
Can a regular user register on the trac ? |
| [01:21:11] |
<Adrenalin`> |
(can't find the registration link) |
| [01:26:13] |
* |
otaku42_away is now known as otaku42 |
| [01:37:01] |
<angrymike> |
anyone know if athomas will be resyncing the workflow branch, when 0.10 is out ? |
| [02:00:35] |
<cmlenz> |
jesterKing: as that isn't a known problem, there's no known fix ;-) |
| [02:00:42] |
<jesterKing> |
hmm, changeset 1088, apparently wiki_toolbar was removed then (2 years ago). |
| [02:01:07] |
<cmlenz> |
you'll need to update your templates |
| [02:01:09] |
<jesterKing> |
I guess I fix it by just adding class="wikitext" to the parts where call:wiki_toolbar('text') is |
| [02:01:29] |
<jesterKing> |
cmlenz: hmm. I'm just using whatever came through apt-get :) |
| [02:01:38] |
<jesterKing> |
I guess this is a small fix |
| [02:01:46] |
<cmlenz> |
but you had a version installed before? |
| [02:02:00] |
<jesterKing> |
hmm, actually |
| [02:02:28] |
<jesterKing> |
now I'm not sure what debian had installed. I *did* do also a manual python setup.py --install |
| [02:02:51] |
* |
jesterKing goes copying around a bit |
| [02:04:45] |
<jesterKing> |
well, that looks *much* better :) thanks for the pointer |
| [02:19:25] |
* |
gakman has joined #trac |
| [02:22:28] |
* |
Azrael has quit IRC |
| [02:41:59] |
* |
tuxipuxi has joined #trac |
| [02:42:57] |
* |
renton has left #trac |
| [02:43:15] |
* |
hikozaemon has quit IRC |
| [02:47:51] |
* |
bballizlife has quit IRC |
| [02:52:07] |
* |
renton has joined #trac |
| [02:54:55] |
* |
gakman has quit IRC |
| [03:02:16] |
* |
neuralis has joined #trac |
| [03:04:16] |
<neuralis> |
hey, folks. is trunk webadmin supposed to work with 0.10? |
| [03:05:09] |
* |
flox|away is now known as flox |
| [03:24:24] |
* |
moolight has quit IRC |
| [03:24:50] |
<cmlenz> |
neuralis: yes |
| [03:25:28] |
<renton> |
i'm using the permission policy branch and have written a permission policy for it. but for certain users i'd like to redirect them to the 'settings' page -- can this be done through IPermissionPolicy or will i have to use IRequestHandler? |
| [03:25:48] |
<neuralis> |
cmlenz: i'm running into the 'no admin pages available' problem; i'm going to update to trac trunk and see if it persists. |
| [03:26:11] |
<cmlenz> |
you get that error if you don't have TRAC_ADMIN permissions |
| [03:27:06] |
<neuralis> |
i double checked, and i do. |
| [03:27:34] |
<razor> |
is it possible to add new ticket states - as new/assigned/closed. I would really like a feedback state in between assigned and closed :) |
| [03:31:51] |
<tuxipuxi> |
cmlenz, the 0.10 plugin api is fully compatible with 0.9? |
| [03:32:18] |
<cmlenz> |
mostly, but not completely |
| [03:32:26] |
<cmlenz> |
good point, we should probably collect the differences somewhere |
| [03:32:54] |
<tuxipuxi> |
that would be great |
| [03:33:13] |
<tuxipuxi> |
for the projects itself, a simple 'trac-admin env upgrade' will be sufficient? |
| [03:33:37] |
<cmlenz> |
see the UPGRADE file |
| [03:33:39] |
<cmlenz> |
but mostly yes |
| [03:33:45] |
<cmlenz> |
you may want to do a resync, too |
| [03:34:14] |
<tuxipuxi> |
haven't downloaded the beta yet, only had a look at TracUpgrade ;) |
| [03:34:32] |
<cmlenz> |
well, it has the same info |
| [03:34:41] |
<cmlenz> |
http://trac.edgewall.org/wiki/TracUpgrade#From0.9.xto0.10.x |
| [03:34:55] |
<cmlenz> |
which is always in addition to the general instructions |
| [03:35:17] |
<tuxipuxi> |
which says nothing about doing a resync ;) |
| [03:35:33] |
<cmlenz> |
well, that's why it's a beta ;-) |
| [03:35:44] |
<tuxipuxi> |
heh |
| [03:41:20] |
<cmlenz> |
I've added it now |
| [03:42:41] |
* |
Riccc has joined #trac |
| [03:49:08] |
<neuralis> |
cmlenz: fwiw, problem went away with trac trunk |
| [03:49:21] |
<cmlenz> |
and what were you using before? |
| [03:51:06] |
<neuralis> |
rather old 0.10 checkout |
| [03:51:14] |
<cmlenz> |
ah |
| [03:57:38] |
* |
Nobody-AC1A1 has quit IRC |
| [04:03:54] |
* |
bryanl_ has joined #trac |
| [04:06:33] |
* |
kmccabe has left #trac |
| [04:09:18] |
<neuralis> |
cmlenz: by the way, is there an easy way to restrict ticket add and modify ops to logged-in users? |
| [04:20:22] |
* |
kenvandine has quit IRC |
| [04:25:20] |
* |
jesterKing is now known as amino |
| [04:27:34] |
* |
flox has quit IRC |
| [04:37:57] |
<cmlenz> |
neuralis: sure, see TracPermissions |
| [04:38:13] |
<cmlenz> |
combine with the virtual "authenticated" group |
| [04:40:23] |
<neuralis> |
cmlenz: d'oh, of course. thanks. |
| [04:42:57] |
* |
tuxipuxi has quit IRC |
| [04:44:55] |
<renton> |
the way there is the $USER variable for trac reports -- is there an equivalent for queries? |
| [04:48:24] |
<renton> |
oh nevermind. Not using any parameter for a query does what i needed it for. |
| [04:52:15] |
<renton> |
btw, trac doesn't like blank queries like this [query: asdasd]. its causing a python traceback |
| [04:52:49] |
<renton> |
atleast on the security branch |
| [05:09:59] |
* |
bryanl_ has quit IRC |
| [05:32:12] |
<alect> |
sweet security branch |
| [05:32:20] |
<alect> |
although slightly out of date now i must say |
| [05:50:57] |
* |
Semhirage has quit IRC |
| [05:53:01] |
* |
flox has joined #trac |
| [06:00:36] |
* |
amino is now known as jesterKing |
| [06:01:43] |
* |
chjunior has joined #trac |
| [06:18:17] |
* |
chjunior has quit IRC |
| [06:18:47] |
* |
stretch has quit IRC |
| [06:30:14] |
* |
tuxipuxi has joined #trac |
| [06:30:45] |
* |
renton has quit IRC |
| [06:36:03] |
* |
agile has quit IRC |
| [06:40:00] |
* |
stretch_ has joined #trac |
| [06:40:52] |
* |
jesterKing is now known as amino |
| [06:41:05] |
* |
cedricOB has quit IRC |
| [06:43:53] |
* |
Marlun has joined #trac |
| [06:47:09] |
<Marlun> |
I just upgraded trac with the latest dev source code, and then I created a new enviorment, but when I go to my "Available Projects" page, only my old projects are shown as links and the newly created gives an Error: (file is encrypted or is not a database) |
| [06:47:14] |
<Marlun> |
what can cause this? |
| [06:49:08] |
* |
danbeck has joined #trac |
| [06:49:19] |
<Marlun> |
nm, my bad :) |
| [07:04:08] |
* |
X-Gen has joined #trac |
| [07:04:11] |
<X-Gen> |
hey all |
| [07:04:28] |
* |
sanmarcos has quit IRC |
| [07:04:41] |
<tuxipuxi> |
hey X-Gen |
| [07:05:09] |
* |
sanmarcos has joined #trac |
| [07:05:26] |
* |
X-Gen would like to make the ticket.time field editable, right now it shows me the int value of the time. what would be the best way to format it before showing/before inserting the data ? |
| [07:07:48] |
* |
klando has joined #trac |
| [07:07:52] |
* |
klando is now known as cedricOB |
| [07:09:04] |
* |
appel has quit IRC |
| [07:11:15] |
<angrymike> |
hi all, I have a macro that is using the Query class to retrieve a group of tickets, but when I try and access the owner column it is not available |
| [07:11:38] |
<angrymike> |
and when I print out the ticket some columns are not listed. :/ |
| [07:12:10] |
* |
agile has joined #trac |
| [07:17:51] |
<X-Gen> |
any idea's ? the date is stored as a int, i would like to be able to change this date ? |
| [07:18:24] |
* |
Gruf has quit IRC |
| [07:19:00] |
* |
Gruf has joined #trac |
| [07:19:34] |
<angrymike> |
ahhh I got it |
| [07:22:17] |
* |
mjg2 has joined #trac |
| [07:25:01] |
<matt_good> |
X-Gen: it's stored as a Unix timestamp |
| [07:25:37] |
<Marlun> |
Which plugins again should I use if I want to be able to login and configure trac from the web? |
| [07:25:42] |
<matt_good> |
X-Gen: where are you displaying it? |
| [07:26:04] |
<matt_good> |
Marlun: WebAdmin |
| [07:26:41] |
<matt_good> |
Marlun: I think there's another TracIniPlugin or something like that on trac-hacks.org |
| [07:34:09] |
<X-Gen> |
matt_good, i want it to be an editable field once u have captured the ticket. right now the field is showing the unix timestamp as you siad |
| [07:34:12] |
<X-Gen> |
said rather |
| [07:34:24] |
<Marlun> |
matt_good: ok, thanks |
| [07:36:00] |
<X-Gen> |
util.format_datetime() will do the conversion for me, but im not sure where i should put that |
| [07:39:54] |
* |
X-Gen wonders if he is making any sence |
| [07:43:18] |
<coderanger> |
cmlenz: Is it normal for bitten to fail some of the unit tests? |
| [07:43:45] |
<Marlun> |
Ok, I've put the WebAdmin .egg file in the plugins folder of my enviorment, and I've added TRAC_ADMIN priv to my username, but how do I identify myself as that user? |
| [07:44:49] |
<cmlenz> |
coderanger: yeah, I think some are still broken with 0.10dev |
| [07:45:10] |
<coderanger> |
cmlenz: Its just 4, and all with 'TracError: Unsupported version control system "svn"' |
| [07:45:59] |
<cmlenz> |
right… didn't figure that out yet |
| [07:46:16] |
<coderanger> |
But it should work with 0.10? |
| [07:46:30] |
<cmlenz> |
I actually fixed most of the tests a couple weeks ago, just those 4 remaining |
| [07:46:35] |
<cmlenz> |
yeah, it should |
| [07:47:14] |
<coderanger> |
okay :) |
| [07:48:19] |
* |
matt_good has quit IRC |
| [07:53:39] |
<Marlun> |
there is no Login or Admin link apearing. =/ |
| [07:54:15] |
<cmlenz> |
Marlun: http://trac.edgewall.org/wiki/TracPlugins#Troubleshooting |
| [08:01:01] |
* |
hpnadig has joined #trac |
| [08:07:49] |
* |
matt_good has joined #trac |
| [08:18:21] |
* |
tolsen has quit IRC |
| [08:26:18] |
* |
peppelorum has joined #trac |
| [08:38:26] |
<X-Gen> |
hmmm, making the ticket create time editable is not as easy as i thought it would be |
| [08:39:25] |
* |
osimons has joined #trac |
| [08:44:20] |
<matt_good> |
X-Gen: why do you want to do that? |
| [08:45:47] |
<X-Gen> |
um |
| [08:47:04] |
<X-Gen> |
if the ticket was captured later than it was reported to the user, i need the date to be updated. keeping a history that the user updated the date |
| [08:47:32] |
<X-Gen> |
its for internal tracking of when a ticket was opened/assigned and closed |
| [08:47:35] |
<coderanger> |
sounds like you want a custom field |
| [08:48:34] |
<X-Gen> |
a custom field that i auto-populate when the ticket is created |
| [08:50:20] |
<matt_good> |
autopopulating it would require the changes in the "workflow" branch, but I would think if it's not filled in you could look at the creation date instead |
| [08:51:04] |
<X-Gen> |
should i store the date as an int ? then do a conversion to string when displaying it ? |
| [08:51:54] |
<matt_good> |
X-Gen: take a look at the docs http://trac.edgewall.org/wiki/TracTicketsCustomFields |
| [08:52:16] |
<X-Gen> |
kewlo, thanks for the pointers |
| [08:52:21] |
<matt_good> |
right now your options are text/checkbox/select/radio/textarea |
| [08:52:51] |
<matt_good> |
validation and such should be possible in Trac 0.11 once the workflow stuff is merged in |
| [08:59:44] |
* |
Jippi has joined #trac |
| [08:59:51] |
<Jippi> |
how do i remove a ticket ? o0 |
| [09:00:42] |
<Jippi> |
i can only find 'invalid' in the 'resolve' |
| [09:01:18] |
* |
inetwsnet has quit IRC |
| [09:02:33] |
<matt_good> |
Jippi: yeah, that's been the standard way to deal with invalid tickets in Trac |
| [09:02:55] |
<matt_good> |
there's a TicketDeletePlugin on trac-hacks.org if you do want to fully delete a ticket though |
| [09:03:23] |
<Jippi> |
oki |
| [09:03:26] |
<Jippi> |
thanks |
| [09:04:10] |
* |
inetwsnet has joined #trac |
| [09:05:19] |
* |
Blackhex has joined #trac |
| [09:11:40] |
<Jippi> |
hmm - cant find anywhere do delete it though - installed the plugin now |
| [09:12:20] |
<Jippi> |
ah - there we go |
| [09:15:21] |
* |
ryepup has quit IRC |
| [09:23:43] |
* |
otaku42 is now known as otaku42_away |
| [09:24:49] |
* |
Blackhex_ has joined #trac |
| [09:34:08] |
* |
flox has quit IRC |
| [09:39:55] |
* |
Blackhex has quit IRC |
| [09:40:42] |
* |
gakman has joined #trac |
| [09:41:06] |
<Marlun> |
Do you need any other plugin then WebAdmin to be able to login into Trac? I installed WebAdmin but there are no Admin or Login links, I've checked the plugin troubleshoot page. |
| [09:42:48] |
<matt_good> |
you don't need any plugins to login to Trac |
| [09:43:23] |
<Marlun> |
hmmm weird. |
| [09:43:42] |
<matt_good> |
though you would probably need to login to access the Admin pages |
| [09:44:14] |
<Marlun> |
all I got is the Settings, Help/Guide and About Trac, and the login link should be next to the Settings link. |
| [09:44:50] |
<matt_good> |
yeah |
| [09:45:18] |
<matt_good> |
have you disabled anything in the [components] section on trac.ini? |
| [09:46:43] |
<Marlun> |
nope I however added a [components] category and the webadmin.* = enabled to that in the conf folder inside my trac enviorment. |
| [09:52:04] |
* |
llsalive has joined #trac |
| [09:54:46] |
* |
llsalive has quit IRC |
| [10:00:17] |
* |
em-dash has joined #trac |
| [10:01:19] |
* |
jborg has joined #trac |
| [10:04:25] |
<Marlun> |
ah the web.auth was disabled in the main trac.ini, when I enabled it the Login link apeared, however when I clicked it I got: Not found: No handler matched request to /login |
| [10:08:29] |
<cmlenz> |
try restarting the server |
| [10:14:16] |
* |
Blackhex__ has joined #trac |
| [10:16:33] |
<Marlun> |
cmlenz: shared host :) |
| [10:16:34] |
* |
klasstek has joined #trac |
| [10:16:56] |
<cmlenz> |
running CGI then? |
| [10:17:05] |
* |
Blackhex_ has quit IRC |
| [10:18:18] |
<Marlun> |
Fast-CGI |
| [10:18:22] |
* |
ryepup has joined #trac |
| [10:20:21] |
<cmlenz> |
you'll have to restart the fastcgi process to get some changes to be accepted fully |
| [10:20:39] |
<cmlenz> |
such as enabling/disabling components |
| [10:21:04] |
<Marlun> |
ah, damn forgot how to do that again :) |
| [10:23:37] |
* |
sanmarcos has quit IRC |
| [10:24:16] |
* |
sanmarcos has joined #trac |
| [10:36:04] |
<coderanger> |
Marlun: kill -9 ;-) |
| [10:36:20] |
* |
chandlerc has joined #trac |
| [10:39:20] |
* |
milk-it has joined #trac |
| [10:47:44] |
* |
mjg2 has quit IRC |
| [10:48:32] |
* |
Marlun has quit IRC |
| [10:49:11] |
* |
_gpg_ has joined #trac |
| [10:49:14] |
<_gpg_> |
hi |
| [10:49:41] |
<_gpg_> |
can trac manage many databases installed on different systems ? |
| [10:49:50] |
<misc> |
ie ? |
| [10:49:52] |
<coderanger> |
what do you mean? |
| [10:50:55] |
<coderanger> |
each trac instance uses just one database |
| [10:51:18] |
<coderanger> |
though if you are using postgres or mysql, I suppose each could be on a different DB server |
| [10:53:15] |
<_gpg_> |
i mean im working on some projects with contributors located in may coutries |
| [10:53:39] |
<misc> |
well, trac is a web interface, so yes , many people can use it |
| [10:53:47] |
<_gpg_> |
each group is working on a lyer and owns it's source/bug ..databases |
| [10:54:14] |
<coderanger> |
You install Trac on a single server somewhere, and then everyone just uses that |
| [10:55:54] |
<_gpg_> |
we got large svn databases (about 2Go each) and i want to track just some features wich are comon |
| [10:56:34] |
<_gpg_> |
DB1 containt feature1 + DB2 containt feature2 ... i want to regroup feature 1 feature2 without making all sources in the same repo |
| [10:56:40] |
<jborg> |
matt_good, you there? |
| [10:56:49] |
<matt_good> |
jborg: yeah |
| [10:57:01] |
<coderanger> |
_gpg_: "Sort of" |
| [10:57:15] |
<jborg> |
did you get any mail from google groups about the trac-tickets google group? |
| [10:57:21] |
<coderanger> |
_gpg_: There is some work being done it in (TracForgePlugin on trac-hacks) but its not done yet |
| [10:57:37] |
<matt_good> |
jborg: yes |
| [10:58:48] |
<jborg> |
matt_good, ok, good. I added a few people at first and it worked, but my second larger "add" was put on old by the system. I was told the support needed to review it |
| [10:59:01] |
<matt_good> |
heh |
| [10:59:59] |
<jborg> |
I'm not sure if I should wait until that clears or if I should go ahead and convert the other lists as well. |
| [11:00:19] |
<coderanger> |
_gpg_: Check out the subscription subsystem of tracforge |
| [11:00:38] |
<coderanger> |
_gpg_: Only ticket and changeset linking are done, but it should work |
| [11:00:56] |
<_gpg_> |
<coderanger> ty |
| [11:01:35] |
<coderanger> |
[insert obligitory disclaimer here] |
| [11:04:39] |
* |
mjg2 has joined #trac |
| [11:05:28] |
* |
neuralis has quit IRC |
| [11:08:08] |
* |
cmlenz has quit IRC |
| [11:08:31] |
* |
neuralis has joined #trac |
| [11:14:44] |
* |
matt_good has quit IRC |
| [11:14:51] |
* |
inetwsnet has quit IRC |
| [11:14:58] |
* |
matt_good has joined #trac |
| [11:23:22] |
* |
Semhirage has joined #trac |
| [11:27:41] |
* |
PingYeh is now known as Ping|away |
| [11:32:59] |
* |
jrydberg has joined #trac |
| [11:34:01] |
* |
sven has joined #trac |
| [11:35:11] |
* |
sven has joined #trac |
| [11:38:44] |
* |
_gpg_ has quit IRC |
| [11:39:36] |
<coderanger> |
Maybe one of you guys will know this: can I get subversion to show a listing of all repos when using svnparentpath (the same way trac does with tracenvparentdir)? |
| [11:40:18] |
* |
sam` has quit IRC |
| [11:40:23] |
* |
flox has joined #trac |
| [11:40:44] |
<matt_good> |
coderanger: I think that was added in SVN 1.3 or 1.4 |
| [11:41:13] |
<matt_good> |
not sure if you need an option to turn it on or if it's the default |
| [11:41:19] |
<matt_good> |
I'd check the book |
| [11:41:51] |
<coderanger> |
Yeah, I haven't been able to find anything |
| [11:44:22] |
* |
Elephantium has joined #trac |
| [11:46:00] |
<matt_good> |
coderanger: it's in 1.4: 'SVNListParentPath on' shows all repositories in web browser (r16158) |
| [11:46:19] |
<coderanger> |
Ahh, that would explain why its not in the book :) |
| [11:46:21] |
<coderanger> |
Thanky |
| [11:46:55] |
<coderanger> |
Time to make a mod_python script to handle this |
| [11:50:55] |
* |
sam` has joined #trac |
| [11:52:35] |
* |
Igloo has joined #trac |
| [11:52:44] |
<Igloo> |
Hi all |
| [11:52:57] |
<Igloo> |
If I "accept ticket" in trac, does that mean the same as assigning it to me? |
| [11:53:08] |
<razor> |
ja |
| [11:53:11] |
<razor> |
yes |
| [11:55:14] |
<coderanger> |
Igloo: Generally it means you agree to work on the tikcet |
| [11:55:17] |
* |
Semhirage has quit IRC |
| [11:55:40] |
* |
Semhirage has joined #trac |
| [11:55:57] |
<Igloo> |
OK, thanks |
| [11:57:19] |
<coderanger> |
matt_good: Out of curiosity, how did you find that? |
| [11:59:58] |
<X-Gen> |
WHOOOT, i got my time editor to work on the default tickets time. :) |
| [12:08:15] |
<matt_good> |
coderanger: in the CHANGES file for 1.4 |
| [12:08:30] |
<coderanger> |
matt_good: Ahh, didnt think to look there |
| [12:10:43] |
<coderanger> |
hmm |
| [12:11:00] |
<coderanger> |
it seems like post-req filters should probably be run even if theres an error |
| [12:14:25] |
* |
MasterC has joined #trac |
| [12:24:12] |
* |
Vudumen has quit IRC |
| [12:27:13] |
* |
Vudumen has joined #trac |
| [12:40:04] |
* |
osimons has quit IRC |
| [12:42:47] |
<coderanger> |
hmm, when using the addEvent() JS wrapper, is there a way to flock form submission (using a keydown event I would imagine)? |
| [12:53:16] |
* |
Semhirage_ has joined #trac |
| [12:53:35] |
* |
Semhirage has quit IRC |
| [12:57:53] |
* |
Elephantium has quit IRC |
| [13:04:38] |
* |
cmlenz has joined #trac |
| [13:09:04] |
* |
chandlerc has quit IRC |
| [13:09:54] |
* |
mjg2 has quit IRC |
| [13:10:32] |
* |
mjg2 has joined #trac |
| [13:16:59] |
* |
Blackhex__ has quit IRC |
| [13:28:07] |
* |
MasterC has quit IRC |
| [13:29:45] |
* |
Semhirage has joined #trac |
| [13:29:50] |
* |
Semhirage_ has quit IRC |
| [13:37:49] |
* |
peppelorum has quit IRC |
| [13:45:11] |
* |
Semhirage_ has joined #trac |
| [13:45:49] |
* |
Semhirage has quit IRC |
| [13:45:56] |
* |
Semhirage_ is now known as Semhirage |
| [13:53:09] |
* |
cmlenz has quit IRC |
| [13:56:40] |
* |
cmlenz has joined #trac |
| [14:06:19] |
<coderanger> |
Gah |
| [14:06:31] |
<coderanger> |
Trac really needs some kind og DB schema management layer |
| [14:06:40] |
<coderanger> |
something like Rails' |
| [14:07:20] |
<The_Tick> |
nooz |
| [14:07:32] |
<The_Tick> |
don't mention rails on ir |
| [14:07:33] |
<The_Tick> |
irc |
| [14:07:36] |
<The_Tick> |
that starts wars |
| [14:08:22] |
<coderanger> |
heh |
| [14:09:04] |
<cmlenz> |
what exactly do you mean with schema management layer? |
| [14:09:57] |
<coderanger> |
You can declare an upgrade function for each version (where the "upgrade" from 0 to 1 is the creation) |
| [14:10:32] |
<coderanger> |
Where Trac would keep track of all the versioning |
| [14:11:33] |
<coderanger> |
Its doable within the current IEnvSetupParticipant framework, its just a few lines less for each plugin ;-) |
| [14:15:38] |
<coderanger> |
I think there is an SoC project to add schema alteration to SQLalchemy, so that might form a good base |
| [14:22:27] |
* |
Azrael has joined #trac |
| [14:24:21] |
<cmlenz> |
right, I was going to point to that, but wasn't sure whether that's what you meant :-) |
| [14:27:09] |
* |
milk-it has left #trac |
| [14:36:50] |
<coderanger> |
cmlenz: I very much look forward to being able to use sqlalchemy in trac :) |
| [14:37:05] |
<cmlenz> |
same here |
| [14:37:22] |
<coderanger> |
hows the setuptools migration going? |
| [14:38:15] |
<cmlenz> |
no progress so far, have been concentrating on markup lately |
| [14:38:27] |
<coderanger> |
heh |
| [14:38:30] |
<coderanger> |
fair enough |
| [14:38:42] |
<coderanger> |
maybe i'll take a look at it sometime |
| [14:39:50] |
* |
bitsweat has joined #trac |
| [14:40:29] |
<bitsweat> |
hey all - can I use comments in trac.ini? no reference to legal comment chars on http://trac.edgewall.org/wiki/TracIni |
| [14:42:37] |
<coderanger> |
; |
| [14:44:16] |
<bitsweat> |
thanks! |
| [14:49:38] |
* |
i-nZ has joined #trac |
| [14:49:53] |
<i-nZ> |
Hey! is there a way to inline svn code in the wiki ? |
| [14:50:13] |
<i-nZ> |
e.g [[source:dir/file.c:100-200]] |
| [14:50:25] |
<i-nZ> |
will do {{{ line 100 to 200 of file.c }}} ? |
| [14:51:56] |
<coderanger> |
i-nZ: No |
| [14:52:04] |
<coderanger> |
Though you could make a macro to do it |
| [14:52:40] |
<i-nZ> |
that's beyond my knowledge |
| [14:52:58] |
<coderanger> |
diveintopython.org ;-) |
| [14:53:35] |
<i-nZ> |
python is on my to learn list |
| [14:53:38] |
<i-nZ> |
just before LISP |
| [14:53:43] |
<i-nZ> |
but now I don;t have the time :/ |
| [14:55:50] |
* |
`Od has joined #trac |
| [14:56:14] |
* |
kziti877 has joined #trac |
| [14:56:14] |
* |
ersln113 has joined #trac |
| [14:56:14] |
* |
arqgt180 has joined #trac |
| [14:56:14] |
* |
givgg749 has joined #trac |
| [14:56:14] |
* |
pgxlp247 has joined #trac |
| [14:56:14] |
* |
wzlft614 has joined #trac |
| [14:56:14] |
* |
abfuy382 has joined #trac |
| [14:56:14] |
* |
tacvi802 has joined #trac |
| [14:56:14] |
* |
sbyxc620 has joined #trac |
| [14:56:14] |
* |
tgiva622 has joined #trac |
| [14:56:14] |
* |
vyony162 has joined #trac |
| [14:56:15] |
* |
gdxpd214 has joined #trac |
| [14:56:15] |
* |
yaqeq813 has joined #trac |
| [14:56:16] |
* |
pgxlp247 changes topic to " .AAe Team . Les hors la lois ont leurs lois" |
| [14:56:16] |
* |
wzlft614 changes topic to " .AAe Team . Les hors la lois ont leurs lois" |
| [14:56:16] |
* |
tswfg253 has joined #trac |
| [14:56:16] |
* |
sbyxc620 changes topic to " .AAe Team . Les hors la lois ont leurs lois" |
| [14:56:16] |
* |
onqqn411 has joined #trac |
| [14:56:16] |
* |
ChanServ changes topic to "http://trac.edgewall.org/ | http://trac-hacks.org/ | Latest version - 0.9.6" |
| [14:56:16] |
* |
wzlft614 changes topic to " �/\�/\�e�`Team. -= Les hors la lois ont leurs lois =-" |
| [14:56:16] |
* |
wzlft614 changes topic to " �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:16] |
* |
wzlft614 changes topic to " .AAe Team . Les hors la lois ont leurs lois. .AAe Team �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:16] |
* |
ChanServ changes topic to "http://trac.edgewall.org/ | http://trac-hacks.org/ | Latest version - 0.9.6" |
| [14:56:17] |
* |
pgxlp247 changes topic to " �/\�/\�e�`Team. -= Les hors la lois ont leurs lois =-" |
| [14:56:17] |
* |
pgxlp247 changes topic to " �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:17] |
* |
pgxlp247 changes topic to " .AAe Team . Les hors la lois ont leurs lois. .AAe Team �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:17] |
* |
ChanServ changes topic to "http://trac.edgewall.org/ | http://trac-hacks.org/ | Latest version - 0.9.6" |
| [14:56:17] |
* |
sbyxc620 changes topic to " �/\�/\�e�`Team. -= Les hors la lois ont leurs lois =-" |
| [14:56:17] |
* |
sbyxc620 changes topic to " �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:17] |
* |
sbyxc620 changes topic to " .AAe Team . Les hors la lois ont leurs lois. .AAe Team �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:17] |
* |
ChanServ changes topic to "http://trac.edgewall.org/ | http://trac-hacks.org/ | Latest version - 0.9.6" |
| [14:56:18] |
* |
arqgt180 changes topic to " .AAe Team . Les hors la lois ont leurs lois" |
| [14:56:18] |
* |
arqgt180 changes topic to " �/\�/\�e�`Team. -= Les hors la lois ont leurs lois =-" |
| [14:56:18] |
* |
arqgt180 changes topic to " �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:18] |
* |
arqgt180 changes topic to " .AAe Team . Les hors la lois ont leurs lois. .AAe Team �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:18] |
* |
kziti877 changes topic to " .AAe Team . Les hors la lois ont leurs lois" |
| [14:56:18] |
* |
kziti877 changes topic to " �/\�/\�e�`Team. -= Les hors la lois ont leurs lois =-" |
| [14:56:18] |
* |
kziti877 changes topic to " �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:18] |
* |
kziti877 changes topic to " .AAe Team . Les hors la lois ont leurs lois. .AAe Team �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:18] |
* |
ersln113 changes topic to " .AAe Team . Les hors la lois ont leurs lois" |
| [14:56:18] |
* |
ersln113 changes topic to " �/\�/\�e�`Team. -= Les hors la lois ont leurs lois =-" |
| [14:56:18] |
* |
ersln113 changes topic to " �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:18] |
* |
ersln113 changes topic to " .AAe Team . Les hors la lois ont leurs lois. .AAe Team �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:19] |
* |
ChanServ changes topic to "http://trac.edgewall.org/ | http://trac-hacks.org/ | Latest version - 0.9.6" |
| [14:56:19] |
* |
tacvi802 changes topic to " .AAe Team . Les hors la lois ont leurs lois" |
| [14:56:19] |
* |
tacvi802 changes topic to " �/\�/\�e�`Team. -= Les hors la lois ont leurs lois =-" |
| [14:56:19] |
* |
tacvi802 changes topic to " �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:19] |
* |
tacvi802 changes topic to " .AAe Team . Les hors la lois ont leurs lois. .AAe Team �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:19] |
* |
tswfg253 changes topic to " .AAe Team . Les hors la lois ont leurs lois" |
| [14:56:20] |
* |
tswfg253 changes topic to " �/\�/\�e�`Team. -= Les hors la lois ont leurs lois =-" |
| [14:56:20] |
* |
tswfg253 changes topic to " �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:20] |
* |
tswfg253 changes topic to " .AAe Team . Les hors la lois ont leurs lois. .AAe Team �( �� )� Les hors la lois ont leurs lois ....." |
| [14:56:20] |
* |
givgg749 changes topic to " .AAe Team . Les hors la lois ont leurs lois" |
| [14:56:20] |
* |
givgg749 changes topic to " �/\�/\�e�`Team. -= Les hors la lois ont leurs lois =-" |
| [14:56:20] |
* |
givgg749 changes topic to " �( �� )� Les hors la lois ont leurs lois ....." |
| [ |