Activity for openTimetool

  • Johann Valentinitsch Johann Valentinitsch posted a comment on discussion Help

    Of course you can use openTimetool on your website. It is just not allowed to sell openTimetool as a software package. See license: GNU General Public License version 2.0 (GPLv2)

  • Gerry Goble Gerry Goble modified a comment on discussion Help

    Can i use this project on my freelancing website?

  • Gerry Goble Gerry Goble posted a comment on discussion Help

    Can i use this project on my freelancing website?

  • munix9 munix9 committed [r140]

    e() introduced

  • munix9 munix9 committed [r139]

    save new export templates as base64

  • Johann Valentinitsch Johann Valentinitsch posted a comment on discussion Help

    Hello Bastian, thank you very much for your commitment and help! Can you send us the code? We will be happy to implement your optimization. Thank you and best regards, Hauns

  • Bastian Bastian posted a comment on discussion Help

    resolved it by changing the OOoExport and saving the data like this.

  • Bastian Bastian modified a comment on discussion Help

    I have OTT running on my local machine. I tried to add a customized template to my database using the upload option from export in Admin Mode. The template as well as the exported file gets corrupted and cannot be opened. If i insert the template directly into the database it works fine. Same if i just use the template in normal mode without uploading. I encountered the same issue on the Demo Version you can use online. Is this a known Issue or a Problem on my Side? I am using LibreOffice on Fedora...

  • Bastian Bastian posted a comment on discussion Help

    I have OTT running on my local machine. I tried to add a customized template to my database using the upload option from export in Admin Mode. The template as well as the exported file gets corrupted and cannot be opened. If i insert the template directly into the database it works fine. Same if i just use the template in normal mode without uploading. I encountered the same issue on the Demo Version you can use online. Is this a known Issue or a Problem on my Side?

  • munix9 munix9 committed [r138]

    layout

  • Johann Valentinitsch Johann Valentinitsch created a blog post

    openTimetool 2.7.2 released

  • openTimetool openTimetool released /openTimetool/2.7.2/opentimetool_2.7.2.tar.bz2

  • openTimetool openTimetool released /openTimetool/2.7.2/CHANGELOG

  • munix9 munix9 committed [r137]

    tag for 2.7.2

  • munix9 munix9 committed [r136]

    prep 2.7.2

  • Watz Mann Watz Mann posted a comment on discussion Help

    Hab die Lösung gefunden: Bei SymLinksIfOwnerMatch – welches bei mir die serverweit die Voreinstellung ist – muss der symbolic link den gleichen Owner wie das target haben. Da ich die Links mit sudo angelegt hatte, gehörten sie root. Das habe ich jetzt mit chown -h behoben.

  • Watz Mann Watz Mann posted a comment on discussion Help

    Auf meinem neuen Server (Apache/2.4.6 (CentOS) mit nginx/1.18.0 und PHP 7.4.14) kriege ich die symbolic links nicht zum Laufen. OpenTimetool sagt "Installation problem : symbolic language link (en,de in htdocs) not available or working!". Die Links sind wie in der Anleitung beschrieben unter htdocs angelegt. Aber die Serverkonfiguration unter Plesk macht mir hier einen Strich durch die Rechnung: Ich konnte zwar die Options +FollowSymLinks für den vhost eintragen, aber ich sehe folgende Meldungen...

  • munix9 munix9 committed [r135]

    fix redir

  • munix9 munix9 committed [r134]

    add secs till end of selected day

  • Johann Valentinitsch Johann Valentinitsch modified a blog post

    openTimetool 2.7.1 released

  • Johann Valentinitsch Johann Valentinitsch created a blog post

    openTimetool 2.7.1 released

  • openTimetool openTimetool released /openTimetool/2.7.1/opentimetool_2.7.1.tar.bz2

  • openTimetool openTimetool released /openTimetool/2.7.1/CHANGELOG

  • munix9 munix9 committed [r133]

    tag for 2.7.1

  • munix9 munix9 committed [r132]

    mod changelog

  • munix9 munix9 committed [r131]

    mod filter view

  • munix9 munix9 committed [r130]

    added 2.7.1, projectEvaluation and rem. hours stuff

  • munix9 munix9 committed [r129]

    code cleanup

  • munix9 munix9 committed [r128]

    change PHP_VERSION & url

  • munix9 munix9 committed [r127]

    fixed some notices, warnings, deprecations

  • Stefan Weichinger Stefan Weichinger posted a comment on discussion Help

    Ich bin grade dabei, für einen Kunden das OTT-2.7.0 in Docker-Container zu packen. Ich verwende als Basis php:7.3-apache und einen extra MySQL-8-Container. DB ist importiert etc ... nun scheitert der DB-Connect. Frage: kann OTT mysqli-Connections zu anderen Hosts/Containern wie zB: $config->dbDSN = 'mysqli://ottuser:Demo1234@db/openTimetool'; ? Der Connect klappt im Test via zb "mycli" bereits. Danke für Hinweise.

  • Tobias Federl Tobias Federl posted a comment on discussion Help

    Tested it also with a fresh installed openSuSE Leap. Exact the same issue with HTTPS. in the apache2 error_log I can see this errors: [Sun Sep 29 07:11:03.485038 2019] [php7:warn] [pid 7905] [client 10.192.37.28:51967] PHP Warning: fopen(): Failed to enable crypto in /srv/www/htdocs/ott24/includes/vp/Application/Config.php on line 432 [Sun Sep 29 07:11:03.485508 2019] [php7:warn] [pid 7905] [client 10.192.37.28:51967] PHP Warning: fopen(https://10.192.37.172/ott24/htdocs/media/image/redDot.gif):...

  • munix9 munix9 posted a comment on discussion Help

    I don't know anything about problems with Ubuntu, it should work with any reasonably recent Linux distribution. We use openSUSE Leap/Tumbleweed for development/testing - and a similar system at https://ottsrv.de/demo/ No problems with umlauts or HTTPS. This sounds more like a configuration problem on your system.

  • Tobias Federl Tobias Federl posted a comment on discussion Help

    Version 2.7.0 is working well on this OS with PHP7.2 and HTTP. There are two issues: German Umlauts are not displayed correctly (not only database entries, also Popup windows). In PHP.ini UTF-8 is configured. When activating HTTPS, the known "Installation problem : symbolic links don't seem to work properly or no read permission for web server!" Error prompts. Implemented official Certs, working on other apache Server without any issues. Is this a known OTT bug on Ubuntu 19? I read in former threads...

  • munix9 munix9 committed [r126]

    update Mobile_Detect to 2.8.34

  • munix9 munix9 committed [r125]

    set lang default to null

  • Johann Valentinitsch Johann Valentinitsch posted a comment on a blog post

    Many thanks for your support! openTimetool 2.7.0 is released and ready to run with PHP 7.3 :)

  • Johann Valentinitsch Johann Valentinitsch created a blog post

    openTimetool 2.7.0 released

  • openTimetool openTimetool released /openTimetool/2.7.0/opentimetool_2.7.0.tar.bz2

  • openTimetool openTimetool released /openTimetool/2.7.0/CHANGELOG

  • munix9 munix9 committed [r124]

    tag for 2.7.0

  • munix9 munix9 committed [r123]

    release 2.7.0

  • Dorothea Dorothea posted a comment on discussion Help

    Hi, there exists an .exe, that works like ln on linux: http://www.schinagl.priv.at/nt/ln/ln.html#introduction . Thea

  • Stefan Stefan posted a comment on a blog post

    Hallo! Ich würde mich auch finanziell beteiligen. Somit wären wir mind. schon drei und ich hatte mit Johann auch schon Kontakt diesbzgl. Wie ist denn der aktuelle Stand?

  • Klaus Vietzke Klaus Vietzke posted a comment on a blog post

    Wir würden uns mit 500 EUR beteiligen. Wie ist der aktuelle Stand? Bitte eine Rückmeldung - gerne auch an vietzke@zertrox.de

  • Johann Valentinitsch Johann Valentinitsch created a blog post

    Your help is needed! Update PHP 5.6 to PHP 7.x

  • Dietmar Weickert Dietmar Weickert modified a comment on discussion Help

    Hi all, I have tried further, and I can state the following: openTimetool 2.3.0 does not work on Ubuntu 16.x or 18.x (seems that there were some major Apache2 or PHP or MySQL changes) The update from openTimetool 2.3.0 to 2.5.0 does not work (OTT 2.5.0 redirects to htdocs/index.php and then displays nothing but an error 500 page) So at the moment OTT 2.3.0 on Ubuntu 14.x is the maximum working combination of operating system and time-reporting tool. Is anyone out there able to give me a hint for...

  • Dietmar Weickert Dietmar Weickert posted a comment on discussion Help

    Hi all, I have tried further, and I can state the following: openTimetool 2.3.0 does not work on Ubuntu 16.x or 18.x (seems that there were some major Apache2 or PHP or MySQL changes) The update from openTimetool 2.3.0 to 2.5.0 does not work (OTT 2.5.0 redirects to htdocs/index.php and then displays nothing but an error 500 page) So at the moment OTT 2.3.0 on Ubuntu 14.x is the maximum working combination of operating system and time-reporting tool. Is anyone out there able to give me a hint for...

  • Dietmar Weickert Dietmar Weickert posted a comment on discussion Help

    Hi all, Since upgrading my Ubuntu server to 16.x I receive the same message. Enabling/disabling of Suhosin does not help at all, options in httpd.conf are set as suggested. Does anyone know anything else I could try? Kind regards, Dietmar.

  • Johann Valentinitsch Johann Valentinitsch modified a comment on discussion Help

    Hi Stefan, we don't find any PHP developers doing this "PHP migration" for free :( Alternatively we have to find an openTimetool user who will pay for it ... Best regards, Johann

  • Johann Valentinitsch Johann Valentinitsch posted a comment on discussion Help

    Hi Stefan, we don't find any PHP developers doing this "PHP migration" for free :( Alternativ we have to find an openTimetool user who will pay for it ... Best regards, Johann

  • Stefan Stefan posted a comment on discussion Help

    Hi Johann, I´m very happy and satisfied of using openTimetool since nearly 10 years. My host-provider will shut down PHP 5.6 and 7.0 support till end of 2018, so I need to switch to PHP 7.1 or PHP 7.2. I have checked openTimetool V2.5.0, but it does not work with PHP Versions above 5.6. I kindly ask you request the support for PHP 7.1 ++! Can you please help us? Best regards Stefan

  • Stefan Stefan posted a comment on discussion Help

    Hi Johann, I´m very happy and satisfied of using openTimetool since nearly 10 years. My host-provider will shut down PHP 5.6 and 7.0 support till end of 2018, so I need to switch to PHP 7.1 or PHP 7.2. I have checked openTimetool V2.5.0, but it does not work with PHP Versions above 5.6. I kindly ask you request the support for PHP 7.1 ++! Can you please help us? Best regards Stefan

  • Johann Valentinitsch Johann Valentinitsch created a blog post

    openTimetool 2.5.0 released

  • openTimetool openTimetool released /openTimetool/2.5.0/CHANGELOG

  • openTimetool openTimetool released /openTimetool/2.5.0/opentimetool_2.5.0.tar.bz2

  • Johann Valentinitsch Johann Valentinitsch modified ticket #15

    Performance Issue

  • Johann Valentinitsch Johann Valentinitsch posted a comment on ticket #15

    Performance Issue is fixed in Release 2.4.0

  • Johann Valentinitsch Johann Valentinitsch posted a comment on discussion Help

    Sorry for my late answer! You need PHP 5.6 or less to run opentimetool. PHP 7.0 is not supported yet. Best regards, Johann

  • munix9 munix9 committed [r122]

    tag for 2.5.0

  • munix9 munix9 committed [r121]

    release 2.5.0 - Minstrel Krampus

  • Ettore Coletti Ettore Coletti posted a comment on discussion Help

    Hello! I think i have done all Instructions from INSTALL File but i will get an a blank first page: http://192.168.137.142/openTimetool --> http://192.168.137.142/openTimetool/htdocs/index.php and i dont know how to resolve this. System: Ubuntu server 16.4 64bit Webserver: apache2 PHP Version 7.0.18-0ubuntu0.16.10.1 Path to the opentimetool Folder: /var/www/html/openTimetool var/www/html is the root of the website (visible at apache2) apache2.conf .. <Directory/> Options FollowSymLinks AllowOverride...

  • Johann Valentinitsch Johann Valentinitsch created a blog post

    openTimetool 2.4.0 released

  • openTimetool openTimetool released /openTimetool/2.4.0/CHANGELOG

  • openTimetool openTimetool released /openTimetool/2.4.0/opentimetool_2.4.0.tar.bz2

  • munix9 munix9 committed [r120]

    tag for 2.4.0

  • munix9 munix9 committed [r119]

    prep 2.4.0

  • munix9 munix9 committed [r118]

    tag for 2.3.4

  • munix9 munix9 committed [r117]

    tag for 2.3.3

  • munix9 munix9 committed [r116]

    hide some stuff, beautify some html

  • munix9 munix9 committed [r115]

    some sid fixes

  • munix9 munix9 committed [r114]

    demo mode + some warning fixes

  • Johann Valentinitsch Johann Valentinitsch posted a comment on discussion Help

    In der Version 2.3.4 ist auto_prepend in htdocs/.htaccess nicht mehr erforderlich...

  • speefak007 speefak007 modified a comment on discussion Help

    Ich habe gestern vergeblich versucht opentimetool auf meinem LAMP zu installieren....

  • speefak007 speefak007 modified a comment on discussion Help

    Ich habe gestern vergeblich versucht opentimetool auf meinem LAMP zu installieren....

  • speefak007 speefak007 posted a comment on discussion Help

    Ich habe gestern vergeblich versucht opentimetool auf meine LAMP zu installieren....

  • Anton Kejr Anton Kejr posted a comment on discussion Help

    Sehr gut :-) Danke für die Rückmeldung Anton

  • Janvl Janvl modified a comment on discussion Help

    Danke! habe es sofort auf localhost installiert ohne Problemen. Mal sehen ob es zum...

  • Janvl Janvl posted a comment on discussion Help

    Danke! mche es sofort. MfG Jan

  • Anton Kejr Anton Kejr posted a comment on discussion Help

    Hi Jan, wollte Dir nicht zu nahe treten ;-) Ich glaube, ich habe die Ursache Deines...

  • Janvl Janvl posted a comment on discussion Help

    @Anton Diese Zeilen wiederholen sich in der Errorlog von PHP, der Seite wird nie...

  • Anton Kejr Anton Kejr posted a comment on discussion Help

    Aus diesen Warnungen kann ich erst mal keine Endlosschleife ableiten. Das sind überwiegend...

  • Janvl Janvl posted a comment on discussion Help

    Nachdem ich es so weit gebracht habe dass beim Abruf der subdomain PHP-Daeien geladen...

  • Johann Valentinitsch Johann Valentinitsch posted a comment on ticket #15

    You have reached the limit of projects and users. Possible workaround: 1. Backup...

  • Stephan Stephan created ticket #15

    Performance Issue

  • Johann Valentinitsch Johann Valentinitsch posted a comment on discussion Open Discussion

    openTimetool nutzt eine start / stop Funktion zur Zeitmessung einer Tätigkeit. Jede...

  • Peter Kuennemann Peter Kuennemann posted a comment on discussion Open Discussion

    Ich möchte openTimetool für das Erfassen von Arbeitszeiten aus dem trac tool (http://trac.edgewall.org/)...

  • Johann Valentinitsch Johann Valentinitsch modified a blog post

    openTimetool 2.3.4 released

  • Johann Valentinitsch Johann Valentinitsch modified a blog post

    openTimetool 2.3.4 released

  • Johann Valentinitsch Johann Valentinitsch modified a blog post

    openTimetool 2.3.4 released

  • Johann Valentinitsch Johann Valentinitsch modified a blog post

    openTimetool 2.3.4 released

  • Johann Valentinitsch Johann Valentinitsch created a blog post

    openTimetool 2.3.4 released

  • openTimetool openTimetool released /openTimetool/2.3.4/openTimetool_2.3.4.tar.gz

  • openTimetool openTimetool released /openTimetool/2.3.4/CHANGELOG

  • Anton Kejr Anton Kejr committed [r113]

    Version 2.3.4

  • Anton Kejr Anton Kejr committed [r112]

    Minor change

  • Anton Kejr Anton Kejr committed [r111]

    2.3.4 Alpha

  • Anton Kejr Anton Kejr committed [r110]

    2.3.3 Alpha

  • johannes johannes created ticket #13

    Reporting grouped by activities

  • johannes johannes posted a comment on discussion Help

    Hi Anton, thanks for you answer. Meanwhile I could solve the problem by creating...

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.