source: trac @ 3273

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3273   5 years moschny Restore compatibility with Python 2.4: don't use partition().
(edit) @3272   5 years moschny Update URLs and email addresses.
(edit) @3271   5 years moschny Start new development cycle after releasing 4.1.
(edit) @3270   5 years moschny Update teo urls and maintainer's email.
(edit) @3269   5 years moschny Update email and add a bunch of classifiers for pypi.
(edit) @3268   5 years moschny Add 'bztar' sdist format.
(edit) @3267   5 years moschny Fix whitespace.
(edit) @3266   5 years moschny Make the list of "allowed" (i.e. expanded) macros in the toc configurable.
(edit) @3265   5 years moschny - Let setuptools automatically name pre-releases. - Prepare for 0.11.3
(edit) @3264   5 years moschny - Let setuptools automatically name pre-releases. - Prepare for 4.1.
(edit) @3263   5 years moschny Drop the 'pre' suffix for the release number.
(edit) @3262   5 years moschny Partly rewrite the filter_toc method, for better readability and more …
(edit) @3261   5 years moschny Be more precise about the license.
(edit) @3260   5 years moschny Remove workaround for sdist bug.
(edit) @3259   5 years moschny Increase version number.
(edit) @3258   5 years moschny Fix a bug introduced in [3248]: The ellipsis dots were shown for expanded …
(edit) @3257   5 years moschny Create a tree for the toc instead of using a flat list with indented …
(edit) @3256   5 years moschny - Make package build process independent of Trac (i.e. do not import the …
(edit) @3255   5 years moschny Ignore .egg-info file.
(edit) @3254   5 years moschny - Also change the entry point's name. - Fix keywords.
(edit) @3253   5 years moschny Change name to TracRedirect.
(edit) @3252   5 years moschny - Fix #293: strip version, query and fragment from the pagename. - …
(edit) @3251   5 years moschny Add 0.11.1 compatibility code.
(edit) @3250   5 years moschny Genshi's Markup() constructor has changed. See …
(edit) @3249   5 years moschny Fix #292: Handle different signatures of Formatter._make_link() in 0.11 …
(edit) @3248   5 years moschny Use Genshi to create tags instead of emitting plain HTML. This should also …
(edit) @3247   5 years moschny Make the plugin compatible with the upcoming Trac 0.11. Thanks to Michel …
(edit) @3246   5 years moschny Make a new branch for 0.11
(edit) @3245   5 years moschny * Add noreorder argument, fixes #277. * Code simplifications. * …
(edit) @3244   5 years moschny * Add "noedit" option, that prevents the "edit" link from being …
(edit) @3243   6 years moschny Make TracNav work with 0.11dev after the context-refactoring merge (which …
(edit) @3171   6 years moschny Propagate patch from r3170.
(edit) @3170   6 years moschny Setuptools bug: the 'sdist' command doesn't honor 'package_data', thus …
(edit) @3159   6 years moschny Follow the IWikiMacroProvider API change in Trac, see …
(edit) @3158   6 years moschny Increase version number, to not confuse people.
(edit) @3157   6 years moschny Fix #271: We wrongly used env.href instead of req.href.
(edit) @3147   6 years moschny Oops.
(edit) @3146   6 years moschny Finally drop the ..pre suffix, as this version seems to be stable, and …
(edit) @3145   6 years moschny * Make the plugin compatible with Trac's current trunk (i.e. the upcoming …
(edit) @3144   6 years moschny Start a branch for a 0.11-compatible version of TracNav.
(edit) @3142   6 years moschny Fix #269.
(edit) @3108   7 years moschny Support targets within a referenced page. Thanks to Dan Faerch (dan AT …
(edit) @3106   7 years moschny - Refactoring: Capture the state of one macro invocation in an instance …
(edit) @3099   7 years moschny - Add a navigation bar item, so that it is no longer necessary to …
(edit) @3098   7 years moschny Convert the redirect macro into a plugin. Thanks to Michel Jouvin (jouvin …
(edit) @3097   7 years moschny Change the target of the 'edit' link for a toc page to the edit action of …
(edit) @3095   7 years moschny Add a specific style for IE6 that doesn't use position:relative. Should …
(edit) @3093   7 years moschny Revert to using StringIO. In Trac 0.10, unicode strings are used, which …
(edit) @3092   7 years moschny Legacy: additionally provide the JPNav macro.
(edit) @3091   7 years moschny Minor changes.
(edit) @3090   7 years moschny Add a hint about the plugin cache.
(edit) @3089   7 years moschny Bugfix: Display the toc, when the current page is not found in the toc.
(edit) @3088   7 years moschny * Introduce the nocollapse argument. It prevents the toc from being …
(edit) @3086   7 years moschny * Add link to TracNav's homepage. * Very short installation instructions. …
(edit) @3085   7 years moschny Cleanup, small enhancements. * Import cStringIO, if available, instead of …
(edit) @3084   7 years moschny Add license entry.
(edit) @3083   7 years moschny Converted the TracNav macro into a Trac plugin. While this may need some …
(edit) @3082   7 years moschny Document current contents of trac.ini
(edit) @3077   7 years moschny Cosmetics.
(edit) @3076   7 years moschny Bugfix: Wrong location for tracnav.css.
(edit) @3075   7 years moschny Fix HTML indentation.
(edit) @3074   7 years moschny Workaround for Gecko-based browsers: Instead of { float:right; } which …
(edit) @3073   7 years moschny Small enhancement to the LISTRULE. Note: \s doesn't work, because in …
(edit) @3072   7 years moschny Cosmetics.
(edit) @3071   7 years moschny Apply a patch from Christophe Eymard <pwipwi.thecow@…> that adds …
(edit) @3063   7 years moschny * Allow usage of the Image macro in toc entries. Note: References to …
(edit) @3061   7 years moschny - Reuse the TocFormatter object for formatting all toc entries - this …
(edit) @3060   8 years moschny - Cleanup of some doc strings. - Remove unused code.
(edit) @3059   8 years moschny - Simplifications.
(edit) @3058   8 years moschny - Simplify get_toc_entry_and_indent(). - Update copyright notice.
(edit) @3057   8 years moschny Use the OneLineFormatter of Trac's wiki system instead of our own parsing …
(edit) @3056   8 years moschny - Bugfix: Uncaught StopIteration, in case the toc is empty. - Fix many …
(edit) @3055   8 years moschny See Trac ticket 1246.
(edit) @3054   8 years moschny Rewrite the TOC structure parser, using a recursive algorithm instead of …
(edit) @3053   8 years moschny Move pattern matching into a generator.
(edit) @3052   8 years moschny Replace db access code with calls to the wiki api.
(edit) @3051   8 years moschny Re-add old style for redirect notice.
(edit) @3050   8 years moschny Even more cosmetics.
(edit) @3049   8 years moschny Cosmetics.
(edit) @3048   8 years moschny Insert a header with installation instructions and a copyright notice.
(edit) @3047   8 years moschny Project-local copy of trac's htdocs files no longer needed.
(edit) @3046   8 years moschny Project-local copy of most template files no longer needed.
(edit) @3045   8 years moschny Moved display of "redirected from ..." to site_header.cs.
(edit) @3044   8 years moschny Installation instructions updated.
(edit) @3043   8 years moschny Typo corrected.
(edit) @3042   8 years moschny Move CSS styles for TracNav into a separate file.
(edit) @3041   8 years moschny POST seems not to work, so switch to GET.
(edit) @3040   8 years moschny Porting the redirect macro to trac 0.9 - first version.
(edit) @3039   8 years moschny Update configuration for trac 0.9.
(edit) @3038   8 years moschny Import of …
(edit) @3037   8 years moschny Small patch for the upcoming trac 0.9.
(edit) @3036   8 years moschny Merged 0.9b2-2416 to trunk.
(edit) @3035   8 years moschny Tag trac/vendor/current as trac/vendor/0.9b2-2416.
(edit) @3034   8 years moschny Load . into trac/vendor/current.
(edit) @3033   8 years moschny To prepare to load . into trac/vendor/current, perform 1 rename. * …
(edit) @3026   8 years hauma - Incorporated suggestion from argh@… - Fixed behaviour for …
(edit) @3004   8 years moschny Merging vendor changes 0.8.2 -> 0.8.4 to trunk.
(edit) @3003   8 years moschny Tag trac/vendor/current as trac/vendor/0.8.4.
(edit) @3002   8 years moschny Load . into trac/vendor/current.
(edit) @3000   8 years moschny Imported …
Note: See TracRevisionLog for help on using the revision log.