Timeline

and .

01/11/2008:

10:09 Changeset [3034] by bobbysmith007
  • estimatorplugin/0.11/estimatorplugin/dbhelper.py
  • estimatorplugin/0.11/estimatorplugin/htdocs/Controls.js
  • estimatorplugin/0.11/estimatorplugin/htdocs/estimate.js
  • estimatorplugin/0.11/estimatorplugin/templates/estimate.html
  • estimatorplugin/0.11/estimatorplugin/webui.py

Beat the mo'fuggin web hack one more time. Had to compensate for firefox not correctly cloning multiple textareas (wouldnt clone their values)

Improved Controls a bit and made dbhelper return the error if there was one (instead of None).

Made enter in the estimate parameters area do nothing instead of removing the current row

09:02 chenbing edited by chenbing
New user chenbing registered
08:41 Changeset [3033] by athomas
  • tagsplugin/trunk/tractags/ticket.py

Whoops.

08:40 Ticket #1960 (defect) closed by athomas
fixed: (In [3032]) Use same tag splitting in ticket as everywhere else. Should …
08:40 Changeset [3032] by athomas
  • tagsplugin/trunk/tractags/api.py
  • tagsplugin/trunk/tractags/ticket.py

Use same tag splitting in ticket as everywhere else. Should fix #1960.

08:15 akira edited by akira
New user akira registered
07:56 Ticket #2376 (defect) created by Nounours
Strange behaviour when using p4 workspace
07:39 ScrumBurndownPlugin edited by anonymous
(diff)
06:38 Ticket #2375 (defect) created by bdelaage@gmail.com
[patch] tracmetrixplugin works with postgresql
06:32 Ticket #2374 (enhancement) created by anonymous
Google calendar plugin
05:04 Ticket #1960 (defect) reopened by anonymous
Running trac 0.11cvn, updated to tagsplugin trunk svn, I still get http …
04:16 RestrictKeywordsPlugin edited by ttressieres
New hack RestrictKeywordsPlugin, created by ttressieres
04:16 Changeset [3031] by ttressieres
  • restrictkeywordsplugin
  • restrictkeywordsplugin/0.10

New hack RestrictKeywordsPlugin, created by ttressieres

03:48 mika edited by anonymous
(diff)
03:40 Ticket #2373 (defect) created by czhang.web+trachacks@gmail.com
easy_install instructions won't work if it install this plugin as a egg file instead of egg directory

01/10/2008:

23:29 TracMetrixPlugin edited by anonymous
(diff)
21:59 Changeset [3030] by osimons
  • tocmacro/0.11/tractoc/macro.py

TocMacro: Minor fix. Updated a reference to an old-style name variable in an error message.

21:04 Changeset [3029] by coderanger
  • tracbashrcscript/0.10
  • tracbashrcscript/0.11
  • tracbashrcscript/0.11/bashrc.txt

Add current version.

21:03 Changeset [3028] by coderanger
  • tracbashrcscript/0.10

Remove link for older version

20:10 WikiTicketCalendarMacro edited by mcomb
(diff)
20:09 WikiTicketCalendarMacro edited by mcomb
(diff)
20:08 WikiTicketCalendarMacro edited by mcomb
(diff)
20:07 Picture2.jpg attached to WikiTicketCalendarMacro by mcomb
20:07 WikiTicketCalendarMacro edited by mcomb
(diff)
20:07 Ticket #2368 (defect) closed by osimons
fixed: (In [3027]) AddCommentMacro: Warning + req.redirect() issues fixed. The …
20:07 Changeset [3027] by osimons
  • addcommentmacro/0.11/addcomment/macro.py

AddCommentMacro: Warning + req.redirect() issues fixed.

The macro used the first version warning style (req.warning()), but that was just a left-over from before moving to redirect on successful submit anyway - it would not have displayed to the user no matter what. The line is just removed. Fixes #2368.

The whole req.redirect() idea needed to be reworked as macros cannot really do redirects. A redirect raises RequestDone, and like all other exceptions from macros it gets swallowed by the Formatter - causing an AssertionError to appear in the logs when the request tries to write a second status/header/response output later.

The exception did not display to the user, but was annoying... Now the redirect sets a marker on the req object, and by implementing IRequestFilter it now re-raises the RequestDone there.

20:03 WikiTicketCalendarMacro edited by mcomb
(diff)
20:02 Changeset [3026] by ixokai
  • announcerplugin/0.11/announcerplugin/api.py
  • announcerplugin/0.11/announcerplugin/distributors/email.py
  • announcerplugin/0.11/announcerplugin/formatters/ticket_email.py
  • announcerplugin/0.11/announcerplugin/subscribers/ticket_compat.py
  • announcerplugin/0.11/announcerplugin/subscribers/ticket.py

Remove breadcrumbs hack that accidentally made it in; modified API documentation to reflect recent re-factoring before aat harassed me into a commit. :)

20:02 WikiTicketCalendarMacro edited by mcomb
New hack WikiTicketCalendarMacro, created by mcomb
20:01 Changeset [3025] by mcomb
  • wikiticketcalendarmacro
  • wikiticketcalendarmacro/0.10

New hack WikiTicketCalendarMacro, created by mcomb

19:57 mcomb edited by mcomb
New user mcomb registered
19:23 Ticket #2221 (defect) closed by athomas
fixed
19:22 Changeset [3024] by athomas
  • iniadminplugin/0.11/iniadmin/iniadmin.py

Fix for #2221.

19:01 Ticket #1607 (enhancement) closed by athomas
fixed: Good idea. Added in r3023.
19:01 Changeset [3023] by athomas
  • tagsplugin/trunk/tractags/ticket.py

Added [tags].ignore_closed_tickets option which will skip collecting tags from closed tickets if enabled.

18:51 Ticket #1960 (defect) closed by athomas
fixed: Splitting on space is by design. Splitting on : is a bug that is fixed in …
17:09 Ticket #2354 (defect) closed by x@jwp.name
fixed: sigh. sorry for the noise. ;)
16:16 Changeset [3022] by bobbysmith007
  • estimatorplugin/0.11/estimatorplugin/htdocs/estimate.js
  • estimatorplugin/0.11/estimatorplugin/templates/estimate.html

Made enter in the estimate parameters area do nothing instead of removing the current row

16:12 Changeset [3021] by bobbysmith007
  • estimatorplugin/0.11/estimatorplugin/api.py
  • estimatorplugin/0.11/estimatorplugin/estimator.py
  • estimatorplugin/0.11/estimatorplugin/htdocs/estimate.css
  • estimatorplugin/0.11/estimatorplugin/htdocs/estimate.js
  • estimatorplugin/0.11/estimatorplugin/templates/estimate.html

Made enter in the high and low add a new row instead of removing the current row

15:20 Changeset [3020] by bobbysmith007
  • estimatorplugin/0.11/estimatorplugin/htdocs/estimate.css
  • estimatorplugin/0.11/estimatorplugin/htdocs/estimate.js
  • estimatorplugin/0.11/estimatorplugin/templates/estimate.html

Got a comment preview there.

14:23 Changeset [3019] by bobbysmith007
  • estimatorplugin/0.11/estimatorplugin/api.py
  • estimatorplugin/0.11/estimatorplugin/dbhelper.py
  • estimatorplugin/0.11/estimatorplugin/estimator.py
  • estimatorplugin/0.11/estimatorplugin/htdocs/estimate.css
  • estimatorplugin/0.11/estimatorplugin/htdocs/estimate.js

Got estimates saving and loading

14:16 BoilerplatePlugin edited by anonymous
(diff)
14:16 BoilerplatePlugin edited by anonymous
provide installation instructions for this non-eggified plugin (i am not a … (diff)
10:53 Ticket #2372 (enhancement) created by guyer@nist.gov
Patch for Trac 0.10.4 and IWikiSyntax
10:17 Changeset [3018] by Floppy
  • testingworkflow/0.11/testing.ini

Added option to include "testing" tickets in overall completion percentage

10:00 Ticket #2371 (defect) created by anonymous
cannot install TracSvnAuthzPlugin with trac 0.11
09:59 Ticket #2370 (defect) created by anonymous
cannot install TracSvnAuthzPlugin with trac 0.11
05:25 Ticket #2302 (defect) closed by khundeen
fixed
05:01 cybertoast edited by cybertoast
New user cybertoast registered
04:44 Changeset [3017] by khundeen
  • tracmetrixplugin/0.11/setup.py
  • tracmetrixplugin/0.11/tracmetrixplugin/mdashboard.py
  • tracmetrixplugin/0.11/tracmetrixplugin/templates/pdashboard.html
  • tracmetrixplugin/0.11/tracmetrixplugin/web_ui.py

Closed - # 2302: Tracmetrixplugin doesn't appear when update to Trac-0.11dev_r6323 http://trac-hacks.org/ticket/2302 - Update the refactored apis

02:42 Ticket #2369 (enhancement) created by gameplayer@free.fr
How to delete a gringlet ?
01:46 Changeset [3016] by ixokai
  • announcerplugin/0.11/announcerplugin/api.pyc
  • announcerplugin/0.11/announcerplugin/distributors/email.pyc
  • announcerplugin/0.11/announcerplugin/distributors/__init__.pyc
  • announcerplugin/0.11/announcerplugin/formatters/__init__.pyc
  • announcerplugin/0.11/announcerplugin/formatters/ticket_email.pyc

I suck and committed pyc's that should Not Be. It's aat's fault. He harassed me.

01:42 SandBox edited by athomas
(diff)
01:41 Changeset [3015] by ixokai
  • announcerplugin/0.11/announcerplugin
  • announcerplugin/0.11/announcerplugin/api.py
  • announcerplugin/0.11/announcerplugin/api.pyc
  • announcerplugin/0.11/announcerplugin/distributors
  • announcerplugin/0.11/announcerplugin/distributors/email.py

Initial commit of announcer plugin -- NOT READY FOR GENERAL USE :)

01/09/2008:

23:59 BadContent edited by coderanger
Add latest CJK spam (diff)
20:02 AnnouncerPlugin edited by ixokai
(diff)
19:17 AutoWikifyPlugin edited by SvenDowideit
(diff)
19:17 AutoWikifyPlugin edited by SvenDowideit
(diff)
17:33 jho edited by jho
New user jho registered
15:35 Changeset [3014] by bobbysmith007
  • estimatorplugin/0.11/estimatorplugin/dbhelper.py
  • estimatorplugin/0.11/estimatorplugin/htdocs/estimate.css
  • estimatorplugin/0.11/estimatorplugin/templates/estimate.html
  • estimatorplugin/0.11/estimatorplugin/webui.py

Made quite a bit of progress loading the estimate object

14:34 Changeset [3013] by bobbysmith007
  • estimatorplugin/0.11/estimatorplugin/api.py
  • estimatorplugin/0.11/estimatorplugin/dbhelper.py
  • estimatorplugin/0.11/estimatorplugin/htdocs/estimate.js
  • estimatorplugin/0.11/estimatorplugin/htdocs/JSHelper.js
  • estimatorplugin/0.11/estimatorplugin/templates/estimate.html

got most of the excel spreadsheet converted to javascript, now just need to get saving and displaying happening.

14:34 kkass edited by kkass
New user kkass registered
14:17 Changeset [3012] by ttressieres
  • perforcejobscript/0.10

branch for 0.10, trunk will be used for 0.11

13:49 Ticket #2368 (defect) created by giv@ib.am
Error: Macro AddComment(None) failed warning on comment posting
12:21 TimN edited by TimN
(diff)
12:21 Changeset [3011] by bobbysmith007
  • estimatorplugin/0.11/estimatorplugin
  • estimatorplugin/0.11/estimatorplugin/api.py
  • estimatorplugin/0.11/estimatorplugin/dbhelper.py
  • estimatorplugin/0.11/estimatorplugin/htdocs
  • estimatorplugin/0.11/estimatorplugin/htdocs/Controls.js

just moving development over to trac11 since that is what I have setup on my dev box

12:18 Changeset [3010] by bobbysmith007
  • estimatorplugin/0.10/estimatorplugin/htdocs/Controls.js
  • estimatorplugin/0.10/estimatorplugin/htdocs/JSHelper.js
  • estimatorplugin/0.10/estimatorplugin/templates/estimate.cs
  • estimatorplugin/0.10/estimatorplugin/webui.py

Working on creating first version.

outline of template is there.

12:01 TimN edited by TimN
New user TimN registered
11:40 Ticket #2367 (defect) closed by coderanger
worksforme: You need to call it as [[ServerDown(Server.org, 80 ,30)]]. In usage …
11:38 Ticket #2367 (defect) created by david.barnhill@lionbridge.com
Error: Macro ServerDown
10:47 Ticket #2366 (defect) created by whoiskevin
No Burndown chart data.
10:43 whoiskevin edited by whoiskevin
New user whoiskevin registered
10:34 GringottsPlugin edited by gameplayer@free.fr
Modifying the example to make it more explicit. (diff)
10:06 Ticket #2365 (enhancement) created by rdunlap
Send automatic notification email when tickets are moved
09:26 ScrumBurndownPlugin edited by anonymous
(diff)
08:41 Ticket #2364 (defect) closed by Chriki
wontfix: Thank you for reporting this! Unfortunately I'm neither a Python nor a …
08:35 Ticket #2116 (defect) closed by Chriki
wontfix: I'm neither a Python nor a Trac whizz but as far as I can see it is not …
08:28 RestrictedAreaPlugin edited by Chriki
warning added (diff)
07:51 Changeset [3009] by ttressieres
  • perforceplugin/trunk/p4trac/api.py

bad option name for language (thanks to laurent Granger)

07:19 Ticket #2364 (defect) created by anonymous
When searching for the word, a part of the page can be exposed
03:44 Changeset [3008] by osimons
  • fullblogplugin/0.11/tracfullblog/htdocs/css/fullblog.css
  • fullblogplugin/0.11/tracfullblog/macros.py
  • fullblogplugin/0.11/tracfullblog/templates/fullblog_macro_post.html
  • fullblogplugin/0.11/tracfullblog/templates/fullblog.rss
  • fullblogplugin/0.11/tracfullblog/web_ui.py

FullBlogPlugin: Some fixes and improvements.

  • Added shorten=True to the timeline rendering of posts and comments.
  • Some CSS fixes for h2 and h3 rendering in .blogflash style (Trac default has negative margin for these).
  • New option max_size added to [[BlogList]] macro that truncates post body at the specified number of characters with link to 'Read more'.
  • Updated RSS feed to use correct logo absolute path reference following changeset:6384.
03:25 Floppy edited by Floppy
(diff)
02:39 PerforcePlugin edited by laurent.granger@gmail.com
Adding link to 0.10 branch (diff)
02:37 PerforcePlugin edited by laurent.granger@gmail.com
Trunk only works with trac 0.11, saying so near download link (diff)

01/08/2008:

21:05 TracTags edited by anonymous
(diff)
20:02 TicketCreationStatusPlugin edited by ixokai
(diff)
19:57 TicketCreationStatusPlugin edited by ixokai
(diff)
19:56 TicketCreationStatusPlugin edited by ixokai
(diff)
19:56 Changeset [3007] by ixokai
  • ticketcreationstatusplugin/0.11/setup.py
  • ticketcreationstatusplugin/0.11/ticketcreationstatus
  • ticketcreationstatusplugin/0.11/ticketcreationstatus/__init__.py
  • ticketcreationstatusplugin/0.11/ticketcreationstatus/plugin.py

Initial import of TicketCreationStatus? plugin-- works for me.

19:54 TestingWorkflow edited by Floppy
(diff)
19:51 TicketCreationStatusPlugin edited by ixokai
(diff)
19:50 TicketCreationStatusPlugin edited by ixokai
New hack TicketCreationStatusPlugin, created by ixokai
19:50 Changeset [3006] by ixokai
  • ticketcreationstatusplugin
  • ticketcreationstatusplugin/0.11

New hack TicketCreationStatusPlugin, created by ixokai

19:45 Changeset [3005] by Floppy
  • testingworkflow/0.11/testing.ini

added initial testing workflow

19:43 TestingWorkflow edited by Floppy
(diff)
19:43 TestingWorkflow edited by Floppy
(diff)
19:41 testing.png attached to TestingWorkflow by Floppy
Graph of the testing workflow
19:39 TestingWorkflow edited by Floppy
New hack TestingWorkflow, created by Floppy
19:39 Changeset [3004] by Floppy
  • testingworkflow
  • testingworkflow/0.11

New hack TestingWorkflow, created by Floppy

19:34 workflow edited by athomas
(diff)
19:34 workflow edited by athomas
New hack type for ticket workflows
19:33 Floppy edited by Floppy
New user Floppy registered
19:09 Changeset [3003] by athomas
  • voteplugin/0.11/tracvote/__init__.py

Fix for non-SQLite databases.

16:33 Changeset [3002] by bobbysmith007
  • estimatorplugin/0.10/estimatorplugin
  • estimatorplugin/0.10/estimatorplugin/api.py
  • estimatorplugin/0.10/estimatorplugin/dbhelper.py
  • estimatorplugin/0.10/estimatorplugin/htdocs
  • estimatorplugin/0.10/estimatorplugin/__init__.py

initial check in of this plugin

16:27 ttressieres edited by ttressieres
add link to ohloh account (diff)
15:43 EstimatorPlugin edited by bobbysmith007
New hack EstimatorPlugin, created by bobbysmith007
15:43 Changeset [3001] by bobbysmith007
  • estimatorplugin
  • estimatorplugin/0.10
  • estimatorplugin/0.11

New hack EstimatorPlugin, created by bobbysmith007

15:36 Ticket #2363 (defect) created by jdrum00
Bad field order numbers in trac.ini cause problems for admin form
15:24 bobbysmith007 edited by bobbysmith007
(diff)
15:23 Ticket #2362 (enhancement) created by anonymous
Adjustable rows setting for ticket comments similar to wiki editing
13:48 Changeset [3000] by osimons
  • fullblogplugin/0.11/tracfullblog/tags.py
  • fullblogplugin/0.11/tracfullblog/templates/fullblog_view.html

FullBlogPlugin: Fix for wrong SQL in tags extension.

We can't GROUP BY categories as they might change between versions, so the new SQL joins the table onto itself and only fetches the last version of each blog post.

(+ also a missing '-' in an template id).

13:43 Ticket #2193 (enhancement) closed by mgood
duplicate: This is a duplicate of #442.
13:00 TracTags edited by anonymous
12:29 Ticket #2361 (enhancement) created by Eduardo Albuquerque
Upload files to subdirectories inside htdocs
11:51 jdrum00 edited by jdrum00
New user jdrum00 registered
08:57 news/2008-01-08-upgrading-trachacks-to-0-11 edited by athomas
(diff)
08:57 news/2008-01-08-upgrading-trachacks-to-0-11 edited by athomas
(diff)
08:56 news/2008-01-08-upgrading-trachacks-to-0-11 edited by athomas
08:13 ScrumBurndownPlugin edited by anonymous
Set counter to 190 (diff)
07:23 Ticket #2359 (task) closed by athomas
invalid: Follow the
06:32 Ticket #2358 (defect) closed by Blackhex
fixed: Applied, thanks.
06:31 Changeset [2999] by Blackhex
  • downloadsplugin/0.10/tracdownloads/api.py
  • downloadsplugin/0.10/tracdownloads/templates/downloads-add.cs
  • downloadsplugin/0.10/tracdownloads/templates/downloads.cs
  • downloadsplugin/0.10/tracdownloads/templates/my_macros.cs
  • downloadsplugin/0.11
06:10 Ticket #2360 (defect) created by yoann.gini@supinfo.com
Hack TracLDAP for resolve mail adress before request of group permission
05:04 Ticket #2359 (task) created by beb
how to install on 0.11
03:50 Ticket #2358 (defect) created by ttressieres
DownloadsPlugin doesn't work on Windows systems
02:54 Changeset [2998] by athomas
  • voteplugin/0.11/tracvote/__init__.py

Use new add_notice() function rather than warning.

02:39 Changeset [2997] by athomas
  • tagsplugin/trunk/tractags/macros.py
  • tagsplugin/trunk/tractags/query.py

render_cloud() now passes a percent to renderers instead of font pixel size.

02:38 HeadLinkMacro edited by thomasvs
(diff)
01:55 AnnouncerPlugin edited by ixokai
(diff)
01:48 AnnouncerPlugin/Concerns edited by ixokai
(diff)

01/07/2008:

23:30 AnnouncerPlugin edited by ixokai
(diff)
20:58 weck edited by weck
New user weck registered
19:32 nickcheng edited by nickcheng
New user nickcheng registered
16:25 CalendarPlugin edited by anonymous
(diff)
14:31 GitPlugin edited by anonymous
add note that the nanosleep version is probably better maintained (diff)
12:21 Ticket #2357 (defect) created by thomas@viif.de
cannot python -c "import depgraph"
11:29 Changeset [2996] by athomas
  • trachacksplugin/0.11/trachacks/htdocs/js/trachacks.js
  • trachacksplugin/0.11/trachacks/validate.py
  • trachacksplugin/0.11/trachacks/web_ui.py

Fixed validate doctest. Don't focus more than one invalid field at a time.

11:13 Changeset [2995] by athomas
  • trachacksplugin/0.11/trachacks/htdocs/js/trachacks.js
  • trachacksplugin/0.11/trachacks/templates/hacks_new.html
  • trachacksplugin/0.11/trachacks/web_ui.py

Fix regression where submit is not disabled on errors.

11:01 Changeset [2994] by athomas
  • trachacksplugin/0.11/trachacks/htdocs/css/trachacks.css
  • trachacksplugin/0.11/trachacks/htdocs/js/trachacks.js
  • trachacksplugin/0.11/trachacks/templates/hacks_new.html
  • trachacksplugin/0.11/trachacks/validate.py
  • trachacksplugin/0.11/trachacks/web_ui.py

Added tags field with magic selectable cloud. More work on validation framework.

08:58 Changeset [2993] by athomas
  • trachacksplugin/0.11/setup.py
  • trachacksplugin/0.11/trachacks/htdocs/css/trachacks.css
  • trachacksplugin/0.11/trachacks/htdocs/js/trachacks.js
  • trachacksplugin/0.11/trachacks/htdocs/pointer.gif
  • trachacksplugin/0.11/trachacks/__init__.py

Form validation and messages, hints.

06:18 Abstract 6.jpg attached to muthup by muthup
06:17 muthup edited by muthup
(diff)
06:15 muthup edited by muthup
New user muthup registered
02:49 AnnouncerPlugin edited by ixokai
(diff)
02:40 AnnouncerPlugin edited by ixokai
(diff)
02:28 AnnouncerPlugin/Concerns edited by ixokai
02:28 AnnouncerPlugin edited by ixokai
(diff)
02:19 mika edited by mika
(diff)
02:15 mika edited by mika
(diff)
02:11 avatar.gif attached to mika by mika
My avatar
02:08 mika edited by mika
(diff)
02:07 AnnouncerPlugin edited by ixokai
New hack AnnouncerPlugin, created by ixokai
02:07 Changeset [2992] by ixokai
  • announcerplugin
  • announcerplugin/0.11

New hack AnnouncerPlugin, created by ixokai

01:59 Ticket #2356 (defect) created by mika
getRecentChanges returns error
01:39 ixokai edited by ixokai
New user ixokai registered

01/06/2008:

21:39 Ticket #2355 (enhancement) created by anonymous
Allow multiple test cases in one xml file
15:54 Changeset [2991] by ttressieres
  • perforceplugin/trunk/p4trac/api.py
  • perforceplugin/trunk/p4trac/repos.py
  • update classes from p4trac.repos
  • use Option class for parameters
  • code cleaning
13:15 Ticket #2192 (defect) closed by bobbysmith007
fixed
11:07 Changeset [2990] by osimons
  • fullblogplugin/0.11/tracfullblog/templates/fullblog_view.html

FullBlogPlugin: Follow-up to previous - obfuscate email in comment preview as well.

10:51 Changeset [2989] by osimons
  • fullblogplugin/0.11/tracfullblog/templates/fullblog_view.html

FullBlogPlugin: Obfuscate email address if provided as author of comments.

01:25 Changeset [2988] by coderanger
  • boxdbplugin/0.11/boxdb/db_default.py
  • boxdbplugin/0.11/boxdb/htdocs
  • boxdbplugin/0.11/boxdb/_simplejson/decoder.py
  • boxdbplugin/0.11/boxdb/_simplejson/encoder.py
  • boxdbplugin/0.11/boxdb/_simplejson/__init__.py

Stubs for GUI.

00:34 Changeset [2987] by coderanger
  • boxdbplugin/0.11/boxdb/api.py
  • boxdbplugin/0.11/boxdb/model.py
  • boxdbplugin/0.11/boxdb/_simplejson/decoder.py
  • boxdbplugin/0.11/boxdb/_simplejson/jsonfilter.py
  • boxdbplugin/0.11/test_data.csv

Remove some unneeded files. Journaling support.

01/05/2008:

19:31 Changeset [2986] by coderanger
  • boxdbplugin/0.11
  • boxdbplugin/0.11/boxdb
  • boxdbplugin/0.11/boxdb/api.py
  • boxdbplugin/0.11/boxdb/db_default.py
  • boxdbplugin/0.11/boxdb/__init__.py

Intial add, again.

19:30 Changeset [2985] by coderanger
  • boxdbplugin/0.11

Whoops.

19:21 Changeset [2984] by coderanger
  • boxdbplugin
  • boxdbplugin/0.11
  • boxdbplugin/0.11/api.py
  • boxdbplugin/0.11/db_default.py
  • boxdbplugin/0.11/__init__.py

Initial add. Not for public use.

16:52 Ticket #2058 (defect) closed by osimons
worksforme: I does not seem that the problem exists in most recent version. I've …
16:45 TocMacro edited by osimons
Updated installation information for latest version for 0.10 and 0.11. (diff)
09:13 Changeset [2983] by athomas
  • trachacksplugin/0.11/trachacks/htdocs/css/trachacks.css
  • trachacksplugin/0.11/trachacks/htdocs/js/trachacks.js
  • trachacksplugin/0.11/trachacks/templates/hacks_view.html
  • trachacksplugin/0.11/trachacks/trachacks.py

More updates.

05:16 Ticket #1650 (enhancement) reopened by mika
I think this is a great idea and I'd like to just mention my reasons …
02:16 WikiNotificationPlugin edited by imax
added 0.11 installation notes; removed inline bug report, got reposted as … (diff)
02:07 imax edited by imax
New user imax registered

01/04/2008:

21:28 ChangeLogPlugin edited by athomas
(diff)
21:25 Changeset [2982] by athomas
  • changelogplugin/0.11/changelog.py

ChangeLogMacro? works in 0.11 now.

21:21 Changeset [2981] by athomas
  • changelogplugin/0.11/changelog.py
  • changelogplugin/0.11/tracchangelog

Moved to single-file plugin.

21:20 Changeset [2980] by athomas
  • changelogplugin/0.11
  • changelogplugin/0.11/tracchangelog/tracchangelog.py
  • changelogplugin/0.9/setup.py

Partial port to 0.11.

19:26 Changeset [2979] by athomas
  • trachacksplugin/0.11
  • trachacksplugin/0.11/setup.py
  • trachacksplugin/0.11/trachacks
  • trachacksplugin/0.11/trachacks/htdocs
  • trachacksplugin/0.11/trachacks/htdocs/css

First commit of new code.

18:27 fecht edited by fecht
New user fecht registered
15:32 Changeset [2978] by mitsuhiko
  • ircannouncerplugin/0.11/tracext/ircannouncer/listener.py
  • ircannouncerplugin/0.11/tracext/ircannouncer/service.py
  • ircannouncerplugin/0.11/tracext/ircannouncer/utils.py
  • ircannouncerplugin/Trac/plugin.py

again some small improvements, this time added wiki page support

14:28 Changeset [2977] by mitsuhiko
  • ircannouncerplugin/Trac/plugin.py

beefed up the plugin a bit

14:27 Ticket #2354 (defect) created by x@jwp.name
https support
13:53 Changeset [2976] by mitsuhiko
  • ircannouncerplugin/0.11/tracext/ircannouncer/listener.py
  • ircannouncerplugin/0.11/tracext/ircannouncer/service.py
  • ircannouncerplugin/0.11/tracext/ircannouncer/utils.py
  • ircannouncerplugin/Trac
  • ircannouncerplugin/Trac/config.py

added supybot plugin

12:45 SpamFilterPlugin edited by anonymous
chnged edgewall to hyperlink (diff)
07:15 oxyum edited by oxyum
New user oxyum registered
03:31 BadContent edited by coderanger
(diff)
02:06 trachtgroupeditorplugin_LY_2008010401.zip attached to TracHtGroupEditorPlugin by ljwzsjs
trachtgroupeditorplugin for trac 0.11
02:02 ljwzsjs edited by ljwzsjs
New user ljwzsjs registered
01:47 qqw edited by qqw
New user qqw registered
00:49 mika edited by mika
New user mika registered

01/03/2008:

20:01 Ticket #2353 (defect) created by martin@paljak.pri.ee
Truncation with trust root calculation.
17:04 IrcAnnouncerPlugin edited by mitsuhiko
(diff)
17:01 Changeset [2975] by mitsuhiko
  • ircannouncerplugin/0.11/ircannouncer
  • ircannouncerplugin/0.11/setup.py
  • ircannouncerplugin/0.11/tracext
  • ircannouncerplugin/0.11/tracext/__init__.py
  • ircannouncerplugin/0.11/tracext/ircannouncer

some more code for the IRC announcer. Provides some XMLRPC for the bot now.

16:56 Changeset [2974] by ttressieres
  • perforceplugin/trunk/p4trac/api.py

PerforceNode?: created_rev and rev must be equal to p4.repos.Node.change

15:07 Ticket #2348 (defect) closed by didley@gmx.de
invalid: I see I do need realy Genshi >4.x. The newest trunc of genshi contains a …
11:15 Ticket #2352 (defect) created by sdouche
Strange behavior : break Setuptools
10:54 Ticket #2271 (defect) closed by TerryBrown
invalid
09:39 Changeset [2973] by ttressieres
  • perforceplugin/branches/trac-0.10/p4trac/api.py
  • perforceplugin/branches/trac-0.10/p4trac/repos.py
09:19 Changeset [2972] by mitsuhiko
  • ircannouncerplugin/0.11/ircannouncer
  • ircannouncerplugin/0.11/ircannouncer/api.py
  • ircannouncerplugin/0.11/ircannouncer/__init__.py
  • ircannouncerplugin/0.11/ircannouncer/listener.py
  • ircannouncerplugin/0.11/setup.py

added first code for irc announcer (requires my trac patches)

06:34 Ticket #2146 (defect) closed by Bombenbodo
worksforme: The plugin is looking up the default 'authz' entry in the 'trac' section …
06:29 Ticket #2351 (defect) closed by Bombenbodo
invalid: You are refering to the wrong plugin. Please contact the developer of …
02:54 Ticket #2351 (defect) created by ssaboum@gmail.com
Bug trying to use this plugin
01:52 RonBallard edited by RonBallard
New user RonBallard registered

01/02/2008:

20:22 Ticket #1440 (defect) closed by anonymous
fixed: This appears to be fixed in new burndown.py code that is triggered by …
17:46 Ticket #2350 (defect) created by anonymous
Error in ListTagged macro if specified expression returns no hits.
14:55 Changeset [2971] by ttressieres
  • perforceplugin/trunk/p4trac/api.py
  • perforceplugin/trunk/p4trac/repos.py
13:06 Ticket #2349 (enhancement) created by anonymous
Genshi support
10:48 Ticket #2348 (defect) created by didley@gmx.de
works not changed to a new revision of timing and estimation plugin
10:07 LatexFormulaMacro edited by anonymous
(diff)
10:04 Trac2LatexPlugin edited by anonymous
(diff)
10:04 TracMathPlugin edited by anonymous
(diff)
09:34 Changeset [2970] by athomas
  • voteplugin/0.11/tracvote/htdocs/js/tracvote.js
  • voteplugin/0.11/tracvote/__init__.py

Minor fixups.

08:31 IrcAnnouncerPlugin edited by mitsuhiko
New hack IrcAnnouncerPlugin, created by mitsuhiko
08:31 Changeset [2969] by mitsuhiko
  • ircannouncerplugin
  • ircannouncerplugin/0.11

New hack IrcAnnouncerPlugin, created by mitsuhiko

08:02 TocMacro edited by athomas
(diff)
07:37 votes.png attached to VotePlugin by athomas
07:28 Changeset [2968] by athomas
  • tagsplugin/trunk/tractags/api.py
  • tagsplugin/trunk/tractags/macros.py
  • tagsplugin/trunk/tractags/query.py
  • tagsplugin/trunk/tractags/wiki.py

Query now supports a context object. Refactored cloud rendering so it can be used by other plugins (eg. TracHacksPlugin). Fixed regression related to missing IWikiChangeListener.

05:47 anbu edited by anbu
New user anbu registered
04:18 Ticket #2346 (defect) closed by osimons
worksforme: You need to use the most recent Trac 0.11 dev (or rather 0.11b1). The …
04:06 Ticket #2346 (defect) created by simon@solida.se
rev 2956 will not load
02:43 magon edited by magon
New user magon registered
02:02 Changeset [2967] by athomas
  • voteplugin/0.11/tracvote/htdocs/js/tracvote.js
  • voteplugin/0.11/tracvote/__init__.py

Include individual sums for negative and positive votes in the vote tooltip.

01:39 VotePlugin edited by athomas
(diff)
01:38 VotePlugin edited by athomas
(diff)
01:37 VotePlugin edited by athomas
(diff)
00:04 Changeset [2966] by athomas
  • tagsplugin/trunk/tractags/api.py
  • tagsplugin/trunk/tractags/macros.py

Remove debug line. Factor out cloud renderer so it can be re-used.

01/01/2008:

23:47 Ticket #2345 (enhancement) created by sethop
Integrate Textarea javascript based syntax highlighting code editor into trac
23:39 Changeset [2965] by athomas
  • tagsplugin/trunk/tractags/api.py

Fixed a bug in the base tag provider related to resource ordering.

23:17 sethop edited by sethop
New user sethop registered
23:16 Changeset [2964] by athomas
  • voteplugin/0.11/setup.py

Change name.

22:55 VotePlugin edited by athomas
(diff)
22:55 Changeset [2963] by athomas
  • voteplugin/0.11/setup.py
  • voteplugin/0.11/tracvote
  • voteplugin/0.11/tracvote/htdocs
  • voteplugin/0.11/tracvote/htdocs/adowngray.png
  • voteplugin/0.11/tracvote/htdocs/adownmod.png

Initial import.

22:53 VotePlugin edited by athomas
(diff)
22:52 VotePlugin edited by athomas
New hack VotePlugin, created by athomas
22:52 Changeset [2962] by athomas
  • voteplugin
  • voteplugin/0.11

New hack VotePlugin, created by athomas

22:46 TracDownloaderPlugin edited by athomas
(diff)
19:49 Changeset [2961] by coderanger
  • masterticketsplugin/0.11/mastertickets/templates/depgraph.html
  • masterticketsplugin/0.11/mastertickets/web_ui.py

Add options for using Ghoscript to make the PNG.

17:28 Ticket #2333 (enhancement) closed by coderanger
fixed: Added in [2960]. Thanks again.
17:28 Ticket #2336 (defect) closed by coderanger
fixed: Fixed as of [2960].
17:26 Changeset [2960] by coderanger
  • masterticketsplugin/0.11/mastertickets/templates/depgraph.html
  • masterticketsplugin/0.11/mastertickets/web_ui.py

Initial support for imagemaps in the depgraph. Many thanks to kjdavies for doing the legwork on this.

17:09 Changeset [2959] by coderanger
  • masterticketsplugin/0.11/mastertickets/graphviz.py
  • masterticketsplugin/0.11/mastertickets/model.py
  • masterticketsplugin/0.11/mastertickets/web_ui.py

Trying to refactor things a bit.

17:04 Changeset [2958] by coderanger
  • tracforgeplugin/0.10/tracforge/admin/dispatch.py
  • tracforgeplugin/0.10/tracforge/linker/nav.py

Fix for project index backlink and make TracForge? produce less debugging output.

15:36 Ticket #2332 (defect) closed by coderanger
fixed: Fixed in [2957].
15:34 Changeset [2957] by coderanger
  • masterticketsplugin/0.11/mastertickets/graphviz.py
  • masterticketsplugin/0.11/mastertickets/model.py
  • masterticketsplugin/0.11/mastertickets/templates/depgraph.html
  • masterticketsplugin/0.11/mastertickets/web_ui.bak.py
  • masterticketsplugin/0.11/mastertickets/web_ui.py

Better graph generation system.

14:07 irekslonina edited by irekslonina
New user irekslonina registered
14:02 Ticket #2344 (enhancement) closed by osimons
fixed: (In [2956]) FullBlogPlugin: A number of improvements and fixes: * Typo …
14:02 Ticket #2343 (enhancement) closed by osimons
fixed: (In [2956]) FullBlogPlugin: A number of improvements and fixes: * Typo …
14:02 Ticket #2342 (enhancement) closed by osimons
fixed: (In [2956]) FullBlogPlugin: A number of improvements and fixes: * Typo …
14:02 Changeset [2956] by osimons
  • fullblogplugin/0.11/setup.py
  • fullblogplugin/0.11/tracfullblog/htdocs/css/fullblog.css
  • fullblogplugin/0.11/tracfullblog/model.py
  • fullblogplugin/0.11/tracfullblog/tags.py
  • fullblogplugin/0.11/tracfullblog/templates/fullblog_delete.html

FullBlogPlugin: A number of improvements and fixes:

  • Typo in RSS made one of the macro formats (float) not work as expected. Fixed.
  • Tags support updated to current trunk of TagsPlugin (>=0.6). Patch by athomas. Closes #2342.
  • Links to RSS feeds also in 'Download in other formats' whereever that makes sense. Patch by athomas. Closes #2344.
  • Don't display any message or information about adding comment if user does not have permission. Patch by athomas. Closes #2343.
  • Some fixes for RSS feed url and logo (logo still not ideal - see ticket:6562).
  • Delete of last version + all versions now implemented (BLOG_ADMIN permission required).
  • New config option personal_blog (default False) will hide 'Browse by author' and various author references. Makes for a cleaner UI when only one author is posting to the blog anyway.
10:04 Changeset [2955] by athomas
  • tagsplugin/trunk/tractags/__init__.py
  • tagsplugin/trunk/tractags/model.py

Whoops. Re-added missing model provider.

09:14 Changeset [2954] by athomas
  • tagsplugin/trunk/tractags/api.py
  • tagsplugin/trunk/tractags/htdocs/css/tractags.css
  • tagsplugin/trunk/tractags/__init__.py
  • tagsplugin/trunk/tractags/macros.py
  • tagsplugin/trunk/tractags/query.py

Lots more bug-fixes and general updates for Tags 0.6.

06:49 Ticket #2344 (enhancement) created by athomas
[PATCH] Add RSS alternate link
06:18 Ticket #2343 (enhancement) created by athomas
[PATCH] Hide "Add comment" section if permission is not available
06:11 Ticket #2342 (enhancement) created by athomas
[PATCH] Port to TagsPlugin
04:07 akaihola edited by akaihola
New user akaihola registered

12/31/2007:

23:10 Changeset [2953] by athomas
  • tagsplugin/trunk/setup.py
  • tagsplugin/trunk/tractags/api.py
  • tagsplugin/trunk/tractags/expr.py
  • tagsplugin/trunk/tractags/__init__.py
  • tagsplugin/trunk/tractags/macros.py

First commit of Tags 0.6.

17:21 Ticket #2341 (enhancement) created by anonymous
Plugin does not support paths when using SVNPath directive
11:30 ProgressMeterMacro edited by qwp0 (not logged in)
removing planned features / todos (going to create tickets for them soon) (diff)

12/30/2007:

21:52 TagsPlugin/Installation edited by athomas
Added installation notes for 0.11 (diff)
21:11 ForcePreviewPlugin edited by athomas
(diff)
19:32 Changeset [2952] by athomas
  • tagsplugin/tags/0.5
  • tagsplugin/tags/0.5/setup.py

Tagged 0.5 release.

19:30 Changeset [2951] by athomas
  • tagsplugin/trunk/setup.py

Update setup.py.

11:21 Changeset [2950] by athomas
  • forcepreviewplugin/0.11/forcepreview.py

Initial commit.

11:19 ForcePreviewPlugin edited by athomas
(diff)
11:18 ForcePreviewPlugin edited by athomas
New hack ForcePreviewPlugin, created by athomas
11:18 Changeset [2949] by athomas
  • forcepreviewplugin
  • forcepreviewplugin/0.11

New hack ForcePreviewPlugin, created by athomas

12/29/2007:

13:44 qwp0 edited by qwp0
Adding e-mail address (diff)

12/28/2007:

22:19 Ticket #551 (defect) closed by sgrayban
fixed
21:50 huunguyen edited by huunguyen
New user huunguyen registered
13:15 Ticket #2335 (defect) closed by bobbysmith007
fixed: (In [2948]) re #2334 closes #2335 Fixed error caused by printing to std …
13:15 Changeset [2948] by bobbysmith007
  • timingandestimationplugin/branches/trac0.11/setup.py
  • timingandestimationplugin/branches/trac0.11/timingandestimationplugin/tande_filters.py

re #2334 closes #2335

Fixed error caused by printing to std out rather than to the trac log. There might also be an underlying error, but I cannot recreate it right now (all reports work for me with this version of the plugin).

11:10 ProgressMeterMacro edited by ThurnerRupert
(diff)
10:54 TracForgePlugin edited by ThurnerRupert
(diff)
10:21 Ticket #2340 (defect) created by Myriam
Selected pages with CombineWikiPlugin
07:51 Ticket #2339 (enhancement) created by DeyV
Who work on version 0.11?
06:18 PerforcePlugin edited by ttressieres
add some comment about port to 0.11 (diff)
06:16 Changeset [2947] by ttressieres
  • perforceplugin/trunk/p4trac/api.py
  • perforceplugin/trunk/p4trac/__init__.py
  • perforceplugin/trunk/p4trac/repos.py
  • perforceplugin/trunk/README.txt
  • perforceplugin/trunk/setup.py

plugin port to Trac 0.11 (first draft)

06:05 Ticket #2338 (enhancement) created by ttressieres
Port PerforcePlugin to Trac 0.11
03:43 Ticket #2337 (defect) created by techtonik
0.10.4 patch : enable notifications to domain users without any session data
03:38 techtonik edited by techtonik
New user techtonik registered
00:10 Ticket #2336 (defect) created by kjdavies
Nondeterministic depgraph generation

12/27/2007:

21:46 Ticket #2335 (defect) created by kjdavies
TimingAndEstimationPlugin writes to sys.stdout
21:41 Ticket #2334 (defect) created by kjdavies
Ticket Work Summary report fails
15:02 Ticket #2331 (defect) closed by coderanger
wontfix: The plugin page is tagged with "unfinished" for a reason. The plugin page …
14:03 kjdavies edited by kjdavies
(diff)
14:00 Ticket #2333 (enhancement) created by kjdavies
href between depgraph and tickets
13:57 kjdavies edited by kjdavies
New user kjdavies registered
13:56 Ticket #2332 (defect) created by keith.davies@kjdavies.org
CSS problem between depgraph and PyDotOrg theme
13:55 Ticket #2331 (defect) created by anonymous
MySQL not supported
09:48 rdickey edited by rdickey
New user rdickey registered
05:10 mape edited by mape
(diff)
04:59 Changeset [2946] by qwp0
  • progressmetermacro/0.11/progressmeter/macro.py
  • progressmetermacro/0.11/setup.py

ProgressMeterMacro: Defining all variable

01:13 RefMacro edited by anonymous
(diff)
00:45 LastModifiedMacro edited by anonymous
(diff)

Note: See TracTimeline for information about the timeline view.