Project-Pier / ProjectPier-Core

ProjectPier is a Free, Open-Source, PHP application for managing tasks, projects and teams through an intuitive web interface.
http://www.projectpier.org
GNU Affero General Public License v3.0
37 stars 16 forks source link

Empty files for tasks and tickets download #17

Closed Engelbert closed 9 years ago

Engelbert commented 9 years ago

If you try to download all tasks or tickets with the "download" link you get an empty .txt file.

Engelbert commented 9 years ago

I've had a look at this and coded a solution to the tasks download. It does however create a feature that is now coded twice... I think we should leave the legacy method in place for now (it is nicer code and it is done the right way! It just does not work as intended for some reason I still have to find out...)

below you can find an example of the old=>new output in txt/csv format

Project Milestone   Task list   Status  Description Id. Status  en_us(completion info)  Assigned to
Welcome Finish Welcome  tasklistname    Open    Welcome to your new account.    7   Completed   Jan 11, 2015 @ 23:33    Not assigned
Welcome Finish Welcome  tasklistname    Open    Welcome to your new account.    1   Open    Jan 09, 2015 @ 17:55    engelbert

I was thinking to split the date and the time into 2 "fields", might be better actually.

remarks, tips, comments are welcome!

Engelbert commented 9 years ago

I am going to create a new issue for the tickets csv/txt output since it is a plugin. It should live in its own repo.