[Rt-commit] rt annotated tag, rt-4.0.11rc1, created. rt-4.0.11rc1

Kevin Falcone falcone at bestpractical.com
Tue Mar 26 12:05:38 EDT 2013


The annotated tag, rt-4.0.11rc1 has been created
        at  dee6d589ff34a0ed7b95630f197b236932b0db6e (tag)
   tagging  5f2670871d64a78ee2a33596cccf6ae9d7557ecc (commit)
  replaces  rt-4.0.10
 tagged by  Kevin Falcone
        on  Mon Mar 25 16:12:40 2013 -0400

- Log -----------------------------------------------------------------
Release 4.0.11rc1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEABECAAYFAlFQr7gACgkQ0+gKWp5CJQoX0wCdEKZUc+gIyP+vL7FWLu7gxW5v
mQgAmgO1VjRohJtjR7tLtBjgdAPq78Ls
=qvPQ
-----END PGP SIGNATURE-----

Alex Vandiver (35):
      Remove unimplemented user override of DefaultSummaryRows
      Don't show the New reminder box on deleted tickets
      Don't show the "Save" button if there are no reminders and new ones can't be created
      Fix tests for no longer giving a useless "New reminder" box on deleted tickets
      Move action list to after the appropriately named callback
      Make subject tag be non-greedy, to not match all of "[comment] [foo #1]"
      Fix version parsing in rt-setup-database
      Merge branch '4.0/search-by-watcher-name-email' into 4.0-trunk
      Merge branch '4.0/docs-rt-config-local-link' into 4.0-trunk
      Merge branch '4.0/html-docs' into 4.0-trunk
      Merge branch '4.0/preserve-txn-squelching' into 4.0-trunk
      Merge branch '4.0/linkify-filenames-in-doc' into 4.0-trunk
      Merge branch '4.0/allow-printing-of-charts' into 4.0-trunk
      Merge branch '4.0/avoid-updating-truncated-values' into 4.0-trunk
      Merge branch '4.0/check-FromURI-return-value' into 4.0-trunk
      Add back 'loc' to import list in rt-crontool
      Merge branch '4.0/queue-summary-link-callbacks' into 4.0-trunk
      Fix the class whose id existance we're checking
      Merge branch '4.0/restore-article-quicksearch' into 4.0-trunk
      Merge branch '4.0/test-admin-user-gnupg' into 4.0-trunk
      Merge branch '4.0/quicksearch-prefs-callback' into 4.0-trunk
      Merge branch '4.0/escape-more-menu-attributes' into 4.0-trunk
      Merge branch '4.0/dont-create-db-for-syntax-check' into 4.0-trunk
      Ensure that the error message is logged with newlines
      Merge branch '4.0/allow-mailto-links-in-html' into 4.0-trunk
      Merge branch '4.0/login-inputs-length' into 4.0-trunk
      Merge branch '4.0/extract-quote-header-method' into 4.0-trunk
      Merge branch '4.0/mobile-login-callbacks' into 4.0-trunk
      Merge branch '4.0/test-CF-context' into 4.0-trunk
      Merge branch '4.0/fix-cf-valuesclass-updates' into 4.0-trunk
      Minor grammar nitpicks
      Merge branch '4.0/document-extractsubjecttag' into 4.0-trunk
      Merge branch '4.0/plain-text-attachment-display' into 4.0-trunk
      Merge branch '4.0/autocomplete-exclude' into 4.0-trunk
      Merge branch '4.0/allow-any-results-param-by-csrf' into 4.0-trunk

Christian Loos (5):
      remove non-existing style id's
      remove always the right element from titlebox
      Fix display of numbers for german language
      switch from tr to set numf_comma
      correct #app-nav name and bring back #page-menu

Deric Crago (2):
      Bump footer copyright to 2013
      Bump footer copyright to 2013

Emmanuel Lacour (2):
      Fix CF ValuesClass update in web UI
      tests around RT::CustomField->SetValuesClass

Jim Brandt (2):
      Die when detecting SetHandler perl-script
      Merge branch '4.0/die-on-perl-script-handler' into 4.0-trunk

Kai Storbeck (2):
      Fix a wording in the documentation string
      Add documentation to RT::Action::ExtractSubjectTag

Kevin Falcone (14):
      Now that SubjectTag is a column, you should be able to sort by it
      Merge branch '4.0/one-time-recipient-suggestion-headers' into 4.0-trunk
      Merge branch '4.0/rt-class-modifyacl-label' into 4.0-trunk
      Move PageWidgets definition earlier in Elements/Tabs
      Update GotoArticle to act more like GotoTicket
      Add GotoArticle and remove the Ticket page widgets when in /Articles
      Removing CreateTicket/SimpleSearch renumbered forms
      Merge branch 'pull/45' into 4.0-trunk
      Merge branch '4.0/version-words-not-mandatory-in-upgrade' into 4.0-trunk
      Merge branch '4.0/crontool-loc' into 4.0-trunk
      Merge branch '4.0/fix-shredder-args-in-ticket-search' into 4.0-trunk
      Cleanups and Clarification of new ExtractSubjectTag docs
      Pull down an update from Launchpad and re-export
      Exclude wasn't working with more than one record

Ruslan Zakirov (17):
      extract Transaction->QuoteHeader method
      on search by watcher load user when possible
      Merge branch '4.0/sort-by-queue-subjecttag' into 4.0-trunk
      Merge branch '4.0/expose-version-words' into 4.0-trunk
      Merge branch '4.0/reminders-of-deleted-tickets' into 4.0-trunk
      Merge branch '4.0/not-escape-in-build-format-string' into 4.0-trunk
      Merge branch '4.0/validate-user-name' into 4.0-trunk
      don't create DB if we run perl -c on a test file
      test subject tag extraction is not greedy
      Merge branch '4.0/non-greedy-extract-subject-tag' into 4.0-trunk
      test CF's context via UI
      test that Date CFs are parsed properly
      Merge branch '4.0/parse-cf-date-in-user-timezone' into 4.0-trunk
      skip DB interaction in gpg tests during syntax check
      ValuesClass was missing from *Accessible
      any false ValuesClass should be valid
      delete shebang string from test

Thomas Sibley (32):
      Let list of headers used for one-time recipient suggestions be adjusted
      Preserve the state of the per-transaction squelching checkboxes
      Stop overriding verbatim/code handling and just deal with defaults
      Check the return value of RT::URI->FromURI instead of ->Resolver
      Return a (status, message) tuple on success from RT::Link->LoadByParams
      Account for field truncation when comparing new values to current values
      Remove the "signature" paragraph from the README's explanation of RT
      Merge branch '4.0/delete-default-summary-rows-pref' into 4.0-trunk
      Merge branch '4.0/test-installer-drop-database' into 4.0-trunk
      RT_Config is a local link too
      Merge branch '4.0/clean-rest-tmp-files' into 4.0-trunk
      Fix incorrect parent directory parts which were missing slashes
      Linkify filenames in POD (F<...>) which point to documentation
      Don't hide the entire Chart page from printing
      Bump Pod::Simple dependency for table of contents bug fix
      Merge branch '4.0/timezoneless-cf-date' into 4.0-trunk
      Use a tiny comment to fix vim's syntax highlighting
      Callbacks for changing the link destinations in the queue summaries
      Add a callback for modifying the displayed queues on the quicksearch prefs
      Escape menu URLs, targets, and IDs when generating HTML
      Fixup some POD links/file references
      Respect plain text display preferences for all plain text content
      Merge branch 'giganteous:4.0/documentation-rtaction-recordcorrespondence' into 4.0-trunk
      Allow mailto: links in HTML
      An invalid "results=" parameter is not a CSRF threat
      Add callbacks for the mobile login form equivalent to the non-mobile form
      Merge remote-tracking branch 'github/pr/48' into 4.0-trunk
      Merge branch '4.0/update-from-launchpad' into 4.0-trunk
      Ensure action results are deleted from the session upon first use
      Test that action results are only displayed once and don't trigger CSRF
      Merge remote-tracking branch 'github/pr/53' into 4.0-trunk
      Merge remote-tracking branch 'github/pr/52' into 4.0-trunk

Todd Wade (1):
      update ModifyACL description in RT::Class

bergonz (1):
      Fix for typo

sunnavy (18):
      expose verison words to do a more strict version check in rt-setup-database
      don't not escape in BuildFormatString
      validate user name on both "create" and "update"
      parse cf date in user's timezone to make it right for strings like "today", "tomorrow", etc
      clean up tmp files in REST
      explicitly drop database for installer test
      show reminders for deleted tickets
      abort reminders creation in advance if the ticket can't be loaded or is deleted
      return the error message if the reminder is not created
      test reminders on deleted tickets
      Reminders->Add does *not* return txnid
      test /Tools/MyReminders for deleted tickets
      show process results for /Ticket/Reminders.html
      date cf should be timezoneless
      Shredder args are ucfirst
      tests for /Admin/User/GnuPG.html
      make login inputs the same length especially for ie8/9.
      Merge branch '4.0/admin-class-pagemenu' into 4.0-trunk

-----------------------------------------------------------------------


More information about the Rt-commit mailing list