Improved getUserDetails to not return info for deleted users.
[timetracker.git] / mobile / timer.php
2018-03-23 Nik OkuntseffReplaced getKey() with get() calls.
2018-03-13 Nik OkuntseffSplit data_entry right into track_time and track_expenses.
2018-03-13 Nik OkuntseffAccess checks re-done using role rights.
2018-02-14 Nik OkuntseffFUTURE_ENTRIES option is now configurable as per issue...
2018-01-19 Nik OkuntseffMore consistent use of isGet() and isPost() functions.
2017-03-03 anukoSimplified Checkbox class.
2017-01-29 anukoShared time_script.tpl in mobile timer.tpl as well.
2016-04-01 Nik OkuntseffChanged a message after a date locking error.
2016-03-31 Nik OkuntseffFixed usage of isDateLocked()
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 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