1 - 2013-01-28
2   * Fixed the display of text generated files.
3 - 2013-01-21:
4   * Fixed the link on the target file page to download/display the content of the target file.
5   * The default rule for linking to a media file was broken in the previous version. Now fixed.
6 - 2012-11-06:
7   * Fixed crosslinks. It was completely broken before.
8   * Source and target files are uploaded to the media folder, so they can be retreated as a media file. File information are thus available for source and target files in media links.
9   * Fixed the CodeMirror editor for "Adora Belle".
10   * Change the once arcane button name of "Add Use" to "Add dependency".
11   * Adding dependency and removing dependency are now actions, this also cleans up the HTML code that Projects Wiki generates.
12   * Fixed plugin settings. Now auto-checking for updates is truly configurable.
13 - 2012-08-13:
14   * Use CodeMirror (http://codemirror.net) as the code editor for projects wiki represented source files and scripts for generated files. Note however this is not compatible with Javascript and CSS compression!
15 - 2012-02-14:
16   * Fixed a bug that prevents us entering the media manager.
17 - 2012-02-13:
18   * Make checking for update automatically optional with a configuration option.
19   * Various minor clean ups and bug fixes.
20 - 2011-11-30:
21   * A fix for broken media file links to generated files as caused by 2011-11-10 (Angua RC).
22 - 2011-11-24:
23   * A simple fix for 2011-11-10 (Angua RC).
24 - 2011-08-07:
25   * Fixed a typo in action.php that prevents processing the creation of a subproject.
26 - 2011-05-17:
27   * Feature: now it is possible to specify which syntax to use for highlighting a source file, or a specific content/recipe block. See the documentation for details.
28   * Bug fix: On the project management page, the remake and delete buttons acted on the current page, not the file next to it.
29 - 2011-05-14:
30   * Fixed a bug that prevented the renaming of dependencies.
31   * Fixed a bug that caused fatal error when a page does not have a project-file tag but uses other tags such as use, content, and recipe.
32 - 2011-05-11:
33   * More fix to metadata handling. This should solve the problem that the file and wiki page are out of sync bug introduced in 2011-04-29 version.
34 - 2011-05-10:
35   * More adaptation to Rincewind RC2: The INFO global variable is gone?
36 - 2011-04-29:
37   * Adapting to Rincewind RC1: fixed metadata usage in metadata rendering in syntax plugins.
38 - 2011-04-28:
39   * Fixed a bug that prevent the display of file with missing dependencies.
40 - 2011-03-07:
41   * Fixed the horrendous bug that all the buttons on the manage_files page are still using the old theme of commands.
42   * use the correct php script on rsv.math.uvic.ca to check for new versions.
43 
44 - 2011-02-25:
45   * Display a notice for the admin when a new version is available.
46   * Managing files in a project are now handled by a "manage_files" action, instead of using the admin menu. This makes users without admin privileges to be able to manage files in a project.
47   * Editing buttons are now shown only if the user has respective permission.
48   * The project file pages are not cached. This fixes any caching issue it could have been there.
49   * Removed the leading and trailing empty line (one the first line).
50   * Remake, create a file, create a subprojects, rebuild a project, and clean a project are now all events (remake, create, create_subproject, rebuild, clean, respectively)
51   * Fixed an off-by-one bug in adding and removing the use tag.
52 
53 - 2011-01-28:
54   * Initial release