Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-17Refine case-insensitive test for Select CF to use HasEntry4.2/validate-value-for-select-cf-2Jim Brandt
2021-02-17Set values for select CFs used in testsJim Brandt
2021-02-17Ensure values for Select CFs are in the defined listSteven Burr
2021-02-15Add test setting select CF to a value not in values listJim Brandt
2021-01-29Remove extra closing div on Login/Logout pagesJim Brandt
2021-01-09Merge branch '4.2/upgrade-acl-abs-path' into 4.2-trunkJim Brandt
2020-11-18Merge branch '4.2/insert-data-abs-path' into 4.2-trunksunnavy
2020-11-18Convert to abs path before executing initialdata filesSteven Burr
2020-11-04Find full path for processing index files on upgradeJim Brandt
2020-11-04Find full path for processing acl files on upgradesunnavy
2020-04-23Bug fix: use the right CurrentUserCanSetOwner return value.michel
2020-02-12Merge branch '4.2/numbers-in-ticket-autocomplete-search' into 4.2-trunkJim Brandt
2020-02-06Remove search string including numbers in ticket autocomplete search on selectsunnavy
2019-03-05Merge branch '4.2.16-releng' into 4.2-trunksunnavy
2019-01-31Updated translations from Launchpadrt-4.2.16beta1rt-4.2.16sunnavy
2019-01-31Require Email::Address 1.912+ and Email::Address::List 0.06+sunnavy
2019-01-30Merge branch '4.2/copyright-2019' into 4.2-trunkJim Brandt
2019-01-30Merge branch '4.2/jquery-1.12.4.p1' into 4.2-trunkJim Brandt
2019-01-30Update copyright to 2019sunnavy
2019-01-30Update jQuery to prevent auto-execution of scripts when no explicit dataType ...sunnavy
2019-01-30Update jQuery to 1.12.4sunnavy
2018-06-19Merge branch '4.2.15-releng' into 4.2-trunksunnavy
2018-06-18Restrict Name checks to objects with Name and only when id is not numericrt-4.2.15Craig Kaiser
2018-06-06Merge branch '4.2/bug-fix-scrips-pagination' into 4.2.15-relengJim Brandt
2018-06-05Retain scrip sort order in pagination linksMaureen E. Mirville
2018-05-31Merge branch '4.2/handle-alphabet-in-plugin-version' into 4.2.15-relengJim Brandt
2018-05-23Handle alphabetic words in RT::Plugin::Versionsunnavy
2018-04-23Merge branch '4.2.15-releng' into 4.2-trunksunnavy
2018-04-04Merge branch '4.2/footer-copyright-2018' into 4.2.15-relengrt-4.2.15beta1Jim Brandt
2018-04-04Update copyright year in Footer to 2018sunnavy
2018-03-27Updated translations from Launchpadsunnavy
2018-03-26Merge branch '4.2/minimal-oracle-ticket-subject-undef-fix' into 4.2-trunkJim Brandt
2018-03-26Minimize the change of converting not defined Subject to '' for Oraclesunnavy
2018-03-26Merge branch '4.2/oracle-ticket-subject-undef-fix' into 4.2-trunkJim Brandt
2018-03-23Avoid uninitialized warnings of empty ticket subjects on Oraclesunnavy
2018-03-23Merge branch '4.2/copyright-2018' into 4.2-trunkJim Brandt
2018-03-23Update copyright year to 2018sunnavy
2018-03-23Merge branch '4.2/lower-level-ocfv-cache-update-code' into 4.2-trunkJim Brandt
2018-03-22More ocfv cache testssunnavy
2018-03-22Move OCFV cache update code to OCFV's Create/Delete methodssunnavy
2018-03-19Merge branch '4.2/clear-ocfv-cache-on-exit' into 4.2-trunkJim Brandt
2018-03-19Run ClearOCFVCache on exit.sunnavy
2018-03-14Merge branch '4.2/po-extraction' into 4.2-trunksunnavy
2018-03-14Add a test that verifies that POT strings can be extracted successfullyAlex Vandiver
2018-03-14Move escaping logic into module; now returns Local::PO objectsAlex Vandiver
2018-03-14Add additional error-checking for nested Mason blocksAlex Vandiver
2018-03-14Move more error-checking into extraction-timeAlex Vandiver
2018-03-14Make extraction store errors, instead of printing immediatelyAlex Vandiver
2018-03-14Simplify $1..$9 vars by removing extraneous `-keep` usageAlex Vandiver
2018-03-14Inline `$re_` vars, and expand using /x to improve readabilityAlex Vandiver