summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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
|
* Implement ticket history via REST.Yoni Rabkin2015-03-062-1/+29
| | | | Also, replace the cli version in the code with the rest version.
* * rt-liberation-rest.el: Show feedback when complete.Yoni Rabkin2014-12-151-1/+3
| | | | This is based on actual use.
* Implement and start using REST show query.Yoni Rabkin2014-12-112-7/+19
| | | | | 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-rest.el: Start work on `show' query.Yoni Rabkin2014-12-091-23/+59
| | | | | Start work toward making a drop in replacement for the CLI `show' query using the REST API.
* * 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.
* Merge branch 'master' into restYoni Rabkin2014-12-081-2/+2
|\
| * * rt-liberation.el: Syntax bug fix.Yoni Rabkin2014-12-081-2/+2
| | | | | | | | Sorry!
* | Merge branch 'master' into restYoni Rabkin2014-12-081-23/+27
|\|
| * * rt-liberation.el: Mark spam feature as very broken.Yoni Rabkin2014-12-081-23/+27
| | | | | | | | | | RT have broken this feature. Hopefully the move to the REST interface will fix it.
* | Merge branch 'master' into restYoni Rabkin2014-12-043-673/+352
|\|
| * * rt-liberation-gnus.el: Improve Gnus integration.Yoni Rabkin2014-12-041-23/+22
| | | | | | | | | | | | This moves message signatures and header handling to Gnus, where it is supposed to be. The new way of doing things has been documented in the friendly manual.
| * * doc/rt-liberation.texinfo: Update manual.Yoni Rabkin2014-12-041-14/+23
| | | | | | | | | | This should help people wondering why their signatures suddenly don't work anymore in rt-liberation.
| * * doc/gpl.texi: Downgrade to version 2.Yoni Rabkin2014-12-041-656/+316
| | | | | | | | This is to keep compatibility with RT's GPLv2 license.
| * * doc/gpl.texi: Update GPL copy.Yoni Rabkin2014-12-041-42/+53
| | | | | | | | The old copy didn't compile with the current version of texinfo.
* | * rt-liberation-rest.el: Document the show query issue.Yoni Rabkin2014-05-091-0/+28
| | | | | | | | | | All of the relevant information is in a comment in rt-liberation-rest.el.
* | * rt-liberation-rest.el: New file.Yoni Rabkin2014-05-091-0/+124
|/ | | | This includes a working "ls" REST query. Called a "ticket search".
* * doc/rt-liberation.texinfo: Add dependencies to the manual.Yoni Rabkin2014-04-241-34/+96
|
* * doc/rt-liberation.texinfo: Document new features.Yoni Rabkin2014-04-171-2/+13
|
* * rt-liberation.el: Add keybinding.Yoni Rabkin2014-04-171-0/+1
|
* * rt-liberation.el: Add priority update and display.Yoni Rabkin2014-04-171-0/+65
|
* * rt-liberation.el: Update the browser display format.Yoni Rabkin2014-04-161-7/+4
|
* * rt-liberation.el: Add a custom time format string.Yoni Rabkin2014-04-161-13/+19
|
* * rt-liberation.el: Add %-sequence support for priority.Yoni Rabkin2014-04-161-2/+10
|