Commit graph

119403 commits

Author SHA1 Message Date
dan
4b7a95c785 long-overdue commit of an option to enable xft anti-aliased fonts
ok uebayasi@
2007-11-13 04:10:09 +00:00
dan
89344a486b make paths relative to ${.CURDIR}
per request from uebayasi@
2007-11-13 04:07:42 +00:00
cube
433b2815fa Pull up a change from 3.6.5 to support MIME-tools > 5.420.
PR#37372 by Jon Bailey.

No version bump:  riding the update 5 minutes ago.
2007-11-13 02:52:06 +00:00
cube
367572c710 Note update of devel/rt3 to version 3.4.6. 2007-11-13 02:42:02 +00:00
cube
b50c15d7a9 Update to version 3.4.6.
Features:

New config option 'OldestTransactionsFirst'.
By default, RT shows newest transactions at the bottom
of the ticket history page, if you want see them
at the top set this to 0.

Email plugin may return special constant to indicate
that it's done requested action and RT shouldn't
run default action handling code.
See also RT::Interface::Email.

Added support for timezones in RT::Date::SetToMidnight
method, this allowed us to fix problems with searches
by date.

Applied David Schweikert's patch that adds the useful
LastUpdated field to the fields returned through
the REST interface.

Added a "RH" RedHat layout option to config.layout.
Thanks to Paulo Matos.

New command line options in the rt-crontool script:
* add --transaction argument with two possible
   values: 'first' and 'last'
* add --transaction-type argument to allow a user
   to select type of transaction, for example
   'Correspond' or 'Comment'.
With these changes crontool can send notifications
and other actions which need access to transaction
object.

New callbacks in html/Ticket/Elements/ShowSummary:
LeftColumn and RightColumn.

Display a custom field value without lists HTML markup
when a ticket has only one value for the custom field.

Add additional HTML classes to the cells in
Ticket/Elements/ShowBasics and Ticket/Elements/ShowDates
mason templates.

Fixes:

Don't die any more on error during custom fields
creation in rt-setup-database, but report and
continue with next object.

Dropped 'exit' call in exceptions handling code.

Fixed untake operation during tickets transfer
between queues when an owner has no right to own
the ticket in the destination queue and the
current user is different person. Note in new
implementation we write untake tansaction from
RT_System user.

Fixed problem when RT were failing with error:
"Couldn't call method IsLocal on undefined value".

Got rid of some noisy warnings and cleaned up
some code.

Fixed attchments loosing during next steps:
     1) open ticket #1
     2) click reply
     3) upload attachment
     4) open ticket #2 in another browser window
     5) send reply to the ticket #1
RT was loosing uploaded attachment due to step 4) as RT.

Finding disabled groups should actually find them, now.

Fixed `rt ls -l` when RT server isn't at /.
Thanks to Mark Eichin.

Reed Loden caught a perltidy error that, somewhat
terrifiyingly, was still a valid mason page.

People may saw error "Could not convert attachment
from assumed utf8 to ''" in the log. We don't even
try to convert any more when target encoding is empty.

Fixed maxsize attribute of input fields for subject.
In DB we have limit 200, but these tags were set to
old value of 100.

Backported fix for TimeTaken updates. RT could call
method _UpdateTimeTaken on record objects that have
no such method.

Fixed RT failures under mod_perl2 with Oracle database.

In QuickCreate element now we use SelectNewTicketQueue
instead of SelectQueue.

Fixed problems on server start up with error message
'Not root path(s) specified'.

Now we load only required regular expressions from
Regexp::Common namespace.

In RT::Tickets::_EnumLimit now we load referenced object
only if value is defined and is not number, this avoid
several fetches from caches or in worst case from DB.
Use this advantage in Quicksearch element, change in
"RT at glance" load time should be noticable on systems
with many queues.

Added handling for all possible errors in
the RT::Action::SendEmail module.

Improved handling of errors in the RT::Template class.

In the RT::Group method 'crit' was being called on
the wrong object. Thanks to Todd Chapman

Allow an administrator to add 0(zero) as a custom field
value.

Fixed decoding of MIME headers, this chould should fix:
* problems with non-ascii names of attachments
* problems with partly encoded fields with '=' chars
   in not encoded parts, for example:
     X-MyHeader: key="plain"; key="=?encoded?="
     X-MyHeader: key="=?encoded?="; key="plain"

Fixed RT::Transaction::OldValue and ::NewValue in situations
when values of {Old,New}Reference fileds are false. You may
saw effect of this bug in a ticket's history saying that
custom field value was changed from "random" value to the
XXX instead of expected "custom field was set to XXX value".

Todd Chapman discovered a case where RT's mail gateway would
default to the RT::SystemUser if no valid 'From' header were
found. This could allow a malicious user to create tickets or
reply to tickets, but not to gain access to data.

Localization:

Updated German translation. Thanks to Torsten Brumm.
2007-11-13 02:40:06 +00:00
cube
f409c5285e Note revision bump of databases/rrdtool. 2007-11-13 02:00:18 +00:00
cube
0fcb8b3a27 Revive patch-ap, sans -lcgi, so that RRDs.so build correctly again.
Ok martti@, PR#37374 by Petar Bogdanovic.
2007-11-13 01:58:42 +00:00
jklos
b85fba29a8 Defining PKGNAME in main Makefile fixes "Cannot extract rarnb1 version"
error for architectures other than i386.
2007-11-13 00:33:40 +00:00
schmonz
ce1ef9965a + ezmlm-idx-6.0.1, spamdyke-3.1.1 2007-11-12 23:48:26 +00:00
seb
db6e0c7035 Also fix perl's path in bin/pod_arg_link_fix and
mibs/diff_dir scripts.
2007-11-12 23:10:08 +00:00
hiramatsu
48d187aacb Updated databases/p5-Ima-DBI to 0.35. 2007-11-12 22:38:18 +00:00
hiramatsu
8b32d507c0 Update p5-Ima-DBI to 0.35.
Changes from 0.33:
0.35 Sun Jun 10 16:36:07 EST 2007
                - Add checking of PID in database handles to prevent trouble
                  in forked environments (Perrin Harkins and Sam Tregar)

0.34 Mon Sep  5 09:10:37 UTC 2005
                - Remove Class::WhiteHole from PREREQs (Alexey Tourbin)
2007-11-12 22:37:12 +00:00
adrianp
eb71cc46c4 Make sure snmp_perl.pl is installed 2007-11-12 21:06:17 +00:00
drochner
c54c485b17 Work around a missing check for sys/param.h in configure, to make it
build on NetBSD-3, fixes PR pkg/37292 by Gilles Gravier.
Thanks to Gilles for testing the fix.
(I'll report the missing configure check upstream.)
2007-11-12 20:52:52 +00:00
heinz
949b357145 Removed ftp7.usa.openbsd.org from MASTER_SITES, doesn't resolve anymore
in DNS. Mentioned by Zafer Aydogan in PR pkg/37331.
2007-11-12 20:52:14 +00:00
drochner
5f865d0279 install a copy of scrollkeeper/omf.mk in a central place so that
pkgs needing scrollkeeper compatible .omf install scripts get directed
to the replacement pkg (currently: rarian) even if scrollkeeper itself
is removed
2007-11-12 20:45:52 +00:00
heinz
5fcd8ad0cd Old HOMEPAGE did not resolve in DNS anymore. 2007-11-12 20:44:17 +00:00
drochner
a371762cf6 move the install/deinstall templates from scrollkeeper to rarian
to reflect where the work is done
(call the backwards-compatible rarian version "install-scrollkeeper"
to leave room for a future non-compatibility version)
2007-11-12 20:41:18 +00:00
tonio
49b29fd5b9 Updated chat/bitlbee to 1.0.4 2007-11-12 20:17:59 +00:00
tonio
c01f6b3e6a Update chat/bitlbee to 1.0.4
Version 1.0.4 (released 2007-08-20) hilights:
- Removed call to sethostent() from proxy.c, this caused a lot of
  problems especially for people on *BSD.
- Just some small bugfixes.
2007-11-12 20:17:14 +00:00
heinz
0f470ec87d Removed ftp.rge.com from MASTER_SITES, doesn't resolve anymore
in DNS. Mentioned by Zafer Aydogan in PR pkg/37321.
2007-11-12 20:05:38 +00:00
drochner
60baec7bc9 remove the meat of scrollkeeper -- the library is not used by any pkg
anymore, and the users of .omf file install scripts are redirected to
"rarian" which provides compatible (to the caller) implementations
2007-11-12 20:01:31 +00:00
heinz
3d48a84b6b Removed ftp.eos.hokudai.ac.jp from MASTER_SITES, doesn't resolve anymore
in DNS. Mentioned by Zafer Aydogan in PR pkg/37318.
2007-11-12 19:48:50 +00:00
adam
26f607605d Updated math/glpk to 4.23 2007-11-12 19:39:31 +00:00
adam
33ee62633c Changes 4.23:
The following new API routines were added:
glp_read_sol    read basic solution from text file
glp_write_sol   write basic solution to text file
glp_read_ipt    read interior-point solution from text file
glp_write_ipt   write interior-point solution to text file
glp_read_mip    read MIP solution from text file
glp_write_mip   write MIP solution to text file
2007-11-12 19:38:15 +00:00
heinz
4e767e6193 Removed master site www.at.silcnet.org, does not resolve anymore in DNS.
Mentioned in PR pkg/37308 by Zafer Aydogan.
2007-11-12 18:17:28 +00:00
heinz
e57caba77d Master site ftp.leo.org does not exist anymore. 2007-11-12 18:10:42 +00:00
joerg
6794692960 Fix uninitialised variable resulting in wildcard patterns printed twice.
From Arnaud Lacombe in PR 37367.
2007-11-12 15:35:41 +00:00
uebayasi
06399d9e0f Use ${EMACS_FLAVOR} instead of ${_EMACS_TYPE}. 2007-11-12 15:29:49 +00:00
ghen
b54f6ef913 Updated www/seamonkey, www/seamonkey-bin and www/seamonkey-gtk1 to 1.1.6. 2007-11-12 15:04:44 +00:00
ghen
826695153d Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.6.
Fixes a number of regressions introduced in 1.1.5.  No details given.

For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.6/
2007-11-12 15:03:31 +00:00
tron
cbb3db091e Update "phpmyadmin" package to version 2.11.2.1.
Change since version 2.10.2:
- creating VIEWs from query results
- managing triggers, procedures and functions
- supports MySQL 5.0.37 query profiling
- improved interface for servers hosting thousands of databases and tables.
- security fixes for PMASA-2007-5, PMASA-2007-6 and PMASA-2007-7
2007-11-12 14:05:26 +00:00
taca
8b69268cf1 - Fix build problem on DragonFly BSD.
- Reduce patch size.

Build problem on DragonFly BSD was noted by YONETANI Tomokazu
via private mail.
2007-11-12 11:12:16 +00:00
uebayasi
b5411545a4 It's not EMACS_TYPE but EMACS_FLAVOR which switches "emacs" / "xemacs". 2007-11-12 05:34:10 +00:00
uebayasi
28c4854853 Correct dependency patterns for xemacs*nox (xemacs-nox -> xemacs-nox11). 2007-11-12 01:58:24 +00:00
uebayasi
7a7c67a977 Support xemacs215nox (XEmacs 21.5.x without X). 2007-11-12 01:55:03 +00:00
uebayasi
3f0652c3f9 Support XEmacs 21.5.x without X too. 2007-11-12 01:48:47 +00:00
wiz
fae44da910 Remove ftp.cit.gu.edu.au from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37344.
2007-11-12 00:18:58 +00:00
wiz
0812842653 Remove ftp-eu.w3.org from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37342.
2007-11-12 00:17:17 +00:00
wiz
7362b93330 Remove ftp.digital.de from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37343.
2007-11-12 00:16:32 +00:00
wiz
0c23bcc5f6 Remove ftp.rge.com from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37340.
2007-11-12 00:15:45 +00:00
wiz
005e1e43fb Remove ftp.leo.org from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37341.
2007-11-12 00:15:00 +00:00
wiz
3290340fe8 Remove ftp.hpc.uh.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37338.
2007-11-12 00:14:18 +00:00
wiz
e6d8230907 Remove ftp.ratisbona.com from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37339.
2007-11-12 00:13:13 +00:00
wiz
b0472cdd37 Remove belmont-shores.ics.uci.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37336.
2007-11-12 00:12:41 +00:00
wiz
6b78ec92be Remove uiarchive.cso.uiuc.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37337.
2007-11-12 00:12:00 +00:00
wiz
5a5983ff01 Remove info.ex.ac.uk and ftp.oit.unc.edu from MASTER_SITES, they don't
resolve. From Zafer Aydogan in PR 37335.
2007-11-12 00:11:11 +00:00
wiz
7372e19728 Remove batraq.anything3d.com and mishka.terabyte.com.ua from MASTER_SITES,
they don't resolve. From Zafer Aydogan in PR 37334.
2007-11-12 00:10:10 +00:00
uebayasi
dc8c968226 Take maintainership. 2007-11-12 00:10:09 +00:00
wiz
f585727c65 Remove fuf.sh.cvut.cz from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37333.
2007-11-12 00:09:15 +00:00