summaryrefslogtreecommitdiff
path: root/rt-liberation.el
Commit message (Collapse)AuthorAgeFilesLines
* * rt-liberation.el: section dataYoni Rabkin2020-12-031-37/+49
|
* * rt-liberation.el: trim down viewer2 key map.Yoni Rabkin2020-12-031-9/+3
|
* * rt-liberation.el: fill contentYoni Rabkin2020-12-031-5/+12
|
* * rt-liberation.el: section displayYoni Rabkin2020-12-031-47/+52
|
* * rt-liberation.el: vernacular time deltaYoni Rabkin2020-12-021-4/+35
|
* * rt-liberation.el: forward and back section movementYoni Rabkin2020-12-021-4/+10
|
* * rt-liberation.el: start making sense of section typesYoni Rabkin2020-12-011-11/+26
|
* * rt-liberation.el: remove leading blank linesYoni Rabkin2020-12-011-0/+6
|
* * rt-liberation.el: find sectionsYoni Rabkin2020-11-291-8/+30
|
* * rt-liberation.el:Yoni Rabkin2020-11-251-1/+1
|
* * rt-liberation.el:Yoni Rabkin2020-11-251-21/+4
|
* * rt-liberation.el:Yoni Rabkin2020-11-251-1/+24
|
* * rt-liberation.el: viewer2 work restartsYoni Rabkin2020-11-251-20/+24
|
* * rt-liberation.el: reformattingYoni Rabkin2020-11-241-13/+0
|
* bring the code backbefore-reshuffleYoni Rabkin2020-11-231-24/+451
| | | | Previous attempt didn't go well.
* splitting aside code for viewer2Yoni Rabkin2020-11-201-0/+8
|
* New file: rt-liberation-viewerYoni Rabkin2020-11-161-222/+6
| | | | Move the viewer code to its own file.
* Add lexical binding declarationYoni Rabkin2020-11-161-1/+1
|
* * dir: shorten the name of the info fileYoni Rabkin2020-08-111-1/+1
|
* integrate changes post-ELPA synchronizationYoni Rabkin2020-08-071-95/+37
|
* * rt-liberation.el: version bumpYoni Rabkin2020-08-071-1/+1
|
* Syncronize with Stefan's changesYoni Rabkin2020-08-051-53/+109
|
* * rt-liberation.el: remove cl and cl-lib requirementYoni Rabkin2020-08-031-5/+6
|
* * rt-liberation.el: remove unused codeYoni Rabkin2020-08-031-7/+1
|
* fix broken dependenciesYoni Rabkin2020-08-031-0/+36
|
* * rt-liberation.el: remove old cli codeYoni Rabkin2020-08-031-88/+0
|
* * rt-liberation.el: remove old cli codeYoni Rabkin2020-08-031-71/+1
|
* * rt-liberation.el: complete elpa headerYoni Rabkin2020-07-311-0/+2
|
* * rt-liberation.el: use cl-lib insteadYoni Rabkin2020-07-231-1/+1
|
* friendlier captionYoni Rabkin2020-07-231-6/+12
|
* * more upgrade workYoni Rabkin2020-07-231-2/+1
|
* Upgrade to GPLv3Yoni Rabkin2020-04-021-2/+2
|
* * rt-liberation.el: Look for the next ticket.Yoni Rabkin2016-04-071-1/+1
| | | | | | | Don't hang around in the loop unless there is a next ticket, identified by an "id:" field. This bug was found by Martin Jesper Low Madsen <martin@martinjlowm.dk>.
* * rt-liberation.el: new function rt-liber-print-queryreportYoni Rabkin2015-10-231-0/+23
|
* Merge branch 'report'Yoni Rabkin2015-10-191-6/+3
|\
| * * rt-liberation.el: Clear up old CLI note.Yoni Rabkin2015-10-121-6/+0
| |
| * * rt-liberation.el: Add Resolved time predicate.Yoni Rabkin2015-10-111-2/+6
| |
* | Add rt-report.Yoni Rabkin2015-10-191-2/+6
|/
* Update email address.Yoni Rabkin2015-10-011-1/+1
|
* Update copyright years.Yoni Rabkin2015-09-291-1/+1
|
* * rt-liberation.el: Start post REST cleanup.Yoni Rabkin2015-09-291-75/+12
|
* Re-write command set and assignment code.Yoni Rabkin2015-05-201-85/+25
| | | | This removes a lot of cruft along the way, which is a good thing.
* Remove more spam related code.Yoni Rabkin2015-05-201-16/+0
| | | | Hopefully this can be reimplemented soon.
* Remove (too bad).Yoni Rabkin2015-05-131-29/+11
| | | | | I cannot make this work reliably anymore. It sometimes will delete the ticket without marking it as spam.
* Port status changes to REST interface.Yoni Rabkin2015-03-251-11/+27
|
* Integrate rt-liber-rest-edit-runner and add fields.Yoni Rabkin2015-03-241-13/+32
|
* Implement ticket history via REST.Yoni Rabkin2015-03-061-1/+1
| | | | Also, replace the cli version in the code with the rest version.
* Implement and start using REST show query.Yoni Rabkin2014-12-111-1/+1
| | | | | At this point the most basic functionality of rt-liberation, that of listing tickets in response to a query, is using the REST interface.
* * rt-liberation.el: Move to REST API for ls queries.Yoni Rabkin2014-12-091-7/+3
| | | | | Depreciated the CLI for 'ls' queries. Now using only the REST interface for these.
* * rt-liberation.el: Syntax bug fix.Yoni Rabkin2014-12-081-2/+2
| | | | Sorry!