changing changelog name - doesn't have my changes
[boxroom-stian.git] / CHANGELOG.boxroom_original
blob85656c50e436f5a7899d6c0970fcec1238b2397a
1 version 0.6.2\r
2 =============\r
3 (2007-02-18)\r
4 * remove_before and remove_after, used by some INDEX_HELPERS is more elegant now (by Stian Haklev)\r
5 * Changed to buffered file upload (this may prevent any memory leaks)\r
6 * Reading files is done in blocks now (this ensures they are closed again properly)\r
7 * Strip HTML tags for HTML files before indexing (by Stian Haklev)\r
8 * Strip text_in_file before indexing (Stian Haklev)\r
9 * rubyzip is added to vendor/plugins, so sxw and odt files can be indexed (by Stian Haklev)\r
10 * Fixed validate_filename (I guess Rails 1.2 broke it)\r
11 * Search results table has a fixed width now\r
13 version 0.6.1\r
14 =============\r
15 (2007-02-11)\r
16 * Fixed bug: close file after reading contents for indexing\r
17 * In the search results view the preview link will only be shown if the file has been indexed\r
19 version 0.6\r
20 ===========\r
21 (2007-02-10)\r
22 * Rails 1.2 ready\r
23 * Full text search with Ferret (implemented by Stian Haklev)\r
24 * Redirect to the originally requested URL after logging in\r
25 * Changed the license to MIT\r
26 * Added copyright notice in the views\r
27 * Changed the status on Rubyforge from Alpha to Beta\r
29 version 0.5\r
30 ===========\r
31 (2006-12-04)\r
32 * Refactored the authentication_controller\r
33 * Put before_filter :authorize in ApplicationController (and using skip_before_filter in other controllers if necessary)\r
34 * Using 'unless' instead of 'if not'\r
35 * Using find_by() instead of find(:first)\r
36 * Upload progress (yay!)\r
38 version 0.4\r
39 ===========\r
40 (2006-10-15)\r
41 * Html_escaped input from outside the application\r
42 * Put the path() method in the application helper instead of in the Folder model, so h() can be used\r
43 * New layout\r
44 * Choose your own username for the admin account\r
45 * Improved security by adding password salt\r
46 * RSS feeds for folders\r
48 version 0.3\r
49 ===========\r
50 (2006-06-04)\r
51 * The uploaded file's temp name is Time.now, instead of 'newfile', this way it's possible to upload multiple files at the same time \r
52 * GroupPermissions is a better name than GroupFolders\r
53 * Checks the child folders for delete permissions\r
54 * A lot of refactoring...\r
55 * DB schema stuff is handled by Migrations now\r
56 * Choose whether a new group gets ALL or NO permissions on existing folders\r
57 * The admin password is not mailed anymore, the admin can decide on a password when the account is created\r
58 * Error handling for e-mailing\r
60 version 0.2\r
61 ===========\r
62 (2006-04-29)\r
63 * Changed name of the password field in the login screen. Prevents Firefox from entering a saved password when editing a user.\r
64 * Root folder is a folder in the database (instead of some kind of 'virtual' folder)\r
65 * Folder acts_as_tree\r
66 * Folders with content CAN be deleted now\r
67 * Search for files/folders\r
68 * It's called Boxroom now\r
70 version 0.1.1\r
71 =============\r
72 * There IS a rakefile now\r
73 * Textual changes\r
74 * Got rid of "ActionController::Base.enable_upload_progress;" so it works with rails 1.1 too\r
75 * Path to uploads via #{RAILS_ROOT}\r
76 * ["is_the_administrators_group = ?", true] instead of "is_the_administrators_group = true"; this fixes an issue with MySQL\r
77 * "#! /usr/bin/env ruby" instead of "#!/usr/local/bin/ruby" in the dispatch files\r
78 * If a user edited his/her own settings: show a confirmation in the edit screen; else: redirect to the list of users\r
79 * New users get an e-mail informing them about their account