aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add more helpful messagesQuey-Liang Kao2017-01-211-7/+4
| | | |
| * | | Makes all output messages consistentQuey-Liang Kao2017-01-192-4/+14
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the panic() function provides overwhelming messages available for developers but meaningless to users, the way to deal with error output is simplified. There are two panic()'s that are fixed: * The one in parseArbitraryDateWithYear() function. This function is the possible endpoint of adding a todo or editing dues. Instead of calling panic(), now it outputs the specific parsing error, and then terminate itself by os.Exit(). * The one in formatDue() function This function is responsible for parsing the due information of a given todo. If the todos being added previously have passed the checking, then there is no reason that a due fails the format check here, except for the corruption of the todo file.
* | | Merge pull request #21 from whoshuu/issue/fix-delete-parseGrant Ammons2017-01-181-1/+1
|\ \ \ | | | | | | | | Fix delete subcommand to match website
| * | | Fix delete subcommand to match websiteHuu Nguyen2017-01-171-1/+1
| | | |
* | | | Merge pull request #18 from NonerKao/masterGrant Ammons2017-01-182-2/+10
|\ \ \ \ | |/ / / |/| | | Bugfix: "todo a" no longer adds an empty todo
| * | | Provide a more helpful messageQuey-Liang Kao2017-01-171-1/+1
| |/ /
| * | Merge github.com:NonerKao/todolistQuey-Liang Kao2017-01-172-2/+10
| |\|
| | * Bugfix: "todo a" no longer adds an empty todoQuey-Liang Kao2017-01-162-2/+10
| | |
* | | Merge pull request #15 from whoshuu/masterGrant Ammons2017-01-162-3/+3
|\ \ \ | |/ / |/| | Run gofmt on formatter and parser
| * | Run gofmt on formatter and parserHuu Nguyen2017-01-162-3/+3
|/ /
* | Merge pull request #17 from whoshuu/issue/link-travis-badgeGrant Ammons2017-01-161-1/+1
|\ \ | | | | | | Use canonical form of travis build badge
| * | Use canonical form of travis build badgeHuu Nguyen2017-01-141-1/+1
| |/
* | Merge pull request #20 from gammons/future-proof-testsGrant Ammons2017-01-161-4/+8
|\ \ | |/ |/| Fix tests by removing hard-coded year
| * Fix tests by removing hard-coded yearGrant Ammons2017-01-161-4/+8
|/
* Merge pull request #9 from Bunchhieng/masterGrant Ammons2016-09-199-23/+49
|\ | | | | Only allow to open web app if .todos.json exists in current directory
| * Fixed build failedBunchhieng2016-09-155-14/+29
| |
| * Refactored codeBunchhieng2016-09-150-0/+0
| |\
| | * Only open browser if .todos.json existsBunchhieng2016-09-111-5/+5
| | |
| | * Only open browser if .todos.json existsBunchhieng2016-09-112-0/+2
| | |
| | * Only open browser if .todos.json existsBunchhieng2016-09-112-5/+16
| | |
| * | Refactored codeBunchhieng2016-09-154-9/+20
|/ /
* | Merge pull request #8 from gammons/fix-todayGrant Ammons2016-09-152-1/+9
|\ \ | |/ |/| bugfix - use 'tod' as shorthand for today
| * bugfix - use 'tod' as shorthand for todayGrant Ammons2016-09-082-1/+9
|/
* Bump version0.3.1Grant Ammons2016-09-073-4/+4
|
* Add vendorGrant Ammons2016-09-07231-0/+114570
|
* Merge pull request #7 from Bunchhieng/masterGrant Ammons2016-09-061-0/+2
|\ | | | | Open browser when starting the web app
| * Open browser when starting the web appBunchhieng2016-09-061-0/+2
|/
* Merge pull request #5 from gammons/v0.3.00.3.0Grant Ammons2016-08-274-31/+49
|\ | | | | New todolist frontend
| * Bump version to 0.3.0Grant Ammons2016-08-272-3/+2
| |
| * Allow 404s to redirect to index fileGrant Ammons2016-08-271-27/+46
| |
| * add todosGrant Ammons2016-07-231-1/+1
|/
* Add current todo listGrant Ammons2016-07-081-1/+1
|
* Add link to license, fix go report linkGrant Ammons2016-07-071-2/+6
|
* Add todos.jsonGrant Ammons2016-07-072-1/+1
|
* Use tar instead of zip for buildsGrant Ammons2016-07-061-2/+2
|
* Added a build scriptGrant Ammons2016-07-031-0/+28
|
* Add the css file0.2.0Grant Ammons2016-07-031-7/+2
|
* Add webappGrant Ammons2016-06-202-3/+36
|
* Add the webappGrant Ammons2016-06-122-0/+70
|
* Promote save/load to be publicGrant Ammons2016-06-121-21/+22
|
* Refactor todolist stuff out of the file store implementationGrant Ammons2016-06-128-216/+238
|
* Turns out, it's not httpsGrant Ammons2016-05-171-1/+1
|
* Update linksGrant Ammons2016-05-171-4/+4
|
* Add a couple of config filesGrant Ammons2016-05-172-0/+16
|
* Promote FindSunday so we can use it in tests, fix testsvsnapshotGrant Ammons2016-05-172-6/+10
|
* Remove large amounts of whitespace at beginning, to save spaceGrant Ammons2016-05-171-2/+2
|
* Use uppercase VERSIONGrant Ammons2016-05-151-2/+2
|
* Use the user's current timezone when parsing datesGrant Ammons2016-05-152-11/+12
| | | | | This should remove ambiguity when comparing dates that are close or equal to each other, e.g. Sundays.
* Add travis CI image to READMEGrant Ammons2016-05-141-0/+1
|
* Fix .travis.ymlGrant Ammons2016-05-141-1/+1
|