timetracker.git
8 years agoGot rid of PHP warnning when argument is not an array
Nik Okuntseff [Mon, 14 Mar 2016 20:45:12 +0000 (20:45 +0000)]
Got rid of PHP warnning when argument is not an array

8 years agoCosmetic - formatting
Nik Okuntseff [Mon, 14 Mar 2016 02:51:14 +0000 (02:51 +0000)]
Cosmetic - formatting

8 years agoIntroduced ALLOW_OVERLAP setting
Nik Okuntseff [Sat, 12 Mar 2016 23:27:20 +0000 (23:27 +0000)]
Introduced ALLOW_OVERLAP setting

ALLOW_OVERLAP can be set to true in config.php to allow time entries to overlap

8 years agoMinor cleanup in localization files
Nik Okuntseff [Sun, 13 Mar 2016 01:44:52 +0000 (17:44 -0800)]
Minor cleanup in localization files

8 years agoMinor cleanup in ro, sk, sl translation files
Nik Okuntseff [Sun, 13 Mar 2016 00:32:53 +0000 (16:32 -0800)]
Minor cleanup in ro, sk, sl translation files

8 years agoSome cleanup in nl, no, pl, pt translation files
Nik Okuntseff [Sat, 12 Mar 2016 12:07:00 +0000 (04:07 -0800)]
Some cleanup in nl, no, pl, pt translation files

8 years agoMinor cleanup in ja and ko translation files
Nik Okuntseff [Sat, 12 Mar 2016 09:10:11 +0000 (01:10 -0800)]
Minor cleanup in ja and ko translation files

8 years agoMinor cleanup in is and it translation files
Nik Okuntseff [Sat, 12 Mar 2016 06:06:23 +0000 (22:06 -0800)]
Minor cleanup in is and it translation files

8 years agoMinor improvements to fa, fi, fr, he, and hu translation files
Nik Okuntseff [Sat, 12 Mar 2016 04:15:28 +0000 (20:15 -0800)]
Minor improvements to fa, fi, fr, he, and hu translation files

8 years agoMinor improvements to de, es, and et translations
Nik Okuntseff [Sat, 12 Mar 2016 01:00:59 +0000 (17:00 -0800)]
Minor improvements to de, es, and et translations

8 years agoRemoved closing PHP tags in more files
Nik Okuntseff [Fri, 11 Mar 2016 11:55:35 +0000 (03:55 -0800)]
Removed closing PHP tags in more files

8 years agoMade report footer optional depending on setting in config.php
Nik Okuntseff [Fri, 11 Mar 2016 08:10:11 +0000 (00:10 -0800)]
Made report footer optional depending on setting in config.php

The REPORT_FOOTER setting must be defined as false to remove the footer

8 years agoRemoved PHP closing tag in more files
Nik Okuntseff [Fri, 11 Mar 2016 01:32:34 +0000 (17:32 -0800)]
Removed PHP closing tag in more files

8 years agoRemoved terminating PHP tag in more files
Nik Okuntseff [Thu, 10 Mar 2016 12:26:15 +0000 (04:26 -0800)]
Removed terminating PHP tag in more files

8 years agoRemoved terminating PHP tags in language files
Nik Okuntseff [Thu, 10 Mar 2016 03:49:25 +0000 (19:49 -0800)]
Removed terminating PHP tags in language files

8 years agoRemoved PHP closing tag
Nik Okuntseff [Wed, 9 Mar 2016 22:52:53 +0000 (14:52 -0800)]
Removed PHP closing tag

Remoived the tag to avoid potential problems with trailing white space when users modify config.php

8 years agoAdded footer to PDF reports
Nik Okuntseff [Wed, 9 Mar 2016 02:36:29 +0000 (18:36 -0800)]
Added footer to PDF reports

8 years agoSome cleanup in Czech and Danish translation files
Nik Okuntseff [Tue, 8 Mar 2016 05:38:42 +0000 (21:38 -0800)]
Some cleanup in Czech and Danish translation files

8 years agoChanged a message on front page to encourage contributions
Nik Okuntseff [Tue, 8 Mar 2016 03:47:14 +0000 (19:47 -0800)]
Changed a message on front page to encourage contributions

8 years agoAdded Contribute link to footer
Nik Okuntseff [Tue, 8 Mar 2016 00:05:10 +0000 (16:05 -0800)]
Added Contribute link to footer

8 years agoVersion update to sync with SVN
Nik Okuntseff [Mon, 7 Mar 2016 07:02:41 +0000 (23:02 -0800)]
Version update to sync with SVN

8 years agoFixed PDF for Russian language
Nik Okuntseff [Mon, 7 Mar 2016 06:55:30 +0000 (22:55 -0800)]
Fixed PDF for Russian language

helvetica in TCPDF displays Russian incorrectly, had to use freeserif instead

8 years agoMade logo with transparent background
Nik Okuntseff [Mon, 7 Mar 2016 03:49:16 +0000 (19:49 -0800)]
Made logo with transparent background

8 years agoAdded PDF export option for reports
Nik Okuntseff [Sun, 6 Mar 2016 07:03:47 +0000 (23:03 -0800)]
Added PDF export option for reports

This is an initial implementation of PDF export option for reports with
help of TCPDF library. Some rendering issues remain for East European
(Russian) and possibly other languages.

8 years agoVersion update
Nik Okuntseff [Sat, 5 Mar 2016 21:33:01 +0000 (13:33 -0800)]
Version update

8 years agoRemoved whitespace
Nik Okuntseff [Sat, 5 Mar 2016 21:30:24 +0000 (13:30 -0800)]
Removed whitespace

8 years agoVersion update
Nik Okuntseff [Sat, 5 Mar 2016 10:24:09 +0000 (02:24 -0800)]
Version update

8 years agoRemoved not needed brackets
Nik Okuntseff [Sat, 5 Mar 2016 10:16:57 +0000 (02:16 -0800)]
Removed not needed brackets

8 years agoDisabled email edits for non managers
Nik Okuntseff [Wed, 2 Mar 2016 03:34:21 +0000 (19:34 -0800)]
Disabled email edits for non managers

Disabled email editing for non-managers. Eventually we'll need to implement role editor to assign rights to do this properly.

8 years agoInitial repo created
Nik Okuntseff [Mon, 29 Feb 2016 04:10:38 +0000 (20:10 -0800)]
Initial repo created

Populated a repo with hopefully all needed files.

8 years agoWork in progress creating a repo
Nik Okuntseff [Mon, 29 Feb 2016 03:39:25 +0000 (19:39 -0800)]
Work in progress creating a repo

Added files in root dir, subdirectories remain...

8 years agoWork in progress populating repo...
Nik Okuntseff [Mon, 29 Feb 2016 03:22:03 +0000 (19:22 -0800)]
Work in progress populating repo...

Included a few files to see how the process is going to work...

8 years agoMerge pull request #1 from anuko/anuko-patch-1
anuko [Sun, 28 Feb 2016 19:10:15 +0000 (11:10 -0800)]
Merge pull request #1 from anuko/anuko-patch-1

Testing a commit.

8 years agoTesting a commit.
anuko [Sun, 28 Feb 2016 19:07:43 +0000 (11:07 -0800)]
Testing a commit.

8 years agoInitial commit
anuko [Sun, 28 Feb 2016 19:01:14 +0000 (11:01 -0800)]
Initial commit