summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * rt-liberation.el: bump to 1.31Yoni Rabkin2020-08-111-1/+1
|
* fix formatting in dir fileYoni Rabkin2020-08-114-2972/+2
|
* shortened namesYoni Rabkin2020-08-112-0/+2969
|
* * rt-liberation.el: bump to 1.3Yoni Rabkin2020-08-101-1/+1
|
* * dir: update fileYoni Rabkin2020-08-103-25/+26
|
* fix texinfo listing problemYoni Rabkin2020-08-103-25/+25
|
* Move functions around to fix compiler warnings.Yoni Rabkin2020-08-092-140/+40
|
* Add info manual and dir fileYoni Rabkin2020-08-092-0/+2060
|
* * doc/rt-liberation.texinfo: update the fine manualYoni Rabkin2020-08-091-86/+14
|
* * doc/gpl.texi: fix compiler warningYoni Rabkin2020-08-091-0/+1
|
* * doc/developer-release.txt: new fileYoni Rabkin2020-08-091-0/+18
|
* Adjust copyright lines; silence compiler warningsStefan Monnier2020-08-059-36/+43
| | | | | | | | | | | | | | | | | | | * .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 codeYoni Rabkin2020-08-031-71/+1
|
* * NEWS: new fileYoni Rabkin2020-08-031-0/+6
|
* * rt-liberation.el: complete elpa headerYoni Rabkin2020-07-311-0/+2
|
* add "this file is a part of..."Yoni Rabkin2020-07-316-0/+12
|
* * why-rt-liberation-is-under-gplv3.txt: better explanationYoni Rabkin2020-07-231-3/+3
|
* * rt-liberation.el: use cl-lib insteadYoni Rabkin2020-07-231-1/+1
|
* friendlier captionYoni Rabkin2020-07-233-8/+14
|
* * more upgrade workYoni Rabkin2020-07-2312-851/+649
|
* Upgrade to GPLv3Yoni Rabkin2020-04-028-11/+11
|
* * why-rt-liberation-is-under-gplv3.txt: what it saysYoni Rabkin2020-03-161-0/+87
|
* * rt-liberation-rest.el: UTF-8 decoding.Yoni Rabkin2016-05-091-1/+3
| | | | Patch by Martin Jesper Low Madsen <martin@martinjlowm.dk>.
* * 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-192-6/+4
|\
| * * rt-liberation-report.el: Fix sorting bug.Yoni Rabkin2015-10-191-11/+9
| |
| * * rt-liberation-report.el: Bump to other machine.Yoni Rabkin2015-10-131-0/+4
| |
| * * rt-liberation-report.el: pass to main machine.Yoni Rabkin2015-10-121-3/+5
| |
| * * rt-liberation-report.el: Add Total, found bug.Yoni Rabkin2015-10-121-4/+21
| |
| * * rt-liberation-report.el: Complete first working version.Yoni Rabkin2015-10-121-14/+37
| |
| * Add collation.Yoni Rabkin2015-10-121-42/+55
| |
| * * rt-liberation.el: Clear up old CLI note.Yoni Rabkin2015-10-121-6/+0
| |
| * * rt-liberation-report.el: Evolve notes.Yoni Rabkin2015-10-111-24/+16
| |
| * * rt-liberation.el: Add Resolved time predicate.Yoni Rabkin2015-10-111-2/+6
| |
| * Add research notes.Yoni Rabkin2015-10-101-2/+64
| |
| * Rename to fit file naming convention.Yoni Rabkin2015-10-101-0/+0
| |
| * * rt-report.el: Add new file.Yoni Rabkin2015-10-011-0/+39
| |
* | Add rt-report.Yoni Rabkin2015-10-192-2/+156
|/
* Update email address.Yoni Rabkin2015-10-013-3/+3
|
* * doc/rt-liberation.texinfo: Update documentation.restYoni Rabkin2015-09-291-106/+16
| | | | This should reflect the basics of running against the REST interface.
* Update copyright years.Yoni Rabkin2015-09-292-2/+2
|
* * rt-liberation.el: Start post REST cleanup.Yoni Rabkin2015-09-291-75/+12
|
* Re-write command set and assignment code.Yoni Rabkin2015-05-202-90/+29
| | | | This removes a lot of cruft along the way, which is a good thing.
* Remove more spam related code.Yoni Rabkin2015-05-202-28/+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.
* * rt-liberation-rest.el: Be more verbose.Yoni Rabkin2015-05-061-1/+1
|
* * rt-liberation-rest.el: Write to debug if enabled.Yoni Rabkin2015-03-281-0/+1
|
* Port status changes to REST interface.Yoni Rabkin2015-03-252-12/+36
|
* Integrate rt-liber-rest-edit-runner and add fields.Yoni Rabkin2015-03-242-13/+70
|