annotate docs/changelog.rst @ 679:d85b0948e539 rhodecode-0.0.1.0.2

fixed hooks broken symlink issue fixed python2.5 crash. fixed #58 missing graph.js bug Fixed tests to remove the forked repository when building enviroment version bump
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 11 Nov 2010 15:03:40 +0100
parents bee56f209c40
children 3d0661b8aaa4
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
679
d85b0948e539 fixed hooks broken symlink issue
Marcin Kuzminski <marcin@python-works.com>
parents: 671
diff changeset
6 1.0.2 (**2010-11-XX**)
d85b0948e539 fixed hooks broken symlink issue
Marcin Kuzminski <marcin@python-works.com>
parents: 671
diff changeset
7 ----------------------
d85b0948e539 fixed hooks broken symlink issue
Marcin Kuzminski <marcin@python-works.com>
parents: 671
diff changeset
8
d85b0948e539 fixed hooks broken symlink issue
Marcin Kuzminski <marcin@python-works.com>
parents: 671
diff changeset
9 - fixed #59 missing graph.js
d85b0948e539 fixed hooks broken symlink issue
Marcin Kuzminski <marcin@python-works.com>
parents: 671
diff changeset
10 - fixed repo_size crash when repository had broken symlinks
d85b0948e539 fixed hooks broken symlink issue
Marcin Kuzminski <marcin@python-works.com>
parents: 671
diff changeset
11 - fixed python2.5 crashes.
d85b0948e539 fixed hooks broken symlink issue
Marcin Kuzminski <marcin@python-works.com>
parents: 671
diff changeset
12 - tested under python2.7
d85b0948e539 fixed hooks broken symlink issue
Marcin Kuzminski <marcin@python-works.com>
parents: 671
diff changeset
13 - bumped sqlalcehmy and celery versions
671
bee56f209c40 fixes few bugs
Marcin Kuzminski <marcin@python-works.com>
parents: 640
diff changeset
14
bee56f209c40 fixes few bugs
Marcin Kuzminski <marcin@python-works.com>
parents: 640
diff changeset
15 1.0.1 (**2010-11-10**)
bee56f209c40 fixes few bugs
Marcin Kuzminski <marcin@python-works.com>
parents: 640
diff changeset
16 ----------------------
bee56f209c40 fixes few bugs
Marcin Kuzminski <marcin@python-works.com>
parents: 640
diff changeset
17
bee56f209c40 fixes few bugs
Marcin Kuzminski <marcin@python-works.com>
parents: 640
diff changeset
18 - fixed #53 python2.5 incompatible enumerate calls
bee56f209c40 fixes few bugs
Marcin Kuzminski <marcin@python-works.com>
parents: 640
diff changeset
19 - fixed #52 disable mercurial extension for web
bee56f209c40 fixes few bugs
Marcin Kuzminski <marcin@python-works.com>
parents: 640
diff changeset
20 - fixed #51 deleting repositories don't delete it's dependent objects
bee56f209c40 fixes few bugs
Marcin Kuzminski <marcin@python-works.com>
parents: 640
diff changeset
21 - small css updated
bee56f209c40 fixes few bugs
Marcin Kuzminski <marcin@python-works.com>
parents: 640
diff changeset
22
bee56f209c40 fixes few bugs
Marcin Kuzminski <marcin@python-works.com>
parents: 640
diff changeset
23
640
afd98d1f817e docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 623
diff changeset
24 1.0.0 (**2010-11-02**)
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
25 ----------------------
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
26
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
27 - security bugfix simplehg wasn't checking for permissions on commands
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
28 other than pull or push.
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
29 - fixed doubled messages after push or pull in admin journal
640
afd98d1f817e docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 623
diff changeset
30 - 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
31 - admin menu accessible from options menu on repository view
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
32 - permissions cached queries
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
33
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
34 1.0.0rc4 (**2010-10-12**)
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
35 --------------------------
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
36
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
37 - 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
38 - 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
39 - 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
40 - 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
41 - 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
42
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
43
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
44 1.0.0rc3 (**2010-10-11**)
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
45 -------------------------
591
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
46
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
47 - fixed i18n during installation.
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
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.0rc2 (**2010-10-11**)
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
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
52 - 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
53 occure. After vcs is fixed it'll be put back again.
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
54 - templating/css rewrites, optimized css.