71 Commits

Author SHA256 Message Date
4b414237a7 Add Gitea build results 2025-08-12 18:18:45 +02:00
Lars Vogdt
0b1d2b9293 re-add Data::Page as requested by configure
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=78
2024-09-20 13:59:57 +00:00
Lars Vogdt
4acec32ceb fix perl(Module::Runtime)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=77
2024-09-20 13:56:30 +00:00
Lars Vogdt
3bc056b7be update version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=76
2024-09-20 13:52:49 +00:00
Lars Vogdt
cc0c0cd640 - update to 5.0.7
Lifecycle Updates
 
 RT 5.0.6 included some updates to RT internals to make lifecycles easier
 to configure and manage. Once RT 5.0.6 was released and users started testing
 with more complicated existing lifecycles, some bugs were discovered. The
 following bugs are addressed in RT 5.0.7.
 
 * Merge existing lifecycle mapping configuration on save. Previously, in some
   cases, existing mappings would be incorrectly deleted.
 
 * Restore loading lifecycle configuration from files and add a message to
   admins to remove config files to delete. The previous change was introduced
   to allow lifecycles to be deleted, but it also impacted loading new lifecycle
   configurations from files, like when installing an extension. Now admins will be
   warned on delete if a lifecycle is being loaded from a file on disk.
 
 Additional Updates
 * On the queue admin page, warn if queue addresses are the same as a user address
 * In the reports menu, retain the desired order when adding reports
 * Prevent Show/Hide "quoted text"/"full description" click events from propagating
 * Tweak lifecycle delete button text to make it more clear it deletes the lifecycle
 * Document db configs and also the merge behavior of hash configs
 * Correct POD warnings in Config docs
 * Avoid reloading configs multiple times on configuration content update
 * Remove duplicate CLI options
 * Do not cast as decimal if using "LIKE" operator for numeric custom fields
 * Update the attribute of CustomFieldView to be the same as CustomField

- update to 5.0.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=75
2024-09-20 13:52:26 +00:00
9199dd16c5 Accepting request 1156184 from home:tinita:branches:d:l:p
- Use %autosetup instead of deprecated %patchN

OBS-URL: https://build.opensuse.org/request/show/1156184
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=74
2024-03-08 10:08:52 +00:00
Lars Vogdt
a5fe842300 - update to 5.0.2
Security
  * In previous versions, RT's native login system is vulnerable to user enumeration
    through a timing side-channel attack. This means an external entity could try to
    find valid usernames by attempting logins and comparing the time to evaluate each
    login attempt for valid and invalid usernames. This vulnerability does not allow any
    access to the RT system. This vulnerability is assigned CVE-2021-38562 and is fixed
    in this release.
  * RT uses the chart.js package and the previous version has vulnerabilities
    described here: https://snyk.io/test/npm/chart.js/2.8.0 This RT release updates
    chart.js to version 2.9.4 as recommended in that advisory.
 General features and fixes
  * Update Starts on SLA changes even if Starts was already set
  * Accept usernames for email input fields on ticket create/update
  * Support group:NAME and group:ID in non-single role input fields
  * Create an autocompleter for Principals (works with both users and groups)
  * Support more characters for user/group names in non-single role input fields
  * Normalize and validate time inputs
  * Support to generate different dashboard content for each recipient
  * Use user timezone for date "=" queries in ticket search
  * Add "Create Via Email" and "Create Via Web" conditions
  * Fix table wrapping error in Ticket/Update.html
  * Don't escape queue name in title generation stage as it'll be escaped later
  * Allow to squelch recipients that also exist in one time inputs
  * Show all valid statuses on Asset bulk update page
  * In the datepicker, reset the time part after date input is cleared
  * Support columns as values in ticket search (ticket values on right-hand side in searches)
  * Support a friendly syntax for custom field columns as values in ticket search
  * Allow to specify CF Content/LargeContent columns in the keyword part of SQL
  * Support role searches like Owner = CF.cid or Owner = Creator

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=73
2021-10-11 10:51:01 +00:00
Lars Vogdt
6a71e7319d fix directory permissions
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=72
2021-04-20 21:03:39 +00:00
Lars Vogdt
7563117fc3 - install GnuPG, RT-Shredder and SMIME work directories
- enhance README.SUSE

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=71
2021-04-20 21:01:46 +00:00
Lars Vogdt
a8df46e4d7 - sort the layout file to match the current RT5 path layout
- install GnuPG and SMIME directories
- recommend w3m, because of:
  "Running with the internal HTML converter can result in performance 
   issues with some HTML. Install one of the following utilities with 
   your package manager to improve performance with an external tool: 
   w3m, elinks, links, html2text, lynx"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=70
2021-04-20 08:44:14 +00:00
Lars Vogdt
f5a2cfc97b - add missing runtime dependencies:
+ perl(Apache::DBI)
  + perl(Module::Pluggable)
  + perl(Pod::Select)
  + perl(Business::Hours)
  + perl(CSS::Minifier::XS)
  + perl(Data::Page::Pageset)
  + perl(JavaScript::Minifier::XS)
  + perl(Net::IP)
  + perl(Scope::Upper)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=69
2021-04-20 08:11:34 +00:00
Lars Vogdt
9e16f60030 + perl(GnuPG::Interface)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=68
2021-04-13 20:56:11 +00:00
Lars Vogdt
4a2b82a814 - update to 5.0.1:
Database Changes
  + For MySQL and MariaDB, the default character set has been updated to 
    utf8mb4 to accommodate more unicode characters including emojis. 
    See README.MySQL and README.MariaDB for details.
  + The Id field in some tables is changed from INT to BIGINT to accommodate 
    large RT systems that may hit the maximum number of ids. Because this 
    change touches large RT tables like Transactions and Attachments, 
    this upgrade step may take a while to run.
  + You also will need free disk space equal to the size of these tables 
    while running because MySQL, MariaDB, and Postgres will create a temporary 
    copy of the table while running. If you don't have sufficient space, 
    it can cause this step to fail.
  Notable Changes
  + System configuration options can now be changed by SuperUsers via the 
    web UI. File-based configuration options are still loaded. Changes made 
    via the web UI take precedence over file-based options if both are set.
  + If you prefer to keep all configuration in files and disable editing in 
    the web UI, set this option to 0:
        Set($ShowEditSystemConfig, 0);
  + The variables which alter the set of HTML elements allowed in HTML 
    scrubbing have moved; they have been renamed, and are now found under
    RT::Interface::Web::Scrubber.
  + The articles interface on tickets has been simplified, now showing only 
    a dropdown for selecting articles. This dropdown converts to an autocomplete
    box when the dropdown contains more than $DropdownMenuLimit items.
  + With this simplified interface, the "hotlist" feature is no longer 
    needed as all articles in classes applied to a given queue are available
    in the dropdown/autocomplete field. To prevent articles in a class from 
    appearing for a queue, you can unapply the class from that queue.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=67
2021-04-13 16:33:18 +00:00
5d84a3794a fix build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=66
2020-10-28 16:28:12 +00:00
Lars Vogdt
dd806ff1c5 - replace cron scripts with systemd timer scripts on systems using
systemd (boo#1115430)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=64
2020-05-04 19:07:09 +00:00
Lars Vogdt
bc50678cca - recommend perl(HTML::FormatExternal) to allow RT to use external
programms to render HTML to plain text (optional feature)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=63
2019-03-14 14:53:28 +00:00
Lars Vogdt
8cb19edcb5 - recommend perl(HTML::Gumbo), as this is an optional dependency for
showing a broader set of rich text (HTML) message features

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=62
2019-03-14 14:46:56 +00:00
Lars Vogdt
e950a3fd00 - update to 4.4.4:
Security Updates
  + One of RT's dependencies, the Perl module Email::Address, has a denial 
    of service vulnerability which could induce a denial of service of RT 
    itself. 
    We recommend updating to Email::Address version 1.912 or later. The 
    Email::Address vulnerabilities are assigned CVE-2015-7686 and CVE-2015-12558. 
    CVE-2015-7686 was addressed in RT with a previous update. 
    Email::Address version 1.912 addresses both of these CVEs with updates 
    directly in the source module. 
  + One of RT's dependencies, the Perl module Email::Address::List, relies 
    on and operates similarly to Email::Address and therefore also has 
    potential denial of service vulnerabilities. 
    These vulnerabilities are assigned CVE-2018-18898. We recommend 
    administrators install Email::Address::List version 0.06 or later.
  + An optional RT dependency, HTML::Gumbo, incorrectly escaped HTML in 
    some cases. Since RT relies on this module to escape HTML content, 
    it's possible this issue could allow malicious HTML to be displayed 
    in RT. 
    For RT's using this optional module, we recommend administrators 
    install HTML::Gumbo version 0.18 or later. 
  * The version of jQuery used in RT 4.2 and 4.4 has a Cross-site Scripting 
    (XSS) vulnerability when using cross-domain Ajax requests. 
    This vulnerability is assigned CVE-2015-9251. 
    RT does not use this jQuery feature so it is not directly vulnerable. 
    jQuery version 1.12 no longer receives official updates, however a 
    fix was posted with recommendations for applications to patch locally, 
    so RT will follow this recommendation and ship with a patched version.
  EU General Data Protection Regulation (GDPR)
  Several new features were added to support GDPR compliance and are summarized here.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=61
2019-03-14 13:50:49 +00:00
b774022960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=60 2018-10-07 20:58:55 +00:00
f8023a69bd OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=59 2018-10-07 20:51:02 +00:00
738649909f OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=58 2018-10-07 20:22:57 +00:00
82bfb5e6b3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=57 2018-10-07 20:20:51 +00:00
bf7ce3c447 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=56 2018-10-07 20:19:22 +00:00
69cac6bed5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=55 2018-10-07 20:13:54 +00:00
e223b066af OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=54 2018-10-07 19:45:31 +00:00
Lars Vogdt
b3a1237eae - update to 4.4.3
General user UI
  * Show the Ticket's Subject when modifying the ticket.
  * Re-format RT/Config.pm so the `# loc` comment parses correctly.
  * Sort saved searches alphabetically by name rather than by id.
  * In Self Service, provide a path to remove attachments from the session
    when they are deleted from dropzone by the user (I#32663).
  * Fix evaluation of set vs. unset custom fields on display for correct hiding.
  * Set dropzone attachment size based on RT's MaxAttachmentSize configuration.
  * Add a configuration option TreatAttachedEmailAsFiles to treat attached email
    as a file attachment instead of parsing as regular email.
  * Restore email header parsing for items like email addresses when
    TreatAttachedEmailAsFiles is not set. This was disabled in a previous
    version.
  * Respect default queue settings in Create linked ticket dropdown (I#32884).
  * More fixes for recipient checkboxes on update. This version removes previous
    problematic fixes and gives a visual indication (shading) when RT is updating
    recipients in the background and checkboxes should not be changed (I#33027).
  * Provide a way to reset personal search preferences back to the RT system
    default (I#32854).
  * Add an Untake action to the Actions tab.
  * Add active and inactive status to query builder.
  * Re-add Queue to 'Order by' dropdown in Search Builder.
  * Make admin searches for queue and group case insensitive making it easier to
    find groups.
  * When editing ticket basics, always add valid default value to queue selection,
    taking into account SeeQueue rights.
  * Set dropzone parallelUploads to 1 to avoid losing attachments. Also
    set parallelUploads when the dropzone object is created.
  * Correct error messages on user rights for CF admin UI.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=53
2018-09-12 21:48:21 +00:00
Lars Vogdt
54585b4d3b - update to 4.4.2
Security
  * RT 4.0.0 and above are vulnerable to an information leak of cross-site
    request forgery (CSRF) verification tokens if a user visits a specific
    URL crafted by an attacker. This vulnerability is assigned
    CVE-2017-5943. It was discovered by a third-party security researcher.
  * RT 4.0.0 and above are vulnerable to a cross-site scripting (XSS) attack
    if an attacker uploads a malicious file with a certain content type.
    Installations which use the AlwaysDownloadAttachments config setting are
    unaffected. This fix addresses all existant and future uploaded
    attachments. This vulnerability is assigned CVE-2016-6127. This was
    responsibly disclosed to us first by Scott Russo and the GE Application
    Security Assessment Team.
  * One of RT's dependencies, a Perl module named Email::Address, has a
    denial of service vulnerability which could induce a denial of service
    of RT itself. We recommend administrators install Email::Address version
    1.908 or above, though we additionally provide a new workaround within
    RT. The Email::Address vulnerability was assigned CVE-2015-7686. This
    vulnerability's application to RT was brought to our attention by Pali
    Rohár.
  * RT 4.0.0 and above are vulnerable to timing side-channel attacks for
    user passwords. By carefully measuring millions or billions of login
    attempts, an attacker could crack a user's password even over the
    internet. RT now uses a constant-time comparison algorithm for secrets
    to thwart such attacks. This vulnerability is assigned CVE-2017-5361.
    This was responsibly disclosed to us by Aaron Kondziela.
  * RT's ExternalAuth feature is vulnerable to a similar timing side-channel
    attack. Both RT 4.0/4.2 with the widely-deployed RT::Authen::ExternalAuth
    extension, as well as the core ExternalAuth feature in RT 4.4 are
    vulnerable. Installations which don't use ExternalAuth, or which use

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=52
2017-09-25 09:37:49 +00:00
Martin Caj
c3ec40438f - Added two more packages to Requires: perl(CSS::Minifier::XS) and
perl(JavaScript::Minifier::XS)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=51
2017-05-17 15:00:31 +00:00
Lars Vogdt
97d3ebb314 Accepting request 493108 from home:mcaj:branches:devel:languages:perl
Update the package to the latest version 4.4.1
I also did a small cleaning in the space file.

OBS-URL: https://build.opensuse.org/request/show/493108
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=50
2017-05-10 20:31:26 +00:00
Lars Vogdt
9c1b9f8263 - update to 4.2.13:
General User UI
  * Avoid race condition where a ticket's Started timestamp could be
    before its Created timestamp
  * Users without ability to update a saved search are no longer shown
    an Update button
  * IP custom field textboxes now wide enough for full IPv6 addresses (I#24565)
  * Self-service Cc field now allows for autocompleting multiple users
  * When possible sort charts numerically rather than ascii-betically
  * QuickCreate now respects DefaultQueue and RememberDefaultQueue (I#30913)
  * Make user preferences use label tags for better clickiness (I#30953)
  * Hide "Transaction has no content" from Extract Article (I#31027)
  * Improve CSRF detection by whitelisting more specific parameters (I#31090)
  * Empty selection boxes no longer render 1px wide (I#31316)
  * Show queue ID if the user can't see the queue name
  * Search builder display format now properly supports "large" sizing
  * Fix SMIME encoding issue (I#31155)
  * Improve messaging and logging around reminders that users can't see
  * Queue name on ticket display is now a link to a search for all active
    tickets in that queue
  * Support autocomplete custom fields in bulk update (I#15259)
  * Hint to the user that not all CF types are supported by bulk update,
    instead of silently excluding them (I#15259)
  * Improve compliance with RFC4480 for GPG armor lines (I#30372)
  * Restore behavior of $EditCustomFieldsSingleColumn config (I#18555)
  * Fix a regression with time zones in datetime custom fields (I#31674)
  * Fix certain attachment links containing HTML metacharacters from
    double escaping (I#31751)
  * Fix custom attachment URLs for self-service users (I#30960)
  Database

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=49
2017-01-09 12:53:56 +00:00
Lars Vogdt
e5d5258b9d - adapt apache configuration to be able to run with mod_authz_core
(apache 2.4) and the old apache < 2.4 auth module
- also allow IPv6 addresses

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=48
2016-01-23 11:58:01 +00:00
Lars Vogdt
a84fd24248 - update to 4.2.12:
+ This release is a security release which addresses the following
    vulnerabilities:
  ++ RT 4.0.0 and above are vulnerable to a cross-site scripting 
     (XSS) attack via the user and group rights management pages.  
     This vulnerability is assigned CVE-2015-5475.  
     It was discovered and reported by Marcin Kopeć at Data Reliance
     Shared Service Center.
  ++ RT 4.2.0 and above are vulnerable to a cross-site scripting (XSS) 
     attack via the cryptography interface. This vulnerability could
     allow an attacker with a carefully-crafted key to inject JavaScript
     into RT's user interface. 
     Installations which use neither GnuPG nor S/MIME are unaffected.
  From 4.2.11:
  + improves indexing time for full-text search
  + improving support for Apache 2.4 and MySQL 5.5
  + Interactive command-line tools (including upgrade tools) will 
    now also default to displaying warnings to STDERR, to aid in
    awareness of potential errors.
- refreshed request-tracker-use_local_lib.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=46
2015-08-17 13:34:13 +00:00
Darin Perusich
0bac3653fd - Add requires for Data::UUID, required by rt-server
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=45
2015-03-30 15:12:49 +00:00
Darin Perusich
e4b0b9f871 - update to 4.2.10
This release is primarily a security release; it addresses CVE-014-9472,
  a denial-of-service via RT's email gateway, as well as CVE-2015-1165 and
  CVE-2015-1464, which allow for information disclosure and session
  hijacking via RT's RSS feeds. 
 + General user UI
   * Speed up the default simple search on all FTS-enabled installs by not
     OR'ing it with a Subject match.  This returns equivalent results for
     almost all tickets, and allows the database to make full use of the
     FTS index.
   * Pressing enter in user preference form fields no longer instead
     resets the auth token (#19431)
   * Pressing enter in ticket create and modify form fields now creates or
     updates the ticket, instead being equivalent to "add more
     attachments", or the "search" on People pages (#19431)
   * Properly encode headers in forwarded emails that contain non-ASCII
     text (#29753)
   * Allow users to customize visibility of chart/table/TicketSQL in saved
     charts
   * Allow groups to be added as requestors on tickets
   * Perform group searches case-insensitively on People page (#27835)
   * Ticket create transactions for tickets created via the web UI now
     contain mocked-up From, To, and Date headers; this causes them to
     render more correctly when forwarded
   * Update wording of error message for saved searches without a
     description (#30435)
   * Flush TSV download every 10 rows, for responsiveness
   * Retain values in Quick Create on homepage if it fails (#19431)
   * Limit the custom field value autocomplete to 10 values, like other
     autocompletes (#30190)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=44
2015-02-26 18:16:18 +00:00
Darin Perusich
f9656be364 - Use mod_perl instead of mod_fcgid as default apache2 module, which
isn't available on SLE_12

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=43
2014-11-29 10:16:45 +00:00
Darin Perusich
6293ee97e7 - update to 4.2.9
+ General user UI
    * Fix Subject header during ticket printing (#30362)
    * Comparisons of long text Custom Fields were erroneously reporting
      updates (#30378)
    * Broken logo link for the mobile UI when used with $WebPath
    * No longer leak base64 data to non-english users who change a Dashboard
      subscription and futureproof for other Attribute updates (#24665)
    * Previous column selection is remembered when updating search formats (#16972)
    * Charts could return quadrupled data for aggregate data (such as Time
      Worked) depending on your rights configuration.
    * Charts can now be grouped by Priority
    * Ticket Creation form now leaves Requestor blank on page reload if you
      cleared it out.
 + Localizations
    * "check to delete all values" is now localized
 + Command-line
    * BeforeDue action now accepts 2D as well as 2d (#30449)
    * bin/rt no longer shows a default Due date unless one is configured
      on the Queue. Additionally, Starts and Due are served in your time
      zone (#20334)
 + Admin
    * Improvements to the layout of the Group Members page
 + Developer
    * Fix tests that used send_via_mailgate to properly check returns (#19156)
    * Improvements to rt-static-docs for generating online documentation
    * Proper warnings testing for cf_date tests
    * Remove unused code to render Rules during replies/comments
    * Undo a regression that meant Custom Fields passed to Ticket->Create
      needed to be readable by the user creating the ticket.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=42
2014-10-30 13:20:28 +00:00
Darin Perusich
205aeee238 - update to 4.2.8
This release is primarily a security release; it addresses
    CVE-2014-7227, a vulnerability in RT's SMIME integration enabled by
    CVE-2015-6271 and related vulnerabilities, known as "Shellshock."
    Systems which have patched bash are not vulnerable to CVE-2014-7227.
 + General user UI
   * Properly hide ticket list when MoreAboutRequestorTicketList is set to
    "None"
 + Localizations
   * Allow text in Squelch box on ModifyPeople page to be translatable.
   * Updated German, Basque, French, Hungarian, and Russian translations.
 + Admin
   * Allow $OverrideOutgoingMailFrom to key by queue id, as an alternative
     to name
   * Stop calling the deprecated _SQLLimit method when limiting by
   transaction date
   * Stop hiding the value of the AllowLoginPasswordAutoComplete setting
     in System Configuration (#30417)
   * Resolve CVE-2014-7227, arbitrary execution of code by privileged
     users via SMIME by way of CVE-2015-6271.
 + Developer
   * Add a ModifyMaxResults callback for Autocomplete endpoints
   * Properly pass collection class to ColumnMap in /Elements/TSVExport
 + Documentation
   * Update POD for AddRoleMember/DeleteRoleMember being in
     RT::Record::Role::Roles now, not RT::Record.
  A complete changelog is available from git by running:
      git log rt-4.2.7..rt-4.2.8
  or visiting
      https://github.com/bestpractical/rt/compare/rt-4.2.7...rt-4.2.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=41
2014-10-03 13:53:27 +00:00
Darin Perusich
33f21136b1 - update to 4.2.7
+ General user UI
  * Fix algorithm for determining which links to display in ticket
    relationship graphs with a MaxDepth
  * Use "Correspondence added" or "Comment added" rather than the general
    "Message recorded"
  * Loading saved charts should load all of their settings (#29015)
  * Stop fixing the width of "New ticket in" button (#27649)
  * Record transactions in ticket history when attachments were dropped
    or truncated due to $MaxAttachmentSize
  * Still delay transaction loading when "full headers" have been
    requested
  * Add an "overdue" class on Due columns, to match DueRelative columns.
  * Only show "overdue" class if the ticket status is still active
  * Fix styling of "There are unread messages" box in aileron
  * Keep date and datetime custom field inputs during failed ticket
    creation
  * Silence warnings from emails without Content-Transfer-Encoding
    headers
  * Silence warnings on user modify pages for disabled users
  * Let custom field grouping boxes link on Display pages link to the
    appropriate anchor on editing pages (#30195)
 + Localizations
  * Localize "Recursive" column title in group memberships page
  * Additional missing locstrings for numerous titleboxes
  * Stop translating titles piecemeal in SelfService (#14736)
  * Updated Catalan, German, Basque, Italian, Japanese, Dutch, Brazilian
    Portuguese, and Russian translations
 + Command-line
  * Reduce values queried using "rt ls" to only those displayed; this

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=40
2014-09-11 19:47:50 +00:00
Darin Perusich
51989787d7 - update to 4.2.6
+ General web UI
   * Fix a regression introduced in 4.2.4, which caused lack of formatting
     of plain text when responding via the rich text editor.
   * Allow tables in HTML mail if the optional HTML::Gumbo dependency is
     installed
   * Fix a regression in 4.2.5 which prevented core date fields (Due,
     Starts, etc) from being unset (#30180)
   * Hide empty transaction custom fields when they have no value; this
     fixes a regression in 4.2.1 where transaction custom fields began
     displaying on all transactions. (#29757)
   * Allow searching on requestor city, state, zip, and country in query
     builder (#26960)
   * Don't attempt to parse IP/Date(time) CFs if the value is NULL; this
     prevents warnings.
   * Remove border-radius: 0 to allow Firefox to use native text entry
     widgets (#28233)
   * Allow Firefox to reflow the data table below the chart on rudder
   * Whitelist user search from CSRF restrictions
   * Only include closing paren in MakeClicky link if it included an open
     paren (#29064)
   * Canonicalize CF values (including dates, IP addresses, and IP ranges)
     before comparing to the database value; this prevents spurious
     "changed from a to a" messages.
   * Allow downloading 0-length files if they have a filename (#9050)
   * Quick Create now defaults to the lifecycle's default create status,
     instead of hardcoding "new"
   * Show Wikitext CFs in bulk update
   * Add autocompletion to link boxes on bulk update

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=39
2014-08-14 20:53:34 +00:00
Darin Perusich
eda3d4b3e3 - update to 4.2.5
+ Updated dependencies
    * Updated Email::Address::List dependency, to resolve CVE-2014-1474,
      as was previously announced in
      http://blog.bestpractical.com/2014/01/security-vulnerability-in-rt-42.html
    * Bump CGI dependency (under perl 5.20 and above, only) to quash
      warnings about CGI.pm's deprecation in core (#29053)
   
  + Serializer/Importer
    * Serialize binary data as binary, not as UTF-8 codepoints; this fixes
      a regression introduced in 4.2.3 which corrupted all binary data in
      serialized data.
    * Serialize ObjectScrips when cloning, which had been mistakenly
      omitted; this only partially resolves #29949, as it does not address
      serialization of ObjectScrips when not cloning.
   
  + General web UI
    * Force CKEDITOR_BASEPATH; this fixes errors during pasting into the
      Rich Text editor (#29780, #29987)
    * Ticket autocompletion (for links) is more predictable when completing
      on strings containing numbers (#25755)
    * Fix "Show Outgoing Email" and Reply/Comment/Forward links in
      Approvals (#29800)
    * Correctly decode text/html parts of old (RT 3.6.5 and prior) emails
  + Internationalization
    * Updated localizations (German, Greek, Slovak, Lithuanian)
   
  + Web administration
    * Display clean Stage name in ColumnMaps (#28739)
    * Add Scrips Select/Create menu, and maintain context on which list of

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=38
2014-07-10 13:15:48 +00:00
Darin Perusich
df1ee86754 - update to 4.2.3
+ Administrator tasks
  * Avoid starting a FastCGI process manager in the common case of the
    FastCGI process being started by the webserver, and communicating
    over STDIN.  This restores the behavior from 4.0, where the process
    name is the full path to rt-server.fcgi, and not the static string
    "perl-fcgi-pm" or "perl-fcgi".
  * Automatically clean out Mason cache when updated HTML is installed
    during upgrades; this should prevent a common class of errors.
  * Fix paths in rt-importer when importing from a serialized dump which
    was written to an absolute path.
  * Additional optional upgrade script for users upgrading from RT 3.8
    who previously used RT::Extension::CustomField::Checkbox.
  * Pass characters, not bytes, to _EncodeLOB during de-serialization;
    this prevents invalid UTF-8 from a serialized dump from entering the
    new database.
  * Catch and warn of additional common misconfigurations of GPG/SMIME
    integration.
  * Prevent a possible infinite loop in rt-validator --resolve if
    Principal records were missing; default to forcing their creation.
 + Localization
  * Localization updates from Launchpad.
 + General user UI
  * Date and DateTime customfields now pass "mandatory" validation if
    unchanged.
  * "1970-01-01" is now treated as "unset" for purposes of Date and
    DateTime validation.
  * Add Date and DateTime fields to bulk update.
  * Don't conduct a user search if no string was entered.
  * Signal if a user is disabled at the top of User Summary pages.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=37
2014-02-20 18:39:58 +00:00
Darin Perusich
e5e6adb087 - update to 4.2.1
+ Oracle:
    * Resolve numerous issues with the 4.0 -> 4.2 upgrade steps on Oracle
    * In-database sessions on Oracle are no longer truncated at 8k,
      leading to spurious logouts
  + Internet Explorer:
  * Fix submission issues under Internet Explorer
  + Rich text editor:
    * If returning to a reply/correspond page with the back button, the
      rich text editor will no longer double-escape previously written
      content.
  + REST:
    * Fix an empty 'text/plain' part when tickets are created using the
      REST interface.
  + Other bugfixes:
    * Optimize transaction display code to speed up long ticket displays
      by short-circuiting transaction custom field checking.
    * Supply a default $PATH for SMIME and GnuPG under FastCGI
    * Support index upgrade steps on Pg when in a custom schema
    * Close a memory leak in ColumnMap
   A complete changelog is available from git by running:
     git log rt-4.2.0..rt-4.2.1
   or visiting
     https://github.com/bestpractical/rt/compare/rt-4.2.0...rt-4.2.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=36
2013-11-19 14:04:42 +00:00
Darin Perusich
c7d155cd21 - use usermod to modify groups entries
- create unique UID

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=35
2013-11-04 17:53:09 +00:00
Darin Perusich
e9923338ba - update %pre so groupadd/useradd are always called
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=34
2013-11-04 16:51:45 +00:00
Darin Perusich
42e98b1e90 - fix so rt_localstatedir is not a %ghost
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=33
2013-10-29 15:13:10 +00:00
Darin Perusich
fc3f4980a8 - fix pod2man build failure on opensuse 13.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=32
2013-10-28 15:59:11 +00:00
Darin Perusich
8004a90895 trigger service run
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=31
2013-10-09 17:27:49 +00:00
Darin Perusich
94c63949ff - Set rt_localstatedir to %{_var}/lib/%{name}, as /var/run is now
tmpfs and will disappear after reboot and this data needs to be
  persistant.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=28
2013-10-08 18:02:20 +00:00
Darin Perusich
01874685b1 Accepting request 202176 from home:deadpoint:branches:devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/202176
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=27
2013-10-04 17:10:49 +00:00
Darin Perusich
434113752d - update to 4.0.17
* fixes an important regression in the upgrade script
    included in 4.0.14, 4.0.15, and 4.0.16 
  A complete changelog is available from git by running:
      git log rt-4.0.15..rt-4.0.17
  or visiting
      https://github.com/bestpractical/rt/compare/rt-4.0.15...rt-4.0.17

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/request-tracker?expand=0&rev=26
2013-08-05 11:19:42 +00:00