Commit graph

528 commits

Author SHA1 Message Date
Max Pozdeev
abab919953 move jquery to includes folder 2020-09-04 15:19:49 +03:00
Max Pozdeev
1e70710be7 Do not use mytinytodo_lang.php in theme 2020-09-04 15:15:56 +03:00
Max Pozdeev
750d74f797 Fix newlines in language files 2020-09-04 15:11:32 +03:00
Max Pozdeev
24385cd3b2 move js to includes folder 2020-09-04 15:01:10 +03:00
Max Pozdeev
756e4839db suppress warning if /lang/ folder does not exists 2020-09-04 14:50:09 +03:00
Max Pozdeev
47758f08c2 move common.php to includes folder 2020-09-04 14:45:24 +03:00
Max Pozdeev
3719405bd7 move db classes to includes folder 2020-09-04 14:42:07 +03:00
Max Pozdeev
b27a957c00 convert all language files in repo to json 2020-09-04 14:36:41 +03:00
Max Pozdeev
827fc92609 * Use language files in json format, in new folder 2020-09-04 14:26:28 +03:00
Max Pozdeev
a5cc36ea64 mobile theme can be loaded with ?mobile parameter as well 2020-09-02 16:52:25 +03:00
Max Pozdeev
e34b90fe33 * Newly created list shows completed tasks; List name can not have @ and # symbols 2020-08-29 12:35:07 +03:00
Max Pozdeev
48778729d3 * FL: update inline add task icon 2020-08-28 23:42:05 +03:00
Max Pozdeev
08306acd8d * click with Cmd and Ctrl on tag in tagcloud will exclude the tag (like in tasklist) 2020-08-28 17:43:46 +03:00
Max Pozdeev
73668d7a7e * Facelifting: move tag filters upper in toolbar, and redesigned 2020-08-28 17:40:44 +03:00
Max Pozdeev
88d040eab4 Facelifting: change width to 1000px 2020-08-27 21:03:01 +03:00
Max Pozdeev
36fee462df - Bugfix: filter by multiple tags shows completed taks when list settings was off 2020-08-26 22:37:03 +03:00
Max Pozdeev
fa4875d2d7 * migrate to jQuery 3.5.1 2020-08-26 20:34:03 +03:00
Max Pozdeev
ab2d10da45 * migrate jQuery to v.12.4 2020-08-25 22:24:39 +03:00
Max Pozdeev
973bfa9eed fix for prev commit 2020-08-25 21:44:13 +03:00
Max Pozdeev
92bbc9bb58 * Facelifting: added css transitions, icon color by opacity, use rem units 2020-08-25 18:52:02 +03:00
Max Pozdeev
6c4898b923 experiments: avoid opcode cache 2020-08-24 20:25:28 +03:00
Max Pozdeev
9b6437924d * show full year in short date format unless 21st century 2020-08-24 20:24:11 +03:00
Max Pozdeev
d8cfe5e319 use css transform for .task-toggle arrow 2020-08-24 00:11:47 +03:00
Max Pozdeev
bc248bd6af UI little fixes 2020-08-24 00:03:29 +03:00
Max Pozdeev
d1f34cc6eb * use full year in duedate field 2020-08-23 22:46:00 +03:00
Max Pozdeev
babe849346 .duedate-arrow removed, arrow is set with .duedate:before content 2020-08-23 12:13:10 +03:00
Max Pozdeev
07271cf645 tags autocomplete moved to db storage 2020-08-22 18:59:10 +03:00
Max Pozdeev
82d6d660bb use autocomplete plugin from jQuery UI 2020-08-22 18:43:04 +03:00
Max Pozdeev
1d71b923f4 move calendar icon path to template js init 2020-08-21 16:58:26 +03:00
Max Pozdeev
30c9cca2d4 * little fixes in mobile UI 2020-08-21 15:58:10 +03:00
Max Pozdeev
e446d16f26 use @VERSION for dev no-caching 2020-08-19 21:24:25 +03:00
Max Pozdeev
700b87aa99 * update jQuery to v1.8.3, jQuery UI to v1.12.1 to fix possible UI issues 2020-08-19 17:56:04 +03:00
Max Pozdeev
27307633c0 * add links to desktop and mobile versions to footer 2020-08-19 10:42:31 +03:00
Max Pozdeev
1808267267 - bugfix: fixed incorrect view of selected tab in unauthorized mode 2020-08-19 10:12:27 +03:00
Max Pozdeev
ec6e58180e added copyright for new images 2020-08-18 22:02:43 +03:00
Max Pozdeev
e83feb585d fresh icon for new tab 2020-08-18 22:00:41 +03:00
Max Pozdeev
f850bd6ca2 - bugfix: auth form size on windows was too small 2020-08-18 21:42:57 +03:00
Max Pozdeev
2b3c150138 * update preloader icon 2020-08-18 20:49:41 +03:00
Max Pozdeev
ba8983df8e - Bugfix: need to swap implode() parameters due to PHP 7.4 deprecation (one more line) 2020-08-18 19:29:11 +03:00
Max Pozdeev
293f120426 * Facelifting: replace png and gif icons with svg 2020-08-18 19:25:46 +03:00
Max Pozdeev
3d4a21f83f * Facelifting: unbold tab title 2020-08-14 16:11:11 +03:00
Max Pozdeev
69e0f42223 * Facelifting: repalce rounded corners images of tabs with css border-radius (patch by Yury Zezegov - bitbucket.org/yuryzezegov) 2020-08-14 14:36:47 +03:00
Max Pozdeev
e77cf69185 - Bugfix: need to swap implode() parameters due to PHP 7.4 deprecation 2020-08-14 12:18:57 +03:00
Max Pozdeev
08d673f8ae Update icons to SVG: calendar 2020-08-14 12:10:02 +03:00
Max Pozdeev
4897b6c47b * Facelifting. The begining 2020-08-14 10:58:56 +03:00
Max Pozdeev
6a92bc43cc - Fix malfunction due to deprecated gpc notice in PHP 7.4 (mtt now requires php 5.4+) 2020-08-13 21:41:44 +03:00
Max Pozdeev
c859e1db31 - escape formulas in CSV export (fix) 2019-06-29 20:19:40 +03:00
Max Pozdeev
8085658e53 little changes in error logging 2019-06-29 19:05:48 +03:00
Max Pozdeev
e1b21839b2 - bugfix: mysql password was displayed in stack trace when connect failed 2019-06-29 19:01:40 +03:00
Max Pozdeev
d29e82a543 log errors in exception handler 2019-06-29 18:51:33 +03:00
Max Pozdeev
f836683a9c more info on sqlite query error 2019-06-29 18:47:06 +03:00
Max Pozdeev
dca80918e2 formatting fixed 2019-06-29 18:16:21 +03:00
Max Pozdeev
242d95d384
Merge pull request #1 from nmcgann/change-mysqli
Convert mysql_ function calls to mysqli_ procedural routines.
2019-06-29 18:06:03 +03:00
Max Pozdeev
8c67075b8c - escape formulas in CSV export 2019-06-29 17:08:41 +03:00
Max Pozdeev
71d989ab47 * use semicolons instead of commas as separator and add BOM in CSV export 2019-06-29 17:05:18 +03:00
Neil McGann
78b2e6b91e Convert mysql_ function calls to mysqli_ procedural routines. 2014-11-18 10:11:42 +00:00
Max Pozdeev
181a52e843 Code license changed to GNU GPL v2+. Version changed to 1.4.3 2014-01-28 16:38:06 +04:00
Max Pozdeev
d93e216088 * catch exception in exception handler :) 2011-05-30 18:45:35 +04:00
Max Pozdeev
b77ff34a1b * language settings for demo 2011-05-30 18:44:56 +04:00
Max Pozdeev
9c613012b9 * 'tagcloud' string added 2011-03-21 12:46:10 +03:00
Max Pozdeev
538ad0f135 - bugfix: can not change password in Opera 2011-03-20 11:34:06 +03:00
Max Pozdeev
0a9955d2a4 * charset header for lang js 2011-03-03 17:18:13 +03:00
Max Pozdeev
a3dd5e36ec * always print content-type header with correct charset to override webserver defaults 2011-03-02 15:40:29 +03:00
Max Pozdeev
fea919b7cd fix in russian translation 2011-03-02 15:15:16 +03:00
Max Pozdeev
31ab4d54da * disable priority popup in pda style 2011-02-14 10:18:30 +03:00
Max Pozdeev
ee7a80de54 - bugfix: Error while filtering by 2 tags or more in mysql version (thanks to Горан Трајковић) 2011-02-10 16:52:52 +03:00
Max Pozdeev
5d04caa646 French translation updated (by liryk) 2011-01-29 22:05:08 +03:00
Max Pozdeev
1a37cb840b German translation updated (by Pascal) 2011-01-29 22:04:39 +03:00
Max Pozdeev
44dd8649ed Spanish translation updated (by Antonio Garcia Marin) 2011-01-28 00:09:14 +03:00
Max Pozdeev
f1f3a8f3dc versions of ru and en translations fixed 2011-01-25 00:36:43 +03:00
Max Pozdeev
9adcadab67 + ability to open all task tab on page load using "list=-1" query string parameter or "#alltasks" or "#list/-1" 2011-01-23 20:11:10 +03:00
Max Pozdeev
627c6661da - bugfix: show all tags not working in task add form if the form was opened for the first time 2011-01-21 23:07:30 +03:00
Max Pozdeev
f2aa838179 + ability to use feed of current tasks (without completed);
+ added date of task completion to feed
2011-01-20 18:43:06 +03:00
Max Pozdeev
4960c0467d - fix fo prev commit (not worked in webkit) 2011-01-18 09:52:58 +03:00
Max Pozdeev
9a6fa69020 + need to confirm page close if task was edited and not saved 2011-01-15 23:47:31 +03:00
Max Pozdeev
fce44e85f9 * tagPreviewDelay in options 2011-01-12 13:49:13 +03:00
Max Pozdeev
decbffe22a * Russian translation updated to v1.4b3 2011-01-09 00:55:00 +03:00
Max Pozdeev
be19bad8bd * en translation updated 2011-01-09 00:54:22 +03:00
Max Pozdeev
8f6f265509 - bugfix: incorrect selectbox value for custom short date format in settings 2011-01-08 14:45:44 +03:00
Max Pozdeev
708cda0bf5 - one more var to translation (Custom) 2011-01-08 13:41:00 +03:00
Max Pozdeev
5074e77861 + export to iCalendar menu item (via submenu) 2011-01-07 22:25:08 +03:00
Max Pozdeev
9a6d274e6c + ability to export ot iCalendar 2011-01-07 14:32:04 +03:00
Max Pozdeev
7017ac8b9d - bugfix: sunday was always the first day of week in duedate calendar 2011-01-07 14:23:49 +03:00
Max Pozdeev
4287972852 - remove unnecessary js file in default theme 2011-01-06 22:29:56 +03:00
Max Pozdeev
d85d546ed1 - bugfix: possible 'table is locked' sqlite error while setup 2011-01-06 22:25:22 +03:00
Max Pozdeev
7f27d206ba - correct datetime according to timezone in CSV export 2011-01-02 17:38:20 +03:00
Max Pozdeev
7fe332b2b2 * default lang file sync 2010-12-31 18:39:40 +03:00
Max Pozdeev
af49db8903 images copyright in main file was fixed 2010-12-31 18:28:44 +03:00
Max Pozdeev
9804ce4f2d + can hide tab with Ctrl+click 2010-12-30 01:14:44 +03:00
Max Pozdeev
e4fe2074e1 Slovak translation added (by Ľubomír Molent) 2010-12-29 13:16:53 +03:00
Max Pozdeev
c556ae7ffe Japanese translation added (by Calltella) 2010-12-29 13:16:19 +03:00
Max Pozdeev
28a9a424f2 - fixed add task input was visible for readonly user 2010-12-26 16:44:46 +03:00
Max Pozdeev
5d8a8e90b3 * do not add task with listId=0 2010-12-26 14:57:03 +03:00
Max Pozdeev
b8e27503a9 + tab menu for all tasks tab 2010-12-26 14:56:28 +03:00
Max Pozdeev
cf22e6d092 * fixed incorrect tag autocomplete and tag select in all tasks tab 2010-12-15 23:05:27 +03:00
Max Pozdeev
bcdf5e9eab * fixed moving a task to other list in all tasks tab 2010-12-15 22:37:29 +03:00
Max Pozdeev
a03359a54f * fix of checks disabled on merge with 1.4 2010-12-15 22:05:08 +03:00
Max Pozdeev
3e0e78efc0 * task edit internal fix (getting listId) for better security 2010-12-15 20:39:09 +03:00
Max Pozdeev
9c4aa1403c * jquery ui changed to v1.8.7 2010-12-15 18:05:44 +03:00
Max Pozdeev
7bdcf7b001 * do not show tagcloud button for all tasks tab 2010-12-15 17:48:20 +03:00
Max Pozdeev
65e5ffbdf5 * en lang file version changed to 1.4 2010-12-15 17:27:22 +03:00
Max Pozdeev
0797ac9063 * show list of task in all tasks tab 2010-12-15 17:22:48 +03:00
Max Pozdeev
837f838059 + show current task priority in task menu 2010-12-15 16:44:55 +03:00
Max Pozdeev
87437a6f0d * check list exists before adding a task 2010-12-15 15:35:42 +03:00
Max Pozdeev
caf05208c5 * do not show all tasks menu item for readonly user 2010-12-15 14:50:04 +03:00
Max Pozdeev
e10955fca7 * all tasks tab is hidden by default 2010-12-15 00:41:21 +03:00
Max Pozdeev
3e4ae12451 * tab menu items reordered 2010-12-14 23:03:04 +03:00
Max Pozdeev
5e0c57401d * now login and logout are do with page reload 2010-12-14 22:32:25 +03:00
Max Pozdeev
30c04f33e7 * visibility of add task inputbox now is controlled by readonly class only 2010-12-14 22:26:30 +03:00
Max Pozdeev
9eb9fb19ad + All tasks tab (tasks ordered by date) 2010-12-14 22:05:19 +03:00
Max Pozdeev
6cc0dee633 * Add new list button place returned back 2010-12-09 18:24:39 +03:00
Max Pozdeev
12134cb419 * "add task" input made wider 2010-12-08 21:34:02 +03:00
Max Pozdeev
8a5e467782 * date format settings names changed 2010-12-08 21:29:45 +03:00
Max Pozdeev
60685ee1d4 * inline task date another fix 2010-12-08 21:19:17 +03:00
Max Pozdeev
456c729260 Thai translation added (by Maxasus123) 2010-11-30 21:32:50 +03:00
Max Pozdeev
5570fb9725 Norwegian translation added (by Simen Aas Henriksen) 2010-11-30 21:32:09 +03:00
Max Pozdeev
ec725c7c07 * task edit input width fixed 2010-11-25 14:23:21 +03:00
Max Pozdeev
e7a0e5882e - incorrect handling by date picker of some Date format (short) 2010-11-24 22:43:11 +03:00
Max Pozdeev
0d907a28f5 - no settings menu item if password not set 2010-11-24 22:19:33 +03:00
Max Pozdeev
38591349dc * do not hide tasks while filtering tasks in list 2010-11-13 18:30:43 +03:00
Max Pozdeev
5b7440680a - incorrect date of completion on complete task 2010-11-13 17:37:24 +03:00
Max Pozdeev
c7039ee175 * jquery updated to v1.4.4 2010-11-13 15:37:54 +03:00
Max Pozdeev
9e88f5b8c7 * jquery updated to v1.4.3 2010-11-10 21:41:51 +03:00
Max Pozdeev
8470d68ddc + readonly user can export the tasks from published list 2010-11-10 21:33:01 +03:00
Max Pozdeev
e74967d73e + readonly user can use sortings and "show completed tasks" toggle 2010-11-10 21:18:45 +03:00
Max Pozdeev
5e543dab19 - parseAnchor restored 2010-11-10 20:14:08 +03:00
Max Pozdeev
b5db70a418 * tasklist item actions button hidden by default (show on hover) 2010-10-29 10:24:00 +04:00
Max Pozdeev
386240af6a + added sorting by date created and date modified; All sortings available in reverse order 2010-10-29 10:09:30 +04:00
Max Pozdeev
1ac865d5dd - tag preview css fix for completed tasks 2010-10-28 14:55:21 +04:00
Max Pozdeev
be2112f216 * restore window scroll postion after task edit 2010-10-28 14:39:18 +04:00
Max Pozdeev
297d712b77 * clear text select on task doubleclick 2010-10-26 22:56:09 +04:00
Max Pozdeev
667384fab3 * Date formats fixed (improved?) 2010-10-26 22:45:50 +04:00
Max Pozdeev
c875160890 * inline task dates position and color were fixed 2010-10-25 21:10:53 +04:00
Max Pozdeev
c405f03ce7 * Time zone have to be specified in settings 2010-10-25 10:45:04 +04:00
Max Pozdeev
3c3cfad44b zh-tw name updated 2010-10-23 21:25:19 +04:00
Max Pozdeev
a113ce41c3 Chinese Traditional translation added (by DomaldIsFreak) 2010-10-23 21:16:08 +04:00
Max Pozdeev
614c93cb19 + Added ability (disabled) to autosave "Show notes" toggle status 2010-10-04 23:14:28 +04:00
Max Pozdeev
9a947d9f08 * full opacity of completed tasks on its hover 2010-09-12 17:42:57 +04:00
Max Pozdeev
66e4d8f832 + Language name instead of its code in settings 2010-09-10 21:48:15 +04:00
Max Pozdeev
e9f14e2fc2 Merge with 1.4 2010-09-09 23:33:40 +04:00
Max Pozdeev
bf172d114b * task and search input focus toggle in pda style 2010-09-09 21:04:36 +04:00
Max Pozdeev
3dea0b7134 * RTL style adapted 2010-09-09 17:39:12 +04:00
Max Pozdeev
35bb0dba07 + added task input placeholder 2010-09-09 11:41:39 +04:00
Max Pozdeev
135a2e4c46 * design fix for quick task add (Esc key erases the input) 2010-09-08 23:08:56 +04:00
Max Pozdeev
8c83c94814 * search input made more flexible (for narrow screens) 2010-09-08 22:22:51 +04:00
Max Pozdeev
a7ef7fa9d9 Greek translation added (by Kornarakis Nikos) 2010-09-08 09:31:30 +04:00
Max Pozdeev
d1b0f51537 Romanian translation added (by Alin-Andrei Chican) 2010-09-08 09:16:22 +04:00
Max Pozdeev
b50dfa5240 German translation updated (by Sebastian Riehm) 2010-09-08 08:56:45 +04:00
Max Pozdeev
ed86787d2d * search input reworked 2010-09-07 15:44:29 +04:00
Max Pozdeev
95d719e939 * pda style looks little better 2010-09-06 11:57:11 +04:00
Max Pozdeev
6a63c317ce * fix for better positioning of menu icons 2010-09-05 23:13:02 +04:00
Max Pozdeev
0da0e1e8f3 * fixed css opacity in IE 2010-09-04 22:57:00 +04:00
Max Pozdeev
ce779acf77 - style fix for prev commit (line-throught not applied in webkit) 2010-09-04 22:52:30 +04:00
Max Pozdeev
9592c43ef6 * changed position of task-through-right 2010-09-04 22:12:27 +04:00
Max Pozdeev
dbc100fdbf * font size in em now 2010-09-04 21:57:13 +04:00
Max Pozdeev
86366bc549 * some images converted to css sprites 2010-09-04 20:40:26 +04:00
Max Pozdeev
b38d354b79 * search input redesign 2010-09-04 16:42:11 +04:00
Max Pozdeev
3d5687b433 * fixed style of placeholder for task reorder 2010-08-27 17:15:44 +04:00
Max Pozdeev
c3ff2b0ba8 * added placeholder while manual task reorder 2010-08-26 18:46:49 +04:00
Max Pozdeev
10e26cd6b9 - bugfix: incorrect task (un)completing after manual task reorder 2010-08-26 17:21:19 +04:00
Max Pozdeev
de9390f2a6 * empty vertical scrollbar added 2010-08-24 13:29:21 +04:00
Max Pozdeev
f3f2b606ae * tagPreview is enabled by default 2010-08-23 19:15:02 +04:00
Max Pozdeev
b722f25a7a + can filter tasks excluding some tags (with Ctrl+click) 2010-08-23 17:04:05 +04:00
Max Pozdeev
5b4e9d03b3 * task note toggle icons changed 2010-08-21 16:16:59 +04:00
Max Pozdeev
848251e542 - removed unexpected for IE comma 2010-08-21 12:24:40 +04:00
Max Pozdeev
d84f30fc4b * datepicker style changed 2010-08-21 12:15:05 +04:00
Max Pozdeev
5d109e1e62 * inline task due date style fix 2010-08-20 16:47:02 +04:00
Max Pozdeev
13f7f1a017 - fix: tag preview timer has not been stopped on click 2010-08-20 16:16:25 +04:00
Max Pozdeev
5306949794 * tagfilter internal object changes 2010-08-20 11:44:20 +04:00
Max Pozdeev
683754a041 - fix: object property 'class' not working in Safari and IE 2010-08-19 15:22:26 +04:00
Max Pozdeev
1d575dca5e + remember all notes visible or hidden during the session 2010-08-19 15:19:46 +04:00
Max Pozdeev
da768d6cf4 + mouse over tag of task with Ctrl (Cmd) pressed will shade the tasks with selected tag 2010-08-18 22:45:29 +04:00
Max Pozdeev
4073c51250 + added feeds of completed tasks and changed tasks 2010-08-18 22:23:17 +04:00
Max Pozdeev
2327ff72e0 + can set singletab by Ctrl (Cmd) + click on tab or list selector 2010-08-18 16:28:21 +04:00
Max Pozdeev
80cca1e218 * task edit made non draggable 2010-08-18 14:46:24 +04:00
Max Pozdeev
6675e2d6cb + back buton in settings header 2010-08-18 12:09:18 +04:00
Max Pozdeev
2d1704cb55 - bugfix: incorrect menu and submenu handling 2010-08-15 23:27:46 +04:00
Max Pozdeev
34f0a4089b * rss feed menu item has icon; added background gradient to menus 2010-08-15 16:51:21 +04:00
Max Pozdeev
04b716678f * added 'RSS Feed' item to tab menu 2010-08-15 14:04:27 +04:00
Max Pozdeev
0841302b2a * little fix in css 2010-08-15 13:08:10 +04:00
Max Pozdeev
4b4266f1a0 * mytinytodo js lang init changed 2010-08-14 23:37:40 +04:00
Max Pozdeev
2c14b89bc8 - bugfix: overfllow of long name of list (since v1.3.6) 2010-08-14 22:23:23 +04:00
Max Pozdeev
6a1a9b9d17 * setup can upgrade to v1.4 (also added UUID fields) 2010-08-14 21:02:35 +04:00
Max Pozdeev
c06e2f866a Spanish (Mexico) translation added (by eNK-Psy) 2010-08-12 11:42:37 +04:00
Max Pozdeev
111ae79d64 * mtt-menu-container objects fixed (unified), added rounded-corners, fixed shadows in opera 2010-08-08 14:36:44 +04:00
Max Pozdeev
737343580e * order of lists in menus changes on tabs reorder 2010-08-08 00:19:52 +04:00
Max Pozdeev
8b8d18d269 * add current tags to task add form when autotagging is enabled 2010-08-05 11:50:45 +04:00
Max Pozdeev
45017ab230 - parseTaskStr was not implemented in ajax_storage 2010-08-04 18:43:16 +04:00
Max Pozdeev
f7789f467b * added 'Export to CSV' to tab menu 2010-08-04 17:36:27 +04:00
Max Pozdeev
277f28276d updated headers of some translations 2010-08-01 23:45:37 +04:00
Max Pozdeev
48efcc997a Hebrew translation is RTL now 2010-08-01 20:11:56 +04:00
Max Pozdeev
fe75fb67c2 Hebrew translation added (by Ohad Raz) 2010-08-01 18:30:42 +04:00
Max Pozdeev
b40a0b70ec Portuguese (Portugal) translation added (by Sérgio Martins) 2010-08-01 16:03:55 +04:00
Max Pozdeev
0885e74720 Lithuanian translation added (by Linas Pašviestis) 2010-08-01 14:53:26 +04:00
Max Pozdeev
6065eac14f * setup.php has html title now 2010-08-01 14:32:35 +04:00
Max Pozdeev
c16cd8b26a * removed unnecessary global var (which can produce errors sometimes) 2010-07-24 16:51:01 +04:00
Max Pozdeev
bb8069de42 - fixed opera 10.60 issue with incorrect tabs look 2010-07-24 16:49:27 +04:00
Max Pozdeev
3bf1f22073 - fixed missing _SERVER[REQUEST_URI] on IIS 2010-07-24 16:45:09 +04:00
Max Pozdeev
159925a30f - removed commas unexpected for ie7 2010-07-18 22:28:39 +04:00
Max Pozdeev
cde17eb3b2 * removed unnecessary global var 2010-07-18 21:28:21 +04:00