wiki:TracHacks

Version 31 (modified by Michael Renzmann, 15 years ago) (diff)

New tickets for TracHacks should now be assigned to me by default. Fixes #4726.

Trac Hacks

Who

TracHacks is maintained by otaku42.

SVN Access

If you want to allow others to write to your repository, send me a mail and I will arrange it.

Problems?

If you have any issues with TracHacks, check the existing tickets, then create a ticket.

Searching the Repository

It is possible to search the TracHacks source repository using the RepoSearchPlugin. You must be authenticated to use this feature and it is configured with the following settings:

include = *.py:*.cs:*.txt:*.html:*/README:*/ChangeLog
exclude = /tracfrenchtranslation/*

The tracfrenchtranslation is explicitly excluded because it is an entire copy of the Trac source :)

Thanks

Thanks to Edgewall Software for creating Trac, the whole Trac team for continuing the development and particularly Christopher Lenz and Rede for helping variously with the testing, design, layout and testing of the site and repository.

News

2006-01-09

  • Switched from EmoticonsPlugin to WikiGoodiesPlugin, only because it offers more smileys and extras.
  • Added a themes section. Please feel free to contribute Trac themes as this is an area that is sorely lacking contribution in Trac.

2006-01-03

2005-12-02

2005-11-24

  • Hack zip snapshots are now done in the Trac Hacks SVN post-commit hook. This means they are instantly available for download.

2005-11-18

  • I've added automated generation of hack snapshots. These are available here at http://trac-hacks.org/download/<hack>-r<rev>.zip. Same URL without the revision is a link to the latest revision. These snapshots are generated once an hour. Old revisions will be deleted after 30 days.
  • Also added a download:tocmacro wikilink to ease the pain.

2005-09-30

2005-09-29

  • Upgraded to version 0.9b2
  • In order to future proof TracHacks I have replaced all references to trunk with 0.9? and stable with 0.8?, in both Trac and SVN. This means that deep external references to SVN will no longer be correct.
  • TracHacks is now using the mighty AccountManagerPlugin, courtesy of mgood.
  • Check out the WikiStart, thanks to Muness.

This migration was not without issue, some of which I have documented in MacroMigrationTutorial.

  • NewHack has not been migrated yet (it is a lot of work). This will be done over the next few days.
  • Bug report links in the hack pages don't work because of trac-ticket:1562. eg. AddCommentMacro bugs
    (I've patched the Trac running on swapoff.org)
  • Occasionally a non-existent empty page will appear to be tagged. I haven't tracked this down yet, but assume it is a bug in the TagIt macro.

If you notice any issues other than those mentioned above, please log a ticket.

Thanks again go to Muness Alrubaie for his excellent tag macro's and template modifications.

2005-07-19

  • Commits to the repository will now be automatically prefixed with the name of the hack being committed to.

2005-07-16

  • Added alpha and beta tags.
  • Added ability to delete/replace attachments owned by you (the attachment list doesn't show up at the moment, but you can still reference them - I need to fix this).

2005-07-11

  • Added an unsupported tag.
  • NewHack now lets you do everything except hack creation when unauthenticated.

2005-07-10

  • Sent mail to Trac mailing list announcing the existence of TracHacks.