Changes between Version 54 and Version 55 of WikiCalendarMacro


Ignore:
Timestamp:
May 1, 2015, 9:09:20 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiCalendarMacro

    v54 v55  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Small calendar with days linking to wiki pages =
    32
    4 The "sister" macro WikiTicketCalendarMacro, once forked off from this macro, has been re-integrated.
    5 Both macros are available in `wikicalendar-2.0.0` and later.
     3= Small calendar with days linking to wiki pages
    64
    7 == Description ==
     5== Description
    86
    9 Inserts a small calendar where each day links to a wiki page whose name matches the `wiki-page-format` argument.
    10 The current day is highlighted, and days with Milestones are marked in bold.  This macro makes heavy use of CSS for formatting.
     7This plugin inserts a small calendar where each day links to a wiki page whose name matches the `wiki-page-format` argument.
     8The current day is highlighted, and days with Milestones are marked in bold. This macro makes heavy use of CSS for formatting.
    119
    12 It can be used for maintaining a calendar of meeting minutes or any situation where the wiki page name is based on the date.  It is designed to work well with the [trac:MacroBazaar#Blog Blog] macro, so if a previous month is selected from the Blog, the calendar will display the selected month.
     10It can be used for maintaining a calendar of meeting minutes or any situation where the wiki page name is based on the date. It is designed to work well with the [trac:MacroBazaar#Blog Blog] macro, so if a previous month is selected from the Blog, the calendar will display the selected month.
    1311
    1412Non-existent pages link directly to the edit form for the requested page to make it easy to add new meeting minutes pages.  It uses the time format syntax from the Python [http://python.org/doc/current/lib/module-time.html time module]'s {{{strftime}}} method.  Resolution of relative wiki paths is available.
     
    1614Check the documentation for WikiTicketCalendarMacro to learn about it's option to preselect a wiki page template for new pages and much more.
    1715
     16The "sister" macro WikiTicketCalendarMacro, once forked off from this macro, has been re-integrated. Both macros are available in `wikicalendar-2.0.0` and later.
     17
    1818'''New:''' Since wikicalendar-2.1 both macros are able to display week numbers. Just add a 'w' to your macro arguments (argument position doesn't matter). With `Babel` installed you even get Sunday as first day of the week and week numbers localized according to you browser settings.
    1919
    20 == Bugs/Feature Requests ==
     20== Bugs/Feature Requests
    2121
    2222Existing bugs and feature requests for WikiCalendarMacro are [query:status!=closed&component=WikiCalendarMacro&order=priority here].
     
    2525[/newticket?component=WikiCalendarMacro&owner=hasienda new ticket].
    2626
    27 == Download ==
     27[[TicketQuery(component=WikiCalendarMacro&group=type,format=progress)]]
     28
     29== Download
    2830
    2931Download the zipped source from [download:wikicalendarmacro here].
    3032
    31 == Source ==
     33== Source
    3234
    3335You can check out the source for !WikiCalendarMacro from Subversion [http://trac-hacks.org/svn/wikicalendarmacro here] or [source:wikicalendarmacro browse the source] with Trac.
    3436
    35 == Installation ==
     37== Installation
    3638
    3739Requires Trac >= 0.11.3. After [11741] you should be able to use the plugin even with Trac 0.11.
    3840
    39 If you experience strange results (see #8818 for an [attachment:ticket:8818:wtc.jpg example]),
    40 you may want to force CSS definitions into the HTML page with the following option:
    41 {{{
    42 #!ini
     41If you experience strange results (see #8818 for an [attachment:ticket:8818:wtc.jpg example]), you may want to force CSS definitions into the HTML page with the following option:
     42
     43{{{#!ini
    4344[wikicalendar]
    4445internal_css = True
     
    4647ticket.due_field.format = %y-%m-%d
    4748}}}
    48  ''available since'' [11746], WikiTicketCalendarMacro options supported since [11749]
    4949
    50 Easy upgrade: Rename your old `[wikiticketcalendar]` section, and the required option name change `ticket.due_field.name --> ticket.due_field.name` will be done automatically for you.
     50Available since [11746], WikiTicketCalendarMacro options supported since [11749].
    5151
    52 == Example ==
     52To upgrade this plugin, rename your old `[wikiticketcalendar]` section, and the required option name change `ticket.due_field.name --> ticket.due_field.name` will be done automatically for you.
     53
     54== Example
    5355   
    5456Usage:
     
    6971[[WikiCalendar(2006,07,false,Meeting-%Y-%m-%d)]]
    7072}}}
     73
    7174Note: relative wiki paths are supported as well, what might be especially relevant, if you later change position of the wiki page containing the !WikiCalendarMacro relative to the stack of related wiki pages:
     75
    7276{{{
    7377[[WikiCalendar(*,*,true,../Meeting/%Y-%m-%d)]]
     
    7579
    7680 [[Image(20130421_wikicalendar_screenshot.gif)]]
     81
    7782Screenshots using `[[WikiCalendar(w)]]` (for week numbers) with different browser locale settings
    7883
    79 === About i18n/l10n support ===
     84=== About i18n/l10n support
    8085
    8186These macros are prepared for localization (tooltip customization in calendar navigation and localized macro description).
    8287
    8388But English message texts are still the (POSIX) default. If this isn't your preferred language, you can
    84  1. look, if it's already available from the [TracPluginTranslation Trac plugin l10n project] at [http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/wikicalendar Transifex] or
    85  2. do it yourself (see the [t:wiki:CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details).
     89 1. check if it's already available from the [TracPluginTranslation Trac plugin l10n project] at [http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/wikicalendar Transifex] or
     90 1. do it yourself, see the [t:wiki:CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details.
    8691
    87 You've done a new translation? Superb! Contributing your translation is highly appreciated.[[BR]]
     92Contributing your translation is highly appreciated.[[BR]]
    8893You could send it to the plugin's maintainer or contribute to [TracPluginTranslation Trac plugin l10n project]
    8994via [http://www.transifex.net/projects/p/Trac_Plugin-L10N/ Transifex]:
     
    105110Again, for more details see the [t:wiki:CookBook/PluginL10N#Compileanduseit l10n cookbook page for Trac plugins].
    106111
    107 == Recent Changes ==
     112== Recent Changes
    108113
    109114[[ChangeLog(wikicalendarmacro, 3)]]
    110115
    111 == Author/Contributors ==
     116== Author/Contributors
    112117
    113118'''Author:''' [wiki:mgood mgood] [[BR]]
    114 '''Maintainer:''' hasienda [[BR]]
     119'''Maintainer:''' [[Maintainer]] [[BR]]
    115120'''Contributors:''' JoshuaH, [mailto:alexander.klimetschek@hpi.uni-potsdam.de Alexander Klimetschek], YouLi, fjruiz, [wiki:jun66j5], [wiki:rjollos]