Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 2
- Log:
Initial import of Instiki 0.11.0 sources from a downloaded Tarball.
Instiki is a Ruby On Rails based Wiki clone.
- Author:
- adh
- Date:
- Sat Jul 22 14:54:51 +0100 2006
- Size:
- 11760 Bytes
- Properties:
- Property svn:executable is set
1 | * TRUNK: |
2 | SQL-based backend (ActiveRecord) |
3 | File uploads (finally) |
4 | Upgraded to Rails 1.0.0 |
5 | Replaced internal link generator with routing |
6 | Fixed --daemon option |
7 | Removed Rubygem and native OS X distributions |
8 | Improved HTML diff |
9 | More accurate "See Changes" |
10 | |
11 | * 0.10.2: |
12 | Upgraded to Rails 0.13.1 |
13 | Fixed HTML export |
14 | Added layout=no option to the export_html action (it exports page contents processed |
15 | by the markup engine, but without the default layout - so that they can be wrapped in |
16 | some other layout) |
17 | <nowiki> tag can span several lines (before it was applied when both opening and closing |
18 | tags were on the same line only) |
19 | Resolved the "endless redirection loop" condition and otherwise improved handling of |
20 | errors in the rendering engines |
21 | Fixed rendering of Markdown hyperlinks such as [Text](http://something.com/foo) |
22 | |
23 | * 0.10.1: |
24 | Upgraded Rails to 0.12.0 |
25 | Upgraded rubyzip to version 0.5.8 |
26 | BlueCloth is back (RedCloth didn't do pure Markdown well enough) |
27 | Handling of line breaks in Textile is as in 0.9 (inserts <br/> tag) |
28 | Fixed HTML export (to enclose the output in <html> tags, include the stylesheet etc) |
29 | Corrected some compatibility issues with storages from earlier Instiki versions |
30 | Some other bug fixes |
31 | |
32 | * 0.10.0: |
33 | Ported to ActionPack |
34 | RedCloth 3.0.3 |
35 | BlueCloth is phased out, Markdown is rendered by RedCloth |
36 | Mix markup option understands both Textile and Markdown on the same page |
37 | Instiki can serve static content (such as HTML or plain-text files) from ./public |
38 | directory |
39 | Much friendlier admin interface |
40 | Wiki link syntax doesn't conflict with Textile hyperlink syntax. Therefore |
41 | "textile link":LinkToSomePlace will not look insane. |
42 | RSS feeds accept query parameters, sush as |
43 | http://localhost:2500/wiki/rss_with_headlines?start=2005-02-18&end=2005-02-19&limit=10 |
44 | RSS feed with page contents for a password-protected web behaves as follows: |
45 | if the web is published, RSS feed links to the published version of the web |
46 | otherwise, the feed is not available |
47 | Madeleine will check every hour if there are new commands in the log or 24 hours have |
48 | passed since last snapshot, and take snapshot if either of these conditions is true |
49 | Madeleine will also not log read-only operations, resulting in a better performance |
50 | Wiki extracts (to HTML and plain text) will leave only the last extract file in ./storage |
51 | Wiki search handles multibyte (UTF-8) characters correctly |
52 | Local hyperlinks in published pages point to published pages [Michael DeHaan] |
53 | Fixed a bug that sometimes caused all past revisions of a page to be "forgotten" on |
54 | restart |
55 | Fixed parsing of URIs with a port number (http://someplace.org:8080) |
56 | Instiki will not fork itself on a *nix, unless explicitly asked to |
57 | Instiki can bind to IPs other than 127.0.0.1 (command-line option) |
58 | Revisions that do not change anything on the page are rejected |
59 | Automated tests for all controller actions |
60 | category: lines are presented as links to "All Pages" for relevant categories |
61 | Search looks at page titles, as well as content |
62 | Multiple other usability enhancements and bug fixes |
63 | |
64 | * 0.9.2: |
65 | Rollback takes the user to an edit form. The form has to be submitted for the change to |
66 | take place. |
67 | Changed to use inline style on published pages |
68 | Fixed "forward in time" on the last revision before current page |
69 | Instiki won't log bogus error messages when creating a new Wiki |
70 | Fixed deprecation warning for Object.id (introduced in Ruby 1.8.2) |
71 | Madeleine upgraded to 0.7.1 |
72 | Madeleine snapshots are compressed |
73 | Packaged as a gem |
74 | |
75 | * 0.9.1: |
76 | Added performance improvements for updating existing pages |
77 | Fixed IP logging and RSS feeds behind proxies [With help from Guan Yang] |
78 | Fixed default storage directory (borked running on Windows) [Spotted by Curt Hibbs] |
79 | |
80 | * 0.9.0: |
81 | Added aliased links such as [[HomePage|that nice home page]] [Mark Reid] |
82 | Added include other page content with [[!include TableOfContents]] [Mark Reid] |
83 | Added delete orphan pages from the Edit Web screen [by inspiration from Simon Arnaud] |
84 | Added logging of IP address for authors (who's behind the rollback wars) |
85 | Added Categories pages through backlinks (use "categories: news, instiki" on start of line) [Mark Reid] |
86 | Added option to use bracket-style wiki links only (and hence ban WikiWords) |
87 | Added command-line option to specify different storage path |
88 | Added print view without navigation |
89 | Added character and page (2275 characters including spaces) counter (important for student papers) |
90 | Off by default, activate it on the Edit Web screen |
91 | Added LaTeX/PDF integration on Textile installations with pdflatex installed on system (EXPERIMENTAL) |
92 | Use the home page as a table of contents with a unordered list to control sections |
93 | Added limit of 15 to the number of pages included in RSS feed |
94 | Moved static parts of stylesheet to separate file [Lau TŒrnskov] |
95 | Fixed better semantics for revision movement [Ryan Singer] |
96 | Fixed color diffs to work much better [Xen/Mertz/Atkins] |
97 | Fixed performance problems for All Pages list [Dennis Mertz] |
98 | Fixed lots of rendering bugs [Mark Reid] |
99 | Upgraded to RedCloth 2.0.11 [integrating the fine work of Dennis Mertz] |
100 | |
101 | * 0.8.9: |
102 | Added color diffs to see changes between revisions [Bill Atkins] |
103 | They're aren't quite perfect yet as new paragraphs split the <ins> tags (hence 0.8.9, not 0.9.0) |
104 | Added redirect to edit if content of page generates an error |
105 | (so the page doesn't become unusable on bugs in the markup engines) |
106 | Fixed update Web with different address bug [Denis Metz] |
107 | Fixed a bunch of wiki word rendering issues by doing wiki word detection and replacment at once |
108 | Upgraded to BlueCloth 0.0.3b (should fix loads of problems on Markdown wikis) |
109 | |
110 | * 0.8.5: |
111 | Instiki can now serve as a CMS by running a password-protected web with a published front |
112 | Added version check at startup (Instiki needs Ruby 1.8.1) |
113 | |
114 | * 0.8.1: |
115 | Actually included RedCloth 2.0.7 in the release |
116 | |
117 | * 0.8.0: |
118 | NOTE: Single-web wikis created in versions prior to 0.8.0 have "instiki" as their system password |
119 | Accepts wiki words in bracket style. Ex: [[wiki word]], [[c]], [[We could'nt have done it!]] |
120 | Accepts camel-case wiki words in all latin, greek, cyrillian, and armenian unicode characters |
121 | Many thanks to Guan Yang for building the higher- and lower-case lookup tables |
122 | And thanks to Simon Arnaud for the initial patch that got the work started |
123 | Changed charset to UTF-8 |
124 | Cut down on command-line options and replaced them with an per-web config screen |
125 | Added option to extend the stylesheet on a per-web basis to tweak the look in details |
126 | Added simple color options for variety |
127 | Added option to add/remove password protection on each web |
128 | Added the wiki name of the author locking a given page (instead of just "someone") |
129 | Removed single/multi-web distinction -- all Instikis are now multi-web |
130 | Load libraries from an unshifted load path, so that old installed libraries doesn't clash [Emiel van de Laar] |
131 | Keeps the author cookie forever, so you don't have to enter your name again and again |
132 | Fixed XHTML so it validates [Bruce D'Arcus] |
133 | Authors are no longer listed under orphan pages |
134 | Added export to markup (great for backups, potentially for switching wiki engine) |
135 | Don't link wiki words that proceeds from either /, = or ? |
136 | (http://c2.com/cgi/wiki?WikiWikiClones, /show/HomePage, cgi.pl?show=WikiWord without escaping) |
137 | Accessing an unexisting page redirects to a different url (/new/PageName) |
138 | Increased snapshot time to just once a day (cuts down on disk storage requirements) |
139 | Made RDoc support work better with 1.8.1 [Mauricio Fern‡ndez] |
140 | Added convinient redirect from /wiki/ to /wiki/show/HomePage |
141 | Fixed BlueCloth bug with backticks at start of line |
142 | Updated to RedCloth 2.0.7 (and linked to the new Textile reference) |
143 | |
144 | * 0.7.0: |
145 | Added Markdown (BlueCloth) and RDoc [Mauricio Fern‡ndez] as command-line markup choices |
146 | Added wanted and orphan page lists to All pages (only show up if there's actually orphan or wanted pages) |
147 | Added ISO-8859-1 as XML encoding in RSS feeds (makes FeedReader among others happy for special entities) |
148 | Added proper links in the RSS feed (but the body links are still relative, which NNW and others doesn't grok) |
149 | Added access keys: E => Edit, H => HomePage, A => All Pages, U => Recently Revised, X => Export |
150 | Added password-login through URL (so you can subscribe to feed on a protected web) |
151 | Added web passwords to the feed links for protected webs, so they work without manual login |
152 | Added the web name in small letters above all pages within a web |
153 | Polished authors and recently revised |
154 | Updated to RedCloth 2.0.6 |
155 | Changed content type for RSS feeds to text/xml (makes Mozilla Aggreg8 happy) |
156 | Changed searching to be case insensitive |
157 | Changed HomePage to display the name of the web instead |
158 | Changed exported HTML pages to be valid XHTML (which can be preprocessed by XSLT) |
159 | Fixed broken recently revised |
160 | |
161 | * 0.6.0: |
162 | Fixed Windows compatibility [Florian] |
163 | Fixed bug that would prevent Madeleine from taking snapshots in Daemon mode |
164 | Added export entire web as HTML in a zip file |
165 | Added RSS feeds |
166 | Added proper getops support for the growing number of options [Florian] |
167 | Added safe mode that forbids style options in RedCloth [Florian] |
168 | Updated RedCloth to 2.0.5 |
169 | |
170 | * 0.5.0: |
171 | NOTE: 0.5.0 is NOT compatible with databases from earlier versions |
172 | Added revisions |
173 | Added multiple webs |
174 | Added password protection for webs on multi-web setups |
175 | Added the notion of authors (that are saved in a cookie) |
176 | Added command-line option for not running as a Daemon on Unix |
177 | |
178 | * 0.3.1: |
179 | Added option to escape wiki words with \ |
180 | |
181 | * 0.3.0: |
182 | Brought all files into common style (including Textile help on the edit page) |
183 | Added page locking (if someone already is editing a page there's a warning) |
184 | Added daemon abilities on Unix (keep Instiki running after you close the terminal) |
185 | Made port 2500 the default port, so Instiki can be launched by dobbelt-click |
186 | Added Textile cache to speed-up rendering of large pages |
187 | Made WikiWords look like "Wiki Words" |
188 | Updated RedCloth to 2.0.4 |
189 | |
190 | * 0.2.5: |
191 | Upgraded to RedCloth 2.0.2 and Madeleine 0.6.1, which means the |
192 | Windows problems are gone. Also fixed a problem with wikiwords |
193 | that used part of other wikiwords. |
194 | |
195 | * 0.2.0: |
196 | First public release |