parasew / instiki

a basic wiki clone so pretty and easy to set up, you’ll wonder if it’s really a wiki.

This URL has Read+Write access

instiki / CHANGELOG
ec714194 » distler 2009-05-08 Instiki 0.16.6 1 * 0.16.6
2
3 New Features:
4 * More colour schemes: blue, brown, scarlet red, and plum.
5 (From Jason Blevins)
6 * History Pages: created a history page for each wiki page.
7 Link to it and to the "Diff" page from "Recently Revised".
8 (from Jason Blevins)
9 * Support for SVG clipping paths
10 (requested by Andrew Stacey)
11 * Updated for itex2MML 1.3.8. (You should
12 upgrade that, as well.) Support for blackboard bold lowercase
13 letters and digits.
14
15 Bugs Fixed:
16 * Fixed several bugs in Maruku, where "greedy" regexps
17 could lead to exponential slowdown on certain inputs.
18 * Fixed a bug in listing/deleting links to uploaded video and
19 audio files.
20 * Fixed some caching bugs.
21 * Removed the defunct list.dsbl.org from anti-spam dnsbl lookups.
22 * Resolved a conflict between form_spam_protect plugin and IE7.
23 (thanks to Jason Blevins)
24
25 ------------------------------------------------------------------------------
e2ccdfd8 » distler 2009-03-16 Instiki 0.16.5 26 * 0.16.5: Rails 2.3.2
27
28 * Runs on the Stable Release, Rails 2.3.2.
29 * Support for audio/speex audio files.
30 * Updated for itex2MML 1.3.7. (You should
31 upgrade that, as well.)
32 * Tests for BlahTeX/PNG (if installed).
33
34 ------------------------------------------------------------------------------
bd9fa0ed » distler 2009-03-04 Bump Version Number 35 * 0.16.4
133c21b8 » distler 2009-02-27 Bugfixes and Rails Edge 36
bd9fa0ed » distler 2009-03-04 Bump Version Number 37 New Features:
38 * Add x-sendfile support for downloading uploaded files in Instiki.
39 * Add support for HTML5 <video> and <audio> elements:
40 [[mymovie.ogv:video]], [[mysound.wav:audio]].
9ff1e822 » distler 2009-03-05 Update CHANGELOG for 0.16.4 41 * Runs on Rails 2.3.1
bd9fa0ed » distler 2009-03-04 Bump Version Number 42
43 Bugs Fixed:
9ff1e822 » distler 2009-03-05 Update CHANGELOG for 0.16.4 44 * Update to Rails 2.3.1, which fixes several bugs.
bd9fa0ed » distler 2009-03-04 Bump Version Number 45 * Removed bundled Rack (Rails 2.3.1 comes bundled with Rack 1.0).
46 * Add config.action_view.cache_template_loading = true to production
47 environment.
48 * Fix FastCGI bug
49 (http://rubyforge.org/tracker/index.php?func=detail&aid=24191&group_id=186 &atid=783).
50 * Fix WikiWords bug
51 (http://rubyforge.org/pipermail/instiki-users/2009-February/001181.html).
52 * Fix bug on Windows
53 (http://rubyforge.org/pipermail/instiki-users/2009-March/001183.html)
54
55 ------------------------------------------------------------------------------
133c21b8 » distler 2009-02-27 Bugfixes and Rails Edge 56 * 0.16.3: Big steps, Rails 2.3.0-RC1 and tons of new stuff!
57
58 All the patching, developing and great hacking from Jacques Distler was
59 merged into the main codebase of instiki. Jaques is now also maintaining the
60 main branch (together with parasew), which brings instiki up-to-date!
61
62 Find more information about all the changes in his site:
63
64 http://golem.ph.utexas.edu/instiki/
65
66 New Features:
67 * Instiki comes and runs with Rails 2.3.0-RC1
68 * New Markdown interpreter: Maruku
69 * Default markup dialect is Markdown+itex2MML
70 * Mathematics suport, using itex2MML (Markdown+itex2MML)
71 http://golem.ph.utexas.edu/~distler/blog/itex2MMLcommands.html
72 or BlahTeX (Markdown+BlahTeX/PNG)
73 http://golem.ph.utexas.edu/instiki/show/BlahTeX
74 * Theorem Environments
75 * Automatic Equation numbering and automatic Theorem numbering,
76 * Integrated presentation software
77 http://golem.ph.utexas.edu/instiki/show/S5
78 complete with support for themes
79 (available with Markdown, Markdown+itex2MML or Markdown+BlahTeX/PNG)
80 * Sends application/xhtml+xml to compatible browsers
81 (available with Markdown, Markdown+itex2MML or Markdown+BlahTeX/PNG)
82 Serve Webs which use non-Markdown Text Filters (Textile, RDoc or Mixed) as
83 text/html. This makes those Text Filters usable, again.
84 * Scalable Vector Graphics (SVG) enabled
85 (available with Markdown, Markdown+itex2MML or Markdown+BlahTeX/PNG).
86 * Nifty SVG Logo
87 (available with Markdown, Markdown+itex2MML or Markdown+BlahTeX/PNG).
88 * Atom 1.0 feeds.
89 * ETag support.
90 * Filesystem-based caching.
91 * New, industrial-strength Sanitizer (anti-XSS protection).
92 * Uses xhtmldiff for redline diff pages.
93 * (Actually functional) LaTeX output.
94 * InterWeb WikiLinks
95 * Add a user interface to manage uploaded files.
96 * Add a user interface to delete a Web.
97 * Add a user interface to delete orphaned pages in a Category. In addition to
98 deleting all orphaned pages, you can now delete just the orphaned pages in a
99 particular category. Among other things, this provides a handy way to delete
100 a (selection of) page(s): just assign them to a new category (“delete”, say)
101 and delete the orphaned pages in that category.
102 * Add the manage_fixtures plugin for easy database migration
103 * Descriptions in the File Upload Dialog are used as the default alt text (for
104 pictures) or the default link text (for files).
105
106 Bugfixes:
107 (see http://golem.ph.utexas.edu/~distler/blog/archives/001893.html for a
108 complete list)
109
110 * fixes to xhtmldiff
111 * fixed Sanitizer issues
112 * Do dnsbl lookups more judiciously. Anti-spam effectiveness is undiminished,
113 but the application is more responsive.
114 * Fix a Session CookieOverflow when rescuing Instiki::ValidationError
115 * Domain independent caching
116 * Fix for no Flash Messages
117 * Links on “published” Webs were all screwed-up. Fixed.
118 * Make uploaded pictures display in the “published” view.
119 * Make @import rules in the “Stylesheet Tweaks” work in the “published” view.
120 * Actually verify the password, when setting a password for a Web, rather than
121 just pretending to do so.
122 * fixes for nowiki “<nowiki>[[!include foo]]</nowiki>”)
123 * Hide Equations From WikiChunk Processing
124 * Fix a bug in the Chunk handler, which was mangling backslashes in included
125 pages.
126 * Entering the wrong password on the “CreateWeb” form now redirects back to
127 the form, as it should.
128 * Allow single-letter WikiLinks (e.g. “[[a]]”). Requested by a Japanese user.
129 * Allow single-letter includes (e.g. “[[!include a]]”).
130 * Huge improvements to caching and cache-sweeping
131 * Category listing restricts to current Web.
132 * All WikiReference methods limit results to the current web
133 * File uploads work right.
134 * Make WEBrick respond to TERM signal. (Launchd, in particular, requires this.)
135 * Ditch the URIChunk and LocalURIChunk handlers. Slow, buggy, and of dubious
136 utility.
137 * Ensure unsafe operations (new, save,...) are POSTs, not GETs.
138 * Fix utf-8 bug in WikiChunk handling.
139 * Disable WikiChunk processing in tags.
140 * Hide Equations From WikiChunk Processing
141 * Fix for the "Backslashes in Included Equations" bug.
142 * Sessions are now stored in a cookie (signed and Base-64 encoded).
143 Form_spam_protection stores form_keys in the session.
144 Make sure spambots implement both cookies and javascript, by storing
145 hashed (with salt) keys in the session.
146 * Make sure request.ip is a valid IPv4 or IPv6 address.
147 * Make remove_orphaned_pages work in a proxied situation.
148 * In the wiki_controller, only apply the dnsbl_check before_filter
149 to the :edit, :new, and :save :export actions, instead of all actions.
150 This makes mundane "show" requests faster, but does not
151 compromise spam-fighting ability.
152 * Be a little gentler in recovering from Instiki::ValidationErrors, when
153 saving a page. Previously, we threw away all the user's changes upon
154 the redirect. Now we attempt to salvage what he wrote.
155 * Drop hostname from cache key.
156 * Fix Recursive Includes.
157 * Entering an incorrect password on the Create Web form should redirect
158 back to the form, with a flash error.
159 * In the Stylesheet Tweaks, the owner of a Web can specify an @import rule
160 to pull in CSS styles form an external file. This worked in the "show"
161 view, but was broken in the "published" view. Fixed.
162 * Allow multiple leading capital letters in a WikiWord.
163
164 ------------------------------------------------------------------------------
165 * 0.13.0:
166
167 Mainly a Bugfix Release, which fixes two XSS Vulnerabilities.
168 More information can be found on Jacques Distler's Blog:
169 http://golem.ph.utexas.edu/~distler/blog/archives/001634.html
170
207fb1f7 » distler 2007-10-15 New Version 171 ------------------------------------------------------------------------------
172 * 0.12.0:
173
174 0.12 is mainly a bugfix release. We recommend all instiki Users to upgrade.
175 In this version, some security holes where fixed
176 - An XSS vulnerability in categories
177 - An XSS vulnerability in <nowiki>
178 - fixes that Instiki allows "dangerous" operations as HTTP GETs
179
180 as well as some other small improvements.
181 - fixes for instiki running on mongrel
182 - fixes for instiki running on mongrel_cluster
183
184 We added a lot of tests, synced with Jacques Distler's version and fixed
185 small bugs as well. A note to Mac OSX users: use the Ruby One-Click-Installer
186 for OSX ( http://rubyosx.com ) or make sure you are not running into problems
187 with sqlite (see http://instiki.5uper.net/instiki/show/SQLite+issues+on+OSX)
188
189 ------------------------------------------------------------------------------
190 * 0.11.pl1
69b62b6f » distler 2007-01-22 Checkout of Instiki Trunk 1... 191
192 - ANTISPAM:
193 - updated and included spam_patterns.txt
194 - included dnsbl_check - DNS Blackhole Lists check
195 [thanks to joost from http://www.spacebabies.nl ]
207fb1f7 » distler 2007-10-15 New Version 196 - included the form-spam-protection rails plugin
197 http://form-spam-protection.googlecode.com/svn/form_spam_protection/
69b62b6f » distler 2007-01-22 Checkout of Instiki Trunk 1... 198
199 - BUGFIXES:
200 - fix PDF output not to contain garbage chars [Jesse Newland]
201 - fixed the pages and authors display for single webs
202 - web list does not show a link to a published version if it has none
203 [Jesse Newland]
204 - Fixed bug that failed to expire cached diff view of a page
205 - Fixed rendering of WikiLinks in included pages in published or export
206 mode
207 - lots of small bugfixes and changes
208
209 - UPDATES:
207fb1f7 » distler 2007-10-15 New Version 210 - Rails 1.2.1 tested and packaged with instiki
69b62b6f » distler 2007-01-22 Checkout of Instiki Trunk 1... 211 - updated RubyZip to 0.9.1
207fb1f7 » distler 2007-10-15 New Version 212 - updated packaged sqlite3-ruby
69b62b6f » distler 2007-01-22 Checkout of Instiki Trunk 1... 213
214 - FEATURES:
63e217bc » distler 2007-02-10 Moved Maruku (and its depen... 215 - fix: being logged in on more Webs at once works now [Jaques Distler]
69b62b6f » distler 2007-01-22 Checkout of Instiki Trunk 1... 216 - Stylesheet tweaks
217 - visual display if webs are pass-protected (div background)
218 - Linux packaging
219
220 ------------------------------------------------------------------------------
221 * 0.11.0:
222 - SQL-based backend (ActiveRecord)
223 - File uploads (finally)
224 - Upgraded to Rails 1.0.0
225 - Replaced internal link generator with routing
226 - Fixed --daemon option
227 - Removed Rubygem and native OS X distributions
228 - Improved HTML diff
229 - More accurate "See Changes"
230 ------------------------------------------------------------------------------
231 * 0.10.2:
232 - Upgraded to Rails 0.13.1
233 - Fixed HTML export
234 - Added layout=no option to the export_html action (it exports page
235 contents processed by the markup engine, but without the default layout -
236 so that they can be wrapped in some other layout)
237 - <nowiki> tag can span several lines (before it was applied when both
238 opening and closing tags were on the same line only)
239 - Resolved the "endless redirection loop" condition and otherwise improved
240 handling of errors in the rendering engines
241 - Fixed rendering of Markdown hyperlinks such as
242 [Text](http://something.com/foo)
243 ------------------------------------------------------------------------------
244 * 0.10.1:
245 - Upgraded Rails to 0.12.0
246 - Upgraded rubyzip to version 0.5.8
247 - BlueCloth is back (RedCloth didn't do pure Markdown well enough)
248 - Handling of line breaks in Textile is as in 0.9 (inserts <br/> tag)
249 - Fixed HTML export (to enclose the output in <html> tags, include the
250 stylesheet etc)
251 - Corrected some compatibility issues with storages from earlier Instiki
252 versions
253 - Some other bug fixes
254 ------------------------------------------------------------------------------
255 * 0.10.0:
256 - Ported to ActionPack
257 - RedCloth 3.0.3
258 - BlueCloth is phased out, Markdown is rendered by RedCloth
259 - Mix markup option understands both Textile and Markdown on the same page
260 - Instiki can serve static content (such as HTML or plain-text files) from
261 ./public directory
262 - Much friendlier admin interface
263 - Wiki link syntax doesn't conflict with Textile hyperlink syntax.
264 Therefore "textile link":LinkToSomePlace will not look insane.
265 - RSS feeds accept query parameters, such as
266 http://localhost:2500/wiki/rss_with_headlines?start=2005-02-18&end=2005-02-19&limit=10
267 - RSS feed with page contents for a password-protected web behaves as
268 follows: if the web is published, RSS feed links to the published version
269 of the web. otherwise, the feed is not available
270 Madeleine will check every hour if there are new commands in the log or
271 24 hours have passed since last snapshot, and take snapshot if either of
272 these conditions is true. Madeleine will also not log read-only
273 operations, resulting in a better performance
274 - Wiki extracts (to HTML and plain text) will leave only the last extract
275 file in ./storage
276 - Wiki search handles multibyte (UTF-8) characters correctly
277 - Local hyperlinks in published pages point to published pages [Michael
278 DeHaan]
279 - Fixed a bug that sometimes caused all past revisions of a page to be
280 "forgotten" on restart
281 - Fixed parsing of URIs with a port number (http://someplace.org:8080)
282 - Instiki will not fork itself on a *nix, unless explicitly asked to
283 - Instiki can bind to IPs other than 127.0.0.1 (command-line option)
284 - Revisions that do not change anything on the page are rejected
285 - Automated tests for all controller actions
286 - category: lines are presented as links to "All Pages" for relevant
287 categories
288 - Search looks at page titles, as well as content
289 - Multiple other usability enhancements and bug fixes
290 ------------------------------------------------------------------------------
291 * 0.9.2:
292 - Rollback takes the user to an edit form. The form has to be submitted for
293 the change to take place.
294 - Changed to use inline style on published pages
295 - Fixed "forward in time" on the last revision before current page
296 - Instiki won't log bogus error messages when creating a new Wiki
297 - Fixed deprecation warning for Object.id (introduced in Ruby 1.8.2)
298 - Madeleine upgraded to 0.7.1
299 - Madeleine snapshots are compressed
300 - Packaged as a gem
301 ------------------------------------------------------------------------------
302 * 0.9.1:
303 - Added performance improvements for updating existing pages
304 - Fixed IP logging and RSS feeds behind proxies [With help from Guan Yang]
305 - Fixed default storage directory (borked running on Windows)
306 [Spotted by Curt Hibbs]
307 ------------------------------------------------------------------------------
308 * 0.9.0:
309 - Added aliased links such as [[HomePage|that nice home page]] [Mark Reid]
310 - Added include other page content with [[!include TableOfContents]]
311 [Mark Reid]
312 - Added delete orphan pages from the Edit Web screen [by inspiration from
313 Simon Arnaud]
314 - Added logging of IP address for authors (who's behind the rollback wars)
315 - Added Categories pages through backlinks (use "categories: news, instiki"
316 on start of line) [Mark Reid]
317 - Added option to use bracket-style wiki links only (and hence ban
318 WikiWords)
319 - Added command-line option to specify different storage path
320 - Added print view without navigation
321 - Added character and page (2275 characters including spaces) counter
322 (important for student papers)
323 - Off by default, activate it on the Edit Web screen
324 - Added LaTeX/PDF integration on Textile installations with pdflatex
325 installed on system (EXPERIMENTAL)
326 - Use the home page as a table of contents with a unordered list to control
327 sections
328 - Added limit of 15 to the number of pages included in RSS feed
329 - Moved static parts of stylesheet to separate file [Lau T?rnskov]
330 - Fixed better semantics for revision movement [Ryan Singer]
331 - Fixed color diffs to work much better [Xen/Mertz/Atkins]
332 - Fixed performance problems for All Pages list [Dennis Mertz]
333 - Fixed lots of rendering bugs [Mark Reid]
334 - Upgraded to RedCloth 2.0.11 [integrating the fine work of Dennis Mertz]
335 ------------------------------------------------------------------------------
336 * 0.8.9:
337 - Added color diffs to see changes between revisions [Bill Atkins]
338 They're aren't quite perfect yet as new paragraphs split the <ins> tags
339 (hence 0.8.9, not 0.9.0)
340 - Added redirect to edit if content of page generates an error
341 (so the page doesn't become unusable on bugs in the markup engines)
342 - Fixed update Web with different address bug [Denis Metz]
343 - Fixed a bunch of wiki word rendering issues by doing wiki word detection
344 and replacment at once
345 - Upgraded to BlueCloth 0.0.3b (should fix loads of problems on Markdown
346 wikis)
347 ------------------------------------------------------------------------------
348 * 0.8.5:
349 - Instiki can now serve as a CMS by running a password-protected web with a
350 published front
351 - Added version check at startup (Instiki needs Ruby 1.8.1)
352 ------------------------------------------------------------------------------
353 * 0.8.1:
354 - Actually included RedCloth 2.0.7 in the release
355 ------------------------------------------------------------------------------
356 * 0.8.0:
357 - NOTE: Single-web wikis created in versions prior to 0.8.0 have "instiki"
358 as their system password
359 - Accepts wiki words in bracket style.
360 Examples: [[wiki word]], [[c]], [[We could'nt have done it!]]
361 - Accepts camel-case wiki words in all latin, greek, cyrillian, and
362 armenian unicode characters
363 - Many thanks to Guan Yang for building the higher- and lower-case lookup
364 tables. And thanks to Simon Arnaud for the initial patch that got the
365 work started
366 - Changed charset to UTF-8
367 - Cut down on command-line options and replaced them with an per-web config
368 screen
369 - Added option to extend the stylesheet on a per-web basis to tweak the
370 look in details
371 - Added simple color options for variety
372 - Added option to add/remove password protection on each web
373 - Added the wiki name of the author locking a given page (instead of just
374 "someone")
375 - Removed single/multi-web distinction -- all Instikis are now multi-web
376 - Load libraries from an unshifted load path, so that old installed
377 libraries doesn't clash [Emiel van de Laar]
378 - Keeps the author cookie forever, so you don't have to enter your name
379 again and again
380 - Fixed XHTML so it validates [Bruce D'Arcus]
381 - Authors are no longer listed under orphan pages
382 - Added export to markup (great for backups, potentially for switching wiki
383 engine)
384 - Don't link wiki words that proceeds from either /, = or ?
385 (http://c2.com/cgi/wiki?WikiWikiClones,
386 /show/HomePage, cgi.pl?show=WikiWord without escaping)
387 - Accessing an unexisting page redirects to a different url (/new/PageName)
388 - Increased snapshot time to just once a day (cuts down on disk storage
389 requirements)
390 - Made RDoc support work better with 1.8.1 [Mauricio Fern?ndez]
391 - Added convinient redirect from /wiki/ to /wiki/show/HomePage
392 - Fixed BlueCloth bug with backticks at start of line
393 - Updated to RedCloth 2.0.7 (and linked to the new Textile reference)
394 ------------------------------------------------------------------------------
395 * 0.7.0:
396 - Added Markdown (BlueCloth) and RDoc [Mauricio Fern?ndez] as command-line
397 markup choices
398 - Added wanted and orphan page lists to All pages (only show up if there's
399 actually orphan or wanted pages)
400 - Added ISO-8859-1 as XML encoding in RSS feeds (makes FeedReader among
401 others happy for special entities)
402 - Added proper links in the RSS feed (but the body links are still
403 relative, which NNW and others doesn't grok)
404 - Added access keys: E => Edit, H => HomePage, A => All Pages,
405 U => Recently Revised, X => Export
406 - Added password-login through URL (so you can subscribe to feed on a
407 protected web)
408 - Added web passwords to the feed links for protected webs, so they work
409 without manual login
410 - Added the web name in small letters above all pages within a web
411 - Polished authors and recently revised
412 - Updated to RedCloth 2.0.6
413 - Changed content type for RSS feeds to text/xml (makes Mozilla Aggreg8
414 happy)
415 - Changed searching to be case insensitive
416 - Changed HomePage to display the name of the web instead
417 - Changed exported HTML pages to be valid XHTML (which can be preprocessed
418 by XSLT)
419 - Fixed broken recently revised
420 ------------------------------------------------------------------------------
421 * 0.6.0:
422 - Fixed Windows compatibility [Florian]
423 - Fixed bug that would prevent Madeleine from taking snapshots in Daemon
424 mode
425 - Added export entire web as HTML in a zip file
426 - Added RSS feeds
427 - Added proper getops support for the growing number of options [Florian]
428 - Added safe mode that forbids style options in RedCloth [Florian]
429 - Updated RedCloth to 2.0.5
430 ------------------------------------------------------------------------------
431 * 0.5.0:
432 - NOTE: 0.5.0 is NOT compatible with databases from earlier versions
433 - Added revisions
434 - Added multiple webs
435 - Added password protection for webs on multi-web setups
436 - Added the notion of authors (that are saved in a cookie)
437 - Added command-line option for not running as a Daemon on Unix
438 ------------------------------------------------------------------------------
439 * 0.3.1:
440 - Added option to escape wiki words with \
441 ------------------------------------------------------------------------------
442 * 0.3.0:
443 - Brought all files into common style (including Textile help on the edit
444 page)
445 - Added page locking (if someone already is editing a page there's a
446 warning)
447 - Added daemon abilities on Unix (keep Instiki running after you close the
448 terminal)
449 - Made port 2500 the default port, so Instiki can be launched by
450 dobbelt-click
451 - Added Textile cache to speed-up rendering of large pages
452 - Made WikiWords look like "Wiki Words"
453 - Updated RedCloth to 2.0.4
454 ------------------------------------------------------------------------------
455 * 0.2.5:
456 - Upgraded to RedCloth 2.0.2 and Madeleine 0.6.1, which means the
457 - Windows problems are gone. Also fixed a problem with wikiwords
458 - that used part of other wikiwords.
459 ------------------------------------------------------------------------------
460 * 0.2.0:
461 - First public release