GitXplorerGitXplorer
t

redmine-web-client

public
6 stars
0 forks
6 issues

Commits

List of commits on branch master.
Unverified
3259546634b4a6fd3009788c61d0c45be5ce5345

Replace multiple repeated - with a single one

tthewheat committed 9 years ago
Unverified
1282852906519713998d4841a1440586484d0e01

Replace whitespace with dashes for readablity

tthewheat committed 9 years ago
Unverified
0fb029bbdf8b1392d479d59462161025a9cd6110

Default project link to issues page

tthewheat committed 10 years ago
Unverified
bbe93a03de706c7c638d03da4befa1245ab68301

Init CKEditor for new 'Add Issue' button

tthewheat committed 10 years ago
Unverified
41236629f48847f719b48d903f9ecd8ebcbf553c

Move all dependencies to bower and migrate to bootstrap 3

tthewheat committed 10 years ago
Unverified
517071d72d8ffce76599b890d60375d2cd86dcea

Add ability to add issue without selecting from project list

tthewheat committed 10 years ago

README

The README file for this repository.

A Redmine Web Client

  • Aimed currently for time tracking for tasks and projects
  • Cross platform and mobile accessible
  • Does not require a database
  • Based off RMClient but aimed to be cross platform & tailored to my personal needs

Requirements

  • A web browser that supports HTML 5 storage
  • Server running PHP >= 5.3.2 with cURL extension (based on requirements of PHP Redmine API)
  • Redmine server with "Enable REST web service" turned on (/settings/edit?tab=authentication)
  • API access key (/my/account)

Installation

  • Copy folder to server
  • Run bower install from ui/app directory
  • If there are any problems it is probably with PHP Redmine API as my code

Code Folders

  • /api/ : server side PHP code (essentially only index.php)
  • /ui/ : client side Angular JS code

Built Using

Features to come

  • Adding projects & subjects
  • Adding an issue to a project
  • Adding updates to issues