update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.17 2010/09/17 21:41:54 spz Exp $
|
2004-08-03 17:33:48 +02:00
|
|
|
bin/mason_handler.fcgi
|
2008-04-13 00:42:57 +02:00
|
|
|
${PLIST.speedycgi}bin/mason_handler.scgi
|
2004-08-03 17:33:48 +02:00
|
|
|
bin/mason_handler.svc
|
|
|
|
bin/rt
|
|
|
|
bin/rt-crontool
|
|
|
|
bin/rt-mailgate
|
|
|
|
bin/standalone_httpd
|
|
|
|
bin/webmux.pl
|
|
|
|
lib/rt3/RT.pm
|
|
|
|
lib/rt3/RT.pm.in
|
|
|
|
lib/rt3/RT/ACE.pm
|
|
|
|
lib/rt3/RT/ACE_Overlay.pm
|
|
|
|
lib/rt3/RT/ACL.pm
|
|
|
|
lib/rt3/RT/ACL_Overlay.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Action.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Action/AutoOpen.pm
|
|
|
|
lib/rt3/RT/Action/Autoreply.pm
|
|
|
|
lib/rt3/RT/Action/CreateTickets.pm
|
|
|
|
lib/rt3/RT/Action/EscalatePriority.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Action/ExtractSubjectTag.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Action/Generic.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Action/LinearEscalate.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Action/Notify.pm
|
|
|
|
lib/rt3/RT/Action/NotifyAsComment.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Action/NotifyGroup.pm
|
|
|
|
lib/rt3/RT/Action/NotifyGroupAsComment.pm
|
2004-11-02 18:20:36 +01:00
|
|
|
lib/rt3/RT/Action/RecordComment.pm
|
|
|
|
lib/rt3/RT/Action/RecordCorrespondence.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Action/ResolveMembers.pm
|
|
|
|
lib/rt3/RT/Action/SendEmail.pm
|
|
|
|
lib/rt3/RT/Action/SetPriority.pm
|
|
|
|
lib/rt3/RT/Action/UserDefined.pm
|
2009-06-21 17:31:39 +02:00
|
|
|
lib/rt3/RT/Approval.pm
|
|
|
|
lib/rt3/RT/Approval/Rule.pm
|
|
|
|
lib/rt3/RT/Approval/Rule/Created.pm
|
|
|
|
lib/rt3/RT/Approval/Rule/NewPending.pm
|
|
|
|
lib/rt3/RT/Approval/Rule/Passed.pm
|
|
|
|
lib/rt3/RT/Approval/Rule/Rejected.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Attachment.pm
|
|
|
|
lib/rt3/RT/Attachment_Overlay.pm
|
|
|
|
lib/rt3/RT/Attachments.pm
|
|
|
|
lib/rt3/RT/Attachments_Overlay.pm
|
|
|
|
lib/rt3/RT/Attribute.pm
|
|
|
|
lib/rt3/RT/Attribute_Overlay.pm
|
|
|
|
lib/rt3/RT/Attributes.pm
|
|
|
|
lib/rt3/RT/Attributes_Overlay.pm
|
|
|
|
lib/rt3/RT/Base.pm
|
|
|
|
lib/rt3/RT/CachedGroupMember.pm
|
|
|
|
lib/rt3/RT/CachedGroupMember_Overlay.pm
|
|
|
|
lib/rt3/RT/CachedGroupMembers.pm
|
|
|
|
lib/rt3/RT/CachedGroupMembers_Overlay.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Condition.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Condition/AnyTransaction.pm
|
|
|
|
lib/rt3/RT/Condition/BeforeDue.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Condition/CloseTicket.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Condition/Generic.pm
|
|
|
|
lib/rt3/RT/Condition/Overdue.pm
|
|
|
|
lib/rt3/RT/Condition/OwnerChange.pm
|
|
|
|
lib/rt3/RT/Condition/PriorityChange.pm
|
|
|
|
lib/rt3/RT/Condition/PriorityExceeds.pm
|
|
|
|
lib/rt3/RT/Condition/QueueChange.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Condition/ReopenTicket.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Condition/StatusChange.pm
|
|
|
|
lib/rt3/RT/Condition/UserDefined.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Config.pm
|
|
|
|
lib/rt3/RT/Crypt/GnuPG.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/CurrentUser.pm
|
|
|
|
lib/rt3/RT/CustomField.pm
|
|
|
|
lib/rt3/RT/CustomFieldValue.pm
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
lib/rt3/RT/CustomFieldValue_Overlay.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/CustomFieldValues.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/CustomFieldValues/External.pm
|
|
|
|
lib/rt3/RT/CustomFieldValues/Groups.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/CustomFieldValues_Overlay.pm
|
|
|
|
lib/rt3/RT/CustomField_Overlay.pm
|
|
|
|
lib/rt3/RT/CustomFields.pm
|
|
|
|
lib/rt3/RT/CustomFields_Overlay.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Dashboard.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Date.pm
|
|
|
|
lib/rt3/RT/EmailParser.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Graph/Tickets.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Group.pm
|
|
|
|
lib/rt3/RT/GroupMember.pm
|
|
|
|
lib/rt3/RT/GroupMember_Overlay.pm
|
|
|
|
lib/rt3/RT/GroupMembers.pm
|
|
|
|
lib/rt3/RT/GroupMembers_Overlay.pm
|
|
|
|
lib/rt3/RT/Group_Overlay.pm
|
|
|
|
lib/rt3/RT/Groups.pm
|
|
|
|
lib/rt3/RT/Groups_Overlay.pm
|
|
|
|
lib/rt3/RT/Handle.pm
|
|
|
|
lib/rt3/RT/I18N.pm
|
2009-06-21 17:31:39 +02:00
|
|
|
lib/rt3/RT/I18N/ar.po
|
|
|
|
lib/rt3/RT/I18N/bg.po
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/I18N/cs.pm
|
|
|
|
lib/rt3/RT/I18N/cs.po
|
|
|
|
lib/rt3/RT/I18N/da.po
|
|
|
|
lib/rt3/RT/I18N/de.po
|
|
|
|
lib/rt3/RT/I18N/en.po
|
|
|
|
lib/rt3/RT/I18N/es.po
|
|
|
|
lib/rt3/RT/I18N/fi.po
|
|
|
|
lib/rt3/RT/I18N/fr.po
|
|
|
|
lib/rt3/RT/I18N/he.po
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/I18N/hr.po
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/I18N/hu.po
|
|
|
|
lib/rt3/RT/I18N/i_default.pm
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
lib/rt3/RT/I18N/id.po
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/I18N/it.po
|
|
|
|
lib/rt3/RT/I18N/ja.po
|
2009-06-21 17:31:39 +02:00
|
|
|
lib/rt3/RT/I18N/nb.po
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/I18N/nl.po
|
update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
lib/rt3/RT/I18N/nn.po
|
2005-03-24 18:04:12 +01:00
|
|
|
lib/rt3/RT/I18N/pl.po
|
2009-06-21 17:31:39 +02:00
|
|
|
lib/rt3/RT/I18N/pt.po
|
|
|
|
lib/rt3/RT/I18N/pt_BR.po
|
update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
lib/rt3/RT/I18N/pt_PT.po
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/I18N/rt.pot
|
2009-06-21 17:31:39 +02:00
|
|
|
lib/rt3/RT/I18N/ru.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/I18N/ru.po
|
2008-03-16 21:47:03 +01:00
|
|
|
lib/rt3/RT/I18N/sv.po
|
|
|
|
lib/rt3/RT/I18N/tr.po
|
2009-06-21 17:31:39 +02:00
|
|
|
lib/rt3/RT/I18N/zh_CN.po
|
|
|
|
lib/rt3/RT/I18N/zh_TW.po
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Installer.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Interface/CLI.pm
|
|
|
|
lib/rt3/RT/Interface/Email.pm
|
|
|
|
lib/rt3/RT/Interface/Email/Auth/GnuPG.pm
|
|
|
|
lib/rt3/RT/Interface/Email/Auth/MailFrom.pm
|
|
|
|
lib/rt3/RT/Interface/Email/Filter/SpamAssassin.pm
|
|
|
|
lib/rt3/RT/Interface/REST.pm
|
|
|
|
lib/rt3/RT/Interface/Web.pm
|
|
|
|
lib/rt3/RT/Interface/Web/Handler.pm
|
2008-03-16 21:47:03 +01:00
|
|
|
lib/rt3/RT/Interface/Web/Menu.pm
|
|
|
|
lib/rt3/RT/Interface/Web/Menu/Item.pm
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
lib/rt3/RT/Interface/Web/QueryBuilder.pm
|
|
|
|
lib/rt3/RT/Interface/Web/QueryBuilder/Tree.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Interface/Web/Request.pm
|
|
|
|
lib/rt3/RT/Interface/Web/Session.pm
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
lib/rt3/RT/Interface/Web/Standalone.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Interface/Web/Standalone/PreFork.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Link.pm
|
|
|
|
lib/rt3/RT/Link_Overlay.pm
|
|
|
|
lib/rt3/RT/Links.pm
|
|
|
|
lib/rt3/RT/Links_Overlay.pm
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
lib/rt3/RT/ObjectCustomField.pm
|
|
|
|
lib/rt3/RT/ObjectCustomFieldValue.pm
|
|
|
|
lib/rt3/RT/ObjectCustomFieldValue_Overlay.pm
|
|
|
|
lib/rt3/RT/ObjectCustomFieldValues.pm
|
|
|
|
lib/rt3/RT/ObjectCustomFieldValues_Overlay.pm
|
|
|
|
lib/rt3/RT/ObjectCustomField_Overlay.pm
|
|
|
|
lib/rt3/RT/ObjectCustomFields.pm
|
|
|
|
lib/rt3/RT/ObjectCustomFields_Overlay.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Plugin.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Principal.pm
|
|
|
|
lib/rt3/RT/Principal_Overlay.pm
|
|
|
|
lib/rt3/RT/Principals.pm
|
|
|
|
lib/rt3/RT/Principals_Overlay.pm
|
|
|
|
lib/rt3/RT/Queue.pm
|
|
|
|
lib/rt3/RT/Queue_Overlay.pm
|
|
|
|
lib/rt3/RT/Queues.pm
|
|
|
|
lib/rt3/RT/Queues_Overlay.pm
|
|
|
|
lib/rt3/RT/Record.pm
|
2008-03-16 21:47:03 +01:00
|
|
|
lib/rt3/RT/Reminders.pm
|
|
|
|
lib/rt3/RT/Report/Tickets.pm
|
|
|
|
lib/rt3/RT/Report/Tickets/Entry.pm
|
2009-06-21 17:31:39 +02:00
|
|
|
lib/rt3/RT/Rule.pm
|
|
|
|
lib/rt3/RT/Ruleset.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/SQL.pm
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
lib/rt3/RT/SavedSearch.pm
|
|
|
|
lib/rt3/RT/SavedSearches.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Scrip.pm
|
|
|
|
lib/rt3/RT/ScripAction.pm
|
|
|
|
lib/rt3/RT/ScripAction_Overlay.pm
|
|
|
|
lib/rt3/RT/ScripActions.pm
|
|
|
|
lib/rt3/RT/ScripActions_Overlay.pm
|
|
|
|
lib/rt3/RT/ScripCondition.pm
|
|
|
|
lib/rt3/RT/ScripCondition_Overlay.pm
|
|
|
|
lib/rt3/RT/ScripConditions.pm
|
|
|
|
lib/rt3/RT/ScripConditions_Overlay.pm
|
|
|
|
lib/rt3/RT/Scrip_Overlay.pm
|
|
|
|
lib/rt3/RT/Scrips.pm
|
|
|
|
lib/rt3/RT/Scrips_Overlay.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Search.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Search/ActiveTicketsInQueue.pm
|
2004-11-02 18:20:36 +01:00
|
|
|
lib/rt3/RT/Search/FromSQL.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Search/Generic.pm
|
2008-03-16 21:47:03 +01:00
|
|
|
lib/rt3/RT/Search/Googleish.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/SearchBuilder.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/SharedSetting.pm
|
|
|
|
lib/rt3/RT/Shredder.pm
|
|
|
|
lib/rt3/RT/Shredder/ACE.pm
|
|
|
|
lib/rt3/RT/Shredder/Attachment.pm
|
|
|
|
lib/rt3/RT/Shredder/CachedGroupMember.pm
|
|
|
|
lib/rt3/RT/Shredder/Constants.pm
|
|
|
|
lib/rt3/RT/Shredder/CustomField.pm
|
|
|
|
lib/rt3/RT/Shredder/CustomFieldValue.pm
|
|
|
|
lib/rt3/RT/Shredder/Dependencies.pm
|
|
|
|
lib/rt3/RT/Shredder/Dependency.pm
|
|
|
|
lib/rt3/RT/Shredder/Exceptions.pm
|
|
|
|
lib/rt3/RT/Shredder/Group.pm
|
|
|
|
lib/rt3/RT/Shredder/GroupMember.pm
|
|
|
|
lib/rt3/RT/Shredder/Link.pm
|
|
|
|
lib/rt3/RT/Shredder/ObjectCustomFieldValue.pm
|
|
|
|
lib/rt3/RT/Shredder/POD.pm
|
|
|
|
lib/rt3/RT/Shredder/Plugin.pm
|
|
|
|
lib/rt3/RT/Shredder/Plugin/Attachments.pm
|
|
|
|
lib/rt3/RT/Shredder/Plugin/Base.pm
|
|
|
|
lib/rt3/RT/Shredder/Plugin/Base/Dump.pm
|
|
|
|
lib/rt3/RT/Shredder/Plugin/Base/Search.pm
|
|
|
|
lib/rt3/RT/Shredder/Plugin/Objects.pm
|
|
|
|
lib/rt3/RT/Shredder/Plugin/SQLDump.pm
|
|
|
|
lib/rt3/RT/Shredder/Plugin/Summary.pm
|
|
|
|
lib/rt3/RT/Shredder/Plugin/Tickets.pm
|
|
|
|
lib/rt3/RT/Shredder/Plugin/Users.pm
|
|
|
|
lib/rt3/RT/Shredder/Principal.pm
|
|
|
|
lib/rt3/RT/Shredder/Queue.pm
|
|
|
|
lib/rt3/RT/Shredder/Record.pm
|
|
|
|
lib/rt3/RT/Shredder/Scrip.pm
|
|
|
|
lib/rt3/RT/Shredder/ScripAction.pm
|
|
|
|
lib/rt3/RT/Shredder/ScripCondition.pm
|
|
|
|
lib/rt3/RT/Shredder/Template.pm
|
|
|
|
lib/rt3/RT/Shredder/Ticket.pm
|
|
|
|
lib/rt3/RT/Shredder/Transaction.pm
|
|
|
|
lib/rt3/RT/Shredder/User.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/StyleGuide.pod
|
|
|
|
lib/rt3/RT/System.pm
|
|
|
|
lib/rt3/RT/Template.pm
|
|
|
|
lib/rt3/RT/Template_Overlay.pm
|
|
|
|
lib/rt3/RT/Templates.pm
|
|
|
|
lib/rt3/RT/Templates_Overlay.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Test.pm
|
2009-06-21 17:31:39 +02:00
|
|
|
lib/rt3/RT/Test/Email.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Test/Web.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/Ticket.pm
|
|
|
|
lib/rt3/RT/Ticket_Overlay.pm
|
|
|
|
lib/rt3/RT/Tickets.pm
|
|
|
|
lib/rt3/RT/Tickets_Overlay.pm
|
|
|
|
lib/rt3/RT/Tickets_Overlay_SQL.pm
|
|
|
|
lib/rt3/RT/Transaction.pm
|
|
|
|
lib/rt3/RT/Transaction_Overlay.pm
|
|
|
|
lib/rt3/RT/Transactions.pm
|
|
|
|
lib/rt3/RT/Transactions_Overlay.pm
|
|
|
|
lib/rt3/RT/URI.pm
|
|
|
|
lib/rt3/RT/URI/base.pm
|
|
|
|
lib/rt3/RT/URI/fsck_com_rt.pm
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
lib/rt3/RT/URI/t.pm
|
2004-08-03 17:33:48 +02:00
|
|
|
lib/rt3/RT/User.pm
|
|
|
|
lib/rt3/RT/User_Overlay.pm
|
|
|
|
lib/rt3/RT/Users.pm
|
|
|
|
lib/rt3/RT/Users_Overlay.pm
|
2008-08-24 01:58:29 +02:00
|
|
|
lib/rt3/RT/Util.pm
|
2009-06-21 17:31:39 +02:00
|
|
|
sbin/rt-clean-sessions
|
2009-12-04 10:30:20 +01:00
|
|
|
sbin/rt-dump-database
|
2009-06-21 17:31:39 +02:00
|
|
|
sbin/rt-email-dashboards
|
|
|
|
sbin/rt-email-digest
|
|
|
|
sbin/rt-email-group-admin
|
|
|
|
sbin/rt-server
|
2004-08-03 17:33:48 +02:00
|
|
|
sbin/rt-setup-database
|
2009-06-21 17:31:39 +02:00
|
|
|
sbin/rt-shredder
|
2004-08-03 17:33:48 +02:00
|
|
|
sbin/rt-test-dependencies
|
2009-06-21 17:31:39 +02:00
|
|
|
sbin/rt-validator
|
2004-08-03 17:33:48 +02:00
|
|
|
share/doc/rt3/README
|
|
|
|
share/examples/rt3/RT_Config.pm
|
|
|
|
share/examples/rt3/RT_SiteConfig.pm
|
update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
share/rt3/etc/3.8-branded-queues-extension
|
|
|
|
share/rt3/etc/3.8-ical-extension
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/etc/acl.Oracle
|
|
|
|
share/rt3/etc/acl.Pg
|
|
|
|
share/rt3/etc/acl.mysql
|
|
|
|
share/rt3/etc/constraints.mysql
|
|
|
|
share/rt3/etc/drop.Oracle
|
|
|
|
share/rt3/etc/initialdata
|
|
|
|
share/rt3/etc/schema.Oracle
|
|
|
|
share/rt3/etc/schema.Pg
|
|
|
|
share/rt3/etc/schema.SQLite
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/etc/schema.mysql-4.0
|
|
|
|
share/rt3/etc/schema.mysql-4.1
|
update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
share/rt3/etc/shrink_cgm_table.pl
|
|
|
|
share/rt3/etc/split-out-cf-categories
|
|
|
|
share/rt3/etc/upgrade-mysql-schema.pl
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/etc/upgrade/3.3.0/acl.Informix
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/etc/upgrade/3.3.0/acl.Oracle
|
|
|
|
share/rt3/etc/upgrade/3.3.0/acl.Pg
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/etc/upgrade/3.3.0/acl.SQLite
|
|
|
|
share/rt3/etc/upgrade/3.3.0/acl.mysql
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/etc/upgrade/3.3.0/content
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/etc/upgrade/3.3.0/schema.Oracle
|
|
|
|
share/rt3/etc/upgrade/3.3.0/schema.Pg
|
|
|
|
share/rt3/etc/upgrade/3.3.0/schema.mysql
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/etc/upgrade/3.3.11/acl.Oracle
|
|
|
|
share/rt3/etc/upgrade/3.3.11/acl.Pg
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/etc/upgrade/3.3.11/acl.SQLite
|
|
|
|
share/rt3/etc/upgrade/3.3.11/acl.mysql
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/etc/upgrade/3.3.11/content
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/etc/upgrade/3.3.11/schema.Oracle
|
|
|
|
share/rt3/etc/upgrade/3.3.11/schema.Pg
|
|
|
|
share/rt3/etc/upgrade/3.3.11/schema.SQLite
|
|
|
|
share/rt3/etc/upgrade/3.3.11/schema.mysql
|
2008-03-22 19:44:44 +01:00
|
|
|
share/rt3/etc/upgrade/3.5.1/content
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/etc/upgrade/3.7.1/content
|
|
|
|
share/rt3/etc/upgrade/3.7.10/content
|
|
|
|
share/rt3/etc/upgrade/3.7.15/content
|
|
|
|
share/rt3/etc/upgrade/3.7.19/content
|
|
|
|
share/rt3/etc/upgrade/3.7.3/schema.Oracle
|
|
|
|
share/rt3/etc/upgrade/3.7.3/schema.Pg
|
|
|
|
share/rt3/etc/upgrade/3.7.3/schema.mysql
|
|
|
|
share/rt3/etc/upgrade/3.7.81/schema.Oracle
|
|
|
|
share/rt3/etc/upgrade/3.7.81/schema.mysql
|
|
|
|
share/rt3/etc/upgrade/3.7.82/content
|
|
|
|
share/rt3/etc/upgrade/3.7.85/content
|
|
|
|
share/rt3/etc/upgrade/3.7.86/content
|
|
|
|
share/rt3/etc/upgrade/3.7.87/content
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/etc/upgrade/3.8.0/content
|
|
|
|
share/rt3/etc/upgrade/3.8.1/content
|
|
|
|
share/rt3/etc/upgrade/3.8.2/content
|
|
|
|
share/rt3/etc/upgrade/3.8.3/content
|
|
|
|
share/rt3/etc/upgrade/3.8.3/schema.Pg
|
|
|
|
share/rt3/etc/upgrade/3.8.4/content
|
2009-12-04 10:30:20 +01:00
|
|
|
share/rt3/etc/upgrade/3.8.6/content
|
update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
share/rt3/etc/upgrade/${PKGVERSION}/content
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Admin/CustomFields/GroupRights.html
|
|
|
|
share/rt3/html/Admin/CustomFields/Modify.html
|
|
|
|
share/rt3/html/Admin/CustomFields/Objects.html
|
|
|
|
share/rt3/html/Admin/CustomFields/UserRights.html
|
|
|
|
share/rt3/html/Admin/CustomFields/index.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Elements/AddCustomFieldValue
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Admin/Elements/ConfigureMyRT
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Elements/CreateUserCalled
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Admin/Elements/CustomFieldTabs
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Elements/EditCustomField
|
|
|
|
share/rt3/html/Admin/Elements/EditCustomFieldValues
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Admin/Elements/EditCustomFieldValuesSource
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Elements/EditCustomFields
|
|
|
|
share/rt3/html/Admin/Elements/EditQueueWatchers
|
|
|
|
share/rt3/html/Admin/Elements/EditScrip
|
|
|
|
share/rt3/html/Admin/Elements/EditScrips
|
|
|
|
share/rt3/html/Admin/Elements/EditTemplates
|
|
|
|
share/rt3/html/Admin/Elements/EditUserComments
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Admin/Elements/GlobalCustomFieldTabs
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Elements/GroupTabs
|
|
|
|
share/rt3/html/Admin/Elements/Header
|
|
|
|
share/rt3/html/Admin/Elements/ListGlobalCustomFields
|
|
|
|
share/rt3/html/Admin/Elements/ListGlobalScrips
|
|
|
|
share/rt3/html/Admin/Elements/ModifyTemplate
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Admin/Elements/ObjectCustomFields
|
|
|
|
share/rt3/html/Admin/Elements/PickCustomFields
|
|
|
|
share/rt3/html/Admin/Elements/PickObjects
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Elements/QueueRightsForUser
|
|
|
|
share/rt3/html/Admin/Elements/QueueTabs
|
2009-12-04 10:30:20 +01:00
|
|
|
share/rt3/html/Admin/Elements/SelectCustomField
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Admin/Elements/SelectCustomFieldLookupType
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Elements/SelectCustomFieldType
|
|
|
|
share/rt3/html/Admin/Elements/SelectGroups
|
|
|
|
share/rt3/html/Admin/Elements/SelectModifyGroup
|
|
|
|
share/rt3/html/Admin/Elements/SelectModifyQueue
|
|
|
|
share/rt3/html/Admin/Elements/SelectModifyUser
|
|
|
|
share/rt3/html/Admin/Elements/SelectNewGroupMembers
|
|
|
|
share/rt3/html/Admin/Elements/SelectRights
|
|
|
|
share/rt3/html/Admin/Elements/SelectScrip
|
|
|
|
share/rt3/html/Admin/Elements/SelectScripAction
|
|
|
|
share/rt3/html/Admin/Elements/SelectScripCondition
|
|
|
|
share/rt3/html/Admin/Elements/SelectSingleOrMultiple
|
|
|
|
share/rt3/html/Admin/Elements/SelectStage
|
|
|
|
share/rt3/html/Admin/Elements/SelectTemplate
|
|
|
|
share/rt3/html/Admin/Elements/SelectUsers
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Admin/Elements/ShowKeyInfo
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Elements/SystemTabs
|
|
|
|
share/rt3/html/Admin/Elements/Tabs
|
|
|
|
share/rt3/html/Admin/Elements/ToolTabs
|
|
|
|
share/rt3/html/Admin/Elements/UserTabs
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Admin/Global/CustomFields/Groups.html
|
|
|
|
share/rt3/html/Admin/Global/CustomFields/Queue-Tickets.html
|
|
|
|
share/rt3/html/Admin/Global/CustomFields/Queue-Transactions.html
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Admin/Global/CustomFields/Queues.html
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Admin/Global/CustomFields/Users.html
|
|
|
|
share/rt3/html/Admin/Global/CustomFields/index.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Global/GroupRights.html
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Admin/Global/MyRT.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Global/Scrip.html
|
|
|
|
share/rt3/html/Admin/Global/Scrips.html
|
|
|
|
share/rt3/html/Admin/Global/Template.html
|
|
|
|
share/rt3/html/Admin/Global/Templates.html
|
|
|
|
share/rt3/html/Admin/Global/UserRights.html
|
|
|
|
share/rt3/html/Admin/Global/index.html
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Admin/Groups/CustomFields.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Groups/GroupRights.html
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Admin/Groups/History.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Groups/Members.html
|
|
|
|
share/rt3/html/Admin/Groups/Modify.html
|
|
|
|
share/rt3/html/Admin/Groups/UserRights.html
|
|
|
|
share/rt3/html/Admin/Groups/index.html
|
|
|
|
share/rt3/html/Admin/Queues/CustomField.html
|
|
|
|
share/rt3/html/Admin/Queues/CustomFields.html
|
|
|
|
share/rt3/html/Admin/Queues/GroupRights.html
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Admin/Queues/History.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Queues/Modify.html
|
|
|
|
share/rt3/html/Admin/Queues/People.html
|
|
|
|
share/rt3/html/Admin/Queues/Scrip.html
|
|
|
|
share/rt3/html/Admin/Queues/Scrips.html
|
|
|
|
share/rt3/html/Admin/Queues/Template.html
|
|
|
|
share/rt3/html/Admin/Queues/Templates.html
|
|
|
|
share/rt3/html/Admin/Queues/UserRights.html
|
|
|
|
share/rt3/html/Admin/Queues/index.html
|
|
|
|
share/rt3/html/Admin/Tools/Configuration.html
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Admin/Tools/Shredder/Dumps/dhandler
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/Elements/DumpFileLink
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/Elements/Error/NoRights
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/Elements/Error/NoStorage
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/Elements/Object/RT--Attachment
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/Elements/Object/RT--Ticket
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/Elements/Object/RT--User
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/Elements/ObjectCheckBox
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/Elements/PluginArguments
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/Elements/PluginHelp
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/Elements/SelectObjects
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/Elements/SelectPlugin
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/autohandler
|
|
|
|
share/rt3/html/Admin/Tools/Shredder/index.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Tools/index.html
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Admin/Users/CustomFields.html
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Admin/Users/GnuPG.html
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Admin/Users/History.html
|
|
|
|
share/rt3/html/Admin/Users/Memberships.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Users/Modify.html
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Admin/Users/MyRT.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/Users/index.html
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Admin/autohandler
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Admin/index.html
|
|
|
|
share/rt3/html/Approvals/Display.html
|
|
|
|
share/rt3/html/Approvals/Elements/Approve
|
|
|
|
share/rt3/html/Approvals/Elements/PendingMyApproval
|
|
|
|
share/rt3/html/Approvals/Elements/ShowDependency
|
|
|
|
share/rt3/html/Approvals/Elements/Tabs
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Approvals/autohandler
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Approvals/index.html
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Dashboards/Elements/DashboardsForObject
|
|
|
|
share/rt3/html/Dashboards/Elements/DashboardsForObjects
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Dashboards/Elements/Deleted
|
|
|
|
share/rt3/html/Dashboards/Elements/HiddenSearches
|
|
|
|
share/rt3/html/Dashboards/Elements/ListOfDashboards
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Dashboards/Elements/SelectPrivacy
|
|
|
|
share/rt3/html/Dashboards/Elements/ShowDashboards
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Dashboards/Elements/ShowPortlet/component
|
|
|
|
share/rt3/html/Dashboards/Elements/ShowPortlet/dashboard
|
|
|
|
share/rt3/html/Dashboards/Elements/ShowPortlet/search
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Dashboards/Elements/ShowSubscription
|
|
|
|
share/rt3/html/Dashboards/Elements/Tabs
|
|
|
|
share/rt3/html/Dashboards/Modify.html
|
|
|
|
share/rt3/html/Dashboards/Queries.html
|
|
|
|
share/rt3/html/Dashboards/Render.html
|
|
|
|
share/rt3/html/Dashboards/Subscription.html
|
|
|
|
share/rt3/html/Dashboards/dhandler
|
|
|
|
share/rt3/html/Dashboards/index.html
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Download/CustomFieldValue/dhandler
|
|
|
|
share/rt3/html/Download/Tabular/dhandler
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/BevelBoxRaisedEnd
|
|
|
|
share/rt3/html/Elements/BevelBoxRaisedStart
|
|
|
|
share/rt3/html/Elements/Callback
|
|
|
|
share/rt3/html/Elements/Checkbox
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Elements/CollectionAsTable/Header
|
2004-11-02 18:20:36 +01:00
|
|
|
share/rt3/html/Elements/CollectionAsTable/ParseFormat
|
|
|
|
share/rt3/html/Elements/CollectionAsTable/Row
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/CollectionList
|
|
|
|
share/rt3/html/Elements/CollectionListPaging
|
|
|
|
share/rt3/html/Elements/ColumnMap
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/CreateTicket
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Elements/DashboardTabs
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/Dashboards
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Elements/EditCustomField
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/EditCustomFieldAutocomplete
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Elements/EditCustomFieldBinary
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Elements/EditCustomFieldCombobox
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Elements/EditCustomFieldFreeform
|
|
|
|
share/rt3/html/Elements/EditCustomFieldImage
|
|
|
|
share/rt3/html/Elements/EditCustomFieldSelect
|
|
|
|
share/rt3/html/Elements/EditCustomFieldText
|
|
|
|
share/rt3/html/Elements/EditCustomFieldWikitext
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/EditLinks
|
update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
share/rt3/html/Elements/EditPassword
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Elements/EditTimeValue
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Elements/EmailInput
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/Error
|
|
|
|
share/rt3/html/Elements/Footer
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/GnuPG/KeyIssues
|
|
|
|
share/rt3/html/Elements/GnuPG/SelectKeyForEncryption
|
|
|
|
share/rt3/html/Elements/GnuPG/SelectKeyForSigning
|
|
|
|
share/rt3/html/Elements/GnuPG/SignEncryptWidget
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/GotoTicket
|
|
|
|
share/rt3/html/Elements/Header
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/HeaderJavascript
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/ListActions
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/ListMenu
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/Login
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Elements/Logo
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Elements/Logout
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/MakeClicky
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/Menu
|
|
|
|
share/rt3/html/Elements/MessageBox
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Elements/MyAdminQueues
|
|
|
|
share/rt3/html/Elements/MyRT
|
|
|
|
share/rt3/html/Elements/MyReminders
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/MyRequests
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Elements/MySupportQueues
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/MyTickets
|
|
|
|
share/rt3/html/Elements/PageLayout
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Elements/PersonalQuickbar
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/QueryString
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Elements/QueueSummary
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/QuickCreate
|
|
|
|
share/rt3/html/Elements/Quicksearch
|
update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
share/rt3/html/Elements/RT__CustomField/ColumnMap
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/RT__Group/ColumnMap
|
|
|
|
share/rt3/html/Elements/RT__Queue/ColumnMap
|
|
|
|
share/rt3/html/Elements/RT__Scrip/ColumnMap
|
|
|
|
share/rt3/html/Elements/RT__Template/ColumnMap
|
2004-11-02 18:20:36 +01:00
|
|
|
share/rt3/html/Elements/RT__Ticket/ColumnMap
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/RT__User/ColumnMap
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Elements/Refresh
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Elements/RefreshHomepage
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/ScrubHTML
|
|
|
|
share/rt3/html/Elements/Section
|
|
|
|
share/rt3/html/Elements/SelectAttachmentField
|
|
|
|
share/rt3/html/Elements/SelectBoolean
|
|
|
|
share/rt3/html/Elements/SelectCustomFieldOperator
|
|
|
|
share/rt3/html/Elements/SelectCustomFieldValue
|
|
|
|
share/rt3/html/Elements/SelectDate
|
|
|
|
share/rt3/html/Elements/SelectDateRelation
|
|
|
|
share/rt3/html/Elements/SelectDateType
|
|
|
|
share/rt3/html/Elements/SelectEqualityOperator
|
|
|
|
share/rt3/html/Elements/SelectGroups
|
|
|
|
share/rt3/html/Elements/SelectLang
|
|
|
|
share/rt3/html/Elements/SelectLinkType
|
|
|
|
share/rt3/html/Elements/SelectMatch
|
|
|
|
share/rt3/html/Elements/SelectNewTicketQueue
|
|
|
|
share/rt3/html/Elements/SelectOwner
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Elements/SelectPriority
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/SelectQueue
|
|
|
|
share/rt3/html/Elements/SelectResultsPerPage
|
|
|
|
share/rt3/html/Elements/SelectSortOrder
|
|
|
|
share/rt3/html/Elements/SelectStatus
|
|
|
|
share/rt3/html/Elements/SelectTicketSortBy
|
|
|
|
share/rt3/html/Elements/SelectTicketTypes
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Elements/SelectTimeUnits
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/SelectTimezone
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/SelectUsers
|
|
|
|
share/rt3/html/Elements/SelectWatcherType
|
|
|
|
share/rt3/html/Elements/SetupSessionCookie
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Elements/ShowCustomFieldBinary
|
|
|
|
share/rt3/html/Elements/ShowCustomFieldImage
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/ShowCustomFieldText
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Elements/ShowCustomFieldWikitext
|
|
|
|
share/rt3/html/Elements/ShowCustomFields
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/ShowLink
|
|
|
|
share/rt3/html/Elements/ShowLinks
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Elements/ShowMemberships
|
update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
share/rt3/html/Elements/ShowRelationLabel
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Elements/ShowSearch
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/ShowUser
|
|
|
|
share/rt3/html/Elements/ShowUserConcise
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Elements/ShowUserEmailFrequency
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Elements/ShowUserVerbose
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Elements/SimpleSearch
|
|
|
|
share/rt3/html/Elements/Submit
|
|
|
|
share/rt3/html/Elements/Tabs
|
|
|
|
share/rt3/html/Elements/TicketList
|
|
|
|
share/rt3/html/Elements/TitleBox
|
|
|
|
share/rt3/html/Elements/TitleBoxEnd
|
|
|
|
share/rt3/html/Elements/TitleBoxStart
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Elements/ValidateCustomFields
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Helpers/Autocomplete/CustomFieldValues
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Helpers/CalPopup.html
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Helpers/Toggle/TicketBookmark
|
|
|
|
share/rt3/html/Install/Basics.html
|
|
|
|
share/rt3/html/Install/DatabaseDetails.html
|
|
|
|
share/rt3/html/Install/DatabaseType.html
|
|
|
|
share/rt3/html/Install/Elements/Errors
|
|
|
|
share/rt3/html/Install/Elements/Wrapper
|
|
|
|
share/rt3/html/Install/Finish.html
|
|
|
|
share/rt3/html/Install/Global.html
|
|
|
|
share/rt3/html/Install/Initialize.html
|
|
|
|
share/rt3/html/Install/Sendmail.html
|
|
|
|
share/rt3/html/Install/autohandler
|
|
|
|
share/rt3/html/Install/index.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/NoAuth/Logout.html
|
|
|
|
share/rt3/html/NoAuth/Reminder.html
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckcontextmenu.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckdataprocessor.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckdocumentfragment_gecko.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckdocumentfragment_ie.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckdomrange.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckdomrange_gecko.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckdomrange_ie.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckdomrangeiterator.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckeditingarea.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckelementpath.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckenterkey.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckevents.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckhtmliterator.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckicon.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckiecleanup.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckimagepreloader.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckkeystrokehandler.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckmenublock.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckmenublockpanel.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckmenuitem.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckpanel.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckplugin.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckspecialcombo.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckstyle.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fcktoolbar.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fcktoolbarbreak_gecko.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fcktoolbarbreak_ie.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fcktoolbarbutton.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fcktoolbarbuttonui.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fcktoolbarfontformatcombo.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fcktoolbarfontscombo.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fcktoolbarfontsizecombo.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fcktoolbarpanelbutton.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fcktoolbarspecialcombo.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fcktoolbarstylecombo.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckw3crange.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckxml.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckxml_gecko.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/classes/fckxml_ie.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fck_othercommands.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fckblockquotecommand.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fckcorestylecommand.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fckfitwindow.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fckindentcommands.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fckjustifycommands.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fcklistcommands.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fcknamedcommand.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fckpastewordcommand.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fckremoveformatcommand.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fckshowblocks.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fckstylecommand.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fcktablecommand.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/commandclasses/fcktextcolorcommand.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/fckconstants.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/fckeditorapi.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/fckjscoreextensions.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/fckscriptloader.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fck.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fck_contextmenu.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fck_gecko.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fck_ie.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckbrowserinfo.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckcodeformatter.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckcommands.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckconfig.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckdebug.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckdebug_empty.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckdialog.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckdocumentprocessor.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckdomtools.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fcklanguagemanager.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fcklisthandler.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fcklistslib.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckplugins.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckregexlib.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckselection.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckselection_gecko.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckselection_ie.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckstyles.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fcktablehandler.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fcktablehandler_gecko.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fcktablehandler_ie.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fcktoolbaritems.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fcktoolbarset.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fcktools.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fcktools_gecko.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fcktools_ie.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckundo.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckurlparams.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckxhtml.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckxhtml_gecko.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckxhtml_ie.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/_source/internals/fckxhtmlentities.js
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/behaviors/disablehandles.htc
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/behaviors/showtableborders.htc
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/fck_editorarea.css
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/fck_internal.css
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/fck_showtableborders_gecko.css
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/block_address.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/block_blockquote.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/block_div.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/block_h1.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/block_h2.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/block_h3.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/block_h4.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/block_h5.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/block_h6.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/block_p.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/block_pre.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/fck_anchor.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/fck_flashlogo.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/fck_hiddenfield.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/fck_pagebreak.gif
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/css/images/fck_plugin.gif
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/common/fck_dialog_common.css
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/common/fck_dialog_common.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/common/images/locked.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/common/images/reset.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/common/images/unlocked.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_about.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_about/logo_fckeditor.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_about/logo_fredck.gif
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_anchor.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_button.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_checkbox.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_colorselector.html
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_div.html
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_docprops.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_docprops/fck_document_preview.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_flash.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_flash/fck_flash.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_flash/fck_flash_preview.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_form.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_hiddenfield.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_image.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_image/fck_image.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_image/fck_image_preview.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_link.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_link/fck_link.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_listprop.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_paste.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_radiobutton.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_replace.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_select.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_select/fck_select.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_smiley.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_source.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_specialchar.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_table.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_tablecell.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_template.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_template/images/template1.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_template/images/template2.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_template/images/template3.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_textarea.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_textfield.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dtd/fck_dtd_test.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dtd/fck_xhtml10strict.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/dtd/fck_xhtml10transitional.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/fckdebug.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/fckdialog.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/fckeditor.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/fckeditor.original.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/anchor.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/arrow_ltr.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/arrow_rtl.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/angel_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/angry_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/broken_heart.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/cake.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/confused_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/cry_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/devil_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/embaressed_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/envelope.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/heart.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/kiss.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/lightbulb.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/omg_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/regular_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/sad_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/shades_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/teeth_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/thumbs_down.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/thumbs_up.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/tounge_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/smiley/msn/wink_smile.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/images/spacer.gif
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/js/fckadobeair.js
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/js/fckeditorcode_gecko.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/js/fckeditorcode_ie.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/_translationstatus.txt
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/af.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/ar.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/bg.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/bn.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/bs.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/ca.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/cs.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/da.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/de.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/el.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/en-au.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/en-ca.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/en-uk.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/en.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/eo.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/es.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/et.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/eu.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/fa.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/fi.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/fo.js
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/fr-ca.js
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/fr.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/gl.js
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/gu.js
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/he.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/hi.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/hr.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/hu.js
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/is.js
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/it.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/ja.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/km.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/ko.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/lt.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/lv.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/mn.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/ms.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/nb.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/nl.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/no.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/pl.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/pt-br.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/pt.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/ro.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/ru.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/sk.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/sl.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/sr-latn.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/sr.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/sv.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/th.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/tr.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/uk.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/vi.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/zh-cn.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/lang/zh.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/autogrow/fckplugin.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/bbcode/_sample/sample.config.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/bbcode/_sample/sample.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/bbcode/fckplugin.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/dragresizetable/fckplugin.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/placeholder/fck_placeholder.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/placeholder/fckplugin.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/placeholder/lang/de.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/placeholder/lang/en.js
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/placeholder/lang/es.js
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/placeholder/lang/fr.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/placeholder/lang/it.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/placeholder/lang/pl.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/placeholder/placeholder.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/simplecommands/fckplugin.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/plugins/tablecommands/fckplugin.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/_fckviewstrips.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/fck_dialog.css
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/fck_dialog_ie6.js
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/fck_editor.css
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/fck_strip.gif
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/images/dialog.sides.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/images/dialog.sides.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/images/dialog.sides.rtl.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/images/sprites.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/images/sprites.png
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/images/toolbar.arrowright.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/images/toolbar.buttonarrow.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/images/toolbar.collapse.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/images/toolbar.end.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/images/toolbar.expand.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/images/toolbar.separator.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/default/images/toolbar.start.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/fck_dialog.css
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/fck_dialog_ie6.js
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/fck_editor.css
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/fck_strip.gif
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/dialog.sides.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/dialog.sides.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/dialog.sides.rtl.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/sprites.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/sprites.png
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/toolbar.arrowright.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/toolbar.bg.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/toolbar.collapse.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/toolbar.end.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/toolbar.expand.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/toolbar.separator.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/office2003/images/toolbar.start.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/fck_dialog.css
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/fck_dialog_ie6.js
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/fck_editor.css
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/fck_strip.gif
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/dialog.sides.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/dialog.sides.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/dialog.sides.rtl.png
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/sprites.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/sprites.png
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/toolbar.arrowright.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/toolbar.buttonarrow.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/toolbar.buttonbg.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/toolbar.collapse.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/toolbar.end.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/toolbar.expand.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/toolbar.separator.gif
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/skins/silver/images/toolbar.start.gif
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/wsc/ciframe.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/wsc/tmpFrameset.html
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/editor/wsc/w.html
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/fckconfig.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/fckeditor.js
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/fckpackager.xml
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/fckstyles.xml
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/fcktemplates.xml
|
|
|
|
share/rt3/html/NoAuth/RichText/FCKeditor/license.txt
|
|
|
|
share/rt3/html/NoAuth/RichText/dhandler
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/NoAuth/css/3.4-compat/body.css
|
|
|
|
share/rt3/html/NoAuth/css/3.4-compat/footer.css
|
|
|
|
share/rt3/html/NoAuth/css/3.4-compat/forms.css
|
|
|
|
share/rt3/html/NoAuth/css/3.4-compat/header.css
|
|
|
|
share/rt3/html/NoAuth/css/3.4-compat/login.css
|
|
|
|
share/rt3/html/NoAuth/css/3.4-compat/main.css
|
|
|
|
share/rt3/html/NoAuth/css/3.4-compat/misc.css
|
|
|
|
share/rt3/html/NoAuth/css/3.4-compat/nav.css
|
|
|
|
share/rt3/html/NoAuth/css/3.4-compat/quickbar.css
|
|
|
|
share/rt3/html/NoAuth/css/3.4-compat/ticket.css
|
|
|
|
share/rt3/html/NoAuth/css/3.4-compat/titlebox.css
|
|
|
|
share/rt3/html/NoAuth/css/3.4-compat/transactions.css
|
|
|
|
share/rt3/html/NoAuth/css/3.5-default/approvals.css
|
|
|
|
share/rt3/html/NoAuth/css/3.5-default/body.css
|
|
|
|
share/rt3/html/NoAuth/css/3.5-default/footer.css
|
|
|
|
share/rt3/html/NoAuth/css/3.5-default/forms.css
|
|
|
|
share/rt3/html/NoAuth/css/3.5-default/header.css
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/css/3.5-default/local.css
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/NoAuth/css/3.5-default/login.css
|
|
|
|
share/rt3/html/NoAuth/css/3.5-default/logo.css
|
|
|
|
share/rt3/html/NoAuth/css/3.5-default/main.css
|
|
|
|
share/rt3/html/NoAuth/css/3.5-default/misc.css
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/css/3.5-default/nav-left.css
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/NoAuth/css/3.5-default/nav.css
|
|
|
|
share/rt3/html/NoAuth/css/3.5-default/quickbar.css
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/css/3.5-default/ticket-search.css
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/NoAuth/css/3.5-default/ticket.css
|
|
|
|
share/rt3/html/NoAuth/css/3.5-default/titlebox.css
|
|
|
|
share/rt3/html/NoAuth/css/3.5-default/transactions.css
|
|
|
|
share/rt3/html/NoAuth/css/autohandler
|
update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
share/rt3/html/NoAuth/css/base/misc.css
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/NoAuth/css/dhandler
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/css/print.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/InHeader
|
|
|
|
share/rt3/html/NoAuth/css/web2/admin.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/base.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/boxes.css
|
update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
share/rt3/html/NoAuth/css/web2/collection.css
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/css/web2/forms.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/images/dhandler
|
|
|
|
share/rt3/html/NoAuth/css/web2/images/source/background-gradient.png
|
|
|
|
share/rt3/html/NoAuth/css/web2/layout.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/login.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/main.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/misc.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/msie.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/msie6.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/nav.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/portlets.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/ticket-lists.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/ticket-search.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/ticket.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/tools.css
|
|
|
|
share/rt3/html/NoAuth/css/web2/yui-fonts.css
|
|
|
|
share/rt3/html/NoAuth/iCal/dhandler
|
|
|
|
share/rt3/html/NoAuth/images/autohandler
|
|
|
|
share/rt3/html/NoAuth/images/bplogo.gif
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/NoAuth/images/css/cb-light.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/cb.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/cbr-b2g.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/cbr-b2lb.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/cbr-gray.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/cbr-trans.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/cbr.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/ct-light.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/ct.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/ctr-b2g.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/ctr-b2lb.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/ctr-gray.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/ctr-trans.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/ctr.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/dark-arrow-up.png
|
|
|
|
share/rt3/html/NoAuth/images/css/dark-arrow.png
|
|
|
|
share/rt3/html/NoAuth/images/css/fieldbg-autocomplete.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/light-arrow-up.png
|
|
|
|
share/rt3/html/NoAuth/images/css/light-arrow.png
|
|
|
|
share/rt3/html/NoAuth/images/css/rolldown-arrow.gif
|
|
|
|
share/rt3/html/NoAuth/images/css/rolldown-arrow.png
|
|
|
|
share/rt3/html/NoAuth/images/css/rollup-arrow.gif
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/images/empty_star.gif
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/NoAuth/images/favicon.png
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/images/star.gif
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/NoAuth/images/test.png
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/js/IE7/IE7.js
|
|
|
|
share/rt3/html/NoAuth/js/IE7/IE8.js
|
|
|
|
share/rt3/html/NoAuth/js/IE7/blank.gif
|
|
|
|
share/rt3/html/NoAuth/js/IE7/ie7-recalc.js
|
|
|
|
share/rt3/html/NoAuth/js/IE7/ie7-squish.js
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/NoAuth/js/ahah.js
|
|
|
|
share/rt3/html/NoAuth/js/autohandler
|
|
|
|
share/rt3/html/NoAuth/js/cascaded.js
|
|
|
|
share/rt3/html/NoAuth/js/class.js
|
|
|
|
share/rt3/html/NoAuth/js/combobox.js
|
|
|
|
share/rt3/html/NoAuth/js/list.js
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/NoAuth/js/prototype/prototype.js
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/NoAuth/js/scriptaculous/controls.js
|
|
|
|
share/rt3/html/NoAuth/js/scriptaculous/effects.js
|
|
|
|
share/rt3/html/NoAuth/js/scriptaculous/scriptaculous.js
|
|
|
|
share/rt3/html/NoAuth/js/titlebox-state.js
|
|
|
|
share/rt3/html/NoAuth/js/util.js
|
update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
share/rt3/html/NoAuth/rss/dhandler
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Prefs/Elements/Tabs
|
|
|
|
share/rt3/html/Prefs/MyRT.html
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Prefs/Other.html
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Prefs/Quicksearch.html
|
|
|
|
share/rt3/html/Prefs/Search.html
|
|
|
|
share/rt3/html/Prefs/SearchOptions.html
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/REST/1.0/Forms/attachment/default
|
|
|
|
share/rt3/html/REST/1.0/Forms/group/customfields
|
|
|
|
share/rt3/html/REST/1.0/Forms/group/default
|
|
|
|
share/rt3/html/REST/1.0/Forms/group/ns
|
|
|
|
share/rt3/html/REST/1.0/Forms/queue/customfields
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/REST/1.0/Forms/queue/default
|
|
|
|
share/rt3/html/REST/1.0/Forms/queue/ns
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/REST/1.0/Forms/queue/ticketcustomfields
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/REST/1.0/Forms/ticket/attachments
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/REST/1.0/Forms/ticket/comment
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/REST/1.0/Forms/ticket/default
|
|
|
|
share/rt3/html/REST/1.0/Forms/ticket/history
|
|
|
|
share/rt3/html/REST/1.0/Forms/ticket/links
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/REST/1.0/Forms/ticket/merge
|
|
|
|
share/rt3/html/REST/1.0/Forms/ticket/take
|
|
|
|
share/rt3/html/REST/1.0/Forms/transaction/default
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/REST/1.0/Forms/user/default
|
|
|
|
share/rt3/html/REST/1.0/Forms/user/ns
|
|
|
|
share/rt3/html/REST/1.0/NoAuth/mail-gateway
|
|
|
|
share/rt3/html/REST/1.0/autohandler
|
|
|
|
share/rt3/html/REST/1.0/dhandler
|
|
|
|
share/rt3/html/REST/1.0/logout
|
|
|
|
share/rt3/html/REST/1.0/search/dhandler
|
|
|
|
share/rt3/html/REST/1.0/search/ticket
|
|
|
|
share/rt3/html/REST/1.0/ticket/comment
|
|
|
|
share/rt3/html/REST/1.0/ticket/link
|
|
|
|
share/rt3/html/REST/1.0/ticket/merge
|
|
|
|
share/rt3/html/Search/Build.html
|
|
|
|
share/rt3/html/Search/Bulk.html
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Search/Chart
|
|
|
|
share/rt3/html/Search/Chart.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Search/Edit.html
|
|
|
|
share/rt3/html/Search/Elements/BuildFormatString
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Search/Elements/Chart
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Search/Elements/ConditionRow
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Search/Elements/DisplayOptions
|
|
|
|
share/rt3/html/Search/Elements/EditFormat
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Search/Elements/EditQuery
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Search/Elements/EditSearches
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Search/Elements/Graph
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Search/Elements/NewListActions
|
|
|
|
share/rt3/html/Search/Elements/PickBasics
|
|
|
|
share/rt3/html/Search/Elements/PickCFs
|
|
|
|
share/rt3/html/Search/Elements/PickCriteria
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Search/Elements/ResultViews
|
update to version 3.8.8, partially by sno@
Upstream Changelog:
NEW FEATURES AND MAJOR CHANGES
* Aaron Sigel performed a security audit of RT and pointed out
a number of potential improvements which have been addressed
* Charts improvements
* Time-based charts can now show "hourly" goupings.
* ChartFont option is now hash with font per language.
* Two default fonts are shipped with RT to cover most
supported languages.
* The table of chart results now contains links to tickets
matching a given row.
* Timezones support, but protected with config option.
* Better scaling of Y axis.
* X axis labels are now vertical if there is not enough
space to display them horizontally.
* RTAddressRegexp option improvements
* No default value anymore.
* If no value is set then RT will attempt to calculate the right value
from the user-defined queue addresses.
* On create/update/people pages RT now checks addresses
users enter and stop users from entering known
addresses for RT queues.
* Admin UI improvements
* Improved display of the "About this RT" page.
* More pages in the Admin UI have been switched to generic
code to list objects (like tickets in search results)
* Display formats for these objects are now configurable
in the config file (%AdminSearchResultFormat)
* More columns in column maps for objects other than
tickets.
* Custom fields ordering and application improvements
* Queue specific custom fields now can be placed above
global, below or even in the middle. Order of global
custom fields stays the same in all queues, but a custom
field that is applied to particular queues can be placed
differently in each queue.
* Make it possible to apply a CF globally from 'Applies To'
page.
* RT no longer allows you to apply a CF globally and to queues
at the same time. When CF is applied globally it is
un-applied from specific queues first.
* Refactored simple (googleish) search
* new options in the config to control defaults
* new keywords to search for particular things
* RSS feeds now contain embedded single-query authentication strings
* We've Introduced a config option to prevent adding the
RT-Originator header in outgoing mails.
* New MessageBoxIncludeSignature* options
* LogoutRefresh config option to control how long to wait
before going back to login
* New config option for AttachmentUnits
* New config option for AlwaysDownloadAttachments
* RT now requires your current password to change any password
* Improved LinkValueTo and returned back functionality
* if LinkValueTo starts with __CustomField__ then don't
escape it, but make sure it's not a JS link
* escape links using HTML escaping
* don't wrap into <a> with empty href if link is empty
* Added DefaultMailPrecedence and DefaultErrorMailPrecedence
config options
* Squelch watchers on update. This makes doing silent
Updates possible
* New web handler: bin/fastcgi_server
* Refactored Elements/ShowUser so it's easy to add custom
formats. Several performance improvements in this code.
* MERGE_CACHE to cache information about merged tickets and
lower logs and DB impact on re-checks
* Made NotifyActor into a User Preference
* If the MIME entity has header X-RT-Squelch, do not send
the message
* Improved print layouts
* Serve images in js and css dirs as static files,
so browsers cache them more agressively
* Added HasAttribute and HasNoAttribute to TicketSQL
* New faster and less memory hungry TicketsMaps - First, Prev,
Next and Last links when you view tickets from the current
search. Size is now limited by a new config option. Floating
window is used to build the links.
CLEANUPS AND SMALL IMPROVEMENTS
* Updated doc/Security with more modern security tips
* Made the plaintext mono feature work in IE.
* Better timezone handling in Tools/Reports/ResolvedByDates.html
* Make sure we don't serve files outside RT's paths
* Additional checks to make sure that credentials
are sent to RT on Login
* Moved CustomField column map from tickets' to generic
* Make height, width, href and alt of the logo configurable
* Load as much as possible when a web-handler with forks
is used, this increase memory sharing across processes
* A link provided for approvals templates to whoever worked
the approval
* Global __WebRequestPath__ and __WebRequestPathDir__
column map entries
* Process custom fields in ModifyDates.html
* Handle Ccs and AdminCcs of the queue in SkipNotification
feature
* Sort callbacks within a root only, respect plugins
order
* Add some wording to the check boxes on the reply pages
* Reduce whitespace on bottom of boxes as was earlier
* Use smaller margin for reminders display to save space
* Use a reasonable length for scrip descriptions
* Removed a lie about RT CLI still being "unsupported"
* User friendlier errors handling thrown by Calendar::Simple
* Split some CSS from themes into base/xxx.css
* Googleish search was making incorrect assumptions
about RT::User and RT::Group's Load function
returning a boolean not a list. This was throwing
(harmless, but ugly) errors.
* Don't apply order on collections if sorting is not
allowed
* Removed the "URL" parameter to 'Logout' as it had no
legitimate use.
* make instal and testdeps tests to avoid some versions
of modules that are known to be buggy or incompatible,
for example DBD::Oracle 1.23
BUG FIXES
* properly use AND/OR when content is searched and
DontSearchFileAttachments option is enabled
* Make sure Merge only possible when user has Modify
right on both tickets
* Fixes for UseSQLForACLChecks option, it was possible
to construct a query and see tickets an user has no
right to see. Lots of tests have been added to make
sure it wouldn't happen again.
* SQL used for ACL checks has been refactored to get
more effective queries. Especially when list of
potential owners is built for the query builder.
* Unified API for tables with disabled column and
fixes when ->Count could return bigger value
when some CFs are disabled.
* I18N was transcoding attachments to UTF-8 one line
at a time. This doesn't work at all for UTF-16 and
probably other encodings.
* Fixed encoding problem when loading a dump file
produced by rt-dump-database.
* A closing </li> was missing in PreviewScrips comp
* Fixed config loading when Fcntl module or other exporting
symbols is loaded. Load was failing with "Not a SCALAR
reference" error.
* Returned back effective SQL when searching by CFs with
= or != operator
* Fixed error on login when user make mistake in password
and he entered character out of ASCII range.
* Honor a user's MessageBoxRichTextHeight setting
* Fixed query builder behaviour with NULLs and '' (empty values)
* Fixed potential information loose on incorrect GnuPG mails
* Fixed display-all-rows in Dashboards
* Fixed JS escaping issues
* Set context object in OCFV::CustomFieldObj
* Sessions ended up in /tmp/ in some cases
* Fixed safe_run_child when code dies between fork and exec,
deals with "mysql server has gone away" error
* fix Jumbo reloading and losing message content
* Stop infinite looping when you have global custom
fields and no Queue restriction
* Fixed sorting of custom fields in Results.tsv
* Set of fixes for Unicode characters in emails
and tests covering these changes
* Don't create handles we don't need, we can hit limit
* Prevent servers using GnuPG from running out of file handles
TRANSLATION
Updates merged from launchpad and two new languages: nn.po
and pt_PT.po. Thanks to all contributors.
CALLBACKS
* AboutThisUser in ShowPeople box
* Between the GnuPG and message rows
* AfterSubject
* Before and After CustomFields
* Before and After TransactionCustomFields
* AfterAddress in PreviewScrips
* At the top of ticket summary columns
* For adding links for attachment downloads
* At the bottom of the logout box
* Pass more information to the FormStart callback
in Ticket/Update.html
* AfterMessageBox on ticket create page
* ShowTransaction/AfterAnchor
* In EditDates and ShowDates
* Pass a reference to the signature in MessageBox's callback
* For inserting text after the transaction's description
* AfterUpdateType in Jumbo.html and Update.html
2010-09-17 23:41:54 +02:00
|
|
|
share/rt3/html/Search/Elements/ResultsRSSView
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Search/Elements/SearchPrivacy
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Search/Elements/SearchesForObject
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Search/Elements/SelectAndOr
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Search/Elements/SelectChartType
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/Search/Elements/SelectGroup
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Search/Elements/SelectGroupBy
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Search/Elements/SelectLinks
|
|
|
|
share/rt3/html/Search/Elements/SelectPersonType
|
|
|
|
share/rt3/html/Search/Elements/SelectSearchObject
|
|
|
|
share/rt3/html/Search/Elements/SelectSearchesForObjects
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Search/Graph.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Search/Results.html
|
|
|
|
share/rt3/html/Search/Results.rdf
|
|
|
|
share/rt3/html/Search/Results.tsv
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Search/Simple.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/SelfService/Attachment/dhandler
|
|
|
|
share/rt3/html/SelfService/Closed.html
|
|
|
|
share/rt3/html/SelfService/Create.html
|
Update rt3 to version 3.4.5. This is _not_ an easy update, although the
changes are apparently minor to a end user (but not for the site
administrator).
It'd very hard and very long to provide a full list of changes. The main
changes in RT 3.4 are a complete rework of how Custom Fields are handled,
which means there is a lot more flexibility in that area now (including
Custom Fields for users, per-queue, per-transaction). RT 3.4 is also
supposed to be faster, which certainly is no bad news.
Another bonus of RT 3.4 are the availability of extensions, and I will
commit RTx::Shredder and RTx::RightsMatrix very soon.
Updating RT is not an easy task, be sure to backup your database, and don't
forget to grant the new rights to relevant people.
In pkgsrc, rt3 is also seeing a few changes. The main one is the situation
of the "local" path, which is now set to /var/rt3, which seems less lame to
me than the previous value. It could be debated, though.
2006-05-01 11:38:08 +02:00
|
|
|
share/rt3/html/SelfService/CreateTicketInQueue.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/SelfService/Display.html
|
|
|
|
share/rt3/html/SelfService/Elements/GotoTicket
|
|
|
|
share/rt3/html/SelfService/Elements/Header
|
|
|
|
share/rt3/html/SelfService/Elements/MyRequests
|
|
|
|
share/rt3/html/SelfService/Elements/Tabs
|
|
|
|
share/rt3/html/SelfService/Error.html
|
|
|
|
share/rt3/html/SelfService/Prefs.html
|
|
|
|
share/rt3/html/SelfService/Update.html
|
|
|
|
share/rt3/html/SelfService/index.html
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Ticket/Attachment/WithHeaders/dhandler
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Ticket/Attachment/dhandler
|
|
|
|
share/rt3/html/Ticket/Create.html
|
|
|
|
share/rt3/html/Ticket/Display.html
|
|
|
|
share/rt3/html/Ticket/Elements/AddWatchers
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Ticket/Elements/Bookmark
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Ticket/Elements/BulkLinks
|
|
|
|
share/rt3/html/Ticket/Elements/EditBasics
|
|
|
|
share/rt3/html/Ticket/Elements/EditCustomFields
|
|
|
|
share/rt3/html/Ticket/Elements/EditDates
|
|
|
|
share/rt3/html/Ticket/Elements/EditPeople
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Ticket/Elements/EditTransactionCustomFields
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Ticket/Elements/EditWatchers
|
|
|
|
share/rt3/html/Ticket/Elements/FindAttachments
|
|
|
|
share/rt3/html/Ticket/Elements/LoadTextAttachments
|
|
|
|
share/rt3/html/Ticket/Elements/PreviewScrips
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Ticket/Elements/Reminders
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Ticket/Elements/ShowAttachments
|
|
|
|
share/rt3/html/Ticket/Elements/ShowBasics
|
|
|
|
share/rt3/html/Ticket/Elements/ShowCustomFields
|
|
|
|
share/rt3/html/Ticket/Elements/ShowDates
|
|
|
|
share/rt3/html/Ticket/Elements/ShowDependencies
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Ticket/Elements/ShowGnuPGStatus
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Ticket/Elements/ShowGroupMembers
|
|
|
|
share/rt3/html/Ticket/Elements/ShowHistory
|
|
|
|
share/rt3/html/Ticket/Elements/ShowMembers
|
|
|
|
share/rt3/html/Ticket/Elements/ShowMessageHeaders
|
|
|
|
share/rt3/html/Ticket/Elements/ShowMessageStanza
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Ticket/Elements/ShowParents
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Ticket/Elements/ShowPeople
|
2009-06-21 17:31:39 +02:00
|
|
|
share/rt3/html/Ticket/Elements/ShowPriority
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Ticket/Elements/ShowQueue
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Ticket/Elements/ShowRequestor
|
|
|
|
share/rt3/html/Ticket/Elements/ShowSummary
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Ticket/Elements/ShowTime
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Ticket/Elements/ShowTransaction
|
|
|
|
share/rt3/html/Ticket/Elements/ShowTransactionAttachments
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Ticket/Elements/ShowUpdateStatus
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Ticket/Elements/ShowUserEntry
|
|
|
|
share/rt3/html/Ticket/Elements/Tabs
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Ticket/Elements/UpdateCc
|
|
|
|
share/rt3/html/Ticket/Forward.html
|
|
|
|
share/rt3/html/Ticket/GnuPG.html
|
|
|
|
share/rt3/html/Ticket/Graphs/Elements/EditGraphProperties
|
|
|
|
share/rt3/html/Ticket/Graphs/Elements/ShowGraph
|
|
|
|
share/rt3/html/Ticket/Graphs/Elements/ShowLegends
|
|
|
|
share/rt3/html/Ticket/Graphs/dhandler
|
|
|
|
share/rt3/html/Ticket/Graphs/index.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Ticket/History.html
|
|
|
|
share/rt3/html/Ticket/Modify.html
|
|
|
|
share/rt3/html/Ticket/ModifyAll.html
|
|
|
|
share/rt3/html/Ticket/ModifyDates.html
|
|
|
|
share/rt3/html/Ticket/ModifyLinks.html
|
|
|
|
share/rt3/html/Ticket/ModifyPeople.html
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Ticket/Reminders.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/Ticket/ShowEmailRecord.html
|
|
|
|
share/rt3/html/Ticket/Update.html
|
|
|
|
share/rt3/html/Tools/Elements/Tabs
|
|
|
|
share/rt3/html/Tools/MyDay.html
|
|
|
|
share/rt3/html/Tools/Offline.html
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Tools/Reports/CreatedByDates.html
|
|
|
|
share/rt3/html/Tools/Reports/Elements/Tabs
|
|
|
|
share/rt3/html/Tools/Reports/ResolvedByDates.html
|
|
|
|
share/rt3/html/Tools/Reports/ResolvedByOwner.html
|
|
|
|
share/rt3/html/Tools/Reports/index.html
|
|
|
|
share/rt3/html/Tools/index.html
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/User/Delegation.html
|
|
|
|
share/rt3/html/User/Elements/DelegateRights
|
|
|
|
share/rt3/html/User/Elements/GroupTabs
|
|
|
|
share/rt3/html/User/Elements/Tabs
|
|
|
|
share/rt3/html/User/Groups/Members.html
|
|
|
|
share/rt3/html/User/Groups/Modify.html
|
|
|
|
share/rt3/html/User/Groups/index.html
|
|
|
|
share/rt3/html/User/Prefs.html
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Widgets/BulkEdit
|
|
|
|
share/rt3/html/Widgets/BulkProcess
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Widgets/ComboBox
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/Widgets/FinalizeWidgetArguments
|
|
|
|
share/rt3/html/Widgets/Form/Boolean
|
|
|
|
share/rt3/html/Widgets/Form/Integer
|
|
|
|
share/rt3/html/Widgets/Form/Select
|
|
|
|
share/rt3/html/Widgets/Form/String
|
2008-03-16 21:47:03 +01:00
|
|
|
share/rt3/html/Widgets/SavedSearch
|
|
|
|
share/rt3/html/Widgets/SelectionBox
|
|
|
|
share/rt3/html/Widgets/TitleBox
|
|
|
|
share/rt3/html/Widgets/TitleBoxEnd
|
|
|
|
share/rt3/html/Widgets/TitleBoxStart
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/autohandler
|
2008-08-24 01:58:29 +02:00
|
|
|
share/rt3/html/dhandler
|
2004-08-03 17:33:48 +02:00
|
|
|
share/rt3/html/index.html
|
|
|
|
share/rt3/html/l
|