Fixed charts to allow display of totals for unassigned projects and tasks.
[timetracker.git] / mobile /
2017-01-17 anukoAllowed null tasks in project and tasks tracking mode.
2016-10-23 anukoSome more renaming.
2016-10-23 anukoWork in progress renaming things.
2016-10-23 anukoSome more renaming.
2016-10-23 Andréas LundgrenAdd option to profile_edit.php to show/hide users uncom...
2016-10-16 anukoSome refactoring and version change for PR#20.
2016-10-16 anukoReplaced boolval calls to cast to bool so that the...
2016-10-16 Andréas LundgrenAdd indicator for uncompleted time entry in users.php...
2016-09-25 anukoAdded more access control checks to mobile pages.
2016-09-21 anukoWork in progress adding checks for enabled plugins...
2016-08-30 Taylor Hurtadds delete button to edit pages (#10)
2016-08-26 Taylor Hurtexpands mobile page access (#9)
2016-08-16 Nik OkuntseffMade records with 0 duration legal.
2016-04-01 Nik OkuntseffChanged a message after a date locking error.
2016-03-31 Nik OkuntseffFixed usage of isDateLocked()
2016-03-31 Nik OkuntseffImplemented locking feature as an optionally enabled...
2016-03-30 Nik OkuntseffRefactoring, finished replacing with ttUser::isPluginEn...
2016-03-30 Nik OkuntseffRefactoring - more usage of ttUser::isPluginEnabled().
2016-03-28 Nik OkuntseffReplacing else if with elseif
2016-03-22 Nik OkuntseffSome refactoring
2016-03-22 Nik OkuntseffA better comment
2016-03-22 Nik OkuntseffRenamed errors to err to keep things shorter
2016-03-22 Nik OkuntseffSiwtched to using isPost() function
2016-03-22 Nik OkuntseffSwitched to using shorter ActionErrors functions
2016-03-21 Nik OkuntseffRefactoring white space
2016-03-16 Nik OkuntseffMade only one button available on the Timer page
2016-03-16 Nik OkuntseffInitial implementation of a mobile timer page
2016-03-14 Nik OkuntseffGot rid of PHP warnning when argument is not an array
2016-03-11 Nik OkuntseffRemoved closing PHP tags in more files
2016-03-05 Nik OkuntseffRemoved not needed brackets
2016-02-29 Nik OkuntseffInitial repo created