From ded0451e9582df33cae6099a2fb72b4ea25076cf Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 15 Jul 2003 13:30:43 +0000 Subject: [PATCH] reverting to vendor branch rt 3.0.4, hopefully --- rt/ChangeLog | 16016 -------------------- rt/Makefile | 517 +- rt/README | 402 +- rt/TODO | 9 - rt/bin/initacls.Oracle | 26 - rt/bin/initacls.Pg | 28 - rt/bin/initacls.mysql | 20 - rt/bin/mason_handler.fcgi | 255 +- rt/bin/mason_handler.scgi | 218 +- rt/bin/rt | 1391 -- rt/bin/rt-mailgate | 842 +- rt/bin/rtadmin | 1040 -- rt/bin/webmux.pl | 248 +- rt/docs/design_docs/acls | 228 +- rt/docs/design_docs/basic-definitions.txt | 54 - rt/docs/design_docs/cli_spec | 361 +- rt/docs/design_docs/evil_plans | 9 +- rt/docs/design_docs/local_hacking | 32 - rt/docs/rt.gif | Bin 8811 -> 0 bytes rt/etc/acl.Oracle | 19 +- rt/etc/acl.Pg | 96 +- rt/etc/acl.mysql | 12 +- rt/etc/config.pm | 473 - rt/etc/schema.Oracle | 287 - rt/etc/schema.Pg | 747 +- rt/etc/schema.mysql | 429 +- rt/etc/schema.pm | 349 - rt/lib/MANIFEST | 57 - rt/lib/MANIFEST.SKIP | 1 - rt/lib/Makefile.PL | 49 - rt/lib/RT.pm | 191 +- rt/lib/RT/ACE.pm | 806 +- rt/lib/RT/ACL.pm | 329 +- rt/lib/RT/Action/Autoreply.pm | 40 +- rt/lib/RT/Action/Generic.pm | 56 +- rt/lib/RT/Action/Notify.pm | 83 +- rt/lib/RT/Action/NotifyAsComment.pm | 34 +- rt/lib/RT/Action/OpenDependent.pm | 55 - rt/lib/RT/Action/ResolveMembers.pm | 35 +- rt/lib/RT/Action/SendEmail.pm | 699 +- rt/lib/RT/Action/SendPasswordEmail.pm | 170 - rt/lib/RT/Action/StallDependent.pm | 68 - rt/lib/RT/Attachment.pm | 601 +- rt/lib/RT/Attachments.pm | 136 +- rt/lib/RT/Condition/AnyTransaction.pm | 34 +- rt/lib/RT/Condition/Generic.pm | 55 +- rt/lib/RT/Condition/NewDependency.pm | 0 rt/lib/RT/Condition/StatusChange.pm | 35 +- rt/lib/RT/CurrentUser.pm | 166 +- rt/lib/RT/Date.pm | 335 +- rt/lib/RT/EasySearch.pm | 115 - rt/lib/RT/Group.pm | 430 +- rt/lib/RT/GroupMember.pm | 231 +- rt/lib/RT/GroupMembers.pm | 124 +- rt/lib/RT/Groups.pm | 135 +- rt/lib/RT/Handle.pm | 62 +- rt/lib/RT/Interface/CLI.pm | 112 +- rt/lib/RT/Interface/Email.pm | 683 +- rt/lib/RT/Interface/Web.pm | 1124 +- rt/lib/RT/Keyword.pm | 446 - rt/lib/RT/KeywordSelect.pm | 452 - rt/lib/RT/KeywordSelects.pm | 143 - rt/lib/RT/Keywords.pm | 106 - rt/lib/RT/Link.pm | 487 +- rt/lib/RT/Links.pm | 153 +- rt/lib/RT/ObjectKeyword.pm | 192 - rt/lib/RT/ObjectKeywords.pm | 234 - rt/lib/RT/Queue.pm | 961 +- rt/lib/RT/Queues.pm | 162 +- rt/lib/RT/Record.pm | 400 +- rt/lib/RT/Scrip.pm | 654 +- rt/lib/RT/ScripAction.pm | 385 +- rt/lib/RT/ScripActions.pm | 137 +- rt/lib/RT/ScripCondition.pm | 366 +- rt/lib/RT/ScripConditions.pm | 142 +- rt/lib/RT/Scrips.pm | 162 +- rt/lib/RT/Template.pm | 512 +- rt/lib/RT/Templates.pm | 143 +- rt/lib/RT/TestHarness.pm | 14 - rt/lib/RT/Ticket.pm | 3026 +--- rt/lib/RT/Tickets.pm | 1806 +-- rt/lib/RT/Transaction.pm | 895 +- rt/lib/RT/Transactions.pm | 129 +- rt/lib/RT/User.pm | 1696 +-- rt/lib/RT/Users.pm | 298 +- rt/lib/RT/Watcher.pm | 313 - rt/lib/RT/Watchers.pm | 226 - rt/lib/test.pl | 52 - rt/tools/cpan2rpm | 299 - rt/tools/initdb | 216 - rt/tools/insertdata | 618 - rt/tools/testdeps | 115 - rt/webrt/Admin/Elements/CreateQueueCalled | 3 - rt/webrt/Admin/Elements/CreateUserCalled | 3 - rt/webrt/Admin/Elements/EditUserComments | 9 - rt/webrt/Admin/Elements/GrantQueueRightsTo | 30 - rt/webrt/Admin/Elements/GroupTabs | 18 - rt/webrt/Admin/Elements/Header | 5 - rt/webrt/Admin/Elements/ListGlobalKeywordSelects | 15 - rt/webrt/Admin/Elements/ListGlobalScrips | 10 - rt/webrt/Admin/Elements/ModifyKeyword | 95 - rt/webrt/Admin/Elements/ModifyKeywordSelect | 120 - rt/webrt/Admin/Elements/ModifyQueue | 56 - rt/webrt/Admin/Elements/ModifyTemplate | 78 - rt/webrt/Admin/Elements/ModifyUser | 77 - rt/webrt/Admin/Elements/QueueRightsForUser | 17 - rt/webrt/Admin/Elements/QueueTabs | 36 - rt/webrt/Admin/Elements/SelectKeywordSelect | 22 - rt/webrt/Admin/Elements/SelectModifyGroup | 10 - rt/webrt/Admin/Elements/SelectModifyKeyword | 13 - rt/webrt/Admin/Elements/SelectModifyKeywordSelect | 13 - rt/webrt/Admin/Elements/SelectModifyQueue | 10 - rt/webrt/Admin/Elements/SelectModifyUser | 26 - rt/webrt/Admin/Elements/SelectQueueRights | 29 - rt/webrt/Admin/Elements/SelectRights | 58 - rt/webrt/Admin/Elements/SelectScrip | 25 - rt/webrt/Admin/Elements/SelectScripAction | 25 - rt/webrt/Admin/Elements/SelectScripCondition | 25 - rt/webrt/Admin/Elements/SelectSingleOrMultiple | 20 - rt/webrt/Admin/Elements/SelectTemplate | 37 - rt/webrt/Admin/Elements/SelectUsers | 17 - rt/webrt/Admin/Elements/SystemTabs | 31 - rt/webrt/Admin/Elements/Tabs | 31 - rt/webrt/Admin/Elements/UserTabs | 21 - rt/webrt/Admin/Global/GroupRights.html | 78 - rt/webrt/Admin/Global/Keywords.html | 97 - rt/webrt/Admin/Global/Scrips.html | 95 - rt/webrt/Admin/Global/Template.html | 66 - rt/webrt/Admin/Global/Templates.html | 24 - rt/webrt/Admin/Global/UserRights.html | 42 - rt/webrt/Admin/Global/index.html | 2 - rt/webrt/Admin/Groups/Members.html | 76 - rt/webrt/Admin/Groups/Modify.html | 83 - rt/webrt/Admin/Groups/Rights.html | 1 - rt/webrt/Admin/Groups/index.html | 33 - rt/webrt/Admin/KeywordSelects/Modify.html | 17 - rt/webrt/Admin/KeywordSelects/index.html | 137 - rt/webrt/Admin/Keywords/Modify.html | 96 - rt/webrt/Admin/Keywords/index.html | 110 - rt/webrt/Admin/Queues/Create.html | 13 - rt/webrt/Admin/Queues/GroupRights.html | 103 - rt/webrt/Admin/Queues/Keywords.html | 114 - rt/webrt/Admin/Queues/Modify.html | 137 - rt/webrt/Admin/Queues/People.html | 161 - rt/webrt/Admin/Queues/Scrips.html | 111 - rt/webrt/Admin/Queues/Template.html | 68 - rt/webrt/Admin/Queues/Templates.html | 24 - rt/webrt/Admin/Queues/UserRights.html | 72 - rt/webrt/Admin/Queues/index.html | 52 - rt/webrt/Admin/Users/Modify.html | 259 - rt/webrt/Admin/Users/Prefs.html | 97 - rt/webrt/Admin/Users/Rights.html | 1 - rt/webrt/Admin/Users/index.html | 71 - rt/webrt/Admin/index.html | 4 - rt/webrt/Elements/Checkbox | 17 - rt/webrt/Elements/CreateTicket | 1 - rt/webrt/Elements/CustomHomepageHeader | 0 rt/webrt/Elements/Error | 23 - rt/webrt/Elements/Footer | 10 - rt/webrt/Elements/GotoTicket | 1 - rt/webrt/Elements/Header | 61 - rt/webrt/Elements/ListActions | 14 - rt/webrt/Elements/Login | 69 - rt/webrt/Elements/MessageBox | 30 - rt/webrt/Elements/MyRequests | 45 - rt/webrt/Elements/MyTickets | 43 - rt/webrt/Elements/Quicksearch | 41 - rt/webrt/Elements/Refresh | 22 - rt/webrt/Elements/Section | 11 - rt/webrt/Elements/SelectBoolean | 24 - rt/webrt/Elements/SelectDate | 25 - rt/webrt/Elements/SelectDateRelation | 14 - rt/webrt/Elements/SelectDateType | 12 - rt/webrt/Elements/SelectEqualityOperator | 18 - rt/webrt/Elements/SelectKeyword | 38 - rt/webrt/Elements/SelectKeywordOptions | 18 - rt/webrt/Elements/SelectLinkType | 16 - rt/webrt/Elements/SelectMatch | 31 - rt/webrt/Elements/SelectNewTicketQueue | 9 - rt/webrt/Elements/SelectOwner | 22 - rt/webrt/Elements/SelectQueue | 38 - rt/webrt/Elements/SelectResultsPerPage | 22 - rt/webrt/Elements/SelectSortOrder | 18 - rt/webrt/Elements/SelectStatus | 17 - rt/webrt/Elements/SelectTicketSortBy | 15 - rt/webrt/Elements/SelectUsers | 8 - rt/webrt/Elements/SelectWatcherType | 26 - rt/webrt/Elements/ShadedBox | 5 - rt/webrt/Elements/Submit | 44 - rt/webrt/Elements/Tabs | 133 - rt/webrt/Elements/TitleBoxEnd | 10 - rt/webrt/Elements/TitleBoxStart | 20 - rt/webrt/Elements/ViewUser | 29 - rt/webrt/Elements/dayMenu | 19 - rt/webrt/Elements/monthMenu | 37 - rt/webrt/Elements/yearMenu | 24 - rt/webrt/NoAuth/Logout.html | 22 - rt/webrt/NoAuth/Reminder.html | 3 - rt/webrt/NoAuth/images/rt.jpg | Bin 917 -> 0 bytes rt/webrt/NoAuth/images/spacer.gif | Bin 43 -> 0 bytes rt/webrt/NoAuth/webrt.css | 102 - rt/webrt/Search/Bulk.html | 186 - rt/webrt/Search/Listing.html | 134 - rt/webrt/Search/PickRestriction | 112 - rt/webrt/Search/RestrictSearch.html | 3 - rt/webrt/Search/TicketCell | 28 - rt/webrt/SelfService/Attachment/dhandler | 27 - rt/webrt/SelfService/Closed.html | 4 - rt/webrt/SelfService/Create.html | 63 - rt/webrt/SelfService/Display.html | 190 - rt/webrt/SelfService/Elements/GotoTicket | 1 - rt/webrt/SelfService/Elements/Header | 55 - rt/webrt/SelfService/Elements/MyRequests | 41 - rt/webrt/SelfService/Elements/Tabs | 49 - rt/webrt/SelfService/Error.html | 22 - rt/webrt/SelfService/Prefs.html | 51 - rt/webrt/SelfService/Update.html | 40 - rt/webrt/SelfService/index.html | 3 - rt/webrt/Ticket/Attachment/dhandler | 27 - rt/webrt/Ticket/Create.html | 199 - rt/webrt/Ticket/Display.html | 152 - rt/webrt/Ticket/Elements/AddWatchers | 54 - rt/webrt/Ticket/Elements/EditBasics | 62 - rt/webrt/Ticket/Elements/EditDates | 46 - rt/webrt/Ticket/Elements/EditKeywordSelects | 45 - rt/webrt/Ticket/Elements/EditLinks | 109 - rt/webrt/Ticket/Elements/EditPeople | 37 - rt/webrt/Ticket/Elements/EditWatchers | 46 - rt/webrt/Ticket/Elements/ShowBasics | 29 - rt/webrt/Ticket/Elements/ShowDates | 54 - rt/webrt/Ticket/Elements/ShowDependencies | 18 - rt/webrt/Ticket/Elements/ShowHistory | 43 - rt/webrt/Ticket/Elements/ShowKeywordSelects | 26 - rt/webrt/Ticket/Elements/ShowLinks | 61 - rt/webrt/Ticket/Elements/ShowMemberOf | 12 - rt/webrt/Ticket/Elements/ShowMembers | 22 - rt/webrt/Ticket/Elements/ShowPeople | 12 - rt/webrt/Ticket/Elements/ShowReferences | 27 - rt/webrt/Ticket/Elements/ShowRequestor | 35 - rt/webrt/Ticket/Elements/ShowSummary | 61 - rt/webrt/Ticket/Elements/ShowTransaction | 162 - rt/webrt/Ticket/Elements/Tabs | 126 - rt/webrt/Ticket/Elements/ToolBar | 3 - rt/webrt/Ticket/History.html | 30 - rt/webrt/Ticket/Modify.html | 39 - rt/webrt/Ticket/ModifyAll.html | 124 - rt/webrt/Ticket/ModifyDates.html | 26 - rt/webrt/Ticket/ModifyLinks.html | 31 - rt/webrt/Ticket/ModifyPeople.html | 38 - rt/webrt/Ticket/Update.html | 110 - rt/webrt/User/Prefs.html | 53 - rt/webrt/autohandler | 73 - rt/webrt/index.html | 25 - 253 files changed, 9307 insertions(+), 45254 deletions(-) delete mode 100644 rt/ChangeLog delete mode 100755 rt/TODO delete mode 100644 rt/bin/initacls.Oracle delete mode 100755 rt/bin/initacls.Pg delete mode 100755 rt/bin/initacls.mysql delete mode 100755 rt/bin/rt delete mode 100644 rt/bin/rtadmin delete mode 100644 rt/docs/design_docs/basic-definitions.txt delete mode 100644 rt/docs/design_docs/local_hacking delete mode 100755 rt/docs/rt.gif delete mode 100755 rt/etc/config.pm delete mode 100644 rt/etc/schema.Oracle delete mode 100644 rt/etc/schema.pm delete mode 100644 rt/lib/MANIFEST delete mode 100644 rt/lib/MANIFEST.SKIP delete mode 100644 rt/lib/Makefile.PL delete mode 100644 rt/lib/RT/Action/OpenDependent.pm delete mode 100755 rt/lib/RT/Action/SendPasswordEmail.pm delete mode 100644 rt/lib/RT/Action/StallDependent.pm delete mode 100644 rt/lib/RT/Condition/NewDependency.pm delete mode 100755 rt/lib/RT/EasySearch.pm delete mode 100644 rt/lib/RT/Keyword.pm delete mode 100644 rt/lib/RT/KeywordSelect.pm delete mode 100644 rt/lib/RT/KeywordSelects.pm delete mode 100644 rt/lib/RT/Keywords.pm delete mode 100644 rt/lib/RT/ObjectKeyword.pm delete mode 100644 rt/lib/RT/ObjectKeywords.pm delete mode 100644 rt/lib/RT/TestHarness.pm delete mode 100755 rt/lib/RT/Watcher.pm delete mode 100755 rt/lib/RT/Watchers.pm delete mode 100644 rt/lib/test.pl delete mode 100644 rt/tools/cpan2rpm delete mode 100644 rt/tools/initdb delete mode 100755 rt/tools/insertdata delete mode 100644 rt/tools/testdeps delete mode 100755 rt/webrt/Admin/Elements/CreateQueueCalled delete mode 100755 rt/webrt/Admin/Elements/CreateUserCalled delete mode 100755 rt/webrt/Admin/Elements/EditUserComments delete mode 100755 rt/webrt/Admin/Elements/GrantQueueRightsTo delete mode 100755 rt/webrt/Admin/Elements/GroupTabs delete mode 100755 rt/webrt/Admin/Elements/Header delete mode 100644 rt/webrt/Admin/Elements/ListGlobalKeywordSelects delete mode 100755 rt/webrt/Admin/Elements/ListGlobalScrips delete mode 100644 rt/webrt/Admin/Elements/ModifyKeyword delete mode 100644 rt/webrt/Admin/Elements/ModifyKeywordSelect delete mode 100755 rt/webrt/Admin/Elements/ModifyQueue delete mode 100755 rt/webrt/Admin/Elements/ModifyTemplate delete mode 100755 rt/webrt/Admin/Elements/ModifyUser delete mode 100644 rt/webrt/Admin/Elements/QueueRightsForUser delete mode 100755 rt/webrt/Admin/Elements/QueueTabs delete mode 100644 rt/webrt/Admin/Elements/SelectKeywordSelect delete mode 100644 rt/webrt/Admin/Elements/SelectModifyGroup delete mode 100644 rt/webrt/Admin/Elements/SelectModifyKeyword delete mode 100644 rt/webrt/Admin/Elements/SelectModifyKeywordSelect delete mode 100755 rt/webrt/Admin/Elements/SelectModifyQueue delete mode 100755 rt/webrt/Admin/Elements/SelectModifyUser delete mode 100755 rt/webrt/Admin/Elements/SelectQueueRights delete mode 100644 rt/webrt/Admin/Elements/SelectRights delete mode 100755 rt/webrt/Admin/Elements/SelectScrip delete mode 100644 rt/webrt/Admin/Elements/SelectScripAction delete mode 100644 rt/webrt/Admin/Elements/SelectScripCondition delete mode 100644 rt/webrt/Admin/Elements/SelectSingleOrMultiple delete mode 100755 rt/webrt/Admin/Elements/SelectTemplate delete mode 100644 rt/webrt/Admin/Elements/SelectUsers delete mode 100755 rt/webrt/Admin/Elements/SystemTabs delete mode 100755 rt/webrt/Admin/Elements/Tabs delete mode 100755 rt/webrt/Admin/Elements/UserTabs delete mode 100755 rt/webrt/Admin/Global/GroupRights.html delete mode 100644 rt/webrt/Admin/Global/Keywords.html delete mode 100755 rt/webrt/Admin/Global/Scrips.html delete mode 100755 rt/webrt/Admin/Global/Template.html delete mode 100755 rt/webrt/Admin/Global/Templates.html delete mode 100755 rt/webrt/Admin/Global/UserRights.html delete mode 100755 rt/webrt/Admin/Global/index.html delete mode 100644 rt/webrt/Admin/Groups/Members.html delete mode 100644 rt/webrt/Admin/Groups/Modify.html delete mode 100644 rt/webrt/Admin/Groups/Rights.html delete mode 100644 rt/webrt/Admin/Groups/index.html delete mode 100644 rt/webrt/Admin/KeywordSelects/Modify.html delete mode 100644 rt/webrt/Admin/KeywordSelects/index.html delete mode 100644 rt/webrt/Admin/Keywords/Modify.html delete mode 100644 rt/webrt/Admin/Keywords/index.html delete mode 100755 rt/webrt/Admin/Queues/Create.html delete mode 100755 rt/webrt/Admin/Queues/GroupRights.html delete mode 100644 rt/webrt/Admin/Queues/Keywords.html delete mode 100755 rt/webrt/Admin/Queues/Modify.html delete mode 100755 rt/webrt/Admin/Queues/People.html delete mode 100755 rt/webrt/Admin/Queues/Scrips.html delete mode 100755 rt/webrt/Admin/Queues/Template.html delete mode 100755 rt/webrt/Admin/Queues/Templates.html delete mode 100755 rt/webrt/Admin/Queues/UserRights.html delete mode 100755 rt/webrt/Admin/Queues/index.html delete mode 100755 rt/webrt/Admin/Users/Modify.html delete mode 100755 rt/webrt/Admin/Users/Prefs.html delete mode 100644 rt/webrt/Admin/Users/Rights.html delete mode 100755 rt/webrt/Admin/Users/index.html delete mode 100755 rt/webrt/Admin/index.html delete mode 100755 rt/webrt/Elements/Checkbox delete mode 100644 rt/webrt/Elements/CreateTicket delete mode 100644 rt/webrt/Elements/CustomHomepageHeader delete mode 100755 rt/webrt/Elements/Error delete mode 100755 rt/webrt/Elements/Footer delete mode 100644 rt/webrt/Elements/GotoTicket delete mode 100755 rt/webrt/Elements/Header delete mode 100755 rt/webrt/Elements/ListActions delete mode 100755 rt/webrt/Elements/Login delete mode 100644 rt/webrt/Elements/MessageBox delete mode 100644 rt/webrt/Elements/MyRequests delete mode 100644 rt/webrt/Elements/MyTickets delete mode 100644 rt/webrt/Elements/Quicksearch delete mode 100644 rt/webrt/Elements/Refresh delete mode 100755 rt/webrt/Elements/Section delete mode 100755 rt/webrt/Elements/SelectBoolean delete mode 100755 rt/webrt/Elements/SelectDate delete mode 100755 rt/webrt/Elements/SelectDateRelation delete mode 100755 rt/webrt/Elements/SelectDateType delete mode 100755 rt/webrt/Elements/SelectEqualityOperator delete mode 100644 rt/webrt/Elements/SelectKeyword delete mode 100644 rt/webrt/Elements/SelectKeywordOptions delete mode 100644 rt/webrt/Elements/SelectLinkType delete mode 100644 rt/webrt/Elements/SelectMatch delete mode 100755 rt/webrt/Elements/SelectNewTicketQueue delete mode 100755 rt/webrt/Elements/SelectOwner delete mode 100755 rt/webrt/Elements/SelectQueue delete mode 100644 rt/webrt/Elements/SelectResultsPerPage delete mode 100644 rt/webrt/Elements/SelectSortOrder delete mode 100755 rt/webrt/Elements/SelectStatus delete mode 100644 rt/webrt/Elements/SelectTicketSortBy delete mode 100755 rt/webrt/Elements/SelectUsers delete mode 100644 rt/webrt/Elements/SelectWatcherType delete mode 100755 rt/webrt/Elements/ShadedBox delete mode 100755 rt/webrt/Elements/Submit delete mode 100755 rt/webrt/Elements/Tabs delete mode 100755 rt/webrt/Elements/TitleBoxEnd delete mode 100755 rt/webrt/Elements/TitleBoxStart delete mode 100644 rt/webrt/Elements/ViewUser delete mode 100755 rt/webrt/Elements/dayMenu delete mode 100755 rt/webrt/Elements/monthMenu delete mode 100755 rt/webrt/Elements/yearMenu delete mode 100755 rt/webrt/NoAuth/Logout.html delete mode 100755 rt/webrt/NoAuth/Reminder.html delete mode 100644 rt/webrt/NoAuth/images/rt.jpg delete mode 100644 rt/webrt/NoAuth/images/spacer.gif delete mode 100755 rt/webrt/NoAuth/webrt.css delete mode 100755 rt/webrt/Search/Bulk.html delete mode 100755 rt/webrt/Search/Listing.html delete mode 100755 rt/webrt/Search/PickRestriction delete mode 100755 rt/webrt/Search/RestrictSearch.html delete mode 100644 rt/webrt/Search/TicketCell delete mode 100644 rt/webrt/SelfService/Attachment/dhandler delete mode 100644 rt/webrt/SelfService/Closed.html delete mode 100755 rt/webrt/SelfService/Create.html delete mode 100755 rt/webrt/SelfService/Display.html delete mode 100755 rt/webrt/SelfService/Elements/GotoTicket delete mode 100755 rt/webrt/SelfService/Elements/Header delete mode 100644 rt/webrt/SelfService/Elements/MyRequests delete mode 100644 rt/webrt/SelfService/Elements/Tabs delete mode 100755 rt/webrt/SelfService/Error.html delete mode 100755 rt/webrt/SelfService/Prefs.html delete mode 100755 rt/webrt/SelfService/Update.html delete mode 100644 rt/webrt/SelfService/index.html delete mode 100644 rt/webrt/Ticket/Attachment/dhandler delete mode 100755 rt/webrt/Ticket/Create.html delete mode 100755 rt/webrt/Ticket/Display.html delete mode 100755 rt/webrt/Ticket/Elements/AddWatchers delete mode 100755 rt/webrt/Ticket/Elements/EditBasics delete mode 100755 rt/webrt/Ticket/Elements/EditDates delete mode 100644 rt/webrt/Ticket/Elements/EditKeywordSelects delete mode 100755 rt/webrt/Ticket/Elements/EditLinks delete mode 100755 rt/webrt/Ticket/Elements/EditPeople delete mode 100755 rt/webrt/Ticket/Elements/EditWatchers delete mode 100755 rt/webrt/Ticket/Elements/ShowBasics delete mode 100755 rt/webrt/Ticket/Elements/ShowDates delete mode 100755 rt/webrt/Ticket/Elements/ShowDependencies delete mode 100755 rt/webrt/Ticket/Elements/ShowHistory delete mode 100644 rt/webrt/Ticket/Elements/ShowKeywordSelects delete mode 100755 rt/webrt/Ticket/Elements/ShowLinks delete mode 100755 rt/webrt/Ticket/Elements/ShowMemberOf delete mode 100755 rt/webrt/Ticket/Elements/ShowMembers delete mode 100755 rt/webrt/Ticket/Elements/ShowPeople delete mode 100755 rt/webrt/Ticket/Elements/ShowReferences delete mode 100644 rt/webrt/Ticket/Elements/ShowRequestor delete mode 100755 rt/webrt/Ticket/Elements/ShowSummary delete mode 100755 rt/webrt/Ticket/Elements/ShowTransaction delete mode 100755 rt/webrt/Ticket/Elements/Tabs delete mode 100755 rt/webrt/Ticket/Elements/ToolBar delete mode 100755 rt/webrt/Ticket/History.html delete mode 100755 rt/webrt/Ticket/Modify.html delete mode 100755 rt/webrt/Ticket/ModifyAll.html delete mode 100755 rt/webrt/Ticket/ModifyDates.html delete mode 100755 rt/webrt/Ticket/ModifyLinks.html delete mode 100755 rt/webrt/Ticket/ModifyPeople.html delete mode 100755 rt/webrt/Ticket/Update.html delete mode 100755 rt/webrt/User/Prefs.html delete mode 100755 rt/webrt/autohandler delete mode 100644 rt/webrt/index.html diff --git a/rt/ChangeLog b/rt/ChangeLog deleted file mode 100644 index 549a5cac7..000000000 --- a/rt/ChangeLog +++ /dev/null @@ -1,16016 +0,0 @@ -2002-07-19 22:47 jesse - - * README: - - Fixed the readme about fastcgi - -2002-07-19 22:42 jesse - - * Makefile: - - Bumped the version to 2.0.14 - -2002-07-19 01:22 jesse - - * Makefile, bin/rt, webrt/Search/Bulk.html: - - RT-Ticket: 1547 - - Bumping the version to 2.0.14-pre4 - Fixing a typo that pdh caught in Tickets/Bulk.html - -2002-07-13 00:22 jesse - - * Makefile: - - Bumped to 2.0.14-pre3 - -2002-07-13 00:19 jesse - - * bin/webmux.pl: - - modperl handler now speaks Mason 1.11 properly. - -2002-07-13 00:00 jesse - - * etc/config.pm: - - Shifted some config defaults to make things easier for newbie users - -2002-07-12 13:31 jesse - - * lib/RT/Interface/Web.pm: - - Now we properly strip long pathnames from attachments uploaded from windows boxes. - -2002-07-11 01:41 jesse - - * lib/RT/Interface/Web.pm: - - Fixing a typo in the mason 11 handler - -2002-07-10 14:41 jesse - - * Makefile: - - Bumping the version to 2.0.14-pre2 - -2002-07-10 14:36 jesse - - * lib/RT/User.pm: - - [no log message] - -2002-07-10 14:35 jesse - - * lib/RT/: Queue.pm, Ticket.pm: - - RT-Ticket: 1418 - RT-Status: resolved - - minor perldoc cleanups from pdh@snapgear - -2002-07-10 14:32 jesse - - * bin/rt-mailgate, lib/RT/Action/SendEmail.pm: - - RT-Ticket: 1425 - RT-Status: resolved - RT-Milestone: 2.0.x - RT-Subsystem: Mail Sending - - Fixes to create more proper message ids. - -2002-07-10 14:28 jesse - - * lib/RT/Ticket.pm: - - RT-Ticket: 1431 - RT-Status: resolved - - Importing tickets now lets you set the "Resolved" date - -2002-07-10 14:17 jesse - - * lib/RT/Tickets.pm: - - RT-Ticket: 1434 - RT-Status: resolved - RT-Subsystem: Core - RT-Milestone: 2.0.x - - RT is now smarter about letting you do "or" searches on single-value - keyword selections. Thanks to sam hartman. - -2002-07-10 14:15 jesse - - * webrt/Ticket/: Display.html, ModifyAll.html: - - RT-Ticket: 1433 - RT-Status: resolved - RT-Milestone: 2.0.x - RT-Subsystem: HTML::Mason frontend - RT-Severity: Nice to have - RT-Broken In: 2.0.13 - RT-Broken In: 2.0.12 - RT-Broken In: 2.0.11 - RT-Broken In: 2.0.10 - RT-Broken In: 2.0.0 - RT-Broken In: 2.0.1 - RT-Broken In: 2.0.2 - RT-Broken In: 2.0.3 - RT-Broken In: 2.0.4 - RT-Broken In: 2.0.5 - RT-Broken In: 2.0.6 - RT-Broken In: 2.0.7 - RT-Broken In: 2.0.8 - RT-Broken In: 2.0.9 - - Some signatures weren't setting off the "don't record comments if the update - is only a signature" code. Fixed. - -2002-07-10 13:59 jesse - - * lib/RT/Transaction.pm: - - RT-Ticket: 1501 - RT-Status: resolved - - Fixing docs in Transaction.pm's Message method - -2002-07-10 13:19 jesse - - * bin/rt: - - RT-Ticket: 1528 - RT-Milestone: 2.0.x - RT-Subsystem: CLI - RT-Severity: Normal - RT-Status: resolved - - Fixed docs for cli to say that --limit-status=dead isn't a valid option - -2002-06-26 15:22 jesse - - * lib/RT/Interface/Web.pm: - - support for mason 1.1 - -2002-06-26 15:19 jesse - - * Makefile, bin/mason_handler.fcgi, bin/webmux.pl, - webrt/Admin/Queues/GroupRights.html, - webrt/Admin/Queues/UserRights.html, webrt/Elements/ListActions, - webrt/Ticket/Elements/ShowBasics, webrt/Ticket/Elements/ToolBar: - - Adding support for mason 1.10 - -2002-06-26 15:15 jesse - - * lib/RT/Action/Notify.pm: - - Fixed notify cc behavior - -2002-06-26 15:13 jesse - - * lib/RT/Action/SendEmail.pm: - - Fixed pseudo-list syntax in To: lines - -2002-06-26 15:09 jesse - - * webrt/Search/Bulk.html: - - Added support for bulk comment/reply - -2002-05-03 02:07 jesse - - * lib/RT/Ticket.pm: - - RT-Ticket: 1369 - RT-Status: resolved - - When a ticket has another merged into it, it now has its "LastUpdated" date - updated - -2002-05-03 01:58 jesse - - * lib/RT/Ticket.pm: - - RT-Ticket: 1412 - RT-status: resolved - - Fixed a docs bug in Ticket->Import which didn't make it clear that Import - took an "Id" parameter and "Create" didn't. - -2002-05-03 01:54 jesse - - * webrt/autohandler: - - rt-ticket: 1410 - rt-status: resolved - - Applied a patch from rich lafferty which prevented NoAuth from not - requiring authentication on some fastcgi setups. - - A similar bug bit SelfService. - - This commit fixes that one too. - -2002-05-03 01:51 jesse - - * Makefile: - - RT-Ticket: 1272 - rt-status: resolved - - Applied a patch from Ilya Martynov which allows make insert to work - in a scenario where DESTDIR is being set to something funny This may be necessary when installing into AFS - -2002-05-03 01:36 jesse - - * lib/RT/Action/SendEmail.pm: - - RT-Ticket: 1367 - RT-Status: resolved - - Added a check which only sets precedence to bulk if it's not already set, - say by a template. - -2002-05-03 01:30 jesse - - * lib/RT/Interface/Email.pm: - - RT-Ticket: 1370 - RT-Status: resolved - - From: Jason Edgecombe - To: rt-devel@lists.fsck.com - Subject: [rt-devel] An oversite in Interface/Email.pm - - Hi, - - I found an problem in Interface/Email.pm when I was modifying - enhanced mailgate. I have attached a diff of the modifications. - - In the function MailError, it assumes MIMIEOBJ is defined. I added a - simple "if" test to only run $MIMEOBJ->sync_headers if $MIMEOBJ is defined. - -2002-05-03 01:24 jesse - - * lib/RT/Action/SendEmail.pm: - - RT-Ticket: 1348 - RT-Status: resolved - - Fixed a bug in mail sending that improperly quoted the usernames of users - who had " in their names - -2002-04-29 00:39 jesse - - * lib/RT.pm: - - Fixed a tiny typo - -2002-04-28 23:46 jesse - - * lib/RT.pm: - - Fixed up the rt log messages. - -2002-04-21 02:14 jesse - - * lib/RT/Interface/Web.pm: - - Fixed a couple bugs in setting owners that were only revealed by the poor data - validation on rt.cpan.org - -2002-04-21 02:06 jesse - - * lib/RT/Ticket.pm: - - Fixed a couple bugs in setting owners that were only revealed by the poor data - validation on rt.cpan.org - -2002-04-19 00:32 jesse - - * Makefile: - - Adding a new Makefile target to ease packaging. - -2002-04-18 12:47 jesse - - * lib/RT/GroupMember.pm: - - RT-Ticket: 1385 - RT-Broken-In: 2.0.0 - RT-Broken-In: 2.0.1 - RT-Broken-In: 2.0.2 - RT-Broken-In: 2.0.3 - RT-Broken-In: 2.0.4 - RT-Broken-In: 2.0.5 - RT-Broken-In: 2.0.6 - RT-Broken-In: 2.0.7 - RT-Broken-In: 2.0.8 - RT-Broken-In: 2.0.9 - RT-Broken-In: 2.0.10 - RT-Broken-In: 2.0.11 - RT-Broken-In: 2.0.12 - RT-Broken-In: 2.0.13 - RT-Status: resolved - - GroupMemmber was looking for the "ModifyGroups" right, when it should have - been looking for the "AdminGroups" right - -2002-04-05 10:24 jesse - - * webrt/Ticket/Update.html: - - RT-Ticket: 1330 - RT-Status: Resolved - - Fixed an html escaping bug in Ticket/Update.html - -2002-03-27 22:59 jesse - - * Makefile, lib/RT/User.pm: - - Fixed a CRITICAL security bug that allowed remote administrative access - to RT without a password. (Security advisory to follow) - -2002-03-14 16:15 jesse - - * Makefile: - - Bumped the version to 2.0.12 - -2002-03-06 18:57 jesse - - * Makefile: - - Bumped the version to 2.0.12pre6 - -2002-03-06 18:57 jesse - - * lib/RT/Transaction.pm: - - Added an update that will make dates changed as parts of transaction updates show up in local time - -2002-03-06 18:56 jesse - - * webrt/Admin/Queues/Modify.html: - - Added a note to the queue creation screen about defaults. - -2002-03-01 01:41 jesse - - * webrt/Ticket/Elements/ShowTransaction: - - This patch fixes a small problem with printing a message.It checks if themessage is true, not if it has length, so a message containing 0 will notbe printed. From Blair Zajac - -2002-03-01 01:39 jesse - - * bin/rt: - - RT-Ticket:438 - RT-Status: resolved - - Added brandon's patch to allow searching for tickets by keyword on the commandline - -2002-02-28 02:03 jesse - - * bin/rt: - - RT-Ticket: 1258 - RT-Milestone: 2.0.x - RT-Subsystem: CLI - RT-Severity: normal - RT-Broken in: 2.0-beta3 - RT-Broken in: 2.0.1 - RT-Broken in: 2.0.2 - RT-Broken in: 2.0.3 - RT-Broken in: 2.0.4 - RT-Broken in: 2.0.5 - RT-Broken in: 2.0.6 - RT-Broken in: 2.0.7 - RT-Broken in: 2.0.8 - RT-Broken in: 2.0.9 - RT-Broken in: 2.0.10 - RT-Broken in: 2.0.11 - - Removed a line that make --limit-priority and --limit-final-priority not - work - -2002-02-28 01:49 jesse - - * lib/RT/Action/: Autoreply.pm, SendEmail.pm: - - RT-Ticket: 1196 - RT-Status: resolved - -2002-02-28 01:38 jesse - - * lib/RT/Interface/Web.pm: - - RT-Ticket: 1246 - RT-Status: resolved - -2002-02-28 01:38 jesse - - * tools/testdeps: - - Added a couple explicit dependencies to testdeps that should have been there - forever ago. you'll only run into this if your cpan doesn't do recursive deps. - -2002-02-20 20:45 jesse - - * Makefile, lib/RT/Interface/Web.pm, webrt/Admin/Users/index.html, - webrt/Ticket/Update.html: - - Bumped the version to 2.0.12-pre5. - - Web: Fixed a typo in user administration that prevented user listing - - Web: fixed recieve to receive in ticket/update - -2002-02-19 03:23 jesse - - * lib/RT/Scrips.pm: - - Fixed a typo. (Added a missing ;) - -2002-02-19 01:04 jesse - - * Makefile: - - Bumped version to 2.0.12pre4 - -2002-02-18 18:35 jesse - - * lib/RT/Condition/Generic.pm: - - RT-Ticket: 1194 - - cleaned up a reference to "ApplicableTypes", a nonexistent parameter to Condition->new - -2002-02-18 18:30 jesse - - * webrt/Elements/Login: - - RT-Ticket: 1226 - RT-Status: resolved - - Added an explicit reset of the content-type to 'text/html' when displaying hte login page - -2002-02-18 18:25 jesse - - * webrt/Admin/Users/index.html: - - rt-ticket: 1190 - rt-status: resolved - - Modified administrative userlist to make it easier to click on users who have no Name attribute defined - -2002-02-18 18:18 jesse - - * webrt/: Elements/Header, SelfService/Elements/Header: - - rt-ticket: 1176 - rt-status: resolved - - Applied tom's patch which hides the preferences link if the user doesn't have the right to "modify self" - -2002-02-18 18:14 jesse - - * lib/RT/Interface/Email.pm: - - RT-Ticket: 1165 - RT-Status: resolved - - exporting the ParseAddressFromHeader subroutine so others can play with it - -2002-02-18 18:06 jesse - - * webrt/Ticket/Update.html: - - RT-Ticket:1209 - RT-Milestone: 2.0.x - RT-Status: resolved - - Removed a bogus font tag from the Ticket update screen - -2002-02-18 18:00 jesse - - * lib/RT/Interface/Web.pm, webrt/Search/Listing.html: - - RT-Ticket: 1243 - RT-Status: resolved - RT-Milestone: 2.0.x - RT-Broken-In: 2.0.8 - RT-Broken-In: 2.0.9 - RT-Broken-In: 2.0.10 - RT-Broken-In: 2.0.11 - RT-Subsystem: HTML::Mason Frontend - RT-Severity: Normal - - Switched the web frontend to use an in-core scalar for uploaded attachment content, - rather than a tempfile which wasn't getting cleaned up properly - -2002-02-18 16:53 jesse - - * webrt/Search/Listing.html: - - RT-Ticket: 1245 - Rt-status: resolved - - Applied a patch to nuke duplicate restrictions in the webui. - -2002-02-18 16:47 jesse - - * webrt/Admin/Groups/Members.html: - - RT-Ticket: 1421 - RT-Status: resolved - - moved a label inside a loop to make the ui easier to understand - -2002-02-18 16:36 jesse - - * etc/config.pm: - - Set Default for UseFriendlyToLines to 0 by default, to deal with users running - redhat who have trouble configuring RT. - -2002-02-18 16:31 jesse - - * Makefile, lib/RT/Scrip.pm, tools/insertdata: - - Edited insertdata to insert scrips by default, so that users don't need - to go through the configuration task themselves. - - Change the Makefile's WEB_GROUP to www by default for redhat and OSX. - - Correced docs for lib/RT/Scrip new() method - -2002-02-08 01:23 jesse - - * webrt/SelfService/Display.html: - - cleanup to "last trans" in SelfService - -2002-02-08 00:53 jesse - - * lib/RT/Interface/Web.pm: - - Generalized "Abort" function to allow other non-html error messages with - proper handlers - -2002-02-08 00:49 jesse - - * etc/: schema.Pg, schema.mysql: - - removed duplicate indices - -2002-02-07 16:41 jesse - - * etc/config.pm: - - Added some docs to the config file from Rich Lafferty - -2002-02-04 12:37 jesse - - * lib/RT/Template.pm: - - Output template content to core rather than disk when parsing. - -2002-01-28 01:01 jesse - - * webrt/Ticket/Elements/ShowHistory: - - closing lasttrans anchor - -2002-01-28 00:59 jesse - - * webrt/Ticket/Elements/ShowHistory: - - Closing the #lasttrans anchor - -2002-01-28 00:58 jesse - - * lib/RT/Record.pm: - - RT-Ticket: 1156 - - Pulling forward the patch for 1156 - -2002-01-28 00:57 jesse - - * lib/RT/Record.pm: - - RT-Ticket: 1156 - RT-Status: resolved - -2002-01-28 00:47 jesse - - * bin/mason_handler.fcgi: - - Small fix to the fastcgi handler to make attachment display work better, - thanks to rich lafferty. - -2002-01-28 00:47 jesse - - * etc/config.pm: - - Removed some extraneous slashes from the config file. - -2002-01-28 00:46 jesse - - * README: - - Clarified some readme stuff - -2002-01-28 00:44 jesse - - * bin/rt-commit-handler: - - Bringing forward a fix to the cvs commit handler to deal with branched - version #s. - -2002-01-28 00:40 jesse - - * Makefile: - - Bumped the version to 2.1.1 - -2002-01-28 00:27 jesse - - * etc/RT_Config.pm: - - file RT_Config.pm was initially added on branch rt-2-1. - -2002-01-28 00:27 jesse - - * bin/enhanced-mailgate: - - file enhanced-mailgate was initially added on branch rt-2-1. - -2002-01-28 00:27 jesse - - * bin/rt-commit-handler: - - file rt-commit-handler was initially added on branch rt-2-1. - -2002-01-28 00:27 jesse - - * Makefile, bin/enhanced-mailgate, bin/mason_handler.fcgi, bin/rt, - bin/rt-commit-handler, bin/rt-mailgate, bin/rtadmin, bin/webmux.pl, - etc/RT_Config.pm, etc/acl.Oracle, etc/acl.Pg, etc/acl.mysql, - etc/config.pm, lib/RT.pm, lib/RT/Handle.pm, lib/RT/User.pm, - lib/RT/Watcher.pm, lib/RT/Interface/CLI.pm, - lib/RT/Interface/Email.pm, tools/cpan2rpm, tools/initdb, - tools/insertdata, tools/testdeps: - - First RT 2.1 checkin. don't expect this to run. (though it does here) - -2002-01-25 17:37 jesse - - * README: - - Added a warning to the readme that 2.1 is scary and people shouldn't use it - -2002-01-25 17:24 jesse - - * Makefile: - - Branching 2.1.0 and incrementing the makefile to 2.1. - - Welcome to the future. - -2002-01-24 13:30 jesse - - * lib/RT/Transaction.pm: - - RT-Ticket: 1201 - RT-Status: resolved - - Better transaction display for "text" and "message" parts. - -2002-01-24 13:00 jesse - - * webrt/Ticket/Elements/ShowTransaction: - - RT-Ticket: 1166 - RT-Status: resolved - - Implemented better URL regexp matching. - -2002-01-24 10:39 jesse - - * bin/rt-mailgate: - - Fixed a typo in a debug message in rt-mailgate - -2002-01-24 10:34 jesse - - * lib/RT/Template.pm: - - Switched from bogus mime parsing to using MIME::Parser like we should have - from the get-go. - - Used perltidy to clean up template.pm before we started working on it. - -2002-01-24 10:28 jesse - - * lib/RT/Record.pm: - - Added a check to LoadByCols which causes postgres mode to not try to lookup - lc(undef) - -2002-01-24 10:23 jesse - - * webrt/NoAuth/webrt.css: - - Added a new style to the stylesheet to support some new reports - -2002-01-24 10:21 jesse - - * lib/RT/Interface/Email.pm: - - mail gateway now unfolds long headers on parse. - -2002-01-11 15:20 jesse - - * Makefile, lib/RT/Transaction.pm: - - RT-Ticket: 950 - - Aoolyed the recommended patch to make blank bodies not get - mailed in lieu of the real message - -2002-01-11 15:00 jesse - - * Makefile, webrt/Ticket/ModifyAll.html: - - Fixed a small bug that broke the "jumbo" page after 2.0.11 - -2002-01-11 01:17 jesse - - * bin/rt-mailgate: - - Added a new flag to rt-mailgate to enable setting the owner of new tickets based on +extension - -2002-01-11 01:13 jesse - - * webrt/Ticket/: Modify.html, ModifyAll.html: - - Adding a couple ACL checks to better deal with moving tickets to queues the user can't see - -2002-01-11 01:11 jesse - - * webrt/Admin/Queues/index.html: - - Fixed typo in ACL check that resulted in "Create Queue" being more restrictive than - it needed to be - -2002-01-10 19:07 jesse - - * webrt/Ticket/Update.html: - - more tweaking - -2002-01-10 19:05 jesse - - * webrt/Ticket/Update.html: - - Cleaned up the Ticekt Update ui some - -2002-01-10 19:02 jesse - - * lib/RT/: Attachment.pm, Action/Notify.pm, Condition/Generic.pm: - - Cleanups to make Also-Cc and Also-Bcc go - -2002-01-10 19:01 jesse - - * lib/RT/Queue.pm: - - Changed a test to work the way that Test::Inline does now - -2002-01-10 18:34 jesse - - * lib/RT/Attachment.pm: - - Changes to attachment to provide the header frobbing necessary to send mail to ccs and bccs - -2002-01-10 18:32 jesse - - * Makefile, README, lib/RT/Ticket.pm, tools/insertdata, - webrt/Ticket/Update.html, lib/RT/Action/Notify.pm: - - Work on "Explicit Cc" and "Explicit Bcc" for a client - -2002-01-10 18:27 jesse - - * webrt/Ticket/Elements/ShowTransaction: - - abstracting out a number to a named variable - -2002-01-09 02:24 jesse - - * webrt/Admin/: Groups/index.html, Keywords/index.html: - - A couple tiny ui cleanups (removed some object ids from the UI where they were just being clutter - -2002-01-02 21:58 jesse - - * Makefile, README, webrt/Elements/Login: - - Bumped some copyright notices to 2002. bumped version to 2.0.11 - -2001-12-26 14:59 jesse - - * Makefile: - - Bumping version to 2.0.11pre1 - -2001-12-26 14:51 jesse - - * lib/RT/Tickets.pm: - - Merges were being over-zealous in what they twiddled the effective id of. - - this meant that far too many tickets would show up in ticket listings. - -2001-12-24 18:58 jesse - - * Makefile: - - Bumped the version to 2.0.10 - -2001-12-19 00:24 jesse - - * Makefile: - - Bumped version to 2.0.10pre4 - - fix to makefile to genereate changelog for head - -2001-12-18 03:58 jesse - - * lib/RT/Tickets.pm: - - The "null search" was finding all tickets in 2.0.10pre3. Fixed in CVS - -2001-12-18 03:53 jesse - - * bin/rt: - - fixed typos in bin/rt that stopped --limit-subject --limit-requestors and --limit-body from - working - -2001-12-17 15:13 jesse - - * Makefile: - - Bumped the version to 2.0.10-test3 - -2001-12-17 14:58 jesse - - * lib/RT/User.pm, tools/insertdata, webrt/Admin/Users/Modify.html: - - RT-Ticket: 935 - RT-Status: resolved - - cleaned up seph's patch. this enabled me to actually really properly support - users with no email address, which meant there were a couple other cleanups - to go through too. - -2001-12-17 14:26 jesse - - * lib/RT/Ticket.pm: - - Some small cleanups to the IsWatcher stuff. - - Added checks to make sure that watchers aren't duplicated to ticket.pm - -2001-12-17 13:04 jesse - - * webrt/Ticket/Elements/ShowTransaction: - - Fixed an unclosed anchor which caused IE to render ticket listings wrong. - -2001-12-14 18:29 jesse - - * lib/Makefile.PL, tools/testdeps: - - Bumped DBIx::SearchBuilder dependency to 0.48 - -2001-12-14 18:28 jesse - - * tools/testdeps, webrt/Elements/Login: - - Removed code to special case for bugs in mason < 1.01. - Moved us up to a mason 1.02 dependency - -2001-12-14 18:26 jesse - - * bin/rt: - - bin/rt: added support for --version, fixed --status = !closed, docced --merge-into - -2001-12-14 18:25 jesse - - * Makefile: - - Some stylistic cleanups to the makefile from blair. - -2001-12-14 16:42 jesse - - * bin/rtadmin: - - rtadmin had some issues where it would assume a 'name' if called without --name for user group and queue editing. - -2001-12-14 16:06 jesse - - * lib/RT/Tickets.pm: - - - Ticket listings will no longer show tickets which have been merged into others. - - -j - -2001-12-14 15:27 jesse - - * lib/RT/User.pm: - - Prevent users from futzing with nobody or rt_System, unless you're setting an email address. - (Arguably, that's a bug too) - -2001-12-14 14:03 jesse - - * lib/RT/: ACE.pm, Group.pm, GroupMember.pm, Keyword.pm, - KeywordSelect.pm, Queue.pm, Scrip.pm, Template.pm, Ticket.pm: - - Standardised on "Permission Denied" instead of having some "Permission denied". Thanks simon. - - -j - -2001-12-14 13:46 jesse - - * lib/RT/Interface/Web.pm: - - Reordered the order that Basics actions are committed, so that Queue changes - come after other changes, so that users don't move tickets out of a queue before they have a - chance to update them. - -2001-12-13 02:18 jesse - - * lib/RT/Ticket.pm: - - Addition to Ticket->Import, so you can set owner by name. - - Fix for a bug in Ticket->AddWatcher that would let privileged watchers without - email addresses add others as watchers. - -2001-12-03 20:13 jesse - - * Makefile, lib/RT/EasySearch.pm, lib/RT/Keyword.pm, - lib/RT/Record.pm, lib/RT/Tickets.pm, lib/RT/User.pm: - - more work on making sure that only the things we want are case sensitive - (IE name, content email address should always be insensitive. when loading a row by any field other than ID, that should be case-insensitive) - -2001-12-03 19:17 jesse - - * Makefile: - - bumped the version to 2.0.10-test1 - -2001-12-03 19:14 jesse - - * lib/RT/EasySearch.pm: - - We now default to case sensitive searches, rather than case-insensitive ones. - (This should speed up Pg a LOT. We'll be adding in case-insensitive searching - for the 13 attributes that matter: - - Watcher->Email - User->name - User->email - User->gecos - Ticket->Subject - Queue->name - KeywordSelect->name - Keyword->Name - ObjectKeyword->Name - Attachment->Subject - Attachment->Content - Attachment->Headers - -2001-12-03 19:13 jesse - - * webrt/: Admin/Queues/Modify.html, Admin/Queues/People.html, - Elements/GotoTicket: - - Some small UI cleanups from Hakke - -2001-11-29 03:50 jesse - - * webrt/: Elements/SelectEqualityOperator, Elements/SelectOwner, - Search/PickRestriction: - - SelectOwner now passes a ticket up the line. - - Priority can now have = and != searches - -2001-11-29 03:49 jesse - - * tools/insertdata: - - Cleaned up a template to display Ticket subject, if no transaction subject is given. - -2001-11-29 03:48 jesse - - * webrt/Ticket/: Update.html, Elements/EditPeople: - - Now pass in ticket Id, so that "owner" can be someone who only has rights to that tikcet. - -2001-11-29 03:47 jesse - - * lib/RT/Ticket.pm: - - FinalPriority should never get set to null if a ticket doesn't have the attribute set on create - - Untake's arguments were debognifed - -2001-11-29 03:45 jesse - - * webrt/SelfService/Elements/Header: - - "Logout" no longer shows up when using external auth with SelfService - -2001-11-29 03:44 jesse - - * bin/rt: - - Fix for setting priority when creating tickets with the cli - -2001-11-29 03:42 jesse - - * bin/rt-mailgate: - - Added support for --ticket-id-from-extension to rt-mailgate - -2001-11-14 14:28 jesse - - * Makefile: - - Bumped the version to 2.0.9 - -2001-11-13 11:33 jesse - - * Makefile, bin/initacls.Pg, bin/rt: - - rt-ticket:1007 - rt-status: resolved - - initacls.pg no longer has extranious spaces which break variable assignment for port and host. - - Bumped version to 2.0.9pre9 - -2001-11-12 13:19 jesse - - * Makefile, bin/initacls.Pg: - - Fix for #1007 (Typo in bin/initacls.Pg) - Bumped version to 2.0.9pre8 - -2001-11-09 18:24 jesse - - * webrt/Ticket/Elements/ShowTransaction: - - URL higlighting should now work with mailto: urls - -2001-11-09 18:15 jesse - - * Makefile, webrt/Ticket/Elements/ShowTransaction: - - Cleaned up the url highlighting code - - Bumped the version to 2.0.9pre7 - -2001-11-09 17:27 jesse - - * Makefile: - - Fixing the new taggy stuff - -2001-11-09 17:23 jesse - - * Makefile: - - Fixing the new branchy stuff - -2001-11-09 17:07 jesse - - * Makefile, bin/rtadmin, etc/config.pm, - webrt/Ticket/Elements/ShowTransaction: - - Added a bit of doc to etc/config.pm - - Modified ShowTransaction to more properly escape html - - Fixed some of the cli help for rtadmin - - Added support for branch specification to the makefile - -2001-11-08 15:15 jesse - - * lib/RT/Interface/Web.pm: - - I can commit on the head. really. - -2001-11-08 15:06 jesse - - * lib/RT/Interface/Web.pm: - - Dealing with defined but blank Owner fields - -2001-11-06 18:06 jesse - - * tools/cpan2rpm, tools/initdb, tools/insertdata, tools/testdeps, - webrt/autohandler, webrt/index.html, webrt/Admin/index.html, - webrt/Admin/Elements/CreateQueueCalled, - webrt/Admin/Elements/CreateUserCalled, - webrt/Admin/Elements/EditUserComments, - webrt/Admin/Elements/GrantQueueRightsTo, - webrt/Admin/Elements/GroupTabs, webrt/Admin/Elements/Header, - webrt/Admin/Elements/ListGlobalKeywordSelects, - webrt/Admin/Elements/ListGlobalScrips, - webrt/Admin/Elements/ModifyKeyword, - webrt/Admin/Elements/ModifyKeywordSelect, - webrt/Admin/Elements/ModifyQueue, - webrt/Admin/Elements/ModifyTemplate, - webrt/Admin/Elements/ModifyUser, - webrt/Admin/Elements/QueueRightsForUser, - webrt/Admin/Elements/QueueTabs, - webrt/Admin/Elements/SelectKeywordSelect, - webrt/Admin/Elements/SelectModifyGroup, - webrt/Admin/Elements/SelectModifyKeyword, - webrt/Admin/Elements/SelectModifyKeywordSelect, - webrt/Admin/Elements/SelectModifyQueue, - webrt/Admin/Elements/SelectModifyUser, - webrt/Admin/Elements/SelectQueueRights, - webrt/Admin/Elements/SelectRights, - webrt/Admin/Elements/SelectScrip, - webrt/Admin/Elements/SelectScripAction, - webrt/Admin/Elements/SelectScripCondition, - webrt/Admin/Elements/SelectSingleOrMultiple, - webrt/Admin/Elements/SelectTemplate, - webrt/Admin/Elements/SelectUsers, webrt/Admin/Elements/SystemTabs, - webrt/Admin/Elements/Tabs, webrt/Admin/Elements/UserTabs, - webrt/Admin/Global/GroupRights.html, - webrt/Admin/Global/Keywords.html, webrt/Admin/Global/Scrips.html, - webrt/Admin/Global/Template.html, - webrt/Admin/Global/Templates.html, - webrt/Admin/Global/UserRights.html, webrt/Admin/Global/index.html, - webrt/Admin/Groups/Members.html, webrt/Admin/Groups/Modify.html, - webrt/Admin/Groups/Rights.html, webrt/Admin/Groups/index.html, - webrt/Admin/KeywordSelects/Modify.html, - webrt/Admin/KeywordSelects/index.html, - webrt/Admin/Keywords/Modify.html, webrt/Admin/Keywords/index.html, - webrt/Admin/Queues/Create.html, - webrt/Admin/Queues/GroupRights.html, - webrt/Admin/Queues/Keywords.html, webrt/Admin/Queues/Modify.html, - webrt/Admin/Queues/People.html, webrt/Admin/Queues/Scrips.html, - webrt/Admin/Queues/Template.html, - webrt/Admin/Queues/Templates.html, - webrt/Admin/Queues/UserRights.html, webrt/Admin/Queues/index.html, - webrt/Admin/Users/Modify.html, webrt/Admin/Users/Prefs.html, - webrt/Admin/Users/Rights.html, webrt/Admin/Users/index.html, - webrt/Elements/Checkbox, webrt/Elements/CreateTicket, - webrt/Elements/CustomHomepageHeader, webrt/Elements/Error, - webrt/Elements/Footer, webrt/Elements/GotoTicket, - webrt/Elements/Header, webrt/Elements/ListActions, - webrt/Elements/Login, webrt/Elements/MessageBox, - webrt/Elements/MyRequests, webrt/Elements/MyTickets, - webrt/Elements/Quicksearch, webrt/Elements/Refresh, - webrt/Elements/Section, webrt/Elements/SelectBoolean, - webrt/Elements/SelectDate, webrt/Elements/SelectDateRelation, - webrt/Elements/SelectDateType, webrt/Elements/SelectKeyword, - webrt/Elements/SelectKeywordOptions, webrt/Elements/SelectLinkType, - webrt/Elements/SelectMatch, webrt/Elements/SelectNewTicketQueue, - webrt/Elements/SelectOwner, webrt/Elements/SelectQueue, - webrt/Elements/SelectResultsPerPage, - webrt/Elements/SelectSortOrder, webrt/Elements/SelectStatus, - webrt/Elements/SelectTicketSortBy, webrt/Elements/SelectUsers, - webrt/Elements/SelectWatcherType, webrt/Elements/ShadedBox, - webrt/Elements/Submit, webrt/Elements/Tabs, - webrt/Elements/TitleBoxEnd, webrt/Elements/TitleBoxStart, - webrt/Elements/ViewUser, webrt/Elements/dayMenu, - webrt/Elements/monthMenu, webrt/Elements/yearMenu, - webrt/NoAuth/Logout.html, webrt/NoAuth/Reminder.html, - webrt/NoAuth/webrt.css, webrt/NoAuth/images/rt.jpg, - webrt/NoAuth/images/spacer.gif, webrt/Search/Bulk.html, - webrt/Search/Listing.html, webrt/Search/PickRestriction, - webrt/Search/RestrictSearch.html, webrt/Search/TicketCell, - webrt/SelfService/Closed.html, webrt/SelfService/Create.html, - webrt/SelfService/Display.html, webrt/SelfService/Error.html, - webrt/SelfService/Prefs.html, webrt/SelfService/Update.html, - webrt/SelfService/index.html, - webrt/SelfService/Attachment/dhandler, - webrt/SelfService/Elements/GotoTicket, - webrt/SelfService/Elements/Header, - webrt/SelfService/Elements/MyRequests, - webrt/SelfService/Elements/Tabs, webrt/Ticket/Create.html, - webrt/Ticket/Display.html, webrt/Ticket/History.html, - webrt/Ticket/Modify.html, webrt/Ticket/ModifyAll.html, - webrt/Ticket/ModifyDates.html, webrt/Ticket/ModifyLinks.html, - webrt/Ticket/ModifyPeople.html, webrt/Ticket/Update.html, - webrt/Ticket/Attachment/dhandler, - webrt/Ticket/Elements/AddWatchers, - webrt/Ticket/Elements/EditBasics, webrt/Ticket/Elements/EditDates, - webrt/Ticket/Elements/EditKeywordSelects, - webrt/Ticket/Elements/EditLinks, webrt/Ticket/Elements/EditPeople, - webrt/Ticket/Elements/EditWatchers, - webrt/Ticket/Elements/ShowBasics, webrt/Ticket/Elements/ShowDates, - webrt/Ticket/Elements/ShowDependencies, - webrt/Ticket/Elements/ShowHistory, - webrt/Ticket/Elements/ShowKeywordSelects, - webrt/Ticket/Elements/ShowLinks, - webrt/Ticket/Elements/ShowMemberOf, - webrt/Ticket/Elements/ShowMembers, - webrt/Ticket/Elements/ShowPeople, - webrt/Ticket/Elements/ShowReferences, - webrt/Ticket/Elements/ShowRequestor, - webrt/Ticket/Elements/ShowSummary, - webrt/Ticket/Elements/ShowTransaction, webrt/Ticket/Elements/Tabs, - webrt/Ticket/Elements/ToolBar, webrt/User/Prefs.html: - - Merging rt-1-1 to the head. - - RT 1.0 now lives on the rt-1-0 branch. - -2001-11-06 18:03 jesse - - * Makefile, NEWS, README, TODO, bin/initacls.Oracle, - bin/initacls.Pg, bin/initacls.mysql, bin/mason_handler.fcgi, - bin/mason_handler.scgi, bin/rt, bin/rt-mailgate, bin/rtadmin, - bin/rtmux.pl, bin/testdeps.pl, bin/webmux.pl, docs/FAQ, - docs/FAQ.html, docs/README.docs, docs/Security, - docs/rt-templates.html, docs/rt_users_guide.html, - docs/design_docs/CARS, docs/design_docs/TransactionTypes.txt, - docs/design_docs/acls, docs/design_docs/basic-definitions.txt, - docs/design_docs/cli_spec, docs/design_docs/cvs_integration, - docs/design_docs/evil_plans, docs/design_docs/link-definitions.txt, - docs/design_docs/local_hacking, - docs/design_docs/subscription-definitions.txt, - docs/design_docs/users, etc/acl.Oracle, etc/acl.Pg, etc/acl.mysql, - etc/config.pm, etc/mysql.acl, etc/rt.spec, etc/schema, - etc/schema.Oracle, etc/schema.Pg, etc/schema.mysql, etc/schema.pm, - etc/suidrt.c, lib/MANIFEST, lib/MANIFEST.SKIP, lib/Makefile.PL, - lib/RT.pm, lib/test.pl, lib/RT/ACE.pm, lib/RT/ACL.pm, - lib/RT/Attachment.pm, lib/RT/Attachments.pm, lib/RT/CurrentUser.pm, - lib/RT/Date.pm, lib/RT/EasySearch.pm, lib/RT/Group.pm, - lib/RT/GroupMember.pm, lib/RT/GroupMembers.pm, lib/RT/Groups.pm, - lib/RT/Handle.pm, lib/RT/Keyword.pm, lib/RT/KeywordSelect.pm, - lib/RT/KeywordSelects.pm, lib/RT/Keywords.pm, lib/RT/Link.pm, - lib/RT/Links.pm, lib/RT/ObjectKeyword.pm, lib/RT/ObjectKeywords.pm, - lib/RT/Queue.pm, lib/RT/Queues.pm, lib/RT/Record.pm, - lib/RT/Scrip.pm, lib/RT/ScripAction.pm, lib/RT/ScripActions.pm, - lib/RT/ScripCondition.pm, lib/RT/ScripConditions.pm, - lib/RT/Scrips.pm, lib/RT/Template.pm, lib/RT/Templates.pm, - lib/RT/TestHarness.pm, lib/RT/Ticket.pm, lib/RT/Tickets.pm, - lib/RT/Transaction.pm, lib/RT/Transactions.pm, lib/RT/User.pm, - lib/RT/Users.pm, lib/RT/Watcher.pm, lib/RT/Watchers.pm, - lib/RT/Action/Autoreply.pm, lib/RT/Action/Generic.pm, - lib/RT/Action/Notify.pm, lib/RT/Action/NotifyAsComment.pm, - lib/RT/Action/OpenDependent.pm, lib/RT/Action/README.hackers, - lib/RT/Action/ResolveMembers.pm, lib/RT/Action/SendEmail.pm, - lib/RT/Action/SendPasswordEmail.pm, - lib/RT/Action/StallDependent.pm, - lib/RT/Condition/AnyTransaction.pm, lib/RT/Condition/Generic.pm, - lib/RT/Condition/NewDependency.pm, - lib/RT/Condition/StatusChange.pm, lib/RT/Interface/CLI.pm, - lib/RT/Interface/Email.pm, lib/RT/Interface/Web.pm: - - Merging rt-1-1 to the head. - - RT 1.0 now lives on the rt-1-0 branch. - -2001-11-06 17:57 jesse - - * rt.spec, etc/rt.spec: - - Cleaned up spec file goodness - -2001-11-06 16:28 jesse - - * Makefile: - - Bumped version to 2.0.9pre5 - -2001-11-05 00:55 jesse - - * rt.spec, lib/Makefile.PL, tools/testdeps: - - Bumped the searchbuilder dependency to 0.47 - -2001-11-05 00:54 jesse - - * webrt/Ticket/Update.html: - - Named the ticket update form. - -2001-11-05 00:52 jesse - - * etc/config.pm, lib/RT/Handle.pm: - - Added support for postgres' connections-over-ssl - -2001-11-05 00:49 jesse - - * webrt/Admin/Elements/SelectRights: - - Updated ACL selecting UI to work properly with browsers that try to auto-select - a value in a SELECT - -2001-11-02 01:39 jesse - - * Makefile: - - bumped the version to 2.0.9pre4 - -2001-11-02 01:31 jesse - - * webrt/Ticket/: Display.html, ModifyAll.html: - - Fix to not automatically record comments if nothing was typed. - -2001-11-02 00:52 jesse - - * lib/RT/Ticket.pm: - - Fix for duplicated requestors on merge. #791 - -2001-11-01 17:40 jesse - - * webrt/Ticket/Elements/ShowTransaction: - - More tweaking transaction display - -2001-11-01 17:36 jesse - - * webrt/: Admin/Users/Modify.html, Ticket/Elements/ShowTransaction: - - Fixed newlines between ticket body and headers. - - Fix for 934: creating users doesn't completely fail (new) - -2001-11-01 17:24 jesse - - * webrt/Ticket/Elements/ShowTransaction: - - Cleanups to ShowTransaction - -2001-11-01 17:10 jesse - - * lib/RT/: Keyword.pm, Interface/Web.pm: - - Fix for loading queue (post 2.0.8) when called by name - Fix for _not_ trying to load keywords when called with no value. - -2001-10-31 17:38 jesse - - * Makefile: - - Fixed the make dist - -2001-10-31 02:56 jesse - - * Makefile: - - Bumped the version to 2.0.9pre3 - -2001-10-31 02:54 jesse - - * lib/RT/Action/SendPasswordEmail.pm: - - file SendPasswordEmail.pm was initially added on branch rt-1-1. - -2001-10-31 02:54 jesse - - * lib/RT/Action/SendPasswordEmail.pm: - - Added an action to mail a password to the user. - -2001-10-31 02:54 jesse - - * bin/rt-mailgate: - - added support to rt-mailgate for putting the queue name in a +extension - -2001-10-31 02:52 jesse - - * lib/RT/Ticket.pm: - - Tickets which are created in a "resolved" state will now have their "resolved" - date set right. - -2001-10-31 02:51 jesse - - * lib/RT/User.pm: - - Started work on "Email password to user" - -2001-10-31 02:48 jesse - - * lib/RT/Watcher.pm: - - Added a patch from Simon Cozens which makes sure that a requestor is always a user, rather than an email address. - -2001-10-31 02:47 jesse - - * lib/RT/Keyword.pm: - - Added a helper Load function to Keyword to load by Id or Path - -2001-10-31 02:42 jesse - - * lib/RT/Template.pm: - - - Template got new helper functions for loading queue and system templates. - -2001-10-31 02:40 jesse - - * bin/rt, bin/rtadmin, lib/RT/Interface/CLI.pm, - lib/RT/Interface/Email.pm: - - Bringing forward a security fix from 2.0.8_01. (nonusers could get superuser permissions from the CLI) - -2001-10-31 02:37 jesse - - * webrt/: Elements/MyRequests, Elements/MyTickets, - Ticket/Create.html: - - Fixed a display bug in mytickets and myrequests which prevented clicking on - subjectless email - -2001-10-31 02:04 jesse - - * etc/: config.pm, schema.Pg, schema.mysql, schema.pm: - - Lengthened queue name and email addresses in the default DB schema - -2001-10-31 02:02 jesse - - * webrt/Ticket/Update.html, lib/RT/Interface/Web.pm: - - Now show the current ticket subject by default in the update subject box. - But don't include it in the transaction if it hasn't changed. - -2001-10-31 01:09 jesse - - * Makefile, bin/rt, bin/rt-mailgate, bin/rtadmin, - lib/RT/Interface/CLI.pm, lib/RT/Interface/Email.pm: - - Security fixes per Jay at mojomole - -2001-10-25 17:40 jesse - - * webrt/Search/Listing.html: - - Fixed a bug in new listing display. introduced after 2.0.8 - -2001-10-24 14:10 jesse - - * Makefile, lib/RT/Ticket.pm: - - Fixed the ticket status changes from open to open bug, thanks to raphael - at linkvest. - -2001-10-23 17:34 jesse - - * webrt/Ticket/Create.html: - - Some cleanups to the Create form. No new functionality, just a little bit prettier - -2001-10-23 17:34 jesse - - * webrt/Elements/SelectTicketSortBy: - - Elements/SelectTicketsSortBy now uses new list of sortable Tickets fields - in Tickets.pm - -2001-10-23 17:32 jesse - - * webrt/Search/Listing.html: - - Column headings in searches are now clicky, where possible - -2001-10-23 17:31 jesse - - * webrt/Ticket/Elements/ShowTransaction: - - URLs in ticket history should now be clicky - -2001-10-23 17:26 jesse - - * webrt/Elements/CustomHomepageHeader: - - file CustomHomepageHeader was initially added on branch rt-1-1. - -2001-10-23 17:26 jesse - - * webrt/: index.html, Elements/CustomHomepageHeader: - - Added a hook for sites to put their own html in the top of the "Home" page - -2001-10-23 17:24 jesse - - * webrt/Elements/: SelectNewTicketQueue, SelectQueue: - - Frefactored SelectQueue to elimintate dupicate code and enable a "too many queues" option - -2001-10-23 17:22 jesse - - * lib/: RT.pm, RT/Date.pm, RT/Keyword.pm, RT/KeywordSelect.pm, - RT/Keywords.pm, RT/Link.pm, RT/Links.pm, RT/ObjectKeywords.pm, - RT/Record.pm, RT/Scrip.pm, RT/ScripActions.pm, - RT/ScripConditions.pm, RT/Ticket.pm, RT/Action/SendEmail.pm, - RT/Condition/Generic.pm, RT/Interface/CLI.pm, - RT/Interface/Email.pm: - - Simple fixes to POD from Feargal Reilly to fix complaints from pod2man - -2001-10-23 17:08 jesse - - * lib/RT/Tickets.pm: - - Refactored Tickets.pm a bit to provide better access to fields - that tickets can be sorted on. - -2001-10-23 17:06 jesse - - * etc/: config.pm, schema.Pg, schema.mysql, schema.pm: - - Added some new indices, based on recommendations from Nobel Tse at Outblaze - - Started to cleanup config.pm to not use deprecated methods when displaying - ticket columns. - -2001-10-19 15:44 jesse - - * Makefile, bin/initacls.Pg, bin/initacls.mysql, tools/initdb: - - Reverting last patch. it lead to too much brokenness - -2001-10-19 15:16 jesse - - * Makefile, bin/initacls.Pg, bin/initacls.mysql, tools/initdb: - - Work on the install procedure to automate it some more. (automatically supply - passwords defined in the makefile) - -2001-10-19 00:49 jesse - - * Makefile: - - Bumped version to 2.0.9pre1 - -2001-10-19 00:46 jesse - - * docs/design_docs/cvs_integration: - - file cvs_integration was initially added on branch rt-1-1. - -2001-10-19 00:46 jesse - - * webrt/NoAuth/images/rt.jpg: - - file rt.jpg was initially added on branch rt-1-1. - -2001-10-19 00:46 jesse - - * rt.spec, docs/design_docs/cvs_integration, etc/config.pm, - webrt/rt.jpg, webrt/Elements/Header, webrt/Elements/TitleBoxEnd, - webrt/Elements/TitleBoxStart, webrt/NoAuth/images/rt.jpg, - webrt/SelfService/Elements/Header: - - Refactored images path to have a configurable URL, so it will work with fastcgi ;) - -2001-10-19 00:37 jesse - - * webrt/: Elements/Footer, autohandler: - - Added support for timing of page display with &Debug=1 - -2001-10-19 00:29 jesse - - * lib/RT/User.pm: - - User.pm: a fix to allow you to create multiple users with no email address. - -2001-10-19 00:25 jesse - - * lib/RT/Tickets.pm: - - Added sub Due to Tickets.pm. fixes #910 - -2001-10-19 00:17 jesse - - * etc/rt.spec: - - file rt.spec was initially added on branch rt-1-1. - -2001-10-19 00:17 jesse - - * Makefile, rt.spec, etc/rt.spec: - - Some work on the rpm build infrastructure - -2001-10-19 00:03 jesse - - * tools/cpan2rpm: - - cpan2rpm doesn't repeat builds of the same distribution, even if we're looking for differnet modules - -2001-10-18 23:30 jesse - - * tools/cpan2rpm: - - cpan2rpm has been cleaned up a whole lot. it should actually be somewhat smarter about not doing the same work twice - -2001-10-18 22:42 jesse - - * tools/cpan2rpm: - - Added cpan2rpm to the tools directory, for autogenerating rpms of cpan modules - -2001-10-18 22:42 jesse - - * tools/cpan2rpm: - - file cpan2rpm was initially added on branch rt-1-1. - -2001-10-18 21:20 jesse - - * Makefile, rt.spec: - - Added support for autobuilding an rpm with "make rpm" - -2001-10-18 02:15 jesse - - * tools/insertdata: - - Fixed templates to include the ticket subject if it was otherwise blank - -2001-10-18 02:14 jesse - - * lib/RT/Interface/Web.pm, webrt/Ticket/Display.html: - - work on web-based ticket creation. fixed bugs setting due dates, etc - -2001-10-18 02:13 jesse - - * lib/RT/Interface/Email.pm: - - fixed a user creation race condition in the mail gateway - -2001-10-18 02:11 jesse - - * webrt/Elements/SelectStatus: - - use the new status abstraction in the web ui - -2001-10-18 02:08 jesse - - * tools/testdeps: - - moved to a dbix::searchbuilder 0.46 dependency - -2001-10-18 02:07 jesse - - * lib/RT/Tickets.pm: - - Movign away from a deprecated API - -2001-10-18 02:07 jesse - - * tools/initdb: - - initdb won't whine if you don't set a host - -2001-10-18 02:05 jesse - - * docs/design_docs/evil_plans: - - Added some docs about what 2.2 might hold - -2001-10-18 02:00 jesse - - * lib/RT/: Ticket.pm, Queue.pm: - - Abstracted out status enumeration and validation - -2001-10-18 01:57 jesse - - * webrt/Ticket/Elements/EditLinks: - - added WebPath to fix some links in showlinks - -2001-10-17 16:34 jesse - - * lib/Makefile.PL: - - Bumped searchbuilder dependency to 0.46 - -2001-10-17 16:33 jesse - - * webrt/Ticket/Elements/ShowHistory: - - Added an optional bit of configuration to not show the "History" header - -2001-10-06 03:01 jesse - - * webrt/Ticket/Elements/ShowTransaction: - - Added a new option "Show commands" to show tranasaction - -2001-10-06 03:00 jesse - - * webrt/Admin/: Keywords/index.html, Queues/index.html: - - Added support for reenabling deleted queues and keywords - -2001-10-06 02:57 jesse - - * lib/RT/Condition/Generic.pm: - - Added test harness glue - -2001-10-06 02:55 jesse - - * lib/RT/Interface/Web.pm: - - Added code to detect bogus ticket update types - -2001-10-06 02:54 jesse - - * lib/RT/Interface/: CLI.pm, Email.pm: - - Added support for unit testing - -2001-10-06 02:51 jesse - - * lib/RT/Handle.pm: - - Added support for unit testing - - Added a test for Database Port definition to stop perl from whining - -2001-10-06 02:49 jesse - - * lib/RT/: ACE.pm, ACL.pm, Action/Generic.pm, Action/SendEmail.pm, - Attachment.pm, Attachments.pm: - - Added support for unit testing - -2001-10-06 02:46 jesse - - * lib/RT/: Tickets.pm, Transaction.pm, Transactions.pm, User.pm, - Users.pm, Watcher.pm, Watchers.pm, Queues.pm, Record.pm, Scrip.pm, - ScripAction.pm, ScripActions.pm, ScripCondition.pm, - ScripConditions.pm, Scrips.pm, Template.pm, Templates.pm: - - Added support for unit testing - -2001-10-06 02:43 jesse - - * lib/RT/: Keyword.pm, KeywordSelect.pm, KeywordSelects.pm, - Keywords.pm, Link.pm, Links.pm, ObjectKeyword.pm, - ObjectKeywords.pm, CurrentUser.pm, Date.pm, EasySearch.pm, - Group.pm, GroupMember.pm, GroupMembers.pm, Groups.pm: - - Added support for unit testing - -2001-10-06 02:38 jesse - - * lib/RT.pm: - - Added the beginnings of test support to RT.pm - -2001-10-06 02:22 jesse - - * lib/RT/TestHarness.pm: - - file TestHarness.pm was initially added on branch rt-1-1. - -2001-10-06 02:22 jesse - - * lib/: Makefile.PL, RT/TestHarness.pm: - - First bits of glue for new RT unit testing infrastructure - -2001-10-06 02:19 jesse - - * bin/rt: - - bin/rt: Documentation cleanups. removing an unnecessary data tainting check - -2001-10-06 02:18 jesse - - * bin/initacls.Pg: - - Fixes to initacls.Pg to allow installation with Unix Domain sockets - -2001-10-04 02:01 jesse - - * Makefile: - - Bumped the version to 2.0.8 - -2001-10-01 02:44 jesse - - * rt.spec: - - Revved the version of DBIx::SearchBuilder needed in the .spec file - -2001-10-01 02:42 jesse - - * Makefile, lib/RT/Interface/Email.pm: - - Fixed the call to MIME::Entity::Build in Email.pm - - Bumped the version to 2.0.8pre3 - -2001-09-30 23:03 jesse - - * README, bin/rt, lib/RT/Tickets.pm, lib/RT/Interface/Email.pm, - webrt/Search/PickRestriction, webrt/Ticket/History.html, - webrt/Ticket/Elements/EditBasics, - webrt/Ticket/Elements/ShowHistory: - - Code refactoring to allow searching for nonlocal links - Cleanup to the Loop prevention stuff (v. 2.0.8pre2) - Readme cleanup - CLI cleanups. changed "return" to "exit" - -2001-09-26 16:31 jesse - - * tools/testdeps: - - Bumped the searchbuilder dependency. to 0.43 - -2001-09-26 16:28 jesse - - * Makefile, bin/rt, lib/RT/Tickets.pm, - webrt/Admin/Queues/Scrips.html: - - Added a fix for ItemsArrayRef to Tickets which causes the Next/Prev links in - the web ui to be smarter. - - Fixed a typo in SCrips.html - - Bumped the version to 2.0.8pre2 - -2001-09-24 20:10 jesse - - * rt.spec: - - file rt.spec was initially added on branch rt-1-1. - -2001-09-24 20:10 jesse - - * Makefile, rt.spec: - - Added destdir support to allow building of RPMS. - added rt.spec for building of RPMS. - -2001-09-21 16:51 jesse - - * Makefile: - - Bumped makefule version to 2.0.8pre1 - -2001-09-21 16:45 jesse - - * bin/rt, lib/RT/Ticket.pm, lib/RT/Transaction.pm, - lib/RT/Interface/Web.pm, webrt/Ticket/Elements/ShowTransaction: - - Fixed a typo in the bin/rt docs - Allowed "Force owner change" from bulk update screen. - -2001-09-20 22:34 jesse - - * bin/rt, lib/RT/Action/SendEmail.pm, lib/RT/Interface/Email.pm, - webrt/Search/Bulk.html, webrt/Ticket/Elements/ShowTransaction: - - Fixes for: - - 888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888862 Re: [rt-users] how does rt --limit-last-updated work? - - 863 Ticket/Elements/ShowTransaction doesn't show headers sometimes - - Fix for a bug in the code that prevents RT from looping with itself. - - Start of work for "force change owner" in Bulk.html - -2001-09-19 16:49 jesse - - * bin/initacls.Pg, bin/rt, etc/config.pm, lib/RT/Queue.pm, - lib/RT/Ticket.pm, lib/RT/Tickets.pm, webrt/Elements/Header, - webrt/Search/Listing.html, webrt/Ticket/Create.html, - webrt/Ticket/Display.html, webrt/Ticket/ModifyAll.html, - webrt/Ticket/Update.html, webrt/Ticket/Elements/ShowLinks: - - Fixed a bug that would cause installation on postgres to lose if $PORT wasn't - specified - - Changed " to ' in a few places in the config file, to make file and variable - names with embedded metacharacters not lose as badly - - Set some logical defaults for Queue->Create, so it's not as likely to fail - to create a queue if you leave out some fields - - Ticket->Create: now takes a Starts date. Also, fixed some API docs. - - Tickets: Negative searching on fields like "subject" should now work - - WebUI: Added a pragma NO-CACHE pseudo-header, to stop overzealous browsers from caching RT's pages - - WebUI: changed the "Bookmark this search" link to "Bookmarkable URL for this search" - - WebUI: ticket create now has a "more detail" section - - WebUI: ticket updates no longer have a default subject preset. - - WebUI: fixed a bug in ShowLinks that generated bogus urls within RT if RT wasn't at / on your server - -2001-09-13 00:03 jesse - - * Makefile: - - Bumping the version to 2.0.7 - -2001-09-10 02:18 jesse - - * Makefile: - - Bumped the makefile version to 2.0.7pre1 - -2001-09-10 02:11 jesse - - * bin/mason_handler.fcgi, lib/RT/User.pm: - - Fixed #883, a permissions caching bug. - - Added the Text::Wrapper dependency to mason_handler.fcgi - -2001-09-06 15:59 jesse - - * lib/RT/Ticket.pm: - - Reverted reopen on correspondence to 1.0 behaviour - -2001-09-06 15:41 jesse - - * webrt/SelfService/Display.html: - - make row coloring alternate in selfservice transaction history - -2001-09-06 15:39 jesse - - * webrt/SelfService/Display.html: - - Fixed cell spacing in selfservice transaction display - -2001-09-06 15:33 jesse - - * bin/webmux.pl, webrt/SelfService/Display.html, - webrt/Ticket/Display.html, webrt/Ticket/Elements/ShowHistory, - webrt/Ticket/Elements/ShowKeywordSelects, - webrt/Ticket/Elements/ShowSummary, - webrt/Ticket/Elements/ShowTransaction: - - Cleaned up the web ticket transaction display. - -2001-09-06 15:32 jesse - - * lib/RT/: ObjectKeyword.pm, Queue.pm: - - Added some docs. - Started refactoring Ticket statuses. - -2001-09-06 15:32 jesse - - * lib/RT/Ticket.pm: - - $Ticket->SetTold now optionally takes a date to set it to. - -2001-09-06 15:30 jesse - - * bin/rt: - - Fixing some docs in bin/rt - -2001-09-05 11:00 jesse - - * webrt/Elements/: Header, Refresh: - - Fix for #823 from martin@schapendonk.org - Refresh now allows you to turn off refresh. - -2001-09-01 19:01 jesse - - * webrt/Elements/MessageBox: - - Fix for [fsck.com #803] Jumbo recording comments accidentally - -2001-09-01 18:23 jesse - - * Makefile: - - Bumped the version to 2.0.6 - -2001-08-28 15:49 jesse - - * Makefile: - - Bumped the version to pre7, fixed a typo in the makefile's install instructions. - -2001-08-24 00:13 jesse - - * lib/RT/Attachment.pm: - - importing the Crit->crit typo fix from 2.0.5_01 - -2001-08-24 00:08 jesse - - * Makefile, lib/RT/Interface/Email.pm: - - Rolled in the 2.05 perl 5.005 compatibility fix. - bumped the version to 2.0.6pre6 - -2001-08-23 19:49 jesse - - * bin/rt-mailgate, tools/initdb: - - fixed initdb to not append a port= to the db connect string unless it needs one. - - added support for $SenderMustExistInExternalDatabase to mailgate. - -2001-08-23 19:46 jesse - - * lib/RT/Groups.pm: - - Added a default alphabetical sort order to lib/RT/Groups - -2001-08-23 19:45 jesse - - * etc/: config.pm, schema.Pg, schema.mysql, schema.pm: - - Added new indices to schema. Regenerated mysql and postgres schema. - - Cleaned up etc/config.pm's docs some more, based on comments from Christian Gimore - Added a default value for RT::OwnerEmail, which was documented by not defined - by default - -2001-08-22 18:48 jesse - - * bin/rt, lib/RT/Ticket.pm, webrt/Ticket/Update.html: - - bin/rt --create now deals with watchers. - - fixed a typo in Ticket/Update.html introduced after 2.0.5_03 - -2001-08-22 01:37 jesse - - * Makefile, lib/RT/Tickets.pm, webrt/Admin/Global/Keywords.html: - - Bumped version to 2.0.6-pre5 - - Fixed 'deep' merges. - - Fixed a typo in Global/Keywords - -2001-08-22 00:41 jesse - - * Makefile, lib/RT/Interface/Email.pm: - - Fixed a couple of bugs in the new email db lookups - -2001-08-21 23:57 jesse - - * Makefile, bin/initacls.Oracle, bin/initacls.Pg, - bin/initacls.mysql, tools/initdb: - - Added support for setting the database port for postgres and mysql - -2001-08-21 23:48 jesse - - * README: - - Updated jesse's email address and shuffled things around a bit. - -2001-08-21 23:45 jesse - - * etc/config.pm: - - Added more docs and updated the default config for the external db lookups - -2001-08-21 23:35 jesse - - * webrt/: index.html, NoAuth/webrt.css, Search/Listing.html, - Search/PickRestriction, Ticket/ModifyDates.html, - Ticket/Update.html, Ticket/Elements/ShowHistory, - Ticket/Elements/ShowTransaction: - - Added support for autorefresh to / and /Search/Listing.html - - Tightened up Transaction display. Fixed 'full headers' display. - - Cleaned up the ui in ModifyDates a bit - - Cleaned up the ui in Ticket/Update.html - - fixed a few typos in the css file - -2001-08-21 23:30 jesse - - * lib/RT/Attachment.pm: - - Added some documentation - -2001-08-21 23:25 jesse - - * bin/rt-mailgate: - - Bringing forward a patch to the mailgate from 2.0.5_01 - -2001-08-21 23:19 jesse - - * webrt/Elements/Refresh: - - file Refresh was initially added on branch rt-1-1. - -2001-08-21 23:19 jesse - - * webrt/Elements/Refresh: - - Commiting a Refresh control to cvs - -2001-08-21 23:17 jesse - - * bin/rtadmin: - - Fixed cli group creation - -2001-08-21 23:12 jesse - - * webrt/Elements/MessageBox: - - Fixed transaction quoting to use the new transaction content quoting method. - -2001-08-21 23:07 jesse - - * webrt/Elements/Login: - - Display a version string in the login box. - -2001-08-21 23:06 jesse - - * webrt/Elements/Header: - - Added support for refresh to webrt/Elements/Header - Don't display the logout link if using external auth. - -2001-08-21 23:05 jesse - - * webrt/Admin/Users/Modify.html: - - Little bit of ui and code cleanup to the User editing page - -2001-08-21 23:04 jesse - - * lib/RT/Record.pm: - - Fixed broken caching of the CreatorObj - -2001-08-21 23:03 jesse - - * lib/RT/Handle.pm: - - Added support for Database port to Handle.pm - -2001-08-21 22:50 jesse - - * lib/RT/Interface/Web.pm: - - Added vivek khera's patch to clean up newline processing for incoming messages - - Removed debugging output from file attachment subroutine - - Added support for setting refresh interval to the search page - -2001-08-21 22:46 jesse - - * lib/RT/Interface/Email.pm: - - Fixed the bug fixed in 2.0.5_?? which called the wrong function for finding - sender name - - Altered the mail interface's external user lookup function to be returned - a hash of parameters - -2001-08-21 22:43 jesse - - * lib/RT/Transaction.pm: - - Added support for Quoting a transaction to the Content sub. - -2001-08-16 00:23 jesse - - * Makefile, tools/testdeps: - - dependency on CGI::Cookie 1.20 had reverted. - Bumped version to 2.0.5_03 - -2001-08-15 16:44 jesse - - * Makefile, bin/rt-mailgate, lib/RT/Interface/Email.pm: - - A couple of fixes to the mail gateway to deal with proper processing - of sender email addresses - -2001-08-15 16:12 jesse - - * lib/RT/Interface/Email.pm: - - Trying for 2.0.5-01 again - Fixed a perl 5.6ism in Interface/Email - Fixed a bug in Attachment.pm that would cause a DIE on a fatal error - -2001-08-15 16:12 jesse - - * lib/RT/Attachment.pm: - - Trying for 2.0.5-01 again - Fixed a bug in Attachment.pm that would cause a DIE on a fatal error - -2001-08-15 16:12 jesse - - * Makefile: - - Trying for 2.0.5-01 again - -2001-08-15 15:44 jesse - - * lib/RT/Interface/Email.pm: - - Fixed an error message in Attachment that should never be reached - Bumped the Makefile version to 2.0.5_01 - Fixed an inadvertent perl 5.6ism in the mail gateway. - -2001-08-15 15:42 jesse - - * lib/RT/Attachment.pm: - - Fixed an error message in Attachment that should never be reached - - Bumped the Makefile version to 2.0.5_01 - -2001-08-15 15:42 jesse - - * Makefile: - - Bumped the Makefile version to 2.0.5_01 - -2001-08-15 01:01 jesse - - * Makefile: - - Bumped version to 2.0.6-pre1 - -2001-08-15 01:00 jesse - - * webrt/: autohandler, Admin/Users/Modify.html, Elements/Login, - SelfService/Prefs.html, User/Prefs.html: - - Added support for external authentication to the web ui - -2001-08-15 01:00 jesse - - * bin/rt-mailgate, lib/RT/Interface/Email.pm: - - Added support for looking up new users in an external datasource - -2001-08-15 00:58 jesse - - * etc/config.pm: - - Added new configuration variables for external authentication for the web ui and - to support looking up new users in the mail gateway from a site-defined external datasource. - -2001-08-15 00:17 jesse - - * tools/testdeps: - - Fixed testdeps to depend on the right version of CGI.pm - -2001-08-14 23:55 jesse - - * Makefile: - - Released RT 2.0.5 No changes since 2.0.5-test3. - -2001-08-12 21:13 jesse - - * Makefile, bin/webmux.pl: - - Fixed a typo in webmux.pl created after 2.0.4 - Bumped the version to 2.0.5-test3 - -2001-08-12 20:00 jesse - - * docs/manual.pod, lib/RT/Transaction.pm: - - Core: Updated Transaction->Content to be smarter about showing the first - message in the transaction. - - Removed the old manual skeleton in docs in favor of the web based docs. - -2001-08-12 19:58 jesse - - * lib/RT/Attachment.pm: - - Core: Added a convenience function to RT::Attachemnt to find Children of this attachment. - Core: Added code to RT::Attachemnt to allow access to the 'Parent' attribute - -2001-08-12 19:55 jesse - - * lib/RT/Attachments.pm: - - Core: A convenience function to search for Attachments by ContentType. - Core: Added some docs to RT::Attachments - -2001-08-12 19:53 jesse - - * webrt/Ticket/Elements/ShowTransaction: - - WebUI: Show 'comment' and 'correspond' for multipart messages in the per-transaction listing. - -2001-08-10 23:59 jesse - - * README: - - README: added more pointers to the 'complete' docs. - README: Removed the little bit of configuration info in the readme in favor of the 'complete' docs on the web - -2001-08-10 23:58 jesse - - * bin/rt-mailgate: - - mailgate: RT is now less likely to try to send mail to senders which will cause loops - -2001-08-10 23:57 jesse - - * webrt/index.html: - - Webui: [home] now gets greyed out when you're there - -2001-08-10 15:32 jesse - - * Makefile, webrt/Elements/MessageBox: - - Added a pair of () in webrt/Elements/MessageBox to correct a typo in an if - Bumped version to 2.0.5-test2 - -2001-08-10 00:24 jesse - - * Makefile: - - Bumped version to 2.0.5test1 - -2001-08-10 00:24 jesse - - * lib/RT/Users.pm, webrt/Elements/MessageBox, - webrt/Ticket/Elements/AddWatchers, webrt/Ticket/Elements/EditDates: - - Cleanup to date editing ui - - Code cleanups to Elements/MessageBox for more readable and maintainable code - Code cleanups to TicketElements/AddWatchers for more readable and maintainable code - -2001-08-10 00:23 jesse - - * webrt/Ticket/Elements/: EditLinks, ShowLinks: - - Cleanup to Relationship editing and display ui - -2001-08-10 00:21 jesse - - * webrt/Ticket/ModifyDates.html: - - UI cleanups in Ticket/ModifyDates.html - -2001-08-10 00:20 jesse - - * webrt/Ticket/ModifyAll.html: - - Jumbo no longer loses ticket update contents. - -2001-08-09 20:07 jesse - - * webrt/Admin/Users/index.html: - - Cleaned up Admin/Users search functionality and made it look more like - other user searching screens and enables searching for disabled users. - -2001-08-09 20:02 jesse - - * lib/RT/Interface/Web.pm: - - Properly strip trailing spaces from things we're trying to link to. - -2001-08-09 20:00 jesse - - * lib/RT/Links.pm: - - By default, try to sort Links by something intelligent when displaying them - -2001-08-03 01:52 jesse - - * lib/RT/Action/Autoreply.pm: - - Autoreplies are now from "Queuename" rather than from "RT" - -2001-08-02 04:57 jesse - - * webrt/: Admin/Queues/People.html, Elements/Quicksearch, - Elements/SelectResultsPerPage, Elements/SelectStatus, - Search/PickRestriction: - - WebUI: Fixed a typo in hte 'bookmark this search' link display. - WebUI: By default, limit displayed results to 50 per page. - -2001-08-02 04:57 jesse - - * lib/RT/Interface/Web.pm: - - Documented a function in the web ui library - -2001-08-02 04:56 jesse - - * etc/config.pm: - - Fixed a typo in the docs in the config file, thanks to sheeri. - -2001-08-02 04:55 jesse - - * bin/rt-mailgate: - - rt-mailgate: bug-fix to properly grab 'from' addresses for purposes of determinigng whether something's a mailer-daemon - -2001-08-02 04:54 jesse - - * bin/rt: - - Added support for merging to the CLI - Cli now works as described when linking tickets. Formerly, you couldn't admit the "+" before an added link - -2001-08-02 04:53 jesse - - * webrt/User/Prefs.html: - - Bugfix to allow users to fully delete their rt signatures - -2001-07-30 03:54 jesse - - * docs/design_docs/evil_plans: - - file evil_plans was initially added on branch rt-1-1. - -2001-07-30 03:54 jesse - - * Makefile, docs/design_docs/evil_plans: - - bumped the version, so as not to get confused users complaining to the lists - - added some notes about what may happen for 2.2 - -2001-07-30 03:52 jesse - - * webrt/SelfService/Display.html: - - file Display.html was initially added on branch rt-1-1. - -2001-07-30 03:52 jesse - - * bin/mason_handler.fcgi, bin/webmux.pl, lib/RT/Interface/Web.pm, - webrt/SelfService/Create.html, webrt/SelfService/Details.html, - webrt/SelfService/Display.html, webrt/SelfService/Update.html, - webrt/SelfService/Elements/GotoTicket, - webrt/SelfService/Elements/MyRequests, webrt/Ticket/Create.html, - webrt/Ticket/Display.html, webrt/Ticket/Modify.html, - webrt/Ticket/ModifyAll.html, webrt/Ticket/ModifyDates.html, - webrt/Ticket/ModifyLinks.html, webrt/Ticket/ModifyPeople.html, - webrt/Ticket/Update.html, webrt/Ticket/Elements/EditBasics, - webrt/Ticket/Elements/ShowTransaction: - - Switched SelfService/Details to SelfService/Display to better jibe - with the regular UI. - - Added better current-page navigation hints to most per-ticket pages. - - Added support for uploading attachments on ticket create or update. - -2001-07-30 03:51 jesse - - * webrt/Admin/Elements/ListGlobalScrips: - - file ListGlobalScrips was initially added on branch rt-1-1. - -2001-07-30 03:51 jesse - - * webrt/Admin/: Elements/ListGlobalKeywordSelects, - Elements/ListGlobalScrips, Global/Scrips.html, - Queues/Keywords.html, Queues/Scrips.html: - - Added some ui to show global scrips and keywordselects in the queue - uis for adminning the same. - -2001-07-30 03:51 jesse - - * webrt/Admin/Elements/ListGlobalKeywordSelects: - - file ListGlobalKeywordSelects was initially added on branch rt-1-1. - -2001-07-30 03:49 jesse - - * TODO: - - Clarified the errata urls - -2001-07-30 03:48 jesse - - * lib/RT/Ticket.pm: - - Cleaned up the return values from Ticket->CreateLink. (always return $status, $msg); - -2001-07-30 03:48 jesse - - * lib/RT/Action/SendEmail.pm: - - changed the case of the Managed-by header to be less grating - -2001-07-30 03:45 jesse - - * bin/rt-mailgate, lib/RT/Interface/Email.pm: - - Moving a bunch of mail gateway library routines to the library where they - belong - -2001-07-27 01:06 jesse - - * README: - - fixed a typo in the cronjob - -2001-07-25 01:05 jesse - - * bin/rt-mailgate, lib/RT/Tickets.pm: - - Fix for mailgateway being unable to send error mail with 'sendmailpipe' mailing - Fix for 'blank' searches when using search bookmarking. - -2001-07-25 01:00 jesse - - * Makefile: - - Bumped version to 2.0.4 - Fixed bookmarkable searches - Fix for sendmailpipe errors in mailgateway - -2001-07-24 12:10 jesse - - * Makefile, webrt/Search/PickRestriction: - - Fixed a bug in Search/PickRestriction, thanks to Vivek Khera - Bumped version to 2.0.3 - -2001-07-24 00:28 jesse - - * Makefile: - - Bumped version to 2.0.2 - -2001-07-24 00:21 jesse - - * lib/RT/Tickets.pm, webrt/Elements/Submit, - webrt/Search/Listing.html, webrt/Search/PickRestriction: - - Bookmarked searches now keep track of sorting and record count limits - New "Refine" button to allow faster updates of search criteria. - -2001-07-24 00:01 jesse - - * bin/rt: - - Added support for --limit-queue to RT cli tool - -2001-07-23 10:43 jesse - - * Makefile, tools/testdeps: - - Testdeps was accidentally looking for Freeze::Thaw, rather than FreezeThaw - -2001-07-23 00:31 jesse - - * Makefile: - - bumped version to 2.0.2test2 - -2001-07-23 00:30 jesse - - * lib/RT/Tickets.pm, lib/RT/Interface/Web.pm, tools/testdeps, - webrt/Search/Listing.html: - - Added support for bookmarkable searches. - -2001-07-22 22:12 jesse - - * lib/RT/: KeywordSelect.pm, User.pm: - - Better error checking in User ACL checking - - Fixed an ACL check bug in KeywordSelect.pm, thanks to Matthew Stock. - -2001-07-22 22:09 jesse - - * webrt/Admin/Users/index.html: - - Fix for a users search bug and a clarification of another search option. - -2001-07-22 22:06 jesse - - * lib/RT/: Keywords.pm, Queues.pm, Users.pm: - - By default, order Queues, Users and Keywords alphabetically - -2001-07-22 22:05 jesse - - * Makefile: - - Permissions fix for the data dirs for the fastcgi handler - - rt/etc is now mode 755, rather than 555. - -2001-07-22 22:03 jesse - - * bin/mason_handler.fcgi: - - fastcgi handler no longer drops setgidness, so it can deal with session files. - -2001-07-22 21:55 jesse - - * etc/config.pm: - - Cleaned up the config file a bit to make installation easier. - -2001-07-22 21:52 jesse - - * webrt/Elements/MyRequests: - - Clean up phrasing of the "Tickets I own dialogbox" - -2001-07-19 00:57 jesse - - * Makefile: - - Changed Makefile to not use MAN[13]INSTALLSITEPATH per Robert Shaw's changes - -2001-07-18 16:20 jesse - - * Makefile, lib/RT/Queue.pm: - - Added a newline to Queue.pm to fix a pod bug - - Bumped version to 2.0.2-test1 to get some feedback - -2001-07-18 16:16 jesse - - * lib/RT/User.pm: - - RT should now honor queue-level pseudogroup memebership for ACL checks. - Also, simplified some of the queue related ACL checking code. - - Reduced the ACL permissions cache from 30sec to 10sec. - -2001-07-18 16:13 jesse - - * lib/RT/Transaction.pm: - - Added BriefDescription, which is just like Description without the "By actor" - at the end - - Descriptions Keyword operations should include _which_ keyword select from - here on in (also touched the last update to Ticket.pm) - -2001-07-18 16:06 jesse - - * lib/RT/Ticket.pm: - - TTicket->Create no longer just adds admin ccs..unless the person doing the add - has the right to do so. otherwise, there was an ACL related attack that - could happen. luckily none of the UI exposedd this hole yet. - - Ticket->Create should now be able to set keywords on create - - Ticket->Create now reports back non-fatal errors and how they were dealt with - - Ticket->AddKeyword got split into AddKeyword and _AddKeyword. The former - has the acl check and calls the latter. the latter just does the adding. - - Ticket->AddKeyword got a Silent flag, which causes a transaction not - to be written. useful on ticket create. - -2001-07-18 15:59 jesse - - * tools/testdeps: - - Added tests for Apache::Cookie - and DBI 1.18 to testdeps - -2001-07-18 15:53 jesse - - * webrt/SelfService/: Details.html, Update.html: - - Added the ability for requestors to use the self-service ui to comment on / reply to tickets. - -2001-07-18 15:53 jesse - - * webrt/SelfService/Update.html: - - file Update.html was initially added on branch rt-1-1. - -2001-07-17 22:12 jesse - - * webrt/Admin/Queues/People.html: - - Fixed a link to Users/Modify.html in Queue/People.html - -2001-07-17 22:01 jesse - - * bin/webmux.pl: - - Fix to the solaris chown problem - -2001-07-17 18:37 jesse - - * README: - - Fixed typo in the cron job description - -2001-07-13 02:17 jesse - - * lib/RT/Tickets.pm: - - Work on tickets.pm to support some new searching options - -2001-07-12 19:43 jesse - - * Makefile: - - Bumped version to 2.0.1 - -2001-07-11 23:17 jesse - - * etc/config.pm: - - No longer log things of less than 'error' to the logfile - -2001-07-11 23:16 jesse - - * Makefile, bin/mason_handler.fcgi, bin/rt, bin/rt-mailgate, - bin/rtadmin, lib/Makefile.PL, lib/RT.pm, lib/RT/Interface/CLI.pm, - lib/RT/Interface/Email.pm: - - Make sure that the setgid programs don't drop setgidness before trying to open logfiles - -2001-07-10 20:15 jesse - - * Makefile, lib/Makefile.PL, lib/RT/Tickets.pm, - lib/RT/Interface/Web.pm, tools/testdeps: - - Fixes to allow search-by-requestor to search for requestors who don't have RT accounts - -2001-07-10 13:53 jesse - - * bin/webmux.pl: - - Fix for the weird sessiondata permissions bug folks have seen on solaris - -2001-07-10 11:47 jesse - - * lib/RT/Tickets.pm: - - Change to Tickets.pm to fix description of watcher limits - -2001-07-10 11:36 jesse - - * bin/webmux.pl, webrt/Elements/SelectMatch: - - Fixed a bug in webmux.pl that prevented Apache::Cookie support from working - - Fixed a bug in the enw SelectMatch code - -2001-07-10 11:20 jesse - - * lib/RT/Ticket.pm, webrt/Elements/SelectMatch, - webrt/Search/PickRestriction: - - Cleanup to SelectMatch and PickRestriction to clear up the UI issues - with searching for Tickets from a give nrequestor - -2001-07-09 10:36 jesse - - * lib/RT/Template.pm: - - Fixed a typo in Template.pm that squashed templates on outgoing mail. (Bug in my untainting fix) - - Bumped version to 2.0.1-test2 - -2001-07-09 10:36 jesse - - * Makefile: - - Fixed a typo in Template.pm that squashed templates on outgoing mail. (Bug in my untainting fix) - -2001-07-08 22:31 jesse - - * README: - - Added some polite comments about supporting the development of RT - with contracts, cash or gifts - -2001-07-08 20:14 jesse - - * Makefile, bin/mason_handler.fcgi, - webrt/SelfService/Elements/ShowTransaction: - - Bumped version to 2.01pre1 - - Fixed mason_handler header newlines - -2001-07-08 20:12 jesse - - * lib/RT/: ScripAction.pm, ScripCondition.pm, Template.pm, - Ticket.pm: - - Taint fixes for ScripAction, ScripCondtion,Template. - Header wrapping fix in Template.pm. - Fix in Ticket.pm to make EffectiveId a public field. - -2001-07-06 18:32 jesse - - * lib/RT/Attachment.pm: - - Applied a patch from ivan to deal with poorly formed mime messages - and clean up the attachment proccessing code. - -2001-07-06 18:26 jesse - - * webrt/SelfService/Attachment/dhandler: - - file dhandler was initially added on branch rt-1-1. - -2001-07-06 18:26 jesse - - * webrt/: SelfService/Details.html, - Ticket/Elements/ShowTransaction, SelfService/Attachment/dhandler: - - ShowTransaction now no longer displays 'Comment' and 'Reply' if the user - doesn't have the right rights. - - SelfService uses the 'standard' ShowTransaction. - - SelfService now displays Attachments - -2001-07-06 18:21 jesse - - * etc/schema.mysql: - - Switched mysql to use LONGTEXT rather than LONGBLOB to get - case insensitive searching. - -2001-07-06 18:19 jesse - - * bin/mason_handler.fcgi, lib/RT/Interface/Web.pm, - webrt/NoAuth/Logout.html: - - Cleanups to deal better with the fastcgi handler. - - Switched to CGI::Fast from FCGI - - ContentType fixes. - - Logging out now clears the session hash, rather than detaching a perfectly good session. (This gets around an obnoxious tainting issue too) - -2001-07-06 16:14 jesse - - * webrt/Ticket/Attachment/dhandler: - - Changed default attachment type to text/plain from text/html - -2001-07-05 16:48 jesse - - * bin/rt-mailgate, lib/RT/Ticket.pm: - - Updates to make Correspondence on a closed or stalled ticket reopen the ticket - -2001-07-04 00:51 jesse - - * bin/rt: - - bin/rt will now show transactions of type 'text' - -2001-07-04 00:36 jesse - - * bin/webmux.pl: - - Minor fixes to webmux.pl for content type stuff. - -2001-07-03 23:15 jesse - - * lib/RT/Interface/Web.pm, webrt/Admin/Queues/index.html, - webrt/Search/PickRestriction: - - Web ui now supports 'SearchByPriority' - -2001-07-03 23:14 jesse - - * etc/config.pm: - - Added a few comments about configuration variables - -2001-07-03 23:12 jesse - - * webrt/SelfService/Elements/ShowTransaction: - - Now SelfService displays attachments of type 'text' - -2001-07-03 23:08 jesse - - * webrt/Ticket/Elements/ShowTransaction: - - With the web ticket display, now display attachments of type 'text' properly. - Also, always have a download link. - -2001-07-03 23:00 jesse - - * webrt/Ticket/Elements/ShowLinks: - - Changed SubTickets/SuperTickets to Parents/Children - -2001-07-03 22:57 jesse - - * Makefile: - - Added notes to the effect that the speedycgi and fastcgi handlers aren't - supported. - -2001-07-03 22:52 jesse - - * bin/webmux.pl, bin/mason_handler.fcgi, - webrt/Ticket/Attachment/dhandler: - - Switched mod_perl hander to use Apache::Cookie - - Refactored mime type handling to properly set the mime type with the modperl - handler and the fastcgi handler - - Added untainting for the requirred parts of the fastcgi wrapper. - I'm not yet confident that it works properly, but it does the right - thing in the trivial case. - -2001-06-27 00:11 jesse - - * Makefile: - - Bumped version to 2.0 for release to the unsuspecting masses - -2001-06-25 16:28 jesse - - * Makefile, lib/RT/Ticket.pm: - - Fix for a bug introduced by RC2 (while fixing another bug with _Links) - which caused Links listings to recurse rather infinitely. - - Bumped RC2 to RC3 - -2001-06-25 16:25 jesse - - * webrt/Admin/Elements/SelectRights: - - Fix for a crashing bug when editing ACLs without permission - -2001-06-25 12:19 jesse - - * Makefile, lib/RT/Ticket.pm: - - Fixed bug in Ticket.pm -> _Links that caused it to return an error - rather than an empty links object if permission denied. - - Bumped version to RC2 - -2001-06-23 02:48 jesse - - * Makefile, README, tools/import-1.0-to-2.0: - - removed 1.0-2.0 importer. (it's now in the contrib archive) - updated readme and makefile to know about the change. - - Bumped the version to 2.0.0-RC1. Yeah. That's right. the major version - number just got incremented. - -2001-06-22 14:50 jesse - - * Makefile, lib/RT/Ticket.pm: - - hopefully a fix for everyone's favorite import bug. - -2001-06-20 23:56 jesse - - * webrt/Search/Bulk.html: - - Display cleanups to Bulk.html. - Removed bogus nav items - -2001-06-20 17:33 jesse - - * NEWS, lib/Makefile.PL: - - Removed the out of date NEWS file. It's been superceeded by the changelog - -2001-06-20 17:27 jesse - - * Makefile, README, lib/RT/Ticket.pm, lib/RT/User.pm, - lib/RT/Interface/Web.pm, tools/import-1.0-to-2.0, tools/testdeps, - webrt/Ticket/Display.html, webrt/Ticket/History.html: - - Fixes for the import problems some folks have been seeing - Fixes for the Can't click on URL issues reported by mixo and Carl Potter. - Turned off some overly verbose debugging. - - Bumped the version to 1.3.105 - -2001-06-19 00:34 jesse - - * Makefile: - - Bumped version to 1.3.104 - -2001-06-19 00:25 jesse - - * lib/RT/Tickets.pm: - - A fix for search based on keywords that don't exist. (Some rows would be lost, due to poorly constructed SELECT statements. This change requires DBIx::SearchBuilder 0.39 - -2001-06-18 15:39 jesse - - * Makefile, README, webrt/Ticket/Elements/ShowTransaction: - - Updated README to note new RT2 Errata list - Bumped version to 1.3.103 - Added comments in ShowTransaction to let you see exact transaction / ticket Ids - if you view source. - -2001-06-18 15:32 jesse - - * bin/rt: - - Better fomating for cli queue listing. - -2001-06-17 16:45 jesse - - * lib/RT/: Transaction.pm, User.pm: - - Added PurgeTransaction datatype for Transactions. - - Removed debugging code from User.pm - -2001-06-17 14:36 jesse - - * webrt/Ticket/Elements/Tabs: - - Fix for webui error when displaying next/prev tabs on new tix. - -2001-06-15 22:23 jesse - - * Makefile, README: - - Bumped the version to a private pre-test 1.3.103 - -2001-06-15 22:19 jesse - - * README, lib/RT/Ticket.pm, lib/RT/User.pm: - - Debugging fixes for import oddness folks are having - -2001-06-15 01:13 jesse - - * webrt/Search/Bulk.html: - - removed debugging output from bulk.html - -2001-06-14 15:53 jesse - - * Makefile, lib/RT/Transactions.pm, - webrt/Ticket/Elements/AddWatchers: - - Installation path of man pages is now configurable - By default Transactions should now be ordered by date, no matter what their id sequence is. - Fixed an html typo in Tickets/Elements/AddWatchers - - Bumped version to 1.3.102 - -2001-06-14 03:21 jesse - - * Makefile: - - Bumped the version to 1.3.101 - -2001-06-14 02:47 jesse - - * lib/RT/Ticket.pm, lib/RT/Interface/Web.pm, webrt/Elements/Tabs, - webrt/Ticket/Elements/Tabs: - - Comments in Ticket.pm about less than optimal design - Enhancments to Interface/Web for the bulk ticket manipulation tool. - Search navigation was cleaned up a bunch. - -2001-06-14 01:52 jesse - - * webrt/Search/Bulk.html: - - file Bulk.html was initially added on branch rt-1-1. - -2001-06-14 01:52 jesse - - * webrt/Search/: BuildSearch, Bulk.html, Listing.html, QueueFooter, - QueueHeader, QueueItem: - - Be vewwy vewwy quiet. I'm hunting cweeping features. - Like the brand new Bulk Ticket manipulator - - Removed some cruft from the repository. (unused files from tobix' first - search implementation) - -2001-06-13 03:53 jesse - - * Makefile: - - Bumped version to 1.3.100 - -2001-06-13 03:52 jesse - - * bin/mason_handler.fcgi: - - The fastcgi handler works for everything except attachment viewing. I'm going to have to think a bit about how to set - content type properly in a nice handler-agnostic manner. - -2001-06-13 03:51 jesse - - * bin/rt-mailgate: - - Fixed a warn -> warning in mailgate's logging - -2001-06-13 03:50 jesse - - * lib/RT/Interface/Web.pm: - - Adjusting spacing - -2001-06-13 03:50 jesse - - * webrt/Ticket/Elements/Tabs: - - - Added an error check to the new navigation bars to deal with a possible lack of active search - -2001-06-12 21:28 jesse - - * etc/config.pm: - - Clarified required permissions for the RT Logdir - -2001-06-12 19:12 jesse - - * etc/config.pm, lib/RT/Queue.pm, lib/RT/Transaction.pm: - - Cleaned up some docs in config.pm and Queue.pm - Updated the Transaction Descriptions in transaction.pm to make sure - that the Actor is listed. - -2001-06-12 18:08 jesse - - * webrt/Ticket/Elements/Tabs: - - Added links to navigate within an existing search. - -2001-06-08 23:57 jesse - - * webrt/Ticket/Elements/EditKeywordSelects: - - Made "(empty)" the same between "EditKeywordSelects" and "SearchByKeywordSelect" - -2001-06-08 23:51 jesse - - * lib/RT/Ticket.pm: - - Ability to set owner by name when creating tickets. - Ability to set timeleft when creating tickets - -2001-06-08 23:00 jesse - - * Makefile, README, etc/schema.Pg, lib/RT/Ticket.pm: - - Added an index to etc/schema.Pg - Ticket.pm->Create now passes through a few more values that were missing. - - Added doc on imports w/ postgres to the readme. - - bumped the version to 1.3.99 - -2001-06-08 18:32 jesse - - * Makefile, tools/import-1.0-to-2.0: - - Fix for merging more than one ticket. - Fix for req2rt which imported transactions in reverse order. - -2001-06-07 16:02 jesse - - * Makefile, lib/RT/Queue.pm, tools/import-1.0-to-2.0: - - Catch a possibly undefined value in Queue::AddWatcher - Bumped verion to 1.3.97 - another attempt at fixing the owner change generation code in import. - -2001-06-07 14:59 jesse - - * tools/import-1.0-to-2.0: - - The importer now imports the root user and the general queue. - -2001-06-07 12:44 jesse - - * Makefile, etc/config.pm, lib/RT/Interface/Web.pm: - - Support for a seperate local component root for local WebRT mods and additions. - -2001-06-06 17:25 jesse - - * README: - - Added instructions for migrating 1.0 instances to 2.0 - -2001-06-06 16:15 jesse - - * Makefile: - - Bumped version to 1.3.95 - -2001-06-06 16:15 jesse - - * tools/import-1.0-to-2.0: - - Importer should now import tickets created by the req importer - -2001-06-06 16:12 jesse - - * bin/initacls.Pg: - - initacls.Pg should now handle pg database on remote machine - -2001-06-06 16:05 jesse - - * webrt/Ticket/Elements/ShowRequestor: - - Don't show the 'About this Requestor' box if the user is privileged. - -2001-06-06 15:37 jesse - - * lib/RT/Date.pm: - - Now date comparisons against never dtrt. - -2001-06-06 15:30 jesse - - * lib/RT/Interface/Web.pm: - - Search by content now works on the web - -2001-06-06 14:22 jesse - - * webrt/Admin/Groups/Members.html: - - Fix for #552: spurious warning when going into group membership editor - -2001-06-06 14:14 jesse - - * webrt/Ticket/Elements/EditKeywordSelects: - - keywordSelect selction fix (fsck #555) - -2001-06-06 10:57 jesse - - * Makefile, tools/import-1.0-to-2.0: - - Removed spurious 'u' from line 1 of importer. - bumped version to 1.3.95-test2 - -2001-06-06 09:39 jesse - - * Makefile, tools/import-1.0-to-2.0: - - Possible fix for jens' user import troubles. - bounced version to 1.3.95-test1 - -2001-06-06 02:12 jesse - - * Makefile, tools/import-1.0-to-2.0: - - Importer wasn't properly grabbing ACLs. Bumped version to 1.3.94 - -2001-06-06 01:33 jesse - - * tools/import-1.0-to-2.0: - - Fixed a bug in the 'Make users superusers' code in the importer - -2001-06-06 00:41 jesse - - * lib/RT/Ticket.pm: - - fixed a missing =cut (end of perldoc in ticket.pm - -2001-06-06 00:40 jesse - - * Makefile, tools/import-1.0-to-2.0: - - fixing a typo in importer's mime parser - -2001-06-06 00:19 jesse - - * Makefile, lib/Makefile.PL, lib/RT/Action/Notify.pm, - lib/RT/Action/SendEmail.pm, tools/testdeps: - - Cleaned up some dependencies - RT should no longer send mail when there are no recipients. thanks to the nice folks at Sensarray.com for some good debugging. - -2001-06-05 23:16 jesse - - * Makefile, bin/webmux.pl, tools/import-1.0-to-2.0: - - Fixed some bogus header parsing in import. - web mux now tries to chown files again. (christian's going to test it again ;) - Bumped to 1.3.91 for a release - -2001-06-05 11:34 jesse - - * webrt/Admin/Users/Modify.html: - - Rephrased the "Privileged" checkbox in AdminUsers. - -2001-06-05 11:18 jesse - - * Makefile, bin/webmux.pl, tools/import-1.0-to-2.0, - webrt/NoAuth/Logout.html: - - webmux no longer tries to chown its data directories on startup - import now handles final_priority - Logout.html now refreshes to a login page - -2001-06-05 10:42 jesse - - * Makefile, tools/import-1.0-to-2.0: - - When we added support for 'priority' transactions, we accidentally broke - support for 'subject' transactions. fixed now. - -2001-06-05 03:25 jesse - - * Makefile, tools/import-1.0-to-2.0: - - Import tool now handles priority changes. - -2001-06-05 02:56 jesse - - * Makefile, tools/import-1.0-to-2.0: - - Minor tweak to importer to try even harder to find users in the database before creating new ones. - -2001-06-05 02:32 jesse - - * Makefile, tools/import-1.0-to-2.0: - - importer is now less likely to try to greate nonexitent empty users. - - Makefile now chgrps web ui datafiles - -2001-06-05 00:06 jesse - - * Makefile, tools/import-1.0-to-2.0: - - Removed out of date comments in the importer - Made the importer grab its libraries from the makefile. (Turned off testing code) - -2001-06-05 00:01 jesse - - * Makefile: - - Bumped the version # to 1.3.84 for immediate release - -2001-06-04 23:50 jesse - - * Makefile, lib/RT/Ticket.pm, tools/import-1.0-to-2.0: - - Cleanups to Ticket->Import - import-1.0-to-2.0 now deals with dates right. - -2001-06-04 20:52 jesse - - * lib/RT/Link.pm, lib/RT/Ticket.pm, lib/RT/User.pm, - tools/import-1.0-to-2.0: - - Cleanup to Ticket, Link and User. - - merge now works on import. - - most everything in import other than ticket dates should work now. - -2001-06-04 01:34 jesse - - * tools/import-1.0-to-2.0: - - more cleanup - -2001-06-04 00:03 jesse - - * tools/import-1.0-to-2.0: - - First cut at importing queue adminccs and acls - -2001-06-03 22:16 jesse - - * tools/import-1.0-to-2.0: - - Cleanup and better progress indication - -2001-06-03 13:33 jesse - - * lib/RT/Record.pm, lib/RT/Ticket.pm, tools/import-1.0-to-2.0: - - More work on the importer. now it gets transaction creators right and catches requestor email addreses. - -2001-06-03 03:43 jesse - - * lib/RT/Ticket.pm, lib/RT/Transaction.pm, tools/import-1.0-to-2.0: - - Transaction.pm now allows the caller to turn off scrips (for import) - Ticket.pm now has a mostly working import method. - import-1.0-to-2.0 seems to have some basic functionality. it's not _working_ yet, but it - will do most of what we want it to. - -2001-06-02 20:36 jesse - - * webrt/Ticket/Display.html: - - Fix for Ticket #537 Crash when creating ticket without permission to view ticket - -2001-06-02 14:22 jesse - - * tools/import-1.0-to-2.0: - - added a couple of todos to the import tool - -2001-06-02 14:14 jesse - - * Makefile, tools/import-1.0-to-2.0: - - Work on the importer. it now runs. (note that it probably won't yet _import_ anything) - -2001-06-02 12:58 jesse - - * Makefile, bin/webmux.pl, lib/RT/Ticket.pm, lib/RT/Transaction.pm: - - Bumped the version to 1.3.84 - - Once again chown mason data directory in webmux.pl, this time - using more reliable, dynamic userids, rather than compiled in defaults. - - Added an 'import' method to Ticket, for the RT1 importer. - - Added a Subject method to transaction, to simplify the lives of template authors - -2001-06-01 23:38 jesse - - * tools/: import-1.0-to-2.0, insertdata: - - Cleaned up some names and descriptions in insertdata - - First checkin of outline of code of import tool. It's never been run. - It's incomplete. - -2001-06-01 23:38 jesse - - * tools/import-1.0-to-2.0: - - file import-1.0-to-2.0 was initially added on branch rt-1-1. - -2001-05-31 23:27 jesse - - * lib/RT/Tickets.pm: - - Cleaned up Tickets->LimitQueue a bit - -2001-05-31 21:22 jesse - - * Makefile, tools/testdeps: - - Fixed testdeps to use new searchbuilder. bumped version to 1.3.83 - -2001-05-31 21:14 jesse - - * lib/RT/Tickets.pm, lib/RT/Interface/Web.pm, - webrt/Elements/SelectKeyword: - - Logic fixes for keyword select negation - -2001-05-31 20:30 jesse - - * lib/RT/Tickets.pm, lib/RT/Interface/Web.pm, - webrt/Elements/SelectKeyword: - - Added support for "Tickets without keyword 'foo'. - -2001-05-31 17:32 jesse - - * bin/webmux.pl, lib/RT/Interface/Web.pm, - webrt/Ticket/Attachment/dhandler: - - Fix for #522: attachments without names got short shrift. - webRT now dies rather than run when users can't log in due to a permissions - bug. - -2001-05-31 02:57 jesse - - * etc/: schema.Pg, schema.mysql: - - Cleaned up the table indices a bit. for mysql, yanked duplicate indices. - for Pg, added an index (we need to regen the schema for pg soon) - -2001-05-31 02:46 jesse - - * Makefile, lib/RT/Interface/Web.pm, webrt/Ticket/ModifyAll.html, - webrt/Ticket/ModifyPeople.html, webrt/Ticket/Elements/AddWatchers, - webrt/Ticket/Elements/EditPeople: - - You can now add watchers by email address - Bumped version to 1.3.82 - -2001-05-29 15:58 jesse - - * webrt/Ticket/Attachment/dhandler: - - Fixed the attachments display bug. - -2001-05-29 15:48 jesse - - * lib/RT/Ticket.pm: - - Fix for #513 - status update without permissions returns no error message - -2001-05-29 00:38 jesse - - * Makefile: - - Bumped version to 1.3.81 - -2001-05-28 20:39 jesse - - * bin/webmux.pl: - - Removed a bogus line from webmux - -2001-05-28 20:29 jesse - - * lib/RT/: Ticket.pm, Interface/Web.pm: - - Work to solve 325: updating detritus in update listing - -2001-05-28 17:35 jesse - - * bin/rt, etc/schema.mysql, etc/schema.pm, lib/RT/Ticket.pm, - lib/RT/Interface/CLI.pm, webrt/Ticket/Attachment/dhandler: - - Work on the CLI to resolve #482. Can't add content when creating tix with the CLI - Do a bunch of better error checking on ticket creation. - - Generalized the ticket status checking code. - - Added another index on Attachments for increased speed. - -2001-05-28 15:49 jesse - - * lib/RT/Ticket.pm: - - Removed code which auto-opened tickets that were new. It should - be a scrip and it's too late in teh release cycle to do this right now. - -2001-05-28 15:24 jesse - - * webrt/SelfService/: Details.html, Elements/MyRequests: - - Fixed #506. Non-priv user can't see tickets - -2001-05-23 23:53 jesse - - * webrt/SelfService/Elements/MyRequests: - - Fixed MyRequest so it shows your tickets. - -2001-05-23 23:18 jesse - - * Makefile: - - Bumped the version to 1.3.80 - -2001-05-23 23:01 jesse - - * bin/webmux.pl, docs/manual.pod, webrt/Elements/MyRequests, - webrt/Elements/MyTickets, webrt/NoAuth/Logout.html, - webrt/Ticket/ModifyAll.html: - - Fixed logout bug from 1.3.79 http://fsck.com/rt2/Ticket/Display.html?id=500 - Fixed bug in jumbo from 1.3.79 http://fsck.com/rt2/Ticket/Display.html?id=496 - Added a bit of docs about templates to the manual - - Cleaned up the ui for MyRequests and MyTickets a bit. - -2001-05-23 12:34 jesse - - * webrt/SelfService/: Prefs.html, index.html: - - Little bit of cleanup to SelfService. added prefs. - -2001-05-23 12:34 jesse - - * webrt/SelfService/Prefs.html: - - file Prefs.html was initially added on branch rt-1-1. - -2001-05-23 12:07 jesse - - * Makefile: - - Bumped version to 1.3.79. - -2001-05-23 12:06 jesse - - * README, tools/testdeps: - - Added dependecy on DBIx::SearchBuilder 0.34 - -2001-05-23 11:43 jesse - - * bin/: rt-mailgate, webmux.pl: - - Made sure that the webui always writes sessions to disk - Fixed a typo in the mail gateway. - -2001-05-23 00:09 jesse - - * Makefile, bin/rt-mailgate: - - Added a bit of code to rt-mailgate to deal with not properly loading users on - ticket creation. - -2001-05-22 23:01 jesse - - * lib/RT/Ticket.pm: - - Within Ticket->Create, always get a Queue object as SystemUser for like, defaults and stuff. - -2001-05-21 18:12 jesse - - * etc/config.pm: - - Added comments from Feargal about how to configure RT for http urls. - -2001-05-21 16:37 jesse - - * Makefile: - - bumped version to 1.3.78 - -2001-05-21 16:36 jesse - - * lib/RT/Ticket.pm, webrt/Ticket/Display.html: - - Tickets now open when they're new and get acted on. - -2001-05-21 16:09 jesse - - * lib/RT/Action/: Autoreply.pm, SendEmail.pm: - - Fix for Ticket #481 $CorrespondAddress= variable in config.pm doesn't work - -2001-05-21 15:54 jesse - - * webrt/Elements/MessageBox: - - Added a space at teh end of the line, per the standard convention for signature - dashes. - -2001-05-21 15:54 jesse - - * webrt/Elements/MessageBox: - - If the user doesn't have a signature, don't include signature dashes - -2001-05-21 15:17 jesse - - * lib/RT/Tickets.pm, webrt/Ticket/ModifyAll.html: - - Dead tickets aren't searchable via the ui anymore. - ModifyAll is a bit smarter about what to let people do. - -2001-05-21 14:02 jesse - - * lib/RT/Keyword.pm, webrt/Admin/Keywords/index.html: - - Editing keywords without permission now actually tells you so. - -2001-05-21 13:32 jesse - - * webrt/Admin/: Global/Scrips.html, Queues/Scrips.html: - - Users without permission to delete scrips now get a proper permission denied. - -2001-05-21 13:20 jesse - - * webrt/Ticket/: Update.html, Elements/Tabs: - - The ticket update form is now a little smarter about only letting people perform - updates that they have the right to perform. - -2001-05-17 23:09 jesse - - * Makefile: - - Chmod the makefile in the make dist procedure. - -2001-05-17 23:05 jesse - - * README: - - Cleaned up some instructions. Thanks Feargal. - -2001-05-17 22:50 jesse - - * Makefile, lib/RT/Transaction.pm, lib/RT/Action/SendEmail.pm, - tools/insertdata: - - Fixed scrip actions to activate when there's a missing scripcontent. - - Added a Content method to Transaction.pm - Fixed Tempates to use new Content method. - -2001-05-17 16:19 jesse - - * lib/RT/Transaction.pm, lib/RT/Action/SendEmail.pm, - webrt/Ticket/Display.html, webrt/Ticket/Update.html: - - Better debugging info for some scrips. - - Fixed bugs which prevented status and owner to change on correspondence - and comment. - -2001-05-17 12:36 jesse - - * Makefile, README: - - Bumped the version. Added Mark Vevers to the thansk in the readme. - -2001-05-17 12:34 jesse - - * lib/RT/Interface/Web.pm: - - Removed some obsolete code. fixed a bug in Comment recording from Mark Vevers - -2001-05-16 18:51 jesse - - * Makefile, tools/testdeps: - - Fixed testdeps to not install bogus new DBD::mysql rev. - Bumped rev to 1.3.75 - -2001-05-16 17:30 jesse - - * Makefile: - - bumped to 1.3.74 - -2001-05-16 17:30 jesse - - * webrt/Admin/Groups/Modify.html: - - Fixed a small bug in Groups editing - -2001-05-16 17:21 jesse - - * tools/testdeps: - - Bumped version to 1.3.73. - Bumped dependency on searchbuilder to 0.33 - -2001-05-16 17:15 jesse - - * webrt/: Elements/TitleBoxStart, Ticket/Update.html, - Ticket/Elements/Tabs: - - The quick link for 'Resolve' now requests that the user enter a ticket update - -2001-05-16 15:45 jesse - - * README, lib/RT/Interface/Web.pm, tools/testdeps, - webrt/Ticket/Display.html: - - Added some documentation about what to do if the install fails. - - Specified a minimum working version of DBD::mysql. - - Fixed support for entering updates via the webui. - -2001-05-15 00:55 jesse - - * lib/RT/Action/Autoreply.pm: - - Fixed a typo that broke autoreplies - -2001-05-15 00:37 jesse - - * tools/testdeps: - - added Errno dependency - -2001-05-14 23:44 jesse - - * etc/config.pm, tools/insertdata, webrt/Admin/Queues/People.html: - - Cleaned up a bit of phrasing. cleaned up some extra /s in urls. - -2001-05-14 22:49 jesse - - * Makefile, bin/mason_handler.fcgi, bin/mason_handler.scgi, bin/rt, - bin/webmux.pl, lib/Makefile.PL, lib/RT/Date.pm, - lib/RT/Interface/Web.pm, tools/testdeps: - - Switched from Date::Manip To Graham Barr's Date::Parse - -2001-05-14 18:58 jesse - - * lib/RT/Scrips.pm, lib/RT/Ticket.pm, lib/RT/Interface/Web.pm, - webrt/Ticket/Display.html, webrt/Ticket/Elements/Tabs: - - Work on the web frontend. the "quick" links have been cleaned up and decomplexified. - -2001-05-14 17:11 jesse - - * lib/RT/User.pm, lib/RT/Interface/Web.pm, - webrt/Admin/Groups/Modify.html, webrt/Admin/Users/Modify.html: - - Cleaned up bugs related to spurious extra display of information in user and group modification and ACL deletion - when the user didn't have the right to do so. - -2001-05-13 23:05 jesse - - * webrt/Admin/Users/index.html: - - no longer provide a link to create a new user to someone who doesn't have rights to do so. - -2001-05-13 22:49 jesse - - * lib/RT/Ticket.pm, tools/insertdata, webrt/Ticket/Modify.html: - - yanked bogus Ticket Queue caching - rephrased ticket creation autoreply - -2001-05-13 22:15 jesse - - * webrt/User/Prefs.html: - - Added a hack to make sure that session gets written to disk - -2001-05-13 22:11 jesse - - * webrt/User/Prefs.html: - - more work on letting users edit their own passwords - -2001-05-13 21:40 jesse - - * webrt/Ticket/: Attachment/dhandler, Elements/ShowTransaction: - - Fix for #433. now attachements are displayable after merges. - -2001-05-12 17:46 jesse - - * Makefile, lib/Makefile.PL, tools/testdeps, webrt/User/Prefs.html: - - Started work on user prefs. password changing is untested - - Fixed dependency on SB to .31 and bumped version - -2001-05-11 12:32 jesse - - * lib/RT/Record.pm: - - turned on use of DBIx::SearchBuilder::Record::Cachable - -2001-05-11 12:30 jesse - - * lib/RT/User.pm, webrt/Elements/Quicksearch: - - Redid how the ACL checking works for great perf gains. - Added stalled lists to quicksearch. - -2001-05-09 20:11 jesse - - * Makefile: - - Bumping the version # so people working off cvs get less confused. - -2001-05-09 20:11 jesse - - * bin/rt-mailgate, lib/RT/Queue.pm, lib/RT/Action/Autoreply.pm, - lib/RT/Action/Notify.pm, lib/RT/Action/NotifyAsComment.pm, - lib/RT/Action/SendEmail.pm: - - Cleanup in the mail sending stuff. - fix for ticket 403: RT should no longer send mail when it has - no recipients - - fix for #404: Squelch-Replies-To should be a bit more intelligent, - since it was rewritten from scratch - - RT should now properly send mail to queue ccs and queue admin ccs - when you ask it to - - internally, RT's mail sending stuff now lets you pass around - arrays of addresses to send mail to, rather than comma delimited - strings. More flexible down the line. - -2001-05-09 16:39 jesse - - * README: - - Updated the readme to note the dependency on setuid perl - -2001-05-09 16:08 jesse - - * webrt/Ticket/Elements/ShowLinks: - - fix for RT/fsck.com: Ticket #440 [rt-devel] 'Depended on by' doesn't work - -2001-05-08 20:48 jesse - - * etc/schema.mysql, etc/schema.pm, lib/RT/Ticket.pm, - lib/RT/Transaction.pm, webrt/Admin/Elements/UserTabs, - webrt/Admin/Queues/People.html, webrt/Elements/MyRequests, - webrt/Elements/MyTickets, webrt/Elements/Tabs, - webrt/Ticket/Elements/ShowBasics, - webrt/Ticket/Elements/ShowRequestor: - - Schema.pm now has a few more indices. the mysql schema has been regenerated, but not - the Pg or oracle schemas. - - in Ticket.pm, a message got the queue id replaced with the queue name - - removed a spurious variable localization in Transaction.pm - - Removed a pointer to a nonexistent page on admin/user/modify - - Modifying queue watchers now has a more coherent title - - "This user's tickets, My requests and My tickets are now limited to the 25 highest priority items - attached to you. - - The "Administration" tab has been changed to the "Configuration" tab - -2001-04-04 16:55 jesse - - * lib/RT/Interface/Web.pm: - - Fixing a comment in the web interface. no functional changes. - -2001-04-04 16:52 jesse - - * Makefile: - - - Bumping the version to 1.3.70 for release - -2001-04-04 16:51 jesse - - * lib/RT/User.pm: - - lib/RT/User no longer treats "ModifySelf" as equivalent to "AdminUsers" for the current user. - -2001-04-04 15:08 jesse - - * lib/RT/KeywordSelect.pm, lib/RT/Action/Autoreply.pm, - webrt/Admin/Global/Keywords.html, webrt/Admin/Queues/Keywords.html: - - Fixed a crashing bug and an ACL violation on keywordselect deletion - -2001-04-04 00:19 jesse - - * Makefile: - - bumping version for release - -2001-04-03 21:14 jesse - - * Makefile: - - Bumped the version - -2001-04-03 21:08 jesse - - * etc/config.pm, lib/RT/Action/Notify.pm: - - Added configuration tweak to not set a :; To header if the user doesn't want it. - -2001-04-03 17:32 jesse - - * lib/RT/Action/Notify.pm: - - Fix for sendmail null list syntax. : ; is not the same as :; to sendmail - -2001-04-03 17:05 jesse - - * webrt/Admin/Queues/: GroupRights.html, UserRights.html: - - removed a couple of stray 's in the html - -2001-04-03 16:50 jesse - - * webrt/Elements/Header: - - Dropped doctype back to 4.0 because 4.01 makes mozilla render things funny - -2001-04-03 16:47 jesse - - * webrt/Elements/Quicksearch: - - - should have been
- -2001-04-03 16:30 jesse - - * webrt/Elements/Quicksearch: - - Added a feature request/patch from nick@netability.ie - http://fsck.com/rt2/Ticket/Display.html?id=345 - -2001-04-03 16:01 jesse - - * tools/testdeps: - - Adding in testing for params::validate 0.02 - -2001-04-03 15:46 jesse - - * Makefile: - - Bumped the version slightly for a prerelease - -2001-04-03 15:40 jesse - - * lib/RT/Action/Autoreply.pm, lib/RT/Action/SendEmail.pm, - tools/insertdata: - - Fixed autoreply by adding a new scrip. some misc. cleanup in SendEmail (method calls were on the wrong object) - -2001-04-03 15:40 jesse - - * lib/RT/Action/Autoreply.pm: - - file Autoreply.pm was initially added on branch rt-1-1. - -2001-04-03 15:15 jesse - - * lib/RT/Action/SendEmail.pm: - - Fixed a bug in the 'blacklist' regexp - -2001-04-03 15:04 jesse - - * etc/config.pm, lib/RT/Action/SendEmail.pm, - lib/RT/Interface/Web.pm, webrt/Ticket/Elements/ShowRequestor: - - Two seperate fixes for the "RT doesn't send mail" problem. One that helps fix Mail::Internet->send - and one that provides an alternative. - - A fix for a bad link in ShowRequestor. - - Updating fields via the web ui should now be a bit more descriptive - -2001-04-03 02:31 jesse - - * webrt/Ticket/ModifyPeople.html: - - Missed one of the mason fixes - -2001-04-03 02:31 jesse - - * Makefile, bin/rt-mailgate, etc/config.pm, lib/RT/Date.pm, - lib/RT/Ticket.pm, lib/RT/Transaction.pm, lib/RT/Watcher.pm, - lib/RT/Interface/Web.pm, webrt/Admin/Global/GroupRights.html, - webrt/Admin/Global/Keywords.html, webrt/Admin/Global/Scrips.html, - webrt/Admin/Global/UserRights.html, - webrt/Admin/Keywords/index.html, - webrt/Admin/Queues/GroupRights.html, - webrt/Admin/Queues/Keywords.html, webrt/Admin/Queues/People.html, - webrt/Admin/Queues/Scrips.html, webrt/Admin/Queues/UserRights.html, - webrt/Ticket/Modify.html, webrt/Ticket/ModifyAll.html, - webrt/Ticket/ModifyDates.html, webrt/Ticket/ModifyPeople.html: - - Added support for parsing Cc and To in the mail gateway - (resolves the last work item for beta 2 - #219) - - Ticket due date is no longer set to "right now" if the queue has an - undefined "default due in" - - Cleanup warnings in date, ticket and watcher - - fixes for a bunch of mason 1.01 related bugs (Mason changed handling of combined GET and POST, thus breaking RT) - -2001-04-02 23:15 jesse - - * README, bin/webmux.pl: - - Cleanup for mason 1.01. - Moved Apache::DBI out of the webmux into the instructions - -2001-04-02 17:56 jesse - - * tools/initdb: - - Typo fix from "Nick Hilliard" - -2001-04-02 15:32 jesse - - * Makefile, lib/RT/Keyword.pm, webrt/NoAuth/Logout.html: - - Makefile cleanup. - Fix for #342 - reported by ivan - - Fix for a bug that clobbered logouts. - -2001-04-02 03:09 jesse - - * Makefile: - - Bumped version for release - -2001-04-01 19:19 jesse - - * bin/rtadmin, lib/RT/ACE.pm, lib/RT/Interface/Web.pm, - webrt/Admin/Elements/SelectRights, - webrt/Admin/Global/GroupRights.html, - webrt/Admin/Global/UserRights.html, - webrt/Admin/Queues/GroupRights.html, - webrt/Admin/Queues/UserRights.html: - - Redid the ACL editor so that it's much much faster. and easier to use...if not quite as pretty. - -2001-04-01 17:31 jesse - - * webrt/Ticket/Elements/: ShowDates, ShowRequestor: - - fixing a couple of html typos - -2001-03-31 03:07 jesse - - * Makefile: - - fixing Changelog generation - -2001-03-31 02:52 jesse - - * Makefile: - - Bumped the version. - -2001-03-31 02:52 jesse - - * webrt/User/Prefs.html: - - Cleaned up user preferences somewhat. removed things that don't do anything. - - -j - -2001-03-31 01:59 jesse - - * bin/rt: - - Fix for #88 RT now lets you use the CLI to search for tickets, based on links to other tickets - -2001-03-31 01:20 jesse - - * README: - - Fix for #216: Web session files need better handling and cleanup - -2001-03-31 00:49 jesse - - * Makefile, README, bin/rtadmin, bin/webmux.pl, etc/config.pm: - - Moved RT Session data out of /tmp to somewhere that makes more sense. - This is the first half of the fix for #216. Now we just need to document the cronjob reaper to kill old sessions - - Cleaned up creation of queues and users in bin/rtadmin - - Updates to the README - -2001-03-30 23:44 jesse - - * lib/RT/Ticket.pm: - - Fix for http://fsck.com/rt2/Ticket/Display.html?id=324 - mail from requestors does not reopen ticket - -2001-03-30 23:19 jesse - - * bin/rtadmin, lib/RT/Queue.pm, lib/RT/Watcher.pm: - - Work on Watchers and editing watchers from the CLI tool. added support for --list-{queues|users|groups} - -2001-03-30 19:31 jesse - - * bin/rt, lib/RT/ACE.pm, lib/RT/Queue.pm, lib/RT/Ticket.pm, - lib/RT/Tickets.pm, lib/RT/Watcher.pm, lib/RT/Action/SendEmail.pm, - lib/RT/Interface/Web.pm: - - A bunch of reworking of access control for watchers. should be much more robust - and more flexible. - - Resolves http://fsck.com/rt2/Ticket/Display.html?id=253 by adding the "Watch" and "WatchAsAdminCc" rights. - -2001-03-30 15:41 jesse - - * lib/RT/: Action/Notify.pm, Interface/Web.pm: - - Tiny cleanup in Interface/Web.pm. no functional difference there just being more explicit. - - Fix for #292: Sender of a message is no longer notified of that message. - -2001-03-30 02:55 jesse - - * Makefile: - - Bumped the version - -2001-03-30 02:37 jesse - - * webrt/Elements/SelectDate: - - Fixed an as-yet-untickled bug in SelectDate that incremented things too much - -2001-03-30 02:32 jesse - - * lib/RT/Template.pm, webrt/Admin/Global/Scrips.html: - - Fixes to template creation. stupid typo. - Global scrips creation should now work better - -2001-03-30 02:12 jesse - - * webrt/: Admin/Elements/GroupTabs, Admin/Groups/Members.html, - Admin/Groups/Modify.html, Admin/Users/Modify.html, - Elements/ListActions: - - Fix for PseudoGroups having a prompt to add members. - some cleanups to not make the "Results" box pop up when it's not wanted. - -2001-03-30 01:41 jesse - - * lib/RT/Ticket.pm: - - Attached is a patch to implement the ShowTicketComments in the - display of transactions of a ticket. - - Arthur de Jong - -2001-03-30 01:34 jesse - - * lib/RT/Scrip.pm, webrt/Admin/Global/Scrips.html, - webrt/Admin/Queues/Scrips.html: - - Fix for 328: Re: [rt-users] 1.3.64 & postgres & scrips - there was an ACL bug. - -2001-03-28 22:15 jesse - - * Makefile, webrt/autohandler: - - Fixed a tiny bug in the new authandler that caused logout to fail - -2001-03-27 22:30 jesse - - * webrt/index.html: - - fixed index.html - -2001-03-27 22:26 jesse - - * Makefile, webrt/Admin/Groups/Members.html, - webrt/Ticket/Update.html: - - Added a couple of fixes from Arthur at west.nl - Groups/Members deals better with multiple selections - Ticket/Update now displays queue watchers. - bumped the version to 1.3.63 - -2001-03-27 04:25 jesse - - * docs/manual.pod, webrt/autohandler, webrt/index.html, - webrt/Admin/Users/index.html, webrt/Elements/ShadedBox, - webrt/Search/Listing.html: - - Lots of cleanup of the auothandler. - a tiny bit of doc about an alternative apache configuration. - some web ui cleanup so that when you are on a page, your location is more properly hilighted. - admin/users includes some more verbiage explaining what's going on. - -2001-03-25 00:44 jesse - - * Makefile, lib/RT/Interface/Web.pm: - - Bumped the version. - cosmetic fix in Interface/Web.pm - -2001-03-23 20:33 jesse - - * lib/RT/: Action/SendEmail.pm, Interface/Web.pm: - - Fixed for TEXTAREA newline bug and Correspondence subject bug. - -2001-03-23 00:34 jesse - - * lib/RT/Action/Notify.pm: - - : goes outside the '' in undisclosed recipients - -2001-03-23 00:30 jesse - - * lib/RT/: ACL.pm, ObjectKeywords.pm: - - Removed some very loud uneccesary debugging statements - -2001-03-23 00:27 jesse - - * Makefile, lib/RT/Action/Notify.pm, lib/RT/Action/SendEmail.pm: - - Work on mail sending routines to be more careful about newlines in subjects. - And about Undisclosed recipients - -2001-03-22 23:17 jesse - - * lib/RT/Action/Notify.pm: - - yet another typo in notify.pm - -2001-03-22 23:12 jesse - - * lib/RT/Action/Notify.pm: - - typo fix - -2001-03-22 23:09 jesse - - * lib/RT/Action/: Notify.pm, SendEmail.pm: - - Cleanups and fixes to Notify and SendEmail - -2001-03-22 19:46 jesse - - * webrt/Ticket/ModifyAll.html: - - TicketObj->Ticket - -2001-03-22 19:42 jesse - - * lib/RT/Action/Notify.pm: - - A more functional Undisclosed Recipients; - -2001-03-22 19:28 jesse - - * webrt/Ticket/: ModifyAll.html, Elements/Tabs: - - Elements/Tabs now does better access control checking before making - buttons available to people. - - ModifyAll.html has a better title and should now update objectkeywords. - -2001-03-22 18:18 jesse - - * lib/RT/: Date.pm, Ticket.pm: - - Added a routine to Date.pm to advance the date N days - - Started using queue defaults on Ticket->Create - -2001-03-22 18:17 jesse - - * webrt/: autohandler, Elements/Login, NoAuth/Login.html, - Search/autohandler, Ticket/autohandler: - - Cleanup of the login process. now you can't accidentally call "Login.html" - when you're already logged in. - removed a couple of bogus old autohandlers - -2001-03-22 18:17 jesse - - * webrt/Elements/Login: - - file Login was initially added on branch rt-1-1. - -2001-03-22 14:45 jesse - - * webrt/Ticket/Elements/EditPeople: - - EditPeople should now enforce a list of possible owners reasonably - -2001-03-21 21:40 jesse - - * Makefile: - - bumped the version to .60 - -2001-03-21 21:22 jesse - - * docs/manual.pod: - - Adding some content to the manual. and even more places where the manual is - missing content. :/ - -2001-03-21 12:21 jesse - - * lib/RT/Action/NotifyAsComment.pm: - - NotifyAsComment should now DTRT and send mail from the comments email address - -2001-03-21 02:46 jesse - - * Makefile: - - yanked some cruft from the ChangeLog creator - -2001-03-21 02:44 jesse - - * Makefile, README: - - Bumped the version. added some people to the readme - -2001-03-21 02:39 jesse - - * webrt/Ticket/Elements/ShowBasics: - - Fix for 242: time left displayed via the web ui is now more intuitive - -2001-03-21 02:37 jesse - - * bin/rt, bin/rt-mailgate, lib/RT.pm, lib/RT/Attachment.pm, - lib/RT/Date.pm, lib/RT/Tickets.pm, lib/RT/User.pm: - - Added more error checking and error handling to the mail gateway - finished code in Attachment.pm to handle too-long attachments - - added support for limiting by date to the CLI - - fixed little bugs in user, date and tickets. - -2001-03-20 19:02 jesse - - * docs/manual.pod: - - file manual.pod was initially added on branch rt-1-1. - -2001-03-20 19:02 jesse - - * docs/manual.pod: - - actually adding the outline of the manual - -2001-03-20 19:01 jesse - - * Makefile, bin/rt, docs/API, docs/README.docs, docs/Security, - docs/keywords, etc/config.pm: - - Starting the doc cleanup - -2001-03-20 15:26 jesse - - * webrt/Elements/SelectTicketSortBy: - - LastUpdated, not LastUpdate - -2001-03-20 15:21 jesse - - * webrt/Elements/: SelectDate, SelectTicketSortBy: - - more things to sort by. - select date shouldn't insert spurious null dates. - -2001-03-20 13:27 jesse - - * lib/RT/Action/SendEmail.pm: - - fixed a typo. $defined is not useful perl ;) - -2001-03-20 13:21 jesse - - * lib/RT/Action/: Notify.pm, SendEmail.pm: - - Fixed a couple bugs in Notify and SendEmail that should get mail flowing - for transactions without content. - -2001-03-20 13:08 jesse - - * webrt/Ticket/: Attachment/dhandler, Elements/ShowTransaction: - - Making web based attachment display deal nicely with too-long message bodies - -2001-03-20 04:26 jesse - - * Makefile: - - bumping the version - -2001-03-20 04:20 jesse - - * lib/RT/Action/SendEmail.pm: - - regexps with three /s need a leading s ;) - -2001-03-20 04:16 jesse - - * bin/rt-mailgate, lib/RT/Template.pm: - - fixing scrips-related mailing stuff. some transaction mailing used to bomb out. - -2001-03-20 02:46 jesse - - * Makefile, bin/rt-mailgate, etc/config.pm, - lib/RT/Action/SendEmail.pm, tools/insertdata: - - Work on robustification of the mail gateway. including single-transaction - blacklisting of addresses that might generate bounces. - -2001-03-20 00:41 jesse - - * lib/RT/User.pm: - - Work on user.pm to allow users to be disabled. - -2001-03-19 18:03 jesse - - * webrt/: autohandler, Elements/MyRequests, NoAuth/Login.html, - NoAuth/Reminder.html: - - fixed the MyRequests bug that caused them not to be listed. - nonexistent users no longer get shunted to SelfService. - -2001-03-19 15:30 jesse - - * Makefile, bin/mason_handler.fcgi, bin/mason_handler.scgi, bin/rt, - bin/rt-mailgate, bin/rtadmin, webrt/Admin/Elements/ModifyTemplate, - webrt/Admin/Elements/ModifyUser, webrt/Admin/Global/Template.html, - webrt/Admin/Queues/Template.html, webrt/Admin/Users/Modify.html, - webrt/Elements/MessageBox: - - Fixes for perl path and textarea bugs noted by Arthur de Jong - -2001-03-18 14:58 jesse - - * lib/RT/Attachment.pm: - - Removed an extra signature attachment - -2001-03-17 14:57 jesse - - * Makefile: - - bumped version - -2001-03-17 14:55 jesse - - * lib/Makefile.PL, lib/RT/Tickets.pm, lib/RT/Interface/Web.pm, - webrt/Elements/Quicksearch, webrt/Elements/SelectDate, - webrt/Elements/SelectDateType, webrt/Elements/TitleBoxEnd, - webrt/Search/PickRestriction: - - Fixed a bug on simple actions reported by christian. - Implemented search by date via web ui - -2001-03-16 03:55 jesse - - * Makefile, lib/RT/Interface/Web.pm, webrt/Elements/Header: - - Fixed a tiny typo that prevented objectkeyword editing - -2001-03-16 02:29 jesse - - * Makefile: - - Bumped the version. - -2001-03-16 02:27 jesse - - * Makefile, README, bin/initacls.Oracle, bin/initacls.Pg, - bin/initacls.mysql, bin/initdb.Oracle, tools/initdb: - - some clarifications to the install procedure. - -2001-03-16 02:10 jesse - - * lib/RT/Tickets.pm, webrt/Search/Listing.html: - - Fixed #2 WebRT doesn't refresh searches properly. the oldest bug in the bug tracking - system ;) - - Fixed Tickets->Count - -2001-03-16 01:39 jesse - - * webrt/Admin/: Global/Template.html, Global/Templates.html, - Queues/Modify.html, Queues/Template.html, Queues/Templates.html: - - now you can create templates with the web ui. - -2001-03-16 00:39 jesse - - * webrt/Ticket/Elements/EditLinks: - - file EditLinks was initially added on branch rt-1-1. - -2001-03-16 00:39 jesse - - * webrt/Ticket/ModifyAll.html: - - file ModifyAll.html was initially added on branch rt-1-1. - -2001-03-16 00:39 jesse - - * lib/RT/Ticket.pm, lib/RT/Interface/Web.pm, webrt/Elements/Tabs, - webrt/Ticket/Modify.html, webrt/Ticket/ModifyAll.html, - webrt/Ticket/ModifyDates.html, webrt/Ticket/ModifyLinks.html, - webrt/Ticket/ModifyPeople.html, webrt/Ticket/ValidateUpdate.html, - webrt/Ticket/Elements/EditKeywordSelects, - webrt/Ticket/Elements/EditLinks, webrt/Ticket/Elements/EditPeople, - webrt/Ticket/Elements/Tabs: - - A bunch of Ticket modification refactoring and cleanup. - Added a "ModifyAll" at sam hartman's suggestion - -2001-03-14 21:20 jesse - - * bin/rt: - - --id=43-45 should now work. there was a regex typo - -2001-03-14 04:37 jesse - - * Makefile, bin/initacls.Oracle, etc/acl.Oracle, etc/acl.mysql, - etc/schema.Oracle, etc/user.Oracle, tools/initdb, tools/testdeps: - - reworked init procedures, oracle schema and - acl setup for mysql and postgres and oracle. - - RT2 now runs on oracle. - -2001-03-14 02:08 jesse - - * etc/acl.Oracle, etc/schema.Oracle, tools/initdb: - - hacking to make oracle work. we're much of the way there. next up: - schema updates - -2001-03-14 02:08 jesse - - * etc/acl.Oracle: - - file acl.Oracle was initially added on branch rt-1-1. - -2001-03-14 01:03 jesse - - * webrt/Admin/Queues/GroupRights.html: - - file GroupRights.html was initially added on branch rt-1-1. - -2001-03-14 01:03 jesse - - * webrt/Admin/Queues/UserRights.html: - - file UserRights.html was initially added on branch rt-1-1. - -2001-03-14 01:03 jesse - - * Makefile, lib/RT/ACE.pm, lib/RT/Interface/Web.pm, tools/initdb, - webrt/Admin/Elements/QueueTabs, - webrt/Admin/Global/GroupRights.html, webrt/Admin/Queues/ACL.html, - webrt/Admin/Queues/GroupRights.html, - webrt/Admin/Queues/UserRights.html, webrt/Elements/Tabs, - webrt/NoAuth/webrt.css: - - Cleanup to the ACL editors (consistency) - a bit of web ui tuning. - - fixes for initdb issues (thanks, jhutz) - - minor cleanups to ACE.pm - -2001-03-13 22:44 jesse - - * lib/RT/Transaction.pm, lib/RT/Transactions.pm, tools/testdeps: - - Updated DBIx::SearchBuilder dependency - - code cleanup and sketching in Transaction.pm and Transactions.pm - -2001-03-12 21:14 jesse - - * Makefile, etc/schema.Pg, etc/schema.mysql, tools/initdb, - tools/testdeps: - - initdb now caches schema, eliminating the install-time dependency on DBIx::DBSchema. - - this is 1.3.50, folks. it has what I believe to be functional postgres support - -2001-03-11 21:58 jesse - - * etc/config.pm, etc/schema.pm, lib/RT/Attachment.pm, - lib/RT/Ticket.pm, tools/initdb: - - Cleanup in Ticket.pm - Bugfixes to Attachment.pm (for postgres mimencoding supporT) - - reconfigured to use the new DBIx::DBSchema (which isn't out yet. but should - be soon) - - still need to do a bit more work on attachments configuration. - -2001-03-11 02:45 jesse - - * bin/rt-mailgate: - - file rt-mailgate was initially added on branch rt-1-1. - -2001-03-11 02:45 jesse - - * Makefile, README, bin/rt-mailgate, bin/rtmux.pl, bin/webmux.pl, - etc/config.pm, etc/schema.Oracle, etc/schema.pm, lib/RT.pm, - lib/RT/Attachment.pm, lib/RT/ScripAction.pm, lib/RT/Ticket.pm, - lib/RT/Action/SendEmail.pm, lib/RT/Interface/CLI.pm, - lib/RT/Interface/Email.pm, tools/insertdata: - - This is a bit more of a 'comprehensive' diff than I'd intended. That's what - I get for working for 1/2 a week at my parents place without real net ;) - - Cleanups in the makefile and readme to make installation simpler and more - sensical. - - removed outdated rtmux.pl - moved old Interface/Email.pm to bin/rt-mailgate - started new baseclass for new mail gateways (Interface/Email.pm) - - first cut implementation of attachment size limits. - - switched mysql to use 'longblob' rather than just 'blob', so - that users can submit > 64k attachments. with the next release - of DBIx::DBSchema, we should have what we need to get - PG attachmetns of more reasonable sizes working. - - first cut implementation of base64 encoding for MIME objects - on databases that don't support BLOBs (postgres) - - restructured initdb so we'll be able to support databases - for which we need to hand-hack schema. - - added the 'Owner' pseudogroup to insertdata - - fixed the bug in logging for the mail gateway that caused - lots of warnings about joins. - - lots of work on the mail gateway to start to clean up and restructure - things. - -2001-03-10 18:53 jesse - - * tools/initdb: - - Refactoring initdb to make it easier to do things like add oracle support. yay - -2001-03-09 15:19 jesse - - * lib/RT/Condition/StatusChange.pm: - - file StatusChange.pm was initially added on branch rt-1-1. - -2001-03-09 15:19 jesse - - * Makefile, etc/config.pm, lib/RT/Attachment.pm, lib/RT/Link.pm, - lib/RT/Ticket.pm, lib/RT/Transaction.pm, lib/RT/Watcher.pm, - lib/RT/Action/SendEmail.pm, lib/RT/Condition/AnyTransaction.pm, - lib/RT/Condition/Generic.pm, lib/RT/Condition/StatusChange.pm, - tools/insertdata, tools/testdeps: - - OnResolve scrip now works. - some cleanup on Scrips and Watchers. - commented out some debug messages that aren't immediately useful - -2001-03-09 15:15 jesse - - * webrt/Ticket/: ModifyDates.html, Elements/EditWatchers: - - Two bugfixes: - one, editdates no longer errors out on 5.005 - two, links from watchers to the ModifyUser page now work properly - -2001-03-08 15:21 jesse - - * Makefile, lib/RT/User.pm, tools/insertdata: - - - Fixed a bootstrapping bug introduced with the new acls on Create. - bumped version to 1.3.49_01 - -2001-03-07 00:40 jesse - - * lib/: test.pl, RT/ACE.pm, RT/CurrentUser.pm, RT/Group.pm, - RT/GroupMember.pm, RT/Keyword.pm, RT/KeywordSelect.pm, RT/Link.pm, - RT/Queue.pm, RT/Scrip.pm, RT/ScripAction.pm, RT/Template.pm, - RT/Ticket.pm, RT/Transaction.pm, RT/User.pm, RT/Watcher.pm: - - acls for Delete methods that needed them. - flat lockouts on Delete methods that needed them. - - test.pl got 'use *' added to it - -2001-03-06 18:07 jesse - - * lib/RT/Attachment.pm: - - Backing out changes that broke ->Content - -2001-03-06 17:42 jesse - - * Makefile, lib/RT/Attachment.pm, lib/RT/Record.pm, - lib/RT/Interface/Web.pm, webrt/Elements/SelectSortOrder, - webrt/Search/Listing.html, webrt/Search/PickRestriction: - - work on Attachments. - cleanup on sorting and limiting. - -2001-03-06 16:26 jesse - - * webrt/Search/PickRestriction: - - adding a header - -2001-03-04 19:46 jesse - - * etc/schema.pm: - - Schema change to support postgres - -2001-03-04 19:44 jesse - - * lib/RT/Record.pm: - - Small change for new DBIx::SearchBuilder::Record PrimaryKey behaviors.. - -2001-03-04 19:15 jesse - - * bin/rt: - - rt --id= should work now - -2001-03-02 00:26 jesse - - * etc/config.pm, lib/RT/Date.pm, lib/RT/Ticket.pm, - webrt/Ticket/ModifyDates.html: - - first pass on dates and timezones...seems to work. for common ops - -2001-02-28 16:34 jesse - - * lib/RT/User.pm: - - fix for RT/fsck.com: Ticket #208 User->Create needs more argument checking - added a check to User->Create to make sure a name was specified - -2001-02-28 08:56 jesse - - * Makefile, bin/rtadmin: - - Enabled the ability to set a user's password via the CLI - -2001-02-27 22:09 jesse - - * lib/Makefile.PL, tools/testdeps: - - Bumping required version of searchbuilder in testdeps and lib/Makefile.pl - -2001-02-27 22:00 jesse - - * webrt/Elements/SelectKeyword: - - allowing undef keywords - -2001-02-27 21:43 jesse - - * webrt/Admin/Queues/Scrips.html: - - Fix for ticket #50. grammar in per queue scrip descriptions - -2001-02-27 21:41 jesse - - * tools/insertdata: - - resolving ticket #181- extra \s in the autoreply template - -2001-02-27 21:36 jesse - - * Makefile, lib/RT/Transaction.pm, tools/testdeps: - - testdeps now erorrs out if you don't specify a db type. - - queue change transaction descriptions are better. - - bumped the version - -2001-02-27 21:12 jesse - - * webrt/Elements/SelectTicketSortBy: - - file SelectTicketSortBy was initially added on branch rt-1-1. - -2001-02-27 21:12 jesse - - * webrt/Elements/SelectSortOrder: - - file SelectSortOrder was initially added on branch rt-1-1. - -2001-02-27 21:12 jesse - - * lib/RT/Ticket.pm, lib/RT/Tickets.pm, lib/RT/Interface/Web.pm, - webrt/Elements/SelectKeyword, webrt/Elements/SelectResultsPerPage, - webrt/Elements/SelectSortOrder, webrt/Elements/SelectTicketSortBy, - webrt/Search/Listing.html, webrt/Search/PickRestriction: - - Basic ticket sorting has been implemented. - Ticket listing by pages works too. - - a bit of cleanup in the ticket listing. now select by keywords uses the component designed for that purpose - -2001-02-26 15:44 jesse - - * lib/RT/Ticket.pm: - - No longer generate spurious watchers transactions when merging tickets. - -2001-02-26 03:08 jesse - - * lib/RT/Ticket.pm: - - fixed a typo in a debug message that prevented compilation - -2001-02-26 02:53 jesse - - * Makefile: - - bumped the version for release. again. - -2001-02-26 02:52 jesse - - * lib/RT/: ACE.pm, Ticket.pm: - - Fixed a variable redef in ticket and an acl granting bug in ACE - -2001-02-26 01:24 jesse - - * Makefile, webrt/Ticket/ModifyLinks.html: - - A bit more merging support. - Bumped version for release - -2001-02-25 22:28 jesse - - * webrt/Ticket/Elements/: ShowHistory, ShowTransaction: - - Cleaning up the transaction display. - -2001-02-25 22:22 jesse - - * lib/RT/: Scrip.pm, ScripCondition.pm, Ticket.pm: - - Some bug fixes for merging. - Fixed a bug in Scrips that caused an infinite loop if the user had no rights. - -2001-02-24 02:42 jesse - - * Makefile, lib/RT/Ticket.pm: - - Fixed a bug that prevented ticket loading from appearing to work - -2001-02-23 19:17 jesse - - * Makefile, lib/RT/Ticket.pm, lib/RT/Interface/Web.pm: - - Fixed a typo in Ticket.pm that prevented transaction lists from working - fixed a paste error in Web.pm - -2001-02-23 17:41 jesse - - * Makefile: - - Bumped the version # for release - -2001-02-23 17:31 jesse - - * Makefile, README, bin/initacls.mysql, bin/webmux.pl, - lib/RT/ACE.pm, lib/RT/ACL.pm, lib/RT/Link.pm, lib/RT/Queue.pm, - lib/RT/Ticket.pm, lib/RT/User.pm, lib/RT/Interface/Web.pm, - tools/initdb, tools/testdeps: - - Fixed a bug that made a first install with mysql fail - yanked a UNIVERSAL::AUTOLOADER handler I inserted to test things out. - Fixed several ACL creation bugs. - Initial implementation of merge for the core. - Testdeps now does database testing. - - Made Ticket->Load smarter. (nolonger needs a seperate LoadByURI sub. - - fixed bugs in the readme - -2001-02-22 01:03 jesse - - * tools/testdeps: - - Updated dependencies. - -2001-02-21 17:49 jesse - - * lib/RT/: Ticket.pm, Tickets.pm: - - Cache Queue in Ticket.pm for added perf. - formatting cleanup in Tickets.pm - -2001-02-20 14:38 jesse - - * webrt/Ticket/Display.html: - - Uncompressed history on summary page... - -2001-02-20 14:18 jesse - - * lib/RT/ScripCondition.pm: - - fixed a pod typo - -2001-02-20 14:07 jesse - - * Makefile, etc/schema.pm, lib/MANIFEST, tools/insertdata, - webrt/Admin/Users/Modify.html, - webrt/SelfService/Elements/ShowTransaction, - webrt/Ticket/Elements/ShowTransaction: - - removed a false unique index from schema. pm. - make web interface and insertdata deal properly with the fact that email addresses - should be unique. - - cleaned up ShowTransaction for the webui. (now uses CreatorObj rather than Creator, - as it was confusing - -2001-02-20 01:42 jesse - - * lib/RT/: ACE.pm, ACL.pm, Attachment.pm, Attachments.pm, - CurrentUser.pm, EasySearch.pm, Group.pm, GroupMember.pm, - GroupMembers.pm, Groups.pm, Keyword.pm, KeywordSelect.pm, - Keywords.pm, Link.pm, Links.pm, ObjectKeyword.pm, - ObjectKeywords.pm, Queue.pm, Queues.pm, Record.pm, Scrip.pm, - ScripAction.pm, ScripActions.pm, ScripCondition.pm, - ScripConditions.pm, Scrips.pm, Template.pm, Templates.pm, - Ticket.pm, Tickets.pm, Transaction.pm, Transactions.pm, User.pm, - Users.pm, Utils.pm, Watcher.pm, Watchers.pm, Action/SendEmail.pm: - - A major security audit of the codebase has taken place. I was primarily out for - ACL related issues, but took care of a number of other minor cleanups at the same time. - -2001-02-19 17:16 jesse - - * NEWS: - - fixed a typo in cli_respond_req - -2001-02-15 18:02 jesse - - * webrt/SelfService/: Details.html, Error.html: - - fixing bug #90: SelfService calls to Abort use the 'standard' handler. which includes the wrong header. - -2001-02-15 18:02 jesse - - * webrt/SelfService/Error.html: - - file Error.html was initially added on branch rt-1-1. - -2001-02-15 17:39 jesse - - * webrt/Admin/Elements/SelectSingleOrMultiple: - - file SelectSingleOrMultiple was initially added on branch rt-1-1. - -2001-02-15 17:39 jesse - - * lib/RT/Keyword.pm, lib/RT/KeywordSelect.pm, - webrt/Admin/Elements/SelectKeywordSelect, - webrt/Admin/Elements/SelectSingleOrMultiple, - webrt/Admin/Global/Keywords.html, webrt/Admin/Queues/Keywords.html, - webrt/Elements/SelectKeyword, webrt/Elements/SelectKeywordOptions, - webrt/Ticket/Elements/ModifyTicket: - - KeywordSelect.pm got an ACL bug fixed. - Keyword.pm now does recursive searches in Descendants properly. - - KeyworSelect editing via the webui is now much smarter. and cleaner. and better. and faster, and resolving bug 123 - -2001-02-15 17:39 jesse - - * webrt/Admin/Elements/SelectKeywordSelect: - - file SelectKeywordSelect was initially added on branch rt-1-1. - -2001-02-13 22:54 jesse - - * lib/: Makefile.PL, RT/ACE.pm, RT/Keyword.pm, RT/KeywordSelect.pm, - RT/Scrip.pm: - - Better ACL handling for ACEs, Keywords and KeywordSelects. - specified more accurate versions of some dependencies in lib/Makefile.PL - -2001-02-13 12:51 jesse - - * bin/rtadmin, etc/schema.pm, lib/RT/Keyword.pm, - lib/RT/KeywordSelect.pm, lib/RT/KeywordSelects.pm, - lib/RT/Keywords.pm, lib/RT/Queue.pm, lib/RT/Queues.pm, - lib/RT/User.pm, lib/RT/Users.pm, webrt/Admin/Global/Keywords.html, - webrt/Admin/Keywords/index.html, webrt/Admin/Queues/Keywords.html, - webrt/Admin/Queues/Modify.html, webrt/Admin/Users/Modify.html: - - Implemented 'Disabled' for Keywords, KeywordSelects, Queues and Users. - This supplants 'Delete' for these objects which need to exist to guarantee - referential integrity. - - Implemented cli and web interfaces to support the new code. - -2001-02-12 18:27 jesse - - * README, bin/rtadmin, etc/schema.pm, lib/RT/Attachment.pm, - lib/RT/EasySearch.pm, lib/RT/Link.pm, lib/RT/ObjectKeyword.pm, - lib/RT/Queue.pm, lib/RT/Queues.pm, lib/RT/Record.pm, - lib/RT/ScripAction.pm, lib/RT/ScripCondition.pm, - lib/RT/Template.pm, lib/RT/Ticket.pm, lib/RT/Transaction.pm, - lib/RT/Watcher.pm, tools/testdeps: - - Cleaned up LastUpdated / Created/ LastUpdatedBy / Creator to all get set on - create for all relevant objects. - - Based on discussions with ivan, changed the 'Deleted' flag on various objects to 'Disabled' - to better represent its purpose. - - Fully implemented Disable for queue as a prototype. - - fixed queue attribute editing in cli. - -2001-02-12 13:59 jesse - - * tools/testdeps: - - specified a minimum known good version of Getopt::Long - -2001-02-12 12:38 jesse - - * lib/RT/Queue.pm, webrt/Ticket/Elements/ShowTransaction: - - transaction links work again. - admin ccs get listed. - -2001-02-11 22:16 jesse - - * Makefile: - - bumped the version # for a new release - -2001-02-11 22:13 jesse - - * lib/RT/Queue.pm, lib/RT/Template.pm, tools/insertdata: - - cleaning up queue create. - -2001-02-11 22:12 jesse - - * etc/schema.pm: - - started the work on dealing with Deleting records that need to exist to guarantee ref. integrity - -2001-02-11 18:40 jesse - - * NEWS: - - imported brandon's url importing code - -2001-02-06 22:59 jesse - - * lib/RT/Queue.pm, webrt/Admin/Queues/Modify.html, - webrt/Admin/Users/index.html: - - Fixes to Queue.pm to stop it from clobbering the Name. - - fixed a typo in the webui Admin/Users/index.html - -2001-02-06 15:22 jesse - - * lib/RT/Queue.pm, webrt/Admin/Elements/QueueRightsForUser, - webrt/Admin/Elements/SelectRights, - webrt/Ticket/Elements/ShowMembers: - - ACL fixes in Queue.pm. - ACL search fies for the web ui. - fixed a recursive subticket display bug. - -2001-02-06 12:49 jesse - - * Makefile: - - removed the old rt 1.0 lib/rt directory forever. yay - -2001-02-06 12:48 jesse - - * lib/RT/Interface/Email.pm: - - Added a tiny patch from ivan to not extract nested messages. not totally sure about this one yet. - -2001-02-02 01:26 jesse - - * Makefile: - - version bumpin - -2001-02-02 01:11 jesse - - * bin/rtadmin, lib/RT/Keyword.pm: - - keyword creation, editing and deletion now works via the cli tool. - - This means that for alpha 4, we're *gasp* feature complete. now to fix lots of bugs. - -2001-02-01 02:46 jesse - - * bin/rtadmin, lib/RT/Group.pm, lib/RT/Keyword.pm, - lib/RT/KeywordSelect.pm, tools/testdeps, webrt/Ticket/Display.html, - webrt/Ticket/Elements/ShowHistory, - webrt/Ticket/Elements/ShowTransaction: - - Commandline editing of keywordselects now works. - - Added in a patch to collapse history on the ticket listing - page from Byron Ellacott - - Bumped a few dependecy versions. added a File::Spec dependency, since File::Temp - gets it not quote right. - -2001-01-31 02:08 jesse - - * bin/rtadmin, lib/RT/Group.pm, webrt/Admin/Groups/Members.html: - - Commandline group editing now works. yay. group membership even. - the api changed to be easier to work with and more consistent with other functions - -2001-01-30 23:12 jesse - - * lib/RT/Interface/Email.pm, webrt/Ticket/Elements/ShowLinks, - webrt/Ticket/Elements/ShowRequestor: - - The email interface now uses tempdir from File::Temp for increased security. - - A couple of webui cleanups to display more sensible things. - -2001-01-30 16:42 jesse - - * etc/config.pm, lib/RT/User.pm, lib/RT/Interface/Email.pm: - - Added mail-on-error to the mail gateway. now it should tell you when it fails. - - turned off debugging output from ACLs.... - -2001-01-29 23:58 jesse - - * bin/rtadmin, lib/RT/ACE.pm, lib/RT/ACL.pm, lib/RT/Scrip.pm, - lib/RT/ScripAction.pm, lib/RT/ScripCondition.pm, lib/RT/Scrips.pm, - lib/RT/Template.pm, lib/RT/Templates.pm, lib/RT/User.pm, - lib/RT/Interface/CLI.pm, lib/RT/Interface/Web.pm, - webrt/Admin/Elements/SelectTemplate, - webrt/Admin/Global/Template.html, - webrt/Admin/Global/Templates.html, - webrt/Admin/Queues/Template.html: - - A bunch of work on the admin cli (acl editor now works) - - a couple API changes to standardize method names across classes - template editing via the web should work better now. - -2001-01-29 23:56 jesse - - * webrt/Elements/: TitleBoxEnd, TitleBoxStart: - - Futzing with the title box to make it a bit more consistent - -2001-01-29 23:54 jesse - - * lib/RT/Record.pm: - - Removed a redundant sub new - -2001-01-29 22:22 jesse - - * lib/RT/Group.pm: - - Groups can now be loaded by name. - -2001-01-23 15:46 jesse - - * bin/rtadmin, etc/schema.pm, lib/RT/Queue.pm, lib/RT/Template.pm, - lib/RT/Ticket.pm, lib/RT/User.pm, lib/RT/Interface/CLI.pm, - tools/initdb: - - initdb now punts on database creation for oracle. - - Ticket->Name removed from code (retargeted to post 2.0 and its own table) - Some better error checking in User and Queue. - - Can now edit templates (And create them) from the CLI. - -2001-01-22 12:51 jesse - - * lib/RT/Action/Notify.pm: - - - It's amazing how much effect 3 little letters can have. with this patch, - scrips that depend on notify (most everything other than autoreply) - just work. woo! - -2001-01-22 06:18 jesse - - * lib/RT/Template.pm: - - Fixed a couple ACL bugs in Template::_Set - -2001-01-22 05:04 jesse - - * Makefile: - - Bumped the version # because of the schema change - -2001-01-22 04:51 jesse - - * lib/RT/Interface/CLI.pm: - - file CLI.pm was initially added on branch rt-1-1. - -2001-01-22 04:51 jesse - - * lib/RT/Interface/CLI.pm: - - Added CLI.pm, which rt and adminrt are dependant on - -2001-01-22 04:46 jesse - - * bin/rtadmin, lib/MANIFEST, lib/RT/Template.pm: - - a bit more work on rtadmin (the start of template editing) - - added Interface/CLI to the manifest. - added a comment to Template.pm - -2001-01-22 02:51 jesse - - * Makefile, TODO, bin/mason_handler.scgi, bin/rt, bin/rtadmin, - bin/rtmux.pl, bin/webmux.pl, etc/config.pm, etc/schema.Oracle, - etc/schema.pm, lib/RT.pm, lib/RT/Attachment.pm, - lib/RT/CurrentUser.pm, lib/RT/Group.pm, lib/RT/Link.pm, - lib/RT/ObjectKeywords.pm, lib/RT/Queue.pm, lib/RT/Template.pm, - lib/RT/Ticket.pm, lib/RT/Tickets.pm, lib/RT/Transaction.pm, - lib/RT/User.pm, lib/RT/Users.pm, lib/RT/Watchers.pm, - lib/RT/Interface/Email.pm, tools/insertdata, - webrt/Admin/Elements/CreateQueueCalled, - webrt/Admin/Elements/CreateUserCalled, - webrt/Admin/Elements/GrantQueueRightsTo, - webrt/Admin/Elements/ModifyKeywordSelect, - webrt/Admin/Elements/ModifyQueue, - webrt/Admin/Elements/ModifyTemplate, - webrt/Admin/Elements/ModifyUser, - webrt/Admin/Elements/SelectModifyQueue, - webrt/Admin/Elements/SelectModifyUser, - webrt/Admin/Elements/SelectTemplate, - webrt/Admin/Elements/SelectUsers, webrt/Admin/Global/Scrips.html, - webrt/Admin/Global/Template.html, - webrt/Admin/Global/Templates.html, - webrt/Admin/Global/UserRights.html, - webrt/Admin/Groups/Members.html, - webrt/Admin/KeywordSelects/index.html, webrt/Admin/Queues/ACL.html, - webrt/Admin/Queues/Create.html, webrt/Admin/Queues/Keywords.html, - webrt/Admin/Queues/Modify.html, webrt/Admin/Queues/People.html, - webrt/Admin/Queues/Scrips.html, webrt/Admin/Queues/Template.html, - webrt/Admin/Queues/Templates.html, webrt/Admin/Queues/index.html, - webrt/Admin/Users/Modify.html, webrt/Admin/Users/Prefs.html, - webrt/Admin/Users/index.html, webrt/Elements/Header, - webrt/Elements/MyRequests, webrt/Elements/MyTickets, - webrt/Elements/Quicksearch, webrt/Elements/SelectNewTicketQueue, - webrt/Elements/SelectOwner, webrt/Elements/SelectQueue, - webrt/Elements/SelectUsers, webrt/SelfService/Details.html, - webrt/SelfService/Elements/Header, - webrt/SelfService/Elements/MyRequests, - webrt/SelfService/Elements/ShowTransaction, - webrt/Ticket/Create.html, webrt/Ticket/ModifyLinks.html, - webrt/Ticket/autohandler, webrt/Ticket/Elements/AddWatchers, - webrt/Ticket/Elements/ShowBasics, webrt/Ticket/Elements/ShowDates, - webrt/Ticket/Elements/ShowDependencies, - webrt/Ticket/Elements/ShowLinks, webrt/Ticket/Elements/ShowPeople, - webrt/Ticket/Elements/ShowReferences, - webrt/Ticket/Elements/ShowTransaction: - - In prep for a true schema freeze, I fixed a number of attribute names that were troublesome for - one reason or another. - - Queue->QueueId and User->UserId have been changed to Queue->Name and User->Name, so - as not to conflict with queue->id and user->id any more. A number of tables - used "Alias" and "Title" and things like that, rather than the somewhat - more standard "Name" and "Description" - - Abstracted a bunch of the CLI setup stuff out into lib/RT/Interface/CLI - - Abstracted some of the core DB startup code into RT.pm - - fixed the makefile to handle the new rtadmin. - - lots of updates to the new rtadmin (which works for user editing!) - - fixed a bug in ObjectKeywords->LoadByName.... - -2001-01-19 04:23 jesse - - * bin/rtadmin: - - A bit of cleanup and a bit more docs. it's now actually implementable with getopt::long - -2001-01-19 04:16 jesse - - * bin/rtadmin: - - file rtadmin was initially added on branch rt-1-1. - -2001-01-19 04:16 jesse - - * bin/rtadmin: - - Docced the proposed cli for the new rtadmin tool. It's rather more intense than I'd intended - -2001-01-19 02:15 jesse - - * lib/RT/User.pm: - - Fixed ACL bug that prevented by-group auth from working - -2001-01-19 00:52 jesse - - * lib/RT/Ticket.pm, lib/RT/User.pm, webrt/SelfService/Details.html: - - Work on SelfService (fixing the a permission denied bug) - -2001-01-19 00:21 jesse - - * webrt/NoAuth/webrt.css: - - file webrt.css was initially added on branch rt-1-1. - -2001-01-19 00:21 jesse - - * webrt/: webrt.css, Elements/Header, NoAuth/webrt.css, - SelfService/Details.html, SelfService/Elements/Header: - - webui cleanups - -2001-01-19 00:07 jesse - - * bin/rt: - - bug-fixing in bin/rt - -2001-01-18 23:47 jesse - - * lib/RT/Link.pm, lib/RT/Ticket.pm, lib/RT/Transaction.pm, - webrt/Ticket/ModifyLinks.html, webrt/Ticket/Elements/ShowLinks, - webrt/Ticket/Elements/ShowMembers, - webrt/Ticket/Elements/ShowReferences, - webrt/Ticket/Elements/ShowSummary: - - A bunch of work on links. - API cleanups. - Ticket-> Members and MemberOf now return Links objects rather than Tickets Objects - Edit links via the webui works now - -2001-01-18 15:11 jesse - - * HACKING, docs/API: - - Added a bit more documentation and philosophy - to the API file. yanked tobix' old out of date "HACKING" - doc - -2001-01-18 03:18 jesse - - * Makefile, NEWS: - - Headers in incoming mail are now parsed case insensitively. - - Version is now 1.0.7 - -2001-01-17 16:41 jesse - - * Makefile, tools/testdeps: - - updated searchbuilder dependency in testdeps - - revved version in Makefile for release. - -2001-01-17 14:27 jesse - - * Makefile, bin/rt, lib/RT/Date.pm: - - Fixed #45 Permissions bug on redhat 6.0 - Fixed #51 RT CLI doesn't check for valid user - - Implemented a bunch more searching in bin/rt - - Refactored RT::Date a bit. - - Fixed some unreported permissions eits. - -2001-01-16 11:43 jesse - - * webrt/Ticket/Elements/: ShowLinks, ShowMemberOf, ShowMembers, - ShowPeople, ShowSummary: - - Cleaned up and shortened the Ticket Display screen - -2001-01-16 10:56 jesse - - * lib/RT/Ticket.pm, webrt/Ticket/Modify.html: - - Cleaned up and better documented Ticket->SetStatus - Ticket/Modify.html got rid of a whole bunch of evals. - -2001-01-15 23:57 jesse - - * Makefile, lib/MANIFEST, lib/RT/Tickets.pm: - - Removed a deleted file from the manifest. revved the version - -2001-01-15 15:19 jesse - - * lib/RT/: KeywordSelect.pm, Queue.pm: - - Adding the ability to load keyword selects by name. - -2001-01-15 03:49 jesse - - * lib/RT/Ticket.pm, webrt/Ticket/Elements/EditKeywordSelects: - - keyword display now cleaner. doesn't force you to select a keyword if none - is selected yet. - -2001-01-15 03:36 jesse - - * lib/RT/Ticket.pm: - - SetQueue is no-longer heinously broken. thanks eoin - -2001-01-15 03:10 jesse - - * lib/RT/: Queue.pm, User.pm, Action/Notify.pm, Action/Spam.pm: - - removed an old RT::Action that didn't actually do anything useful these days. it'll get replaced later. - - Scrips which sign watchers up for things _actually seem to work_ - (required some frobbing of watchers) - -2001-01-15 02:44 jesse - - * bin/rt, etc/schema.pm, lib/RT/ObjectKeywords.pm, lib/RT/Queue.pm, - lib/RT/Template.pm, lib/RT/Ticket.pm, lib/RT/Tickets.pm, - lib/RT/Watchers.pm, webrt/Elements/ViewUser, - webrt/Ticket/Elements/ShowRequestor: - - Added a 'Type' column to templates, to more easily allow for insertable templates for quick responses from customer service folks ,etc. - Reworked a bunch of the watchers code to not do its own potentially very bogus caching and to reuse more core code. - Oh. and it always returns the expected object type now. - - Redid tobias' old "ViewUser" box to use a set of tickets, rather than a bogus search for watchers (ignoring tickets). - - Fixed a bug in searching for tickets by watcher. - -2001-01-15 00:53 jesse - - * bin/rt, webrt/Elements/SelectOwner, webrt/Elements/TitleBoxStart, - webrt/NoAuth/Login.html, webrt/Ticket/Elements/ShowSummary: - - Added a bunch of doc to bin/rt. probably should have check to see if it runs ;) - TitleBoxStart got the attributes: class, title_href and titleright_href. makes calls to it cleaner. - showsummary got a few more links to the places things should go. - selectOwner now will actually default to nobody if that's the right value. - -2001-01-13 03:22 jesse - - * TODO: - - Changed the TODO file to point to the current TODO list - -2001-01-13 03:18 jesse - - * Makefile: - - Bumped version # for release - -2001-01-13 03:11 jesse - - * bin/rtmux.pl, lib/RT/Queue.pm, lib/RT/Action/SendEmail.pm: - - Fixing a couple minor things in rtmux and Queue.pm so that the mail interfaces work ok. - -2001-01-13 02:34 jesse - - * lib/RT/User.pm: - - Added the ability to generate a random password to RT::User. we don't yet - have a nice way to email this information to the user. which is a real bummer. - -2001-01-12 17:35 jesse - - * etc/config.pm, lib/RT/Ticket.pm, lib/RT/User.pm, - lib/RT/Interface/Web.pm, webrt/Admin/Users/Modify.html, - webrt/SelfService/Create.html, webrt/SelfService/Details.html, - webrt/SelfService/Elements/Header, webrt/SelfService/Elements/Tabs: - - Made ACLs for 'Everyone' work. fixed a few other small ACL bugs. - Made the 'Requestor-mode' ticket create tool work. - -2001-01-12 12:27 jesse - - * webrt/Elements/: SelectDate, SelectOwner: - - Commented out unimplemented select relative date bits. - SelectOwner now lets you pick nobody. - -2001-01-12 03:16 jesse - - * bin/rt, bin/rtmux.pl, lib/RT/Ticket.pm, tools/testdeps: - - Comments and Correspondence work from the cli now. with and without --source (for source data) and --no-edit (to disable invocation of $EDITOR) - - rt and rtmux.pl now drop setgidness as soon as they can. it's happier this - way. really :) - - testdeps now installs File::Temp, which is needed to do safe tempfile usage. - -2001-01-12 00:11 jesse - - * webrt/Elements/: MyRequests, MyTickets: - - Bug fix for #47 (Id flows into subject on 'home' screen) - -2001-01-11 03:34 jesse - - * webrt/Elements/Header: - - Removed extra spaces from the header - -2001-01-11 02:57 jesse - - * webrt/Elements/SelectOwner: - - Made SelectOwner actually show all the right people - -2001-01-11 02:53 jesse - - * tools/testdeps: - - Added a requirement for the current DBIx::SearchBuilder to testdeps - -2001-01-11 02:28 jesse - - * Makefile: - - revved the version for distribution - -2001-01-11 02:28 jesse - - * lib/RT/Ticket.pm, lib/RT/Interface/Web.pm, - webrt/Elements/Quicksearch, webrt/Elements/TitleBoxStart, - webrt/Ticket/Display.html, webrt/Ticket/Elements/EditBasics: - - fixed a couple of UI bugs. the 'quick' links in the web ticket view should now all work. - Logger->warn -> Logger->warning in the web ui - -2001-01-10 17:42 jesse - - * Makefile: - - Bumped to 1.3.33 - -2001-01-10 01:46 jesse - - * webrt/Ticket/Attachment/dhandler: - - Date: Wed, 10 Jan 2001 16:22:43 +1000 (EST) From: Byron Ellacott To: rt-devel@fsck.com Subject: Re: [rt-devel] [rt-announce] RT 1.3.30 released List-Id: RT Development [-- Attachment #1 --] [-- Type: text/PLAIN, Encoding: 7bit, Size: 0.7K --] On Wed, 3 Jan 2001, Jesse wrote: [snip] I noticed 1-3-31 sitting around, so I installed that. I'm giving a demonstration tomorrow, so I've been running through the web UI. I noticed a problem with attachments - HTML::Mason was munging everything to be HTML-nice, but a jpg doesn't display if its < characters are changed to <, and it's not good to have on the end of binary attachments. - -2001-01-10 00:24 jesse - - * Makefile: - - Revved the version to 1.3.32 - -2001-01-09 23:57 jesse - - * webrt/Admin/Users/Rights.html: - - file Rights.html was initially added on branch rt-1-1. - -2001-01-09 23:57 jesse - - * lib/RT/Record.pm, lib/RT/User.pm, lib/RT/Interface/Email.pm, - tools/insertdata, webrt/Admin/Elements/UserTabs, - webrt/Admin/Users/Modify.html, webrt/Admin/Users/Rights.html, - webrt/Elements/Quicksearch, webrt/Elements/TitleBoxEnd, - webrt/Elements/TitleBoxStart: - - Did some work on User creation to check for duplicate userids on create. - Better user create error checking. - Switched the TitleBox UI to a compromise between new and old. - - Did a bit of ui work on web based user modification - -2001-01-09 02:15 jesse - - * Makefile, lib/RT/User.pm, tools/insertdata, - webrt/Admin/Users/Modify.html: - - shuffling around hte user password stuff. hopefully the user modification issues seen in 1.3.30 will be fixed. - -2001-01-09 00:48 jesse - - * webrt/Ticket/History.html: - - file History.html was initially added on branch rt-1-1. - -2001-01-09 00:48 jesse - - * docs/keywords: - - file keywords was initially added on branch rt-1-1. - -2001-01-09 00:48 jesse - - * bin/mason_handler.scgi: - - file mason_handler.scgi was initially added on branch rt-1-1. - -2001-01-09 00:48 jesse - - * Makefile, bin/mason_handler.scgi, bin/webmux.pl, docs/keywords, - lib/RT/Tickets.pm, lib/RT/Interface/Web.pm, - webrt/Admin/Elements/GrantQueueRightsTo~, - webrt/Ticket/History.html: - - Started to write out notes on a testsuite. - Started work on a CGI/SpeedyCGI frontend - added a file that was missing in 1.3.30 - -2001-01-08 14:04 jesse - - * NEWS, README: - - Added a web based due-date patch. - -2001-01-06 15:17 jesse - - * etc/schema.pm: - - Added 'Deleted' attributes for tables whose entries can not be safely - removed from the database for ref. integrity problems. - -2001-01-03 23:07 jesse - - * Makefile: - - Bumped version to 1.3.30 - -2001-01-03 23:02 jesse - - * tools/testdeps: - - file testdeps was initially added on branch rt-1-1. - -2001-01-03 23:02 jesse - - * README, bin/testdeps.pl, lib/Makefile.PL, tools/testdeps, - webrt/Elements/TitleBoxStart: - - a bit of quick UI work. - an update to depend on DBIx::SearchBuilder 0.15 (just releaseD) - testdeps moved to tools - -2001-01-03 03:21 jesse - - * bin/rt, lib/RT/Tickets.pm: - - ticket searches for integers are a bit more flexible now (and the code's tighter) - - the rtq section of the new bin/rt appears functional, if underdocced. - -2001-01-02 22:55 jesse - - * lib/RT/Tickets.pm, lib/RT/Interface/Web.pm, - webrt/Search/PickRestriction: - - Imported ivan's keyword search patch, along with a modification to allow - for _not_ selecting keywords. - -2001-01-02 21:45 jesse - - * Makefile, bin/testdeps.pl, lib/RT/KeywordSelect.pm, - lib/RT/ObjectKeyword.pm, lib/RT/ObjectKeywords.pm, - lib/RT/Ticket.pm, lib/RT/Tickets.pm, lib/RT/Watchers.pm, - lib/RT/Interface/Web.pm, tools/insertdata, webrt/webrt.css, - webrt/Elements/Header, webrt/Elements/TitleBoxStart, - webrt/Elements/ViewUser, webrt/Search/Listing.html, - webrt/Search/PickRestriction, webrt/Ticket/Create.html, - webrt/Ticket/Display.html, webrt/Ticket/Elements/ShowBasics, - webrt/Ticket/Elements/ShowSummary, - webrt/Ticket/Elements/ShowTransaction, webrt/Ticket/Elements/Tabs: - - Fixed a warning in testdeps (Well, worked around it, anyway) - Added some helper functions for keywords and keyword selects. - - did a bunch of UI cleanup. started to color-code the webui - - started work on a generic queue listing format in Tickets.pm - -2001-01-02 15:02 jesse - - * webrt/SelfService/Elements/ShowTransaction: - - file ShowTransaction was initially added on branch rt-1-1. - -2001-01-02 15:02 jesse - - * webrt/SelfService/: Create.html, Details.html, - Elements/GotoTicket, Elements/Header, Elements/ShowTransaction, - Elements/Tabs: - - Fleshed out more of the requestor UI. - It's good enough for the alpha. yay! - -2001-01-02 15:02 jesse - - * webrt/SelfService/Elements/GotoTicket: - - file GotoTicket was initially added on branch rt-1-1. - -2001-01-01 19:06 jesse - - * webrt/Ticket/: Modify.html, ModifyDates.html, ModifyPeople.html, - Elements/EditBasics, Elements/EditKeywordSelects, - Elements/ShowDates, Elements/ShowSummary: - - Even yet still more Technicolor! - -2001-01-01 18:42 jesse - - * webrt/NoAuth/images/spacer.gif: - - file spacer.gif was initially added on branch rt-1-1. - -2001-01-01 18:42 jesse - - * webrt/NoAuth/Reminder.html: - - file Reminder.html was initially added on branch rt-1-1. - -2001-01-01 18:42 jesse - - * webrt/Elements/Section: - - file Section was initially added on branch rt-1-1. - -2001-01-01 18:42 jesse - - * lib/RT/CurrentUser.pm, lib/RT/KeywordSelect.pm, webrt/webrt.css, - webrt/Admin/Keywords/index.html, webrt/Admin/Queues/People.html, - webrt/Elements/Header, webrt/Elements/ListActions, - webrt/Elements/MyRequests, webrt/Elements/MyTickets, - webrt/Elements/Section, webrt/Elements/Submit, - webrt/Elements/TitleBoxEnd, webrt/Elements/TitleBoxStart, - webrt/NoAuth/Login.html, webrt/NoAuth/Reminder.html, - webrt/NoAuth/images/spacer.gif, webrt/Ticket/Display.html, - webrt/Ticket/ModifyPeople.html, webrt/Ticket/Elements/ShowSummary, - webrt/Ticket/Elements/ShowTransaction: - - A bunch of UI work. - Ticket Display is significantly different. and _much_ faster loading. - A color style guide for the web ui is forthcoming. - - removed a Die from CurrentUser. - -2000-12-30 03:27 jesse - - * webrt/Elements/Tabs: - - fixed a ui nit from ivan - -2000-12-30 03:03 jesse - - * webrt/Ticket/Elements/ShowSummary: - - fixed a hyperlink. - -2000-12-30 00:07 jesse - - * Makefile: - - bumped version for release - -2000-12-30 00:03 jesse - - * etc/config.pm, lib/RT/User.pm, - webrt/Admin/Elements/ModifyKeywordSelect, - webrt/Admin/Global/Keywords.html, - webrt/Admin/KeywordSelects/index.html, - webrt/Admin/Keywords/Modify.html, webrt/Admin/Keywords/index.html, - webrt/Admin/Queues/Keywords.html, webrt/Admin/Users/index.html: - - Fixed a bug in keyword creation that caused urls and param values to get buggered. - - Passwords are now encrypted in the database - -2000-12-29 05:54 jesse - - * bin/rt, lib/RT/Link.pm, lib/RT/Ticket.pm, - lib/RT/Interface/Web.pm, webrt/Ticket/Display.html, - webrt/Ticket/Elements/ShowDependencies, - webrt/Ticket/Elements/ShowLinks: - - Did a bunch of work on the linking interface. It's now got - a much easier API. and it's twice as functional (you can delete links) - - Did the proof-of concept for the link code in the CLI. it'll need - fleshing out tomorrow. - - Fleshed out other parts of the CLI. - - stayed up way too late. - -2000-12-29 00:30 jesse - - * Makefile, bin/rt, lib/RT/Keyword.pm, lib/RT/Ticket.pm: - - Added keyword support to the CLI. - fixed a couple of Keyword core bugs - -2000-12-28 03:56 jesse - - * bin/rt, bin/testdeps.pl, lib/RT/Keyword.pm, - lib/RT/KeywordSelect.pm, lib/RT/User.pm: - - Removed unused keyword related code. added in a bit of - new keyword related code to get "relative" paths of keywords. - - fixed a longstanding warning in ACL checking. - - first 1/2 of keywords support for the new rt cli. - - added Tie::IxHash to testdeps.pl (keywords needs it) - -2000-12-27 02:19 jesse - - * webrt/Ticket/Elements/ShowTransaction: - - missed a comma - -2000-12-27 01:21 jesse - - * webrt/Admin/Global/Keywords.html: - - file Keywords.html was initially added on branch rt-1-1. - -2000-12-27 01:21 jesse - - * etc/schema.pm, lib/RT/ACE.pm, lib/RT/KeywordSelect.pm, - lib/RT/KeywordSelects.pm, lib/RT/Queue.pm, lib/RT/Ticket.pm, - lib/RT/Transaction.pm, webrt/Admin/Elements/SystemTabs, - webrt/Admin/Global/Keywords.html, webrt/Admin/Queues/Keywords.html, - webrt/Ticket/Create.html, webrt/Ticket/ModifyPeople.html, - webrt/Ticket/Elements/EditKeywordSelects, - webrt/Ticket/Elements/ShowKeywordSelects, - webrt/Ticket/Elements/ShowSummary, - webrt/Ticket/Elements/ShowTransaction: - - Added the ability to name keyword selects. - first round of ACLing for keywords. - - Added the ability to create KeywordSelects which apply to all queues (Rather than just - a single queue) - - misc bigfixes. - -2000-12-26 02:56 jesse - - * webrt/Elements/SelectKeywordOptions: - - file SelectKeywordOptions was initially added on branch rt-1-1. - -2000-12-26 02:56 jesse - - * webrt/Admin/Keywords/index.html: - - file index.html was initially added on branch rt-1-1. - -2000-12-26 02:56 jesse - - * webrt/Admin/Queues/Keywords.html: - - file Keywords.html was initially added on branch rt-1-1. - -2000-12-26 02:56 jesse - - * webrt/Elements/SelectKeyword: - - file SelectKeyword was initially added on branch rt-1-1. - -2000-12-26 02:56 jesse - - * bin/webmux.pl, etc/schema.pm, lib/RT/Keyword.pm, - lib/RT/KeywordSelect.pm, lib/RT/KeywordSelects.pm, - lib/RT/Keywords.pm, lib/RT/ObjectKeyword.pm, - lib/RT/ObjectKeywords.pm, lib/RT/Queue.pm, lib/RT/Ticket.pm, - lib/RT/Watchers.pm, webrt/Admin/Elements/ModifyKeyword, - webrt/Admin/Elements/ModifyKeywordSelect, - webrt/Admin/Elements/QueueTabs, webrt/Admin/Elements/Tabs, - webrt/Admin/KeywordSelects/index.html, - webrt/Admin/Keywords/Modify.html, webrt/Admin/Keywords/index.html, - webrt/Admin/Queues/Keywords.html, webrt/Elements/SelectKeyword, - webrt/Elements/SelectKeywordOptions, webrt/Ticket/Modify.html, - webrt/Ticket/Elements/EditKeywordSelects, - webrt/Ticket/Elements/ShowKeywordSelects: - - My first pass at making the keywords stuff work more like the rest of the RT core. - A couple of minor fixes on non-keywords things, but mostly this was an - edit of the keywords code to: - 1. make the admin UI work more like the rest of the admin ui - (still need to do "global" keyword selections) - - 2. bring the coding style of the keywords stuff more into line - with the rest of the codebase - - 3. flesh out the helper methods in the keywords modules. - -2000-12-24 02:04 jesse - - * lib/RT/: Keyword.pm, KeywordSelect.pm, ObjectKeyword.pm: - - A first round of commentary and cleanup on a few modules - -2000-12-24 01:34 jesse - - * webrt/Ticket/Elements/ShowKeywordSelects: - - file ShowKeywordSelects was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * webrt/Ticket/Elements/EditKeywordSelects: - - file EditKeywordSelects was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * webrt/Admin/: KeywordSelects/Modify.html, Keywords/Modify.html: - - file Modify.html was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * webrt/Admin/KeywordSelects/index.html: - - file index.html was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * webrt/Admin/Elements/ModifyKeyword: - - file ModifyKeyword was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * webrt/Admin/Elements/ModifyKeywordSelect: - - file ModifyKeywordSelect was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * webrt/Admin/Elements/SelectModifyKeyword: - - file SelectModifyKeyword was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * webrt/Admin/Elements/SelectModifyKeywordSelect: - - file SelectModifyKeywordSelect was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * lib/RT/ObjectKeyword.pm: - - file ObjectKeyword.pm was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * lib/RT/Keyword.pm: - - file Keyword.pm was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * lib/RT/KeywordSelect.pm: - - file KeywordSelect.pm was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * lib/test.pl: - - file test.pl was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * lib/RT/ObjectKeywords.pm: - - file ObjectKeywords.pm was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * lib/RT/KeywordSelects.pm: - - file KeywordSelects.pm was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * lib/RT/Keywords.pm: - - file Keywords.pm was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * Makefile, etc/acl.Pg, etc/schema.pm, lib/MANIFEST, - lib/MANIFEST.SKIP, lib/Makefile.PL, lib/RT.pm, lib/test.pl, - lib/RT/Keyword.pm, lib/RT/KeywordSelect.pm, - lib/RT/KeywordSelects.pm, lib/RT/Keywords.pm, - lib/RT/ObjectKeyword.pm, lib/RT/ObjectKeywords.pm, - lib/RT/Ticket.pm, webrt/Admin/Elements/ModifyKeyword, - webrt/Admin/Elements/ModifyKeywordSelect, - webrt/Admin/Elements/SelectModifyKeyword, - webrt/Admin/Elements/SelectModifyKeywordSelect, - webrt/Admin/Elements/Tabs, webrt/Admin/KeywordSelects/Modify.html, - webrt/Admin/KeywordSelects/index.html, - webrt/Admin/Keywords/Modify.html, webrt/Ticket/Modify.html, - webrt/Ticket/Elements/EditBasics, - webrt/Ticket/Elements/EditKeywordSelects, - webrt/Ticket/Elements/ShowKeywordSelects, - webrt/Ticket/Elements/ShowSummary: - - Importing two largish patches from ivan@420.am: - First up, ivan switched lib/RT over to using MakeMaker..so now - we get man pages for the core modules and a bunch of other cool stuff. - - Second: ivan handed us an almost complete keywords system. Over the next - week or two, I'm going to be adding ACL support to the keywords system - and starting to integrate bits of it better into the rest of the core - (though it's nearly all done already). - - Thanks, ivan! - -2000-12-24 01:34 jesse - - * lib/MANIFEST: - - file MANIFEST was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * lib/Makefile.PL: - - file Makefile.PL was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * lib/RT.pm: - - file RT.pm was initially added on branch rt-1-1. - -2000-12-24 01:34 jesse - - * lib/MANIFEST.SKIP: - - file MANIFEST.SKIP was initially added on branch rt-1-1. - -2000-12-23 23:45 jesse - - * Makefile, webrt/Ticket/Elements/Tabs: - - made the links in the ticket tool bar point to the right places. - -2000-12-23 23:15 jesse - - * lib/RT/Ticket.pm: - - fixing a typo and the docs. - -2000-12-23 23:12 jesse - - * lib/RT/Ticket.pm: - - the internal function _SetTold shouldn't be hitting an ACL check. - -2000-12-23 17:37 jesse - - * lib/RT/Ticket.pm, webrt/Ticket/Display.html, - webrt/Ticket/Modify.html, webrt/Ticket/ModifyDates.html, - webrt/Ticket/ModifyLinks.html, webrt/Ticket/ModifyPeople.html, - webrt/Ticket/Update.html, webrt/Ticket/Elements/Tabs, - webrt/Ticket/Elements/TicketToolBox: - - Cleaned up a bit of date diff related functionality. - - Did work on the ticket tool bar. - -2000-12-23 16:46 jesse - - * lib/RT/Record.pm: - - Lets try that again.. - -2000-12-23 16:39 jesse - - * lib/RT/Record.pm: - - LongSinceUpdatedAsString is now actually relative :) - -2000-12-23 16:09 jesse - - * lib/RT/Tickets.pm: - - added a default to LimitStatus. - -2000-12-23 01:47 jesse - - * bin/: rt, testdeps.pl: - - updated testdeps to require the latest mason (for ease of debugging) - the new combined bin/rt actually implements the behavior of rtq and rt -show - fully (I believe). next up, more ticket modification and a code cleanup - -2000-12-22 18:37 jesse - - * Makefile: - - bumped to 1.3.28 for release - -2000-12-19 22:38 jesse - - * lib/RT/Ticket.pm, lib/RT/Tickets.pm, lib/RT/Transaction.pm, - lib/RT/Interface/Web.pm, webrt/Elements/Tabs, - webrt/Ticket/ModifyPeople.html, webrt/Ticket/Elements/EditPeople, - webrt/User/Prefs.html: - - Removed outdated CC request to and BCC request to - did some UI touchups. - - started a bit of work in tickets.pm for the new CLI (more explicit searching) - -2000-12-19 21:50 jesse - - * bin/rt: - - Modifying ticket requestors from the commandline works. yay. - Simplified the commandline arguments a bit too. - -2000-12-19 18:37 jesse - - * bin/: mason_handler.fcgi, webmux.pl: - - updaes to webmux.pl to work on with new versions of HTML::Mason - -2000-12-19 14:05 jesse - - * webrt/Ticket/Display.html: - - Fixed a bug in Ticket/Display.html that caused navigation not to work within new tickets. - -2000-12-19 04:03 jesse - - * bin/rt: - - implemented --history (show ticket history) - and --limit-status (limit to a ticket status) - just to make sure that this works at all. it does. - - With the new ui, you'll be able to trivially perform actions on large #s of tickets. - -2000-12-19 03:38 jesse - - * bin/rt: - - After playing with a few Getopt variants, I've settled on Getopt::Long for now... - and implemented the skeleton of the new RT cli. I suspect that with another day's work, - it should be mostly functional. yay. - -2000-12-19 03:38 jesse - - * bin/rt: - - file rt was initially added on branch rt-1-1. - -2000-12-18 19:34 jesse - - * docs/design_docs/cli_spec: - - file cli_spec was initially added on branch rt-1-1. - -2000-12-18 19:34 jesse - - * docs/design_docs/cli_spec: - - Added the CLI spec from deborah. - -2000-12-18 02:11 jesse - - * webrt/Elements/: CreateTicket, GotoTicket: - - Fixed a basepath error. - -2000-12-18 01:19 jesse - - * webrt/Elements/CreateTicket: - - file CreateTicket was initially added on branch rt-1-1. - -2000-12-18 01:19 jesse - - * webrt/Elements/GotoTicket: - - file GotoTicket was initially added on branch rt-1-1. - -2000-12-18 01:19 jesse - - * README, webrt/Admin/Queues/Modify.html, - webrt/Admin/Users/Modify.html, webrt/Elements/CreateTicket, - webrt/Elements/GotoTicket, webrt/Search/Listing.html: - - A few more changes from Lee Ann and a couple of files I missed on the earlier checkins. - -2000-12-18 01:14 jesse - - * webrt/Admin/Groups/Rights.html: - - file Rights.html was initially added on branch rt-1-1. - -2000-12-18 01:14 jesse - - * webrt/Admin/Groups/: Members.html, Rights.html: - - a couple UI tweaks from Lee Ann Goldstein - -2000-12-18 00:51 jesse - - * webrt/: Admin/Elements/SystemTabs, Admin/Groups/index.html, - Admin/Users/index.html, Elements/Submit, Elements/Tabs: - - More UI hacking. whee - -2000-12-17 23:55 jesse - - * webrt/: Elements/SelectNewTicketQueue, Elements/SelectOwner, - Elements/Tabs, Ticket/Create.html, Ticket/Elements/Tabs: - - ui hacking to add the "Create Ticket" and "Goto Ticket" ui elements at the top. - -2000-12-17 22:17 jesse - - * lib/RT/Ticket.pm, lib/RT/Transaction.pm, - webrt/Elements/MessageBox, webrt/Ticket/Modify.html, - webrt/Ticket/ModifyPeople.html: - - Fixing bugs 7,8,28 - -2000-12-17 02:38 jesse - - * webrt/Ticket/Elements/ShowDates: - - *sigh* typo in ShowDates. - -2000-12-17 02:34 jesse - - * lib/RT/Date.pm, webrt/Ticket/Elements/EditDates, - webrt/Ticket/Elements/ShowDates: - - A bit of work on Dates. a postgres fix from ivan and some display prettification. - -2000-12-17 02:15 jesse - - * Makefile, webrt/Ticket/Elements/TicketToolBox: - - commeted out some toolbar actions which don't work yet. - - bumped the version to 1.3.27 for imminent release. - -2000-12-17 01:51 jesse - - * lib/RT/Attachment.pm: - - The ACL problem on attachments was a bootstrapping issue. couldn't check acls because it - couldn't necessarily see what to check - -2000-12-17 01:44 jesse - - * lib/RT/Attachment.pm: - - acl fix for attachments. - -2000-12-17 01:15 jesse - - * lib/RT/Ticket.pm: - - fixing ugly disgusting ACL bugs - -2000-12-17 00:35 jesse - - * lib/RT/Transaction.pm, lib/RT/User.pm, - webrt/Ticket/Elements/ShowTransaction: - - Fixing bugs in Transaction ACLs. - -2000-12-16 03:56 jesse - - * webrt/Admin/Groups/Members.html: - - ui nit in admin/groups/members. - -2000-12-16 03:31 jesse - - * lib/RT/: Group.pm, GroupMember.pm: - - $object->$SUPER::Foo is wrong. $object->SUPER::Foo is not. - -2000-12-16 03:28 jesse - - * lib/RT/Ticket.pm: - - Rights checks for ticket ownership work best when the right that's set is the same - as the right that's checked for *sigh* - -2000-12-16 03:26 jesse - - * webrt/Admin/Groups/Members.html: - - Fixed a couple bugs in Group mebership administration code. - -2000-12-16 03:04 jesse - - * webrt/: Admin/Elements/GroupTabs, Admin/Elements/QueueTabs, - Admin/Elements/SystemTabs, Admin/Elements/Tabs, - Admin/Elements/UserTabs, Admin/Global/index.html, - Admin/Groups/Modify.html, Admin/Groups/index.html, - Admin/Queues/People.html, Admin/Queues/index.html, - Admin/Users/Modify.html, Admin/Users/index.html, - Elements/SelectWatcherType, Elements/Tabs, Ticket/Create.html, - Ticket/Display.html, Ticket/Elements/Tabs: - - Bugfix in user admin (no longer automatically revokes "privileged status) - a bunch of tab-related UI cleanup. the start of tabs that reflect the current page. - - added the ability to configure queue watchers from the web ui - -2000-12-16 03:04 jesse - - * webrt/Admin/Queues/People.html: - - file People.html was initially added on branch rt-1-1. - -2000-12-16 00:58 jesse - - * webrt/Admin/Users/index.html: - - typo fixing. - -2000-12-15 19:12 jesse - - * webrt/Admin/Global/GroupRights.html: - - file GroupRights.html was initially added on branch rt-1-1. - -2000-12-15 19:12 jesse - - * webrt/Admin/Global/UserRights.html: - - file UserRights.html was initially added on branch rt-1-1. - -2000-12-15 19:12 jesse - - * webrt/Admin/Elements/GroupTabs: - - file GroupTabs was initially added on branch rt-1-1. - -2000-12-15 19:12 jesse - - * lib/RT/ACE.pm, lib/RT/Group.pm, lib/RT/Groups.pm, - lib/RT/Record.pm, lib/RT/Scrip.pm, lib/RT/ScripAction.pm, - lib/RT/Ticket.pm, lib/RT/Transaction.pm, lib/RT/User.pm, - lib/RT/Users.pm, tools/insertdata, webrt/Admin/Elements/GroupTabs, - webrt/Admin/Elements/SystemTabs, webrt/Admin/Global/ACL.html, - webrt/Admin/Global/GroupRights.html, - webrt/Admin/Global/UserRights.html, - webrt/Admin/Groups/Members.html, webrt/Admin/Groups/Modify.html, - webrt/Admin/Groups/index.html, webrt/Admin/Users/Modify.html, - webrt/Admin/Users/index.html: - - A bunch of cleanup work on Users and Groups (and a couple of small bugfixes, one - which might prevent install of Alpha 2) mostly aimed at improving the admin ui. - - We now have two levels of "Privileged" for a user, 1 which means "can be granted rights" - and 2 which means "should not be futzed with by the user" - -2000-12-14 23:04 jesse - - * webrt/Ticket/Attachment/dhandler: - - Accidentally left out of the last rev. sorry about that. - -2000-12-14 23:04 jesse - - * webrt/Ticket/Attachment/dhandler: - - file dhandler was initially added on branch rt-1-1. - -2000-12-12 20:44 jesse - - * Makefile: - - Bumped version to 1.3.26. This is RT2 Alpha 2, folks. - -2000-12-12 20:34 jesse - - * lib/RT/Attachment.pm, lib/RT/Record.pm, lib/RT/Ticket.pm, - lib/RT/Transaction.pm, lib/RT/User.pm, - webrt/Ticket/Elements/ShowTransaction: - - Attachment display in the webui now just works [tm] RT2 Alpha 2 will be rolled later tonight. - -2000-12-12 19:03 jesse - - * webrt/Admin/Global/Template.html: - - file Template.html was initially added on branch rt-1-1. - -2000-12-12 19:03 jesse - - * webrt/Admin/Global/Templates.html: - - file Templates.html was initially added on branch rt-1-1. - -2000-12-12 19:03 jesse - - * README, bin/webmux.pl, lib/RT/Attachment.pm, lib/RT/Template.pm, - lib/RT/Transaction.pm, webrt/Admin/Elements/SelectTemplate, - webrt/Admin/Elements/SystemTabs, webrt/Admin/Global/Template.html, - webrt/Admin/Global/Templates.html, - webrt/Admin/Queues/Templates.html, - webrt/Ticket/Elements/ShowTransaction: - - Working on attachments support. - - did some work on global templates - -2000-12-12 15:15 jesse - - * lib/RT/Template.pm, lib/RT/Templates.pm, tools/insertdata: - - Core support for system-scoped templates - -2000-12-12 14:12 jesse - - * webrt/Admin/: Queues/Modify.html, Users/Create.html, - Users/Modify.html: - - Fixed queue and user creation problems. - -2000-12-12 03:05 jesse - - * webrt/Ticket/: Link.html, ModifyLinks.html, Elements/ShowSummary, - Elements/Tabs: - - Brought the still basic link editing ui into conformance with the rest of the ticket ui - -2000-12-12 03:05 jesse - - * webrt/Ticket/ModifyLinks.html: - - file ModifyLinks.html was initially added on branch rt-1-1. - -2000-12-12 02:41 jesse - - * webrt/Ticket/: ModifyDates.html, ModifyPeople.html: - - split out the ticket modify screen into 3 more bite-sized pages. - -2000-12-12 02:41 jesse - - * webrt/Ticket/ModifyPeople.html: - - file ModifyPeople.html was initially added on branch rt-1-1. - -2000-12-12 02:41 jesse - - * webrt/Ticket/ModifyDates.html: - - file ModifyDates.html was initially added on branch rt-1-1. - -2000-12-12 02:41 jesse - - * webrt/Ticket/: Modify.html, Elements/Tabs: - - [no log message] - -2000-12-11 15:01 jesse - - * webrt/NoAuth/Login.html: - - file Login.html was initially added on branch rt-1-1. - -2000-12-11 15:01 jesse - - * webrt/NoAuth/Logout.html: - - file Logout.html was initially added on branch rt-1-1. - -2000-12-11 15:01 jesse - - * webrt/: Login.html, Logout.html, autohandler, Elements/Footer, - Elements/Header, NoAuth/Login.html, NoAuth/Logout.html: - - Moving Login and Logout around so they work right with the new NoAuth scheme - -2000-12-11 05:00 jesse - - * webrt/: Login.html, autohandler: - - fixed a couple login bugs. implemented some logic to deal with different auth classes: - /NoAuth/ and /SelfService/ - -2000-12-11 01:46 jesse - - * webrt/: rt.jpg, Elements/Header, Elements/MyRequests, - Elements/MyTickets, Search/Listing.html, Ticket/Create.html, - Ticket/Create_Detail.html, Ticket/Display.html, Ticket/Modify.html, - Ticket/Update.html, Ticket/Elements/ShowTransaction, - Ticket/Elements/Tabs, Ticket/Elements/TicketToolBox: - - Work on ticket display. we're getting there. - -2000-12-10 23:53 jesse - - * webrt/Admin/Queues/Template.html: - - file Template.html was initially added on branch rt-1-1. - -2000-12-10 23:53 jesse - - * webrt/Admin/Queues/Templates.html: - - file Templates.html was initially added on branch rt-1-1. - -2000-12-10 23:53 jesse - - * webrt/Admin/Elements/QueueTabs: - - file QueueTabs was initially added on branch rt-1-1. - -2000-12-10 23:53 jesse - - * webrt/Admin/Elements/SystemTabs: - - file SystemTabs was initially added on branch rt-1-1. - -2000-12-10 23:53 jesse - - * webrt/Admin/: Global/Scrips.html, Queues/Scrips.html: - - file Scrips.html was initially added on branch rt-1-1. - -2000-12-10 23:53 jesse - - * webrt/Admin/Elements/UserTabs: - - file UserTabs was initially added on branch rt-1-1. - -2000-12-10 23:53 jesse - - * webrt/Admin/: Global/ACL.html, Queues/ACL.html: - - file ACL.html was initially added on branch rt-1-1. - -2000-12-10 23:53 jesse - - * webrt/Admin/Global/index.html: - - file index.html was initially added on branch rt-1-1. - -2000-12-10 23:53 jesse - - * Makefile, webrt/index.html, webrt/Admin/ModifyUser, - webrt/Admin/index.html, webrt/Admin/Elements/Header, - webrt/Admin/Elements/QueueTabs, webrt/Admin/Elements/SystemTabs, - webrt/Admin/Elements/Tabs, webrt/Admin/Elements/UserTabs, - webrt/Admin/Global/ACL.html, webrt/Admin/Global/Scrips.html, - webrt/Admin/Global/index.html, webrt/Admin/Queues/ACL.html, - webrt/Admin/Queues/Modify.html, webrt/Admin/Queues/Scrips.html, - webrt/Admin/Queues/Template.html, - webrt/Admin/Queues/Templates.html, webrt/Admin/Queues/index.html, - webrt/Admin/Users/Modify.html, webrt/Admin/Users/index.html, - webrt/Elements/Header, webrt/Elements/Tabs: - - Bunch of work on the web administration framework. - Lots of stuff should be much cleaner now. - -2000-12-10 01:21 jesse - - * Makefile: - - Bumped version to 1.3.25 for release - -2000-12-10 01:15 jesse - - * webrt/: Elements/TitleBoxEnd, Elements/TitleBoxStart, - SelfService/Elements/MyRequests, SelfService/Elements/Tabs, - Ticket/Update.html, User/Prefs.html: - - Work on SSRI and a bit of overall UI tweaking - -2000-12-09 22:48 jesse - - * webrt/SelfService/Elements/Header: - - file Header was initially added on branch rt-1-1. - -2000-12-09 22:48 jesse - - * webrt/SelfService/Elements/: Header, MyRequests, Tabs: - - Missed a couple files for SSRI - -2000-12-09 22:48 jesse - - * webrt/SelfService/Elements/MyRequests: - - file MyRequests was initially added on branch rt-1-1. - -2000-12-09 22:48 jesse - - * webrt/SelfService/Elements/Tabs: - - file Tabs was initially added on branch rt-1-1. - -2000-12-09 22:43 jesse - - * webrt/SelfService/Create.html: - - file Create.html was initially added on branch rt-1-1. - -2000-12-09 22:43 jesse - - * webrt/SelfService/Details.html: - - file Details.html was initially added on branch rt-1-1. - -2000-12-09 22:43 jesse - - * webrt/SelfService/index.html: - - file index.html was initially added on branch rt-1-1. - -2000-12-09 22:43 jesse - - * webrt/SelfService/Closed.html: - - file Closed.html was initially added on branch rt-1-1. - -2000-12-09 22:43 jesse - - * webrt/Elements/SelectNewTicketQueue: - - file SelectNewTicketQueue was initially added on branch rt-1-1. - -2000-12-09 22:43 jesse - - * webrt/Admin/Groups/Members.html: - - file Members.html was initially added on branch rt-1-1. - -2000-12-09 22:43 jesse - - * webrt/Admin/Elements/SelectUsers: - - file SelectUsers was initially added on branch rt-1-1. - -2000-12-09 22:43 jesse - - * lib/RT/CurrentUser.pm, lib/RT/Group.pm, lib/RT/GroupMember.pm, - lib/RT/Record.pm, lib/RT/User.pm, lib/RT/Users.pm, - webrt/Login.html, webrt/autohandler, - webrt/Admin/Elements/SelectModifyGroup, - webrt/Admin/Elements/SelectUsers, webrt/Admin/Groups/Members.html, - webrt/Admin/Groups/Modify.html, webrt/Admin/Groups/index.html, - webrt/Admin/Users/Modify.html, webrt/Admin/Users/index.html, - webrt/Elements/Header, webrt/Elements/SelectNewTicketQueue, - webrt/SelfService/Closed.html, webrt/SelfService/Create.html, - webrt/SelfService/Details.html, webrt/SelfService/index.html, - webrt/User/Prefs.html: - - First rev of SSRI, the Self Service Requestor Interface. - Did a bunch of work on groups and the admin UI - -2000-12-05 23:24 jesse - - * webrt/Admin/Groups/Modify.html: - - file Modify.html was initially added on branch rt-1-1. - -2000-12-05 23:24 jesse - - * webrt/Admin/Groups/index.html: - - file index.html was initially added on branch rt-1-1. - -2000-12-05 23:24 jesse - - * webrt/Admin/Elements/SelectModifyGroup: - - file SelectModifyGroup was initially added on branch rt-1-1. - -2000-12-05 23:24 jesse - - * lib/RT/Action/NotifyAsComment.pm: - - file NotifyAsComment.pm was initially added on branch rt-1-1. - -2000-12-05 23:24 jesse - - * lib/RT/Group.pm, lib/RT/GroupMembers.pm, lib/RT/Scrip.pm, - lib/RT/Action/Notify.pm, lib/RT/Action/NotifyAsComment.pm, - lib/RT/Action/SendEmail.pm, tools/insertdata, - webrt/Admin/Elements/SelectModifyGroup, - webrt/Admin/Groups/Modify.html, webrt/Admin/Groups/index.html, - webrt/Admin/Queues/Modify.html, webrt/Admin/Queues/index.html: - - Lots of work on groups. I think the core is basically set. UI has been started - - Scrips got even more work and more code. they now work at least as well as - they ever have _and_ they now do it for the right reasons. - -2000-12-02 13:44 jesse - - * Makefile: - - - fixed a local customization in the makefile - -2000-12-02 13:34 jesse - - * Makefile: - - bumped version to 1.0.6 - -2000-12-02 03:22 jesse - - * webrt/Ticket/Link.html: - - file Link.html was initially added on branch rt-1-1. - -2000-12-02 03:22 jesse - - * lib/RT/Scrip.pm, lib/RT/ScripActions.pm, lib/RT/Scrips.pm, - webrt/Ticket/Link.html: - - catching some stragglers. - -2000-12-02 03:22 jesse - - * lib/RT/ScripActions.pm: - - file ScripActions.pm was initially added on branch rt-1-1. - -2000-12-02 03:20 jesse - - * webrt/Admin/Elements/SelectScripAction: - - file SelectScripAction was initially added on branch rt-1-1. - -2000-12-02 03:20 jesse - - * webrt/Admin/Elements/SelectScripCondition: - - file SelectScripCondition was initially added on branch rt-1-1. - -2000-12-02 03:20 jesse - - * lib/RT/: Action/Generic.pm, Condition/Generic.pm: - - file Generic.pm was initially added on branch rt-1-1. - -2000-12-02 03:20 jesse - - * lib/RT/Condition/AnyTransaction.pm: - - file AnyTransaction.pm was initially added on branch rt-1-1. - -2000-12-02 03:20 jesse - - * lib/RT/Condition/NewDependency.pm: - - file NewDependency.pm was initially added on branch rt-1-1. - -2000-12-02 03:20 jesse - - * lib/RT/ScripAction.pm: - - file ScripAction.pm was initially added on branch rt-1-1. - -2000-12-02 03:20 jesse - - * lib/RT/ScripCondition.pm: - - file ScripCondition.pm was initially added on branch rt-1-1. - -2000-12-02 03:20 jesse - - * lib/RT/ScripConditions.pm: - - file ScripConditions.pm was initially added on branch rt-1-1. - -2000-12-02 03:20 jesse - - * bin/webmux.pl, docs/design_docs/subscription-definitions.txt, - etc/schema.pm, lib/RT/Action.pm, lib/RT/Scrip.pm, - lib/RT/ScripAction.pm, lib/RT/ScripCondition.pm, - lib/RT/ScripConditions.pm, lib/RT/ScripScope.pm, - lib/RT/ScripScopes.pm, lib/RT/Scrips.pm, lib/RT/Transaction.pm, - lib/RT/Action/Generic.pm, lib/RT/Action/Notify.pm, - lib/RT/Action/OpenDependent.pm, lib/RT/Action/ResolveMembers.pm, - lib/RT/Action/SendEmail.pm, lib/RT/Action/SendEmailOnResolve.pm, - lib/RT/Action/StallDependent.pm, - lib/RT/Condition/AnyTransaction.pm, lib/RT/Condition/Generic.pm, - lib/RT/Condition/NewDependency.pm, tools/insertdata, - webrt/Admin/Elements/SelectScripAction, - webrt/Admin/Elements/SelectScripCondition: - - Major major major work on scrips - scrips now specify a 'Stage' which has only one value for now but should be easier to add in other - points in the code where they get called - - What used to be called Scrip got split into ScripCondition and ScripAction - - ScripScope got renamed 'Scrip', like it should have been from the getgo. - - Did some work to the scrip mailing routines.All in all, scrips are much - cleaner and more flexible. and at least as functional as they were last night. - - I'll be adjusting the templates as I get to them - -2000-12-01 14:02 jesse - - * NEWS: - - fixed a display bug in how we split messages for the webui - -2000-11-30 02:18 jesse - - * lib/RT/Action/AutoReply.pm, lib/RT/Action/SendEmail.pm, - tools/insertdata: - - Working on cleaning up the Scrips system. The whole templating system - was really, really incredibly overdesigned and badly implemented on the first go-round. - Over the next few checkins, I'll be cleaning it up and cleaning it out... - -2000-11-29 16:31 jesse - - * bin/testdeps.pl: - - updated apache::session dependency - -2000-11-29 01:32 jesse - - * lib/RT/ACE.pm, lib/RT/ScripScope.pm, lib/RT/Ticket.pm, - lib/RT/Transaction.pm, lib/RT/User.pm, lib/RT/Action/AutoReply.pm, - lib/RT/Action/SendEmail.pm, lib/RT/Interface/Email.pm, - webrt/Admin/Elements/SelectScrip, - webrt/Admin/Elements/SelectTemplate, - webrt/Ticket/Create_Detail.html: - - Work on scrips all around: - web ui cleanups - Action::SendEmail cleanups - - work on acls for Ticket creation. - now users who only have "CreateTicket" can actually create tickets, - even if they can't see the ticket once created. - RT1's "allow nonmembers to create requests" can be replicated by - granting the metagroup 'requestors' the right "CreateTicket". - - Mail gateway got a lot of debugging stubs. mail gateway now uses - modern semantics for Create. - -2000-11-28 17:46 jesse - - * lib/RT/User.pm: - - cacheed acl decisions are now properly granular. - -2000-11-28 17:39 jesse - - * lib/RT/User.pm: - - Cached ACL decisions are now expire after 2 minutes. - -2000-11-28 03:37 jesse - - * etc/config.pm, lib/RT/Ticket.pm, webrt/Ticket/Update.html, - webrt/Ticket/Elements/ShowReferences, - webrt/Ticket/Elements/ShowTransaction: - - fixed a small bug in ticket update. - fixed a set of bugs in "external" links that were discovered when my roommate suggested - that RT could be used as an mp3 playlist server. Now it can. no, you really don't want to. - At least until we have asset managment. - -2000-11-28 00:20 jesse - - * Makefile, lib/RT/Ticket.pm, lib/RT/Transaction.pm, - lib/RT/Action/SendEmail.pm: - - a couple little tweask to transaction and sendemail. - - bumped the version # - -2000-11-28 00:12 jesse - - * webrt/Ticket/: Display.html, LinkIt.html, ProcessUpdate.html, - Update.html, Elements/ShowSummary, Elements/ShowTransaction, - Elements/TicketToolBox: - - Work on cleaning up the web ui. got rid of processupdate.html. - cleaned up the code in display.html.. linking is no longer nearly as offensive. - -2000-11-27 20:26 jesse - - * webrt/Ticket/Elements/ShowRequestor: - - small display fix to not show nobody as a possible requestor - -2000-11-27 20:05 jesse - - * lib/RT/Ticket.pm, lib/RT/User.pm, webrt/Ticket/Display.html: - - Updates to how Create handles Requestor, Cc and Admin Cc. - it's now much more flexible, cleaner and simpler. yay. - -2000-11-27 04:01 jesse - - * webrt/Elements/: Error, Header, MyRequests: - - Web error reporting tweaks. - added MyRequests to the front page - -2000-11-27 04:01 jesse - - * webrt/Elements/MyRequests: - - file MyRequests was initially added on branch rt-1-1. - -2000-11-27 03:30 jesse - - * lib/RT/Ticket.pm, lib/RT/Interface/Web.pm, - webrt/Ticket/Display.html, webrt/Ticket/Elements/ShowHistory: - - more work on ACLs - - Ticket.pm has been fully ACLed. - Did work on web ticket create. it's no longer a festering pile of garbage. - Now it's more of an office wastepaper basket full of clean white 20lb paper. - Seriously, though, it's cleaner. I got rid of some of Tobias' temporary ticket creation - code. - -2000-11-26 23:45 jesse - - * lib/RT/ACE.pm, lib/RT/GroupMember.pm, lib/RT/Queue.pm, - lib/RT/Queues.pm, lib/RT/Template.pm, lib/RT/Ticket.pm, - lib/RT/User.pm, lib/RT/Interface/Web.pm, tools/insertdata, - webrt/Admin/Elements/ModifyQueue, webrt/Elements/Header, - webrt/Elements/Tabs: - - - - lots more ACL work. - a little bit of UI cleanup. - -2000-11-25 01:56 jesse - - * lib/RT/Tickets.pm, webrt/index.html, - webrt/Ticket/Elements/ShowDates: - - made "my requests" doable. - fixed some ui in showdates. - -2000-11-24 20:14 jesse - - * lib/RT/: Queue.pm, User.pm: - - Fixed a couple of bugs in HasSystemRight that make RT install correctly again. - -2000-11-24 19:21 jesse - - * etc/schema.pm: - - schema fix to make pg happy - -2000-11-22 03:08 jesse - - * webrt/Ticket/Update.html: - - cleaned up the ticket udpdate form. made it more concise.:: - -2000-11-22 03:04 jesse - - * webrt/Ticket/Update.html: - - cleaning up the ticket update form - -2000-11-22 02:49 jesse - - * bin/testdeps.pl: - - bumped searchbuilder dependency to the version now in CPAN... - -2000-11-22 02:31 jesse - - * Makefile, lib/RT/ACE.pm, lib/RT/ACL.pm, lib/RT/Action.pm, - lib/RT/Attachment.pm, lib/RT/Attachments.pm, lib/RT/CurrentUser.pm, - lib/RT/Date.pm, lib/RT/EasySearch.pm, lib/RT/Group.pm, - lib/RT/GroupMember.pm, lib/RT/GroupMembers.pm, lib/RT/Groups.pm, - lib/RT/Handle.pm, lib/RT/Link.pm, lib/RT/Links.pm, lib/RT/Queue.pm, - lib/RT/Queues.pm, lib/RT/Record.pm, lib/RT/Scrip.pm, - lib/RT/ScripScope.pm, lib/RT/ScripScopes.pm, lib/RT/Scrips.pm, - lib/RT/Template.pm, lib/RT/Templates.pm, lib/RT/Ticket.pm, - lib/RT/Tickets.pm, lib/RT/Transaction.pm, lib/RT/Transactions.pm, - lib/RT/User.pm, lib/RT/Users.pm, lib/RT/Utils.pm, - lib/RT/Watcher.pm, lib/RT/Watchers.pm: - - Bumped version to 1.3.23 - Added pod headers to most core modules? - -2000-11-21 23:05 jesse - - * webrt/Ticket/Elements/ShowSummary: - - removed a dead link - -2000-11-21 04:07 jesse - - * Makefile, lib/RT/Queue.pm, lib/RT/Scrip.pm, lib/RT/ScripScope.pm, - lib/RT/Transaction.pm, lib/RT/User.pm: - - tmp logfiles now go in /tmp - oh. and SCRIPS NOW WORK. RT can send mail. - and recieve mail. life is good. - -2000-11-21 02:55 jesse - - * lib/RT/Ticket.pm: - - Implemented Ticket->IsWatcher. - This is what we needed to make pseudogroup based ACLs work - -2000-11-21 00:55 jesse - - * lib/RT/Queue.pm, lib/RT/Ticket.pm, lib/RT/User.pm, - webrt/Elements/Tabs: - - fixed a couple of bugs while I was out and about. - Oh. and most of the rest of the ACL core is implemented now. - rights for requestor/owner/cc/admincc should now work. - -2000-11-20 11:59 jesse - - * lib/RT/ACE.pm, lib/RT/User.pm, tools/insertdata: - - Added "Requestor" and "Everyone" metagroups to tools/insertdata - - Fixed a bug with yet another way to call HasQueueRight. - -2000-11-20 00:39 jesse - - * Makefile: - - bumped to 1.3.22 for release - -2000-11-20 00:24 jesse - - * webrt/Search/Listing.html: - - fixed a big triggered when clearing empty ticket searches - -2000-11-19 23:55 jesse - - * bin/webmux.pl, lib/RT/User.pm: - - fixed a bug that stopped you from specifying an owner on ticket create - Watcher and Watchers are now preloaded in the App server. - -2000-11-19 23:20 jesse - - * webrt/Ticket/Elements/Tabs: - - file Tabs was initially added on branch rt-1-1. - -2000-11-19 23:20 jesse - - * webrt/: index.html, Admin/Elements/Tabs, Elements/Header, - Elements/Tabs, Search/Listing.html, Search/RestrictSearch.html, - Ticket/Create.html, Ticket/Create_Detail.html, Ticket/Display.html, - Ticket/EditWatchers.html, Ticket/Modify.html, Ticket/Update.html, - Ticket/Elements/Tabs: - - more UI tweaking. yay. - -2000-11-19 17:57 jesse - - * webrt/Elements/Quicksearch: - - file Quicksearch was initially added on branch rt-1-1. - -2000-11-19 17:57 jesse - - * webrt/Elements/MyTickets: - - file MyTickets was initially added on branch rt-1-1. - -2000-11-19 17:57 jesse - - * webrt/rt.jpg: - - file rt.jpg was initially added on branch rt-1-1. - -2000-11-19 17:57 jesse - - * lib/RT/ACE.pm, lib/RT/Ticket.pm, lib/RT/Tickets.pm, - lib/RT/Interface/Web.pm, webrt/index.html, webrt/rt.jpg, - webrt/Elements/MyTickets, webrt/Elements/Quicksearch, - webrt/Search/Listing.html: - - A bunch of UI work. we now have a placeholder logo - -2000-11-18 03:03 jesse - - * lib/RT/: User.pm, Interface/Web.pm: - - ACL change messages are now properly scoped. so now they don't hang out - between sessions - - if a user has a system right, that right now applies to all queues. - -2000-11-17 00:19 jesse - - * Makefile: - - Rolled rev 1.3.21. now with an ACL editor. - -2000-11-17 00:15 jesse - - * webrt/Admin/Elements/SelectRights: - - file SelectRights was initially added on branch rt-1-1. - -2000-11-17 00:15 jesse - - * lib/RT/ACE.pm, lib/RT/Group.pm, lib/RT/Queue.pm, - lib/RT/Template.pm, lib/RT/Ticket.pm, lib/RT/User.pm, - lib/RT/Interface/Web.pm, webrt/Admin/Elements/SelectRights: - - Woo! the ACL editor is now much cleaner. and it works. :) - -2000-11-16 01:17 jesse - - * lib/RT/: ACE.pm, ACL.pm, Attachment.pm, Attachments.pm, - CurrentUser.pm, EasySearch.pm, Group.pm, GroupMember.pm, - GroupMembers.pm, Groups.pm, Link.pm, Links.pm, Queue.pm, Queues.pm, - Record.pm, Scrip.pm, ScripScope.pm, ScripScopes.pm, Scrips.pm, - Template.pm, Templates.pm, Ticket.pm, Transaction.pm, - Transactions.pm, User.pm, Users.pm, Watcher.pm, Watchers.pm, - Interface/Web.pm: - - - LEANED UP A WHOLE BUNCH OF NEW ROUTINES. FIXED A FREW ACL BUGS. - -2000-11-15 02:29 jesse - - * lib/RT/ACE.pm, lib/RT/ACL.pm, lib/RT/CurrentUser.pm, - lib/RT/Queue.pm, lib/RT/Ticket.pm, lib/RT/User.pm, - webrt/Admin/Elements/Tabs, webrt/Elements/Submit: - - refactored ACLS to take out a layer of complexity or two. - -2000-11-14 13:17 jesse - - * Makefile: - - bumped the makefuile version - -2000-11-13 23:19 jesse - - * bin/webmux.pl, lib/RT/ACL.pm, lib/RT/EasySearch.pm, - lib/RT/Group.pm, lib/RT/GroupMember.pm, lib/RT/Record.pm, - lib/RT/User.pm: - - A bunch of refactoring to make ACL editable. Lots of work on the ACL editor. - Basic user ACLs are now editable. - It needs some more refactoring, since I stopped being on quite as much crack - over the wekeend and figured out a much less intense way to do a bunch of stuff. Yay. - -2000-11-08 14:55 jesse - - * Makefile, NEWS: - - all mail sent out is now sent out precedence "bulk" like it should be. - -2000-11-08 01:24 jesse - - * webrt/Admin/Elements/SelectScrip: - - file SelectScrip was initially added on branch rt-1-1. - -2000-11-08 01:24 jesse - - * webrt/Admin/Elements/SelectTemplate: - - file SelectTemplate was initially added on branch rt-1-1. - -2000-11-08 01:24 jesse - - * etc/schema.pm, lib/RT/ACE.pm, lib/RT/ACL.pm, - lib/RT/CurrentUser.pm, lib/RT/Group.pm, lib/RT/Ticket.pm, - lib/RT/Tickets.pm, lib/RT/Transaction.pm, lib/RT/User.pm, - lib/RT/Users.pm, tools/insertdata, - webrt/Admin/Elements/SelectScrip, - webrt/Admin/Elements/SelectTemplate: - - A whole slew of work on ACLs and assorted other related things. - This involved a lot of cleanup of ACL related code and things it touched. - ACL decisions are now being made. (Yes, you're all still superusers) but I - think I've got a bunch of the infrastructure cleaned up, so it should be - easier to finish off the ACL editor. yay! - - As part of this, I had to add more groups support. all you groups-maniacs should be pleased ;) - -2000-11-06 11:55 jesse - - * Makefile: - - Fixed yet another typo in manipulate.pm. - - Bumped version to 1.0.5 - -2000-11-05 15:24 jesse - - * Makefile: - - A fix for action vs actions in mail manipulate. - fixed a typo normailize -> normalize in database/manipulate.pm - -2000-11-03 17:54 jesse - - * README, etc/schema.pm, lib/RT/ACE.pm, lib/RT/ACL.pm, - lib/RT/CurrentUser.pm, lib/RT/GroupMember.pm, lib/RT/Queue.pm, - lib/RT/Ticket.pm, lib/RT/User.pm, lib/RT/Users.pm, - lib/RT/Interface/Email.pm, lib/RT/Interface/Web.pm, - tools/insertdata, webrt/Admin/ModifyUser, - webrt/Admin/Elements/QueueRightsForUser, webrt/Admin/Elements/Tabs, - webrt/Elements/SelectOwner: - - A bunch of work on the ACLs. we're getting closer to having a workable ACL - editor. - -2000-11-03 15:37 jesse - - * Makefile, NEWS: - - We now deal better with merging merged tickets. - - We now properly ignore Precedence: {junk|bulk} headers - -2000-10-31 00:06 jesse - - * lib/RT/: ACE.pm, ScripScope.pm: - - Added ACL support to the ScripScope system. - -2000-10-29 21:31 jesse - - * Makefile, README, bin/webmux.pl, lib/RT/ACE.pm, lib/RT/Group.pm, - lib/RT/Groups.pm, lib/RT/Queue.pm, lib/RT/ScripScope.pm, - lib/RT/ScripScopes.pm, lib/RT/Scrips.pm, lib/RT/Template.pm, - lib/RT/Templates.pm, lib/RT/Transaction.pm, tools/insertdata: - - A bunch of hacking to the ScripScopes system. - - You can now edit scrips for a given queue. - but hey, scrips have no ACL checking yet. - -2000-10-29 17:51 jesse - - * etc/schema.pm: - - Added a whole lot of documentation to schema.pm. - -2000-10-25 21:09 jesse - - * Makefile, bin/testdeps.pl, etc/schema.pm: - - Updated schema.pm and testdeps to jibe with the current CPAN versions of things. - And I bumped the version to 1.3.20 - -2000-10-23 16:53 jesse - - * Makefile, lib/RT/Date.pm: - - Reverted to using mysql by default. - Finished off the postgresql support in the rt core. (well, at least finished the initial support) - -2000-10-23 16:35 jesse - - * Makefile, lib/RT/ACE.pm, lib/RT/Ticket.pm, tools/insertdata: - - Cleanups related to making postgres support work right. - -2000-10-22 20:57 jesse - - * Makefile, bin/initacls.Pg, bin/testdeps.pl, etc/acl.Pg, - etc/config.pm, etc/schema.pm, lib/RT/Link.pm, lib/RT/Ticket.pm, - lib/RT/Tickets.pm, tools/initdb, tools/insertdata, - webrt/Ticket/Display.html: - - merged in ivan's postgres patches. - made local ticket links work again. *sigh* SQL evil. eeeeevil. - -2000-10-16 16:32 jesse - - * docs/Security: - - file Security was initially added on branch rt-1-1. - -2000-10-16 16:32 jesse - - * docs/Security: - - some initial notes on security. targetted at RT admins. - -2000-10-16 03:01 jesse - - * lib/RT/: Link.pm, Links.pm, Ticket.pm: - - Fixed a couple of typos in link and links. - Ticket->Load will now do the right hting with ticket uris or aliases. - -2000-10-16 00:47 jesse - - * etc/config.pm, lib/RT/Link.pm, lib/RT/Links.pm, lib/RT/Ticket.pm: - - The linking interface now uses URIs internally. and it does lots of - sanity checking. - - Tickets now understand what their uris should be. you can load tickets by - uri. and by alias. - - We need a bit more work to make alias support just transparent, but we're - getting really close. - - You shouldn't be able to link to nonexistent local objects any mroe. - -2000-10-15 01:57 jesse - - * lib/RT/CurrentUser.pm: - - Added CurrentUser->LoadByGecos. - The CLI now uses LoadByGecos to load the currentuser. - This means that users other than root might actually be able to use the cli now - VS: ---------------------------------------------------------------------- - -2000-10-15 01:11 jesse - - * Makefile: - - Significantly redid the installation procedure. we're now _much_ - more careful about what gets installed where and what's owned by whom. - - Oh. and RT's now setgid, rather than setuid. and there's no setuid wrapper anymore - -2000-10-15 01:08 jesse - - * etc/: config.pm, suidrt.c: - - Yanked suidrt.c, since we now run setgid. - - rt now logs to /tmp/rt.log.pid.userid - -2000-10-14 02:56 jesse - - * bin/rtmux.pl, bin/webmux.pl, etc/schema.pm, - lib/RT/CurrentUser.pm, lib/RT/Interface/Email.pm, tools/initdb, - tools/insertdata: - - CurrentUser.pm had LoadByEmail and LoadByUserId methods added and they're now - actually used most everywhere. - - insertdata doesn't force ids for users now. - - the schema now actually enforces a lot of important uniqueness constraints. - -2000-10-13 10:59 jesse - - * etc/schema.mysql: - - Removed the old schema.mysql, lest it lead people astray - -2000-10-13 02:27 jesse - - * webrt/Ticket/Elements/: EditPeople, ShowMembers: - - Removed some old warning text that's not true any more. - Fixed a relative url problem in "show memebers" - -2000-10-12 23:22 jesse - - * Makefile, bin/testdeps.pl: - - updated testdeps. - Makefile now defaults to installing rt2 in /opt/rt2 - -2000-10-12 22:54 jesse - - * Makefile, lib/RT/ACL.pm, lib/RT/Queue.pm, lib/RT/Ticket.pm, - lib/RT/User.pm, lib/RT/Users.pm, tools/insertdata, - webrt/index.html: - - A couple of links on the front page. - Makefile now assumes www-data instead of nobody as the web user. this is not quite right. - - Fixed a little bit of the POD in User.pm. - - Redid how Ticket.pm deals with Owner on create. the new logic should actually catch errors - instead of easily letting referential integrity checks just _fail_. - - Insertdata got cleaned up a little bit. - - ACL got its cleaned up a bit - -2000-10-11 23:22 jesse - - * webrt/Admin/Elements/QueueRightsForUser: - - file QueueRightsForUser was initially added on branch rt-1-1. - -2000-10-11 23:22 jesse - - * lib/RT/Users.pm, webrt/Admin/Elements/QueueRightsForUser: - - Work on ACLs. and the ACL editor - -2000-10-11 21:23 jesse - - * tools/insertdata: - - gave root a password - -2000-10-11 12:28 jesse - - * Makefile, tools/initdb: - - Databasename changed from RT2 to rt2 to make postgres happier. - - initdb quoting bug fixed. - - debug mode in initdb turned off. - - If you're using mysql and running with ivan's current CVS version of DBIx::DBSchema, RT should once again work. - -2000-10-09 02:32 jesse - - * etc/schema.pm, tools/initdb: - - a debugging hook in initdb and defaults (though they don't work just right yet) - in schema.pm. Note that we now need DBIx::DBSchema from CVS. - -2000-10-09 01:59 jesse - - * Makefile, NEWS, etc/suidrt.c: - - Jan Kujawa fixed a bug in the setuid wrapper - Jan Okrouhly fixed some bugs in the merged ticket resolution in the cli. - - Rolled 1.0.5pre3 - -2000-10-05 17:30 jesse - - * lib/RT/: ACE.pm, ACL.pm: - - more work on RT's acl core - -2000-10-05 17:30 jesse - - * webrt/Admin/Elements/: GrantQueueRightsTo, GrantQueueRightsTo~, - SelectQueueRights: - - more acl work - -2000-10-05 17:30 jesse - - * webrt/Admin/Elements/GrantQueueRightsTo~: - - file GrantQueueRightsTo~ was initially added on branch rt-1-1. - -2000-10-05 17:30 jesse - - * webrt/Admin/Elements/GrantQueueRightsTo: - - file GrantQueueRightsTo was initially added on branch rt-1-1. - -2000-10-05 17:30 jesse - - * webrt/Admin/Elements/SelectQueueRights: - - file SelectQueueRights was initially added on branch rt-1-1. - -2000-10-05 15:49 jesse - - * etc/suidrt.c: - - reordering things in suidrt.c seemed to make them happier. - -2000-10-05 15:39 jesse - - * etc/suidrt.c: - - missed a comma - -2000-10-05 15:03 jesse - - * bin/testdeps.pl: - - added a dependency test script to make installation by newbies easier. - -2000-10-05 15:03 jesse - - * Makefile, README, etc/suidrt.c: - - Major rewrite of suidrt.c by jan kujawa. - A couple of bugfixes from Jan Okrouhly - Public history should now work right in the cli - Web viewing of merged tickets by their old # should now work better. - -2000-10-03 20:22 jesse - - * bin/testdeps.pl: - - cleaned up testedeps.pl output - -2000-10-03 02:41 jesse - - * tools/insertdata: - - file insertdata was initially added on branch rt-1-1. - -2000-10-03 02:41 jesse - - * tools/initdb: - - file initdb was initially added on branch rt-1-1. - -2000-10-03 02:41 jesse - - * etc/schema.pm: - - file schema.pm was initially added on branch rt-1-1. - -2000-10-03 02:41 jesse - - * Makefile, bin/initdb.Oracle, bin/initdb.Pg, bin/initdb.mysql, - bin/testdeps.pl, etc/schema.Pg, etc/schema.pm, lib/RT/ACE.pm, - lib/RT/Queue.pm, lib/RT/Scrip.pm, lib/RT/User.pm, tools/initdb, - tools/insertdata: - - Fairly massive installation changes. - We now use ivan's really cool DBIx::DBschema, which, when things - settle out a bit mean that the oracle and postgres (and possibly other) ports - get their schema updated automatically. - - The initial seed data is now inserted by tools/insertdata through the RT API. - - ACE::Create now actually works. - Same with Scrip::Create. - and Queue::Create. - - There are a couple of new installation-only dependencies. One of them (DBSchema) may become a build-only - dependency if people whine enough :) - - date/time handling was a casualty of the changes. some things will be handled oddly for now. - Once Ivan releases the next DBSchema update, this should get better again. it was - the result of a namespace collision between pg and mysql. the timestamp column has - different behavior. go fig. - - This version will require DBIx::SearchBuilder 0.06 (aka what I'm about to check in) - -2000-10-03 02:07 jesse - - * tools/test: - - blew away old, crufty "extras" - -2000-09-28 13:55 jesse - - * lib/RT/Group.pm: - - file Group.pm was initially added on branch rt-1-1. - -2000-09-28 13:55 jesse - - * lib/RT/: Group.pm, GroupMember.pm, GroupMembers.pm, Groups.pm: - - Long overdue adding of completely untested (and unused) code for groups in RT. - note that this implementation does not assume recursive group membership - -2000-09-28 13:55 jesse - - * lib/RT/GroupMember.pm: - - file GroupMember.pm was initially added on branch rt-1-1. - -2000-09-28 13:55 jesse - - * lib/RT/GroupMembers.pm: - - file GroupMembers.pm was initially added on branch rt-1-1. - -2000-09-28 13:55 jesse - - * lib/RT/Groups.pm: - - file Groups.pm was initially added on branch rt-1-1. - -2000-09-18 01:57 jesse - - * lib/RT/: ACE.pm, Queue.pm, Ticket.pm: - - Lots of work on Queue.pm Most cleanups related to queue watchers, but I - also added a bit more documentation and fixed a bug that could cause DelWatcher - in ticket.pm to delete watchers it shouldn't - -2000-09-18 00:03 jesse - - * docs/API, docs/FAQ, docs/README.oracle, lib/RT/Ticket.pm, - lib/RT/Transaction.pm: - - More documentation. removed outdated docs. - - docs/API now talks about what those of you writing your own RT client - code shouldn't be doing. (Which objects you shouldn't touch). - -2000-09-18 00:00 jesse - - * README: - - Clarified license terms. RT is available under Version 2 of the GPL. - Not version 1. Not some as-yet-unwritten version 3 that says you can only - use it if you agree to license your children under the GPL. Version 2. - -2000-09-17 19:57 jesse - - * lib/RT/: TicketCollection.pm, User.pm, Interface/Email.pm: - - Removed bogus signature code. - Documented User->IsPassword - removed --area flag from Mailgateway (We ain't got no stinking areas) - -2000-09-17 19:21 jesse - - * etc/schema.Oracle, etc/schema.mysql, lib/RT/ACE.pm, - lib/RT/ACL.pm, lib/RT/Scrip.pm, lib/RT/User.pm: - - Ugh. Mysql isn't respecting SQL92 reserved words. which meant that I didn't - notice that I was using "Type" and "Action" in my schema. - This required a bit of churn to the ACE and User modules. - -2000-09-17 17:38 jesse - - * Makefile: - - Ok. I think I've got it now. This is RT 1.3.18. aka RT2 - Alpha 1. - The "Bear Suit" Release. - - A formal release announcement is forthcoming. - -2000-09-17 17:29 jesse - - * Makefile: - - work on the changelog generator - -2000-09-17 17:19 jesse - - * HACKING, Makefile, README, bin/initdb.mysql, bin/testdeps.pl: - - Bumped the required version of SearchBuilder in testdeps, now that it's - propagated throughout CPAN - - Replaced initdb.mysql with ivan's new version. - - Tweaked ivan's initdb.mysql to be a little friendlier, create the schema - (it was missing a FILEHANDLE in a print statement and deal - better with omitted passwords. - - Updated the readme some more. - - Added experimental ChangeLog generation to the make dist process - - Bumped the version number to 1.3.18 for release as alpha1 for RT2 today. - -2000-09-17 01:40 jesse - - * Makefile, README, bin/initacls.mysql, bin/testdeps.pl, - bin/webmux.pl: - - Bumped the Mason version requirement up, so we avoid the poisoned v 0.88 - Applied ivan's alpha-1 patches. - Did some tweaking for the alpha 1 release. - Cleaned up the readme a bit - -2000-09-15 01:21 jesse - - * Makefile: - - [no log message] - -2000-09-15 01:17 jesse - - * lib/RT/Interface/Email.pm: - - Mail gateway now handles followup correspondence properly - (It gets the ticket # right) - -2000-09-15 01:06 jesse - - * lib/RT/Watcher.pm: - - fixed a typo (left off a > ) in Watcher.pm - -2000-09-15 00:59 jesse - - * lib/RT/Ticket.pm, lib/RT/Watcher.pm, webrt/Ticket/Modify.html: - - Editing ticket watchers from the webui now works. - this required a bunch of work on the internal wathers stuff - in ticket.pm. - Also added documentation and watcher-related sanity checks - -2000-09-14 00:04 jesse - - * lib/RT/Ticket.pm, lib/RT/Watcher.pm, - webrt/Elements/SelectWatcherType, webrt/Ticket/Elements/EditPeople, - webrt/Ticket/Elements/EditWatchers, - webrt/Ticket/Elements/ModifyTicket: - - Some cleanup to Watcher and Ticket. (mainly documentation updates) - Added an IsUser sub to Watcher.pm (which tells you if the watcher - object refers to a local user or a remote email address) - - the ui for editing tickets should work now. - note that the backend for the watchers side of this isn't there - yet. - - -j - -2000-09-13 18:10 jesse - - * etc/config.pm: - - fixed a configfile typo that would break a new installation - -2000-09-12 01:28 jesse - - * lib/RT/Date.pm, lib/RT/Ticket.pm, webrt/Elements/ListActions, - webrt/Elements/SelectDate, webrt/Elements/SelectUsers, - webrt/Elements/SelectWatcherType, webrt/Ticket/Modify.html, - webrt/Ticket/Elements/AddWatchers, webrt/Ticket/Elements/EditDates, - webrt/Ticket/Elements/EditPeople, - webrt/Ticket/Elements/ModifyTicket: - - TimeWorked is now read/write (which may be a bad idea. but I'm willing to try it. - RT::Date now better understands that "never" doesn't mean 1970. - - The web modify interface is getting closer to working. - I mainly need to finish making the watchers column go. - -2000-09-11 00:37 jesse - - * etc/config.pm: - - Some sanity cleanups to the web queue listing. - -2000-09-11 00:35 jesse - - * webrt/Ticket/Elements/EditDates: - - file EditDates was initially added on branch rt-1-1. - -2000-09-11 00:35 jesse - - * webrt/Ticket/Elements/EditWatchers: - - file EditWatchers was initially added on branch rt-1-1. - -2000-09-11 00:35 jesse - - * webrt/Ticket/Elements/AddWatchers: - - file AddWatchers was initially added on branch rt-1-1. - -2000-09-11 00:35 jesse - - * webrt/Ticket/Elements/EditBasics: - - file EditBasics was initially added on branch rt-1-1. - -2000-09-11 00:35 jesse - - * webrt/Ticket/Elements/EditPeople: - - file EditPeople was initially added on branch rt-1-1. - -2000-09-11 00:35 jesse - - * webrt/Ticket/Elements/ModifyTicket: - - file ModifyTicket was initially added on branch rt-1-1. - -2000-09-11 00:35 jesse - - * webrt/: Login.html, webrt.css, Elements/SelectDate, - Elements/SelectMatch, Elements/SelectQueue, Elements/SelectUsers, - Elements/ShadedBox, Ticket/EditWatchers.html, Ticket/Modify.html, - Ticket/Elements/AddWatchers, Ticket/Elements/EditBasics, - Ticket/Elements/EditDates, Ticket/Elements/EditPeople, - Ticket/Elements/EditWatcherList, Ticket/Elements/EditWatchers, - Ticket/Elements/ModifyTicket, Ticket/Elements/ShowBasics, - Ticket/Elements/ShowDates, Ticket/Elements/ShowDependencies, - Ticket/Elements/ShowHistory, Ticket/Elements/ShowPeople, - Ticket/Elements/ShowSummary, Ticket/Elements/TicketToolBox: - - Lots and lots of work on the webui. - The display UI has been cleaned up a bit and the modify UI has been started. - It's not in its final for yet, nor is there any logic backing many of the new ui features, but those will come next. - - If I'm remebering my list correctly, this is the one "biggie" before Alpha 1. - - Yay! - -2000-09-11 00:35 jesse - - * webrt/Elements/SelectUsers: - - file SelectUsers was initially added on branch rt-1-1. - -2000-09-07 00:52 jesse - - * webrt/: Login.html, autohandler, Ticket/Elements/ShowSummary: - - Replaced tobias' web arg preservation code with something that's actually based on _mason_ rather than the external apache object. This should make the fastcgi port easier - - Fixed a bug in showsummary (unqualified WebPath) - -2000-09-07 00:30 jesse - - * Makefile, bin/rtmux.pl, lib/RT/Handle.pm: - - Look ma! it should install again (i'd flubbed a bit of the - fastcgi mason handler install. - - Oh. and oracle support should work now. - -2000-09-06 00:52 jesse - - * webrt/Logout.html: - - Logout.html links you to the right place now - -2000-09-05 23:47 jesse - - * webrt/Search/Listing.html: - - YA typo fix - -2000-09-05 23:45 jesse - - * webrt/Search/Listing.html: - - Damn I wish I could type tonight. :/ missed an $RT:: - -2000-09-05 23:43 jesse - - * webrt/: Search/Listing.html, Ticket/Elements/ShowSummary: - - Fixed a few more Absolute url bugs - -2000-09-05 23:35 jesse - - * webrt/Elements/Tabs: - - Tabs needed / as the final character for transparent proxying - -2000-09-05 22:39 jesse - - * webrt/: Login.html, Admin/Elements/CreateUserCalled, - Admin/Elements/ModifyQueue, Admin/Elements/ModifyTemplate, - Admin/Elements/ModifyUser, Admin/Users/index.html: - - more work on proper absolute pathing - -2000-09-05 22:08 jesse - - * webrt/: Login.html, Admin/Elements/CreateQueueCalled, - Admin/Elements/CreateUserCalled, Admin/Elements/ModifyUser, - Admin/Users/index.html: - - A bunch of the admin tools weren't properly dealing with absolute pathed requests. it made it impossible to have RT2 anywhere other than at the / of your webserver - -2000-09-05 21:40 jesse - - * lib/RT/Handle.pm: - - file Handle.pm was initially added on branch rt-1-1. - -2000-09-05 21:40 jesse - - * bin/mason_handler.fcgi: - - file mason_handler.fcgi was initially added on branch rt-1-1. - -2000-09-05 21:40 jesse - - * Makefile, bin/mason_handler.fcgi, bin/testdeps.pl, - lib/RT/Handle.pm: - - Updated testdeps to ask for the new version of mailtools - Added in the new fastcgi handler (not working yet) - and RT::Handle, which is a wrapper for SearchBuilder::Handle - -2000-09-04 22:52 jesse - - * Makefile, TODO, bin/rtmux.pl, bin/webmux.pl, etc/config.pm, - lib/RT/Record.pm, lib/RT/User.pm, lib/RT/Interface/Web.pm, - webrt/Ticket/Display.html, webrt/Ticket/Elements/ShowRequestor, - webrt/Ticket/Elements/TicketToolBox: - - A couple of bugfixes related to the switch to SearchBuilder. - A few webui cleanups. - A bit of abstraction to make the eventual fastcgi port easier. - -2000-09-04 12:48 jesse - - * bin/testdeps.pl, lib/RT/Attachments.pm, lib/RT/Ticket.pm, - lib/RT/Transaction.pm, lib/RT/Watcher.pm, lib/RT/Watchers.pm, - lib/RT/Interface/Web.pm, webrt/Ticket/Elements/ShowDates: - - Several batched updates from when pallas was off-net - - UpdateTold changed to SetTold. - A bunch of work to get Scrips working. - Lots more POD in Ticket.pm - Transaction->Describe is better about printing what really happened. - Attachments.pm had a typo that prevented it from dealing with multipart messages. - -2000-08-31 02:18 jesse - - * Makefile, NEWS, etc/suidrt.c: - - Added ENV squashing to suidrt.c - -2000-08-30 14:46 jesse - - * bin/rtmux.pl: - - Rolling in some oracle changes...they're not done yet, but nothing should - break with mysql. fixed a typo in rtmux.pl that was introduced with the switch to searchbuilder. - -2000-08-29 17:02 jesse - - * README, bin/rtmux.pl, bin/testdeps.pl, bin/webmux.pl, - lib/RT/EasySearch.pm, lib/RT/Record.pm: - - MAJOR CHANGE: Switched to the new name of the DBIx:: modules. - We now use DBIx::SearchBuilder rather than DBIx::EasySearch and friends. - Note that this is only a name and structure change for the module set. - The functionality is the same...though seperating out oracle and mysql - specific features comes soon. - -2000-08-29 16:57 jesse - - * etc/schema.Oracle: - - updated the schema.Oracle - -2000-08-29 02:02 jesse - - * webrt/: Elements/SelectWatcherType, Ticket/EditWatchers.html, - Ticket/Update.html: - - Started hacking on watchers and ticket update webui a bit. - they need a lot more work - -2000-08-29 01:51 jesse - - * webrt/Ticket/: Display.html, DisplayHistory, DisplayTransaction, - Elements/ShowHistory, Elements/ShowTransaction: - - Made FullHeaders/BriefHeaders work in the webui - -2000-08-28 01:46 jesse - - * webrt/Admin/Elements/: CreateUserCalled, ModifyUser: - - Fixed some display buglets from tobi oetiker - -2000-08-28 01:31 jesse - - * webrt/Ticket/Update.html: - - Removed some text that harassed the user. that's generally bad policy - -2000-08-27 23:56 jesse - - * webrt/: Admin/Elements/Header, Admin/Elements/ModifyTemplate, - Admin/Elements/Tabs, Elements/ListActions, Elements/Tabs: - - A few more added helper elements from the webui - -2000-08-27 23:56 jesse - - * webrt/Admin/Elements/Header: - - file Header was initially added on branch rt-1-1. - -2000-08-27 23:56 jesse - - * webrt/: Admin/Elements/Tabs, Elements/Tabs: - - file Tabs was initially added on branch rt-1-1. - -2000-08-27 23:56 jesse - - * webrt/Admin/Elements/ModifyTemplate: - - file ModifyTemplate was initially added on branch rt-1-1. - -2000-08-27 23:56 jesse - - * webrt/Elements/ListActions: - - file ListActions was initially added on branch rt-1-1. - -2000-08-27 23:54 jesse - - * webrt/Admin/Users/Prefs.html: - - file Prefs.html was initially added on branch rt-1-1. - -2000-08-27 23:54 jesse - - * webrt/Admin/: Queues/Create.html, Users/Create.html: - - file Create.html was initially added on branch rt-1-1. - -2000-08-27 23:54 jesse - - * webrt/Admin/: Queues/Modify.html, Users/Modify.html: - - file Modify.html was initially added on branch rt-1-1. - -2000-08-27 23:54 jesse - - * webrt/Admin/: Queues/index.html, Users/index.html: - - file index.html was initially added on branch rt-1-1. - -2000-08-27 23:54 jesse - - * bin/webmux.pl, lib/RT/Area.pm, lib/RT/Areas.pm, lib/RT/Queue.pm, - lib/RT/ScripScopes.pm, lib/RT/Template.pm, lib/RT/Templates.pm, - webrt/Admin/CreateQueue.html, webrt/Admin/CreateUser.html, - webrt/Admin/EditUser.html, webrt/Admin/ModifyQueue.html, - webrt/Admin/ModifyUser.html, webrt/Admin/index.html, - webrt/Admin/Elements/CreateQueueCalled, - webrt/Admin/Elements/CreateUserCalled, - webrt/Admin/Elements/ModifyQueue, webrt/Admin/Elements/ModifyUser, - webrt/Admin/Elements/SelectModifyQueue, - webrt/Admin/Elements/SelectModifyUser, - webrt/Admin/Queues/Create.html, webrt/Admin/Queues/Modify.html, - webrt/Admin/Queues/index.html, webrt/Admin/Users/Create.html, - webrt/Admin/Users/Modify.html, webrt/Admin/Users/Prefs.html, - webrt/Admin/Users/index.html: - - Lots of work on the web admin ui. basic user and queue editing working. - and template editing - -2000-08-24 15:53 jesse - - * Makefile, README, bin/rtmux.pl, etc/config.pm, - lib/RT/Action/SendEmail.pm, webrt/Elements/Footer, - webrt/Elements/Header, webrt/Elements/ViewUser, - webrt/Ticket/Elements/EditWatcherList: - - The first cut at better configuration. - - Updated the readme - - Made the mail send routine in lib/RT/Action/Email.pm somewhat - more configurable (though we're still using printing to a pipe - because Mail::Mailer is busted :/) - - Most options moved out of the makefile..this will make packaging - possible. - - Fixed a couple places where tobias had been using a non-relative - url unnecessarily. - -2000-08-22 03:08 jesse - - * Makefile: - - Getting version #s in sync for RT 1.3.15 - -2000-08-22 03:05 jesse - - * lib/RT/: Scrip.pm, Transaction.pm, Action/AutoReply.pm, - Action/SendEmail.pm: - - Work on making sure mail gets sent. It's not "right" yet but it's getting - closer. - -2000-08-21 19:46 jesse - - * webrt/autohandler: - - Fixed a minor issue that let people "log in as ''" - -2000-08-21 01:12 jesse - - * bin/rtmux.pl, etc/config.pm, lib/RT/Ticket.pm, lib/RT/Tickets.pm: - - Set a default type in ticket.pm - allowed restriction based on type in tickets.pm - - now set the timezone in the config file rather than the rtmux. - means it effects webmux.pl too. - -2000-08-20 23:41 jesse - - * etc/schema.mysql, lib/RT/Date.pm, webrt/Elements/SelectOwner: - - Standardized StartsBy to Starts. - Removed a warning from SelectOwner - Fixed a bug in RT::Date->Set(Format => 'unknown') - -2000-08-20 01:46 jesse - - * lib/RT/Ticket.pm, webrt/Search/Listing.html, - webrt/Ticket/Elements/ShowMemberOf, - webrt/Ticket/Elements/ShowMembers: - - Work on MemberOf and Members in Ticket.pm - they're both now Tickets objects rather than links objects. - and the things that use them have been updated - -2000-08-19 03:03 jesse - - * Makefile: - - Bumped the version 1.3.14 - -2000-08-19 02:49 jesse - - * README, etc/config.pm, lib/RT/Ticket.pm: - - Did some work on logging. switched some carping to some logging. - -2000-08-18 02:04 jesse - - * Makefile, README: - - Minor readme updates. - - Bumped the version to 1.3.13 - -2000-08-18 01:04 jesse - - * lib/RT/Transaction.pm: - - CurrentUser objects act on things. not user Objects. Thanks, Jens - -2000-08-17 23:55 jesse - - * webrt/Elements/: SelectOwner, Submit: - - notes in select owner. a bit of tweaking in submit ot make it more visible - -2000-08-17 16:16 jesse - - * Makefile: - - Changes to rt-mailgate to properly respect authenticated users - when performing %RT RESOLVE commands. - -2000-08-17 03:01 jesse - - * lib/RT/Interface/Web.pm: - - Missed a checkin on Web.pm. sorry about that - -2000-08-17 02:53 jesse - - * bin/webmux.pl, lib/RT/Database.pm, lib/RT/Date.pm, - lib/RT/Ticket.pm, lib/RT/Interface/Web.pm: - - Yanked the ancient lib/RT/Database.pm. It never served any purpose - added some functionality to RT::Date. it can now take a date type - of 'unknown.' This will "require" Date::Manip and parse it into - an ISO style date. note that this should NEVER be called from RT's - core due to overhead. It is useful from web interfaces and CLI tools.... - - added date::manip as a requirement to webmux.pl (so it gets loaded before - client hits) - - cleaned up Interface/Web.pm - - rationalized some of the routines dealing with date stuff in ticket.pm. - - Actual working web date changing should be coming "soon." (where soon is - defined as sometime this week) - -2000-08-16 14:46 jesse - - * webrt/Elements/Submit: - - file Submit was initially added on branch rt-1-1. - -2000-08-16 14:46 jesse - - * webrt/: Login.html, index.html, Elements/Footer, Elements/Header, - Elements/Submit, Ticket/Elements/ShowBasics, - Ticket/Elements/ShowTransaction: - - Various bits of webui cleanup - -2000-08-16 14:16 jesse - - * lib/RT/: Tickets.pm, Interface/Email.pm: - - We can now search for tickets by relationship - -2000-08-16 13:18 jesse - - * lib/RT/CurrentUser.pm: - - the real oneline patch that should make rt-mailgate work for new users again. - -2000-08-15 01:17 jesse - - * lib/RT/: Tickets.pm, Interface/Web.pm: - - The first round of convenience methods in RT/Tickets.pm - Still need to do the ticket relations methods and the - date methods - -2000-08-14 23:47 jesse - - * webrt/Elements/SelectDateType: - - file SelectDateType was initially added on branch rt-1-1. - -2000-08-14 23:47 jesse - - * webrt/Elements/SelectDateType: - - ack. missed this in the wackiness with tonight's earlier checkin. - -2000-08-14 19:35 jesse - - * webrt/: Elements/Header, Elements/SelectDate, - Elements/SelectQueue, Elements/TitleBoxStart, Search/Listing.html, - Search/PickRestriction: - - The rest of the previous commit. - -2000-08-14 19:27 jesse - - * etc/config.pm, webrt/Login.html, webrt/Logout.html, - webrt/autohandler, webrt/index.html, webrt/webrt.css, - webrt/Ticket/autohandler, webrt/Ticket/Elements/ShowMemberOf, - webrt/Ticket/Elements/ShowMembers, - webrt/Ticket/Elements/ShowSummary, - webrt/Ticket/Elements/ShowTransaction: - - Cleaned up the ticket display a bit. - made logout actually properly erase session data - protected _everything_ with an autohandler in / - prettified Login.html - added some options to /Elements/TitleBoxHead...which seems to have been missed - -2000-08-14 14:37 jesse - - * README: - - Added a warning about postmaster from JD - -2000-08-13 21:57 jesse - - * lib/RT/TicketCollection.pm, lib/RT/Tickets.pm, - lib/RT/Interface/Web.pm, webrt/Elements/SelectBoolean, - webrt/Elements/SelectDate, webrt/Elements/SelectMatch, - webrt/Elements/SelectOwner, webrt/Elements/SelectQueue, - webrt/Elements/SelectStatus, webrt/Elements/SelectWatcherType, - webrt/Search/Listing.html, webrt/Search/PickRestriction, - webrt/Search/TicketCell: - - Significant work on the search and display code. - I'm not convinced that this doesn't introduce new bugs. - However, you can now search by ticket content. - - I will be reworking Tickets.pm a bit more to add a bunch of convenience methods - over then next week or so. - -2000-08-12 18:07 jesse - - * lib/RT/Ticket.pm: - - Fixed a bug in WatchersAsString. (RT::Watchers wasn't required early enough) - this whole routine needs to be redone :/ - -2000-08-12 18:06 jesse - - * lib/RT/User.pm: - - User->Create CanManipulate now defaults to 0. - -2000-08-12 18:05 jesse - - * etc/schema.mysql: - - Updated the default user entries in schema.mysql to have the "CanManipulate" - flag set so they'd show up in owner lists. - -2000-08-10 19:16 jesse - - * README: - - updated instructions for Apache install - -2000-08-10 18:59 jesse - - * etc/schema.mysql: - - the queue values for the first queue were wrong - -2000-08-10 17:55 jesse - - * lib/RT/Ticket.pm: - - BUGFIX: _UpdateTold now doesn't record a transaction, as things should be - -2000-08-10 15:43 jesse - - * etc/config.pm, etc/schema.Oracle, etc/schema.mysql, - lib/RT/Attachment.pm, lib/RT/Record.pm, lib/RT/Scrip.pm, - lib/RT/ScripScope.pm, lib/RT/Ticket.pm, lib/RT/TicketCollection.pm, - lib/RT/Tickets.pm, lib/RT/Transaction.pm, lib/RT/User.pm, - lib/RT/Action/AutoReply.pm, lib/RT/Action/Notify.pm, - lib/RT/Action/SendEmail.pm, lib/RT/Interface/Web.pm, - webrt/autohandler, webrt/Elements/Error, - webrt/Elements/SelectStatus, webrt/Ticket/Update.html, - webrt/Ticket/Elements/ShowBasics, - webrt/Ticket/Elements/ShowDependencies, - webrt/Ticket/Elements/ShowMemberOf, - webrt/Ticket/Elements/ShowMembers, - webrt/Ticket/Elements/ShowPeople, - webrt/Ticket/Elements/ShowReferences, - webrt/Ticket/Elements/ShowRequestor, - webrt/Ticket/Elements/TicketToolBox: - - Fixed ACL caching bugs - Finished adding status "new" - cli searching based on status works better. - - API Change. Queue is NO LONGER the Queue Object for a ticket - API Change. Owner is NO LONGER the Owner Object for a ticket - - instead, both point to their proper database values and OwnerObj and QueueObj - do the right thing throughout. This was rather more code churn than I was hoping for, but we've now got a cleaner, more consistent API that's easier to work - with. - - little bits of POD update. - - Cleaned out some unused code. - - Made some error messages more professional. - - We now keep track of date started as well as a "start by" date. these both - need a bit more work. - - Calling convention for _Set changed. Rather than three different calling - conventions which weren't very extensible, DBIx::Record::_Set and all its - subclasses now use paramhash style calling. it's much more extensible and - flexible now. (This was necessary for some ACL work, among other things) - -2000-08-09 01:11 jesse - - * lib/RT/Record.pm, lib/RT/Ticket.pm, lib/RT/User.pm, - webrt/Elements/SelectStatus, webrt/Elements/dayMenu, - webrt/Elements/monthMenu, webrt/Elements/yearMenu: - - ACL Decisions are now cached - date menus have a "never" option in the webui - added a new status. "new" for tickets that aren't yet open - -2000-08-08 01:45 jesse - - * etc/schema.mysql, lib/RT/Queue.pm: - - schema updates. - fixed queue->Create - -2000-08-08 01:44 jesse - - * webrt/Admin/ModifyQueue.html: - - file ModifyQueue.html was initially added on branch rt-1-1. - -2000-08-08 01:44 jesse - - * webrt/Admin/: CreateQueue.html, CreateUser.html, - ModifyQueue.html, ModifyUser.html, index.html, - Elements/CreateQueueCalled, Elements/CreateUserCalled, - Elements/ModifyQueue, Elements/ModifyUser, - Elements/SelectModifyQueue, Elements/SelectModifyUser: - - Started the new web admin interface. - it can now edit queues and users and create queues and users - I'm fairly leery of its user handling stuff. particularly passwords - -2000-08-08 01:44 jesse - - * webrt/Admin/CreateUser.html: - - file CreateUser.html was initially added on branch rt-1-1. - -2000-08-08 01:44 jesse - - * webrt/Admin/Elements/SelectModifyUser: - - file SelectModifyUser was initially added on branch rt-1-1. - -2000-08-08 01:44 jesse - - * webrt/Admin/Elements/ModifyUser: - - file ModifyUser was initially added on branch rt-1-1. - -2000-08-08 01:44 jesse - - * webrt/Admin/Elements/CreateUserCalled: - - file CreateUserCalled was initially added on branch rt-1-1. - -2000-08-08 01:44 jesse - - * webrt/Admin/ModifyUser.html: - - file ModifyUser.html was initially added on branch rt-1-1. - -2000-08-08 01:44 jesse - - * webrt/Admin/index.html: - - file index.html was initially added on branch rt-1-1. - -2000-08-08 01:44 jesse - - * webrt/Admin/CreateQueue.html: - - file CreateQueue.html was initially added on branch rt-1-1. - -2000-08-08 01:44 jesse - - * webrt/Admin/Elements/ModifyQueue: - - file ModifyQueue was initially added on branch rt-1-1. - -2000-08-08 01:44 jesse - - * webrt/Admin/Elements/SelectModifyQueue: - - file SelectModifyQueue was initially added on branch rt-1-1. - -2000-08-08 01:44 jesse - - * webrt/Admin/Elements/CreateQueueCalled: - - file CreateQueueCalled was initially added on branch rt-1-1. - -2000-08-07 22:28 jesse - - * etc/schema.mysql, lib/RT/Date.pm, lib/RT/Ticket.pm, - lib/RT/Users.pm: - - added a few ticket attributes for forwards compatibility - fixed another ACL problem in users.pm - fixed a date display bug - -2000-08-07 01:03 jesse - - * lib/RT/Transaction.pm, webrt/Ticket/Create.html, - webrt/Ticket/Elements/ShowTransaction: - - Transaction.pm had some lingering ACL bugs ($CurrentUser) isn't a reasonable - global in core library routines :/ - - Working on spawning subtickets. - -2000-08-07 00:31 jesse - - * webrt/User/Prefs.html: - - file Prefs.html was initially added on branch rt-1-1. - -2000-08-07 00:31 jesse - - * webrt/Ticket/Elements/ShowDependencies: - - file ShowDependencies was initially added on branch rt-1-1. - -2000-08-07 00:31 jesse - - * webrt/Ticket/Elements/ShowReferences: - - file ShowReferences was initially added on branch rt-1-1. - -2000-08-07 00:31 jesse - - * webrt/Ticket/Elements/ShowMembers: - - file ShowMembers was initially added on branch rt-1-1. - -2000-08-07 00:31 jesse - - * webrt/Ticket/Elements/ShowMemberOf: - - file ShowMemberOf was initially added on branch rt-1-1. - -2000-08-07 00:31 jesse - - * webrt/Admin/EditUser.html: - - file EditUser.html was initially added on branch rt-1-1. - -2000-08-07 00:31 jesse - - * webrt/Admin/Elements/EditUserComments: - - file EditUserComments was initially added on branch rt-1-1. - -2000-08-07 00:31 jesse - - * etc/config.pm, lib/RT/Ticket.pm, webrt/EditUserComments.html, - webrt/ViewUser.html, webrt/webrt.css, webrt/Admin/EditUser.html, - webrt/Admin/ModifyUser, webrt/Admin/Elements/EditUserComments, - webrt/Elements/Error, webrt/Elements/Header, - webrt/Elements/SelectOwner, webrt/Ticket/Create.html, - webrt/Ticket/Create_Detail.html, webrt/Ticket/Display.html, - webrt/Ticket/Elements/EditWatcherList, - webrt/Ticket/Elements/ShowDependencies, - webrt/Ticket/Elements/ShowMemberOf, - webrt/Ticket/Elements/ShowMembers, - webrt/Ticket/Elements/ShowPeople, - webrt/Ticket/Elements/ShowReferences, - webrt/Ticket/Elements/ShowSummary, webrt/User/Prefs.html: - - Did a bunch of work on the webui. cleaned up a lot of the link display stuff - did some work on ticket create - - dependencies and subtickets are now listed in the ticketview. yay! - -2000-08-05 19:47 jesse - - * lib/RT/Ticket.pm, webrt/Ticket/Elements/ShowSummary: - - more Nobody fixes in Ticket.pm - justification fixes in ShowSummary - -2000-08-05 18:50 jesse - - * webrt/Ticket/ProcessUpdate.html: - - The webui can now process updates. - it needed YA currentuser fix - -2000-08-05 18:43 jesse - - * lib/RT/Ticket.pm: - - Ticket::Create(Owner => now takes either a user object or a userid. - and defaults to nobody. - -2000-08-05 17:51 jesse - - * Makefile: - - [no log message] - -2000-08-05 17:49 jesse - - * lib/RT/: Date.pm, Interface/Email.pm: - - fixed a few more bugs in the mailgateway. it can create tickets now. - fixed an undefined default in the cli query - made the date routine not spit out a stupid warning - -2000-08-05 17:21 jesse - - * lib/RT/Interface/Email.pm: - - fixed typos in the mailgate. thanks gary - -2000-08-05 00:16 jesse - - * Makefile, NEWS, webrt/Login.html, webrt/autohandler, - webrt/webrt.css: - - little tweaks to the webui. - bumped the version to 1.3.11 for distribution - -2000-08-04 18:45 jesse - - * README, bin/rtmux.pl, bin/webmux.pl, lib/RT/Areas.pm, - lib/RT/Attachments.pm, lib/RT/Date.pm, lib/RT/Link.pm, - lib/RT/Links.pm, lib/RT/Queue.pm, lib/RT/Queues.pm, - lib/RT/Record.pm, lib/RT/ScripScopes.pm, lib/RT/Scrips.pm, - lib/RT/Template.pm, lib/RT/Ticket.pm, lib/RT/Tickets.pm, - lib/RT/Transaction.pm, lib/RT/Transactions.pm, lib/RT/Users.pm, - lib/RT/Watchers.pm, lib/RT/Interface/Web.pm, - webrt/Admin/ModifyUser, webrt/Elements/SelectOwner, - webrt/Elements/SelectQueue, webrt/Elements/ViewUser, - webrt/Ticket/Display.html, webrt/Ticket/LinkIt.html, - webrt/Ticket/Elements/ShowPeople: - - When creating an object, you ALWAYS need to pass in the current user - or acls break. we were a bit too lax about this before. - - this was a major round of bugfixing for the webui - -2000-08-04 15:41 jesse - - * Makefile, lib/RT/CurrentUser.pm, lib/RT/User.pm, webrt/webrt.css, - webrt/Elements/Header, webrt/Search/Listing.html, - webrt/Search/autohandler, webrt/Ticket/autohandler: - - Queue listing doesn't have that ugly blue any more. And its code for - setting row color is a bit cleaner. - - we now actually _check_ passwords for web logins. - - webrt.css now has slightly darker hyperlinks. - - CurrentUser->IsPassword now uses the UserObj - - users can't use null passwords for authentication. - -2000-08-03 02:19 jesse - - * lib/RT/Interface/Web.pm, webrt/Elements/ShadedBox, - webrt/Elements/TitleBoxStart: - - misc fixes to the webui and a leftover fix to the cli. - - the webui needs to have some of its internals gutted and - put back together. it feels very kludgy and not really "planned" - -2000-08-03 02:04 jesse - - * lib/RT/: Record.pm, Scrip.pm, Ticket.pm, Tickets.pm, - Transaction.pm, Action/SendEmail.pm: - - made status changes work. (RT::Action::SendEmail was being stupid - and not error checking until it was too late) - - removed more use of hardwired SQL "now()" - - moved the handling of LastUpdated into RT::Record. from DBIx::Record - -2000-08-03 01:09 jesse - - * lib/RT/Queue.pm: - - fixed a bug in the cli that kept ticket creates from working. - queue->hasright's calling convention changed. - -2000-08-03 00:59 jesse - - * Makefile: - - fixed a makefile typo. added back the comment about pg - -2000-08-03 00:42 jesse - - * docs/design_docs/users: - - file users was initially added on branch rt-1-1. - -2000-08-03 00:42 jesse - - * etc/user.Oracle: - - file user.Oracle was initially added on branch rt-1-1. - -2000-08-03 00:42 jesse - - * etc/schema.Oracle: - - file schema.Oracle was initially added on branch rt-1-1. - -2000-08-03 00:42 jesse - - * bin/initacls.Oracle, bin/initdb.Oracle, docs/README.oracle, - docs/design_docs/users, etc/schema.Oracle, etc/user.Oracle: - - A first cut at oracle support from Dave Morgan . - It is pretty much untested and guaranteed to break. Among other - things, the schema isn't current. but it's a start. - Thanks, Dave! - -2000-08-03 00:42 jesse - - * docs/README.oracle: - - file README.oracle was initially added on branch rt-1-1. - -2000-08-03 00:42 jesse - - * bin/initacls.Oracle: - - file initacls.Oracle was initially added on branch rt-1-1. - -2000-08-03 00:42 jesse - - * bin/initdb.Oracle: - - file initdb.Oracle was initially added on branch rt-1-1. - -2000-08-03 00:31 jesse - - * docs/design_docs/local_hacking: - - file local_hacking was initially added on branch rt-1-1. - -2000-08-03 00:31 jesse - - * HACKING, Makefile, docs/FAQ.html, docs/actions.html, - docs/admin.html, docs/attributes.html, docs/outline.html, - docs/rt_users_guide.html, docs/design_docs/local_hacking: - - doc updates. removed outdated 1.x docs - -2000-08-02 23:53 jesse - - * etc/config.pm: - - added some comments from tobias - -2000-08-02 00:20 jesse - - * Makefile, NEWS, TODO, etc/config.pm, etc/schema.mysql, - lib/RT/ACE.pm, lib/RT/ACL.pm, lib/RT/CurrentUser.pm, - lib/RT/Date.pm, lib/RT/Queue.pm, lib/RT/Record.pm, - lib/RT/Ticket.pm, lib/RT/Tickets.pm, lib/RT/User.pm, - lib/RT/Interface/Email.pm: - - - Weekend of 1 Aug 2000 - --------------------- - I spent the weekend in DC visiting family. This meant I got a bit of - code written ;) Sadly, I have no access to the CVS server, - so I'll be batching a bunch of commits. - - 1. Enabled CLI admin tool - 2. Added ACL listing functionality to the CLI admin tool. - 3. Enhanced RT::Queue->Grant such that it works with the structure of RT2 - ACLs - 4. Made the Logging framework actually log errors to STDERR. - (This makes debugging the CLI tools much easier. It also means - that the cli tools explain _why_ they're dying.) - 5. Fully expunged use of Mysql's SQL keyword "now()". I'd have left this - stuff in, except mysql doesn't seem to deal well with the idea that the - entire world isn't one timezone. On top of that, it doesn't seem to - have a way to force it into GMT mode that doesn't involve modifying init - scripts. *sigh* - 6. Did a whole bunch more work on the ACL checking in RT::User - 7. Wrote up some preliminary docs on local hacks to RT - 8. Added in a routine to allow local canonicalization of email addresses - 9. Added in the concept of "Disabled users" To preserve RT2's database - Integrity, whacking user accounts would be a bad thing. So, instead, - we've got the concept of 'disabled' users. A disabled user fails ANY - ACL check, ANY password check and doesn't appear in any lists of ACLs. - (note that the lastmost statement isn't yet true) - - 10. rtadmin user -enable and rtadmin user -disable now work. - 11. ACLs are now enforced for many ticket related actions. - (this does mean that you'll want to insert some acls like those below) - - INSERT INTO ACL VALUES (1,0,'User','SuperUser','Queue',0); - INSERT INTO ACL VALUES (2,3,'User','CreateTicket','Queue',0); - INSERT INTO ACL VALUES (3,3,'User','ShowTicket','Ticket',0); - INSERT INTO ACL VALUES (4,3,'User','ShowTicketHistory','Ticket',0); - INSERT INTO ACL VALUES (6,3,'User','CreateTicket','Queue',1); - INSERT INTO ACL VALUES (7,3,'User','ModifyTicket','Ticket',1); - INSERT INTO ACL VALUES (8,1,'User','Superuser','System',0); - INSERT INTO ACL VALUES (9,0,'Everyone','Superuser','System',0); - -2000-08-02 00:17 jesse - - * bin/: rtmux.pl, testdeps.pl: - - Bumped us up to requiring Log::Dispatch 1.6. - Cleaned up testdeps a bit. Now, you knwo it passes. - -2000-07-27 03:01 jesse - - * Makefile: - - Bumped the version to 1.3.9 - Rolled RT 1.3.9 - -2000-07-27 02:37 jesse - - * lib/RT/Date.pm, lib/RT/Ticket.pm, webrt/Elements/ViewUser, - webrt/Ticket/Elements/ShowDates, webrt/Ticket/Elements/ShowSummary, - webrt/Ticket/Elements/ShowTransaction, bin/webmux.pl: - - Fixed a bug with null due dates. - Made RT/Date deal with a time of -1 as "Never" - made html escaping on included entities on webrt default. - -2000-07-27 02:01 jesse - - * lib/RT/Date.pm: - - file Date.pm was initially added on branch rt-1-1. - -2000-07-27 02:01 jesse - - * README, lib/RT/Date.pm, lib/RT/Record.pm, lib/RT/Ticket.pm, - bin/testdeps.pl: - - Moved Date managment routines from DBIx::Record to RT::Record. - Initial Checkin of RT::Date, a lightweight Date object capable - of doing everything RT needs. Oh. and it's fully documented in POD. - - Converted RT::Record and RT::Ticket and the cli to use RT::Date instead - of Date::Kronos. The CLI now feels _much_ zippier and code within - RT::Ticket is a bit easier to read. - -2000-07-27 01:55 jesse - - * etc/schema.mysql: - - removed extraneous whitespace - -2000-07-27 01:51 jesse - - * lib/RT/Attachment.pm: - - changed the header on attachment.pm - -2000-07-24 10:17 tobiasb - - * lib/RT/Interface/Web.pm, webrt/ViewUser.html, - webrt/Search/TicketCell, webrt/Ticket/Display.html, - webrt/Ticket/ProcessUpdate.html, webrt/Ticket/Update.html: - - Moved some things to Web.pm, made some nifty options for getting tickets from the listing in a new window - -2000-07-24 06:56 tobiasb - - * lib/RT/User.pm: - - Some TODOs - -2000-07-24 06:54 tobiasb - - * lib/RT/Interface/Email.pm: - - Some comments and TODOs. - - I fixed one simple TODO about putting in pid + rand into the name of - the temp directory needed for parsing the mime entity. - -2000-07-24 00:52 jesse - - * lib/RT/User.pm: - - Added a few comments where they really should be - -2000-07-24 00:48 jesse - - * lib/RT/Interface/Email.pm: - - Did a bunch of cleanup work on Interface/Email.pm - It could still use more. - -2000-07-23 03:50 tobiasb - - * lib/RT/Ticket.pm: - - Added the method 'TimeWorkedAsString'. Ok, I'll start looking into Date::Kronos shortly :) - -2000-07-22 20:10 tobiasb - - * lib/RT/Interface/Email.pm: - - [no log message] - -2000-07-22 20:05 tobiasb - - * lib/RT/Interface/Email.pm: - - Inserted a reference to [fsck 290] in a TODO-comment. - -2000-07-22 13:06 tobiasb - - * lib/RT/Interface/Web.pm, webrt/Search/Listing.html: - - Moved stuff from Listing.html to Web.pm, sub ProcessSearchQuery (suggestions to a better name for the sub?) - -2000-07-21 15:11 tobiasb - - * lib/RT/Ticket.pm, lib/RT/Interface/Web.pm, - webrt/Search/Listing.html: - - bugfixing - -2000-07-21 11:09 tobiasb - - * etc/schema.mysql: - - Bugfix - -2000-07-21 10:57 tobiasb - - * webrt/index.html: - - Now it's possible to select queue from the start page - -2000-07-21 10:35 tobiasb - - * lib/RT/Attachment.pm, lib/RT/Ticket.pm, webrt/Elements/Header, - webrt/Elements/SelectOwner, webrt/Ticket/Elements/EditWatcherList: - - bugfixes, comments. I restricted the Owner-list to those that CanManipulate - this should eventually go away when we have proper access control. Tiny improvement of EditWatcherList - it's now possible to edit user information if the user is found. - -2000-07-21 05:48 tobiasb - - * lib/RT/CurrentUser.pm: - - bugfix - -2000-07-21 00:08 jesse - - * lib/RT/ACE.pm, lib/RT/Attachment.pm, lib/RT/Queue.pm, - lib/RT/Ticket.pm, lib/RT/User.pm, webrt/EditUserComments.html: - - Cleaned up language in EditUserComments - - did work on watchers in ui/cli/admin and Ticket.pm and User.pm - cleaned up code in Ticket.pm - - Start of some work on acls in Queue.pm - -2000-07-20 22:13 tobiasb - - * lib/RT/Interface/Web.pm, webrt/Elements/SelectWatcherType, - webrt/Ticket/Display.html, webrt/Ticket/EditWatchers.html, - webrt/Ticket/Elements/EditWatcherList, - webrt/Ticket/Elements/ShowHistory, webrt/Ticket/Elements/ShowLinks, - webrt/Ticket/Elements/TicketToolBox: - - Some code improvements, added one popular demand here; to avoid spending too much time clicking around, it should be possible to show all histoies of member requests at the same page. - -2000-07-20 18:31 tobiasb - - * lib/RT/CurrentUser.pm: - - Fixing a bit. Please try to remember to test code before committing - it :) - -2000-07-20 18:09 tobiasb - - * webrt/Ticket/ProcessUpdate.html: - - once more I've committed without testing.. - -2000-07-20 18:02 tobiasb - - * lib/RT/CurrentUser.pm: - - Removed a compile-time bug - -2000-07-20 17:48 tobiasb - - * lib/RT/User.pm: - - bugfix - -2000-07-20 17:39 tobiasb - - * etc/config.pm, lib/RT/Ticket.pm, lib/RT/User.pm, - lib/RT/Watcher.pm, lib/RT/Interface/Web.pm, - webrt/Ticket/Display.html: - - bugfixes + conflict resolving at the signature + moved something to Web.pm from Display.html - -2000-07-20 17:31 jesse - - * lib/RT/: CurrentUser.pm, User.pm: - - Culled some not-for-now signature stuff. - Cleaned up and optimised CurrentUser->UserObj - -2000-07-20 16:39 jesse - - * Makefile, NEWS: - - doing some work for a customer. rt-mailgate --help should tell you - about the fabulous new mail mode - -2000-07-20 15:39 tobiasb - - * lib/RT/Interface/Web.pm, webrt/Ticket/Display.html: - - moving things from the template to Web.pm was not as straight-forwarded as I had hoped. - -2000-07-20 15:20 tobiasb - - * lib/RT/Attachment.pm, lib/RT/CurrentUser.pm, lib/RT/User.pm, - lib/RT/Interface/Web.pm, webrt/Ticket/Display.html: - - Started moving stuff to Web.pm, fixed and tested signatures - -2000-07-20 14:50 tobiasb - - * lib/RT/: CurrentUser.pm, User.pm: - - moved signature from currentuser to user (but does it make sense, anyway? Signatures is something 'personal' that belongs only to the current user?) - -2000-07-20 14:43 tobiasb - - * webrt/ViewUser.html: - - bugfix ... hmpf, always test before committing .. always test before committing ... - -2000-07-20 14:33 tobiasb - - * lib/RT/Interface/Web.pm, webrt/ViewUser.html: - - bugfix - -2000-07-20 14:11 tobiasb - - * lib/RT/Interface/Web.pm: - - file Web.pm was initially added on branch rt-1-1. - -2000-07-20 14:11 tobiasb - - * lib/RT/Interface/Web.pm: - - I'm considering to move things from Display.html and ProcessUpdate.html to Web.pm. Comments? - -2000-07-20 14:06 jesse - - * lib/RT/Watcher.pm: - - Removed the bogus code frol lib/RT/Watcher.pm - -2000-07-20 13:39 jesse - - * lib/RT/User.pm: - - reversed some bogus code - -2000-07-20 11:44 tobiasb - - * webrt/Ticket/Elements/EditWatcherList: - - file EditWatcherList was initially added on branch rt-1-1. - -2000-07-20 11:44 tobiasb - - * webrt/Elements/SelectWatcherType: - - file SelectWatcherType was initially added on branch rt-1-1. - -2000-07-20 11:44 tobiasb - - * webrt/: Elements/SelectWatcherType, - Ticket/Elements/EditWatcherList: - - Now it's possible to edit ticket and queue watchers. It's really horrible, but at least it works - -2000-07-20 11:43 tobiasb - - * webrt/Ticket/: EditWatchers.html, Update.html: - - Small comment - -2000-07-20 11:40 tobiasb - - * webrt/Ticket/Update.html: - - Linked in the 'edit watchers' functionality - -2000-07-20 11:27 tobiasb - - * lib/RT/Ticket.pm, lib/RT/Watcher.pm, - webrt/Ticket/EditWatchers.html: - - Now it's possible to edit ticket and queue watchers. It's really horrible, but at least it works - -2000-07-20 11:27 tobiasb - - * lib/RT/User.pm: - - bugfix - -2000-07-20 11:23 tobiasb - - * webrt/Ticket/Elements/ShowTransaction: - - This is sort of a local hack, I guess it should be separated ... but maybe not. if content-type =~ /^text/(?\!plain)/, there is now a link for 'view this as plain text', which might be useful for unknown text formats and for viewing 'code' - -2000-07-20 02:59 jesse - - * lib/RT/: ACE.pm, ACL.pm: - - I'm committing ACE.pm and ACL.pm so people can get a bit of a taste of what I'm doing. They don't work, they probably don't even compile yet, but they're not getting called from the rest of the code yet. - - These aren't the droids you're looking for. - -2000-07-20 02:58 jesse - - * lib/RT/User.pm: - - updated User.pm to match the schema - -2000-07-19 16:45 tobiasb - - * webrt/Ticket/EditWatchers.html: - - file EditWatchers.html was initially added on branch rt-1-1. - -2000-07-19 16:45 tobiasb - - * webrt/Ticket/EditWatchers.html: - - This should be a template for adding and removing watchers; will be completed tomorrow - -2000-07-19 16:10 tobiasb - - * webrt/: Logout.html, ViewUser.html, Search/Listing.html, - Ticket/Display.html, Ticket/Update.html, - Ticket/Elements/ShowPeople, Ticket/Elements/ShowSummary: - - It's now possible to edit user data (realname, userid, email) from the web ui - -2000-07-19 16:04 tobiasb - - * lib/RT/: CurrentUser.pm, Ticket.pm, Watcher.pm, - Interface/Email.pm: - - Worked a bit with requestors; 1) if we already have a user object at the requestor, we should use it. 2) it should be possible to edit the users email without also updating the watcher email if those are the same. 3) if a user enters an email with a different from address, but can be identified as a previous user (by equal real name or other means of authentication), the email field in the watcher table should be used - -2000-07-19 10:06 tobiasb - - * webrt/Elements/Header: - - bugfixing - -2000-07-19 08:53 tobiasb - - * webrt/webrt.css: - - Our web designer didn't like red table borders - -2000-07-19 08:52 tobiasb - - * webrt/: Elements/Header, Search/Listing.html: - - Fun #440: Popular wish: Fixed alternating colours at the lines in Listing.html - -2000-07-19 07:41 tobiasb - - * webrt/webrt.css: - - oddline for use in Listing.html - -2000-07-19 06:54 tobiasb - - * webrt/Elements/Header: - - nicer - -2000-07-19 06:51 tobiasb - - * webrt/: index.html, Elements/Header: - - Fun #666; Form 'view bug #xxx' from display and the front page - -2000-07-18 04:17 tobiasb - - * etc/schema.mysql: - - bug #286; two nines in schema.sql - -2000-07-14 11:40 tobiasb - - * webrt/Search/TicketCell: - - I'm currently trying to fix it so that each user can put in options in the session information (or should it rather be in the DB?) about whether they want tickets to pop up in separate windows or not. - -2000-07-14 10:47 tobiasb - - * etc/schema.mysql, lib/RT/Link.pm, lib/RT/Ticket.pm, - lib/RT/Action/StallDependent.pm, - webrt/Ticket/Elements/TicketToolBox: - - added a scrip for stalling members upon membership linking ... now it's impossible for a request to make a link to itself ... now it's possible to open a request from the ticket display - -2000-07-14 09:29 tobiasb - - * webrt/Ticket/ProcessUpdate.html: - - TODO: Public comments are currently beeing threated as private - comments (that's better than it beeing ignored ... at least at the - moment) - - Now it skips trying to build a MIME entity if there are no message. - -2000-07-14 09:11 tobiasb - - * webrt/ViewUser.html: - - Bugfix - -2000-07-14 09:09 tobiasb - - * webrt/Search/Listing.html: - - Killed a warning - -2000-07-13 13:31 tobiasb - - * webrt/index.html: - - Typo - -2000-07-13 11:44 tobiasb - - * webrt/Elements/Header: - - huh? seems like I've lost the control of CVS a bit today :) - -2000-07-13 11:43 tobiasb - - * webrt/Elements/Header: - - [no log message] - -2000-07-13 11:36 jesse - - * webrt/index.html: - - tobix missed a &> - -2000-07-13 11:08 tobiasb - - * webrt/: Search/RestrictSearch.html, Ticket/Display.html, - Ticket/ProcessUpdate.html, Ticket/Update.html: - - Dealt with the footer; it does not need overriding anywhere, and is thus placed in the autohandler - -2000-07-13 11:04 tobiasb - - * webrt/: Logout.html, ViewUser.html, autohandler, index.html, - Elements/Header, Search/Listing.html, Ticket/Modify.html, - Ticket/ValidateUpdate.html: - - Dealt with the header module; it's now in the .html templates, not in autohandler ... the title should be nice and informative in all the templates ... and the instance name is viewed along with the header - -2000-07-13 07:26 tobiasb - - * lib/RT/Link.pm, lib/RT/Ticket.pm, webrt/index.html, - webrt/Elements/SelectResultsPerPage, webrt/Search/Listing.html, - webrt/Search/PickRestriction: - - small bugfix + better handling of LimitResultsOnPage - -2000-07-12 14:09 tobiasb - - * lib/RT/: Ticket.pm, Transaction.pm: - - bugfix'es. duplicated linking actions are now turned down. - -2000-07-12 01:39 jesse - - * etc/schema.mysql: - - updated the schema for User objects. now they've got _even more_ data. - and better extension capabilities. - -2000-07-12 00:10 tobiasb - - * lib/RT/Attachment.pm, lib/RT/Scrip.pm, lib/RT/ScripScope.pm, - lib/RT/Ticket.pm, lib/RT/Transaction.pm, - lib/RT/Action/SendEmail.pm, lib/RT/Action/StallDependent.pm, - webrt/Elements/SelectResultsPerPage, webrt/Elements/ViewUser, - webrt/Ticket/Create.html, webrt/Ticket/Elements/ShowTransaction: - - Debugged a bit and removed some critical bugs - -2000-07-11 14:43 tobiasb - - * webrt/Elements/ViewUser: - - <% $User->Comments || "No comment entered about this user" |h %> - - "|h" seems like some random noise, or have I misunderstood something? - -2000-07-11 12:19 tobiasb - - * etc/schema.mysql: - - Comments - -2000-07-11 11:30 tobiasb - - * lib/RT/Transaction.pm, lib/RT/Action/AutoReply.pm, - webrt/Logout.html, webrt/ViewUser.html: - - more debug logging + some bugfixing (exception handling) - -2000-07-10 20:09 jesse - - * bin/testdeps.pl, etc/schema.mysql, lib/RT/Ticket.pm: - - work on ACLs. some acl decisions are now made. - -2000-07-10 17:13 jesse - - * etc/schema.mysql, lib/RT/ACL.pm, lib/RT/CurrentUser.pm, - lib/RT/Queue.pm, lib/RT/Record.pm, lib/RT/Ticket.pm, - lib/RT/Transaction.pm, lib/RT/User.pm, lib/RT/Interface/Email.pm, - webrt/Ticket/Display.html: - - Wow. all kinds of work. - - Beginning of implementation of ACLs. lots of code cleanup. - - schema changes for Groups and Acls. - - we now use MIMEObj EVERYWHERE instead of MIMEEntity. - -2000-06-29 20:36 jesse - - * Makefile: - - bumped to 1.0.4pre2 - fixed perms issue for lib/templates - -2000-06-29 16:11 jesse - - * Makefile, etc/schema: - - makefile fixes. bump to 1.0.4pre1 - schema.mysql has a longer phone number field - -2000-06-26 15:35 jesse - - * README: - - [no log message] - -2000-06-26 15:10 jesse - - * Makefile, bin/rtmux.pl, bin/testdeps.pl: - - added Date::Manip to testdeps.pl - set $ENV{'TZ'} in bin/rtmux.pl to deal with a bug in Date::Manip - bumped the version to 1.3.8 - -2000-06-26 14:38 jesse - - * bin/testdeps.pl: - - added Date::Kronos to testdeps.pl - -2000-06-26 14:36 jesse - - * bin/testdeps.pl: - - added Time::Seconds to testdeps.pl - -2000-06-26 14:31 jesse - - * bin/testdeps.pl, webrt/autohandler, webrt/webrt.css, - webrt/Elements/ViewUser, webrt/Ticket/Elements/ShowTransaction: - - various hacking for RTCon pilsen. a much enhanced testdeps.pl - -2000-06-16 10:51 jesse - - * lib/RT/Interface/Email.pm: - - some commentary. - -2000-06-16 08:57 tobiasb - - * lib/RT/Interface/Email.pm: - - Sort of a bugfix - -2000-06-16 08:56 tobiasb - - * lib/RT/Action/SendEmail.pm: - - Removed some old garbage - - TODO: Fix message trailer - -2000-06-16 04:37 tobiasb - - * lib/RT/: Attachment.pm, Record.pm, Ticket.pm, Transaction.pm: - - It's no longer mandatory to have a Creator in every RT table. It's just to set them 'read/auto'-accessible. This should fix bug #275 - -2000-06-15 16:43 tobiasb - - * etc/config.pm, lib/RT/Attachment.pm, lib/RT/Link.pm, - lib/RT/Ticket.pm, webrt/Elements/MessageBox, - webrt/Ticket/Display.html, webrt/Ticket/LinkIt.html, - webrt/Ticket/ProcessUpdate.html, webrt/Ticket/Update.html, - webrt/Ticket/Elements/ShowTransaction: - - some few bugfixes + some work to get 'reply-linking' working. In my local version of RT (only changes in the config.pm) people can now enter a 'FAQ-tag', and the right article from KB is automaticly inserted in the reply. - -2000-06-15 12:22 tobiasb - - * webrt/ViewUser.html: - - file ViewUser.html was initially added on branch rt-1-1. - -2000-06-15 12:22 tobiasb - - * lib/RT/Attachment.pm, lib/RT/CurrentUser.pm, lib/RT/Ticket.pm, - lib/RT/User.pm, lib/RT/Interface/Email.pm, webrt/ViewUser.html, - webrt/autohandler, webrt/Elements/Error, webrt/Elements/Footer, - webrt/Elements/Header, webrt/Elements/ViewUser, - webrt/Ticket/ProcessUpdate.html, webrt/Ticket/Update.html, - webrt/Ticket/Elements/ShowTransaction: - - lots of bugfixes and some enhancements: - - signature in replies - - Creator, LastUpdated etc. should be updated in User.pm - - The message headers of inbound requests is now decoded ... this is - some sort of a hack as it discards charset information in the header. - Anyway, in those cases where the header data will be in the same charset - as the body, this works out nicely. - - I'm allowing a user to see what data is stored at him. We might need ACLs - for the user comment. Also, this one is placed directly on the root, so - it will break if the user is not logged in. Also, the page and the module - is 'ViewUser', 'ShowUser' would be more consistent. - - Prettified the ShowTransaction header - -2000-06-15 09:02 tobiasb - - * etc/schema.mysql: - - Added "Signature" to the Users table and worked a bit at the comments - -2000-06-14 09:24 tobiasb - - * lib/RT/Ticket.pm, lib/RT/Transaction.pm, - webrt/Ticket/Display.html, webrt/Ticket/Elements/TicketToolBox: - - Tons of minor bugfixes and enhancements - -2000-06-14 09:19 tobiasb - - * etc/schema.mysql: - - Added this: - - ##TODO: Get Notify.pm to support OldOwner + fix a template - #INSERT INTO Scrips VALUES (20, 'NotifyOldOwnerOnSteal', - # 'Sends mail to the old owner when the ticket is stolen', - # 'Steal','Notify',10,'OldOwner',1,NULL,1,NULL); - -2000-06-14 06:54 tobiasb - - * etc/schema.mysql, lib/RT/Attachment.pm, lib/RT/Record.pm, - lib/RT/Ticket.pm, webrt/Ticket/Display.html, - webrt/Ticket/Elements/ShowDates: - - minor enhancements and bugfixes - -2000-06-14 03:30 tobiasb - - * etc/schema.mysql: - - I just noticed that Jesse already had a 'resolution' attribute in the ticket. I guess that covers the same as my 'state' attribute - -2000-06-14 00:12 tobiasb - - * lib/RT/Attachment.pm, webrt/Elements/ViewUser, - webrt/Search/Listing.html, webrt/Search/PickRestriction, - webrt/Ticket/Elements/ShowDates: - - Some enhancements and bugfixes - -2000-06-13 23:26 tobiasb - - * webrt/Ticket/Elements/ShowDates: - - improved - -2000-06-13 20:42 tobiasb - - * etc/schema.mysql: - - Bugfix - -2000-06-13 15:53 tobiasb - - * lib/RT/TicketCollection.pm, webrt/Search/Listing.html: - - Trying to get search on requestor to work - unsuccessful so far :/ - -2000-06-13 10:23 tobiasb - - * webrt/: autohandler, Ticket/Display.html, - Ticket/Elements/TicketToolBox: - - Some bugfixes - -2000-06-13 06:41 tobiasb - - * lib/RT/Ticket.pm: - - Bugfix - -2000-06-09 14:43 tobiasb - - * webrt/EditUserComments.html: - - Hm, aaaalways check if everything is working before committing. Argh. - -2000-06-09 14:30 tobiasb - - * webrt/: EditUserComments.html, autohandler, Elements/Error, - Elements/ViewUser: - - added a minimum interface for editing comments about users - -2000-06-09 12:53 tobiasb - - * webrt/Ticket/Elements/ShowRequestor: - - file ShowRequestor was initially added on branch rt-1-1. - -2000-06-09 12:53 tobiasb - - * webrt/Elements/ViewUser: - - file ViewUser was initially added on branch rt-1-1. - -2000-06-09 12:53 tobiasb - - * webrt/EditUserComments.html: - - file EditUserComments.html was initially added on branch rt-1-1. - -2000-06-09 12:53 tobiasb - - * etc/schema.mysql, lib/RT/Ticket.pm, lib/RT/User.pm, - lib/RT/Users.pm, lib/RT/Watcher.pm, lib/RT/Interface/Email.pm, - webrt/EditUserComments.html, webrt/Elements/ViewUser, - webrt/Ticket/ProcessUpdate.html, webrt/Ticket/Elements/ShowPeople, - webrt/Ticket/Elements/ShowRequestor, - webrt/Ticket/Elements/ShowSummary: - - added a large section in the ticket view for earlier requests (stubbed) by the same requestor and comments about the requestor (the interface for editing those comments are stubbed) - -2000-06-09 04:32 tobiasb - - * etc/schema.mysql: - - Added "Lang" to the users table - -2000-06-08 10:17 tobiasb - - * etc/config.pm, etc/schema.mysql, lib/RT/Ticket.pm, - webrt/Elements/SelectMatch, webrt/Ticket/Display.html, - webrt/Ticket/Elements/TicketToolBox: - - Added 'UpdateTold' sub to Tickets. Some minor bugfixes and enhancements. Not much testing done. - -2000-06-08 08:19 tobiasb - - * lib/RT/Ticket.pm, lib/RT/Transaction.pm, lib/RT/Watcher.pm, - lib/RT/Action/SendEmail.pm, lib/RT/Interface/Email.pm, - webrt/Ticket/Update.html: - - A bit of debugging, and I managed to remove some annoying warnings - -2000-06-08 08:10 tobiasb - - * etc/schema.mysql: - - bugfix - -2000-06-08 07:59 tobiasb - - * etc/schema.mysql: - - Removed the area in one template. - -2000-06-08 07:55 tobiasb - - * etc/schema.mysql: - - # I think it might make sense replacing "TIMESTAMP" with "DATETIME" - # for mysql. Yes, indeed, I'll do that right away. - -2000-06-08 06:53 tobiasb - - * lib/RT/Ticket.pm: - - Removed some redundant lines. - -2000-06-08 06:38 tobiasb - - * etc/schema.mysql: - - Inserted table AlternateEmails (commented out as for now). - - One bugfix (typo) in the ACL table. - -2000-06-08 06:31 tobiasb - - * etc/schema.mysql: - - Grouped into folders - -2000-06-08 05:47 tobiasb - - * lib/RT/Attachment.pm, lib/RT/Ticket.pm, webrt/Login.html, - webrt/Search/Listing.html, webrt/Ticket/ProcessUpdate.html, - webrt/Ticket/Elements/ShowTransaction, - webrt/Ticket/Elements/TicketToolBox: - - bugfixes + improvements requested from the support team; kill & take link from the front page, table borders in listing, reduced header printing ... - -2000-06-07 16:15 tobiasb - - * lib/RT/Ticket.pm, lib/RT/Transaction.pm, - webrt/Elements/MessageBox, webrt/Ticket/Elements/ShowTransaction: - - bugfixes - -2000-06-07 15:46 tobiasb - - * etc/schema.mysql: - - bugfix - -2000-06-07 15:42 tobiasb - - * lib/RT/: Ticket.pm, Transaction.pm: - - bugfixes - -2000-06-07 15:22 tobiasb - - * lib/RT/Ticket.pm: - - Now, if some Record decendant can _Accessible('Created', auto) and _Accessible('LastUpdated', auto), they will be set automaticly (at least, that's the theory) - -2000-06-07 14:16 tobiasb - - * etc/schema.mysql: - - mysql autosets the first TIMESTAMP in the table on every - update/insert. - -2000-06-07 12:33 tobiasb - - * webrt/autohandler: - - The error handling here seems to work now ... but only for documents - at the root. I thought those autohandlers were called recursively? - -2000-06-07 12:12 tobiasb - - * etc/config.pm, lib/RT/Record.pm, lib/RT/Ticket.pm: - - working with those pesky dates - -2000-06-07 11:51 tobiasb - - * bin/webmux.pl: - - bugfix - -2000-06-07 08:37 tobiasb - - * README: - - Added Date::Kronos (not on CPAN yet) to README - -2000-06-07 08:17 tobiasb - - * webrt/Ticket/Elements/ShowTransaction: - - Different Comment and Reply links. They link to the same page, but the default - action is changed. - -2000-06-07 07:36 tobiasb - - * webrt/Ticket/Elements/ShowTransaction: - - Now it doesn't display looooong text/plain attachments. - - We have a lot of ~1M text/plain attachments in our RT queue. - - I'm trying to hack my webrt.cgi to show attachments upon a - "PickUpTransaction" parameter. I don't know how to do it in the - mason/mod_perl model. - -2000-06-07 04:09 tobiasb - - * webrt/Elements/MessageBox: - - bugfix - -2000-06-06 18:44 jesse - - * etc/schema.mysql: - - removed an outdated table - -2000-06-06 15:42 jesse - - * webrt/Login.html: - - changed the name of the mason package to RT::Mason, so it didn't conflict with other instances - on the same webserver - - fixed a couple of Log::Dispatch(warn)s to (warning)s - - removed tobix' weird session crunching code that was messign me up - -2000-06-06 15:42 jesse - - * etc/config.pm, lib/RT/Ticket.pm: - - changed the name of the mason package to RT::Mason, so it didn't conflict with other instances - on the same webserver - - fixed a couple of Log::Dispatch(warn)s to (warning)s - -2000-06-06 15:41 jesse - - * bin/webmux.pl: - - changed the name of the mason package to RT::Mason, so it didn't conflict with other instances - on the same webserver - - f - -2000-06-06 15:41 jesse - - * README: - - changed the name of the mason package to RT::Mason, so it didn't conflict with other instances - on the same webserver - -2000-06-06 14:40 tobiasb - - * webrt/Ticket/: Update.html, Elements/TicketToolBox: - - I'm trying to set default action in Update.html dependent on which link the - user clicked at (update, comment or reply). I'll continue tomorrow (dinnertime - now :) - -2000-06-06 14:11 tobiasb - - * webrt/Ticket/ProcessUpdate.html: - - bugfix - -2000-06-06 13:48 jesse - - * etc/config.pm: - - changed Log::Dispatch::VERSION (1.2) which didn't work - to the more standard perl syntax: use Log::Dispatch 1.2; - - \ed an @ that tobix left in rtmux.pl - -2000-06-06 13:47 jesse - - * bin/rtmux.pl: - - \ed an @ that tobix left in rtmux.pl - -2000-06-06 13:32 jesse - - * Makefile: - - :%s/ / / in the makefile (convert spaces to tabs) - -2000-06-06 13:15 tobiasb - - * README: - - Mostly doc changes - -2000-06-06 11:36 tobiasb - - * etc/config.pm: - - bugfix - -2000-06-06 11:15 tobiasb - - * docs/FAQ: - - Added some few tips - -2000-06-06 11:05 tobiasb - - * bin/rtmux.pl: - - putted in some warnings about things that doesn't work - -2000-06-06 04:21 tobiasb - - * README: - - added comments about DBMS'es - -2000-06-05 16:54 tobiasb - - * Makefile: - - more bugfixes - -2000-06-05 16:46 tobiasb - - * Makefile: - - bgfx - -2000-06-05 14:01 jesse - - * Makefile: - - [no log message] - -2000-06-05 09:26 tobiasb - - * README, etc/config.pm, etc/schema.mysql, webrt/autohandler: - - done some documentation fixes - -2000-06-05 07:14 tobiasb - - * README: - - updated the STATUS - -2000-06-02 03:32 tobiasb - - * etc/schema.mysql, lib/RT/Action/SendEmail.pm, - lib/RT/Interface/Email.pm, webrt/autohandler, webrt/Elements/Error: - - bugfix - -2000-06-01 23:28 tobiasb - - * webrt/Ticket/Elements/TicketToolBox: - - file TicketToolBox was initially added on branch rt-1-1. - -2000-06-01 23:28 tobiasb - - * etc/config.pm, etc/schema.mysql, lib/RT/Link.pm, - lib/RT/Ticket.pm, lib/RT/Action/SendEmail.pm, - lib/RT/Interface/Email.pm, webrt/autohandler, webrt/Elements/Error, - webrt/Elements/SelectOwner, webrt/Ticket/Create_Detail.html, - webrt/Ticket/Display.html, webrt/Ticket/ProcessUpdate.html, - webrt/Ticket/Update.html, webrt/Ticket/Elements/TicketToolBox: - - ... better logging (logs a warning when it's dieing during an eval) ... maybe the URL in the mails will work now ... misc bugfixes ... some better foldings ... better error handling in the WebUI (not tested! You should absolutely see this, I have a feeling it's unsmart. Check autohandler and Elements/Error) ... misc features added (default values on selectowners now work, auto-fill-in of requestor on create, auto-fill-in of subject on spawn, viewing actions on the ProcessUpdate, ProcessUpdate fixed up a bit ... hm, that's it) - -2000-06-01 20:54 tobiasb - - * bin/testdeps.pl: - - Added Text::Wrapper for quoting of wide messages - -2000-06-01 20:50 tobiasb - - * lib/RT/Transaction.pm, lib/RT/Action/StallDependent.pm, - lib/RT/Interface/Email.pm, webrt/Login.html, - webrt/Ticket/autohandler, webrt/Ticket/Elements/ShowLinks: - - lots of bugfixes and minor enhancements - -2000-06-01 02:58 jesse - - * Makefile: - - [no log message] - -2000-06-01 02:20 jesse - - * Makefile, NEWS: - - work on the web ui. cleanups to the comment and reply pages as well as the - queue view and the ticket detail page - -2000-05-31 14:28 tobiasb - - * etc/config.pm, webrt/Search/Listing.html, - webrt/Search/TicketCell, webrt/Ticket/Display.html: - - Popular demand: A link for taking an action from the listing page (reduces the change for concurrency problems) - -2000-05-31 13:59 tobiasb - - * webrt/Search/autohandler: - - Uh, some weird debugging stuff came into the last commit - I should - have checked better. - - Some of those autohandlers seems like copies of each other. There - must be better ways to do this (i.e. separating all the common stuff - into some module)? - -2000-05-31 13:52 tobiasb - - * lib/RT/Transaction.pm, lib/RT/Interface/Email.pm, - webrt/Search/Listing.html, webrt/Search/PickRestriction, - webrt/Search/autohandler, webrt/Ticket/Display.html, - webrt/Ticket/Elements/ShowHistory: - - popular demands; more navigation ({back to listing} and {last transaction}) and misc details - -2000-05-31 12:20 tobiasb - - * webrt/Elements/SelectMatch: - - This one is plain ugly at the moment. Anyway, it's ment for a more advanced 'regexp match / glob match / word match / substring match / total match' - -2000-05-31 12:20 tobiasb - - * webrt/Elements/SelectMatch: - - file SelectMatch was initially added on branch rt-1-1. - -2000-05-31 11:55 tobiasb - - * lib/RT/Action/SendEmail.pm: - - bugfix - -2000-05-31 09:53 tobiasb - - * webrt/: Elements/SelectStatus, Ticket/Update.html: - - Some popular demands from the support dept; - - I've made it possible to kill by selecting status dead - - Response is the default action. I've added a cryptical line which - might or might not give a warning. Ideally, I guess we should do the comment / - reply selection through submit buttons rather than through a select menu - what - di you think? - -2000-05-30 22:46 tobiasb - - * etc/config.pm, lib/RT/Attachment.pm: - - Ah ... I had forgotten signatures. Some stubbed work, I'll continue tomorrow - -2000-05-30 22:31 tobiasb - - * lib/RT/Attachment.pm, lib/RT/Attachments.pm, lib/RT/Record.pm, - lib/RT/Ticket.pm, lib/RT/Transaction.pm, webrt/Login.html, - webrt/Elements/MessageBox, webrt/Search/Listing.html, - webrt/Ticket/autohandler, webrt/Ticket/Elements/ShowTransaction: - - Quoting works now ... fixed some other misc details + bugfixes ... and I've moved the date handling to RT::Record, it will be completed tomorrow (I hopecvs diff -uw | less) - -2000-05-30 20:31 tobiasb - - * webrt/Ticket/Create_Detail.html: - - Removed those annoying blink tags.. :) - -2000-05-30 20:14 tobiasb - - * webrt/: Elements/MessageBox, Ticket/Create_Detail.html: - - Still working on that MessageBox - -2000-05-30 20:09 tobiasb - - * webrt/: Elements/MessageBox, Ticket/Update.html: - - Separated out the MessageBox - -2000-05-30 20:09 tobiasb - - * webrt/Elements/MessageBox: - - file MessageBox was initially added on branch rt-1-1. - -2000-05-30 19:56 tobiasb - - * webrt/Ticket/Elements/ShowTransaction: - - Changed
to
 for the message content.
-	
-	TODO: We really should HTML'ify and/or HTML-escape the Content.
-	
-2000-05-29 06:59  tobiasb
-
-	* Makefile:
-
-	Some bugfixes, but absolutely not tested.
-	
-2000-05-26 12:11  tobiasb
-
-	* webrt/Search/Listing.html:
-
-	Now it runs /Elements/Header - I was a bit annoyed because it was missing Title
-	
-2000-05-26 10:11  tobiasb
-
-	* webrt/Ticket/Display.html:
-
-	Seems like I had introduced an error here
-	
-2000-05-24 21:50  jesse
-
-	* lib/RT/Ticket.pm, lib/RT/TicketCollection.pm, lib/RT/Tickets.pm,
-	webrt/Search/Listing.html, webrt/Ticket/Display.html:
-
-	Working on persistable web queries. Introduced RT::TicketCollection
-	Arguably this should be in RT::Tickets. and may be some day
-	
-2000-05-24 21:50  jesse
-
-	* lib/RT/TicketCollection.pm:
-
-	file TicketCollection.pm was initially added on branch rt-1-1.
-	
-2000-05-24 08:00  tobiasb
-
-	* lib/RT/Interface/Email.pm:
-
-	It should also be possible to "unlink" something (i.e. if a link was
-	wrongly set).  This is not implemented, but at least mails with
-	an "unlink" command will not bounce now.
-	
-2000-05-23 18:49  tobiasb
-
-	* lib/RT/Transaction.pm:
-
-	Made the transaction text from a link action a bit more readable,
-	though this still needs quite some work.
-	
-2000-05-23 16:57  jesse
-
-	* Makefile:
-
-	Bumped to 1.3.7
-	
-2000-05-23 10:12  tobiasb
-
-	* etc/config.pm, lib/RT/Link.pm, lib/RT/Ticket.pm,
-	lib/RT/Interface/Email.pm, webrt/Ticket/Display.html:
-
-	I've started looking at the mail interface.  Now linking works through the mailgate, though we need some info in the docs.  I'm proposing that it should accept both commands in the headerlines ("RT-Command: Link/Resolve/Whatever blahblah") and traditional commands in the mail ("%RT Link", "%RT Resolve", etc), though I've only supported the first one yet.  Look at the comments in Email.pm for details.
-	
-2000-05-23 10:04  tobiasb
-
-	* lib/RT/Scrip.pm:
-
-	Bugfix/optimalization or something?
-	
-2000-05-22 19:09  tobiasb
-
-	* lib/RT/Ticket.pm, webrt/Ticket/Create_Detail.html,
-	webrt/Ticket/Display.html, webrt/Ticket/LinkIt.html:
-
-	I'm not very happy about some comprimises, choises and short-cuts I've done here, but anyway linking & spawning seems to work now.
-	
-2000-05-22 18:05  tobiasb
-
-	* lib/RT/Transaction.pm, lib/RT/Action/AutoReply.pm,
-	webrt/Ticket/Create.html, webrt/Ticket/Create_Detail.html,
-	webrt/Ticket/Display.html, webrt/Ticket/LinkIt.html:
-
-	all changes here are either related to getting the Create working from the web, or harmless details
-	
-2000-05-22 17:39  tobiasb
-
-	* webrt/Ticket/Display.html:
-
-	$Subject => $Subject||(no subject given)
-	
-	TODO: HTML-escape
-	
-2000-05-22 17:38  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Removed VerboseSubject and HTMLSubject
-	
-2000-05-22 17:24  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	I do use $Ticket->Subject (and other stuff as well) frequently when
-	I'm editing Mason.  There is two issues;
-	
-	1) Things might look freaked if the ticket has no subject, i.e. Display.html
-	
-	2) Things might get totally whacko if the subject contains HTML code.
-	
-	I could ensure the "right" behaviour all the places by using
-	HTML::Entities::encode (I've done it one place), and by always using
-	$Subject||"(No subject)".  Anyway, I think it might be more
-	appropriate to have a sub RT::Ticket::VerboseSubject and
-	RT::Ticket::HTMLSubject.
-	
-	What do you think?
-	
-2000-05-22 16:51  tobiasb
-
-	* webrt/Ticket/Display.html:
-
-	It seems like it can create and view new transactions now.
-	
-	My next step will be to fix linking
-	
-2000-05-22 16:47  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	I should never commit before testing ... I should never commit before testing ... I should never commit before ...
-	
-	bugfix.
-	
-2000-05-22 16:38  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	I'm trying to get a better propagation of error messages.  I'm a bit
-	amused to find lots of things that shouldn't pass `perl -w' and `use
-	strict'?
-	
-2000-05-22 15:52  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Removed a debug (?) line that was commented out:
-	
-	#      print "From is $From\n";
-	
-	...and inserted some other logging:
-	
-	- logs an info message with ticket id, subject and queue upon
-	successful message creation.
-	
-	- logs a warning if it couldn't be created.
-	
-2000-05-22 14:11  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	In RT::Ticket::Create: Defaulting queue to 'general', and warning when it's not set
-	
-2000-05-22 14:06  tobiasb
-
-	* README:
-
-	Added a 'rt-comment' to the recommended mail configuration
-	
-2000-05-22 14:04  tobiasb
-
-	* Makefile:
-
-	added a comment-mail-alias
-	
-2000-05-22 14:03  tobiasb
-
-	* etc/config.pm:
-
-	Hm ... $RT::CorrespondAddress is used in AutoReply.pm, while only
-	$MailAlias is set in config.pm.  I'm not sure if this is the Right(tm)
-	solution, but anyway ... I added those two lines, additions to the
-	Makefile and README file is coming up shortly ...
-	
-	$CorrespondAddress=$MailAlias;
-	$CommentAddress="!!RT_COMMENT_MAIL_ALIAS!!";
-	
-2000-05-22 12:53  tobiasb
-
-	* webrt/Ticket/Create_Detail.html:
-
-	fixed up a bug caused by too quick usage of cut&paste
-	
-2000-05-22 12:01  tobiasb
-
-	* webrt/Ticket/Create_Detail.html:
-
-	Done some work making this page look OK.  Now I will put in some logic
-	in Display.html for creating and linking requests.
-	
-2000-05-22 05:30  tobiasb
-
-	* webrt/Elements/SelectOwner:
-
-	# TODO: respect the ACLs!!
-	# This will be a list of some thousands requestors with the current scheme.
-	
-2000-05-19 12:37  tobiasb
-
-	* webrt/Ticket/Create.html:
-
-	Added a box for setting link information.  Only a web mockup, the
-	logic doesn't work yet.  Feel free to do whatever you'd like with this
-	one.  It might make sense to move this to the details page.
-	
-2000-05-19 12:17  jesse
-
-	* webrt/Ticket/LinkIt.html:
-
-	Code and formatting cleanups
-	
-2000-05-19 11:23  tobiasb
-
-	* etc/config.pm:
-
-	Removed some weird stuff
-	
-2000-05-19 10:59  jesse
-
-	* webrt/: index.html, Search/PickRestriction:
-
-	fixed some typos
-	
-2000-05-19 10:59  jesse
-
-	* etc/config.pm:
-
-	cleaned up the config file a bit
-	
-	CVS: 	etc/config.pm
-	
-2000-05-19 08:42  tobiasb
-
-	* bin/testdeps.pl, bin/webmux.pl, webrt/Elements/SelectLinkType,
-	webrt/Ticket/Display.html, webrt/Ticket/LinkIt.html,
-	webrt/Ticket/ProcessUpdate.html, webrt/Ticket/Elements/ShowSummary,
-	webrt/Ticket/Elements/ShowTransaction:
-
-	Started the work getting links to work.  While the linking doesn't work yet, this is a hint about how I think things might work
-	
-2000-05-19 08:42  tobiasb
-
-	* webrt/Elements/SelectLinkType:
-
-	file SelectLinkType was initially added on branch rt-1-1.
-	
-2000-05-19 08:42  tobiasb
-
-	* webrt/Ticket/LinkIt.html:
-
-	file LinkIt.html was initially added on branch rt-1-1.
-	
-2000-05-18 14:46  jesse
-
-	* lib/RT/Ticket.pm:
-
-	a tiny bit of doc added to Ticket.pm
-	still not happy with the format
-	
-2000-05-18 10:56  tobiasb
-
-	* webrt/Ticket/autohandler:
-
-	undo of last commit; only local modifications for debugging
-	
-2000-05-18 10:51  tobiasb
-
-	* webrt/: Search/Listing.html, Ticket/Elements/ShowTransaction:
-
-	the previous commit had wrong loginfo; those files are modified according to the latest changes in etc/config.pm
-	
-2000-05-18 10:42  jesse
-
-	* webrt/Elements/SelectResultsPerPage:
-
-	adding missing file
-	
-2000-05-18 10:41  tobiasb
-
-	* webrt/: index.html, Search/Listing.html, Ticket/autohandler,
-	Ticket/Elements/ShowTransaction:
-
-	A front page for navigation.  This one needs work; Masonifying, generalizing and possibilities for customizations needs to be implemented
-	
-2000-05-18 10:41  tobiasb
-
-	* webrt/index.html:
-
-	file index.html was initially added on branch rt-1-1.
-	
-2000-05-18 10:36  tobiasb
-
-	* webrt/Elements/SelectResultsPerPage:
-
-	Added an empty file as for now
-	
-2000-05-18 10:36  tobiasb
-
-	* webrt/Elements/SelectResultsPerPage:
-
-	file SelectResultsPerPage was initially added on branch rt-1-1.
-	
-2000-05-18 05:48  tobiasb
-
-	* etc/config.pm:
-
-	I'm planning to deal with web customizations with one hash RT::WebOptions in config.pm.  This hash might contain callbacks and maybe names of extra Mason modules to pull in.  What do you think?
-	
-2000-05-17 19:08  jesse
-
-	* webrt/Search/autohandler:
-
-	file autohandler was initially added on branch rt-1-1.
-	
-2000-05-17 19:08  jesse
-
-	* webrt/Search/: Listing.html, PickRestriction, autohandler:
-
-	Work on searches. in the cli  -maxitems  now does the right thing
-	
-2000-05-16 17:48  jesse
-
-	* webrt/Ticket/Elements/ShowLinks:
-
-	file ShowLinks was initially added on branch rt-1-1.
-	
-2000-05-16 17:48  jesse
-
-	* bin/rtmux.pl, bin/webmux.pl, lib/RT/Link.pm, lib/RT/Ticket.pm,
-	lib/RT/Action/OpenDependent.pm, lib/RT/Action/ResolveMembers.pm,
-	lib/RT/Action/Spam.pm, lib/RT/Action/StallDependent.pm,
-	webrt/Elements/Error, webrt/Ticket/Elements/ShowLinks,
-	webrt/Ticket/Elements/ShowSummary:
-
-	Converted the new link code to a fully oo setup, rahter than a mishmash of
-	procedural and oo.  seperated out webrt/Ticket/Elements/ShowLinks
-	
-	It's by no means done, but it does seem to work.
-	
-	jesse
-	
-2000-05-16 12:30  tobiasb
-
-	* Makefile, etc/config.pm, lib/RT/Link.pm, lib/RT/Ticket.pm,
-	webrt/Ticket/Elements/ShowSummary:
-
-	Done quite some work at the right hand 'Other Links' window (well, it's not good enough, and it also lists dependencies as for now).  Jesse, you might want to do something with ShowSummary, my Mason code seems horribly ugly.
-	
-2000-05-16 09:18  tobiasb
-
-	* etc/config.pm:
-
-	(...)
-	# A hash table of convertion subs to be used for transforming RT Link
-	# URIs to URLs in the web interface.  If you want to use RT towards
-	# locally installed databases, this is the right place to configure it.
-	# (TODO!)
-	my %URI2HTML=
-	    (
-	     'fsck.com-rt' => sub {warn "stub!";},
-	     'mozilla.com-bugzilla' => sub {warn "stub!";},
-	     'fsck.com-kb' => sub {warn "stub!"}
-	     );
-	(...)
-	
-	I will also make a sub RT::Links::URI2HTML which gives smart links to
-	internal references, and passes other URIs to this hash table, and
-	eventually we should make default subs for KB and RT.
-	
-	What do you think of this idea?
-	
-2000-05-16 04:58  tobiasb
-
-	* lib/RT/: Link.pm, Ticket.pm:
-
-	Enabled link display in the CLI
-	
-2000-05-16 04:43  tobiasb
-
-	* lib/RT/Transaction.pm:
-
-	Seems like I had broken something...(bugfix)
-	
-2000-05-13 19:56  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Right, we need to work a bit with the links API.
-	
-	- we need an AllLinks sub.  How to tell EasySearch to give both links
-	where we're BASE and were we're TARGET?
-	
-	- we need an "unresolved dependencies" according to the current
-	design.  How to tell if a dependency is unresolved?  Dependencies can
-	point out of this RT instance!
-	
-	- we might need more subs, but not right now anyway.
-	
-2000-05-12 11:32  tobiasb
-
-	* webrt/Ticket/Elements/ShowTransaction:
-
-	partly a bugfix; 'QouteTransaction=attachment-id' doesn't work very well for transactions without attachment.  Maybe that link should only be for attachments, and not for transactions.  Anyway, I changed it to transaction-id instead.  And I also added 'spawn' to the title; I think 'spawning' should be done through the same page.  'spawn' is when creating a new request that is linked up somehow to the old one.  Maybe it rather should be titled 'forward' or 'create new' or something?
-	
-2000-05-12 07:54  tobiasb
-
-	* webrt/: Elements/Error, Ticket/Display.html:
-
-	Bugfixing ... ehrm, why don't I test things before committing? :)
-	
-2000-05-12 07:34  tobiasb
-
-	* webrt/Elements/Error:
-
-	It logs errors now
-	
-2000-05-12 07:32  tobiasb
-
-	* webrt/Ticket/Display.html:
-
-	dies if element can't be loaded
-	
-2000-05-12 06:55  tobiasb
-
-	* webrt/Login.html:
-
-	seems like CGI won't take a combined get+post
-	
-2000-05-12 06:51  tobiasb
-
-	* etc/config.pm:
-
-	bugfix
-	
-2000-05-11 12:45  jesse
-
-	* webrt/Elements/ShadedBox:
-
-	file ShadedBox was initially added on branch rt-1-1.
-	
-2000-05-11 12:45  jesse
-
-	* webrt/Elements/ShadedBox:
-
-	missed this one before. it's somewhat misnamed right now. basically, it
-	prints a title and content.
-	
-2000-05-11 12:39  jesse
-
-	* webrt/Elements/: TitleBoxEnd, TitleBoxStart:
-
-	the title box for webui
-	
-2000-05-11 12:39  jesse
-
-	* webrt/Elements/TitleBoxStart:
-
-	file TitleBoxStart was initially added on branch rt-1-1.
-	
-2000-05-11 12:39  jesse
-
-	* webrt/Elements/TitleBoxEnd:
-
-	file TitleBoxEnd was initially added on branch rt-1-1.
-	
-2000-05-11 12:37  jesse
-
-	* webrt/Ticket/: Display.html, Elements/ShowSummary:
-
-	hrml cleanup. it's not as pretty, but man does it render faster
-	
-2000-05-11 01:07  jesse
-
-	* webrt/: Elements/Footer, Elements/Header, Ticket/Display.html,
-	Ticket/Elements/ShowHistory, Ticket/Elements/ShowSummary,
-	Ticket/Elements/ShowTransaction:
-
-	
-	Cleanup
-	\
-	
-2000-05-11 00:46  tobiasb
-
-	* TODO:
-
-	Added a list
-	
-2000-05-10 23:43  jesse
-
-	* webrt/webrt.css:
-
-	file webrt.css was initially added on branch rt-1-1.
-	
-2000-05-10 23:43  jesse
-
-	* webrt/webrt.css:
-
-	The base stylesheet.
-	
-2000-05-10 23:41  jesse
-
-	* webrt/Ticket/Elements/ShowSummary:
-
-	file ShowSummary was initially added on branch rt-1-1.
-	
-2000-05-10 23:41  jesse
-
-	* webrt/Ticket/Elements/ShowTransaction:
-
-	file ShowTransaction was initially added on branch rt-1-1.
-	
-2000-05-10 23:41  jesse
-
-	* webrt/Ticket/Elements/ShowDates:
-
-	file ShowDates was initially added on branch rt-1-1.
-	
-2000-05-10 23:41  jesse
-
-	* webrt/Ticket/Elements/ShowHistory:
-
-	file ShowHistory was initially added on branch rt-1-1.
-	
-2000-05-10 23:41  jesse
-
-	* webrt/Ticket/Elements/ToolBar:
-
-	file ToolBar was initially added on branch rt-1-1.
-	
-2000-05-10 23:41  jesse
-
-	* webrt/Ticket/Elements/ShowBasics:
-
-	file ShowBasics was initially added on branch rt-1-1.
-	
-2000-05-10 23:41  jesse
-
-	* webrt/Ticket/Elements/ShowPeople:
-
-	file ShowPeople was initially added on branch rt-1-1.
-	
-2000-05-10 23:41  jesse
-
-	* webrt/: Elements/Header, Ticket/Display.html,
-	Ticket/DisplayHeader, Ticket/DisplaySummary, Ticket/DisplayTicket,
-	Ticket/ProcessUpdate.html, Ticket/ToolBar, Ticket/autohandler,
-	Ticket/Elements/ShowBasics, Ticket/Elements/ShowDates,
-	Ticket/Elements/ShowHistory, Ticket/Elements/ShowPeople,
-	Ticket/Elements/ShowSummary, Ticket/Elements/ShowTransaction,
-	Ticket/Elements/ToolBar:
-
-	Work on the web ui. mostly on the ticket display interface
-	
-2000-05-10 15:43  tobiasb
-
-	* README:
-
-	Added a comment about how to do the CGI :) Well:
-	
-		To get it up running even without mod_perl, you will need to
-	consult Tobix or the rt-devel mailinglist.  Tobix is actively working
-	on a (Fast)CGI version, but as for now he has been too lazy to update
-	the template for the cgi executable.
-	
-2000-05-10 15:39  tobiasb
-
-	* webrt/Ticket/Create_Detail.html:
-
-	added a require statement.  No effect for the mod_perl version, but makes sense for a CGI version.
-	
-2000-05-09 05:35  tobiasb
-
-	* bin/webmux.pl:
-
-	Better formatting
-	
-2000-05-08 05:01  tobiasb
-
-	* lib/RT/Interface/Email.pm:
-
-	bugfix
-	
-2000-05-05 19:20  tobiasb
-
-	* lib/RT/Action/SendEmail.pm:
-
-	This one shouldn't loop now - though it's not tested :)
-	
-2000-05-05 19:15  tobiasb
-
-	* lib/RT/Interface/Email.pm:
-
-	Fixing up the loop control.  When a possible loop occurs, an error
-	flag is set, and a new header field RT-Loop-Alarm appears.  I feel a
-	bit bad about the latter, we are indeed changing an email after it
-	arrived to the system, which I think is a bad thing - but anyway not
-	as bad as dropping the email completely.  My idea is that the Actions,
-	particularly the SendEmail.pm Action remain silent when this header
-	field is set.
-	
-2000-05-05 19:01  tobiasb
-
-	* etc/config.pm:
-
-	Added this about logging to the comments:
-	
-	# It might generally make sense to send error and higher by email to
-	# some administrator.  For heavens sake; be sure that the email goes
-	# directly to a mailbox, and not via RT :) Mail loops will generate a
-	# critical log message.
-	
-2000-05-05 16:47  jesse
-
-	* bin/testdeps.pl:
-
-	Added Log::Dispatch to testdeps.pl
-	
-2000-05-05 13:04  tobiasb
-
-	* lib/RT/Transaction.pm:
-
-	bugfix
-	
-2000-05-05 12:47  tobiasb
-
-	* etc/config.pm:
-
-	I need help, I can't really figure out from this;
-	
-	When commenting out the $SIG{__DIE__} stuff, everything works fine.
-	
-	When having this line in the config:
-	
-	$SIG{__DIE__}  = sub {$RT::Logger->log(level=>'crit',message=>$_[0]); print STDERR $_[0]; exit(-1);};
-	
-	I get this error:
-	
-	Can't locate Mail/Field/addrlist.pm in @INC (@INC contains: /tmp/FunRT /tmp/DBIx /etc/rt /usr/local/lib/perl5/5.6.0/i686-linux /usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/site_perl/5.6.0/i686-linux /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl .) at (eval 115)[/usr/local/lib/perl5/site_perl/5.6.0/Mail/Field.pm:87] line 3.
-	
-	WTF???
-	
-2000-05-05 10:29  tobiasb
-
-	* bin/rtmux.pl:
-
-	I guess this should block that stupid warnings
-	
-2000-05-05 10:01  tobiasb
-
-	* etc/config.pm:
-
-	Added Log::Dispatch.  I also have added those comments, which I would
-	like comments on (:
-	
-	# Most (if not all?) $RT:: global variables should be here.  I'd
-	# suggest putting session information in another Namespace (main:: or
-	# RT::main or maybe something like that).
-	
-	#use strict;
-	
-	#use vars qw/%SitePolicy $dirmode $transactionmode $DatabasePassword $rtname $domain $host $DatabaseHost $DatabaseUser $RT::DatabaseName $DatabaseType $user_passwd_min $MailAlias $WebrtImagePath $web_auth_mechanism $web_auth_cookies_allow_no_path $DefaultLocale $LocalePath $Nobody $Logger/;
-	
-	I'm not sure if "use strict" breaks, but at least "use vars" breaks
-	bigtime as we are using it other places (like rtmux.pl).  I suggest
-	using another package name for the execution logic.  What do you
-	think?
-	
-2000-05-05 08:07  tobiasb
-
-	* Makefile:
-
-	Added RT_LOGFILE, and comments on how to fix advanced logging
-	
-2000-05-05 02:31  jesse
-
-	* bin/rtmux.pl:
-
-	a bit of performance hacking. now require mason and cgi rather than 'use'ing them
-	
-2000-05-05 02:22  jesse
-
-	* lib/RT/: Action.pm, Scrip.pm, ScripScope.pm, Template.pm,
-	Ticket.pm, Transaction.pm, Action/AutoReply.pm,
-	Action/SendEmail.pm, Action/Spam.pm:
-
-	Cleaned up a couple minor things (like precedence, again) and changed "FixSubject" to "SetSubjectTag"
-	
-	Fixed the memory leak in Transaction.pm (it wasn't letting go of Scrip objects)
-	The fix was a bit of a "large mallet on a small nail" in that I'm now _explicitly_ destroying ScripObjects two different ways and don't quite understand why I have to do it. It does, however, work.
-	
-2000-05-04 09:00  tobiasb
-
-	* lib/RT/Action/Spam.pm:
-
-	Completely untested - but I guess this should do real spamming, that
-	is one email for each request(or).
-	
-2000-05-04 08:59  tobiasb
-
-	* lib/RT/Action/SendEmail.pm:
-
-	bugfix
-	
-2000-05-04 07:04  tobiasb
-
-	* lib/RT/Action/: AutoReply.pm, SendEmail.pm:
-
-	Precedence: Bulk should only be set for AutoReply
-	
-2000-05-04 05:29  tobiasb
-
-	* lib/RT/Action/SendEmail.pm:
-
-	sub FixSubject sets the RT tag (unless it is already there).  I moved
-	it out from Prepare because I need to override this behaviour when
-	Spamming people.
-	
-2000-05-04 01:34  jesse
-
-	* etc/schema.mysql:
-
-	spec some defaults in the schema
-	
-2000-05-04 01:32  jesse
-
-	* lib/RT/Ticket.pm:
-
-	Bugfix to ticket.pm for better handling of default values for some queue fields
-	
-2000-05-03 14:19  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Sorry, the last commit on this file was not really a bugfix.  I'd say all Ticket (Transaction) Actions should return status, message and eventually optional things after the message.
-	
-2000-05-03 14:16  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Bugfix
-	
-2000-05-03 14:13  tobiasb
-
-	* lib/RT/Action/: ResolveMembers.pm, Spam.pm:
-
-	Those actually seems to work :)
-	
-2000-05-03 14:13  tobiasb
-
-	* lib/RT/Action/Spam.pm:
-
-	file Spam.pm was initially added on branch rt-1-1.
-	
-2000-05-03 14:13  tobiasb
-
-	* lib/RT/Action/ResolveMembers.pm:
-
-	file ResolveMembers.pm was initially added on branch rt-1-1.
-	
-2000-05-03 14:13  tobiasb
-
-	* lib/RT/Action/SendEmail.pm:
-
-	gubfix
-	
-2000-05-03 14:00  tobiasb
-
-	* etc/schema.mysql:
-
-	Bugfix
-	
-2000-05-03 13:29  tobiasb
-
-	* etc/schema.mysql:
-
-	Commented out the AutoReplies table.
-	
-2000-05-03 13:17  tobiasb
-
-	* lib/RT/Action/AutoReply.pm:
-
-	Putted in "#TODO: " comments for avoiding duplicate AutoReplies.
-	
-2000-05-03 13:15  tobiasb
-
-	* etc/schema.mysql:
-
-	Added a table AutoReplies to avoid sending the same autoreply template
-	more than once to each requestor.
-	
-	Eventually entries should be removed (i.e. after a week) through the
-	(upcoming?) timer system (eventually through the good, old crontab(5))
-	
-2000-05-03 11:48  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	LinkTo and LinkFrom are tested a bit, and they seem to work OK now.
-	
-2000-05-03 11:02  tobiasb
-
-	* etc/schema.mysql:
-
-	Bugfix.
-	
-2000-05-03 07:40  tobiasb
-
-	* etc/schema.mysql:
-
-	I'm putting ResolveGroupTicket on hold.  It's just not important.
-	
-2000-05-02 18:05  jesse
-
-	* lib/RT/Ticket.pm:
-
-	Starting to add a bit of inline pod documentation. the style isn't finalized yet
-	
-2000-05-02 14:30  tobiasb
-
-	* lib/RT/Action/OpenDependent.pm:
-
-	file OpenDependent.pm was initially added on branch rt-1-1.
-	
-2000-05-02 14:30  tobiasb
-
-	* etc/schema.mysql, lib/RT/Link.pm, lib/RT/Ticket.pm,
-	lib/RT/Action/OpenDependent.pm, lib/RT/Action/StallDependent.pm:
-
-	I just got DependsOn Links to work as they should in the CLI :)
-	
-2000-05-02 13:36  tobiasb
-
-	* lib/RT/Links.pm:
-
-	file Links.pm was initially added on branch rt-1-1.
-	
-2000-05-02 13:36  tobiasb
-
-	* lib/RT/: Links.pm, Ticket.pm, Action/StallDependent.pm:
-
-	[no log message]
-	
-2000-05-02 13:07  tobiasb
-
-	* lib/RT/Action/StallDependent.pm:
-
-	Bugfix.  Also, only Open requests should be Stalled.
-	
-2000-05-02 13:01  tobiasb
-
-	* lib/RT/: Ticket.pm, Action/StallDependent.pm:
-
-	Bugfixing
-	
-2000-05-02 12:21  tobiasb
-
-	* lib/RT/: Ticket.pm, Action/StallDependent.pm:
-
-	bugfixes
-	
-2000-05-02 11:55  tobiasb
-
-	* etc/schema.mysql:
-
-	Added TobiX-style logic scrips for DependsOn link and MemberOf link.
-	
-2000-05-02 07:55  tobiasb
-
-	* lib/RT/: Link.pm, Ticket.pm:
-
-	oup, forgot to keep a consistant style
-	base => Base
-	target => Target
-	etc
-	
-2000-05-02 07:55  tobiasb
-
-	* Makefile, etc/config.pm:
-
-	forgot to commit those changes ... configuration for the URI method
-	
-2000-05-02 05:45  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Agh, compile error.
-	
-2000-05-02 05:30  tobiasb
-
-	* lib/RT/Action/StallDependent.pm:
-
-	file StallDependent.pm was initially added on branch rt-1-1.
-	
-2000-05-02 05:30  tobiasb
-
-	* lib/RT/Action/: README.hackers, StallDependent.pm:
-
-	Ok, so lets put all Actions into one directory - though I'd say it would be better for future hackers to orient themselves if we grouped them somehow.
-	
-2000-05-02 00:11  jesse
-
-	* Makefile:
-
-	Version bumping
-	
-2000-05-01 17:16  jesse
-
-	* lib/RT/Ticket.pm:
-
-	moved URIIsLocal closer to other linking routines.
-	
-2000-05-01 10:16  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Made the transaction data a bit "nicer", should look something like:
-	
-	THIS DependsOn 4323 as of 342
-	 DependsOn THIS as of 343
-	
-2000-05-01 08:58  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Changed URL -> URI
-	
-	Changed NewLink and ReverseLink to LinkTo and LinkFrom
-	
-	Added one byte to indicate if it's a From-link or a To-link in the
-	transaction data.
-	
-2000-05-01 01:52  jesse
-
-	* etc/schema.mysql:
-
-	fixed a few typos in the schema
-	
-2000-05-01 01:50  jesse
-
-	* lib/RT/ACL.pm:
-
-	Initial sketches at RT::ACL.pm. there's no running code here yet.
-	
-2000-05-01 01:48  jesse
-
-	* lib/RT/Ticket.pm:
-
-	Fixed Ticket->URL. changed queue->load to queue->Load
-	
-2000-05-01 01:04  jesse
-
-	* bin/rtmux.pl:
-
-	Fixed improper rt program selection code.
-	
-2000-05-01 00:14  jesse
-
-	* lib/RT/Queue.pm:
-
-	a stub for ACL work.
-	
-2000-04-30 13:28  tobiasb
-
-	* lib/RT/Link.pm:
-
-	file Link.pm was initially added on branch rt-1-1.
-	
-2000-04-30 13:28  tobiasb
-
-	* lib/RT/: Link.pm, Ticket.pm:
-
-	Link.pm
-	
-2000-04-30 13:13  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Added a static method URIIsLocal which checks if it's a local URI or not.
-	
-2000-04-28 14:20  jesse
-
-	* lib/RT/Transaction.pm:
-
-	Cleaned up some comments and formatting. and did a bit of reorganizing
-	of routines to more closely model other files. Oh. i finally have
-	emacs doing proper indenting per perlstyle. so we'll hopefully start
-	to get better about that :) Tobix has only been bugging me for a year
-	
-2000-04-28 09:05  tobiasb
-
-	* lib/RT/Action/README.hackers:
-
-	Just some documentation for future hackers :)
-	
-2000-04-28 09:05  tobiasb
-
-	* lib/RT/Action/README.hackers:
-
-	file README.hackers was initially added on branch rt-1-1.
-	
-2000-04-28 08:20  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Started the work of implementing links
-	
-2000-04-28 04:40  tobiasb
-
-	* etc/schema.mysql:
-
-	Didn't we once agree that we needed "state" (user-configurable logic)
-	and "status" (fixed open/stalled/resolved/dead)? :)
-	
-2000-04-28 01:17  jesse
-
-	* lib/RT/Ticket.pm:
-
-	didn't balance parens. grr
-	
-2000-04-28 00:54  jesse
-
-	* lib/RT/Ticket.pm:
-
-	a bunch of cleanup.. a bunch more folding mode braces.
-	a few minor (still not in any codepath) changes for the start of some
-	acls work
-	
-2000-04-28 00:51  jesse
-
-	* docs/design_docs/link-definitions.txt:
-
-	a few comments, additions and clarifications. nothing really major
-	
-2000-04-27 02:06  jesse
-
-	* docs/design_docs/acls:
-
-	more thoughts on ACLs. this time including some code snippits.
-	
-2000-04-27 02:01  jesse
-
-	* etc/schema.mysql:
-
-	added the schema for the new ACL system.
-	responded to tobix' comments about GECOS.
-	
-2000-04-26 14:58  tobiasb
-
-	* docs/design_docs/subscription-definitions.txt:
-
-	marginal updates to reflect that scrips/actions can be used for more things than subscriptions (the whole document might need a rename)
-	
-2000-04-26 14:50  tobiasb
-
-	* docs/design_docs/link-definitions.txt, etc/schema.mysql:
-
-	only insignificant comments - some made weeks ago
-	
-2000-04-26 12:59  jesse
-
-	* docs/design_docs/link-definitions.txt:
-
-	some comments on link definitions
-	my comments are marked with # as the first character of the line.
-	
-2000-04-26 02:27  tobiasb
-
-	* docs/design_docs/: link-definitions.txt,
-	subscription-definitions.txt:
-
-	updates
-	
-2000-04-26 00:14  jesse
-
-	* docs/design_docs/acls:
-
-	some more hacking on acls design
-	
-2000-04-25 17:58  jesse
-
-	* docs/design_docs/acls:
-
-	thoughts on acls
-	
-2000-04-24 00:17  jesse
-
-	* webrt/Ticket/Create_Detail.html:
-
-	file Create_Detail.html was initially added on branch rt-1-1.
-	
-2000-04-24 00:17  jesse
-
-	* webrt/Ticket/Create_Detail.html:
-
-	some work on create. nothing ready for consumption yet.
-	
-2000-04-24 00:16  jesse
-
-	* webrt/: Logout.html, Elements/Footer, Elements/Header,
-	Elements/SelectQueue, Ticket/Create.html, Ticket/Display.html,
-	Ticket/ProcessUpdate.html, Ticket/SetOwner, Ticket/SetStatus,
-	Ticket/Update.html, Ticket/autohandler:
-
-	Look ma, $session{'CurrentUser'} contains the current user object.
-	you can depend on this being set if the user's authenticated.
-	
-2000-04-24 00:16  jesse
-
-	* webrt/Logout.html:
-
-	file Logout.html was initially added on branch rt-1-1.
-	
-2000-04-24 00:14  jesse
-
-	* Makefile, bin/testdeps.pl, bin/webmux.pl:
-
-	Added Apache::Session support to the HTML::Mason version of things.
-	
-2000-04-23 19:45  jesse
-
-	* bin/testdeps.pl:
-
-	added a little script to test perl dependencies.
-	it should probably get integrated into the makefile
-	
-2000-04-23 19:45  jesse
-
-	* bin/testdeps.pl:
-
-	file testdeps.pl was initially added on branch rt-1-1.
-	
-2000-04-23 17:28  jesse
-
-	* Makefile, docs/design_docs/acls, etc/schema.mysql:
-
-	installation seems to work a bit better now
-	
-2000-04-20 02:18  jesse
-
-	* webrt/Login.html:
-
-	Removing cruft from login.html
-	
-2000-04-20 02:17  jesse
-
-	* webrt/Ticket/autohandler:
-
-	Look ma! this autohandler seems to make webauth (with $pass = $user ) work.
-	
-2000-04-20 02:09  jesse
-
-	* webrt/: autohandler, Ticket/autohandler:
-
-	file autohandler was initially added on branch rt-1-1.
-	
-2000-04-20 02:09  jesse
-
-	* webrt/Login.html:
-
-	file Login.html was initially added on branch rt-1-1.
-	
-2000-04-20 02:09  jesse
-
-	* Makefile, bin/webmux.pl, webrt/Login.html, webrt/autohandler,
-	webrt/Ticket/autohandler:
-
-	Doing work on cookie-based authentication for WebRT. The basic idea
-	is that the autohandler in each directory (unless the global handlers can be made to work) will check to see if the user is authenticated. If they are, then it keeps going happily. otherwise, it forces the user to login with the form in /Login.html, which should eventually be smart enough to put them back to where they want to go.
-	
-2000-04-18 02:43  jesse
-
-	* docs/design_docs/acls:
-
-	checking in design work on ACLs. a bit more work, such as notes
-	on order of evaluation and a rough implementation plan and then I'll
-	implement
-	
-2000-04-13 11:58  tobiasb
-
-	* etc/config.pm:
-
-	Introduced all columns we need locally, that is all columns as of RT
-	1.0, except due, area and priorities.  I guess somebody might want to
-	add those columns as well :)
-	
-2000-04-13 11:52  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	hrmwell, you did introduse a slight bug here.. :)
-	
-2000-04-13 11:26  tobiasb
-
-	* webrt/Search/: Listing.html, TicketCell:
-
-	Looks gruesome, but hey - it works\!
-	
-2000-04-13 11:26  tobiasb
-
-	* webrt/Search/TicketCell:
-
-	file TicketCell was initially added on branch rt-1-1.
-	
-2000-04-13 10:52  tobiasb
-
-	* etc/config.pm:
-
-	agh..
-	
-2000-04-13 10:50  tobiasb
-
-	* etc/config.pm:
-
-	Added the site configurable option "QueueListingCols".  It should also
-	be possible to override this one at least through the query, but it
-	might not be trivial.  (maybe you have better suggestions?)
-	
-2000-04-13 10:23  tobiasb
-
-	* webrt/Search/QueueItem:
-
-	I think I want to remove this one, I have other thoughts about how to
-	handle this - let's discuss it more when I've made some implementation :)
-	
-2000-04-13 10:05  tobiasb
-
-	* webrt/Search/Listing.html:
-
-	Added this:
-	
-	# TODO: This one should _not_ be here, rather somewhere else
-	# (suggestions?).  It might eventually read the cookies, user
-	# configuration information from the DB, queue configuration information
-	# from the DB, etc.  It should be object oriented.  But what object can
-	# it belong to, and how should it get access to all this data?
-	
-	sub _cfg {
-	  my $key=shift;
-	  return $ARGS{$key} || $RT::SitePolicy{$key};
-	}
-	
-2000-04-13 10:05  tobiasb
-
-	* etc/config.pm:
-
-	Added a hash for "tunable" configurations:
-	
-	# This is where RT's preferences are kept track of
-	
-	package RT;
-	
-	# Different "tunable" configuration options should be in this hash:
-	%SitePolicy=();
-	
-2000-04-13 02:30  jesse
-
-	* lib/RT/Ticket.pm:
-
-	Ticket::clean became Ticket::_CleanAddressesAsString
-	references to clean changed accordingly. i feel a bit dirty not
-	making this $self->_CleanAddressesAsString.
-	
-2000-04-12 08:53  tobiasb
-
-	* webrt/: Elements/SelectStatus, Ticket/ProcessUpdate.html,
-	Ticket/Update.html:
-
-	bugfixes and insignificant enhancements
-	
-2000-04-12 07:14  tobiasb
-
-	* webrt/Elements/yearMenu:
-
-	"Last year" is now (by default) available
-	
-2000-04-12 07:11  tobiasb
-
-	* webrt/Search/PickRestriction:
-
-	Changed the default to select one queue, not select "anything but" a queue.
-	
-2000-04-12 07:07  tobiasb
-
-	* webrt/Search/PickRestriction:
-
-	Added a stupid "under construction" message.
-	
-2000-04-12 07:00  tobiasb
-
-	* lib/RT/Interface/Email.pm:
-
-	Ehm .. the last commit message should be more descriptive;
-	
-	From the README:
-	
-	        rt:     |"/path/to/rt/bin/rt-mailgate general correspond"
-	                                                    |          |
-	                                   <----/          |
-	                                                               |
-	                <---/
-	                 "action" here will make this address only
-	                  parse actions in the message without
-	                  recording the message as a transaction
-	                  of its own"
-	
-	...while the implementation required "correspond general"
-	
-2000-04-12 06:58  tobiasb
-
-	* lib/RT/Interface/Email.pm:
-
-	This was not in sync with the README
-	
-2000-04-12 06:50  tobiasb
-
-	* webrt/Search/PickRestriction:
-
-	Bugfix
-	
-2000-04-12 06:45  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Agh, should have tested before committing :)
-	
-2000-04-12 06:44  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Fixd SetOwner to allow stealing and to respect the new Nobody user
-	
-2000-04-12 05:19  tobiasb
-
-	* webrt/Elements/SelectQueue:
-
-	Now this one actually works
-	
-2000-04-11 07:30  tobiasb
-
-	* webrt/Elements/SelectQueue:
-
-	This won't work yet.
-	
-2000-04-11 07:17  tobiasb
-
-	* lib/RT/Transaction.pm:
-
-	Ehr...right.  Still fixing at the same bug; the IsInbound sub didn't work....well
-	
-2000-04-11 07:08  tobiasb
-
-	* lib/RT/: Ticket.pm, Transaction.pm:
-
-	argh .. I should learn to test the bugfixes before committing
-	
-2000-04-11 06:46  tobiasb
-
-	* lib/RT/Transaction.pm:
-
-	bugfix
-	
-2000-04-11 06:42  tobiasb
-
-	* lib/RT/Template.pm, lib/RT/Ticket.pm, webrt/Elements/SelectOwner,
-	webrt/Ticket/ProcessUpdate.html:
-
-	bugfixes
-	
-2000-04-11 05:47  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	bugfixing
-	
-2000-04-11 04:46  tobiasb
-
-	* lib/RT/Watchers.pm:
-
-	Bugfix
-	
-2000-04-11 04:41  tobiasb
-
-	* etc/config.pm, lib/RT/Ticket.pm:
-
-	I'm trying to fix this nobody user..
-	
-2000-04-11 04:36  tobiasb
-
-	* etc/schema.mysql:
-
-	I'm trying to fix this nobody user..
-	
-2000-04-11 04:29  tobiasb
-
-	* lib/RT/Queue.pm, webrt/Ticket/ProcessUpdate.html:
-
-	Bugfixing
-	
-2000-04-11 03:16  tobiasb
-
-	* webrt/Search/Listing.html:
-
-	Insignificant.  Oh, how should errors be trapped?
-	
-2000-04-11 00:40  jesse
-
-	* lib/RT/: Queue.pm, Ticket.pm, Watchers.pm:
-
-	all the watcher types now have AsString methods. this was done by dropping
-	an EmailsAsString method into RT::Watcher
-	
-2000-04-10 23:04  tobiasb
-
-	* webrt/Ticket/ProcessUpdate.html:
-
-	Added those use statements
-	
-	This page seems very broken in Netscape.
-	
-2000-04-10 23:00  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Darn, I thought I had tested this.  Well, now it should work!?
-	
-2000-04-10 22:54  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	...some work is needed to get Watchers work OK.  I commented out my
-	try on it, so now it will ignore queue watchers (it simply ignored all
-	watchers as it was).
-	
-2000-04-10 14:29  tobiasb
-
-	* webrt/Ticket/: DisplayTicket, DisplayTransaction:
-
-	Update and Modify-links
-	
-2000-04-10 14:20  tobiasb
-
-	* webrt/Ticket/DisplayTransaction:
-
-	Added an "act" link and touched the comments
-	
-2000-04-10 14:11  tobiasb
-
-	* webrt/Ticket/DisplaySummary:
-
-	Reinserted the "Last Contact" and "Last Update" lines, but they're "cleaned" a bit.
-	
-	(btw, this seems like a crude copy from the cli, does the cli have similar problems?)
-	
-2000-04-10 13:51  tobiasb
-
-	* webrt/Ticket/DisplaySummary:
-
-	Hacking a bit on this
-	
-2000-04-10 13:48  tobiasb
-
-	* webrt/Ticket/: DisplayTransaction, Update.html:
-
-	Hacking a bit on this
-	
-2000-04-10 13:18  tobiasb
-
-	* webrt/Ticket/Modify.html:
-
-	'undo' (well, not really :)
-	
-2000-04-10 13:13  tobiasb
-
-	* webrt/Ticket/Update.html:
-
-	This 'fix' is maybe only temporary?
-	
-2000-04-10 13:08  tobiasb
-
-	* webrt/Ticket/Modify.html:
-
-	I'd daresay this one is superceded by Update.html?
-	
-2000-04-10 13:07  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	just added some comments
-	
-2000-04-10 12:52  tobiasb
-
-	* webrt/Ticket/DisplaySummary:
-
-	This 'fix' is maybe only temporary?
-	
-2000-04-10 10:35  tobiasb
-
-	* webrt/: Elements/SelectBoolean, Search/Listing.html:
-
-	insignificant changes
-	
-2000-04-10 06:53  tobiasb
-
-	* webrt/Elements/SelectOwner:
-
-	Insignificant fix (wouldn't work here without)
-	
-2000-04-10 05:38  tobiasb
-
-	* bin/rtmux.pl:
-
-	Might be a bugfix
-	
-2000-04-09 16:56  jesse
-
-	* lib/RT/Users.pm, webrt/Elements/SelectBoolean,
-	webrt/Elements/SelectOwner, webrt/Search/Listing.html,
-	webrt/Search/PickRestriction:
-
-	I can now get a listing of tickets whose owner is or isn't a given owner.
-	and it even lists them. Next, I'll probably make searches for
-	other attributes work.
-	the plan of attack is requestor, then probably ticket content (as a test
-	of whether this whole system works ;)
-	
-2000-04-07 20:41  jesse
-
-	* webrt/Search/Listing.html:
-
-	Added the first bit of code to support queue/owner/requestor/subject search.
-	This will make up the core of the  web search functionality of the first release of the webui. (not the 2.0 release, but the "tobix needs it now) release.
-	
-2000-04-07 14:53  tobiasb
-
-	* etc/schema.mysql, lib/RT/Ticket.pm, lib/RT/Watchers.pm,
-	lib/RT/Action/SendEmail.pm:
-
-	hm ... seems like I forgot to commit my last work
-	
-2000-04-07 03:55  tobiasb
-
-	* lib/RT/: Ticket.pm, Transaction.pm:
-
-	it almost works now
-	
-2000-04-06 17:40  tobiasb
-
-	* lib/RT/Transaction.pm:
-
-	development
-	
-2000-04-06 17:21  tobiasb
-
-	* lib/RT/: Ticket.pm, Transaction.pm, Action/Notify.pm,
-	Action/SendEmail.pm:
-
-	ouch, found a lot of fatal stubs
-	
-2000-04-06 16:54  tobiasb
-
-	* etc/schema.mysql, lib/RT/Ticket.pm, lib/RT/Transaction.pm,
-	lib/RT/Action/Notify.pm, lib/RT/Action/SendEmail.pm:
-
-	still fighting with the mail handling
-	
-2000-04-06 16:12  tobiasb
-
-	* etc/schema.mysql, lib/RT/Scrips.pm, lib/RT/Ticket.pm,
-	lib/RT/Transaction.pm, lib/RT/Action/Notify.pm:
-
-	New snapshot of development.  Note the change I've done in the Type recognizion
-	when selecting the right Scrips in Transaction::Create - it should be more
-	flexible this way (replaced "ne" with "!~").  Check the change to schema for
-	an example of how this is more flexible.
-	
-2000-04-06 15:36  tobiasb
-
-	* lib/RT/Action/Notify.pm:
-
-	Recipient finder
-	
-2000-04-06 15:35  tobiasb
-
-	* etc/schema.mysql, lib/RT/Template.pm, lib/RT/Action/SendEmail.pm:
-
-	Snapshot; I'm not finished debugging yet, but this should (hopefully) be
-	very close to actually work.
-	
-2000-04-06 11:38  tobiasb
-
-	* docs/FAQ:
-
-	this clearly needs a lot more work ...
-	
-2000-04-06 11:31  tobiasb
-
-	* lib/RT/Action/SendEmail.pm:
-
-	...ah, this felt good.
-	
-	Checked the recent version of Mailtools at CPAN, so I used the "right"
-	method for sending emails.
-	
-	I also added back again the SetRecipients method, and documented it in
-	the POD.
-	
-	I think I will get this working in a couple of hours, so please don't
-	disturb me saying that you disagree very much to those changes.. :)
-	
-2000-04-06 10:46  tobiasb
-
-	* etc/schema.mysql:
-
-	Bugfixing
-	
-2000-04-06 10:40  tobiasb
-
-	* etc/schema.mysql:
-
-	I think that I will get this up working during the next few hours.
-	
-	If I eventually get it working, I'd really appreciate that you don't
-	wreck it until the web interface is working and until we've discussed
-	the design thoroughly and come down to some consensus about it.
-	
-2000-04-06 06:22  tobiasb
-
-	* webrt/Elements/Checkbox:
-
-	This is not my turf ... and I don't know what I'm doing ... anyway, it didn't work, but now it works (?) :)
-	
-2000-04-06 01:49  jesse
-
-	* lib/RT/Action/SendEmailOnResolve.pm:
-
-	file SendEmailOnResolve.pm was initially added on branch rt-1-1.
-	
-2000-04-06 01:49  jesse
-
-	* Makefile, etc/schema.mysql, lib/RT/Template.pm,
-	lib/RT/Action/MailComment.pm, lib/RT/Action/MailCorrespondence.pm,
-	lib/RT/Action/Notify.pm, lib/RT/Action/NotifyOnResolve.pm,
-	lib/RT/Action/SendEmail.pm, lib/RT/Action/SendEmailOnResolve.pm:
-
-	Ok, i think i significantly cut down the complexity of the actions we've got
-	so far. I nuked the old notify rules, as they were superceeded by my more
-	capable SendEmail.pm There are still a few things I'm not happy with...
-	like, the way that scrips, scripscopes and templates are related. it needs
-	some thought and cleanup. but i think it'll work just fine for now.
-	
-	I redid the templates and scrips to fit with the revised actions and added
-	some more docs to SendEmail.pm
-	
-	the generic RT::Action should deal with templates, not SendEmail, I think,
-	but I'm leaving that abstraction for another day.
-	
-	Oh, the Argument from the scrip is now passed into the template as $T::Argument.
-	
-2000-04-05 23:24  jesse
-
-	* webrt/Elements/Checkbox:
-
-	stylistic cleanup
-	using an explicit defined ($foo)
-	
-2000-04-05 18:02  tobiasb
-
-	* webrt/: Elements/Checkbox, Search/PickRestriction:
-
-	Only minor corrections
-	
-2000-04-05 17:43  tobiasb
-
-	* webrt/Search/PickRestriction:
-
-	It certainly doesn't work okay ... I think I should look into it a bit ...
-	
-2000-04-05 17:08  tobiasb
-
-	* webrt/Search/PickRestriction:
-
-	Added ugly submit button
-	
-2000-04-05 10:34  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Temporary implementation of kill
-	
-	As mentionated earlier, I think the right thing is to just set status
-	'dead' and then eventually do some garbage collection later.
-	
-2000-04-05 08:55  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	More error handling
-	
-2000-04-05 08:51  jesse
-
-	* lib/RT/Interface/Email.pm:
-
-	added some comments around the dies pointing out that we need better error handling.
-	
-2000-04-05 05:34  tobiasb
-
-	* lib/RT/Interface/Email.pm:
-
-	Doh...I'm really stupid sometimes...
-	
-2000-04-05 05:31  tobiasb
-
-	* lib/RT/Interface/Email.pm:
-
-	For some weird reason (perl 5.6.0 bug?) it wouldn't work here without this fix.
-	
-2000-04-05 00:35  jesse
-
-	* docs/design_docs/acls:
-
-	initial musings on acls for 2.0
-	
-2000-04-05 00:35  jesse
-
-	* docs/design_docs/acls:
-
-	file acls was initially added on branch rt-1-1.
-	
-2000-04-04 09:52  tobiasb
-
-	* etc/schema.mysql:
-
-	Language idea
-	
-2000-04-04 02:17  jesse
-
-	* Makefile, README, bin/rtmux.pl, etc/config.pm:
-
-	The first little bits of structure for future L10n support
-	
-2000-04-03 12:40  tobiasb
-
-	* Makefile, bin/rtmux.pl:
-
-	Cleaned out yet some more visible configuration bugs
-	
-2000-04-03 12:29  tobiasb
-
-	* README:
-
-	Some fixes
-	
-2000-04-03 10:44  tobiasb
-
-	* Makefile, bin/rtmux.pl:
-
-	Just a configuration fix.
-	
-2000-04-03 01:26  jesse
-
-	* Makefile, bin/rtmux.pl:
-
-	Ok, I've modified rtmux.pl and Makefile to add in the first bits of stub
-	code for running Mason as a cgi. it compiles and appears to invoke.
-	but I haven't tested it under a webserver. I've gotta get to sleep now, but
-	figured this would give tobias a leg up with his testing today.
-	
-	Subject:      RE: [Mason] Mason under CGI (was: replacing storyserver)
-	Author:       Ilmari Karonen 
-	Date:         Fri, 17 Sep 1999 15:10:20 +0300 (EET DST)
-	
-	On Thu, 16 Sep 1999, Ben Munoz wrote:
-	> I'm running Apache 1.3.6 on NT.  I'm looking to install HTML::Mason and see
-	> what it can do, but from what I've read, I can't install mod_perl with the
-	> current version of ActiveState's Perl, which I have installed on my machine.
-	
-	I realize this is probably not what you were asking for, but I'd like to
-	mention here my recent (yesterday) experience in setting up Mason under
-	plain ol' CGI.
-	
-	Setting: One Mason top level component plus a few subcomponents on a
-	development server with mod_perl and Mason. One production server with the
-	least possible selection of modules. (Not even mod_so!)
-	
-	Needed to quickly get the Mason component up and running on the second
-	server. Installing Mason itself and a few other perl modules was easy.
-	But adding mod_perl was definitely out of the question.
-	
-	What I did was take the usual handler.pl, copy it to cgi-bin, deleting
-	everything from "my $ah = new HTML::Mason::ApacheHandler" onward
-	inclusive, and replacing it with the following:
-	
-	    use CGI;
-	    my $q = new CGI;
-	
-	    # This routine comes from ApacheHandler.pm:
-	    my (%args);
-	    foreach my $key ( $q->param ) {
-	      foreach my $value ( $q->param($key) ) {
-	        if (exists($args{$key})) {
-	          if (ref($args{$key})) {
-	            $args{$key} = [@{$args{$key}}, $value];
-	          } else {
-	            $args{$key} = [$args{$key}, $value];
-	          }
-	        } else {
-	          $args{$key} = $value;
-	        }
-	    }
-	
-	    my $comp = $ENV{'PATH_TRANSLATED'};
-	    my $root = $interp->comp_root;
-	    $comp ~= s/^$root//  or die "Component outside comp_root";
-	
-	    $interp->exec($comp, %args);
-	
-	This, plus an Action line in httpd.conf mapping *.mas to this script, has
-	so far done the job just fine.
-	
-	One problem I noticed was that this all would've been much harder if I
-	hadn't been familiar with the way ApacheHandler.pm uses CGI.pm and hadn't
-	known where to find that parsing routine. IMHO it'd be a good idea to
-	separate this loop into a user-callable subroutine.
-	
-	(Note: this was Mason 0.6.mumble - I have no experience with the newer
-	versions.)
-	
-	--
-	Ilmari Karonen (iltzu@sci.fi)
-	http://www.sci.fi/~iltzu/
-	
-	_______________________________________________
-	Mason maillist  -  Mason@netizen.com.au
-	http://netizen.com.au/mailman/listinfo/mason
-	
-2000-04-03 00:49  jesse
-
-	* bin/rtmux.pl, etc/schema.mysql, lib/RT/Action.pm,
-	lib/RT/CurrentUser.pm, lib/RT/Scrip.pm, lib/RT/ScripScopes.pm,
-	lib/RT/Template.pm, lib/RT/Ticket.pm, lib/RT/Transaction.pm,
-	lib/RT/Watchers.pm, lib/RT/Action/AutoReply.pm,
-	lib/RT/Action/SendEmail.pm:
-
-	Well, that was an exciting afternoon! Er, an exciting evening!
-	*grin* AutoReply now works. which means that all the infrastructure for
-	scrips is back in place.  It required refactoring things a bit. as cool
-	as making RT::Template a MIME::Entity seemed, I just couldn't get it to work
-	right, so now, it just creates a MIME::Entity when it needs it, which is
-	probably better anyway.  I simplified templates a bit. Now they only have
-	access to the Ticket and Transaction. This may not be wise, but we'll see.
-	
-	Also, I merged the two blobs per template (headers and body).
-	
-2000-03-31 08:25  tobiasb
-
-	* bin/webmux.pl:
-
-	rmvd dupl line
-	
-2000-03-31 02:47  jesse
-
-	* Makefile:
-
-	removed old webui hooks from the makefile. bumped the version to 1.3.0
-	
-2000-03-31 02:32  jesse
-
-	* webrt/Elements/Error:
-
-	file Error was initially added on branch rt-1-1.
-	
-2000-03-31 02:32  jesse
-
-	* webrt/Ticket/DisplayTicket:
-
-	file DisplayTicket was initially added on branch rt-1-1.
-	
-2000-03-31 02:32  jesse
-
-	* webrt/: Elements/Error, Elements/SelectStatus,
-	Ticket/Display.html, Ticket/DisplayTicket,
-	Ticket/DisplayTransaction, Ticket/ProcessUpdate.html,
-	Ticket/Update.html:
-
-	Ticket/Update.html will now allow you to submit a ticket update.
-	It's the RT2 equivalent of RT1.0's "comment" and "correspond" pages...
-	with a bit of added value. it's not a global "modify ticket" page. that comes
-	next. but it's where 90% of your single-ticket action will take place.
-	
-2000-03-31 02:28  jesse
-
-	* lib/RT/Ticket.pm:
-
-	TimeTaken should increment now
-	
-2000-03-31 02:26  jesse
-
-	* README:
-
-	added the mason dependency to the README
-	
-2000-03-31 02:25  jesse
-
-	* bin/webmux.pl:
-
-	added some uses to the webmux so I don't have to add them to each page that
-	calls them
-	
-2000-03-30 00:44  jesse
-
-	* webrt/Search/PickRestriction:
-
-	made the variable names in PickRestriction look more like the parameter names
-	in EasySearch. Wanna guess why?
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Search/RestrictSearch.html:
-
-	file RestrictSearch.html was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Search/PickRestriction:
-
-	file PickRestriction was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Elements/Footer:
-
-	file Footer was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/: Elements/Checkbox, Elements/Footer, Elements/Header,
-	Elements/SelectBoolean, Elements/SelectDate,
-	Elements/SelectDateRelation, Elements/SelectOwner,
-	Elements/SelectQueue, Elements/SelectStatus, Elements/dayMenu,
-	Elements/monthMenu, Elements/yearMenu, Search/PickRestriction,
-	Search/RestrictSearch.html:
-
-	A bunch of infrasturcture work on the Ticket Search interface. it doesn't
-	have any real logic behind it. that's next.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Elements/SelectBoolean:
-
-	file SelectBoolean was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Elements/dayMenu:
-
-	file dayMenu was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Elements/SelectStatus:
-
-	file SelectStatus was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Elements/SelectQueue:
-
-	file SelectQueue was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Elements/yearMenu:
-
-	file yearMenu was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Elements/Checkbox:
-
-	file Checkbox was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Elements/Header:
-
-	file Header was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Elements/SelectOwner:
-
-	file SelectOwner was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Elements/monthMenu:
-
-	file monthMenu was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Elements/SelectDateRelation:
-
-	file SelectDateRelation was initially added on branch rt-1-1.
-	
-2000-03-29 23:52  jesse
-
-	* webrt/Elements/SelectDate:
-
-	file SelectDate was initially added on branch rt-1-1.
-	
-2000-03-29 00:33  jesse
-
-	* etc/schema.mysql:
-
-	added a generic "RefersTo" ticket type to the comments.
-	changed the types of Link.Base and Link.Target to VARCHAR(255) from INT(11)
-	
-2000-03-28 05:16  tobiasb
-
-	* README, tools/test:
-
-	darn, it seems like I'll need to install mod-perl ... actually I haven't done that earlier..
-	
-2000-03-28 00:13  jesse
-
-	* Makefile, lib/RT/Record.pm, lib/RT/Transaction.pm,
-	webrt/Search/Listing.html, webrt/Search/QueueItem:
-
-	webrt/Search/Listing.html now gives a basic listing of all open tickets
-	It even has links to the _still display only_ Display.html for each ticket
-	
-2000-03-27 23:55  jesse
-
-	* webrt/Ticket/DisplayTransaction:
-
-	missed this one. sorry.
-	
-2000-03-27 23:55  jesse
-
-	* webrt/Ticket/DisplayTransaction:
-
-	file DisplayTransaction was initially added on branch rt-1-1.
-	
-2000-03-27 23:54  jesse
-
-	* webrt/Ticket/: Display.html, DisplayHistory:
-
-	Hey. Look Ticket/Display.html?id= works!
-	
-2000-03-27 22:35  jesse
-
-	* webrt/Ticket/ToolBar:
-
-	file ToolBar was initially added on branch rt-1-1.
-	
-2000-03-27 22:35  jesse
-
-	* webrt/Ticket/DisplaySummary:
-
-	file DisplaySummary was initially added on branch rt-1-1.
-	
-2000-03-27 22:35  jesse
-
-	* webrt/Ticket/DisplayHistory:
-
-	file DisplayHistory was initially added on branch rt-1-1.
-	
-2000-03-27 22:35  jesse
-
-	* README, webrt/Ticket/DisplayHistory, webrt/Ticket/DisplaySummary,
-	webrt/Ticket/ToolBar:
-
-	Work on WebRT, including a README update!
-	
-	check out  http://s.ly/~jesse/2000_03_28_171606_shot.jpg
-	
-2000-03-27 22:31  jesse
-
-	* lib/RT/Watchers.pm:
-
-	Bugfix in Watchers AdministrativeCc -> AdminCc
-	
-2000-03-27 22:30  jesse
-
-	* webrt/Ticket/: Display.html, Displaysummary, Update.html:
-
-	Work on WebUI. Display.html has slight functionality
-	
-2000-03-27 22:13  tobiasb
-
-	* docs/design_docs/basic-definitions.txt, tools/test:
-
-	minor
-	
-2000-03-27 21:50  tobiasb
-
-	* tools/test:
-
-	added some stuff to the test script
-	
-2000-03-27 21:32  tobiasb
-
-	* lib/RT/: ScripScope.pm, Transaction.pm:
-
-	bugfixing
-	
-2000-03-27 21:22  tobiasb
-
-	* lib/RT/Transaction.pm:
-
-	...well, even more bugs...
-	
-2000-03-27 21:09  tobiasb
-
-	* lib/RT/: Scrip.pm, ScripScope.pm, Template.pm, Transaction.pm:
-
-	First level bugfixing completed; Now the create (from the cli) calls up the action (though as earlier mentionated no emails are sent).
-	
-2000-03-27 20:54  tobiasb
-
-	* lib/RT/Scrip.pm:
-
-	bgfx
-	
-2000-03-27 20:47  tobiasb
-
-	* lib/RT/Scrip.pm:
-
-	Bugfix
-	
-2000-03-27 20:22  tobiasb
-
-	* lib/RT/ScripScope.pm:
-
-	bugfix
-	
-2000-03-27 20:19  tobiasb
-
-	* docs/design_docs/basic-definitions.txt:
-
-	clarified
-	
-2000-03-27 18:58  tobiasb
-
-	* lib/RT/Action/SendEmail.pm:
-
-	The recipients aren't set anywhere as far as I can see ... and I'm really uncertain what you've thought of with SetEnvelopeTo vs SetTo, etc.  You'd better take a look.  Obviously, this won't work until the recipients are set somehow
-	
-2000-03-27 18:40  tobiasb
-
-	* lib/RT/Action/SendEmail.pm:
-
-	I've mostly only added comments.  Anyway, I must say that I like this
-	code. (maybe I'll say something different when I've tried debugging it
-	;)
-	
-2000-03-27 17:59  tobiasb
-
-	* lib/RT/ScripScope.pm:
-
-	bugfix
-	
-2000-03-27 17:57  tobiasb
-
-	* lib/RT/Action.pm:
-
-	comment/folding bugfix
-	
-2000-03-27 17:56  tobiasb
-
-	* docs/design_docs/basic-definitions.txt:
-
-	file basic-definitions.txt was initially added on branch rt-1-1.
-	
-2000-03-27 17:56  tobiasb
-
-	* docs/design_docs/basic-definitions.txt:
-
-	(no comment :)
-	
-2000-03-27 17:55  tobiasb
-
-	* docs/design_docs/link-definitions.txt:
-
-	I think maybe those additions might be appreciated by Rouillard ... and this was (hopefully) the last thing I do with design documentation/discussion until 1.3 is finished :)
-	
-2000-03-27 17:33  tobiasb
-
-	* docs/design_docs/link-definitions.txt:
-
-	Doh ... I really shouldn't waste my time on this now ...
-	
-2000-03-27 17:17  tobiasb
-
-	* lib/RT/Scrip.pm:
-
-	Did you ever try to see if those modules would pass `perl -c'? :)
-	
-2000-03-27 16:44  jesse
-
-	* etc/schema.mysql, lib/RT/Action.pm, lib/RT/Scrip.pm,
-	lib/RT/ScripScope.pm, lib/RT/Action/AutoReply.pm,
-	lib/RT/Action/SendEmail.pm:
-
-	Lots of works on Scrip, ScripScope, Action. Tobias: wanna take a look?
-	Basically, now Templates are autoloaded by RT::Scrip.pm and passed into
-	the Action as TemplateObj.  Also, Templates are now of type MIME::Entity,
-	which means that they have all the attributes of mail messages and can
-	just be sent.
-	
-2000-03-27 16:20  tobiasb
-
-	* docs/design_docs/: TransactionTypes.txt, link-definitions.txt:
-
-	Linking definitions
-	
-2000-03-27 16:20  tobiasb
-
-	* docs/design_docs/link-definitions.txt:
-
-	file link-definitions.txt was initially added on branch rt-1-1.
-	
-2000-03-27 16:01  tobiasb
-
-	* docs/README.docs:
-
-	Updated the README to reflect that the docs are old :)
-	
-2000-03-27 15:45  tobiasb
-
-	* README:
-
-	status update
-	
-2000-03-27 15:41  tobiasb
-
-	* lib/RT/ScripScope.pm:
-
-	minor string fix
-	
-2000-03-27 15:36  tobiasb
-
-	* docs/design_docs/subscription-definitions.txt:
-
-	How does the system determinate whom to send mail to?
-	
-	The ScripScope table in the DB should indicate whether a Scrip is relevant
-	for a queue or not /* TobiX thinks that this might eventually be extended to
-	keywords, tickets, etc, and not only Queues */ ... the Scope table should
-	indicate whether the Scrip is relevant for a given transaction type ... then
-	the given Action should determinate whether it applies or not, and finally
-	the Action has to find out (via the Watchers table) whom it applies to, and
-	how to contact them ... and the Template tells how the mails that are sent
-	out should look like.
-	
-2000-03-27 12:33  jesse
-
-	* lib/RT/ScripScopes.pm:
-
-	file ScripScopes.pm was initially added on branch rt-1-1.
-	
-2000-03-27 12:33  jesse
-
-	* lib/RT/: ScripScope.pm, ScripScopes.pm:
-
-	a bit more stub work on ScripScopes for tobias.
-	more work after lunch
-	
-2000-03-27 07:18  tobiasb
-
-	* lib/RT/ScripScope.pm:
-
-	test..?
-	
-2000-03-27 07:04  tobiasb
-
-	* lib/RT/: ScripScope.pm, Scrips.pm:
-
-	Initiated work to get the code understand the Scrips/Scripscope split
-	
-2000-03-27 07:04  tobiasb
-
-	* lib/RT/ScripScope.pm:
-
-	file ScripScope.pm was initially added on branch rt-1-1.
-	
-2000-03-27 06:55  tobiasb
-
-	* etc/schema.mysql:
-
-	Added yet a stupid design thought as a comment:
-	
-	# {{{ TABLE ScripScope
-	  (...)
-	  Queue INT(11), #Queue Id 0 for global
-			 # (maybe there might be conditions where otherb
-	                 # Scopes apply, i.e. a ticket, keyword, owner, etc?)
-	
-2000-03-27 00:45  jesse
-
-	* lib/RT/Action/Notify.pm:
-
-	Oops. forgot to commit Notify.pm
-	
-2000-03-27 00:45  jesse
-
-	* lib/RT/Action/Notify.pm:
-
-	file Notify.pm was initially added on branch rt-1-1.
-	
-2000-03-27 00:44  jesse
-
-	* lib/RT/Action/NotifyOnResolve.pm:
-
-	file NotifyOnResolve.pm was initially added on branch rt-1-1.
-	
-2000-03-27 00:44  jesse
-
-	* etc/schema.mysql, lib/RT/Ticket.pm,
-	lib/RT/Action/NotifyOnResolve.pm, lib/RT/Action/NotifyWatchers.pm:
-
-	Work on Notify (Formerly NotifyWatchers)
-	Work on NotifyOnResolve (Formerly NotifyWatchersOnResolve)
-	
-	They don't _work_ per se. But they're getting closer. I'm wondering
-	whether we want to do something smarter with all the addresses we're passing
-	in to make it easier to remove specific ones...for example, we currently
-	have no way to _not_ send mail to the reuqestor.
-	
-2000-03-26 18:13  jesse
-
-	* lib/RT/Action/: AutoReply.pm, SendEmail.pm:
-
-	AutoReply is now a proper subclass of SendEmail.pm
-	Maybe tonight, I'll try to get through some work on the Scrips and ScripScope stuff to make it work again.
-	then to wrok on NotifyWatchers.pm
-	
-2000-03-25 01:03  jesse
-
-	* Makefile, lib/RT/Template.pm, lib/RT/Ticket.pm,
-	lib/RT/Action/SendEmail.pm:
-
-	Work on the templating system. I actually gutted Template.pm and SendEmail.pm
-	(sorry tobix :/)  Basically RT::Template is now A MIME::Entity object, which
-	means that the various things one can do to mail messages can now be done to
-	RT::Template objects, once you run $TemplateObj->Parse on them..
-	SendEmail was cleaned up somewhat to be less intimidating to people who aren't
-	as comfortable with big chunks of fairly dense perl.  Oh and it's a heck of a
-	lot more subclassable now ;)
-	
-	Fixed a tiny bug in Ticket.pm resulting from the changes to Watchers.
-	
-2000-03-24 08:29  tobiasb
-
-	* tools/test:
-
-	I'm making a test suite which is intended to be run off from the Makefile after an install
-	
-2000-03-24 08:29  tobiasb
-
-	* tools/test:
-
-	file test was initially added on branch rt-1-1.
-	
-2000-03-24 08:06  tobiasb
-
-	* etc/schema.mysql:
-
-	Added some more noise
-	
-2000-03-23 23:41  jesse
-
-	* subscription-definitions.txt,
-	docs/design_docs/subscription-definitions.txt, etc/schema.mysql,
-	lib/RT/Action/NotifyWatchers.pm, lib/RT/Action/SendEmail.pm:
-
-	A little bit of cleanup to the SendEmail and NotifyWatchers actions.
-	I probably did more damage than good, but that's what I get for messing
-	with code that makes little sense to me.
-	
-2000-03-23 23:41  jesse
-
-	* docs/design_docs/subscription-definitions.txt:
-
-	file subscription-definitions.txt was initially added on branch rt-1-1.
-	
-2000-03-23 22:19  jesse
-
-	* webrt/Search/BuildSearch:
-
-	Testing the setgid repository. commiting an empty file
-	
-2000-03-23 22:19  jesse
-
-	* webrt/Search/BuildSearch:
-
-	file BuildSearch was initially added on branch rt-1-1.
-	
-2000-03-23 00:50  jesse
-
-	* webrt/Search/QueueFooter:
-
-	file QueueFooter was initially added on branch rt-1-1.
-	
-2000-03-23 00:50  jesse
-
-	* webrt/Search/QueueItem:
-
-	file QueueItem was initially added on branch rt-1-1.
-	
-2000-03-23 00:50  jesse
-
-	* webrt/Search/QueueHeader:
-
-	file QueueHeader was initially added on branch rt-1-1.
-	
-2000-03-23 00:50  jesse
-
-	* webrt/Admin/ModifyUser:
-
-	file ModifyUser was initially added on branch rt-1-1.
-	
-2000-03-23 00:50  jesse
-
-	* lib/RT/Action/NotifyWatchers.pm:
-
-	file NotifyWatchers.pm was initially added on branch rt-1-1.
-	
-2000-03-23 00:50  jesse
-
-	* Makefile, bin/rtmux.pl, etc/schema.mysql, lib/RT/Queue.pm,
-	lib/RT/Scrip.pm, lib/RT/Ticket.pm, lib/RT/Watcher.pm,
-	lib/RT/Action/NotifyWatchers.pm, webrt/Admin/ModifyUser,
-	webrt/Search/Listing.html, webrt/Search/QueueFooter,
-	webrt/Search/QueueHeader, webrt/Search/QueueItem,
-	webrt/Ticket/Displaysummary:
-
-	Did a bit of hacking on webrt2
-	Redid the watchers system according to what I posted earlier to rt-devel
-	Scrips have now broken..but we'll get them working again really soon.
-	Queue Cc and AdminCc now exist in cli adminrt.
-	
-2000-03-22 14:56  tobiasb
-
-	* subscription-definitions.txt:
-
-	definitions in the subscription system
-	
-2000-03-22 14:56  tobiasb
-
-	* subscription-definitions.txt:
-
-	file subscription-definitions.txt was initially added on branch rt-1-1.
-	
-2000-03-22 14:42  tobiasb
-
-	* etc/schema.mysql:
-
-	This is a suggestion about a simple splitting of the Scrips table.  I
-	think the admin tools will be significantly easier to set up if we do
-	it this way.  An administrator can through some UI just add and remove
-	Scrips from a queue.
-	
-2000-03-22 01:02  jesse
-
-	* lib/RT/: ACE.pm, ACL.pm, Action.pm, Area.pm, Areas.pm,
-	Attachment.pm, Attachments.pm, CurrentUser.pm, EasySearch.pm,
-	Queue.pm, Queues.pm, Record.pm, Scrip.pm, Scrips.pm, Template.pm,
-	Templates.pm, Ticket.pm, Tickets.pm, Transaction.pm,
-	Transactions.pm, User.pm, Users.pm, Utils.pm, Watcher.pm,
-	Watchers.pm, Action/AutoReply.pm, Action/MailComment.pm,
-	Action/SendEmail.pm, Interface/Email.pm:
-
-	This may look like a lot of code. but it's not.
-	It's merely the result of running
-	
-	perl -pi.bak -e 's/sub (.*?){\n/# {{{ sub $1\nsub $1 {\n/; s/^}$/}\n# }}}/'
-	
-	basically, this adds # {{{ sub function
-		         and # }}}
-	around all the function names. The main reason to do this is for
-	emacs fold-minor-mode.  It makes things a lot easier to read.
-	In an ideal world, we'd have perl-aware folding editor and there'd be
-	no need for this markup
-	
-2000-03-21 20:38  jesse
-
-	* lib/RT/: Queue.pm, Ticket.pm, Watcher.pm, Watchers.pm:
-
-	Work on watchers.
-	
-2000-03-20 15:21  jesse
-
-	* etc/schema.mysql:
-
-	Modified the schema for my "New Improved Watchers" system. Basically,
-	now you'll be able to tie a template to a given watch. along with a
-	boolean "send mail" flag.  We'll need a special "Mail Watchers" action to
-	make this all work..but the code should be pretty easy.
-	
-		jesse
-	
-2000-03-20 05:27  tobiasb
-
-	* bin/initdb.mysql:
-
-	bugfix
-	
-2000-03-17 15:20  jesse
-
-	* webrt/Ticket/Create.html:
-
-	file Create.html was initially added on branch rt-1-1.
-	
-2000-03-17 15:20  jesse
-
-	* webrt/Ticket/DisplayHeader:
-
-	file DisplayHeader was initially added on branch rt-1-1.
-	
-2000-03-17 15:20  jesse
-
-	* webrt/Ticket/SetOwner:
-
-	file SetOwner was initially added on branch rt-1-1.
-	
-2000-03-17 15:20  jesse
-
-	* webrt/Ticket/SetStatus:
-
-	file SetStatus was initially added on branch rt-1-1.
-	
-2000-03-17 15:20  jesse
-
-	* webrt/Ticket/: Create.html, Display.html, DisplayHeader,
-	Displaysummary, SetOwner, SetStatus, Update.html:
-
-	More work on the basic webui
-	
-2000-03-17 15:20  jesse
-
-	* webrt/Ticket/Displaysummary:
-
-	file Displaysummary was initially added on branch rt-1-1.
-	
-2000-03-17 11:32  tobiasb
-
-	* bin/initdb.mysql:
-
-	Bugfix, the password passing didn't work as it should.
-	
-2000-03-17 10:52  tobiasb
-
-	* etc/schema.mysql:
-
-	- Slashed away the old "MailQueueMembersOn..." junk.
-	
-	- Added Scrips to the Watchers table.  ... the Watchers/Scrips system
-	seems quite flexible .. BUT .. I have a certain feeling that it might
-	be hard to make administration tools that helps a non-hacking
-	administrator to find out which mails are sent where, etc.  Well,
-	that's something we'll have to worry about later :)
-	
-2000-03-17 08:47  tobiasb
-
-	* Makefile, etc/schema.mysql:
-
-	removed some instanses of 'su' that really shouldn't be needed, and which also broke on anything but GNU shellutils
-	
-2000-03-17 07:32  tobiasb
-
-	* README:
-
-	Some additions and changes to reflect that this is, after all, a
-	development version.  Meri, do you subscribe to cvs-commit? :)
-	
-2000-03-17 06:01  tobiasb
-
-	* etc/schema.mysql:
-
-	# Those subscription field are not used in RT 1.1 as I see it.
-	# I think we should modify the Scrips system so it by default
-	# respects those fields.
-	 MailOwnerOnTransaction INT,             # notify owner on transaction
-	 MailMembersOnTransaction INT,		# notify list members on transaction
-	 MailRequestorOnTransaction INT,	# notify requestor on transaction
-	 MailRequestorOnCreation INT,		# notify user on creation
-	 MailMembersOnCorrespondence INT,		# notify members on creation
-	 MailMembersOnComment INT,		# notify members on comment
-	
-2000-03-16 16:31  jesse
-
-	* webrt/: Search/Listing.html, Ticket/Display.html,
-	Ticket/Modify.html, Ticket/ProcessUpdate.html, Ticket/Update.html,
-	Ticket/ValidateUpdate.html:
-
-	The beginnings of the All New! Web UI based around HTML::Mason
-	There's nothing functional here yet. but it's a start at a framework.
-	Ticket/Update.html is probably the closest to "real" code so far.
-	
-2000-03-16 16:31  jesse
-
-	* webrt/Ticket/ValidateUpdate.html:
-
-	file ValidateUpdate.html was initially added on branch rt-1-1.
-	
-2000-03-16 16:31  jesse
-
-	* webrt/Ticket/Display.html:
-
-	file Display.html was initially added on branch rt-1-1.
-	
-2000-03-16 16:31  jesse
-
-	* webrt/Ticket/Modify.html:
-
-	file Modify.html was initially added on branch rt-1-1.
-	
-2000-03-16 16:31  jesse
-
-	* webrt/Search/Listing.html:
-
-	file Listing.html was initially added on branch rt-1-1.
-	
-2000-03-16 16:31  jesse
-
-	* webrt/Ticket/ProcessUpdate.html:
-
-	file ProcessUpdate.html was initially added on branch rt-1-1.
-	
-2000-03-16 16:31  jesse
-
-	* webrt/Ticket/Update.html:
-
-	file Update.html was initially added on branch rt-1-1.
-	
-2000-03-16 14:46  tobiasb
-
-	* Makefile:
-
-	Changed the default database name from rt to RT to avoid confusion with previously installed versions of rt
-	
-2000-03-16 02:34  tobiasb
-
-	* lib/RT/User.pm:
-
-	Bugfixes:  It was impossible not to give requests to somebody.
-	
-2000-03-16 01:32  tobiasb
-
-	* lib/RT/Interface/Email.pm:
-
-	Bugfixes
-	
-	was
-	
-	  if ($CurrentUser->Id == 0) {
-	    #If it fails, create a user
-	
-	now
-	
-	  unless ($CurrentUser->Id) {
-	    #If it fails, create a user
-	
-	as Id returned undef.
-	
-	Changed 'Queue' to 'QueueTag'.
-	
-	Added some few comments
-	
-2000-03-14 00:40  jesse
-
-	* README:
-
-	Modified the README for the beginnings of the new webui
-	
-2000-03-14 00:39  jesse
-
-	* bin/: rtmux.pl, webmux.pl:
-
-	added webmux. modified rtmux.pl to clean out some cruft
-	
-2000-03-14 00:39  jesse
-
-	* bin/webmux.pl:
-
-	file webmux.pl was initially added on branch rt-1-1.
-	
-2000-03-13 12:53  jesse
-
-	* lib/RT/Interface/Email.pm:
-
-	rt-mailgate has now recieved and logged correspondence and comments with current schema.
-	
-2000-03-08 23:26  jesse
-
-	* lib/RT/: Ticket.pm, Transaction.pm:
-
-	DBIx cleanups to deal with load by id when id is null
-	Work on comment and correspond. Eventually, we'll get the
-	per-transaction cc and bcc working.
-	
-2000-03-08 18:22  jesse
-
-	* bin/rtmux.pl, lib/RT/Queue.pm, lib/RT/Ticket.pm,
-	lib/RT/Transaction.pm, lib/RT/User.pm:
-
-	rtq works a bit better
-	rtadmin works again.
-	rtadmin -user create
-		-user modify
-	 both seem to work ok
-	
-	rt -create now makes sure a queue exists and permits ticket creation
-	rt -create now make sure a prospective owner has queue membership.
-	
-2000-03-02 17:23  tobiasb
-
-	* lib/RT/Ticket.pm, lib/RT/Transaction.pm,
-	lib/RT/Action/SendEmail.pm, etc/schema.mysql:
-
-	resolve, open, take (if unowned, at least) seems to work
-	
-2000-03-02 16:10  tobiasb
-
-	* lib/RT/: Ticket.pm, Ticket.pm:
-
-	Bugfixing
-	
-2000-03-02 14:35  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Correspondence almost works
-	
-2000-03-02 13:26  tobiasb
-
-	* lib/RT/Ticket.pm, lib/RT/Action/MailComment.pm, etc/schema.mysql:
-
-	Comments almost work now (from the cli)
-	
-2000-03-02 12:38  tobiasb
-
-	* lib/RT/Action/: MailComment.pm, MailCorrespondence.pm:
-
-	one minor bugfix + some comments
-	
-2000-03-01 23:58  jesse
-
-	* NEWS:
-
-	brought the news up to date.
-	nuked old /contrib
-	nuked old /etc/templates.
-	
-	bedtime now.
-	
-2000-03-01 23:57  jesse
-
-	* NEWS:
-
-	brought the news up to date (a bit)
-	
-2000-03-01 23:50  jesse
-
-	* Makefile:
-
-	removed a lot of outdated cruft.
-	Bumped the version to 1.1.11 for a release later this week.
-	
-2000-03-01 23:18  jesse
-
-	* lib/RT/: Ticket.pm, Interface/Email.pm:
-
-	The mail gateway now lets you create, comment and correspond on tickets.
-	Ticket->Owner now deals better when the owner is NULL
-	
-2000-03-01 21:27  jesse
-
-	* HACKING:
-
-	minor comments added to hacking
-	
-2000-03-01 21:20  jesse
-
-	* HACKING:
-
-	Trivial change to HACKING to test commitinfo
-	
-2000-03-01 21:09  jesse
-
-	* lib/RT/Interface/Email.pm:
-
-	file Email.pm was initially added on branch rt-1-1.
-	
-2000-03-01 21:09  jesse
-
-	* bin/rtmux.pl, lib/RT/Interface/Email.pm:
-
-	work on mailgate
-	
-2000-03-01 18:36  tobiasb
-
-	* docs/design_docs/TransactionTypes.txt, etc/schema.mysql:
-
-	Some loose thoughts only ... as comments and a doc which I'm not sure
-	if it's possible to understand by others than me anyway :)
-	
-	Anyway, it is too complex.  We'll just continue following the current design.
-	
-2000-03-01 18:36  tobiasb
-
-	* docs/design_docs/TransactionTypes.txt:
-
-	file TransactionTypes.txt was initially added on branch rt-1-1.
-	
-2000-03-01 17:51  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Seems like it's a lot of things that doesn't work here.
-	
-2000-03-01 16:26  tobiasb
-
-	* etc/schema.mysql:
-
-	Ehm ... maybe I forgot to commit this one.  It contains some fixes.
-	
-2000-03-01 16:08  jesse
-
-	* TODO:
-
-	ripped a bit of obsolete code from rtmux.pl
-	updated the TODO to reference the production instance of RT.
-	
-2000-03-01 14:48  jesse
-
-	* bin/rtmux.pl:
-
-	removed the old web ui hooks from rtmux.pl
-	
-2000-03-01 12:12  tobiasb
-
-	* lib/RT/: Action.pm, Scrip.pm, Template.pm, Ticket.pm,
-	Watchers.pm, Action/AutoReply.pm, Action/SendEmail.pm:
-
-	I've done some debugging and polishing.  I hope it won't break with stuff you're eventually working with
-	
-2000-02-29 16:58  tobiasb
-
-	* lib/RT/: Queue.pm, Ticket.pm, Watchers.pm:
-
-	One sort of bugfix..
-	
-2000-02-29 16:35  tobiasb
-
-	* lib/RT/: Queue.pm, Template.pm, Ticket.pm, Watcher.pm,
-	Watchers.pm, Action/SendEmail.pm:
-
-	Scrips work for me.  Well, I'm not that sure anyway.  I had actually
-	expected one email to drop in for each Scrip - but I only got the
-	AutoReply and the Correspondence.  Maybe I should debug even more.
-	
-2000-02-29 14:29  tobiasb
-
-	* lib/RT/Watchers.pm:
-
-	LimitToTicket updated (not tested, though)
-	LimitToQueue added     (not tested, though)
-	
-2000-02-29 14:27  tobiasb
-
-	* etc/schema.mysql:
-
-	
-	# Primarly used by RT::Actions::SendEmail as well as some subclasses
-	# to determinate whom to send emails to.  This scheme should work out
-	# better than the scheme under RT 1.0, and should suit most users.
-	# For more fine grained control, it's possible to create tables as you
-	# like and make a new subclass of RT::Actions::SendEmail where the
-	# SetRecepients sub is overloaded :)
-	
-	CREATE TABLE Watchers (
-	   id int(11) AUTO_INCREMENT PRIMARY KEY,
-	   Value int(11),
-	   Scope varchar(16), # Might be "Queue" and "Ticket" as for now
-	                      # ... might be extended to "Keywords", "Owners", etc.
-	   Email VARCHAR(255),
-	   Type VARCHAR(16), #Requestor, Cc, Bcc
-	   Creator INT(11),
-	   Created TIMESTAMP,
-	   LastUpdatedBy INT(11),
-	   LastUpdated TIMESTAMP
-	)\g
-	
-2000-02-29 13:40  tobiasb
-
-	* etc/schema.mysql:
-
-	CREATE TABLE Watchers (
-	   id int(11) AUTO_INCREMENT PRIMARY KEY,
-	   Ticket int(11), # 0 for all
-	   Queue int(11), # 0 for all
-		# We might consider adding more power here,
-		# i.e. TransactionType, Scrip, etc
-	   Email VARCHAR(255),
-	   Type VARCHAR(16), #Requestor, Cc, Bcc
-	   Creator INT(11),
-	   Created TIMESTAMP,
-	   LastUpdatedBy INT(11),
-	   LastUpdated TIMESTAMP
-	)\g
-	
-2000-02-29 10:43  tobiasb
-
-	* etc/schema.mysql:
-
-	Template.{content and title} => Content and Title - since we use
-	UpperCase in the rest of the DD.
-	
-2000-02-29 10:31  tobiasb
-
-	* etc/schema.mysql:
-
-	Blob, that is..
-	
-2000-02-29 10:12  tobiasb
-
-	* etc/schema.mysql:
-
-	Added ExtraHeaders as VARCHAR(255).  255 characters should be enough
-	for storing some few extra header lines, but anyway maybe it should
-	have been blob instead?
-	
-2000-02-29 09:51  tobiasb
-
-	* lib/RT/: Attachment.pm, Action/AutoReply.pm, Action/SendEmail.pm:
-
-	I've continued the work on mail sending.  There is still some missing
-	stuff:
-	
-	1. EasySearch/Scrips issue - currently it doesn't properly output "
-	all scrips that has (queue=0 or queue=this) and (type="any" or type=this)".
-	
-	2. A serious stub in RT::Action::SendEmail - I don't know where to find
-	"interessted parties".  I think it could be nice putting queue watchers
-	in the same table as ticket watchers.
-	
-2000-02-29 09:42  tobiasb
-
-	* lib/RT/Scrips.pm:
-
-	Hack - everything that applies for a Correspondence action also
-	applies for a Create action (I'd daresay).
-	
-2000-02-29 07:02  tobiasb
-
-	* lib/RT/Transaction.pm:
-
-	Some insignificant changes.  Well, one marginally significant; it
-	shouldn't $Scrip->Commit unless $Scrip->Prepare()
-	
-2000-02-29 04:12  tobiasb
-
-	* etc/schema.mysql:
-
-	I've started at general transaction emails.
-	
-2000-02-29 03:58  tobiasb
-
-	* lib/RT/Watchers.pm:
-
-	Added an Emails method.  It can be used like:
-	
-	   print join(",", @{$Watchers->Emails("Requestors")});
-	
-	or
-	
-	   $Watchers->LimitToRequestors;
-	   $Emails=$Watchers->Emails;
-	
-	...
-	
-2000-02-29 02:31  tobiasb
-
-	* lib/RT/Action/SendEmail.pm:
-
-	Sender => RT-Originator
-	
-2000-02-29 00:40  jesse
-
-	* README:
-
-	Added Into Netowrks and Funcom to the thanks at the top of the readme
-	`
-	
-2000-02-28 23:20  jesse
-
-	* Makefile:
-
-	RT 1.1.10 released. Tobix has autoreply basically working :)
-	
-2000-02-28 22:49  jesse
-
-	* Makefile, NEWS, README:
-
-	Fixed a longstanding bug in the WebRT administrator
-	added a note about stripmime to the readme.
-	added a bit of code from curl.com that adds functionality to rtq for reporting
-	
-2000-02-28 22:17  jesse
-
-	* Makefile, NEWS:
-
-	bumped the version for release of 1.0.2
-	
-2000-02-28 11:33  tobiasb
-
-	* lib/RT/: Template.pm, Transaction.pm, Action/AutoReply.pm,
-	Action/SendEmail.pm:
-
-	AutoReply seems to work now ... except that rtadmin didn't set email
-	aliases for the queue, so the mail bounces with invalid from address.
-	I won't look more at this until tomorrow.  You're very welcome to take
-	over for a while if you feel like it :)
-	
-2000-02-28 11:29  tobiasb
-
-	* etc/schema.mysql:
-
-	AutoReply seems to work now
-	
-2000-02-28 08:18  tobiasb
-
-	* HACKING:
-
-	Added some hints and misc.  Please look through.
-	
-2000-02-28 05:25  tobiasb
-
-	* lib/RT/: Ticket.pm, Transaction.pm, Action/AutoReply.pm,
-	Action/SendEmail.pm:
-
-	- The queue tag rather than queue id is delievered from the cli, this
-	  broke in Ticket::Create.  Fixed.
-	
-	- The Attachments have to be assigned to a transaction before Scrips
-	   is run.  Now the Attachments are delievered as a part of the parameters
-	   to Transaction::Create
-	
-2000-02-27 23:28  tobiasb
-
-	* etc/schema.mysql:
-
-	Fixed the AutoReply template ... still not tested, though.
-	
-2000-02-27 22:04  tobiasb
-
-	* lib/RT/Action/: AutoReply.pm, SendEmail.pm:
-
-	I think we can nuke the old rt/lib/rt/support/mail.pm now - everything
-	should be located in SendEmail.pm, AutoReply.pm and Template.pm by now :)
-	
-	It's not tested yet, and the templates needs upgrading.  Anyway, I will
-	probably not mess more around with the perl code as for now.
-	
-2000-02-27 21:43  tobiasb
-
-	* bin/rtmux.pl:
-
-	Seems like $rtversion="!!RT_VERSION!!" had disappeared.  I renamed the
-	variable to $VERSION.
-	
-2000-02-27 21:22  jesse
-
-	* lib/RT/Ticket.pm:
-
-	dates now display in the cli.
-	
-2000-02-27 20:53  tobiasb
-
-	* lib/RT/Templates.pm:
-
-	Fixed DBIx::EasySearch => RT::EasySearch
-	
-2000-02-27 20:53  tobiasb
-
-	* lib/RT/Template.pm:
-
-	Method Template::Parse added, Text::Template used for the moment.
-	
-	(sigh ... that means my next worktask will be to update the
-	templates...)
-	
-2000-02-27 20:49  jesse
-
-	* lib/RT/Ticket.pm:
-
-	so. Ticket->Create now actually figures out ccs and bccs and requestors from the mime
-	object passed in to it.
-	
-2000-02-27 19:05  jesse
-
-	* lib/RT/Transaction.pm:
-
-	added a comment for tobias about a new line that didn't make sense.
-	
-2000-02-27 18:46  jesse
-
-	* lib/RT/: Ticket.pm, Watchers.pm:
-
-	watchers updates.
-	
-2000-02-27 17:25  tobiasb
-
-	* lib/RT/Template.pm:
-
-	file Template.pm was initially added on branch rt-1-1.
-	
-2000-02-27 17:25  tobiasb
-
-	* lib/RT/: Attachment.pm, Template.pm, Templates.pm,
-	Action/AutoReply.pm, Action/SendEmail.pm:
-
-	Development snapshot.  I guess I'll have it working in half an hour
-	with _efficient_ working, that is some four hours working at my
-	current efficiency rate :/
-	
-2000-02-27 17:25  tobiasb
-
-	* lib/RT/Templates.pm:
-
-	file Templates.pm was initially added on branch rt-1-1.
-	
-2000-02-27 16:43  tobiasb
-
-	* etc/schema.mysql:
-
-	Added some templates
-	
-2000-02-27 11:19  tobiasb
-
-	* lib/RT/: Scrip.pm, Transaction.pm:
-
-	development snapshot
-	
-2000-02-27 10:31  tobiasb
-
-	* lib/RT/Action/: AutoReply.pm, MailComment.pm,
-	MailCorrespondence.pm, SendEmail.pm:
-
-	I've started bashing at the mail sending functionallity.  It seemed quite
-	stubbed to me.
-	
-2000-02-24 03:44  tobiasb
-
-	* etc/schema.mysql:
-
-	minor bug in comment
-	
-2000-02-24 03:24  tobiasb
-
-	* lib/RT/Action/SendEmail.pm:
-
-	clearing out a potential weird bug
-	
-2000-02-24 00:27  jesse
-
-	* lib/RT/Scrips.pm:
-
-	Fixed a typo in my code near tobix' changes to Scrips.pm. his changes look good.
-	
-2000-02-24 00:03  jesse
-
-	* Makefile, NEWS, README:
-
-	little fix to mail manipulate from "Heather L. Sherman" 
-	
-2000-02-23 17:06  tobiasb
-
-	* lib/RT/: Scrips.pm, Action/SendEmail.pm:
-
-	Some small fixes.  You'd better look through it, as I'm not completely sure what I'm doing :)
-	
-2000-02-23 16:07  tobiasb
-
-	* etc/schema.mysql:
-
-	An insert entry here reffers to SendMail.pm, while the file is SendEmail.pm
-	
-2000-02-23 15:26  jesse
-
-	* docs/rt-templates.html:
-
-	[no log message]
-	
-2000-02-23 11:38  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Could not get 'rt -create' working.  It seems more sane now, but I'm not really sure what I'm doing ... so you should have a peek at it.  I changed  $Id->SUPER::_Set("EffectiveId",$id); to $self->SUPER::_Set etc
-	
-2000-02-22 23:35  jesse
-
-	* lib/RT/InterestedParty.pm:
-
-	removed vestigal code
-	
-2000-02-22 23:25  jesse
-
-	* etc/schema.mysql, lib/RT/Ticket.pm, lib/RT/Transaction.pm,
-	lib/RT/Transactions.pm, lib/RT/Watchers.pm:
-
-	A bit more work on watchers. we're getting close.
-	rtq works today.
-	rt -create basically works.
-	rt -take works.
-	
-	rt -show will now start to show ownership changes.
-	
-2000-02-22 08:06  jesse
-
-	* Makefile, etc/schema.mysql, lib/RT/Ticket.pm:
-
-	Work on Watchers.  Most of the code needed to make this work is now
-	present. sadly I haven't even _tried_ to run it yet.
-	
-2000-02-21 01:33  jesse
-
-	* lib/RT/Watcher.pm:
-
-	file Watcher.pm was initially added on branch rt-1-1.
-	
-2000-02-21 01:33  jesse
-
-	* lib/RT/: InterestedParties.pm, InterestedParties.pm~,
-	Notification.pm, Ticket.pm, Watcher.pm, Watchers.pm:
-
-	Renamed interested parties to "Watchers"
-	Watchers are now keyed by EmailAddress rather than UserId. Not every CC will have an rt account, i think
-	
-2000-02-21 01:33  jesse
-
-	* lib/RT/Watchers.pm:
-
-	file Watchers.pm was initially added on branch rt-1-1.
-	
-2000-02-20 18:28  jesse
-
-	* lib/RT/InterestedParties.pm~:
-
-	file InterestedParties.pm~ was initially added on branch rt-1-1.
-	
-2000-02-20 18:28  jesse
-
-	* lib/RT/InterestedParties.pm:
-
-	file InterestedParties.pm was initially added on branch rt-1-1.
-	
-2000-02-20 18:28  jesse
-
-	* lib/RT/InterestedParty.pm:
-
-	file InterestedParty.pm was initially added on branch rt-1-1.
-	
-2000-02-20 18:28  jesse
-
-	* lib/RT/: InterestedParties.pm, InterestedParties.pm~,
-	InterestedParty.pm:
-
-	[no log message]
-	
-2000-02-20 18:24  jesse
-
-	* etc/schema.mysql, lib/RT/Ticket.pm:
-
-	[no log message]
-	
-2000-02-20 15:27  jesse
-
-	* etc/schema.mysql, lib/RT/Action.pm, lib/RT/Scrip.pm,
-	lib/RT/Action/AutoReply.pm, lib/RT/Action/SendEmail.pm:
-
-	Work on scrips. stubs for the webui
-	
-2000-02-19 17:45  jesse
-
-	* lib/RT/: Action.pm, Scrip.pm:
-
-	work on actions. checking in for eric to take a look
-	
-2000-02-19 16:48  jesse
-
-	* lib/RT/Action/AutoReply.pm:
-
-	file AutoReply.pm was initially added on branch rt-1-1.
-	
-2000-02-19 16:48  jesse
-
-	* lib/RT/Action/MailCorrespondence.pm:
-
-	file MailCorrespondence.pm was initially added on branch rt-1-1.
-	
-2000-02-19 16:48  jesse
-
-	* lib/RT/Action.pm:
-
-	file Action.pm was initially added on branch rt-1-1.
-	
-2000-02-19 16:48  jesse
-
-	* lib/RT/Action/MailComment.pm:
-
-	file MailComment.pm was initially added on branch rt-1-1.
-	
-2000-02-19 16:48  jesse
-
-	* lib/RT/: Action.pm, Action/AutoReply.pm, Action/MailComment.pm,
-	Action/MailCorrespondence.pm, Action/SendEmail.pm:
-
-	As it turns out, Action needed to be abstracted a bit and renamed.
-	
-	I'm also making the Object syntax a bit.
-	
-2000-02-19 16:48  jesse
-
-	* lib/RT/Action/SendEmail.pm:
-
-	file SendEmail.pm was initially added on branch rt-1-1.
-	
-2000-02-17 09:19  jesse
-
-	* etc/schema.mysql, lib/RT/Scrip.pm, lib/RT/Scrips.pm,
-	lib/RT/Transaction.pm:
-
-	The base architecture for Scrips to work should now be in place.
-	Next up: write example "Actions" (gotta move the Scrips directory to Actions)
-	for the scrip handlers to use.
-	
-2000-02-16 09:59  jesse
-
-	* lib/RT/: Scrip.pm, Transaction.pm:
-
-	Starting to make scrips actually work
-	
-2000-02-10 23:24  jesse
-
-	* lib/RT/Scrips.pm:
-
-	file Scrips.pm was initially added on branch rt-1-1.
-	
-2000-02-10 23:24  jesse
-
-	* lib/RT/: Scrip.pm, Scrips.pm, Transaction.pm:
-
-	more work stubbing scrips. but now my arms hurt badly enough that i'm going to log out.
-	
-2000-02-10 23:24  jesse
-
-	* lib/RT/Scrip.pm:
-
-	file Scrip.pm was initially added on branch rt-1-1.
-	
-2000-01-31 02:38  tobiasb
-
-	* README, lib/RT/Attachments.pm:
-
-	does the commit automail work now?
-	
-2000-01-30 23:54  jesse
-
-	* NEWS, README, etc/schema.mysql, lib/RT/CurrentUser.pm,
-	lib/RT/Record.pm, lib/RT/User.pm:
-
-	Work on the User object.
-	The mail gateway now autocreates users. (This will make more sense
-	once we start tying tickets to users by means of the InterestedParties table.
-	
-2000-01-29 01:33  jesse
-
-	* Makefile:
-
-	makefile cleanup. including removing the C compiler and template and
-	transaction directories
-	
-2000-01-29 01:30  jesse
-
-	* Makefile:
-
-	removed C compiler from the makefile
-	
-2000-01-29 01:25  jesse
-
-	* Makefile:
-
-	Removed C compiler from the makefile. we just don't need it anymore
-	
-2000-01-29 01:22  jesse
-
-	* Makefile:
-
-	bumped version to 1-1-8
-	
-2000-01-29 01:20  jesse
-
-	* Makefile:
-
-	removed template and transaction paths from the makefile.
-	(to test new cvs wrappers and cuz they should be gona anyway)
-	
-2000-01-29 00:26  jesse
-
-	* etc/schema.mysql:
-
-	Started to do work on scrips. see the schema for how it would work.
-	
-2000-01-28 20:04  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Some modifications and bugfixes on the messages popping up after a `successful' correspondence/comment
-	
-2000-01-28 19:47  tobiasb
-
-	* lib/RT/Ticket.pm:
-
-	Removed some annoying warnings.  I don't know if this is the "right"
-	way to remove them, but it works (for me, at least), it's an easy
-	way to do it, and it's harmless;
-	
-	instead of writing
-		$var_that_might_be_undef
-	I write
-		$var_that_might_be_undef || ""
-	eventually with parantheses, and eventually with "" replaced by 0, or maybe
-	(not tested) even undef.
-	
-2000-01-28 13:22  tobiasb
-
-	* Makefile:
-
-	Two substitution parameters was forgotten in config.pm
-	
-2000-01-28 13:12  tobiasb
-
-	* etc/schema.mysql:
-
-	Oups, committed the wrong file
-	
-2000-01-28 13:10  tobiasb
-
-	* Makefile, etc/schema.mysql:
-
-	Two substitution parameters was forgotten in config.pm
-	
-2000-01-27 04:09  tobiasb
-
-	* Makefile, bin/initdb.mysql:
-
-	small password fix
-	
-2000-01-25 23:26  jesse
-
-	* Makefile:
-
-	bumped the version to 1.1.7 for tonight's release.
-	
-2000-01-25 23:12  jesse
-
-	* lib/RT/: Attachments.pm, Ticket.pm, Transaction.pm:
-
-	DBIx::EasySearch now has a -> First method. which is like -> Next, but picks
-	the first element
-	
-	DBIx::Record -> now returns '' rather than undef for null values. it's less
-	likely to break interfaces.
-	
-2000-01-25 16:36  tobiasb
-
-	* README:
-
-	aargh
-	
-2000-01-25 16:31  tobiasb
-
-	* TODO:
-
-	test
-	
-2000-01-25 14:57  tobiasb
-
-	* etc/schema.mysql:
-
-	bugfix
-	
-2000-01-25 14:44  tobiasb
-
-	* Makefile:
-
-	removed obsoleteness
-	
-2000-01-25 14:37  tobiasb
-
-	* README:
-
-	The UPGRADE section of the README was inaccurate
-	
-2000-01-25 14:31  tobiasb
-
-	* lib/RT/Transaction.pm:
-
-	comment bug
-	
-2000-01-24 01:45  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-2000-01-24 01:43  jesse
-
-	* Makefile, NEWS, lib/RT/Attachment.pm, lib/RT/Attachments.pm,
-	lib/RT/Record.pm, lib/RT/Ticket.pm, lib/RT/Tickets.pm,
-	lib/RT/Transaction.pm, lib/RT/Transactions.pm:
-
-	
-	* Attachments support in code. rtq now basically works
-	  Mailgate creates new tickets
-	  rt -show now works a bit (doesn't display transaction content yet)
-	  rt -subject works. several other commandline tools work
-	
-2000-01-23 18:32  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-2000-01-23 18:27  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-2000-01-23 18:19  jesse
-
-	* etc/schema.mysql, lib/RT/Attachment.pm, lib/RT/Attachments.pm,
-	lib/RT/Ticket.pm, lib/RT/Transaction.pm:
-
-	Work to make attachments work. So far we've got something that puts attachments
-	in the database.
-	
-2000-01-21 12:25  tobiasb
-
-	* README:
-
-	doc-bugfix
-	
-2000-01-18 23:56  jesse
-
-	* lib/RT/Ticket.pm:
-
-	work on the mail gateway. (mainly disemboweled it)
-	
-2000-01-18 00:34  jesse
-
-	* lib/RT/Attachments.pm:
-
-	file Attachments.pm was initially added on branch rt-1-1.
-	
-2000-01-18 00:34  jesse
-
-	* docs/API:
-
-	file API was initially added on branch rt-1-1.
-	
-2000-01-18 00:34  jesse
-
-	* lib/RT/Attachment.pm:
-
-	file Attachment.pm was initially added on branch rt-1-1.
-	
-2000-01-18 00:34  jesse
-
-	* HACKING:
-
-	file HACKING was initially added on branch rt-1-1.
-	
-2000-01-18 00:34  jesse
-
-	* HACKING, Makefile, docs/API, etc/schema.mysql,
-	lib/RT/Attachment.pm, lib/RT/Attachments.pm, lib/RT/CurrentUser.pm,
-	lib/RT/Queue.pm, lib/RT/Record.pm, lib/RT/Ticket.pm,
-	lib/RT/Transaction.pm, lib/RT/Utils.pm:
-
-	work on attachments.
-	work on structure
-	
-2000-01-17 12:59  jesse
-
-	* Makefile, etc/schema.mysql, lib/RT/ACE.pm, lib/RT/ACL.pm,
-	lib/RT/CurrentUser.pm, lib/RT/Queue.pm, lib/RT/Queues.pm,
-	lib/RT/Ticket.pm, lib/RT/Tickets.pm, lib/RT/Transaction.pm,
-	lib/RT/Transactions.pm, lib/RT/User.pm, lib/RT/Users.pm:
-
-	work on create. work on attachments. upcased the table names.
-	
-2000-01-14 15:34  jesse
-
-	* etc/schema.mysql:
-
-	work on schema
-	
-2000-01-14 14:47  jesse
-
-	* NEWS, etc/schema:
-
-	schema change to make long email addresses work better for queue members.
-	
-2000-01-14 01:07  jesse
-
-	* lib/RT/: EasySearch.pm, Record.pm, Ticket.pm, Tickets.pm,
-	Transaction.pm:
-
-	basic searches now work.
-	comments almost work.
-	creates are having an issue with effectiveid not getting set.
-	
-2000-01-13 18:04  jesse
-
-	* Makefile, lib/RT/EasySearch.pm, lib/RT/Tickets.pm:
-
-	[no log message]
-	
-2000-01-13 15:03  jesse
-
-	* lib/RT/Utils.pm:
-
-	file Utils.pm was initially added on branch rt-1-1.
-	
-2000-01-13 15:03  jesse
-
-	* lib/RT/Utils.pm:
-
-	[no log message]
-	
-2000-01-09 20:38  jesse
-
-	* lib/RT/EasySearch.pm:
-
-	file EasySearch.pm was initially added on branch rt-1-1.
-	
-2000-01-09 20:38  jesse
-
-	* lib/RT/: EasySearch.pm, Queue.pm, Queues.pm, Record.pm,
-	Tickets.pm:
-
-	added RT/EasySearch.pm
-	
-	rtadmin queue -list will now show all queues.
-	removed some debugging output
-	
-2000-01-04 01:21  jesse
-
-	* etc/schema.mysql, lib/RT/CurrentUser.pm, lib/RT/Queue.pm,
-	lib/RT/Record.pm, lib/RT/Ticket.pm, lib/RT/Transaction.pm,
-	lib/RT/User.pm:
-
-	Lots of work. first working ticket update.
-	
-2000-01-04 01:21  jesse
-
-	* lib/RT/CurrentUser.pm:
-
-	file CurrentUser.pm was initially added on branch rt-1-1.
-	
-2000-01-03 07:40  tobiasb
-
-	* README, README:
-
-	bugfix
-	
-2000-01-03 01:39  jesse
-
-	* lib/RT/: Record.pm, Ticket.pm, User.pm:
-
-	basic create support working.
-	more boackend and abstraction work
-	
-2000-01-02 22:04  jesse
-
-	* lib/RT/Ticket.pm:
-
-	[no log message]
-	
-2000-01-02 20:31  jesse
-
-	* lib/RT/: ACE.pm, Area.pm, Queue.pm, Record.pm, Ticket.pm,
-	Transaction.pm, User.pm:
-
-	work on a buit more abstraction
-	
-2000-01-01 19:01  jesse
-
-	* etc/schema.mysql, lib/RT/ACE.pm, lib/RT/Ticket.pm,
-	lib/RT/User.pm:
-
-	work on Ticket.pm, schema.
-	things are starting to use immutable ids when referring to other tables.
-	
-1999-12-30 02:13  jesse
-
-	* Makefile, etc/schema.mysql, lib/RT/Queue.pm, lib/RT/Record.pm,
-	lib/RT/User.pm:
-
-	reworked things to use autoloaded functions.
-	
-1999-12-29 00:24  jesse
-
-	* Makefile, bin/rtmux.pl, etc/schema.mysql, lib/RT/ACE.pm,
-	lib/RT/Area.pm, lib/RT/Queue.pm, lib/RT/Record.pm,
-	lib/RT/Ticket.pm, lib/RT/Transaction.pm, lib/RT/User.pm:
-
-	lots of changes. some of them not quite done perfectly.
-	but admin is closer
-	
-1999-12-28 01:39  jesse
-
-	* bin/rtmux.pl, etc/config.pm, lib/RT/ACE.pm, lib/RT/ACL.pm,
-	lib/RT/Area.pm, lib/RT/Areas.pm, lib/RT/Notification.pm,
-	lib/RT/Queue.pm, lib/RT/Queues.pm, lib/RT/Record.pm,
-	lib/RT/Ticket.pm, lib/RT/Tickets.pm, lib/RT/Transaction.pm,
-	lib/RT/Transactions.pm, lib/RT/User.pm, lib/RT/Users.pm:
-
-	rtadmin will now invoke and exit.
-	
-1999-12-27 19:54  jesse
-
-	* Makefile, bin/initacls.mysql, bin/rtmux.pl, etc/acl.mysql,
-	etc/config.pm, lib/RT/Record.pm:
-
-	first steps toward runability
-	
-1999-12-27 01:51  jesse
-
-	* Makefile, bin/rtmux.pl, etc/config.pm:
-
-	trying to get the config worked out
-	
-1999-12-26 21:58  jesse
-
-	* Makefile, Makefile:
-
-	[no log message]
-	
-1999-12-26 21:55  jesse
-
-	* Makefile, Makefile:
-
-	[no log message]
-	
-1999-12-26 21:53  jesse
-
-	* Makefile, Makefile, Makefile:
-
-	[no log message]
-	
-1999-12-26 21:51  jesse
-
-	* Makefile, Makefile, Makefile:
-
-	[no log message]
-	
-1999-12-26 21:45  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1999-12-26 21:42  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1999-12-26 21:34  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1999-12-26 21:19  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1999-12-26 18:35  jesse
-
-	* Makefile:
-
-	work on the makefile
-	
-1999-12-26 17:42  jesse
-
-	* lib/RT/User.pm:
-
-	more fixes for the new Handle object
-	
-1999-12-26 17:03  jesse
-
-	* bin/rtmux.pl, lib/RT/ACL.pm, lib/RT/Areas.pm, lib/RT/Queues.pm,
-	lib/RT/Tickets.pm, lib/RT/Transactions.pm, lib/RT/Users.pm:
-
-	more work on making everything use DBIx::Handle
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/Ticket.pm:
-
-	file Ticket.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/Queue.pm:
-
-	file Queue.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/Transaction.pm:
-
-	file Transaction.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/Notification.pm:
-
-	file Notification.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/ACE.pm:
-
-	file ACE.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/Areas.pm:
-
-	file Areas.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/ACL.pm:
-
-	file ACL.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/Users.pm:
-
-	file Users.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/Database.pm:
-
-	file Database.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/Tickets.pm:
-
-	file Tickets.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/Queues.pm:
-
-	file Queues.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/Transactions.pm:
-
-	file Transactions.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/Area.pm:
-
-	file Area.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/: ACE.pm, ACL.pm, Area.pm, Areas.pm, Database.pm,
-	Notification.pm, Queue.pm, Queues.pm, Record.pm, Ticket.pm,
-	Tickets.pm, Transaction.pm, Transactions.pm, User.pm, Users.pm:
-
-	moving things to a more sane directory
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/Record.pm:
-
-	file Record.pm was initially added on branch rt-1-1.
-	
-1999-12-26 15:58  jesse
-
-	* lib/RT/User.pm:
-
-	file User.pm was initially added on branch rt-1-1.
-	
-1999-12-23 01:05  jesse
-
-	* Makefile, NEWS:
-
-	23 Dec 1999
-	-----------
-	
-	* Enabled a status = unresolved option for the web ui. thanks to
-	  brandon allbery  and Marion Hakanson 
-	
-	* Made most of the permissions and directory changes from Marion
-	  Hakanson  generally cleaned things up. but DID not
-	  include the changes to the directory creation, file copying and permission
-	  fixing code to enable RT_VAR_DIR
-	
-	* Made the web ui use $MESSAGE_FONT when putting up the compose window.
-	    Marion Hakanson 
-	
-	* Genericised the templates to not mention the mythical "systems group"
-	
-1999-12-19 01:54  jesse
-
-	* Makefile, etc/schema.mysql:
-
-	work on ticket, transaction.
-	schema cleanup
-	
-1999-12-18 13:25  jesse
-
-	* etc/schema:
-
-	removed obsolete schema
-	
-1999-12-17 01:28  jesse
-
-	* Makefile:
-
-	set version
-	
-1999-12-17 01:27  jesse
-
-	* etc/: config.pm, schema.mysql:
-
-	more cleanup. we're getting there. just another zillion hours or so
-	
-1999-12-15 23:56  jesse
-
-	* docs/: FAQ, FAQ.html:
-
-	faq updates committed
-	
-1999-12-15 23:26  jesse
-
-	* README:
-
-	updates to tobix' additions
-	
-1999-12-15 18:32  tobiasb
-
-	* README:
-
-	duh
-	
-1999-12-15 18:04  tobiasb
-
-	* README:
-
-	Some few pitfalls mentionated
-	
-1999-12-09 00:38  jesse
-
-	* etc/schema.mysql:
-
-	work on Ticket and Transaction.
-	we're getting there.
-	
-1999-12-08 03:40  tobiasb
-
-	* etc/suidrt.c:
-
-	bugfixes
-	
-1999-12-06 21:41  jesse
-
-	* Makefile, NEWS:
-
-	[no log message]
-	
-1999-12-06 06:27  tobiasb
-
-	* Makefile:
-
-	insignificant output fix
-	
-1999-12-04 03:30  jesse
-
-	* NEWS, etc/schema.mysql:
-
-	[no log message]
-	
-1999-12-04 01:46  jesse
-
-	* NEWS:
-
-	Fixed tobix-induced bug in lib/rt/database/manipulate.pm
-	that'll teach him to make untested fixes to the stable branch.
-	
-1999-12-02 13:18  tobiasb
-
-	* etc/schema:
-
-	I'm unfortunately not even half on the way in my merging. I'm in a hurry, some small notes:
-	
-	1.1:
-	- work on dependencies done
-	- work on mail distribution done.
-	- requires sub dist_list
-	- requires sub open_parents
-	- requires sub add_link
-	
-	Dependencies & linking in general.
-	
-	Mail distribution. The distribution list is set by a &dist_list
-	sub. The transaction mail is never sent out for comments and
-	correspondence, but people who subscribe all transactions will get the
-	comments and correspondence.
-	
-1999-12-02 03:10  tobiasb
-
-	* etc/mysql.acl:
-
-	This file is renamed
-	
-1999-12-02 03:05  tobiasb
-
-	* etc/: schema.Pg, schema.mysql:
-
-	This file was fucked up, I don't know why. I'll just truncate it for now
-	
-1999-12-02 02:56  jesse
-
-	* Makefile:
-
-	bumped version
-	
-1999-12-02 02:54  tobiasb
-
-	* etc/schema:
-
-	Added links (dependency + knowledge db)
-	
-1999-12-02 01:42  jesse
-
-	* Makefile:
-
-	some makefile cleanup
-	
-1999-12-01 23:16  jesse
-
-	* NEWS:
-
-	[no log message]
-	
-1999-12-01 23:10  jesse
-
-	* bin/rtmux.pl, etc/schema.mysql:
-
-	mots of work on the new backend.
-	cliadmin is mostly up to date.
-	no, i haven't run any of the code :)
-	
-1999-11-30 21:52  jesse
-
-	* etc/: acl.Pg, schema.mysql:
-
-	[no log message]
-	
-1999-11-23 17:21  jesse
-
-	* docs/design_docs/CARS:
-
-	file CARS was initially added on branch rt-1-1.
-	
-1999-11-23 17:21  jesse
-
-	* README, docs/design_docs/CARS, etc/schema.mysql:
-
-	schema hacking for rt-1-1 features.
-	
-1999-11-18 21:40  jesse
-
-	* Makefile, Makefile, Makefile:
-
-	[no log message]
-	
-1999-11-17 17:36  tobiasb
-
-	* NEWS:
-
-	merged in changes from 1.0
-	
-1999-11-16 23:09  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1999-11-08 20:54  jesse
-
-	* NEWS:
-
-	fixed a longstanding bug in cli/query
-	
-1999-11-08 18:02  jesse
-
-	* Makefile, NEWS, etc/config.pm:
-
-	[no log message]
-	
-1999-11-05 03:50  tobiasb
-
-	* Makefile, NEWS, README, bin/initacls.mysql, bin/initdb.mysql,
-	etc/acl.mysql, etc/config.pm:
-
-	patch from khamer integrated - no testing done, however
-	
-1999-10-22 14:09  tobiasb
-
-	* etc/schema:
-
-	merged 1.1-changes
-	
-1999-10-22 12:14  tobiasb
-
-	* NEWS, etc/mysql.acl, etc/schema:
-
-	Merged in changes from 1.0. I haven't checked that things works quite well, anyway.
-	
-1999-10-21 16:21  jesse
-
-	* Makefile, NEWS:
-
-	changes to date_diff, some of the oldest code in RT
-	
-1999-10-21 07:07  tobiasb
-
-	* docs/actions.txt, docs/admin.txt, docs/attributes.txt,
-	docs/outline.txt, docs/rt_users_guide.html, etc/config.pm:
-
-	merged from 1.0
-	
-1999-10-20 23:16  jesse
-
-	* NEWS:
-
-	[no log message]
-	
-1999-10-20 22:25  jesse
-
-	* NEWS:
-
-	[no log message]
-	
-1999-10-20 21:58  jesse
-
-	* NEWS:
-
-	[no log message]
-	
-1999-10-20 21:43  jesse
-
-	* Makefile, NEWS:
-
-	[no log message]
-	
-1999-10-20 10:33  tobiasb
-
-	* Makefile, NEWS, README, README.91UPGRADE, TODO,
-	bin/initacls.mysql, bin/initdb.mysql, docs/README.docs:
-
-	Merged 1.0-development into 1.1
-	
-1999-10-20 01:23  jesse
-
-	* Makefile, NEWS:
-
-	
-	20 Oct 1999
-	-----------
-	* RT now uses a queue's mail alias when sending mail.
-	
-1999-10-20 00:44  jesse
-
-	* Makefile, NEWS:
-
-	
-	20 Oct 1999
-	-----------
-	
-	* Using the web UI to send correspondence should no longer not
-	  sent the correspondence if there are CCs, BCCs or the actor is
-	  the same as the requestor. thanks to  for
-	  pointing out the deficiency.
-	
-1999-10-13 19:32  jesse
-
-	* Makefile, TODO:
-
-	Released version 1.0 Updated the TODO file.
-	
-1999-10-06 18:01  jesse
-
-	* Makefile:
-
-	bumped version
-	
-1999-10-06 17:57  jesse
-
-	* Makefile, NEWS, README, docs/README.docs:
-
-	[no log message]
-	
-1999-10-06 17:48  jesse
-
-	* docs/: FAQ, FAQ.html, README.docs, actions.html, actions.txt,
-	admin.html, admin.txt, attributes.html, attributes.txt,
-	outline.html, outline.txt, rt_users_guide.html:
-
-	major documentation updates from mbrader
-	
-1999-10-04 14:22  jesse
-
-	* Makefile, NEWS:
-
-	bumped the version to 1.0.0pre2
-	
-1999-10-01 01:39  jesse
-
-	* Makefile:
-
-	fixed a makefile typo
-	
-1999-10-01 01:37  jesse
-
-	* NEWS, README, README.91UPGRADE:
-
-	updated readme
-	
-1999-10-01 01:07  jesse
-
-	* NEWS:
-
-	[no log message]
-	
-1999-10-01 00:22  jesse
-
-	* NEWS, etc/config.pm:
-
-	
-	30 Sep 1999
-	-----------
-	
-	*  Fixed a bug which caused RT to go crazy when comments were submitted
-	   by may without a ticket #.
-	
-	The following changes are from johnl@microware.com
-	
-	   1. Directories were not getting created with the correct modes under            /usr/local/rt/transactions.                                                         The umask() takes an octal file mode mask, not a file mode.                                                                                                     In addition I read the comments about $dirmode not working when             doing the mkdir's in content.pm.  I also fixed content.pm to use                $dirmode.  The main problem was the $dirmode was being set to a string          instead of an octal number.
-	
-	  Fixes to database.pm
-	    1.  The first hunk fixes problem where the call to write_content is             passing $time.  This variable does not exist.   It looked like $time was        supposed to be the current time.  ($time always == 0).  I changed all           occurances of $time to time (IE: time()).                                                                                                                       2.  The first hunk also passes $in_time instead of $time.                                                                                                       3.  The rest of the hunks fix $time and replace them with time().
-	
-	27 Sep 1999
-	-----------
-	Fixed a bug which caused the priority not to get set to the default
-	when requests were created in the webui. Thanks to 
-	
-1999-09-23 23:16  anoncvs
-
-	* Makefile:
-
-	[no log message]
-	
-1999-09-23 23:09  anoncvs
-
-	* Makefile, Makefile:
-
-	[no log message]
-	
-1999-09-23 23:07  anoncvs
-
-	* Makefile:
-
-	[no log message]
-	
-1999-09-23 23:01  anoncvs
-
-	* Makefile:
-
-	[no log message]
-	
-1999-09-23 22:52  anoncvs
-
-	* Makefile:
-
-	[no log message]
-	
-1999-08-08 22:20  tobiasb
-
-	* etc/schema:
-
-	ups
-	
-1999-08-07 02:27  tobiasb
-
-	* etc/schema:
-
-	in-work
-	
-1999-08-04 02:48  tobiasb
-
-	* Makefile, NEWS:
-
-	Merge
-	
-1999-08-03 22:38  jesse
-
-	* NEWS:
-
-	first cut of -trans
-	
-1999-08-03 22:27  jesse
-
-	* Makefile, NEWS:
-
-	reved the version to .99.9. tiny mail manipulate fix
-	
-1999-08-03 11:31  tobiasb
-
-	* bin/initdb.mysql:
-
-	file initdb.mysql was initially added on branch rt-1-1.
-	
-1999-08-03 11:31  tobiasb
-
-	* bin/initdb.Pg:
-
-	file initdb.Pg was initially added on branch rt-1-1.
-	
-1999-08-03 11:31  tobiasb
-
-	* bin/initacls.mysql:
-
-	file initacls.mysql was initially added on branch rt-1-1.
-	
-1999-08-03 11:31  tobiasb
-
-	* bin/: initacls.Pg, initacls.mysql, initdb.Pg, initdb.mysql:
-
-	Scripts for initing the DB
-	
-1999-08-03 11:31  tobiasb
-
-	* bin/initacls.Pg:
-
-	file initacls.Pg was initially added on branch rt-1-1.
-	
-1999-08-03 10:31  tobiasb
-
-	* etc/schema.mysql:
-
-	file schema.mysql was initially added on branch rt-1-1.
-	
-1999-08-03 10:31  tobiasb
-
-	* etc/schema.Pg:
-
-	file schema.Pg was initially added on branch rt-1-1.
-	
-1999-08-03 10:31  tobiasb
-
-	* etc/acl.mysql:
-
-	file acl.mysql was initially added on branch rt-1-1.
-	
-1999-08-03 10:31  tobiasb
-
-	* etc/acl.Pg:
-
-	file acl.Pg was initially added on branch rt-1-1.
-	
-1999-08-03 10:31  tobiasb
-
-	* Makefile, etc/acl.Pg, etc/acl.mysql, etc/mysql.acl, etc/schema,
-	etc/schema.Pg, etc/schema.mysql:
-
-	More work on the move to a DBMS-independent RT. The Makefile and executables _really_ need some testing and eventually debugging.
-	
-1999-08-03 02:14  tobiasb
-
-	* Makefile, etc/config.pm:
-
-	It seems to me that I've somehow managed to go to DBI...WebRT seems to work locally, but that's the only testing I've done
-	
-1999-08-02 07:07  tobiasb
-
-	* etc/schema:
-
-	in-work
-	
-1999-07-29 02:55  tobiasb
-
-	* etc/schema:
-
-	uuuurghh
-	
-1999-07-28 10:42  tobiasb
-
-	* README:
-
-	One small update on the work to link requests...
-	
-1999-07-27 07:08  tobiasb
-
-	* NEWS:
-
-	1.0-gospel
-	
-1999-07-27 06:48  tobiasb
-
-	* etc/schema:
-
-	asdfjlsadfhjkhdfawhi
-	
-1999-07-26 21:21  jesse
-
-	* Makefile, NEWS:
-
-	fixes to the mail gateway header handling
-	added cli rtq flags to the help
-	
-1999-07-26 07:03  tobiasb
-
-	* NEWS:
-
-	Merge
-	
-1999-07-24 20:43  jesse
-
-	* Makefile:
-
-	bumpted the version
-	
-1999-07-24 20:40  jesse
-
-	* NEWS:
-
-	added a few options to the cli query engine. area limitying and display of due dates.
-	
-1999-07-23 03:20  tobiasb
-
-	* NEWS:
-
-	Some merges
-	
-1999-07-23 02:56  tobiasb
-
-	* etc/schema:
-
-	With generic links
-	
-1999-07-22 23:13  jesse
-
-	* Makefile, NEWS:
-
-	22 Jul 99 (Jesse)
-	-----------------
-	Inital cleanup to the web ticket view. I'd like to significantly
-	compact and simplify that display.  More tables are probably in
-	order.  Additionally, I want to get rid of all those buttons "I
-	changed this." There's just no need for them. we can write logic
-	to do that for us.  Also, I bumped the version to 1.1.1.  I'd like
-	to do this 'linux-kernel-esque' The 1.1.x
-	series will be a development series leading toward 1.2.  Once we
-	get the DB changes in, I'll feel comfortable rolling a 'releaseable'
-	1.1 version for people who like pain.
-	
-1999-07-21 23:47  jesse
-
-	* Makefile, NEWS:
-
-	21 July 1999
-	------------
-	
-	Fix for [fsck #102] Better checks in is_not_a_requestor. this should fix
-	        issues with external users being equated with queue members.
-	
-	Fix for [fsck #114] Comment from bin/rt was accidentaly access controlled.
-	
-	Fix for [fsck #113] Display of requests users can't manipulate should now give
-	        ian error
-	
-1999-07-20 23:40  tobiasb
-
-	* etc/schema:
-
-	For a general way of linking WebRT requests to other web-based DBs
-	
-1999-07-20 21:42  tobiasb
-
-	* NEWS:
-
-	[no log message]
-	
-1999-07-20 21:11  tobiasb
-
-	* NEWS:
-
-	Hmf.
-	
-1999-07-20 21:07  tobiasb
-
-	* README, etc/config.pm:
-
-	updated for Internet::Mail
-	
-1999-07-20 21:01  tobiasb
-
-	* Makefile:
-
-	updated for Internet::Mail
-	
-1999-07-20 01:21  jesse
-
-	* NEWS:
-
-	Fix for [fsck #88] WebUI area SELECT bug.
-	
-	Fix for [fsck #90] A small html bug in WebRT
-	
-	Fix for [fsck #92] "Allow non-members to create requests" appeared twice
-	        in the WebAdmin
-	
-	Fix for [fsck #94] web ui forms are now 78 chars wide
-	
-1999-07-20 00:09  jesse
-
-	* NEWS:
-
-	19 July 1999
-	------------
-	Fix for [fsck #104]  We no longer try to reset the user's uid after writing
-	        transaction content to the filesystem. This should help out Net/OpenBSD
-	        compatibility
-	
-	Removed some legacy support for glimpse searching
-	
-	Fix for [fsck #115] The web ticket list should now wrap reasonably, so it's
-	        printable.
-	
-1999-07-19 03:26  tobiasb
-
-	* NEWS:
-
-	some updates
-	
-1999-07-17 13:14  tobiasb
-
-	* NEWS:
-
-	Updated a bit
-	
-1999-07-16 23:42  tobiasb
-
-	* Makefile:
-
-	Version number 1.pre1.1 - what do you think about it?
-	
-1999-07-16 22:49  tobiasb
-
-	* bin/rtmux.pl:
-
-	Filled in a missing comment
-	
-1999-07-16 22:46  tobiasb
-
-	* Makefile:
-
-	Set version to 1.1.0pre1, and changed /opt/rt to /usr/local/rt, I'd
-	daresay the next is more widely preffered.
-	
-1999-07-16 18:36  tobiasb
-
-	* COPYING, Makefile, NEWS, README, README.91UPGRADE, TODO,
-	bin/rtmux.pl, docs/FAQ, docs/FAQ.html, docs/README.docs,
-	docs/actions.html, docs/actions.txt, docs/admin.html,
-	docs/admin.txt, docs/attributes.html, docs/attributes.txt,
-	docs/outline.html, docs/outline.txt, etc/config.pm, etc/mysql.acl,
-	etc/schema, etc/suidrt.c:
-
-	Imported Tobix' current version
-	
-1999-07-08 02:10  jesse
-
-	* Makefile, NEWS, TODO:
-
-	Rolled .99.8
-	
-1999-07-07 15:37  jesse
-
-	* NEWS:
-
-	[no log message]
-	
-1999-07-07 00:45  jesse
-
-	* Makefile, NEWS:
-
-	updated makefile and news.
-	
-1999-07-06 22:58  jesse
-
-	* NEWS:
-
-	6 Jul 99
-	--------
-	Now, if you move a request to a new queue, it won't disown it if the same person can own reqs in the new queue. [fsck #75] (untested)
-	
-	Fixed a problem with cli create not properly handling due dates ([fsck #67])
-	Fixed a duplicate --help entry for bin/rt [fsck #69]
-	Fixed bugs fsck  #68/77: Odness Merging RT requests
-	
-	Transactions from merged requests will now be displayed along with the request id of the request that transaction was originially associated with.
-	
-	Fixed [fsck #74], which was reported by charlie brady:
-	   Messages are sent out from the mail interface with content first, then
-	   "--- Headers Follow ---", then the headers. In our vanilla sendmail setup,
-	   before the headers is a UUCP style deliver notification "From blah Tue Jul
-	   6 18:13:01 1999" line. This is interpreted by many mail agents as a
-	   message delimiter, so that what is seen in the mail agent is not one, but
-	   two messages. This is easily fixed by using the conventional quoting
-	   mechanism...
-	Fixed [fsck #71] WebRT: "User" should be "Requestor"
-	
-1999-07-06 21:35  jesse
-
-	* NEWS:
-
-	resovled #71, #74. worked on merge functionality
-	
-1999-06-29 17:39  jesse
-
-	* Makefile, NEWS:
-
-	[no log message]
-	
-1999-06-29 17:20  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1999-06-24 00:52  jesse
-
-	* Makefile, NEWS, README, TODO:
-
-	lots of touchups.
-	
-1999-06-23 23:29  jesse
-
-	* NEWS:
-
-	moved to CGI.pm's form parser.
-	
-1999-06-17 01:49  jesse
-
-	* NEWS:
-
-	edited news
-	
-1999-06-16 23:21  jesse
-
-	* Makefile, NEWS:
-
-	Fixed an auth bug.
-	
-1999-06-15 02:13  jesse
-
-	* Makefile:
-
-	upped the version to .99.8pre5
-	
-1999-06-15 02:09  jesse
-
-	* Makefile, NEWS:
-
-	lots of misc changes. see the diff to the news file
-	
-1999-05-12 20:37  jesse
-
-	* Makefile, NEWS:
-
-	cookies hacked to deal with the fact that netscape can't handle path=/
-	
-1999-05-12 01:57  jesse
-
-	* Makefile:
-
-	bumped the version number to .99.8pre3
-	
-1999-05-12 01:56  jesse
-
-	* NEWS:
-
-	Made error messages on the web admin interface more prominent.
-	
-	All the following changes are from tobix:
-	
-		Correspondence from RT now properly reflect the name of the sender
-		in the "from" header.
-	
-		Automated messages now properly have a "Precedence: bulk" header
-	
-		A stupid error with rt::mail_alias has been fixed
-	
-		Tobix' patch removes headers from all correspondence.  I'm relatively
-		afraid of this change, so I'm going to comment it out for now.
-	
-		rtadmin (the commandline has a new tool) :
-		     -update   []  updates user(s) from the
-	                   /etc/passwd file. If no users are specified, ALL
-	                   of /etc/passwd will be processed.
-	
-1999-05-11 16:46  jesse
-
-	* Makefile, NEWS, README:
-
-	mail loop fix from toby
-	
-1999-05-09 20:35  jesse
-
-	* Makefile:
-
-	bumped version numbers
-	
-1999-05-09 20:35  jesse
-
-	* Makefile, NEWS, README:
-
-	updated makefile and news
-	
-1999-05-09 20:17  jesse
-
-	* bin/rtmux.pl:
-
-	modifications to cookies support to md5 hash the password.
-	modification to allow non-nph web ui
-	
-1999-05-05 02:39  jesse
-
-	* NEWS:
-
-	fixed some cookies/frames problems
-	
-1999-05-05 02:10  jesse
-
-	* Makefile, NEWS:
-
-	fixed bugs in web auth from charlie brady
-	
-1999-05-03 21:44  jesse
-
-	* Makefile:
-
-	bumped the version #
-	
-1999-04-28 16:03  jesse
-
-	* Makefile:
-
-	bumped version
-	
-1999-04-28 16:03  jesse
-
-	* NEWS:
-
-	updated content.pm to spit errors.
-	
-1999-04-27 02:58  jesse
-
-	* Makefile:
-
-	downed the makefile version
-	
-1999-04-27 02:57  jesse
-
-	* Makefile:
-
-	fixed a makefile bug
-	
-1999-04-26 21:57  jesse
-
-	* NEWS, README:
-
-	added configuration info about mod_auth_mysql
-	
-1999-04-26 21:45  jesse
-
-	* Makefile, etc/config.pm:
-
-	Updated authetication stuff with patches from ingo. updated them further.
-	Added the ability to configure whether external authentication is done for webrt
-	added the ability to turn off ie compatibility mode
-	
-1999-04-23 19:31  jesse
-
-	* Makefile, NEWS, README, TODO:
-
-	started to update the README and Makefile
-	
-1999-04-13 04:00  jesse
-
-	* Makefile:
-
-	fixed totally fuxored makefile
-	
-1999-04-13 03:28  jesse
-
-	* README:
-
-	noted that there's a dependency on gnu make
-	
-1999-04-13 03:07  jesse
-
-	* Makefile:
-
-	bumped version
-	
-1999-04-13 03:06  jesse
-
-	* NEWS:
-
-	updated news
-	
-1999-04-08 04:36  jesse
-
-	* docs/rt.gif:
-
-	added the gif to the docs
-	
-1999-04-08 04:35  jesse
-
-	* NEWS:
-
-	fixes for new mysql modules
-	
-1999-04-07 23:57  jesse
-
-	* NEWS:
-
-	updates
-	
-1999-04-07 02:14  jesse
-
-	* NEWS:
-
-	[no log message]
-	
-1999-04-07 02:09  jesse
-
-	* Makefile, README:
-
-	fixes for cookie auth from charlie brady
-	
-1999-04-06 06:30  jesse
-
-	* Makefile, NEWS, README:
-
-	misc changes to support cookie authentication
-	
-1999-04-03 04:57  jesse
-
-	* NEWS, docs/FAQ, docs/FAQ.html, docs/README.docs,
-	docs/actions.html, docs/actions.txt, docs/admin.html,
-	docs/admin.txt, docs/attributes.html, docs/attributes.txt,
-	docs/outline.html, docs/outline.txt:
-
-	major update of the docs from adam.
-	
-1999-04-03 04:49  jesse
-
-	* Makefile:
-
-	makefile hackery to ease installs slightly.
-	
-1999-03-21 20:24  jesse
-
-	* Makefile:
-
-	updated makefile
-	
-1999-03-21 20:22  jesse
-
-	* NEWS, README:
-
-	mail changes
-	
-1999-03-08 14:50  jesse
-
-	* NEWS:
-
-	turned off the troll
-	
-1999-03-08 14:02  jesse
-
-	* Makefile:
-
-	fixed makefile bogosity for ACLs
-	
-1999-03-04 01:50  jesse
-
-	* Makefile, NEWS:
-
-	fixed a subject line parsing error.
-	
-1999-02-26 22:29  jesse
-
-	* NEWS:
-
-	added a check to make sure you don't merge ar equest into a non-existent other request
-	
-1999-02-26 21:43  jesse
-
-	* README.91UPGRADE, README.FIRST, TODO:
-
-	moved readme.fdirst to readmne.91upgrade
-	
-1999-02-26 19:59  jesse
-
-	* Makefile, NEWS:
-
-	updated makefile: added upgrade-noclobber
-	
-1999-02-24 19:11  jesse
-
-	* NEWS:
-
-	[no log message]
-	
-1999-02-23 14:41  jesse
-
-	* NEWS:
-
-	updated bnews
-	
-1999-02-23 03:20  jesse
-
-	* docs/: actions.txt, admin.txt, attributes.txt:
-
-	added updates for adam for the docs.
-	
-	updated the news
-	
-1999-02-23 03:20  jesse
-
-	* NEWS:
-
-	updated the news
-	
-1999-02-21 01:56  jesse
-
-	* Makefile:
-
-	fixed the .4
-	
-1999-02-21 01:53  jesse
-
-	* Makefile:
-
-	fixed make pre
-	
-1999-02-20 23:27  jesse
-
-	* Makefile:
-
-	addded back predist
-	
-1999-02-20 16:36  jesse
-
-	* NEWS:
-
-	edited the news to reflect changes
-	
-1999-02-20 14:56  jesse
-
-	* Makefile, NEWS:
-
-	bumped the version to .99.4 for testing.
-	
-1999-02-20 14:48  jesse
-
-	* etc/mysql.acl:
-
-	updated acls so they'll work with newer versions of mysql 3.22
-	
-1999-01-20 02:21  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1999-01-20 02:13  jesse
-
-	* Makefile:
-
-	On another note, here is a fix for the "HTML turd" reported by Benji
-	Cline in lib/rt/ui/web/forms.pm:
-	==========                                                                      diff -r0.99.2 forms.pm
-	87c87                                                                           <               $u = 0;
-	---                                                                             >               $u = 1;
-	91c91                                                                           <                       $u = 1;                                                 ---                                                                             >                       $u = 0;
-	==========
-	
-	With this patch applied, v0.99.2 (0.99.3?)                                      appears to be as solid as v0.9.18, if not more
-	so.
-	
-	Upgraded the version to .99.3
-	
-1999-01-16 20:44  jesse
-
-	* NEWS:
-
-	[no log message]
-	
-1999-01-16 20:39  jesse
-
-	* Makefile:
-
-	fixed a web acls bug. incremented the version.
-	
-1999-01-16 01:22  jesse
-
-	* Makefile:
-
-	bumped version to .99.1
-	
-1999-01-16 01:20  jesse
-
-	* Makefile, NEWS:
-
-	fixed some web admin sillyness..acls work better.
-	we no longer dump back to the main menu quite as gratuitously.
-	acls are no longer broken on the CLI either.
-	
-1998-12-16 01:31  jesse
-
-	* Makefile:
-
-	fixed the following things:
-	
-	From owner-rt-users@horked.fsck.com  Tue Nov 24 02:24:03 1998
-	Return-Path: 
-	Received: (from majordomo@localhost)
-		by horked.fsck.com (8.8.7/8.8.7) id CAA11181
-		for rt-users-outgoing; Tue, 24 Nov 1998 02:24:01 -0500
-	X-Authentication-Warning: horked.fsck.com: majordomo set sender to owner-rt-users@lists.fsck.com using -f
-	Received: from modgud.nordicdms.com (h21-168-107.nordicdms.com [207.21.168.107] (may be forged))
-		by horked.fsck.com (8.8.7/8.8.7) with SMTP id CAA11177
-		for ; Tue, 24 Nov 1998 02:23:58 -0500
-	Received: (qmail 6211 invoked by alias); 24 Nov 1998 07:25:59 -0000
-	Message-ID: <19981124072559.6209.qmail@modgud.nordicdms.com>
-	Received: (qmail 6197 invoked from network); 24 Nov 1998 07:25:59 -0000
-	Received: from mail-ftp.nordicdms.com (HELO mail-ftp) (207.21.168.100)
-	  by mail.nordicdms.com with SMTP; 24 Nov 1998 07:25:59 -0000
-	From: "Dave Walton" 
-	Organization: Nordic Entertainment Worldwide
-	To: Jesse , rt-users@lists.fsck.com
-	Date: Mon, 23 Nov 1998 23:25:58 -0800
-	MIME-Version: 1.0
-	Content-type: text/plain; charset=US-ASCII
-	Content-transfer-encoding: 7BIT
-	Subject: Two bugfixes
-	Reply-to: walton@nordicdms.com
-	In-reply-to: <19981013013318.H18644@horked.fsck.com>
-	References: <19981013042506.9798.qmail@modgud.nordicdms.com>; from Dave Walton on Mon, Oct 12, 1998 at 09:25:06PM -0700
-	X-mailer: Pegasus Mail for Win32 (v3.01d)
-	Sender: owner-rt-users@lists.fsck.com
-	Precedence: bulk
-	
-	1.  A backwards search was causing lib/rt/ui/web/support.pm to
-	crash when data that looks like an invalid regex is present in the
-	message headers.
-	------------------------------------------------------------
-	# diff support.old.pm support.pm
-	44c44
-	<               ($headers_ignore !~ /$field/i)) {
-	---
-	>               ($field !~ /$headers_ignore/i)) {
-	------------------------------------------------------------
-	
-	2.  HTML buglet in lib/rt/ui/web/manipulate.pm.
-	------------------------------------------------------------
-	# diff manipulate.old.pm manipulate.pm
-	894c894
-	< 
-	---
-	> 
-	------------------------------------------------------------
-	
-	Dave
-	
-	----------------------------------------------------------------------
-	Dave Walton
-	Webmaster, Postmaster                   Nordic Entertainment Worldwide
-	walton@nordicdms.com                          http://www.nordicdms.com
-	----------------------------------------------------------------------
-	
-	From benji@hnt.com  Fri Nov 20 14:28:44 1998
-	Return-Path: 
-	Received: from horked.fsck.com (jesse@localhost [127.0.0.1])
-		by horked.fsck.com (8.8.7/8.8.7) with ESMTP id OAA04739
-		for ; Fri, 20 Nov 1998 14:28:44 -0500
-	Received: from mail.wesleyan.edu
-		by horked.fsck.com (fetchmail-4.3.2 POP3 run by jrvincent)
-		for  (single-drop); Fri Nov 20 14:28:44 1998
-	Received: from columbus.hnt.com (columbus.hnt.com [208.221.11.10]) by mail.wesleyan.edu (8.8.6/8.7.3) with ESMTP id OAA18408 for ; Fri, 20 Nov 1998 14:30:34 -0500 (EST)
-	Received: from peppermint.hnt.com (peppermint.hnt.com [208.221.11.51])
-		by columbus.hnt.com (8.9.1/8.9.1/HnT-980729) with ESMTP id OAA26134
-		for ; Fri, 20 Nov 1998 14:30:32 -0500 (EST)
-	Received: from localhost by peppermint.hnt.com (8.9.1/8.9.1/HnT-nullclient-980724) with ESMTP id OAA02733
-		for ; Fri, 20 Nov 1998 14:30:32 -0500 (EST)
-	X-Authentication-Warning: peppermint.hnt.com: benji owned process doing -bs
-	Date: Fri, 20 Nov 1998 14:30:31 -0500 (EST)
-	From: Benjamin Cline 
-	To: Jesse 
-	Subject: Re: 0.9.20 is out
-	In-Reply-To: <19981120005718.F28841@horked.fsck.com>
-	Message-ID: 
-	MIME-Version: 1.0
-	Content-Type: TEXT/PLAIN; charset=US-ASCII
-	X-UIDL: 4f1695a69f7cdbefcfce9198121fef95
-	
-	I think I've found a buglet in 0.9.20, I had to add an extra curly bracket
-	("}") to the end of lib/rt/database/admin.pm (just before the "1;") to get
-	it to work right.
-	
-		benji
-	
-	P.S. Sorry if that's not the most coherent bug report/fix, I'm afraid I'm
-	not much of a perl hacker.
-	
-	On Fri, 20 Nov 1998, Jesse wrote:
-	
-	> ftp://horked.fsck.com/pub/rt/devel/rt-0.9.20.tar.gz
-	>
-	> 19 Nov 98
-	> ---------
-	>
-	> Incorportated patches from Dave Walton to fix a typo, replace an
-	> accidentally
-	> blown away library and add a "last acted" column to the web ui.
-	> incremented version to .9.20
-	>
-	>
-	> 	jesse
-	>
-	> --
-	> jesse reed vincent -- jrvincent@wesleyan.edu -- jesse@fsck.com
-	> pgp keyprint:  50 41 9C 03 D0 BC BC C8 2C B9 77 26 6F E1 EB 91
-	> --------------------------------------------------------------
-	> They'll take my private key when they pry it from my cold dead fingers!
-	>
-	
-	--
-	Benjamin R. Cline       Harrison & Troxell, Inc.         benji@hnt.com
-	                     Quis Custodiet Ipsos Custodes?
-	
-	From adam@baz.org  Fri Nov 13 17:07:09 1998
-	Return-Path: 
-	Received: from horked.fsck.com (jesse@localhost [127.0.0.1])
-		by horked.fsck.com (8.8.7/8.8.7) with ESMTP id RAA10943
-		for ; Fri, 13 Nov 1998 17:07:09 -0500
-	Received: from mail.wesleyan.edu
-		by horked.fsck.com (fetchmail-4.3.2 POP3 run by jrvincent)
-		for  (single-drop); Fri Nov 13 17:07:09 1998
-	Received: from impei.baz.org (adam@impei.baz.org [139.167.64.229]) by mail.wesleyan.edu (8.8.6/8.7.3) with ESMTP id RAA08425 for ; Fri, 13 Nov 1998 17:08:38 -0500 (EST)
-	Received: (from adam@localhost)
-		by impei.baz.org (8.8.7/8.8.8) id RAA18674
-		for jrvincent@wesleyan.edu; Fri, 13 Nov 1998 17:08:38 -0500
-	Message-ID: <19981113170837.A18668@baz.org>
-	Date: Fri, 13 Nov 1998 17:08:37 -0500
-	From: secret agent man 
-	To: "J.R.Ewing" 
-	Subject: RT bug, mebbe?
-	Mime-Version: 1.0
-	X-Mailer: Mutt 0.93.2i
-	Content-Type: text/plain; charset=us-ascii
-	X-UIDL: 5563064ca159a5eee88e16843932a45f
-	
-	 q: If you leave the field blank when clicking on "create new
-	(queue|user) named", it goes to the create screen with an empty field that
-	can't be filled. It should either be editable there or it should reject
-	you.
-	
-	A
-	
-	--
-	Everything I needed to know about life I learned       
-	from killing smarter people and eating their brains.    adam hirsch
-	
-1998-11-20 00:45  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1998-11-20 00:28  jesse
-
-	* Makefile, NEWS:
-
-	19 Nov 98
-	---------
-	
-	Incorportated patches from Dave Walton to fix a typo, replace an accidentally
-	blown away library and add a "last acted" column to the web ui.
-	incremented version to .9.20
-	
-1998-11-18 02:26  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1998-10-13 03:37  jesse
-
-	* Makefile, README, etc/mysql.acl:
-
-	shiny:% cat >> changes                                          ~ 10:53PM:tt
-	2.  Made comments and replies update date_acted.
-	
-	        -- Dave Walton
-	
-	Ok.. I know this is being picky, but, in rt/lib/ui/web/support.pm, the
-	subroutine "content_header", at line 290, should have:
-	    print "WebRT\n";
-	
-	Otherwise, when running in frames, you never get a title on the page. :(
-	
-	No biggie...
-	
-	-Rich
-	
-	Oh, one other.
-	
-	8.  etc/mysql.acl, line 5
-	The RT_MYSQL_HOST entry on that line doesn't make any sense
-	when MySQL is on a different host than RT.  That should be
-	RT_HOST, or some such thing.
-	
-	Dave
-	
-	After just upgrading to Apache 1.3.0 from 1.2.5, I figured I would make it
-	known that, in the file /src/main/util_script.c, you have
-	to define SECURITY_HOLE_PASS_AUTHORIZATION to allow for RT's authorization
-	to work properly.
-	-Rich
-	
-	On Tue, Oct 06, 1998 at 09:19:07PM -0700, Dave Walton wrote:
-	> I just discovered that if there is an error in add_correspondence, the
-	> mail interface discards the incoming mail without comment.  To
-	> correct this, I took the following steps:
-	>
-	In mail.pm, there's a space before :
-	
-	From: $rt::mail_alias
-	
-	This causes problems in some mail clients, putting the From: line on the
-	same line as the subject.  If the spaces are removed this is fixed.
-	
-	Regards,
-	From: "Andrew Foster" 
-	
-1998-09-11 01:15  jesse
-
-	* docs/README.docs:
-
-	updated lists for rt docs.
-	
-1998-09-08 03:23  jesse
-
-	* NEWS:
-
-	updated news
-	
-1998-09-08 03:18  jesse
-
-	* Makefile, NEWS, README, etc/config.pm:
-
-	Final bug fixes for .9.18
-	
-1998-08-09 17:43  jesse
-
-	* NEWS, README, TODO:
-
-	All kinds of crazy updates for .9.18. Mostly from serge zhuk
-	
-1998-08-04 03:09  jesse
-
-	* NEWS:
-
-	first round of updates from serge
-	
-1998-06-26 17:07  jesse
-
-	* Makefile, NEWS:
-
-	modified makefile and news
-	
-1998-06-26 16:34  jesse
-
-	* docs/: README.docs, actions.txt, admin.txt, attributes.txt,
-	outline.txt:
-
-	Added documentation from 
-	
-1998-06-25 17:06  jesse
-
-	* Makefile, README, etc/config.pm:
-
-	removed refs to glimpse
-	
-1998-06-25 15:46  jesse
-
-	* Makefile:
-
-	dist fixes
-	
-1998-06-25 15:44  jesse
-
-	* Makefile:
-
-	dist fixes
-	
-1998-06-25 14:09  jesse
-
-	* Makefile:
-
-	edited dist. maker
-	
-1998-05-21 22:40  jesse
-
-	* Makefile:
-
-	added httpd.conf configurator for cern
-	
-1998-04-27 20:17  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1998-04-20 14:53  jesse
-
-	* Makefile:
-
-	bumped version to .9.14.
-	
-1998-04-20 14:53  jesse
-
-	* Makefile:
-
-	bumped version to .9.13.1
-	
-1998-04-19 03:14  jesse
-
-	* Makefile:
-
-	updated version number.
-	now explicitly create rt-etc-dir
-	
-1998-04-16 21:40  jesse
-
-	* bin/rtmux.pl:
-
-	removed a spurious addition to the lib path from the mux
-	abstracted a bunch of stuff out of the mux and throughout the makefile.
-	like program names.
-	
-1998-04-16 21:39  jesse
-
-	* Makefile:
-
-	abstracted a bunch of stuff out of the mux and throughout the makefile.
-	like program names.
-	
-1998-04-16 19:47  jesse
-
-	* COPYING, Makefile, NEWS, README, README.FIRST, TODO:
-
-	commiting updates
-	
-1998-04-08 13:35  jesse
-
-	* etc/config.pm:
-
-	fixed typos in config.pm that prevented mail from working with .9.11
-	bumped version to .12
-	
-1998-04-08 13:34  jesse
-
-	* Makefile:
-
-	bumped version to .12
-	
-1998-04-02 21:30  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1998-04-02 21:27  jesse
-
-	* Makefile:
-
-	fixed make dist
-	
-1998-04-02 15:36  jesse
-
-	* Makefile, Makefile:
-
-	[no log message]
-	
-1998-04-02 15:29  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1998-04-02 15:25  jesse
-
-	* etc/config.pm:
-
-	split mail program and mail program flags
-	hopefully fixed make dist
-	
-1998-04-02 15:25  jesse
-
-	* Makefile:
-
-	hopefully fixed make dist
-	
-1998-04-02 11:02  jesse
-
-	* Makefile, NEWS:
-
-	updated news
-	
-1998-04-02 10:55  jesse
-
-	* Makefile:
-
-	[no log message]
-	
-1998-04-02 10:31  jesse
-
-	* etc/config.pm:
-
-	reshuffled files that the user won't be changing out of etc and into lib
-	this includes generic templates and images for the web ui
-	updated src and makefiles accordingly.
-	verbosifoed part of config.pm
-	
-1998-04-02 10:31  jesse
-
-	* Makefile:
-
-	reshuffled files that the user won't be changing out of etc and into lib
-	this includes generic templates and images for the web ui
-	updated src and makefiles accordingly.
-	
-1998-04-02 10:20  jesse
-
-	* Makefile:
-
-	built more auto-dist stuff
-	
-1998-04-02 03:22  jesse
-
-	* README:
-
-	added apache patch to readme
-	
-1998-04-02 03:13  jesse
-
-	* Makefile, README, TODO, etc/config.pm:
-
-	updated makefile and readme and todo
-	added toggle for mysql 3.21
-	moved sendmail flags to makefile for compat w 8.6
-	
-1998-02-08 21:12  jesse
-
-	* Makefile:
-
-	make upgrade now calls mux-install
-	
-1998-01-30 22:31  jesse
-
-	* Makefile, README, README.FIRST:
-
-	added bits to upgrade from .9.1
-	made make upgrade upgrade the conf file
-	
-1998-01-27 01:56  jesse
-
-	* NEWS:
-
-	updated news
-	
-1998-01-27 01:48  jesse
-
-	* Makefile:
-
-	started a make dist
-	
-1998-01-26 17:59  jesse
-
-	* Makefile, README, README.FIRST:
-
-	updated readme
-	
-1998-01-21 18:37  jesse
-
-	* Makefile:
-
-	fixes to makefile to allow for proper specification of database as local.
-	added "you are logged in as..." to web/support...
-	changed sendmail options in mail.pm/
-	
-1998-01-14 23:49  jesse
-
-	* Makefile, etc/mysql.acl:
-
-	incremented version number
-	
-1998-01-09 14:48  jesse
-
-	* bin/rtmux.pl:
-
-	added taint safeness for $ENV{'ENV}
-	updated makefile version number
-	
-1998-01-09 14:47  jesse
-
-	* Makefile:
-
-	updated makefile version number
-	
-1998-01-08 16:17  jesse
-
-	* README.FIRST:
-
-	ipdated readme.first.
-	
-1998-01-08 14:53  jesse
-
-	* etc/suidrt.c:
-
-	made suidrt.c work
-	updated the mux
-	
-1998-01-08 14:53  jesse
-
-	* bin/rtmux.pl:
-
-	updated the mux
-	
-1998-01-08 13:10  jesse
-
-	* Makefile:
-
-	more fixes to make suid wrapper stuff work.
-	
-1998-01-08 12:51  jesse
-
-	* bin/rtmux.pl:
-
-	made rtmux attempt to work with the suid wrapper
-	
-1998-01-08 12:48  jesse
-
-	* etc/suidrt.c:
-
-	added back suidrt.c. blech.
-	
-1998-01-08 12:44  jesse
-
-	* Makefile, bin/rtmux.pl:
-
-	brought back suidrt.c
-	bleck.
-	
-1998-01-07 18:06  jesse
-
-	* Makefile:
-
-	added a sane mode for $(RT_PATH)
-	
-1998-01-07 00:37  jesse
-
-	* Makefile, README.FIRST:
-
-	added basic old upgrade instructions.
-	added info to README.FIRST about upgrading.
-	
-1998-01-07 00:31  jesse
-
-	* bin/rtmux.pl:
-
-	made mailing work.
-	
-1998-01-06 10:27  jesse
-
-	* bin/rtmux.pl:
-
-	made the mux require ui::mail before it tried to invoke it.
-	
-1998-01-04 02:26  jesse
-
-	* README:
-
-	told users to read readme.first.
-	
-1998-01-04 02:25  jesse
-
-	* README, README.FIRST:
-
-	added readme.first
-	
-1998-01-04 02:12  jesse
-
-	* Makefile:
-
-	updated webadmin interface. fixed some logout problems. fixed an html bug in web-manip.
-	
-1998-01-02 01:14  jesse
-
-	* Makefile, bin/rtmux.pl:
-
-	fixed more problems w/ making cliadmin run
-	merged mux-install and mux-links into one section of makefile
-	
-1998-01-02 00:59  jesse
-
-	* Makefile, NEWS, README, TODO, bin/rtmux.pl, etc/config.pm:
-
-	fixed typo in Makefile: install-libs -> libs-install
-	
-1998-01-01 03:07  jesse
-
-	* Makefile, bin/rtmux.pl:
-
-	commented makefile better
-	added more stuff for taint checks to rtmux.pl
-	fixed a non-frames web bug in FormComment
-	
-1997-12-31 01:55  jesse
-
-	* Makefile, bin/rtmux.pl, etc/config.pm:
-
-	lots of cleanup to get web interface running.
-	beginnigs of taint-safe scripts.
-	
-1997-12-30 23:49  jesse
-
-	* Makefile, bin/rtmux.pl:
-
-	cleanup in cli admin.pm, cli query.pm, the mux, the makefile
-	database routines now assign an effective serial # to a request when you get
-	the fact's serial number
-	
-1997-12-30 22:56  jesse
-
-	* Makefile, README, bin/rtmux.pl:
-
-	remodded rtmux to use correct vars for command line arguments.
-	moved RT_VERSION to makefile.
-	updated README for new install procedure
-	
-1997-12-30 01:09  jesse
-
-	* Makefile, etc/config.pm, etc/mysql.acl:
-
-	fixed typo in web/admin.pm
-	set up config.pm mysql.acl and rtmux.pl to get themselves parsed from the makefile.
-	removed last vestiges of C
-	
-1997-12-28 18:59  jesse
-
-	* Makefile, etc/schema:
-
-	removed suidrt for a preparation to move to a c-free system
-	added provisions for token-parsing to makefile
-	
-1997-12-28 03:10  jesse
-
-	* etc/schema:
-
-	added tags to schema
-	
-1997-12-28 02:48  jesse
-
-	* Makefile:
-
-	started to modify toplevel makefile
-	
-1997-12-19 03:04  jesse
-
-	* lib/rtmux.pl:
-
-	moved the executable rtmux.pl to bin, where it belongs.
-	made sure bin/cgi gets created on checkout
-	
-1997-12-19 03:03  jesse
-
-	* bin/rtmux.pl:
-
-	moved the executable rtmux.pl to bin, where it belongs.
-	
-1997-12-18 19:05  jesse
-
-	* lib/rtmux.pl:
-
-	worked on the mux
-	
-1997-12-09 15:14  jesse
-
-	* TODO:
-
-	added things for v1.0 to the todo list
-	
-1997-12-09 02:03  jesse
-
-	* etc/config.pm:
-
-	broke configuration out into config.pm
-	
-1997-12-09 01:54  jesse
-
-	* COPYING, Makefile, NEWS, README, TODO, etc/mysql.acl, etc/schema:
-
-	initial commit after i nuked the repository
-	
-1997-12-09 01:54  jesse
-
-	* COPYING, Makefile, NEWS, README, TODO, etc/mysql.acl, etc/schema:
-
-	Initial revision
-	
diff --git a/rt/Makefile b/rt/Makefile
index fe01b71c1..644722109 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -1,18 +1,49 @@
-# $Header: /home/cvs/cvsroot/freeside/rt/Makefile,v 1.1 2002-08-12 06:17:06 ivan Exp $
-# RT is Copyright 1996-2002 Jesse Vincent 
-# It is distributed under the terms of the GNU General Public License, version 2
+# BEGIN LICENSE BLOCK
+# 
+# Copyright (c) 1996-2002 Jesse Vincent 
+# 
+# (Except where explictly superceded by other copyright notices)
+# 
+# This work is made available to you under the terms of Version 2 of
+# the GNU General Public License. A copy of that license should have
+# been provided with this software, but in any event can be snarfed
+# from www.gnu.org
+# 
+# This work is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+# 
+# 
+# Unless otherwise specified, all modifications, corrections or
+# extensions to this work which alter its source code become the
+# property of Best Practical Solutions, LLC when submitted for
+# inclusion in the work.
+# 
+# 
+# END LICENSE BLOCK
+
+
+#
+# DO NOT HAND-EDIT the file named 'Makefile'. This file is autogenerated.
+# Have a look at "configure" and "Makefile.in" instead
+#
+
 
 PERL			= 	/usr/bin/perl
 
-RT_VERSION_MAJOR	=	2
-RT_VERSION_MINOR	=	0
-RT_VERSION_PATCH	=	14
+CONFIG_FILE_PATH	=	/opt/rt3/etc
+CONFIG_FILE		= 	$(CONFIG_FILE_PATH)/RT_Config.pm
+SITE_CONFIG_FILE		= 	$(CONFIG_FILE_PATH)/RT_SiteConfig.pm
 
 
+RT_VERSION_MAJOR	=	3
+RT_VERSION_MINOR	=	0
+RT_VERSION_PATCH	=	4
+
 RT_VERSION =	$(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
 TAG 	   =	rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH)
 
-BRANCH			=	HEAD
 
 # This is the group that all of the installed files will be chgrp'ed to.
 RTGROUP			=	rt
@@ -27,7 +58,8 @@ LIBS_OWNER 		=	root
 # Group that should own all of RT's libraries, generally root.
 LIBS_GROUP		=	bin
 
-
+WEB_USER		=	www
+WEB_GROUP		=	www
 
 # {{{ Files and directories 
 
@@ -37,33 +69,22 @@ LIBS_GROUP		=	bin
 DESTDIR			=	
 
 
-# RT_PATH is the name of the directory you want make to install RT in
-# RT must be installed in its own directory (don't set this to /usr/local)
-
-RT_PATH			=	/opt/rt2
-
-# The rest of these paths are all configurable, but you probably don't want to 
-# put them elsewhere
-
-RT_LIB_PATH		=	$(RT_PATH)/lib
-RT_ETC_PATH		=	$(RT_PATH)/etc
-RT_CONFIG_PATH		=	$(RT_ETC_PATH)
-RT_BIN_PATH		=	$(RT_PATH)/bin
-RT_MAN_PATH		=	$(RT_PATH)/man
-MASON_HTML_PATH		=	$(RT_PATH)/WebRT/html
-
-
-# RT allows sites to overlay the default web ui with 
-# local customizations Those files can be placed in MASON_LOCAL_HTML_PATH
-
-MASON_LOCAL_HTML_PATH	=	$(RT_PATH)/local/WebRT/html
-
-# RT needs to be able to write to MASON_DATA_PATH and MASON_SESSION_PATH
-# RT will create and chown these directories. Don't just set them to /tmp
-MASON_DATA_PATH		=       $(RT_PATH)/WebRT/data
-MASON_SESSION_PATH	=       $(RT_PATH)/WebRT/sessiondata
-
-RT_LOG_PATH             =       /tmp
+RT_PATH			=	/opt/rt3
+RT_ETC_PATH		=	/opt/rt3/etc
+RT_BIN_PATH		=	/opt/rt3/bin
+RT_SBIN_PATH		=	/opt/rt3/sbin
+RT_LIB_PATH		=	/opt/rt3/lib
+RT_MAN_PATH		=	/opt/rt3/man
+RT_VAR_PATH		=	/opt/rt3/var
+RT_DOC_PATH		=	/opt/rt3/share/doc
+RT_LOCAL_PATH		=	/opt/rt3/local
+LOCAL_ETC_PATH		=	/opt/rt3/local/etc
+LOCAL_LEXICON_PATH	=	/opt/rt3/local/po
+MASON_HTML_PATH		=	/opt/rt3/share/html
+MASON_LOCAL_HTML_PATH	=	/opt/rt3/local/html
+MASON_DATA_PATH		=	/opt/rt3/var/mason_data
+MASON_SESSION_PATH	=	/opt/rt3/var/session_data
+RT_LOG_PATH	    =       /opt/rt3/var/log
 
 # RT_READABLE_DIR_MODE is the mode of directories that are generally meant
 # to be accessable
@@ -71,25 +92,33 @@ RT_READABLE_DIR_MODE	=	0755
 
 
 
-# The location of your rt configuration file
-RT_CONFIG		=	$(RT_CONFIG_PATH)/config.pm
+
+# {{{ all these define the places that RT's binaries should get installed
 
 # RT_MODPERL_HANDLER is the mason handler script for mod_perl
 RT_MODPERL_HANDLER	=	$(RT_BIN_PATH)/webmux.pl
-
 # RT_FASTCGI_HANDLER is the mason handler script for FastCGI
-# THIS HANDLER IS NOT CURRENTLY SUPPORTED
 RT_FASTCGI_HANDLER	=	$(RT_BIN_PATH)/mason_handler.fcgi
+# RT_WIN32_FASTCGI_HANDLER is the mason handler script for FastCGI
+RT_WIN32_FASTCGI_HANDLER	=	$(RT_BIN_PATH)/mason_handler.svc
+# RT's admin CLI
+RT_CLI_ADMIN_BIN	=	$(RT_BIN_PATH)/rtadmin
+# RT's mail gateway
+RT_MAILGATE_BIN		=	$(RT_BIN_PATH)/rt-mailgate
+# RT's cron tool
+RT_CRON_BIN		=	$(RT_BIN_PATH)/rt-crontool
 
-# RT_SPEEDYCGI_HANDLER is the mason handler script for SpeedyCGI
-# THIS HANDLER IS NOT CURRENTLY SUPPORTED
-RT_SPEEDYCGI_HANDLER	=	$(RT_BIN_PATH)/mason_handler.scgi
+# }}}
 
-# The following are the names of the various binaries which make up RT 
+SETGID_BINARIES	 	= 	$(DESTDIR)/$(RT_FASTCGI_HANDLER) \
+				$(DESTDIR)/$(RT_WIN32_FASTCGI_HANDLER)
+
+BINARIES		=	$(DESTDIR)/$(RT_MODPERL_HANDLER) \
+				$(DESTDIR)/$(RT_MAILGATE_BIN) \
+				$(DESTDIR)/$(RT_CRON_BIN) \
+				$(SETGID_BINARIES)
+SYSTEM_BINARIES		=	$(DESTDIR)/$(RT_SBIN_PATH)/
 
-RT_CLI_BIN		=	$(RT_BIN_PATH)/rt
-RT_CLI_ADMIN_BIN	=	$(RT_BIN_PATH)/rtadmin
-RT_MAILGATE_BIN		=	$(RT_BIN_PATH)/rt-mailgate
 
 # }}}
 
@@ -99,34 +128,19 @@ RT_MAILGATE_BIN		=	$(RT_BIN_PATH)/rt-mailgate
 # DB_TYPE defines what sort of database RT trys to talk to
 # "mysql" is known to work.
 # "Pg" is known to work
-# "Oracle" is in the early stages of working.
 
 DB_TYPE			=	mysql
 
-# DB_HOME is where the Database's commandline tools live.  $DB_HOME/bin
-# should contain the binaries themselves, e.g. if "which mysql" gives
-# "/usr/local/mysql/bin/mysql", $DB_HOME should be "/usr/local/mysql"
-
-DB_HOME			= /usr
-
 # Set DBA to the name of a unix account with the proper permissions and 
-# environment to run your commandline SQL tools
+# environment to run your commandline SQL sbin
 
 # Set DB_DBA to the name of a DB user with permission to create new databases 
-# Set DB_DBA_PASSWORD to that user's password (if you don't, you'll be prompted
-# later)
 
 # For mysql, you probably want 'root'
 # For Pg, you probably want 'postgres' 
 # For oracle, you want 'system'
 
 DB_DBA			=	root
-DB_DBA_PASSWORD		=	
- 
-#
-# Set this to the Fully Qualified Domain Name of your database server.
-# If the database is local, rather than on a remote host, using "localhost" 
-# will greatly enhance performance.
 
 DB_HOST			=	localhost
 
@@ -136,6 +150,9 @@ DB_HOST			=	localhost
 
 DB_PORT			=	
 
+
+
+
 #
 # Set this to the canonical name of the interface RT will be talking to the 
 # database on.  If you said that the RT_DB_HOST above was "localhost," this 
@@ -149,81 +166,72 @@ DB_RT_HOST		=	localhost
 # set this to the name you want to give to the RT database in 
 # your database server. For Oracle, this should be the name of your sid
 
-DB_DATABASE		=	rt2
-
-# Set this to the name of the rt database user
-
+DB_DATABASE		=	rt3
 DB_RT_USER		=	rt_user
-
-# Set this to the password used by the rt database user
-# *** Change This Before Installation***
-
 DB_RT_PASS		=	rt_pass
 
 # }}}
 
-# {{{ Web configuration 
-
-# The user your webserver runs as. needed so that webrt can cache mason
-# objectcode
 
-WEB_USER		=	www
-WEB_GROUP		=	rt
-
-# }}}
-
-
-####################################################################
-# No user servicable parts below this line.  Frob at your own risk #
 ####################################################################
 
+all: default
+
 default:
 	@echo "Please read RT's readme before installing. Not doing so could"
 	@echo "be dangerous."
 
-install: dirs initialize.$(DB_TYPE) upgrade insert instruct
+
 
 instruct:
 	@echo "Congratulations. RT has been installed. "
-	@echo "You must now configure it by editing $(RT_CONFIG)."
-	@echo "From here on in, you should refer to the users guide."
+	@echo ""
+	@echo ""
+	@echo "You must now configure RT by editing $(SITE_CONFIG_FILE)."
+	@echo ""
+	@echo "(You will definitely need to set RT's database password before continuing."
+	@echo " Not doing so could be very dangerous)"
+	@echo ""
+	@echo "After that, you need to initialize RT's database by running" 
+	@echo " 'make initialize-database'"
 
+#	@echo " or by executing "       
+#	@echo " '$(RT_SBIN_PATH)/rt-setup-database --action init \ "
+#	@echo "     --dba $(DB_DBA) --prompt-for-dba-password'"
 
-insert: insert-install
-	$(PERL) -I$(DESTDIR)/$(RT_ETC_PATH) -I$(DESTDIR)/$(RT_LIB_PATH) $(DESTDIR)/$(RT_ETC_PATH)/insertdata
 
-upgrade: dirs config-replace upgrade-noclobber  upgrade-instruct
 
 upgrade-instruct: 
 	@echo "Congratulations. RT has been upgraded. You should now check-over"
-	@echo "$(RT_CONFIG) for any necessary site customization. Additionally,"
+	@echo "$(CONFIG_FILE) for any necessary site customization. Additionally,"
 	@echo "you should update RT's system database objects by running "
-	@echo "	   $(RT_ETC_PATH)/insertdata "
-	@echo "where  is the version of RT you're upgrading from."
+	@echo "   ls etc/upgrade"
+	@echo "For each file in that directory whose name is greater than"
+	@echo "your previously installed RT version, run:"
+	@echo "	   $(RT_SBIN_PATH)/rt-setup-database --action insert --datafile etc/upgrade/"
 
-upgrade-noclobber: insert-install libs-install html-install bin-install nondestruct
 
-nondestruct: fixperms
+upgrade: dirs upgrade-noclobber upgrade-instruct
 
-testdeps:
-	$(PERL) ./tools/testdeps -warn $(DB_TYPE)
+upgrade-noclobber: config-install libs-install html-install bin-install local-install doc-install fixperms
 
-fixdeps:
-	$(PERL) ./tools/testdeps -fix $(DB_TYPE)
 
+# {{{ dependencies
+testdeps:
+	$(PERL) ./sbin/rt-test-dependencies --with-$(DB_TYPE)
 
+fixdeps:
+	$(PERL) ./sbin/rt-test-dependencies --install --with-$(DB_TYPE)
 
-all:
-	@echo "Read the readme."
+#}}}
 
+# {{{ fixperms
 fixperms:
 	# Make the libraries readable
-	chmod -R $(RT_READABLE_DIR_MODE) $(DESTDIR)/$(RT_PATH)
+	chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)/$(RT_PATH)
 	chown -R $(LIBS_OWNER) $(DESTDIR)/$(RT_LIB_PATH)
 	chgrp -R $(LIBS_GROUP) $(DESTDIR)/$(RT_LIB_PATH)
-
-	chown -R $(BIN_OWNER) $(DESTDIR)/$(RT_BIN_PATH)
-	chgrp -R $(RTGROUP) $(DESTDIR)/$(RT_BIN_PATH)
+	chmod -R  u+rwX,go-w,go+rX 	$(DESTDIR)/$(RT_LIB_PATH)
 
 
 	chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)/$(RT_BIN_PATH)
@@ -237,36 +245,19 @@ fixperms:
 	chown -R $(BIN_OWNER) $(DESTDIR)/$(RT_ETC_PATH)
 	chgrp -R $(RTGROUP) $(DESTDIR)/$(RT_ETC_PATH)
 
-	chmod 0550 $(DESTDIR)/$(RT_CONFIG)
+	chmod 0550 $(DESTDIR)/$(CONFIG_FILE)
+	chmod 0550 $(DESTDIR)/$(SITE_CONFIG_FILE)
 
 	# Make the interfaces executable and setgid rt
-	chown $(BIN_OWNER) $(DESTDIR)/$(RT_MAILGATE_BIN) \
-			$(DESTDIR)/$(RT_FASTCGI_HANDLER) \
-			$(DESTDIR)/$(RT_SPEEDYCGI_HANDLER) \
-			$(DESTDIR)/$(RT_CLI_BIN) \
-			$(DESTDIR)/$(RT_CLI_ADMIN_BIN)
-
-	chgrp $(RTGROUP) $(DESTDIR)/$(RT_MAILGATE_BIN) \
-			$(DESTDIR)/$(RT_FASTCGI_HANDLER) \
-			$(DESTDIR)/$(RT_SPEEDYCGI_HANDLER) \
-			$(DESTDIR)/$(RT_CLI_BIN) \
-			$(DESTDIR)/$(RT_CLI_ADMIN_BIN)
-
-	chmod 0755  	$(DESTDIR)/$(RT_MAILGATE_BIN) \
-			$(DESTDIR)/$(RT_FASTCGI_HANDLER) \
-			$(DESTDIR)/$(RT_SPEEDYCGI_HANDLER) \
-			$(DESTDIR)/$(RT_CLI_BIN) \
-			$(DESTDIR)/$(RT_CLI_ADMIN_BIN)
-
-	chmod g+s 	$(DESTDIR)/$(RT_MAILGATE_BIN) \
-			$(DESTDIR)/$(RT_FASTCGI_HANDLER) \
-			$(DESTDIR)/$(RT_SPEEDYCGI_HANDLER) \
-			$(DESTDIR)/$(RT_CLI_BIN) \
-			$(DESTDIR)/$(RT_CLI_ADMIN_BIN)
+	chown $(BIN_OWNER) $(BINARIES)
+	chgrp $(RTGROUP) $(BINARIES)
+	chmod 0755  $(BINARIES)
+	chmod g+s $(SETGID_BINARIES)
 
 	# Make the web ui readable by all. 
 	chmod -R  u+rwX,go-w,go+rX 	$(DESTDIR)/$(MASON_HTML_PATH) \
-					$(DESTDIR)/$(MASON_LOCAL_HTML_PATH)
+					$(DESTDIR)/$(MASON_LOCAL_HTML_PATH) \
+					$(DESTDIR)/$(LOCAL_LEXICON_PATH)
 	chown -R $(LIBS_OWNER) 	$(DESTDIR)/$(MASON_HTML_PATH) \
 				$(DESTDIR)/$(MASON_LOCAL_HTML_PATH)
 	chgrp -R $(LIBS_GROUP) 	$(DESTDIR)/$(MASON_HTML_PATH) \
@@ -279,140 +270,216 @@ fixperms:
 				$(DESTDIR)/$(MASON_SESSION_PATH)
 	chgrp -R $(WEB_GROUP) 	$(DESTDIR)/$(MASON_DATA_PATH) \
 				$(DESTDIR)/$(MASON_SESSION_PATH)
+# }}}
+
+fixperms-nosetgid: fixperms
+	@echo "You should never be running RT this way. it's unsafe"
+	chmod 0555 $(SETGID_BINARIES)
+	chmod 0555 $(DESTDIR)/$(CONFIG_FILE)
+	chmod 0555 $(DESTDIR)/$(SITE_CONFIG_FILE)
+
+# {{{ dirs
 dirs:
-	mkdir -p $(DESTDIR)/$(RT_BIN_PATH)
+	mkdir -p $(DESTDIR)/$(RT_LOG_PATH)
 	mkdir -p $(DESTDIR)/$(MASON_DATA_PATH)
+	mkdir -p $(DESTDIR)/$(MASON_DATA_PATH)/cache
+	mkdir -p $(DESTDIR)/$(MASON_DATA_PATH)/etc
+	mkdir -p $(DESTDIR)/$(MASON_DATA_PATH)/obj
 	mkdir -p $(DESTDIR)/$(MASON_SESSION_PATH)
-	mkdir -p $(DESTDIR)/$(RT_ETC_PATH)
-	mkdir -p $(DESTDIR)/$(RT_LIB_PATH)
 	mkdir -p $(DESTDIR)/$(MASON_HTML_PATH)
 	mkdir -p $(DESTDIR)/$(MASON_LOCAL_HTML_PATH)
+	mkdir -p $(DESTDIR)/$(LOCAL_ETC_PATH)
+	mkdir -p $(DESTDIR)/$(LOCAL_LEXICON_PATH)
+# }}}
 
-libs-install: 
-	[ -d $(DESTDIR)/$(RT_LIB_PATH) ] || mkdir $(DESTDIR)/$(RT_LIB_PATH)
-	chown -R $(LIBS_OWNER) $(DESTDIR)/$(RT_LIB_PATH)
-	chgrp -R $(LIBS_GROUP) $(DESTDIR)/$(RT_LIB_PATH)
-	chmod -R $(RT_READABLE_DIR_MODE) $(DESTDIR)/$(RT_LIB_PATH)
-	( cd ./lib; \
-	  $(PERL) Makefile.PL INSTALLSITELIB=$(DESTDIR)/$(RT_LIB_PATH) \
-			      INSTALLMAN1DIR=$(DESTDIR)/$(RT_MAN_PATH)/man1 \
-			      INSTALLMAN3DIR=$(DESTDIR)/$(RT_MAN_PATH)/man3 \
-	    && make \
-	    && make test \
-	    && $(PERL) -p -i -e " s'!!RT_VERSION!!'$(RT_VERSION)'g;" blib/lib/RT.pm ;\
-	    make install \
-			   INSTALLSITEMAN1DIR=$(DESTDIR)/$(RT_MAN_PATH)/man1 \
-			   INSTALLSITEMAN3DIR=$(DESTDIR)/$(RT_MAN_PATH)/man3 \
-	)
+install: config-install dirs files-install fixperms instruct
 
-html-install:
-	cp -rp ./webrt/* $(DESTDIR)/$(MASON_HTML_PATH)
+files-install: libs-install etc-install bin-install sbin-install html-install local-install doc-install
+
+config-install:
+	mkdir -p $(DESTDIR)/$(CONFIG_FILE_PATH)	
+	cp etc/RT_Config.pm $(DESTDIR)/$(CONFIG_FILE)
+	[ -f $(DESTDIR)/$(SITE_CONFIG_FILE) ] || cp etc/RT_SiteConfig.pm $(DESTDIR)/$(SITE_CONFIG_FILE) 
+
+	chgrp $(RTGROUP) $(DESTDIR)/$(CONFIG_FILE)
+	chown $(BIN_OWNER) $(DESTDIR)/$(CONFIG_FILE)
 
+	chgrp $(RTGROUP) $(DESTDIR)/$(SITE_CONFIG_FILE)
+	chown $(BIN_OWNER) $(DESTDIR)/$(SITE_CONFIG_FILE)
 
+	@echo "Installed configuration. about to install rt in  $(RT_PATH)"
 
-genschema:
-	$(PERL)	tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' generate
+test: 
+	$(PERL) -Ilib lib/t/00smoke.t
 
+regression-nosetgid-quiet: config-install dirs files-install libs-install sbin-install bin-install regression-instruct regression-reset-db  testify-pods fixperms-nosetgid apachectl
+	$(PERL) sbin/regression_harness
 
-initialize.Pg: createdb initdb.dba acls 
+regression-nosetgid: config-install dirs files-install libs-install sbin-install bin-install regression-instruct regression-reset-db  testify-pods fixperms-nosetgid apachectl
+	$(PERL) lib/t/02regression.t
 
-initialize.mysql: createdb acls initdb.rtuser
+regression: config-install dirs files-install libs-install sbin-install bin-install regression-instruct regression-reset-db  testify-pods apachectl
+	$(PERL) lib/t/02regression.t
 
-initialize.Oracle: acls initdb.rtuser
+regression-quiet:
+	$(PERL) sbin/regression_harness
 
-acls:
-	cp etc/acl.$(DB_TYPE) '$(DESTDIR)/$(RT_ETC_PATH)/acl.$(DB_TYPE)'
-	$(PERL) -p -i -e " s'!!DB_TYPE!!'"$(DB_TYPE)"'g;\
-				s'!!DB_HOST!!'"$(DB_HOST)"'g;\
-				s'!!DB_RT_PASS!!'"$(DB_RT_PASS)"'g;\
-				s'!!DB_RT_HOST!!'"$(DB_RT_HOST)"'g;\
-				s'!!DB_RT_USER!!'"$(DB_RT_USER)"'g;\
-				s'!!DB_DATABASE!!'"$(DB_DATABASE)"'g;" $(DESTDIR)/$(RT_ETC_PATH)/acl.$(DB_TYPE)
-	bin/initacls.$(DB_TYPE) '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DBA_PASSWORD)' '$(DB_DATABASE)' '$(DESTDIR)/$(RT_ETC_PATH)/acl.$(DB_TYPE)' 
+regression-instruct:
+	@echo "About to wipe your database for a regression test. ABORT NOW with Control-C"
 
 
+# {{{ database-installation
+
+regression-reset-db:
+	$(PERL)	$(DESTDIR)/$(RT_SBIN_PATH)/rt-setup-database --action drop --dba $(DB_DBA) --dba-password ''
+	$(PERL) $(DESTDIR)/$(RT_SBIN_PATH)/rt-setup-database --action init --dba $(DB_DBA) --dba-password ''
+
+initialize-database: 
+	$(PERL) $(DESTDIR)/$(RT_SBIN_PATH)/rt-setup-database --action init --dba $(DB_DBA) --prompt-for-dba-password
 
 dropdb: 
-	$(PERL)	tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' drop
+	$(PERL)	$(DESTDIR)/$(RT_SBIN_PATH)/rt-setup-database --action drop --dba $(DB_DBA) --prompt-for-dba-password
+
+insert-approval-data: 
+	$(PERL) $(DESTDIR)/$(RT_SBIN_PATH)/insert_approval_scrips
+# }}}
+
+# {{{ libs-install
+libs-install: 
+	[ -d $(DESTDIR)/$(RT_LIB_PATH) ] || mkdir $(DESTDIR)/$(RT_LIB_PATH)
+	-cp -rp lib/* $(DESTDIR)/$(RT_LIB_PATH)
+# }}}
+
+# {{{ html-install
+html-install:
+	[ -d $(DESTDIR)/$(MASON_HTML_PATH) ] || mkdir $(DESTDIR)/$(MASON_HTML_PATH)
+	-cp -rp ./html/* $(DESTDIR)/$(MASON_HTML_PATH)
+# }}}
+
+# {{{ doc-install
+doc-install:
+	# RT 3.0.0 - RT 3.0.2 would accidentally create a file instead of a dir
+	-[ -f $(DESTDIR)/$(RT_DOC_PATH) ] && rm $(DESTDIR)/$(RT_DOC_PATH) 
+	[ -d $(DESTDIR)/$(RT_DOC_PATH) ] || mkdir $(DESTDIR)/$(RT_DOC_PATH)
+	-cp -rp ./README $(DESTDIR)/$(RT_DOC_PATH)
+# }}}
 
+# {{{ etc-install
 
-createdb: 
-	$(PERL)	tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' create
-initdb.dba:
-	$(PERL)	tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_DBA)' '$(DB_DATABASE)' insert
+etc-install:
+	mkdir -p $(DESTDIR)/$(RT_ETC_PATH)
+	-cp -rp \
+		etc/acl.* \
+		etc/initialdata \
+		etc/schema.* \
+		$(DESTDIR)/$(RT_ETC_PATH)
+# }}}
 
-initdb.rtuser:
-	$(PERL)	tools/initdb '$(DB_TYPE)' '$(DB_HOME)' '$(DB_HOST)' '$(DB_PORT)' '$(DB_RT_USER)' '$(DB_DATABASE)' insert
+# {{{ sbin-install
 
+sbin-install:
+	mkdir -p $(DESTDIR)/$(RT_SBIN_PATH)
+	chmod +x sbin/rt-setup-database \
+		sbin/rt-test-dependencies
+	-cp -rp \
+		sbin/rt-setup-database \
+		sbin/rt-test-dependencies \
+		$(DESTDIR)/$(RT_SBIN_PATH)
 
+# }}}
 
-insert-install:
-	cp -rp ./tools/insertdata \
-		 $(DESTDIR)/$(RT_ETC_PATH)
-	$(PERL) -p -i -e " s'!!RT_ETC_PATH!!'$(RT_ETC_PATH)'g;\
-		           s'!!RT_LIB_PATH!!'$(RT_LIB_PATH)'g;"\
-		$(DESTDIR)/$(RT_ETC_PATH)/insertdata
+# {{{ bin-install
 
 bin-install:
-	cp -p ./bin/webmux.pl $(DESTDIR)/$(RT_MODPERL_HANDLER)
-	cp -p ./bin/rt-mailgate $(DESTDIR)/$(RT_MAILGATE_BIN)
-	cp -p ./bin/rtadmin $(DESTDIR)/$(RT_CLI_ADMIN_BIN)
-	cp -p ./bin/rt $(DESTDIR)/$(RT_CLI_BIN)
-	cp -p ./bin/mason_handler.fcgi $(DESTDIR)/$(RT_FASTCGI_HANDLER)
-	cp -p ./bin/mason_handler.scgi $(DESTDIR)/$(RT_SPEEDYCGI_HANDLER)
-
-	$(PERL) -p -i -e "s'!!RT_PATH!!'"$(RT_PATH)"'g;\
-				s'!!PERL!!'"$(PERL)"'g;\
-			      	s'!!RT_VERSION!!'"$(RT_VERSION)"'g;\
-				s'!!RT_ETC_PATH!!'"$(RT_CONFIG_PATH)"'g;\
-				s'!!RT_LIB_PATH!!'"$(RT_LIB_PATH)"'g;"\
-		$(DESTDIR)/$(RT_MODPERL_HANDLER) \
-		$(DESTDIR)/$(RT_FASTCGI_HANDLER) \
-		$(DESTDIR)/$(RT_SPEEDYCGI_HANDLER) \
-		$(DESTDIR)/$(RT_CLI_BIN) \
-		$(DESTDIR)/$(RT_CLI_ADMIN_BIN) \
-		$(DESTDIR)/$(RT_MAILGATE_BIN)
-
-
-config-replace:
-	-[ -f $(DESTDIR)/$(RT_CONFIG) ] && \
-		mv $(DESTDIR)/$(RT_CONFIG) $(DESTDIR)/$(RT_CONFIG).old && \
-	 	chmod 000 $(DESTDIR)/$(RT_CONFIG).old
-	cp -rp ./etc/config.pm $(DESTDIR)/$(RT_CONFIG)
-	$(PERL) -p -i -e "\
-	s'!!DB_TYPE!!'"$(DB_TYPE)"'g;\
-	s'!!DB_HOST!!'"$(DB_HOST)"'g;\
-	s'!!DB_PORT!!'"$(DB_PORT)"'g;\
-	s'!!DB_RT_PASS!!'"$(DB_RT_PASS)"'g;\
-	s'!!DB_RT_USER!!'"$(DB_RT_USER)"'g;\
-	s'!!DB_DATABASE!!'"$(DB_DATABASE)"'g;\
-	s'!!MASON_HTML_PATH!!'"$(MASON_HTML_PATH)"'g;\
-	s'!!MASON_LOCAL_HTML_PATH!!'"$(MASON_LOCAL_HTML_PATH)"'g;\
-	s'!!MASON_SESSION_PATH!!'"$(MASON_SESSION_PATH)"'g;\
-	s'!!MASON_DATA_PATH!!'"$(MASON_DATA_PATH)"'g;\
-	s'!!RT_LOG_PATH!!'"$(RT_LOG_PATH)"'g;\
-	s'!!RT_VERSION!!'"$(RT_VERSION)"'g;\
-	" $(DESTDIR)/$(RT_CONFIG)
+	mkdir -p $(DESTDIR)/$(RT_BIN_PATH)
+	chmod +x bin/rt-mailgate \
+		bin/rt-crontool
+	-cp -rp \
+		bin/rt-mailgate \
+		bin/mason_handler.fcgi \
+		bin/mason_handler.svc \
+		bin/webmux.pl \
+		bin/rt-crontool \
+		$(DESTDIR)/$(RT_BIN_PATH)
+# }}}
+
+# {{{ local-install
+local-install:
+	-cp -rp ./local/html/* $(DESTDIR)/$(MASON_LOCAL_HTML_PATH)
+	-cp -rp ./local/po/* $(DESTDIR)/$(LOCAL_LEXICON_PATH)
+	-cp -rp ./local/etc/* $(DESTDIR)/$(LOCAL_ETC_PATH)
+# }}}
+
+# {{{ Best Practical Build targets -- no user servicable parts inside
+
+
+POD2TEST_EXE = sbin/extract_pod_tests
+
+testify-pods:
+	[ -d lib/t/autogen ] || mkdir lib/t/autogen
+	find lib -name \*pm |grep -v \*.in |xargs -n 1 $(PERL) $(POD2TEST_EXE)
+	find bin -type f |grep -v \~ | grep -v "\.in" | xargs -n 1 $(PERL) $(POD2TEST_EXE)
+
 
 
+regenerate-catalogs:
+	$(PERL) sbin/extract-message-catalog
+
+license-tag:
+	$(PERL) sbin/license_tag
+
+factory: initialize-database
+	cd lib; $(PERL) ../sbin/factory  $(DB_DATABASE) RT
+
 commit:
-	cvs commit
+	aegis -build ; aegis -diff ; aegis -test; aegis -develop_end
+
+integrate:
+	aegis -integrate_begin;	aegis -build; aegis -diff; aegis -test ; aegis -integrate_pass
+
+predist: commit tag-and-tar
+
+tag-and-release-baseline:
+	aegis -cp -ind Makefile -output /tmp/Makefile.tagandrelease; \
+	$(MAKE) -f /tmp/Makefile.tagandrelease tag-and-release-never-by-hand
 
-predist: commit
-	cvs tag -r $(BRANCH) -F $(TAG)
+
+# Running this target in a working directory is 
+# WRONG WRONG WRONG.
+# it will tag the current baseline with the version of RT defined 
+# in the currently-being-worked-on makefile. which is wrong.
+#  you want tag-and-release-baseline
+
+tag-and-release-never-by-hand:
+	aegis --delta-name $(TAG)
 	rm -rf /tmp/$(TAG)
-	cvs co -d /tmp/$(TAG) -r $(TAG) rt
-	cd /tmp/$(TAG); chmod 600 Makefile; /usr/local/bin/cvs2cl.pl \
-		--no-wrap --separate-header \
-		--window 120
+	mkdir /tmp/$(TAG)
+	cd /tmp/$(TAG); \
+		aegis -cp -ind -delta $(TAG) . ;\
+		make reconfigure;\
+		chmod 600 Makefile;\
+		aegis --report --project rt.$(RT_VERSION_MAJOR) \
+		      --page_width 80 \
+		      --page_length 9999 \
+		      --change $(RT_VERSION_MINOR) --output Changelog Change_Log
+
 	cd /tmp; tar czvf /home/ftp/pub/rt/devel/$(TAG).tar.gz $(TAG)/
 	chmod 644 /home/ftp/pub/rt/devel/$(TAG).tar.gz
 
-dist: commit predist
-	rm -rf /home/ftp/pub/rt/devel/rt.tar.gz
-	ln -s ./$(TAG).tar.gz /home/ftp/pub/rt/devel/rt.tar.gz
 
+reconfigure:
+	aclocal -I m4
+	autoconf
+	chmod 755 ./configure
+	./configure
 
 rpm:
 	(cd ..; tar czvf /usr/src/redhat/SOURCES/rt.tar.gz rt)
 	rpm -ba etc/rt.spec
+
+
+apachectl:
+	apachectl stop
+	sleep 3
+	apachectl start
+# }}}
diff --git a/rt/README b/rt/README
index d16100c5f..7c5e4d47a 100755
--- a/rt/README
+++ b/rt/README
@@ -1,139 +1,167 @@
-$Header: /home/cvs/cvsroot/freeside/rt/README,v 1.1 2002-08-12 06:17:06 ivan Exp $
-RT is (c) 1996-2002 by Jesse Vincent 
+# BEGIN LICENSE BLOCK
+# 
+# Copyright (c) 1996-2003 Jesse Vincent 
+# 
+# (Except where explictly superceded by other copyright notices)
+# 
+# This work is made available to you under the terms of Version 2 of
+# the GNU General Public License. A copy of that license should have
+# been provided with this software, but in any event can be snarfed
+# from www.gnu.org.
+# 
+# This work is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+# 
+# Unless otherwise specified, all modifications, corrections or
+# extensions to this work which alter its source code become the
+# property of Best Practical Solutions, LLC when submitted for
+# inclusion in the work.
+# 
+# 
+# END LICENSE BLOCK
+RT is an enterprise-grade issue tracking system. It allows
+organizations to keep track of their to-do lists, who is working
+on which tasks, what's already been done, and when tasks were
+completed. It is available under the terms of version 2 of the GNU
+General Public License (GPL), so it doesn't cost anything to set
+up and use.
 
-RT is licensed to you under the terms of version 2 of the GNU General 
-Public License. 
 
-If you don't have a copy of the GPL, you've been living in a cave,
-but one should be included in this distribution.
-
-
-INSTALLATION INSTRUCTIONS
--------------------------
-
-These instructions are a summary of those at http://www.fsck.com/rtfm/
-The docs on the web at www.fsck.com/rtfm/ are likely to be more up to
-date and complete than this document. You should consult them before 
-proceeding.
+        Jesse Vincent
+        Best Practical Solutions, LLC
+        March 2003
 
 REQUIRED PACKAGES:
 ------------------
 
-o   Perl5.005_03 or later with support for setgid perl scripts
-        RT's command line and mail gateway tools run setgid to the 'rt' group
-	to protect RT's database password.  You may need to install a special 
-	"suidperl" package or reconfigure your perl setup to support
-	 "setuid scripts".
+o   Perl 5.8.0 or later (http://www.perl.com).
+
+ 	(If you intend to use the FastCGI or SpeedyCGI support, you 
+	 need to make sure that perl has been built with support for 
+	 setgid perl scripts.)`
+
+    Perl 5.6.1 is currently deprecated and will be officially desupported
+    in a future release
 
 o   A DB backend; MySQL is recommended ( http://www.mysql.com ) 
-        Currently supported:    Mysql 3.23.38 or newer. 
-				 (Some older releases had crippling SQL bugs)
-				Postgres 7.1 or newer.
+        Currently supported:  Mysql 4.0.13 or later. 
+                              Postgres 7.2 or later.
+
+                              Mysql 3.23.46 or newer with support for InnoDB 
+			      is currently deprecated and will be officially
+			      desupported in a future release.
+
+o   Apache version 1.3.x or 2.x (http://httpd.apache.org) 
+    with mod_perl -- (http://perl.apache.org ) 
+    or a webserver with FastCGI support (www.fastcgi.com)
+
+        mod_perl 2.0 isn't quite ready for prime_time just yet;
+        Best Practical Solutions strongly recommends that sites use 
+        Apache 1.3 or FastCGI.
+
+        Compiling mod_perl on Apache 1.3.x as a DSO has been known 
+         to have massive stability problems and is not recommended.
+
+        mod_perl 1.x must be build with EVERYTHING=1
+
+        RT's FastCGI handler runs setgid to the 'rt' group to
+        protect RT's database password.  You may need to install
+        a special  "suidperl" package or reconfigure your perl
+        setup to support "setuid scripts" if you intend to use RT
+        with FastCGI.
+
+        Debian GNU/* 3.0+: the package which installs suidperl is
+         called perl-suid, and should work without any tweaking.
+
+        FreeBSD 4.2+: the package is called sperl, and should
+         install a suidperl that just works 
+
+        Conectiva Linux 6.0+: suidperl is installed by default when 
+         perl is installed, but the program /bin/suidperl is not setuid. 
+         You must use chmod to make it setuid.
 
-o   Apache + mod_perl -- ( http://perl.apache.org) 
-    or A webserver with FastCGI support (www.fastcgi.com)
 
-	If you compile mod_perl as a DSO, you're on your own. It's known
-	to have massive stability problems. 
-        mod_perl must be build with EVERYTHING=1
 
 o    Various and sundry perl modules
-        RT takes care of the installation of most of these automatically
-        during the "make testdeps" and "make fixdeps" stages below
+	A tool included with RT takes care of the installation of
+	most of these automatically during the install process.
+
+	The tool supplied with RT uses Perl's CPAN system
+	(http://www.cpan.org) to install modules. Some operating
+	systems package all or some of the modules required and
+	you may be better off installing the modules that way.
 
 
 GENERAL INSTALLATION
 --------------------
 
+This is a rough guide to installing RT. For more detail, you'll want 
+to read 'Chapter 2: Installing' in RT's manual, available at
+http://www.bestpractical.com/rt 
+
 1   Unpack this distribution SOMWHERE OTHER THAN where you want to install RT
 
         Granted, you've already got it open. To do this cleanly:
 
-        	tar xzvf rt.tar.gz -C /tmp
+                tar xzvf rt.tar.gz -C /tmp
 
-2   Check over /tmp/rt/Makefile
+2   Run the "configure" script. 
 
-	There are many variables you NEED to customize for your site.
-	Even if you are just upgrading, you must set ALL variables.
+        ./configure --help to see the list of options
+        ./configure (with the flags you want)
 
-3   Satisfy RT's myriad dependencies.  There's a perl script in rt/tools
-    called testdeps that uses CPAN to automate all of this.
+3   Satisfy RT's myriad dependencies. 
 
 3.1   Check for compliance:
-	make testdeps
+        
+   perl sbin/rt-test-dependencies \ 
+                --with- --with-
+
+        databasename is one of: mysql, postgres
+        web-environment is one of: fastcgi, modperl1, modperl2
 
-3.2   If there are unsatisfied dependencies, install them by hand or run
-	make fixdeps
-	
-       (You may need to install Apache::Session and Apache::DBI by hand.
+3.2   If there are unsatisfied dependencies, install them by hand or run:
 
-	You might need to install Msql-Mysql-Modules by hand.
-	perl -MCPAN -e'install DBD::mysql::Install' should do it for you.
-       )
+        perl sbin/rt-test-dependencies \
+                --with- --with- --install
+        
 
 3.3   Check to make sure everything was installed properly:
-	make testdeps
+
+        perl sbin/rt-test-dependencies \
+                --with- --with-
 
 4   Create a group called 'rt'
 
 5a  FOR A NEW INSTALLATION: 
         
         As root, type:
-		 make install	(replace "make" with the local name for 
-				 Make, if you need to)
+                 make install        (replace "make" with the local name for 
+                                 Make, if you need to)
 
-	If the make fails, type:
-		make dropdb 
-	and start over from step 5a
+                       
+                 make initialize-database 
 
-5b  FOR UPGRADING: (Within the RT 2.0.x series)
 
-	Make a backup of /path/to/rt/etc/config.pm
- 
-        As root, type: 
-		make upgrade     (replace "make" with the local name for 
-				  Make, if you need to)
+        If the make fails, type:
+                make dropdb 
+        and start over from step 5a
 
-	This will build new binaries, config files and libraries without
-	overwriting your RT database. 
+5b  FOR UPGRADING: (Within the RT 3.0.x series)
 
-        WARNING: This WILL clobber your existing configuration file!
-        
-        The install process will then instruct you to update your RT system 
-        database objects by running rt/etc/insertdata  where 
-         is the version of RT you're upgrading from.
+        As root, type: 
+                make upgrade     (replace "make" with the local name for 
+                                  Make, if you need to)
 
+        This will build new binaries, config files and libraries without
+        overwriting your RT database. 
         
-	
-5c  FOR UPGRADING (From 1.0.x):
-
-	Follow the instructions for installing RT 2.0.
+        It may then instruct you to update your RT system database objects 
 
-	Once you have installed RT 2.0, download import-1.0-to-2.0
-	from http://www.fsck.com/pub/rt/contrib/2.0/rt-addons
-
-	Edit the configuration defaults in import-1.0-to-2.0
-
-	If you don't set $DEFAULTQUEUE to the name of one of your
-	RT 1.0 queues, THE IMPORT WILL FAIL.
-
-	perl ./import-1.0-to-2.0
-
-	The import tool will do its thing. If you're using postgres, you'll
-	need to execute the following SQL statement within your RT2 database:
-
-	select setval('tickets_id_seq', (select max(id) from tickets));
-	
-	It imports:
-		Queues, Areas, Users, Acls, Mailing Rules, Queue Members,
-		Tickets and Transactions.
-
-	It DOES NOT IMPORT:
-		Attachments removed by stripmime or Templates.
-	
-6   Edit etc/config.pm in your RT installation directory.  In many
-    cases sensible defaults have been included. In others, you MUST
-    supply a value.
+6   Edit etc/RT_SiteConfig.pm in your RT installation directory, by specifying
+    any values you need to change from the defaults in etc/RT_Config.pm
 
 7   Configure the email and web gateways, as described below. 
 
@@ -142,97 +170,81 @@ GENERAL INSTALLATION
     NOTE: root's password for the web interface is "password" 
     (without the quotes.)  Not changing this is a SECURITY risk
     
-9   Configure RT per the instructions at http://www.fsck.com/rtfm/
+9   Configure RT per the instructions in RT's manual.
 
-    Until you do this, RT will not be able to send or recieve email,
+    Until you do this, RT will not be able to send or receive email,
     nor will it be more than marginally functional.  This is not an
     optional step.
 
 
-SETTING UP THE MAIL GATEWAY 
----------------------------
+THE WEB INTERFACE
+-----------------
 
-An alias for the initial queue will need to be made in either your
-global mail aliases file (if you are using NIS) or locally on your
-machine.
- 
-Add the following lines to /etc/aliases (or your local equivalent) :
-
-rt:         "|/path/to/rt2/bin/rt-mailgate --queue general --action correspond"
-rt-comment: "|/path/to/rt2/bin/rt-mailgate --queue general --action comment"
-                                                   |                |
-                                   ----/                |
-                                                                    |
-                      ---/
-
-
-
-THE WEB UI
-----------
-
-RT's web ui is based around HTML::Mason, which works well with the mod_perl
-perl interpreter within Apache httpd as well as with a webserver which
-supports FastCGI. (Instructions for configuring RT for use with FastCGI
-are available at http://www.fsck.com/rtfm/ )
+RT's web interface is based around HTML::Mason, which works best with the mod_perl
+perl interpreter within Apache httpd.  Alternatively, support for the FastCGI
+(and plain CGI) interface is also provided as 'bin/mason_handler.fcgi'.
 
 Apache 
-        RT Uses HTML::Mason.  You'll need to add a few lines to your
-        httpd.conf telling it to use rt's web ui.  If you have mod-perl
-	(you should, the perl scripts will go quite a bit faster around with
-	it), you can do something like this:
-
+        You'll need to add a few lines to your httpd.conf telling it about RT:
 
 
-DocumentRoot /path/to/rt2/WebRT/html
-ServerName your.rt.server.hostname
-PerlModule Apache::DBI
-PerlFreshRestart On
-PerlRequire /path/to/rt2/bin/webmux.pl
-
- SetHandler perl-script
- PerlHandler RT::Mason
-
+    ServerName your.rt.server.hostname
+    DocumentRoot /opt/rt3/share/html
+    AddDefaultCharset UTF-8
+
+    # this line applies to Apache2+mod_perl2 only
+    PerlModule Apache2 Apache::compat
+
+    PerlModule Apache::DBI
+    PerlRequire /opt/rt3/bin/webmux.pl
+
+    # this section applies to Apache 1 only
+    
+        SetHandler perl-script
+        PerlHandler RT::Mason
+    
+
+    # this section applies to Apache2+mod_perl2 only
+    
+        SetHandler perl-script
+        PerlHandler RT::Mason
+    
+    
+        SetHandler perl-script
+        PerlHandler RT::Mason
+    
+    
+        SetHandler perl-script
+        PerlHandler RT::Mason
+    
 
 
-Additionally, you should set up a cron job to remove stale session data.
-
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- WARNING: Don't install this cron job or run this find command if your
- MASON_SESSION_PATH (known in config.pm as $MasonSessionDir) 
- points to a directory that could  EVER contain any file that's not 
- a Apache::Session datafile.
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
-# Every hour, nuke session files and lockfiles that haven't been 
-# touched in 10 hours
-
-0 * * * * find /path/to/rt2/WebRT/sessiondata -type f -amin +600 -exec rm {} \;
 
 
-THE CLI
--------
-        Binaries for the CLI are located in rt/bin
-        You've got:
+SETTING UP THE MAIL GATEWAY 
+---------------------------
 
-                "rt" (manipulate or display requests) 
-                "rtadmin" (modify queues, users and acls)
+An alias for the initial queue will need to be made in either your
+global mail aliases file (if you are using NIS) or locally on your
+machine.
+ 
+Add the following lines to /etc/aliases (or your local equivalent) :
 
-        Both of these programs take --help as an option.
+rt:         "|/opt/rt3/bin/rt-mailgate --queue general --action correspond --url http://localhost/"
+rt-comment: "|/opt/rt3/bin/rt-mailgate --queue general --action comment --url http://localhost/"
+                                            |                |             |
+                            ----/                |             |
+                                                             |             |
+               ---/             |
+                                                                           |
+                                            ---/
 
 
 BUGS
 ----
 
-Known issues with releases of RT2 are listed at 
-.  This includes every bug known
-to exist in each release of RT.  (When prompted, login as guest/guest)
-
-To find out more about currently open bugs, check out the live 
-Buglist at  .
-(When prompted, login as guest/guest)
-
-To report a bug, send an email to rt-2.0-bugs@fsck.com.
+To report a bug, send email to rt-3.0-bugs@fsck.com.
 
 GETTING HELP
 ------------
@@ -249,8 +261,8 @@ information about commercial support options, please send email to
 RT-USERS MAILINGLIST
 --------------------
 
-To keep up to date on the latest RT tips, techniques and extections,
-you probably want to join the rt-users mailinglist.  Send a message to:
+To keep up to date on the latest RT tips, techniques and extensions,
+you probably want to join the rt-users mailing list.  Send a message to:
 
          rt-users-request@lists.fsck.com 
 
@@ -258,79 +270,31 @@ With the body of the message consisting of only the word:
 
         subscribe
 
-If you're interested in hacking on rt, you'll want to subscribe to
+If you're interested in hacking on RT, you'll want to subscribe to
 rt-devel@lists.fsck.com.  Subscribe to it with instructions similar to
 those above.
 
 Address questions about the stable release to the rt-users list, and
 questions about the development version to the rt-devel list.  If you feel
-your questions are best not asked publically, send them personally to
+your questions are best not asked publicly, send them personally to
 .
 
-If you want to be informed of every commit to the CVS repository,
-subscribe to rt-commit@fsck.com using similar instructions to those above.
-
 
 RT WEBSITE
 ----------
 
 For current information about RT, check out the RT website at 
-http://www.bestpractical.com/rt  You'll find screenshots, a pointer
-to the current version of rt, contributed patches and lots of other great
-stuff.
+        http://www.bestpractical.com/  
+
+You'll find screenshots, a pointer to the current version of RT, contributed 
+patches, and lots of other great stuff.
 
 
 TROUBLESHOOTING
 ---------------
 
-All errors will be appended to a logfile, which lives in /tmp/rt.log.* unless 
-you've reconfigured it.  Check etc/config.pm for details.
-
 If the solution to the problem you're running into isn't obvious and you've 
-checked the FAQ, feel free to send mail to rt-users@fsck.com (for release 
+checked the FAQ, feel free to send mail to rt-users@fsck.com (for released 
 versions of RT) or rt-devel@fsck.com (for development versions).
 
-GIVING SOMETHING BACK
----------------------
-
-RT is free software. You are not obligated to pay for it.  You should be 
-aware, however, that bestpractical.com's sole source of revenue is commercial
-work related to RT. If you are able, either a contract to extend RT in some 
-way that would be useful to your organization, a financial contribution, or 
-even something off the author's amazon wishlist 
-	( http://www.amazon.com/exec/obidos/wishlist/2GMHUDAFBT2XR/ )
-would be much appreciated. 
-
 Thanks!
-
-
-CREDITS
--------
-
-A lot of people are responsible for making RT a better program.  Many
-thanks to Lauren Burka, who originally tasked me with writing this beast.
-She forced me to use a database backend.  I've thanked her for it every
-day since.  Rich West rewrote this readme and did some UI hacking.  Adam
-Hirsch, Kit Kraysha, Robin Garner, Jens Glaser, John Adams, Trey Belew, 
-Sean Dague, Nathan Mehl, Kee Hinckley, Rich West, Dale Bewley, Serge Zhuk,
-John Lengeling, Elmar Knipp, Gerald Abshez, Dave Hull, Dave Schenet,
-Dave Walton, Jan Okrouhly, Tobias Brox, Lamont Lucas, Charlie Brady,
-Robin Shostack, Eric Mumpower, Jerrod Wiesman, Adam Hammer, Ivan Kohler, Alex
-Pilosov, Mary Alderdice, Deborah Kaplan, Jens von Bülow, Tristan Horn,
-Lee Ann Goldstein, Karel P Kerezman, Feargal Reilly, Christian Steger,
-Christian Kurz, JD Falk, Arthur de Jong, Ben Carter, Mark Vevers
-and many others
-have all contributed bug reports, code or ideas that have helped RT along.  
-
-Arepa, Inc, Utopia Inc, Wesleyan University and The Leftbank Operation 
-have paid me to maintain RT and release it to the public.  Without their 
-support RT would not exist.  
-
-If I've left you out, please drop me a line ....it wasn't intentional. 
- 
-
-        Enjoy
-
-        Jesse Vincent
-	
-        Best Practical Solutions, LLC
diff --git a/rt/TODO b/rt/TODO
deleted file mode 100755
index 3d1b7d02e..000000000
--- a/rt/TODO
+++ /dev/null
@@ -1,9 +0,0 @@
-Errata for RT 2.x can be found at http://fsck.com/rt2/NoAuth/Errata.html
-
-A list of all open issues, including those which haven't been added
-to the official Errata lists,  can be found at 
-http://fsck.com/rt2/NoAuth/Buglist.html
-
-If you want to look at bugs in more detail, you may need to login as guest with a password of 'guest'
-
-
diff --git a/rt/bin/initacls.Oracle b/rt/bin/initacls.Oracle
deleted file mode 100644
index 8d05f45e1..000000000
--- a/rt/bin/initacls.Oracle
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-DATABASEHOME=$1
-HOSTNAME=$2
-PORT=$3
-DATABASEADMIN=$4
-DBAPASSWD=$5
-DATABASENAME=$6
-DATABASEACLS=$7
-
-BINDIR=${DATABASEHOME}/bin
-
-echo "DBHOME = $DATABASEHOME"
-echo "HOSTNAME = $HOSTNAME"
-echo "PORT = $PORT"
-echo "DATABASEADMIN = $DATABASEADMIN"
-echo "DBAPASSWD = $DBAPASSWD"
-echo "DATABASENAME = $DATABASENAME"
-
-PATH=$PATH:$BINDIR
-export PATH
-
-echo "Please enter ${DATABASEADMIN}'s  password for the SID ${DATABASENAME} to create an rt user";
-
-$BINDIR/sqlplus ${DATABASEADMIN}@${DATABASENAME}  @$DATABASEACLS
-
diff --git a/rt/bin/initacls.Pg b/rt/bin/initacls.Pg
deleted file mode 100755
index 82e32de74..000000000
--- a/rt/bin/initacls.Pg
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-DATABASEHOME=$1
-HOSTNAME=$2
-PORT=$3
-DATABASEADMIN=$4
-DBAPASSWD=$5
-DATABASENAME=$6
-DATABASEACLS=$7
-
-BINDIR=${DATABASEHOME}/bin
-
-
-PATH=$PATH:$BINDIR
-export PATH
-
-echo "Enter the postgres administrator's database password to create a new user for rt"
-
-if [ "fnord$PORT" != "fnord" ]; then
-	PORT="-p $PORT"
-fi;
-
-if [ "fnord$HOSTNAME" != "fnord" ]; then
-	HOSTNAME="-h $HOSTNAME"
-fi;
-
-psql $HOSTNAME $PORT -d $DATABASENAME -f $DATABASEACLS -U $DATABASEADMIN
-
diff --git a/rt/bin/initacls.mysql b/rt/bin/initacls.mysql
deleted file mode 100755
index 17e63f837..000000000
--- a/rt/bin/initacls.mysql
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-DATABASEHOME=$1
-HOSTNAME=$2
-PORT=$3
-DATABASEADMIN=$4
-DBAPASSWD=$5
-DATABASENAME=$6
-DATABASEACLS=$7
-
-BINDIR=${DATABASEHOME}/bin
-
-PATH=$PATH:$BINDIR
-export PATH
-
-echo "Enter the mysql administrator's database password to create a new user for RT"
-$BINDIR/mysql --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} -p${DBAPASSWD} mysql < $DATABASEACLS
-
-echo "Enter the mysql administrator's database password to nondestructively reload the database"
-$BINDIR/mysqladmin --host=${HOSTNAME} --port=${PORT} --user=${DATABASEADMIN} -p${DBAPASSWD} reload
diff --git a/rt/bin/mason_handler.fcgi b/rt/bin/mason_handler.fcgi
index e8a4e128f..431eccbd3 100755
--- a/rt/bin/mason_handler.fcgi
+++ b/rt/bin/mason_handler.fcgi
@@ -1,221 +1,54 @@
-#!!!PERL!!
-# $Header: /home/cvs/cvsroot/freeside/rt/bin/mason_handler.fcgi,v 1.1 2002-08-12 06:17:07 ivan Exp $
-# RT is (c) 1996-2001 Jesse Vincent (jesse@fsck.com);
+#!/usr/bin/perl
+# BEGIN LICENSE BLOCK
+# 
+# Copyright (c) 1996-2003 Jesse Vincent 
+# 
+# (Except where explictly superceded by other copyright notices)
+# 
+# This work is made available to you under the terms of Version 2 of
+# the GNU General Public License. A copy of that license should have
+# been provided with this software, but in any event can be snarfed
+# from www.gnu.org.
+# 
+# This work is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+# 
+# Unless otherwise specified, all modifications, corrections or
+# extensions to this work which alter its source code become the
+# property of Best Practical Solutions, LLC when submitted for
+# inclusion in the work.
+# 
+# 
+# END LICENSE BLOCK
 
 use strict;
-$ENV{'PATH'} = '/bin:/usr/bin';    # or whatever you need
-$ENV{'CDPATH'} = '' if defined $ENV{'CDPATH'};
-$ENV{'SHELL'} = '/bin/sh' if defined $ENV{'SHELL'};
-$ENV{'ENV'} = '' if defined $ENV{'ENV'};
-$ENV{'IFS'} = ''          if defined $ENV{'IFS'};
+use File::Basename;
+require ('/opt/rt3/bin/webmux.pl');
 
+my $h = &RT::Interface::Web::NewCGIHandler();
 
-# We really don't want apache to try to eat all vm
-# see http://perl.apache.org/guide/control.html#Preventing_mod_perl_Processes_Fr
-
-
-package RT::Mason;
-#use CGI qw(-private_tempfiles);   # pull in CGI with the private tempfiles
-				  #option predefined
-use HTML::Mason;  # brings in subpackages: Parser, Interp, etc.
-
-use vars qw($VERSION %session $Nobody $SystemUser $cgi);
-
-# List of modules that you want to use from components (see Admin
-# manual for details)
-
-#Clean up our umask...so that the session files aren't world readable, writable or executable
-umask(0077);
-
-
-  
-$VERSION="!!RT_VERSION!!";
-
-use lib "!!RT_LIB_PATH!!";
-use lib "!!RT_ETC_PATH!!";
-
-#This drags in  RT's config.pm
-use config;
-use Carp;
-
-{  
-    package HTML::Mason::Commands;
-    use vars qw(%session $ContentType);
-    
-    use RT; 
-    use RT::Ticket;
-    use RT::Tickets;
-    use RT::Transaction;
-    use RT::Transactions;
-    use RT::User;
-    use RT::Users;
-    use RT::CurrentUser;
-    use RT::Template;
-    use RT::Templates;
-    use RT::Queue;
-    use RT::Queues;
-    use RT::ScripAction;
-    use RT::ScripActions;
-    use RT::ScripCondition;
-    use RT::ScripConditions;
-    use RT::Scrip;
-    use RT::Scrips;
-    use RT::Group;
-    use RT::Groups;
-    use RT::Keyword;
-    use RT::Keywords;
-    use RT::ObjectKeyword;
-    use RT::ObjectKeywords;
-    use RT::KeywordSelect;
-    use RT::KeywordSelects;
-    use RT::GroupMember;
-    use RT::GroupMembers;
-    use RT::Watcher;
-    use RT::Watchers;
-    use RT::Handle;
-    use RT::Interface::Web;    
-    use MIME::Entity;
-    use CGI::Cookie;
-    use Date::Parse;
-    use HTML::Entities;
-    use Text::Wrapper;
- 
-    #TODO: make this use DBI
-    use Apache::Session::File;
-    use CGI::Fast;
-
-    # set the page's content type.
-    # In this case, just save it to a variable that we can pull later;
-    sub SetContentType {
-	$ContentType = shift;
-    }
-    sub CGIObject {
-	return $RT::Mason::cgi;
-    }
-}
-
-
-my ($output, $parser, $interp);
-if ($HTML::Mason::VERSION < 1.0902) {
-        require HTML::Mason::ApacheHandler;
-
-         $parser = &RT::Interface::Web::NewParser(allow_globals => [%session]);
-
-         $interp = &RT::Interface::Web::NewInterp(parser=>$parser,
-                                             allow_recursive_autohandlers => 1,
-					    out_method => \$output);
-}
-else {
-         $interp = &RT::Interface::Web::NewInterp(
-                                                  allow_globals => [%session],
-                                                  default_escape_flags => 'h',
-
-					    out_method => \$output);
-}
-# Die if WebSessionDir doesn't exist or we can't write to it
-
-stat ($RT::MasonSessionDir);
-die "Can't read and write $RT::MasonSessionDir"
-  unless (( -d _ ) and ( -r _ ) and ( -w _ ));
-
+# Enter CGI::Fast mode, which should also work as a vanilla CGI script.
+require CGI::Fast;
 
 RT::Init();
 
 # Response loop
-while ($RT::Mason::cgi = new CGI::Fast) {
-    
-    $HTML::Mason::Commands::ContentType = 'text/html';
-        
-    # This routine comes from ApacheHandler.pm:
-    my (%args, $cookie);
-    foreach my $key ( $cgi->param ) {
-	foreach my $value ( $cgi->param($key) ) {
-	    if (exists($args{$key})) {
-		if (ref($args{$key})) {
-		    $args{$key} = [@{$args{$key}}, $value];
-		} else {
-		    $args{$key} = [$args{$key}, $value];
-		}
-	    } else {
-		$args{$key} = $value;
-	    }
-
-	}
-	
-    }
-    
-
-    my $comp = $ENV{'PATH_INFO'};
-    
-    if ($comp =~ /^(.*)$/) {  # untaint the path info. apache should
-			      # never hand us a bogus path. 
-			      # We should be more careful here.
-	$comp = $1;
-    }    
-    
-    if ($comp =~ /\/$/) {
-	$comp .= "index.html";
-    }	
-    
-    #This is all largely cut and pasted from mason's session_handler.pl
-    
-    # {{{ Cookies
-    my %cookies = fetch CGI::Cookie();
-    
-    eval {
-	my $session_id = undef;
-
-	#Get the session id and untaint it
-	if ($cookies{'AF_SID'} && $cookies{'AF_SID'}->value() =~ /^(.*)$/) {
-		$session_id = $1;
-	}
- 
-	tie %HTML::Mason::Commands::session, 'Apache::Session::File',
-	  	$session_id, 
-	    { Directory => $RT::MasonSessionDir,
-	      LockDirectory => $RT::MasonSessionDir,
-	    }	;
-    };
-    
-    if ( $@ ) {
-	# If the session is invalid, create a new session.
-	if ( $@ =~ m#^Object does not exist in the data store# ) {
-	     tie %HTML::Mason::Commands::session, 'Apache::Session::File', undef,
-	     { Directory => $RT::MasonSessionDir,
-	       LockDirectory => $RT::MasonSessionDir,
-	     };
-	     undef $cookies{'AF_SID'};
-	}
-	  else {
-	      die "$@ \nProbably means that RT Couldn't write to session directory '$RT::MasonSessionDir'. Check that this directory's permissions are correct.";
-	  }
+while ( my $cgi = CGI::Fast->new ) {
+    # the whole point of fastcgi requires the env to get reset here..
+    # So we must squash it again
+    $ENV{'PATH'}   = '/bin:/usr/bin';
+    $ENV{'CDPATH'} = '' if defined $ENV{'CDPATH'};
+    $ENV{'SHELL'}  = '/bin/sh' if defined $ENV{'SHELL'};
+    $ENV{'ENV'}    = '' if defined $ENV{'ENV'};
+    $ENV{'IFS'}    = '' if defined $ENV{'IFS'};
+
+    unless ($h->interp->comp_exists($cgi->path_info)) {
+	$cgi->path_info($cgi->path_info . "/index.html");
     }
-    
-    if ( !$cookies{'AF_SID'} ) {
-	$cookie = new CGI::Cookie
-	  (-name=>'AF_SID', 
-	   -value=>$HTML::Mason::Commands::session{_session_id}, 
-	   -path => '/',);
-	
-    } else {
-	$cookie = undef;
-    }
-    
-    # }}}
-    
-    $output = '';
-    eval {
-	    my $status = $interp->exec($comp, %args);
-    };
- 
-    if ($@) {
-	$output = "
$@
"; - } - - print "Content-Type: $HTML::Mason::Commands::ContentType\r\n"; - print "Set-Cookie: $cookie\r\n" if ($cookie); - print "\r\n"; - print $output; - untie %HTML::Mason::Commands::session; - + $h->handle_cgi_object($cgi); + # _should_ always be tied } + +1; diff --git a/rt/bin/mason_handler.scgi b/rt/bin/mason_handler.scgi index b9846c898..8e1135c2f 100755 --- a/rt/bin/mason_handler.scgi +++ b/rt/bin/mason_handler.scgi @@ -1,193 +1,41 @@ -#!!!PERL!! -w - -#!/usr/bin/speedy -- -t600 -M8 -# $Header: /home/cvs/cvsroot/freeside/rt/bin/mason_handler.scgi,v 1.1 2002-08-12 06:17:07 ivan Exp $ -# RT is (c) 1996-2001 Jesse Vincent (jesse@fsck.com); -# -# Contains code derived from mason.cgi -# mason.cgi is Copyright December 2000 Joshua Kronengold (mneme@io.com, -# mneme@cyberspace.org). All Rights Reserved. +#!/usr/local/bin/speedy +# BEGIN LICENSE BLOCK +# +# Copyright (c) 1996-2003 Jesse Vincent +# +# (Except where explictly superceded by other copyright notices) +# +# This work is made available to you under the terms of Version 2 of +# the GNU General Public License. A copy of that license should have +# been provided with this software, but in any event can be snarfed +# from www.gnu.org. +# +# This work is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# Unless otherwise specified, all modifications, corrections or +# extensions to this work which alter its source code become the +# property of Best Practical Solutions, LLC when submitted for +# inclusion in the work. +# +# +# END LICENSE BLOCK use strict; -# {{{ Clean out the environment a little bit -$ENV{'PATH'} = '/bin:/usr/bin'; # or whatever you need -$ENV{'CDPATH'} = '' if defined $ENV{'CDPATH'}; -$ENV{'SHELL'} = '/bin/sh' if defined $ENV{'SHELL'}; -$ENV{'ENV'} = '' if defined $ENV{'ENV'}; -$ENV{'IFS'} = '' if defined $ENV{'IFS'}; -# }}} - -package RT::Mason; -use HTML::Mason; # brings in subpackages: Parser, Interp, etc. -use vars qw($VERSION %session $Nobody $SystemUser); - -# List of modules that you want to use from components (see Admin -# manual for details) - -$VERSION="!!RT_VERSION!!"; - -use lib "!!RT_LIB_PATH!!"; -use lib "!!RT_ETC_PATH!!"; - - -#This drags in RT's config.pm -use config; -use Carp; - -use HTML::Mason::FakeApache; -use CGI; - -# {{{ Set up CGI environment and grab CGI params: +require ('/opt/rt3/bin/webmux.pl'); -my $r=new HTML::Mason::FakeApache; +my $h = &RT::Interface::Web::NewCGIHandler(); -$|=1; # set output to non-buffered. +require CGI; -my %cgi; -CGI::ReadParse(\%cgi); # %cgi is now a tied hash containing our params. +RT::Init(); -my $q=$cgi{CGI}; # $q now contains the object tied to %cgi. -# }}} - -# {{{ require what we need -{ - package HTML::Mason::Commands; - - use vars qw(%session); - - use RT::Ticket; - use RT::Tickets; - use RT::Transaction; - use RT::Transactions; - use RT::User; - use RT::Users; - use RT::CurrentUser; - use RT::Template; - use RT::Templates; - use RT::Queue; - use RT::Queues; - use RT::ScripAction; - use RT::ScripActions; - use RT::ScripCondition; - use RT::ScripConditions; - use RT::Scrip; - use RT::Scrips; - use RT::Group; - use RT::Groups; - use RT::Keyword; - use RT::Keywords; - use RT::ObjectKeyword; - use RT::ObjectKeywords; - use RT::KeywordSelect; - use RT::KeywordSelects; - use RT::GroupMember; - use RT::GroupMembers; - use RT::Watcher; - use RT::Watchers; - use RT::Handle; - use RT::Interface::Web; - use MIME::Entity; - use CGI::Cookie; - use Date::Parse; - use HTML::Entities; - - - use Apache::Session::File; - - +my $cgi = CGI->new; +unless ($h->interp->comp_exists($cgi->path_info)) { + $cgi->path_info($cgi->path_info . "/index.html"); } -# }}} - -# {{{ RT Database setup - $RT::Handle = new RT::Handle; - - $RT::Handle->Connect; - - use RT::CurrentUser; - - #RT's system user is a genuine database user. its id lives here - $RT::SystemUser = new RT::CurrentUser(); - $RT::SystemUser->LoadByName('RT_System'); - - #RT's "nobody user" is a genuine database user. its ID lives here. - $RT::Nobody = new RT::CurrentUser(); - $RT::Nobody->LoadByName('Nobody'); - - -# }}} - - - - -# {{{ Deal with cookies - -my %cookies = fetch CGI::Cookie(); -eval { - tie %HTML::Mason::Commands::session, 'Apache::Session::File', - ( $cookies{'AF_SID'} ? $cookies{'AF_SID'}->value() : undef ); -}; - -if ( $@ ) { - # If the session is invalid, create a new session. - if ( $@ =~ m#^Object does not exist in the data store# ) { - tie %HTML::Mason::Commands::session, 'Apache::Session::File', undef; - undef $cookies{'AF_SID'}; - } -} - -if ( !$cookies{'AF_SID'} ) { - my $cookie = new CGI::Cookie( - -name=>'AF_SID', - -value=>$HTML::Mason::Commands::session{_session_id}, - -path => '/'); - print 'Set-Cookie: '. $cookie."\r\n"; -} - -# }}} - -my $path=$ENV{PATH_INFO} || "/"; $path=~s/\'/\\\'/g; - -my $type=`/usr/bin/file '$RT::MasonComponentRoot/$path'`; - -# {{{ if it's a text file, handle it with mason. -if($type=~/text|directory/) { - my ($out, %mason_params); - my $parser = RT::Interface::Web::NewParser(allow_globals=>[qw($r)]); - $mason_params{parser}=$parser; - $r->content_type('text/html'); - # (get cookies line) ... - $r->access_hash('headers_in','Cookie',$ENV{HTTP_COOKIE}); - $r->{'args@'}=[]; - $mason_params{out_method}=\$out; - - my $interp = RT::Interface::Web::NewInterp(%mason_params); - - $interp->set_global(r=>$r); - $interp->exec($path,%cgi); - $r->send_http_header(); - print $out; -} -# }}} - -# {{{ if it's not a text file, just stream it out. - -else { # file is binary, damn it - my $mime_type; - if ( $mime_type= - eval{ use MIME::Types; - my($type,$encoding)=MIME::Types::by_suffix($path); - $type; }) { - print $q->header($mime_type); - $path=~s/[\|\>\<\&]//g; - open F,"$RT::MasonComponentRoot/$path" or - die "couldn't open $path -- $!"; - print while ; - close F; - } else { - die "couldn't resolve type of non-text file (!@; $type) -- install Mime::Types\n"; - } - } - -# }}} +$h->handle_cgi_object($cgi); -untie %HTML::Mason::Commands::session; +1; diff --git a/rt/bin/rt b/rt/bin/rt deleted file mode 100755 index 41220bb56..000000000 --- a/rt/bin/rt +++ /dev/null @@ -1,1391 +0,0 @@ -#!!!PERL!! -w -# -# $Header: /home/cvs/cvsroot/freeside/rt/bin/Attic/rt,v 1.1 2002-08-12 06:17:07 ivan Exp $ -# RT is (c) 1996-2001 Jesse Vincent - -use strict; -use Carp; -use Getopt::Long; - -use lib "!!RT_LIB_PATH!!"; -use lib "!!RT_ETC_PATH!!"; - -use RT::Interface::CLI qw(CleanEnv LoadConfig DBConnect - GetCurrentUser GetMessageContent); - -#Clean out all the nasties from the environment -CleanEnv(); - -#Load etc/config.pm and drop privs -LoadConfig(); - -#Connect to the database and get RT::SystemUser and RT::Nobody loaded -DBConnect(); - -#Drop setgid permissions -RT::DropSetGIDPermissions(); - -#Get the current user all loaded -my $CurrentUser = GetCurrentUser(); - -unless ($CurrentUser->Id) { - print "No RT user found. Please consult your RT administrator.\n"; - exit(1); -} - - -# {{{ commandline flags - -my ( @id, - @limit_queue, - @limit_status, - @limit_owner, - @limit_priority, - @limit_final_priority, - @limit_requestor, - @limit_subject, - @limit_body, - @limit_created, - @limit_resolved, - @limit_lastupdated, - @limit_dependson, - @limit_dependedonby, - @limit_memberof, - @limit_hasmember, - @limit_refersto, - @limit_referredtoby, - @limit_keyword, - - @limit_due, - @limit_starts, - @limit_started, - $limit_first, - $limit_rows, - $history, - $summary, - $create, - @requestors, - @cc, - @admincc, - $status, - $subject, - $owner, - $steal, - $queue, - $time_left, - $priority, - $final_priority, - $due, - $starts, - $started, - $contacted, - $comment, - $reply, - $source, - $edit, - @dependson, - @memberof, - @refersto, - $mergeinto, - @keywords, - $time_taken, - $verbose, - $debug, - $help, - $version); - -# }}} - -# Set defaults for cli args - -$edit = 1; # Assume the user wants to edit replies and comments - # unless they specify --noedit - -# {{{ args - -my @args =("id=s" => \@id, - "limit-queue=s" => \@limit_queue, - "limit-status=s" => \@limit_status, - "limit-owner=s" => \@limit_owner, - "limit-priority=s" => \@limit_priority, - "limit-final-priority=s" => \@limit_final_priority, - "limit-requestor=s" => \@limit_requestor, - "limit-subject=s" => \@limit_subject, - "limit-body=s", \@limit_body, - "limit-created=s" => \@limit_created, - "limit-due=s" => \@limit_due, - "limit-last-updated=s" => \@limit_lastupdated, - "limit-keyword=s" => \@limit_keyword, - - "limit-member-of=s" => \@limit_memberof, - "limit-has-member=s" => \@limit_hasmember, - "limit-depended-on-by=s" => \@limit_dependedonby, - "limit-depends-on=s" => \@limit_dependson, - "limit-referred-to-by=s" => \@limit_referredtoby, - "limit-refers-to=s" => \@limit_refersto, - - "limit-starts=s" => \@limit_starts, - "limit-started=s" => \@limit_started, - "limit-first=i" => \$limit_first, - "limit-rows=i" => \$limit_rows, - "history|show" => \$history, - "summary:s" => \$summary, - "create" => \$create, - "keywords=s" => \@keywords, - "requestor|requestors=s" => \@requestors, - "cc=s" => \@cc, - "admincc=s" => \@admincc, - "status=s" => \$status, - "subject=s" => \$subject, - "owner=s" => \$owner, - "steal" => \$steal, - "queue=s" => \$queue, - - - "priority=i" => \$priority, - "final-priority=i" => \$final_priority, - "due=s" => \$due, - "starts=s" => \$starts, - "started=s" => \$started, - "contacted=s" => \$contacted, - "comment", \$comment, - "reply|respond", \$reply, - "source=s" => \$source, - "edit!" => \$edit, - "depends-on=s" => \@dependson, - "member-of=s" => \@memberof, - "merge-into=s" => \$mergeinto, - "refers-to=s" => \@refersto, - "time-left=i" => \$time_left, - "time-taken=i" => \$time_taken, - "verbose+" => \$verbose, - "debug" => \$debug, - "version" => \$version, - "help|h|usage" => \$help - ); - -# }}} - - - -GetOptions(@args); - -print join(':',@keywords); -# {{{ If they want it, print a usage message and get out - -if ($help) { - - -print < - --limit-status=[!](new|open|stalled|resolved) - - --limit-owner=[!] - --limit-priority=[starts][-][ends] - --limit-final-priority=[starts][-][ends] - starts is less than ends - --limit-requestor=[!]| - --limit-subject=[!] - --limit-body=[!] - --limit-keyword=[!]