File: ChangeLog

package info (click to toggle)
ukolovnik 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 424 kB
  • ctags: 221
  • sloc: php: 1,246; sh: 165; sql: 60; makefile: 31
file content (71 lines) | stat: -rw-r--r-- 1,487 bytes parent folder | download
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
Ukolovnik
=========

Simple task manager written in PHP and using MySQL as backend.


News
----

1.0 release (2008-02-27)

    * Update translations.
    * Added direct link for donations.

0.9 release (2008-01-10)

    * Fixed double SQL escaping in some cases.
    * New Swedish translation.

0.8 release (2007-10-11)

    * Locales switched to gettext based system.
    * Fixed some installation issues.

0.7 release (2007-05-23)

    * Development switched to subversion.
    * Added support for CSV export.
    * Added support for vCalendar export.

0.6 release (2007-01-06)

    * Detect concurrent editation.

0.5 release (2006-11-09)

    * Fix upgrade error.
    * Include Czech translation.

0.4 release (2006-10-31)

    * Modularized code.
    * Change of translation format.
    * Add installation script.
    * Move configuration to database.
    * Add configuration page.
    * Customizable add page.

0.3 release (2006-02-24)

    * Several bugfixes.
    * Configurable language and style.
    * Improved timestamp display.
    * Icons for some actions for more copact view.
    * Added some statistics.
    * Implemented category deleting.

0.2 release (2006-02-20)

    * Many bugfixes.
    * Retain new lines in text.
    * Automatically submit form on select change.
    * Compact filter display.

0.1 release (2006-01-14)

    * Inititial release.
    * Support for most MySQL versions used in wild.
    * Basic functionality added.

vim: expandtab sw=4 ts=4 sts=4: