Giter VIP home page Giter VIP logo

92five's Introduction

Version 2 is available at 92fiveapp.com

Before proceeding to installation please make sure that your server meets the minimum server requirements:

Minimum Server Requirements

  • PHP 5.4 or greater
  • PDO PHP extension
  • MCrypt PHP extension
  • GD PHP library
  • MySQL Database

If your webserver is running Apache then mod_rewrite should be installed

Installation

  • Please make sure that directory / sub-directory in which you are installing the application is empty
  • Download the Zip Archive from here
  • Unzip the archive to the prepared directory
  • Grant writing permission to app/storage, assets/uploads and assets/images/profilepics, app/config/app.php, app/config/database.php, app/config/92five.php and app/config/mail.php
  • Navigate to the /install to start the wizard and follow the instruction

For any help / queries / errors please visit forums.92fiveapp.com

Run on Terminal Run on Terminal

92five's People

Contributors

c42759 avatar chintanbanugaria avatar coopers98 avatar csouth avatar cyberiaresurrection avatar dvdpearson avatar florianbruniaux avatar johann8384 avatar josevill avatar kennstphn avatar mgsolipa avatar nandeesh avatar tijsverkoyen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

92five's Issues

CC-BY-ND license incompatible with Github forks?

Hi, if you're using an ND license, doesn't that mean we can't publicly fork the project to propose our own patches, etc.? I'm asking because as far as I can tell, it's very uncommon for software code to be licensed under Creative Commons licenses to begin with.

According to the ND license:

NoDerivatives — If you remix, transform, or build upon the material, you may not distribute the modified material.

Which means the project is essentially read-only until you choose to publish any patches or changes we make and submit in private, yes? That doesn't work well on Github then, nor does it help protect you against liabilities.

Quoting from the CC FAQ:

Can I apply a Creative Commons license to software?
We recommend against using Creative Commons licenses for software. Instead, we strongly encourage you to use one of the very good software licenses which are already available. We recommend considering licenses made available by the Free Software Foundation or listed as “open source” by the Open Source Initiative.

Unlike software-specific licenses, CC licenses do not contain specific terms about the distribution of source code, which is often important to ensuring the free reuse and modifiability of software. Many software licenses also address patent rights, which are important to software but may not be applicable to other copyrightable works. Additionally, our licenses are currently not compatible with the major software licenses, so it would be difficult to integrate CC-licensed work with other free software. Existing software licenses were designed specifically for use with software and offer a similar set of rights to the Creative Commons licenses.

Our licenses are currently not compatible with the GPL, though the CC0 Public Domain Dedication is GPL-compatible and acceptable for software. For details, see the relevant CC0 FAQ entry. We are looking into compatibility of BY-SA with GPL in the future; see the license compatibility page for more information.)

While we recommend against using a CC license on software itself, CC licenses may be used for software documentation, as well as for separate artistic elements such as game art or music.

Found this project via HN, btw, a passing mention in the comments for a different bit of open source project management: https://news.ycombinator.com/item?id=8397878

fresh install issue

  1. downloaded the zip file and extracted in www folder
  2. visited the url http://localhost/92five/installl
    set debug => true (app/config/app.php)

Class 'Symfony\Component\Routing\RouteCollection' not found

open: C:\wamp\www\92five\vendor\laravel\framework\src\Illuminate\Routing\Router.php - line121
* @param \Illuminate\Container\Container $container
* @return void
*/
public function __construct(Container $container = null)
{
$this->container = $container;

$this->routes = new RouteCollection; <<<<<<<
    $this->bind('_missing', function($v) { return explode('/', $v); });

Logged in indicator doesn't stay all the way to the right on large-width windows

I have a large 27" monitor at 1920x1080 and I noticed that the logged in indicator and logout button in the top bar don't stay to the far right when I have the browser maximized.

image

Once the browser passes 1200px wide, the largest media query kicks in and sets the container width to 1170px with auto margins. As the browser width continues to grow past 1200px, this adds a large margin to both sides, which keeps the logged in indicator from staying to the right. Note the orange bars in my screenshot indicating the margin for the container.

Doesn't affect usability at all, but I figured I'd report it all the same. Thanks for making a wonderful app, I'm looking forward to using this a lot!

Nginx setup?

Do you have any specific instructions or information on configuring the app to work with Nginx? I am getting a 502 error with my setup

Updating password does nothing

Went to edit a user password, I press the Update button and nothing happens. As far as I can see there is no JS error or any XHR calls.

Duplicate create_92fiveapp_database.php

One of these migrations needs to be removed:

Warning: Ambiguous class resolution, "Create92FiveappDatabase" was found in both "/app/database/migrations/2014_07_23_155724_create_92fiveapp_database.php" and "/app/database/migrations/2014_07_23_161323_create_92fiveapp_database.php", the first will be used.

task default end date

It would be nice to have a user-defined, or optional, default end date for tasks. This would make creating tasks much quicker.

Can't create new project.

Hello,
I can't create new project, after submit, 92five show message - Something is wrong. Where could be a problem? Nothing in apache error log... nothing in 92five log in admin section.
Thanks for replies...

Localize Date in Timesheet page

Hello ,
I am trying to localize timesheet page . How can I localize the week day pages ? I try to add this in line 34 of CalendarController but does not effect

setlocale('LC_ALL',array('tr_TR.UTF-8','tr_TR','tr-TR.UTF-8','tr-TR'));
            $day = date("Y-m-d");

Thanks

Can you use a license thats clearer or made for software

Can you use a license that's made for software, because it seems that anybody that is:

  • creating a pull-request is breaking the license (since they created a derivative in their fork)...
  • changing the logo is probably a derivative work as well

The CC BY-ND is made more for artwork (photos...) and not software..

screen after task creation

The screen that is shown after task creation would be more clear if the finished and sub-task buttons were moved to the center of the screen.

default start date

Could the start date default to today? Or make that a user-defined option.

[Suggestion] A printable report with tasks and time spent

Having a printable report for a project where tasks will be listed along with the total time spent on it.
At the end there should be a summary of the time spent on all tasks.

I was actually hoping from the start that this would've been implemented as it seems like a basic feature.

Error: Something Went Wrong

Hi there,

I installed the software today and ran the installer.

After doing that I logged in and this message showed up:
´[2014-12-04 00:05:24] log.ERROR: Something Went Wrong - in getTasks in Dashboard [] []´
img_2014 12 04_01h08m09s_001

I cant go "back to dashbord" because I am on the dashboard...

How can I solve this?

PS:
Also there was a little issue on the installation:
He said that ´/app/storage/logs´ is not writable, but this directory did not exists. So I created it and then it worked....

Same day produced and ending tasks always shown as "delayed"

Hello,

When I create a task on the existing day and set the end date on same day, I always get it as delayes. Is it possible to set a default time for tasks. for eg starts at 00:00 ends at 23.59?

And I can make Turkish translation if you confirm

Thanks

Cannot add user with details

When I try to add a user with details nothing happens when I press update.
Every field is entered correctly.

EDIT: Linked to the same issue about password strength. That marker there indicates password strength and it's common sense that it's just an indicator. You need to make an alert when people press the Update button to let them know why nothing is happening otherwise the will just think it's not working.

default collaborator

When creating a project, I would love to set a default collaborator (or collaborators). Even just having the project default to adding (or giving the user that option in the settings) would be nice.

Cannot delete timesheet entry

Timesheet entry cannot be deleted. There's a javascript error. Tested on firefox and chrome.

Uncaught TypeError: Cannot read property 'split' of undefined

utf8_general_ci / utf8_unicode_ci

Hi, i'm realy don't understand why your character encoding so special.
You had two amazing and universal encoding variants but you chose non convertable latin
It was realy bad choice. Want you fix it some time?

getting 400 bad request error on fresh install (nginx)

Hello,
I am trying to run your repo. I have imported your sql file to my databases. when i try "/install"
I am getting

"Oops !
Something Went Wrong.

Something went wrong and we have noted that. Thank you for understanding.
Go back to Dashboard ?"

my nginx settings are :

server {
    listen 80;
    server_name 92projects.dev;
    set $root_path '/home/ytsejam/public_html/92five';
    root $root_path;
    access_log /var/logs/nginx/projects/access.log;
    error_log /var/logs/nginx/projects/error.log;
    location / {
        index index.php;
        try_files $uri $uri/ /index.php?q=$uri&$args;
    }
    location @rewrite {
        rewrite ^/(.*)$ /index.php?_url=/$1;
    }

    error_page 404 /index.php;

    location ~ \.php$ {
        include /etc/nginx/fastcgi_params;
        fastcgi_index index.php;
        fastcgi_pass unix:/run/php-fpm/php-fpm.sock;
        fastcgi_split_path_info ^(.+\.php)(/.+)$;
        #fastcgi_param PATH_INFO $fastcgi_path_info;
        #fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    }
    location ~* ^/(css|img|js|flv|swf|download)/(.+)$ {
        root $root_path;
    }

    location ~ /\.ht {
        deny all;
    }
}

Cant find a reason for this checked access.log and error.log. access.log shows 400 and error code is empty ?

Can you help me?

UnexpectedValueException during installation

Error message given:
UnexpectedValueException
The Response content must be a string or object implementing __toString(), "boolean" given.

Occurs after entering admin account details in the installation procedure.

Running PHP 5.4.4 on Debian Weezy.

Default font doesn't support special characters

The font used in 92five doesn't support special characters like ã or ç, causing the browser to display them in a different font. Would it be possible to offer alternative fonts with more complete character sets?

Thanks for the great app!

Missing image

In dashboard/reports/weekly
<div class="span4 summary-right"><img src="assets/images/reports-image-1.jpg" alt=""></div>

No install folder

There is no install wizard anymore. I have been trying to install 92five for the last 4-5 hours. Please update your documentation with a good tutorial. How do I install it?

Exact dates should not be enforced

Hi
I do not see any reason why the dates are enforced on the tasks and projects. For one the dates can be calculated based on subtask progress. Also this makes the system very rigid.

It is looking nice btw.

thanks

Re-ordering subtasks

When on a certain task (viewing or editing), it would be interesting to be able to re-order sub-tasks just by click-dragging them around.

Latin chars on webfont

Hi,
You are using the font "Lato", but this version have some problems with Latin Chars like "ç" or "ã".

I recomend a font with latin chars support (utf-8)

screenshot - 18-10-2014 - 18 11 14

;)

suggestion: prefix tables...

I've just install 92 five, great work !

Some suggestion: think about a prefix for tables, like wordpress do (prefix you can choose when installing, with 92five_ by default...)

some webhoster limits your number of database...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.