annotate docs/changelog.rst @ 859:e81636a261cf beta

fixed limit of changesets showed in action logger
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 18 Dec 2010 16:30:42 +0100
parents a040597b070b
children 3d0661b8aaa4 b956e6f415a2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 .. _changelog:
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3 Changelog
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 =========
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
6 1.1.0 (**2010-XX-XX**)
631
05528ad948c4 Hacking for git support,and new faster repo scan
Marcin Kuzminski <marcin@python-works.com>
parents: 623
diff changeset
7 ----------------------
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
8
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
9 :status: in-progress
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
10 :branch: beta
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
11
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
12 news
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
13 ++++
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
14
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
15 - rewrite of internals for vcs >=0.1.10
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
16 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
17 with older clients
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
18 - anonymous access, authentication via ldap
669
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
19 - performance upgrade for cached repos list - each repository has it's own
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
20 cache that's invalidated when needed.
811
bb35ad076e2f docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 790
diff changeset
21 - performance upgrades on repositories with large amount of commits (20K+)
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
22 - main page quick filter for filtering repositories
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
23 - user dashboards with ability to follow chosen repositories actions
707
1105531ae572 docs update, added ldap section, added troubleshooting section
Marcin Kuzminski <marcin@python-works.com>
parents: 683
diff changeset
24 - sends email to admin on new user registration
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
25 - added cache/statistics reset options into repository settings
661
673de12e6bf6 added option to enable/disable of logger hooks from admin panel.
Marcin Kuzminski <marcin@python-works.com>
parents: 642
diff changeset
26 - more detailed action logger (based on hooks) with pushed changesets lists
669
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
27 and options to disable those hooks from admin panel
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
28 - introduced new enhanced changelog for merges that shows more accurate results
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
29 - new improved and faster code stats (based on pygments lexers mapping tables,
845
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
30 showing up to 10 trending sources for each repository. Additionally stats
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
31 can be disabled in repository settings.
669
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
32 - gui optimizations, fixed application width to 1024px
845
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
33 - added cut off (for large files/changesets) limit into config files
777
aac24db58ce8 fixed cache problem,
Marcin Kuzminski <marcin@python-works.com>
parents: 762
diff changeset
34 - whoosh, celeryd, upgrade moved to paster command
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
35 - other than sqlite database backends can be used
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
36
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
37 fixes
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
38 +++++
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
39
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
40 - fixes #61 forked repo was showing only after cache expired
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
41 - fixes #76 no confirmation on user deletes
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
42 - fixes #66 Name field misspelled
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
43 - fixes #72 block user removal when he owns repositories
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
44 - fixes #69 added password confirmation fields
845
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
45 - fixes #87 RhodeCode crashes occasionally on updating repository owner
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
46 - fixes #82 broken annotations on files with more than 1 blank line at the end
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
47 - a lot of fixes and tweaks for file browser
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
48 - fixed detached session issues
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
49 - fixed when user had no repos he would see all repos listed in my account
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
50 - fixed ui() instance bug when global hgrc settings was loaded for server
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
51 instance and all hgrc options were merged with our db ui() object
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
52 - numerous small bugfixes
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
53
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
54 (special thanks for TkSoh for detailed feedback)
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
55
631
05528ad948c4 Hacking for git support,and new faster repo scan
Marcin Kuzminski <marcin@python-works.com>
parents: 623
diff changeset
56
682
23c2a0e6df0b changed official rhodecode favicon, from hg to some more generic
Marcin Kuzminski <marcin@python-works.com>
parents: 681
diff changeset
57 1.0.2 (**2010-11-12**)
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
58 ----------------------
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
59
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
60 news
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
61 ++++
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
62
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
63 - tested under python2.7
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
64 - bumped sqlalchemy and celery versions
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
65
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
66 fixes
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
67 +++++
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
68
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
69 - fixed #59 missing graph.js
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
70 - fixed repo_size crash when repository had broken symlinks
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
71 - fixed python2.5 crashes.
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
72
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
73
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
74 1.0.1 (**2010-11-10**)
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
75 ----------------------
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
76
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
77 news
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
78 ++++
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
79
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
80 - small css updated
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
81
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
82 fixes
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
83 +++++
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
84
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
85 - fixed #53 python2.5 incompatible enumerate calls
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
86 - fixed #52 disable mercurial extension for web
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
87 - fixed #51 deleting repositories don't delete it's dependent objects
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
88
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
89
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
90 1.0.0 (**2010-11-02**)
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
91 ----------------------
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
92
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
93 - security bugfix simplehg wasn't checking for permissions on commands
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
94 other than pull or push.
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
95 - fixed doubled messages after push or pull in admin journal
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
96 - templating and css corrections, fixed repo switcher on chrome, updated titles
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
97 - admin menu accessible from options menu on repository view
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
98 - permissions cached queries
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
99
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
100 1.0.0rc4 (**2010-10-12**)
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
101 --------------------------
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
102
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
103 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
104 - removed cache_manager settings from sqlalchemy meta
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
105 - added sqlalchemy cache settings to ini files
597
53128b6b9a4d added password validation, second try on paster setup-app,
Marcin Kuzminski <marcin@python-works.com>
parents: 592
diff changeset
106 - validated password length and added second try of failure on paster setup-app
53128b6b9a4d added password validation, second try on paster setup-app,
Marcin Kuzminski <marcin@python-works.com>
parents: 592
diff changeset
107 - fixed setup database destroy prompt even when there was no db
53128b6b9a4d added password validation, second try on paster setup-app,
Marcin Kuzminski <marcin@python-works.com>
parents: 592
diff changeset
108
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
109
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
110 1.0.0rc3 (**2010-10-11**)
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
111 -------------------------
591
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
112
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
113 - fixed i18n during installation.
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
114
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
115 1.0.0rc2 (**2010-10-11**)
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
116 -------------------------
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
117
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
118 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
119 occure. After vcs is fixed it'll be put back again.
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
120 - templating/css rewrites, optimized css.
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
121