Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * rt-liberation.el: bump to 1.31 | Yoni Rabkin | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | * rt-liberation.el: bump to 1.3 | Yoni Rabkin | 2020-08-10 | 1 | -1/+1 |
| | |||||
* | fix texinfo listing problem | Yoni Rabkin | 2020-08-10 | 1 | -1/+1 |
| | |||||
* | Move functions around to fix compiler warnings. | Yoni Rabkin | 2020-08-09 | 1 | -96/+38 |
| | |||||
* | Adjust copyright lines; silence compiler warnings | Stefan Monnier | 2020-08-05 | 1 | -17/+16 |
| | | | | | | | | | | | | | | | | | | | * .gitignore: New file. * rt-liberation-gnus.el (rt-liber-gnus-with-ticket-buffer): Move before use. * rt-liberation-report.el: Require `rt-liberation` since it needs one of its macros. * rt-liberation-rest.el: Silence some compiler warnings. (rt-liber-rest-handle-response): Use the arg instead of dynamic scoping. * rt-liberation.el (rt-liber-reduce, rt-liber-create-tickets-string): Fix CL's `reduce` to cl-lib's `cl-reduce`. (rt-liber-ticket-base-retriever-parser-f): Remove stray silent backslash. Fix CL's `copy-seq` to builtin `copy-sequence`. (rt-liber-sort-ticket-list): Fix CL's `copy-seq` to builtin `copy-sequence`. (rt-liber-command-set-status-deleted): Fix typo. | ||||
* | * rt-liberation.el: remove old cli code | Yoni Rabkin | 2020-08-03 | 1 | -71/+1 |
| | |||||
* | * rt-liberation.el: complete elpa header | Yoni Rabkin | 2020-07-31 | 1 | -0/+2 |
| | |||||
* | * rt-liberation.el: use cl-lib instead | Yoni Rabkin | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | friendlier caption | Yoni Rabkin | 2020-07-23 | 1 | -6/+12 |
| | |||||
* | * more upgrade work | Yoni Rabkin | 2020-07-23 | 1 | -2/+1 |
| | |||||
* | Upgrade to GPLv3 | Yoni Rabkin | 2020-04-02 | 1 | -2/+2 |
| | |||||
* | * rt-liberation.el: Look for the next ticket. | Yoni Rabkin | 2016-04-07 | 1 | -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-queryreport | Yoni Rabkin | 2015-10-23 | 1 | -0/+23 |
| | |||||
* | Merge branch 'report' | Yoni Rabkin | 2015-10-19 | 1 | -6/+3 |
|\ | |||||
| * | * rt-liberation.el: Clear up old CLI note. | Yoni Rabkin | 2015-10-12 | 1 | -6/+0 |
| | | |||||
| * | * rt-liberation.el: Add Resolved time predicate. | Yoni Rabkin | 2015-10-11 | 1 | -2/+6 |
| | | |||||
* | | Add rt-report. | Yoni Rabkin | 2015-10-19 | 1 | -2/+6 |
|/ | |||||
* | Update email address. | Yoni Rabkin | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | Update copyright years. | Yoni Rabkin | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | * rt-liberation.el: Start post REST cleanup. | Yoni Rabkin | 2015-09-29 | 1 | -75/+12 |
| | |||||
* | Re-write command set and assignment code. | Yoni Rabkin | 2015-05-20 | 1 | -85/+25 |
| | | | | This removes a lot of cruft along the way, which is a good thing. | ||||
* | Remove more spam related code. | Yoni Rabkin | 2015-05-20 | 1 | -16/+0 |
| | | | | Hopefully this can be reimplemented soon. | ||||
* | Remove (too bad). | Yoni Rabkin | 2015-05-13 | 1 | -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 Rabkin | 2015-03-25 | 1 | -11/+27 |
| | |||||
* | Integrate rt-liber-rest-edit-runner and add fields. | Yoni Rabkin | 2015-03-24 | 1 | -13/+32 |
| | |||||
* | Implement ticket history via REST. | Yoni Rabkin | 2015-03-06 | 1 | -1/+1 |
| | | | | Also, replace the cli version in the code with the rest version. | ||||
* | Implement and start using REST show query. | Yoni Rabkin | 2014-12-11 | 1 | -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 Rabkin | 2014-12-09 | 1 | -7/+3 |
| | | | | | Depreciated the CLI for 'ls' queries. Now using only the REST interface for these. | ||||
* | * rt-liberation.el: Syntax bug fix. | Yoni Rabkin | 2014-12-08 | 1 | -2/+2 |
| | | | | Sorry! | ||||
* | * rt-liberation.el: Mark spam feature as very broken. | Yoni Rabkin | 2014-12-08 | 1 | -23/+27 |
| | | | | | RT have broken this feature. Hopefully the move to the REST interface will fix it. | ||||
* | * rt-liberation.el: Add keybinding. | Yoni Rabkin | 2014-04-17 | 1 | -0/+1 |
| | |||||
* | * rt-liberation.el: Add priority update and display. | Yoni Rabkin | 2014-04-17 | 1 | -0/+65 |
| | |||||
* | * rt-liberation.el: Update the browser display format. | Yoni Rabkin | 2014-04-16 | 1 | -7/+4 |
| | |||||
* | * rt-liberation.el: Add a custom time format string. | Yoni Rabkin | 2014-04-16 | 1 | -13/+19 |
| | |||||
* | * rt-liberation.el: Add %-sequence support for priority. | Yoni Rabkin | 2014-04-16 | 1 | -2/+10 |
| | |||||
* | Fix compilation warnings. | Yoni Rabkin | 2014-02-27 | 1 | -0/+35 |
| | |||||
* | Fix compilation errors. | Yoni Rabkin | 2014-02-27 | 1 | -4/+11 |
| | |||||
* | * rt-liberation.el: Attempt to handle server response when assigning. | Yoni Rabkin | 2014-02-23 | 1 | -3/+17 |
| | |||||
* | * rt-liberation.el: Bump copyright notice. | Yoni Rabkin | 2014-02-23 | 1 | -2/+2 |
| | |||||
* | * rt-liberation.el: Add a debug option. | Johnathan Rabkin | 2014-02-06 | 1 | -0/+25 |
| | |||||
* | * rt-liberation.el: Change mode even when signalling the no-results exception. | Johnathan Rabkin | 2013-12-15 | 1 | -0/+1 |
| | |||||
* | import for initial Savannah tree | Johnathan Rabkin | 2013-12-13 | 1 | -0/+1276 |