home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / modules / wiki / ChangeLog.txt next >
Encoding:
Text File  |  2004-03-08  |  12.6 KB  |  305 lines

  1. $Id: ChangeLog.txt,v 1.1 2004/01/12 22:14:04 comsubvie Exp $
  2.  
  3. WikkiTikkiTavi - ChangeLog
  4. --------------------------
  5. 2003-12-16 Even Holen <evenh+tavi$pvv.ntnu.no>
  6.   * ** Version 0.25 released **
  7.   * Added system to allow for translation of user interface
  8.   
  9. 2003-12-01 Even Holen <evenh+tavi@pvv.ntnu.no>
  10.   * Implemented text enhancement, optionally controlled by $EnableTextEnhance
  11.   * Improved diff compatability regarding safe mode and detection of diff-cmd
  12.   * Allowed for file in URLs and InterWikis
  13.  
  14. 2003-11-12 Even Holen <evenh+tavi@pvv.ntnu.no>
  15.   * Fixed another validation bug regarding interwiki and sisterwiki
  16.   * Fixed bug regarding $ExpireLen=0
  17.   * Fixed bug regarding negative timezone offset
  18.  
  19. 2003-10-28 Even Holen <evenh+tavi@pvv.ntnu.no>
  20.   * Fixed validation bugs, and now it validates as XHtml 1.0 strict again
  21.  
  22. 2003-10-22 Even Holen <evenh+tavi@pvv.ntnu.no>
  23.   * Added use of \ and \\ at end of lines for line break/continuation
  24.   * Added <phpcode> to highlight php-code
  25.   * Changed handling of <code>/<phpcode> 
  26.  
  27. 2003-10-21 Even Holen <evenh+tavi@pvv.ntnu.no>
  28.   * Fixed possibility to use images/text as descriptions with WikiNames
  29.   * Fixed bug regarding no display of second URLs with one character between
  30.  
  31. 2003-09-20 Even Holen <evenh+tavi@pvv.ntnu.no>
  32.   * Fixed bug regarding use of add category field
  33.   * Relaxed rule for characters appearing in free links, and added no-link
  34.   * Fixed bug not allowing 0 as a free links page name
  35.   * Changed /SomeThing to refer to a page on same level, not below
  36.   * Added $ExtRef to change text around external refs, see lib/defaults.php
  37.   * Added possibility to use images as descriptions of hyperlinks. 
  38.   * Added the use of InterWiki's as image references
  39.   * Added macro RefList, to list external references from current page
  40.  
  41. 2003-09-08 Even Holen <evenh+tavi@pvv.ntnu.no>
  42.   * ** Version 0.24 released **
  43.  
  44. 2003-09-08  Even Holen <evenh+tavi@pvv.ntnu.no>
  45.   * Added CurlyOptions, ORigin, to show origin of WantedPages
  46.   * Added markup for child pages, using /ChildPage or ((/Child page))
  47.   * Added CurlyOptions, Index, to TitleSearch to make headings
  48.     in searches. Also changed css-file to allow inside paragraphs
  49.   * Added CurlyOptions to table formatting code. Now it's possible to
  50.     set classes, styles and special options on <table>, <row> and <cell>
  51.  
  52. 2003-08-29  Even Holen <evenh+tavi@pvv.ntnu.no>
  53.   * lib/defaults.php: Choose $TempDir based on OS
  54.   * Added TitleSearch-macro
  55.  
  56. 2003-08-14  Even Holen <evenh+tavi@pvv.ntnu.no>
  57.   * lib/defaults.php: Removed grouping from patterns, and included
  58.     multi-level subpage-support
  59.   * parse/transforms.php: Corrected the subpattern matching according
  60.     to change in lib/defaults.php
  61.  
  62. 2003-07-12  Even Holen <evenh+tavi@pvv.ntnu.no>
  63.   * template/wiki.css: Made css-compliant again, and added code to remove
  64.     items from footer in printout
  65.   * templace/common.php: Cleaned up some code in the common_epilogue
  66.  
  67. 2003-07-03  Even Holen <evenh+tavi@pvv.ntnu.no>
  68.   * **  Version 0.23 released **
  69.  
  70. 2003-06-30  Even Holen <evenh+tavi@pvv.ntnu.no>
  71.   * parse/transforms.php and parse/save.php: Removed fixed regarding
  72.     parse_clear which removed all text. Inserted parse_no_macros instead
  73.   * Fixed sisterwiki-definition like interwiki's below
  74.  
  75. 2003-06-28  Even Holen <evenh+tavi@pvv.ntnu.no>
  76.   * parse/macros.php:
  77.     - In WantedPages changed sql-query (having => where) to make it work with
  78.       mysql 4.0.0alpha (and later on)
  79.     - Added warning of deletion on empty pages in OrphanedPages-macro
  80.   * lib/diff.php: Detect if we're running on Windows, and then use rand()
  81.     instead of posix_getpid().
  82.   * templates/common.php: Added a div#toolbar_top around the toolbar
  83.   * templates/wiki.css: Added a display:none for div#toolbar_top on
  84.     media:print to disable printing of menu. Also added a clear:both to
  85.     the hr in div#header so that one might right-justify the image in the
  86.     header without it being below the line.
  87.   * parse/transforms.php:
  88.     - Allow white space around <code>/</code>
  89.     - Added assertion to interwiki-regexp to allow interwiki-links to appear
  90.       next to each other
  91.     - Added parse_clear() in addition to parse_noop() to be able to remove
  92.       text in parse_define_links
  93.   * parse/save.php:
  94.     - Allowed escaping InterWiki-entries with !, allowing start with a
  95.       lowercase character, and allowing https:-links as InterWiki-entries.
  96.     - Changed parse_noop to parse_clear in parse_define_links to avoid
  97.       using macro names in the link tables (and thus from appearing on
  98.       WantedPages if not defined)
  99.   * lib/db.php: Include error message in error output in query(). NOTE!
  100.     This should be extended/enhanced for all the db-functions...
  101.   * lib/defaults: Changed alphapatterns to _not_ include $FlgChr, \xff
  102.  
  103. 2002-02-22  Scott Moonen  <smoonen@andstuff.org>
  104.    * **  Version 0.22 released **
  105.  
  106. 2002-02-19  Scott Moonen  <smoonen@andstuff.org>
  107.    * Added code to HTML template to add the page's name, with WikiWords
  108.      split apart, to the list of meta keywords for a page.  This should
  109.      aid in search engine categorization of pages.
  110.    * Optimized some of the SQL to use JOINs instead of manual simulation
  111.      of nested selects.
  112.    * Changed header regular expression to allow whitespace before first
  113.      equals sign and after last equals sign.
  114.  
  115. 2002-02-18  Scott Moonen  <smoonen@andstuff.org>
  116.  
  117.    * Fix bug causing RSS parameters (min=mmm, days=nnn) to be ignored.
  118.  
  119. 2002-02-15  Scott Moonen  <smoonen@andstuff.org>
  120.  
  121.    * Modified code so as to avoid generating warnings when PHP config
  122.      variable error_reporting is cranked up to 15.  All of the immediately
  123.      evident at-fault code has been fixed.
  124.    * Allow URLs to end in an underscore (_).
  125.    * Relaxed rules for characters permitted in free-link page names.
  126.    * Relaxed rules for characters allowed in page anchors.
  127.    * Fixed problems in configure.pl related to quotes in strings and files
  128.      in DOS format.
  129.    * Modified templates so that a Content-Length header is emitted.  This
  130.      should allow browsers to implement persistent connections, thereby
  131.      speeding up page loading.
  132.  
  133. 2002-02-14  Scott Moonen  <smoonen@andstuff.org>
  134.  
  135.    * Work around regex bug in PHP 4.03 that causes freelinks to render
  136.      improperly.
  137.    * Fixed numerous bugs wherein pages with a single quote in their names
  138.      would generate bad SQL, thereby aborting the engine.
  139.    * Fixed a bug in the code that maintains the link database that caused
  140.      it to double-count some links.
  141.    * Fixed bug that caused Mozilla to show a blank page when saving
  142.      preferences.
  143.  
  144. 2002-01-14  Scott Moonen  <smoonen@andstuff.org>
  145.  
  146.    * Introduce '!' as a no-link escape.  E.g., !SandBox renders
  147.      as SandBox, without linking to the given page.
  148.  
  149. 2002-01-10  Scott Moonen  <smoonen@andstuff.org>
  150.  
  151.    * Added $SeparateLinkWords configurable to insert spaces in
  152.      links to wiki pages.  Default is off.
  153.  
  154. 2002-01-08  Scott Moonen  <smoonen@andstuff.org>
  155.  
  156.    * Worked on streamlining installation, providing instructions for
  157.      added security and ease of upgrade.
  158.    * Introduced [[Transclude PageName]] macro, which will succeed
  159.      the %%PageName%% syntax.  The double-% syntax is now deprecated
  160.      and will be removed in 0.30.
  161.    * Added action=style URL action to retrieve stylesheet.
  162.    * Applied patch from David Baker to allow case-insensitive image
  163.      suffixes, and also support .jpeg suffix.
  164.  
  165. 2002-01-03  Scott Moonen  <smoonen@andstuff.org>
  166.  
  167.    * Changed transclusion behavior so that recursive transclusions beyond
  168.      one level are allowed, but circular transclusions are disallowed.
  169.    * Streamline installation, configuration, and maintenance process
  170.      by refactoring the configuration scheme.
  171.  
  172. 2002-01-02  Scott Moonen  <smoonen@andstuff.org>
  173.  
  174.    * Introduced new option to $SeparateTitleWords in page titles.
  175.    * Refactored common code in default template.
  176.    * Fixed security hole in template system.
  177.    * Tweak macro behavior wrt newlines to better facilitate in-line
  178.      macros.
  179.    * Applied patch from Kimmo Suominen to accomodate
  180.      register_globals=off.
  181.    * Implemented HTML anchor macro, [[Anchor name]].
  182.    * Implemented anchor reference syntax: PageName#anchor and
  183.      ((free links#anchor)).
  184.  
  185. 2002-01-01  Scott Moonen  <smoonen@andstuff.org>
  186.  
  187.    * Change raw HTML processing to allow <html> tags to be uppercase.
  188.    * Rework templates so parameters are passed as an associative array,
  189.      rather than a hard-coded set of parameters.  This will allow for
  190.      much more flexible extensibility.
  191.  
  192. 2001-12-31  Scott Moonen  <smoonen@andstuff.org>
  193.  
  194.    * Fix rendering of {{ .. }} so that it slurps up braces within
  195.      the outer braces.  I.e., {{{abc}}} now renders as <tt>{abc}</tt>.
  196.  
  197. 2001-12-28  Scott Moonen  <smoonen@andstuff.org>
  198.  
  199.    * Removed formatting markup to bring 'Tavi from XHTML-Transitional
  200.      to XHTML-Strict.
  201.    * Moved formatting information to 'template/wiki.css'.
  202.    * 'Tavi now validates as XTHML-Strict and CSS compliant (except for
  203.      wrap="virtual" attribute on text areas, which I don't think can
  204.      be accomplished using CSS).
  205.  
  206. 2001-12-19  Scott Moonen  <smoonen@andstuff.org>
  207.  
  208.    * Thoroughly rework list (indent, bullet, numbered) parsing.
  209.      Engine output is now entirely XHTML-Transitional-compliant.
  210.    * Add definition lists (syntax is ";term:definition").
  211.    * Change $Unicode configuration option to $Charset configuration
  212.      option, to allow engine to always emit a character set.
  213.  
  214. 2001-12-18  Scott Moonen  <smoonen@andstuff.org>
  215.  
  216.    * Fix minor formatting glitches in the parse engine.
  217.      Code now uses chr(255) to flag elements, rather than '\{n}'.
  218.    * Include 'alt=' property on img tags, since this is a required
  219.      XHTML attribute.  The property's value is set to the basename of
  220.      the image's URL.
  221.  
  222. 2001-12-14  Scott Moonen  <smoonen@andstuff.org>
  223.  
  224.    * Implement table syntax in the rendering engine.
  225.    * Implement RSS output for syndication.
  226.    * Implement time-zone option in user preferences.
  227.  
  228. 2001-12-03  Scott Moonen  <smoonen@andstuff.org>
  229.  
  230.    * Implement a slight variation of Mark Kimes's tweak to display
  231.      arbitrary link text for free links.  Syntax is:
  232.      ((page name|appears as this))
  233.    * Fix parse_diff_message, which sometimes generated false matches
  234.      for the diff pattern.
  235.    * Fix html_time so that it returns 'never' for a timestamp that
  236.      is empty (i.e., for an unedited page).
  237.    * Remove 'document last modified' message from template/history.php,
  238.      as the time was never passed to the history template.
  239.  
  240. 2001-11-30  Scott Moonen  <smoonen@andstuff.org>
  241.  
  242.    * Fix bug in validate_page wherein it would fail to recognize some
  243.      valid free link page names.
  244.  
  245. 2001-11-29  Christopher Cashell  <topher@zyp.org>
  246.  
  247.    * Replace '<?' with '<?php' in all files.
  248.  
  249. 2001-11-29  Scott Moonen  <smoonen@andstuff.org>
  250.  
  251.    * Fix lack of hash ('#') in colors for diff table cells.
  252.  
  253. 2001-09-10  Scott Moonen  <smoonen@andstuff.org> 
  254.  
  255.    * Officially released 0.20, a complete rewrite. A full description of
  256.      its new functionality is forthcoming, as time permits.
  257.  
  258. 2001-02-20  Scott Moonen  <smoonen@andstuff.org> 
  259.  
  260.    * Squashed a few bugs in preparation for the 0.10 release.
  261.       - mailto: links now display with a "mailto:" prefix.
  262.       - Race condition when saving pages eliminated.
  263.       - Multiple lines of whitespace are folded into one.
  264.       - Small glitch in generation of link table fixed.
  265.    * Version 0.10 released. See TaviDownload.
  266.  
  267. 2001-02-06  Scott Moonen  <smoonen@andstuff.org> 
  268.  
  269.    * Added to version 0.10 code:
  270.       - A META tag forbidding search engines to index history,
  271.       - old-version, diff, and edit pages.
  272.  
  273. 2001-01-6  Scott Moonen  <smoonen@andstuff.org> 
  274.  
  275.    * Completed changes adding sisterwiki, interwiki, and remote_pages
  276.      tables to the database schema. The first two define relationships
  277.      with external wikis, which are now community-accessible through
  278.      SisterWiki and InterWiki statement. The latter table is the list
  279.      of known external pages.
  280.    * Tweaked URL regex to handle a few extra terminating characters.
  281.    * This constitutes at least part of version 0.1. Will release soon.
  282.  
  283. 2001-01-15  Scott Moonen  <smoonen@andstuff.org> 
  284.  
  285.     * Version 0.05.
  286.     * Added configuration variable $Persistence, which specifies
  287.       whether to  create a persistent MySQL connection. Default is not
  288.       to do so.
  289.  
  290. 2001-01-07  Scott Moonen  <smoonen@andstuff.org> 
  291.  
  292.     * Version 0.04.
  293.     * Fixed a bug introduced in version 0.03 where a PageWithA/SubPage?
  294.       was  rendered improperly (whenever the sub-page was itself a valid
  295.       page name).
  296.  
  297. 2001-01-04  Scott Moonen  <smoonen@andstuff.org> 
  298.  
  299.     * Version 0.03.
  300.     * Fixed bug whereby some_text_preceding_a_non_alpha.FollowedByALink?
  301.       was rendered improperly.
  302.  
  303. 2000-12-27  Scott Moonen  <smoonen@andstuff.org> 
  304.  
  305.     * Version 0.02 released.