Changes to Soks-testing
This page is automatically created from changes made to the Darcs repository at http://www.counsell.org/darcs/soks-testing. It is updated each hour.
Recent changes
- Improved the upload file and picture bits of the default template—tamc@soks.org
- In the default template, changed the ‘pages that link here’ to ‘see also’ and only include pages that are not linked to from that page. —tamc@rubyforge.org
- Improvements to start-up code to make more robust—tamc@rubyforge.org
- Fixed so that AutomaticSummary correctly overwrites (rather than just adding to) deleted pages—tamc@rubyforge.org
- Altered the way the views are refreshed to speed start-up for big wikis—tamc@rubyforge.org
- Altered the warning message to only warn once for every 100 revisions backlogged—tamc@rubyforge.org
- Fixed bug in category helper where it was sensitive to the case of the category name—tamc@rubyforge.org
- Fixed a bug where unnecessary revisions were written to disc—tamc@rubyforge.org
- Removed the max-width limit for images on the default stylesheet—tamc@soks.org
- Removed the td style from the default stylesheet—tamc@soks.org
- If a file upload from a windows machine starts with C:\ then it has its \ turned to / so that only the filename and no directory information is recorded. —tamc@rubyforge.org
- Fixed a bug in the default staticfile erb helper that was causing stylesheets etc not to be found. —tamc@rubyforge.org
- Fixed Bug: File Uploads broken for Internet Explorer 6.0—tamc@rubyforge.org
- Added a news_rubyforge task to the rakefile—tamc@rubyforge.org
- Updated version numbers to v1.0.2—tamc@rubyforge.org
- A few minor alterations to the readme file—tamc@rubyforge.org
- Added a release_files task to the rakefile—tamc@rubyforge.org
- Added a test to make sure the version number in the soks file is valid—tamc@rubyforge.org
- Added some comments to the rakefile—tamc@rubyforge.org
- Rake update version numbers task now updates the version number constant in the soks.rb file—tamc@rubyforge.org
- Added a root_uploadedfile_url setting to the View class to allow a different web location to be set for accessing uploaded files. Default is to match the root_url. —tamc2@cam.ac.uk
- The url helper method now does not throw an error if name is nil—tamc2@cam.ac.uk
- The static file directory can now be set as a parameter in the View class. Defaults to /Static. —tamc2@cam.ac.uk
- CategoryHelper now creates an All Categories page contianing a list of categories. —tamc@rubyforge.org
- CategoryHelper category pages are now sorted alphabetically—tamc@rubyforge.org
- CategoryHelper.new can now take an argument to specify whether to use Category: or some other magic word. —tamc@rubyforge.org
- Automatic Counters now merge all their revisions, reducing the amount of memory they eat up. —tamc@soks.org
- AutomaticSummary has a :merge_if_within_seconds that is passed to the wiki when it revises its page. By default is set to an hour. If set to nil will cause all changes made by the summary to be merged, potentially saving lots of memory. AutomaticRecentChanges merges by default. —tamc@soks.org
- AutomaticSummary has an :exclude_self setting that governs whether it can summarise itself. AutomaticRecentChanges can. By default most summaries can’t. —tamc@soks.org
- page#revise now takes a merge_if_within_seconds = 0 which causes the revision to be merged with the previous one if the authors are the same, and less than that many seconds have elapsed. —tamc@soks.org
- Altered default stylesheet to improve the look of pre tags—tamc@soks.org
- Added a CategoryHelper (inspired by Alexandru Popescu) that provides WikiPedia/Instiki style categories. —tamc@rubyforge.org
- Fixed Bug: AutomaticSummary can overwrite existing pages by making automatic summary append to existing content. —tamc@rubyforge.org
- Fixed Bug: AutomaticSummary does not remove pages, and in doing so, removed the :event parameter as it had little use, and made the code unnecessarily complex. —tamc@rubyforge.org
- Refactored the Calendar helper into a separate file, and the AutomaticUpdateCrossLinks to the soks-view.rb file. —tamc@soks.org
- Fixed bug: edit pages display the title of pages with inverted commas incorrectly—tamc@soks.org
- Fixed bug in AutomaticSummary classes that watched for :page_created that wouldn’t update their contents on a :page_revised. —tamc@soks.org
- Change AutomaticSummary to not include page title by default in summary. —tamc@soks.org
- Move the static files relating to a view to a separate directory under views so can keep separate from uploaded attachments. —tamc@soks.org
- Fixed possible error in Mail2WikiHelper that could occur if mail message had no ‘name’ associated with it—tamc@soks.org
- default start.rb only requires from gem if it was created by a gem. —tamc@soks.org
- Added a WatchPage class. This makes it easier to programatically do things with the content of a page. —tamc@soks.org
- Added a DarcsWatcher class that automagically creates a list of changes page from patches recorded in a darcs repository. —tamc@soks.org
- Notify.empty? now only returns true if no notifications are in progress. This fixes potential bugs and random test failiures. —tamc@soks.org
- Fixed so that none of the counter tests unexpectedly fail due to the wrong time—tamc@soks.org
- Removed the AutomaticAuthorIndex class because it doesn’t work, isn’t needed and I don’t use it. —tamc@soks.org
- FEATURE: Added a ListOfAuthors class that is called once for each author on the wiki—tamc@soks.org
- BUGFIX: Rakefile requires the correct version of soks, and only requires it once. —tamc@soks.org
- Fixed test to avoid use of Time to lessen chance of failing incorrectly—tamc@soks.org
- Fixed bug where a page links to itself—tamc@soks.org
- Updated version number system—tamc@soks.org
- Correct so displays wiki name correctly—tamc@soks.org
- Adding v1-0-1 release date to README—tamc@soks.org
v1-0-1
v1-0-1 released on Sun Aug 21 08:46:49 EDT 2005 by tamc@soks.org.
- Initial import from cvs—tamc@soks.org
Edit this page or
watch for changes using RSS.