annotate docs/changelog.rst @ 706:4b354421bf29 beta

templates for ldap settings
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 17 Nov 2010 22:12:20 +0100
parents 341beaa9edba
children 1105531ae572
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 ----------------------
669
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
8 - git support with push/pull via RhodeCode web interface
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
9 - rewrite of internals for vcs >=0.1.9
676
bdd1ddd05b7c docs update, setup libs version bumps
Marcin Kuzminski <marcin@python-works.com>
parents: 669
diff changeset
10 - anonymous access
669
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
11 - 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
12 cache that's invalidated when needed.
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
13 - main page quick filter for filtering repositories
661
673de12e6bf6 added option to enable/disable of logger hooks from admin panel.
Marcin Kuzminski <marcin@python-works.com>
parents: 642
diff changeset
14 - 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
15 and options to disable those hooks from admin panel
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
16 - a lot of fixes and tweaks for file browser
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
17 - introduced new enhanced changelog for merges that shows more accurate results
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
18 - gui optimizations, fixed application width to 1024px
676
bdd1ddd05b7c docs update, setup libs version bumps
Marcin Kuzminski <marcin@python-works.com>
parents: 669
diff changeset
19 - numerous small bugfixes
683
341beaa9edba Implemented whoosh index building as paster command.
Marcin Kuzminski <marcin@python-works.com>
parents: 682
diff changeset
20 - whoosh index moved to paster command
631
05528ad948c4 Hacking for git support,and new faster repo scan
Marcin Kuzminski <marcin@python-works.com>
parents: 623
diff changeset
21
682
23c2a0e6df0b changed official rhodecode favicon, from hg to some more generic
Marcin Kuzminski <marcin@python-works.com>
parents: 681
diff changeset
22 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
23 ----------------------
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
24
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
25 - fixed #59 missing graph.js
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
26 - 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
27 - fixed python2.5 crashes.
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
28 - tested under python2.7
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
29 - bumped sqlalchemy and celery versions
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
30
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
31 1.0.1 (**2010-11-10**)
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
32 ----------------------
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
33
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
34 - 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
35 - 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
36 - fixed #51 deleting repositories don't delete it's dependent objects
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
37 - small css updated
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
38
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
39 1.0.0 (**2010-11-02**)
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
40 ----------------------
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
41
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
42 - security bugfix simplehg wasn't checking for permissions on commands
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
43 other than pull or push.
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
44 - fixed doubled messages after push or pull in admin journal
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
45 - 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
46 - admin menu accessible from options menu on repository view
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
47 - permissions cached queries
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
48
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
49 1.0.0rc4 (**2010-10-12**)
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
50 --------------------------
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
51
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
52 - 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
53 - 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
54 - 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
55 - 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
56 - 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
57
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
58
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
59 1.0.0rc3 (**2010-10-11**)
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
60 -------------------------
591
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
61
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
62 - fixed i18n during installation.
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
63
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
64 1.0.0rc2 (**2010-10-11**)
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
65 -------------------------
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
66
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
67 - 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
68 occure. After vcs is fixed it'll be put back again.
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
69 - templating/css rewrites, optimized css.