-
Notifications
You must be signed in to change notification settings - Fork 30
/
CHANGELOG
84 lines (67 loc) · 3.08 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
* 1.1.6
* Rake 0.8 compatibility fix
* Fix bug with import_users task
* Fix issues with bad permissions URLs.
* 1.1.5
* Add SVN Annotation/Blame support
* Support for repo names specified in subdirectories instead of subdomains
* 1.1
* Link line #'s in UV code.
* Wrap long lines in UV parsed code and use twilight theme.
* Fix importer to work with Prototype 1.6
* Use Ultraviolet gem as new syntax highlighter
* Add changeset log search
* Add ability to create diffs for a file between 2 arbitrary revisions
* Update dom:loaded to change JS times to prevent content flashing.
* Remove fixed positioning from footer.
* Add search UI for changesets.
* Show openID reset form when clicking reset from profile form.
* Add simple formatting to changeset messages. See http://forum.activereload.net/forums/9/topics/148
* Add post-commit hook API
* Fix bug with building permissions with anonymous users. [yrashk]
* replace lame Importer lib with ruby-sequel for db access
* Fixed progress reporting during admin synching of changesets
* 1.0.4
* Add initial display:none to sheet forms so they won't flash on the page during load
* Remove stray console.log in syncing causing Camino to fail
* when building the access file, only use active permissions
* Add link to reset your OpenID Address from your profile
* Fix nil error when deleting users, sweep cache when users are updated.
* fix error with date/time format when syncing
* remove OpenID requirements for installation
* Add confirmation message when deleting members
* Fix up errors with failing atom feeds.
* 1.0.3
* Add a new favicon
* Beef up the initial bootstrapping task.
* add deployment helper task.
* Fix bug with access file generation
* 1.0.2
* send valid ATOM feeds.
* update open_id rails plugin so that urls with '-'s are allowed.
* fixed a harsh bug with the sheets: http://forum.activereload.net/forums/8/topics/93
* 1.0.1
* Fix rare bug when viewing history of path that doesn't exist anymore
* Sweep the repository's cache when updating the access permissions.
* fix rare bug where FileUtils#install would clash with the #install route when running rake (only on textdrive)
* 1.0.0 RC
* Fix footer in IE 7 to align to left side of page
* Fix bookmark line height in IE 7, add ie specific style sheet curbstomp.css
* Fix permission form in IE 7. Do not allow it to duplicate events on the add/subtract buttons.
* fix changeset/public reloading issues
* allow configurable session options
* lots of tweaks for repo admins accessing admin functions
* allow repo admins to add access permissions
* better error messages for db config errors in import and post-commit tasks
* Support user-specific timezones with javascript
* Add fragment caching.
* 0.9.1 (beta)
* fix js cache issues
* add more svn/ruby requires (for compatibility w/ svn 1.3)
* fix old @error usage
* freeze open id gems
* initialize Warehouse.domain to an empty string
* show extra debug info for invalid Warehouse.domain
* remove email footer
* require email and svn login at least, unless the account was created with open id.
* fix bugs relating to giving members access to the root of a repo